242.45 s
[genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "Just an ABC :: (Maybe [Char])" [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
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])" [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "prepends :: ([Char] -> [Char])" sequenced with "ABC :: [Char]" [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
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]" [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
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])" [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] (*>) :: Maybe a -> Maybe b -> Maybe b
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]" [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] (<*) :: Maybe a -> Maybe b -> Maybe a
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])" [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] Test.Validity.Arbitrary
242.45 s
[genvalidity-hspec] Arbitrary Int
242.45 s
[genvalidity-hspec] arbitrary :: Gen Int
242.45 s
[genvalidity-hspec] only generates valid values [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] Test.Validity.Eq
242.45 s
[genvalidity-hspec] Eq (Ratio Integer)
242.45 s
[genvalidity-hspec] (==) :: (Ratio Integer) -> (Ratio Integer) -> Bool
242.45 s
[genvalidity-hspec] is reflexive for "valid (Ratio Integer)"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] is symmetric for "valid (Ratio Integer)"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] is transitive for "valid (Ratio Integer)"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "valid (Ratio Integer)"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] (/=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
242.45 s
[genvalidity-hspec] is antireflexive for "valid (Ratio Integer)"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "valid (Ratio Integer)"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] Eq Int
242.45 s
[genvalidity-hspec] (==) :: Int -> Int -> Bool
242.45 s
[genvalidity-hspec] is reflexive for "valid Int"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] is symmetric for "valid Int"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] is transitive for "valid Int"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "valid Int"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] (/=) :: Int -> Int -> Bool
242.45 s
[genvalidity-hspec] is antireflexive for "valid Int"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "valid Int"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] Eq Int
242.45 s
[genvalidity-hspec] (==) :: Int -> Int -> Bool
242.45 s
[genvalidity-hspec] is reflexive for "arbitrary Int"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] is symmetric for "arbitrary Int"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] is transitive for "arbitrary Int"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "arbitrary Int"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] (/=) :: Int -> Int -> Bool
242.45 s
[genvalidity-hspec] is antireflexive for "arbitrary Int"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.45 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "arbitrary Int"s [✔]
242.45 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] Eq Int
242.46 s
[autodocodec-schema] Documentation created: dist/doc/html/autodocodec-schema/,
242.46 s
[autodocodec-schema] dist/doc/html/autodocodec-schema/autodocodec-schema.txt
242.46 s
[autodocodec-schema] Phase: installPhase
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
242.46 s
[autodocodec-schema] Phase: fixupPhase
242.46 s
[autodocodec-schema] shrinking RPATHs of ELF executables and libraries in /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1
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
242.46 s
[autodocodec-schema] checking for references to /build/ in /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1...
242.46 s
[autodocodec-schema] patching script interpreter paths in /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1
242.46 s
[autodocodec-schema] stripping (with command strip and flags -S -p) in /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1/lib
242.46 s
[autodocodec-schema] shrinking RPATHs of ELF executables and libraries in /nix/store/6r6zfchpnvfb7qzc4axvk561qdbf1jyb-autodocodec-schema-0.2.0.1-doc
242.46 s
[autodocodec-schema] checking for references to /build/ in /nix/store/6r6zfchpnvfb7qzc4axvk561qdbf1jyb-autodocodec-schema-0.2.0.1-doc...
242.46 s
[autodocodec-schema] patching script interpreter paths in /nix/store/6r6zfchpnvfb7qzc4axvk561qdbf1jyb-autodocodec-schema-0.2.0.1-doc
242.46 s
[mergeful] Phase: checkPhase
242.46 s
[mergeful] Package has no test suites.
242.46 s
[mergeful] Phase: haddockPhase
242.46 s
[mergeful] Preprocessing library for mergeful-0.3.0.0...
242.46 s
[mergeful] Running Haddock on library for mergeful-0.3.0.0...
242.46 s
[mergeful] Warning: The documentation for the following packages are not installed. No
242.46 s
[mergeful] links will be generated to these packages: vector-0.13.2.0
242.46 s
[mergeful] [1 of 6] Compiling Data.Mergeful.Timed ( src/Data/Mergeful/Timed.hs, nothing )
242.46 s
[mergeful] [2 of 6] Compiling Data.Mergeful.Item ( src/Data/Mergeful/Item.hs, nothing )
242.46 s
[mergeful] [3 of 6] Compiling Data.Mergeful.Collection ( src/Data/Mergeful/Collection.hs, nothing )
242.46 s
[mergeful] [4 of 6] Compiling Data.Mergeful ( src/Data/Mergeful.hs, nothing )
242.46 s
[mergeful] [5 of 6] Compiling Data.Mergeful.Value ( src/Data/Mergeful/Value.hs, nothing )
242.46 s
[mergeful] [6 of 6] Compiling Paths_mergeful ( dist/build/autogen/Paths_mergeful.hs, nothing )
242.46 s
[mergeful] Haddock coverage:
242.46 s
[mergeful] 83% ( 5 / 6) in 'Data.Mergeful.Timed'
242.46 s
[mergeful] Missing documentation for:
242.46 s
[mergeful] timedObjectCodec (src/Data/Mergeful/Timed.hs:73)
242.46 s
[mergeful] Warning: 'mergeItemSyncResponseIgnoreProblems' is out of scope.
242.46 s
[mergeful] If you qualify the identifier, haddock can try to link it anyway.
242.46 s
[mergeful] Warning: 'ServerTime' is ambiguous. It is defined
242.46 s
[mergeful] * at src/Data/Mergeful/Timed.hs:36:22
242.46 s
[mergeful] * at src/Data/Mergeful/Timed.hs:36:1
242.46 s
[mergeful] You may be able to disambiguate the identifier by qualifying it or
242.46 s
[mergeful] by specifying the type/value namespace explicitly.
242.46 s
[mergeful] Defaulting to the one defined at src/Data/Mergeful/Timed.hs:36:1
242.46 s
[mergeful] Warning: 'ItemMergeStrategy' is ambiguous. It is defined
242.46 s
[mergeful] * at src/Data/Mergeful/Item.hs:431:28
242.46 s
[mergeful] * at src/Data/Mergeful/Item.hs:431:1
242.46 s
[mergeful] You may be able to disambiguate the identifier by qualifying it or
242.46 s
[mergeful] by specifying the type/value namespace explicitly.
242.46 s
[mergeful] Defaulting to the one defined at src/Data/Mergeful/Item.hs:431:1
242.46 s
[mergeful] 55% ( 16 / 29) in 'Data.Mergeful.Item'
242.46 s
[mergeful] Missing documentation for:
242.46 s
[mergeful] mergeItemSyncResponseFromServer (src/Data/Mergeful/Item.hs:422)
242.46 s
[mergeful] mergeItemSyncResponseFromClient (src/Data/Mergeful/Item.hs:425)
242.46 s
[mergeful] mergeItemSyncResponseUsingCRDT (src/Data/Mergeful/Item.hs:428)
242.46 s
[mergeful] mergeItemSyncResponseUsingStrategy (src/Data/Mergeful/Item.hs:419)
242.46 s
[mergeful] mergeUsingCRDT (src/Data/Mergeful/Item.hs:537)
242.46 s
[mergeful] ChangeConflictResolution (src/Data/Mergeful/Item.hs:443)
242.46 s
[mergeful] ClientDeletedConflictResolution (src/Data/Mergeful/Item.hs:449)
242.46 s
[mergeful] ServerDeletedConflictResolution (src/Data/Mergeful/Item.hs:454)
242.46 s
[mergeful] ItemMergeResult (src/Data/Mergeful/Item.hs:362)
242.46 s
[mergeful] ClientItem (src/Data/Mergeful/Item.hs:85)
242.46 s
[mergeful] ItemSyncRequest (src/Data/Mergeful/Item.hs:173)
242.46 s
[mergeful] ItemSyncResponse (src/Data/Mergeful/Item.hs:232)
242.46 s
[mergeful] ServerItem (src/Data/Mergeful/Item.hs:142)
242.46 s
[mergeful] Warning: 'SyncRequest' is ambiguous. It is defined
242.46 s
[mergeful] * at src/Data/Mergeful/Collection.hs:371:28
242.46 s
[mergeful] * at src/Data/Mergeful/Collection.hs:371:1
242.46 s
[mergeful] You may be able to disambiguate the identifier by qualifying it or
242.46 s
[mergeful] by specifying the type/value namespace explicitly.
242.46 s
[mergeful] Defaulting to the one defined at src/Data/Mergeful/Collection.hs:371:1
242.46 s
[mergeful] Warning: 'SyncResponse' is ambiguous. It is defined
242.46 s
[mergeful] * at src/Data/Mergeful/Collection.hs:454:29
242.46 s
[mergeful] * at src/Data/Mergeful/Collection.hs:454:1
242.46 s
[mergeful] You may be able to disambiguate the identifier by qualifying it or
242.46 s
[mergeful] by specifying the type/value namespace explicitly.
242.46 s
[mergeful] Defaulting to the one defined at src/Data/Mergeful/Collection.hs:454:1
242.46 s
[mergeful] Warning: 'mergeSyncResponseIgnoreProblems' is out of scope.
242.46 s
[mergeful] If you qualify the identifier, haddock can try to link it anyway.
242.46 s
[mergeful] Warning: 'ServerTime' is ambiguous. It is defined
242.46 s
[mergeful] * at src/Data/Mergeful/Timed.hs:36:22
242.46 s
[mergeful] * at src/Data/Mergeful/Timed.hs:36:1
242.46 s
[mergeful] You may be able to disambiguate the identifier by qualifying it or
242.46 s
[mergeful] by specifying the type/value namespace explicitly.
242.46 s
[mergeful] Defaulting to the one defined at src/Data/Mergeful/Timed.hs:36:1
242.46 s
[mergeful] Warning: 'si' is out of scope.
242.46 s
[mergeful] If you qualify the identifier, haddock can try to link it anyway.
242.46 s
[mergeful] Warning: 'ci' is out of scope.
242.46 s
[mergeful] If you qualify the identifier, haddock can try to link it anyway.
242.46 s
[mergeful] Warning: 'ClientStore' is ambiguous. It is defined
242.46 s
[genvalidity-hspec] (==) :: Int -> Int -> Bool
242.46 s
[genvalidity-hspec] is reflexive for "even Int"s [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] is symmetric for "even Int"s [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] is transitive for "even Int"s [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "even Int"s [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] (/=) :: Int -> Int -> Bool
242.46 s
[genvalidity-hspec] is antireflexive for "even Int"s [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "even Int"s [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] (/=) and (==) don't have opposite semantics [✔]
242.46 s
[genvalidity-hspec] Test.Validity.Functor
242.46 s
[genvalidity-hspec] Functor []
242.46 s
[genvalidity-hspec] fmap :: (a -> b) -> [] a -> [] b
242.46 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
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)" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] (<$) :: a -> [] b -> [] a
242.46 s
[genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] Functor Maybe
242.46 s
[genvalidity-hspec] fmap :: (a -> b) -> Maybe a -> Maybe b
242.46 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
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)" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] (<$) :: a -> Maybe b -> Maybe a
242.46 s
[genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] Fcks does not satisfy any Functor laws [✔]
242.46 s
[genvalidity-hspec] Functor (Either Int)
242.46 s
[genvalidity-hspec] fmap :: (a -> b) -> (Either Int) a -> (Either Int) b
242.46 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "(Either Int) of ints :: (Either Int Int)" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
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)" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] (<$) :: a -> (Either Int) b -> (Either Int) a
242.46 s
[genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "(Either Int) of ints :: (Either Int Int)" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] Functor ((,) Int)
242.46 s
[genvalidity-hspec] fmap :: (a -> b) -> ((,) Int) a -> ((,) Int) b
242.46 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "((,) Int) of ints :: (Int,Int)" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
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)" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] (<$) :: a -> ((,) Int) b -> ((,) Int) a
242.46 s
[genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "((,) Int) of ints :: (Int,Int)" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] Functor []
242.46 s
[genvalidity-hspec] fmap :: (a -> b) -> [] a -> [] b
242.46 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
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)" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] (<$) :: a -> [] b -> [] a
242.46 s
[genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] Functor Maybe
242.46 s
[genvalidity-hspec] fmap :: (a -> b) -> Maybe a -> Maybe b
242.46 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
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)" [✔]
242.46 s
[genvalidity-hspec] +++ OK, passed 100 tests.
242.46 s
[genvalidity-hspec] (<$) :: a -> Maybe b -> Maybe a
242.46 s
[mergeful] * at src/Data/Mergeful/Collection.hs:147:28
242.46 s
[mergeful] * at src/Data/Mergeful/Collection.hs:147:1
242.46 s
[mergeful] You may be able to disambiguate the identifier by qualifying it or
242.46 s
[mergeful] by specifying the type/value namespace explicitly.
242.46 s
[mergeful] Defaulting to the one defined at src/Data/Mergeful/Collection.hs:147:1
242.46 s
[mergeful] Warning: 'ServerStore' is ambiguous. It is defined
242.46 s
[mergeful] * at src/Data/Mergeful/Collection.hs:343:28
242.46 s
[mergeful] * at src/Data/Mergeful/Collection.hs:343:1
242.46 s
[mergeful] You may be able to disambiguate the identifier by qualifying it or
242.46 s
[mergeful] by specifying the type/value namespace explicitly.
242.46 s
[mergeful] Defaulting to the one defined at src/Data/Mergeful/Collection.hs:343:1
242.46 s
[mergeful] 82% ( 48 / 58) in 'Data.Mergeful.Collection'
242.46 s
[mergeful] Missing documentation for:
242.46 s
[mergeful] ClientStore (src/Data/Mergeful/Collection.hs:147)
242.46 s
[mergeful] SyncRequest (src/Data/Mergeful/Collection.hs:371)
242.46 s
[mergeful] SyncResponse (src/Data/Mergeful/Collection.hs:454)
242.46 s
[mergeful] ClientAddition (src/Data/Mergeful/Collection.hs:436)
242.46 s
[mergeful] ChangeConflictResolution (src/Data/Mergeful/Item.hs:443)
242.46 s
[mergeful] ClientDeletedConflictResolution (src/Data/Mergeful/Item.hs:449)
242.46 s
[mergeful] ServerDeletedConflictResolution (src/Data/Mergeful/Item.hs:454)
242.46 s
[mergeful] mergeSyncResponseCustom (src/Data/Mergeful/Collection.hs:815)
242.46 s
[mergeful] ServerStore (src/Data/Mergeful/Collection.hs:343)
242.46 s
[mergeful] ServerSyncProcessor (src/Data/Mergeful/Collection.hs:909)
242.46 s
[mergeful] 50% ( 1 / 2) in 'Data.Mergeful'
242.46 s
[mergeful] Missing documentation for:
242.46 s
[mergeful] Module header
242.46 s
[mergeful] Warning: 'Timed' is ambiguous. It is defined
242.46 s
[mergeful] * at src/Data/Mergeful/Timed.hs:58:16
242.46 s
[mergeful] * at src/Data/Mergeful/Timed.hs:58:1
242.46 s
[mergeful] You may be able to disambiguate the identifier by qualifying it or
242.46 s
[mergeful] by specifying the type/value namespace explicitly.
242.46 s
[mergeful] Defaulting to the one defined at src/Data/Mergeful/Timed.hs:58:1
242.46 s
[mergeful] Warning: 'ClientValue' is ambiguous. It is defined
242.46 s
[mergeful] * at src/Data/Mergeful/Value.hs:99:22
242.46 s
[mergeful] * at src/Data/Mergeful/Value.hs:99:1
242.46 s
[mergeful] You may be able to disambiguate the identifier by qualifying it or
242.46 s
[mergeful] by specifying the type/value namespace explicitly.
242.46 s
[mergeful] Defaulting to the one defined at src/Data/Mergeful/Value.hs:99:1
242.46 s
[mergeful] Warning: 'ServerValue' is ambiguous. It is defined
242.46 s
[mergeful] * at src/Data/Mergeful/Value.hs:125:25
242.46 s
[mergeful] * at src/Data/Mergeful/Value.hs:125:1
242.46 s
[mergeful] You may be able to disambiguate the identifier by qualifying it or
242.46 s
[mergeful] by specifying the type/value namespace explicitly.
242.46 s
[mergeful] Defaulting to the one defined at src/Data/Mergeful/Value.hs:125:1
242.46 s
[mergeful] Warning: 'ServerTime' is ambiguous. It is defined
242.46 s
[mergeful] * at src/Data/Mergeful/Timed.hs:36:22
242.46 s
[mergeful] * at src/Data/Mergeful/Timed.hs:36:1
242.46 s
[mergeful] You may be able to disambiguate the identifier by qualifying it or
242.46 s
[mergeful] by specifying the type/value namespace explicitly.
242.46 s
[mergeful] Defaulting to the one defined at src/Data/Mergeful/Timed.hs:36:1
242.46 s
[mergeful] Warning: 'a' is out of scope.
242.46 s
[mergeful] If you qualify the identifier, haddock can try to link it anyway.
242.46 s
[mergeful] Warning: 'ItemSyncRequest' is out of scope.
242.46 s
[mergeful] If you qualify the identifier, haddock can try to link it anyway.
242.46 s
[mergeful] Warning: 'ClientItem' is out of scope.
242.46 s
[mergeful] If you qualify the identifier, haddock can try to link it anyway.
242.46 s
[mergeful] 77% ( 14 / 18) in 'Data.Mergeful.Value'
242.46 s
[mergeful] Missing documentation for:
242.46 s
[mergeful] ValueMergeResult (src/Data/Mergeful/Value.hs:232)
242.46 s
[mergeful] ChangedFlag (src/Data/Mergeful/Value.hs:72)
242.46 s
[mergeful] ValueSyncRequest (src/Data/Mergeful/Value.hs:142)
242.46 s
[mergeful] ValueSyncResponse (src/Data/Mergeful/Value.hs:173)
242.46 s
[mergeful] Warning: Data.Mergeful.Timed: could not find link destinations for:
242.46 s
[mergeful] - Data.Mergeful.Timed.Rep_Timed
242.46 s
[mergeful] - Data.Mergeful.Timed.Rep_ServerTime
242.46 s
[mergeful] Warning: Data.Mergeful.Item: could not find link destinations for:
242.46 s
[mergeful] - Data.Mergeful.Item.Rep_ItemMergeStrategy
242.46 s
[mergeful] - Data.Mergeful.Item.Rep_ServerDeletedConflictResolution
242.46 s
[mergeful] - Data.Mergeful.Item.Rep_ClientDeletedConflictResolution
242.46 s
[mergeful] - Data.Mergeful.Item.Rep_ChangeConflictResolution
242.46 s
[mergeful] - Data.Mergeful.Item.Rep_ItemMergeResult
242.46 s
[mergeful] - Data.Mergeful.Item.Rep_ItemSyncResponse
242.46 s
[mergeful] - Data.Mergeful.Item.Rep_ItemSyncRequest
242.46 s
[mergeful] - Data.Mergeful.Item.Rep_ServerItem
242.46 s
[mergeful] - Data.Mergeful.Item.Rep_ClientItem
242.46 s
[mergeful] Warning: Data.Mergeful.Collection: could not find link destinations for:
242.46 s
[mergeful] - Data.Mergeful.Timed.Rep_Timed
242.46 s
[mergeful] - Data.Mergeful.Timed.Rep_ServerTime
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
243.12 s
[post-build-hook] Pushing 2 paths (180 are already present) using zstd to cache smos ⏳
243.12 s
[post-build-hook]
243.46 s
[post-build-hook] Pushing /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1 (3.58 MiB)
243.54 s
[post-build-hook] Pushing /nix/store/6r6zfchpnvfb7qzc4axvk561qdbf1jyb-autodocodec-schema-0.2.0.1-doc (741.91 KiB)
244.73 s
[post-build-hook]
244.73 s
[post-build-hook] All done.
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
244.83 s
[post-build-hook] copying 0 paths...
244.98 s
[post-build-hook] copying 0 paths...
245.06 s
Progress: 56 of 157 built (4 building), 815 of 815 downloaded from cache
245.19 s
Building autodocodec-yaml-source
245.19 s
[genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] Functor []
245.19 s
[genvalidity-hspec] fmap :: (a -> b) -> [] a -> [] b
245.19 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "list of fives :: [Int]" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
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)" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] (<$) :: a -> [] b -> [] a
245.19 s
[genvalidity-hspec] is equivalent to its default implementation for "four :: Int" and "list of fives :: [Int]" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] Functor Maybe
245.19 s
[genvalidity-hspec] fmap :: (a -> b) -> Maybe a -> Maybe b
245.19 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "Just an ABC :: (Maybe [Char])" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
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])" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] (<$) :: a -> Maybe b -> Maybe a
245.19 s
[genvalidity-hspec] is equivalent to its default implementation for "ABC :: [Char]" and "Just an ABC :: (Maybe [Char])" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] Test.Validity.GenValidity
245.19 s
[genvalidity-hspec] GenValid (Ratio Integer)
245.19 s
[genvalidity-hspec] genValid :: Gen (Ratio Integer)
245.19 s
[genvalidity-hspec] only generates valid '(Ratio Integer)'s [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] GenValid (Ratio Integer)
245.19 s
[genvalidity-hspec] genValid :: Gen (Ratio Integer)
245.19 s
[genvalidity-hspec] only generates valid '(Ratio Integer)'s [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] Test.Validity.Monad
245.19 s
[genvalidity-hspec] Monad []
245.19 s
[genvalidity-hspec] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
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])" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] (>>=) :: [] a -> (b -> [] a) -> [] b
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])" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] relation with Applicative []
245.19 s
[genvalidity-hspec] satisfies 'pure = return' for "[] of ints :: [Int]" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] relation with Functor []
245.19 s
[genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] Monad Maybe
245.19 s
[genvalidity-hspec] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
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)" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
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)" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] relation with Applicative Maybe
245.19 s
[genvalidity-hspec] satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" [✔]
245.19 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.19 s
[genvalidity-hspec] relation with Functor Maybe
245.19 s
[mergeful] - Data.Mergeful.Item.Rep_ItemMergeStrategy
245.19 s
[mergeful] - Data.Mergeful.Item.Rep_ServerDeletedConflictResolution
245.19 s
[mergeful] - Data.Mergeful.Item.Rep_ClientDeletedConflictResolution
245.19 s
[mergeful] - Data.Mergeful.Item.Rep_ChangeConflictResolution
245.19 s
[mergeful] - Data.Mergeful.Collection.Rep_ServerSyncProcessor
245.19 s
[mergeful] - Data.Mergeful.Collection.Rep_ClientSyncProcessor
245.19 s
[mergeful] - Data.Mergeful.Collection.Rep_SyncResponse
245.19 s
[mergeful] - Data.Mergeful.Collection.Rep_ClientAddition
245.19 s
[mergeful] - Data.Mergeful.Collection.Rep_SyncRequest
245.19 s
[mergeful] - Data.Mergeful.Collection.Rep_ServerStore
245.19 s
[mergeful] - Data.Mergeful.Collection.Rep_ClientStore
245.19 s
[mergeful] - Data.Mergeful.Collection.Rep_ClientId
245.19 s
[mergeful] Warning: Data.Mergeful.Value: could not find link destinations for:
245.19 s
[mergeful] - Data.Mergeful.Value.Rep_ValueMergeResult
245.19 s
[mergeful] - Data.Mergeful.Value.Rep_ValueSyncResponse
245.19 s
[mergeful] - Data.Mergeful.Value.Rep_ValueSyncRequest
245.19 s
[mergeful] - Data.Mergeful.Value.Rep_ServerValue
245.19 s
[mergeful] - Data.Mergeful.Value.Rep_ClientValue
245.19 s
[mergeful] - Data.Mergeful.Value.Rep_ChangedFlag
245.20 s
[cursor-brick] Phase: setupCompilerEnvironmentPhase
245.20 s
[cursor-brick] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
245.20 s
[cursor-brick] Phase: unpackPhase
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
245.20 s
[cursor-brick] source root is cursor-brick-0.1.0.1
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"
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
245.20 s
[cursor-brick] Phase: patchPhase
245.20 s
[cursor-brick] Phase: compileBuildDriverPhase
245.20 s
[cursor-brick] setupCompileFlags: -package-db=/build/tmp.BRJB7ymHWH/setup-package.conf.d -threaded
245.20 s
[cursor-brick] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.BRJB7ymHWH/Main.o )
245.20 s
[cursor-brick] [2 of 2] Linking Setup
245.20 s
[cursor-brick] Phase: updateAutotoolsGnuConfigScriptsPhase
245.20 s
[cursor-brick] Phase: configurePhase
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
245.20 s
[cursor-brick] Using Parsec parser
245.20 s
[cursor-brick] Configuring cursor-brick-0.1.0.1...
245.20 s
[cursor-brick] Dependency base >=4.7 && <5: using base-4.20.2.0
245.20 s
[cursor-brick] Dependency brick: using brick-2.9
245.20 s
[cursor-brick] Dependency cursor: using cursor-0.3.2.0
245.20 s
[cursor-brick] Dependency text: using text-2.1.3
245.20 s
[cursor-brick] Source component graph: component lib
245.20 s
[cursor-brick] Configured component graph:
245.20 s
[cursor-brick] component cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
245.20 s
[cursor-brick] include base-4.20.2.0-fafd
245.20 s
[cursor-brick] include brick-2.9-Geod5flTzTmIlrRxHv8UFE
245.20 s
[cursor-brick] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
245.20 s
[cursor-brick] include text-2.1.3-34f1
245.20 s
[cursor-brick] Linked component graph:
245.20 s
[cursor-brick] unit cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
245.20 s
[cursor-brick] include base-4.20.2.0-fafd
245.20 s
[cursor-brick] include brick-2.9-Geod5flTzTmIlrRxHv8UFE
245.20 s
[cursor-brick] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
245.20 s
[cursor-brick] include text-2.1.3-34f1
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
245.20 s
[cursor-brick] Ready component graph:
245.20 s
[cursor-brick] definite cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
245.20 s
[cursor-brick] depends base-4.20.2.0-fafd
245.20 s
[cursor-fuzzy-time] Phase: setupCompilerEnvironmentPhase
245.20 s
[cursor-fuzzy-time] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
245.20 s
[cursor-fuzzy-time] Phase: unpackPhase
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
245.20 s
[cursor-fuzzy-time] source root is cursor-fuzzy-time-0.1.0.0
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"
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
245.20 s
[cursor-fuzzy-time] Phase: patchPhase
245.20 s
[cursor-fuzzy-time] Phase: compileBuildDriverPhase
245.20 s
[cursor-fuzzy-time] setupCompileFlags: -package-db=/build/tmp.pblXLTrxfl/setup-package.conf.d -threaded
245.20 s
[cursor-fuzzy-time] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.pblXLTrxfl/Main.o )
245.20 s
[cursor-fuzzy-time] [2 of 2] Linking Setup
245.20 s
[cursor-fuzzy-time] Phase: updateAutotoolsGnuConfigScriptsPhase
245.20 s
[cursor-fuzzy-time] Phase: configurePhase
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
245.20 s
[cursor-fuzzy-time] Using Parsec parser
245.20 s
[cursor-fuzzy-time] Configuring cursor-fuzzy-time-0.1.0.0...
245.20 s
[cursor-fuzzy-time] Dependency base >=4.9 && <=5: using base-4.20.2.0
245.20 s
[cursor-fuzzy-time] Dependency cursor: using cursor-0.3.2.0
245.20 s
[cursor-fuzzy-time] Dependency deepseq: using deepseq-1.5.0.0
245.20 s
[cursor-fuzzy-time] Dependency fuzzy-time >=0.3: using fuzzy-time-0.3.0.1
245.20 s
[cursor-fuzzy-time] Dependency megaparsec: using megaparsec-9.7.0
245.20 s
[cursor-fuzzy-time] Dependency microlens: using microlens-0.4.14.0
245.20 s
[cursor-fuzzy-time] Dependency text: using text-2.1.3
245.20 s
[cursor-fuzzy-time] Dependency time: using time-1.12.2
245.20 s
[cursor-fuzzy-time] Dependency validity: using validity-0.12.1.0
245.20 s
[cursor-fuzzy-time] Source component graph: component lib
245.20 s
[cursor-fuzzy-time] Configured component graph:
245.20 s
[cursor-fuzzy-time] component cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
245.20 s
[cursor-fuzzy-time] include base-4.20.2.0-fafd
245.20 s
[cursor-fuzzy-time] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
245.20 s
[cursor-fuzzy-time] include deepseq-1.5.0.0-2b65
245.20 s
[cursor-fuzzy-time] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
245.20 s
[cursor-fuzzy-time] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
245.20 s
[cursor-fuzzy-time] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
245.20 s
[cursor-fuzzy-time] include text-2.1.3-34f1
245.20 s
[cursor-fuzzy-time] include time-1.12.2-3479
245.20 s
[cursor-fuzzy-time] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
245.20 s
[cursor-fuzzy-time] Linked component graph:
245.20 s
[cursor-fuzzy-time] unit cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
245.20 s
[cursor-fuzzy-time] include base-4.20.2.0-fafd
245.20 s
[cursor-fuzzy-time] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
245.20 s
[cursor-fuzzy-time] include deepseq-1.5.0.0-2b65
245.20 s
[cursor-fuzzy-time] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
245.20 s
[cursor-fuzzy-time] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
245.20 s
[cursor-fuzzy-time] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
245.20 s
[cursor-fuzzy-time] include text-2.1.3-34f1
245.20 s
[cursor-fuzzy-time] include time-1.12.2-3479
245.20 s
[cursor-fuzzy-time] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
245.20 s
[genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "Maybe of ints :: (Maybe Int)" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] Monad (Either Int)
245.20 s
[genvalidity-hspec] return :: a -> (Either Int) a and (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
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)" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "(Either Int) of ints :: (Either Int Int)" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
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)" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] relation with Applicative (Either Int)
245.20 s
[genvalidity-hspec] satisfies 'pure = return' for "(Either Int) of ints :: (Either Int Int)" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] satisfies '(<*>) = ap' for "(Either Int) of additions :: (Either Int (Int -> Int))" and "(Either Int) of ints :: (Either Int Int)" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] satisfies '(>>) = (*>)' for "(Either Int) of ints :: (Either Int Int)" and "(Either Int) of ints :: (Either Int Int)" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] relation with Functor (Either Int)
245.20 s
[genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "(Either Int) of ints :: (Either Int Int)" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] Monad []
245.20 s
[genvalidity-hspec] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
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])" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] (>>=) :: [] a -> (b -> [] a) -> [] b
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])" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] relation with Applicative []
245.20 s
[genvalidity-hspec] satisfies 'pure = return' for "[] of ints :: [Int]" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] relation with Functor []
245.20 s
[genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] Monad Maybe
245.20 s
[genvalidity-hspec] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
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)" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
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)" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] relation with Applicative Maybe
245.20 s
[genvalidity-hspec] satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" [✔]
245.20 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.20 s
[genvalidity-hspec] relation with Functor Maybe
245.20 s
[cursor-brick] depends brick-2.9-Geod5flTzTmIlrRxHv8UFE
245.20 s
[cursor-brick] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
245.20 s
[cursor-brick] depends text-2.1.3-34f1
245.20 s
[cursor-brick] Using Cabal-3.12.1.0 compiled by ghc-9.10
245.20 s
[cursor-brick] Using compiler: ghc-9.10.3
245.20 s
[cursor-brick] Using install prefix:
245.20 s
[cursor-brick] /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1
245.20 s
[cursor-brick] Executables installed in:
245.20 s
[cursor-brick] /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1/bin
245.20 s
[cursor-brick] Libraries installed in:
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
245.20 s
[cursor-brick] Dynamic Libraries installed in:
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
245.20 s
[cursor-brick] Private executables installed in:
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
245.20 s
[cursor-brick] Data files installed in:
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
245.20 s
[cursor-brick] Documentation installed in:
245.20 s
[cursor-brick] /nix/store/ycg50r7xkkcii2y27pihmwg6wbnilcm5-cursor-brick-0.1.0.1-doc/share/doc/cursor-brick-0.1.0.1
245.20 s
[cursor-brick] Configuration files installed in:
245.20 s
[cursor-brick] /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1/etc
245.20 s
[cursor-brick] No alex found
245.20 s
[cursor-brick] Using ar found on system at:
245.20 s
[cursor-brick] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
245.20 s
[cursor-brick] No c2hs found
245.20 s
[cursor-brick] No cpphs found
245.20 s
[cursor-brick] No doctest found
245.20 s
[cursor-brick] Using gcc version 14.3.0 given by user at:
245.20 s
[cursor-brick] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
245.20 s
[cursor-brick] Using ghc version 9.10.3 found on system at:
245.20 s
[cursor-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
245.20 s
[cursor-brick] Using ghc-pkg version 9.10.3 found on system at:
245.20 s
[cursor-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
245.20 s
[cursor-brick] No ghcjs found
245.20 s
[cursor-brick] No ghcjs-pkg found
245.20 s
[cursor-brick] No greencard found
245.20 s
[cursor-brick] Using haddock version 2.31.1 found on system at:
245.20 s
[cursor-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
245.20 s
[cursor-brick] No happy found
245.20 s
[cursor-brick] Using haskell-suite found on system at: haskell-suite-dummy-location
245.20 s
[cursor-brick] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
245.20 s
[cursor-brick] No hmake found
245.20 s
[cursor-brick] Using hpc version 0.69 found on system at:
245.20 s
[cursor-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
245.20 s
[cursor-brick] Using hsc2hs version 0.68.10 found on system at:
245.20 s
[cursor-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
245.20 s
[cursor-brick] Using hscolour version 1.25 found on system at:
245.20 s
[cursor-brick] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
245.20 s
[cursor-brick] No jhc found
245.20 s
[cursor-brick] Using ld found on system at:
245.20 s
[cursor-brick] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
245.20 s
[cursor-brick] No pkg-config found
245.20 s
[cursor-brick] Using runghc version 9.10.3 found on system at:
245.20 s
[cursor-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
245.20 s
[cursor-brick] Using strip version 2.44 found on system at:
245.20 s
[cursor-brick] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
245.20 s
[cursor-brick] Using tar found on system at:
245.20 s
[cursor-brick] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
245.20 s
[cursor-brick] No uhc found
245.20 s
[cursor-brick] Phase: buildPhase
245.20 s
[cursor-brick] Preprocessing library for cursor-brick-0.1.0.1...
245.20 s
[cursor-brick] Building library for cursor-brick-0.1.0.1...
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 )
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 )
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
245.20 s
[cursor-fuzzy-time] Ready component graph:
245.20 s
[cursor-fuzzy-time] definite cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
245.20 s
[cursor-fuzzy-time] depends base-4.20.2.0-fafd
245.20 s
[cursor-fuzzy-time] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
245.20 s
[cursor-fuzzy-time] depends deepseq-1.5.0.0-2b65
245.20 s
[cursor-fuzzy-time] depends fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
245.20 s
[cursor-fuzzy-time] depends megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
245.20 s
[cursor-fuzzy-time] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
245.20 s
[cursor-fuzzy-time] depends text-2.1.3-34f1
245.20 s
[cursor-fuzzy-time] depends time-1.12.2-3479
245.20 s
[cursor-fuzzy-time] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
245.20 s
[cursor-fuzzy-time] Using Cabal-3.12.1.0 compiled by ghc-9.10
245.20 s
[cursor-fuzzy-time] Using compiler: ghc-9.10.3
245.20 s
[cursor-fuzzy-time] Using install prefix:
245.20 s
[cursor-fuzzy-time] /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0
245.20 s
[cursor-fuzzy-time] Executables installed in:
245.20 s
[cursor-fuzzy-time] /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0/bin
245.20 s
[cursor-fuzzy-time] Libraries installed in:
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
245.20 s
[cursor-fuzzy-time] Dynamic Libraries installed in:
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
245.20 s
[cursor-fuzzy-time] Private executables installed in:
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
245.20 s
[cursor-fuzzy-time] Data files installed in:
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
245.20 s
[cursor-fuzzy-time] Documentation installed in:
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
245.20 s
[cursor-fuzzy-time] Configuration files installed in:
245.20 s
[cursor-fuzzy-time] /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0/etc
245.20 s
[cursor-fuzzy-time] No alex found
245.20 s
[cursor-fuzzy-time] Using ar found on system at:
245.20 s
[cursor-fuzzy-time] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
245.20 s
[cursor-fuzzy-time] No c2hs found
245.20 s
[cursor-fuzzy-time] No cpphs found
245.20 s
[cursor-fuzzy-time] No doctest found
245.20 s
[cursor-fuzzy-time] Using gcc version 14.3.0 given by user at:
245.20 s
[cursor-fuzzy-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
245.20 s
[cursor-fuzzy-time] Using ghc version 9.10.3 found on system at:
245.20 s
[cursor-fuzzy-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
245.20 s
[cursor-fuzzy-time] Using ghc-pkg version 9.10.3 found on system at:
245.20 s
[cursor-fuzzy-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
245.20 s
[cursor-fuzzy-time] No ghcjs found
245.20 s
[cursor-fuzzy-time] No ghcjs-pkg found
245.20 s
[cursor-fuzzy-time] No greencard found
245.20 s
[cursor-fuzzy-time] Using haddock version 2.31.1 found on system at:
245.20 s
[cursor-fuzzy-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
245.20 s
[cursor-fuzzy-time] No happy found
245.20 s
[cursor-fuzzy-time] Using haskell-suite found on system at: haskell-suite-dummy-location
245.20 s
[cursor-fuzzy-time] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
245.20 s
[cursor-fuzzy-time] No hmake found
245.20 s
[cursor-fuzzy-time] Using hpc version 0.69 found on system at:
245.20 s
[cursor-fuzzy-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
245.20 s
[cursor-fuzzy-time] Using hsc2hs version 0.68.10 found on system at:
245.20 s
[cursor-fuzzy-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
245.20 s
[cursor-fuzzy-time] Using hscolour version 1.25 found on system at:
245.20 s
[cursor-fuzzy-time] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
245.20 s
[cursor-fuzzy-time] No jhc found
245.20 s
[cursor-fuzzy-time] Using ld found on system at:
245.20 s
[cursor-fuzzy-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
245.20 s
[cursor-fuzzy-time] No pkg-config found
245.20 s
[cursor-fuzzy-time] Using runghc version 9.10.3 found on system at:
245.20 s
[cursor-fuzzy-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
245.20 s
[cursor-fuzzy-time] Using strip version 2.44 found on system at:
245.20 s
[cursor-fuzzy-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
245.20 s
[cursor-fuzzy-time] Using tar found on system at:
245.20 s
[cursor-fuzzy-time] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
245.20 s
[cursor-fuzzy-time] No uhc found
245.20 s
[cursor-fuzzy-time] Phase: buildPhase
245.20 s
[cursor-fuzzy-time] Preprocessing library for cursor-fuzzy-time-0.1.0.0...
245.21 s
[cursor-fuzzy-time] Building library for cursor-fuzzy-time-0.1.0.0...
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 )
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 )
245.21 s
[genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "Maybe of ints :: (Maybe Int)" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] Monad []
245.21 s
[genvalidity-hspec] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
245.21 s
[genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "four :: Int" and "singletonisation :: (Int -> [Int])" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "list of fives :: [Int]" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] (>>=) :: [] a -> (b -> [] a) -> [] b
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])" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] relation with Applicative []
245.21 s
[genvalidity-hspec] satisfies 'pure = return' for "list of fives :: [Int]" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] satisfies '(<*>) = ap' for "increment in list :: ([Int -> Int])" and "list of fives :: [Int]" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] satisfies '(>>) = (*>)' for "list of fives :: [Int]" and "list of sixes :: [Int]" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] relation with Functor []
245.21 s
[genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "factorisations :: (Int -> Int)" and "list of fives :: [Int]" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] Monad Maybe
245.21 s
[genvalidity-hspec] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
245.21 s
[genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "ABC :: [Char]" and "justisation :: ([Char] -> Maybe [Char])" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "Just an ABC :: (Maybe [Char])" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
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])" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] relation with Applicative Maybe
245.21 s
[genvalidity-hspec] satisfies 'pure = return' for "Just an ABC :: (Maybe [Char])" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] satisfies '(<*>) = ap' for "append 'a' in Just :: (Maybe ([Char] -> [Char]))" and "Just an ABC :: (Maybe [Char])" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] satisfies '(>>) = (*>)' for "Just an ABC :: (Maybe [Char])" and "Just an ABC :: (Maybe [Char])" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] relation with Functor Maybe
245.21 s
[genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "appends :: ([Char] -> [Char])" and "Just an ABC :: (Maybe [Char])" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] Test.Validity.Monoid
245.21 s
[genvalidity-hspec] Monoid ([Ratio Integer])
245.21 s
[genvalidity-hspec] mempty :: ([Ratio Integer])
245.21 s
[genvalidity-hspec] is the identity for mappend :: ([Ratio Integer]) -> ([Ratio Integer]) -> ([Ratio Integer]) for "valid :: ([Ratio Integer])" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] mappend :: ([Ratio Integer]) -> ([Ratio Integer]) -> ([Ratio Integer])
245.21 s
[genvalidity-hspec] is an associative operation for "valid :: (([Ratio Integer],[Ratio Integer],[Ratio Integer]))" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] mconcat :: [([Ratio Integer])] -> ([Ratio Integer])
245.21 s
[genvalidity-hspec] is equivalent to its default implementation for "valid :: ([[Ratio Integer]])" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] Monoid [Int]
245.21 s
[genvalidity-hspec] mempty :: [Int]
245.21 s
[genvalidity-hspec] is the identity for mappend :: [Int] -> [Int] -> [Int] for "valid :: [Int]" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] mappend :: [Int] -> [Int] -> [Int]
245.21 s
[genvalidity-hspec] is an associative operation for "valid :: ([Int],[Int],[Int])" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] mconcat :: [[Int]] -> [Int]
245.21 s
[genvalidity-hspec] is equivalent to its default implementation for "valid :: [[Int]]" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] Monoid [Int]
245.21 s
[genvalidity-hspec] mempty :: [Int]
245.21 s
[genvalidity-hspec] is the identity for mappend :: [Int] -> [Int] -> [Int] for "arbitrary :: [Int]" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] mappend :: [Int] -> [Int] -> [Int]
245.21 s
[genvalidity-hspec] is an associative operation for "arbitrary :: ([Int],[Int],[Int])" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] mconcat :: [[Int]] -> [Int]
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 )
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 )
245.21 s
[genvalidity-hspec] is equivalent to its default implementation for "arbitrary :: [[Int]]" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] Monoid [Char]
245.21 s
[genvalidity-hspec] mempty :: [Char]
245.21 s
[genvalidity-hspec] is the identity for mappend :: [Char] -> [Char] -> [Char] for "singleton list of 'a' :: [Char]" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] mappend :: [Char] -> [Char] -> [Char]
245.21 s
[genvalidity-hspec] is an associative operation for "singleton list of 'a' :: ([Char],[Char],[Char])" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] mconcat :: [[Char]] -> [Char]
245.21 s
[genvalidity-hspec] is equivalent to its default implementation for "singleton list of 'a' :: [[Char]]" [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] Test.Validity.Ord
245.21 s
[genvalidity-hspec] Ord (Ratio Integer)
245.21 s
[genvalidity-hspec] (<=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
245.21 s
[genvalidity-hspec] is reflexive for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is antisymmetric for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] (>=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
245.21 s
[genvalidity-hspec] is reflexive for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is antisymmetric for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] (<) :: (Ratio Integer) -> (Ratio Integer) -> Bool
245.21 s
[genvalidity-hspec] is antireflexive for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] (>) :: (Ratio Integer) -> (Ratio Integer) -> Bool
245.21 s
[genvalidity-hspec] is antireflexive for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] "min :: (Ratio Integer -> Ratio Integer -> Ratio Integer)"
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] "max :: (Ratio Integer -> Ratio Integer -> Ratio Integer)"
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "valid (Ratio Integer)"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] NaN >= NaN is False [✔]
245.21 s
[genvalidity-hspec] Ord Int
245.21 s
[genvalidity-hspec] (<=) :: Int -> Int -> Bool
245.21 s
[genvalidity-hspec] is reflexive for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is antisymmetric for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] (>=) :: Int -> Int -> Bool
245.21 s
[genvalidity-hspec] is reflexive for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is antisymmetric for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] (<) :: Int -> Int -> Bool
245.21 s
[genvalidity-hspec] is antireflexive for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] (>) :: Int -> Int -> Bool
245.21 s
[genvalidity-hspec] is antireflexive for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] "min :: (Int -> Int -> Int)"
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] "max :: (Int -> Int -> Int)"
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "valid Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] Ord Int
245.21 s
[genvalidity-hspec] (<=) :: Int -> Int -> Bool
245.21 s
[genvalidity-hspec] is reflexive for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is antisymmetric for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] (>=) :: Int -> Int -> Bool
245.21 s
[genvalidity-hspec] is reflexive for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is antisymmetric for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] (<) :: Int -> Int -> Bool
245.21 s
[genvalidity-hspec] is antireflexive for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] (>) :: Int -> Int -> Bool
245.21 s
[genvalidity-hspec] is antireflexive for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] "min :: (Int -> Int -> Int)"
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] "max :: (Int -> Int -> Int)"
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "arbitrary Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] Ord Int
245.21 s
[genvalidity-hspec] (<=) :: Int -> Int -> Bool
245.21 s
[genvalidity-hspec] is reflexive for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is antisymmetric for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] (>=) :: Int -> Int -> Bool
245.21 s
[genvalidity-hspec] is reflexive for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is antisymmetric for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] (<) :: Int -> Int -> Bool
245.21 s
[genvalidity-hspec] is antireflexive for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] (>) :: Int -> Int -> Bool
245.21 s
[genvalidity-hspec] is antireflexive for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is transitive for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] "min :: (Int -> Int -> Int)"
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] "max :: (Int -> Int -> Int)"
245.21 s
[genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "even Int"'s [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] Test.Validity.Show
245.21 s
[genvalidity-hspec] Show (Ratio Integer) and Read (Ratio Integer)
245.21 s
[genvalidity-hspec] are implemented such that read . show == id for valid values [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] Show Int and Read Int
245.21 s
[genvalidity-hspec] are implemented such that read . show == id for valid values [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] Show (Ratio Integer) and Read (Ratio Integer)
245.21 s
[genvalidity-hspec] are implemented such that read . show == id for arbitrary values [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] Show Int and Read Int
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 )
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 )
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 )
245.21 s
[genvalidity-hspec] are implemented such that read . show == id for even values [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] show and read don't have the correct semantics [✔]
245.21 s
[genvalidity-hspec] Test.Validity.Shrinking
245.21 s
[genvalidity-hspec] shrinkValid :: (Ratio Int8 -> [Ratio Int8])
245.21 s
[genvalidity-hspec] preserves validity [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] never shrinks to itself for valid values [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] shrinkValid :: (Int -> [Int])
245.21 s
[genvalidity-hspec] preserves validity [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] never shrinks to itself for valid values [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] shrinkValidPreservesValidOnGenValid
245.21 s
[genvalidity-hspec] Ordering [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] [Ordering] [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] shrinkValidPreservesValidOnGenValid
245.21 s
[genvalidity-hspec] Ordering [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] [Ordering] [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] shrinkValidDoesNotShrinkToItself
245.21 s
[genvalidity-hspec] Int [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] [Int] [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] shrinkValidDoesNotShrinkToItself
245.21 s
[genvalidity-hspec] Ordering [✔]
245.21 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.21 s
[genvalidity-hspec] [Ordering] [✔]
245.22 s
[genvalidity-hspec] +++ OK, passed 100 tests.
245.22 s
[genvalidity-hspec]
245.22 s
[genvalidity-hspec] Finished in 0.2689 seconds
245.22 s
[genvalidity-hspec] 245 examples, 0 failures
245.22 s
[genvalidity-hspec] Test suite genvalidity-hspec-test: PASS
245.22 s
[genvalidity-hspec] Test suite logged to:
245.22 s
[genvalidity-hspec] dist/test/genvalidity-hspec-1.0.0.4-genvalidity-hspec-test.log
245.22 s
[genvalidity-hspec] 1 of 1 test suites (1 of 1 test cases) passed.
245.22 s
[genvalidity-hspec] Phase: haddockPhase
245.22 s
[mergeful] Documentation created: dist/doc/html/mergeful/,
245.22 s
[mergeful] dist/doc/html/mergeful/mergeful.txt
245.22 s
[cursor-fuzzy-time] [1 of 4] Compiling Cursor.FuzzyDay ( src/Cursor/FuzzyDay.hs, dist/build/Cursor/FuzzyDay.p_o )
245.27 s
[mergeful] Phase: installPhase
245.32 s
[genvalidity-hspec] Preprocessing library for genvalidity-hspec-1.0.0.4...
245.33 s
[genvalidity-hspec] Running Haddock on library for genvalidity-hspec-1.0.0.4...
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
245.45 s
[autodocodec-yaml-source] Phase: setupCompilerEnvironmentPhase
245.45 s
[autodocodec-yaml-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
245.57 s
[genvalidity-hspec] [ 1 of 13] Compiling Paths_genvalidity_hspec ( dist/build/autogen/Paths_genvalidity_hspec.hs, nothing )
245.60 s
[genvalidity-hspec] [ 2 of 13] Compiling Test.Validity.Utils ( src/Test/Validity/Utils.hs, nothing )
245.62 s
[cursor-fuzzy-time] [2 of 4] Compiling Cursor.FuzzyLocalTime ( src/Cursor/FuzzyLocalTime.hs, dist/build/Cursor/FuzzyLocalTime.p_o )
245.62 s
[cursor-fuzzy-time] [3 of 4] Compiling Cursor.FuzzyTimeOfDay ( src/Cursor/FuzzyTimeOfDay.hs, dist/build/Cursor/FuzzyTimeOfDay.p_o )
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 )
245.67 s
[mergeful] Phase: fixupPhase
245.69 s
[mergeful] shrinking RPATHs of ELF executables and libraries in /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0
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
245.70 s
[genvalidity-hspec] [ 3 of 13] Compiling Test.Validity.Shrinking ( src/Test/Validity/Shrinking.hs, nothing )
245.70 s
[mergeful] checking for references to /build/ in /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0...
245.72 s
[genvalidity-hspec] [ 4 of 13] Compiling Test.Validity.Show ( src/Test/Validity/Show.hs, nothing )
245.72 s
[mergeful] patching script interpreter paths in /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0
245.72 s
[mergeful] stripping (with command strip and flags -S -p) in /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0/lib
245.73 s
[genvalidity-hspec] [ 5 of 13] Compiling Test.Validity.Ord ( src/Test/Validity/Ord.hs, nothing )
245.75 s
[autodocodec-yaml-source] Phase: unpackPhase
245.75 s
[autodocodec-yaml-source] unpacking source archive /nix/store/fsxl0f6ikqdbpd17vxwmynbsvq80fs1w-autodocodec-yaml
245.76 s
[autodocodec-yaml-source] source root is autodocodec-yaml
245.77 s
[autodocodec-yaml-source] Phase: patchPhase
245.78 s
[autodocodec-yaml-source] Phase: compileBuildDriverPhase
245.78 s
[autodocodec-yaml-source] setupCompileFlags: -package-db=/build/tmp.EKbAiQkFpA/setup-package.conf.d -threaded
245.82 s
[genvalidity-hspec] [ 6 of 13] Compiling Test.Validity.Monoid ( src/Test/Validity/Monoid.hs, nothing )
245.83 s
[autodocodec-yaml-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.EKbAiQkFpA/Main.o )
245.84 s
[genvalidity-hspec] [ 7 of 13] Compiling Test.Validity.Monad ( src/Test/Validity/Monad.hs, nothing )
245.84 s
[mergeful] shrinking RPATHs of ELF executables and libraries in /nix/store/1s8p244mghlkj3hdgzz564wpk2cmh58f-mergeful-0.3.0.0-doc
245.85 s
[mergeful] checking for references to /build/ in /nix/store/1s8p244mghlkj3hdgzz564wpk2cmh58f-mergeful-0.3.0.0-doc...
245.87 s
[mergeful] patching script interpreter paths in /nix/store/1s8p244mghlkj3hdgzz564wpk2cmh58f-mergeful-0.3.0.0-doc
245.88 s
[autodocodec-yaml-source] [2 of 2] Linking Setup
245.94 s
[genvalidity-hspec] [ 8 of 13] Compiling Test.Validity.GenValidity ( src/Test/Validity/GenValidity.hs, nothing )
245.95 s
[genvalidity-hspec] [ 9 of 13] Compiling Test.Validity.Functor ( src/Test/Validity/Functor.hs, nothing )
245.96 s
[genvalidity-hspec] [10 of 13] Compiling Test.Validity.Eq ( src/Test/Validity/Eq.hs, nothing )
245.97 s
[genvalidity-hspec] [11 of 13] Compiling Test.Validity.Arbitrary ( src/Test/Validity/Arbitrary.hs, nothing )
245.98 s
[genvalidity-hspec] [12 of 13] Compiling Test.Validity.Applicative ( src/Test/Validity/Applicative.hs, nothing )
246.07 s
[genvalidity-hspec] [13 of 13] Compiling Test.Validity ( src/Test/Validity.hs, nothing )
246.08 s
[genvalidity-hspec] Haddock coverage:
246.08 s
[genvalidity-hspec] 22% ( 2 / 9) in 'Test.Validity.Utils'
246.08 s
[genvalidity-hspec] Missing documentation for:
246.08 s
[genvalidity-hspec] nameOf (src/Test/Validity/Utils.hs:38)
246.08 s
[genvalidity-hspec] genDescr (src/Test/Validity/Utils.hs:49)
246.08 s
[genvalidity-hspec] binRelStr (src/Test/Validity/Utils.hs:56)
246.08 s
[genvalidity-hspec] shouldFail (src/Test/Validity/Utils.hs:120)
246.08 s
[genvalidity-hspec] Anon (src/Test/Validity/Utils.hs:60)
246.08 s
[genvalidity-hspec] shouldBeValid
246.08 s
[genvalidity-hspec] shouldBeInvalid
246.08 s
[genvalidity-hspec] 45% ( 5 / 11) in 'Test.Validity.Shrinking'
246.08 s
[genvalidity-hspec] Missing documentation for:
246.08 s
[genvalidity-hspec] shrinkValidSpec (src/Test/Validity/Shrinking.hs:35)
246.08 s
[genvalidity-hspec] shrinkValidSpecWithLimit (src/Test/Validity/Shrinking.hs:48)
246.08 s
[genvalidity-hspec] shrinkValidPreservesValidOnGenValid (src/Test/Validity/Shrinking.hs:66)
246.08 s
[genvalidity-hspec] shrinkValidPreservesValidOnGenValidWithLimit (src/Test/Validity/Shrinking.hs:74)
246.08 s
[genvalidity-hspec] shrinkValidDoesNotShrinkToItself (src/Test/Validity/Shrinking.hs:81)
246.08 s
[genvalidity-hspec] shrinkValidDoesNotShrinkToItselfWithLimit (src/Test/Validity/Shrinking.hs:89)
246.08 s
[genvalidity-hspec] 100% ( 7 / 7) in 'Test.Validity.Show'
246.08 s
[genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Ord'
246.09 s
[genvalidity-hspec] 100% ( 5 / 5) in 'Test.Validity.Monoid'
246.09 s
[genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Monad'
246.09 s
[genvalidity-hspec] 100% ( 5 / 5) in 'Test.Validity.GenValidity'
246.09 s
[genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Functor'
246.09 s
[genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Eq'
246.09 s
[genvalidity-hspec] 100% ( 3 / 3) in 'Test.Validity.Arbitrary'
246.09 s
[genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Applicative'
246.09 s
[genvalidity-hspec] Warning: 'Spec' is out of scope.
246.09 s
[genvalidity-hspec] If you qualify the identifier, haddock can try to link it anyway.
246.09 s
[genvalidity-hspec] Warning: 'producesValidsOnValids' is out of scope.
246.09 s
[genvalidity-hspec] If you qualify the identifier, haddock can try to link it anyway.
246.09 s
[genvalidity-hspec] 63% (122 /192) in 'Test.Validity'
246.09 s
[genvalidity-hspec] Missing documentation for:
246.09 s
[genvalidity-hspec] forAllValid
246.09 s
[genvalidity-hspec] shouldBeValid
246.09 s
[genvalidity-hspec] shouldBeInvalid
246.09 s
[genvalidity-hspec] shrinkValidSpec (src/Test/Validity/Shrinking.hs:35)
246.09 s
[genvalidity-hspec] shrinkValidSpecWithLimit (src/Test/Validity/Shrinking.hs:48)
246.09 s
[genvalidity-hspec] shrinkValidPreservesValidOnGenValid (src/Test/Validity/Shrinking.hs:66)
246.09 s
[genvalidity-hspec] producesValidsOnGens2
246.09 s
[genvalidity-hspec] producesValid2
246.09 s
[genvalidity-hspec] producesValidsOnArbitrary2
246.09 s
[genvalidity-hspec] producesValidsOnGens3
246.09 s
[genvalidity-hspec] producesValid3
246.09 s
[genvalidity-hspec] producesValidsOnArbitrary3
246.09 s
[genvalidity-hspec] succeedsOnGens2
246.09 s
[genvalidity-hspec] succeeds2
246.09 s
[genvalidity-hspec] succeedsOnArbitrary2
246.09 s
[genvalidity-hspec] failsOnGens2
246.09 s
[genvalidity-hspec] validIfSucceedsOnGens2
246.09 s
[genvalidity-hspec] validIfSucceeds2
246.09 s
[genvalidity-hspec] validIfSucceedsOnArbitrary2
246.09 s
[genvalidity-hspec] validIfSucceedsOnGens3
246.09 s
[genvalidity-hspec] validIfSucceeds3
246.09 s
[genvalidity-hspec] validIfSucceedsOnArbitrary3
246.09 s
[genvalidity-hspec] equivalentOnGen
246.09 s
[genvalidity-hspec] equivalent
246.09 s
[genvalidity-hspec] equivalentOnGens2
246.09 s
[genvalidity-hspec] equivalent2
246.09 s
[genvalidity-hspec] equivalentOnGens3
246.09 s
[genvalidity-hspec] equivalent3
246.09 s
[genvalidity-hspec] equivalentOnArbitrary3
246.09 s
[genvalidity-hspec] equivalentWhenFirstSucceedsOnGen
246.10 s
[genvalidity-hspec] equivalentWhenFirstSucceeds
246.10 s
[genvalidity-hspec] equivalentWhenFirstSucceedsOnArbitrary
246.10 s
[genvalidity-hspec] equivalentWhenFirstSucceedsOnGens2
246.10 s
[genvalidity-hspec] equivalentWhenFirstSucceeds2
246.10 s
[genvalidity-hspec] equivalentWhenFirstSucceedsOnArbitrary2
246.10 s
[genvalidity-hspec] equivalentWhenSecondSucceedsOnGen
246.10 s
[genvalidity-hspec] equivalentWhenSecondSucceeds
246.10 s
[genvalidity-hspec] equivalentWhenSecondSucceedsOnArbitrary
246.10 s
[genvalidity-hspec] equivalentWhenSecondSucceedsOnGens2
246.10 s
[genvalidity-hspec] equivalentWhenSecondSucceeds2
246.10 s
[genvalidity-hspec] equivalentWhenSecondSucceedsOnArbitrary2
246.10 s
[genvalidity-hspec] equivalentWhenSucceedOnGen
246.10 s
[genvalidity-hspec] equivalentWhenSucceed
246.10 s
[genvalidity-hspec] equivalentWhenSucceedOnArbitrary
246.10 s
[genvalidity-hspec] equivalentWhenSucceedOnGens2
246.10 s
[genvalidity-hspec] equivalentWhenSucceed2
246.10 s
[genvalidity-hspec] equivalentWhenSucceedOnArbitrary2
246.10 s
[genvalidity-hspec] inverseFunctionsOnGen
246.10 s
[genvalidity-hspec] inverseFunctions
246.10 s
[genvalidity-hspec] inverseFunctionsIfFirstSucceedsOnGen
246.10 s
[genvalidity-hspec] inverseFunctionsIfFirstSucceeds
246.10 s
[genvalidity-hspec] inverseFunctionsIfFirstSucceedsOnArbitrary
246.10 s
[genvalidity-hspec] inverseFunctionsIfSecondSucceedsOnGen
246.10 s
[genvalidity-hspec] inverseFunctionsIfSecondSucceeds
246.10 s
[genvalidity-hspec] inverseFunctionsIfSecondSucceedsOnArbitrary
246.10 s
[genvalidity-hspec] inverseFunctionsIfSucceedOnGen
246.10 s
[genvalidity-hspec] inverseFunctionsIfSucceed
246.10 s
[genvalidity-hspec] inverseFunctionsIfSucceedOnArbitrary
246.10 s
[genvalidity-hspec] idempotentOnGen
246.10 s
[genvalidity-hspec] idempotent
246.10 s
[genvalidity-hspec] reflexivityOnGen
246.10 s
[genvalidity-hspec] transitivityOnGens
246.10 s
[genvalidity-hspec] antisymmetryOnGensWithEquality
246.10 s
[genvalidity-hspec] antisymmetryOnGens
246.10 s
[genvalidity-hspec] antireflexivityOnGen
246.10 s
[genvalidity-hspec] symmetryOnGens
246.10 s
[genvalidity-hspec] leftIdentityOnGenWithEquality
246.10 s
[genvalidity-hspec] leftIdentityOnGen
246.10 s
[genvalidity-hspec] rightIdentityOnGenWithEquality
246.10 s
[genvalidity-hspec] rightIdentityOnGen
246.89 s
[cursor-fuzzy-time] Phase: checkPhase
246.91 s
[cursor-fuzzy-time] Package has no test suites.
246.92 s
[cursor-fuzzy-time] Phase: haddockPhase
247.03 s
[cursor-fuzzy-time] Preprocessing library for cursor-fuzzy-time-0.1.0.0...
247.03 s
[cursor-fuzzy-time] Running Haddock on library for cursor-fuzzy-time-0.1.0.0...
247.06 s
[autodocodec-yaml-source] Phase: updateAutotoolsGnuConfigScriptsPhase
247.07 s
[autodocodec-yaml-source] Phase: configurePhase
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
247.08 s
[autodocodec-yaml-source] Using Parsec parser
247.08 s
[autodocodec-yaml-source] Configuring autodocodec-yaml-0.4.0.2...
247.19 s
[cursor-fuzzy-time] [1 of 4] Compiling Cursor.FuzzyDay ( src/Cursor/FuzzyDay.hs, nothing )
247.37 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0
247.81 s
[post-build-hook] Pushing 2 paths (174 are already present) using zstd to cache smos ⏳
247.81 s
[post-build-hook]
248.16 s
[post-build-hook] Pushing /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0 (9.34 MiB)
248.17 s
[post-build-hook] Pushing /nix/store/1s8p244mghlkj3hdgzz564wpk2cmh58f-mergeful-0.3.0.0-doc (2.77 MiB)
249.58 s
[post-build-hook]
249.68 s
[post-build-hook] All done.
249.68 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0
249.68 s
[post-build-hook] copying 0 paths...
249.81 s
[post-build-hook] copying 0 paths...
249.88 s
Progress: 57 of 156 built (4 building), 815 of 815 downloaded from cache
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 )
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 )
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 )
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 )
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 )
249.88 s
[cursor-brick] [ 1 of 10] Compiling Cursor.Brick.List ( src/Cursor/Brick/List.hs, dist/build/Cursor/Brick/List.p_o )
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 )
249.88 s
[cursor-brick] [ 3 of 10] Compiling Cursor.Brick.Map ( src/Cursor/Brick/Map.hs, dist/build/Cursor/Brick/Map.p_o )
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 )
249.88 s
[cursor-brick] [ 5 of 10] Compiling Cursor.Brick.Text ( src/Cursor/Brick/Text.hs, dist/build/Cursor/Brick/Text.p_o )
249.88 s
[cursor-brick] [ 6 of 10] Compiling Cursor.Brick.TextField ( src/Cursor/Brick/TextField.hs, dist/build/Cursor/Brick/TextField.p_o )
249.88 s
[cursor-brick] [ 7 of 10] Compiling Cursor.Brick.Tree ( src/Cursor/Brick/Tree.hs, dist/build/Cursor/Brick/Tree.p_o )
249.88 s
[cursor-brick] [ 8 of 10] Compiling Cursor.Brick.Forest ( src/Cursor/Brick/Forest.hs, dist/build/Cursor/Brick/Forest.p_o )
249.88 s
[cursor-brick] [ 9 of 10] Compiling Cursor.Brick ( src/Cursor/Brick.hs, dist/build/Cursor/Brick.p_o )
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 )
249.88 s
[cursor-fuzzy-time] [2 of 4] Compiling Cursor.FuzzyLocalTime ( src/Cursor/FuzzyLocalTime.hs, nothing )
249.88 s
[cursor-fuzzy-time] [3 of 4] Compiling Cursor.FuzzyTimeOfDay ( src/Cursor/FuzzyTimeOfDay.hs, nothing )
249.88 s
[cursor-fuzzy-time] [4 of 4] Compiling Paths_cursor_fuzzy_time ( dist/build/autogen/Paths_cursor_fuzzy_time.hs, nothing )
249.88 s
[cursor-fuzzy-time] Haddock coverage:
249.88 s
[cursor-fuzzy-time] 0% ( 0 / 9) in 'Cursor.FuzzyDay'
249.88 s
[cursor-fuzzy-time] Missing documentation for:
249.88 s
[cursor-fuzzy-time] Module header
249.88 s
[cursor-fuzzy-time] FuzzyDayCursor (src/Cursor/FuzzyDay.hs:27)
249.88 s
[cursor-fuzzy-time] emptyFuzzyDayCursor (src/Cursor/FuzzyDay.hs:38)
249.88 s
[cursor-fuzzy-time] makeFuzzyDayCursor (src/Cursor/FuzzyDay.hs:45)
249.88 s
[cursor-fuzzy-time] rebuildFuzzyDayCursorForwards (src/Cursor/FuzzyDay.hs:56)
249.88 s
[cursor-fuzzy-time] rebuildFuzzyDayCursorBackwards (src/Cursor/FuzzyDay.hs:60)
249.88 s
[cursor-fuzzy-time] fuzzyDayCursorTextCursorL (src/Cursor/FuzzyDay.hs:64)
249.88 s
[cursor-fuzzy-time] fuzzyDayCursorGuessForwards (src/Cursor/FuzzyDay.hs:69)
249.88 s
[cursor-fuzzy-time] fuzzyDayCursorGuessBackwards (src/Cursor/FuzzyDay.hs:74)
249.88 s
[cursor-fuzzy-time] 0% ( 0 / 9) in 'Cursor.FuzzyLocalTime'
249.88 s
[cursor-fuzzy-time] Missing documentation for:
249.88 s
[cursor-fuzzy-time] Module header
249.88 s
[cursor-fuzzy-time] FuzzyLocalTimeCursor (src/Cursor/FuzzyLocalTime.hs:27)
249.88 s
[cursor-fuzzy-time] emptyFuzzyLocalTimeCursor (src/Cursor/FuzzyLocalTime.hs:38)
249.88 s
[cursor-fuzzy-time] makeFuzzyLocalTimeCursor (src/Cursor/FuzzyLocalTime.hs:45)
249.88 s
[cursor-fuzzy-time] rebuildFuzzyLocalTimeCursorForwards (src/Cursor/FuzzyLocalTime.hs:61)
249.88 s
[cursor-fuzzy-time] rebuildFuzzyLocalTimeCursorBackwards (src/Cursor/FuzzyLocalTime.hs:65)
249.88 s
[cursor-fuzzy-time] fuzzyLocalTimeCursorTextCursorL (src/Cursor/FuzzyLocalTime.hs:69)
249.88 s
[cursor-fuzzy-time] fuzzyLocalTimeCursorGuessForwards (src/Cursor/FuzzyLocalTime.hs:73)
249.88 s
[cursor-fuzzy-time] fuzzyLocalTimeCursorGuessBackwards (src/Cursor/FuzzyLocalTime.hs:78)
249.88 s
[cursor-fuzzy-time] 0% ( 0 / 9) in 'Cursor.FuzzyTimeOfDay'
249.88 s
[cursor-fuzzy-time] Missing documentation for:
249.88 s
[cursor-fuzzy-time] Module header
249.88 s
[cursor-fuzzy-time] FuzzyTimeOfDayCursor (src/Cursor/FuzzyTimeOfDay.hs:27)
249.88 s
[cursor-fuzzy-time] emptyFuzzyTimeOfDayCursor (src/Cursor/FuzzyTimeOfDay.hs:38)
249.88 s
[cursor-fuzzy-time] makeFuzzyTimeOfDayCursor (src/Cursor/FuzzyTimeOfDay.hs:45)
249.88 s
[cursor-fuzzy-time] rebuildFuzzyTimeOfDayCursorForwards (src/Cursor/FuzzyTimeOfDay.hs:53)
249.88 s
[cursor-fuzzy-time] rebuildFuzzyTimeOfDayCursorBackwards (src/Cursor/FuzzyTimeOfDay.hs:57)
249.88 s
[cursor-fuzzy-time] fuzzyTimeOfDayCursorTextCursorL (src/Cursor/FuzzyTimeOfDay.hs:61)
249.88 s
[cursor-fuzzy-time] fuzzyTimeOfDayCursorGuessForwards (src/Cursor/FuzzyTimeOfDay.hs:65)
249.88 s
[cursor-fuzzy-time] fuzzyTimeOfDayCursorGuessBackwards (src/Cursor/FuzzyTimeOfDay.hs:70)
249.88 s
[cursor-fuzzy-time] Warning: Cursor.FuzzyDay: could not find link destinations for:
249.88 s
[cursor-fuzzy-time] - Cursor.FuzzyDay.Rep_FuzzyDayCursor
249.88 s
[cursor-fuzzy-time] Warning: Cursor.FuzzyLocalTime: could not find link destinations for:
249.88 s
[cursor-fuzzy-time] - Cursor.FuzzyLocalTime.Rep_FuzzyLocalTimeCursor
249.88 s
[cursor-fuzzy-time] Warning: Cursor.FuzzyTimeOfDay: could not find link destinations for:
249.88 s
[cursor-fuzzy-time] - Cursor.FuzzyTimeOfDay.Rep_FuzzyTimeOfDayCursor
249.88 s
[autodocodec-yaml-source] Dependency autodocodec >=0.5.0.0: using autodocodec-0.5.0.0
249.88 s
[autodocodec-yaml-source] Dependency autodocodec-schema >=0.2.0.1: using autodocodec-schema-0.2.0.1
249.88 s
[autodocodec-yaml-source] Dependency base >=4.7 && <5: using base-4.20.2.0
249.88 s
[autodocodec-yaml-source] Dependency bytestring: using bytestring-0.12.2.0
249.88 s
[autodocodec-yaml-source] Dependency containers: using containers-0.7
249.88 s
[autodocodec-yaml-source] Dependency path: using path-0.9.6
249.88 s
[autodocodec-yaml-source] Dependency path-io: using path-io-1.8.2
249.88 s
[autodocodec-yaml-source] Dependency safe-coloured-text >=0.3.0.1: using safe-coloured-text-0.3.0.2
249.88 s
[autodocodec-yaml-source] Dependency scientific: using scientific-0.3.8.0
249.88 s
[autodocodec-yaml-source] Dependency text: using text-2.1.3
249.88 s
[autodocodec-yaml-source] Dependency vector: using vector-0.13.2.0
249.88 s
[autodocodec-yaml-source] Dependency yaml: using yaml-0.11.11.2
249.88 s
[autodocodec-yaml-source] Source component graph: component lib
249.88 s
[autodocodec-yaml-source] Configured component graph:
249.88 s
[autodocodec-yaml-source] component autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
249.88 s
[autodocodec-yaml-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
249.88 s
[autodocodec-yaml-source] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
249.88 s
[autodocodec-yaml-source] include base-4.20.2.0-fafd
249.88 s
[autodocodec-yaml-source] include bytestring-0.12.2.0-96e1
249.88 s
[autodocodec-yaml-source] include containers-0.7-96b4
249.88 s
[autodocodec-yaml-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
249.89 s
[autodocodec-yaml-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
249.89 s
[autodocodec-yaml-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
249.89 s
[autodocodec-yaml-source] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
249.89 s
[autodocodec-yaml-source] include text-2.1.3-34f1
249.89 s
[autodocodec-yaml-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
249.89 s
[autodocodec-yaml-source] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
249.89 s
[autodocodec-yaml-source] Linked component graph:
249.89 s
[autodocodec-yaml-source] unit autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
249.89 s
[autodocodec-yaml-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
249.89 s
[autodocodec-yaml-source] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
249.89 s
[autodocodec-yaml-source] include base-4.20.2.0-fafd
249.89 s
[autodocodec-yaml-source] include bytestring-0.12.2.0-96e1
249.89 s
[autodocodec-yaml-source] include containers-0.7-96b4
249.89 s
[autodocodec-yaml-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
249.89 s
[autodocodec-yaml-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
249.89 s
[autodocodec-yaml-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
249.89 s
[autodocodec-yaml-source] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
249.89 s
[autodocodec-yaml-source] include text-2.1.3-34f1
249.89 s
[autodocodec-yaml-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
249.89 s
[autodocodec-yaml-source] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
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
249.89 s
[autodocodec-yaml-source] Ready component graph:
249.89 s
[autodocodec-yaml-source] definite autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
249.89 s
[autodocodec-yaml-source] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
249.89 s
[autodocodec-yaml-source] depends autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
249.89 s
[autodocodec-yaml-source] depends base-4.20.2.0-fafd
249.89 s
[autodocodec-yaml-source] depends bytestring-0.12.2.0-96e1
249.89 s
[autodocodec-yaml-source] depends containers-0.7-96b4
249.89 s
[autodocodec-yaml-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
249.89 s
[autodocodec-yaml-source] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
249.89 s
[autodocodec-yaml-source] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
249.89 s
[autodocodec-yaml-source] depends scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
249.89 s
[autodocodec-yaml-source] depends text-2.1.3-34f1
249.89 s
[autodocodec-yaml-source] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
249.89 s
[autodocodec-yaml-source] depends yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
249.89 s
[autodocodec-yaml-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
249.89 s
[autodocodec-yaml-source] Using compiler: ghc-9.10.3
249.89 s
[autodocodec-yaml-source] Using install prefix:
249.89 s
[autodocodec-yaml-source] /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2
249.89 s
[autodocodec-yaml-source] Executables installed in:
249.89 s
[autodocodec-yaml-source] /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2/bin
249.89 s
[autodocodec-yaml-source] Libraries installed in:
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
249.89 s
[autodocodec-yaml-source] Dynamic Libraries installed in:
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
249.89 s
[autodocodec-yaml-source] Private executables installed in:
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
249.89 s
[autodocodec-yaml-source] Data files installed in:
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
249.89 s
[autodocodec-yaml-source] Documentation installed in: /share/doc/autodocodec-yaml-0.4.0.2
249.89 s
[autodocodec-yaml-source] Configuration files installed in:
249.89 s
[autodocodec-yaml-source] /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2/etc
249.89 s
[autodocodec-yaml-source] No alex found
249.89 s
[autodocodec-yaml-source] Using ar found on system at:
249.89 s
[autodocodec-yaml-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
249.89 s
[autodocodec-yaml-source] No c2hs found
249.89 s
[autodocodec-yaml-source] No cpphs found
249.89 s
[autodocodec-yaml-source] No doctest found
249.89 s
[autodocodec-yaml-source] Using gcc version 14.3.0 given by user at:
249.89 s
[autodocodec-yaml-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
249.89 s
[autodocodec-yaml-source] Using ghc version 9.10.3 found on system at:
249.89 s
[autodocodec-yaml-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
249.89 s
[autodocodec-yaml-source] Using ghc-pkg version 9.10.3 found on system at:
249.89 s
[autodocodec-yaml-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
249.89 s
[autodocodec-yaml-source] No ghcjs found
249.89 s
[autodocodec-yaml-source] No ghcjs-pkg found
249.89 s
[autodocodec-yaml-source] No greencard found
249.89 s
[autodocodec-yaml-source] Using haddock version 2.31.1 found on system at:
249.89 s
[autodocodec-yaml-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
249.89 s
[autodocodec-yaml-source] No happy found
249.89 s
[autodocodec-yaml-source] Using haskell-suite found on system at: haskell-suite-dummy-location
249.89 s
[autodocodec-yaml-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
249.89 s
[autodocodec-yaml-source] No hmake found
249.89 s
[autodocodec-yaml-source] Using hpc version 0.69 found on system at:
249.89 s
[autodocodec-yaml-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
249.89 s
[autodocodec-yaml-source] Using hsc2hs version 0.68.10 found on system at:
249.89 s
[autodocodec-yaml-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
249.89 s
[autodocodec-yaml-source] Using hscolour version 1.25 found on system at:
249.89 s
[autodocodec-yaml-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
249.89 s
[autodocodec-yaml-source] No jhc found
249.89 s
[autodocodec-yaml-source] Using ld found on system at:
249.89 s
[autodocodec-yaml-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
249.89 s
[autodocodec-yaml-source] No pkg-config found
249.89 s
[autodocodec-yaml-source] Using runghc version 9.10.3 found on system at:
249.89 s
[autodocodec-yaml-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
249.89 s
[autodocodec-yaml-source] Using strip version 2.44 found on system at:
249.89 s
[autodocodec-yaml-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
249.89 s
[autodocodec-yaml-source] Using tar found on system at:
249.89 s
[autodocodec-yaml-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
249.89 s
[autodocodec-yaml-source] No uhc found
249.89 s
[autodocodec-yaml-source] Phase: buildPhase
249.89 s
[autodocodec-yaml-source] Distribution quality warnings:
249.89 s
[autodocodec-yaml-source] [no-category] No 'category' field.
249.89 s
[autodocodec-yaml-source] [no-description] No 'description' field.
249.89 s
[autodocodec-yaml-source] [missing-upper-bounds] On library, these packages miss upper bounds:
249.89 s
[autodocodec-yaml-source] - autodocodec
249.89 s
[autodocodec-yaml-source] - autodocodec-schema
249.89 s
[autodocodec-yaml-source] - bytestring
249.89 s
[autodocodec-yaml-source] - containers
249.89 s
[autodocodec-yaml-source] - path
249.89 s
[autodocodec-yaml-source] - path-io
249.89 s
[autodocodec-yaml-source] - safe-coloured-text
249.89 s
[autodocodec-yaml-source] - scientific
249.89 s
[autodocodec-yaml-source] - text
249.89 s
[autodocodec-yaml-source] - vector
249.89 s
[autodocodec-yaml-source] - yaml
249.89 s
[autodocodec-yaml-source] Please add them. There is more information at https://pvp.haskell.org/
249.89 s
[autodocodec-yaml-source] Building source dist for autodocodec-yaml-0.4.0.2...
249.89 s
[autodocodec-yaml-source] Source tarball created: dist/autodocodec-yaml-0.4.0.2.tar.gz
249.89 s
[autodocodec-yaml-source] Phase: haddockPhase
249.89 s
[autodocodec-yaml-source] Phase: installPhase
249.89 s
[autodocodec-yaml-source] Phase: fixupPhase
250.07 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2
250.45 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
250.45 s
[post-build-hook]
250.78 s
[post-build-hook] Pushing /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2 (6.49 KiB)
251.69 s
[post-build-hook]
251.69 s
[post-build-hook] All done.
251.71 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2
251.77 s
[post-build-hook] copying 1 paths...
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'...
252.10 s
[post-build-hook] copying 0 paths...
252.13 s
Progress: 58 of 156 built (3 building), 815 of 815 downloaded from cache
252.25 s
Building autodocodec-yaml
252.25 s
[genvalidity-hspec] Documentation created: dist/doc/html/genvalidity-hspec/,
252.25 s
[genvalidity-hspec] dist/doc/html/genvalidity-hspec/genvalidity-hspec.txt
252.25 s
[genvalidity-hspec] Preprocessing test suite 'genvalidity-hspec-test' for genvalidity-hspec-1.0.0.4...
252.25 s
[genvalidity-hspec] Phase: installPhase
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
252.25 s
[genvalidity-hspec] Phase: fixupPhase
252.25 s
[genvalidity-hspec] shrinking RPATHs of ELF executables and libraries in /nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4
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
252.25 s
[genvalidity-hspec] checking for references to /build/ in /nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4...
252.25 s
[genvalidity-hspec] patching script interpreter paths in /nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4
252.25 s
[genvalidity-hspec] stripping (with command strip and flags -S -p) in /nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4/lib
252.25 s
[genvalidity-hspec] shrinking RPATHs of ELF executables and libraries in /nix/store/bbw90z0zmmanm0mrz69mhrf7g4iiwkxb-genvalidity-hspec-1.0.0.4-doc
252.25 s
[genvalidity-hspec] checking for references to /build/ in /nix/store/bbw90z0zmmanm0mrz69mhrf7g4iiwkxb-genvalidity-hspec-1.0.0.4-doc...
252.25 s
[genvalidity-hspec] patching script interpreter paths in /nix/store/bbw90z0zmmanm0mrz69mhrf7g4iiwkxb-genvalidity-hspec-1.0.0.4-doc
252.25 s
[cursor-brick] Phase: checkPhase
252.25 s
[cursor-brick] Package has no test suites.
252.25 s
[cursor-brick] Phase: haddockPhase
252.25 s
[cursor-brick] Preprocessing library for cursor-brick-0.1.0.1...
252.25 s
[cursor-brick] Running Haddock on library for cursor-brick-0.1.0.1...
252.25 s
[cursor-brick] Warning: The documentation for the following packages are not installed. No
252.25 s
[cursor-brick] links will be generated to these packages: vector-0.13.2.0
252.25 s
[cursor-brick] [ 1 of 10] Compiling Cursor.Brick.List ( src/Cursor/Brick/List.hs, nothing )
252.25 s
[cursor-brick] [ 2 of 10] Compiling Cursor.Brick.List.NonEmpty ( src/Cursor/Brick/List/NonEmpty.hs, nothing )
252.25 s
[cursor-brick] [ 3 of 10] Compiling Cursor.Brick.Map ( src/Cursor/Brick/Map.hs, nothing )
252.25 s
[cursor-brick] [ 4 of 10] Compiling Cursor.Brick.Map.KeyValue ( src/Cursor/Brick/Map/KeyValue.hs, nothing )
252.25 s
[cursor-brick] [ 5 of 10] Compiling Cursor.Brick.Text ( src/Cursor/Brick/Text.hs, nothing )
252.25 s
[cursor-brick] [ 6 of 10] Compiling Cursor.Brick.TextField ( src/Cursor/Brick/TextField.hs, nothing )
252.25 s
[cursor-brick] [ 7 of 10] Compiling Cursor.Brick.Tree ( src/Cursor/Brick/Tree.hs, nothing )
252.25 s
[cursor-brick] [ 8 of 10] Compiling Cursor.Brick.Forest ( src/Cursor/Brick/Forest.hs, nothing )
252.26 s
[cursor-brick] [ 9 of 10] Compiling Cursor.Brick ( src/Cursor/Brick.hs, nothing )
252.26 s
[cursor-brick] [10 of 10] Compiling Paths_cursor_brick ( dist/build/autogen/Paths_cursor_brick.hs, nothing )
252.26 s
[cursor-brick] Haddock coverage:
252.26 s
[cursor-brick] 0% ( 0 / 3) in 'Cursor.Brick.List'
252.26 s
[cursor-brick] Missing documentation for:
252.26 s
[cursor-brick] Module header
252.26 s
[cursor-brick] listCursorWidgetM (src/Cursor/Brick/List.hs:8)
252.26 s
[cursor-brick] listCursorWidget (src/Cursor/Brick/List.hs:11)
252.26 s
[cursor-brick] 0% ( 0 / 12) in 'Cursor.Brick.List.NonEmpty'
252.26 s
[cursor-brick] Missing documentation for:
252.26 s
[cursor-brick] Module header
252.26 s
[cursor-brick] verticalNonEmptyCursorTableWithHeader (src/Cursor/Brick/List/NonEmpty.hs:10)
252.26 s
[cursor-brick] verticalNonEmptyCursorTableWithHeaderM (src/Cursor/Brick/List/NonEmpty.hs:21)
252.26 s
[cursor-brick] verticalNonEmptyCursorTable (src/Cursor/Brick/List/NonEmpty.hs:26)
252.26 s
[cursor-brick] verticalNonEmptyCursorTableM (src/Cursor/Brick/List/NonEmpty.hs:39)
252.26 s
[cursor-brick] tableWidget (src/Cursor/Brick/List/NonEmpty.hs:43)
252.26 s
[cursor-brick] horizontalNonEmptyCursorWidgetM (src/Cursor/Brick/List/NonEmpty.hs:52)
252.26 s
[cursor-brick] horizontalNonEmptyCursorWidget (src/Cursor/Brick/List/NonEmpty.hs:64)
252.26 s
[cursor-brick] verticalNonEmptyCursorWidgetM (src/Cursor/Brick/List/NonEmpty.hs:76)
252.26 s
[cursor-brick] verticalNonEmptyCursorWidget (src/Cursor/Brick/List/NonEmpty.hs:88)
252.26 s
[cursor-brick] nonEmptyCursorWidgetM (src/Cursor/Brick/List/NonEmpty.hs:95)
252.26 s
[cursor-brick] nonEmptyCursorWidget (src/Cursor/Brick/List/NonEmpty.hs:99)
252.26 s
[cursor-brick] 0% ( 0 / 7) in 'Cursor.Brick.Map'
252.26 s
[cursor-brick] Missing documentation for:
252.26 s
[cursor-brick] Module header
252.42 s
[cursor-brick] horizontalMapCursorWidget (src/Cursor/Brick/Map.hs:15)
252.42 s
[cursor-brick] horizontalMapCursorWidgetM (src/Cursor/Brick/Map.hs:31)
252.42 s
[cursor-brick] verticalMapCursorWidget (src/Cursor/Brick/Map.hs:48)
252.42 s
[cursor-brick] verticalMapCursorWidgetM (src/Cursor/Brick/Map.hs:64)
252.42 s
[cursor-brick] mapCursorWidget (src/Cursor/Brick/Map.hs:79)
252.42 s
[cursor-brick] mapCursorWidgetM (src/Cursor/Brick/Map.hs:85)
252.42 s
[cursor-brick] 0% ( 0 / 3) in 'Cursor.Brick.Map.KeyValue'
252.42 s
[cursor-brick] Missing documentation for:
252.42 s
[cursor-brick] Module header
252.42 s
[cursor-brick] keyValueWidget (src/Cursor/Brick/Map/KeyValue.hs:11)
252.42 s
[cursor-brick] keyValueWidgetM (src/Cursor/Brick/Map/KeyValue.hs:18)
252.42 s
[cursor-brick] 90% ( 9 / 10) in 'Cursor.Brick.Text'
252.42 s
[cursor-brick] Missing documentation for:
252.42 s
[cursor-brick] Module header
252.42 s
[cursor-brick] 66% ( 2 / 3) in 'Cursor.Brick.TextField'
252.42 s
[cursor-brick] Missing documentation for:
252.42 s
[cursor-brick] Module header
252.42 s
[cursor-brick] 0% ( 0 / 5) in 'Cursor.Brick.Tree'
252.42 s
[cursor-brick] Missing documentation for:
252.42 s
[cursor-brick] Module header
252.42 s
[cursor-brick] verticalPaddedTreeCursorWidgetM (src/Cursor/Brick/Tree.hs:19)
252.42 s
[cursor-brick] verticalPaddedTreeCursorWidget (src/Cursor/Brick/Tree.hs:57)
252.42 s
[cursor-brick] treeCursorWidgetM (src/Cursor/Brick/Tree.hs:88)
252.42 s
[cursor-brick] treeCursorWidget (src/Cursor/Brick/Tree.hs:96)
252.42 s
[cursor-brick] 0% ( 0 / 9) in 'Cursor.Brick.Forest'
252.42 s
[cursor-brick] Missing documentation for:
252.42 s
[cursor-brick] Module header
252.42 s
[cursor-brick] horizontalForestCursorWidgetM (src/Cursor/Brick/Forest.hs:21)
252.42 s
[cursor-brick] horizontalForestCursorWidget (src/Cursor/Brick/Forest.hs:31)
252.42 s
[cursor-brick] verticalPaddedForestCursorWidgetM (src/Cursor/Brick/Forest.hs:43)
252.42 s
[cursor-brick] verticalPaddedForestCursorWidget (src/Cursor/Brick/Forest.hs:67)
252.42 s
[cursor-brick] verticalForestCursorWidgetM (src/Cursor/Brick/Forest.hs:88)
252.42 s
[cursor-brick] verticalForestCursorWidget (src/Cursor/Brick/Forest.hs:98)
252.42 s
[cursor-brick] forestCursorWidgetM (src/Cursor/Brick/Forest.hs:106)
252.42 s
[cursor-brick] forestCursorWidget (src/Cursor/Brick/Forest.hs:112)
252.42 s
[cursor-fuzzy-time] Documentation created: dist/doc/html/cursor-fuzzy-time/,
252.42 s
[cursor-fuzzy-time] dist/doc/html/cursor-fuzzy-time/cursor-fuzzy-time.txt
252.42 s
[cursor-fuzzy-time] Phase: installPhase
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
252.42 s
[cursor-fuzzy-time] Phase: fixupPhase
252.42 s
[cursor-fuzzy-time] shrinking RPATHs of ELF executables and libraries in /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0
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
252.42 s
[cursor-fuzzy-time] checking for references to /build/ in /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0...
252.42 s
[cursor-fuzzy-time] patching script interpreter paths in /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0
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
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
252.42 s
[cursor-fuzzy-time] checking for references to /build/ in /nix/store/49i5d043p043pvzjlb1mf1phbcdmq4cg-cursor-fuzzy-time-0.1.0.0-doc...
252.42 s
[cursor-fuzzy-time] patching script interpreter paths in /nix/store/49i5d043p043pvzjlb1mf1phbcdmq4cg-cursor-fuzzy-time-0.1.0.0-doc
252.42 s
[cursor-brick] 88% ( 8 / 9) in 'Cursor.Brick'
252.42 s
[cursor-brick] Missing documentation for:
252.42 s
[cursor-brick] Module header
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
252.94 s
[post-build-hook] Pushing 2 paths (112 are already present) using zstd to cache smos ⏳
252.94 s
[post-build-hook]
253.27 s
[post-build-hook] Pushing /nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4 (3.95 MiB)
254.39 s
[post-build-hook] Pushing /nix/store/bbw90z0zmmanm0mrz69mhrf7g4iiwkxb-genvalidity-hspec-1.0.0.4-doc (1.89 MiB)
255.32 s
[post-build-hook]
255.38 s
[post-build-hook] All done.
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
255.65 s
[post-build-hook] copying 2 paths...
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'...
256.05 s
[post-build-hook] copying path '/nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4' to 'https://cache.staging.nix-ci.com'...
257.16 s
[post-build-hook] copying 0 paths...
257.21 s
Progress: 59 of 156 built (3 building), 815 of 815 downloaded from cache
257.29 s
Building genvalidity-containers-source
257.35 s
Building genvalidity-hspec-optics-source
257.39 s
Building genvalidity-scientific-source
257.47 s
Building genvalidity-text-source
257.52 s
Building genvalidity-time-source
257.53 s
Waiting for lock on waiting for a free build user ID for '/nix/store/9ld6zkqnl7v5am27jxj6di5ypb09miad-genvalidity-unordered-containers-source
257.55 s
Waiting for lock on waiting for a free build user ID for '/nix/store/dyqrc1d91z2i1w78avf7akxnhddqwjz2-genvalidity-vector-source
257.55 s
Waiting for lock on waiting for a free build user ID for '/nix/store/ivg3r9x95wiy9qzgf0nbyza3ngyjq7gk-validity-case-insensitive-source
257.56 s
Waiting for lock on waiting for a free build user ID for '/nix/store/djzjgmq4hng5ikkn6qqhm6f8cd06sv8f-validity-path-source
257.56 s
[cursor-brick] Documentation created: dist/doc/html/cursor-brick/,
257.56 s
[cursor-brick] dist/doc/html/cursor-brick/cursor-brick.txt
257.56 s
[cursor-brick] Phase: installPhase
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
257.56 s
[cursor-brick] Phase: fixupPhase
257.56 s
[cursor-brick] shrinking RPATHs of ELF executables and libraries in /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1
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
257.56 s
[cursor-brick] checking for references to /build/ in /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1...
257.56 s
[cursor-brick] patching script interpreter paths in /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1
257.56 s
[cursor-brick] stripping (with command strip and flags -S -p) in /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1/lib
257.56 s
[cursor-brick] shrinking RPATHs of ELF executables and libraries in /nix/store/ycg50r7xkkcii2y27pihmwg6wbnilcm5-cursor-brick-0.1.0.1-doc
257.56 s
[cursor-brick] checking for references to /build/ in /nix/store/ycg50r7xkkcii2y27pihmwg6wbnilcm5-cursor-brick-0.1.0.1-doc...
257.56 s
[cursor-brick] patching script interpreter paths in /nix/store/ycg50r7xkkcii2y27pihmwg6wbnilcm5-cursor-brick-0.1.0.1-doc
257.56 s
[autodocodec-yaml] Phase: setupCompilerEnvironmentPhase
257.56 s
[autodocodec-yaml] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
257.56 s
[autodocodec-yaml] Phase: unpackPhase
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
257.56 s
[autodocodec-yaml] source root is autodocodec-yaml-0.4.0.2
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"
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
257.56 s
[autodocodec-yaml] Phase: patchPhase
257.56 s
[autodocodec-yaml] Phase: compileBuildDriverPhase
257.56 s
[autodocodec-yaml] setupCompileFlags: -package-db=/build/tmp.8vBlSjv5dr/setup-package.conf.d -threaded
257.56 s
[autodocodec-yaml] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.8vBlSjv5dr/Main.o )
257.56 s
[autodocodec-yaml] [2 of 2] Linking Setup
257.56 s
[autodocodec-yaml] Phase: updateAutotoolsGnuConfigScriptsPhase
257.56 s
[autodocodec-yaml] Phase: configurePhase
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
257.56 s
[autodocodec-yaml] Using Parsec parser
257.56 s
[autodocodec-yaml] Configuring autodocodec-yaml-0.4.0.2...
257.56 s
[autodocodec-yaml] Dependency autodocodec >=0.5.0.0: using autodocodec-0.5.0.0
257.56 s
[autodocodec-yaml] Dependency autodocodec-schema >=0.2.0.1: using autodocodec-schema-0.2.0.1
257.56 s
[autodocodec-yaml] Dependency base >=4.7 && <5: using base-4.20.2.0
257.56 s
[autodocodec-yaml] Dependency bytestring: using bytestring-0.12.2.0
257.56 s
[autodocodec-yaml] Dependency containers: using containers-0.7
257.56 s
[autodocodec-yaml] Dependency path: using path-0.9.6
257.56 s
[autodocodec-yaml] Dependency path-io: using path-io-1.8.2
257.56 s
[autodocodec-yaml] Dependency safe-coloured-text >=0.3.0.1: using safe-coloured-text-0.3.0.2
257.56 s
[autodocodec-yaml] Dependency scientific: using scientific-0.3.8.0
257.56 s
[autodocodec-yaml] Dependency text: using text-2.1.3
257.56 s
[autodocodec-yaml] Dependency vector: using vector-0.13.2.0
257.56 s
[autodocodec-yaml] Dependency yaml: using yaml-0.11.11.2
257.56 s
[autodocodec-yaml] Source component graph: component lib
257.56 s
[autodocodec-yaml] Configured component graph:
257.56 s
[autodocodec-yaml] component autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
257.56 s
[autodocodec-yaml] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
257.56 s
[autodocodec-yaml] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
257.56 s
[autodocodec-yaml] include base-4.20.2.0-fafd
257.56 s
[autodocodec-yaml] include bytestring-0.12.2.0-96e1
257.56 s
[autodocodec-yaml] include containers-0.7-96b4
257.56 s
[autodocodec-yaml] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
257.56 s
[autodocodec-yaml] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
257.56 s
[autodocodec-yaml] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
257.56 s
[autodocodec-yaml] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
257.56 s
[autodocodec-yaml] include text-2.1.3-34f1
257.56 s
[autodocodec-yaml] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
257.56 s
[genvalidity-containers-source] Phase: setupCompilerEnvironmentPhase
257.56 s
[genvalidity-containers-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
257.56 s
[genvalidity-hspec-optics-source] Phase: setupCompilerEnvironmentPhase
257.56 s
[genvalidity-hspec-optics-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
257.56 s
[genvalidity-scientific-source] Phase: setupCompilerEnvironmentPhase
257.56 s
[genvalidity-scientific-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
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
258.18 s
[post-build-hook] Pushing 2 paths (98 are already present) using zstd to cache smos ⏳
258.18 s
[post-build-hook]
258.52 s
[post-build-hook] Pushing /nix/store/49i5d043p043pvzjlb1mf1phbcdmq4cg-cursor-fuzzy-time-0.1.0.0-doc (363.56 KiB)
258.53 s
[post-build-hook] Pushing /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0 (1.11 MiB)
259.43 s
[post-build-hook]
259.43 s
[post-build-hook] All done.
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
259.52 s
[post-build-hook] copying 0 paths...
259.64 s
[post-build-hook] copying 0 paths...
259.70 s
Progress: 60 of 156 built (7 building), 815 of 815 downloaded from cache
259.70 s
[autodocodec-yaml] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
259.70 s
[autodocodec-yaml] Linked component graph:
259.70 s
[autodocodec-yaml] unit autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
259.70 s
[autodocodec-yaml] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
259.70 s
[autodocodec-yaml] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
259.70 s
[autodocodec-yaml] include base-4.20.2.0-fafd
259.70 s
[autodocodec-yaml] include bytestring-0.12.2.0-96e1
259.70 s
[autodocodec-yaml] include containers-0.7-96b4
259.70 s
[autodocodec-yaml] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
259.70 s
[autodocodec-yaml] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
259.70 s
[autodocodec-yaml] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
259.70 s
[autodocodec-yaml] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
259.70 s
[autodocodec-yaml] include text-2.1.3-34f1
259.70 s
[autodocodec-yaml] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
259.70 s
[autodocodec-yaml] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
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
259.70 s
[autodocodec-yaml] Ready component graph:
259.70 s
[autodocodec-yaml] definite autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
259.70 s
[autodocodec-yaml] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
259.70 s
[autodocodec-yaml] depends autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
259.70 s
[autodocodec-yaml] depends base-4.20.2.0-fafd
259.70 s
[autodocodec-yaml] depends bytestring-0.12.2.0-96e1
259.70 s
[autodocodec-yaml] depends containers-0.7-96b4
259.70 s
[autodocodec-yaml] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
259.70 s
[autodocodec-yaml] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
259.70 s
[autodocodec-yaml] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
259.70 s
[autodocodec-yaml] depends scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
259.70 s
[autodocodec-yaml] depends text-2.1.3-34f1
259.70 s
[autodocodec-yaml] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
259.70 s
[autodocodec-yaml] depends yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
259.70 s
[autodocodec-yaml] Using Cabal-3.12.1.0 compiled by ghc-9.10
259.70 s
[autodocodec-yaml] Using compiler: ghc-9.10.3
259.70 s
[autodocodec-yaml] Using install prefix:
259.70 s
[autodocodec-yaml] /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2
259.70 s
[autodocodec-yaml] Executables installed in:
259.70 s
[autodocodec-yaml] /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2/bin
259.70 s
[autodocodec-yaml] Libraries installed in:
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
259.70 s
[autodocodec-yaml] Dynamic Libraries installed in:
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
259.70 s
[autodocodec-yaml] Private executables installed in:
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
259.70 s
[autodocodec-yaml] Data files installed in:
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
259.70 s
[autodocodec-yaml] Documentation installed in:
259.70 s
[autodocodec-yaml] /nix/store/0gs1xmfr5b485f0x7fdr3v3bvkl3dkzy-autodocodec-yaml-0.4.0.2-doc/share/doc/autodocodec-yaml-0.4.0.2
259.70 s
[autodocodec-yaml] Configuration files installed in:
259.70 s
[autodocodec-yaml] /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2/etc
259.70 s
[autodocodec-yaml] No alex found
259.70 s
[autodocodec-yaml] Using ar found on system at:
259.70 s
[autodocodec-yaml] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
259.70 s
[autodocodec-yaml] No c2hs found
259.70 s
[autodocodec-yaml] No cpphs found
259.70 s
[autodocodec-yaml] No doctest found
259.70 s
[autodocodec-yaml] Using gcc version 14.3.0 given by user at:
259.70 s
[autodocodec-yaml] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
259.70 s
[autodocodec-yaml] Using ghc version 9.10.3 found on system at:
259.70 s
[autodocodec-yaml] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
259.70 s
[autodocodec-yaml] Using ghc-pkg version 9.10.3 found on system at:
259.70 s
[autodocodec-yaml] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
259.70 s
[autodocodec-yaml] No ghcjs found
259.70 s
[autodocodec-yaml] No ghcjs-pkg found
259.70 s
[autodocodec-yaml] No greencard found
259.70 s
[autodocodec-yaml] Using haddock version 2.31.1 found on system at:
259.70 s
[autodocodec-yaml] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
259.70 s
[autodocodec-yaml] No happy found
259.70 s
[autodocodec-yaml] Using haskell-suite found on system at: haskell-suite-dummy-location
259.70 s
[autodocodec-yaml] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
259.88 s
[autodocodec-yaml] No hmake found
259.88 s
[autodocodec-yaml] Using hpc version 0.69 found on system at:
259.88 s
[autodocodec-yaml] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
259.88 s
[autodocodec-yaml] Using hsc2hs version 0.68.10 found on system at:
259.88 s
[autodocodec-yaml] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
259.88 s
[autodocodec-yaml] Using hscolour version 1.25 found on system at:
259.88 s
[genvalidity-containers-source] Phase: unpackPhase
259.88 s
[genvalidity-containers-source] unpacking source archive /nix/store/ag7na3w44x4x2ryqslkmhdllka5kyp3g-genvalidity-containers
259.88 s
[genvalidity-containers-source] source root is genvalidity-containers
259.88 s
[genvalidity-containers-source] Phase: patchPhase
259.88 s
[genvalidity-containers-source] Phase: compileBuildDriverPhase
259.88 s
[genvalidity-containers-source] setupCompileFlags: -package-db=/build/tmp.ORIFBZ94eX/setup-package.conf.d -threaded
259.88 s
[genvalidity-containers-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.ORIFBZ94eX/Main.o )
259.88 s
[genvalidity-containers-source] [2 of 2] Linking Setup
259.88 s
[genvalidity-containers-source] Phase: updateAutotoolsGnuConfigScriptsPhase
259.88 s
[genvalidity-containers-source] Phase: configurePhase
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
259.88 s
[genvalidity-containers-source] Using Parsec parser
259.88 s
[genvalidity-containers-source] Configuring genvalidity-containers-1.0.0.2...
259.88 s
[genvalidity-containers-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
259.88 s
[genvalidity-containers-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
259.95 s
[genvalidity-containers-source] Dependency containers >=0.6.0.1: using containers-0.7
259.95 s
[genvalidity-containers-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
259.95 s
[genvalidity-containers-source] Dependency validity-containers >=0.3: using validity-containers-0.5.0.5
259.95 s
[genvalidity-containers-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
259.95 s
[genvalidity-containers-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
259.95 s
[genvalidity-containers-source] Dependency containers: using containers-0.7
259.95 s
[genvalidity-containers-source] Dependency genvalidity: using genvalidity-1.1.1.0
259.95 s
[genvalidity-containers-source] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
259.95 s
[genvalidity-containers-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
259.95 s
[genvalidity-containers-source] Dependency hspec: using hspec-2.11.14
259.95 s
[genvalidity-containers-source] Dependency validity-containers: using validity-containers-0.5.0.5
259.95 s
[genvalidity-containers-source] Source component graph:
259.95 s
[genvalidity-containers-source] component lib
259.95 s
[genvalidity-containers-source] component test:genvalidity-containers-test dependency lib
259.95 s
[genvalidity-containers-source] Configured component graph:
259.95 s
[genvalidity-containers-source] component genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr
259.95 s
[genvalidity-containers-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
259.95 s
[genvalidity-containers-source] include base-4.20.2.0-fafd
259.95 s
[genvalidity-containers-source] include containers-0.7-96b4
259.95 s
[genvalidity-containers-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
259.95 s
[genvalidity-containers-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
260.01 s
[genvalidity-containers-source] component genvalidity-containers-1.0.0.2-B0cMxMZIGlq2jRDvL5by76-genvalidity-containers-test
260.01 s
[genvalidity-containers-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
260.01 s
[genvalidity-containers-source] include base-4.20.2.0-fafd
260.01 s
[genvalidity-containers-source] include containers-0.7-96b4
260.01 s
[genvalidity-containers-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
260.01 s
[genvalidity-containers-source] include genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr
260.01 s
[genvalidity-containers-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
260.01 s
[genvalidity-containers-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
260.01 s
[genvalidity-containers-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
260.01 s
[genvalidity-containers-source] Linked component graph:
260.01 s
[genvalidity-containers-source] unit genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr
260.01 s
[genvalidity-containers-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
260.01 s
[genvalidity-containers-source] include base-4.20.2.0-fafd
260.01 s
[genvalidity-containers-source] include containers-0.7-96b4
260.01 s
[genvalidity-containers-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
260.01 s
[genvalidity-hspec-optics-source] Phase: unpackPhase
260.01 s
[genvalidity-hspec-optics-source] unpacking source archive /nix/store/ymsjdarlz9jxid82znamr8dkijcz1dj9-genvalidity-hspec-optics
260.01 s
[genvalidity-hspec-optics-source] source root is genvalidity-hspec-optics
260.01 s
[genvalidity-hspec-optics-source] Phase: patchPhase
260.01 s
[genvalidity-hspec-optics-source] Phase: compileBuildDriverPhase
260.01 s
[genvalidity-hspec-optics-source] setupCompileFlags: -package-db=/build/tmp.W5rqxulIUG/setup-package.conf.d -threaded
260.01 s
[genvalidity-hspec-optics-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.W5rqxulIUG/Main.o )
260.01 s
[genvalidity-hspec-optics-source] [2 of 2] Linking Setup
260.01 s
[genvalidity-hspec-optics-source] Phase: updateAutotoolsGnuConfigScriptsPhase
260.01 s
[genvalidity-hspec-optics-source] Phase: configurePhase
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
260.01 s
[genvalidity-hspec-optics-source] Using Parsec parser
260.01 s
[genvalidity-hspec-optics-source] Configuring genvalidity-hspec-optics-1.0.0.0...
260.01 s
[genvalidity-scientific-source] Phase: unpackPhase
260.01 s
[genvalidity-scientific-source] unpacking source archive /nix/store/qlqwdnw5zzibg2mwffb6jas2q30q0rm4-genvalidity-scientific
260.01 s
[genvalidity-scientific-source] source root is genvalidity-scientific
260.01 s
[genvalidity-scientific-source] Phase: patchPhase
260.01 s
[genvalidity-scientific-source] Phase: compileBuildDriverPhase
260.01 s
[genvalidity-scientific-source] setupCompileFlags: -package-db=/build/tmp.46YKmpl4bU/setup-package.conf.d -threaded
260.01 s
[genvalidity-scientific-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.46YKmpl4bU/Main.o )
260.01 s
[genvalidity-scientific-source] [2 of 2] Linking Setup
260.01 s
[genvalidity-scientific-source] Phase: updateAutotoolsGnuConfigScriptsPhase
260.01 s
[genvalidity-scientific-source] Phase: configurePhase
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
260.01 s
[genvalidity-scientific-source] Using Parsec parser
260.01 s
[genvalidity-scientific-source] Configuring genvalidity-scientific-1.0.0.0...
260.01 s
[genvalidity-scientific-source] Dependency base >=4.7 && <5: using base-4.20.2.0
260.01 s
[genvalidity-scientific-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
260.01 s
[genvalidity-scientific-source] Dependency scientific: using scientific-0.3.8.0
260.01 s
[genvalidity-scientific-source] Dependency validity-scientific >=0.2: using validity-scientific-0.2.0.3
260.01 s
[genvalidity-scientific-source] Dependency base >=4.7 && <5: using base-4.20.2.0
260.01 s
[genvalidity-scientific-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
260.01 s
[genvalidity-scientific-source] Dependency genvalidity-scientific: using genvalidity-scientific-1.0.0.0
260.01 s
[genvalidity-scientific-source] Dependency hspec: using hspec-2.11.14
260.01 s
[genvalidity-scientific-source] Dependency scientific: using scientific-0.3.8.0
260.01 s
[genvalidity-scientific-source] Source component graph:
260.01 s
[genvalidity-scientific-source] component lib
260.01 s
[genvalidity-scientific-source] component test:genvalidity-scientific-test dependency lib
260.01 s
[genvalidity-scientific-source] Configured component graph:
260.01 s
[genvalidity-scientific-source] component genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
260.01 s
[genvalidity-scientific-source] include base-4.20.2.0-fafd
260.01 s
[genvalidity-scientific-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
260.01 s
[genvalidity-scientific-source] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
260.01 s
[genvalidity-scientific-source] include validity-scientific-0.2.0.3-5RgsjrLlE7oFhUIlBMjScj
260.01 s
[genvalidity-scientific-source] component genvalidity-scientific-1.0.0.0-JOTilMIfKNC27H1RDyHoes-genvalidity-scientific-test
260.01 s
[genvalidity-scientific-source] include base-4.20.2.0-fafd
260.01 s
[genvalidity-scientific-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
260.01 s
[genvalidity-scientific-source] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
260.01 s
[genvalidity-scientific-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
260.01 s
[genvalidity-scientific-source] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
260.01 s
[genvalidity-scientific-source] Linked component graph:
260.01 s
[genvalidity-scientific-source] unit genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
260.01 s
[genvalidity-scientific-source] include base-4.20.2.0-fafd
260.01 s
[genvalidity-scientific-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
260.01 s
[genvalidity-scientific-source] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
260.01 s
[genvalidity-scientific-source] include validity-scientific-0.2.0.3-5RgsjrLlE7oFhUIlBMjScj
260.01 s
[genvalidity-scientific-source] Data.GenValidity.Scientific=genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU:Data.GenValidity.Scientific
260.01 s
[genvalidity-scientific-source] unit genvalidity-scientific-1.0.0.0-JOTilMIfKNC27H1RDyHoes-genvalidity-scientific-test
260.01 s
[genvalidity-scientific-source] include base-4.20.2.0-fafd
260.01 s
[genvalidity-scientific-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
260.01 s
[genvalidity-scientific-source] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
260.01 s
[genvalidity-text-source] Phase: setupCompilerEnvironmentPhase
260.01 s
[genvalidity-text-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
260.01 s
[genvalidity-text-source] Phase: unpackPhase
260.01 s
[genvalidity-text-source] unpacking source archive /nix/store/9pg8f4fqwllj3maxq96mnb1kcb6af6wm-genvalidity-text
260.01 s
[genvalidity-text-source] source root is genvalidity-text
260.01 s
[genvalidity-text-source] Phase: patchPhase
260.01 s
[genvalidity-text-source] Phase: compileBuildDriverPhase
260.01 s
[genvalidity-text-source] setupCompileFlags: -package-db=/build/tmp.sufZ2Av6nq/setup-package.conf.d -threaded
260.01 s
[genvalidity-text-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.sufZ2Av6nq/Main.o )
260.01 s
[genvalidity-text-source] [2 of 2] Linking Setup
260.01 s
[genvalidity-text-source] Phase: updateAutotoolsGnuConfigScriptsPhase
260.01 s
[genvalidity-text-source] Phase: configurePhase
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
260.01 s
[genvalidity-text-source] Using Parsec parser
260.01 s
[genvalidity-text-source] Configuring genvalidity-text-1.0.0.1...
260.01 s
[genvalidity-time-source] Phase: setupCompilerEnvironmentPhase
260.01 s
[genvalidity-time-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
260.01 s
[genvalidity-time-source] Phase: unpackPhase
260.01 s
[genvalidity-time-source] unpacking source archive /nix/store/4jrqfhbkb98qbla6qnx3cb6ipc29iqr2-genvalidity-time
260.01 s
[genvalidity-time-source] source root is genvalidity-time
260.01 s
[genvalidity-time-source] Phase: patchPhase
260.01 s
[genvalidity-time-source] Phase: compileBuildDriverPhase
260.01 s
[genvalidity-time-source] setupCompileFlags: -package-db=/build/tmp.TUmuA9giCY/setup-package.conf.d -threaded
260.01 s
[genvalidity-time-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.TUmuA9giCY/Main.o )
260.01 s
[genvalidity-time-source] [2 of 2] Linking Setup
260.01 s
[genvalidity-time-source] Phase: updateAutotoolsGnuConfigScriptsPhase
260.01 s
[genvalidity-time-source] Phase: configurePhase
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
260.01 s
[genvalidity-time-source] Using Parsec parser
260.01 s
[genvalidity-time-source] Configuring genvalidity-time-1.0.0.1...
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
260.40 s
[post-build-hook] Pushing 2 paths (153 are already present) using zstd to cache smos ⏳
260.40 s
[post-build-hook]
260.75 s
[post-build-hook] Pushing /nix/store/ycg50r7xkkcii2y27pihmwg6wbnilcm5-cursor-brick-0.1.0.1-doc (640.00 KiB)
260.83 s
[post-build-hook] Pushing /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1 (1.42 MiB)
261.74 s
[post-build-hook]
261.74 s
[post-build-hook] All done.
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
261.82 s
[post-build-hook] copying 0 paths...
261.94 s
[post-build-hook] copying 0 paths...
262.00 s
Progress: 61 of 155 built (6 building), 815 of 815 downloaded from cache
262.01 s
[autodocodec-yaml] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
262.01 s
[autodocodec-yaml] No jhc found
262.01 s
[autodocodec-yaml] Using ld found on system at:
262.01 s
[autodocodec-yaml] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
262.01 s
[autodocodec-yaml] No pkg-config found
262.01 s
[autodocodec-yaml] Using runghc version 9.10.3 found on system at:
262.01 s
[autodocodec-yaml] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
262.01 s
[autodocodec-yaml] Using strip version 2.44 found on system at:
262.01 s
[autodocodec-yaml] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
262.01 s
[autodocodec-yaml] Using tar found on system at:
262.01 s
[autodocodec-yaml] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
262.01 s
[autodocodec-yaml] No uhc found
262.01 s
[autodocodec-yaml] Phase: buildPhase
262.01 s
[autodocodec-yaml] Preprocessing library for autodocodec-yaml-0.4.0.2...
262.01 s
[autodocodec-yaml] Building library for autodocodec-yaml-0.4.0.2...
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 )
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 )
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 )
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 )
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 )
262.01 s
[autodocodec-yaml] [1 of 5] Compiling Autodocodec.Yaml.Encode ( src/Autodocodec/Yaml/Encode.hs, dist/build/Autodocodec/Yaml/Encode.p_o )
262.01 s
[autodocodec-yaml] [2 of 5] Compiling Autodocodec.Yaml.Schema ( src/Autodocodec/Yaml/Schema.hs, dist/build/Autodocodec/Yaml/Schema.p_o )
262.01 s
[autodocodec-yaml] [3 of 5] Compiling Autodocodec.Yaml.IO ( src/Autodocodec/Yaml/IO.hs, dist/build/Autodocodec/Yaml/IO.p_o )
262.01 s
[autodocodec-yaml] [4 of 5] Compiling Autodocodec.Yaml ( src/Autodocodec/Yaml.hs, dist/build/Autodocodec/Yaml.p_o )
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 )
262.01 s
[autodocodec-yaml] Phase: haddockPhase
262.01 s
[autodocodec-yaml] Preprocessing library for autodocodec-yaml-0.4.0.2...
262.01 s
[autodocodec-yaml] Running Haddock on library for autodocodec-yaml-0.4.0.2...
262.01 s
[autodocodec-yaml] Warning: The documentation for the following packages are not installed. No
262.01 s
[autodocodec-yaml] links will be generated to these packages: attoparsec-0.14.4,
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
262.01 s
[autodocodec-yaml] [1 of 5] Compiling Autodocodec.Yaml.Encode ( src/Autodocodec/Yaml/Encode.hs, nothing )
262.01 s
[autodocodec-yaml] [2 of 5] Compiling Autodocodec.Yaml.Schema ( src/Autodocodec/Yaml/Schema.hs, nothing )
262.01 s
[autodocodec-yaml] [3 of 5] Compiling Autodocodec.Yaml.IO ( src/Autodocodec/Yaml/IO.hs, nothing )
262.01 s
[autodocodec-yaml] [4 of 5] Compiling Autodocodec.Yaml ( src/Autodocodec/Yaml.hs, nothing )
262.01 s
[autodocodec-yaml] [5 of 5] Compiling Paths_autodocodec_yaml ( dist/build/autogen/Paths_autodocodec_yaml.hs, nothing )
262.01 s
[autodocodec-yaml] Haddock coverage:
262.01 s
[autodocodec-yaml] 50% ( 2 / 4) in 'Autodocodec.Yaml.Encode'
262.01 s
[autodocodec-yaml] Missing documentation for:
262.01 s
[autodocodec-yaml] Module header
262.01 s
[autodocodec-yaml] AutodocodecYaml (src/Autodocodec/Yaml/Encode.hs:96)
262.01 s
[autodocodec-yaml] Warning: 'Chunk' is ambiguous. It is defined
262.01 s
[autodocodec-yaml] * in ‘Text.Colour.Chunk’
262.01 s
[autodocodec-yaml] * in ‘Text.Colour.Chunk’
262.01 s
[autodocodec-yaml] You may be able to disambiguate the identifier by qualifying it or
262.01 s
[autodocodec-yaml] by specifying the type/value namespace explicitly.
262.01 s
[autodocodec-yaml] Defaulting to the one defined in ‘Text.Colour.Chunk’
262.01 s
[autodocodec-yaml] Warning: 'ObjectSchema' is ambiguous. It is defined
262.01 s
[autodocodec-yaml] * in ‘Autodocodec.Schema’
262.01 s
[autodocodec-yaml] * in ‘Autodocodec.Schema’
262.01 s
[autodocodec-yaml] You may be able to disambiguate the identifier by qualifying it or
262.01 s
[autodocodec-yaml] by specifying the type/value namespace explicitly.
262.01 s
[autodocodec-yaml] Defaulting to the one defined in ‘Autodocodec.Schema’
262.01 s
[autodocodec-yaml] 94% ( 16 / 17) in 'Autodocodec.Yaml.Schema'
262.01 s
[autodocodec-yaml] Missing documentation for:
262.01 s
[autodocodec-yaml] Module header
262.01 s
[autodocodec-yaml] 66% ( 2 / 3) in 'Autodocodec.Yaml.IO'
262.01 s
[autodocodec-yaml] Missing documentation for:
262.01 s
[autodocodec-yaml] Module header
262.01 s
[autodocodec-yaml] 95% ( 22 / 23) in 'Autodocodec.Yaml'
262.01 s
[autodocodec-yaml] Missing documentation for:
262.01 s
[autodocodec-yaml] Module header
262.01 s
[autodocodec-yaml] Warning: Autodocodec.Yaml.IO: could not find link destinations for:
262.01 s
[autodocodec-yaml] - Path.Internal.Posix.Path
262.01 s
[autodocodec-yaml] - Path.Posix.File
262.01 s
[genvalidity-containers-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
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
262.01 s
[genvalidity-containers-source] unit genvalidity-containers-1.0.0.2-B0cMxMZIGlq2jRDvL5by76-genvalidity-containers-test
262.01 s
[genvalidity-containers-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
262.01 s
[genvalidity-containers-source] include base-4.20.2.0-fafd
262.01 s
[genvalidity-containers-source] include containers-0.7-96b4
262.01 s
[genvalidity-containers-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
262.01 s
[genvalidity-containers-source] include genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr
262.01 s
[genvalidity-containers-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
262.01 s
[genvalidity-containers-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.01 s
[genvalidity-containers-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
262.01 s
[genvalidity-containers-source] Ready component graph:
262.01 s
[genvalidity-containers-source] definite genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr
262.01 s
[genvalidity-containers-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
262.01 s
[genvalidity-containers-source] depends base-4.20.2.0-fafd
262.01 s
[genvalidity-containers-source] depends containers-0.7-96b4
262.01 s
[genvalidity-containers-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
262.01 s
[genvalidity-containers-source] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
262.01 s
[genvalidity-containers-source] definite genvalidity-containers-1.0.0.2-B0cMxMZIGlq2jRDvL5by76-genvalidity-containers-test
262.01 s
[genvalidity-containers-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
262.01 s
[genvalidity-containers-source] depends base-4.20.2.0-fafd
262.01 s
[genvalidity-containers-source] depends containers-0.7-96b4
262.01 s
[genvalidity-containers-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
262.01 s
[genvalidity-containers-source] depends genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr
262.01 s
[genvalidity-containers-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
262.01 s
[genvalidity-containers-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.01 s
[genvalidity-containers-source] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
262.01 s
[genvalidity-containers-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
262.01 s
[genvalidity-containers-source] Using compiler: ghc-9.10.3
262.01 s
[genvalidity-containers-source] Using install prefix:
262.01 s
[genvalidity-containers-source] /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2
262.01 s
[genvalidity-containers-source] Executables installed in:
262.01 s
[genvalidity-containers-source] /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2/bin
262.01 s
[genvalidity-containers-source] Libraries installed in:
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
262.01 s
[genvalidity-containers-source] Dynamic Libraries installed in:
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
262.01 s
[genvalidity-containers-source] Private executables installed in:
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
262.01 s
[genvalidity-containers-source] Data files installed in:
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
262.01 s
[genvalidity-containers-source] Documentation installed in: /share/doc/genvalidity-containers-1.0.0.2
262.01 s
[genvalidity-containers-source] Configuration files installed in:
262.01 s
[genvalidity-containers-source] /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2/etc
262.01 s
[genvalidity-containers-source] No alex found
262.01 s
[genvalidity-containers-source] Using ar found on system at:
262.01 s
[genvalidity-containers-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
262.01 s
[genvalidity-containers-source] No c2hs found
262.01 s
[genvalidity-containers-source] No cpphs found
262.01 s
[genvalidity-containers-source] No doctest found
262.01 s
[genvalidity-containers-source] Using gcc version 14.3.0 given by user at:
262.01 s
[genvalidity-containers-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
262.01 s
[genvalidity-containers-source] Using ghc version 9.10.3 found on system at:
262.01 s
[genvalidity-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
262.01 s
[genvalidity-containers-source] Using ghc-pkg version 9.10.3 found on system at:
262.01 s
[genvalidity-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
262.01 s
[genvalidity-containers-source] No ghcjs found
262.01 s
[genvalidity-containers-source] No ghcjs-pkg found
262.01 s
[genvalidity-containers-source] No greencard found
262.01 s
[genvalidity-containers-source] Using haddock version 2.31.1 found on system at:
262.01 s
[genvalidity-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
262.01 s
[genvalidity-containers-source] No happy found
262.01 s
[genvalidity-containers-source] Using haskell-suite found on system at: haskell-suite-dummy-location
262.01 s
[genvalidity-hspec-optics-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
262.01 s
[genvalidity-hspec-optics-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
262.01 s
[genvalidity-hspec-optics-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
262.01 s
[genvalidity-hspec-optics-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
262.01 s
[genvalidity-hspec-optics-source] Dependency hspec: using hspec-2.11.14
262.01 s
[genvalidity-hspec-optics-source] Dependency microlens: using microlens-0.4.14.0
262.01 s
[genvalidity-hspec-optics-source] Dependency base: using base-4.20.2.0
262.01 s
[genvalidity-hspec-optics-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
262.01 s
[genvalidity-hspec-optics-source] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
262.01 s
[genvalidity-hspec-optics-source] Dependency hspec: using hspec-2.11.14
262.01 s
[genvalidity-hspec-optics-source] Dependency microlens: using microlens-0.4.14.0
262.01 s
[genvalidity-hspec-optics-source] Source component graph:
262.01 s
[genvalidity-hspec-optics-source] component lib
262.01 s
[genvalidity-hspec-optics-source] component test:genvalidity-hspec-optics-test dependency lib
262.01 s
[genvalidity-hspec-optics-source] Configured component graph:
262.01 s
[genvalidity-hspec-optics-source] component genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
262.01 s
[genvalidity-hspec-optics-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
262.01 s
[genvalidity-hspec-optics-source] include base-4.20.2.0-fafd
262.01 s
[genvalidity-hspec-optics-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
262.01 s
[genvalidity-hspec-optics-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
262.01 s
[genvalidity-hspec-optics-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.01 s
[genvalidity-hspec-optics-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
262.01 s
[genvalidity-hspec-optics-source] component genvalidity-hspec-optics-1.0.0.0-JthiR57WuwWDO3wpQ4HLda-genvalidity-hspec-optics-test
262.01 s
[genvalidity-hspec-optics-source] include base-4.20.2.0-fafd
262.01 s
[genvalidity-hspec-optics-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
262.01 s
[genvalidity-hspec-optics-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
262.01 s
[genvalidity-hspec-optics-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.01 s
[genvalidity-hspec-optics-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
262.01 s
[genvalidity-hspec-optics-source] Linked component graph:
262.01 s
[genvalidity-hspec-optics-source] unit genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
262.01 s
[genvalidity-hspec-optics-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
262.01 s
[genvalidity-hspec-optics-source] include base-4.20.2.0-fafd
262.01 s
[genvalidity-hspec-optics-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
262.01 s
[genvalidity-hspec-optics-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
262.01 s
[genvalidity-hspec-optics-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.01 s
[genvalidity-hspec-optics-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
262.01 s
[genvalidity-hspec-optics-source] Test.Validity.Optics=genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q:Test.Validity.Optics
262.01 s
[genvalidity-hspec-optics-source] unit genvalidity-hspec-optics-1.0.0.0-JthiR57WuwWDO3wpQ4HLda-genvalidity-hspec-optics-test
262.01 s
[genvalidity-hspec-optics-source] include base-4.20.2.0-fafd
262.01 s
[genvalidity-hspec-optics-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
262.01 s
[genvalidity-hspec-optics-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
262.01 s
[genvalidity-hspec-optics-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.01 s
[genvalidity-hspec-optics-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
262.01 s
[genvalidity-hspec-optics-source] Ready component graph:
262.01 s
[genvalidity-hspec-optics-source] definite genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
262.01 s
[genvalidity-hspec-optics-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
262.01 s
[genvalidity-hspec-optics-source] depends base-4.20.2.0-fafd
262.01 s
[genvalidity-hspec-optics-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
262.01 s
[genvalidity-hspec-optics-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
262.01 s
[genvalidity-hspec-optics-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.01 s
[genvalidity-hspec-optics-source] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
262.01 s
[genvalidity-hspec-optics-source] definite genvalidity-hspec-optics-1.0.0.0-JthiR57WuwWDO3wpQ4HLda-genvalidity-hspec-optics-test
262.01 s
[genvalidity-hspec-optics-source] depends base-4.20.2.0-fafd
262.01 s
[genvalidity-hspec-optics-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
262.02 s
[genvalidity-hspec-optics-source] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
262.02 s
[genvalidity-hspec-optics-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.02 s
[genvalidity-hspec-optics-source] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
262.02 s
[genvalidity-hspec-optics-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
262.02 s
[genvalidity-hspec-optics-source] Using compiler: ghc-9.10.3
262.02 s
[genvalidity-hspec-optics-source] Using install prefix:
262.02 s
[genvalidity-hspec-optics-source] /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0
262.02 s
[genvalidity-hspec-optics-source] Executables installed in:
262.02 s
[genvalidity-hspec-optics-source] /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0/bin
262.02 s
[genvalidity-hspec-optics-source] Libraries installed in:
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
262.02 s
[genvalidity-hspec-optics-source] Dynamic Libraries installed in:
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
262.02 s
[genvalidity-hspec-optics-source] Private executables installed in:
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
262.02 s
[genvalidity-hspec-optics-source] Data files installed in:
262.02 s
[genvalidity-scientific-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.02 s
[genvalidity-scientific-source] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
262.02 s
[genvalidity-scientific-source] Ready component graph:
262.02 s
[genvalidity-scientific-source] definite genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
262.02 s
[genvalidity-scientific-source] depends base-4.20.2.0-fafd
262.02 s
[genvalidity-scientific-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
262.02 s
[genvalidity-scientific-source] depends scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
262.02 s
[genvalidity-scientific-source] depends validity-scientific-0.2.0.3-5RgsjrLlE7oFhUIlBMjScj
262.02 s
[genvalidity-scientific-source] definite genvalidity-scientific-1.0.0.0-JOTilMIfKNC27H1RDyHoes-genvalidity-scientific-test
262.02 s
[genvalidity-scientific-source] depends base-4.20.2.0-fafd
262.02 s
[genvalidity-scientific-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
262.02 s
[genvalidity-scientific-source] depends genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
262.02 s
[genvalidity-scientific-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.02 s
[genvalidity-scientific-source] depends scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
262.02 s
[genvalidity-scientific-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
262.02 s
[genvalidity-scientific-source] Using compiler: ghc-9.10.3
262.02 s
[genvalidity-scientific-source] Using install prefix:
262.02 s
[genvalidity-scientific-source] /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0
262.02 s
[genvalidity-scientific-source] Executables installed in:
262.02 s
[genvalidity-scientific-source] /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0/bin
262.02 s
[genvalidity-scientific-source] Libraries installed in:
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
262.02 s
[genvalidity-scientific-source] Dynamic Libraries installed in:
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
262.02 s
[genvalidity-scientific-source] Private executables installed in:
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
262.02 s
[genvalidity-scientific-source] Data files installed in:
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
262.02 s
[genvalidity-scientific-source] Documentation installed in: /share/doc/genvalidity-scientific-1.0.0.0
262.02 s
[genvalidity-scientific-source] Configuration files installed in:
262.02 s
[genvalidity-scientific-source] /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0/etc
262.02 s
[genvalidity-scientific-source] No alex found
262.02 s
[genvalidity-scientific-source] Using ar found on system at:
262.02 s
[genvalidity-scientific-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
262.02 s
[genvalidity-scientific-source] No c2hs found
262.02 s
[genvalidity-scientific-source] No cpphs found
262.02 s
[genvalidity-scientific-source] No doctest found
262.02 s
[genvalidity-scientific-source] Using gcc version 14.3.0 given by user at:
262.02 s
[genvalidity-scientific-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
262.02 s
[genvalidity-scientific-source] Using ghc version 9.10.3 found on system at:
262.02 s
[genvalidity-scientific-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
262.02 s
[genvalidity-scientific-source] Using ghc-pkg version 9.10.3 found on system at:
262.02 s
[genvalidity-scientific-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
262.02 s
[genvalidity-scientific-source] No ghcjs found
262.02 s
[genvalidity-scientific-source] No ghcjs-pkg found
262.02 s
[genvalidity-scientific-source] No greencard found
262.02 s
[genvalidity-scientific-source] Using haddock version 2.31.1 found on system at:
262.02 s
[genvalidity-scientific-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
262.02 s
[genvalidity-scientific-source] No happy found
262.02 s
[genvalidity-scientific-source] Using haskell-suite found on system at: haskell-suite-dummy-location
262.02 s
[genvalidity-scientific-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
262.02 s
[genvalidity-scientific-source] No hmake found
262.02 s
[genvalidity-scientific-source] Using hpc version 0.69 found on system at:
262.02 s
[genvalidity-scientific-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
262.02 s
[genvalidity-scientific-source] Using hsc2hs version 0.68.10 found on system at:
262.02 s
[genvalidity-scientific-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
262.02 s
[genvalidity-scientific-source] Using hscolour version 1.25 found on system at:
262.02 s
[genvalidity-scientific-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
262.02 s
[genvalidity-scientific-source] No jhc found
262.02 s
[genvalidity-scientific-source] Using ld found on system at:
262.02 s
[genvalidity-scientific-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
262.02 s
[genvalidity-scientific-source] No pkg-config found
262.02 s
[genvalidity-scientific-source] Using runghc version 9.10.3 found on system at:
262.02 s
[genvalidity-scientific-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
262.02 s
[genvalidity-scientific-source] Using strip version 2.44 found on system at:
262.02 s
[genvalidity-scientific-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
262.02 s
[genvalidity-scientific-source] Using tar found on system at:
262.02 s
[genvalidity-scientific-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
262.02 s
[genvalidity-scientific-source] No uhc found
262.02 s
[genvalidity-scientific-source] Phase: buildPhase
262.02 s
[genvalidity-scientific-source] Distribution quality warnings:
262.02 s
[genvalidity-scientific-source] [no-description] No 'description' field.
262.02 s
[genvalidity-scientific-source] [missing-upper-bounds] On library, these packages miss upper bounds:
262.02 s
[genvalidity-scientific-source] - genvalidity
262.02 s
[genvalidity-scientific-source] - scientific
262.02 s
[genvalidity-scientific-source] - validity-scientific
262.02 s
[genvalidity-scientific-source] Please add them. There is more information at https://pvp.haskell.org/
262.02 s
[genvalidity-scientific-source] Building source dist for genvalidity-scientific-1.0.0.0...
262.02 s
[genvalidity-text-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
262.02 s
[genvalidity-text-source] Dependency base >=4.7 && <5: using base-4.20.2.0
262.02 s
[genvalidity-text-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
262.02 s
[genvalidity-text-source] Dependency random: using random-1.2.1.3
262.02 s
[genvalidity-text-source] Dependency text: using text-2.1.3
262.02 s
[genvalidity-text-source] Dependency validity-text >=0.3: using validity-text-0.3.1.3
262.02 s
[genvalidity-text-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
262.02 s
[genvalidity-text-source] Dependency base >=4.7 && <5: using base-4.20.2.0
262.02 s
[genvalidity-text-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
262.02 s
[genvalidity-text-source] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
262.02 s
[genvalidity-text-source] Dependency hspec: using hspec-2.11.14
262.02 s
[genvalidity-text-source] Dependency text: using text-2.1.3
262.02 s
[genvalidity-text-source] Source component graph:
262.02 s
[genvalidity-text-source] component lib
262.02 s
[genvalidity-text-source] component test:genvalidity-text-test dependency lib
262.02 s
[genvalidity-text-source] Configured component graph:
262.02 s
[genvalidity-text-source] component genvalidity-text-1.0.0.1-1NqAIId8jiW6BfxEuN8PAy
262.02 s
[genvalidity-text-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
262.02 s
[genvalidity-text-source] include base-4.20.2.0-fafd
262.02 s
[genvalidity-text-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
262.02 s
[genvalidity-text-source] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
262.02 s
[genvalidity-text-source] include text-2.1.3-34f1
262.02 s
[genvalidity-text-source] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
262.02 s
[genvalidity-text-source] component genvalidity-text-1.0.0.1-8ed5ReYjyip4Pyko4R0pns-genvalidity-text-test
262.02 s
[genvalidity-text-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
262.02 s
[genvalidity-text-source] include base-4.20.2.0-fafd
262.02 s
[genvalidity-text-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
262.02 s
[genvalidity-text-source] include genvalidity-text-1.0.0.1-1NqAIId8jiW6BfxEuN8PAy
262.02 s
[genvalidity-text-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.02 s
[genvalidity-text-source] include text-2.1.3-34f1
262.02 s
[genvalidity-text-source] Linked component graph:
262.02 s
[genvalidity-text-source] unit genvalidity-text-1.0.0.1-1NqAIId8jiW6BfxEuN8PAy
262.02 s
[genvalidity-text-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
262.02 s
[genvalidity-text-source] include base-4.20.2.0-fafd
262.02 s
[genvalidity-text-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
262.02 s
[genvalidity-text-source] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
262.02 s
[genvalidity-text-source] include text-2.1.3-34f1
262.02 s
[genvalidity-text-source] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
262.02 s
[genvalidity-text-source] Data.GenValidity.Text=genvalidity-text-1.0.0.1-1NqAIId8jiW6BfxEuN8PAy:Data.GenValidity.Text
262.02 s
[genvalidity-text-source] unit genvalidity-text-1.0.0.1-8ed5ReYjyip4Pyko4R0pns-genvalidity-text-test
262.02 s
[genvalidity-text-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
262.02 s
[genvalidity-text-source] include base-4.20.2.0-fafd
262.02 s
[genvalidity-text-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
262.02 s
[genvalidity-text-source] include genvalidity-text-1.0.0.1-1NqAIId8jiW6BfxEuN8PAy
262.02 s
[genvalidity-text-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.02 s
[genvalidity-text-source] include text-2.1.3-34f1
262.02 s
[genvalidity-text-source] Ready component graph:
262.02 s
[genvalidity-text-source] definite genvalidity-text-1.0.0.1-1NqAIId8jiW6BfxEuN8PAy
262.02 s
[genvalidity-text-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
262.02 s
[genvalidity-text-source] depends base-4.20.2.0-fafd
262.02 s
[genvalidity-text-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
262.02 s
[genvalidity-text-source] depends random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
262.02 s
[genvalidity-text-source] depends text-2.1.3-34f1
262.02 s
[genvalidity-text-source] depends validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
262.02 s
[genvalidity-text-source] definite genvalidity-text-1.0.0.1-8ed5ReYjyip4Pyko4R0pns-genvalidity-text-test
262.02 s
[genvalidity-text-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
262.02 s
[genvalidity-text-source] depends base-4.20.2.0-fafd
262.02 s
[genvalidity-text-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
262.02 s
[genvalidity-text-source] depends genvalidity-text-1.0.0.1-1NqAIId8jiW6BfxEuN8PAy
262.02 s
[genvalidity-text-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.02 s
[genvalidity-text-source] depends text-2.1.3-34f1
262.02 s
[genvalidity-text-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
262.02 s
[genvalidity-text-source] Using compiler: ghc-9.10.3
262.02 s
[genvalidity-text-source] Using install prefix:
262.02 s
[genvalidity-text-source] /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1
262.02 s
[genvalidity-text-source] Executables installed in:
262.02 s
[genvalidity-text-source] /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1/bin
262.02 s
[genvalidity-text-source] Libraries installed in:
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
262.02 s
[genvalidity-text-source] Dynamic Libraries installed in:
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
262.02 s
[genvalidity-text-source] Private executables installed in:
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
262.02 s
[genvalidity-text-source] Data files installed in:
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
262.02 s
[genvalidity-time-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
262.02 s
[genvalidity-time-source] Dependency base >=4.7 && <5: using base-4.20.2.0
262.02 s
[genvalidity-time-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
262.02 s
[genvalidity-time-source] Dependency time: using time-1.12.2
262.02 s
[genvalidity-time-source] Dependency validity-time >=0.2: using validity-time-0.5.0.0
262.02 s
[genvalidity-time-source] Dependency base >=4.7 && <5: using base-4.20.2.0
262.02 s
[genvalidity-time-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
262.02 s
[genvalidity-time-source] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
262.02 s
[genvalidity-time-source] Dependency hspec: using hspec-2.11.14
262.02 s
[genvalidity-time-source] Dependency time: using time-1.12.2
262.02 s
[genvalidity-time-source] Source component graph:
262.02 s
[genvalidity-time-source] component lib
262.02 s
[genvalidity-time-source] component test:genvalidity-time-test dependency lib
262.02 s
[genvalidity-time-source] Configured component graph:
262.02 s
[genvalidity-time-source] component genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr
262.02 s
[genvalidity-time-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
262.02 s
[genvalidity-time-source] include base-4.20.2.0-fafd
262.02 s
[genvalidity-time-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
262.02 s
[genvalidity-time-source] include time-1.12.2-3479
262.02 s
[genvalidity-time-source] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
262.02 s
[genvalidity-time-source] component genvalidity-time-1.0.0.1-3aUfS8Xqke4K1ffFOrYoV-genvalidity-time-test
262.02 s
[genvalidity-time-source] include base-4.20.2.0-fafd
262.02 s
[genvalidity-time-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
262.02 s
[genvalidity-time-source] include genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr
262.02 s
[genvalidity-time-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.02 s
[genvalidity-time-source] include time-1.12.2-3479
262.02 s
[genvalidity-time-source] Linked component graph:
262.02 s
[genvalidity-time-source] unit genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr
262.02 s
[genvalidity-time-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
262.02 s
[genvalidity-time-source] include base-4.20.2.0-fafd
262.02 s
[genvalidity-time-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
262.02 s
[genvalidity-time-source] include time-1.12.2-3479
262.02 s
[genvalidity-time-source] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
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
262.02 s
[genvalidity-time-source] unit genvalidity-time-1.0.0.1-3aUfS8Xqke4K1ffFOrYoV-genvalidity-time-test
262.02 s
[genvalidity-time-source] include base-4.20.2.0-fafd
262.02 s
[genvalidity-time-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
262.02 s
[genvalidity-time-source] include genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr
262.02 s
[genvalidity-time-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.02 s
[genvalidity-time-source] include time-1.12.2-3479
262.02 s
[genvalidity-time-source] Ready component graph:
262.02 s
[genvalidity-time-source] definite genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr
262.02 s
[genvalidity-time-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
262.02 s
[genvalidity-time-source] depends base-4.20.2.0-fafd
262.02 s
[genvalidity-time-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
262.02 s
[genvalidity-time-source] depends time-1.12.2-3479
262.02 s
[genvalidity-time-source] depends validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
262.02 s
[genvalidity-time-source] definite genvalidity-time-1.0.0.1-3aUfS8Xqke4K1ffFOrYoV-genvalidity-time-test
262.02 s
[genvalidity-time-source] depends base-4.20.2.0-fafd
262.02 s
[genvalidity-time-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
262.02 s
[genvalidity-time-source] depends genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr
262.02 s
[genvalidity-time-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
262.02 s
[genvalidity-time-source] depends time-1.12.2-3479
262.02 s
[genvalidity-time-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
262.02 s
[genvalidity-time-source] Using compiler: ghc-9.10.3
262.02 s
[genvalidity-time-source] Using install prefix:
262.02 s
[genvalidity-time-source] /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1
262.02 s
[genvalidity-time-source] Executables installed in:
262.02 s
[genvalidity-time-source] /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1/bin
262.02 s
[genvalidity-time-source] Libraries installed in:
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
262.02 s
[genvalidity-time-source] Dynamic Libraries installed in:
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
262.02 s
[genvalidity-time-source] Private executables installed in:
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
262.02 s
[genvalidity-time-source] Data files installed in:
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
262.02 s
[autodocodec-yaml] Warning: Autodocodec.Yaml: could not find link destinations for:
262.02 s
[autodocodec-yaml] - Path.Internal.Posix.Path
262.02 s
[autodocodec-yaml] - Path.Posix.File
262.02 s
[genvalidity-containers-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
262.02 s
[genvalidity-containers-source] No hmake found
262.02 s
[genvalidity-containers-source] Using hpc version 0.69 found on system at:
262.02 s
[genvalidity-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
262.02 s
[genvalidity-containers-source] Using hsc2hs version 0.68.10 found on system at:
262.02 s
[genvalidity-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
262.02 s
[genvalidity-containers-source] Using hscolour version 1.25 found on system at:
262.02 s
[genvalidity-containers-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
262.02 s
[genvalidity-containers-source] No jhc found
262.02 s
[genvalidity-containers-source] Using ld found on system at:
262.02 s
[genvalidity-containers-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
262.02 s
[genvalidity-containers-source] No pkg-config found
262.02 s
[genvalidity-containers-source] Using runghc version 9.10.3 found on system at:
262.02 s
[genvalidity-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
262.02 s
[genvalidity-containers-source] Using strip version 2.44 found on system at:
262.02 s
[genvalidity-containers-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
262.02 s
[genvalidity-containers-source] Using tar found on system at:
262.02 s
[genvalidity-containers-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
262.02 s
[genvalidity-containers-source] No uhc found
262.02 s
[genvalidity-containers-source] Phase: buildPhase
262.03 s
[genvalidity-containers-source] Distribution quality warnings:
262.03 s
[genvalidity-containers-source] [no-description] No 'description' field.
262.03 s
[genvalidity-containers-source] [missing-upper-bounds] On library, these packages miss upper bounds:
262.03 s
[genvalidity-containers-source] - QuickCheck
262.03 s
[genvalidity-containers-source] - containers
262.03 s
[genvalidity-containers-source] - genvalidity
262.03 s
[genvalidity-containers-source] - validity-containers
262.03 s
[genvalidity-containers-source] Please add them. There is more information at https://pvp.haskell.org/
262.03 s
[genvalidity-containers-source] Building source dist for genvalidity-containers-1.0.0.2...
262.03 s
[genvalidity-containers-source] Source tarball created: dist/genvalidity-containers-1.0.0.2.tar.gz
262.03 s
[genvalidity-containers-source] Phase: checkPhase
262.03 s
[genvalidity-containers-source] Phase: haddockPhase
262.03 s
[genvalidity-containers-source] Phase: installPhase
262.03 s
[genvalidity-containers-source] Phase: fixupPhase
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
262.03 s
[genvalidity-hspec-optics-source] Documentation installed in: /share/doc/genvalidity-hspec-optics-1.0.0.0
262.03 s
[genvalidity-hspec-optics-source] Configuration files installed in:
262.03 s
[genvalidity-hspec-optics-source] /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0/etc
262.03 s
[genvalidity-hspec-optics-source] No alex found
262.03 s
[genvalidity-hspec-optics-source] Using ar found on system at:
262.03 s
[genvalidity-hspec-optics-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
262.03 s
[genvalidity-hspec-optics-source] No c2hs found
262.03 s
[genvalidity-hspec-optics-source] No cpphs found
262.03 s
[genvalidity-hspec-optics-source] No doctest found
262.03 s
[genvalidity-hspec-optics-source] Using gcc version 14.3.0 given by user at:
262.03 s
[genvalidity-hspec-optics-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
262.03 s
[genvalidity-hspec-optics-source] Using ghc version 9.10.3 found on system at:
262.03 s
[genvalidity-hspec-optics-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
262.03 s
[genvalidity-hspec-optics-source] Using ghc-pkg version 9.10.3 found on system at:
262.03 s
[genvalidity-hspec-optics-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
262.03 s
[genvalidity-hspec-optics-source] No ghcjs found
262.03 s
[genvalidity-hspec-optics-source] No ghcjs-pkg found
262.03 s
[genvalidity-hspec-optics-source] No greencard found
262.03 s
[genvalidity-hspec-optics-source] Using haddock version 2.31.1 found on system at:
262.03 s
[genvalidity-hspec-optics-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
262.03 s
[genvalidity-hspec-optics-source] No happy found
262.03 s
[genvalidity-hspec-optics-source] Using haskell-suite found on system at: haskell-suite-dummy-location
262.03 s
[genvalidity-hspec-optics-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
262.03 s
[genvalidity-hspec-optics-source] No hmake found
262.03 s
[genvalidity-hspec-optics-source] Using hpc version 0.69 found on system at:
262.03 s
[genvalidity-hspec-optics-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
262.03 s
[genvalidity-hspec-optics-source] Using hsc2hs version 0.68.10 found on system at:
262.03 s
[genvalidity-hspec-optics-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
262.03 s
[genvalidity-hspec-optics-source] Using hscolour version 1.25 found on system at:
262.03 s
[genvalidity-hspec-optics-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
262.03 s
[genvalidity-hspec-optics-source] No jhc found
262.03 s
[genvalidity-hspec-optics-source] Using ld found on system at:
262.03 s
[genvalidity-hspec-optics-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
262.03 s
[genvalidity-hspec-optics-source] No pkg-config found
262.03 s
[genvalidity-hspec-optics-source] Using runghc version 9.10.3 found on system at:
262.03 s
[genvalidity-hspec-optics-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
262.03 s
[genvalidity-hspec-optics-source] Using strip version 2.44 found on system at:
262.03 s
[genvalidity-hspec-optics-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
262.03 s
[genvalidity-hspec-optics-source] Using tar found on system at:
262.03 s
[genvalidity-hspec-optics-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
262.03 s
[genvalidity-hspec-optics-source] No uhc found
262.03 s
[genvalidity-hspec-optics-source] Phase: buildPhase
262.03 s
[genvalidity-hspec-optics-source] Distribution quality errors:
262.03 s
[genvalidity-hspec-optics-source] [missing-bounds-important] The dependency 'build-depends: base' does not
262.03 s
[genvalidity-hspec-optics-source] specify an upper bound on the version number. Each major release of the 'base'
262.03 s
[genvalidity-hspec-optics-source] package changes the API in various ways and most packages will need some
262.03 s
[genvalidity-hspec-optics-source] changes to compile with it. The recommended practice is to specify an upper
262.03 s
[genvalidity-hspec-optics-source] bound on the version of the 'base' package. This ensures your package will
262.03 s
[genvalidity-hspec-optics-source] continue to build when a new major version of the 'base' package is released.
262.03 s
[genvalidity-hspec-optics-source] If you are not sure what upper bound to use then use the next major version.
262.03 s
[genvalidity-hspec-optics-source] For example if you have tested your package with 'base' version 4.5 and 4.6
262.03 s
[genvalidity-hspec-optics-source] then use 'build-depends: base >= 4.5 && < 4.7'.
262.03 s
[genvalidity-hspec-optics-source] Distribution quality warnings:
262.03 s
[genvalidity-hspec-optics-source] [missing-upper-bounds] On library, these packages miss upper bounds:
262.03 s
[genvalidity-hspec-optics-source] - QuickCheck
262.03 s
[genvalidity-hspec-optics-source] - genvalidity
262.03 s
[genvalidity-hspec-optics-source] - genvalidity-hspec
262.03 s
[genvalidity-hspec-optics-source] - hspec
262.03 s
[genvalidity-hspec-optics-source] - microlens
262.03 s
[genvalidity-hspec-optics-source] Please add them. There is more information at https://pvp.haskell.org/
262.03 s
[genvalidity-hspec-optics-source] Note: the public hackage server would reject this package.
262.03 s
[genvalidity-hspec-optics-source] Building source dist for genvalidity-hspec-optics-1.0.0.0...
262.03 s
[genvalidity-hspec-optics-source] Source tarball created: dist/genvalidity-hspec-optics-1.0.0.0.tar.gz
262.03 s
[genvalidity-hspec-optics-source] Phase: checkPhase
262.03 s
[genvalidity-hspec-optics-source] Phase: haddockPhase
262.03 s
[genvalidity-hspec-optics-source] Phase: installPhase
262.03 s
[genvalidity-hspec-optics-source] Phase: fixupPhase
262.03 s
[genvalidity-scientific-source] Source tarball created: dist/genvalidity-scientific-1.0.0.0.tar.gz
262.03 s
[genvalidity-scientific-source] Phase: checkPhase
262.03 s
[genvalidity-scientific-source] Phase: haddockPhase
262.03 s
[genvalidity-scientific-source] Phase: installPhase
262.03 s
[genvalidity-scientific-source] Phase: fixupPhase
262.03 s
[genvalidity-text-source] Documentation installed in: /share/doc/genvalidity-text-1.0.0.1
262.03 s
[genvalidity-text-source] Configuration files installed in:
262.03 s
[genvalidity-text-source] /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1/etc
262.03 s
[genvalidity-text-source] No alex found
262.03 s
[genvalidity-text-source] Using ar found on system at:
262.03 s
[genvalidity-text-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
262.03 s
[genvalidity-text-source] No c2hs found
262.03 s
[genvalidity-text-source] No cpphs found
262.03 s
[genvalidity-text-source] No doctest found
262.03 s
[genvalidity-text-source] Using gcc version 14.3.0 given by user at:
262.03 s
[genvalidity-text-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
262.03 s
[genvalidity-text-source] Using ghc version 9.10.3 found on system at:
262.03 s
[genvalidity-text-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
262.03 s
[genvalidity-text-source] Using ghc-pkg version 9.10.3 found on system at:
262.03 s
[genvalidity-text-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
262.03 s
[genvalidity-text-source] No ghcjs found
262.03 s
[genvalidity-text-source] No ghcjs-pkg found
262.03 s
[genvalidity-text-source] No greencard found
262.03 s
[genvalidity-text-source] Using haddock version 2.31.1 found on system at:
262.03 s
[genvalidity-text-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
262.03 s
[genvalidity-text-source] No happy found
262.03 s
[genvalidity-text-source] Using haskell-suite found on system at: haskell-suite-dummy-location
262.03 s
[genvalidity-text-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
262.03 s
[genvalidity-text-source] No hmake found
262.03 s
[genvalidity-text-source] Using hpc version 0.69 found on system at:
262.03 s
[genvalidity-text-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
262.03 s
[genvalidity-text-source] Using hsc2hs version 0.68.10 found on system at:
262.03 s
[genvalidity-text-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
262.03 s
[genvalidity-text-source] Using hscolour version 1.25 found on system at:
262.03 s
[genvalidity-text-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
262.03 s
[genvalidity-text-source] No jhc found
262.03 s
[genvalidity-text-source] Using ld found on system at:
262.03 s
[genvalidity-text-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
262.03 s
[genvalidity-text-source] No pkg-config found
262.03 s
[genvalidity-text-source] Using runghc version 9.10.3 found on system at:
262.03 s
[genvalidity-text-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
262.03 s
[genvalidity-text-source] Using strip version 2.44 found on system at:
262.03 s
[genvalidity-text-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
262.03 s
[genvalidity-text-source] Using tar found on system at:
262.03 s
[genvalidity-text-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
262.03 s
[genvalidity-text-source] No uhc found
262.03 s
[genvalidity-text-source] Phase: buildPhase
262.03 s
[genvalidity-text-source] Distribution quality warnings:
262.03 s
[genvalidity-text-source] [no-description] No 'description' field.
262.03 s
[genvalidity-text-source] [missing-upper-bounds] On library, these packages miss upper bounds:
262.03 s
[genvalidity-text-source] - QuickCheck
262.03 s
[genvalidity-text-source] - genvalidity
262.03 s
[genvalidity-text-source] - random
262.03 s
[genvalidity-text-source] - text
262.03 s
[genvalidity-text-source] - validity-text
262.03 s
[genvalidity-text-source] Please add them. There is more information at https://pvp.haskell.org/
263.65 s
[genvalidity-text-source] Building source dist for genvalidity-text-1.0.0.1...
263.65 s
[genvalidity-text-source] Source tarball created: dist/genvalidity-text-1.0.0.1.tar.gz
263.65 s
[genvalidity-text-source] Phase: checkPhase
263.68 s
[genvalidity-text-source] Phase: haddockPhase
263.68 s
[genvalidity-text-source] Phase: installPhase
263.68 s
[genvalidity-text-source] Phase: fixupPhase
263.68 s
[genvalidity-time-source] Documentation installed in: /share/doc/genvalidity-time-1.0.0.1
263.68 s
[genvalidity-time-source] Configuration files installed in:
263.68 s
[genvalidity-time-source] /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1/etc
263.68 s
[genvalidity-time-source] No alex found
263.68 s
[genvalidity-time-source] Using ar found on system at:
263.68 s
[genvalidity-time-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
263.68 s
[genvalidity-time-source] No c2hs found
263.68 s
[genvalidity-time-source] No cpphs found
263.68 s
[genvalidity-time-source] No doctest found
263.68 s
[genvalidity-time-source] Using gcc version 14.3.0 given by user at:
263.68 s
[genvalidity-time-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
263.68 s
[genvalidity-time-source] Using ghc version 9.10.3 found on system at:
263.68 s
[genvalidity-time-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
263.68 s
[genvalidity-time-source] Using ghc-pkg version 9.10.3 found on system at:
263.68 s
[genvalidity-time-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
263.68 s
[genvalidity-time-source] No ghcjs found
263.68 s
[genvalidity-time-source] No ghcjs-pkg found
263.68 s
[genvalidity-time-source] No greencard found
263.68 s
[genvalidity-time-source] Using haddock version 2.31.1 found on system at:
263.68 s
[genvalidity-time-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
263.68 s
[genvalidity-time-source] No happy found
263.68 s
[genvalidity-time-source] Using haskell-suite found on system at: haskell-suite-dummy-location
263.68 s
[genvalidity-time-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
263.68 s
[genvalidity-time-source] No hmake found
263.68 s
[genvalidity-time-source] Using hpc version 0.69 found on system at:
263.68 s
[genvalidity-time-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
263.68 s
[genvalidity-time-source] Using hsc2hs version 0.68.10 found on system at:
263.68 s
[genvalidity-time-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
263.68 s
[genvalidity-time-source] Using hscolour version 1.25 found on system at:
263.68 s
[genvalidity-time-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
263.68 s
[genvalidity-time-source] No jhc found
263.68 s
[genvalidity-time-source] Using ld found on system at:
263.68 s
[genvalidity-time-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
263.68 s
[genvalidity-time-source] No pkg-config found
263.68 s
[genvalidity-time-source] Using runghc version 9.10.3 found on system at:
263.68 s
[genvalidity-time-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
263.68 s
[genvalidity-time-source] Using strip version 2.44 found on system at:
263.68 s
[genvalidity-time-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
263.68 s
[genvalidity-time-source] Using tar found on system at:
263.68 s
[genvalidity-time-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
263.68 s
[genvalidity-time-source] No uhc found
263.68 s
[genvalidity-time-source] Phase: buildPhase
263.68 s
[genvalidity-time-source] Distribution quality warnings:
263.68 s
[genvalidity-time-source] [short-description] The 'description' field should be longer than the
263.68 s
[genvalidity-time-source] 'synopsis' field. It's useful to provide an informative 'description' to allow
263.68 s
[genvalidity-time-source] Haskell programmers who have never heard about your package to understand the
263.68 s
[genvalidity-time-source] purpose of your package. The 'description' field content is typically shown by
263.68 s
[genvalidity-time-source] tooling (e.g. 'cabal info', Haddock, Hackage) below the 'synopsis' which
263.68 s
[genvalidity-time-source] serves as a headline. Please refer to
263.68 s
[genvalidity-time-source] <https://cabal.readthedocs.io/en/stable/cabal-package.html#package-properties>
263.68 s
[genvalidity-time-source] for more details.
263.68 s
[genvalidity-time-source] [missing-upper-bounds] On library, these packages miss upper bounds:
263.68 s
[genvalidity-time-source] - QuickCheck
263.68 s
[genvalidity-time-source] - genvalidity
263.68 s
[genvalidity-time-source] - time
263.68 s
[genvalidity-time-source] - validity-time
263.68 s
[genvalidity-time-source] Please add them. There is more information at https://pvp.haskell.org/
263.68 s
[genvalidity-time-source] Building source dist for genvalidity-time-1.0.0.1...
263.68 s
[genvalidity-time-source] Source tarball created: dist/genvalidity-time-1.0.0.1.tar.gz
263.68 s
[genvalidity-time-source] Phase: checkPhase
263.68 s
[genvalidity-time-source] Phase: haddockPhase
263.68 s
[genvalidity-time-source] Phase: installPhase
263.68 s
[genvalidity-time-source] Phase: fixupPhase
263.68 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2
263.68 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
263.68 s
[post-build-hook]
263.68 s
[post-build-hook] Pushing /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2 (4.98 KiB)
263.68 s
[post-build-hook]
263.68 s
[post-build-hook] All done.
263.68 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2
263.87 s
[post-build-hook] copying 1 paths...
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'...
264.19 s
[post-build-hook] copying 0 paths...
264.22 s
Progress: 62 of 154 built (5 building), 815 of 815 downloaded from cache
264.24 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0
264.61 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
264.61 s
[post-build-hook]
264.96 s
[post-build-hook] Pushing /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0 (4.30 KiB)
265.81 s
[post-build-hook]
265.81 s
[post-build-hook] All done.
265.83 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0
265.92 s
[post-build-hook] copying 1 paths...
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'...
266.23 s
[post-build-hook] copying 0 paths...
266.26 s
Progress: 63 of 155 built (4 building), 815 of 815 downloaded from cache
266.28 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0
266.63 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
266.63 s
[post-build-hook]
266.97 s
[post-build-hook] Pushing /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0 (2.45 KiB)
267.82 s
[post-build-hook]
267.82 s
[post-build-hook] All done.
267.83 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0
267.89 s
[post-build-hook] copying 1 paths...
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'...
270.27 s
[post-build-hook] copying 0 paths...
270.30 s
Progress: 64 of 156 built (3 building), 815 of 815 downloaded from cache
270.32 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1
270.69 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
270.69 s
[post-build-hook]
271.02 s
[post-build-hook] Pushing /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1 (4.41 KiB)
272.00 s
[post-build-hook]
272.00 s
[post-build-hook] All done.
272.01 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1
272.07 s
[post-build-hook] copying 1 paths...
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'...
272.41 s
[post-build-hook] copying 0 paths...
272.44 s
Progress: 65 of 157 built (2 building), 815 of 815 downloaded from cache
272.46 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1
272.80 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
272.80 s
[post-build-hook]
273.14 s
[post-build-hook] Pushing /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1 (4.55 KiB)
273.95 s
[post-build-hook]
273.95 s
[post-build-hook] All done.
273.97 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1
274.02 s
[post-build-hook] copying 1 paths...
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'...
274.34 s
[post-build-hook] copying 0 paths...
274.36 s
Progress: 66 of 158 built (1 building), 815 of 815 downloaded from cache
274.44 s
Building genvalidity-containers
274.49 s
Building genvalidity-hspec-optics
274.53 s
Building genvalidity-scientific
274.58 s
Building genvalidity-text
274.63 s
Building genvalidity-time
274.63 s
[autodocodec-yaml] Documentation created: dist/doc/html/autodocodec-yaml/,
274.63 s
[autodocodec-yaml] dist/doc/html/autodocodec-yaml/autodocodec-yaml.txt
274.63 s
[autodocodec-yaml] Phase: installPhase
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
274.63 s
[autodocodec-yaml] Phase: fixupPhase
274.63 s
[autodocodec-yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2
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
274.63 s
[autodocodec-yaml] checking for references to /build/ in /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2...
274.63 s
[autodocodec-yaml] patching script interpreter paths in /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2
274.63 s
[autodocodec-yaml] stripping (with command strip and flags -S -p) in /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2/lib
274.63 s
[autodocodec-yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/0gs1xmfr5b485f0x7fdr3v3bvkl3dkzy-autodocodec-yaml-0.4.0.2-doc
274.63 s
[autodocodec-yaml] checking for references to /build/ in /nix/store/0gs1xmfr5b485f0x7fdr3v3bvkl3dkzy-autodocodec-yaml-0.4.0.2-doc...
274.63 s
[autodocodec-yaml] patching script interpreter paths in /nix/store/0gs1xmfr5b485f0x7fdr3v3bvkl3dkzy-autodocodec-yaml-0.4.0.2-doc
274.63 s
[genvalidity-hspec-optics] Phase: setupCompilerEnvironmentPhase
274.63 s
[genvalidity-hspec-optics] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
274.75 s
Building genvalidity-unordered-containers-source
274.80 s
Building genvalidity-vector-source
274.81 s
[genvalidity-containers] Phase: setupCompilerEnvironmentPhase
274.81 s
[genvalidity-containers] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
274.81 s
[genvalidity-hspec-optics] Phase: unpackPhase
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
274.81 s
[genvalidity-hspec-optics] source root is genvalidity-hspec-optics-1.0.0.0
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"
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
274.81 s
[genvalidity-hspec-optics] Phase: patchPhase
274.81 s
[genvalidity-hspec-optics] Phase: compileBuildDriverPhase
274.81 s
[genvalidity-hspec-optics] setupCompileFlags: -package-db=/build/tmp.HJZMRrTqv6/setup-package.conf.d -threaded
274.81 s
[genvalidity-scientific] Phase: setupCompilerEnvironmentPhase
274.81 s
[genvalidity-scientific] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
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
275.27 s
[post-build-hook] Pushing 2 paths (214 are already present) using zstd to cache smos ⏳
275.27 s
[post-build-hook]
275.63 s
[post-build-hook] Pushing /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2 (1.26 MiB)
275.68 s
[post-build-hook] Pushing /nix/store/0gs1xmfr5b485f0x7fdr3v3bvkl3dkzy-autodocodec-yaml-0.4.0.2-doc (536.76 KiB)
276.58 s
[post-build-hook]
276.61 s
[post-build-hook] All done.
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
276.68 s
[post-build-hook] copying 0 paths...
276.83 s
[post-build-hook] copying 0 paths...
276.91 s
Progress: 67 of 154 built (7 building), 815 of 815 downloaded from cache
276.99 s
Building feedback-source
277.00 s
Waiting for lock on waiting for a free build user ID for '/nix/store/3d799pwx2pac036zhnbq0rnqchj1zfdn-opt-env-conf-source
277.00 s
[genvalidity-containers] Phase: unpackPhase
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
277.00 s
[genvalidity-containers] source root is genvalidity-containers-1.0.0.2
277.00 s
[genvalidity-containers] setting SOURCE_DATE_EPOCH to timestamp 1780347793 of file "genvalidity-containers-1.0.0.2/test/Spec.hs"
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
277.00 s
[genvalidity-containers] Phase: patchPhase
277.00 s
[genvalidity-containers] Phase: compileBuildDriverPhase
277.00 s
[genvalidity-containers] setupCompileFlags: -package-db=/build/tmp.YUW2tZ2HPU/setup-package.conf.d -threaded
277.00 s
[genvalidity-containers] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.YUW2tZ2HPU/Main.o )
277.00 s
[genvalidity-containers] [2 of 2] Linking Setup
277.00 s
[genvalidity-containers] Phase: updateAutotoolsGnuConfigScriptsPhase
277.00 s
[genvalidity-containers] Phase: configurePhase
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
277.00 s
[genvalidity-containers] Using Parsec parser
277.00 s
[genvalidity-containers] Configuring genvalidity-containers-1.0.0.2...
277.00 s
[genvalidity-hspec-optics] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.HJZMRrTqv6/Main.o )
277.00 s
[genvalidity-hspec-optics] [2 of 2] Linking Setup
277.00 s
[genvalidity-hspec-optics] Phase: updateAutotoolsGnuConfigScriptsPhase
277.00 s
[genvalidity-hspec-optics] Phase: configurePhase
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
277.00 s
[genvalidity-hspec-optics] Using Parsec parser
277.00 s
[genvalidity-hspec-optics] Configuring genvalidity-hspec-optics-1.0.0.0...
277.00 s
[genvalidity-hspec-optics] Dependency QuickCheck: using QuickCheck-2.15.0.1
277.00 s
[genvalidity-hspec-optics] Dependency base >=4.9 && <=5: using base-4.20.2.0
277.00 s
[genvalidity-hspec-optics] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
277.00 s
[genvalidity-hspec-optics] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
277.00 s
[genvalidity-hspec-optics] Dependency hspec: using hspec-2.11.14
277.00 s
[genvalidity-hspec-optics] Dependency microlens: using microlens-0.4.14.0
277.00 s
[genvalidity-hspec-optics] Dependency base: using base-4.20.2.0
277.00 s
[genvalidity-hspec-optics] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
277.00 s
[genvalidity-hspec-optics] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
277.00 s
[genvalidity-hspec-optics] Dependency hspec: using hspec-2.11.14
277.00 s
[genvalidity-hspec-optics] Dependency microlens: using microlens-0.4.14.0
277.00 s
[genvalidity-hspec-optics] Source component graph:
277.00 s
[genvalidity-hspec-optics] component lib
277.00 s
[genvalidity-hspec-optics] component test:genvalidity-hspec-optics-test dependency lib
277.00 s
[genvalidity-hspec-optics] Configured component graph:
277.00 s
[genvalidity-hspec-optics] component genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
277.00 s
[genvalidity-hspec-optics] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.00 s
[genvalidity-hspec-optics] include base-4.20.2.0-fafd
277.00 s
[genvalidity-hspec-optics] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.00 s
[genvalidity-hspec-optics] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.00 s
[genvalidity-hspec-optics] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.00 s
[genvalidity-hspec-optics] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
277.00 s
[genvalidity-hspec-optics] component genvalidity-hspec-optics-1.0.0.0-JthiR57WuwWDO3wpQ4HLda-genvalidity-hspec-optics-test
277.00 s
[genvalidity-hspec-optics] include base-4.20.2.0-fafd
277.00 s
[genvalidity-hspec-optics] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.00 s
[genvalidity-hspec-optics] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
277.00 s
[genvalidity-hspec-optics] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.00 s
[genvalidity-hspec-optics] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
277.00 s
[genvalidity-hspec-optics] Linked component graph:
277.00 s
[genvalidity-hspec-optics] unit genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
277.00 s
[genvalidity-hspec-optics] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.00 s
[genvalidity-hspec-optics] include base-4.20.2.0-fafd
277.00 s
[genvalidity-hspec-optics] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.00 s
[genvalidity-hspec-optics] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.00 s
[genvalidity-hspec-optics] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.00 s
[genvalidity-hspec-optics] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
277.00 s
[genvalidity-hspec-optics] Test.Validity.Optics=genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q:Test.Validity.Optics
277.00 s
[genvalidity-hspec-optics] unit genvalidity-hspec-optics-1.0.0.0-JthiR57WuwWDO3wpQ4HLda-genvalidity-hspec-optics-test
277.00 s
[genvalidity-hspec-optics] include base-4.20.2.0-fafd
277.00 s
[genvalidity-hspec-optics] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.00 s
[genvalidity-hspec-optics] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
277.00 s
[genvalidity-hspec-optics] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.00 s
[genvalidity-hspec-optics] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
277.00 s
[genvalidity-hspec-optics] Ready component graph:
277.00 s
[genvalidity-hspec-optics] definite genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
277.00 s
[genvalidity-scientific] Phase: unpackPhase
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
277.00 s
[genvalidity-scientific] source root is genvalidity-scientific-1.0.0.0
277.00 s
[genvalidity-scientific] setting SOURCE_DATE_EPOCH to timestamp 1780347793 of file "genvalidity-scientific-1.0.0.0/test/Spec.hs"
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
277.00 s
[genvalidity-scientific] Phase: patchPhase
277.00 s
[genvalidity-scientific] Phase: compileBuildDriverPhase
277.00 s
[genvalidity-scientific] setupCompileFlags: -package-db=/build/tmp.ujza4dDEMj/setup-package.conf.d -threaded
277.00 s
[genvalidity-scientific] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.ujza4dDEMj/Main.o )
277.00 s
[genvalidity-scientific] [2 of 2] Linking Setup
277.00 s
[genvalidity-scientific] Phase: updateAutotoolsGnuConfigScriptsPhase
277.00 s
[genvalidity-scientific] Phase: configurePhase
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
277.00 s
[genvalidity-scientific] Using Parsec parser
277.00 s
[genvalidity-scientific] Configuring genvalidity-scientific-1.0.0.0...
277.00 s
[genvalidity-scientific] Dependency base >=4.7 && <5: using base-4.20.2.0
277.00 s
[genvalidity-scientific] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
277.00 s
[genvalidity-scientific] Dependency scientific: using scientific-0.3.8.0
277.00 s
[genvalidity-scientific] Dependency validity-scientific >=0.2: using validity-scientific-0.2.0.3
277.00 s
[genvalidity-scientific] Dependency base >=4.7 && <5: using base-4.20.2.0
277.00 s
[genvalidity-scientific] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
277.00 s
[genvalidity-scientific] Dependency genvalidity-scientific: using genvalidity-scientific-1.0.0.0
277.00 s
[genvalidity-scientific] Dependency hspec: using hspec-2.11.14
277.00 s
[genvalidity-scientific] Dependency scientific: using scientific-0.3.8.0
277.00 s
[genvalidity-scientific] Source component graph:
277.00 s
[genvalidity-scientific] component lib
277.00 s
[genvalidity-scientific] component test:genvalidity-scientific-test dependency lib
277.00 s
[genvalidity-scientific] Configured component graph:
277.00 s
[genvalidity-scientific] component genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
277.00 s
[genvalidity-scientific] include base-4.20.2.0-fafd
277.00 s
[genvalidity-scientific] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.00 s
[genvalidity-scientific] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
277.00 s
[genvalidity-scientific] include validity-scientific-0.2.0.3-5RgsjrLlE7oFhUIlBMjScj
277.00 s
[genvalidity-scientific] component genvalidity-scientific-1.0.0.0-JOTilMIfKNC27H1RDyHoes-genvalidity-scientific-test
277.00 s
[genvalidity-scientific] include base-4.20.2.0-fafd
277.00 s
[genvalidity-scientific] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.00 s
[genvalidity-scientific] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
277.00 s
[genvalidity-scientific] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.00 s
[genvalidity-scientific] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
277.00 s
[genvalidity-scientific] Linked component graph:
277.00 s
[genvalidity-scientific] unit genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
277.01 s
[genvalidity-scientific] include base-4.20.2.0-fafd
277.01 s
[genvalidity-scientific] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.01 s
[genvalidity-scientific] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
277.01 s
[genvalidity-scientific] include validity-scientific-0.2.0.3-5RgsjrLlE7oFhUIlBMjScj
277.01 s
[genvalidity-text] Phase: setupCompilerEnvironmentPhase
277.01 s
[genvalidity-text] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
277.01 s
[genvalidity-text] Phase: unpackPhase
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
277.01 s
[genvalidity-text] source root is genvalidity-text-1.0.0.1
277.01 s
[genvalidity-text] setting SOURCE_DATE_EPOCH to timestamp 1780347793 of file "genvalidity-text-1.0.0.1/test/Spec.hs"
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
277.01 s
[genvalidity-text] Phase: patchPhase
277.01 s
[genvalidity-text] Phase: compileBuildDriverPhase
277.01 s
[genvalidity-text] setupCompileFlags: -package-db=/build/tmp.5J0ZhYjXR5/setup-package.conf.d -threaded
277.01 s
[genvalidity-text] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.5J0ZhYjXR5/Main.o )
277.01 s
[genvalidity-text] [2 of 2] Linking Setup
277.01 s
[genvalidity-text] Phase: updateAutotoolsGnuConfigScriptsPhase
277.01 s
[genvalidity-text] Phase: configurePhase
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
277.01 s
[genvalidity-text] Using Parsec parser
277.01 s
[genvalidity-text] Configuring genvalidity-text-1.0.0.1...
277.01 s
[genvalidity-time] Phase: setupCompilerEnvironmentPhase
277.01 s
[genvalidity-time] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
277.01 s
[genvalidity-time] Phase: unpackPhase
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
277.01 s
[genvalidity-time] source root is genvalidity-time-1.0.0.1
277.01 s
[genvalidity-time] setting SOURCE_DATE_EPOCH to timestamp 1780347793 of file "genvalidity-time-1.0.0.1/test/Spec.hs"
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
277.01 s
[genvalidity-time] Phase: patchPhase
277.01 s
[genvalidity-time] Phase: compileBuildDriverPhase
277.01 s
[genvalidity-time] setupCompileFlags: -package-db=/build/tmp.h8RhMvB632/setup-package.conf.d -threaded
277.01 s
[genvalidity-time] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.h8RhMvB632/Main.o )
277.01 s
[genvalidity-time] [2 of 2] Linking Setup
277.01 s
[genvalidity-time] Phase: updateAutotoolsGnuConfigScriptsPhase
277.01 s
[genvalidity-time] Phase: configurePhase
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
277.01 s
[genvalidity-time] Using Parsec parser
277.01 s
[genvalidity-time] Configuring genvalidity-time-1.0.0.1...
277.01 s
[genvalidity-unordered-containers-source] Phase: setupCompilerEnvironmentPhase
277.01 s
[genvalidity-unordered-containers-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
277.01 s
[genvalidity-unordered-containers-source] Phase: unpackPhase
277.01 s
[genvalidity-unordered-containers-source] unpacking source archive /nix/store/fyx1apywcpihvc6pjqhp99fcw252j6a8-genvalidity-unordered-containers
277.01 s
[genvalidity-unordered-containers-source] source root is genvalidity-unordered-containers
277.01 s
[genvalidity-unordered-containers-source] Phase: patchPhase
277.01 s
[genvalidity-unordered-containers-source] Phase: compileBuildDriverPhase
277.01 s
[genvalidity-unordered-containers-source] setupCompileFlags: -package-db=/build/tmp.Q7c8qKwgiV/setup-package.conf.d -threaded
277.01 s
[genvalidity-unordered-containers-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.Q7c8qKwgiV/Main.o )
277.01 s
[genvalidity-unordered-containers-source] [2 of 2] Linking Setup
277.01 s
[genvalidity-unordered-containers-source] Phase: updateAutotoolsGnuConfigScriptsPhase
277.01 s
[genvalidity-unordered-containers-source] Phase: configurePhase
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
277.01 s
[genvalidity-unordered-containers-source] Using Parsec parser
277.01 s
[genvalidity-unordered-containers-source] Configuring genvalidity-unordered-containers-1.0.0.1...
277.01 s
[genvalidity-vector-source] Phase: setupCompilerEnvironmentPhase
277.01 s
[genvalidity-vector-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
277.01 s
[genvalidity-vector-source] Phase: unpackPhase
277.01 s
[genvalidity-vector-source] unpacking source archive /nix/store/37l2y1xz1c8vh2j8vfdp26x8nhdbfcrg-genvalidity-vector
277.01 s
[genvalidity-vector-source] source root is genvalidity-vector
277.01 s
[genvalidity-vector-source] Phase: patchPhase
277.01 s
[genvalidity-vector-source] Phase: compileBuildDriverPhase
277.01 s
[genvalidity-vector-source] setupCompileFlags: -package-db=/build/tmp.GFnolCyM8J/setup-package.conf.d -threaded
277.01 s
[genvalidity-vector-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.GFnolCyM8J/Main.o )
277.01 s
[genvalidity-vector-source] [2 of 2] Linking Setup
277.01 s
[genvalidity-vector-source] Phase: updateAutotoolsGnuConfigScriptsPhase
277.01 s
[genvalidity-vector-source] Phase: configurePhase
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
277.01 s
[genvalidity-vector-source] Using Parsec parser
277.01 s
[genvalidity-vector-source] Configuring genvalidity-vector-1.0.0.0...
277.01 s
[genvalidity-hspec-optics] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.01 s
[genvalidity-hspec-optics] depends base-4.20.2.0-fafd
277.01 s
[genvalidity-hspec-optics] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.01 s
[genvalidity-hspec-optics] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.01 s
[genvalidity-hspec-optics] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.01 s
[genvalidity-hspec-optics] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
277.01 s
[genvalidity-hspec-optics] definite genvalidity-hspec-optics-1.0.0.0-JthiR57WuwWDO3wpQ4HLda-genvalidity-hspec-optics-test
277.01 s
[genvalidity-hspec-optics] depends base-4.20.2.0-fafd
277.01 s
[genvalidity-hspec-optics] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.01 s
[genvalidity-hspec-optics] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
277.01 s
[genvalidity-hspec-optics] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.01 s
[genvalidity-hspec-optics] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
277.01 s
[genvalidity-hspec-optics] Using Cabal-3.12.1.0 compiled by ghc-9.10
277.01 s
[genvalidity-hspec-optics] Using compiler: ghc-9.10.3
277.01 s
[genvalidity-hspec-optics] Using install prefix:
277.01 s
[genvalidity-hspec-optics] /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0
277.01 s
[genvalidity-hspec-optics] Executables installed in:
277.01 s
[genvalidity-hspec-optics] /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0/bin
277.01 s
[genvalidity-hspec-optics] Libraries installed in:
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
277.01 s
[genvalidity-hspec-optics] Dynamic Libraries installed in:
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
277.01 s
[genvalidity-hspec-optics] Private executables installed in:
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
277.01 s
[genvalidity-hspec-optics] Data files installed in:
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
277.01 s
[genvalidity-hspec-optics] Documentation installed in:
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
277.01 s
[genvalidity-hspec-optics] Configuration files installed in:
277.01 s
[genvalidity-hspec-optics] /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0/etc
277.01 s
[genvalidity-hspec-optics] No alex found
277.01 s
[genvalidity-hspec-optics] Using ar found on system at:
277.01 s
[genvalidity-hspec-optics] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
277.01 s
[genvalidity-hspec-optics] No c2hs found
277.01 s
[genvalidity-hspec-optics] No cpphs found
277.01 s
[genvalidity-hspec-optics] No doctest found
277.01 s
[genvalidity-hspec-optics] Using gcc version 14.3.0 given by user at:
277.01 s
[genvalidity-hspec-optics] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
277.01 s
[genvalidity-hspec-optics] Using ghc version 9.10.3 found on system at:
277.01 s
[genvalidity-hspec-optics] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
277.01 s
[genvalidity-hspec-optics] Using ghc-pkg version 9.10.3 found on system at:
277.01 s
[genvalidity-hspec-optics] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
277.01 s
[genvalidity-hspec-optics] No ghcjs found
277.01 s
[genvalidity-hspec-optics] No ghcjs-pkg found
277.01 s
[genvalidity-hspec-optics] No greencard found
277.01 s
[genvalidity-hspec-optics] Using haddock version 2.31.1 found on system at:
277.01 s
[genvalidity-hspec-optics] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
277.01 s
[genvalidity-hspec-optics] No happy found
277.01 s
[genvalidity-hspec-optics] Using haskell-suite found on system at: haskell-suite-dummy-location
277.01 s
[genvalidity-hspec-optics] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
277.01 s
[genvalidity-hspec-optics] No hmake found
277.01 s
[genvalidity-hspec-optics] Using hpc version 0.69 found on system at:
277.01 s
[genvalidity-hspec-optics] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
277.01 s
[genvalidity-hspec-optics] Using hsc2hs version 0.68.10 found on system at:
277.01 s
[genvalidity-hspec-optics] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
277.01 s
[genvalidity-hspec-optics] Using hscolour version 1.25 found on system at:
277.01 s
[genvalidity-hspec-optics] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
277.01 s
[genvalidity-hspec-optics] No jhc found
277.01 s
[genvalidity-hspec-optics] Using ld found on system at:
277.01 s
[genvalidity-hspec-optics] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
277.01 s
[genvalidity-hspec-optics] No pkg-config found
277.01 s
[genvalidity-hspec-optics] Using runghc version 9.10.3 found on system at:
277.01 s
[genvalidity-hspec-optics] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
277.01 s
[genvalidity-hspec-optics] Using strip version 2.44 found on system at:
277.01 s
[genvalidity-hspec-optics] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
277.01 s
[genvalidity-hspec-optics] Using tar found on system at:
277.01 s
[genvalidity-hspec-optics] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
277.01 s
[genvalidity-hspec-optics] No uhc found
277.01 s
[genvalidity-hspec-optics] Phase: buildPhase
277.01 s
[genvalidity-hspec-optics] Preprocessing library for genvalidity-hspec-optics-1.0.0.0...
277.01 s
[genvalidity-hspec-optics] Building library for genvalidity-hspec-optics-1.0.0.0...
277.01 s
[genvalidity-scientific] Data.GenValidity.Scientific=genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU:Data.GenValidity.Scientific
277.01 s
[genvalidity-scientific] unit genvalidity-scientific-1.0.0.0-JOTilMIfKNC27H1RDyHoes-genvalidity-scientific-test
277.01 s
[genvalidity-scientific] include base-4.20.2.0-fafd
277.01 s
[genvalidity-scientific] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.01 s
[genvalidity-scientific] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
277.01 s
[genvalidity-scientific] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.01 s
[genvalidity-scientific] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
277.01 s
[genvalidity-scientific] Ready component graph:
277.01 s
[genvalidity-scientific] definite genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
277.01 s
[genvalidity-scientific] depends base-4.20.2.0-fafd
277.01 s
[genvalidity-scientific] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.01 s
[genvalidity-scientific] depends scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
277.01 s
[genvalidity-scientific] depends validity-scientific-0.2.0.3-5RgsjrLlE7oFhUIlBMjScj
277.01 s
[genvalidity-scientific] definite genvalidity-scientific-1.0.0.0-JOTilMIfKNC27H1RDyHoes-genvalidity-scientific-test
277.01 s
[genvalidity-scientific] depends base-4.20.2.0-fafd
277.01 s
[genvalidity-scientific] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.01 s
[genvalidity-scientific] depends genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
277.01 s
[genvalidity-scientific] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.01 s
[genvalidity-scientific] depends scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
277.01 s
[genvalidity-scientific] Using Cabal-3.12.1.0 compiled by ghc-9.10
277.01 s
[genvalidity-scientific] Using compiler: ghc-9.10.3
277.01 s
[genvalidity-scientific] Using install prefix:
277.01 s
[genvalidity-scientific] /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0
277.01 s
[genvalidity-scientific] Executables installed in:
277.01 s
[genvalidity-scientific] /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0/bin
277.01 s
[genvalidity-scientific] Libraries installed in:
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
277.01 s
[genvalidity-scientific] Dynamic Libraries installed in:
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
277.01 s
[genvalidity-scientific] Private executables installed in:
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
277.01 s
[genvalidity-scientific] Data files installed in:
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
277.01 s
[genvalidity-scientific] Documentation installed in:
277.01 s
[genvalidity-scientific] /nix/store/n4i3p0y67zyj5mwj7jvzcxiq84633kg5-genvalidity-scientific-1.0.0.0-doc/share/doc/genvalidity-scientific-1.0.0.0
277.01 s
[genvalidity-scientific] Configuration files installed in:
277.01 s
[genvalidity-scientific] /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0/etc
277.01 s
[genvalidity-scientific] No alex found
277.01 s
[genvalidity-scientific] Using ar found on system at:
277.01 s
[genvalidity-scientific] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
277.01 s
[genvalidity-scientific] No c2hs found
277.01 s
[genvalidity-scientific] No cpphs found
277.01 s
[genvalidity-scientific] No doctest found
277.01 s
[genvalidity-scientific] Using gcc version 14.3.0 given by user at:
277.01 s
[genvalidity-scientific] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
277.01 s
[genvalidity-scientific] Using ghc version 9.10.3 found on system at:
277.01 s
[genvalidity-scientific] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
277.01 s
[genvalidity-scientific] Using ghc-pkg version 9.10.3 found on system at:
277.01 s
[genvalidity-scientific] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
277.01 s
[genvalidity-scientific] No ghcjs found
277.01 s
[genvalidity-scientific] No ghcjs-pkg found
277.01 s
[genvalidity-scientific] No greencard found
277.01 s
[genvalidity-scientific] Using haddock version 2.31.1 found on system at:
277.01 s
[genvalidity-scientific] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
277.01 s
[genvalidity-scientific] No happy found
277.01 s
[genvalidity-scientific] Using haskell-suite found on system at: haskell-suite-dummy-location
277.01 s
[genvalidity-scientific] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
277.01 s
[genvalidity-scientific] No hmake found
277.01 s
[genvalidity-scientific] Using hpc version 0.69 found on system at:
277.01 s
[genvalidity-scientific] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
277.01 s
[genvalidity-scientific] Using hsc2hs version 0.68.10 found on system at:
277.01 s
[genvalidity-scientific] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
277.01 s
[genvalidity-scientific] Using hscolour version 1.25 found on system at:
277.01 s
[genvalidity-scientific] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
277.01 s
[genvalidity-scientific] No jhc found
277.01 s
[genvalidity-scientific] Using ld found on system at:
277.01 s
[genvalidity-scientific] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
277.01 s
[genvalidity-scientific] No pkg-config found
277.01 s
[genvalidity-scientific] Using runghc version 9.10.3 found on system at:
277.01 s
[genvalidity-scientific] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
277.01 s
[genvalidity-scientific] Using strip version 2.44 found on system at:
277.01 s
[genvalidity-scientific] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
277.01 s
[genvalidity-scientific] Using tar found on system at:
277.01 s
[genvalidity-scientific] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
277.01 s
[genvalidity-scientific] No uhc found
277.01 s
[genvalidity-scientific] Phase: buildPhase
277.01 s
[genvalidity-scientific] Preprocessing library for genvalidity-scientific-1.0.0.0...
277.01 s
[genvalidity-scientific] Building library for genvalidity-scientific-1.0.0.0...
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 )
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 )
277.14 s
[genvalidity-vector-source] Dependency base <5: using base-4.20.2.0
277.14 s
[genvalidity-vector-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
277.14 s
[genvalidity-vector-source] Dependency validity-vector >=0.1: using validity-vector-0.2.0.3
277.14 s
[genvalidity-vector-source] Dependency vector: using vector-0.13.2.0
277.14 s
[genvalidity-vector-source] Dependency base <5: using base-4.20.2.0
277.14 s
[genvalidity-vector-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
277.14 s
[genvalidity-vector-source] Dependency genvalidity-vector: using genvalidity-vector-1.0.0.0
277.14 s
[genvalidity-vector-source] Dependency hspec: using hspec-2.11.14
277.14 s
[genvalidity-vector-source] Dependency vector: using vector-0.13.2.0
277.14 s
[genvalidity-vector-source] Source component graph:
277.14 s
[genvalidity-vector-source] component lib
277.14 s
[genvalidity-vector-source] component test:genvalidity-vector-test dependency lib
277.14 s
[genvalidity-vector-source] Configured component graph:
277.14 s
[genvalidity-vector-source] component genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
277.14 s
[genvalidity-vector-source] include base-4.20.2.0-fafd
277.14 s
[genvalidity-vector-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.14 s
[genvalidity-vector-source] include validity-vector-0.2.0.3-GIKQfBKNjyzEgFGzPGAaPp
277.14 s
[genvalidity-vector-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
277.14 s
[genvalidity-vector-source] component genvalidity-vector-1.0.0.0-99gvCR2FN2ydWVZ2kRCM1-genvalidity-vector-test
277.14 s
[genvalidity-vector-source] include base-4.20.2.0-fafd
277.14 s
[genvalidity-vector-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.14 s
[genvalidity-vector-source] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
277.14 s
[genvalidity-vector-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.14 s
[genvalidity-vector-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
277.14 s
[genvalidity-vector-source] Linked component graph:
277.14 s
[genvalidity-vector-source] unit genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
277.14 s
[genvalidity-vector-source] include base-4.20.2.0-fafd
277.14 s
[genvalidity-vector-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.14 s
[genvalidity-vector-source] include validity-vector-0.2.0.3-GIKQfBKNjyzEgFGzPGAaPp
277.14 s
[genvalidity-vector-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
277.14 s
[genvalidity-vector-source] Data.GenValidity.Vector=genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e:Data.GenValidity.Vector
277.14 s
[genvalidity-vector-source] unit genvalidity-vector-1.0.0.0-99gvCR2FN2ydWVZ2kRCM1-genvalidity-vector-test
277.14 s
[genvalidity-vector-source] include base-4.20.2.0-fafd
277.14 s
[genvalidity-vector-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.14 s
[genvalidity-vector-source] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
277.14 s
[genvalidity-vector-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.14 s
[genvalidity-vector-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
277.14 s
[genvalidity-vector-source] Ready component graph:
277.14 s
[genvalidity-vector-source] definite genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
277.14 s
[genvalidity-vector-source] depends base-4.20.2.0-fafd
277.14 s
[genvalidity-vector-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.14 s
[genvalidity-vector-source] depends validity-vector-0.2.0.3-GIKQfBKNjyzEgFGzPGAaPp
277.14 s
[genvalidity-vector-source] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
277.14 s
[genvalidity-vector-source] definite genvalidity-vector-1.0.0.0-99gvCR2FN2ydWVZ2kRCM1-genvalidity-vector-test
277.14 s
[genvalidity-vector-source] depends base-4.20.2.0-fafd
277.14 s
[genvalidity-vector-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.14 s
[genvalidity-vector-source] depends genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
277.14 s
[genvalidity-vector-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.14 s
[genvalidity-vector-source] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
277.14 s
[genvalidity-vector-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
277.14 s
[genvalidity-vector-source] Using compiler: ghc-9.10.3
277.14 s
[genvalidity-vector-source] Using install prefix:
277.14 s
[genvalidity-vector-source] /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0
277.14 s
[genvalidity-vector-source] Executables installed in:
277.14 s
[genvalidity-vector-source] /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0/bin
277.14 s
[genvalidity-vector-source] Libraries installed in:
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
277.14 s
[genvalidity-vector-source] Dynamic Libraries installed in:
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
277.14 s
[genvalidity-vector-source] Private executables installed in:
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
277.14 s
[genvalidity-vector-source] Data files installed in:
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
277.14 s
[genvalidity-vector-source] Documentation installed in: /share/doc/genvalidity-vector-1.0.0.0
277.14 s
[genvalidity-vector-source] Configuration files installed in:
277.14 s
[genvalidity-vector-source] /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0/etc
277.14 s
[genvalidity-vector-source] No alex found
277.14 s
[genvalidity-vector-source] Using ar found on system at:
277.14 s
[genvalidity-vector-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
277.14 s
[genvalidity-vector-source] No c2hs found
277.14 s
[genvalidity-vector-source] No cpphs found
277.14 s
[genvalidity-vector-source] No doctest found
277.14 s
[genvalidity-vector-source] Using gcc version 14.3.0 given by user at:
277.14 s
[genvalidity-vector-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
277.14 s
[genvalidity-vector-source] Using ghc version 9.10.3 found on system at:
277.14 s
[genvalidity-vector-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
277.14 s
[genvalidity-vector-source] Using ghc-pkg version 9.10.3 found on system at:
277.14 s
[genvalidity-vector-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
277.14 s
[genvalidity-vector-source] No ghcjs found
277.14 s
[genvalidity-vector-source] No ghcjs-pkg found
277.14 s
[genvalidity-vector-source] No greencard found
277.14 s
[genvalidity-vector-source] Using haddock version 2.31.1 found on system at:
277.14 s
[genvalidity-vector-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
277.14 s
[genvalidity-vector-source] No happy found
277.14 s
[genvalidity-vector-source] Using haskell-suite found on system at: haskell-suite-dummy-location
277.14 s
[genvalidity-vector-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
277.14 s
[genvalidity-vector-source] No hmake found
277.14 s
[genvalidity-vector-source] Using hpc version 0.69 found on system at:
277.14 s
[genvalidity-vector-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
277.14 s
[genvalidity-vector-source] Using hsc2hs version 0.68.10 found on system at:
277.14 s
[genvalidity-vector-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
277.14 s
[genvalidity-vector-source] Using hscolour version 1.25 found on system at:
277.14 s
[genvalidity-vector-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
277.14 s
[genvalidity-vector-source] No jhc found
277.14 s
[genvalidity-vector-source] Using ld found on system at:
277.14 s
[genvalidity-vector-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
277.14 s
[genvalidity-vector-source] No pkg-config found
277.14 s
[genvalidity-vector-source] Using runghc version 9.10.3 found on system at:
277.14 s
[genvalidity-vector-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
277.14 s
[genvalidity-vector-source] Using strip version 2.44 found on system at:
277.14 s
[genvalidity-vector-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
277.14 s
[genvalidity-vector-source] Using tar found on system at:
277.14 s
[genvalidity-vector-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
277.14 s
[genvalidity-vector-source] No uhc found
277.20 s
[genvalidity-containers] Dependency QuickCheck: using QuickCheck-2.15.0.1
277.20 s
[genvalidity-containers] Dependency base >=4.9 && <=5: using base-4.20.2.0
277.20 s
[genvalidity-containers] Dependency containers >=0.6.0.1: using containers-0.7
277.20 s
[genvalidity-containers] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
277.20 s
[genvalidity-containers] Dependency validity-containers >=0.3: using validity-containers-0.5.0.5
277.20 s
[genvalidity-containers] Dependency QuickCheck: using QuickCheck-2.15.0.1
277.20 s
[genvalidity-containers] Dependency base >=4.9 && <=5: using base-4.20.2.0
277.20 s
[genvalidity-containers] Dependency containers: using containers-0.7
277.20 s
[genvalidity-containers] Dependency genvalidity: using genvalidity-1.1.1.0
277.20 s
[genvalidity-containers] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
277.20 s
[genvalidity-containers] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
277.20 s
[genvalidity-containers] Dependency hspec: using hspec-2.11.14
277.20 s
[genvalidity-containers] Dependency validity-containers: using validity-containers-0.5.0.5
277.20 s
[genvalidity-containers] Dependency QuickCheck: using QuickCheck-2.15.0.1
277.20 s
[genvalidity-containers] Dependency base >=4.9 && <=5: using base-4.20.2.0
277.20 s
[genvalidity-containers] Dependency containers: using containers-0.7
277.20 s
[genvalidity-containers] Dependency criterion: using criterion-1.6.4.0
277.20 s
[genvalidity-containers] Dependency genvalidity: using genvalidity-1.1.1.0
277.20 s
[genvalidity-containers] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
277.20 s
[genvalidity-containers] Dependency genvalidity-criterion >=1.1.0.0: using
277.20 s
[genvalidity-containers] genvalidity-criterion-1.1.0.0
277.20 s
[genvalidity-containers] Source component graph:
277.20 s
[genvalidity-containers] component lib
277.20 s
[genvalidity-containers] component test:genvalidity-containers-test dependency lib
277.20 s
[genvalidity-containers] component bench:genvalidity-containers-bench dependency lib
277.20 s
[genvalidity-containers] Configured component graph:
277.20 s
[genvalidity-containers] component genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
277.20 s
[genvalidity-containers] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.20 s
[genvalidity-containers] include base-4.20.2.0-fafd
277.20 s
[genvalidity-containers] include containers-0.7-96b4
277.20 s
[genvalidity-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.20 s
[genvalidity-containers] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
277.20 s
[genvalidity-containers] component genvalidity-containers-1.0.0.2-3A8sUZXevwkCBI2w2QaXrI-genvalidity-containers-test
277.20 s
[genvalidity-containers] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.20 s
[genvalidity-containers] include base-4.20.2.0-fafd
277.20 s
[genvalidity-containers] include containers-0.7-96b4
277.20 s
[genvalidity-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.20 s
[genvalidity-containers] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
277.20 s
[genvalidity-containers] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.20 s
[genvalidity-containers] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.20 s
[genvalidity-containers] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
277.20 s
[genvalidity-containers] component genvalidity-containers-1.0.0.2-8drIVV0sqHh62fWjQfGR4W-genvalidity-containers-bench
277.20 s
[genvalidity-containers] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.20 s
[genvalidity-containers] include base-4.20.2.0-fafd
277.20 s
[genvalidity-containers] include containers-0.7-96b4
277.20 s
[genvalidity-containers] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
277.20 s
[genvalidity-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.20 s
[genvalidity-containers] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
277.20 s
[genvalidity-containers] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
277.20 s
[genvalidity-containers] Linked component graph:
277.20 s
[genvalidity-containers] unit genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
277.20 s
[genvalidity-containers] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.20 s
[genvalidity-containers] include base-4.20.2.0-fafd
277.20 s
[genvalidity-containers] include containers-0.7-96b4
277.20 s
[genvalidity-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.20 s
[genvalidity-containers] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
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
277.20 s
[genvalidity-containers] unit genvalidity-containers-1.0.0.2-3A8sUZXevwkCBI2w2QaXrI-genvalidity-containers-test
277.20 s
[genvalidity-containers] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.20 s
[genvalidity-containers] include base-4.20.2.0-fafd
277.20 s
[genvalidity-containers] include containers-0.7-96b4
277.20 s
[genvalidity-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.20 s
[genvalidity-containers] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
277.20 s
[genvalidity-containers] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.20 s
[genvalidity-containers] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.20 s
[genvalidity-containers] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
277.20 s
[genvalidity-containers] unit genvalidity-containers-1.0.0.2-8drIVV0sqHh62fWjQfGR4W-genvalidity-containers-bench
277.20 s
[genvalidity-containers] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.20 s
[genvalidity-containers] include base-4.20.2.0-fafd
277.20 s
[genvalidity-containers] include containers-0.7-96b4
277.20 s
[genvalidity-containers] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
277.20 s
[genvalidity-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.20 s
[genvalidity-containers] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
277.20 s
[genvalidity-containers] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
277.20 s
[genvalidity-containers] Ready component graph:
277.20 s
[genvalidity-containers] definite genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
277.20 s
[genvalidity-containers] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.20 s
[genvalidity-containers] depends base-4.20.2.0-fafd
277.20 s
[genvalidity-containers] depends containers-0.7-96b4
277.20 s
[genvalidity-containers] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.20 s
[genvalidity-containers] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
277.20 s
[genvalidity-containers] definite genvalidity-containers-1.0.0.2-8drIVV0sqHh62fWjQfGR4W-genvalidity-containers-bench
277.20 s
[genvalidity-containers] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.20 s
[genvalidity-containers] depends base-4.20.2.0-fafd
277.20 s
[genvalidity-containers] depends containers-0.7-96b4
277.20 s
[genvalidity-containers] depends criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
277.20 s
[genvalidity-containers] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.20 s
[genvalidity-containers] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
277.20 s
[genvalidity-containers] depends genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
277.20 s
[genvalidity-containers] definite genvalidity-containers-1.0.0.2-3A8sUZXevwkCBI2w2QaXrI-genvalidity-containers-test
277.20 s
[genvalidity-containers] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.20 s
[genvalidity-containers] depends base-4.20.2.0-fafd
277.20 s
[genvalidity-containers] depends containers-0.7-96b4
277.20 s
[genvalidity-containers] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.20 s
[genvalidity-containers] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
277.20 s
[genvalidity-containers] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.20 s
[genvalidity-containers] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.20 s
[genvalidity-containers] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
277.20 s
[genvalidity-containers] Using Cabal-3.12.1.0 compiled by ghc-9.10
277.20 s
[genvalidity-containers] Using compiler: ghc-9.10.3
277.20 s
[genvalidity-containers] Using install prefix:
277.20 s
[genvalidity-containers] /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2
277.20 s
[genvalidity-containers] Executables installed in:
277.20 s
[genvalidity-containers] /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2/bin
277.20 s
[genvalidity-containers] Libraries installed in:
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
277.20 s
[genvalidity-containers] Dynamic Libraries installed in:
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
277.20 s
[genvalidity-containers] Private executables installed in:
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
277.20 s
[genvalidity-containers] Data files installed in:
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
277.20 s
[genvalidity-containers] Documentation installed in:
277.20 s
[genvalidity-containers] /nix/store/0zp6faa4l7j6gdphlkny33cs0fqp0dzm-genvalidity-containers-1.0.0.2-doc/share/doc/genvalidity-containers-1.0.0.2
277.20 s
[genvalidity-containers] Configuration files installed in:
277.20 s
[genvalidity-containers] /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2/etc
277.20 s
[genvalidity-containers] No alex found
277.20 s
[genvalidity-containers] Using ar found on system at:
277.20 s
[genvalidity-containers] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
277.20 s
[genvalidity-containers] No c2hs found
277.20 s
[genvalidity-containers] No cpphs found
277.20 s
[genvalidity-containers] No doctest found
277.20 s
[genvalidity-containers] Using gcc version 14.3.0 given by user at:
277.20 s
[genvalidity-containers] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
277.20 s
[genvalidity-containers] Using ghc version 9.10.3 found on system at:
277.20 s
[genvalidity-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
277.20 s
[genvalidity-containers] Using ghc-pkg version 9.10.3 found on system at:
277.20 s
[genvalidity-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
277.20 s
[genvalidity-containers] No ghcjs found
277.20 s
[genvalidity-containers] No ghcjs-pkg found
277.20 s
[genvalidity-containers] No greencard found
277.20 s
[genvalidity-containers] Using haddock version 2.31.1 found on system at:
277.21 s
[genvalidity-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
277.21 s
[genvalidity-containers] No happy found
277.21 s
[genvalidity-containers] Using haskell-suite found on system at: haskell-suite-dummy-location
277.21 s
[genvalidity-containers] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
277.21 s
[genvalidity-containers] No hmake found
277.21 s
[genvalidity-containers] Using hpc version 0.69 found on system at:
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 )
277.23 s
[genvalidity-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
277.23 s
[genvalidity-containers] Using hsc2hs version 0.68.10 found on system at:
277.23 s
[genvalidity-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
277.23 s
[genvalidity-containers] Using hscolour version 1.25 found on system at:
277.23 s
[genvalidity-containers] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
277.23 s
[genvalidity-containers] No jhc found
277.23 s
[genvalidity-containers] Using ld found on system at:
277.23 s
[genvalidity-containers] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
277.23 s
[genvalidity-containers] No pkg-config found
277.23 s
[genvalidity-containers] Using runghc version 9.10.3 found on system at:
277.23 s
[genvalidity-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
277.23 s
[genvalidity-containers] Using strip version 2.44 found on system at:
277.23 s
[genvalidity-containers] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
277.23 s
[genvalidity-containers] Using tar found on system at:
277.23 s
[genvalidity-containers] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
277.23 s
[genvalidity-containers] No uhc found
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 )
277.26 s
[genvalidity-vector-source] Phase: buildPhase
277.27 s
[genvalidity-vector-source] Distribution quality warnings:
277.27 s
[genvalidity-vector-source] [no-description] No 'description' field.
277.27 s
[genvalidity-vector-source] [missing-upper-bounds] On library, these packages miss upper bounds:
277.27 s
[genvalidity-vector-source] - genvalidity
277.27 s
[genvalidity-vector-source] - validity-vector
277.27 s
[genvalidity-vector-source] - vector
277.27 s
[genvalidity-vector-source] Please add them. There is more information at https://pvp.haskell.org/
277.27 s
[genvalidity-vector-source] Building source dist for genvalidity-vector-1.0.0.0...
277.29 s
[genvalidity-vector-source] Source tarball created: dist/genvalidity-vector-1.0.0.0.tar.gz
277.29 s
[genvalidity-vector-source] Phase: checkPhase
277.30 s
[genvalidity-vector-source] Phase: haddockPhase
277.30 s
[genvalidity-vector-source] Phase: installPhase
277.30 s
[genvalidity-text] Dependency QuickCheck: using QuickCheck-2.15.0.1
277.30 s
[genvalidity-text] Dependency base >=4.7 && <5: using base-4.20.2.0
277.30 s
[genvalidity-text] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
277.30 s
[genvalidity-text] Dependency random: using random-1.2.1.3
277.30 s
[genvalidity-text] Dependency text: using text-2.1.3
277.30 s
[genvalidity-text] Dependency validity-text >=0.3: using validity-text-0.3.1.3
277.30 s
[genvalidity-text] Dependency QuickCheck: using QuickCheck-2.15.0.1
277.30 s
[genvalidity-text] Dependency base >=4.7 && <5: using base-4.20.2.0
277.30 s
[genvalidity-text] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
277.30 s
[genvalidity-text] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
277.30 s
[genvalidity-text] Dependency hspec: using hspec-2.11.14
277.30 s
[genvalidity-text] Dependency text: using text-2.1.3
277.30 s
[genvalidity-text] Dependency base >=4.7 && <5: using base-4.20.2.0
277.30 s
[genvalidity-text] Dependency criterion: using criterion-1.6.4.0
277.30 s
[genvalidity-text] Dependency genvalidity: using genvalidity-1.1.1.0
277.30 s
[genvalidity-text] Dependency genvalidity-criterion >=1.1.0.0: using
277.30 s
[genvalidity-text] genvalidity-criterion-1.1.0.0
277.30 s
[genvalidity-text] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
277.30 s
[genvalidity-text] Dependency text: using text-2.1.3
277.30 s
[genvalidity-text] Source component graph:
277.30 s
[genvalidity-text] component lib
277.30 s
[genvalidity-text] component test:genvalidity-text-test dependency lib
277.30 s
[genvalidity-text] component bench:genvalidity-text-bench dependency lib
277.30 s
[genvalidity-text] Configured component graph:
277.30 s
[genvalidity-text] component genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
277.30 s
[genvalidity-text] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.30 s
[genvalidity-text] include base-4.20.2.0-fafd
277.30 s
[genvalidity-text] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.30 s
[genvalidity-text] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
277.30 s
[genvalidity-text] include text-2.1.3-34f1
277.30 s
[genvalidity-text] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
277.30 s
[genvalidity-text] component genvalidity-text-1.0.0.1-1nSql4NI3jL9OVXL35qG7l-genvalidity-text-test
277.30 s
[genvalidity-text] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.30 s
[genvalidity-text] include base-4.20.2.0-fafd
277.30 s
[genvalidity-text] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.30 s
[genvalidity-text] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
277.30 s
[genvalidity-text] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.30 s
[genvalidity-text] include text-2.1.3-34f1
277.30 s
[genvalidity-text] component genvalidity-text-1.0.0.1-7vz250BtuxJCmx7ljefjps-genvalidity-text-bench
277.30 s
[genvalidity-text] include base-4.20.2.0-fafd
277.30 s
[genvalidity-text] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
277.30 s
[genvalidity-text] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.30 s
[genvalidity-text] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
277.30 s
[genvalidity-text] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
277.30 s
[genvalidity-text] include text-2.1.3-34f1
277.30 s
[genvalidity-text] Linked component graph:
277.30 s
[genvalidity-text] unit genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
277.30 s
[genvalidity-text] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.30 s
[genvalidity-text] include base-4.20.2.0-fafd
277.30 s
[genvalidity-text] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.30 s
[genvalidity-text] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
277.30 s
[genvalidity-text] include text-2.1.3-34f1
277.30 s
[genvalidity-text] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
277.30 s
[genvalidity-text] Data.GenValidity.Text=genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF:Data.GenValidity.Text
277.30 s
[genvalidity-text] unit genvalidity-text-1.0.0.1-1nSql4NI3jL9OVXL35qG7l-genvalidity-text-test
277.30 s
[genvalidity-text] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.30 s
[genvalidity-text] include base-4.20.2.0-fafd
277.30 s
[genvalidity-text] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.30 s
[genvalidity-text] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
277.30 s
[genvalidity-text] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.30 s
[genvalidity-text] include text-2.1.3-34f1
277.30 s
[genvalidity-text] unit genvalidity-text-1.0.0.1-7vz250BtuxJCmx7ljefjps-genvalidity-text-bench
277.30 s
[genvalidity-text] include base-4.20.2.0-fafd
277.30 s
[genvalidity-text] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
277.30 s
[genvalidity-text] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.30 s
[genvalidity-text] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
277.30 s
[genvalidity-text] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
277.30 s
[genvalidity-text] include text-2.1.3-34f1
277.30 s
[genvalidity-text] Ready component graph:
277.30 s
[genvalidity-text] definite genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
277.30 s
[genvalidity-text] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.30 s
[genvalidity-text] depends base-4.20.2.0-fafd
277.30 s
[genvalidity-text] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.30 s
[genvalidity-text] depends random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
277.31 s
[genvalidity-text] depends text-2.1.3-34f1
277.31 s
[genvalidity-text] depends validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
277.31 s
[genvalidity-text] definite genvalidity-text-1.0.0.1-7vz250BtuxJCmx7ljefjps-genvalidity-text-bench
277.31 s
[genvalidity-text] depends base-4.20.2.0-fafd
277.31 s
[genvalidity-text] depends criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
277.31 s
[genvalidity-text] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.31 s
[genvalidity-text] depends genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
277.31 s
[genvalidity-text] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
277.31 s
[genvalidity-text] depends text-2.1.3-34f1
277.31 s
[genvalidity-text] definite genvalidity-text-1.0.0.1-1nSql4NI3jL9OVXL35qG7l-genvalidity-text-test
277.31 s
[genvalidity-text] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.31 s
[genvalidity-text] depends base-4.20.2.0-fafd
277.31 s
[genvalidity-text] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.31 s
[genvalidity-text] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
277.31 s
[genvalidity-text] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.31 s
[genvalidity-text] depends text-2.1.3-34f1
277.31 s
[genvalidity-text] Using Cabal-3.12.1.0 compiled by ghc-9.10
277.31 s
[genvalidity-text] Using compiler: ghc-9.10.3
277.31 s
[genvalidity-text] Using install prefix:
277.31 s
[genvalidity-text] /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1
277.31 s
[genvalidity-text] Executables installed in:
277.31 s
[genvalidity-text] /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1/bin
277.31 s
[genvalidity-text] Libraries installed in:
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
277.31 s
[genvalidity-text] Dynamic Libraries installed in:
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
277.31 s
[genvalidity-text] Private executables installed in:
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
277.31 s
[genvalidity-text] Data files installed in:
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
277.31 s
[genvalidity-text] Documentation installed in:
277.31 s
[genvalidity-text] /nix/store/z5v93m1m51ksj3jdxrqblqwbfjl0r00k-genvalidity-text-1.0.0.1-doc/share/doc/genvalidity-text-1.0.0.1
277.31 s
[genvalidity-text] Configuration files installed in:
277.31 s
[genvalidity-text] /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1/etc
277.31 s
[genvalidity-text] No alex found
277.31 s
[genvalidity-text] Using ar found on system at:
277.31 s
[genvalidity-text] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
277.31 s
[genvalidity-text] No c2hs found
277.31 s
[genvalidity-text] No cpphs found
277.31 s
[genvalidity-text] No doctest found
277.31 s
[genvalidity-text] Using gcc version 14.3.0 given by user at:
277.31 s
[genvalidity-text] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
277.31 s
[genvalidity-text] Using ghc version 9.10.3 found on system at:
277.31 s
[genvalidity-text] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
277.31 s
[genvalidity-text] Using ghc-pkg version 9.10.3 found on system at:
277.31 s
[genvalidity-text] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
277.31 s
[genvalidity-text] No ghcjs found
277.31 s
[genvalidity-text] No ghcjs-pkg found
277.31 s
[genvalidity-text] No greencard found
277.31 s
[genvalidity-text] Using haddock version 2.31.1 found on system at:
277.31 s
[genvalidity-text] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
277.31 s
[genvalidity-text] No happy found
277.31 s
[genvalidity-text] Using haskell-suite found on system at: haskell-suite-dummy-location
277.31 s
[genvalidity-text] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
277.31 s
[genvalidity-text] No hmake found
277.31 s
[genvalidity-text] Using hpc version 0.69 found on system at:
277.31 s
[genvalidity-text] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
277.31 s
[genvalidity-text] Using hsc2hs version 0.68.10 found on system at:
277.31 s
[genvalidity-text] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
277.31 s
[genvalidity-text] Using hscolour version 1.25 found on system at:
277.31 s
[genvalidity-text] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
277.31 s
[genvalidity-text] No jhc found
277.31 s
[genvalidity-text] Using ld found on system at:
277.31 s
[genvalidity-text] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
277.31 s
[genvalidity-text] No pkg-config found
277.31 s
[genvalidity-text] Using runghc version 9.10.3 found on system at:
277.31 s
[genvalidity-text] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
277.31 s
[genvalidity-text] Using strip version 2.44 found on system at:
277.31 s
[genvalidity-text] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
277.31 s
[genvalidity-text] Using tar found on system at:
277.31 s
[genvalidity-text] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
277.31 s
[genvalidity-text] No uhc found
277.31 s
[genvalidity-vector-source] Phase: fixupPhase
277.34 s
[genvalidity-time] Dependency QuickCheck: using QuickCheck-2.15.0.1
277.34 s
[genvalidity-time] Dependency base >=4.7 && <5: using base-4.20.2.0
277.34 s
[genvalidity-time] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
277.34 s
[genvalidity-time] Dependency time: using time-1.12.2
277.34 s
[genvalidity-time] Dependency validity-time >=0.2: using validity-time-0.5.0.0
277.34 s
[genvalidity-time] Dependency base >=4.7 && <5: using base-4.20.2.0
277.34 s
[genvalidity-time] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
277.34 s
[genvalidity-time] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
277.34 s
[genvalidity-time] Dependency hspec: using hspec-2.11.14
277.34 s
[genvalidity-time] Dependency time: using time-1.12.2
277.34 s
[genvalidity-time] Dependency base >=4.7 && <5: using base-4.20.2.0
277.34 s
[genvalidity-time] Dependency criterion: using criterion-1.6.4.0
277.34 s
[genvalidity-time] Dependency genvalidity-criterion >=1.1.0.0: using
277.34 s
[genvalidity-time] genvalidity-criterion-1.1.0.0
277.34 s
[genvalidity-time] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
277.34 s
[genvalidity-time] Dependency time: using time-1.12.2
277.34 s
[genvalidity-time] Source component graph:
277.34 s
[genvalidity-time] component lib
277.34 s
[genvalidity-time] component test:genvalidity-time-test dependency lib
277.34 s
[genvalidity-time] component bench:genvalidity-time-bench dependency lib
277.34 s
[genvalidity-time] Configured component graph:
277.34 s
[genvalidity-time] component genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
277.34 s
[genvalidity-time] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.34 s
[genvalidity-time] include base-4.20.2.0-fafd
277.34 s
[genvalidity-time] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.34 s
[genvalidity-time] include time-1.12.2-3479
277.34 s
[genvalidity-time] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
277.35 s
[genvalidity-time] component genvalidity-time-1.0.0.1-8Hq4aoa5UQs1qsfw8fOJBf-genvalidity-time-test
277.35 s
[genvalidity-time] include base-4.20.2.0-fafd
277.35 s
[genvalidity-time] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.35 s
[genvalidity-time] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
277.35 s
[genvalidity-time] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.35 s
[genvalidity-time] include time-1.12.2-3479
277.35 s
[genvalidity-time] component genvalidity-time-1.0.0.1-GNLv6RnwKAU3a6v9Updhwz-genvalidity-time-bench
277.35 s
[genvalidity-time] include base-4.20.2.0-fafd
277.35 s
[genvalidity-time] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
277.35 s
[genvalidity-time] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
277.35 s
[genvalidity-time] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
277.35 s
[genvalidity-time] include time-1.12.2-3479
277.35 s
[genvalidity-time] Linked component graph:
277.35 s
[genvalidity-time] unit genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
277.35 s
[genvalidity-time] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.35 s
[genvalidity-time] include base-4.20.2.0-fafd
277.35 s
[genvalidity-time] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.35 s
[genvalidity-time] include time-1.12.2-3479
277.35 s
[genvalidity-time] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
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
277.35 s
[genvalidity-time] unit genvalidity-time-1.0.0.1-8Hq4aoa5UQs1qsfw8fOJBf-genvalidity-time-test
277.35 s
[genvalidity-time] include base-4.20.2.0-fafd
277.35 s
[genvalidity-time] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.35 s
[genvalidity-time] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
277.35 s
[genvalidity-time] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.35 s
[genvalidity-time] include time-1.12.2-3479
277.35 s
[genvalidity-time] unit genvalidity-time-1.0.0.1-GNLv6RnwKAU3a6v9Updhwz-genvalidity-time-bench
277.35 s
[genvalidity-time] include base-4.20.2.0-fafd
277.35 s
[genvalidity-time] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
277.35 s
[genvalidity-time] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
277.35 s
[genvalidity-time] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
277.35 s
[genvalidity-time] include time-1.12.2-3479
277.35 s
[genvalidity-time] Ready component graph:
277.35 s
[genvalidity-time] definite genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
277.35 s
[genvalidity-time] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
277.35 s
[genvalidity-time] depends base-4.20.2.0-fafd
277.35 s
[genvalidity-time] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
277.35 s
[genvalidity-time] depends time-1.12.2-3479
277.35 s
[genvalidity-time] depends validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
277.35 s
[genvalidity-time] definite genvalidity-time-1.0.0.1-GNLv6RnwKAU3a6v9Updhwz-genvalidity-time-bench
277.35 s
[genvalidity-time] depends base-4.20.2.0-fafd
277.35 s
[genvalidity-time] depends criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
277.35 s
[genvalidity-time] depends genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
277.35 s
[genvalidity-time] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
277.35 s
[genvalidity-time] depends time-1.12.2-3479
277.35 s
[genvalidity-time] definite genvalidity-time-1.0.0.1-8Hq4aoa5UQs1qsfw8fOJBf-genvalidity-time-test
277.35 s
[genvalidity-time] depends base-4.20.2.0-fafd
277.35 s
[genvalidity-time] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
277.35 s
[genvalidity-time] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
277.35 s
[genvalidity-time] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
277.35 s
[genvalidity-time] depends time-1.12.2-3479
277.35 s
[genvalidity-time] Using Cabal-3.12.1.0 compiled by ghc-9.10
277.35 s
[genvalidity-time] Using compiler: ghc-9.10.3
277.35 s
[genvalidity-time] Using install prefix:
277.35 s
[genvalidity-time] /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1
277.35 s
[genvalidity-time] Executables installed in:
277.35 s
[genvalidity-time] /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1/bin
277.35 s
[genvalidity-time] Libraries installed in:
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
277.35 s
[genvalidity-time] Dynamic Libraries installed in:
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
277.35 s
[genvalidity-time] Private executables installed in:
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
277.35 s
[genvalidity-time] Data files installed in:
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
277.35 s
[genvalidity-time] Documentation installed in:
277.35 s
[genvalidity-time] /nix/store/ykich1bkwq62grzkcc452nigk2rhiq5b-genvalidity-time-1.0.0.1-doc/share/doc/genvalidity-time-1.0.0.1
277.35 s
[genvalidity-time] Configuration files installed in:
277.35 s
[genvalidity-time] /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1/etc
277.35 s
[genvalidity-time] No alex found
277.35 s
[genvalidity-time] Using ar found on system at:
277.35 s
[genvalidity-time] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
277.35 s
[genvalidity-time] No c2hs found
277.35 s
[genvalidity-time] No cpphs found
277.35 s
[genvalidity-time] No doctest found
277.35 s
[genvalidity-time] Using gcc version 14.3.0 given by user at:
277.35 s
[genvalidity-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
277.35 s
[genvalidity-time] Using ghc version 9.10.3 found on system at:
277.35 s
[genvalidity-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
277.35 s
[genvalidity-time] Using ghc-pkg version 9.10.3 found on system at:
277.35 s
[genvalidity-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
277.35 s
[genvalidity-time] No ghcjs found
277.35 s
[genvalidity-time] No ghcjs-pkg found
277.35 s
[genvalidity-time] No greencard found
277.35 s
[genvalidity-time] Using haddock version 2.31.1 found on system at:
277.35 s
[genvalidity-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
277.35 s
[genvalidity-time] No happy found
277.35 s
[genvalidity-time] Using haskell-suite found on system at: haskell-suite-dummy-location
277.35 s
[genvalidity-time] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
277.35 s
[genvalidity-time] No hmake found
277.35 s
[genvalidity-time] Using hpc version 0.69 found on system at:
277.35 s
[genvalidity-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
277.35 s
[genvalidity-time] Using hsc2hs version 0.68.10 found on system at:
277.35 s
[genvalidity-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
277.35 s
[genvalidity-time] Using hscolour version 1.25 found on system at:
277.35 s
[genvalidity-time] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
277.35 s
[genvalidity-time] No jhc found
277.35 s
[genvalidity-time] Using ld found on system at:
277.35 s
[genvalidity-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
277.35 s
[genvalidity-time] No pkg-config found
277.35 s
[genvalidity-time] Using runghc version 9.10.3 found on system at:
277.35 s
[genvalidity-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
277.35 s
[genvalidity-time] Using strip version 2.44 found on system at:
277.35 s
[genvalidity-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
277.35 s
[genvalidity-time] Using tar found on system at:
277.35 s
[genvalidity-time] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
277.35 s
[genvalidity-time] No uhc found
277.35 s
[genvalidity-scientific] [1 of 2] Compiling Data.GenValidity.Scientific ( src/Data/GenValidity/Scientific.hs, dist/build/Data/GenValidity/Scientific.p_o )
277.38 s
[feedback-source] Phase: setupCompilerEnvironmentPhase
277.39 s
[feedback-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
277.39 s
[genvalidity-containers] Phase: buildPhase
277.47 s
[genvalidity-text] Phase: buildPhase
277.47 s
[genvalidity-containers] Preprocessing library for genvalidity-containers-1.0.0.2...
277.47 s
[genvalidity-containers] Building library for genvalidity-containers-1.0.0.2...
277.52 s
[genvalidity-time] Phase: buildPhase
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 )
277.54 s
[genvalidity-text] Preprocessing library for genvalidity-text-1.0.0.1...
277.54 s
[genvalidity-text] Building library for genvalidity-text-1.0.0.1...
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 )
277.59 s
[genvalidity-time] Preprocessing library for genvalidity-time-1.0.0.1...
277.59 s
[genvalidity-time] Building library for genvalidity-time-1.0.0.1...
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
277.80 s
[feedback-source] Phase: unpackPhase
277.80 s
[feedback-source] unpacking source archive /nix/store/qfix1nn4ykjcf77z6zkms42lyc825rww-feedback
277.82 s
[feedback-source] source root is feedback
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 )
277.83 s
[feedback-source] Phase: patchPhase
277.84 s
[feedback-source] Phase: compileBuildDriverPhase
277.85 s
[feedback-source] setupCompileFlags: -package-db=/build/tmp.iJqIvw4F5f/setup-package.conf.d -threaded
277.91 s
[feedback-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.iJqIvw4F5f/Main.o )
277.96 s
[genvalidity-containers] [1 of 7] Compiling Data.GenValidity.IntMap ( src/Data/GenValidity/IntMap.hs, dist/build/Data/GenValidity/IntMap.p_o )
277.96 s
[feedback-source] [2 of 2] Linking Setup
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 )
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 )
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 )
278.16 s
[genvalidity-containers] [2 of 7] Compiling Data.GenValidity.Map ( src/Data/GenValidity/Map.hs, dist/build/Data/GenValidity/Map.p_o )
278.16 s
[genvalidity-containers] [3 of 7] Compiling Data.GenValidity.Sequence ( src/Data/GenValidity/Sequence.hs, dist/build/Data/GenValidity/Sequence.p_o )
278.18 s
[genvalidity-containers] [4 of 7] Compiling Data.GenValidity.Set ( src/Data/GenValidity/Set.hs, dist/build/Data/GenValidity/Set.p_o )
278.21 s
[genvalidity-containers] [5 of 7] Compiling Data.GenValidity.Tree ( src/Data/GenValidity/Tree.hs, dist/build/Data/GenValidity/Tree.p_o )
278.21 s
[genvalidity-containers] [6 of 7] Compiling Data.GenValidity.Containers ( src/Data/GenValidity/Containers.hs, dist/build/Data/GenValidity/Containers.p_o )
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 )
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 )
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 )
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 )
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 )
278.72 s
[genvalidity-scientific] Preprocessing test suite 'genvalidity-scientific-test' for genvalidity-scientific-1.0.0.0...
278.72 s
[genvalidity-scientific] Building test suite 'genvalidity-scientific-test' for genvalidity-scientific-1.0.0.0...
278.77 s
[genvalidity-text] [1 of 2] Compiling Data.GenValidity.Text ( src/Data/GenValidity/Text.hs, dist/build/Data/GenValidity/Text.p_o )
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 )
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 )
278.88 s
[genvalidity-scientific] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-scientific-test/genvalidity-scientific-test-tmp/Main.o )
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 )
279.08 s
[genvalidity-scientific] [4 of 4] Linking dist/build/genvalidity-scientific-test/genvalidity-scientific-test
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 )
279.25 s
[feedback-source] Phase: updateAutotoolsGnuConfigScriptsPhase
279.26 s
[feedback-source] Phase: configurePhase
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
279.27 s
[feedback-source] Using Parsec parser
279.27 s
[feedback-source] Configuring feedback-0.2.0.0...
279.37 s
[genvalidity-containers] Preprocessing benchmark 'genvalidity-containers-bench' for genvalidity-containers-1.0.0.2...
279.37 s
[genvalidity-containers] Building benchmark 'genvalidity-containers-bench' for genvalidity-containers-1.0.0.2...
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 )
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 )
279.46 s
[genvalidity-containers] [1 of 2] Compiling Main ( bench/Main.hs, dist/build/genvalidity-containers-bench/genvalidity-containers-bench-tmp/Main.o )
279.62 s
[genvalidity-hspec-optics] Preprocessing test suite 'genvalidity-hspec-optics-test' for genvalidity-hspec-optics-1.0.0.0...
279.62 s
[genvalidity-hspec-optics] Building test suite 'genvalidity-hspec-optics-test' for genvalidity-hspec-optics-1.0.0.0...
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 )
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 )
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 )
279.88 s
[genvalidity-scientific] Phase: checkPhase
279.93 s
[feedback-source] Dependency autodocodec: using autodocodec-0.5.0.0
279.93 s
[feedback-source] Dependency autodocodec-yaml >=0.2: using autodocodec-yaml-0.4.0.2
279.93 s
[feedback-source] Dependency base >=4.7 && <5: using base-4.20.2.0
279.93 s
[feedback-source] Dependency bytestring: using bytestring-0.12.2.0
279.93 s
[feedback-source] Dependency conduit: using conduit-1.3.6.1
279.93 s
[feedback-source] Dependency containers: using containers-0.7
279.93 s
[feedback-source] Dependency envparse: using envparse-0.6.0
279.93 s
[feedback-source] Dependency fsnotify: using fsnotify-0.4.4.0
279.93 s
[feedback-source] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
279.93 s
[feedback-source] Dependency path: using path-0.9.6
279.93 s
[feedback-source] Dependency path-io: using path-io-1.8.2
279.93 s
[feedback-source] Dependency pretty-show: using pretty-show-1.10
279.93 s
[feedback-source] Dependency process: using process-1.6.26.1
279.93 s
[feedback-source] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
279.93 s
[feedback-source] Dependency safe-coloured-text-layout: using safe-coloured-text-layout-0.2.0.1
279.93 s
[feedback-source] Dependency safe-coloured-text-terminfo: using
279.93 s
[feedback-source] safe-coloured-text-terminfo-0.3.0.0
279.93 s
[feedback-source] Dependency text: using text-2.1.3
279.93 s
[feedback-source] Dependency time: using time-1.12.2
279.93 s
[feedback-source] Dependency typed-process: using typed-process-0.2.13.0
279.93 s
[feedback-source] Dependency unix: using unix-2.8.7.0
279.93 s
[feedback-source] Dependency unliftio: using unliftio-0.2.25.1
279.93 s
[feedback-source] Dependency yaml: using yaml-0.11.11.2
279.93 s
[feedback-source] Dependency base >=4.7 && <5: using base-4.20.2.0
279.93 s
[feedback-source] Dependency feedback: using feedback-0.2.0.0
279.93 s
[feedback-source] Dependency base >=4.7 && <5: using base-4.20.2.0
279.93 s
[feedback-source] Dependency feedback: using feedback-0.2.0.0
279.93 s
[feedback-source] Source component graph:
279.93 s
[feedback-source] component lib
279.93 s
[feedback-source] component exe:feedback dependency lib
279.93 s
[feedback-source] component exe:feedback-test dependency lib
279.93 s
[feedback-source] Configured component graph:
279.93 s
[feedback-source] component feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
279.93 s
[feedback-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
279.93 s
[feedback-source] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
279.93 s
[feedback-source] include base-4.20.2.0-fafd
279.93 s
[feedback-source] include bytestring-0.12.2.0-96e1
279.93 s
[feedback-source] include conduit-1.3.6.1-2AIKYDy288TEKM9ctW1zzm
279.93 s
[feedback-source] include containers-0.7-96b4
279.93 s
[feedback-source] include envparse-0.6.0-EoLZ0SjE0s028Td8CTeXEJ
279.93 s
[feedback-source] include fsnotify-0.4.4.0-FITmjPXgpliGxeXh1QeC7f
279.93 s
[feedback-source] include optparse-applicative-0.18.1.0-4HAjgrT1bh39GEc3cHXLUl
279.93 s
[feedback-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
279.93 s
[feedback-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
279.93 s
[feedback-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
279.93 s
[feedback-source] include process-1.6.26.1-6e7d
279.93 s
[feedback-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
279.93 s
[feedback-source] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
279.93 s
[feedback-source] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
279.93 s
[feedback-source] include text-2.1.3-34f1
279.93 s
[feedback-source] include time-1.12.2-3479
279.93 s
[feedback-source] include typed-process-0.2.13.0-Btx98vBMggoAcHbj2R9pBM
279.93 s
[feedback-source] include unix-2.8.7.0-cb75
279.93 s
[feedback-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
279.93 s
[feedback-source] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
279.93 s
[feedback-source] component feedback-0.2.0.0-6xMtzEjWDFSIZCTAyqJa8h-feedback
279.93 s
[feedback-source] include base-4.20.2.0-fafd
279.93 s
[feedback-source] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
279.93 s
[feedback-source] component feedback-0.2.0.0-I19iyp3lol96WVW0SJJbHr-feedback-test
279.93 s
[feedback-source] include base-4.20.2.0-fafd
279.93 s
[feedback-source] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
279.93 s
[feedback-source] Linked component graph:
279.93 s
[feedback-source] unit feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
279.93 s
[feedback-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
279.93 s
[feedback-source] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
279.93 s
[feedback-source] include base-4.20.2.0-fafd
279.93 s
[feedback-source] include bytestring-0.12.2.0-96e1
279.93 s
[feedback-source] include conduit-1.3.6.1-2AIKYDy288TEKM9ctW1zzm
279.93 s
[feedback-source] include containers-0.7-96b4
279.93 s
[feedback-source] include envparse-0.6.0-EoLZ0SjE0s028Td8CTeXEJ
279.93 s
[feedback-source] include fsnotify-0.4.4.0-FITmjPXgpliGxeXh1QeC7f
279.93 s
[feedback-source] include optparse-applicative-0.18.1.0-4HAjgrT1bh39GEc3cHXLUl
279.93 s
[feedback-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
279.93 s
[feedback-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
279.93 s
[feedback-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
279.93 s
[feedback-source] include process-1.6.26.1-6e7d
279.93 s
[feedback-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
279.93 s
[feedback-source] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
279.93 s
[feedback-source] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
279.93 s
[feedback-source] include text-2.1.3-34f1
279.93 s
[feedback-source] include time-1.12.2-3479
279.93 s
[feedback-source] include typed-process-0.2.13.0-Btx98vBMggoAcHbj2R9pBM
279.93 s
[feedback-source] include unix-2.8.7.0-cb75
279.93 s
[feedback-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
279.93 s
[feedback-source] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
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
279.93 s
[feedback-source] unit feedback-0.2.0.0-6xMtzEjWDFSIZCTAyqJa8h-feedback
279.93 s
[feedback-source] include base-4.20.2.0-fafd
279.93 s
[feedback-source] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
279.93 s
[feedback-source] unit feedback-0.2.0.0-I19iyp3lol96WVW0SJJbHr-feedback-test
279.93 s
[feedback-source] include base-4.20.2.0-fafd
279.93 s
[feedback-source] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
279.93 s
[feedback-source] Ready component graph:
279.93 s
[feedback-source] definite feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
279.93 s
[feedback-source] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
279.93 s
[feedback-source] depends autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
279.93 s
[feedback-source] depends base-4.20.2.0-fafd
279.93 s
[feedback-source] depends bytestring-0.12.2.0-96e1
279.93 s
[feedback-source] depends conduit-1.3.6.1-2AIKYDy288TEKM9ctW1zzm
279.93 s
[feedback-source] depends containers-0.7-96b4
279.93 s
[feedback-source] depends envparse-0.6.0-EoLZ0SjE0s028Td8CTeXEJ
279.93 s
[feedback-source] depends fsnotify-0.4.4.0-FITmjPXgpliGxeXh1QeC7f
279.93 s
[feedback-source] depends optparse-applicative-0.18.1.0-4HAjgrT1bh39GEc3cHXLUl
279.93 s
[feedback-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
279.93 s
[feedback-source] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
279.93 s
[feedback-source] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
279.93 s
[feedback-source] depends process-1.6.26.1-6e7d
279.93 s
[feedback-source] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
279.93 s
[feedback-source] depends safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
279.93 s
[feedback-source] depends safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
279.93 s
[feedback-source] depends text-2.1.3-34f1
279.93 s
[feedback-source] depends time-1.12.2-3479
279.93 s
[feedback-source] depends typed-process-0.2.13.0-Btx98vBMggoAcHbj2R9pBM
279.93 s
[feedback-source] depends unix-2.8.7.0-cb75
279.93 s
[feedback-source] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
279.93 s
[feedback-source] depends yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
279.93 s
[feedback-source] definite feedback-0.2.0.0-I19iyp3lol96WVW0SJJbHr-feedback-test
279.93 s
[feedback-source] depends base-4.20.2.0-fafd
279.93 s
[feedback-source] depends feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
279.93 s
[feedback-source] definite feedback-0.2.0.0-6xMtzEjWDFSIZCTAyqJa8h-feedback
279.93 s
[feedback-source] depends base-4.20.2.0-fafd
279.93 s
[feedback-source] depends feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
279.93 s
[feedback-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
279.93 s
[feedback-source] Using compiler: ghc-9.10.3
279.93 s
[feedback-source] Using install prefix:
279.93 s
[feedback-source] /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0
279.93 s
[feedback-source] Executables installed in:
279.93 s
[feedback-source] /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0/bin
279.93 s
[feedback-source] Libraries installed in:
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
279.93 s
[feedback-source] Dynamic Libraries installed in:
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
279.93 s
[feedback-source] Private executables installed in:
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
279.93 s
[feedback-source] Data files installed in:
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
279.93 s
[feedback-source] Documentation installed in: /share/doc/feedback-0.2.0.0
279.93 s
[feedback-source] Configuration files installed in:
279.93 s
[feedback-source] /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0/etc
279.93 s
[feedback-source] No alex found
279.93 s
[feedback-source] Using ar found on system at:
279.93 s
[feedback-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
279.93 s
[feedback-source] No c2hs found
279.93 s
[feedback-source] No cpphs found
279.93 s
[feedback-source] No doctest found
279.94 s
[feedback-source] Using gcc version 14.3.0 given by user at:
279.94 s
[feedback-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
279.94 s
[feedback-source] Using ghc version 9.10.3 found on system at:
279.94 s
[feedback-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
279.94 s
[feedback-source] Using ghc-pkg version 9.10.3 found on system at:
279.95 s
[feedback-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
279.95 s
[feedback-source] No ghcjs found
279.95 s
[feedback-source] No ghcjs-pkg found
279.95 s
[feedback-source] No greencard found
279.95 s
[feedback-source] Using haddock version 2.31.1 found on system at:
279.95 s
[feedback-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
279.95 s
[feedback-source] No happy found
279.95 s
[feedback-source] Using haskell-suite found on system at: haskell-suite-dummy-location
279.95 s
[feedback-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
279.95 s
[feedback-source] No hmake found
279.95 s
[feedback-source] Using hpc version 0.69 found on system at:
279.95 s
[feedback-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
279.95 s
[feedback-source] Using hsc2hs version 0.68.10 found on system at:
279.95 s
[feedback-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
279.95 s
[feedback-source] No hscolour found
279.95 s
[feedback-source] No jhc found
279.95 s
[feedback-source] Using ld found on system at:
279.95 s
[feedback-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
279.95 s
[feedback-source] No pkg-config found
279.95 s
[feedback-source] Using runghc version 9.10.3 found on system at:
279.95 s
[feedback-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
279.95 s
[feedback-source] Using strip version 2.44 found on system at:
279.95 s
[feedback-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
279.95 s
[feedback-source] Using tar found on system at:
279.95 s
[feedback-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
279.95 s
[feedback-source] No uhc found
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 )
280.05 s
[genvalidity-containers] [3 of 3] Linking dist/build/genvalidity-containers-bench/genvalidity-containers-bench
280.11 s
[genvalidity-time] [5 of 6] Compiling Data.GenValidity.Time ( src/Data/GenValidity/Time.hs, dist/build/Data/GenValidity/Time.p_o )
280.11 s
[genvalidity-scientific] Running 1 test suites...
280.11 s
[genvalidity-scientific] Test suite genvalidity-scientific-test: RUNNING...
280.12 s
[genvalidity-scientific]
280.12 s
[genvalidity-scientific] Data.GenValidity.Scientific
280.12 s
[genvalidity-scientific] GenValid Scientific
280.12 s
[genvalidity-scientific] genValid :: Gen Scientific
280.12 s
[genvalidity-scientific] only generates valid 'Scientific's [✔]
280.12 s
[genvalidity-scientific] +++ OK, passed 100 tests.
280.12 s
[genvalidity-scientific]
280.12 s
[genvalidity-scientific] Finished in 0.0010 seconds
280.12 s
[genvalidity-scientific] 1 example, 0 failures
280.12 s
[feedback-source] Phase: buildPhase
280.13 s
[genvalidity-scientific] Test suite genvalidity-scientific-test: PASS
280.13 s
[genvalidity-scientific] Test suite logged to:
280.13 s
[genvalidity-scientific] dist/test/genvalidity-scientific-1.0.0.0-genvalidity-scientific-test.log
280.13 s
[genvalidity-scientific] 1 of 1 test suites (1 of 1 test cases) passed.
280.13 s
[genvalidity-scientific] Phase: haddockPhase
280.13 s
[feedback-source] Distribution quality warnings:
280.13 s
[feedback-source] [no-category] No 'category' field.
280.13 s
[feedback-source] [no-description] No 'description' field.
280.13 s
[feedback-source] [missing-upper-bounds] On library, these packages miss upper bounds:
280.13 s
[feedback-source] - autodocodec
280.13 s
[feedback-source] - autodocodec-yaml
280.13 s
[feedback-source] - bytestring
280.13 s
[feedback-source] - conduit
280.14 s
[feedback-source] - containers
280.14 s
[feedback-source] - envparse
280.14 s
[feedback-source] - fsnotify
280.14 s
[feedback-source] - optparse-applicative
280.14 s
[feedback-source] - path
280.14 s
[feedback-source] - path-io
280.14 s
[feedback-source] - pretty-show
280.14 s
[feedback-source] - process
280.14 s
[feedback-source] - safe-coloured-text
280.14 s
[feedback-source] - safe-coloured-text-layout
280.14 s
[feedback-source] - text
280.14 s
[feedback-source] - time
280.14 s
[feedback-source] - typed-process
280.14 s
[feedback-source] - unix
280.14 s
[feedback-source] - unliftio
280.14 s
[feedback-source] - yaml
280.14 s
[feedback-source] - Win32
280.14 s
[feedback-source] - safe-coloured-text-terminfo
280.14 s
[feedback-source] Please add them. There is more information at https://pvp.haskell.org/
280.14 s
[feedback-source] [no-docs] Please consider including the file './CHANGELOG.md' in the
280.14 s
[feedback-source] 'extra-doc-files' section of the .cabal file if it contains useful information
280.14 s
[feedback-source] for users of the package.
280.14 s
[feedback-source] Building source dist for feedback-0.2.0.0...
280.15 s
[feedback-source] Source tarball created: dist/feedback-0.2.0.0.tar.gz
280.15 s
[feedback-source] Phase: haddockPhase
280.16 s
[feedback-source] Phase: installPhase
280.16 s
[feedback-source] Phase: fixupPhase
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 )
280.26 s
[genvalidity-scientific] Preprocessing library for genvalidity-scientific-1.0.0.0...
280.26 s
[genvalidity-scientific] Running Haddock on library for genvalidity-scientific-1.0.0.0...
280.43 s
[genvalidity-scientific] [1 of 2] Compiling Data.GenValidity.Scientific ( src/Data/GenValidity/Scientific.hs, nothing )
280.52 s
[genvalidity-scientific] [2 of 2] Compiling Paths_genvalidity_scientific ( dist/build/autogen/Paths_genvalidity_scientific.hs, nothing )
280.54 s
[genvalidity-scientific] Haddock coverage:
280.54 s
[genvalidity-scientific] 0% ( 0 / 1) in 'Data.GenValidity.Scientific'
280.54 s
[genvalidity-scientific] Missing documentation for:
280.54 s
[genvalidity-scientific] Module header
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 )
280.62 s
[genvalidity-text] Preprocessing benchmark 'genvalidity-text-bench' for genvalidity-text-1.0.0.1...
280.62 s
[genvalidity-text] Building benchmark 'genvalidity-text-bench' for genvalidity-text-1.0.0.1...
280.75 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0
281.12 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
281.12 s
[post-build-hook]
281.50 s
[post-build-hook] Pushing /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0 (2.42 KiB)
282.33 s
[post-build-hook]
282.33 s
[post-build-hook] All done.
282.35 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0
282.48 s
[post-build-hook] copying 1 paths...
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'...
282.73 s
[post-build-hook] copying 0 paths...
282.75 s
Progress: 68 of 153 built (7 building), 815 of 815 downloaded from cache
282.82 s
Building genvalidity-vector
282.82 s
[genvalidity-containers] Preprocessing test suite 'genvalidity-containers-test' for genvalidity-containers-1.0.0.2...
282.82 s
[genvalidity-containers] Building test suite 'genvalidity-containers-test' for genvalidity-containers-1.0.0.2...
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 )
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 )
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 )
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 )
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 )
282.82 s
[genvalidity-containers] [6 of 7] Compiling Main ( test/Spec.hs, dist/build/genvalidity-containers-test/genvalidity-containers-test-tmp/Main.o )
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 )
282.82 s
[genvalidity-containers] [8 of 8] Linking dist/build/genvalidity-containers-test/genvalidity-containers-test
282.82 s
[genvalidity-containers] Phase: checkPhase
282.82 s
[genvalidity-hspec-optics] [4 of 4] Linking dist/build/genvalidity-hspec-optics-test/genvalidity-hspec-optics-test
282.82 s
[genvalidity-hspec-optics] Phase: checkPhase
282.82 s
[genvalidity-hspec-optics] Running 1 test suites...
282.82 s
[genvalidity-hspec-optics] Test suite genvalidity-hspec-optics-test: RUNNING...
282.82 s
[genvalidity-hspec-optics]
282.82 s
[genvalidity-hspec-optics] Test.Validity.Optics
282.82 s
[genvalidity-hspec-optics] lensSpec
282.82 s
[genvalidity-hspec-optics] satisfies the first lens law for valid values and valid values [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] satisfies the second lens law for valid values [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] satisfies the third lens law for valid values and valid values [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] gets valid values from valid values values [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] produces valid values when it is used to set valid values values on valid values values [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] satisfies the first lens law for valid values and valid values [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] satisfies the second lens law for valid values [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] satisfies the third lens law for valid values and valid values [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] gets valid values from valid values values [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] produces valid values when it is used to set valid values values on valid values values [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] lensSpecOnArbitrary
282.82 s
[genvalidity-hspec-optics] satisfies the first lens law for arbitrary values and arbitrary values [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] satisfies the second lens law for arbitrary values [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] satisfies the third lens law for arbitrary values and arbitrary values [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] gets valid values from arbitrary values values [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] produces valid values when it is used to set arbitrary values values on arbitrary values values [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] lensSpecOnGen
282.82 s
[genvalidity-hspec-optics] satisfies the first lens law for positive valid doubles and tuples of negative valid doubles [✔]
282.82 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.82 s
[genvalidity-hspec-optics] satisfies the second lens law for tuples of negative valid doubles [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] satisfies the third lens law for positive valid doubles and tuples of negative valid doubles [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] gets valid values from tuples of negative valid doubles values [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
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 [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] lensGettingProducesValid
282.83 s
[genvalidity-hspec-optics] holds for (_2) for ints [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] holds for (_2) for doubles [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] lensGettingProducesValidOnArbitrary
282.83 s
[genvalidity-hspec-optics] holds for (_2) for doubles [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] lensGettingProducesValidOnGen
282.83 s
[genvalidity-hspec-optics] holds for (_2) for special generators [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] lensSettingProducesValid
282.83 s
[genvalidity-hspec-optics] holds for (_2) for ints [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] holds for (_2) for doubles [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] lensSettingProducesValidOnArbitrary
282.83 s
[genvalidity-hspec-optics] holds for (_2) for doubles [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] lensSettingProducesValidOnGen
282.83 s
[genvalidity-hspec-optics] holds for (_2) for special generators [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] myBoolLens
282.83 s
[genvalidity-hspec-optics] satisfies the first lens law for valid values and valid values [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] satisfies the second lens law for valid values [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] satisfies the third lens law for valid values and valid values [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] gets valid values from valid values values [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] produces valid values when it is used to set valid values values on valid values values [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] myRationalLens
282.83 s
[genvalidity-hspec-optics] satisfies the first lens law for valid values and valid values [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-hspec-optics] satisfies the second lens law for valid values [✔]
282.83 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
282.83 s
[genvalidity-text] [1 of 2] Compiling Main ( bench/Main.hs, dist/build/genvalidity-text-bench/genvalidity-text-bench-tmp/Main.o )
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 )
282.83 s
[genvalidity-text] [3 of 3] Linking dist/build/genvalidity-text-bench/genvalidity-text-bench
282.83 s
[genvalidity-text] Preprocessing test suite 'genvalidity-text-test' for genvalidity-text-1.0.0.1...
282.83 s
[genvalidity-text] Building test suite 'genvalidity-text-test' for genvalidity-text-1.0.0.1...
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 )
282.83 s
[genvalidity-time] Preprocessing benchmark 'genvalidity-time-bench' for genvalidity-time-1.0.0.1...
282.83 s
[genvalidity-time] Building benchmark 'genvalidity-time-bench' for genvalidity-time-1.0.0.1...
282.83 s
[genvalidity-time] [1 of 2] Compiling Main ( bench/Main.hs, dist/build/genvalidity-time-bench/genvalidity-time-bench-tmp/Main.o )
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 )
282.83 s
[genvalidity-time] [3 of 3] Linking dist/build/genvalidity-time-bench/genvalidity-time-bench
282.83 s
[genvalidity-unordered-containers-source] Dependency base <5: using base-4.20.2.0
282.83 s
[genvalidity-unordered-containers-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
282.83 s
[genvalidity-unordered-containers-source] Dependency hashable: using hashable-1.5.0.0
282.83 s
[genvalidity-unordered-containers-source] Dependency unordered-containers: using unordered-containers-0.2.20.1
282.83 s
[genvalidity-unordered-containers-source] Dependency validity-unordered-containers >=0.1: using
282.83 s
[genvalidity-unordered-containers-source] validity-unordered-containers-0.2.0.3
282.83 s
[genvalidity-unordered-containers-source] Dependency base <5: using base-4.20.2.0
282.83 s
[genvalidity-unordered-containers-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
282.83 s
[genvalidity-unordered-containers-source] Dependency genvalidity-unordered-containers: using
282.83 s
[genvalidity-unordered-containers-source] genvalidity-unordered-containers-1.0.0.1
282.83 s
[genvalidity-unordered-containers-source] Dependency hspec: using hspec-2.11.14
282.83 s
[genvalidity-unordered-containers-source] Dependency unordered-containers: using unordered-containers-0.2.20.1
282.83 s
[genvalidity-unordered-containers-source] Source component graph:
282.83 s
[genvalidity-unordered-containers-source] component lib
282.83 s
[genvalidity-unordered-containers-source] component test:genvalidity-unordered-containers-test dependency lib
282.83 s
[genvalidity-unordered-containers-source] Configured component graph:
282.83 s
[genvalidity-unordered-containers-source] component genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
282.83 s
[genvalidity-unordered-containers-source] include base-4.20.2.0-fafd
282.83 s
[genvalidity-unordered-containers-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
282.83 s
[genvalidity-unordered-containers-source] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
282.83 s
[genvalidity-unordered-containers-source] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
282.83 s
[genvalidity-unordered-containers-source] include validity-unordered-containers-0.2.0.3-Eua9M23du6Q7eczTbu7NIV
282.83 s
[genvalidity-unordered-containers-source] component genvalidity-unordered-containers-1.0.0.1-H8yLPSgJveu9Ddc2gqn9gU-genvalidity-unordered-containers-test
282.83 s
[genvalidity-unordered-containers-source] include base-4.20.2.0-fafd
282.83 s
[genvalidity-unordered-containers-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
282.83 s
[genvalidity-unordered-containers-source] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
282.83 s
[genvalidity-unordered-containers-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
282.83 s
[genvalidity-unordered-containers-source] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
282.83 s
[genvalidity-unordered-containers-source] Linked component graph:
282.83 s
[genvalidity-unordered-containers-source] unit genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
282.83 s
[genvalidity-unordered-containers-source] include base-4.20.2.0-fafd
282.83 s
[genvalidity-unordered-containers-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
282.83 s
[genvalidity-unordered-containers-source] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
282.83 s
[genvalidity-unordered-containers-source] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
282.83 s
[genvalidity-unordered-containers-source] include validity-unordered-containers-0.2.0.3-Eua9M23du6Q7eczTbu7NIV
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
282.83 s
[genvalidity-unordered-containers-source] unit genvalidity-unordered-containers-1.0.0.1-H8yLPSgJveu9Ddc2gqn9gU-genvalidity-unordered-containers-test
282.83 s
[genvalidity-unordered-containers-source] include base-4.20.2.0-fafd
282.83 s
[genvalidity-unordered-containers-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
282.83 s
[genvalidity-unordered-containers-source] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
282.83 s
[genvalidity-unordered-containers-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
282.83 s
[genvalidity-unordered-containers-source] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
282.83 s
[genvalidity-unordered-containers-source] Ready component graph:
282.83 s
[genvalidity-unordered-containers-source] definite genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
282.83 s
[genvalidity-unordered-containers-source] depends base-4.20.2.0-fafd
282.83 s
[genvalidity-unordered-containers-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
282.83 s
[genvalidity-unordered-containers-source] depends hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
282.83 s
[genvalidity-unordered-containers-source] depends unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
282.83 s
[genvalidity-unordered-containers-source] depends validity-unordered-containers-0.2.0.3-Eua9M23du6Q7eczTbu7NIV
282.83 s
[genvalidity-unordered-containers-source] definite genvalidity-unordered-containers-1.0.0.1-H8yLPSgJveu9Ddc2gqn9gU-genvalidity-unordered-containers-test
282.83 s
[genvalidity-unordered-containers-source] depends base-4.20.2.0-fafd
282.83 s
[genvalidity-unordered-containers-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
282.83 s
[genvalidity-unordered-containers-source] depends genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
282.83 s
[genvalidity-unordered-containers-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
282.83 s
[genvalidity-unordered-containers-source] depends unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
282.83 s
[genvalidity-unordered-containers-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
282.83 s
[genvalidity-unordered-containers-source] Using compiler: ghc-9.10.3
282.83 s
[genvalidity-unordered-containers-source] Using install prefix:
282.83 s
[genvalidity-unordered-containers-source] /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1
282.83 s
[genvalidity-unordered-containers-source] Executables installed in:
282.83 s
[genvalidity-unordered-containers-source] /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1/bin
282.83 s
[genvalidity-unordered-containers-source] Libraries installed in:
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
282.83 s
[genvalidity-unordered-containers-source] Dynamic Libraries installed in:
283.02 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0
283.52 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
283.52 s
[post-build-hook]
283.86 s
[post-build-hook] Pushing /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0 (13.01 KiB)
284.71 s
[post-build-hook]
284.71 s
[post-build-hook] All done.
284.73 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0
284.79 s
[post-build-hook] copying 1 paths...
284.79 s
[post-build-hook] copying path '/nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0' to 'https://cache.staging.nix-ci.com'...
285.45 s
[post-build-hook] copying 3 paths...
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'...
285.63 s
[post-build-hook] copying path '/nix/store/qh9cms2xv0mb1s7if6g4ffc69pg57hpa-envparse-0.6.0.drv' to 'https://cache.staging.nix-ci.com'...
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'...
286.04 s
Progress: 69 of 153 built (7 building), 815 of 815 downloaded from cache
286.12 s
Building feedback
286.12 s
[genvalidity-containers] Running 1 test suites...
286.12 s
[genvalidity-containers] Test suite genvalidity-containers-test: RUNNING...
286.12 s
[genvalidity-containers]
286.12 s
[genvalidity-containers] Data.GenValidity.Containers.IntMap
286.12 s
[genvalidity-containers] genIntMapOf
286.12 s
[genvalidity-containers] produces valid maps [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] GenValid (IntMap (Ratio Integer))
286.12 s
[genvalidity-containers] genValid :: Gen (IntMap (Ratio Integer))
286.12 s
[genvalidity-containers] only generates valid '(IntMap (Ratio Integer))'s [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] GenValid (IntMap (Ratio Integer))
286.12 s
[genvalidity-containers] genValid :: Gen (IntMap (Ratio Integer))
286.12 s
[genvalidity-containers] only generates valid '(IntMap (Ratio Integer))'s [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] Data.GenValidity.Containers.Map
286.12 s
[genvalidity-containers] genMapOf
286.12 s
[genvalidity-containers] produces valid maps [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] GenValid (Map Int (Ratio Integer))
286.12 s
[genvalidity-containers] genValid :: Gen (Map Int (Ratio Integer))
286.12 s
[genvalidity-containers] only generates valid '(Map Int (Ratio Integer))'s [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] GenValid (Map (Ratio Integer) (Ratio Integer))
286.12 s
[genvalidity-containers] genValid :: Gen (Map (Ratio Integer) (Ratio Integer))
286.12 s
[genvalidity-containers] only generates valid '(Map (Ratio Integer) (Ratio Integer))'s [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] Data.GenValidity.Containers.Seq
286.12 s
[genvalidity-containers] GenValid (Seq Int)
286.12 s
[genvalidity-containers] genValid :: Gen (Seq Int)
286.12 s
[genvalidity-containers] only generates valid '(Seq Int)'s [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] GenValid (Seq (Ratio Integer))
286.12 s
[genvalidity-containers] genValid :: Gen (Seq (Ratio Integer))
286.12 s
[genvalidity-containers] only generates valid '(Seq (Ratio Integer))'s [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] Data.GenValidity.Containers.Set
286.12 s
[genvalidity-containers] genSetOf
286.12 s
[genvalidity-containers] produces valid sets [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] GenValid (Set Int)
286.12 s
[genvalidity-containers] genValid :: Gen (Set Int)
286.12 s
[genvalidity-containers] only generates valid '(Set Int)'s [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] GenValid (Set (Ratio Integer))
286.12 s
[genvalidity-containers] genValid :: Gen (Set (Ratio Integer))
286.12 s
[genvalidity-containers] only generates valid '(Set (Ratio Integer))'s [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] genSeperate
286.12 s
[genvalidity-containers] generates values that are seperate [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] generates values that are seperate [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] genSeperateFor
286.12 s
[genvalidity-containers] generates values that are seperate [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] generates values that are seperate [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] genValidSeperateFor
286.12 s
[genvalidity-containers] generates values that are seperate [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] Data.GenValidity.Containers.Tree
286.12 s
[genvalidity-containers] GenValid (Tree Int)
286.12 s
[genvalidity-containers] genValid :: Gen (Tree Int)
286.12 s
[genvalidity-containers] only generates valid '(Tree Int)'s [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers] GenValid (Tree (Ratio Integer))
286.12 s
[genvalidity-containers] genValid :: Gen (Tree (Ratio Integer))
286.12 s
[genvalidity-containers] only generates valid '(Tree (Ratio Integer))'s [✔]
286.12 s
[genvalidity-containers] +++ OK, passed 100 tests.
286.12 s
[genvalidity-containers]
286.12 s
[genvalidity-containers] Finished in 0.0484 seconds
286.12 s
[genvalidity-containers] 18 examples, 0 failures
286.12 s
[genvalidity-containers] Test suite genvalidity-containers-test: PASS
286.12 s
[genvalidity-containers] Test suite logged to:
286.12 s
[genvalidity-containers] dist/test/genvalidity-containers-1.0.0.2-genvalidity-containers-test.log
286.12 s
[genvalidity-containers] 1 of 1 test suites (1 of 1 test cases) passed.
286.12 s
[genvalidity-containers] Phase: haddockPhase
286.12 s
[genvalidity-containers] Preprocessing library for genvalidity-containers-1.0.0.2...
286.12 s
[genvalidity-containers] Running Haddock on library for genvalidity-containers-1.0.0.2...
286.12 s
[genvalidity-containers] [1 of 7] Compiling Data.GenValidity.IntMap ( src/Data/GenValidity/IntMap.hs, nothing )
286.12 s
[genvalidity-containers] [2 of 7] Compiling Data.GenValidity.Map ( src/Data/GenValidity/Map.hs, nothing )
286.12 s
[genvalidity-containers] [3 of 7] Compiling Data.GenValidity.Sequence ( src/Data/GenValidity/Sequence.hs, nothing )
286.12 s
[genvalidity-containers] [4 of 7] Compiling Data.GenValidity.Set ( src/Data/GenValidity/Set.hs, nothing )
286.12 s
[genvalidity-containers] [5 of 7] Compiling Data.GenValidity.Tree ( src/Data/GenValidity/Tree.hs, nothing )
286.12 s
[genvalidity-containers] [6 of 7] Compiling Data.GenValidity.Containers ( src/Data/GenValidity/Containers.hs, nothing )
286.12 s
[genvalidity-containers] [7 of 7] Compiling Paths_genvalidity_containers ( dist/build/autogen/Paths_genvalidity_containers.hs, nothing )
286.12 s
[genvalidity-containers] Haddock coverage:
286.12 s
[genvalidity-containers] 0% ( 0 / 3) in 'Data.GenValidity.IntMap'
286.12 s
[genvalidity-containers] Missing documentation for:
286.12 s
[genvalidity-containers] Module header
286.12 s
[genvalidity-containers] genIntMapOf (src/Data/GenValidity/IntMap.hs:20)
286.12 s
[genvalidity-containers] shrinkIntMapOf (src/Data/GenValidity/IntMap.hs:23)
286.12 s
[genvalidity-containers] 0% ( 0 / 3) in 'Data.GenValidity.Map'
286.12 s
[genvalidity-containers] Missing documentation for:
286.12 s
[genvalidity-containers] Module header
286.12 s
[genvalidity-containers] genMapOf (src/Data/GenValidity/Map.hs:20)
286.12 s
[genvalidity-containers] shrinkMapOf (src/Data/GenValidity/Map.hs:23)
286.12 s
[genvalidity-containers] 0% ( 0 / 3) in 'Data.GenValidity.Sequence'
286.12 s
[genvalidity-hspec-optics] satisfies the third lens law for valid values and valid values [✔]
286.12 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
286.12 s
[genvalidity-hspec-optics] gets valid values from valid values values [✔]
286.12 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
286.12 s
[genvalidity-hspec-optics] produces valid values when it is used to set valid values values on valid values values [✔]
286.12 s
[genvalidity-hspec-optics] +++ OK, passed 100 tests.
286.12 s
[genvalidity-hspec-optics]
286.12 s
[genvalidity-hspec-optics] Finished in 0.0168 seconds
286.12 s
[genvalidity-hspec-optics] 38 examples, 0 failures
286.12 s
[genvalidity-hspec-optics] Test suite genvalidity-hspec-optics-test: PASS
286.12 s
[genvalidity-hspec-optics] Test suite logged to:
286.12 s
[genvalidity-hspec-optics] dist/test/genvalidity-hspec-optics-1.0.0.0-genvalidity-hspec-optics-test.log
286.12 s
[genvalidity-hspec-optics] 1 of 1 test suites (1 of 1 test cases) passed.
286.12 s
[genvalidity-hspec-optics] Phase: haddockPhase
286.12 s
[genvalidity-hspec-optics] Preprocessing library for genvalidity-hspec-optics-1.0.0.0...
286.12 s
[genvalidity-hspec-optics] Running Haddock on library for genvalidity-hspec-optics-1.0.0.0...
286.12 s
[genvalidity-hspec-optics] [1 of 2] Compiling Paths_genvalidity_hspec_optics ( dist/build/autogen/Paths_genvalidity_hspec_optics.hs, nothing )
286.12 s
[genvalidity-hspec-optics] [2 of 2] Compiling Test.Validity.Optics ( src/Test/Validity/Optics.hs, nothing )
286.12 s
[genvalidity-hspec-optics] Haddock coverage:
286.12 s
[genvalidity-hspec-optics] 100% ( 13 / 13) in 'Test.Validity.Optics'
286.12 s
[genvalidity-scientific] Documentation created: dist/doc/html/genvalidity-scientific/,
286.12 s
[genvalidity-scientific] dist/doc/html/genvalidity-scientific/genvalidity-scientific.txt
286.12 s
[genvalidity-scientific] Preprocessing test suite 'genvalidity-scientific-test' for genvalidity-scientific-1.0.0.0...
286.12 s
[genvalidity-scientific] Phase: installPhase
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
286.12 s
[genvalidity-scientific] Phase: fixupPhase
286.12 s
[genvalidity-scientific] shrinking RPATHs of ELF executables and libraries in /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0
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
286.12 s
[genvalidity-scientific] checking for references to /build/ in /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0...
286.12 s
[genvalidity-scientific] patching script interpreter paths in /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0
286.12 s
[genvalidity-scientific] stripping (with command strip and flags -S -p) in /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0/lib
286.12 s
[genvalidity-scientific] shrinking RPATHs of ELF executables and libraries in /nix/store/n4i3p0y67zyj5mwj7jvzcxiq84633kg5-genvalidity-scientific-1.0.0.0-doc
286.12 s
[genvalidity-scientific] checking for references to /build/ in /nix/store/n4i3p0y67zyj5mwj7jvzcxiq84633kg5-genvalidity-scientific-1.0.0.0-doc...
286.12 s
[genvalidity-scientific] patching script interpreter paths in /nix/store/n4i3p0y67zyj5mwj7jvzcxiq84633kg5-genvalidity-scientific-1.0.0.0-doc
286.12 s
[genvalidity-text] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-text-test/genvalidity-text-test-tmp/Main.o )
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 )
286.12 s
[genvalidity-text] [4 of 4] Linking dist/build/genvalidity-text-test/genvalidity-text-test
286.12 s
[genvalidity-text] Phase: checkPhase
286.12 s
[genvalidity-text] Running 1 test suites...
286.12 s
[genvalidity-text] Test suite genvalidity-text-test: RUNNING...
286.12 s
[genvalidity-text]
286.12 s
[genvalidity-text] Data.GenValidity.Text
286.12 s
[genvalidity-text] Strict Text
286.12 s
[genvalidity-text] GenValid Text
286.12 s
[genvalidity-text] genValid :: Gen Text
286.12 s
[genvalidity-text] only generates valid 'Text's [✔]
286.12 s
[genvalidity-text] +++ OK, passed 100 tests.
286.12 s
[genvalidity-text] genValid
286.12 s
[genvalidity-text] is always empty when resized to 0 [✔]
286.12 s
[genvalidity-text] +++ OK, passed 100 tests.
286.12 s
[genvalidity-text] generates valid text [✔]
286.12 s
[genvalidity-text] +++ OK, passed 100 tests.
286.12 s
[genvalidity-text] textStartingWith
286.12 s
[genvalidity-text] is never empty [✔]
286.12 s
[genvalidity-text] +++ OK, passed 100 tests.
286.12 s
[genvalidity-text] contains exactly the first character if resized to 0 [✔]
286.12 s
[genvalidity-text] +++ OK, passed 100 tests.
286.12 s
[genvalidity-text] contains exactly the first character if resized to 1 [✔]
286.12 s
[genvalidity-text] +++ OK, passed 100 tests.
286.12 s
[genvalidity-text] always starts with the given char [✔]
286.12 s
[genvalidity-text] +++ OK, passed 100 tests.
286.12 s
[genvalidity-text] textWithA
286.12 s
[genvalidity-text] contains the given character [✔]
286.12 s
[genvalidity-text] +++ OK, passed 100 tests.
286.12 s
[genvalidity-text] textWithoutAny
286.12 s
[genvalidity-text] works with � [✔]
286.12 s
[genvalidity-text] +++ OK, passed 100 tests.
286.12 s
[genvalidity-text] never contains the given char [✔]
286.12 s
[genvalidity-text] +++ OK, passed 100 tests.
286.12 s
[genvalidity-text] textWithoutAnyOf
286.12 s
[genvalidity-text] works with � [✔]
286.12 s
[genvalidity-text] +++ OK, passed 100 tests.
286.12 s
[genvalidity-text] never contains any of the given chars [✔]
286.12 s
[genvalidity-text] +++ OK, passed 100 tests.
286.12 s
[genvalidity-text] Lazy Text
286.12 s
[genvalidity-text] GenValid Text
286.12 s
[genvalidity-text] genValid :: Gen Text
286.12 s
[genvalidity-text] only generates valid 'Text's [✔]
286.12 s
[genvalidity-text] +++ OK, passed 100 tests.
286.13 s
[genvalidity-text] genValid
286.13 s
[genvalidity-text] is always empty when resized to 0 [✔]
286.13 s
[genvalidity-text] +++ OK, passed 100 tests.
286.13 s
[genvalidity-text] generates valid text [✔]
286.13 s
[genvalidity-text] +++ OK, passed 100 tests.
286.13 s
[genvalidity-text]
286.13 s
[genvalidity-text] Finished in 0.0249 seconds
286.13 s
[genvalidity-text] 15 examples, 0 failures
286.13 s
[genvalidity-text] Test suite genvalidity-text-test: PASS
286.13 s
[genvalidity-text] Test suite logged to:
286.13 s
[genvalidity-text] dist/test/genvalidity-text-1.0.0.1-genvalidity-text-test.log
286.13 s
[genvalidity-text] 1 of 1 test suites (1 of 1 test cases) passed.
286.13 s
[genvalidity-text] Phase: haddockPhase
286.13 s
[genvalidity-text] Preprocessing library for genvalidity-text-1.0.0.1...
286.13 s
[genvalidity-text] Running Haddock on library for genvalidity-text-1.0.0.1...
286.13 s
[genvalidity-text] [1 of 2] Compiling Data.GenValidity.Text ( src/Data/GenValidity/Text.hs, nothing )
286.13 s
[genvalidity-text] [2 of 2] Compiling Paths_genvalidity_text ( dist/build/autogen/Paths_genvalidity_text.hs, nothing )
286.13 s
[genvalidity-text] Haddock coverage:
286.13 s
[genvalidity-text] Warning: 'Text' is out of scope.
286.13 s
[genvalidity-text] If you qualify the identifier, haddock can try to link it anyway.
286.13 s
[genvalidity-text] Warning: 'c' is out of scope.
286.13 s
[genvalidity-text] If you qualify the identifier, haddock can try to link it anyway.
286.13 s
[genvalidity-text] Warning: 'g' is out of scope.
286.13 s
[genvalidity-text] If you qualify the identifier, haddock can try to link it anyway.
286.13 s
[genvalidity-text] Warning: 'ls' is out of scope.
286.13 s
[genvalidity-text] If you qualify the identifier, haddock can try to link it anyway.
286.13 s
[genvalidity-text] 70% ( 7 / 10) in 'Data.GenValidity.Text'
286.13 s
[genvalidity-text] Missing documentation for:
286.13 s
[genvalidity-text] Module header
286.13 s
[genvalidity-text] genText (src/Data/GenValidity/Text.hs:20)
286.13 s
[genvalidity-text] genTextBy (src/Data/GenValidity/Text.hs:25)
286.13 s
[genvalidity-time] Preprocessing test suite 'genvalidity-time-test' for genvalidity-time-1.0.0.1...
286.13 s
[genvalidity-time] Building test suite 'genvalidity-time-test' for genvalidity-time-1.0.0.1...
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 )
286.13 s
[genvalidity-time] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-time-test/genvalidity-time-test-tmp/Main.o )
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 )
286.13 s
[genvalidity-time] [4 of 4] Linking dist/build/genvalidity-time-test/genvalidity-time-test
286.13 s
[genvalidity-time] Phase: checkPhase
286.13 s
[genvalidity-time] Running 1 test suites...
286.13 s
[genvalidity-time] Test suite genvalidity-time-test: RUNNING...
286.13 s
[genvalidity-time]
286.13 s
[genvalidity-time] Data.GenValidity.Time
286.13 s
[genvalidity-time] GenValid Day
286.13 s
[genvalidity-time] genValid :: Gen Day
286.13 s
[genvalidity-time] only generates valid 'Day's [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time] genSmartDayAround
286.13 s
[genvalidity-time] generates valid days [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time] genDayAround
286.13 s
[genvalidity-time] generates valid days [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time] genDayCloselyAround
286.13 s
[genvalidity-time] generates valid days [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time] GenValid UniversalTime
286.13 s
[genvalidity-time] genValid :: Gen UniversalTime
286.13 s
[genvalidity-time] only generates valid 'UniversalTime's [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time] GenValid DiffTime
286.13 s
[genvalidity-time] genValid :: Gen DiffTime
286.13 s
[genvalidity-time] only generates valid 'DiffTime's [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time] GenValid UTCTime
286.13 s
[genvalidity-time] genValid :: Gen UTCTime
286.13 s
[genvalidity-time] only generates valid 'UTCTime's [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time] GenValid NominalDiffTime
286.13 s
[genvalidity-time] genValid :: Gen NominalDiffTime
286.13 s
[genvalidity-time] only generates valid 'NominalDiffTime's [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time] GenValid TimeZone
286.13 s
[genvalidity-time] genValid :: Gen TimeZone
286.13 s
[genvalidity-time] only generates valid 'TimeZone's [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time] GenValid TimeOfDay
286.13 s
[genvalidity-time] genValid :: Gen TimeOfDay
286.13 s
[genvalidity-time] only generates valid 'TimeOfDay's [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time] GenValid LocalTime
286.13 s
[genvalidity-time] genValid :: Gen LocalTime
286.13 s
[genvalidity-time] only generates valid 'LocalTime's [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time] GenValid ZonedTime
286.13 s
[genvalidity-time] genValid :: Gen ZonedTime
286.13 s
[genvalidity-time] only generates valid 'ZonedTime's [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time] GenValid TimeLocale
286.13 s
[genvalidity-time] genValid :: Gen TimeLocale
286.13 s
[genvalidity-time] only generates valid 'TimeLocale's [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time] GenValid CalendarDiffDays
286.13 s
[genvalidity-time] genValid :: Gen CalendarDiffDays
286.13 s
[genvalidity-time] only generates valid 'CalendarDiffDays's [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time] GenValid DayOfWeek
286.13 s
[genvalidity-time] genValid :: Gen DayOfWeek
286.13 s
[genvalidity-time] only generates valid 'DayOfWeek's [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time] GenValid CalendarDiffTime
286.13 s
[genvalidity-time] genValid :: Gen CalendarDiffTime
286.13 s
[genvalidity-time] only generates valid 'CalendarDiffTime's [✔]
286.13 s
[genvalidity-time] +++ OK, passed 100 tests.
286.13 s
[genvalidity-time]
286.13 s
[genvalidity-time] Finished in 0.0105 seconds
286.13 s
[genvalidity-time] 16 examples, 0 failures
286.13 s
[genvalidity-time] Test suite genvalidity-time-test: PASS
286.13 s
[genvalidity-time] Test suite logged to:
286.13 s
[genvalidity-time] dist/test/genvalidity-time-1.0.0.1-genvalidity-time-test.log
286.13 s
[genvalidity-time] 1 of 1 test suites (1 of 1 test cases) passed.
286.13 s
[genvalidity-time] Phase: haddockPhase
286.13 s
[genvalidity-time] Preprocessing library for genvalidity-time-1.0.0.1...
286.13 s
[genvalidity-time] Running Haddock on library for genvalidity-time-1.0.0.1...
286.13 s
[genvalidity-time] [1 of 6] Compiling Data.GenValidity.Time.Calendar ( src/Data/GenValidity/Time/Calendar.hs, nothing )
286.13 s
[genvalidity-time] [2 of 6] Compiling Data.GenValidity.Time.Clock ( src/Data/GenValidity/Time/Clock.hs, nothing )
286.13 s
[genvalidity-time] [3 of 6] Compiling Data.GenValidity.Time.LocalTime ( src/Data/GenValidity/Time/LocalTime.hs, nothing )
286.13 s
[genvalidity-time] [4 of 6] Compiling Data.GenValidity.Time.Format ( src/Data/GenValidity/Time/Format.hs, nothing )
286.13 s
[genvalidity-time] [5 of 6] Compiling Data.GenValidity.Time ( src/Data/GenValidity/Time.hs, nothing )
286.13 s
[genvalidity-time] [6 of 6] Compiling Paths_genvalidity_time ( dist/build/autogen/Paths_genvalidity_time.hs, nothing )
286.13 s
[genvalidity-time] Haddock coverage:
286.13 s
[genvalidity-time] 0% ( 0 / 5) in 'Data.GenValidity.Time.Calendar'
286.13 s
[genvalidity-time] Missing documentation for:
286.13 s
[genvalidity-time] Module header
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
286.13 s
[genvalidity-unordered-containers-source] Private executables installed in:
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
286.13 s
[genvalidity-unordered-containers-source] Data files installed in:
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
286.13 s
[genvalidity-unordered-containers-source] Documentation installed in:
286.13 s
[genvalidity-unordered-containers-source] /share/doc/genvalidity-unordered-containers-1.0.0.1
286.13 s
[genvalidity-unordered-containers-source] Configuration files installed in:
286.13 s
[genvalidity-unordered-containers-source] /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1/etc
286.13 s
[genvalidity-unordered-containers-source] No alex found
286.13 s
[genvalidity-unordered-containers-source] Using ar found on system at:
286.13 s
[genvalidity-unordered-containers-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
286.13 s
[genvalidity-unordered-containers-source] No c2hs found
286.13 s
[genvalidity-unordered-containers-source] No cpphs found
286.13 s
[genvalidity-unordered-containers-source] No doctest found
286.13 s
[genvalidity-unordered-containers-source] Using gcc version 14.3.0 given by user at:
286.13 s
[genvalidity-unordered-containers-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
286.13 s
[genvalidity-unordered-containers-source] Using ghc version 9.10.3 found on system at:
286.13 s
[genvalidity-unordered-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
286.13 s
[genvalidity-unordered-containers-source] Using ghc-pkg version 9.10.3 found on system at:
286.13 s
[genvalidity-unordered-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
286.13 s
[genvalidity-unordered-containers-source] No ghcjs found
286.13 s
[genvalidity-unordered-containers-source] No ghcjs-pkg found
286.13 s
[genvalidity-unordered-containers-source] No greencard found
286.13 s
[genvalidity-unordered-containers-source] Using haddock version 2.31.1 found on system at:
286.13 s
[genvalidity-unordered-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
286.13 s
[genvalidity-unordered-containers-source] No happy found
286.13 s
[genvalidity-unordered-containers-source] Using haskell-suite found on system at: haskell-suite-dummy-location
286.13 s
[genvalidity-unordered-containers-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
286.13 s
[genvalidity-unordered-containers-source] No hmake found
286.13 s
[genvalidity-unordered-containers-source] Using hpc version 0.69 found on system at:
286.13 s
[genvalidity-unordered-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
286.13 s
[genvalidity-unordered-containers-source] Using hsc2hs version 0.68.10 found on system at:
286.13 s
[genvalidity-unordered-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
286.13 s
[genvalidity-unordered-containers-source] Using hscolour version 1.25 found on system at:
286.13 s
[genvalidity-unordered-containers-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
286.13 s
[genvalidity-unordered-containers-source] No jhc found
286.13 s
[genvalidity-unordered-containers-source] Using ld found on system at:
286.13 s
[genvalidity-unordered-containers-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
286.13 s
[genvalidity-unordered-containers-source] No pkg-config found
286.13 s
[genvalidity-unordered-containers-source] Using runghc version 9.10.3 found on system at:
286.13 s
[genvalidity-unordered-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
286.13 s
[genvalidity-unordered-containers-source] Using strip version 2.44 found on system at:
286.13 s
[genvalidity-unordered-containers-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
286.13 s
[genvalidity-unordered-containers-source] Using tar found on system at:
286.13 s
[genvalidity-unordered-containers-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
286.13 s
[genvalidity-unordered-containers-source] No uhc found
286.13 s
[genvalidity-unordered-containers-source] Phase: buildPhase
286.13 s
[genvalidity-unordered-containers-source] Distribution quality warnings:
286.13 s
[genvalidity-unordered-containers-source] [no-description] No 'description' field.
286.13 s
[genvalidity-unordered-containers-source] [missing-upper-bounds] On library, these packages miss upper bounds:
286.13 s
[genvalidity-unordered-containers-source] - genvalidity
286.13 s
[genvalidity-unordered-containers-source] - hashable
286.13 s
[genvalidity-unordered-containers-source] - unordered-containers
286.13 s
[genvalidity-unordered-containers-source] - validity-unordered-containers
286.13 s
[genvalidity-unordered-containers-source] Please add them. There is more information at https://pvp.haskell.org/
286.13 s
[genvalidity-unordered-containers-source] Building source dist for genvalidity-unordered-containers-1.0.0.1...
286.13 s
[genvalidity-unordered-containers-source] Source tarball created: dist/genvalidity-unordered-containers-1.0.0.1.tar.gz
286.13 s
[genvalidity-unordered-containers-source] Phase: checkPhase
286.13 s
[genvalidity-unordered-containers-source] Phase: haddockPhase
286.13 s
[genvalidity-unordered-containers-source] Phase: installPhase
286.13 s
[genvalidity-unordered-containers-source] Phase: fixupPhase
286.13 s
[genvalidity-vector] Phase: setupCompilerEnvironmentPhase
286.13 s
[genvalidity-vector] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
286.13 s
[genvalidity-vector] Phase: unpackPhase
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
286.13 s
[genvalidity-vector] source root is genvalidity-vector-1.0.0.0
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"
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
286.13 s
[genvalidity-vector] Phase: patchPhase
286.13 s
[genvalidity-vector] Phase: compileBuildDriverPhase
286.13 s
[genvalidity-vector] setupCompileFlags: -package-db=/build/tmp.80qPdZfCQm/setup-package.conf.d -threaded
286.13 s
[genvalidity-vector] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.80qPdZfCQm/Main.o )
286.13 s
[genvalidity-vector] [2 of 2] Linking Setup
286.13 s
[genvalidity-vector] Phase: updateAutotoolsGnuConfigScriptsPhase
286.13 s
[genvalidity-vector] Phase: configurePhase
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
286.13 s
[genvalidity-vector] Using Parsec parser
286.13 s
[genvalidity-vector] Configuring genvalidity-vector-1.0.0.0...
286.13 s
[genvalidity-vector] Dependency base <5: using base-4.20.2.0
286.13 s
[genvalidity-vector] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
286.13 s
[genvalidity-vector] Dependency validity-vector >=0.1: using validity-vector-0.2.0.3
286.13 s
[genvalidity-vector] Dependency vector: using vector-0.13.2.0
286.13 s
[genvalidity-vector] Dependency base <5: using base-4.20.2.0
286.13 s
[genvalidity-vector] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
286.13 s
[genvalidity-vector] Dependency genvalidity-vector: using genvalidity-vector-1.0.0.0
286.13 s
[genvalidity-vector] Dependency hspec: using hspec-2.11.14
286.13 s
[genvalidity-vector] Dependency vector: using vector-0.13.2.0
286.13 s
[genvalidity-vector] Source component graph:
286.13 s
[genvalidity-vector] component lib
286.13 s
[genvalidity-vector] component test:genvalidity-vector-test dependency lib
286.13 s
[genvalidity-vector] Configured component graph:
286.13 s
[genvalidity-vector] component genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
286.13 s
[genvalidity-vector] include base-4.20.2.0-fafd
286.13 s
[genvalidity-vector] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
286.13 s
[genvalidity-vector] include validity-vector-0.2.0.3-GIKQfBKNjyzEgFGzPGAaPp
286.13 s
[genvalidity-vector] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
286.13 s
[genvalidity-vector] component genvalidity-vector-1.0.0.0-99gvCR2FN2ydWVZ2kRCM1-genvalidity-vector-test
286.13 s
[genvalidity-vector] include base-4.20.2.0-fafd
286.13 s
[genvalidity-vector] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
286.13 s
[genvalidity-vector] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
286.13 s
[genvalidity-vector] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
286.13 s
[genvalidity-vector] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
286.13 s
[genvalidity-vector] Linked component graph:
286.13 s
[genvalidity-vector] unit genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
286.13 s
[genvalidity-vector] include base-4.20.2.0-fafd
286.13 s
[genvalidity-vector] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
286.13 s
[genvalidity-vector] include validity-vector-0.2.0.3-GIKQfBKNjyzEgFGzPGAaPp
286.13 s
[genvalidity-vector] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
286.15 s
[genvalidity-containers] Missing documentation for:
286.15 s
[genvalidity-containers] Module header
286.15 s
[genvalidity-containers] genSeqOf (src/Data/GenValidity/Sequence.hs:21)
286.15 s
[genvalidity-containers] shrinkSeqOf (src/Data/GenValidity/Sequence.hs:24)
286.15 s
[genvalidity-containers] 0% ( 0 / 8) in 'Data.GenValidity.Set'
286.15 s
[genvalidity-containers] Missing documentation for:
286.15 s
[genvalidity-containers] Module header
286.15 s
[genvalidity-containers] genSetOf (src/Data/GenValidity/Set.hs:28)
286.15 s
[genvalidity-containers] shrinkSetOf (src/Data/GenValidity/Set.hs:31)
286.15 s
[genvalidity-containers] genSeperate (src/Data/GenValidity/Set.hs:40)
286.15 s
[genvalidity-containers] genSeperateFor (src/Data/GenValidity/Set.hs:44)
286.15 s
[genvalidity-containers] genSeperateForNE (src/Data/GenValidity/Set.hs:48)
286.15 s
[genvalidity-containers] genValidSeperateFor (src/Data/GenValidity/Set.hs:34)
286.15 s
[genvalidity-containers] genValidSeperateForNE (src/Data/GenValidity/Set.hs:37)
286.15 s
[genvalidity-containers] 33% ( 1 / 3) in 'Data.GenValidity.Tree'
286.15 s
[genvalidity-containers] Missing documentation for:
286.15 s
[genvalidity-containers] Module header
286.15 s
[genvalidity-containers] shrinkTreeOf (src/Data/GenValidity/Tree.hs:17)
286.15 s
[genvalidity-containers] 83% ( 5 / 6) in 'Data.GenValidity.Containers'
286.15 s
[genvalidity-containers] Missing documentation for:
286.15 s
[genvalidity-containers] Module header
286.15 s
[genvalidity-time] uniformlyOneHundredYearsAround2020 (src/Data/GenValidity/Time/Calendar.hs:15)
286.15 s
[genvalidity-time] genSmartDayAround (src/Data/GenValidity/Time/Calendar.hs:22)
286.15 s
[genvalidity-time] genDayAround (src/Data/GenValidity/Time/Calendar.hs:26)
286.15 s
[genvalidity-time] genDayCloselyAround (src/Data/GenValidity/Time/Calendar.hs:34)
286.15 s
[genvalidity-time] 0% ( 0 / 1) in 'Data.GenValidity.Time.Clock'
286.15 s
[genvalidity-time] Missing documentation for:
286.15 s
[genvalidity-time] Module header
286.15 s
[genvalidity-time] 0% ( 0 / 2) in 'Data.GenValidity.Time.LocalTime'
286.15 s
[genvalidity-time] Missing documentation for:
286.15 s
[genvalidity-time] Module header
286.15 s
[genvalidity-time] genTimeZoneName (src/Data/GenValidity/Time/LocalTime.hs:20)
286.15 s
[genvalidity-time] 0% ( 0 / 1) in 'Data.GenValidity.Time.Format'
286.15 s
[genvalidity-time] Missing documentation for:
286.15 s
[genvalidity-time] Module header
286.15 s
[genvalidity-time] 75% ( 3 / 4) in 'Data.GenValidity.Time'
286.15 s
[genvalidity-time] Missing documentation for:
286.15 s
[genvalidity-time] Module header
286.15 s
[genvalidity-vector] Data.GenValidity.Vector=genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e:Data.GenValidity.Vector
286.15 s
[genvalidity-vector] unit genvalidity-vector-1.0.0.0-99gvCR2FN2ydWVZ2kRCM1-genvalidity-vector-test
286.15 s
[genvalidity-vector] include base-4.20.2.0-fafd
286.15 s
[genvalidity-vector] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
286.15 s
[genvalidity-vector] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
286.15 s
[genvalidity-vector] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
286.15 s
[genvalidity-vector] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
286.15 s
[genvalidity-vector] Ready component graph:
286.15 s
[genvalidity-vector] definite genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
286.15 s
[genvalidity-vector] depends base-4.20.2.0-fafd
286.15 s
[genvalidity-vector] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
286.15 s
[genvalidity-vector] depends validity-vector-0.2.0.3-GIKQfBKNjyzEgFGzPGAaPp
286.15 s
[genvalidity-vector] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
286.15 s
[genvalidity-vector] definite genvalidity-vector-1.0.0.0-99gvCR2FN2ydWVZ2kRCM1-genvalidity-vector-test
286.15 s
[genvalidity-vector] depends base-4.20.2.0-fafd
286.15 s
[genvalidity-vector] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
286.15 s
[genvalidity-vector] depends genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
286.15 s
[genvalidity-vector] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
286.15 s
[genvalidity-vector] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
286.15 s
[genvalidity-vector] Using Cabal-3.12.1.0 compiled by ghc-9.10
286.15 s
[genvalidity-vector] Using compiler: ghc-9.10.3
286.15 s
[genvalidity-vector] Using install prefix:
286.15 s
[genvalidity-vector] /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0
286.15 s
[genvalidity-vector] Executables installed in:
286.15 s
[genvalidity-vector] /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0/bin
286.15 s
[genvalidity-vector] Libraries installed in:
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
286.15 s
[genvalidity-vector] Dynamic Libraries installed in:
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
286.15 s
[genvalidity-vector] Private executables installed in:
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
286.15 s
[genvalidity-vector] Data files installed in:
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
286.15 s
[genvalidity-vector] Documentation installed in:
286.15 s
[genvalidity-vector] /nix/store/wq3lpy0b0r9qcjqhjz4nmwiy2j4c7wqr-genvalidity-vector-1.0.0.0-doc/share/doc/genvalidity-vector-1.0.0.0
286.15 s
[genvalidity-vector] Configuration files installed in:
286.15 s
[genvalidity-vector] /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0/etc
286.15 s
[genvalidity-vector] No alex found
286.15 s
[genvalidity-vector] Using ar found on system at:
286.15 s
[genvalidity-vector] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
286.15 s
[genvalidity-vector] No c2hs found
286.15 s
[genvalidity-vector] No cpphs found
286.15 s
[genvalidity-vector] No doctest found
286.15 s
[genvalidity-vector] Using gcc version 14.3.0 given by user at:
286.15 s
[genvalidity-vector] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
286.15 s
[genvalidity-vector] Using ghc version 9.10.3 found on system at:
286.15 s
[genvalidity-vector] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
286.15 s
[genvalidity-vector] Using ghc-pkg version 9.10.3 found on system at:
286.15 s
[genvalidity-vector] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
286.15 s
[genvalidity-vector] No ghcjs found
286.15 s
[genvalidity-vector] No ghcjs-pkg found
286.15 s
[genvalidity-vector] No greencard found
286.15 s
[genvalidity-vector] Using haddock version 2.31.1 found on system at:
286.15 s
[genvalidity-vector] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
286.15 s
[genvalidity-vector] No happy found
286.15 s
[genvalidity-vector] Using haskell-suite found on system at: haskell-suite-dummy-location
286.15 s
[genvalidity-vector] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
286.15 s
[genvalidity-vector] No hmake found
286.15 s
[genvalidity-vector] Using hpc version 0.69 found on system at:
286.15 s
[genvalidity-vector] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
286.15 s
[genvalidity-vector] Using hsc2hs version 0.68.10 found on system at:
286.15 s
[genvalidity-vector] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
286.15 s
[genvalidity-vector] Using hscolour version 1.25 found on system at:
286.15 s
[genvalidity-vector] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
286.15 s
[genvalidity-vector] No jhc found
286.15 s
[genvalidity-vector] Using ld found on system at:
286.15 s
[genvalidity-vector] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
286.15 s
[genvalidity-vector] No pkg-config found
286.15 s
[genvalidity-vector] Using runghc version 9.10.3 found on system at:
286.15 s
[genvalidity-vector] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
286.15 s
[genvalidity-vector] Using strip version 2.44 found on system at:
286.15 s
[genvalidity-vector] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
286.15 s
[genvalidity-vector] Using tar found on system at:
286.15 s
[genvalidity-vector] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
286.15 s
[genvalidity-vector] No uhc found
286.15 s
[genvalidity-vector] Phase: buildPhase
286.32 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0
286.75 s
[post-build-hook] Pushing 2 paths (90 are already present) using zstd to cache smos ⏳
286.75 s
[post-build-hook]
287.14 s
[post-build-hook] Pushing /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0 (313.67 KiB)
287.22 s
[post-build-hook] Pushing /nix/store/n4i3p0y67zyj5mwj7jvzcxiq84633kg5-genvalidity-scientific-1.0.0.0-doc (151.51 KiB)
288.41 s
[post-build-hook]
288.50 s
[post-build-hook] All done.
288.50 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0
288.50 s
[post-build-hook] copying 0 paths...
288.63 s
[post-build-hook] copying 0 paths...
288.68 s
Progress: 70 of 153 built (7 building), 815 of 815 downloaded from cache
288.71 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1
289.08 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
289.08 s
[post-build-hook]
289.42 s
[post-build-hook] Pushing /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1 (2.63 KiB)
290.34 s
[post-build-hook]
290.34 s
[post-build-hook] All done.
290.35 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1
290.40 s
[post-build-hook] copying 1 paths...
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'...
290.75 s
[post-build-hook] copying 0 paths...
290.77 s
Progress: 71 of 154 built (6 building), 815 of 815 downloaded from cache
290.83 s
Building genvalidity-unordered-containers
290.83 s
[genvalidity-containers] Documentation created: dist/doc/html/genvalidity-containers/,
290.83 s
[genvalidity-containers] dist/doc/html/genvalidity-containers/genvalidity-containers.txt
290.83 s
[genvalidity-containers] Preprocessing benchmark 'genvalidity-containers-bench' for genvalidity-containers-1.0.0.2...
290.83 s
[genvalidity-containers] Preprocessing test suite 'genvalidity-containers-test' for genvalidity-containers-1.0.0.2...
290.83 s
[genvalidity-containers] Phase: installPhase
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
290.83 s
[genvalidity-containers] Phase: fixupPhase
290.83 s
[genvalidity-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2
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
290.83 s
[genvalidity-containers] checking for references to /build/ in /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2...
290.83 s
[genvalidity-containers] patching script interpreter paths in /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2
290.83 s
[genvalidity-containers] stripping (with command strip and flags -S -p) in /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2/lib
290.83 s
[genvalidity-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/0zp6faa4l7j6gdphlkny33cs0fqp0dzm-genvalidity-containers-1.0.0.2-doc
290.83 s
[genvalidity-containers] checking for references to /build/ in /nix/store/0zp6faa4l7j6gdphlkny33cs0fqp0dzm-genvalidity-containers-1.0.0.2-doc...
290.83 s
[genvalidity-containers] patching script interpreter paths in /nix/store/0zp6faa4l7j6gdphlkny33cs0fqp0dzm-genvalidity-containers-1.0.0.2-doc
290.83 s
[genvalidity-hspec-optics] Documentation created: dist/doc/html/genvalidity-hspec-optics/,
290.83 s
[genvalidity-hspec-optics] dist/doc/html/genvalidity-hspec-optics/genvalidity-hspec-optics.txt
290.83 s
[genvalidity-hspec-optics] Preprocessing test suite 'genvalidity-hspec-optics-test' for genvalidity-hspec-optics-1.0.0.0...
290.83 s
[genvalidity-hspec-optics] Phase: installPhase
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
290.83 s
[genvalidity-hspec-optics] Phase: fixupPhase
290.83 s
[genvalidity-hspec-optics] shrinking RPATHs of ELF executables and libraries in /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0
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
290.83 s
[genvalidity-hspec-optics] checking for references to /build/ in /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0...
290.83 s
[genvalidity-hspec-optics] patching script interpreter paths in /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0
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
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
290.83 s
[genvalidity-hspec-optics] checking for references to /build/ in /nix/store/8zqm8s6mkkr4cq68cv3q2mh49xnlvc4l-genvalidity-hspec-optics-1.0.0.0-doc...
290.83 s
[genvalidity-hspec-optics] patching script interpreter paths in /nix/store/8zqm8s6mkkr4cq68cv3q2mh49xnlvc4l-genvalidity-hspec-optics-1.0.0.0-doc
290.83 s
[genvalidity-text] Documentation created: dist/doc/html/genvalidity-text/,
290.83 s
[genvalidity-text] dist/doc/html/genvalidity-text/genvalidity-text.txt
290.83 s
[genvalidity-text] Preprocessing benchmark 'genvalidity-text-bench' for genvalidity-text-1.0.0.1...
290.83 s
[genvalidity-text] Preprocessing test suite 'genvalidity-text-test' for genvalidity-text-1.0.0.1...
290.83 s
[genvalidity-text] Phase: installPhase
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
290.83 s
[genvalidity-text] Phase: fixupPhase
290.83 s
[genvalidity-text] shrinking RPATHs of ELF executables and libraries in /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1
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
290.83 s
[genvalidity-text] checking for references to /build/ in /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1...
290.83 s
[genvalidity-text] patching script interpreter paths in /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1
290.83 s
[genvalidity-text] stripping (with command strip and flags -S -p) in /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1/lib
290.83 s
[genvalidity-text] shrinking RPATHs of ELF executables and libraries in /nix/store/z5v93m1m51ksj3jdxrqblqwbfjl0r00k-genvalidity-text-1.0.0.1-doc
290.83 s
[genvalidity-text] checking for references to /build/ in /nix/store/z5v93m1m51ksj3jdxrqblqwbfjl0r00k-genvalidity-text-1.0.0.1-doc...
290.83 s
[genvalidity-text] patching script interpreter paths in /nix/store/z5v93m1m51ksj3jdxrqblqwbfjl0r00k-genvalidity-text-1.0.0.1-doc
290.83 s
[genvalidity-time] Documentation created: dist/doc/html/genvalidity-time/,
290.83 s
[genvalidity-time] dist/doc/html/genvalidity-time/genvalidity-time.txt
290.83 s
[genvalidity-time] Preprocessing benchmark 'genvalidity-time-bench' for genvalidity-time-1.0.0.1...
290.83 s
[genvalidity-time] Preprocessing test suite 'genvalidity-time-test' for genvalidity-time-1.0.0.1...
290.83 s
[genvalidity-time] Phase: installPhase
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
290.83 s
[genvalidity-time] Phase: fixupPhase
290.83 s
[genvalidity-time] shrinking RPATHs of ELF executables and libraries in /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1
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
290.83 s
[genvalidity-time] checking for references to /build/ in /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1...
290.83 s
[genvalidity-time] patching script interpreter paths in /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1
290.83 s
[genvalidity-time] stripping (with command strip and flags -S -p) in /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1/lib
290.83 s
[genvalidity-time] shrinking RPATHs of ELF executables and libraries in /nix/store/ykich1bkwq62grzkcc452nigk2rhiq5b-genvalidity-time-1.0.0.1-doc
290.83 s
[genvalidity-time] checking for references to /build/ in /nix/store/ykich1bkwq62grzkcc452nigk2rhiq5b-genvalidity-time-1.0.0.1-doc...
290.83 s
[genvalidity-time] patching script interpreter paths in /nix/store/ykich1bkwq62grzkcc452nigk2rhiq5b-genvalidity-time-1.0.0.1-doc
290.83 s
[genvalidity-vector] Preprocessing library for genvalidity-vector-1.0.0.0...
290.83 s
[genvalidity-vector] Building library for genvalidity-vector-1.0.0.0...
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 )
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 )
290.83 s
[genvalidity-vector] [1 of 2] Compiling Data.GenValidity.Vector ( src/Data/GenValidity/Vector.hs, dist/build/Data/GenValidity/Vector.p_o )
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 )
290.83 s
[genvalidity-vector] Preprocessing test suite 'genvalidity-vector-test' for genvalidity-vector-1.0.0.0...
290.83 s
[genvalidity-vector] Building test suite 'genvalidity-vector-test' for genvalidity-vector-1.0.0.0...
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 )
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 )
290.83 s
[genvalidity-vector] [3 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-vector-test/genvalidity-vector-test-tmp/Main.o )
290.83 s
[genvalidity-vector] [4 of 4] Linking dist/build/genvalidity-vector-test/genvalidity-vector-test
290.83 s
[genvalidity-vector] Phase: checkPhase
290.83 s
[genvalidity-vector] Running 1 test suites...
290.83 s
[genvalidity-vector] Test suite genvalidity-vector-test: RUNNING...
290.83 s
[genvalidity-vector]
290.83 s
[genvalidity-vector] Test.Validity.Vector
290.83 s
[genvalidity-vector] GenValid (Vector Int)
290.83 s
[genvalidity-vector] genValid :: Gen (Vector Int)
290.83 s
[genvalidity-vector] only generates valid '(Vector Int)'s [✔]
290.83 s
[genvalidity-vector] +++ OK, passed 100 tests.
290.83 s
[genvalidity-vector] GenValid (Vector (Ratio Integer))
290.83 s
[genvalidity-vector] genValid :: Gen (Vector (Ratio Integer))
290.83 s
[genvalidity-vector] only generates valid '(Vector (Ratio Integer))'s [✔]
290.83 s
[genvalidity-vector] +++ OK, passed 100 tests.
290.83 s
[genvalidity-vector] GenValid (Vector Int)
290.83 s
[genvalidity-vector] genValid :: Gen (Vector Int)
290.83 s
[genvalidity-vector] only generates valid '(Vector Int)'s [✔]
290.83 s
[genvalidity-vector] +++ OK, passed 100 tests.
290.83 s
[genvalidity-vector]
290.83 s
[genvalidity-vector] Finished in 0.0094 seconds
290.83 s
[genvalidity-vector] 3 examples, 0 failures
290.83 s
[genvalidity-vector] Test suite genvalidity-vector-test: PASS
290.83 s
[genvalidity-vector] Test suite logged to:
290.83 s
[genvalidity-vector] dist/test/genvalidity-vector-1.0.0.0-genvalidity-vector-test.log
290.83 s
[genvalidity-vector] 1 of 1 test suites (1 of 1 test cases) passed.
290.83 s
[genvalidity-vector] Phase: haddockPhase
290.83 s
[feedback] Phase: setupCompilerEnvironmentPhase
290.83 s
[feedback] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
290.83 s
[feedback] Phase: unpackPhase
290.83 s
[feedback] unpacking source archive /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0/feedback-0.2.0.0.tar.gz
290.83 s
[feedback] source root is feedback-0.2.0.0
290.83 s
[feedback] setting SOURCE_DATE_EPOCH to timestamp 1780347813 of file "feedback-0.2.0.0/src/Feedback/Test/OptParse.hs"
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
290.83 s
[feedback] Phase: patchPhase
290.83 s
[feedback] Phase: compileBuildDriverPhase
290.83 s
[feedback] setupCompileFlags: -package-db=/build/tmp.Ru2toDBWCh/setup-package.conf.d -threaded
290.83 s
[feedback] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Ru2toDBWCh/Main.o )
290.83 s
[feedback] [2 of 2] Linking Setup
290.83 s
[feedback] Phase: updateAutotoolsGnuConfigScriptsPhase
290.83 s
[feedback] Phase: configurePhase
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
290.83 s
[feedback] Using Parsec parser
290.83 s
[feedback] Configuring feedback-0.2.0.0...
290.83 s
[feedback] Dependency autodocodec: using autodocodec-0.5.0.0
290.83 s
[feedback] Dependency autodocodec-yaml >=0.2: using autodocodec-yaml-0.4.0.2
290.83 s
[feedback] Dependency base >=4.7 && <5: using base-4.20.2.0
290.84 s
[feedback] Dependency bytestring: using bytestring-0.12.2.0
290.84 s
[feedback] Dependency conduit: using conduit-1.3.6.1
290.84 s
[feedback] Dependency containers: using containers-0.7
290.84 s
[feedback] Dependency envparse: using envparse-0.6.0
290.84 s
[feedback] Dependency fsnotify: using fsnotify-0.4.4.0
290.84 s
[feedback] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
290.84 s
[feedback] Dependency path: using path-0.9.6
290.84 s
[feedback] Dependency path-io: using path-io-1.8.2
290.84 s
[feedback] Dependency pretty-show: using pretty-show-1.10
290.84 s
[feedback] Dependency process: using process-1.6.26.1
290.84 s
[feedback] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
290.84 s
[feedback] Dependency safe-coloured-text-layout: using safe-coloured-text-layout-0.2.0.1
290.84 s
[feedback] Dependency safe-coloured-text-terminfo: using
290.84 s
[feedback] safe-coloured-text-terminfo-0.3.0.0
290.84 s
[feedback] Dependency text: using text-2.1.3
290.84 s
[feedback] Dependency time: using time-1.12.2
290.84 s
[feedback] Dependency typed-process: using typed-process-0.2.13.0
290.84 s
[feedback] Dependency unix: using unix-2.8.7.0
290.84 s
[feedback] Dependency unliftio: using unliftio-0.2.25.1
290.84 s
[feedback] Dependency yaml: using yaml-0.11.11.2
290.84 s
[feedback] Dependency base >=4.7 && <5: using base-4.20.2.0
290.84 s
[feedback] Dependency feedback: using feedback-0.2.0.0
290.84 s
[feedback] Dependency base >=4.7 && <5: using base-4.20.2.0
290.84 s
[feedback] Dependency feedback: using feedback-0.2.0.0
290.84 s
[feedback] Source component graph:
290.84 s
[feedback] component lib
290.84 s
[feedback] component exe:feedback dependency lib
290.84 s
[feedback] component exe:feedback-test dependency lib
290.84 s
[feedback] Configured component graph:
290.84 s
[feedback] component feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
290.84 s
[feedback] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
290.84 s
[feedback] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
290.84 s
[feedback] include base-4.20.2.0-fafd
290.84 s
[feedback] include bytestring-0.12.2.0-96e1
290.84 s
[feedback] include conduit-1.3.6.1-2AIKYDy288TEKM9ctW1zzm
290.84 s
[feedback] include containers-0.7-96b4
290.84 s
[feedback] include envparse-0.6.0-EoLZ0SjE0s028Td8CTeXEJ
290.84 s
[feedback] include fsnotify-0.4.4.0-FITmjPXgpliGxeXh1QeC7f
290.84 s
[feedback] include optparse-applicative-0.18.1.0-4HAjgrT1bh39GEc3cHXLUl
290.84 s
[feedback] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
290.84 s
[feedback] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
290.84 s
[feedback] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
290.84 s
[feedback] include process-1.6.26.1-6e7d
290.84 s
[feedback] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
290.84 s
[feedback] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
290.84 s
[feedback] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
290.84 s
[feedback] include text-2.1.3-34f1
290.84 s
[feedback] include time-1.12.2-3479
290.84 s
[feedback] include typed-process-0.2.13.0-Btx98vBMggoAcHbj2R9pBM
290.84 s
[feedback] include unix-2.8.7.0-cb75
290.84 s
[feedback] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
290.84 s
[feedback] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
290.84 s
[feedback] component feedback-0.2.0.0-6xMtzEjWDFSIZCTAyqJa8h-feedback
290.84 s
[feedback] include base-4.20.2.0-fafd
290.84 s
[feedback] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
290.84 s
[feedback] component feedback-0.2.0.0-I19iyp3lol96WVW0SJJbHr-feedback-test
290.84 s
[feedback] include base-4.20.2.0-fafd
290.84 s
[feedback] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
290.84 s
[feedback] Linked component graph:
290.84 s
[feedback] unit feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
290.84 s
[feedback] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
290.84 s
[feedback] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
290.84 s
[feedback] include base-4.20.2.0-fafd
290.84 s
[feedback] include bytestring-0.12.2.0-96e1
290.84 s
[feedback] include conduit-1.3.6.1-2AIKYDy288TEKM9ctW1zzm
290.84 s
[feedback] include containers-0.7-96b4
290.84 s
[feedback] include envparse-0.6.0-EoLZ0SjE0s028Td8CTeXEJ
290.84 s
[feedback] include fsnotify-0.4.4.0-FITmjPXgpliGxeXh1QeC7f
290.84 s
[feedback] include optparse-applicative-0.18.1.0-4HAjgrT1bh39GEc3cHXLUl
290.84 s
[feedback] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
290.84 s
[feedback] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
290.84 s
[feedback] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
290.84 s
[feedback] include process-1.6.26.1-6e7d
290.84 s
[feedback] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
290.84 s
[feedback] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
290.84 s
[feedback] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
290.84 s
[feedback] include text-2.1.3-34f1
290.84 s
[feedback] include time-1.12.2-3479
290.84 s
[feedback] include typed-process-0.2.13.0-Btx98vBMggoAcHbj2R9pBM
290.84 s
[feedback] include unix-2.8.7.0-cb75
290.84 s
[feedback] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
290.84 s
[feedback] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
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
290.84 s
[feedback] unit feedback-0.2.0.0-6xMtzEjWDFSIZCTAyqJa8h-feedback
290.84 s
[feedback] include base-4.20.2.0-fafd
290.84 s
[feedback] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
290.84 s
[feedback] unit feedback-0.2.0.0-I19iyp3lol96WVW0SJJbHr-feedback-test
290.84 s
[feedback] include base-4.20.2.0-fafd
290.84 s
[feedback] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
290.84 s
[feedback] Ready component graph:
290.84 s
[feedback] definite feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
290.84 s
[feedback] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
290.84 s
[feedback] depends autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
290.84 s
[feedback] depends base-4.20.2.0-fafd
290.84 s
[feedback] depends bytestring-0.12.2.0-96e1
290.84 s
[feedback] depends conduit-1.3.6.1-2AIKYDy288TEKM9ctW1zzm
291.02 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2
291.45 s
[post-build-hook] Pushing 2 paths (82 are already present) using zstd to cache smos ⏳
291.45 s
[post-build-hook]
291.80 s
[post-build-hook] Pushing /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2 (868.80 KiB)
291.81 s
[post-build-hook] Pushing /nix/store/0zp6faa4l7j6gdphlkny33cs0fqp0dzm-genvalidity-containers-1.0.0.2-doc (305.05 KiB)
292.73 s
[post-build-hook]
292.73 s
[post-build-hook] All done.
292.75 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2
292.81 s
[post-build-hook] copying 0 paths...
292.95 s
[post-build-hook] copying 0 paths...
293.00 s
Progress: 72 of 153 built (6 building), 815 of 815 downloaded from cache
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
293.55 s
[post-build-hook] Pushing 2 paths (116 are already present) using zstd to cache smos ⏳
293.55 s
[post-build-hook]
293.90 s
[post-build-hook] Pushing /nix/store/8zqm8s6mkkr4cq68cv3q2mh49xnlvc4l-genvalidity-hspec-optics-1.0.0.0-doc (333.85 KiB)
294.25 s
[post-build-hook] Pushing /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0 (792.48 KiB)
295.23 s
[post-build-hook]
295.23 s
[post-build-hook] All done.
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
295.53 s
[post-build-hook] copying 2 paths...
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'...
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'...
296.27 s
[post-build-hook] copying 0 paths...
296.33 s
Progress: 73 of 154 built (5 building), 815 of 815 downloaded from cache
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
296.91 s
[post-build-hook] Pushing 2 paths (82 are already present) using zstd to cache smos ⏳
296.91 s
[post-build-hook]
297.34 s
[post-build-hook] Pushing /nix/store/z5v93m1m51ksj3jdxrqblqwbfjl0r00k-genvalidity-text-1.0.0.1-doc (222.55 KiB)
297.37 s
[post-build-hook] Pushing /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1 (645.36 KiB)
298.29 s
[post-build-hook]
298.29 s
[post-build-hook] All done.
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
298.37 s
[post-build-hook] copying 0 paths...
298.51 s
[post-build-hook] copying 0 paths...
298.57 s
Progress: 74 of 155 built (4 building), 815 of 815 downloaded from cache
298.60 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1
299.00 s
[post-build-hook] Pushing 2 paths (82 are already present) using zstd to cache smos ⏳
299.02 s
[post-build-hook]
299.37 s
[post-build-hook] Pushing /nix/store/ykich1bkwq62grzkcc452nigk2rhiq5b-genvalidity-time-1.0.0.1-doc (312.33 KiB)
299.59 s
[post-build-hook] Pushing /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1 (1.31 MiB)
300.49 s
[post-build-hook]
300.49 s
[post-build-hook] All done.
300.51 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1
300.57 s
[post-build-hook] copying 0 paths...
300.70 s
[post-build-hook] copying 0 paths...
300.76 s
Progress: 75 of 156 built (3 building), 815 of 815 downloaded from cache
300.87 s
Building cursor-gen-source
300.91 s
Building fuzzy-time-gen-source
300.96 s
Building genvalidity-persistent-source
301.01 s
Building pretty-relative-time
301.01 s
[genvalidity-vector] Preprocessing library for genvalidity-vector-1.0.0.0...
301.01 s
[genvalidity-vector] Running Haddock on library for genvalidity-vector-1.0.0.0...
301.01 s
[genvalidity-vector] Warning: The documentation for the following packages are not installed. No
301.01 s
[genvalidity-vector] links will be generated to these packages: vector-0.13.2.0
301.01 s
[genvalidity-vector] [1 of 2] Compiling Data.GenValidity.Vector ( src/Data/GenValidity/Vector.hs, nothing )
301.01 s
[genvalidity-vector] [2 of 2] Compiling Paths_genvalidity_vector ( dist/build/autogen/Paths_genvalidity_vector.hs, nothing )
301.01 s
[genvalidity-vector] Haddock coverage:
301.01 s
[genvalidity-vector] 0% ( 0 / 1) in 'Data.GenValidity.Vector'
301.01 s
[genvalidity-vector] Missing documentation for:
301.01 s
[genvalidity-vector] Module header
301.01 s
[genvalidity-vector] Warning: Data.GenValidity.Vector: could not find link destinations for:
301.01 s
[genvalidity-vector] - Data.Vector.Storable.Vector
301.01 s
[genvalidity-vector] - Data.Vector.Vector
301.01 s
[genvalidity-vector] Documentation created: dist/doc/html/genvalidity-vector/,
301.01 s
[genvalidity-vector] dist/doc/html/genvalidity-vector/genvalidity-vector.txt
301.01 s
[genvalidity-vector] Preprocessing test suite 'genvalidity-vector-test' for genvalidity-vector-1.0.0.0...
301.01 s
[genvalidity-vector] Phase: installPhase
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
301.01 s
[genvalidity-vector] Phase: fixupPhase
301.01 s
[genvalidity-vector] shrinking RPATHs of ELF executables and libraries in /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0
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
301.01 s
[genvalidity-vector] checking for references to /build/ in /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0...
301.01 s
[genvalidity-vector] patching script interpreter paths in /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0
301.01 s
[genvalidity-vector] stripping (with command strip and flags -S -p) in /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0/lib
301.01 s
[genvalidity-vector] shrinking RPATHs of ELF executables and libraries in /nix/store/wq3lpy0b0r9qcjqhjz4nmwiy2j4c7wqr-genvalidity-vector-1.0.0.0-doc
301.01 s
[genvalidity-vector] checking for references to /build/ in /nix/store/wq3lpy0b0r9qcjqhjz4nmwiy2j4c7wqr-genvalidity-vector-1.0.0.0-doc...
301.01 s
[genvalidity-vector] patching script interpreter paths in /nix/store/wq3lpy0b0r9qcjqhjz4nmwiy2j4c7wqr-genvalidity-vector-1.0.0.0-doc
301.01 s
[feedback] depends containers-0.7-96b4
301.01 s
[feedback] depends envparse-0.6.0-EoLZ0SjE0s028Td8CTeXEJ
301.01 s
[feedback] depends fsnotify-0.4.4.0-FITmjPXgpliGxeXh1QeC7f
301.01 s
[feedback] depends optparse-applicative-0.18.1.0-4HAjgrT1bh39GEc3cHXLUl
301.01 s
[feedback] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
301.01 s
[feedback] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
301.01 s
[feedback] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
301.01 s
[feedback] depends process-1.6.26.1-6e7d
301.01 s
[feedback] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
301.01 s
[feedback] depends safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
301.01 s
[feedback] depends safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
301.01 s
[feedback] depends text-2.1.3-34f1
301.01 s
[feedback] depends time-1.12.2-3479
301.01 s
[feedback] depends typed-process-0.2.13.0-Btx98vBMggoAcHbj2R9pBM
301.01 s
[feedback] depends unix-2.8.7.0-cb75
301.01 s
[feedback] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
301.01 s
[feedback] depends yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
301.01 s
[feedback] definite feedback-0.2.0.0-I19iyp3lol96WVW0SJJbHr-feedback-test
301.01 s
[feedback] depends base-4.20.2.0-fafd
301.01 s
[feedback] depends feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
301.01 s
[feedback] definite feedback-0.2.0.0-6xMtzEjWDFSIZCTAyqJa8h-feedback
301.01 s
[feedback] depends base-4.20.2.0-fafd
301.01 s
[feedback] depends feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
301.01 s
[feedback] Using Cabal-3.12.1.0 compiled by ghc-9.10
301.01 s
[feedback] Using compiler: ghc-9.10.3
301.01 s
[feedback] Using install prefix:
301.01 s
[feedback] /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0
301.01 s
[feedback] Executables installed in:
301.01 s
[feedback] /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/bin
301.01 s
[feedback] Libraries installed in:
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
301.01 s
[feedback] Dynamic Libraries installed in:
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
301.01 s
[feedback] Private executables installed in:
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
301.01 s
[feedback] Data files installed in:
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
301.01 s
[feedback] Documentation installed in:
301.01 s
[feedback] /nix/store/69plkbhs4zqfrai8lii272vn3nz01cgx-feedback-0.2.0.0-doc/share/doc/feedback-0.2.0.0
301.01 s
[feedback] Configuration files installed in:
301.01 s
[feedback] /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/etc
301.01 s
[feedback] No alex found
301.01 s
[feedback] Using ar found on system at:
301.01 s
[feedback] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
301.01 s
[feedback] No c2hs found
301.01 s
[feedback] No cpphs found
301.01 s
[feedback] No doctest found
301.01 s
[feedback] Using gcc version 14.3.0 given by user at:
301.01 s
[feedback] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
301.01 s
[feedback] Using ghc version 9.10.3 found on system at:
301.01 s
[feedback] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
301.01 s
[feedback] Using ghc-pkg version 9.10.3 found on system at:
301.01 s
[feedback] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
301.01 s
[feedback] No ghcjs found
301.01 s
[feedback] No ghcjs-pkg found
301.01 s
[feedback] No greencard found
301.01 s
[feedback] Using haddock version 2.31.1 found on system at:
301.01 s
[feedback] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
301.01 s
[feedback] No happy found
301.01 s
[feedback] Using haskell-suite found on system at: haskell-suite-dummy-location
301.01 s
[feedback] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
301.01 s
[feedback] No hmake found
301.01 s
[feedback] Using hpc version 0.69 found on system at:
301.01 s
[feedback] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
301.01 s
[feedback] Using hsc2hs version 0.68.10 found on system at:
301.01 s
[feedback] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
301.01 s
[feedback] No hscolour found
301.01 s
[feedback] No jhc found
301.01 s
[feedback] Using ld found on system at:
301.01 s
[feedback] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
301.01 s
[feedback] No pkg-config found
301.01 s
[feedback] Using runghc version 9.10.3 found on system at:
301.01 s
[feedback] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
301.01 s
[feedback] Using strip version 2.44 found on system at:
301.01 s
[feedback] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
301.01 s
[feedback] Using tar found on system at:
301.01 s
[feedback] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
301.01 s
[feedback] No uhc found
301.01 s
[feedback] Phase: buildPhase
301.01 s
[feedback] Preprocessing library for feedback-0.2.0.0...
301.01 s
[feedback] Building library for feedback-0.2.0.0...
301.01 s
[genvalidity-unordered-containers] Phase: setupCompilerEnvironmentPhase
301.01 s
[genvalidity-unordered-containers] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
301.01 s
[genvalidity-unordered-containers] Phase: unpackPhase
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
301.01 s
[genvalidity-unordered-containers] source root is genvalidity-unordered-containers-1.0.0.1
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"
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
301.02 s
[genvalidity-unordered-containers] Phase: patchPhase
301.02 s
[genvalidity-unordered-containers] Phase: compileBuildDriverPhase
301.02 s
[genvalidity-unordered-containers] setupCompileFlags: -package-db=/build/tmp.Jr36Tc74ix/setup-package.conf.d -threaded
301.02 s
[genvalidity-unordered-containers] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Jr36Tc74ix/Main.o )
301.02 s
[genvalidity-unordered-containers] [2 of 2] Linking Setup
301.02 s
[genvalidity-unordered-containers] Phase: updateAutotoolsGnuConfigScriptsPhase
301.02 s
[genvalidity-unordered-containers] Phase: configurePhase
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
301.02 s
[genvalidity-unordered-containers] Using Parsec parser
301.02 s
[genvalidity-unordered-containers] Configuring genvalidity-unordered-containers-1.0.0.1...
301.02 s
[genvalidity-unordered-containers] Dependency base <5: using base-4.20.2.0
301.02 s
[genvalidity-unordered-containers] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
301.02 s
[genvalidity-unordered-containers] Dependency hashable: using hashable-1.5.0.0
301.02 s
[genvalidity-unordered-containers] Dependency unordered-containers: using unordered-containers-0.2.20.1
301.02 s
[genvalidity-unordered-containers] Dependency validity-unordered-containers >=0.1: using
301.02 s
[genvalidity-unordered-containers] validity-unordered-containers-0.2.0.3
301.02 s
[genvalidity-unordered-containers] Dependency base <5: using base-4.20.2.0
301.02 s
[genvalidity-unordered-containers] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
301.02 s
[genvalidity-unordered-containers] Dependency genvalidity-unordered-containers: using
301.02 s
[genvalidity-unordered-containers] genvalidity-unordered-containers-1.0.0.1
301.02 s
[genvalidity-unordered-containers] Dependency hspec: using hspec-2.11.14
301.02 s
[genvalidity-unordered-containers] Dependency unordered-containers: using unordered-containers-0.2.20.1
301.02 s
[genvalidity-unordered-containers] Source component graph:
301.02 s
[genvalidity-unordered-containers] component lib
301.02 s
[genvalidity-unordered-containers] component test:genvalidity-unordered-containers-test dependency lib
301.02 s
[genvalidity-unordered-containers] Configured component graph:
301.02 s
[genvalidity-unordered-containers] component genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
301.02 s
[genvalidity-unordered-containers] include base-4.20.2.0-fafd
301.02 s
[genvalidity-unordered-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
301.02 s
[genvalidity-unordered-containers] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
301.02 s
[genvalidity-unordered-containers] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
301.02 s
[genvalidity-unordered-containers] include validity-unordered-containers-0.2.0.3-Eua9M23du6Q7eczTbu7NIV
301.02 s
[genvalidity-unordered-containers] component genvalidity-unordered-containers-1.0.0.1-H8yLPSgJveu9Ddc2gqn9gU-genvalidity-unordered-containers-test
301.02 s
[genvalidity-unordered-containers] include base-4.20.2.0-fafd
301.02 s
[genvalidity-unordered-containers] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
301.02 s
[cursor-gen-source] Phase: setupCompilerEnvironmentPhase
301.02 s
[cursor-gen-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
301.47 s
Building opt-env-conf-source
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
301.49 s
[feedback] Preprocessing executable 'feedback-test' for feedback-0.2.0.0...
301.49 s
[feedback] Building executable 'feedback-test' for feedback-0.2.0.0...
301.49 s
[feedback] [1 of 3] Compiling Loop ( app/Loop.hs, dist/build/feedback-test/feedback-test-tmp/Loop.o )
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 )
301.49 s
[feedback] [3 of 3] Compiling Test ( app/Test.hs, dist/build/feedback-test/feedback-test-tmp/Test.o )
301.49 s
[feedback] [4 of 4] Linking dist/build/feedback-test/feedback-test
301.49 s
[feedback] Preprocessing executable 'feedback' for feedback-0.2.0.0...
301.49 s
[feedback] Building executable 'feedback' for feedback-0.2.0.0...
301.49 s
[feedback] [1 of 3] Compiling Loop ( app/Loop.hs, dist/build/feedback/feedback-tmp/Loop.o )
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 )
301.49 s
[feedback] [3 of 3] Compiling Test ( app/Test.hs, dist/build/feedback/feedback-tmp/Test.o )
301.49 s
[feedback] [4 of 4] Linking dist/build/feedback/feedback
301.49 s
[feedback] Phase: haddockPhase
301.49 s
[feedback] Preprocessing library for feedback-0.2.0.0...
301.49 s
[feedback] Running Haddock on library for feedback-0.2.0.0...
301.49 s
[feedback] Warning: The documentation for the following packages are not installed. No
301.49 s
[feedback] links will be generated to these packages: attoparsec-0.14.4,
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
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 )
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 )
301.49 s
[feedback] [3 of 9] Compiling Feedback.Test.OptParse ( src/Feedback/Test/OptParse.hs, nothing )
301.49 s
[feedback] [4 of 9] Compiling Feedback.Loop.Filter ( src/Feedback/Loop/Filter.hs, nothing )
301.49 s
[feedback] [5 of 9] Compiling Feedback.Common.Process ( src/Feedback/Common/Process.hs, nothing )
301.49 s
[feedback] [6 of 9] Compiling Feedback.Common.Output ( src/Feedback/Common/Output.hs, nothing )
301.49 s
[feedback] [7 of 9] Compiling Feedback.Test ( src/Feedback/Test.hs, nothing )
301.49 s
[feedback] [8 of 9] Compiling Feedback.Loop.OptParse ( src/Feedback/Loop/OptParse.hs, nothing )
301.49 s
[feedback] [9 of 9] Compiling Feedback.Loop ( src/Feedback/Loop.hs, nothing )
301.49 s
[feedback] Haddock coverage:
301.49 s
[feedback] 0% ( 0 / 47) in 'Feedback.Common.OptParse'
301.49 s
[feedback] Missing documentation for:
301.49 s
[feedback] Module header
301.49 s
[feedback] LoopSettings (src/Feedback/Common/OptParse.hs:25)
301.49 s
[feedback] combineToLoopSettings (src/Feedback/Common/OptParse.hs:34)
301.49 s
[feedback] RunSettings (src/Feedback/Common/OptParse.hs:43)
301.49 s
[feedback] combineToRunSettings (src/Feedback/Common/OptParse.hs:51)
301.49 s
[feedback] FilterSettings (src/Feedback/Common/OptParse.hs:57)
301.49 s
[feedback] combineToFilterSettings (src/Feedback/Common/OptParse.hs:64)
301.49 s
[feedback] OutputSettings (src/Feedback/Common/OptParse.hs:69)
301.49 s
[feedback] combineToOutputSettings (src/Feedback/Common/OptParse.hs:75)
301.49 s
[genvalidity-unordered-containers] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
301.49 s
[genvalidity-unordered-containers] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
301.49 s
[genvalidity-unordered-containers] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
301.49 s
[genvalidity-unordered-containers] Linked component graph:
301.49 s
[genvalidity-unordered-containers] unit genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
301.49 s
[genvalidity-unordered-containers] include base-4.20.2.0-fafd
301.49 s
[genvalidity-unordered-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
301.49 s
[genvalidity-unordered-containers] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
301.49 s
[genvalidity-unordered-containers] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
301.49 s
[genvalidity-unordered-containers] include validity-unordered-containers-0.2.0.3-Eua9M23du6Q7eczTbu7NIV
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
301.49 s
[genvalidity-unordered-containers] unit genvalidity-unordered-containers-1.0.0.1-H8yLPSgJveu9Ddc2gqn9gU-genvalidity-unordered-containers-test
301.49 s
[genvalidity-unordered-containers] include base-4.20.2.0-fafd
301.49 s
[genvalidity-unordered-containers] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
301.49 s
[genvalidity-unordered-containers] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
301.49 s
[genvalidity-unordered-containers] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
301.49 s
[genvalidity-unordered-containers] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
301.49 s
[genvalidity-unordered-containers] Ready component graph:
301.49 s
[genvalidity-unordered-containers] definite genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
301.49 s
[genvalidity-unordered-containers] depends base-4.20.2.0-fafd
301.49 s
[genvalidity-unordered-containers] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
301.49 s
[genvalidity-unordered-containers] depends hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
301.49 s
[genvalidity-unordered-containers] depends unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
301.49 s
[genvalidity-unordered-containers] depends validity-unordered-containers-0.2.0.3-Eua9M23du6Q7eczTbu7NIV
301.49 s
[genvalidity-unordered-containers] definite genvalidity-unordered-containers-1.0.0.1-H8yLPSgJveu9Ddc2gqn9gU-genvalidity-unordered-containers-test
301.49 s
[genvalidity-unordered-containers] depends base-4.20.2.0-fafd
301.49 s
[genvalidity-unordered-containers] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
301.49 s
[genvalidity-unordered-containers] depends genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
301.49 s
[genvalidity-unordered-containers] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
301.49 s
[genvalidity-unordered-containers] depends unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
301.49 s
[genvalidity-unordered-containers] Using Cabal-3.12.1.0 compiled by ghc-9.10
301.49 s
[genvalidity-unordered-containers] Using compiler: ghc-9.10.3
301.49 s
[genvalidity-unordered-containers] Using install prefix:
301.49 s
[genvalidity-unordered-containers] /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1
301.49 s
[genvalidity-unordered-containers] Executables installed in:
301.49 s
[genvalidity-unordered-containers] /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1/bin
301.49 s
[genvalidity-unordered-containers] Libraries installed in:
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
301.49 s
[genvalidity-unordered-containers] Dynamic Libraries installed in:
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
301.49 s
[genvalidity-unordered-containers] Private executables installed in:
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
301.49 s
[genvalidity-unordered-containers] Data files installed in:
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
301.49 s
[genvalidity-unordered-containers] Documentation installed in:
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
301.49 s
[genvalidity-unordered-containers] Configuration files installed in:
301.49 s
[genvalidity-unordered-containers] /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1/etc
301.49 s
[genvalidity-unordered-containers] No alex found
301.49 s
[genvalidity-unordered-containers] Using ar found on system at:
301.49 s
[genvalidity-unordered-containers] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
301.49 s
[genvalidity-unordered-containers] No c2hs found
301.49 s
[genvalidity-unordered-containers] No cpphs found
301.49 s
[genvalidity-unordered-containers] No doctest found
301.49 s
[genvalidity-unordered-containers] Using gcc version 14.3.0 given by user at:
301.49 s
[genvalidity-unordered-containers] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
301.49 s
[genvalidity-unordered-containers] Using ghc version 9.10.3 found on system at:
301.49 s
[genvalidity-unordered-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
301.49 s
[genvalidity-unordered-containers] Using ghc-pkg version 9.10.3 found on system at:
301.49 s
[genvalidity-unordered-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
301.49 s
[genvalidity-unordered-containers] No ghcjs found
301.49 s
[genvalidity-unordered-containers] No ghcjs-pkg found
301.50 s
[genvalidity-unordered-containers] No greencard found
301.50 s
[cursor-gen-source] Phase: unpackPhase
301.50 s
[cursor-gen-source] unpacking source archive /nix/store/zr91qcy7vh6f07g44v03gchz5zlvgwpq-cursor-gen
301.50 s
[cursor-gen-source] source root is cursor-gen
301.50 s
[cursor-gen-source] Phase: patchPhase
301.50 s
[cursor-gen-source] Phase: compileBuildDriverPhase
301.50 s
[cursor-gen-source] setupCompileFlags: -package-db=/build/tmp.xmEzDH132a/setup-package.conf.d -threaded
301.50 s
[fuzzy-time-gen-source] Phase: setupCompilerEnvironmentPhase
301.50 s
[fuzzy-time-gen-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
301.50 s
[fuzzy-time-gen-source] Phase: unpackPhase
301.50 s
[fuzzy-time-gen-source] unpacking source archive /nix/store/lplzkdhf9pxkij34h8da2q2rrd1akkw4-fuzzy-time-gen
301.50 s
[fuzzy-time-gen-source] source root is fuzzy-time-gen
301.50 s
[fuzzy-time-gen-source] Phase: patchPhase
301.50 s
[fuzzy-time-gen-source] Phase: compileBuildDriverPhase
301.50 s
[fuzzy-time-gen-source] setupCompileFlags: -package-db=/build/tmp.nungUypiZQ/setup-package.conf.d -threaded
301.50 s
[genvalidity-persistent-source] Phase: setupCompilerEnvironmentPhase
301.50 s
[genvalidity-persistent-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
301.50 s
[pretty-relative-time] Phase: setupCompilerEnvironmentPhase
301.50 s
[pretty-relative-time] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
301.50 s
[pretty-relative-time] Phase: unpackPhase
301.50 s
[pretty-relative-time] unpacking source archive /nix/store/qcdv78w29v0wwl33wnxaqicid2x9n5yf-pretty-relative-time-0.3.0.0.tar.gz
301.50 s
[pretty-relative-time] source root is pretty-relative-time-0.3.0.0
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"
301.50 s
[pretty-relative-time] Phase: patchPhase
301.50 s
[pretty-relative-time] Phase: compileBuildDriverPhase
301.50 s
[pretty-relative-time] setupCompileFlags: -package-db=/build/tmp.2KyH5Y54oP/setup-package.conf.d -threaded
301.69 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0
302.14 s
[post-build-hook] Pushing 2 paths (106 are already present) using zstd to cache smos ⏳
302.14 s
[post-build-hook]
302.49 s
[post-build-hook] Pushing /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0 (479.66 KiB)
302.57 s
[post-build-hook] Pushing /nix/store/wq3lpy0b0r9qcjqhjz4nmwiy2j4c7wqr-genvalidity-vector-1.0.0.0-doc (153.42 KiB)
303.49 s
[post-build-hook]
303.49 s
[post-build-hook] All done.
303.51 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0
303.58 s
[post-build-hook] copying 0 paths...
303.70 s
[post-build-hook] copying 0 paths...
303.75 s
Progress: 76 of 152 built (7 building), 815 of 815 downloaded from cache
303.76 s
[feedback] HooksSettings (src/Feedback/Common/OptParse.hs:81)
303.76 s
[feedback] combineToHooksSettings (src/Feedback/Common/OptParse.hs:88)
303.76 s
[feedback] Configuration (src/Feedback/Common/OptParse.hs:93)
303.76 s
[feedback] emptyConfiguration (src/Feedback/Common/OptParse.hs:108)
303.76 s
[feedback] LoopConfiguration (src/Feedback/Common/OptParse.hs:114)
303.76 s
[feedback] loopConfigurationObjectCodec (src/Feedback/Common/OptParse.hs:153)
303.76 s
[feedback] makeLoopConfiguration (src/Feedback/Common/OptParse.hs:175)
303.76 s
[feedback] RunConfiguration (src/Feedback/Common/OptParse.hs:184)
303.76 s
[feedback] runConfigurationObjectCodec (src/Feedback/Common/OptParse.hs:209)
303.76 s
[feedback] makeRunConfiguration (src/Feedback/Common/OptParse.hs:219)
303.76 s
[feedback] FilterConfiguration (src/Feedback/Common/OptParse.hs:226)
303.76 s
[feedback] filterConfigurationObjectCodec (src/Feedback/Common/OptParse.hs:247)
303.76 s
[feedback] emptyFilterConfiguration (src/Feedback/Common/OptParse.hs:255)
303.76 s
[feedback] OutputConfiguration (src/Feedback/Common/OptParse.hs:261)
303.76 s
[feedback] outputConfigurationObjectCodec (src/Feedback/Common/OptParse.hs:272)
303.76 s
[feedback] emptyOutputConfiguration (src/Feedback/Common/OptParse.hs:284)
303.76 s
[feedback] HooksConfiguration (src/Feedback/Common/OptParse.hs:289)
303.76 s
[feedback] hooksConfigurationObjectCodec (src/Feedback/Common/OptParse.hs:301)
303.76 s
[feedback] emptyHooksConfiguration (src/Feedback/Common/OptParse.hs:309)
303.76 s
[feedback] getConfiguration (src/Feedback/Common/OptParse.hs:316)
303.76 s
[feedback] getConfigurationFromFile (src/Feedback/Common/OptParse.hs:323)
303.76 s
[feedback] defaultConfigFile (src/Feedback/Common/OptParse.hs:326)
303.76 s
[feedback] Environment (src/Feedback/Common/OptParse.hs:330)
303.76 s
[feedback] getEnvironment (src/Feedback/Common/OptParse.hs:335)
303.76 s
[feedback] environmentParser (src/Feedback/Common/OptParse.hs:338)
303.76 s
[feedback] getFlags (src/Feedback/Common/OptParse.hs:344)
303.76 s
[feedback] prefs_ (src/Feedback/Common/OptParse.hs:347)
303.76 s
[feedback] flagsParser (src/Feedback/Common/OptParse.hs:354)
303.76 s
[feedback] Flags (src/Feedback/Common/OptParse.hs:374)
303.76 s
[feedback] OutputFlags (src/Feedback/Common/OptParse.hs:380)
303.76 s
[feedback] parseFlags (src/Feedback/Common/OptParse.hs:386)
303.76 s
[feedback] parseCommandFlags (src/Feedback/Common/OptParse.hs:402)
303.76 s
[feedback] defaultConfigFileCompleter (src/Feedback/Common/OptParse.hs:414)
303.76 s
[feedback] parseOutputFlags (src/Feedback/Common/OptParse.hs:419)
303.76 s
[feedback] Command (src/Feedback/Common/OptParse.hs:430)
303.76 s
[feedback] commandObjectCodec (src/Feedback/Common/OptParse.hs:437)
303.76 s
[feedback] Clear (src/Feedback/Common/OptParse.hs:442)
303.76 s
[feedback] parseClearFlag (src/Feedback/Common/OptParse.hs:454)
303.76 s
[feedback] 0% ( 0 / 4) in 'Feedback.Test.OptParse'
303.76 s
[feedback] Missing documentation for:
303.76 s
[feedback] Module header
303.76 s
[feedback] getSettings (src/Feedback/Test/OptParse.hs:12)
303.76 s
[feedback] TestSettings (src/Feedback/Test/OptParse.hs:18)
303.76 s
[feedback] combineToTestSettings (src/Feedback/Test/OptParse.hs:24)
303.76 s
[feedback] 0% ( 0 / 18) in 'Feedback.Loop.Filter'
303.76 s
[feedback] Missing documentation for:
303.76 s
[feedback] Module header
303.76 s
[feedback] getMinTTY (src/Feedback/Loop/Filter.hs:41)
303.76 s
[feedback] Filter (src/Feedback/Loop/Filter.hs:44)
303.76 s
[feedback] fileSetFilter (src/Feedback/Loop/Filter.hs:63)
303.76 s
[feedback] mkCombinedFilter (src/Feedback/Loop/Filter.hs:66)
303.76 s
[feedback] mkStdinFilter (src/Feedback/Loop/Filter.hs:75)
303.76 s
[feedback] getStdinFiles (src/Feedback/Loop/Filter.hs:78)
303.76 s
[feedback] mkGitFilter (src/Feedback/Loop/Filter.hs:88)
303.76 s
[feedback] gitLsFiles (src/Feedback/Loop/Filter.hs:96)
303.76 s
[feedback] nullBytesFileSet (src/Feedback/Loop/Filter.hs:107)
303.76 s
[feedback] mkFindFilter (src/Feedback/Loop/Filter.hs:114)
303.76 s
[feedback] filesFromFindArgs (src/Feedback/Loop/Filter.hs:119)
303.76 s
[feedback] lineBytesFileSet (src/Feedback/Loop/Filter.hs:128)
303.76 s
[feedback] handleFileSet (src/Feedback/Loop/Filter.hs:135)
303.76 s
[feedback] fileSetBuilder (src/Feedback/Loop/Filter.hs:142)
303.76 s
[feedback] standardFilter (src/Feedback/Loop/Filter.hs:149)
303.76 s
[feedback] isHiddenIn (src/Feedback/Loop/Filter.hs:162)
303.76 s
[feedback] watchBasedOnFilter (src/Feedback/Loop/Filter.hs:168)
303.76 s
[feedback] 0% ( 0 / 8) in 'Feedback.Common.Process'
303.77 s
[feedback] Missing documentation for:
303.77 s
[feedback] Module header
303.77 s
[feedback] ProcessHandle (src/Feedback/Common/Process.hs:19)
303.77 s
[feedback] P (src/Feedback/Common/Process.hs:23)
303.77 s
[feedback] startProcessAndWait (src/Feedback/Common/Process.hs:26)
303.77 s
[feedback] startProcessHandle (src/Feedback/Common/Process.hs:31)
303.77 s
[feedback] waitProcessHandle (src/Feedback/Common/Process.hs:37)
303.77 s
[feedback] makeProcessConfigFor (src/Feedback/Common/Process.hs:40)
303.77 s
[feedback] stopProcessHandle (src/Feedback/Common/Process.hs:72)
303.77 s
[feedback] 0% ( 0 / 8) in 'Feedback.Common.Output'
303.77 s
[feedback] Missing documentation for:
303.77 s
[feedback] Module header
303.77 s
[genvalidity-unordered-containers] Using haddock version 2.31.1 found on system at:
303.77 s
[genvalidity-unordered-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
303.77 s
[genvalidity-unordered-containers] No happy found
303.77 s
[genvalidity-unordered-containers] Using haskell-suite found on system at: haskell-suite-dummy-location
303.77 s
[genvalidity-unordered-containers] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
303.77 s
[genvalidity-unordered-containers] No hmake found
303.77 s
[genvalidity-unordered-containers] Using hpc version 0.69 found on system at:
303.77 s
[genvalidity-unordered-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
303.77 s
[genvalidity-unordered-containers] Using hsc2hs version 0.68.10 found on system at:
303.77 s
[genvalidity-unordered-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
303.77 s
[genvalidity-unordered-containers] Using hscolour version 1.25 found on system at:
303.77 s
[genvalidity-unordered-containers] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
303.77 s
[genvalidity-unordered-containers] No jhc found
303.77 s
[genvalidity-unordered-containers] Using ld found on system at:
303.77 s
[genvalidity-unordered-containers] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
303.77 s
[genvalidity-unordered-containers] No pkg-config found
303.77 s
[genvalidity-unordered-containers] Using runghc version 9.10.3 found on system at:
303.77 s
[genvalidity-unordered-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
303.77 s
[genvalidity-unordered-containers] Using strip version 2.44 found on system at:
303.77 s
[genvalidity-unordered-containers] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
303.77 s
[genvalidity-unordered-containers] Using tar found on system at:
303.77 s
[genvalidity-unordered-containers] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
303.77 s
[genvalidity-unordered-containers] No uhc found
303.77 s
[genvalidity-unordered-containers] Phase: buildPhase
303.77 s
[genvalidity-unordered-containers] Preprocessing library for genvalidity-unordered-containers-1.0.0.1...
303.77 s
[genvalidity-unordered-containers] Building library for genvalidity-unordered-containers-1.0.0.1...
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
303.77 s
[genvalidity-unordered-containers] Preprocessing test suite 'genvalidity-unordered-containers-test' for genvalidity-unordered-containers-1.0.0.1...
303.77 s
[genvalidity-unordered-containers] Building test suite 'genvalidity-unordered-containers-test' for genvalidity-unordered-containers-1.0.0.1...
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 )
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 )
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 )
303.77 s
[genvalidity-unordered-containers] [4 of 4] Linking dist/build/genvalidity-unordered-containers-test/genvalidity-unordered-containers-test
303.77 s
[genvalidity-unordered-containers] Phase: checkPhase
303.77 s
[genvalidity-unordered-containers] Running 1 test suites...
303.77 s
[genvalidity-unordered-containers] Test suite genvalidity-unordered-containers-test: RUNNING...
303.77 s
[genvalidity-unordered-containers]
303.77 s
[genvalidity-unordered-containers] Test.Validity.UnorderedContainers
303.77 s
[genvalidity-unordered-containers] GenValid (HashSet Int)
303.77 s
[genvalidity-unordered-containers] genValid :: Gen (HashSet Int)
303.77 s
[genvalidity-unordered-containers] only generates valid '(HashSet Int)'s [✔]
303.77 s
[genvalidity-unordered-containers] +++ OK, passed 100 tests.
303.77 s
[genvalidity-unordered-containers] GenValid (HashSet (Ratio Integer))
303.77 s
[cursor-gen-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.xmEzDH132a/Main.o )
303.77 s
[cursor-gen-source] [2 of 2] Linking Setup
304.17 s
[cursor-gen-source] Phase: updateAutotoolsGnuConfigScriptsPhase
304.17 s
[cursor-gen-source] Phase: configurePhase
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
304.25 s
[cursor-gen-source] Using Parsec parser
304.25 s
[cursor-gen-source] Configuring cursor-gen-0.4.0.0...
304.25 s
[cursor-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
304.25 s
[cursor-gen-source] Dependency base <5: using base-4.20.2.0
304.25 s
[cursor-gen-source] Dependency containers: using containers-0.7
304.25 s
[cursor-gen-source] Dependency cursor >=0.2: using cursor-0.3.2.0
304.25 s
[cursor-gen-source] Dependency genvalidity >=0.8: using genvalidity-1.1.1.0
304.25 s
[cursor-gen-source] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
304.25 s
[cursor-gen-source] Dependency genvalidity-text >=0.6: using genvalidity-text-1.0.0.1
304.25 s
[cursor-gen-source] Dependency text: using text-2.1.3
304.25 s
[cursor-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
304.25 s
[cursor-gen-source] Dependency base <5: using base-4.20.2.0
304.25 s
[cursor-gen-source] Dependency containers: using containers-0.7
304.25 s
[cursor-gen-source] Dependency cursor: using cursor-0.3.2.0
304.25 s
[cursor-gen-source] Dependency cursor-gen: using cursor-gen-0.4.0.0
304.25 s
[cursor-gen-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
304.25 s
[cursor-gen-source] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
304.25 s
[cursor-gen-source] Dependency hspec: using hspec-2.11.14
304.25 s
[cursor-gen-source] Dependency microlens: using microlens-0.4.14.0
304.25 s
[cursor-gen-source] Dependency pretty-show: using pretty-show-1.10
304.25 s
[cursor-gen-source] Dependency text: using text-2.1.3
304.25 s
[cursor-gen-source] Source component graph:
304.25 s
[cursor-gen-source] component lib
304.25 s
[cursor-gen-source] component test:cursor-test dependency lib
304.25 s
[cursor-gen-source] Configured component graph:
304.25 s
[cursor-gen-source] component cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
304.25 s
[cursor-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.25 s
[cursor-gen-source] include base-4.20.2.0-fafd
304.25 s
[cursor-gen-source] include containers-0.7-96b4
304.25 s
[cursor-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
304.25 s
[cursor-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
304.25 s
[cursor-gen-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
304.25 s
[cursor-gen-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
304.25 s
[cursor-gen-source] include text-2.1.3-34f1
304.25 s
[cursor-gen-source] component cursor-gen-0.4.0.0-EG3mi1qsUMgKSi8Youhszh-cursor-test
304.25 s
[cursor-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.25 s
[cursor-gen-source] include base-4.20.2.0-fafd
304.25 s
[cursor-gen-source] include containers-0.7-96b4
304.25 s
[cursor-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
304.25 s
[cursor-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
304.25 s
[cursor-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
304.25 s
[cursor-gen-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
304.25 s
[cursor-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
304.25 s
[cursor-gen-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
304.25 s
[cursor-gen-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
304.25 s
[cursor-gen-source] include text-2.1.3-34f1
304.25 s
[cursor-gen-source] Linked component graph:
304.25 s
[cursor-gen-source] unit cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
304.25 s
[cursor-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.25 s
[cursor-gen-source] include base-4.20.2.0-fafd
304.25 s
[cursor-gen-source] include containers-0.7-96b4
304.25 s
[cursor-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
304.25 s
[cursor-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
304.25 s
[fuzzy-time-gen-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.nungUypiZQ/Main.o )
304.25 s
[fuzzy-time-gen-source] [2 of 2] Linking Setup
304.25 s
[fuzzy-time-gen-source] Phase: updateAutotoolsGnuConfigScriptsPhase
304.25 s
[fuzzy-time-gen-source] Phase: configurePhase
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
304.25 s
[fuzzy-time-gen-source] Using Parsec parser
304.25 s
[fuzzy-time-gen-source] Configuring fuzzy-time-gen-0.3.0.0...
304.25 s
[fuzzy-time-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
304.25 s
[fuzzy-time-gen-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
304.25 s
[fuzzy-time-gen-source] Dependency fuzzy-time >=0.3: using fuzzy-time-0.3.0.1
304.25 s
[fuzzy-time-gen-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
304.25 s
[fuzzy-time-gen-source] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
304.25 s
[fuzzy-time-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
304.25 s
[fuzzy-time-gen-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
304.25 s
[fuzzy-time-gen-source] Dependency fuzzy-time: using fuzzy-time-0.3.0.1
304.25 s
[fuzzy-time-gen-source] Dependency fuzzy-time-gen: using fuzzy-time-gen-0.3.0.0
304.25 s
[fuzzy-time-gen-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
304.25 s
[fuzzy-time-gen-source] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
304.25 s
[fuzzy-time-gen-source] Dependency hspec: using hspec-2.11.14
304.25 s
[fuzzy-time-gen-source] Dependency megaparsec: using megaparsec-9.7.0
304.25 s
[fuzzy-time-gen-source] Dependency text: using text-2.1.3
304.25 s
[fuzzy-time-gen-source] Dependency time: using time-1.12.2
304.25 s
[fuzzy-time-gen-source] Source component graph:
304.25 s
[fuzzy-time-gen-source] component lib
304.25 s
[fuzzy-time-gen-source] component test:fuzzy-time-test dependency lib
304.25 s
[fuzzy-time-gen-source] Configured component graph:
304.25 s
[fuzzy-time-gen-source] component fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
304.25 s
[fuzzy-time-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.25 s
[fuzzy-time-gen-source] include base-4.20.2.0-fafd
304.25 s
[fuzzy-time-gen-source] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
304.25 s
[fuzzy-time-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
304.25 s
[fuzzy-time-gen-source] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
304.25 s
[fuzzy-time-gen-source] component fuzzy-time-gen-0.3.0.0-DDuxKySPYAWGyKnopuSAAf-fuzzy-time-test
304.25 s
[fuzzy-time-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.25 s
[fuzzy-time-gen-source] include base-4.20.2.0-fafd
304.25 s
[fuzzy-time-gen-source] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
304.25 s
[fuzzy-time-gen-source] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
304.25 s
[fuzzy-time-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
304.25 s
[fuzzy-time-gen-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
304.25 s
[fuzzy-time-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
304.25 s
[fuzzy-time-gen-source] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
304.25 s
[fuzzy-time-gen-source] include text-2.1.3-34f1
304.25 s
[fuzzy-time-gen-source] include time-1.12.2-3479
304.25 s
[fuzzy-time-gen-source] Linked component graph:
304.25 s
[fuzzy-time-gen-source] unit fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
304.25 s
[fuzzy-time-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.25 s
[fuzzy-time-gen-source] include base-4.20.2.0-fafd
304.25 s
[fuzzy-time-gen-source] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
304.25 s
[fuzzy-time-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
304.25 s
[fuzzy-time-gen-source] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
304.25 s
[fuzzy-time-gen-source] Data.FuzzyTime.Types.Gen=fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L:Data.FuzzyTime.Types.Gen
304.25 s
[fuzzy-time-gen-source] unit fuzzy-time-gen-0.3.0.0-DDuxKySPYAWGyKnopuSAAf-fuzzy-time-test
304.25 s
[fuzzy-time-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.25 s
[fuzzy-time-gen-source] include base-4.20.2.0-fafd
304.25 s
[fuzzy-time-gen-source] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
304.25 s
[genvalidity-persistent-source] Phase: unpackPhase
304.25 s
[genvalidity-persistent-source] unpacking source archive /nix/store/jnbw4hp2xgysil36by6v8myfsjlsjjiz-genvalidity-persistent
304.25 s
[genvalidity-persistent-source] source root is genvalidity-persistent
304.25 s
[genvalidity-persistent-source] Phase: patchPhase
304.25 s
[genvalidity-persistent-source] Phase: compileBuildDriverPhase
304.25 s
[genvalidity-persistent-source] setupCompileFlags: -package-db=/build/tmp.bmQBxyRb9t/setup-package.conf.d -threaded
304.25 s
[genvalidity-persistent-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.bmQBxyRb9t/Main.o )
304.25 s
[genvalidity-persistent-source] [2 of 2] Linking Setup
304.25 s
[genvalidity-persistent-source] Phase: updateAutotoolsGnuConfigScriptsPhase
304.25 s
[genvalidity-persistent-source] Phase: configurePhase
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
304.25 s
[genvalidity-persistent-source] Using Parsec parser
304.25 s
[genvalidity-persistent-source] Configuring genvalidity-persistent-1.0.0.2...
304.25 s
[genvalidity-persistent-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
304.25 s
[genvalidity-persistent-source] Dependency base >=4.7 && <5: using base-4.20.2.0
304.25 s
[genvalidity-persistent-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
304.25 s
[genvalidity-persistent-source] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
304.25 s
[genvalidity-persistent-source] Dependency persistent >=0.5: using persistent-2.17.1.0
304.25 s
[genvalidity-persistent-source] Dependency validity-containers: using validity-containers-0.5.0.5
304.25 s
[genvalidity-persistent-source] Dependency validity-persistent: using validity-persistent-0.0.0.0
304.25 s
[genvalidity-persistent-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
304.25 s
[genvalidity-persistent-source] Dependency base >=4.7 && <5: using base-4.20.2.0
304.25 s
[genvalidity-persistent-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
304.25 s
[genvalidity-persistent-source] Dependency genvalidity-persistent: using genvalidity-persistent-1.0.0.2
304.25 s
[genvalidity-persistent-source] Dependency hspec: using hspec-2.11.14
304.25 s
[genvalidity-persistent-source] Dependency persistent >=0.5: using persistent-2.17.1.0
304.25 s
[genvalidity-persistent-source] Dependency validity-containers: using validity-containers-0.5.0.5
304.25 s
[genvalidity-persistent-source] Source component graph:
304.25 s
[genvalidity-persistent-source] component lib
304.25 s
[genvalidity-persistent-source] component test:genvalidity-persistent-test dependency lib
304.25 s
[genvalidity-persistent-source] Configured component graph:
304.25 s
[genvalidity-persistent-source] component genvalidity-persistent-1.0.0.2-BJdppRoCLgRJTkqwDtK3mr
304.25 s
[genvalidity-persistent-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.25 s
[genvalidity-persistent-source] include base-4.20.2.0-fafd
304.25 s
[genvalidity-persistent-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
304.25 s
[genvalidity-persistent-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
304.25 s
[genvalidity-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
304.25 s
[genvalidity-persistent-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
304.25 s
[genvalidity-persistent-source] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
304.26 s
[genvalidity-persistent-source] component genvalidity-persistent-1.0.0.2-1bzhAsMlNBRARjuEmEcofb-genvalidity-persistent-test
304.26 s
[genvalidity-persistent-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.26 s
[genvalidity-persistent-source] include base-4.20.2.0-fafd
304.26 s
[genvalidity-persistent-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
304.26 s
[genvalidity-persistent-source] include genvalidity-persistent-1.0.0.2-BJdppRoCLgRJTkqwDtK3mr
304.26 s
[genvalidity-persistent-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
304.26 s
[genvalidity-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
304.26 s
[genvalidity-persistent-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
304.26 s
[genvalidity-persistent-source] Linked component graph:
304.26 s
[genvalidity-persistent-source] unit genvalidity-persistent-1.0.0.2-BJdppRoCLgRJTkqwDtK3mr
304.26 s
[pretty-relative-time] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.2KyH5Y54oP/Main.o )
304.26 s
[pretty-relative-time] [2 of 2] Linking Setup
304.26 s
[pretty-relative-time] Phase: updateAutotoolsGnuConfigScriptsPhase
304.26 s
[pretty-relative-time] Phase: configurePhase
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
304.26 s
[pretty-relative-time] Using Parsec parser
304.26 s
[pretty-relative-time] Configuring pretty-relative-time-0.3.0.0...
304.26 s
[pretty-relative-time] Dependency base >=4.7 && <5: using base-4.20.2.0
304.26 s
[pretty-relative-time] Dependency time: using time-1.12.2
304.26 s
[pretty-relative-time] Dependency validity: using validity-0.12.1.0
304.26 s
[pretty-relative-time] Dependency validity-time: using validity-time-0.5.0.0
304.26 s
[pretty-relative-time] Dependency QuickCheck: using QuickCheck-2.15.0.1
304.26 s
[pretty-relative-time] Dependency base >=4.7 && <5: using base-4.20.2.0
304.26 s
[pretty-relative-time] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
304.26 s
[pretty-relative-time] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
304.26 s
[pretty-relative-time] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
304.26 s
[pretty-relative-time] Dependency hspec: using hspec-2.11.14
304.26 s
[pretty-relative-time] Dependency pretty-relative-time: using pretty-relative-time-0.3.0.0
304.26 s
[pretty-relative-time] Dependency time: using time-1.12.2
304.26 s
[pretty-relative-time] Dependency validity: using validity-0.12.1.0
304.26 s
[pretty-relative-time] Dependency validity-time: using validity-time-0.5.0.0
304.26 s
[pretty-relative-time] Source component graph:
304.26 s
[pretty-relative-time] component lib
304.26 s
[pretty-relative-time] component test:pretty-relative-time-test dependency lib
304.26 s
[pretty-relative-time] Configured component graph:
304.26 s
[pretty-relative-time] component pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck
304.26 s
[pretty-relative-time] include base-4.20.2.0-fafd
304.26 s
[pretty-relative-time] include time-1.12.2-3479
304.26 s
[pretty-relative-time] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
304.26 s
[pretty-relative-time] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
304.26 s
[pretty-relative-time] component pretty-relative-time-0.3.0.0-Ipn4mvUQvKEDC9fpPHzmhA-pretty-relative-time-test
304.26 s
[pretty-relative-time] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.26 s
[pretty-relative-time] include base-4.20.2.0-fafd
304.26 s
[pretty-relative-time] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
304.26 s
[pretty-relative-time] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
304.26 s
[pretty-relative-time] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
304.26 s
[pretty-relative-time] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
304.26 s
[pretty-relative-time] include pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck
304.26 s
[pretty-relative-time] include time-1.12.2-3479
304.26 s
[pretty-relative-time] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
304.26 s
[pretty-relative-time] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
304.26 s
[pretty-relative-time] Linked component graph:
304.26 s
[pretty-relative-time] unit pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck
304.26 s
[pretty-relative-time] include base-4.20.2.0-fafd
304.26 s
[pretty-relative-time] include time-1.12.2-3479
304.26 s
[pretty-relative-time] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
304.26 s
[pretty-relative-time] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
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
304.26 s
[opt-env-conf-source] Phase: setupCompilerEnvironmentPhase
304.26 s
[opt-env-conf-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
304.26 s
[opt-env-conf-source] Phase: unpackPhase
304.26 s
[opt-env-conf-source] unpacking source archive /nix/store/psw77mfhhk5hwmfmrxbblacswc8yz7qx-opt-env-conf
304.26 s
[opt-env-conf-source] source root is opt-env-conf
304.26 s
[opt-env-conf-source] Phase: patchPhase
304.26 s
[opt-env-conf-source] Phase: compileBuildDriverPhase
304.26 s
[opt-env-conf-source] setupCompileFlags: -package-db=/build/tmp.aHhEOopO2o/setup-package.conf.d -threaded
304.26 s
[opt-env-conf-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.aHhEOopO2o/Main.o )
304.26 s
[opt-env-conf-source] [2 of 2] Linking Setup
304.26 s
[opt-env-conf-source] Phase: updateAutotoolsGnuConfigScriptsPhase
304.26 s
[opt-env-conf-source] Phase: configurePhase
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
304.26 s
[opt-env-conf-source] Using Parsec parser
304.26 s
[opt-env-conf-source] Configuring opt-env-conf-0.15.0.1...
304.26 s
[opt-env-conf-source] Dependency aeson: using aeson-2.2.3.0
304.26 s
[opt-env-conf-source] Dependency autodocodec >=0.3.0.0: using autodocodec-0.5.0.0
304.26 s
[opt-env-conf-source] Dependency autodocodec-nix: using autodocodec-nix-0.1.0.0
304.26 s
[opt-env-conf-source] Dependency autodocodec-schema: using autodocodec-schema-0.2.0.1
304.26 s
[opt-env-conf-source] Dependency autodocodec-yaml: using autodocodec-yaml-0.4.0.2
304.26 s
[opt-env-conf-source] Dependency base <5: using base-4.20.2.0
304.26 s
[opt-env-conf-source] Dependency containers: using containers-0.7
304.26 s
[opt-env-conf-source] Dependency hashable: using hashable-1.5.0.0
304.26 s
[opt-env-conf-source] Dependency mtl: using mtl-2.3.1
304.26 s
[opt-env-conf-source] Dependency path: using path-0.9.6
304.26 s
[opt-env-conf-source] Dependency path-io: using path-io-1.8.2
304.26 s
[opt-env-conf-source] Dependency safe-coloured-text >=0.3.0.2: using safe-coloured-text-0.3.0.2
304.26 s
[opt-env-conf-source] Dependency safe-coloured-text-layout >=0.2.0.0: using
304.26 s
[opt-env-conf-source] safe-coloured-text-layout-0.2.0.1
304.26 s
[opt-env-conf-source] Dependency safe-coloured-text-terminfo: using
304.26 s
[opt-env-conf-source] safe-coloured-text-terminfo-0.3.0.0
304.26 s
[opt-env-conf-source] Dependency selective: using selective-0.7.0.1
304.26 s
[opt-env-conf-source] Dependency text: using text-2.1.3
304.26 s
[opt-env-conf-source] Dependency validity: using validity-0.12.1.0
304.26 s
[opt-env-conf-source] Dependency validity-containers: using validity-containers-0.5.0.5
304.26 s
[opt-env-conf-source] Dependency validity-text: using validity-text-0.3.1.3
304.26 s
[opt-env-conf-source] Source component graph: component lib
304.26 s
[opt-env-conf-source] Configured component graph:
304.26 s
[opt-env-conf-source] component opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
304.26 s
[opt-env-conf-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
304.26 s
[opt-env-conf-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
304.26 s
[opt-env-conf-source] include autodocodec-nix-0.1.0.0-9U2A3yNIdG5ACINzfTf5un
304.26 s
[opt-env-conf-source] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
304.26 s
[opt-env-conf-source] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
304.26 s
[opt-env-conf-source] include base-4.20.2.0-fafd
304.26 s
[opt-env-conf-source] include containers-0.7-96b4
304.26 s
[opt-env-conf-source] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
304.26 s
[opt-env-conf-source] include mtl-2.3.1-37af
304.26 s
[opt-env-conf-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
304.26 s
[feedback] putTimedChunks (src/Feedback/Common/Output.hs:20)
304.26 s
[feedback] putDone (src/Feedback/Common/Output.hs:32)
304.26 s
[feedback] indicatorChunk (src/Feedback/Common/Output.hs:35)
304.26 s
[feedback] loopNameChunk (src/Feedback/Common/Output.hs:38)
304.26 s
[feedback] startingLines (src/Feedback/Common/Output.hs:41)
304.26 s
[feedback] exitCodeChunks (src/Feedback/Common/Output.hs:72)
304.26 s
[feedback] durationChunks (src/Feedback/Common/Output.hs:83)
304.26 s
[feedback] 0% ( 0 / 3) in 'Feedback.Test'
304.26 s
[feedback] Missing documentation for:
304.26 s
[feedback] Module header
304.26 s
[feedback] runFeedbackTest (src/Feedback/Test.hs:22)
304.26 s
[feedback] getTermCaps (src/Feedback/Test.hs:39)
304.26 s
[feedback] 0% ( 0 / 4) in 'Feedback.Loop.OptParse'
304.26 s
[feedback] Missing documentation for:
304.26 s
[feedback] Module header
304.26 s
[feedback] combineToSettings (src/Feedback/Loop/OptParse.hs:21)
304.26 s
[feedback] prettyConfiguration (src/Feedback/Loop/OptParse.hs:66)
304.26 s
[feedback] loopConfigLine (src/Feedback/Loop/OptParse.hs:80)
304.26 s
[feedback] 0% ( 0 / 11) in 'Feedback.Loop'
304.26 s
[feedback] Missing documentation for:
304.26 s
[feedback] Module header
304.26 s
[feedback] runFeedbackLoop (src/Feedback/Loop.hs:41)
304.26 s
[feedback] runHook (src/Feedback/Loop.hs:128)
304.26 s
[feedback] startWatching (src/Feedback/Loop.hs:143)
304.26 s
[feedback] getTermCaps (src/Feedback/Loop.hs:157)
304.26 s
[feedback] RestartEvent (src/Feedback/Loop.hs:163)
304.26 s
[feedback] worker (src/Feedback/Loop.hs:176)
304.26 s
[feedback] installKillHandler (src/Feedback/Loop.hs:262)
304.26 s
[feedback] waitForEvent (src/Feedback/Loop.hs:278)
304.26 s
[feedback] Output (src/Feedback/Loop.hs:290)
304.26 s
[feedback] putOutput (src/Feedback/Loop.hs:301)
304.26 s
[feedback] Warning: Feedback.Common.OptParse: could not find link destinations for:
304.26 s
[feedback] - Path.Internal.Posix.Path
304.26 s
[feedback] - Path.Posix.Abs
304.26 s
[feedback] - Path.Posix.Dir
304.26 s
[feedback] - Path.Posix.File
304.26 s
[feedback] Warning: Feedback.Loop.Filter: could not find link destinations for:
304.26 s
[feedback] - Path.Internal.Posix.Path
304.26 s
[feedback] - Path.Posix.Abs
304.26 s
[feedback] - Path.Posix.Dir
304.26 s
[feedback] - Path.Posix.File
304.26 s
[feedback] Warning: Feedback.Loop: could not find link destinations for:
304.26 s
[feedback] - Path.Internal.Posix.Path
304.26 s
[feedback] - Path.Posix.Abs
304.26 s
[feedback] - Path.Posix.Dir
304.26 s
[genvalidity-unordered-containers] genValid :: Gen (HashSet (Ratio Integer))
304.26 s
[genvalidity-unordered-containers] only generates valid '(HashSet (Ratio Integer))'s [✔]
304.26 s
[genvalidity-unordered-containers] +++ OK, passed 100 tests.
304.26 s
[genvalidity-unordered-containers] GenValid (HashMap Int (Ratio Integer))
304.26 s
[genvalidity-unordered-containers] genValid :: Gen (HashMap Int (Ratio Integer))
304.26 s
[genvalidity-unordered-containers] only generates valid '(HashMap Int (Ratio Integer))'s [✔]
304.26 s
[genvalidity-unordered-containers] +++ OK, passed 100 tests.
304.26 s
[genvalidity-unordered-containers] GenValid (HashMap (Ratio Integer) (Ratio Integer))
304.26 s
[genvalidity-unordered-containers] genValid :: Gen (HashMap (Ratio Integer) (Ratio Integer))
304.26 s
[genvalidity-unordered-containers] only generates valid '(HashMap (Ratio Integer) (Ratio Integer))'s [✔]
304.26 s
[genvalidity-unordered-containers] +++ OK, passed 100 tests.
304.26 s
[genvalidity-unordered-containers]
304.26 s
[genvalidity-unordered-containers] Finished in 0.0162 seconds
304.26 s
[genvalidity-unordered-containers] 4 examples, 0 failures
304.26 s
[genvalidity-unordered-containers] Test suite genvalidity-unordered-containers-test: PASS
304.26 s
[genvalidity-unordered-containers] Test suite logged to:
304.26 s
[genvalidity-unordered-containers] dist/test/genvalidity-unordered-containers-1.0.0.1-genvalidity-unordered-containers-test.log
304.26 s
[genvalidity-unordered-containers] 1 of 1 test suites (1 of 1 test cases) passed.
304.26 s
[genvalidity-unordered-containers] Phase: haddockPhase
304.26 s
[genvalidity-unordered-containers] Preprocessing library for genvalidity-unordered-containers-1.0.0.1...
304.26 s
[genvalidity-unordered-containers] Running Haddock on library for genvalidity-unordered-containers-1.0.0.1...
304.26 s
[genvalidity-unordered-containers] [1 of 4] Compiling Data.GenValidity.HashMap ( src/Data/GenValidity/HashMap.hs, nothing )
304.26 s
[genvalidity-unordered-containers] [2 of 4] Compiling Data.GenValidity.HashSet ( src/Data/GenValidity/HashSet.hs, nothing )
304.26 s
[genvalidity-unordered-containers] [3 of 4] Compiling Data.GenValidity.UnorderedContainers ( src/Data/GenValidity/UnorderedContainers.hs, nothing )
304.26 s
[genvalidity-unordered-containers] [4 of 4] Compiling Paths_genvalidity_unordered_containers ( dist/build/autogen/Paths_genvalidity_unordered_containers.hs, nothing )
304.26 s
[genvalidity-unordered-containers] Haddock coverage:
304.26 s
[genvalidity-unordered-containers] 0% ( 0 / 1) in 'Data.GenValidity.HashMap'
304.26 s
[genvalidity-unordered-containers] Missing documentation for:
304.26 s
[genvalidity-unordered-containers] Module header
304.26 s
[genvalidity-unordered-containers] 0% ( 0 / 1) in 'Data.GenValidity.HashSet'
304.26 s
[genvalidity-unordered-containers] Missing documentation for:
304.26 s
[genvalidity-unordered-containers] Module header
304.26 s
[genvalidity-unordered-containers] 66% ( 2 / 3) in 'Data.GenValidity.UnorderedContainers'
304.26 s
[genvalidity-unordered-containers] Missing documentation for:
304.26 s
[genvalidity-unordered-containers] Module header
304.26 s
[genvalidity-unordered-containers] Documentation created: dist/doc/html/genvalidity-unordered-containers/,
304.26 s
[genvalidity-unordered-containers] dist/doc/html/genvalidity-unordered-containers/genvalidity-unordered-containers.txt
304.26 s
[genvalidity-unordered-containers] Preprocessing test suite 'genvalidity-unordered-containers-test' for genvalidity-unordered-containers-1.0.0.1...
304.26 s
[genvalidity-unordered-containers] Phase: installPhase
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
304.26 s
[genvalidity-unordered-containers] Phase: fixupPhase
304.26 s
[genvalidity-unordered-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1
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
304.26 s
[genvalidity-unordered-containers] checking for references to /build/ in /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1...
304.26 s
[genvalidity-unordered-containers] patching script interpreter paths in /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1
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
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
304.26 s
[genvalidity-unordered-containers] checking for references to /build/ in /nix/store/3xhvp6nsrj0d1ndhcrsx6g5aq01b7sxs-genvalidity-unordered-containers-1.0.0.1-doc...
304.26 s
[genvalidity-unordered-containers] patching script interpreter paths in /nix/store/3xhvp6nsrj0d1ndhcrsx6g5aq01b7sxs-genvalidity-unordered-containers-1.0.0.1-doc
304.26 s
[cursor-gen-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
304.26 s
[cursor-gen-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
304.26 s
[cursor-gen-source] include text-2.1.3-34f1
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
304.26 s
[cursor-gen-source] unit cursor-gen-0.4.0.0-EG3mi1qsUMgKSi8Youhszh-cursor-test
304.26 s
[cursor-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.26 s
[cursor-gen-source] include base-4.20.2.0-fafd
304.26 s
[cursor-gen-source] include containers-0.7-96b4
304.26 s
[cursor-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
304.26 s
[cursor-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
304.26 s
[cursor-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
304.26 s
[cursor-gen-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
304.26 s
[cursor-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
304.26 s
[cursor-gen-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
304.26 s
[cursor-gen-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
304.26 s
[cursor-gen-source] include text-2.1.3-34f1
304.26 s
[cursor-gen-source] Ready component graph:
304.26 s
[cursor-gen-source] definite cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
304.26 s
[cursor-gen-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.26 s
[cursor-gen-source] depends base-4.20.2.0-fafd
304.26 s
[cursor-gen-source] depends containers-0.7-96b4
304.26 s
[cursor-gen-source] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
304.26 s
[cursor-gen-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
304.26 s
[cursor-gen-source] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
304.26 s
[cursor-gen-source] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
304.26 s
[cursor-gen-source] depends text-2.1.3-34f1
304.26 s
[cursor-gen-source] definite cursor-gen-0.4.0.0-EG3mi1qsUMgKSi8Youhszh-cursor-test
304.26 s
[cursor-gen-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.26 s
[cursor-gen-source] depends base-4.20.2.0-fafd
304.26 s
[cursor-gen-source] depends containers-0.7-96b4
304.26 s
[cursor-gen-source] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
304.26 s
[cursor-gen-source] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
304.26 s
[cursor-gen-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
304.26 s
[cursor-gen-source] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
304.26 s
[cursor-gen-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
304.26 s
[cursor-gen-source] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
304.26 s
[cursor-gen-source] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
304.26 s
[cursor-gen-source] depends text-2.1.3-34f1
304.26 s
[cursor-gen-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
304.26 s
[cursor-gen-source] Using compiler: ghc-9.10.3
304.26 s
[cursor-gen-source] Using install prefix:
304.26 s
[cursor-gen-source] /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0
304.26 s
[cursor-gen-source] Executables installed in:
304.26 s
[cursor-gen-source] /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0/bin
304.26 s
[cursor-gen-source] Libraries installed in:
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
304.26 s
[cursor-gen-source] Dynamic Libraries installed in:
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
304.26 s
[cursor-gen-source] Private executables installed in:
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
304.26 s
[cursor-gen-source] Data files installed in:
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
304.26 s
[cursor-gen-source] Documentation installed in: /share/doc/cursor-gen-0.4.0.0
304.26 s
[cursor-gen-source] Configuration files installed in:
304.26 s
[cursor-gen-source] /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0/etc
304.26 s
[cursor-gen-source] No alex found
304.26 s
[fuzzy-time-gen-source] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
304.26 s
[fuzzy-time-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
304.26 s
[fuzzy-time-gen-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
304.26 s
[fuzzy-time-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
304.26 s
[fuzzy-time-gen-source] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
304.26 s
[fuzzy-time-gen-source] include text-2.1.3-34f1
304.26 s
[fuzzy-time-gen-source] include time-1.12.2-3479
304.26 s
[fuzzy-time-gen-source] Ready component graph:
304.26 s
[fuzzy-time-gen-source] definite fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
304.26 s
[fuzzy-time-gen-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.26 s
[fuzzy-time-gen-source] depends base-4.20.2.0-fafd
304.26 s
[fuzzy-time-gen-source] depends fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
304.26 s
[fuzzy-time-gen-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
304.26 s
[fuzzy-time-gen-source] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
304.26 s
[fuzzy-time-gen-source] definite fuzzy-time-gen-0.3.0.0-DDuxKySPYAWGyKnopuSAAf-fuzzy-time-test
304.26 s
[fuzzy-time-gen-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.26 s
[fuzzy-time-gen-source] depends base-4.20.2.0-fafd
304.26 s
[fuzzy-time-gen-source] depends fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
304.26 s
[fuzzy-time-gen-source] depends fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
304.26 s
[fuzzy-time-gen-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
304.26 s
[fuzzy-time-gen-source] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
304.26 s
[fuzzy-time-gen-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
304.26 s
[fuzzy-time-gen-source] depends megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
304.26 s
[fuzzy-time-gen-source] depends text-2.1.3-34f1
304.26 s
[fuzzy-time-gen-source] depends time-1.12.2-3479
304.26 s
[fuzzy-time-gen-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
304.26 s
[fuzzy-time-gen-source] Using compiler: ghc-9.10.3
304.26 s
[fuzzy-time-gen-source] Using install prefix:
304.26 s
[fuzzy-time-gen-source] /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0
304.26 s
[fuzzy-time-gen-source] Executables installed in:
304.26 s
[fuzzy-time-gen-source] /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0/bin
304.26 s
[fuzzy-time-gen-source] Libraries installed in:
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
304.26 s
[fuzzy-time-gen-source] Dynamic Libraries installed in:
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
304.26 s
[fuzzy-time-gen-source] Private executables installed in:
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
304.27 s
[fuzzy-time-gen-source] Data files installed in:
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
304.27 s
[fuzzy-time-gen-source] Documentation installed in: /share/doc/fuzzy-time-gen-0.3.0.0
304.27 s
[fuzzy-time-gen-source] Configuration files installed in:
304.27 s
[fuzzy-time-gen-source] /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0/etc
304.27 s
[fuzzy-time-gen-source] No alex found
304.27 s
[fuzzy-time-gen-source] Using ar found on system at:
304.27 s
[fuzzy-time-gen-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
304.27 s
[fuzzy-time-gen-source] No c2hs found
304.27 s
[fuzzy-time-gen-source] No cpphs found
304.27 s
[fuzzy-time-gen-source] No doctest found
304.27 s
[fuzzy-time-gen-source] Using gcc version 14.3.0 given by user at:
304.27 s
[fuzzy-time-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
304.27 s
[fuzzy-time-gen-source] Using ghc version 9.10.3 found on system at:
304.27 s
[fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
304.27 s
[fuzzy-time-gen-source] Using ghc-pkg version 9.10.3 found on system at:
304.27 s
[fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
304.27 s
[fuzzy-time-gen-source] No ghcjs found
304.27 s
[fuzzy-time-gen-source] No ghcjs-pkg found
304.27 s
[fuzzy-time-gen-source] No greencard found
304.27 s
[fuzzy-time-gen-source] Using haddock version 2.31.1 found on system at:
304.27 s
[fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
304.27 s
[fuzzy-time-gen-source] No happy found
304.27 s
[fuzzy-time-gen-source] Using haskell-suite found on system at: haskell-suite-dummy-location
304.27 s
[fuzzy-time-gen-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
304.27 s
[fuzzy-time-gen-source] No hmake found
304.27 s
[fuzzy-time-gen-source] Using hpc version 0.69 found on system at:
304.27 s
[fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
304.27 s
[fuzzy-time-gen-source] Using hsc2hs version 0.68.10 found on system at:
304.27 s
[fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
304.27 s
[fuzzy-time-gen-source] Using hscolour version 1.25 found on system at:
304.27 s
[fuzzy-time-gen-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
304.27 s
[fuzzy-time-gen-source] No jhc found
304.27 s
[fuzzy-time-gen-source] Using ld found on system at:
304.27 s
[fuzzy-time-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
304.27 s
[fuzzy-time-gen-source] No pkg-config found
304.27 s
[fuzzy-time-gen-source] Using runghc version 9.10.3 found on system at:
304.27 s
[fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
304.27 s
[fuzzy-time-gen-source] Using strip version 2.44 found on system at:
304.27 s
[fuzzy-time-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
304.27 s
[fuzzy-time-gen-source] Using tar found on system at:
304.27 s
[fuzzy-time-gen-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
304.27 s
[fuzzy-time-gen-source] No uhc found
304.27 s
[genvalidity-persistent-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.27 s
[genvalidity-persistent-source] include base-4.20.2.0-fafd
304.27 s
[genvalidity-persistent-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
304.27 s
[genvalidity-persistent-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
304.27 s
[genvalidity-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
304.27 s
[genvalidity-persistent-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
304.27 s
[genvalidity-persistent-source] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
304.27 s
[genvalidity-persistent-source] Data.GenValidity.Persist=genvalidity-persistent-1.0.0.2-BJdppRoCLgRJTkqwDtK3mr:Data.GenValidity.Persist
304.27 s
[genvalidity-persistent-source] unit genvalidity-persistent-1.0.0.2-1bzhAsMlNBRARjuEmEcofb-genvalidity-persistent-test
304.27 s
[genvalidity-persistent-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.27 s
[genvalidity-persistent-source] include base-4.20.2.0-fafd
304.27 s
[genvalidity-persistent-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
304.27 s
[genvalidity-persistent-source] include genvalidity-persistent-1.0.0.2-BJdppRoCLgRJTkqwDtK3mr
304.27 s
[genvalidity-persistent-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
304.27 s
[genvalidity-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
304.27 s
[genvalidity-persistent-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
304.27 s
[genvalidity-persistent-source] Ready component graph:
304.27 s
[genvalidity-persistent-source] definite genvalidity-persistent-1.0.0.2-BJdppRoCLgRJTkqwDtK3mr
304.27 s
[genvalidity-persistent-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.27 s
[genvalidity-persistent-source] depends base-4.20.2.0-fafd
304.27 s
[genvalidity-persistent-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
304.27 s
[genvalidity-persistent-source] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
304.27 s
[genvalidity-persistent-source] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
304.27 s
[genvalidity-persistent-source] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
304.27 s
[genvalidity-persistent-source] depends validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
304.27 s
[genvalidity-persistent-source] definite genvalidity-persistent-1.0.0.2-1bzhAsMlNBRARjuEmEcofb-genvalidity-persistent-test
304.27 s
[genvalidity-persistent-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.27 s
[genvalidity-persistent-source] depends base-4.20.2.0-fafd
304.27 s
[genvalidity-persistent-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
304.27 s
[genvalidity-persistent-source] depends genvalidity-persistent-1.0.0.2-BJdppRoCLgRJTkqwDtK3mr
304.27 s
[genvalidity-persistent-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
304.27 s
[genvalidity-persistent-source] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
304.27 s
[genvalidity-persistent-source] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
304.27 s
[genvalidity-persistent-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
304.27 s
[genvalidity-persistent-source] Using compiler: ghc-9.10.3
304.27 s
[genvalidity-persistent-source] Using install prefix:
304.27 s
[genvalidity-persistent-source] /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2
304.27 s
[genvalidity-persistent-source] Executables installed in:
304.27 s
[genvalidity-persistent-source] /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2/bin
304.27 s
[genvalidity-persistent-source] Libraries installed in:
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
304.27 s
[genvalidity-persistent-source] Dynamic Libraries installed in:
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
304.27 s
[genvalidity-persistent-source] Private executables installed in:
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
304.27 s
[genvalidity-persistent-source] Data files installed in:
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
304.27 s
[genvalidity-persistent-source] Documentation installed in: /share/doc/genvalidity-persistent-1.0.0.2
304.27 s
[genvalidity-persistent-source] Configuration files installed in:
304.27 s
[genvalidity-persistent-source] /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2/etc
304.27 s
[genvalidity-persistent-source] No alex found
304.27 s
[genvalidity-persistent-source] Using ar found on system at:
304.27 s
[genvalidity-persistent-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
304.27 s
[genvalidity-persistent-source] No c2hs found
304.27 s
[genvalidity-persistent-source] No cpphs found
304.27 s
[genvalidity-persistent-source] No doctest found
304.27 s
[genvalidity-persistent-source] Using gcc version 14.3.0 given by user at:
304.27 s
[genvalidity-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
304.27 s
[genvalidity-persistent-source] Using ghc version 9.10.3 found on system at:
304.27 s
[genvalidity-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
304.27 s
[genvalidity-persistent-source] Using ghc-pkg version 9.10.3 found on system at:
304.27 s
[genvalidity-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
304.27 s
[genvalidity-persistent-source] No ghcjs found
304.27 s
[genvalidity-persistent-source] No ghcjs-pkg found
304.27 s
[genvalidity-persistent-source] No greencard found
304.27 s
[genvalidity-persistent-source] Using haddock version 2.31.1 found on system at:
304.27 s
[genvalidity-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
304.27 s
[genvalidity-persistent-source] No happy found
304.27 s
[genvalidity-persistent-source] Using haskell-suite found on system at: haskell-suite-dummy-location
304.27 s
[genvalidity-persistent-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
304.27 s
[genvalidity-persistent-source] No hmake found
304.27 s
[pretty-relative-time] unit pretty-relative-time-0.3.0.0-Ipn4mvUQvKEDC9fpPHzmhA-pretty-relative-time-test
304.27 s
[pretty-relative-time] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.27 s
[pretty-relative-time] include base-4.20.2.0-fafd
304.27 s
[pretty-relative-time] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
304.27 s
[pretty-relative-time] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
304.27 s
[pretty-relative-time] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
304.27 s
[pretty-relative-time] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
304.27 s
[pretty-relative-time] include pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck
304.27 s
[pretty-relative-time] include time-1.12.2-3479
304.27 s
[pretty-relative-time] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
304.27 s
[pretty-relative-time] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
304.27 s
[pretty-relative-time] Ready component graph:
304.27 s
[pretty-relative-time] definite pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck
304.27 s
[pretty-relative-time] depends base-4.20.2.0-fafd
304.27 s
[pretty-relative-time] depends time-1.12.2-3479
304.27 s
[pretty-relative-time] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
304.27 s
[pretty-relative-time] depends validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
304.27 s
[pretty-relative-time] definite pretty-relative-time-0.3.0.0-Ipn4mvUQvKEDC9fpPHzmhA-pretty-relative-time-test
304.27 s
[pretty-relative-time] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
304.27 s
[pretty-relative-time] depends base-4.20.2.0-fafd
304.27 s
[pretty-relative-time] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
304.27 s
[pretty-relative-time] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
304.27 s
[pretty-relative-time] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
304.27 s
[pretty-relative-time] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
304.27 s
[pretty-relative-time] depends pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck
304.27 s
[pretty-relative-time] depends time-1.12.2-3479
304.27 s
[pretty-relative-time] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
304.27 s
[pretty-relative-time] depends validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
304.27 s
[pretty-relative-time] Using Cabal-3.12.1.0 compiled by ghc-9.10
304.27 s
[pretty-relative-time] Using compiler: ghc-9.10.3
304.27 s
[pretty-relative-time] Using install prefix:
304.27 s
[pretty-relative-time] /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0
304.27 s
[pretty-relative-time] Executables installed in:
304.27 s
[pretty-relative-time] /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0/bin
304.27 s
[pretty-relative-time] Libraries installed in:
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
304.27 s
[pretty-relative-time] Dynamic Libraries installed in:
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
304.27 s
[pretty-relative-time] Private executables installed in:
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
304.27 s
[pretty-relative-time] Data files installed in:
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
304.27 s
[pretty-relative-time] Documentation installed in:
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
304.27 s
[pretty-relative-time] Configuration files installed in:
304.27 s
[pretty-relative-time] /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0/etc
304.27 s
[pretty-relative-time] No alex found
304.27 s
[pretty-relative-time] Using ar found on system at:
304.27 s
[pretty-relative-time] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
304.27 s
[pretty-relative-time] No c2hs found
304.27 s
[pretty-relative-time] No cpphs found
304.27 s
[pretty-relative-time] No doctest found
304.27 s
[pretty-relative-time] Using gcc version 14.3.0 given by user at:
304.27 s
[pretty-relative-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
304.27 s
[pretty-relative-time] Using ghc version 9.10.3 found on system at:
304.27 s
[pretty-relative-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
304.27 s
[pretty-relative-time] Using ghc-pkg version 9.10.3 found on system at:
304.27 s
[pretty-relative-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
304.27 s
[pretty-relative-time] No ghcjs found
304.27 s
[pretty-relative-time] No ghcjs-pkg found
304.27 s
[pretty-relative-time] No greencard found
304.27 s
[pretty-relative-time] Using haddock version 2.31.1 found on system at:
304.27 s
[pretty-relative-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
304.27 s
[pretty-relative-time] No happy found
304.27 s
[pretty-relative-time] Using haskell-suite found on system at: haskell-suite-dummy-location
304.27 s
[pretty-relative-time] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
304.27 s
[pretty-relative-time] No hmake found
304.27 s
[pretty-relative-time] Using hpc version 0.69 found on system at:
304.27 s
[pretty-relative-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
304.27 s
[pretty-relative-time] Using hsc2hs version 0.68.10 found on system at:
304.27 s
[pretty-relative-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
304.27 s
[pretty-relative-time] Using hscolour version 1.25 found on system at:
304.27 s
[pretty-relative-time] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
304.27 s
[pretty-relative-time] No jhc found
304.27 s
[pretty-relative-time] Using ld found on system at:
304.27 s
[pretty-relative-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
304.27 s
[pretty-relative-time] No pkg-config found
304.27 s
[pretty-relative-time] Using runghc version 9.10.3 found on system at:
304.27 s
[opt-env-conf-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
304.27 s
[opt-env-conf-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
304.27 s
[opt-env-conf-source] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
304.27 s
[opt-env-conf-source] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
304.27 s
[opt-env-conf-source] include selective-0.7.0.1-hkwt5DSnm9GnF9HDZaj8b
304.27 s
[opt-env-conf-source] include text-2.1.3-34f1
304.27 s
[opt-env-conf-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
304.27 s
[opt-env-conf-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
304.27 s
[opt-env-conf-source] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
304.27 s
[opt-env-conf-source] Linked component graph:
304.27 s
[opt-env-conf-source] unit opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
304.27 s
[opt-env-conf-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
304.27 s
[opt-env-conf-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
304.27 s
[opt-env-conf-source] include autodocodec-nix-0.1.0.0-9U2A3yNIdG5ACINzfTf5un
304.27 s
[opt-env-conf-source] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
304.27 s
[opt-env-conf-source] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
304.27 s
[opt-env-conf-source] include base-4.20.2.0-fafd
304.27 s
[opt-env-conf-source] include containers-0.7-96b4
304.27 s
[opt-env-conf-source] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
304.27 s
[opt-env-conf-source] include mtl-2.3.1-37af
304.27 s
[opt-env-conf-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
304.27 s
[opt-env-conf-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
304.27 s
[opt-env-conf-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
304.27 s
[opt-env-conf-source] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
304.27 s
[opt-env-conf-source] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
304.27 s
[opt-env-conf-source] include selective-0.7.0.1-hkwt5DSnm9GnF9HDZaj8b
304.27 s
[opt-env-conf-source] include text-2.1.3-34f1
304.27 s
[opt-env-conf-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
304.27 s
[opt-env-conf-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
304.27 s
[opt-env-conf-source] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
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
304.27 s
[opt-env-conf-source] Ready component graph:
304.27 s
[opt-env-conf-source] definite opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
304.27 s
[opt-env-conf-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
304.27 s
[opt-env-conf-source] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
304.27 s
[opt-env-conf-source] depends autodocodec-nix-0.1.0.0-9U2A3yNIdG5ACINzfTf5un
304.27 s
[opt-env-conf-source] depends autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
304.27 s
[opt-env-conf-source] depends autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
304.27 s
[opt-env-conf-source] depends base-4.20.2.0-fafd
304.27 s
[opt-env-conf-source] depends containers-0.7-96b4
304.27 s
[opt-env-conf-source] depends hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
304.27 s
[opt-env-conf-source] depends mtl-2.3.1-37af
304.27 s
[opt-env-conf-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
304.27 s
[opt-env-conf-source] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
304.27 s
[opt-env-conf-source] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
304.27 s
[cursor-gen-source] Using ar found on system at:
304.27 s
[cursor-gen-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
304.27 s
[cursor-gen-source] No c2hs found
304.27 s
[cursor-gen-source] No cpphs found
304.27 s
[cursor-gen-source] No doctest found
304.27 s
[cursor-gen-source] Using gcc version 14.3.0 given by user at:
304.27 s
[cursor-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
304.27 s
[cursor-gen-source] Using ghc version 9.10.3 found on system at:
304.27 s
[cursor-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
304.27 s
[cursor-gen-source] Using ghc-pkg version 9.10.3 found on system at:
304.27 s
[cursor-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
304.27 s
[cursor-gen-source] No ghcjs found
304.27 s
[cursor-gen-source] No ghcjs-pkg found
304.27 s
[cursor-gen-source] No greencard found
304.27 s
[cursor-gen-source] Using haddock version 2.31.1 found on system at:
304.27 s
[cursor-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
304.27 s
[cursor-gen-source] No happy found
304.27 s
[cursor-gen-source] Using haskell-suite found on system at: haskell-suite-dummy-location
304.27 s
[cursor-gen-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
304.27 s
[cursor-gen-source] No hmake found
304.27 s
[cursor-gen-source] Using hpc version 0.69 found on system at:
304.27 s
[cursor-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
304.27 s
[cursor-gen-source] Using hsc2hs version 0.68.10 found on system at:
304.27 s
[cursor-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
304.27 s
[cursor-gen-source] Using hscolour version 1.25 found on system at:
304.27 s
[cursor-gen-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
304.27 s
[cursor-gen-source] No jhc found
304.27 s
[cursor-gen-source] Using ld found on system at:
304.27 s
[cursor-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
304.27 s
[cursor-gen-source] No pkg-config found
304.27 s
[cursor-gen-source] Using runghc version 9.10.3 found on system at:
304.27 s
[cursor-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
304.27 s
[cursor-gen-source] Using strip version 2.44 found on system at:
304.27 s
[cursor-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
304.27 s
[cursor-gen-source] Using tar found on system at:
304.27 s
[cursor-gen-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
304.27 s
[cursor-gen-source] No uhc found
304.27 s
[cursor-gen-source] Phase: buildPhase
304.27 s
[cursor-gen-source] Distribution quality warnings:
304.27 s
[cursor-gen-source] [missing-upper-bounds] On library, these packages miss upper bounds:
304.27 s
[cursor-gen-source] - QuickCheck
304.27 s
[cursor-gen-source] - containers
304.27 s
[cursor-gen-source] - cursor
304.27 s
[cursor-gen-source] - genvalidity
304.27 s
[cursor-gen-source] - genvalidity-containers
304.27 s
[cursor-gen-source] - genvalidity-text
304.27 s
[cursor-gen-source] - text
304.27 s
[cursor-gen-source] Please add them. There is more information at https://pvp.haskell.org/
304.27 s
[cursor-gen-source] Building source dist for cursor-gen-0.4.0.0...
304.27 s
[cursor-gen-source] Source tarball created: dist/cursor-gen-0.4.0.0.tar.gz
304.27 s
[cursor-gen-source] Phase: checkPhase
304.27 s
[cursor-gen-source] Phase: haddockPhase
304.27 s
[cursor-gen-source] Phase: installPhase
304.27 s
[cursor-gen-source] Phase: fixupPhase
304.28 s
[fuzzy-time-gen-source] Phase: buildPhase
304.28 s
[fuzzy-time-gen-source] Distribution quality warnings:
304.28 s
[fuzzy-time-gen-source] [no-synopsis] No 'synopsis' field.
304.28 s
[fuzzy-time-gen-source] [missing-upper-bounds] On library, these packages miss upper bounds:
304.28 s
[fuzzy-time-gen-source] - QuickCheck
304.28 s
[fuzzy-time-gen-source] - fuzzy-time
304.28 s
[fuzzy-time-gen-source] - genvalidity
304.28 s
[fuzzy-time-gen-source] - genvalidity-time
304.28 s
[fuzzy-time-gen-source] Please add them. There is more information at https://pvp.haskell.org/
304.28 s
[fuzzy-time-gen-source] Building source dist for fuzzy-time-gen-0.3.0.0...
304.28 s
[fuzzy-time-gen-source] Source tarball created: dist/fuzzy-time-gen-0.3.0.0.tar.gz
304.28 s
[fuzzy-time-gen-source] Phase: checkPhase
304.28 s
[fuzzy-time-gen-source] Phase: haddockPhase
304.28 s
[fuzzy-time-gen-source] Phase: installPhase
304.28 s
[fuzzy-time-gen-source] Phase: fixupPhase
304.28 s
[genvalidity-persistent-source] Using hpc version 0.69 found on system at:
304.28 s
[genvalidity-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
304.28 s
[genvalidity-persistent-source] Using hsc2hs version 0.68.10 found on system at:
304.28 s
[genvalidity-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
304.28 s
[genvalidity-persistent-source] Using hscolour version 1.25 found on system at:
304.28 s
[genvalidity-persistent-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
304.28 s
[genvalidity-persistent-source] No jhc found
304.28 s
[genvalidity-persistent-source] Using ld found on system at:
304.28 s
[genvalidity-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
304.28 s
[genvalidity-persistent-source] No pkg-config found
304.28 s
[genvalidity-persistent-source] Using runghc version 9.10.3 found on system at:
304.28 s
[genvalidity-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
304.28 s
[genvalidity-persistent-source] Using strip version 2.44 found on system at:
304.28 s
[genvalidity-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
304.28 s
[genvalidity-persistent-source] Using tar found on system at:
304.28 s
[genvalidity-persistent-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
304.28 s
[genvalidity-persistent-source] No uhc found
304.28 s
[genvalidity-persistent-source] Phase: buildPhase
304.28 s
[genvalidity-persistent-source] Distribution quality warnings:
304.28 s
[genvalidity-persistent-source] [no-description] No 'description' field.
304.28 s
[genvalidity-persistent-source] [missing-upper-bounds] On library, these packages miss upper bounds:
304.28 s
[genvalidity-persistent-source] - QuickCheck
304.28 s
[genvalidity-persistent-source] - genvalidity
304.28 s
[genvalidity-persistent-source] - genvalidity-containers
304.28 s
[genvalidity-persistent-source] - persistent
304.28 s
[genvalidity-persistent-source] - validity-containers
304.28 s
[genvalidity-persistent-source] - validity-persistent
304.28 s
[genvalidity-persistent-source] Please add them. There is more information at https://pvp.haskell.org/
304.28 s
[genvalidity-persistent-source] Building source dist for genvalidity-persistent-1.0.0.2...
304.28 s
[genvalidity-persistent-source] Source tarball created: dist/genvalidity-persistent-1.0.0.2.tar.gz
304.28 s
[genvalidity-persistent-source] Phase: checkPhase
304.28 s
[genvalidity-persistent-source] Phase: haddockPhase
304.28 s
[genvalidity-persistent-source] Phase: installPhase
304.28 s
[genvalidity-persistent-source] Phase: fixupPhase
304.28 s
[pretty-relative-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
304.28 s
[pretty-relative-time] Using strip version 2.44 found on system at:
304.28 s
[pretty-relative-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
304.28 s
[pretty-relative-time] Using tar found on system at:
304.28 s
[pretty-relative-time] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
304.28 s
[pretty-relative-time] No uhc found
304.28 s
[pretty-relative-time] Phase: buildPhase
304.28 s
[pretty-relative-time] Preprocessing library for pretty-relative-time-0.3.0.0...
304.28 s
[pretty-relative-time] Building library for pretty-relative-time-0.3.0.0...
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 )
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 )
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 )
304.28 s
[opt-env-conf-source] depends safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
304.28 s
[opt-env-conf-source] depends safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
304.28 s
[opt-env-conf-source] depends selective-0.7.0.1-hkwt5DSnm9GnF9HDZaj8b
304.28 s
[opt-env-conf-source] depends text-2.1.3-34f1
304.28 s
[opt-env-conf-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
304.28 s
[opt-env-conf-source] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
304.28 s
[opt-env-conf-source] depends validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
304.28 s
[opt-env-conf-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
304.28 s
[opt-env-conf-source] Using compiler: ghc-9.10.3
304.28 s
[opt-env-conf-source] Using install prefix:
304.28 s
[opt-env-conf-source] /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1
304.28 s
[opt-env-conf-source] Executables installed in:
304.28 s
[opt-env-conf-source] /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1/bin
304.28 s
[opt-env-conf-source] Libraries installed in:
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
304.28 s
[opt-env-conf-source] Dynamic Libraries installed in:
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
304.28 s
[opt-env-conf-source] Private executables installed in:
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
304.28 s
[opt-env-conf-source] Data files installed in:
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
304.28 s
[opt-env-conf-source] Documentation installed in: /share/doc/opt-env-conf-0.15.0.1
304.28 s
[opt-env-conf-source] Configuration files installed in:
304.28 s
[opt-env-conf-source] /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1/etc
304.28 s
[opt-env-conf-source] No alex found
304.28 s
[opt-env-conf-source] Using ar found on system at:
304.28 s
[opt-env-conf-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
304.28 s
[opt-env-conf-source] No c2hs found
304.28 s
[opt-env-conf-source] No cpphs found
304.28 s
[opt-env-conf-source] No doctest found
304.28 s
[opt-env-conf-source] Using gcc version 14.3.0 given by user at:
304.28 s
[opt-env-conf-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
304.28 s
[opt-env-conf-source] Using ghc version 9.10.3 found on system at:
304.28 s
[opt-env-conf-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
304.28 s
[opt-env-conf-source] Using ghc-pkg version 9.10.3 found on system at:
304.28 s
[opt-env-conf-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
304.28 s
[opt-env-conf-source] No ghcjs found
304.28 s
[opt-env-conf-source] No ghcjs-pkg found
304.28 s
[opt-env-conf-source] No greencard found
304.28 s
[opt-env-conf-source] Using haddock version 2.31.1 found on system at:
304.28 s
[opt-env-conf-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
304.28 s
[opt-env-conf-source] No happy found
304.28 s
[opt-env-conf-source] Using haskell-suite found on system at: haskell-suite-dummy-location
304.28 s
[opt-env-conf-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
304.28 s
[opt-env-conf-source] No hmake found
304.28 s
[opt-env-conf-source] Using hpc version 0.69 found on system at:
304.28 s
[opt-env-conf-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
304.28 s
[opt-env-conf-source] Using hsc2hs version 0.68.10 found on system at:
304.28 s
[opt-env-conf-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
304.28 s
[opt-env-conf-source] Using hscolour version 1.25 found on system at:
304.28 s
[opt-env-conf-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
304.28 s
[opt-env-conf-source] No jhc found
304.28 s
[opt-env-conf-source] Using ld found on system at:
304.28 s
[opt-env-conf-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
304.28 s
[opt-env-conf-source] No pkg-config found
304.28 s
[opt-env-conf-source] Using runghc version 9.10.3 found on system at:
304.28 s
[opt-env-conf-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
304.28 s
[opt-env-conf-source] Using strip version 2.44 found on system at:
304.28 s
[opt-env-conf-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
304.28 s
[opt-env-conf-source] Using tar found on system at:
304.28 s
[opt-env-conf-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
304.28 s
[opt-env-conf-source] No uhc found
304.28 s
[opt-env-conf-source] Phase: buildPhase
304.28 s
[opt-env-conf-source] Distribution quality warnings:
304.28 s
[opt-env-conf-source] [no-category] No 'category' field.
304.28 s
[opt-env-conf-source] [no-description] No 'description' field.
304.28 s
[opt-env-conf-source] [long-synopsis] The 'synopsis' field is rather long (max 80 chars is
304.28 s
[opt-env-conf-source] recommended).
304.28 s
[opt-env-conf-source] [missing-upper-bounds] On library, these packages miss upper bounds:
304.28 s
[opt-env-conf-source] - aeson
304.28 s
[opt-env-conf-source] - autodocodec
304.28 s
[opt-env-conf-source] - autodocodec-nix
304.28 s
[opt-env-conf-source] - autodocodec-schema
304.28 s
[opt-env-conf-source] - autodocodec-yaml
304.28 s
[opt-env-conf-source] - containers
304.28 s
[opt-env-conf-source] - hashable
304.28 s
[opt-env-conf-source] - mtl
304.28 s
[opt-env-conf-source] - path
304.28 s
[opt-env-conf-source] - path-io
304.28 s
[opt-env-conf-source] - safe-coloured-text
304.28 s
[opt-env-conf-source] - safe-coloured-text-layout
304.28 s
[opt-env-conf-source] - selective
304.28 s
[opt-env-conf-source] - text
304.28 s
[opt-env-conf-source] - validity
304.28 s
[opt-env-conf-source] - validity-containers
304.28 s
[opt-env-conf-source] - validity-text
304.28 s
[opt-env-conf-source] - safe-coloured-text-terminfo
304.28 s
[opt-env-conf-source] Please add them. There is more information at https://pvp.haskell.org/
304.28 s
[opt-env-conf-source] Building source dist for opt-env-conf-0.15.0.1...
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
304.79 s
[post-build-hook] Pushing 2 paths (86 are already present) using zstd to cache smos ⏳
304.79 s
[post-build-hook]
305.11 s
[post-build-hook] Pushing /nix/store/3xhvp6nsrj0d1ndhcrsx6g5aq01b7sxs-genvalidity-unordered-containers-1.0.0.1-doc (172.33 KiB)
305.20 s
[post-build-hook] Pushing /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1 (488.16 KiB)
306.04 s
[post-build-hook]
306.04 s
[post-build-hook] All done.
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
306.13 s
[post-build-hook] copying 0 paths...
306.46 s
[post-build-hook] copying 0 paths...
306.68 s
Progress: 77 of 152 built (6 building), 815 of 815 downloaded from cache
306.75 s
Building genvalidity-aeson-source
306.75 s
[feedback] Documentation created: dist/doc/html/feedback/,
306.75 s
[feedback] dist/doc/html/feedback/feedback.txt
306.75 s
[feedback] Preprocessing executable 'feedback-test' for feedback-0.2.0.0...
306.75 s
[feedback] Preprocessing executable 'feedback' for feedback-0.2.0.0...
306.75 s
[feedback] Phase: installPhase
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
306.75 s
[feedback] Installing executable feedback-test in /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/bin
306.75 s
[feedback] Warning: The directory
306.75 s
[feedback] /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/bin is not in the
306.75 s
[feedback] system search path.
306.75 s
[feedback] Installing executable feedback in /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/bin
306.75 s
[feedback] Warning: The directory
306.75 s
[feedback] /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/bin is not in the
306.75 s
[feedback] system search path.
306.75 s
[feedback] Phase: fixupPhase
306.75 s
[feedback] shrinking RPATHs of ELF executables and libraries in /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0
306.75 s
[feedback] shrinking /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/bin/feedback
306.75 s
[feedback] shrinking /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/bin/feedback-test
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
306.75 s
[feedback] checking for references to /build/ in /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0...
306.75 s
[feedback] patching script interpreter paths in /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0
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
306.75 s
[feedback] shrinking RPATHs of ELF executables and libraries in /nix/store/69plkbhs4zqfrai8lii272vn3nz01cgx-feedback-0.2.0.0-doc
306.75 s
[feedback] checking for references to /build/ in /nix/store/69plkbhs4zqfrai8lii272vn3nz01cgx-feedback-0.2.0.0-doc...
306.75 s
[feedback] patching script interpreter paths in /nix/store/69plkbhs4zqfrai8lii272vn3nz01cgx-feedback-0.2.0.0-doc
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 )
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 )
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 )
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 )
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 )
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 )
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 )
306.75 s
[opt-env-conf-source] Source tarball created: dist/opt-env-conf-0.15.0.1.tar.gz
306.75 s
[opt-env-conf-source] Phase: haddockPhase
306.75 s
[opt-env-conf-source] Phase: installPhase
306.75 s
[opt-env-conf-source] Phase: fixupPhase
306.78 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0
307.13 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
307.13 s
[post-build-hook]
307.48 s
[post-build-hook] Pushing /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0 (19.02 KiB)
308.37 s
[post-build-hook]
308.37 s
[post-build-hook] All done.
308.39 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0
308.44 s
[post-build-hook] copying 1 paths...
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'...
308.82 s
[post-build-hook] copying 0 paths...
308.85 s
Progress: 78 of 152 built (6 building), 815 of 815 downloaded from cache
308.88 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0
309.23 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
309.23 s
[post-build-hook]
309.57 s
[post-build-hook] Pushing /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0 (8.04 KiB)
310.40 s
[post-build-hook]
310.40 s
[post-build-hook] All done.
310.42 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0
310.47 s
[post-build-hook] copying 1 paths...
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'...
310.84 s
[post-build-hook] copying 0 paths...
310.86 s
Progress: 79 of 153 built (5 building), 815 of 815 downloaded from cache
310.89 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2
311.24 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
311.24 s
[post-build-hook]
311.58 s
[post-build-hook] Pushing /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2 (3.52 KiB)
312.43 s
[post-build-hook]
312.43 s
[post-build-hook] All done.
312.45 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2
312.50 s
[post-build-hook] copying 1 paths...
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'...
313.19 s
[post-build-hook] copying 0 paths...
313.22 s
Progress: 80 of 154 built (4 building), 815 of 815 downloaded from cache
313.25 s
Building validity-case-insensitive-source
313.29 s
Building validity-path-source
313.36 s
Building cursor-gen
313.41 s
Building fuzzy-time-gen
313.42 s
Waiting for lock on waiting for a free build user ID for '/nix/store/sfp561g7abpcqqz0k42n4jrqs52jpd84-genvalidity-persistent
313.42 s
[pretty-relative-time] Preprocessing test suite 'pretty-relative-time-test' for pretty-relative-time-0.3.0.0...
313.42 s
[pretty-relative-time] Building test suite 'pretty-relative-time-test' for pretty-relative-time-0.3.0.0...
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 )
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 )
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 )
313.42 s
[pretty-relative-time] [4 of 4] Linking dist/build/pretty-relative-time-test/pretty-relative-time-test
313.42 s
[pretty-relative-time] Phase: checkPhase
313.42 s
[pretty-relative-time] Running 1 test suites...
313.42 s
[pretty-relative-time] Test suite pretty-relative-time-test: RUNNING...
313.42 s
[pretty-relative-time]
313.42 s
[pretty-relative-time] Text.Time.Pretty
313.42 s
[pretty-relative-time] Eq DaysAgo
313.42 s
[pretty-relative-time] (==) :: DaysAgo -> DaysAgo -> Bool
313.42 s
[pretty-relative-time] is reflexive for "valid DaysAgo"s [✔]
313.42 s
[pretty-relative-time] +++ OK, passed 100 tests.
313.42 s
[pretty-relative-time] is symmetric for "valid DaysAgo"s [✔]
313.42 s
[pretty-relative-time] +++ OK, passed 100 tests.
313.42 s
[pretty-relative-time] is transitive for "valid DaysAgo"s [✔]
313.42 s
[pretty-relative-time] +++ OK, passed 100 tests.
313.42 s
[pretty-relative-time] is equivalent to (\a b -> not $ a /= b) for "valid DaysAgo"s [✔]
313.42 s
[pretty-relative-time] +++ OK, passed 100 tests.
313.42 s
[pretty-relative-time] (/=) :: DaysAgo -> DaysAgo -> Bool
313.42 s
[pretty-relative-time] is antireflexive for "valid DaysAgo"s [✔]
313.42 s
[pretty-relative-time] +++ OK, passed 100 tests.
313.42 s
[pretty-relative-time] is equivalent to (\a b -> not $ a == b) for "valid DaysAgo"s [✔]
313.42 s
[pretty-relative-time] +++ OK, passed 100 tests.
313.42 s
[pretty-relative-time] GenValid DaysAgo
313.42 s
[pretty-relative-time] genValid :: Gen DaysAgo
313.42 s
[pretty-relative-time] only generates valid 'DaysAgo's [✔]
313.42 s
[pretty-relative-time] +++ OK, passed 100 tests.
313.42 s
[pretty-relative-time] daysAgo
313.42 s
[pretty-relative-time] produces valid TimeAgos [✔]
313.42 s
[pretty-relative-time] +++ OK, passed 100 tests.
313.42 s
[pretty-relative-time] is the inverse of daysAgoToDays [✔]
313.42 s
[pretty-relative-time] +++ OK, passed 100 tests.
313.42 s
[pretty-relative-time] daysAgoToDays
313.42 s
[pretty-relative-time] produces valid results [✔]
313.42 s
[pretty-relative-time] +++ OK, passed 100 tests.
313.42 s
[pretty-relative-time] is the inverse of daysAgo for just days [✔]
313.42 s
[pretty-relative-time] +++ OK, passed 100 tests.
313.42 s
[pretty-relative-time] is the inverse of daysAgo [✔]
313.42 s
[pretty-relative-time] +++ OK, passed 100 tests.
313.42 s
[pretty-relative-time] renderDaysAgoAuto
313.42 s
[pretty-relative-time] produces valid Strings [✔]
313.42 s
[pretty-relative-time] +++ OK, passed 100 tests.
313.42 s
[pretty-relative-time] renders these simple examples well
313.42 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 5, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0} as "5 years ago" [✔]
313.42 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 4, daysAgoWeeks = 0, daysAgoDays = 0} as "4 months ago" [✔]
313.42 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 3, daysAgoDays = 0} as "3 weeks ago" [✔]
313.42 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 2} as "2 days ago" [✔]
313.42 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 1} as "yesterday" [✔]
313.42 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = EQ, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0} as "today" [✔]
313.42 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 1} as "tomorrow" [✔]
313.42 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 2} as "in 2 days" [✔]
313.42 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 3, daysAgoDays = 0} as "in 3 weeks" [✔]
313.42 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 0, daysAgoMonths = 4, daysAgoWeeks = 0, daysAgoDays = 0} as "in 4 months" [✔]
313.42 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 5, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0} as "in 5 years" [✔]
313.42 s
[pretty-relative-time] handles singular nouns well
313.42 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 1, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0} as "1 year ago" [✔]
313.42 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 1, daysAgoWeeks = 0, daysAgoDays = 0} as "1 month ago" [✔]
313.42 s
[genvalidity-aeson-source] Phase: setupCompilerEnvironmentPhase
313.42 s
[genvalidity-aeson-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
313.42 s
[genvalidity-aeson-source] Phase: unpackPhase
313.42 s
[genvalidity-aeson-source] unpacking source archive /nix/store/3yz039d1m61kylzws8214w3xrcxpimyl-genvalidity-aeson
313.42 s
[genvalidity-aeson-source] source root is genvalidity-aeson
313.42 s
[genvalidity-aeson-source] Phase: patchPhase
313.42 s
[genvalidity-aeson-source] Phase: compileBuildDriverPhase
313.42 s
[genvalidity-aeson-source] setupCompileFlags: -package-db=/build/tmp.iZxx0sz9zB/setup-package.conf.d -threaded
313.42 s
[genvalidity-aeson-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.iZxx0sz9zB/Main.o )
313.42 s
[genvalidity-aeson-source] [2 of 2] Linking Setup
313.42 s
[genvalidity-aeson-source] Phase: updateAutotoolsGnuConfigScriptsPhase
313.42 s
[genvalidity-aeson-source] Phase: configurePhase
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
313.42 s
[genvalidity-aeson-source] Using Parsec parser
313.42 s
[genvalidity-aeson-source] Configuring genvalidity-aeson-1.1.0.0...
313.42 s
[genvalidity-aeson-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
313.42 s
[genvalidity-aeson-source] Dependency aeson >=1.4.0.0: using aeson-2.2.3.0
313.42 s
[genvalidity-aeson-source] Dependency base >=4.10 && <5: using base-4.20.2.0
313.42 s
[genvalidity-aeson-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
313.42 s
[genvalidity-aeson-source] Dependency genvalidity-scientific >=0.2: using genvalidity-scientific-1.0.0.0
313.42 s
[genvalidity-aeson-source] Dependency genvalidity-text >=0.5: using genvalidity-text-1.0.0.1
313.42 s
[genvalidity-aeson-source] Dependency genvalidity-unordered-containers >=0.2: using
313.42 s
[genvalidity-aeson-source] genvalidity-unordered-containers-1.0.0.1
313.42 s
[genvalidity-aeson-source] Dependency genvalidity-vector >=0.2: using genvalidity-vector-1.0.0.0
313.42 s
[genvalidity-aeson-source] Dependency validity-aeson >=0.2: using validity-aeson-0.2.0.5
313.42 s
[genvalidity-aeson-source] Dependency aeson >=1.4.0.0: using aeson-2.2.3.0
313.42 s
[genvalidity-aeson-source] Dependency base >=4.10 && <5: using base-4.20.2.0
313.42 s
[genvalidity-aeson-source] Dependency deepseq: using deepseq-1.5.0.0
313.42 s
[genvalidity-aeson-source] Dependency genvalidity-aeson: using genvalidity-aeson-1.1.0.0
313.42 s
[genvalidity-aeson-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
313.42 s
[genvalidity-aeson-source] Dependency hspec: using hspec-2.11.14
313.42 s
[genvalidity-aeson-source] Source component graph:
313.42 s
[genvalidity-aeson-source] component lib
313.42 s
[genvalidity-aeson-source] component test:genvalidity-aeson-test dependency lib
313.42 s
[genvalidity-aeson-source] Configured component graph:
313.42 s
[genvalidity-aeson-source] component genvalidity-aeson-1.1.0.0-9HTFl2soIoRJAHnS9xkMZN
313.42 s
[genvalidity-aeson-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
313.42 s
[genvalidity-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
313.42 s
[genvalidity-aeson-source] include base-4.20.2.0-fafd
313.42 s
[genvalidity-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
313.42 s
[genvalidity-aeson-source] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
313.42 s
[genvalidity-aeson-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
313.42 s
[genvalidity-aeson-source] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
313.42 s
[genvalidity-aeson-source] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
313.42 s
[genvalidity-aeson-source] include validity-aeson-0.2.0.5-BPxcMCqNVZrA3hJtcGUhpy
313.42 s
[genvalidity-aeson-source] component genvalidity-aeson-1.1.0.0-3VEHXyB8vNVC28Me1j3mMR-genvalidity-aeson-test
313.42 s
[genvalidity-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
313.42 s
[genvalidity-aeson-source] include base-4.20.2.0-fafd
313.42 s
[genvalidity-aeson-source] include deepseq-1.5.0.0-2b65
313.42 s
[validity-case-insensitive-source] Phase: setupCompilerEnvironmentPhase
313.42 s
[validity-case-insensitive-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
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
314.14 s
[post-build-hook] Pushing 2 paths (301 are already present) using zstd to cache smos ⏳
314.14 s
[post-build-hook]
314.53 s
[post-build-hook] Pushing /nix/store/69plkbhs4zqfrai8lii272vn3nz01cgx-feedback-0.2.0.0-doc (349.80 KiB)
314.55 s
[post-build-hook] Pushing /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0 (14.59 MiB)
315.58 s
[post-build-hook]
315.62 s
[post-build-hook] All done.
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
316.00 s
[post-build-hook] copying 2 paths...
316.00 s
[post-build-hook] copying path '/nix/store/69plkbhs4zqfrai8lii272vn3nz01cgx-feedback-0.2.0.0-doc' to 'https://cache.staging.nix-ci.com'...
316.26 s
[post-build-hook] copying path '/nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0' to 'https://cache.staging.nix-ci.com'...
320.08 s
[post-build-hook] copying 1 paths...
320.08 s
[post-build-hook] copying path '/nix/store/3ggg37awcf6q3ss65hc7vzninvi4ch82-feedback-0.2.0.0.drv' to 'https://cache.staging.nix-ci.com'...
320.35 s
Progress: 81 of 152 built (7 building), 815 of 815 downloaded from cache
320.41 s
Building genvalidity-persistent
320.43 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1
320.81 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
320.81 s
[post-build-hook]
321.32 s
[post-build-hook] Pushing /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1 (53.12 KiB)
322.16 s
[post-build-hook]
322.16 s
[post-build-hook] All done.
322.17 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1
322.22 s
[post-build-hook] copying 1 paths...
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'...
323.33 s
[post-build-hook] copying 0 paths...
323.36 s
Progress: 82 of 153 built (7 building), 815 of 815 downloaded from cache
323.52 s
Building opt-env-conf
323.52 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 1, daysAgoDays = 0} as "1 week ago" [✔]
323.52 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 1} as "yesterday" [✔]
323.52 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 1} as "tomorrow" [✔]
323.52 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 1, daysAgoDays = 0} as "in 1 week" [✔]
323.52 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 0, daysAgoMonths = 1, daysAgoWeeks = 0, daysAgoDays = 0} as "in 1 month" [✔]
323.52 s
[pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 1, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0} as "in 1 year" [✔]
323.52 s
[pretty-relative-time] Eq TimeAgo
323.52 s
[pretty-relative-time] (==) :: TimeAgo -> TimeAgo -> Bool
323.52 s
[pretty-relative-time] is reflexive for "valid TimeAgo"s [✔]
323.52 s
[pretty-relative-time] +++ OK, passed 100 tests.
323.52 s
[pretty-relative-time] is symmetric for "valid TimeAgo"s [✔]
323.52 s
[pretty-relative-time] +++ OK, passed 100 tests.
323.52 s
[pretty-relative-time] is transitive for "valid TimeAgo"s [✔]
323.52 s
[pretty-relative-time] +++ OK, passed 100 tests.
323.52 s
[pretty-relative-time] is equivalent to (\a b -> not $ a /= b) for "valid TimeAgo"s [✔]
323.52 s
[pretty-relative-time] +++ OK, passed 100 tests.
323.52 s
[pretty-relative-time] (/=) :: TimeAgo -> TimeAgo -> Bool
323.52 s
[pretty-relative-time] is antireflexive for "valid TimeAgo"s [✔]
323.52 s
[pretty-relative-time] +++ OK, passed 100 tests.
323.52 s
[pretty-relative-time] is equivalent to (\a b -> not $ a == b) for "valid TimeAgo"s [✔]
323.52 s
[pretty-relative-time] +++ OK, passed 100 tests.
323.52 s
[pretty-relative-time] GenValid TimeAgo
323.52 s
[pretty-relative-time] genValid :: Gen TimeAgo
323.52 s
[pretty-relative-time] only generates valid 'TimeAgo's [✔]
323.52 s
[pretty-relative-time] +++ OK, passed 100 tests.
323.52 s
[pretty-relative-time] timeAgo
323.52 s
[pretty-relative-time] produces valid TimeAgo's [✔]
323.52 s
[pretty-relative-time] +++ OK, passed 100 tests.
323.52 s
[pretty-relative-time] is the inverse of timeAgoToDiffTime [✔]
323.52 s
[pretty-relative-time] +++ OK, passed 100 tests.
323.52 s
[pretty-relative-time] timeAgoToDiffTime
323.52 s
[pretty-relative-time] produces valid DiffTime's [✔]
323.52 s
[pretty-relative-time] +++ OK, passed 100 tests.
323.52 s
[pretty-relative-time] is the inverse of timeAgo for just picoseconds [✔]
323.52 s
[pretty-relative-time] +++ OK, passed 100 tests.
323.52 s
[pretty-relative-time] is the inverse of timeAgo [✔]
323.52 s
[pretty-relative-time] +++ OK, passed 100 tests.
323.52 s
[pretty-relative-time] renderTimeAgoAuto
323.52 s
[pretty-relative-time] produces valid Strings's [✔]
323.52 s
[pretty-relative-time] +++ OK, passed 100 tests.
323.52 s
[pretty-relative-time] renders these simple examples well
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
323.52 s
[genvalidity-aeson-source] include genvalidity-aeson-1.1.0.0-9HTFl2soIoRJAHnS9xkMZN
323.52 s
[genvalidity-aeson-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.52 s
[genvalidity-aeson-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.52 s
[genvalidity-aeson-source] Linked component graph:
323.52 s
[genvalidity-aeson-source] unit genvalidity-aeson-1.1.0.0-9HTFl2soIoRJAHnS9xkMZN
323.52 s
[genvalidity-aeson-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.52 s
[genvalidity-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
323.52 s
[genvalidity-aeson-source] include base-4.20.2.0-fafd
323.52 s
[genvalidity-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
323.52 s
[genvalidity-aeson-source] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
323.52 s
[genvalidity-aeson-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
323.52 s
[genvalidity-aeson-source] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
323.52 s
[genvalidity-aeson-source] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
323.52 s
[genvalidity-aeson-source] include validity-aeson-0.2.0.5-BPxcMCqNVZrA3hJtcGUhpy
323.52 s
[genvalidity-aeson-source] Data.GenValidity.Aeson=genvalidity-aeson-1.1.0.0-9HTFl2soIoRJAHnS9xkMZN:Data.GenValidity.Aeson
323.52 s
[genvalidity-aeson-source] unit genvalidity-aeson-1.1.0.0-3VEHXyB8vNVC28Me1j3mMR-genvalidity-aeson-test
323.52 s
[genvalidity-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
323.52 s
[genvalidity-aeson-source] include base-4.20.2.0-fafd
323.52 s
[genvalidity-aeson-source] include deepseq-1.5.0.0-2b65
323.52 s
[genvalidity-aeson-source] include genvalidity-aeson-1.1.0.0-9HTFl2soIoRJAHnS9xkMZN
323.52 s
[genvalidity-aeson-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.52 s
[genvalidity-aeson-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.52 s
[genvalidity-aeson-source] Ready component graph:
323.52 s
[genvalidity-aeson-source] definite genvalidity-aeson-1.1.0.0-9HTFl2soIoRJAHnS9xkMZN
323.52 s
[genvalidity-aeson-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.52 s
[genvalidity-aeson-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
323.52 s
[genvalidity-aeson-source] depends base-4.20.2.0-fafd
323.52 s
[genvalidity-aeson-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
323.52 s
[genvalidity-aeson-source] depends genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
323.52 s
[genvalidity-aeson-source] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
323.52 s
[genvalidity-aeson-source] depends genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
323.52 s
[genvalidity-aeson-source] depends genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
323.52 s
[genvalidity-aeson-source] depends validity-aeson-0.2.0.5-BPxcMCqNVZrA3hJtcGUhpy
323.52 s
[genvalidity-aeson-source] definite genvalidity-aeson-1.1.0.0-3VEHXyB8vNVC28Me1j3mMR-genvalidity-aeson-test
323.52 s
[genvalidity-aeson-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
323.52 s
[genvalidity-aeson-source] depends base-4.20.2.0-fafd
323.52 s
[genvalidity-aeson-source] depends deepseq-1.5.0.0-2b65
323.52 s
[genvalidity-aeson-source] depends genvalidity-aeson-1.1.0.0-9HTFl2soIoRJAHnS9xkMZN
323.52 s
[genvalidity-aeson-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.52 s
[genvalidity-aeson-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.52 s
[genvalidity-aeson-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
323.52 s
[genvalidity-aeson-source] Using compiler: ghc-9.10.3
323.52 s
[genvalidity-aeson-source] Using install prefix:
323.52 s
[genvalidity-aeson-source] /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0
323.52 s
[genvalidity-aeson-source] Executables installed in:
323.52 s
[genvalidity-aeson-source] /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0/bin
323.52 s
[genvalidity-aeson-source] Libraries installed in:
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
323.52 s
[genvalidity-aeson-source] Dynamic Libraries installed in:
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
323.52 s
[genvalidity-aeson-source] Private executables installed in:
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
323.52 s
[genvalidity-aeson-source] Data files installed in:
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
323.52 s
[genvalidity-aeson-source] Documentation installed in: /share/doc/genvalidity-aeson-1.1.0.0
323.52 s
[genvalidity-aeson-source] Configuration files installed in:
323.52 s
[genvalidity-aeson-source] /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0/etc
323.52 s
[genvalidity-aeson-source] No alex found
323.52 s
[genvalidity-aeson-source] Using ar found on system at:
323.52 s
[genvalidity-aeson-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
323.52 s
[genvalidity-aeson-source] No c2hs found
323.52 s
[genvalidity-aeson-source] No cpphs found
323.52 s
[genvalidity-aeson-source] No doctest found
323.52 s
[genvalidity-aeson-source] Using gcc version 14.3.0 given by user at:
323.52 s
[genvalidity-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
323.52 s
[genvalidity-aeson-source] Using ghc version 9.10.3 found on system at:
323.52 s
[genvalidity-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
323.52 s
[genvalidity-aeson-source] Using ghc-pkg version 9.10.3 found on system at:
323.52 s
[genvalidity-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
323.52 s
[genvalidity-aeson-source] No ghcjs found
323.52 s
[genvalidity-aeson-source] No ghcjs-pkg found
323.52 s
[genvalidity-aeson-source] No greencard found
323.53 s
[genvalidity-aeson-source] Using haddock version 2.31.1 found on system at:
323.53 s
[validity-case-insensitive-source] Phase: unpackPhase
323.53 s
[validity-case-insensitive-source] unpacking source archive /nix/store/rpkzsbfqncv2pdbjgaj5qfsxig5mnh0b-validity-case-insensitive
323.53 s
[validity-case-insensitive-source] source root is validity-case-insensitive
323.53 s
[validity-case-insensitive-source] Phase: patchPhase
323.53 s
[validity-case-insensitive-source] Phase: compileBuildDriverPhase
323.53 s
[validity-case-insensitive-source] setupCompileFlags: -package-db=/build/tmp.8Hs34Foxey/setup-package.conf.d -threaded
323.53 s
[validity-case-insensitive-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.8Hs34Foxey/Main.o )
323.53 s
[validity-case-insensitive-source] [2 of 2] Linking Setup
323.53 s
[validity-case-insensitive-source] Phase: updateAutotoolsGnuConfigScriptsPhase
323.53 s
[validity-case-insensitive-source] Phase: configurePhase
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
323.53 s
[validity-case-insensitive-source] Using Parsec parser
323.53 s
[validity-case-insensitive-source] Configuring validity-case-insensitive-0.0.0.0...
323.53 s
[validity-case-insensitive-source] Dependency base >=4.7 && <5: using base-4.20.2.0
323.53 s
[validity-case-insensitive-source] Dependency case-insensitive: using case-insensitive-1.2.1.0
323.53 s
[validity-case-insensitive-source] Dependency validity >=0.9.0.2: using validity-0.12.1.0
323.53 s
[validity-case-insensitive-source] Dependency base >=4.7 && <5: using base-4.20.2.0
323.53 s
[validity-case-insensitive-source] Dependency case-insensitive: using case-insensitive-1.2.1.0
323.53 s
[validity-case-insensitive-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
323.53 s
[validity-case-insensitive-source] Dependency hspec: using hspec-2.11.14
323.53 s
[validity-case-insensitive-source] Dependency validity-case-insensitive: using validity-case-insensitive-0.0.0.0
323.53 s
[validity-case-insensitive-source] Source component graph:
323.53 s
[validity-case-insensitive-source] component lib
323.53 s
[validity-case-insensitive-source] component test:validity-case-insensitive-test dependency lib
323.53 s
[validity-case-insensitive-source] Configured component graph:
323.53 s
[validity-case-insensitive-source] component validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
323.53 s
[validity-case-insensitive-source] include base-4.20.2.0-fafd
323.53 s
[validity-case-insensitive-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
323.53 s
[validity-case-insensitive-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
323.53 s
[validity-case-insensitive-source] component validity-case-insensitive-0.0.0.0-1wkRV2zCPez29Vx0UVwgOZ-validity-case-insensitive-test
323.53 s
[validity-case-insensitive-source] include base-4.20.2.0-fafd
323.53 s
[validity-case-insensitive-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
323.53 s
[validity-case-insensitive-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.53 s
[validity-case-insensitive-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.53 s
[validity-case-insensitive-source] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
323.53 s
[validity-case-insensitive-source] Linked component graph:
323.53 s
[validity-case-insensitive-source] unit validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
323.53 s
[validity-case-insensitive-source] include base-4.20.2.0-fafd
323.53 s
[validity-case-insensitive-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
323.53 s
[validity-case-insensitive-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
323.53 s
[validity-case-insensitive-source] Data.Validity.CaseInsensitive=validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo:Data.Validity.CaseInsensitive
323.53 s
[validity-case-insensitive-source] unit validity-case-insensitive-0.0.0.0-1wkRV2zCPez29Vx0UVwgOZ-validity-case-insensitive-test
323.53 s
[validity-case-insensitive-source] include base-4.20.2.0-fafd
323.53 s
[validity-case-insensitive-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
323.53 s
[validity-case-insensitive-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.53 s
[validity-case-insensitive-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.53 s
[validity-case-insensitive-source] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
323.53 s
[validity-case-insensitive-source] Ready component graph:
323.53 s
[validity-path-source] Phase: setupCompilerEnvironmentPhase
323.53 s
[validity-path-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
323.53 s
[validity-path-source] Phase: unpackPhase
323.53 s
[validity-path-source] unpacking source archive /nix/store/vgl95vlvp12mc4jd4q25lssjhdb6i228-validity-path
323.53 s
[validity-path-source] source root is validity-path
323.53 s
[validity-path-source] Phase: patchPhase
323.53 s
[validity-path-source] Phase: compileBuildDriverPhase
323.53 s
[validity-path-source] setupCompileFlags: -package-db=/build/tmp.10aXfGfSBd/setup-package.conf.d -threaded
323.53 s
[validity-path-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.10aXfGfSBd/Main.o )
323.53 s
[validity-path-source] [2 of 2] Linking Setup
323.53 s
[validity-path-source] Phase: updateAutotoolsGnuConfigScriptsPhase
323.53 s
[validity-path-source] Phase: configurePhase
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
323.53 s
[validity-path-source] Using Parsec parser
323.53 s
[validity-path-source] Configuring validity-path-0.4.0.1...
323.53 s
[validity-path-source] Dependency base >=4.7 && <5: using base-4.20.2.0
323.53 s
[validity-path-source] Dependency filepath >=1.3: using filepath-1.5.4.0
323.53 s
[validity-path-source] Dependency path >=0.5: using path-0.9.6
323.53 s
[validity-path-source] Dependency validity >=0.9.0.2: using validity-0.12.1.0
323.53 s
[validity-path-source] Dependency base >=4.7 && <5: using base-4.20.2.0
323.53 s
[validity-path-source] Dependency filepath >=1.3: using filepath-1.5.4.0
323.53 s
[validity-path-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
323.53 s
[validity-path-source] Dependency hspec: using hspec-2.11.14
323.53 s
[validity-path-source] Dependency path >=0.5: using path-0.9.6
323.53 s
[validity-path-source] Dependency validity-path: using validity-path-0.4.0.1
323.53 s
[validity-path-source] Source component graph:
323.53 s
[validity-path-source] component lib
323.53 s
[validity-path-source] component test:validity-path-test dependency lib
323.53 s
[validity-path-source] Configured component graph:
323.53 s
[validity-path-source] component validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
323.53 s
[validity-path-source] include base-4.20.2.0-fafd
323.53 s
[validity-path-source] include filepath-1.5.4.0-2605
323.53 s
[validity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
323.53 s
[validity-path-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
323.53 s
[validity-path-source] component validity-path-0.4.0.1-AqyGgntBwRv6fDHpMYJelz-validity-path-test
323.53 s
[validity-path-source] include base-4.20.2.0-fafd
323.53 s
[validity-path-source] include filepath-1.5.4.0-2605
323.53 s
[validity-path-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.53 s
[validity-path-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.53 s
[validity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
323.53 s
[validity-path-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
323.53 s
[validity-path-source] Linked component graph:
323.53 s
[validity-path-source] unit validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
323.53 s
[validity-path-source] include base-4.20.2.0-fafd
323.53 s
[validity-path-source] include filepath-1.5.4.0-2605
323.53 s
[validity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
323.53 s
[validity-path-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
323.53 s
[validity-path-source] Data.Validity.Path=validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp:Data.Validity.Path
323.53 s
[validity-path-source] unit validity-path-0.4.0.1-AqyGgntBwRv6fDHpMYJelz-validity-path-test
323.53 s
[validity-path-source] include base-4.20.2.0-fafd
323.53 s
[validity-path-source] include filepath-1.5.4.0-2605
323.53 s
[validity-path-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.53 s
[validity-path-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.53 s
[cursor-gen] Phase: setupCompilerEnvironmentPhase
323.53 s
[cursor-gen] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
323.53 s
[cursor-gen] Phase: unpackPhase
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
323.53 s
[cursor-gen] source root is cursor-gen-0.4.0.0
323.53 s
[cursor-gen] setting SOURCE_DATE_EPOCH to timestamp 1780347837 of file "cursor-gen-0.4.0.0/test/Spec.hs"
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
323.53 s
[cursor-gen] Phase: patchPhase
323.53 s
[cursor-gen] Phase: compileBuildDriverPhase
323.53 s
[cursor-gen] setupCompileFlags: -package-db=/build/tmp.TqwKDk9lOw/setup-package.conf.d -threaded
323.53 s
[cursor-gen] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.TqwKDk9lOw/Main.o )
323.53 s
[cursor-gen] [2 of 2] Linking Setup
323.53 s
[cursor-gen] Phase: updateAutotoolsGnuConfigScriptsPhase
323.53 s
[cursor-gen] Phase: configurePhase
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
323.53 s
[cursor-gen] Using Parsec parser
323.53 s
[cursor-gen] Configuring cursor-gen-0.4.0.0...
323.53 s
[cursor-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
323.53 s
[cursor-gen] Dependency base <5: using base-4.20.2.0
323.53 s
[cursor-gen] Dependency containers: using containers-0.7
323.53 s
[cursor-gen] Dependency cursor >=0.2: using cursor-0.3.2.0
323.53 s
[cursor-gen] Dependency genvalidity >=0.8: using genvalidity-1.1.1.0
323.53 s
[cursor-gen] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
323.53 s
[cursor-gen] Dependency genvalidity-text >=0.6: using genvalidity-text-1.0.0.1
323.53 s
[cursor-gen] Dependency text: using text-2.1.3
323.53 s
[cursor-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
323.53 s
[cursor-gen] Dependency base <5: using base-4.20.2.0
323.53 s
[cursor-gen] Dependency containers: using containers-0.7
323.53 s
[cursor-gen] Dependency cursor: using cursor-0.3.2.0
323.53 s
[cursor-gen] Dependency cursor-gen: using cursor-gen-0.4.0.0
323.53 s
[cursor-gen] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
323.53 s
[cursor-gen] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
323.53 s
[cursor-gen] Dependency hspec: using hspec-2.11.14
323.53 s
[cursor-gen] Dependency microlens: using microlens-0.4.14.0
323.53 s
[cursor-gen] Dependency pretty-show: using pretty-show-1.10
323.53 s
[cursor-gen] Dependency text: using text-2.1.3
323.53 s
[cursor-gen] Source component graph:
323.53 s
[cursor-gen] component lib
323.53 s
[cursor-gen] component test:cursor-test dependency lib
323.53 s
[cursor-gen] Configured component graph:
323.53 s
[cursor-gen] component cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
323.53 s
[cursor-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.53 s
[cursor-gen] include base-4.20.2.0-fafd
323.53 s
[cursor-gen] include containers-0.7-96b4
323.53 s
[cursor-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
323.53 s
[cursor-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
323.53 s
[cursor-gen] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
323.53 s
[cursor-gen] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
323.53 s
[cursor-gen] include text-2.1.3-34f1
323.53 s
[cursor-gen] component cursor-gen-0.4.0.0-EG3mi1qsUMgKSi8Youhszh-cursor-test
323.53 s
[fuzzy-time-gen] Phase: setupCompilerEnvironmentPhase
323.53 s
[fuzzy-time-gen] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
323.53 s
[fuzzy-time-gen] Phase: unpackPhase
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
323.53 s
[fuzzy-time-gen] source root is fuzzy-time-gen-0.3.0.0
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"
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
323.53 s
[fuzzy-time-gen] Phase: patchPhase
323.53 s
[fuzzy-time-gen] Phase: compileBuildDriverPhase
323.53 s
[fuzzy-time-gen] setupCompileFlags: -package-db=/build/tmp.5QQtxOnXtF/setup-package.conf.d -threaded
323.53 s
[fuzzy-time-gen] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.5QQtxOnXtF/Main.o )
323.53 s
[fuzzy-time-gen] [2 of 2] Linking Setup
323.53 s
[fuzzy-time-gen] Phase: updateAutotoolsGnuConfigScriptsPhase
323.53 s
[fuzzy-time-gen] Phase: configurePhase
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
323.53 s
[fuzzy-time-gen] Using Parsec parser
323.53 s
[fuzzy-time-gen] Configuring fuzzy-time-gen-0.3.0.0...
323.53 s
[fuzzy-time-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
323.53 s
[fuzzy-time-gen] Dependency base >=4.9 && <=5: using base-4.20.2.0
323.53 s
[fuzzy-time-gen] Dependency fuzzy-time >=0.3: using fuzzy-time-0.3.0.1
323.53 s
[fuzzy-time-gen] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
323.53 s
[fuzzy-time-gen] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
323.53 s
[fuzzy-time-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
323.53 s
[fuzzy-time-gen] Dependency base >=4.9 && <=5: using base-4.20.2.0
323.53 s
[fuzzy-time-gen] Dependency fuzzy-time: using fuzzy-time-0.3.0.1
323.53 s
[fuzzy-time-gen] Dependency fuzzy-time-gen: using fuzzy-time-gen-0.3.0.0
323.53 s
[fuzzy-time-gen] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
323.53 s
[fuzzy-time-gen] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
323.53 s
[fuzzy-time-gen] Dependency hspec: using hspec-2.11.14
323.53 s
[fuzzy-time-gen] Dependency megaparsec: using megaparsec-9.7.0
323.53 s
[fuzzy-time-gen] Dependency text: using text-2.1.3
323.53 s
[fuzzy-time-gen] Dependency time: using time-1.12.2
323.53 s
[fuzzy-time-gen] Source component graph:
323.53 s
[fuzzy-time-gen] component lib
323.53 s
[fuzzy-time-gen] component test:fuzzy-time-test dependency lib
323.53 s
[fuzzy-time-gen] Configured component graph:
323.53 s
[fuzzy-time-gen] component fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
323.53 s
[fuzzy-time-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.53 s
[fuzzy-time-gen] include base-4.20.2.0-fafd
323.53 s
[fuzzy-time-gen] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
323.53 s
[fuzzy-time-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
323.53 s
[fuzzy-time-gen] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
323.53 s
[fuzzy-time-gen] component fuzzy-time-gen-0.3.0.0-DDuxKySPYAWGyKnopuSAAf-fuzzy-time-test
323.53 s
[fuzzy-time-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.53 s
[fuzzy-time-gen] include base-4.20.2.0-fafd
323.53 s
[fuzzy-time-gen] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
323.53 s
[fuzzy-time-gen] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
323.53 s
[fuzzy-time-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.53 s
[genvalidity-persistent] Phase: setupCompilerEnvironmentPhase
323.53 s
[genvalidity-persistent] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
323.53 s
[genvalidity-persistent] Phase: unpackPhase
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
323.53 s
[genvalidity-persistent] source root is genvalidity-persistent-1.0.0.2
323.53 s
[genvalidity-persistent] setting SOURCE_DATE_EPOCH to timestamp 1780347837 of file "genvalidity-persistent-1.0.0.2/test/Spec.hs"
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
323.53 s
[genvalidity-persistent] Phase: patchPhase
323.53 s
[genvalidity-persistent] Phase: compileBuildDriverPhase
323.53 s
[genvalidity-persistent] setupCompileFlags: -package-db=/build/tmp.qBmcSCCWX8/setup-package.conf.d -threaded
323.53 s
[genvalidity-persistent] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.qBmcSCCWX8/Main.o )
323.53 s
[genvalidity-persistent] [2 of 2] Linking Setup
323.54 s
[genvalidity-persistent] Phase: updateAutotoolsGnuConfigScriptsPhase
323.54 s
[genvalidity-persistent] Phase: configurePhase
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
323.54 s
[genvalidity-persistent] Using Parsec parser
323.54 s
[genvalidity-persistent] Configuring genvalidity-persistent-1.0.0.2...
323.54 s
[genvalidity-persistent] Dependency QuickCheck: using QuickCheck-2.15.0.1
323.54 s
[genvalidity-persistent] Dependency base >=4.7 && <5: using base-4.20.2.0
323.54 s
[genvalidity-persistent] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
323.54 s
[genvalidity-persistent] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
323.54 s
[genvalidity-persistent] Dependency persistent >=0.5: using persistent-2.17.1.0
323.54 s
[genvalidity-persistent] Dependency validity-containers: using validity-containers-0.5.0.5
323.54 s
[genvalidity-persistent] Dependency validity-persistent: using validity-persistent-0.0.0.0
323.54 s
[genvalidity-persistent] Dependency QuickCheck: using QuickCheck-2.15.0.1
323.54 s
[genvalidity-persistent] Dependency base >=4.7 && <5: using base-4.20.2.0
323.54 s
[genvalidity-persistent] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
323.54 s
[genvalidity-persistent] Dependency genvalidity-persistent: using genvalidity-persistent-1.0.0.2
323.54 s
[genvalidity-persistent] Dependency hspec: using hspec-2.11.14
323.54 s
[genvalidity-persistent] Dependency persistent >=0.5: using persistent-2.17.1.0
323.54 s
[genvalidity-persistent] Dependency validity-containers: using validity-containers-0.5.0.5
323.54 s
[genvalidity-persistent] Dependency base >=4.7 && <5: using base-4.20.2.0
323.54 s
[genvalidity-persistent] Dependency criterion: using criterion-1.6.4.0
323.54 s
[genvalidity-persistent] Dependency deepseq: using deepseq-1.5.0.0
323.54 s
[genvalidity-persistent] Dependency genvalidity: using genvalidity-1.1.1.0
323.54 s
[genvalidity-persistent] Dependency genvalidity-criterion: using genvalidity-criterion-1.1.0.0
323.54 s
[genvalidity-persistent] Dependency genvalidity-persistent: using genvalidity-persistent-1.0.0.2
323.54 s
[genvalidity-persistent] Dependency persistent >=0.5: using persistent-2.17.1.0
323.54 s
[genvalidity-persistent] Source component graph:
323.54 s
[genvalidity-persistent] component lib
323.54 s
[genvalidity-persistent] component test:genvalidity-persistent-test dependency lib
323.54 s
[genvalidity-persistent] component bench:genvalidity-persistent-bench dependency lib
323.54 s
[genvalidity-persistent] Configured component graph:
323.54 s
[genvalidity-persistent] component genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
323.54 s
[genvalidity-persistent] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
323.54 s
[pretty-relative-time] handles singular nouns well
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
323.54 s
[genvalidity-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
323.54 s
[genvalidity-aeson-source] No happy found
323.54 s
[genvalidity-aeson-source] Using haskell-suite found on system at: haskell-suite-dummy-location
323.54 s
[genvalidity-aeson-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
323.54 s
[genvalidity-aeson-source] No hmake found
323.54 s
[genvalidity-aeson-source] Using hpc version 0.69 found on system at:
323.54 s
[genvalidity-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
323.54 s
[genvalidity-aeson-source] Using hsc2hs version 0.68.10 found on system at:
323.54 s
[genvalidity-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
323.54 s
[genvalidity-aeson-source] Using hscolour version 1.25 found on system at:
323.54 s
[genvalidity-aeson-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
323.54 s
[genvalidity-aeson-source] No jhc found
323.54 s
[genvalidity-aeson-source] Using ld found on system at:
323.54 s
[genvalidity-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
323.54 s
[genvalidity-aeson-source] No pkg-config found
323.54 s
[genvalidity-aeson-source] Using runghc version 9.10.3 found on system at:
323.54 s
[genvalidity-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
323.54 s
[genvalidity-aeson-source] Using strip version 2.44 found on system at:
323.54 s
[genvalidity-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
323.54 s
[genvalidity-aeson-source] Using tar found on system at:
323.54 s
[genvalidity-aeson-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
323.54 s
[genvalidity-aeson-source] No uhc found
323.54 s
[genvalidity-aeson-source] Phase: buildPhase
323.54 s
[genvalidity-aeson-source] Distribution quality warnings:
323.54 s
[genvalidity-aeson-source] [no-description] No 'description' field.
323.54 s
[genvalidity-aeson-source] [missing-upper-bounds] On library, these packages miss upper bounds:
323.54 s
[genvalidity-aeson-source] - QuickCheck
323.54 s
[genvalidity-aeson-source] - aeson
323.54 s
[genvalidity-aeson-source] - genvalidity
323.54 s
[genvalidity-aeson-source] - genvalidity-scientific
323.54 s
[genvalidity-aeson-source] - genvalidity-text
323.54 s
[genvalidity-aeson-source] - genvalidity-unordered-containers
323.54 s
[genvalidity-aeson-source] - genvalidity-vector
323.54 s
[genvalidity-aeson-source] - validity-aeson
323.54 s
[genvalidity-aeson-source] Please add them. There is more information at https://pvp.haskell.org/
323.54 s
[genvalidity-aeson-source] Building source dist for genvalidity-aeson-1.1.0.0...
323.54 s
[genvalidity-aeson-source] Source tarball created: dist/genvalidity-aeson-1.1.0.0.tar.gz
323.54 s
[genvalidity-aeson-source] Phase: checkPhase
323.54 s
[genvalidity-aeson-source] Phase: haddockPhase
323.54 s
[genvalidity-aeson-source] Phase: installPhase
323.54 s
[genvalidity-aeson-source] Phase: fixupPhase
323.54 s
[validity-case-insensitive-source] definite validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
323.54 s
[validity-case-insensitive-source] depends base-4.20.2.0-fafd
323.54 s
[validity-case-insensitive-source] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
323.54 s
[validity-case-insensitive-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
323.54 s
[validity-case-insensitive-source] definite validity-case-insensitive-0.0.0.0-1wkRV2zCPez29Vx0UVwgOZ-validity-case-insensitive-test
323.54 s
[validity-case-insensitive-source] depends base-4.20.2.0-fafd
323.54 s
[validity-case-insensitive-source] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
323.54 s
[validity-case-insensitive-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.54 s
[validity-case-insensitive-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.54 s
[validity-case-insensitive-source] depends validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
323.54 s
[validity-case-insensitive-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
323.54 s
[validity-case-insensitive-source] Using compiler: ghc-9.10.3
323.54 s
[validity-case-insensitive-source] Using install prefix:
323.54 s
[validity-case-insensitive-source] /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0
323.54 s
[validity-case-insensitive-source] Executables installed in:
323.54 s
[validity-case-insensitive-source] /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0/bin
323.54 s
[validity-case-insensitive-source] Libraries installed in:
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
323.54 s
[validity-case-insensitive-source] Dynamic Libraries installed in:
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
323.54 s
[validity-case-insensitive-source] Private executables installed in:
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
323.54 s
[validity-case-insensitive-source] Data files installed in:
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
323.54 s
[validity-case-insensitive-source] Documentation installed in: /share/doc/validity-case-insensitive-0.0.0.0
323.54 s
[validity-case-insensitive-source] Configuration files installed in:
323.54 s
[validity-case-insensitive-source] /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0/etc
323.54 s
[validity-case-insensitive-source] No alex found
323.54 s
[validity-case-insensitive-source] Using ar found on system at:
323.54 s
[validity-case-insensitive-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
323.54 s
[validity-case-insensitive-source] No c2hs found
323.54 s
[validity-case-insensitive-source] No cpphs found
323.54 s
[validity-case-insensitive-source] No doctest found
323.54 s
[validity-case-insensitive-source] Using gcc version 14.3.0 given by user at:
323.54 s
[validity-case-insensitive-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
323.54 s
[validity-case-insensitive-source] Using ghc version 9.10.3 found on system at:
323.54 s
[validity-case-insensitive-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
323.54 s
[validity-case-insensitive-source] Using ghc-pkg version 9.10.3 found on system at:
323.54 s
[validity-case-insensitive-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
323.54 s
[validity-case-insensitive-source] No ghcjs found
323.54 s
[validity-case-insensitive-source] No ghcjs-pkg found
323.54 s
[validity-case-insensitive-source] No greencard found
323.54 s
[validity-case-insensitive-source] Using haddock version 2.31.1 found on system at:
323.54 s
[validity-case-insensitive-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
323.54 s
[validity-case-insensitive-source] No happy found
323.54 s
[validity-case-insensitive-source] Using haskell-suite found on system at: haskell-suite-dummy-location
323.54 s
[validity-case-insensitive-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
323.54 s
[validity-case-insensitive-source] No hmake found
323.54 s
[validity-case-insensitive-source] Using hpc version 0.69 found on system at:
323.54 s
[validity-case-insensitive-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
323.54 s
[validity-case-insensitive-source] Using hsc2hs version 0.68.10 found on system at:
323.54 s
[validity-case-insensitive-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
323.54 s
[validity-case-insensitive-source] Using hscolour version 1.25 found on system at:
323.54 s
[validity-case-insensitive-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
323.54 s
[validity-case-insensitive-source] No jhc found
323.54 s
[validity-case-insensitive-source] Using ld found on system at:
323.54 s
[validity-case-insensitive-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
323.54 s
[validity-case-insensitive-source] No pkg-config found
323.54 s
[validity-case-insensitive-source] Using runghc version 9.10.3 found on system at:
323.54 s
[validity-case-insensitive-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
323.54 s
[validity-case-insensitive-source] Using strip version 2.44 found on system at:
323.54 s
[validity-case-insensitive-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
323.54 s
[validity-case-insensitive-source] Using tar found on system at:
323.54 s
[validity-case-insensitive-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
323.54 s
[validity-case-insensitive-source] No uhc found
323.54 s
[validity-case-insensitive-source] Phase: buildPhase
323.54 s
[validity-case-insensitive-source] Distribution quality warnings:
323.54 s
[validity-case-insensitive-source] [no-maintainer] No 'maintainer' field.
323.54 s
[validity-case-insensitive-source] [no-description] No 'description' field.
323.54 s
[validity-case-insensitive-source] [no-license-file] A 'license-file' is not specified.
323.54 s
[validity-case-insensitive-source] [missing-upper-bounds] On library, these packages miss upper bounds:
323.54 s
[validity-case-insensitive-source] - case-insensitive
323.54 s
[validity-case-insensitive-source] - validity
323.54 s
[validity-case-insensitive-source] Please add them. There is more information at https://pvp.haskell.org/
323.54 s
[validity-case-insensitive-source] [no-docs] Please consider including the file './CHANGELOG.md' in the
323.54 s
[validity-case-insensitive-source] 'extra-source-files' section of the .cabal file if it contains useful
323.54 s
[validity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
323.54 s
[validity-path-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
323.54 s
[validity-path-source] Ready component graph:
323.54 s
[validity-path-source] definite validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
323.54 s
[validity-path-source] depends base-4.20.2.0-fafd
323.54 s
[validity-path-source] depends filepath-1.5.4.0-2605
323.54 s
[validity-path-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
323.54 s
[validity-path-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
323.54 s
[validity-path-source] definite validity-path-0.4.0.1-AqyGgntBwRv6fDHpMYJelz-validity-path-test
323.54 s
[validity-path-source] depends base-4.20.2.0-fafd
323.54 s
[validity-path-source] depends filepath-1.5.4.0-2605
323.54 s
[validity-path-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.54 s
[validity-path-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.54 s
[validity-path-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
323.54 s
[validity-path-source] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
323.54 s
[validity-path-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
323.54 s
[validity-path-source] Using compiler: ghc-9.10.3
323.54 s
[validity-path-source] Using install prefix:
323.54 s
[validity-path-source] /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1
323.54 s
[validity-path-source] Executables installed in:
323.54 s
[validity-path-source] /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1/bin
323.54 s
[validity-path-source] Libraries installed in:
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
323.54 s
[validity-path-source] Dynamic Libraries installed in:
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
323.54 s
[validity-path-source] Private executables installed in:
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
323.54 s
[validity-path-source] Data files installed in:
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
323.54 s
[validity-path-source] Documentation installed in: /share/doc/validity-path-0.4.0.1
323.54 s
[validity-path-source] Configuration files installed in:
323.54 s
[validity-path-source] /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1/etc
323.54 s
[validity-path-source] No alex found
323.54 s
[validity-path-source] Using ar found on system at:
323.54 s
[validity-path-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
323.54 s
[validity-path-source] No c2hs found
323.54 s
[validity-path-source] No cpphs found
323.54 s
[validity-path-source] No doctest found
323.54 s
[validity-path-source] Using gcc version 14.3.0 given by user at:
323.54 s
[validity-path-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
323.54 s
[validity-path-source] Using ghc version 9.10.3 found on system at:
323.54 s
[validity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
323.54 s
[validity-path-source] Using ghc-pkg version 9.10.3 found on system at:
323.54 s
[validity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
323.54 s
[validity-path-source] No ghcjs found
323.54 s
[validity-path-source] No ghcjs-pkg found
323.54 s
[validity-path-source] No greencard found
323.54 s
[validity-path-source] Using haddock version 2.31.1 found on system at:
323.54 s
[validity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
323.54 s
[validity-path-source] No happy found
323.54 s
[validity-path-source] Using haskell-suite found on system at: haskell-suite-dummy-location
323.54 s
[validity-path-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
323.54 s
[validity-path-source] No hmake found
323.54 s
[validity-path-source] Using hpc version 0.69 found on system at:
323.54 s
[validity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
323.54 s
[validity-path-source] Using hsc2hs version 0.68.10 found on system at:
323.54 s
[validity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
323.54 s
[validity-path-source] Using hscolour version 1.25 found on system at:
323.54 s
[validity-path-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
323.54 s
[validity-path-source] No jhc found
323.54 s
[validity-path-source] Using ld found on system at:
323.54 s
[validity-path-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
323.54 s
[validity-path-source] No pkg-config found
323.54 s
[validity-path-source] Using runghc version 9.10.3 found on system at:
323.54 s
[validity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
323.54 s
[validity-path-source] Using strip version 2.44 found on system at:
323.54 s
[validity-path-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
323.54 s
[validity-path-source] Using tar found on system at:
323.54 s
[validity-path-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
323.54 s
[validity-path-source] No uhc found
323.54 s
[validity-path-source] Phase: buildPhase
323.54 s
[validity-path-source] Distribution quality warnings:
323.54 s
[validity-path-source] [no-description] No 'description' field.
323.54 s
[validity-path-source] [missing-upper-bounds] On library, these packages miss upper bounds:
323.54 s
[validity-path-source] - filepath
323.54 s
[validity-path-source] - path
323.54 s
[validity-path-source] - validity
323.54 s
[validity-path-source] Please add them. There is more information at https://pvp.haskell.org/
323.54 s
[validity-path-source] [no-docs] Please consider including the file './CHANGELOG.md' in the
323.54 s
[validity-path-source] 'extra-source-files' section of the .cabal file if it contains useful
323.54 s
[validity-path-source] information for users of the package.
323.54 s
[validity-path-source] Building source dist for validity-path-0.4.0.1...
323.54 s
[cursor-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.54 s
[cursor-gen] include base-4.20.2.0-fafd
323.54 s
[cursor-gen] include containers-0.7-96b4
323.54 s
[cursor-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
323.54 s
[cursor-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
323.54 s
[cursor-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.55 s
[cursor-gen] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
323.55 s
[cursor-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.55 s
[cursor-gen] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
323.55 s
[cursor-gen] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
323.55 s
[cursor-gen] include text-2.1.3-34f1
323.55 s
[cursor-gen] Linked component graph:
323.55 s
[cursor-gen] unit cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
323.55 s
[cursor-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.55 s
[cursor-gen] include base-4.20.2.0-fafd
323.55 s
[cursor-gen] include containers-0.7-96b4
323.55 s
[cursor-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
323.55 s
[cursor-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
323.55 s
[cursor-gen] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
323.55 s
[cursor-gen] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
323.55 s
[cursor-gen] include text-2.1.3-34f1
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
323.55 s
[cursor-gen] unit cursor-gen-0.4.0.0-EG3mi1qsUMgKSi8Youhszh-cursor-test
323.55 s
[cursor-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.55 s
[cursor-gen] include base-4.20.2.0-fafd
323.55 s
[cursor-gen] include containers-0.7-96b4
323.55 s
[cursor-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
323.55 s
[cursor-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
323.55 s
[cursor-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.55 s
[cursor-gen] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
323.55 s
[cursor-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.55 s
[cursor-gen] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
323.55 s
[cursor-gen] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
323.55 s
[cursor-gen] include text-2.1.3-34f1
323.55 s
[cursor-gen] Ready component graph:
323.55 s
[cursor-gen] definite cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
323.55 s
[cursor-gen] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.55 s
[cursor-gen] depends base-4.20.2.0-fafd
323.55 s
[cursor-gen] depends containers-0.7-96b4
323.55 s
[cursor-gen] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
323.55 s
[cursor-gen] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
323.55 s
[cursor-gen] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
323.55 s
[cursor-gen] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
323.55 s
[cursor-gen] depends text-2.1.3-34f1
323.55 s
[cursor-gen] definite cursor-gen-0.4.0.0-EG3mi1qsUMgKSi8Youhszh-cursor-test
323.55 s
[cursor-gen] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.55 s
[cursor-gen] depends base-4.20.2.0-fafd
323.55 s
[cursor-gen] depends containers-0.7-96b4
323.55 s
[cursor-gen] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
323.55 s
[cursor-gen] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
323.55 s
[cursor-gen] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.55 s
[cursor-gen] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
323.55 s
[cursor-gen] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.55 s
[cursor-gen] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
323.55 s
[cursor-gen] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
323.55 s
[cursor-gen] depends text-2.1.3-34f1
323.55 s
[cursor-gen] Using Cabal-3.12.1.0 compiled by ghc-9.10
323.55 s
[cursor-gen] Using compiler: ghc-9.10.3
323.55 s
[cursor-gen] Using install prefix:
323.55 s
[cursor-gen] /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0
323.55 s
[cursor-gen] Executables installed in:
323.55 s
[fuzzy-time-gen] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
323.55 s
[fuzzy-time-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.55 s
[fuzzy-time-gen] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
323.55 s
[fuzzy-time-gen] include text-2.1.3-34f1
323.55 s
[fuzzy-time-gen] include time-1.12.2-3479
323.55 s
[fuzzy-time-gen] Linked component graph:
323.55 s
[fuzzy-time-gen] unit fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
323.55 s
[fuzzy-time-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.55 s
[fuzzy-time-gen] include base-4.20.2.0-fafd
323.55 s
[fuzzy-time-gen] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
323.55 s
[fuzzy-time-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
323.55 s
[fuzzy-time-gen] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
323.55 s
[fuzzy-time-gen] Data.FuzzyTime.Types.Gen=fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L:Data.FuzzyTime.Types.Gen
323.55 s
[fuzzy-time-gen] unit fuzzy-time-gen-0.3.0.0-DDuxKySPYAWGyKnopuSAAf-fuzzy-time-test
323.55 s
[fuzzy-time-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.55 s
[fuzzy-time-gen] include base-4.20.2.0-fafd
323.55 s
[fuzzy-time-gen] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
323.55 s
[fuzzy-time-gen] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
323.55 s
[fuzzy-time-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.55 s
[fuzzy-time-gen] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
323.55 s
[fuzzy-time-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.55 s
[fuzzy-time-gen] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
323.55 s
[fuzzy-time-gen] include text-2.1.3-34f1
323.55 s
[fuzzy-time-gen] include time-1.12.2-3479
323.55 s
[fuzzy-time-gen] Ready component graph:
323.55 s
[fuzzy-time-gen] definite fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
323.55 s
[fuzzy-time-gen] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.55 s
[fuzzy-time-gen] depends base-4.20.2.0-fafd
323.55 s
[fuzzy-time-gen] depends fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
323.55 s
[fuzzy-time-gen] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
323.55 s
[fuzzy-time-gen] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
323.55 s
[fuzzy-time-gen] definite fuzzy-time-gen-0.3.0.0-DDuxKySPYAWGyKnopuSAAf-fuzzy-time-test
323.55 s
[fuzzy-time-gen] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.55 s
[fuzzy-time-gen] depends base-4.20.2.0-fafd
323.55 s
[fuzzy-time-gen] depends fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
323.55 s
[fuzzy-time-gen] depends fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
323.55 s
[fuzzy-time-gen] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.55 s
[fuzzy-time-gen] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
323.55 s
[fuzzy-time-gen] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.55 s
[fuzzy-time-gen] depends megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
323.55 s
[fuzzy-time-gen] depends text-2.1.3-34f1
323.55 s
[fuzzy-time-gen] depends time-1.12.2-3479
323.55 s
[fuzzy-time-gen] Using Cabal-3.12.1.0 compiled by ghc-9.10
323.55 s
[fuzzy-time-gen] Using compiler: ghc-9.10.3
323.55 s
[fuzzy-time-gen] Using install prefix:
323.55 s
[fuzzy-time-gen] /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0
323.55 s
[fuzzy-time-gen] Executables installed in:
323.55 s
[fuzzy-time-gen] /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0/bin
323.55 s
[fuzzy-time-gen] Libraries installed in:
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
323.55 s
[fuzzy-time-gen] Dynamic Libraries installed in:
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
323.55 s
[fuzzy-time-gen] Private executables installed in:
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
323.55 s
[fuzzy-time-gen] Data files installed in:
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
323.55 s
[fuzzy-time-gen] Documentation installed in:
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
323.55 s
[fuzzy-time-gen] Configuration files installed in:
323.55 s
[fuzzy-time-gen] /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0/etc
323.55 s
[fuzzy-time-gen] No alex found
323.55 s
[fuzzy-time-gen] Using ar found on system at:
323.55 s
[fuzzy-time-gen] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
323.55 s
[fuzzy-time-gen] No c2hs found
323.55 s
[fuzzy-time-gen] No cpphs found
323.55 s
[fuzzy-time-gen] No doctest found
323.55 s
[fuzzy-time-gen] Using gcc version 14.3.0 given by user at:
323.55 s
[fuzzy-time-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
323.55 s
[fuzzy-time-gen] Using ghc version 9.10.3 found on system at:
323.55 s
[fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
323.55 s
[fuzzy-time-gen] Using ghc-pkg version 9.10.3 found on system at:
323.55 s
[fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
323.55 s
[fuzzy-time-gen] No ghcjs found
323.55 s
[fuzzy-time-gen] No ghcjs-pkg found
323.55 s
[fuzzy-time-gen] No greencard found
323.55 s
[fuzzy-time-gen] Using haddock version 2.31.1 found on system at:
323.55 s
[fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
323.55 s
[fuzzy-time-gen] No happy found
323.55 s
[fuzzy-time-gen] Using haskell-suite found on system at: haskell-suite-dummy-location
323.55 s
[genvalidity-persistent] include base-4.20.2.0-fafd
323.55 s
[genvalidity-persistent] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
323.55 s
[genvalidity-persistent] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
323.55 s
[genvalidity-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
323.55 s
[genvalidity-persistent] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
323.55 s
[genvalidity-persistent] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
323.55 s
[genvalidity-persistent] component genvalidity-persistent-1.0.0.2-tj5cDC3LG6L1BLw6SibpV-genvalidity-persistent-test
323.55 s
[genvalidity-persistent] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.55 s
[genvalidity-persistent] include base-4.20.2.0-fafd
323.55 s
[genvalidity-persistent] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.55 s
[genvalidity-persistent] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
323.55 s
[genvalidity-persistent] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.55 s
[genvalidity-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
323.55 s
[genvalidity-persistent] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
323.55 s
[genvalidity-persistent] component genvalidity-persistent-1.0.0.2-DZSVmEv7RWSCr4CyZGTtM5-genvalidity-persistent-bench
323.55 s
[genvalidity-persistent] include base-4.20.2.0-fafd
323.55 s
[genvalidity-persistent] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
323.55 s
[genvalidity-persistent] include deepseq-1.5.0.0-2b65
323.55 s
[genvalidity-persistent] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
323.55 s
[genvalidity-persistent] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
323.55 s
[genvalidity-persistent] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
323.55 s
[genvalidity-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
323.55 s
[genvalidity-persistent] Linked component graph:
323.55 s
[genvalidity-persistent] unit genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
323.55 s
[genvalidity-persistent] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.55 s
[genvalidity-persistent] include base-4.20.2.0-fafd
323.55 s
[genvalidity-persistent] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
323.55 s
[genvalidity-persistent] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
323.55 s
[genvalidity-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
323.55 s
[genvalidity-persistent] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
323.55 s
[genvalidity-persistent] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
323.55 s
[genvalidity-persistent] Data.GenValidity.Persist=genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax:Data.GenValidity.Persist
323.55 s
[genvalidity-persistent] unit genvalidity-persistent-1.0.0.2-tj5cDC3LG6L1BLw6SibpV-genvalidity-persistent-test
323.55 s
[genvalidity-persistent] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.55 s
[genvalidity-persistent] include base-4.20.2.0-fafd
323.55 s
[genvalidity-persistent] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.55 s
[genvalidity-persistent] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
323.55 s
[genvalidity-persistent] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.55 s
[genvalidity-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
323.55 s
[genvalidity-persistent] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
323.55 s
[genvalidity-persistent] unit genvalidity-persistent-1.0.0.2-DZSVmEv7RWSCr4CyZGTtM5-genvalidity-persistent-bench
323.55 s
[genvalidity-persistent] include base-4.20.2.0-fafd
323.55 s
[genvalidity-persistent] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
323.55 s
[genvalidity-persistent] include deepseq-1.5.0.0-2b65
323.55 s
[genvalidity-persistent] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
323.55 s
[genvalidity-persistent] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
323.55 s
[genvalidity-persistent] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
323.55 s
[genvalidity-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
323.55 s
[genvalidity-persistent] Ready component graph:
323.55 s
[genvalidity-persistent] definite genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
323.55 s
[genvalidity-persistent] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.55 s
[genvalidity-persistent] depends base-4.20.2.0-fafd
323.55 s
[genvalidity-persistent] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
323.55 s
[genvalidity-persistent] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
323.55 s
[genvalidity-persistent] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
323.55 s
[genvalidity-persistent] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
323.55 s
[genvalidity-persistent] depends validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
323.55 s
[genvalidity-persistent] definite genvalidity-persistent-1.0.0.2-tj5cDC3LG6L1BLw6SibpV-genvalidity-persistent-test
323.55 s
[genvalidity-persistent] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
323.55 s
[genvalidity-persistent] depends base-4.20.2.0-fafd
323.55 s
[genvalidity-persistent] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
323.55 s
[genvalidity-persistent] depends genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
323.55 s
[genvalidity-persistent] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
323.55 s
[genvalidity-persistent] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
323.55 s
[genvalidity-persistent] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
323.55 s
[genvalidity-persistent] definite genvalidity-persistent-1.0.0.2-DZSVmEv7RWSCr4CyZGTtM5-genvalidity-persistent-bench
323.55 s
[genvalidity-persistent] depends base-4.20.2.0-fafd
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
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" [✔]
323.55 s
[pretty-relative-time]
323.55 s
[pretty-relative-time] Finished in 0.0286 seconds
323.55 s
[pretty-relative-time] 79 examples, 0 failures
323.55 s
[pretty-relative-time] Test suite pretty-relative-time-test: PASS
323.55 s
[pretty-relative-time] Test suite logged to:
323.55 s
[pretty-relative-time] dist/test/pretty-relative-time-0.3.0.0-pretty-relative-time-test.log
323.55 s
[pretty-relative-time] 1 of 1 test suites (1 of 1 test cases) passed.
323.55 s
[pretty-relative-time] Phase: haddockPhase
323.55 s
[pretty-relative-time] Preprocessing library for pretty-relative-time-0.3.0.0...
323.55 s
[pretty-relative-time] Running Haddock on library for pretty-relative-time-0.3.0.0...
323.55 s
[pretty-relative-time] [1 of 5] Compiling Paths_pretty_relative_time ( dist/build/autogen/Paths_pretty_relative_time.hs, nothing )
323.55 s
[pretty-relative-time] [2 of 5] Compiling Text.Time.Pretty.Constants ( src/Text/Time/Pretty/Constants.hs, nothing )
323.55 s
[pretty-relative-time] [3 of 5] Compiling Text.Time.Pretty.TimeAgo ( src/Text/Time/Pretty/TimeAgo.hs, nothing )
323.55 s
[pretty-relative-time] [4 of 5] Compiling Text.Time.Pretty.Render ( src/Text/Time/Pretty/Render.hs, nothing )
323.55 s
[pretty-relative-time] [5 of 5] Compiling Text.Time.Pretty ( src/Text/Time/Pretty.hs, nothing )
323.55 s
[pretty-relative-time] Haddock coverage:
323.55 s
[pretty-relative-time] 0% ( 0 / 8) in 'Text.Time.Pretty.Constants'
323.55 s
[pretty-relative-time] Missing documentation for:
323.55 s
[pretty-relative-time] Module header
323.55 s
[pretty-relative-time] picoSecondsPerSecond (src/Text/Time/Pretty/Constants.hs:13)
323.56 s
[pretty-relative-time] secondsPerMinute (src/Text/Time/Pretty/Constants.hs:16)
323.56 s
[pretty-relative-time] minutesPerHour (src/Text/Time/Pretty/Constants.hs:19)
323.56 s
[pretty-relative-time] hoursPerDay (src/Text/Time/Pretty/Constants.hs:22)
323.56 s
[pretty-relative-time] daysPerWeek (src/Text/Time/Pretty/Constants.hs:25)
323.56 s
[pretty-relative-time] approximateDaysPerMonth (src/Text/Time/Pretty/Constants.hs:28)
323.56 s
[validity-case-insensitive-source] information for users of the package.
323.56 s
[validity-case-insensitive-source] Building source dist for validity-case-insensitive-0.0.0.0...
323.56 s
[validity-case-insensitive-source] Source tarball created: dist/validity-case-insensitive-0.0.0.0.tar.gz
323.56 s
[validity-case-insensitive-source] Phase: checkPhase
323.56 s
[validity-case-insensitive-source] Phase: haddockPhase
323.56 s
[validity-case-insensitive-source] Phase: installPhase
323.56 s
[validity-case-insensitive-source] Phase: fixupPhase
323.56 s
[validity-path-source] Source tarball created: dist/validity-path-0.4.0.1.tar.gz
323.56 s
[validity-path-source] Phase: checkPhase
323.56 s
[validity-path-source] Phase: haddockPhase
323.56 s
[validity-path-source] Phase: installPhase
323.56 s
[validity-path-source] Phase: fixupPhase
323.56 s
[cursor-gen] /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0/bin
323.56 s
[cursor-gen] Libraries installed in:
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
323.56 s
[cursor-gen] Dynamic Libraries installed in:
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
323.56 s
[cursor-gen] Private executables installed in:
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
323.56 s
[cursor-gen] Data files installed in:
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
323.56 s
[cursor-gen] Documentation installed in:
323.56 s
[cursor-gen] /nix/store/yclb0mhvzip8g58pkpfznhb66w65sswd-cursor-gen-0.4.0.0-doc/share/doc/cursor-gen-0.4.0.0
323.56 s
[cursor-gen] Configuration files installed in:
323.56 s
[cursor-gen] /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0/etc
323.56 s
[cursor-gen] No alex found
323.56 s
[cursor-gen] Using ar found on system at:
323.56 s
[cursor-gen] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
323.56 s
[cursor-gen] No c2hs found
323.56 s
[cursor-gen] No cpphs found
323.56 s
[cursor-gen] No doctest found
323.56 s
[cursor-gen] Using gcc version 14.3.0 given by user at:
323.56 s
[cursor-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
323.56 s
[cursor-gen] Using ghc version 9.10.3 found on system at:
323.56 s
[cursor-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
323.56 s
[cursor-gen] Using ghc-pkg version 9.10.3 found on system at:
323.56 s
[cursor-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
323.56 s
[cursor-gen] No ghcjs found
323.56 s
[cursor-gen] No ghcjs-pkg found
323.56 s
[cursor-gen] No greencard found
323.56 s
[cursor-gen] Using haddock version 2.31.1 found on system at:
323.56 s
[cursor-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
323.56 s
[cursor-gen] No happy found
323.56 s
[cursor-gen] Using haskell-suite found on system at: haskell-suite-dummy-location
323.56 s
[cursor-gen] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
323.56 s
[cursor-gen] No hmake found
323.56 s
[cursor-gen] Using hpc version 0.69 found on system at:
323.56 s
[cursor-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
323.56 s
[cursor-gen] Using hsc2hs version 0.68.10 found on system at:
323.56 s
[cursor-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
323.56 s
[cursor-gen] Using hscolour version 1.25 found on system at:
323.56 s
[cursor-gen] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
323.56 s
[cursor-gen] No jhc found
323.56 s
[cursor-gen] Using ld found on system at:
323.56 s
[cursor-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
323.56 s
[cursor-gen] No pkg-config found
323.56 s
[cursor-gen] Using runghc version 9.10.3 found on system at:
323.56 s
[cursor-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
323.56 s
[cursor-gen] Using strip version 2.44 found on system at:
323.56 s
[cursor-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
323.56 s
[cursor-gen] Using tar found on system at:
323.56 s
[cursor-gen] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
323.56 s
[cursor-gen] No uhc found
323.56 s
[cursor-gen] Phase: buildPhase
323.56 s
[cursor-gen] Preprocessing library for cursor-gen-0.4.0.0...
323.56 s
[cursor-gen] Building library for cursor-gen-0.4.0.0...
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
323.56 s
[fuzzy-time-gen] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
323.56 s
[fuzzy-time-gen] No hmake found
323.56 s
[fuzzy-time-gen] Using hpc version 0.69 found on system at:
323.56 s
[fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
323.56 s
[fuzzy-time-gen] Using hsc2hs version 0.68.10 found on system at:
323.56 s
[fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
323.56 s
[fuzzy-time-gen] Using hscolour version 1.25 found on system at:
323.56 s
[fuzzy-time-gen] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
323.56 s
[fuzzy-time-gen] No jhc found
323.56 s
[fuzzy-time-gen] Using ld found on system at:
323.56 s
[fuzzy-time-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
323.56 s
[fuzzy-time-gen] No pkg-config found
323.56 s
[fuzzy-time-gen] Using runghc version 9.10.3 found on system at:
323.56 s
[fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
323.56 s
[fuzzy-time-gen] Using strip version 2.44 found on system at:
323.56 s
[fuzzy-time-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
323.56 s
[fuzzy-time-gen] Using tar found on system at:
323.56 s
[fuzzy-time-gen] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
323.56 s
[fuzzy-time-gen] No uhc found
323.56 s
[fuzzy-time-gen] Phase: buildPhase
323.56 s
[fuzzy-time-gen] Preprocessing library for fuzzy-time-gen-0.3.0.0...
323.56 s
[fuzzy-time-gen] Building library for fuzzy-time-gen-0.3.0.0...
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 )
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 )
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 )
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 )
323.56 s
[fuzzy-time-gen] Preprocessing test suite 'fuzzy-time-test' for fuzzy-time-gen-0.3.0.0...
323.56 s
[fuzzy-time-gen] Building test suite 'fuzzy-time-test' for fuzzy-time-gen-0.3.0.0...
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 )
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 )
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 )
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 )
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 )
323.56 s
[fuzzy-time-gen] [6 of 6] Linking dist/build/fuzzy-time-test/fuzzy-time-test
323.56 s
[fuzzy-time-gen] Phase: checkPhase
323.56 s
[fuzzy-time-gen] Running 1 test suites...
323.56 s
[fuzzy-time-gen] Test suite fuzzy-time-test: RUNNING...
323.56 s
[fuzzy-time-gen]
323.56 s
[fuzzy-time-gen] Data.FuzzyTime.Parser
323.56 s
[fuzzy-time-gen] fuzzyLocalTimeP
323.56 s
[fuzzy-time-gen] only parses valid values [✔]
323.56 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
323.56 s
[fuzzy-time-gen] parses "1" as FuzzyLocalTimeDay (OnlyDay 1) [✔]
323.56 s
[fuzzy-time-gen] parses "1-1" as FuzzyLocalTimeDay (DayInMonth 1 1) [✔]
323.56 s
[fuzzy-time-gen] parses "01-1" as FuzzyLocalTimeDay (DayInMonth 1 1) [✔]
323.56 s
[fuzzy-time-gen] parses "jan-1" as FuzzyLocalTimeDay (DayInMonth 1 1) [✔]
323.56 s
[fuzzy-time-gen] parses "today" as FuzzyLocalTimeDay Today [✔]
323.56 s
[fuzzy-time-gen] parses "Today" as FuzzyLocalTimeDay Today [✔]
323.56 s
[fuzzy-time-gen] parses "TodAY" as FuzzyLocalTimeDay Today [✔]
323.56 s
[fuzzy-time-gen] parses "monday" as FuzzyLocalTimeDay (DayOfTheWeek Monday 0) [✔]
323.56 s
[fuzzy-time-gen] parses "Monday" as FuzzyLocalTimeDay (DayOfTheWeek Monday 0) [✔]
323.56 s
[fuzzy-time-gen] parses "MoNDay" as FuzzyLocalTimeDay (DayOfTheWeek Monday 0) [✔]
323.56 s
[fuzzy-time-gen] parses "mon+1" as FuzzyLocalTimeDay (DayOfTheWeek Monday 1) [✔]
323.56 s
[fuzzy-time-gen] parses "tues-1" as FuzzyLocalTimeDay (DayOfTheWeek Tuesday (-1)) [✔]
323.56 s
[fuzzy-time-gen] parses "wed+20" as FuzzyLocalTimeDay (DayOfTheWeek Wednesday 20) [✔]
323.56 s
[fuzzy-time-gen] parses "8:" as FuzzyLocalTimeTimeOfDay (AtHour 8) [✔]
323.56 s
[fuzzy-time-gen] parses "09:" as FuzzyLocalTimeTimeOfDay (AtHour 9) [✔]
323.56 s
[fuzzy-time-gen] parses "05:06" as FuzzyLocalTimeTimeOfDay (AtMinute 5 6) [✔]
323.56 s
[fuzzy-time-gen] parses "evening" as FuzzyLocalTimeTimeOfDay Evening [✔]
323.56 s
[fuzzy-time-gen] parses "tues 05:06" as FuzzyLocalTimeBoth (DayOfTheWeek Tuesday 0) (AtMinute 5 6) [✔]
323.56 s
[genvalidity-persistent] depends criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
323.56 s
[genvalidity-persistent] depends deepseq-1.5.0.0-2b65
323.56 s
[genvalidity-persistent] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
323.56 s
[genvalidity-persistent] depends genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
323.56 s
[genvalidity-persistent] depends genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
323.56 s
[genvalidity-persistent] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
323.56 s
[genvalidity-persistent] Using Cabal-3.12.1.0 compiled by ghc-9.10
323.56 s
[genvalidity-persistent] Using compiler: ghc-9.10.3
323.56 s
[genvalidity-persistent] Using install prefix:
323.56 s
[genvalidity-persistent] /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2
323.56 s
[genvalidity-persistent] Executables installed in:
323.56 s
[genvalidity-persistent] /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2/bin
323.56 s
[genvalidity-persistent] Libraries installed in:
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
323.56 s
[genvalidity-persistent] Dynamic Libraries installed in:
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
323.56 s
[genvalidity-persistent] Private executables installed in:
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
323.56 s
[genvalidity-persistent] Data files installed in:
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
323.56 s
[genvalidity-persistent] Documentation installed in:
323.56 s
[genvalidity-persistent] /nix/store/rcq0gfps8iaycrwz7j80qy5lx4xc9rz7-genvalidity-persistent-1.0.0.2-doc/share/doc/genvalidity-persistent-1.0.0.2
323.56 s
[genvalidity-persistent] Configuration files installed in:
323.56 s
[genvalidity-persistent] /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2/etc
323.56 s
[genvalidity-persistent] No alex found
323.56 s
[genvalidity-persistent] Using ar found on system at:
323.56 s
[genvalidity-persistent] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
323.56 s
[genvalidity-persistent] No c2hs found
323.56 s
[genvalidity-persistent] No cpphs found
323.56 s
[genvalidity-persistent] No doctest found
323.56 s
[genvalidity-persistent] Using gcc version 14.3.0 given by user at:
323.56 s
[genvalidity-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
323.56 s
[genvalidity-persistent] Using ghc version 9.10.3 found on system at:
323.56 s
[genvalidity-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
323.56 s
[genvalidity-persistent] Using ghc-pkg version 9.10.3 found on system at:
323.56 s
[genvalidity-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
323.56 s
[genvalidity-persistent] No ghcjs found
323.56 s
[genvalidity-persistent] No ghcjs-pkg found
323.56 s
[genvalidity-persistent] No greencard found
323.56 s
[genvalidity-persistent] Using haddock version 2.31.1 found on system at:
323.56 s
[genvalidity-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
323.56 s
[genvalidity-persistent] No happy found
323.56 s
[genvalidity-persistent] Using haskell-suite found on system at: haskell-suite-dummy-location
323.56 s
[genvalidity-persistent] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
323.56 s
[genvalidity-persistent] No hmake found
323.56 s
[genvalidity-persistent] Using hpc version 0.69 found on system at:
323.56 s
[genvalidity-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
323.56 s
[genvalidity-persistent] Using hsc2hs version 0.68.10 found on system at:
323.56 s
[genvalidity-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
323.56 s
[genvalidity-persistent] Using hscolour version 1.25 found on system at:
323.56 s
[genvalidity-persistent] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
323.56 s
[genvalidity-persistent] No jhc found
323.56 s
[genvalidity-persistent] Using ld found on system at:
323.56 s
[genvalidity-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
323.56 s
[genvalidity-persistent] No pkg-config found
323.56 s
[genvalidity-persistent] Using runghc version 9.10.3 found on system at:
323.56 s
[genvalidity-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
323.56 s
[genvalidity-persistent] Using strip version 2.44 found on system at:
323.56 s
[genvalidity-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
323.56 s
[genvalidity-persistent] Using tar found on system at:
323.56 s
[genvalidity-persistent] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
323.56 s
[genvalidity-persistent] No uhc found
323.56 s
[genvalidity-persistent] Phase: buildPhase
323.56 s
[genvalidity-persistent] Preprocessing library for genvalidity-persistent-1.0.0.2...
323.56 s
[genvalidity-persistent] Building library for genvalidity-persistent-1.0.0.2...
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 )
323.71 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0
324.08 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
324.08 s
[post-build-hook]
324.42 s
[post-build-hook] Pushing /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0 (3.23 KiB)
325.25 s
[post-build-hook]
325.25 s
[post-build-hook] All done.
325.28 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0
325.39 s
[post-build-hook] copying 1 paths...
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'...
325.88 s
[post-build-hook] copying 0 paths...
325.93 s
Progress: 83 of 152 built (7 building), 815 of 815 downloaded from cache
326.42 s
Building genvalidity-aeson
326.55 s
[pretty-relative-time] approximateDaysPerYear (src/Text/Time/Pretty/Constants.hs:31)
326.55 s
[pretty-relative-time] 0% ( 0 / 7) in 'Text.Time.Pretty.TimeAgo'
326.55 s
[pretty-relative-time] Missing documentation for:
326.55 s
[pretty-relative-time] Module header
326.55 s
[pretty-relative-time] daysAgo (src/Text/Time/Pretty/TimeAgo.hs:66)
326.55 s
[pretty-relative-time] daysAgoToDays (src/Text/Time/Pretty/TimeAgo.hs:80)
326.55 s
[pretty-relative-time] DaysAgo (src/Text/Time/Pretty/TimeAgo.hs:19)
326.55 s
[pretty-relative-time] timeAgo (src/Text/Time/Pretty/TimeAgo.hs:137)
326.55 s
[pretty-relative-time] timeAgoToDiffTime (src/Text/Time/Pretty/TimeAgo.hs:160)
326.55 s
[pretty-relative-time] TimeAgo (src/Text/Time/Pretty/TimeAgo.hs:90)
326.55 s
[pretty-relative-time] 0% ( 0 / 3) in 'Text.Time.Pretty.Render'
326.55 s
[pretty-relative-time] Missing documentation for:
326.55 s
[pretty-relative-time] Module header
326.55 s
[pretty-relative-time] renderDaysAgoAuto (src/Text/Time/Pretty/Render.hs:13)
326.55 s
[pretty-relative-time] renderTimeAgoAuto (src/Text/Time/Pretty/Render.hs:34)
326.55 s
[pretty-relative-time] 14% ( 3 / 21) in 'Text.Time.Pretty'
326.55 s
[pretty-relative-time] Missing documentation for:
326.55 s
[pretty-relative-time] Module header
326.55 s
[pretty-relative-time] prettyTimeAutoFromNow (src/Text/Time/Pretty.hs:35)
326.55 s
[pretty-relative-time] prettyTimeAuto (src/Text/Time/Pretty.hs:40)
326.55 s
[pretty-relative-time] prettyDayAutoFromNow (src/Text/Time/Pretty.hs:43)
326.55 s
[pretty-relative-time] prettyDayAuto (src/Text/Time/Pretty.hs:48)
326.55 s
[pretty-relative-time] timeAgo (src/Text/Time/Pretty/TimeAgo.hs:137)
326.55 s
[pretty-relative-time] timeAgoToDiffTime (src/Text/Time/Pretty/TimeAgo.hs:160)
326.55 s
[pretty-relative-time] daysAgo (src/Text/Time/Pretty/TimeAgo.hs:66)
326.55 s
[pretty-relative-time] daysAgoToDays (src/Text/Time/Pretty/TimeAgo.hs:80)
326.55 s
[pretty-relative-time] TimeAgo (src/Text/Time/Pretty/TimeAgo.hs:90)
326.55 s
[pretty-relative-time] DaysAgo (src/Text/Time/Pretty/TimeAgo.hs:19)
326.55 s
[pretty-relative-time] renderDaysAgoAuto (src/Text/Time/Pretty/Render.hs:13)
326.55 s
[pretty-relative-time] renderTimeAgoAuto (src/Text/Time/Pretty/Render.hs:34)
326.55 s
[pretty-relative-time] picoSecondsPerSecond (src/Text/Time/Pretty/Constants.hs:13)
326.55 s
[pretty-relative-time] secondsPerMinute (src/Text/Time/Pretty/Constants.hs:16)
326.55 s
[pretty-relative-time] minutesPerHour (src/Text/Time/Pretty/Constants.hs:19)
326.55 s
[pretty-relative-time] hoursPerDay (src/Text/Time/Pretty/Constants.hs:22)
326.55 s
[pretty-relative-time] daysPerWeek (src/Text/Time/Pretty/Constants.hs:25)
326.55 s
[pretty-relative-time] Warning: Text.Time.Pretty.TimeAgo: could not find link destinations for:
326.55 s
[pretty-relative-time] - Text.Time.Pretty.TimeAgo.Rep_TimeAgo
326.55 s
[pretty-relative-time] - Text.Time.Pretty.TimeAgo.Rep_DaysAgo
326.55 s
[pretty-relative-time] Warning: Text.Time.Pretty: could not find link destinations for:
326.55 s
[pretty-relative-time] - Text.Time.Pretty.TimeAgo.Rep_TimeAgo
326.55 s
[pretty-relative-time] - Text.Time.Pretty.TimeAgo.Rep_DaysAgo
326.55 s
[pretty-relative-time] Documentation created: dist/doc/html/pretty-relative-time/,
326.55 s
[pretty-relative-time] dist/doc/html/pretty-relative-time/pretty-relative-time.txt
326.55 s
[pretty-relative-time] Preprocessing test suite 'pretty-relative-time-test' for pretty-relative-time-0.3.0.0...
326.55 s
[pretty-relative-time] Phase: installPhase
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
326.55 s
[pretty-relative-time] Phase: fixupPhase
326.55 s
[pretty-relative-time] shrinking RPATHs of ELF executables and libraries in /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0
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
326.55 s
[pretty-relative-time] checking for references to /build/ in /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0...
326.55 s
[pretty-relative-time] patching script interpreter paths in /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0
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
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
326.55 s
[pretty-relative-time] checking for references to /build/ in /nix/store/fm5zx5yiwfgc4aafd1m5zbl267hj2isi-pretty-relative-time-0.3.0.0-doc...
326.55 s
[pretty-relative-time] patching script interpreter paths in /nix/store/fm5zx5yiwfgc4aafd1m5zbl267hj2isi-pretty-relative-time-0.3.0.0-doc
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 )
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 )
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 )
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 )
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 )
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 )
326.55 s
[cursor-gen] [ 1 of 14] Compiling Cursor.List.Gen ( src/Cursor/List/Gen.hs, dist/build/Cursor/List/Gen.p_o )
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 )
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 )
326.55 s
[cursor-gen] [ 4 of 14] Compiling Cursor.Map.Gen ( src/Cursor/Map/Gen.hs, dist/build/Cursor/Map/Gen.p_o )
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 )
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 )
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 )
326.55 s
[cursor-gen] [ 8 of 14] Compiling Cursor.Text.Gen ( src/Cursor/Text/Gen.hs, dist/build/Cursor/Text/Gen.p_o )
326.55 s
[cursor-gen] [ 9 of 14] Compiling Cursor.TextField.Gen ( src/Cursor/TextField/Gen.hs, dist/build/Cursor/TextField/Gen.p_o )
326.55 s
[cursor-gen] [10 of 14] Compiling Cursor.Tree.Gen ( src/Cursor/Tree/Gen.hs, dist/build/Cursor/Tree/Gen.p_o )
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 )
326.55 s
[cursor-gen] [12 of 14] Compiling Cursor.Forest.Gen ( src/Cursor/Forest/Gen.hs, dist/build/Cursor/Forest/Gen.p_o )
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 )
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 )
326.55 s
[cursor-gen] Preprocessing test suite 'cursor-test' for cursor-gen-0.4.0.0...
326.55 s
[cursor-gen] Building test suite 'cursor-test' for cursor-gen-0.4.0.0...
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 )
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 )
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 )
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 )
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 )
326.55 s
[fuzzy-time-gen] parses "wed 5:06" as FuzzyLocalTimeBoth (DayOfTheWeek Wednesday 0) (AtMinute 5 6) [✔]
326.55 s
[fuzzy-time-gen] parses "thu 11:" as FuzzyLocalTimeBoth (DayOfTheWeek Thursday 0) (AtHour 11) [✔]
326.55 s
[fuzzy-time-gen] parses "8 05:06" as FuzzyLocalTimeBoth (OnlyDay 8) (AtMinute 5 6) [✔]
326.55 s
[fuzzy-time-gen] parses "02-07 05:06" as FuzzyLocalTimeBoth (DayInMonth 2 7) (AtMinute 5 6) [✔]
326.55 s
[fuzzy-time-gen] parses "noo" as FuzzyLocalTimeTimeOfDay Noon [✔]
326.55 s
[fuzzy-time-gen] parses "noon" as FuzzyLocalTimeTimeOfDay Noon [✔]
326.55 s
[fuzzy-time-gen] parses "Noo" as FuzzyLocalTimeTimeOfDay Noon [✔]
326.55 s
[fuzzy-time-gen] parses "Noon" as FuzzyLocalTimeTimeOfDay Noon [✔]
326.55 s
[fuzzy-time-gen] parses "midd" as FuzzyLocalTimeTimeOfDay Noon [✔]
326.55 s
[fuzzy-time-gen] parses "midda" as FuzzyLocalTimeTimeOfDay Noon [✔]
326.55 s
[fuzzy-time-gen] parses "midday" as FuzzyLocalTimeTimeOfDay Noon [✔]
326.55 s
[fuzzy-time-gen] parses "Midd" as FuzzyLocalTimeTimeOfDay Noon [✔]
326.55 s
[fuzzy-time-gen] parses "Midda" as FuzzyLocalTimeTimeOfDay Noon [✔]
326.55 s
[fuzzy-time-gen] parses "Midday" as FuzzyLocalTimeTimeOfDay Noon [✔]
326.55 s
[fuzzy-time-gen] parses "midn" as FuzzyLocalTimeTimeOfDay Midnight [✔]
326.55 s
[fuzzy-time-gen] parses "midni" as FuzzyLocalTimeTimeOfDay Midnight [✔]
326.55 s
[fuzzy-time-gen] parses "midnig" as FuzzyLocalTimeTimeOfDay Midnight [✔]
326.55 s
[fuzzy-time-gen] parses "midnigh" as FuzzyLocalTimeTimeOfDay Midnight [✔]
326.55 s
[fuzzy-time-gen] parses "midnight" as FuzzyLocalTimeTimeOfDay Midnight [✔]
326.55 s
[fuzzy-time-gen] parses "Midn" as FuzzyLocalTimeTimeOfDay Midnight [✔]
326.55 s
[fuzzy-time-gen] parses "Midni" as FuzzyLocalTimeTimeOfDay Midnight [✔]
326.55 s
[fuzzy-time-gen] parses "Midnig" as FuzzyLocalTimeTimeOfDay Midnight [✔]
326.55 s
[fuzzy-time-gen] parses "Midnigh" as FuzzyLocalTimeTimeOfDay Midnight [✔]
326.55 s
[fuzzy-time-gen] parses "Midnight" as FuzzyLocalTimeTimeOfDay Midnight [✔]
326.55 s
[fuzzy-time-gen] parses "mor" as FuzzyLocalTimeTimeOfDay Morning [✔]
326.55 s
[fuzzy-time-gen] parses "morn" as FuzzyLocalTimeTimeOfDay Morning [✔]
326.55 s
[fuzzy-time-gen] parses "morni" as FuzzyLocalTimeTimeOfDay Morning [✔]
326.55 s
[fuzzy-time-gen] parses "mornin" as FuzzyLocalTimeTimeOfDay Morning [✔]
326.55 s
[fuzzy-time-gen] parses "morning" as FuzzyLocalTimeTimeOfDay Morning [✔]
326.55 s
[fuzzy-time-gen] parses "Mor" as FuzzyLocalTimeTimeOfDay Morning [✔]
326.55 s
[fuzzy-time-gen] parses "Morn" as FuzzyLocalTimeTimeOfDay Morning [✔]
326.55 s
[fuzzy-time-gen] parses "Morni" as FuzzyLocalTimeTimeOfDay Morning [✔]
326.55 s
[fuzzy-time-gen] parses "Mornin" as FuzzyLocalTimeTimeOfDay Morning [✔]
326.55 s
[fuzzy-time-gen] parses "Morning" as FuzzyLocalTimeTimeOfDay Morning [✔]
326.55 s
[fuzzy-time-gen] parses "e" as FuzzyLocalTimeTimeOfDay Evening [✔]
326.55 s
[fuzzy-time-gen] parses "ev" as FuzzyLocalTimeTimeOfDay Evening [✔]
326.55 s
[fuzzy-time-gen] parses "eve" as FuzzyLocalTimeTimeOfDay Evening [✔]
326.55 s
[fuzzy-time-gen] parses "even" as FuzzyLocalTimeTimeOfDay Evening [✔]
326.55 s
[fuzzy-time-gen] parses "eveni" as FuzzyLocalTimeTimeOfDay Evening [✔]
326.55 s
[fuzzy-time-gen] parses "evenin" as FuzzyLocalTimeTimeOfDay Evening [✔]
326.55 s
[fuzzy-time-gen] parses "evening" as FuzzyLocalTimeTimeOfDay Evening [✔]
326.55 s
[fuzzy-time-gen] parses "E" as FuzzyLocalTimeTimeOfDay Evening [✔]
326.55 s
[fuzzy-time-gen] parses "Ev" as FuzzyLocalTimeTimeOfDay Evening [✔]
326.55 s
[fuzzy-time-gen] parses "Eve" as FuzzyLocalTimeTimeOfDay Evening [✔]
326.55 s
[fuzzy-time-gen] parses "Even" as FuzzyLocalTimeTimeOfDay Evening [✔]
326.55 s
[fuzzy-time-gen] parses "Eveni" as FuzzyLocalTimeTimeOfDay Evening [✔]
326.55 s
[fuzzy-time-gen] parses "Evenin" as FuzzyLocalTimeTimeOfDay Evening [✔]
326.55 s
[fuzzy-time-gen] parses "Evening" as FuzzyLocalTimeTimeOfDay Evening [✔]
326.55 s
[fuzzy-time-gen] parses "6:07" as FuzzyLocalTimeTimeOfDay (AtMinute 6 7) [✔]
326.55 s
[fuzzy-time-gen] parses "08:09" as FuzzyLocalTimeTimeOfDay (AtMinute 8 9) [✔]
326.55 s
[fuzzy-time-gen] parses "1011" as FuzzyLocalTimeTimeOfDay (AtMinute 10 11) [✔]
326.55 s
[fuzzy-time-gen] parses "0324" as FuzzyLocalTimeTimeOfDay (AtMinute 3 24) [✔]
326.55 s
[fuzzy-time-gen] parses "23:59:22" as FuzzyLocalTimeTimeOfDay (AtExact 23:59:22) [✔]
326.55 s
[fuzzy-time-gen] parses "5:06:23" as FuzzyLocalTimeTimeOfDay (AtExact 05:06:23) [✔]
326.55 s
[fuzzy-time-gen] parses "0506:23" as FuzzyLocalTimeTimeOfDay (AtExact 05:06:23) [✔]
326.55 s
[fuzzy-time-gen] parses "+5h" as FuzzyLocalTimeTimeOfDay (HoursDiff 5) [✔]
326.55 s
[fuzzy-time-gen] parses "-6h" as FuzzyLocalTimeTimeOfDay (HoursDiff (-6)) [✔]
326.55 s
[fuzzy-time-gen] parses "+7m" as FuzzyLocalTimeDay (DiffMonths 7) [✔]
326.55 s
[fuzzy-time-gen] parses "-8m" as FuzzyLocalTimeDay (DiffMonths (-8)) [✔]
326.55 s
[fuzzy-time-gen] parses "+9s" as FuzzyLocalTimeTimeOfDay (SecondsDiff 9.000000000000) [✔]
326.55 s
[fuzzy-time-gen] parses "-10s" as FuzzyLocalTimeTimeOfDay (SecondsDiff (-10.000000000000)) [✔]
326.55 s
[fuzzy-time-gen] fails to parse "hello" [✔]
326.55 s
[fuzzy-time-gen] fails to parse "world" [✔]
326.55 s
[fuzzy-time-gen] twoDigitsSegmentP
326.55 s
[fuzzy-time-gen] only parses valid values [✔]
326.55 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
326.55 s
[fuzzy-time-gen] parses "0" as 0 [✔]
326.55 s
[fuzzy-time-gen] parses "6" as 6 [✔]
326.55 s
[fuzzy-time-gen] parses "01" as 1 [✔]
326.55 s
[fuzzy-time-gen] parses "12" as 12 [✔]
326.55 s
[opt-env-conf] Phase: setupCompilerEnvironmentPhase
326.55 s
[opt-env-conf] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
326.55 s
[opt-env-conf] Phase: unpackPhase
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
326.55 s
[opt-env-conf] source root is opt-env-conf-0.15.0.1
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"
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
326.55 s
[opt-env-conf] Phase: patchPhase
326.55 s
[opt-env-conf] Phase: compileBuildDriverPhase
326.55 s
[opt-env-conf] setupCompileFlags: -package-db=/build/tmp.E8fN4jYiU1/setup-package.conf.d -threaded
326.55 s
[opt-env-conf] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.E8fN4jYiU1/Main.o )
326.55 s
[opt-env-conf] [2 of 2] Linking Setup
326.55 s
[opt-env-conf] Phase: updateAutotoolsGnuConfigScriptsPhase
326.55 s
[opt-env-conf] Phase: configurePhase
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
326.55 s
[opt-env-conf] Using Parsec parser
326.55 s
[opt-env-conf] Configuring opt-env-conf-0.15.0.1...
326.61 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0
327.00 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
327.00 s
[post-build-hook]
327.35 s
[post-build-hook] Pushing /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0 (1.68 KiB)
328.21 s
[post-build-hook]
328.21 s
[post-build-hook] All done.
328.23 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0
328.29 s
[post-build-hook] copying 1 paths...
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'...
328.61 s
[post-build-hook] copying 0 paths...
328.63 s
Progress: 84 of 152 built (7 building), 815 of 815 downloaded from cache
328.66 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1
329.04 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
329.04 s
[post-build-hook]
329.59 s
[post-build-hook] Pushing /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1 (3.05 KiB)
330.49 s
[post-build-hook]
330.49 s
[post-build-hook] All done.
330.51 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1
330.59 s
[post-build-hook] copying 1 paths...
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'...
330.95 s
[post-build-hook] copying 0 paths...
330.98 s
Progress: 85 of 153 built (6 building), 815 of 815 downloaded from cache
331.03 s
Building validity-case-insensitive
331.09 s
Building validity-path
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
331.09 s
[cursor-gen] [21 of 22] Compiling Main ( test/Spec.hs, dist/build/cursor-test/cursor-test-tmp/Main.o )
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 )
331.09 s
[cursor-gen] [23 of 23] Linking dist/build/cursor-test/cursor-test
331.09 s
[cursor-gen] Phase: checkPhase
331.09 s
[cursor-gen] Running 1 test suites...
331.09 s
[cursor-gen] Test suite cursor-test: RUNNING...
331.09 s
[cursor-gen]
331.09 s
[cursor-gen] Cursor.List
331.09 s
[cursor-gen] Eq (ListCursor Bool)
331.09 s
[cursor-gen] (==) :: (ListCursor Bool) -> (ListCursor Bool) -> Bool
331.09 s
[cursor-gen] is reflexive for "valid (ListCursor Bool)"s [✔]
331.09 s
[cursor-gen] +++ OK, passed 100 tests.
331.09 s
[cursor-gen] is symmetric for "valid (ListCursor Bool)"s [✔]
331.09 s
[cursor-gen] +++ OK, passed 100 tests.
331.09 s
[cursor-gen] is transitive for "valid (ListCursor Bool)"s [✔]
331.09 s
[cursor-gen] +++ OK, passed 100 tests.
331.09 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (ListCursor Bool)"s [✔]
331.09 s
[cursor-gen] +++ OK, passed 100 tests.
331.09 s
[cursor-gen] (/=) :: (ListCursor Bool) -> (ListCursor Bool) -> Bool
331.09 s
[cursor-gen] is antireflexive for "valid (ListCursor Bool)"s [✔]
331.09 s
[cursor-gen] +++ OK, passed 100 tests.
331.09 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (ListCursor Bool)"s [✔]
331.09 s
[cursor-gen] +++ OK, passed 100 tests.
331.09 s
[cursor-gen] Functor ListCursor
331.09 s
[cursor-gen] fmap :: (a -> b) -> ListCursor a -> ListCursor b
331.09 s
[cursor-gen] satisfies the first Fuctor law: 'fmap id == id' for "ListCursor of ints :: (ListCursor Int)" [✔]
331.09 s
[cursor-gen] +++ OK, passed 100 tests.
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)" [✔]
331.09 s
[cursor-gen] +++ OK, passed 100 tests.
331.09 s
[cursor-gen] (<$) :: a -> ListCursor b -> ListCursor a
331.09 s
[fuzzy-time-gen] parses "52" as 52 [✔]
331.09 s
[fuzzy-time-gen] fails to parse "152" [✔]
331.09 s
[fuzzy-time-gen] fails to parse "6:" [✔]
331.09 s
[fuzzy-time-gen] hourSegmentP
331.09 s
[fuzzy-time-gen] only parses valid values [✔]
331.09 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
331.09 s
[fuzzy-time-gen] parses "0" as 0 [✔]
331.09 s
[fuzzy-time-gen] parses "6" as 6 [✔]
331.09 s
[fuzzy-time-gen] parses "01" as 1 [✔]
331.09 s
[fuzzy-time-gen] parses "12" as 12 [✔]
331.09 s
[fuzzy-time-gen] parses "7:" as 7 [✔]
331.09 s
[fuzzy-time-gen] fails to parse "25" [✔]
331.09 s
[fuzzy-time-gen] fails to parse "52" [✔]
331.09 s
[fuzzy-time-gen] fails to parse "152" [✔]
331.09 s
[fuzzy-time-gen] minuteSegmentP
331.09 s
[fuzzy-time-gen] only parses valid values [✔]
331.09 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
331.09 s
[fuzzy-time-gen] parses "0" as 0 [✔]
331.09 s
[fuzzy-time-gen] parses "6" as 6 [✔]
331.09 s
[fuzzy-time-gen] parses "01" as 1 [✔]
331.09 s
[fuzzy-time-gen] parses "12" as 12 [✔]
331.09 s
[fuzzy-time-gen] parses "25" as 25 [✔]
331.09 s
[fuzzy-time-gen] parses "52" as 52 [✔]
331.09 s
[fuzzy-time-gen] fails to parse "152" [✔]
331.09 s
[fuzzy-time-gen] fails to parse "8:" [✔]
331.09 s
[fuzzy-time-gen] atHourP
331.09 s
[fuzzy-time-gen] only parses valid values [✔]
331.09 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
331.09 s
[fuzzy-time-gen] parses "0" as AtHour 0 [✔]
331.09 s
[fuzzy-time-gen] parses "2" as AtHour 2 [✔]
331.09 s
[fuzzy-time-gen] parses "23" as AtHour 23 [✔]
331.09 s
[fuzzy-time-gen] parses "08" as AtHour 8 [✔]
331.09 s
[fuzzy-time-gen] parses "04" as AtHour 4 [✔]
331.09 s
[fuzzy-time-gen] parses "6:" as AtHour 6 [✔]
331.09 s
[fuzzy-time-gen] parses "06:" as AtHour 6 [✔]
331.09 s
[fuzzy-time-gen] fails to parse "26" [✔]
331.09 s
[fuzzy-time-gen] fails to parse "103" [✔]
331.09 s
[fuzzy-time-gen] atMinuteP
331.09 s
[fuzzy-time-gen] only parses valid values [✔]
331.09 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
331.09 s
[fuzzy-time-gen] parses "2:52" as AtMinute 2 52 [✔]
331.09 s
[fuzzy-time-gen] parses "23:52" as AtMinute 23 52 [✔]
331.09 s
[fuzzy-time-gen] parses "08:15" as AtMinute 8 15 [✔]
331.09 s
[fuzzy-time-gen] parses "0426" as AtMinute 4 26 [✔]
331.09 s
[fuzzy-time-gen] fails to parse "6:" [✔]
331.09 s
[fuzzy-time-gen] fails to parse "06:" [✔]
331.09 s
[fuzzy-time-gen] atExactP
331.09 s
[fuzzy-time-gen] only parses valid values [✔]
331.09 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
331.09 s
[fuzzy-time-gen] parses "23:59:22" as AtExact 23:59:22 [✔]
331.09 s
[fuzzy-time-gen] parses "5:06:23" as AtExact 05:06:23 [✔]
331.09 s
[fuzzy-time-gen] parses "0506:23" as AtExact 05:06:23 [✔]
331.09 s
[fuzzy-time-gen] fails to parse "50623" [✔]
331.09 s
[fuzzy-time-gen] fails to parse "050623" [✔]
331.09 s
[fuzzy-time-gen] fails to parse "05:0623" [✔]
331.09 s
[fuzzy-time-gen] fuzzyTimeOfDayP
331.09 s
[fuzzy-time-gen] only parses valid values [✔]
331.09 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
331.09 s
[fuzzy-time-gen] parses "no" as Noon [✔]
331.09 s
[fuzzy-time-gen] parses "noo" as Noon [✔]
331.09 s
[fuzzy-time-gen] parses "noon" as Noon [✔]
331.09 s
[fuzzy-time-gen] parses "midd" as Noon [✔]
331.09 s
[fuzzy-time-gen] parses "midda" as Noon [✔]
331.09 s
[fuzzy-time-gen] parses "midday" as Noon [✔]
331.09 s
[fuzzy-time-gen] parses "midn" as Midnight [✔]
331.09 s
[fuzzy-time-gen] parses "midni" as Midnight [✔]
331.09 s
[fuzzy-time-gen] parses "midnig" as Midnight [✔]
331.09 s
[fuzzy-time-gen] parses "midnigh" as Midnight [✔]
331.09 s
[fuzzy-time-gen] parses "midnight" as Midnight [✔]
331.09 s
[fuzzy-time-gen] parses "mo" as Morning [✔]
331.09 s
[fuzzy-time-gen] parses "mor" as Morning [✔]
331.09 s
[fuzzy-time-gen] parses "morn" as Morning [✔]
331.09 s
[fuzzy-time-gen] parses "morni" as Morning [✔]
331.09 s
[fuzzy-time-gen] parses "mornin" as Morning [✔]
331.09 s
[fuzzy-time-gen] parses "morning" as Morning [✔]
331.09 s
[fuzzy-time-gen] parses "e" as Evening [✔]
331.09 s
[fuzzy-time-gen] parses "ev" as Evening [✔]
331.09 s
[fuzzy-time-gen] parses "eve" as Evening [✔]
331.09 s
[fuzzy-time-gen] parses "even" as Evening [✔]
331.09 s
[fuzzy-time-gen] parses "eveni" as Evening [✔]
331.09 s
[fuzzy-time-gen] parses "evenin" as Evening [✔]
331.09 s
[fuzzy-time-gen] parses "evening" as Evening [✔]
331.09 s
[fuzzy-time-gen] AtHour
331.09 s
[fuzzy-time-gen] parses "0" as AtHour 0 [✔]
331.09 s
[fuzzy-time-gen] parses "4" as AtHour 4 [✔]
331.09 s
[fuzzy-time-gen] parses "05" as AtHour 5 [✔]
331.09 s
[fuzzy-time-gen] parses "6:" as AtHour 6 [✔]
331.09 s
[fuzzy-time-gen] parses "07:" as AtHour 7 [✔]
331.09 s
[fuzzy-time-gen] AtMinute
331.09 s
[fuzzy-time-gen] parses "6:07" as AtMinute 6 7 [✔]
331.09 s
[fuzzy-time-gen] parses "08:09" as AtMinute 8 9 [✔]
331.09 s
[fuzzy-time-gen] parses "1011" as AtMinute 10 11 [✔]
331.09 s
[fuzzy-time-gen] parses "0324" as AtMinute 3 24 [✔]
331.09 s
[fuzzy-time-gen] AtExact
331.09 s
[fuzzy-time-gen] parses "23:59:22" as AtExact 23:59:22 [✔]
331.09 s
[fuzzy-time-gen] parses "5:06:23" as AtExact 05:06:23 [✔]
331.09 s
[fuzzy-time-gen] parses "0506:23" as AtExact 05:06:23 [✔]
331.09 s
[fuzzy-time-gen] parses "05:06:23.1" as AtExact 05:06:23.1 [✔]
331.09 s
[fuzzy-time-gen] parses "05:06:23.01" as AtExact 05:06:23.01 [✔]
331.09 s
[fuzzy-time-gen] parses "05:06:23.001" as AtExact 05:06:23.001 [✔]
331.09 s
[fuzzy-time-gen] parses "05:06:23.0001" as AtExact 05:06:23.0001 [✔]
331.09 s
[fuzzy-time-gen] parses "05:06:23.00001" as AtExact 05:06:23.00001 [✔]
331.09 s
[fuzzy-time-gen] parses "05:06:23.000001" as AtExact 05:06:23.000001 [✔]
331.09 s
[fuzzy-time-gen] parses "05:06:23.0000001" as AtExact 05:06:23.0000001 [✔]
331.09 s
[fuzzy-time-gen] parses "05:06:23.00000001" as AtExact 05:06:23.00000001 [✔]
331.09 s
[fuzzy-time-gen] parses "05:06:23.000000001" as AtExact 05:06:23.000000001 [✔]
331.10 s
[fuzzy-time-gen] parses "05:06:23.0000000001" as AtExact 05:06:23.0000000001 [✔]
331.10 s
[fuzzy-time-gen] parses "05:06:23.00000000001" as AtExact 05:06:23.00000000001 [✔]
331.10 s
[fuzzy-time-gen] parses "05:06:23.000000000001" as AtExact 05:06:23.000000000001 [✔]
331.10 s
[fuzzy-time-gen] can parse whatever is rendered [✔]
331.10 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
331.10 s
[fuzzy-time-gen] HoursDiff
331.10 s
[fuzzy-time-gen] parses "+3" as HoursDiff 3 [✔]
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 )
331.10 s
[genvalidity-persistent] [1 of 2] Compiling Data.GenValidity.Persist ( src/Data/GenValidity/Persist.hs, dist/build/Data/GenValidity/Persist.p_o )
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 )
331.10 s
[genvalidity-persistent] Preprocessing test suite 'genvalidity-persistent-test' for genvalidity-persistent-1.0.0.2...
331.10 s
[genvalidity-persistent] Building test suite 'genvalidity-persistent-test' for genvalidity-persistent-1.0.0.2...
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 )
331.10 s
[opt-env-conf] Dependency aeson: using aeson-2.2.3.0
331.10 s
[opt-env-conf] Dependency autodocodec >=0.3.0.0: using autodocodec-0.5.0.0
331.10 s
[opt-env-conf] Dependency autodocodec-nix: using autodocodec-nix-0.1.0.0
331.10 s
[opt-env-conf] Dependency autodocodec-schema: using autodocodec-schema-0.2.0.1
331.10 s
[opt-env-conf] Dependency autodocodec-yaml: using autodocodec-yaml-0.4.0.2
331.10 s
[opt-env-conf] Dependency base <5: using base-4.20.2.0
331.10 s
[opt-env-conf] Dependency containers: using containers-0.7
331.10 s
[opt-env-conf] Dependency hashable: using hashable-1.5.0.0
331.10 s
[opt-env-conf] Dependency mtl: using mtl-2.3.1
331.10 s
[opt-env-conf] Dependency path: using path-0.9.6
331.10 s
[opt-env-conf] Dependency path-io: using path-io-1.8.2
331.10 s
[opt-env-conf] Dependency safe-coloured-text >=0.3.0.2: using safe-coloured-text-0.3.0.2
331.10 s
[opt-env-conf] Dependency safe-coloured-text-layout >=0.2.0.0: using
331.10 s
[opt-env-conf] safe-coloured-text-layout-0.2.0.1
331.10 s
[opt-env-conf] Dependency safe-coloured-text-terminfo: using
331.10 s
[opt-env-conf] safe-coloured-text-terminfo-0.3.0.0
331.10 s
[opt-env-conf] Dependency selective: using selective-0.7.0.1
331.10 s
[opt-env-conf] Dependency text: using text-2.1.3
331.10 s
[opt-env-conf] Dependency validity: using validity-0.12.1.0
331.10 s
[opt-env-conf] Dependency validity-containers: using validity-containers-0.5.0.5
331.10 s
[opt-env-conf] Dependency validity-text: using validity-text-0.3.1.3
331.10 s
[opt-env-conf] Source component graph: component lib
331.10 s
[opt-env-conf] Configured component graph:
331.10 s
[opt-env-conf] component opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
331.10 s
[opt-env-conf] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
331.10 s
[opt-env-conf] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
331.10 s
[opt-env-conf] include autodocodec-nix-0.1.0.0-9U2A3yNIdG5ACINzfTf5un
331.10 s
[opt-env-conf] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
331.10 s
[opt-env-conf] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
331.10 s
[opt-env-conf] include base-4.20.2.0-fafd
331.10 s
[opt-env-conf] include containers-0.7-96b4
331.10 s
[opt-env-conf] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
331.10 s
[opt-env-conf] include mtl-2.3.1-37af
331.10 s
[opt-env-conf] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
331.10 s
[opt-env-conf] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
331.10 s
[opt-env-conf] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
331.10 s
[opt-env-conf] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
331.10 s
[opt-env-conf] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
331.10 s
[opt-env-conf] include selective-0.7.0.1-hkwt5DSnm9GnF9HDZaj8b
331.10 s
[opt-env-conf] include text-2.1.3-34f1
331.10 s
[opt-env-conf] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
331.10 s
[opt-env-conf] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
331.10 s
[opt-env-conf] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
331.10 s
[opt-env-conf] Linked component graph:
331.10 s
[opt-env-conf] unit opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
331.10 s
[opt-env-conf] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
331.10 s
[opt-env-conf] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
331.10 s
[opt-env-conf] include autodocodec-nix-0.1.0.0-9U2A3yNIdG5ACINzfTf5un
331.10 s
[opt-env-conf] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
331.10 s
[opt-env-conf] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
331.10 s
[opt-env-conf] include base-4.20.2.0-fafd
331.10 s
[opt-env-conf] include containers-0.7-96b4
331.10 s
[opt-env-conf] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
331.10 s
[opt-env-conf] include mtl-2.3.1-37af
331.10 s
[opt-env-conf] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
331.10 s
[opt-env-conf] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
331.10 s
[opt-env-conf] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
331.10 s
[opt-env-conf] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
331.10 s
[opt-env-conf] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
331.10 s
[opt-env-conf] include selective-0.7.0.1-hkwt5DSnm9GnF9HDZaj8b
331.10 s
[opt-env-conf] include text-2.1.3-34f1
331.10 s
[opt-env-conf] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
331.10 s
[opt-env-conf] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
331.10 s
[opt-env-conf] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
331.10 s
[genvalidity-aeson] Phase: setupCompilerEnvironmentPhase
331.10 s
[genvalidity-aeson] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
331.10 s
[genvalidity-aeson] Phase: unpackPhase
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
331.10 s
[genvalidity-aeson] source root is genvalidity-aeson-1.1.0.0
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"
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
331.10 s
[genvalidity-aeson] Phase: patchPhase
331.10 s
[genvalidity-aeson] Phase: compileBuildDriverPhase
331.10 s
[genvalidity-aeson] setupCompileFlags: -package-db=/build/tmp.nJP72PN6Qc/setup-package.conf.d -threaded
331.10 s
[genvalidity-aeson] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.nJP72PN6Qc/Main.o )
331.10 s
[genvalidity-aeson] [2 of 2] Linking Setup
331.10 s
[genvalidity-aeson] Phase: updateAutotoolsGnuConfigScriptsPhase
331.10 s
[genvalidity-aeson] Phase: configurePhase
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
331.10 s
[genvalidity-aeson] Using Parsec parser
331.10 s
[genvalidity-aeson] Configuring genvalidity-aeson-1.1.0.0...
331.10 s
[genvalidity-aeson] Dependency QuickCheck: using QuickCheck-2.15.0.1
331.10 s
[genvalidity-aeson] Dependency aeson >=1.4.0.0: using aeson-2.2.3.0
331.10 s
[genvalidity-aeson] Dependency base >=4.10 && <5: using base-4.20.2.0
331.10 s
[genvalidity-aeson] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
331.10 s
[genvalidity-aeson] Dependency genvalidity-scientific >=0.2: using genvalidity-scientific-1.0.0.0
331.10 s
[genvalidity-aeson] Dependency genvalidity-text >=0.5: using genvalidity-text-1.0.0.1
331.10 s
[genvalidity-aeson] Dependency genvalidity-unordered-containers >=0.2: using
331.10 s
[genvalidity-aeson] genvalidity-unordered-containers-1.0.0.1
331.10 s
[genvalidity-aeson] Dependency genvalidity-vector >=0.2: using genvalidity-vector-1.0.0.0
331.10 s
[genvalidity-aeson] Dependency validity-aeson >=0.2: using validity-aeson-0.2.0.5
331.10 s
[genvalidity-aeson] Dependency aeson >=1.4.0.0: using aeson-2.2.3.0
331.10 s
[genvalidity-aeson] Dependency base >=4.10 && <5: using base-4.20.2.0
331.10 s
[genvalidity-aeson] Dependency deepseq: using deepseq-1.5.0.0
331.10 s
[genvalidity-aeson] Dependency genvalidity-aeson: using genvalidity-aeson-1.1.0.0
331.10 s
[genvalidity-aeson] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
331.10 s
[genvalidity-aeson] Dependency hspec: using hspec-2.11.14
331.10 s
[genvalidity-aeson] Dependency aeson >=1.4.0.0: using aeson-2.2.3.0
331.10 s
[genvalidity-aeson] Dependency base >=4.10 && <5: using base-4.20.2.0
331.10 s
[genvalidity-aeson] Dependency criterion: using criterion-1.6.4.0
331.10 s
[genvalidity-aeson] Dependency genvalidity-aeson: using genvalidity-aeson-1.1.0.0
331.10 s
[genvalidity-aeson] Dependency genvalidity-criterion >=1.1.0.0: using
331.10 s
[genvalidity-aeson] genvalidity-criterion-1.1.0.0
331.10 s
[genvalidity-aeson] Source component graph:
331.10 s
[genvalidity-aeson] component lib
331.10 s
[genvalidity-aeson] component test:genvalidity-aeson-test dependency lib
331.10 s
[genvalidity-aeson] component bench:genvalidity-aeson-bench dependency lib
331.10 s
[genvalidity-aeson] Configured component graph:
331.10 s
[genvalidity-aeson] component genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
331.10 s
[genvalidity-aeson] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
331.10 s
[genvalidity-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
331.29 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0
331.69 s
[post-build-hook] Pushing 2 paths (74 are already present) using zstd to cache smos ⏳
331.78 s
[post-build-hook]
332.04 s
[post-build-hook] Pushing /nix/store/fm5zx5yiwfgc4aafd1m5zbl267hj2isi-pretty-relative-time-0.3.0.0-doc (504.90 KiB)
332.06 s
[post-build-hook] Pushing /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0 (1.28 MiB)
333.07 s
[post-build-hook]
333.07 s
[post-build-hook] All done.
333.10 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0
333.17 s
[post-build-hook] copying 0 paths...
333.31 s
[post-build-hook] copying 0 paths...
333.36 s
Progress: 86 of 152 built (7 building), 815 of 815 downloaded from cache
333.37 s
[cursor-gen] is equivalent to its default implementation for "int :: Int" and "ListCursor of ints :: (ListCursor Int)" [✔]
333.37 s
[cursor-gen] +++ OK, passed 100 tests.
333.37 s
[cursor-gen] GenValid (ListCursor Bool)
333.37 s
[cursor-gen] genValid :: Gen (ListCursor Bool)
333.37 s
[cursor-gen] only generates valid '(ListCursor Bool)'s [✔]
333.37 s
[cursor-gen] +++ OK, passed 100 tests.
333.37 s
[cursor-gen] emptyListCursor
333.37 s
[cursor-gen] is valid [✔]
333.37 s
[cursor-gen] makeListCursor
333.37 s
[cursor-gen] produces valid list cursors [✔]
333.37 s
[cursor-gen] +++ OK, passed 100 tests.
333.37 s
[cursor-gen] makeListCursorWithSelection
333.37 s
[cursor-gen] produces valid list cursors [✔]
333.37 s
[cursor-gen] +++ OK, passed 100 tests.
333.37 s
[cursor-gen] rebuildListCursor
333.37 s
[cursor-gen] produces valid lists [✔]
333.37 s
[cursor-gen] +++ OK, passed 100 tests.
333.37 s
[cursor-gen] is the inverse of makeListCursor [✔]
333.37 s
[cursor-gen] +++ OK, passed 100 tests.
333.37 s
[cursor-gen] is the inverse of makeListCursorWithSelection for any index [✔]
333.37 s
[cursor-gen] +++ OK, passed 100 tests.
333.37 s
[cursor-gen] listCursorNull
333.37 s
[cursor-gen] produces valid bools [✔]
333.37 s
[cursor-gen] +++ OK, passed 100 tests.
333.37 s
[cursor-gen] listCursorLength
333.37 s
[cursor-gen] produces valid bools [✔]
333.37 s
[cursor-gen] +++ OK, passed 100 tests.
333.37 s
[cursor-gen] listCursorIndex
333.37 s
[cursor-gen] produces valid indices [✔]
333.37 s
[cursor-gen] +++ OK, passed 100 tests.
333.37 s
[cursor-gen] listCursorSelectPrev
333.37 s
[cursor-gen] produces valid cursors [✔]
333.37 s
[cursor-gen] +++ OK, passed 100 tests.
333.43 s
[cursor-gen] is a movement [✔]
333.43 s
[cursor-gen] +++ OK, passed 100 tests.
333.43 s
[cursor-gen] selects the previous position [‐]
333.43 s
[cursor-gen] # PENDING: No reason given
333.43 s
[cursor-gen] listCursorSelectNext
333.43 s
[cursor-gen] produces valid cursors [✔]
333.43 s
[cursor-gen] +++ OK, passed 100 tests.
333.43 s
[cursor-gen] is a movement [✔]
333.43 s
[cursor-gen] +++ OK, passed 100 tests.
333.43 s
[cursor-gen] selects the next position [‐]
333.43 s
[cursor-gen] # PENDING: No reason given
333.43 s
[cursor-gen] listCursorSelectIndex
333.43 s
[cursor-gen] produces valid cursors [✔]
333.43 s
[cursor-gen] +++ OK, passed 100 tests.
333.43 s
[cursor-gen] is a movement [✔]
333.43 s
[cursor-gen] +++ OK, passed 100 tests.
333.43 s
[cursor-gen] selects the position at the given index [‐]
333.43 s
[cursor-gen] # PENDING: No reason given
333.43 s
[cursor-gen] listCursorPrevItem
333.43 s
[cursor-gen] produces valid items [✔]
333.43 s
[cursor-gen] +++ OK, passed 100 tests.
333.43 s
[cursor-gen] returns the item before the position [‐]
333.43 s
[cursor-gen] # PENDING: No reason given
333.43 s
[cursor-gen] listCursorNextItem
333.43 s
[cursor-gen] produces valid items [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] returns the item after the position [‐]
333.48 s
[cursor-gen] # PENDING: No reason given
333.48 s
[cursor-gen] listCursorPrevUntil
333.48 s
[cursor-gen] produces valid cursors [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] produces a cursor where the previous item either satisfies the predicate or is empty [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] listCursorNextUntil
333.48 s
[cursor-gen] produces valid cursors [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] produces a cursor where the previous item either satisfies the predicate or is empty [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] listCursorSelectStart
333.48 s
[cursor-gen] produces valid cursors [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] is a movement [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] is idempotent [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] selects the starting position [‐]
333.48 s
[cursor-gen] # PENDING: No reason given
333.48 s
[cursor-gen] listCursorSelectEnd
333.48 s
[cursor-gen] produces valid cursors [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] is a movement [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] is idempotent [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] selects the end position [‐]
333.48 s
[cursor-gen] # PENDING: No reason given
333.48 s
[cursor-gen] listCursorInsert
333.48 s
[cursor-gen] produces valids [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] inserts an item before the cursor [‐]
333.48 s
[cursor-gen] # PENDING: No reason given
333.48 s
[cursor-gen] listCursorAppend
333.48 s
[cursor-gen] produces valids [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] inserts an item after the cursor [‐]
333.48 s
[cursor-gen] # PENDING: No reason given
333.48 s
[cursor-gen] listCursorInsertList
333.48 s
[cursor-gen] produces valids [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] listCursorAppendList
333.48 s
[cursor-gen] produces valids [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] listCursorRemove
333.48 s
[cursor-gen] produces valids [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] removes an item before the cursor [‐]
333.48 s
[cursor-gen] # PENDING: No reason given
333.48 s
[cursor-gen] listCursorDelete
333.48 s
[cursor-gen] produces valids [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] removes an item before the cursor [‐]
333.48 s
[cursor-gen] # PENDING: No reason given
333.48 s
[cursor-gen] listCursorSplit
333.48 s
[cursor-gen] produces valids [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] produces two list cursors that rebuild to the rebuilding of the original [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] listCursorCombine
333.48 s
[cursor-gen] produces valids [✔]
333.48 s
[cursor-gen] +++ OK, passed 100 tests.
333.48 s
[cursor-gen] produces a list that rebuilds to the rebuilding of the original two cursors [✔]
333.48 s
[fuzzy-time-gen] parses "-4" as HoursDiff (-4) [✔]
333.48 s
[fuzzy-time-gen] parses "+5h" as HoursDiff 5 [✔]
333.48 s
[fuzzy-time-gen] parses "-6h" as HoursDiff (-6) [✔]
333.48 s
[fuzzy-time-gen] MinutesDiff
333.48 s
[fuzzy-time-gen] parses "+7m" as MinutesDiff 7 [✔]
333.48 s
[fuzzy-time-gen] parses "-8m" as MinutesDiff (-8) [✔]
333.48 s
[fuzzy-time-gen] SecondsDiff
333.48 s
[fuzzy-time-gen] parses "+9s" as SecondsDiff 9.000000000000 [✔]
333.48 s
[fuzzy-time-gen] parses "-10s" as SecondsDiff (-10.000000000000) [✔]
333.48 s
[fuzzy-time-gen] fuzzyDayP
333.48 s
[fuzzy-time-gen] only parses valid values [✔]
333.48 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.48 s
[fuzzy-time-gen] parses "y" as Yesterday [✔]
333.48 s
[fuzzy-time-gen] parses "ye" as Yesterday [✔]
333.48 s
[fuzzy-time-gen] parses "yes" as Yesterday [✔]
333.48 s
[fuzzy-time-gen] parses "yest" as Yesterday [✔]
333.48 s
[fuzzy-time-gen] parses "yeste" as Yesterday [✔]
333.48 s
[fuzzy-time-gen] parses "yester" as Yesterday [✔]
333.48 s
[fuzzy-time-gen] parses "yesterd" as Yesterday [✔]
333.48 s
[fuzzy-time-gen] parses "yesterda" as Yesterday [✔]
333.48 s
[fuzzy-time-gen] parses "yesterday" as Yesterday [✔]
333.48 s
[fuzzy-time-gen] parses "tod" as Today [✔]
333.48 s
[fuzzy-time-gen] parses "toda" as Today [✔]
333.48 s
[fuzzy-time-gen] parses "today" as Today [✔]
333.48 s
[fuzzy-time-gen] parses "tom" as Tomorrow [✔]
333.48 s
[fuzzy-time-gen] parses "tomo" as Tomorrow [✔]
333.48 s
[fuzzy-time-gen] parses "tomor" as Tomorrow [✔]
333.48 s
[fuzzy-time-gen] parses "tomorr" as Tomorrow [✔]
333.48 s
[fuzzy-time-gen] parses "tomorro" as Tomorrow [✔]
333.48 s
[fuzzy-time-gen] parses "tomorrow" as Tomorrow [✔]
333.48 s
[fuzzy-time-gen] parses "n" as Now [✔]
333.48 s
[fuzzy-time-gen] parses "no" as Now [✔]
333.48 s
[fuzzy-time-gen] parses "now" as Now [✔]
333.48 s
[fuzzy-time-gen] parses exact (recent) days with %Y-%m-%d [✔]
333.48 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.48 s
[fuzzy-time-gen] parses x as OnlyDay x for x between 1 and 31 [✔]
333.48 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.48 s
[fuzzy-time-gen] parses "+3" as DiffDays 3 [✔]
333.48 s
[fuzzy-time-gen] parses "-3" as DiffDays (-3) [✔]
333.48 s
[fuzzy-time-gen] Parses +x as DiffDays x [✔]
333.48 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.48 s
[fuzzy-time-gen] parses "+4d" as DiffDays 4 [✔]
333.48 s
[fuzzy-time-gen] parses "-4d" as DiffDays (-4) [✔]
333.48 s
[fuzzy-time-gen] Parses +xd as DiffDays x [✔]
333.48 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.48 s
[fuzzy-time-gen] parses "+5w" as DiffWeeks 5 [✔]
333.48 s
[fuzzy-time-gen] parses "-5w" as DiffWeeks (-5) [✔]
333.48 s
[fuzzy-time-gen] Parses +xw as DiffWeeks x [✔]
333.48 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.48 s
[fuzzy-time-gen] parses "+6m" as DiffMonths 6 [✔]
333.48 s
[fuzzy-time-gen] parses "-6m" as DiffMonths (-6) [✔]
333.48 s
[fuzzy-time-gen] Parses +xw as DiffMonths x [✔]
333.48 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.48 s
[fuzzy-time-gen] fails to parse "0-0" [✔]
333.48 s
[fuzzy-time-gen] parses "2-13" as DayInMonth 2 13 [✔]
333.48 s
[fuzzy-time-gen] parses "12-3" as DayInMonth 12 3 [✔]
333.49 s
[fuzzy-time-gen] parses "02-13" as DayInMonth 2 13 [✔]
333.49 s
[fuzzy-time-gen] parses "12-03" as DayInMonth 12 3 [✔]
333.49 s
[fuzzy-time-gen] parses "02-03" as DayInMonth 2 3 [✔]
333.49 s
[fuzzy-time-gen] parses "oCT-01" as DayInMonth 10 1 [✔]
333.49 s
[fuzzy-time-gen] parses "Nov-02" as DayInMonth 11 2 [✔]
333.49 s
[fuzzy-time-gen] parses "dec-03" as DayInMonth 12 3 [✔]
333.49 s
[fuzzy-time-gen] fails to parse "002-03" [✔]
333.49 s
[fuzzy-time-gen] fails to parse "02-003" [✔]
333.49 s
[fuzzy-time-gen] fails to parse "002-003" [✔]
333.49 s
[fuzzy-time-gen] parses m-d (in any format) as DayInMonth [✔]
333.49 s
[fuzzy-time-gen] +++ OK, passed 1460 tests.
333.49 s
[fuzzy-time-gen] parses the day of the week string as DayOfTheWeek [✔]
333.49 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.49 s
[fuzzy-time-gen] fuzzyDayOfTheWeekP
333.49 s
[fuzzy-time-gen] only parses valid values [✔]
333.49 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.49 s
[fuzzy-time-gen] parses "m" as DayOfTheWeek Monday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "mo" as DayOfTheWeek Monday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "mon" as DayOfTheWeek Monday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "mond" as DayOfTheWeek Monday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "monda" as DayOfTheWeek Monday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "monday" as DayOfTheWeek Monday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "M" as DayOfTheWeek Monday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "Mo" as DayOfTheWeek Monday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "Mon" as DayOfTheWeek Monday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "Mond" as DayOfTheWeek Monday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "Monda" as DayOfTheWeek Monday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "Monday" as DayOfTheWeek Monday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "tu" as DayOfTheWeek Tuesday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "tue" as DayOfTheWeek Tuesday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "tues" as DayOfTheWeek Tuesday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "tuesd" as DayOfTheWeek Tuesday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "tuesda" as DayOfTheWeek Tuesday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "tuesday" as DayOfTheWeek Tuesday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "Tu" as DayOfTheWeek Tuesday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "Tue" as DayOfTheWeek Tuesday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "Tues" as DayOfTheWeek Tuesday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "Tuesd" as DayOfTheWeek Tuesday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "Tuesda" as DayOfTheWeek Tuesday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "Tuesday" as DayOfTheWeek Tuesday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "w" as DayOfTheWeek Wednesday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "we" as DayOfTheWeek Wednesday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "wed" as DayOfTheWeek Wednesday 0 [✔]
333.49 s
[fuzzy-time-gen] parses "wedn" as DayOfTheWeek Wednesday 0 [✔]
333.49 s
[genvalidity-persistent] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-persistent-test/genvalidity-persistent-test-tmp/Main.o )
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 )
333.49 s
[genvalidity-persistent] [4 of 4] Linking dist/build/genvalidity-persistent-test/genvalidity-persistent-test
333.49 s
[genvalidity-persistent] Preprocessing benchmark 'genvalidity-persistent-bench' for genvalidity-persistent-1.0.0.2...
333.49 s
[genvalidity-persistent] Building benchmark 'genvalidity-persistent-bench' for genvalidity-persistent-1.0.0.2...
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
333.49 s
[opt-env-conf] Ready component graph:
333.49 s
[opt-env-conf] definite opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
333.49 s
[opt-env-conf] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
333.49 s
[opt-env-conf] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
333.49 s
[opt-env-conf] depends autodocodec-nix-0.1.0.0-9U2A3yNIdG5ACINzfTf5un
333.49 s
[opt-env-conf] depends autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
333.49 s
[opt-env-conf] depends autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
333.49 s
[opt-env-conf] depends base-4.20.2.0-fafd
333.49 s
[opt-env-conf] depends containers-0.7-96b4
333.49 s
[opt-env-conf] depends hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
333.49 s
[opt-env-conf] depends mtl-2.3.1-37af
333.49 s
[opt-env-conf] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
333.49 s
[opt-env-conf] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
333.49 s
[opt-env-conf] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
333.49 s
[opt-env-conf] depends safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
333.49 s
[opt-env-conf] depends safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
333.49 s
[opt-env-conf] depends selective-0.7.0.1-hkwt5DSnm9GnF9HDZaj8b
333.49 s
[opt-env-conf] depends text-2.1.3-34f1
333.49 s
[opt-env-conf] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
333.49 s
[opt-env-conf] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
333.49 s
[opt-env-conf] depends validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
333.49 s
[opt-env-conf] Using Cabal-3.12.1.0 compiled by ghc-9.10
333.49 s
[opt-env-conf] Using compiler: ghc-9.10.3
333.49 s
[opt-env-conf] Using install prefix:
333.49 s
[opt-env-conf] /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1
333.49 s
[opt-env-conf] Executables installed in:
333.49 s
[opt-env-conf] /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1/bin
333.49 s
[opt-env-conf] Libraries installed in:
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
333.49 s
[opt-env-conf] Dynamic Libraries installed in:
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
333.49 s
[opt-env-conf] Private executables installed in:
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
333.49 s
[opt-env-conf] Data files installed in:
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
333.49 s
[opt-env-conf] Documentation installed in:
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
333.49 s
[opt-env-conf] Configuration files installed in:
333.49 s
[opt-env-conf] /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1/etc
333.49 s
[opt-env-conf] No alex found
333.49 s
[opt-env-conf] Using ar found on system at:
333.49 s
[opt-env-conf] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
333.49 s
[opt-env-conf] No c2hs found
333.49 s
[opt-env-conf] No cpphs found
333.49 s
[opt-env-conf] No doctest found
333.49 s
[opt-env-conf] Using gcc version 14.3.0 given by user at:
333.49 s
[opt-env-conf] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
333.49 s
[opt-env-conf] Using ghc version 9.10.3 found on system at:
333.49 s
[opt-env-conf] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
333.49 s
[opt-env-conf] Using ghc-pkg version 9.10.3 found on system at:
333.49 s
[opt-env-conf] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
333.49 s
[opt-env-conf] No ghcjs found
333.49 s
[opt-env-conf] No ghcjs-pkg found
333.49 s
[opt-env-conf] No greencard found
333.49 s
[opt-env-conf] Using haddock version 2.31.1 found on system at:
333.49 s
[opt-env-conf] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
333.49 s
[opt-env-conf] No happy found
333.49 s
[opt-env-conf] Using haskell-suite found on system at: haskell-suite-dummy-location
333.49 s
[opt-env-conf] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
333.49 s
[opt-env-conf] No hmake found
333.49 s
[opt-env-conf] Using hpc version 0.69 found on system at:
333.49 s
[genvalidity-aeson] include base-4.20.2.0-fafd
333.49 s
[genvalidity-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
333.49 s
[genvalidity-aeson] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
333.49 s
[genvalidity-aeson] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
333.49 s
[genvalidity-aeson] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
333.49 s
[genvalidity-aeson] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
333.49 s
[genvalidity-aeson] include validity-aeson-0.2.0.5-BPxcMCqNVZrA3hJtcGUhpy
333.49 s
[genvalidity-aeson] component genvalidity-aeson-1.1.0.0-AXqGSuAfRj3I04h9Idwbf2-genvalidity-aeson-test
333.49 s
[genvalidity-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
333.49 s
[genvalidity-aeson] include base-4.20.2.0-fafd
333.49 s
[genvalidity-aeson] include deepseq-1.5.0.0-2b65
333.49 s
[genvalidity-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
333.49 s
[genvalidity-aeson] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
333.49 s
[genvalidity-aeson] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
333.49 s
[genvalidity-aeson] component genvalidity-aeson-1.1.0.0-2A53zMxv001I5vGK5AK8r7-genvalidity-aeson-bench
333.49 s
[genvalidity-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
333.49 s
[genvalidity-aeson] include base-4.20.2.0-fafd
333.49 s
[genvalidity-aeson] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
333.49 s
[genvalidity-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
333.49 s
[genvalidity-aeson] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
333.49 s
[genvalidity-aeson] Linked component graph:
333.49 s
[genvalidity-aeson] unit genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
333.49 s
[genvalidity-aeson] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
333.49 s
[genvalidity-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
333.49 s
[genvalidity-aeson] include base-4.20.2.0-fafd
333.49 s
[genvalidity-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
333.49 s
[genvalidity-aeson] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
333.49 s
[genvalidity-aeson] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
333.49 s
[genvalidity-aeson] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
333.49 s
[genvalidity-aeson] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
333.49 s
[genvalidity-aeson] include validity-aeson-0.2.0.5-BPxcMCqNVZrA3hJtcGUhpy
333.49 s
[genvalidity-aeson] Data.GenValidity.Aeson=genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc:Data.GenValidity.Aeson
333.49 s
[genvalidity-aeson] unit genvalidity-aeson-1.1.0.0-AXqGSuAfRj3I04h9Idwbf2-genvalidity-aeson-test
333.49 s
[genvalidity-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
333.49 s
[genvalidity-aeson] include base-4.20.2.0-fafd
333.49 s
[genvalidity-aeson] include deepseq-1.5.0.0-2b65
333.49 s
[genvalidity-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
333.49 s
[genvalidity-aeson] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
333.49 s
[genvalidity-aeson] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
333.49 s
[genvalidity-aeson] unit genvalidity-aeson-1.1.0.0-2A53zMxv001I5vGK5AK8r7-genvalidity-aeson-bench
333.49 s
[genvalidity-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
333.49 s
[genvalidity-aeson] include base-4.20.2.0-fafd
333.49 s
[genvalidity-aeson] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
333.49 s
[genvalidity-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
333.49 s
[genvalidity-aeson] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
333.49 s
[genvalidity-aeson] Ready component graph:
333.49 s
[genvalidity-aeson] definite genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
333.49 s
[genvalidity-aeson] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
333.49 s
[genvalidity-aeson] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
333.49 s
[genvalidity-aeson] depends base-4.20.2.0-fafd
333.49 s
[genvalidity-aeson] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
333.49 s
[genvalidity-aeson] depends genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
333.49 s
[genvalidity-aeson] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
333.49 s
[genvalidity-aeson] depends genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
333.49 s
[genvalidity-aeson] depends genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
333.49 s
[genvalidity-aeson] depends validity-aeson-0.2.0.5-BPxcMCqNVZrA3hJtcGUhpy
333.49 s
[genvalidity-aeson] definite genvalidity-aeson-1.1.0.0-2A53zMxv001I5vGK5AK8r7-genvalidity-aeson-bench
333.49 s
[genvalidity-aeson] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
333.49 s
[genvalidity-aeson] depends base-4.20.2.0-fafd
333.49 s
[genvalidity-aeson] depends criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
333.49 s
[genvalidity-aeson] depends genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
333.49 s
[genvalidity-aeson] depends genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
333.49 s
[genvalidity-aeson] definite genvalidity-aeson-1.1.0.0-AXqGSuAfRj3I04h9Idwbf2-genvalidity-aeson-test
333.49 s
[genvalidity-aeson] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
333.49 s
[genvalidity-aeson] depends base-4.20.2.0-fafd
333.49 s
[genvalidity-aeson] depends deepseq-1.5.0.0-2b65
333.49 s
[genvalidity-aeson] depends genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
333.49 s
[genvalidity-aeson] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
333.49 s
[genvalidity-aeson] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
333.49 s
[validity-case-insensitive] Phase: setupCompilerEnvironmentPhase
333.49 s
[validity-case-insensitive] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
333.49 s
[validity-case-insensitive] Phase: unpackPhase
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
333.49 s
[validity-case-insensitive] source root is validity-case-insensitive-0.0.0.0
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"
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
333.49 s
[validity-case-insensitive] Phase: patchPhase
333.49 s
[validity-case-insensitive] Phase: compileBuildDriverPhase
333.49 s
[validity-case-insensitive] setupCompileFlags: -package-db=/build/tmp.hV5Wyxbd7U/setup-package.conf.d -threaded
333.49 s
[validity-case-insensitive] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.hV5Wyxbd7U/Main.o )
333.49 s
[validity-case-insensitive] [2 of 2] Linking Setup
333.49 s
[validity-case-insensitive] Phase: updateAutotoolsGnuConfigScriptsPhase
333.49 s
[validity-case-insensitive] Phase: configurePhase
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
333.49 s
[validity-case-insensitive] Using Parsec parser
333.49 s
[validity-case-insensitive] Configuring validity-case-insensitive-0.0.0.0...
333.49 s
[validity-path] Phase: setupCompilerEnvironmentPhase
333.49 s
[validity-path] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
333.49 s
[validity-path] Phase: unpackPhase
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
333.49 s
[validity-path] source root is validity-path-0.4.0.1
333.49 s
[validity-path] setting SOURCE_DATE_EPOCH to timestamp 1780347849 of file "validity-path-0.4.0.1/validity-path.cabal"
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
333.49 s
[validity-path] Phase: patchPhase
333.49 s
[validity-path] Phase: compileBuildDriverPhase
333.49 s
[validity-path] setupCompileFlags: -package-db=/build/tmp.TdTGFKbVrL/setup-package.conf.d -threaded
333.49 s
[validity-path] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.TdTGFKbVrL/Main.o )
333.49 s
[validity-path] [2 of 2] Linking Setup
333.49 s
[validity-path] Phase: updateAutotoolsGnuConfigScriptsPhase
333.49 s
[validity-path] Phase: configurePhase
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
333.49 s
[validity-path] Using Parsec parser
333.49 s
[validity-path] Configuring validity-path-0.4.0.1...
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] Cursor.List.NonEmpty
333.49 s
[cursor-gen] nonemptyPrepend
333.49 s
[cursor-gen] is equivalent to regular prepend [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] nonemptyAppend
333.49 s
[cursor-gen] is equivalent to regular append [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] Cursor.Map
333.49 s
[cursor-gen] Eq (MapCursor Bool Bool Bool Bool)
333.49 s
[cursor-gen] (==) :: (MapCursor Bool Bool Bool Bool) -> (MapCursor Bool Bool Bool Bool) -> Bool
333.49 s
[cursor-gen] is reflexive for "valid (MapCursor Bool Bool Bool Bool)"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] is symmetric for "valid (MapCursor Bool Bool Bool Bool)"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] is transitive for "valid (MapCursor Bool Bool Bool Bool)"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (MapCursor Bool Bool Bool Bool)"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] (/=) :: (MapCursor Bool Bool Bool Bool) -> (MapCursor Bool Bool Bool Bool) -> Bool
333.49 s
[cursor-gen] is antireflexive for "valid (MapCursor Bool Bool Bool Bool)"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (MapCursor Bool Bool Bool Bool)"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] GenValid (MapCursor Bool Bool Bool Bool)
333.49 s
[cursor-gen] genValid :: Gen (MapCursor Bool Bool Bool Bool)
333.49 s
[cursor-gen] only generates valid '(MapCursor Bool Bool Bool Bool)'s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] Cursor.Map.KeyValue
333.49 s
[cursor-gen] Eq (KeyValueCursor Bool Bool Bool Bool)
333.49 s
[cursor-gen] (==) :: (KeyValueCursor Bool Bool Bool Bool) -> (KeyValueCursor Bool Bool Bool Bool) -> Bool
333.49 s
[cursor-gen] is reflexive for "valid (KeyValueCursor Bool Bool Bool Bool)"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] is symmetric for "valid (KeyValueCursor Bool Bool Bool Bool)"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] is transitive for "valid (KeyValueCursor Bool Bool Bool Bool)"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (KeyValueCursor Bool Bool Bool Bool)"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] (/=) :: (KeyValueCursor Bool Bool Bool Bool) -> (KeyValueCursor Bool Bool Bool Bool) -> Bool
333.49 s
[cursor-gen] is antireflexive for "valid (KeyValueCursor Bool Bool Bool Bool)"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (KeyValueCursor Bool Bool Bool Bool)"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] GenValid (KeyValueCursor Bool Bool Bool Bool)
333.49 s
[cursor-gen] genValid :: Gen (KeyValueCursor Bool Bool Bool Bool)
333.49 s
[cursor-gen] only generates valid '(KeyValueCursor Bool Bool Bool Bool)'s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] Eq KeyValueToggle
333.49 s
[cursor-gen] (==) :: KeyValueToggle -> KeyValueToggle -> Bool
333.49 s
[cursor-gen] is reflexive for "valid KeyValueToggle"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] is symmetric for "valid KeyValueToggle"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] is transitive for "valid KeyValueToggle"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid KeyValueToggle"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] (/=) :: KeyValueToggle -> KeyValueToggle -> Bool
333.49 s
[cursor-gen] is antireflexive for "valid KeyValueToggle"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid KeyValueToggle"s [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] GenValid KeyValueToggle
333.49 s
[cursor-gen] genValid :: Gen KeyValueToggle
333.49 s
[cursor-gen] only generates valid 'KeyValueToggle's [✔]
333.49 s
[cursor-gen] +++ OK, passed 100 tests.
333.49 s
[cursor-gen] Cursor.Simple.Forest
333.49 s
[cursor-gen] Eq (ForestCursor Int Int)
333.49 s
[cursor-gen] (==) :: (ForestCursor Int Int) -> (ForestCursor Int Int) -> Bool
333.50 s
[cursor-gen] is reflexive for "valid (ForestCursor Int Int)"s [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] is symmetric for "valid (ForestCursor Int Int)"s [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] is transitive for "valid (ForestCursor Int Int)"s [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (ForestCursor Int Int)"s [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] (/=) :: (ForestCursor Int Int) -> (ForestCursor Int Int) -> Bool
333.50 s
[cursor-gen] is antireflexive for "valid (ForestCursor Int Int)"s [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[fuzzy-time-gen] parses "wedne" as DayOfTheWeek Wednesday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "wednes" as DayOfTheWeek Wednesday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "wednesd" as DayOfTheWeek Wednesday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "wednesda" as DayOfTheWeek Wednesday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "wednesday" as DayOfTheWeek Wednesday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "W" as DayOfTheWeek Wednesday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "We" as DayOfTheWeek Wednesday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Wed" as DayOfTheWeek Wednesday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Wedn" as DayOfTheWeek Wednesday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Wedne" as DayOfTheWeek Wednesday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Wednes" as DayOfTheWeek Wednesday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Wednesd" as DayOfTheWeek Wednesday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Wednesda" as DayOfTheWeek Wednesday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Wednesday" as DayOfTheWeek Wednesday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "th" as DayOfTheWeek Thursday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "thu" as DayOfTheWeek Thursday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "thur" as DayOfTheWeek Thursday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "thurs" as DayOfTheWeek Thursday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "thursd" as DayOfTheWeek Thursday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "thursda" as DayOfTheWeek Thursday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "thursday" as DayOfTheWeek Thursday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Th" as DayOfTheWeek Thursday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Thu" as DayOfTheWeek Thursday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Thur" as DayOfTheWeek Thursday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Thurs" as DayOfTheWeek Thursday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Thursd" as DayOfTheWeek Thursday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Thursda" as DayOfTheWeek Thursday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Thursday" as DayOfTheWeek Thursday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "f" as DayOfTheWeek Friday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "fr" as DayOfTheWeek Friday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "fri" as DayOfTheWeek Friday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "frid" as DayOfTheWeek Friday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "frida" as DayOfTheWeek Friday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "friday" as DayOfTheWeek Friday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "F" as DayOfTheWeek Friday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Fr" as DayOfTheWeek Friday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Fri" as DayOfTheWeek Friday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Frid" as DayOfTheWeek Friday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Frida" as DayOfTheWeek Friday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Friday" as DayOfTheWeek Friday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "sa" as DayOfTheWeek Saturday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "sat" as DayOfTheWeek Saturday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "satu" as DayOfTheWeek Saturday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "satur" as DayOfTheWeek Saturday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "saturd" as DayOfTheWeek Saturday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "saturda" as DayOfTheWeek Saturday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "saturday" as DayOfTheWeek Saturday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Sa" as DayOfTheWeek Saturday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Sat" as DayOfTheWeek Saturday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Satu" as DayOfTheWeek Saturday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Satur" as DayOfTheWeek Saturday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Saturd" as DayOfTheWeek Saturday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Saturda" as DayOfTheWeek Saturday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Saturday" as DayOfTheWeek Saturday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "su" as DayOfTheWeek Sunday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "sun" as DayOfTheWeek Sunday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "sund" as DayOfTheWeek Sunday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "sunda" as DayOfTheWeek Sunday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "sunday" as DayOfTheWeek Sunday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Su" as DayOfTheWeek Sunday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Sun" as DayOfTheWeek Sunday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Sund" as DayOfTheWeek Sunday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Sunda" as DayOfTheWeek Sunday 0 [✔]
333.50 s
[fuzzy-time-gen] parses "Sunday" as DayOfTheWeek Sunday 0 [✔]
333.50 s
[fuzzy-time-gen] Data.FuzzyTime.Resolve
333.50 s
[fuzzy-time-gen] resolveLocalTimeForwards
333.50 s
[fuzzy-time-gen] produces valid local times [✔]
333.50 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.50 s
[fuzzy-time-gen] works for unspecified noon, before noon [✔]
333.50 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.50 s
[fuzzy-time-gen] works for unspecified noon, after noon [✔]
333.50 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.50 s
[fuzzy-time-gen] works for unspecified midnight [✔]
333.50 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.50 s
[fuzzy-time-gen] works for unspecified morning, before morning [✔]
333.50 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.50 s
[fuzzy-time-gen] works for unspecified morning, after morning [✔]
333.50 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.50 s
[fuzzy-time-gen] works for unspecified evening, before evening [✔]
333.50 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.50 s
[fuzzy-time-gen] works for unspecified evening, after evening [✔]
333.50 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.50 s
[fuzzy-time-gen] SameTime
333.50 s
[fuzzy-time-gen] works like resolveDayForwards if the fuzzy time of day is SameTime [✔]
333.50 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.50 s
[fuzzy-time-gen] Yesterday
333.50 s
[opt-env-conf] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
333.50 s
[opt-env-conf] Using hsc2hs version 0.68.10 found on system at:
333.50 s
[opt-env-conf] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
333.50 s
[opt-env-conf] Using hscolour version 1.25 found on system at:
333.50 s
[opt-env-conf] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
333.50 s
[opt-env-conf] No jhc found
333.50 s
[opt-env-conf] Using ld found on system at:
333.50 s
[opt-env-conf] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
333.50 s
[opt-env-conf] No pkg-config found
333.50 s
[opt-env-conf] Using runghc version 9.10.3 found on system at:
333.50 s
[opt-env-conf] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
333.50 s
[opt-env-conf] Using strip version 2.44 found on system at:
333.50 s
[opt-env-conf] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
333.50 s
[opt-env-conf] Using tar found on system at:
333.50 s
[opt-env-conf] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
333.50 s
[opt-env-conf] No uhc found
333.50 s
[opt-env-conf] Phase: buildPhase
333.50 s
[opt-env-conf] Preprocessing library for opt-env-conf-0.15.0.1...
333.50 s
[opt-env-conf] Building library for opt-env-conf-0.15.0.1...
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
333.50 s
[genvalidity-aeson] Using Cabal-3.12.1.0 compiled by ghc-9.10
333.50 s
[genvalidity-aeson] Using compiler: ghc-9.10.3
333.50 s
[genvalidity-aeson] Using install prefix:
333.50 s
[genvalidity-aeson] /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0
333.50 s
[genvalidity-aeson] Executables installed in:
333.50 s
[genvalidity-aeson] /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0/bin
333.50 s
[genvalidity-aeson] Libraries installed in:
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
333.50 s
[genvalidity-aeson] Dynamic Libraries installed in:
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
333.50 s
[genvalidity-aeson] Private executables installed in:
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
333.50 s
[genvalidity-aeson] Data files installed in:
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
333.50 s
[genvalidity-aeson] Documentation installed in:
333.50 s
[genvalidity-aeson] /nix/store/n83naa4sfvdmvv91lv5i6c29l9mls70i-genvalidity-aeson-1.1.0.0-doc/share/doc/genvalidity-aeson-1.1.0.0
333.50 s
[genvalidity-aeson] Configuration files installed in:
333.50 s
[genvalidity-aeson] /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0/etc
333.50 s
[genvalidity-aeson] No alex found
333.50 s
[genvalidity-aeson] Using ar found on system at:
333.50 s
[genvalidity-aeson] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
333.50 s
[genvalidity-aeson] No c2hs found
333.50 s
[genvalidity-aeson] No cpphs found
333.50 s
[genvalidity-aeson] No doctest found
333.50 s
[genvalidity-aeson] Using gcc version 14.3.0 given by user at:
333.50 s
[genvalidity-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
333.50 s
[genvalidity-aeson] Using ghc version 9.10.3 found on system at:
333.50 s
[genvalidity-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
333.50 s
[genvalidity-aeson] Using ghc-pkg version 9.10.3 found on system at:
333.50 s
[genvalidity-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
333.50 s
[genvalidity-aeson] No ghcjs found
333.50 s
[genvalidity-aeson] No ghcjs-pkg found
333.50 s
[genvalidity-aeson] No greencard found
333.50 s
[genvalidity-aeson] Using haddock version 2.31.1 found on system at:
333.50 s
[genvalidity-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
333.50 s
[genvalidity-aeson] No happy found
333.50 s
[genvalidity-aeson] Using haskell-suite found on system at: haskell-suite-dummy-location
333.50 s
[genvalidity-aeson] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
333.50 s
[genvalidity-aeson] No hmake found
333.50 s
[genvalidity-aeson] Using hpc version 0.69 found on system at:
333.50 s
[genvalidity-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
333.50 s
[genvalidity-aeson] Using hsc2hs version 0.68.10 found on system at:
333.50 s
[genvalidity-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
333.50 s
[genvalidity-aeson] Using hscolour version 1.25 found on system at:
333.50 s
[genvalidity-aeson] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
333.50 s
[genvalidity-aeson] No jhc found
333.50 s
[genvalidity-aeson] Using ld found on system at:
333.50 s
[genvalidity-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
333.50 s
[genvalidity-aeson] No pkg-config found
333.50 s
[genvalidity-aeson] Using runghc version 9.10.3 found on system at:
333.50 s
[genvalidity-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
333.50 s
[genvalidity-aeson] Using strip version 2.44 found on system at:
333.50 s
[genvalidity-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
333.50 s
[genvalidity-aeson] Using tar found on system at:
333.50 s
[genvalidity-aeson] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
333.50 s
[genvalidity-aeson] No uhc found
333.50 s
[genvalidity-aeson] Phase: buildPhase
333.50 s
[genvalidity-aeson] Preprocessing library for genvalidity-aeson-1.1.0.0...
333.50 s
[genvalidity-aeson] Building library for genvalidity-aeson-1.1.0.0...
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 )
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 )
333.50 s
[genvalidity-aeson] [1 of 2] Compiling Data.GenValidity.Aeson ( src/Data/GenValidity/Aeson.hs, dist/build/Data/GenValidity/Aeson.p_o )
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 )
333.50 s
[genvalidity-aeson] Preprocessing benchmark 'genvalidity-aeson-bench' for genvalidity-aeson-1.1.0.0...
333.50 s
[genvalidity-aeson] Building benchmark 'genvalidity-aeson-bench' for genvalidity-aeson-1.1.0.0...
333.50 s
[genvalidity-aeson] [1 of 2] Compiling Main ( bench/Main.hs, dist/build/genvalidity-aeson-bench/genvalidity-aeson-bench-tmp/Main.o )
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 )
333.50 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (ForestCursor Int Int)"s [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] GenValid (ForestCursor Bool Bool)
333.50 s
[cursor-gen] genValid :: Gen (ForestCursor Bool Bool)
333.50 s
[cursor-gen] only generates valid '(ForestCursor Bool Bool)'s [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] shrinkValid :: (ForestCursor Bool Bool -> [ForestCursor Bool Bool])
333.50 s
[cursor-gen] preserves validity for the first 10 elements [✔]
333.50 s
[cursor-gen] +++ OK, passed 50 tests.
333.50 s
[cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
333.50 s
[cursor-gen] +++ OK, passed 50 tests.
333.50 s
[cursor-gen] singletonForestCursor
333.50 s
[cursor-gen] produces valid cursors [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] makeForestCursor
333.50 s
[cursor-gen] produces valid cursors [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] rebuildForestCursor
333.50 s
[cursor-gen] produces valid forests [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] is the inverse of makeForestCursor for integers [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] forestCursorLestCursorL
333.50 s
[cursor-gen] satisfies the first lens law for valid values and valid values [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] satisfies the second lens law for valid values [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] satisfies the third lens law for valid values and valid values [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] gets valid values from valid values values [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] forestCursorSelectedTreeL
333.50 s
[cursor-gen] satisfies the first lens law for valid values and valid values [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] satisfies the second lens law for valid values [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] satisfies the third lens law for valid values and valid values [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] gets valid values from valid values values [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] forestCursorSelection
333.50 s
[cursor-gen] produces valid ints [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] returns the index of the currently selected element [‐]
333.50 s
[cursor-gen] # PENDING: No reason given
333.50 s
[cursor-gen] forestCursorSelectIndex
333.50 s
[cursor-gen] produces valid cursors [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] is the identity function when given the current selection [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] returns selects the element at the given index [‐]
333.50 s
[cursor-gen] # PENDING: No reason given
333.50 s
[cursor-gen] forestCursorSelectPrevTreeCursor
333.50 s
[cursor-gen] produces valid cursors [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] is a movement [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] selects the previous tree cursor [‐]
333.50 s
[cursor-gen] # PENDING: No reason given
333.50 s
[cursor-gen] forestCursorSelectNextTreeCursor
333.50 s
[cursor-gen] produces valid cursors [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] is a movement [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] selects the next tree [‐]
333.50 s
[cursor-gen] # PENDING: No reason given
333.50 s
[cursor-gen] forestCursorSelectFirstTreeCursor
333.50 s
[cursor-gen] produces valid cursors [✔]
333.50 s
[cursor-gen] +++ OK, passed 100 tests.
333.50 s
[cursor-gen] is a movement [✔]
333.51 s
[cursor-gen] +++ OK, passed 100 tests.
333.51 s
[cursor-gen] selects the first tree [‐]
333.51 s
[cursor-gen] # PENDING: No reason given
333.51 s
[cursor-gen] forestCursorSelectLastTreeCursor
333.51 s
[cursor-gen] produces valid cursors [✔]
333.51 s
[cursor-gen] +++ OK, passed 100 tests.
333.51 s
[cursor-gen] is a movement [✔]
333.51 s
[cursor-gen] +++ OK, passed 100 tests.
333.51 s
[cursor-gen] selects the last tree [‐]
333.51 s
[cursor-gen] # PENDING: No reason given
333.51 s
[cursor-gen] forestCursorSelectPrev
333.51 s
[cursor-gen] produces valid cursors [✔]
333.51 s
[cursor-gen] +++ OK, passed 100 tests.
333.51 s
[cursor-gen] is a movement [✔]
333.51 s
[cursor-gen] +++ OK, passed 100 tests.
333.51 s
[cursor-gen] selects the previous node [‐]
333.51 s
[cursor-gen] # PENDING: No reason given
333.51 s
[cursor-gen] Works for this classic example without any collapsing [✔]
333.51 s
[cursor-gen] forestCursorSelectNext
333.51 s
[cursor-gen] produces valid cursors [✔]
333.51 s
[cursor-gen] +++ OK, passed 100 tests.
333.51 s
[cursor-gen] is a movement [✔]
333.51 s
[cursor-gen] +++ OK, passed 100 tests.
333.51 s
[cursor-gen] selects the next node [‐]
333.51 s
[cursor-gen] # PENDING: No reason given
333.51 s
[cursor-gen] Works for this classic example [✔]
333.51 s
[cursor-gen] forestCursorSelectPrevOnSameLevel
333.51 s
[cursor-gen] produces valid cursors [✔]
333.51 s
[cursor-gen] +++ OK, passed 100 tests.
333.51 s
[cursor-gen] is a movement [✔]
333.51 s
[cursor-gen] +++ OK, passed 100 tests.
333.51 s
[cursor-gen] selects the previous node on the same level as the current node [‐]
333.51 s
[fuzzy-time-gen] works without diff [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for noon yesterday [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for midnight yesterday [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for morning yesterday [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for evening yesterday [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] Tomorrow
333.51 s
[fuzzy-time-gen] works without diff [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for noon tomorrow [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for midnight tomorrow [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for morning tomorrow [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for evening tomorrow [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] resolveLocalTimeBackwards
333.51 s
[fuzzy-time-gen] produces valid local times [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for unspecified noon, before noon [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for unspecified noon, after noon [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for unspecified midnight [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for unspecified morning, before morning [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for unspecified morning, after morning [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for unspecified evening, before evening [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for unspecified evening, after evening [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] SameTime
333.51 s
[fuzzy-time-gen] works like resolveDayBackwards if the fuzzy time of day is SameTime [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] Yesterday
333.51 s
[fuzzy-time-gen] works without diff [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for noon yesterday [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for midnight yesterday [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for morning yesterday [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for evening yesterday [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] Tomorrow
333.51 s
[fuzzy-time-gen] works without diff [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for noon tomorrow [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for midnight tomorrow [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for morning tomorrow [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for evening tomorrow [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] normaliseTimeOfDay
333.51 s
[fuzzy-time-gen] produces valid times of day [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for this example of tomorrow [✔]
333.51 s
[fuzzy-time-gen] works for this example of tomorrow [✔]
333.51 s
[fuzzy-time-gen] works for this example of tomorrow [✔]
333.51 s
[fuzzy-time-gen] works for this example of tomorrow [✔]
333.51 s
[fuzzy-time-gen] works for this example of yesterday [✔]
333.51 s
[fuzzy-time-gen] works for this example of yesterday [✔]
333.51 s
[fuzzy-time-gen] works for this example of yesterday [✔]
333.51 s
[fuzzy-time-gen] works for this example of yesterday [✔]
333.51 s
[fuzzy-time-gen] works for this example of yesterday [✔]
333.51 s
[fuzzy-time-gen] works for this example of yesterday [✔]
333.51 s
[fuzzy-time-gen] does something sensible with leap seconds [✔]
333.51 s
[fuzzy-time-gen] resolveTimeOfDayForwards
333.51 s
[fuzzy-time-gen] produces valid times of day [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for sametime [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for noon [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for midnight [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for morning [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for evening [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for atHour [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for atMinute [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for atExact [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] Don't actually hold
333.51 s
[fuzzy-time-gen] has an inverse with (small) hoursDiff [‐]
333.51 s
[fuzzy-time-gen] # PENDING: No reason given
333.51 s
[fuzzy-time-gen] has an inverse with (small) minutesDiff [‐]
333.51 s
[fuzzy-time-gen] # PENDING: No reason given
333.51 s
[fuzzy-time-gen] has an inverse with (small) secondsDiff [‐]
333.51 s
[fuzzy-time-gen] # PENDING: No reason given
333.51 s
[fuzzy-time-gen] resolveTimeOfDayBackwards
333.51 s
[fuzzy-time-gen] produces valid times of day [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for sametime [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for noon [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for midnight [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for morning [✔]
333.51 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.51 s
[fuzzy-time-gen] works for evening [✔]
333.51 s
[genvalidity-persistent] [1 of 2] Compiling Main ( bench/Main.hs, dist/build/genvalidity-persistent-bench/genvalidity-persistent-bench-tmp/Main.o )
333.51 s
[genvalidity-aeson] [3 of 3] Linking dist/build/genvalidity-aeson-bench/genvalidity-aeson-bench
333.51 s
[validity-case-insensitive] Dependency base >=4.7 && <5: using base-4.20.2.0
333.51 s
[validity-case-insensitive] Dependency case-insensitive: using case-insensitive-1.2.1.0
333.51 s
[validity-case-insensitive] Dependency validity >=0.9.0.2: using validity-0.12.1.0
333.51 s
[validity-case-insensitive] Dependency base >=4.7 && <5: using base-4.20.2.0
333.51 s
[validity-case-insensitive] Dependency case-insensitive: using case-insensitive-1.2.1.0
333.51 s
[validity-case-insensitive] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
333.51 s
[validity-case-insensitive] Dependency hspec: using hspec-2.11.14
333.51 s
[validity-case-insensitive] Dependency validity-case-insensitive: using validity-case-insensitive-0.0.0.0
333.51 s
[validity-case-insensitive] Source component graph:
333.51 s
[validity-case-insensitive] component lib
333.51 s
[validity-case-insensitive] component test:validity-case-insensitive-test dependency lib
333.51 s
[validity-case-insensitive] Configured component graph:
333.51 s
[validity-case-insensitive] component validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
333.51 s
[validity-case-insensitive] include base-4.20.2.0-fafd
333.51 s
[validity-case-insensitive] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
333.51 s
[validity-case-insensitive] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
333.51 s
[validity-case-insensitive] component validity-case-insensitive-0.0.0.0-1wkRV2zCPez29Vx0UVwgOZ-validity-case-insensitive-test
333.51 s
[validity-case-insensitive] include base-4.20.2.0-fafd
333.51 s
[validity-case-insensitive] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
333.51 s
[validity-case-insensitive] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
333.51 s
[validity-case-insensitive] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
333.51 s
[validity-case-insensitive] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
333.51 s
[validity-case-insensitive] Linked component graph:
333.51 s
[validity-case-insensitive] unit validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
333.51 s
[validity-case-insensitive] include base-4.20.2.0-fafd
333.51 s
[validity-case-insensitive] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
333.51 s
[validity-case-insensitive] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
333.51 s
[validity-case-insensitive] Data.Validity.CaseInsensitive=validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo:Data.Validity.CaseInsensitive
333.51 s
[validity-case-insensitive] unit validity-case-insensitive-0.0.0.0-1wkRV2zCPez29Vx0UVwgOZ-validity-case-insensitive-test
333.51 s
[validity-case-insensitive] include base-4.20.2.0-fafd
333.51 s
[validity-case-insensitive] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
333.51 s
[validity-case-insensitive] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
333.51 s
[validity-case-insensitive] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
333.51 s
[validity-case-insensitive] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
333.51 s
[validity-case-insensitive] Ready component graph:
333.51 s
[validity-case-insensitive] definite validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
333.51 s
[validity-case-insensitive] depends base-4.20.2.0-fafd
333.51 s
[validity-case-insensitive] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
333.51 s
[validity-case-insensitive] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
333.51 s
[validity-case-insensitive] definite validity-case-insensitive-0.0.0.0-1wkRV2zCPez29Vx0UVwgOZ-validity-case-insensitive-test
333.51 s
[validity-case-insensitive] depends base-4.20.2.0-fafd
333.51 s
[validity-case-insensitive] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
333.51 s
[validity-case-insensitive] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
333.51 s
[validity-case-insensitive] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
333.51 s
[validity-case-insensitive] depends validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
333.51 s
[validity-case-insensitive] Using Cabal-3.12.1.0 compiled by ghc-9.10
333.51 s
[validity-case-insensitive] Using compiler: ghc-9.10.3
333.51 s
[validity-case-insensitive] Using install prefix:
333.51 s
[validity-case-insensitive] /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0
333.51 s
[validity-case-insensitive] Executables installed in:
333.51 s
[validity-case-insensitive] /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0/bin
333.51 s
[validity-case-insensitive] Libraries installed in:
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
333.51 s
[validity-case-insensitive] Dynamic Libraries installed in:
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
333.51 s
[validity-case-insensitive] Private executables installed in:
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
333.51 s
[validity-case-insensitive] Data files installed in:
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
333.51 s
[validity-case-insensitive] Documentation installed in:
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
333.51 s
[validity-case-insensitive] Configuration files installed in:
333.51 s
[validity-case-insensitive] /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0/etc
333.51 s
[validity-case-insensitive] No alex found
333.51 s
[validity-case-insensitive] Using ar found on system at:
333.51 s
[validity-case-insensitive] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
333.51 s
[validity-case-insensitive] No c2hs found
333.51 s
[validity-case-insensitive] No cpphs found
333.51 s
[validity-case-insensitive] No doctest found
333.51 s
[validity-case-insensitive] Using gcc version 14.3.0 given by user at:
333.51 s
[cursor-gen] # PENDING: No reason given
333.51 s
[cursor-gen] forestCursorSelectNextOnSameLevel
333.51 s
[cursor-gen] produces valid cursors [✔]
333.51 s
[cursor-gen] +++ OK, passed 100 tests.
333.51 s
[cursor-gen] is a movement [✔]
333.51 s
[cursor-gen] +++ OK, passed 100 tests.
333.51 s
[cursor-gen] selects the next node on the same level as the current node [‐]
333.51 s
[cursor-gen] # PENDING: No reason given
333.51 s
[cursor-gen] forestCursorSelectFirstOnSameLevel
333.51 s
[cursor-gen] produces valid cursors [✔]
333.51 s
[cursor-gen] +++ OK, passed 100 tests.
333.51 s
[cursor-gen] is a movement [✔]
333.51 s
[cursor-gen] +++ OK, passed 100 tests.
333.51 s
[cursor-gen] selects the previous node on the same level as the current node [‐]
333.51 s
[cursor-gen] # PENDING: No reason given
333.51 s
[cursor-gen] forestCursorSelectLastOnSameLevel
333.51 s
[cursor-gen] produces valid cursors [✔]
333.51 s
[cursor-gen] +++ OK, passed 100 tests.
333.51 s
[cursor-gen] is a movement [✔]
333.51 s
[cursor-gen] +++ OK, passed 100 tests.
333.51 s
[cursor-gen] selects the next node on the same level as the current node [‐]
333.51 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorSelectFirst
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] is a movement [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] selects the first node in the forest [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorSelectLast
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] is a movement [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] selects the last node in the forest [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorSelectAbove
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] is a movement [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] selects the parent [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorSelectBelowAtPos
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] is a movement for any index [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] selects the child of the selected node at the given position [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorSelectBelowAtStart
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] is a movement [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] selects the first child of the selected node [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorSelectBelowAtEnd
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] is a movement [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] selects the first child of the selected node [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorOpenCurrentForest
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] forestCursorCloseCurrentForest
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] forestCursorToggleCurrentForest
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] forestCursorOpenCurrentForestRecursively
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] forestCursorToggleCurrentForestRecursively
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] forestCursorInsertEntireTree
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] inserts a tree cursor before the currently selected tree cursor [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorInsertAndSelectTreeCursor
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] inserts a tree cursor before the currently selected tree cursor and selects it [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorAppendEntireTree
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] appends a tree after the currently selected tree cursor [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorAppendAndSelectTreeCursor
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] appends a tree cursor after the currently selected tree cursor and selects it [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorInsertTree
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] inserts a tree before the currently selected tree [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorInsertAndSelectTree
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] inserts a tree before the currently selected tree and selects it [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorAppendTree
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] works for atHour [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] works for atMinute [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] works for atExact [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] Don't actually hold
333.52 s
[fuzzy-time-gen] has an inverse with (small) hoursDiff [‐]
333.52 s
[fuzzy-time-gen] # PENDING: No reason given
333.52 s
[fuzzy-time-gen] has an inverse with (small) minutesDiff [‐]
333.52 s
[fuzzy-time-gen] # PENDING: No reason given
333.52 s
[fuzzy-time-gen] has an inverse with (small) secondsDiff [‐]
333.52 s
[fuzzy-time-gen] # PENDING: No reason given
333.52 s
[fuzzy-time-gen] nextDayOfMonth
333.52 s
[fuzzy-time-gen] produces valid days [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] finds next days [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] finds the next 17th of the month in january [✔]
333.52 s
[fuzzy-time-gen] finds the next 17th of the month in january [✔]
333.52 s
[fuzzy-time-gen] previousDayOfMonth
333.52 s
[fuzzy-time-gen] produces valid days [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] finds previous days [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] finds the previous 17th of the month in january [✔]
333.52 s
[fuzzy-time-gen] finds the previous 17th of the month in january [✔]
333.52 s
[fuzzy-time-gen] nextDayOfMonthOfYear
333.52 s
[fuzzy-time-gen] produces valid days [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] finds next days [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] finds the next 17th of the month in march [✔]
333.52 s
[fuzzy-time-gen] finds the next 17th of the month in january [✔]
333.52 s
[fuzzy-time-gen] previousDayOfMonthOfYear
333.52 s
[fuzzy-time-gen] produces valid days [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] finds previous days [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] finds the previous 17th of the month in march [✔]
333.52 s
[fuzzy-time-gen] finds the previous 17th of the month in january [✔]
333.52 s
[fuzzy-time-gen] nextDayOfWeek
333.52 s
[fuzzy-time-gen] produces valid values [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] finds next days [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] finds the day in this week [✔]
333.52 s
[fuzzy-time-gen] finds the day in next week [✔]
333.52 s
[fuzzy-time-gen] previousDayOfWeek
333.52 s
[fuzzy-time-gen] produces valid values [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] finds previous days [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] finds the day in this week [✔]
333.52 s
[fuzzy-time-gen] finds the day in next week [✔]
333.52 s
[fuzzy-time-gen] resolveDayForwards
333.52 s
[fuzzy-time-gen] produces valid days [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] works for this example for Yesterday [✔]
333.52 s
[fuzzy-time-gen] is id for Now [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] is id for Today [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] works for this example for Tomorrow [✔]
333.52 s
[fuzzy-time-gen] produces valid values when given 'OnlyDay' values [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] works for OnlyDay for this example where the current date is before the given day [✔]
333.52 s
[fuzzy-time-gen] works for OnlyDay for this example where the current date is after the given day [✔]
333.52 s
[fuzzy-time-gen] works for OnlyDay for this example where the following given day is not in this month [✔]
333.52 s
[fuzzy-time-gen] does not work for OnlyDay for this example where the following given day is not in next month [✔]
333.52 s
[fuzzy-time-gen] works for OnlyDay for this example where the following given day is not in next month [✔]
333.52 s
[fuzzy-time-gen] produces valid values when given 'DayInMonth' values [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] works for DayInMonth for this example where the current date is before the given day [✔]
333.52 s
[fuzzy-time-gen] works for DayInMonth for this example where the current date is after the given day [✔]
333.52 s
[fuzzy-time-gen] works for DayInMonth for this example accross years [✔]
333.52 s
[fuzzy-time-gen] does not work for DayInMonth for this example for february 29th [✔]
333.52 s
[fuzzy-time-gen] produces valid values when given 'DayOfTheWeek' values [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] works for DayOfTheWeek with a day of the week after today in the current week [✔]
333.52 s
[fuzzy-time-gen] works for DayOfTheWeek with a day of the week after today in the next week [✔]
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 [✔]
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 [✔]
333.52 s
[fuzzy-time-gen] works for DayOfTheWeek with an extra diff [✔]
333.52 s
[fuzzy-time-gen] resolveDayBackwards
333.52 s
[fuzzy-time-gen] produces valid days [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] works for this example for Yesterday [✔]
333.52 s
[fuzzy-time-gen] is id for Now [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] is id for Today [✔]
333.52 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.52 s
[fuzzy-time-gen] works for this example for Tomorrow [✔]
333.52 s
[validity-case-insensitive] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
333.52 s
[validity-case-insensitive] Using ghc version 9.10.3 found on system at:
333.52 s
[validity-case-insensitive] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
333.52 s
[validity-case-insensitive] Using ghc-pkg version 9.10.3 found on system at:
333.52 s
[validity-case-insensitive] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
333.52 s
[validity-case-insensitive] No ghcjs found
333.52 s
[validity-case-insensitive] No ghcjs-pkg found
333.52 s
[validity-case-insensitive] No greencard found
333.52 s
[validity-case-insensitive] Using haddock version 2.31.1 found on system at:
333.52 s
[validity-case-insensitive] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
333.52 s
[validity-case-insensitive] No happy found
333.52 s
[validity-case-insensitive] Using haskell-suite found on system at: haskell-suite-dummy-location
333.52 s
[validity-case-insensitive] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
333.52 s
[validity-case-insensitive] No hmake found
333.52 s
[validity-case-insensitive] Using hpc version 0.69 found on system at:
333.52 s
[validity-case-insensitive] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
333.52 s
[validity-case-insensitive] Using hsc2hs version 0.68.10 found on system at:
333.52 s
[validity-case-insensitive] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
333.52 s
[validity-case-insensitive] Using hscolour version 1.25 found on system at:
333.52 s
[validity-case-insensitive] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
333.52 s
[validity-case-insensitive] No jhc found
333.52 s
[validity-case-insensitive] Using ld found on system at:
333.52 s
[validity-case-insensitive] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
333.52 s
[validity-case-insensitive] No pkg-config found
333.52 s
[validity-case-insensitive] Using runghc version 9.10.3 found on system at:
333.52 s
[validity-case-insensitive] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
333.52 s
[validity-case-insensitive] Using strip version 2.44 found on system at:
333.52 s
[validity-case-insensitive] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
333.52 s
[validity-case-insensitive] Using tar found on system at:
333.52 s
[validity-case-insensitive] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
333.52 s
[validity-case-insensitive] No uhc found
333.52 s
[cursor-gen] appends a tree after the currently selected tree [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorAppendAndSelectTree
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] appends a tree after the currently selected tree and selects it [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorInsert
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] inserts a node before the currently selected node [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorInsertAndSelect
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] inserts a node before the currently selected node and selects it [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorInsertNodeSingleAndSelect
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] inserts a node before the currently selected node and selects it [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorInsertNodeAndSelect
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] inserts a node before the currently selected node and selects it [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorAppend
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] appends a node after the currently selected node [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorAppendAndSelect
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] appends a node after the currently selected node and selects it [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.52 s
[cursor-gen] forestCursorAppendNodeSingleAndSelect
333.52 s
[cursor-gen] produces valid cursors [✔]
333.52 s
[cursor-gen] +++ OK, passed 100 tests.
333.52 s
[cursor-gen] appends a node after the currently selected node and selects it [‐]
333.52 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorAppendNodeAndSelect
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] appends a node after the currently selected node and selects it [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorAddChildTreeToNodeAtPos
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] adds a child tree to a node at the given position in the children of that node [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorAddChildTreeToNodeAtStart
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] adds a child tree to a node at the start the children of that node [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorAddChildTreeToNodeAtEnd
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] adds a child tree to a node at the end the children of that node [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorAddChildToNodeAtPos
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] adds a child to a node at the given position in the children of that node [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorAddChildToNodeAtStart
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] adds a child to a node at the start the children of that node [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorAddChildToNodeAtEnd
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] adds a child to a node at the end the children of that node [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorAddChildTreeToNodeAtPosAndSelect
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] adds a child tree to a node at the given position in the children of that node [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorAddChildTreeToNodeAtStartAndSelect
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] adds a child tree to a node at the start the children of that node [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorAddChildTreeToNodeAtEndAndSelect
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] adds a child tree to a node at the end the children of that node [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorAddChildToNodeAtPosAndSelect
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] adds a child to a node at the given position in the children of that node [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorAddChildToNodeAtStartAndSelect
333.53 s
[fuzzy-time-gen] produces valid values when given 'OnlyDay' values [✔]
333.53 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.53 s
[fuzzy-time-gen] works for OnlyDay for this example where the current date is before the given day [✔]
333.53 s
[fuzzy-time-gen] works for OnlyDay for this example where the current date is after the given day [✔]
333.53 s
[fuzzy-time-gen] works for OnlyDay for this example where the following given day is not in this month [✔]
333.53 s
[fuzzy-time-gen] does not work for OnlyDay for this example where the following given day is not in previous month [✔]
333.53 s
[fuzzy-time-gen] works for OnlyDay for this example where the following given day is not in previous month [✔]
333.53 s
[fuzzy-time-gen] produces valid values when given 'DayInMonth' values [✔]
333.53 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.53 s
[fuzzy-time-gen] works for DayInMonth for this example where the current date is before the given day [✔]
333.53 s
[fuzzy-time-gen] works for DayInMonth for this example where the current date is after the given day [✔]
333.53 s
[fuzzy-time-gen] works for DayInMonth for this example accross years [✔]
333.53 s
[fuzzy-time-gen] does not work for DayInMonth for this example for february 29th [✔]
333.53 s
[fuzzy-time-gen] produces valid values when given 'DayInMonth' values [✔]
333.53 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.53 s
[fuzzy-time-gen] works for DayOfTheWeek with a day of the week after today in the current week [✔]
333.53 s
[fuzzy-time-gen] works for DayOfTheWeek with a day of the week after today in the previous week [✔]
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 [✔]
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 [✔]
333.53 s
[fuzzy-time-gen] works for DayOfTheWeek with a day of the week after today in the current week [✔]
333.53 s
[fuzzy-time-gen] Data.FuzzyTime.Types
333.53 s
[fuzzy-time-gen] GenValid FuzzyLocalTime
333.53 s
[fuzzy-time-gen] genValid :: Gen FuzzyLocalTime
333.53 s
[fuzzy-time-gen] only generates valid 'FuzzyLocalTime's [✔]
333.53 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.53 s
[fuzzy-time-gen] GenValid FuzzyTimeOfDay
333.53 s
[fuzzy-time-gen] genValid :: Gen FuzzyTimeOfDay
333.53 s
[fuzzy-time-gen] only generates valid 'FuzzyTimeOfDay's [✔]
333.53 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.53 s
[fuzzy-time-gen] GenValid FuzzyDay
333.53 s
[fuzzy-time-gen] genValid :: Gen FuzzyDay
333.53 s
[fuzzy-time-gen] only generates valid 'FuzzyDay's [✔]
333.53 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.53 s
[fuzzy-time-gen] GenValid DayOfWeek
333.53 s
[fuzzy-time-gen] genValid :: Gen DayOfWeek
333.53 s
[fuzzy-time-gen] only generates valid 'DayOfWeek's [✔]
333.53 s
[fuzzy-time-gen] +++ OK, passed 100 tests.
333.53 s
[fuzzy-time-gen]
333.53 s
[fuzzy-time-gen] Finished in 0.1395 seconds
333.53 s
[fuzzy-time-gen] 479 examples, 0 failures, 6 pending
333.53 s
[fuzzy-time-gen] Test suite fuzzy-time-test: PASS
333.53 s
[fuzzy-time-gen] Test suite logged to: dist/test/fuzzy-time-gen-0.3.0.0-fuzzy-time-test.log
333.53 s
[fuzzy-time-gen] 1 of 1 test suites (1 of 1 test cases) passed.
333.53 s
[fuzzy-time-gen] Phase: haddockPhase
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] adds a child to a node at the start the children of that node [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorAddChildToNodeAtEndAndSelect
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] adds a child to a node at the end the children of that node [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorAddChildNodeSingleToNodeAtPosAndSelect
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] forestCursorAddChildNodeSingleToNodeAtStartAndSelect
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] forestCursorAddChildNodeSingleToNodeAtEndAndSelect
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] forestCursorAddChildNodeToNodeAtPosAndSelect
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] forestCursorAddChildNodeToNodeAtStartAndSelect
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] forestCursorAddChildNodeToNodeAtEndAndSelect
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] forestCursorAddRoot
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] houses the entire forest under the given node [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorSwapPrev
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] works on the example from the docs [✔]
333.53 s
[cursor-gen] swaps the current node with the previous node on the same level [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] reverts forestCursorSwapNext [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] forestCursorSwapNext
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] works on the example from the docs [✔]
333.53 s
[cursor-gen] swaps the current node with the next node on the same level [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] reverts forestCursorSwapPrev [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] forestCursorRemoveElemAndSelectPrev
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] works for this simple example [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] removes the selected element and selects the previous element [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorDeleteElemAndSelectNext
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] works for this simple example [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] deletes the selected element and selects the next element [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorRemoveElem
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] works for this simple example [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] removes the selected element [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorDeleteElem
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] works for this simple example [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] deletes the selected element [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorRemoveSubTreeAndSelectPrev
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] removes the selected subtree and selects the previous tree [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorDeleteSubTreeAndSelectNext
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] deletes the selected subtree and selects the next tree [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorRemoveSubTree
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] removes the selected subtree [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorDeleteSubTree
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] deletes the selected subtree [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorPromoteElem
333.53 s
[cursor-gen] produces valids on valids [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] works on the example from the documentation [✔]
333.53 s
[cursor-gen] promotes the current node to the level of its parent [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorDemoteElem
333.53 s
[cursor-gen] produces valids on valids [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] works on the example from the documentation [✔]
333.53 s
[cursor-gen] demotes the current node to the level of its children [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorPromoteSubTree
333.53 s
[cursor-gen] produces valids on valids [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] works on the example from the documentation [✔]
333.53 s
[cursor-gen] promotes the current subtree to the level of its parent [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorDemoteSubTree
333.53 s
[cursor-gen] produces valids on valids [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] works on the example from the documentation [✔]
333.53 s
[cursor-gen] demotes the current subtree to the level of its children [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorDemoteElemUnder
333.53 s
[cursor-gen] produces valids on valids [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] Works on the example from the docs [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] demotes the current node to the level of its children [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] forestCursorDemoteSubTreeUnder
333.53 s
[cursor-gen] produces valids on valids [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] Works on the example from the docs [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] demotes the current subtree to the level of its children, by adding a root [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] Cursor.Simple.List.NonEmpty
333.53 s
[cursor-gen] Eq (NonEmptyCursor Bool Bool)
333.53 s
[cursor-gen] (==) :: (NonEmptyCursor Bool Bool) -> (NonEmptyCursor Bool Bool) -> Bool
333.53 s
[cursor-gen] is reflexive for "valid (NonEmptyCursor Bool Bool)"s [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] is symmetric for "valid (NonEmptyCursor Bool Bool)"s [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] is transitive for "valid (NonEmptyCursor Bool Bool)"s [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (NonEmptyCursor Bool Bool)"s [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] (/=) :: (NonEmptyCursor Bool Bool) -> (NonEmptyCursor Bool Bool) -> Bool
333.53 s
[cursor-gen] is antireflexive for "valid (NonEmptyCursor Bool Bool)"s [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (NonEmptyCursor Bool Bool)"s [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] GenValid (NonEmptyCursor Bool Bool)
333.53 s
[cursor-gen] genValid :: Gen (NonEmptyCursor Bool Bool)
333.53 s
[cursor-gen] only generates valid '(NonEmptyCursor Bool Bool)'s [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] makeNonEmptyCursor
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] makeNonEmptyCursorWithSelection
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] is the inverse of rebuildNonEmptyCursor when using the current selection [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] singletonNonEmptyCursor
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] rebuildNonEmptyCursor
333.53 s
[cursor-gen] produces valid nonempty lists [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] is the inverse of makeNonEmptyCursor for integers [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] is the inverse of makeNonEmptyCursorWithSelection for integers, for any index [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] nonEmptyCursorElemL
333.53 s
[cursor-gen] satisfies the first lens law for valid values and valid values [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] satisfies the second lens law for valid values [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] satisfies the third lens law for valid values and valid values [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] gets valid values from valid values values [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] nonEmptyCursorSelectPrev
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] is a movement [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] selects the previous element [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] nonEmptyCursorSelectNext
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] is a movement [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] selects the next element [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] nonEmptyCursorSelectFirst
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] is a movement [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] is idempotent [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] selects the first element [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] nonEmptyCursorSelectLast
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] is a movement [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] is idempotent [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] selects the last element [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] nonEmptyCursorSelection
333.53 s
[cursor-gen] produces valid ints [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] returns the index of the currently selected element [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] nonEmptyCursorSelectIndex
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] is the identity function when given the current selection [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] returns selects the element at the given index [‐]
333.53 s
[cursor-gen] # PENDING: No reason given
333.53 s
[cursor-gen] nonEmptyCursorInsert
333.53 s
[cursor-gen] produces valid cursors [✔]
333.53 s
[cursor-gen] +++ OK, passed 100 tests.
333.53 s
[cursor-gen] inserts a character before the cursor [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] nonEmptyCursorAppend
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] inserts a character after the cursor [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] nonEmptyCursorInsertAndSelect
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] inserts a character before the cursor and selects it [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] nonEmptyCursorAppendAndSelect
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] appends a character before the cursor and selects it [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] nonEmptyCursorInsertAtStart
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] inserts a character at the start of the list [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] nonEmptyCursorAppendAtEnd
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] inserts a character at the end of the list [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] nonEmptyCursorInsertAtStartAndSelect
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] inserts a character at the start of the list and selects it [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] nonEmptyCursorAppendAtEndAndSelect
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] appends a character at the end of the list and selects it [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] nonEmptyCursorRemoveElem
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] removes an element [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] nonEmptyCursorDeleteElem
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] nonEmptyCursorSearch
333.54 s
[cursor-gen] produces valid cursors when looking for an equal element [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is indeed the right value when it finds a value and is looking for an equal element [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] finds an element if it is in there [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] nonEmptyCursorSelectOrAdd
333.54 s
[cursor-gen] produces valid cursors when looking for an equal element [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] Cursor.Simple.Map
333.54 s
[cursor-gen] makeMapCursor
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] makeMapCursorWithSelection
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] singletonMapCursorKey
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] singletonMapCursorValue
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] rebuildMapCursor
333.54 s
[cursor-gen] produces valid Nonempty lists [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is the inverse of makeMapCursor for integers [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] mapCursorNonEmptyCursorL
333.54 s
[cursor-gen] satisfies the first lens law for valid values and valid values [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] satisfies the second lens law for valid values [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] satisfies the third lens law for valid values and valid values [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] gets valid values from valid values values [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] mapCursorElemL
333.54 s
[cursor-gen] satisfies the first lens law for valid values and valid values [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] satisfies the second lens law for valid values [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] satisfies the third lens law for valid values and valid values [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] gets valid values from valid values values [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] mapCursorSelectKey
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] mapCursorSelectValue
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] mapCursorToggleSelected
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] mapCursorSelectPrev
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is a movement [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] selects the previous element [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] mapCursorSelectNext
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is a movement [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] selects the next element [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] mapCursorSelectFirst
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is a movement [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is idempotent [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] selects the first element [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] mapCursorSelectLast
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is a movement [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is idempotent [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] selects the last element [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] mapCursorSelection
333.54 s
[cursor-gen] produces valid ints [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] returns the index of the currently selected element [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] mapCursorSelectIndex
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is the identity function when given the current selection [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] returns selects the element at the given index [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] mapCursorInsert
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] inserts a character before the cursor [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] mapCursorAppend
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] inserts a character after the cursor [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] mapCursorInsertAndSelectKey
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] mapCursorAppendAndSelectKey
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] mapCursorInsertAndSelectValue
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] mapCursorAppendAndSelectValue
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] mapCursorRemoveElem
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] removes an element [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] mapCursorDeleteElem
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] deletes an element [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] mapCursorSearch
333.54 s
[cursor-gen] produces valid cursors when looking for an equal pair [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is indeed the right value when it finds a value and is looking for an equal element [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] mapCursorSelectOrAdd
333.54 s
[cursor-gen] produces valid cursors when looking for an equal element [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] Cursor.Simple.Map.KeyValue
333.54 s
[cursor-gen] makeKeyValueCursorKey
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] makeKeyValueCursorValue
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] rebuildKeyValueCursor
333.54 s
[cursor-gen] produces valid tuples [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] keyValueCursorSelection
333.54 s
[cursor-gen] produces valid selections [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] keyValueCursorSelectKey
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is a movement [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] keyValueCursorSelectValue
333.54 s
[fuzzy-time-gen] Preprocessing library for fuzzy-time-gen-0.3.0.0...
333.54 s
[fuzzy-time-gen] Running Haddock on library for fuzzy-time-gen-0.3.0.0...
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is a movement [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] keyValueCursorToggleSelected
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is a movement [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] Cursor.Simple.Tree.Base
333.54 s
[cursor-gen] Eq (TreeCursor Int Int)
333.54 s
[cursor-gen] (==) :: (TreeCursor Int Int) -> (TreeCursor Int Int) -> Bool
333.54 s
[cursor-gen] is reflexive for "valid (TreeCursor Int Int)"s [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is symmetric for "valid (TreeCursor Int Int)"s [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is transitive for "valid (TreeCursor Int Int)"s [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (TreeCursor Int Int)"s [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] (/=) :: (TreeCursor Int Int) -> (TreeCursor Int Int) -> Bool
333.54 s
[cursor-gen] is antireflexive for "valid (TreeCursor Int Int)"s [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (TreeCursor Int Int)"s [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] GenValid (TreeCursor Bool Bool)
333.54 s
[cursor-gen] genValid :: Gen (TreeCursor Bool Bool)
333.54 s
[cursor-gen] only generates valid '(TreeCursor Bool Bool)'s [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] makeTreeCursor
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] makeNodeTreeCursor
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] makeTreeCursorWithSelection
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] singletonTreeCursor
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] rebuildTreeCursor
333.54 s
[cursor-gen] produces valid trees [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is the inverse of makeTreeCursor for integers [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] is the inverse of makeTreeCursorWithSelection for the current selection [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] Cursor.Simple.Tree.Collapse
333.54 s
[cursor-gen] treeCursorOpenCurrentForest
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] treeCursorCloseCurrentForest
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] treeCursorToggleCurrentForest
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] treeCursorOpenCurrentForestRecursively
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] treeCursorToggleCurrentForestRecursively
333.54 s
[cursor-gen] produces valid cursors [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] Cursor.Simple.Tree.Delete
333.54 s
[cursor-gen] treeCursorDeleteSubTreeAndSelectPrevious
333.54 s
[cursor-gen] produces valids on valids [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] deletes the current subtree selects the previous subtree [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] treeCursorDeleteSubTreeAndSelectNext
333.54 s
[cursor-gen] produces valids on valids [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] deletes the current subtree selects the next subtree [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] treeCursorDeleteSubTreeAndSelectAbove
333.54 s
[cursor-gen] produces valids on valids [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] deletes the current subtree selects the above node [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] treeCursorRemoveSubTree
333.54 s
[cursor-gen] produces valids on valids [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] removes the current subtree [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] treeCursorDeleteSubTree
333.54 s
[cursor-gen] produces valids on valids [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] deletes the current subtree [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] treeCursorDeleteElemAndSelectPrevious
333.54 s
[cursor-gen] produces valids on valids [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] works for this simple example [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] deletes the current element and selects the previous element [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] treeCursorDeleteElemAndSelectNext
333.54 s
[cursor-gen] produces valids on valids [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] works for this simple example [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] deletes the current element and selects the next element [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] treeCursorDeleteElemAndSelectAbove
333.54 s
[cursor-gen] produces valids on valids [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] works for this simple example [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] deletes the current element and selects the above element [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] treeCursorRemoveElem
333.54 s
[cursor-gen] produces valids on valids [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] removes the current element [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] treeCursorDeleteElem
333.54 s
[cursor-gen] produces valids on valids [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
333.54 s
[cursor-gen] deletes the current element [‐]
333.54 s
[cursor-gen] # PENDING: No reason given
333.54 s
[cursor-gen] Cursor.Simple.Tree.Demote
333.54 s
[cursor-gen] Functor DemoteResult
333.54 s
[cursor-gen] fmap :: (a -> b) -> DemoteResult a -> DemoteResult b
333.54 s
[cursor-gen] satisfies the first Fuctor law: 'fmap id == id' for "DemoteResult of ints :: (DemoteResult Int)" [✔]
333.54 s
[cursor-gen] +++ OK, passed 100 tests.
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)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] (<$) :: a -> DemoteResult b -> DemoteResult a
333.55 s
[cursor-gen] is equivalent to its default implementation for "int :: Int" and "DemoteResult of ints :: (DemoteResult Int)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorDemoteElem
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] Works on the example from the docs [✔]
333.55 s
[cursor-gen] demotes the current node to the level of its children [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorDemoteSubTree
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] Works on the example from the docs [✔]
333.55 s
[cursor-gen] demotes the current subtree to the level of its children [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorDemoteElemUnder
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] Works on the example from the docs [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] demotes the current node to the level of its children [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorDemoteSubTreeUnder
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] Works on the example from the docs [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] demotes the current subtree to the level of its children, by adding a root [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] Cursor.Simple.Tree.Insert
333.55 s
[cursor-gen] treeCursorInsert
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] inserts the element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorInsertAndSelect
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] inserts and select the element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorInsertNodeSingleAndSelect
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] inserts and select the element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorInsertNodeAndSelect
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] inserts and select the element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorAppend
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] appends the element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorAppendAndSelect
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] appends and select the element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorAppendNodeSingleAndSelect
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] appends and select the element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorAppendNodeAndSelect
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] appends and select the element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorAddChildAtPos
333.55 s
[cursor-gen] produces valid cursors [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] adds a tree at the given index in the children of the current node [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorAddChildAtStart
333.55 s
[cursor-gen] produces valid cursors [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] adds a tree at the start of the children of the current node [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorAddChildAtEnd
333.55 s
[cursor-gen] produces valid cursors [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] adds a tree at the end of the children of the current node [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorAddChildAtPosAndSelect
333.55 s
[cursor-gen] produces valid cursors [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] adds a tree at the given index in theAndSelect children of the current node [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorAddChildAtStartAndSelect
333.55 s
[cursor-gen] producesAndSelect valid cursors [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] adds a tree at the start of the children of the current node [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorAddChildAtEndAndSelect
333.55 s
[cursor-gen] produces valid cursors [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] adds a tree at the end of the children of the current node [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorAddChildNodeSingleAtPosAndSelect
333.55 s
[cursor-gen] produces valid cursors [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorAddChildNodeSingleAtStartAndSelect
333.55 s
[cursor-gen] produces valid cursors [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorAddChildNodeSingleAtEndAndSelect
333.55 s
[cursor-gen] produces valid cursors [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorAddChildNodeAtPosAndSelect
333.55 s
[cursor-gen] produces valid cursors [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorAddChildNodeAtStartAndSelect
333.55 s
[cursor-gen] produces valid cursors [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] works for this example [✔]
333.55 s
[cursor-gen] treeCursorAddChildNodeAtEndAndSelect
333.55 s
[cursor-gen] produces valid cursors [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] works for this example [✔]
333.55 s
[cursor-gen] Cursor.Simple.Tree.Movement
333.55 s
[cursor-gen] treeCursorSelection
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorSelect
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is identity with the current selection [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorSelectPrevOnSameLevel
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] selects the previous element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] after treeCursorSelectNextOnSameLevel is identity if they don't fail [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorSelectNextOnSameLevel
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] selects the next element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] after treeCursorSelectPrevOnSameLevel is identity if they don't fail [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorSelectFirstOnSameLevel
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] selects the previous element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorSelectNextOnSameLevel
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] selects the next element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorSelectAbovePrev
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] Works for this classic example [✔]
333.55 s
[cursor-gen] selects the previous element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] after treeCursorSelectAboveNext is identity if they don't fail [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorSelectAboveNext
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] Works for this classic example [✔]
333.55 s
[cursor-gen] selects the next element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] after treeCursorSelectAbovePrev is identity if they don't fail [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorSelectPrev
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] selects the previous element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] after treeCursorSelectNext is identity if they don't fail [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorSelectNext
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] selects the next element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] after treeCursorSelectPrev is identity if they don't fail [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorSelectFirst
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] selects the first element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] is idempotent [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorSelectLast
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] selects the last element [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] is idempotent [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorSelectAbove
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] selects the element above [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] after treeCursorSelectBelow is identity if they don't fail [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorSelectBelowAtPos
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] selects the element n-th below [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorSelectBelowAtStart
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] selects the first child below [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorSelectBelowAtEnd
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] selects the last child below [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorSelectBelowAtStartRecursively
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] selects the first child below, recursively [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] treeCursorSelectBelowAtEndRecursively
333.55 s
[cursor-gen] produces valids on valids [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] is a movement [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] selects the last child below, recursively [‐]
333.55 s
[cursor-gen] # PENDING: No reason given
333.55 s
[cursor-gen] Cursor.Simple.Tree.Promote
333.55 s
[cursor-gen] Functor PromoteElemResult
333.55 s
[cursor-gen] fmap :: (a -> b) -> PromoteElemResult a -> PromoteElemResult b
333.55 s
[cursor-gen] satisfies the first Fuctor law: 'fmap id == id' for "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
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)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] (<$) :: a -> PromoteElemResult b -> PromoteElemResult a
333.55 s
[cursor-gen] is equivalent to its default implementation for "int :: Int" and "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] Applicative PromoteElemResult
333.55 s
[cursor-gen] pure :: a -> PromoteElemResult a and (<*>) :: PromoteElemResult (a -> b) -> PromoteElemResult a -> PromoteElemResult b
333.55 s
[cursor-gen] satisfy the identity law: 'pure id <*> v = v' for "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
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)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
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" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
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)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] (*>) :: PromoteElemResult a -> PromoteElemResult b -> PromoteElemResult b
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" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] (<*) :: PromoteElemResult a -> PromoteElemResult b -> PromoteElemResult a
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)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] Monad PromoteElemResult
333.55 s
[cursor-gen] return :: a -> PromoteElemResult a and (>>=) :: PromoteElemResult a -> (b -> PromoteElemResult a) -> PromoteElemResult b
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)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] satisfy the second Monad law: 'm >>= return = m' for "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] (>>=) :: PromoteElemResult a -> (b -> PromoteElemResult a) -> PromoteElemResult b
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)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] relation with Applicative PromoteElemResult
333.55 s
[cursor-gen] satisfies 'pure = return' for "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] satisfies '(<*>) = ap' for "PromoteElemResult of additions :: (PromoteElemResult (Int -> Int))" and "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] satisfies '(>>) = (*>)' for "PromoteElemResult of ints :: (PromoteElemResult Int)" and "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] relation with Functor PromoteElemResult
333.55 s
[cursor-gen] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
333.55 s
[cursor-gen] +++ OK, passed 100 tests.
333.55 s
[cursor-gen] treeCursorPromoteElem
333.55 s
[cursor-gen] produces valids on valids [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] Works on the example from the docs [✔]
333.56 s
[cursor-gen] promotes the current node to the level of its parent [‐]
333.56 s
[cursor-gen] # PENDING: No reason given
333.56 s
[cursor-gen] Functor PromoteResult
333.56 s
[cursor-gen] fmap :: (a -> b) -> PromoteResult a -> PromoteResult b
333.56 s
[cursor-gen] satisfies the first Fuctor law: 'fmap id == id' for "PromoteResult of ints :: (PromoteResult Int)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
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)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] (<$) :: a -> PromoteResult b -> PromoteResult a
333.56 s
[cursor-gen] is equivalent to its default implementation for "int :: Int" and "PromoteResult of ints :: (PromoteResult Int)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] Applicative PromoteResult
333.56 s
[cursor-gen] pure :: a -> PromoteResult a and (<*>) :: PromoteResult (a -> b) -> PromoteResult a -> PromoteResult b
333.56 s
[cursor-gen] satisfy the identity law: 'pure id <*> v = v' for "PromoteResult of ints :: (PromoteResult Int)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
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)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
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" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
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)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] (*>) :: PromoteResult a -> PromoteResult b -> PromoteResult b
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" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] (<*) :: PromoteResult a -> PromoteResult b -> PromoteResult a
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)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] Monad PromoteResult
333.56 s
[cursor-gen] return :: a -> PromoteResult a and (>>=) :: PromoteResult a -> (b -> PromoteResult a) -> PromoteResult b
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)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] satisfy the second Monad law: 'm >>= return = m' for "PromoteResult of ints :: (PromoteResult Int)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] (>>=) :: PromoteResult a -> (b -> PromoteResult a) -> PromoteResult b
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)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] relation with Applicative PromoteResult
333.56 s
[cursor-gen] satisfies 'pure = return' for "PromoteResult of ints :: (PromoteResult Int)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] satisfies '(<*>) = ap' for "PromoteResult of additions :: (PromoteResult (Int -> Int))" and "PromoteResult of ints :: (PromoteResult Int)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] satisfies '(>>) = (*>)' for "PromoteResult of ints :: (PromoteResult Int)" and "PromoteResult of ints :: (PromoteResult Int)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] relation with Functor PromoteResult
333.56 s
[cursor-gen] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "PromoteResult of ints :: (PromoteResult Int)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] treeCursorPromoteSubTree
333.56 s
[cursor-gen] produces valids on valids [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] Works on the example from the docs [✔]
333.56 s
[cursor-gen] promotes the current subtree to the level of its parent [‐]
333.56 s
[cursor-gen] # PENDING: No reason given
333.56 s
[cursor-gen] Cursor.Simple.Tree.Swap
333.56 s
[cursor-gen] Functor SwapResult
333.56 s
[cursor-gen] fmap :: (a -> b) -> SwapResult a -> SwapResult b
333.56 s
[cursor-gen] satisfies the first Fuctor law: 'fmap id == id' for "SwapResult of ints :: (SwapResult Int)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
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)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] (<$) :: a -> SwapResult b -> SwapResult a
333.56 s
[cursor-gen] is equivalent to its default implementation for "int :: Int" and "SwapResult of ints :: (SwapResult Int)" [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] treeCursorSwapPrev
333.56 s
[cursor-gen] produces valids on valids [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] works on the example from the docs [✔]
333.56 s
[cursor-gen] reverts treeCursorSwapNext [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] swaps the current node with the previous node [‐]
333.56 s
[cursor-gen] # PENDING: No reason given
333.56 s
[cursor-gen] treeCursorSwapNext
333.56 s
[cursor-gen] produces valids on valids [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] works on the example from the docs [✔]
333.56 s
[cursor-gen] reverts treeCursorSwapNext [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] swaps the current node with the next node [‐]
333.56 s
[cursor-gen] # PENDING: No reason given
333.56 s
[cursor-gen] Cursor.Text
333.56 s
[cursor-gen] Eq TextCursor
333.56 s
[cursor-gen] (==) :: TextCursor -> TextCursor -> Bool
333.56 s
[cursor-gen] is reflexive for "valid TextCursor"s [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is symmetric for "valid TextCursor"s [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is transitive for "valid TextCursor"s [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid TextCursor"s [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] (/=) :: TextCursor -> TextCursor -> Bool
333.56 s
[cursor-gen] is antireflexive for "valid TextCursor"s [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid TextCursor"s [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] GenValid TextCursor
333.56 s
[cursor-gen] genValid :: Gen TextCursor
333.56 s
[cursor-gen] only generates valid 'TextCursor's [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] Validity TextCursor
333.56 s
[cursor-gen] considers a text cursor with a newline in the previous characters invalid [✔]
333.56 s
[cursor-gen] considers a text cursor with a newline in the next characters invalid [✔]
333.56 s
[cursor-gen] considers a text cursor with an unsafe character in the previous characters invalid [✔]
333.56 s
[cursor-gen] considers a text cursor with an unsafe character in the next characters invalid [✔]
333.56 s
[cursor-gen] emptyTextCursor
333.56 s
[cursor-gen] is valid [✔]
333.56 s
[cursor-gen] makeTextCursor
333.56 s
[cursor-gen] produces valid list cursors [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] makeTextCursorWithSelection
333.56 s
[cursor-gen] produces valid list cursors [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] rebuildTextCursor
333.56 s
[cursor-gen] produces valid lists [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is the inverse of makeTextCursor [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is the inverse of makeTextCursorWithSelection for any index [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] textCursorNull
333.56 s
[cursor-gen] produces valid bools [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] textCursorLength
333.56 s
[cursor-gen] produces valid ints [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] textCursorIndex
333.56 s
[cursor-gen] produces valid indices [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] textCursorSelectPrev
333.56 s
[cursor-gen] produces valid cursors [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is a movement [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] selects the previous position [‐]
333.56 s
[cursor-gen] # PENDING: No reason given
333.56 s
[cursor-gen] textCursorSelectNext
333.56 s
[cursor-gen] produces valid cursors [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is a movement [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] selects the next position [‐]
333.56 s
[cursor-gen] # PENDING: No reason given
333.56 s
[cursor-gen] textCursorSelectIndex
333.56 s
[cursor-gen] produces valid cursors [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is a movement [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] selects the position at the given index [‐]
333.56 s
[cursor-gen] # PENDING: No reason given
333.56 s
[cursor-gen] produces a cursor that has the given selection for valid selections in the cursor [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] textCursorSelectStart
333.56 s
[cursor-gen] produces valid cursors [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is a movement [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is idempotent [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] selects the starting position [‐]
333.56 s
[cursor-gen] # PENDING: No reason given
333.56 s
[cursor-gen] textCursorSelectEnd
333.56 s
[cursor-gen] produces valid cursors [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is a movement [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is idempotent [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] selects the end position [‐]
333.56 s
[cursor-gen] # PENDING: No reason given
333.56 s
[cursor-gen] textCursorPrevChar
333.56 s
[cursor-gen] produces valid items [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] returns the item before the position [‐]
333.56 s
[cursor-gen] # PENDING: No reason given
333.56 s
[cursor-gen] textCursorNextChar
333.56 s
[cursor-gen] produces valid items [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] returns the item after the position [‐]
333.56 s
[cursor-gen] # PENDING: No reason given
333.56 s
[cursor-gen] textCursorSelectBeginWord
333.56 s
[cursor-gen] produces valid items [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is a movement [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is idempotent [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests (90% non trivial).
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] textCursorSelectEndWord
333.56 s
[cursor-gen] produces valid items [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is a movement [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is idempotent [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests (90% non trivial).
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] textCursorSelectNextWord
333.56 s
[cursor-gen] produces valid items [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is a movement [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] goes to the end of the cursor [✔]
333.56 s
[cursor-gen] chooses the next word correctly [✔]
333.56 s
[cursor-gen] textCursorSelectPrevWord
333.56 s
[cursor-gen] produces valid items [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] is a movement [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] goes to the beginning of the cursor [✔]
333.56 s
[cursor-gen] chooses the previous word correctly [✔]
333.56 s
[cursor-gen] textCursorInsert
333.56 s
[cursor-gen] produces valids [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] inserts an item before the cursor [‐]
333.56 s
[cursor-gen] # PENDING: No reason given
333.56 s
[cursor-gen] textCursorAppend
333.56 s
[cursor-gen] produces valids [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] inserts an item after the cursor [‐]
333.56 s
[cursor-gen] # PENDING: No reason given
333.56 s
[cursor-gen] textCursorInsertString
333.56 s
[cursor-gen] produces valids [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] works for this example [✔]
333.56 s
[cursor-gen] textCursorAppendString
333.56 s
[cursor-gen] produces valids [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] textCursorInsertText
333.56 s
[cursor-gen] produces valids [✔]
333.56 s
[cursor-gen] +++ OK, passed 100 tests.
333.56 s
[cursor-gen] textCursorAppendText
333.56 s
[cursor-gen] produces valids [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] textCursorRemove
333.57 s
[cursor-gen] produces valids [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] removes an item before the cursor [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textCursorDelete
333.57 s
[cursor-gen] produces valids [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] removes an item before the cursor [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textCursorSplit
333.57 s
[cursor-gen] produces valids [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] produces two list cursors that rebuild to the rebuilding of the original [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] textCursorCombine
333.57 s
[cursor-gen] produces valids [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] produces a list that rebuilds to the rebuilding of the original two cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] Cursor.TextField
333.57 s
[cursor-gen] Eq TextFieldCursor
333.57 s
[cursor-gen] (==) :: TextFieldCursor -> TextFieldCursor -> Bool
333.57 s
[cursor-gen] is reflexive for "valid TextFieldCursor"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is symmetric for "valid TextFieldCursor"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is transitive for "valid TextFieldCursor"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid TextFieldCursor"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] (/=) :: TextFieldCursor -> TextFieldCursor -> Bool
333.57 s
[cursor-gen] is antireflexive for "valid TextFieldCursor"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid TextFieldCursor"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] GenValid TextFieldCursor
333.57 s
[cursor-gen] genValid :: Gen TextFieldCursor
333.57 s
[cursor-gen] only generates valid 'TextFieldCursor's [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] Validity TextFieldCursor
333.57 s
[cursor-gen] consider a textfield with a newline in the previous lines invalid [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] consider a textfield with a newline in the next lines invalid [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] makeTextFieldCursor
333.57 s
[cursor-gen] produces a valid cursor for "\n" [✔]
333.57 s
[cursor-gen] produces a valid cursor for "\n\n" [✔]
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] makeTextFieldCursorWithSelection
333.57 s
[cursor-gen] produces a valid cursor for "\n" [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] produces a valid cursor for "\n\n" [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is the inverse of rebuildTextFieldCursor when using the current selection [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] rebuildTextFieldCursorLines
333.57 s
[cursor-gen] produces valid lists [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] produces texts without newlines [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] rebuildTextFieldCursor
333.57 s
[cursor-gen] produces valid texts [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is the inverse of makeTextFieldCursor [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is the inverse of makeTextFieldCursorWithSelection for integers, for any index [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] textFieldCursorSelection
333.57 s
[cursor-gen] produces valid tuples [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] emptyTextFieldCursor
333.57 s
[cursor-gen] is valid [✔]
333.57 s
[cursor-gen] nullTextFieldCursor
333.57 s
[cursor-gen] produces valid [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] textFieldCursorSelectPrevLine
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is a movement [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] selects the previous line [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textFieldCursorSelectNextLine
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is a movement [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] selects the next line [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textFieldCursorSelectFirstLine
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is a movement [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is idempotent [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] selects the first line [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textFieldCursorSelectLastLine
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is a movement [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is idempotent [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] selects the last line [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textFieldCursorSelectPrevChar
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] selects the previous character on the current line [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textFieldCursorSelectNextChar
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] selects the previous character on the current line [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textFieldCursorSelectBeginWord
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] textFieldCursorSelectEndWord
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] textFieldCursorSelectPrevWord
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] textFieldCursorSelectNextWord
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] textFieldCursorIndexOnLine
333.57 s
[cursor-gen] produces valid indices [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] returns the index on the current line [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textFieldCursorSelectIndexOnLine
333.57 s
[cursor-gen] produces valid cursors for any index [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] selects the given index on the current line [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textFieldCursorInsertChar
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] inserts a character before the cursor on the current line [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textFieldCursorAppendChar
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] inserts a character after the cursor on the currrent line [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textFieldCursorInsertNewline
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] inserts a new line [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textFieldCursorAppendNewline
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] textFieldCursorRemove
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] removes empty text field cursor [✔]
333.57 s
[cursor-gen] removes a character or a line [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textFieldCursorDelete
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] removes empty text field cursor [✔]
333.57 s
[cursor-gen] deletes a character or a line [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textFieldCursorSelectStartOfLine
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] selects the start of the current line [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] textFieldCursorSelectEndOfLine
333.57 s
[cursor-gen] produces valid cursors [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] selects the end of the current line [‐]
333.57 s
[cursor-gen] # PENDING: No reason given
333.57 s
[cursor-gen] Cursor.Tree.Types
333.57 s
[cursor-gen] Eq TreeCursorSelection
333.57 s
[cursor-gen] (==) :: TreeCursorSelection -> TreeCursorSelection -> Bool
333.57 s
[cursor-gen] is reflexive for "valid TreeCursorSelection"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is symmetric for "valid TreeCursorSelection"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is transitive for "valid TreeCursorSelection"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid TreeCursorSelection"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] (/=) :: TreeCursorSelection -> TreeCursorSelection -> Bool
333.57 s
[cursor-gen] is antireflexive for "valid TreeCursorSelection"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid TreeCursorSelection"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] GenValid TreeCursorSelection
333.57 s
[cursor-gen] genValid :: Gen TreeCursorSelection
333.57 s
[cursor-gen] only generates valid 'TreeCursorSelection's [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] shrinkValid :: (TreeCursorSelection -> [TreeCursorSelection])
333.57 s
[cursor-gen] preserves validity for the first 10 elements [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] Eq (SwapResult Bool)
333.57 s
[cursor-gen] (==) :: (SwapResult Bool) -> (SwapResult Bool) -> Bool
333.57 s
[cursor-gen] is reflexive for "valid (SwapResult Bool)"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is symmetric for "valid (SwapResult Bool)"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is transitive for "valid (SwapResult Bool)"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (SwapResult Bool)"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] (/=) :: (SwapResult Bool) -> (SwapResult Bool) -> Bool
333.57 s
[cursor-gen] is antireflexive for "valid (SwapResult Bool)"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (SwapResult Bool)"s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] GenValid (SwapResult Bool)
333.57 s
[cursor-gen] genValid :: Gen (SwapResult Bool)
333.57 s
[cursor-gen] only generates valid '(SwapResult Bool)'s [✔]
333.57 s
[cursor-gen] +++ OK, passed 100 tests.
333.57 s
[cursor-gen] shrinkValid :: (SwapResult Bool -> [SwapResult Bool])
333.57 s
[cursor-gen] preserves validity for the first 10 elements [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] Eq (PromoteElemResult Bool)
333.58 s
[cursor-gen] (==) :: (PromoteElemResult Bool) -> (PromoteElemResult Bool) -> Bool
333.58 s
[cursor-gen] is reflexive for "valid (PromoteElemResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is symmetric for "valid (PromoteElemResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is transitive for "valid (PromoteElemResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (PromoteElemResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] (/=) :: (PromoteElemResult Bool) -> (PromoteElemResult Bool) -> Bool
333.58 s
[cursor-gen] is antireflexive for "valid (PromoteElemResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (PromoteElemResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] GenValid (PromoteElemResult Bool)
333.58 s
[cursor-gen] genValid :: Gen (PromoteElemResult Bool)
333.58 s
[cursor-gen] only generates valid '(PromoteElemResult Bool)'s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] shrinkValid :: (PromoteElemResult Bool -> [PromoteElemResult Bool])
333.58 s
[cursor-gen] preserves validity for the first 10 elements [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] Eq (PromoteResult Bool)
333.58 s
[cursor-gen] (==) :: (PromoteResult Bool) -> (PromoteResult Bool) -> Bool
333.58 s
[cursor-gen] is reflexive for "valid (PromoteResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is symmetric for "valid (PromoteResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is transitive for "valid (PromoteResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (PromoteResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] (/=) :: (PromoteResult Bool) -> (PromoteResult Bool) -> Bool
333.58 s
[cursor-gen] is antireflexive for "valid (PromoteResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[validity-case-insensitive] Phase: buildPhase
333.58 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (PromoteResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] GenValid (PromoteResult Bool)
333.58 s
[cursor-gen] genValid :: Gen (PromoteResult Bool)
333.58 s
[cursor-gen] only generates valid '(PromoteResult Bool)'s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] shrinkValid :: (PromoteResult Bool -> [PromoteResult Bool])
333.58 s
[cursor-gen] preserves validity for the first 10 elements [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] Eq (DemoteResult Bool)
333.58 s
[cursor-gen] (==) :: (DemoteResult Bool) -> (DemoteResult Bool) -> Bool
333.58 s
[cursor-gen] is reflexive for "valid (DemoteResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is symmetric for "valid (DemoteResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is transitive for "valid (DemoteResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (DemoteResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] (/=) :: (DemoteResult Bool) -> (DemoteResult Bool) -> Bool
333.58 s
[cursor-gen] is antireflexive for "valid (DemoteResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (DemoteResult Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] GenValid (DemoteResult Bool)
333.58 s
[cursor-gen] genValid :: Gen (DemoteResult Bool)
333.58 s
[cursor-gen] only generates valid '(DemoteResult Bool)'s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] shrinkValid :: (DemoteResult Bool -> [DemoteResult Bool])
333.58 s
[cursor-gen] preserves validity for the first 10 elements [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] Eq (CTree Bool)
333.58 s
[cursor-gen] (==) :: (CTree Bool) -> (CTree Bool) -> Bool
333.58 s
[cursor-gen] is reflexive for "valid (CTree Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is symmetric for "valid (CTree Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is transitive for "valid (CTree Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (CTree Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] (/=) :: (CTree Bool) -> (CTree Bool) -> Bool
333.58 s
[cursor-gen] is antireflexive for "valid (CTree Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (CTree Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] GenValid (CTree Bool)
333.58 s
[cursor-gen] genValid :: Gen (CTree Bool)
333.58 s
[cursor-gen] only generates valid '(CTree Bool)'s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] shrinkValid :: (CTree Bool -> [CTree Bool])
333.58 s
[cursor-gen] preserves validity for the first 10 elements [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] Eq (CForest Bool)
333.58 s
[cursor-gen] (==) :: (CForest Bool) -> (CForest Bool) -> Bool
333.58 s
[cursor-gen] is reflexive for "valid (CForest Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is symmetric for "valid (CForest Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is transitive for "valid (CForest Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (CForest Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] (/=) :: (CForest Bool) -> (CForest Bool) -> Bool
333.58 s
[cursor-gen] is antireflexive for "valid (CForest Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (CForest Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] GenValid (CForest Bool)
333.58 s
[cursor-gen] genValid :: Gen (CForest Bool)
333.58 s
[cursor-gen] only generates valid '(CForest Bool)'s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] shrinkValid :: (CForest Bool -> [CForest Bool])
333.58 s
[cursor-gen] preserves validity for the first 10 elements [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] Eq (TreeAbove Bool)
333.58 s
[cursor-gen] (==) :: (TreeAbove Bool) -> (TreeAbove Bool) -> Bool
333.58 s
[cursor-gen] is reflexive for "valid (TreeAbove Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is symmetric for "valid (TreeAbove Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is transitive for "valid (TreeAbove Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (TreeAbove Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] (/=) :: (TreeAbove Bool) -> (TreeAbove Bool) -> Bool
333.58 s
[cursor-gen] is antireflexive for "valid (TreeAbove Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (TreeAbove Bool)"s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] GenValid (TreeAbove Bool)
333.58 s
[cursor-gen] genValid :: Gen (TreeAbove Bool)
333.58 s
[cursor-gen] only generates valid '(TreeAbove Bool)'s [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] shrinkValid :: (TreeAbove Bool -> [TreeAbove Bool])
333.58 s
[cursor-gen] preserves validity for the first 10 elements [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] treeAboveLeftsL
333.58 s
[cursor-gen] satisfies the first lens law for valid values and valid values [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] satisfies the second lens law for valid values [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] satisfies the third lens law for valid values and valid values [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] gets valid values from valid values values [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] treeAboveAboveL
333.58 s
[cursor-gen] satisfies the first lens law for valid values and valid values [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] satisfies the second lens law for valid values [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] satisfies the third lens law for valid values and valid values [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] gets valid values from valid values values [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] treeAboveNodeL
333.58 s
[cursor-gen] satisfies the first lens law for valid values and valid values [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] satisfies the second lens law for valid values [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] satisfies the third lens law for valid values and valid values [✔]
333.58 s
[cursor-gen] +++ OK, passed 100 tests.
333.58 s
[cursor-gen] gets valid values from valid values values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] treeAboveRightsL
333.59 s
[cursor-gen] satisfies the first lens law for valid values and valid values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] satisfies the second lens law for valid values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] satisfies the third lens law for valid values and valid values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] gets valid values from valid values values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] Eq (TreeCursor Bool Word)
333.59 s
[cursor-gen] (==) :: (TreeCursor Bool Word) -> (TreeCursor Bool Word) -> Bool
333.59 s
[cursor-gen] is reflexive for "valid (TreeCursor Bool Word)"s [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] is symmetric for "valid (TreeCursor Bool Word)"s [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] is transitive for "valid (TreeCursor Bool Word)"s [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (TreeCursor Bool Word)"s [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] (/=) :: (TreeCursor Bool Word) -> (TreeCursor Bool Word) -> Bool
333.59 s
[cursor-gen] is antireflexive for "valid (TreeCursor Bool Word)"s [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (TreeCursor Bool Word)"s [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] GenValid (TreeCursor Bool Bool)
333.59 s
[cursor-gen] genValid :: Gen (TreeCursor Bool Bool)
333.59 s
[cursor-gen] only generates valid '(TreeCursor Bool Bool)'s [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] shrinkValid :: (TreeCursor Word Bool -> [TreeCursor Word Bool])
333.59 s
[cursor-gen] preserves validity for the first 10 elements [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] treeCursorAboveL
333.59 s
[cursor-gen] satisfies the first lens law for valid values and valid values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] satisfies the second lens law for valid values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] satisfies the third lens law for valid values and valid values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] gets valid values from valid values values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] treeCursorCurrentL
333.59 s
[cursor-gen] satisfies the first lens law for valid values and valid values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] satisfies the second lens law for valid values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] satisfies the third lens law for valid values and valid values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] gets valid values from valid values values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] treeCursorBelowL
333.59 s
[cursor-gen] satisfies the first lens law for valid values and valid values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] satisfies the second lens law for valid values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] satisfies the third lens law for valid values and valid values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] gets valid values from valid values values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] treeCursorCurrentSubTreeL
333.59 s
[cursor-gen] satisfies the first lens law for valid values and valid values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] satisfies the second lens law for valid values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] satisfies the third lens law for valid values and valid values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] gets valid values from valid values values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
333.59 s
[cursor-gen] +++ OK, passed 100 tests.
333.59 s
[cursor-gen]
333.59 s
[cursor-gen] Finished in 1.6581 seconds
333.59 s
[cursor-gen] 881 examples, 0 failures, 173 pending
333.59 s
[cursor-gen] Test suite cursor-test: PASS
333.59 s
[cursor-gen] Test suite logged to: dist/test/cursor-gen-0.4.0.0-cursor-test.log
333.59 s
[cursor-gen] 1 of 1 test suites (1 of 1 test cases) passed.
333.59 s
[cursor-gen] Phase: haddockPhase
333.59 s
[genvalidity-aeson] Preprocessing test suite 'genvalidity-aeson-test' for genvalidity-aeson-1.1.0.0...
333.59 s
[genvalidity-aeson] Building test suite 'genvalidity-aeson-test' for genvalidity-aeson-1.1.0.0...
333.60 s
[validity-path] Dependency base >=4.7 && <5: using base-4.20.2.0
333.60 s
[validity-path] Dependency filepath >=1.3: using filepath-1.5.4.0
333.60 s
[validity-path] Dependency path >=0.5: using path-0.9.6
333.60 s
[validity-path] Dependency validity >=0.9.0.2: using validity-0.12.1.0
333.60 s
[validity-path] Dependency base >=4.7 && <5: using base-4.20.2.0
333.60 s
[validity-path] Dependency filepath >=1.3: using filepath-1.5.4.0
333.60 s
[validity-path] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
333.60 s
[validity-path] Dependency hspec: using hspec-2.11.14
333.60 s
[validity-path] Dependency path >=0.5: using path-0.9.6
333.60 s
[validity-path] Dependency validity-path: using validity-path-0.4.0.1
333.60 s
[validity-path] Source component graph:
333.60 s
[validity-path] component lib
333.60 s
[validity-path] component test:validity-path-test dependency lib
333.60 s
[validity-path] Configured component graph:
333.60 s
[validity-path] component validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
333.60 s
[validity-path] include base-4.20.2.0-fafd
333.60 s
[validity-path] include filepath-1.5.4.0-2605
333.60 s
[validity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
333.60 s
[validity-path] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
333.60 s
[validity-path] component validity-path-0.4.0.1-AqyGgntBwRv6fDHpMYJelz-validity-path-test
333.60 s
[validity-path] include base-4.20.2.0-fafd
333.60 s
[validity-path] include filepath-1.5.4.0-2605
333.60 s
[validity-path] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
333.60 s
[validity-path] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
333.60 s
[validity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
333.60 s
[validity-path] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
333.60 s
[validity-path] Linked component graph:
333.60 s
[validity-path] unit validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
333.60 s
[validity-path] include base-4.20.2.0-fafd
333.60 s
[validity-path] include filepath-1.5.4.0-2605
333.60 s
[validity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
333.60 s
[validity-path] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
333.60 s
[validity-path] Data.Validity.Path=validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp:Data.Validity.Path
333.60 s
[validity-path] unit validity-path-0.4.0.1-AqyGgntBwRv6fDHpMYJelz-validity-path-test
333.60 s
[validity-path] include base-4.20.2.0-fafd
333.60 s
[validity-path] include filepath-1.5.4.0-2605
333.60 s
[validity-path] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
333.60 s
[validity-path] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
333.60 s
[validity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
333.60 s
[validity-path] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
333.60 s
[validity-path] Ready component graph:
333.60 s
[validity-path] definite validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
333.60 s
[validity-path] depends base-4.20.2.0-fafd
333.60 s
[validity-path] depends filepath-1.5.4.0-2605
333.60 s
[validity-path] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
333.60 s
[validity-path] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
333.60 s
[validity-path] definite validity-path-0.4.0.1-AqyGgntBwRv6fDHpMYJelz-validity-path-test
333.60 s
[validity-path] depends base-4.20.2.0-fafd
333.60 s
[validity-path] depends filepath-1.5.4.0-2605
333.60 s
[validity-path] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
333.60 s
[validity-path] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
333.60 s
[validity-path] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
333.60 s
[validity-path] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
333.60 s
[validity-path] Using Cabal-3.12.1.0 compiled by ghc-9.10
333.60 s
[validity-path] Using compiler: ghc-9.10.3
333.60 s
[validity-path] Using install prefix:
333.60 s
[validity-path] /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1
333.60 s
[validity-path] Executables installed in:
333.60 s
[validity-path] /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1/bin
333.60 s
[validity-path] Libraries installed in:
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
333.60 s
[validity-path] Dynamic Libraries installed in:
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
333.60 s
[validity-path] Private executables installed in:
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
333.60 s
[validity-path] Data files installed in:
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
333.60 s
[validity-path] Documentation installed in:
333.60 s
[validity-path] /nix/store/q5xqhsr25dycf88xlb6aw0v44gcxhlh6-validity-path-0.4.0.1-doc/share/doc/validity-path-0.4.0.1
333.60 s
[validity-path] Configuration files installed in:
333.60 s
[validity-path] /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1/etc
333.60 s
[validity-path] No alex found
333.60 s
[validity-path] Using ar found on system at:
333.60 s
[validity-path] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
333.60 s
[validity-path] No c2hs found
333.60 s
[validity-path] No cpphs found
333.60 s
[validity-path] No doctest found
333.60 s
[validity-path] Using gcc version 14.3.0 given by user at:
333.60 s
[validity-path] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
333.60 s
[validity-path] Using ghc version 9.10.3 found on system at:
333.60 s
[validity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
333.60 s
[validity-path] Using ghc-pkg version 9.10.3 found on system at:
333.60 s
[validity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
333.60 s
[validity-path] No ghcjs found
333.60 s
[validity-path] No ghcjs-pkg found
333.60 s
[validity-path] No greencard found
333.60 s
[validity-path] Using haddock version 2.31.1 found on system at:
333.60 s
[validity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
333.60 s
[validity-path] No happy found
333.60 s
[validity-path] Using haskell-suite found on system at: haskell-suite-dummy-location
333.60 s
[validity-path] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
333.60 s
[validity-path] No hmake found
333.60 s
[validity-path] Using hpc version 0.69 found on system at:
333.60 s
[validity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
333.60 s
[validity-path] Using hsc2hs version 0.68.10 found on system at:
333.60 s
[validity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
333.60 s
[validity-path] Using hscolour version 1.25 found on system at:
333.60 s
[validity-path] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
333.60 s
[validity-path] No jhc found
333.60 s
[validity-path] Using ld found on system at:
333.60 s
[validity-path] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
333.60 s
[validity-path] No pkg-config found
333.60 s
[validity-path] Using runghc version 9.10.3 found on system at:
333.60 s
[validity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
333.60 s
[validity-path] Using strip version 2.44 found on system at:
333.60 s
[validity-path] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
333.60 s
[validity-path] Using tar found on system at:
333.60 s
[validity-path] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
333.60 s
[validity-path] No uhc found
333.61 s
[validity-case-insensitive] Preprocessing library for validity-case-insensitive-0.0.0.0...
333.61 s
[validity-case-insensitive] Building library for validity-case-insensitive-0.0.0.0...
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 )
333.69 s
[cursor-gen] Preprocessing library for cursor-gen-0.4.0.0...
333.69 s
[cursor-gen] Running Haddock on library for cursor-gen-0.4.0.0...
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 )
333.72 s
[fuzzy-time-gen] [1 of 2] Compiling Data.FuzzyTime.Types.Gen ( src/Data/FuzzyTime/Types/Gen.hs, nothing )
333.75 s
[validity-path] Phase: buildPhase
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 )
333.83 s
[validity-path] Preprocessing library for validity-path-0.4.0.1...
333.83 s
[validity-path] Building library for validity-path-0.4.0.1...
333.86 s
[genvalidity-aeson] [3 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-aeson-test/genvalidity-aeson-test-tmp/Main.o )
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 )
333.90 s
[cursor-gen] [ 1 of 14] Compiling Cursor.List.Gen ( src/Cursor/List/Gen.hs, nothing )
333.90 s
[fuzzy-time-gen] [2 of 2] Compiling Paths_fuzzy_time_gen ( dist/build/autogen/Paths_fuzzy_time_gen.hs, nothing )
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 )
333.92 s
[fuzzy-time-gen] Haddock coverage:
333.92 s
[fuzzy-time-gen] 0% ( 0 / 1) in 'Data.FuzzyTime.Types.Gen'
333.92 s
[fuzzy-time-gen] Missing documentation for:
333.92 s
[fuzzy-time-gen] Module header
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 )
334.05 s
[cursor-gen] [ 2 of 14] Compiling Cursor.List.NonEmpty.Gen ( src/Cursor/List/NonEmpty/Gen.hs, nothing )
334.08 s
[cursor-gen] [ 3 of 14] Compiling Cursor.Map.KeyValue.Gen ( src/Cursor/Map/KeyValue/Gen.hs, nothing )
334.09 s
[genvalidity-aeson] [4 of 4] Linking dist/build/genvalidity-aeson-test/genvalidity-aeson-test
334.10 s
[cursor-gen] [ 4 of 14] Compiling Cursor.Map.Gen ( src/Cursor/Map/Gen.hs, nothing )
334.11 s
[cursor-gen] [ 5 of 14] Compiling Cursor.Simple.List.NonEmpty.Gen ( src/Cursor/Simple/List/NonEmpty/Gen.hs, nothing )
334.11 s
[cursor-gen] [ 6 of 14] Compiling Cursor.Simple.Map.Gen ( src/Cursor/Simple/Map/Gen.hs, nothing )
334.11 s
[cursor-gen] [ 7 of 14] Compiling Cursor.Simple.Map.KeyValue.Gen ( src/Cursor/Simple/Map/KeyValue/Gen.hs, nothing )
334.11 s
[cursor-gen] [ 8 of 14] Compiling Cursor.Text.Gen ( src/Cursor/Text/Gen.hs, nothing )
334.13 s
[cursor-gen] [ 9 of 14] Compiling Cursor.TextField.Gen ( src/Cursor/TextField/Gen.hs, nothing )
334.14 s
[cursor-gen] [10 of 14] Compiling Cursor.Tree.Gen ( src/Cursor/Tree/Gen.hs, nothing )
334.19 s
[cursor-gen] [11 of 14] Compiling Cursor.Simple.Tree.Gen ( src/Cursor/Simple/Tree/Gen.hs, nothing )
334.19 s
[cursor-gen] [12 of 14] Compiling Cursor.Forest.Gen ( src/Cursor/Forest/Gen.hs, nothing )
334.20 s
[cursor-gen] [13 of 14] Compiling Cursor.Simple.Forest.Gen ( src/Cursor/Simple/Forest/Gen.hs, nothing )
334.20 s
[cursor-gen] [14 of 14] Compiling Paths_cursor_gen ( dist/build/autogen/Paths_cursor_gen.hs, nothing )
334.22 s
[cursor-gen] Haddock coverage:
334.22 s
[cursor-gen] 0% ( 0 / 3) in 'Cursor.List.Gen'
334.22 s
[cursor-gen] Missing documentation for:
334.22 s
[cursor-gen] Module header
334.22 s
[cursor-gen] listCursorWithGen (src/Cursor/List/Gen.hs:25)
334.22 s
[cursor-gen] listCursorWithIndex0 (src/Cursor/List/Gen.hs:28)
334.22 s
[cursor-gen] 0% ( 0 / 5) in 'Cursor.List.NonEmpty.Gen'
334.22 s
[cursor-gen] Missing documentation for:
334.22 s
[cursor-gen] Module header
334.22 s
[cursor-gen] genNonEmptyCursorBy (src/Cursor/List/NonEmpty/Gen.hs:24)
334.22 s
[cursor-gen] nonEmptyElemOf (src/Cursor/List/NonEmpty/Gen.hs:38)
334.22 s
[cursor-gen] nonEmptyWithIndex0 (src/Cursor/List/NonEmpty/Gen.hs:41)
334.22 s
[cursor-gen] nonEmptyWith (src/Cursor/List/NonEmpty/Gen.hs:44)
334.22 s
[cursor-gen] 0% ( 0 / 3) in 'Cursor.Map.KeyValue.Gen'
334.22 s
[cursor-gen] Missing documentation for:
334.22 s
[cursor-gen] Module header
334.22 s
[cursor-gen] genKeyValueCursorBy (src/Cursor/Map/KeyValue/Gen.hs:23)
334.22 s
[cursor-gen] genKeyValueCursorByDependent (src/Cursor/Map/KeyValue/Gen.hs:27)
334.22 s
[cursor-gen] 0% ( 0 / 3) in 'Cursor.Map.Gen'
334.22 s
[cursor-gen] Missing documentation for:
334.22 s
[cursor-gen] Module header
334.22 s
[cursor-gen] genMapCursorBy (src/Cursor/Map/Gen.hs:21)
334.22 s
[cursor-gen] genMapCursorByDependent (src/Cursor/Map/Gen.hs:26)
334.22 s
[cursor-gen] 0% ( 0 / 4) in 'Cursor.Simple.List.NonEmpty.Gen'
334.22 s
[cursor-gen] Missing documentation for:
334.22 s
[cursor-gen] Module header
334.22 s
[cursor-gen] nonEmptyElemOf (src/Cursor/Simple/List/NonEmpty/Gen.hs:13)
334.22 s
[cursor-gen] nonEmptyWithIndex0 (src/Cursor/Simple/List/NonEmpty/Gen.hs:16)
334.22 s
[cursor-gen] nonEmptyWith (src/Cursor/Simple/List/NonEmpty/Gen.hs:19)
334.22 s
[cursor-gen] 0% ( 0 / 1) in 'Cursor.Simple.Map.Gen'
334.22 s
[cursor-gen] Missing documentation for:
334.22 s
[cursor-gen] Module header
334.22 s
[cursor-gen] 0% ( 0 / 1) in 'Cursor.Simple.Map.KeyValue.Gen'
334.22 s
[cursor-gen] Missing documentation for:
334.22 s
[cursor-gen] Module header
334.22 s
[cursor-gen] 0% ( 0 / 7) in 'Cursor.Text.Gen'
334.22 s
[cursor-gen] Missing documentation for:
334.22 s
[cursor-gen] Module header
334.22 s
[cursor-gen] genSafeChar (src/Cursor/Text/Gen.hs:27)
334.22 s
[cursor-gen] genTextCursorChar (src/Cursor/Text/Gen.hs:33)
334.22 s
[cursor-gen] textCursorSentenceGen (src/Cursor/Text/Gen.hs:42)
334.22 s
[cursor-gen] textCursorWithGen (src/Cursor/Text/Gen.hs:36)
334.22 s
[cursor-gen] textCursorWithIndex0 (src/Cursor/Text/Gen.hs:39)
334.22 s
[cursor-gen] shrinkSentence (src/Cursor/Text/Gen.hs:48)
334.22 s
[cursor-gen] 0% ( 0 / 1) in 'Cursor.TextField.Gen'
334.22 s
[cursor-gen] Missing documentation for:
334.22 s
[cursor-gen] Module header
334.22 s
[cursor-gen] 0% ( 0 / 1) in 'Cursor.Tree.Gen'
334.22 s
[cursor-gen] Missing documentation for:
334.22 s
[cursor-gen] Module header
334.22 s
[cursor-gen] 0% ( 0 / 1) in 'Cursor.Simple.Tree.Gen'
334.22 s
[cursor-gen] Missing documentation for:
334.22 s
[cursor-gen] Module header
334.22 s
[cursor-gen] 0% ( 0 / 1) in 'Cursor.Forest.Gen'
334.22 s
[cursor-gen] Missing documentation for:
334.22 s
[cursor-gen] Module header
334.22 s
[cursor-gen] 0% ( 0 / 1) in 'Cursor.Simple.Forest.Gen'
334.22 s
[cursor-gen] Missing documentation for:
334.22 s
[cursor-gen] Module header
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 )
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 )
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 )
334.69 s
[validity-path] [1 of 2] Compiling Data.Validity.Path ( src/Data/Validity/Path.hs, dist/build/Data/Validity/Path.p_o )
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 )
335.08 s
[genvalidity-aeson] Phase: checkPhase
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 )
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 )
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 )
335.34 s
[validity-case-insensitive] Preprocessing test suite 'validity-case-insensitive-test' for validity-case-insensitive-0.0.0.0...
335.34 s
[validity-case-insensitive] Building test suite 'validity-case-insensitive-test' for validity-case-insensitive-0.0.0.0...
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 )
335.44 s
[genvalidity-aeson] Running 1 test suites...
335.44 s
[genvalidity-aeson] Test suite genvalidity-aeson-test: RUNNING...
335.46 s
[genvalidity-aeson]
335.46 s
[genvalidity-aeson] Test.Validity.Aeson
335.46 s
[genvalidity-aeson] GenValid Value
335.46 s
[genvalidity-aeson] genValid :: Gen Value
335.47 s
[genvalidity-aeson] only generates valid 'Value's [✔]
335.47 s
[genvalidity-aeson] +++ OK, passed 100 tests.
335.47 s
[genvalidity-aeson] genValid :: Gen Value
335.47 s
[genvalidity-aeson] produces deepseqable values [✔]
335.47 s
[genvalidity-aeson] +++ OK, passed 100 tests.
335.47 s
[genvalidity-aeson]
335.47 s
[genvalidity-aeson] Finished in 0.0116 seconds
335.47 s
[genvalidity-aeson] 2 examples, 0 failures
335.48 s
[genvalidity-aeson] Test suite genvalidity-aeson-test: PASS
335.48 s
[genvalidity-aeson] Test suite logged to:
335.48 s
[genvalidity-aeson] dist/test/genvalidity-aeson-1.1.0.0-genvalidity-aeson-test.log
335.48 s
[genvalidity-aeson] 1 of 1 test suites (1 of 1 test cases) passed.
335.49 s
[genvalidity-aeson] Phase: haddockPhase
335.65 s
[opt-env-conf] [21 of 22] Compiling OptEnvConf ( src/OptEnvConf.hs, dist/build/OptEnvConf.o, dist/build/OptEnvConf.dyn_o )
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 )
335.68 s
[genvalidity-aeson] Preprocessing library for genvalidity-aeson-1.1.0.0...
335.68 s
[genvalidity-aeson] Running Haddock on library for genvalidity-aeson-1.1.0.0...
335.68 s
[genvalidity-aeson] Warning: The documentation for the following packages are not installed. No
335.68 s
[genvalidity-aeson] links will be generated to these packages: vector-0.13.2.0
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 )
335.81 s
[genvalidity-persistent] [3 of 3] Linking dist/build/genvalidity-persistent-bench/genvalidity-persistent-bench
335.84 s
[validity-case-insensitive] [4 of 4] Linking dist/build/validity-case-insensitive-test/validity-case-insensitive-test
335.94 s
[genvalidity-aeson] [1 of 2] Compiling Data.GenValidity.Aeson ( src/Data/GenValidity/Aeson.hs, nothing )
336.01 s
[genvalidity-aeson] [2 of 2] Compiling Paths_genvalidity_aeson ( dist/build/autogen/Paths_genvalidity_aeson.hs, nothing )
336.03 s
[genvalidity-aeson] Haddock coverage:
336.03 s
[genvalidity-aeson] 0% ( 0 / 1) in 'Data.GenValidity.Aeson'
336.03 s
[genvalidity-aeson] Missing documentation for:
336.03 s
[genvalidity-aeson] Module header
336.66 s
[validity-case-insensitive] Phase: checkPhase
336.88 s
[validity-case-insensitive] Running 1 test suites...
337.21 s
[validity-case-insensitive] Test suite validity-case-insensitive-test: RUNNING...
337.21 s
[validity-case-insensitive]
337.21 s
[validity-case-insensitive] Data.Validity.CaseInsensitive
337.21 s
[validity-case-insensitive] says that this case-insensitive string is valid [✔]
337.21 s
[validity-case-insensitive] says that this unsafely constructed unfolded string is invalid [✔]
337.22 s
[validity-case-insensitive]
337.22 s
[validity-case-insensitive] Finished in 0.0007 seconds
337.22 s
[validity-case-insensitive] 2 examples, 0 failures
337.22 s
[validity-case-insensitive] Test suite validity-case-insensitive-test: PASS
337.22 s
[validity-case-insensitive] Test suite logged to:
337.22 s
[validity-case-insensitive] dist/test/validity-case-insensitive-0.0.0.0-validity-case-insensitive-test.log
337.22 s
[validity-case-insensitive] 1 of 1 test suites (1 of 1 test cases) passed.
337.22 s
[validity-case-insensitive] Phase: haddockPhase
337.22 s
[validity-path] Preprocessing test suite 'validity-path-test' for validity-path-0.4.0.1...
337.22 s
[validity-path] Building test suite 'validity-path-test' for validity-path-0.4.0.1...
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 )
337.22 s
[validity-case-insensitive] Preprocessing library for validity-case-insensitive-0.0.0.0...
337.22 s
[validity-case-insensitive] Running Haddock on library for validity-case-insensitive-0.0.0.0...
337.22 s
[genvalidity-persistent] Phase: checkPhase
337.22 s
[validity-case-insensitive] [1 of 2] Compiling Data.Validity.CaseInsensitive ( src/Data/Validity/CaseInsensitive.hs, nothing )
337.40 s
[validity-case-insensitive] [2 of 2] Compiling Paths_validity_case_insensitive ( dist/build/autogen/Paths_validity_case_insensitive.hs, nothing )
337.42 s
[validity-case-insensitive] Haddock coverage:
337.42 s
[validity-case-insensitive] 0% ( 0 / 1) in 'Data.Validity.CaseInsensitive'
337.42 s
[validity-case-insensitive] Missing documentation for:
337.42 s
[validity-case-insensitive] Module header
337.53 s
[genvalidity-persistent] Running 1 test suites...
337.53 s
[genvalidity-persistent] Test suite genvalidity-persistent-test: RUNNING...
337.54 s
[genvalidity-persistent]
337.54 s
[genvalidity-persistent] Data.GenValidity.Persist
337.54 s
[genvalidity-persistent] GenValid (Key Thing)
337.54 s
[genvalidity-persistent] genValid :: Gen (Key Thing)
337.54 s
[genvalidity-persistent] only generates valid '(Key Thing)'s [✔]
337.54 s
[genvalidity-persistent] +++ OK, passed 100 tests.
337.54 s
[genvalidity-persistent] shrinkValid :: (Key Thing -> [Key Thing])
337.54 s
[genvalidity-persistent] preserves validity [✔]
337.54 s
[genvalidity-persistent] +++ OK, passed 100 tests.
337.54 s
[genvalidity-persistent] never shrinks to itself for valid values [✔]
337.54 s
[genvalidity-persistent] +++ OK, passed 100 tests.
337.54 s
[genvalidity-persistent] GenValid (Entity Thing)
337.54 s
[genvalidity-persistent] genValid :: Gen (Entity Thing)
337.54 s
[genvalidity-persistent] only generates valid '(Entity Thing)'s [✔]
337.54 s
[genvalidity-persistent] +++ OK, passed 100 tests.
337.54 s
[genvalidity-persistent] shrinkValid :: (Entity Thing -> [Entity Thing])
337.57 s
[genvalidity-persistent] preserves validity [✔]
337.57 s
[genvalidity-persistent] +++ OK, passed 100 tests.
337.59 s
[genvalidity-persistent] never shrinks to itself for valid values [✔]
337.59 s
[genvalidity-persistent] +++ OK, passed 100 tests.
337.59 s
[genvalidity-persistent] genSeperateIds
337.59 s
[genvalidity-persistent] generates values with seperate ids [✔]
337.59 s
[genvalidity-persistent] +++ OK, passed 100 tests.
337.59 s
[genvalidity-persistent] genSeperateIdsFor
337.60 s
[genvalidity-persistent] generates values with seperate ids [✔]
337.60 s
[genvalidity-persistent] +++ OK, passed 100 tests.
337.60 s
[genvalidity-persistent] genValidsWithSeperateIds
337.60 s
[genvalidity-persistent] generates values with seperate ids [✔]
337.60 s
[genvalidity-persistent] +++ OK, passed 100 tests.
337.61 s
[genvalidity-persistent] generates values with seperate ids [✔]
337.61 s
[genvalidity-persistent] +++ OK, passed 100 tests.
337.61 s
[genvalidity-persistent] validsWithSeperateIDs
337.61 s
[genvalidity-persistent] generates values with seperate ids [✔]
337.61 s
[genvalidity-persistent] +++ OK, passed 100 tests.
337.61 s
[genvalidity-persistent]
337.61 s
[genvalidity-persistent] Finished in 0.0725 seconds
337.61 s
[genvalidity-persistent] 11 examples, 0 failures
337.62 s
[genvalidity-persistent] Test suite genvalidity-persistent-test: PASS
337.62 s
[genvalidity-persistent] Test suite logged to:
337.62 s
[genvalidity-persistent] dist/test/genvalidity-persistent-1.0.0.2-genvalidity-persistent-test.log
337.62 s
[genvalidity-persistent] 1 of 1 test suites (1 of 1 test cases) passed.
337.63 s
[genvalidity-persistent] Phase: haddockPhase
337.69 s
[validity-path] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/validity-path-test/validity-path-test-tmp/Main.o )
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 )
337.79 s
[genvalidity-persistent] Preprocessing library for genvalidity-persistent-1.0.0.2...
337.79 s
[genvalidity-persistent] Running Haddock on library for genvalidity-persistent-1.0.0.2...
337.79 s
[genvalidity-persistent] Warning: The documentation for the following packages are not installed. No
337.79 s
[genvalidity-persistent] links will be generated to these packages: attoparsec-0.14.4,
337.79 s
[genvalidity-persistent] attoparsec-0.14.4, vector-0.13.2.0
337.93 s
[validity-path] [4 of 4] Linking dist/build/validity-path-test/validity-path-test
338.10 s
[genvalidity-persistent] [1 of 2] Compiling Data.GenValidity.Persist ( src/Data/GenValidity/Persist.hs, nothing )
338.32 s
[genvalidity-persistent] [2 of 2] Compiling Paths_genvalidity_persistent ( dist/build/autogen/Paths_genvalidity_persistent.hs, nothing )
338.33 s
[genvalidity-persistent] Haddock coverage:
338.33 s
[genvalidity-persistent] 0% ( 0 / 7) in 'Data.GenValidity.Persist'
338.33 s
[genvalidity-persistent] Missing documentation for:
338.34 s
[genvalidity-persistent] Module header
338.34 s
[genvalidity-persistent] validsWithSeperateIDs (src/Data/GenValidity/Persist.hs:31)
338.34 s
[genvalidity-persistent] genValidsWithSeperateIDs (src/Data/GenValidity/Persist.hs:38)
338.34 s
[genvalidity-persistent] genSeperateIdsForNE (src/Data/GenValidity/Persist.hs:57)
338.34 s
[genvalidity-persistent] genSeperateIds (src/Data/GenValidity/Persist.hs:66)
338.34 s
[genvalidity-persistent] genSeperateIdsFor (src/Data/GenValidity/Persist.hs:73)
338.34 s
[genvalidity-persistent] shrinkValidWithSeperateIds (src/Data/GenValidity/Persist.hs:80)
338.49 s
[fuzzy-time-gen] Documentation created: dist/doc/html/fuzzy-time-gen/,
338.49 s
[fuzzy-time-gen] dist/doc/html/fuzzy-time-gen/fuzzy-time-gen.txt
338.49 s
[cursor-gen] Documentation created: dist/doc/html/cursor-gen/,
338.49 s
[cursor-gen] dist/doc/html/cursor-gen/cursor-gen.txt
338.55 s
[fuzzy-time-gen] Preprocessing test suite 'fuzzy-time-test' for fuzzy-time-gen-0.3.0.0...
338.55 s
[cursor-gen] Preprocessing test suite 'cursor-test' for cursor-gen-0.4.0.0...
338.56 s
[fuzzy-time-gen] Phase: installPhase
338.56 s
[cursor-gen] Phase: installPhase
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
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
338.83 s
[fuzzy-time-gen] Phase: fixupPhase
338.84 s
[fuzzy-time-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0
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
338.85 s
[fuzzy-time-gen] checking for references to /build/ in /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0...
338.87 s
[fuzzy-time-gen] patching script interpreter paths in /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0
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
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
338.91 s
[fuzzy-time-gen] checking for references to /build/ in /nix/store/6dr08irz2d5g76a9dlqrvilncfgxbffa-fuzzy-time-gen-0.3.0.0-doc...
338.93 s
[fuzzy-time-gen] patching script interpreter paths in /nix/store/6dr08irz2d5g76a9dlqrvilncfgxbffa-fuzzy-time-gen-0.3.0.0-doc
338.97 s
[cursor-gen] Phase: fixupPhase
338.99 s
[cursor-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0
338.99 s
[validity-path] Phase: checkPhase
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
339.01 s
[cursor-gen] checking for references to /build/ in /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0...
339.04 s
[cursor-gen] patching script interpreter paths in /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0
339.04 s
[cursor-gen] stripping (with command strip and flags -S -p) in /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0/lib
339.11 s
[cursor-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/yclb0mhvzip8g58pkpfznhb66w65sswd-cursor-gen-0.4.0.0-doc
339.12 s
[cursor-gen] checking for references to /build/ in /nix/store/yclb0mhvzip8g58pkpfznhb66w65sswd-cursor-gen-0.4.0.0-doc...
339.14 s
[cursor-gen] patching script interpreter paths in /nix/store/yclb0mhvzip8g58pkpfznhb66w65sswd-cursor-gen-0.4.0.0-doc
339.29 s
[validity-path] Running 1 test suites...
339.29 s
[validity-path] Test suite validity-path-test: RUNNING...
339.30 s
[validity-path]
339.30 s
[validity-path] Data.Validity.Path
339.31 s
[validity-path] Path Abs File
339.31 s
[validity-path] negatively checks for absolute paths [✔]
339.31 s
[validity-path] positively checks for absolute paths [✔]
339.31 s
[validity-path] checks for absolute paths [✔]
339.31 s
[validity-path] +++ OK, passed 100 tests.
339.31 s
[validity-path] negatively checks for trailing path separators [✔]
339.31 s
[validity-path] positively checks for trailing path separators [✔]
339.31 s
[validity-path] negatively checks for being "." [✔]
339.31 s
[validity-path] negatively checks for ending in "/." [✔]
339.31 s
[validity-path] negatively checks for containing ".." [✔]
339.31 s
[validity-path] checks for isValid from System.FilePath [✔]
339.31 s
[validity-path] +++ OK, passed 100 tests.
339.31 s
[validity-path] Path Rel File
339.31 s
[validity-path] checks for relative paths [✔]
339.31 s
[validity-path] +++ OK, passed 100 tests.
339.31 s
[validity-path] checks that the path is not empty [✔]
339.31 s
[validity-path] negatively checks for being "." [✔]
339.31 s
[validity-path] negatively checks for ending in "/." [✔]
339.31 s
[validity-path] negatively checks for containing ".." [✔]
339.31 s
[validity-path] checks for isValid from System.FilePath [✔]
339.31 s
[validity-path] +++ OK, passed 100 tests.
339.31 s
[validity-path] Path Abs Dir
339.31 s
[validity-path] checks for absolute paths [✔]
339.31 s
[validity-path] +++ OK, passed 100 tests.
339.31 s
[validity-path] negatively checks for containing ".." [✔]
339.32 s
[validity-path] checks for isValid from System.FilePath [✔]
339.32 s
[validity-path] +++ OK, passed 100 tests.
339.32 s
[validity-path] Path Rel Dir
339.32 s
[validity-path] checks for relative paths [✔]
339.32 s
[validity-path] +++ OK, passed 100 tests.
339.32 s
[validity-path] checks that the path is not empty [✔]
339.32 s
[validity-path] negatively checks for containing ".." [✔]
339.32 s
[validity-path] checks for isValid from System.FilePath [✔]
339.32 s
[validity-path] +++ OK, passed 100 tests.
339.32 s
[validity-path]
339.32 s
[validity-path] Finished in 0.0141 seconds
339.32 s
[validity-path] 22 examples, 0 failures
339.33 s
[validity-path] Test suite validity-path-test: PASS
339.33 s
[validity-path] Test suite logged to: dist/test/validity-path-0.4.0.1-validity-path-test.log
339.33 s
[validity-path] 1 of 1 test suites (1 of 1 test cases) passed.
339.33 s
[validity-path] Phase: haddockPhase
339.45 s
[validity-path] Preprocessing library for validity-path-0.4.0.1...
339.45 s
[validity-path] Running Haddock on library for validity-path-0.4.0.1...
339.46 s
[validity-path] Warning: The documentation for the following packages are not installed. No
339.46 s
[validity-path] links will be generated to these packages: path-0.9.6, path-0.9.6,
339.46 s
[validity-path] vector-0.13.2.0
339.66 s
[validity-path] [1 of 2] Compiling Data.Validity.Path ( src/Data/Validity/Path.hs, nothing )
339.99 s
[validity-path] [2 of 2] Compiling Paths_validity_path ( dist/build/autogen/Paths_validity_path.hs, nothing )
340.01 s
[validity-path] Haddock coverage:
340.01 s
[validity-path] Warning: '/.' is out of scope.
340.01 s
[validity-path] If you qualify the identifier, haddock can try to link it anyway.
340.01 s
[validity-path] 0% ( 0 / 1) in 'Data.Validity.Path'
340.01 s
[validity-path] Missing documentation for:
340.01 s
[validity-path] Module header
340.09 s
[validity-path] Warning: Data.Validity.Path: could not find link destinations for:
340.09 s
[validity-path] - Path.Internal.Posix.Path
340.09 s
[validity-path] - Path.Posix.Abs
340.09 s
[validity-path] - Path.Posix.Dir
340.09 s
[validity-path] - Path.Posix.File
340.09 s
[validity-path] - Path.Posix.Rel
340.87 s
[genvalidity-aeson] Documentation created: dist/doc/html/genvalidity-aeson/,
340.87 s
[genvalidity-aeson] dist/doc/html/genvalidity-aeson/genvalidity-aeson.txt
340.93 s
[genvalidity-aeson] Preprocessing benchmark 'genvalidity-aeson-bench' for genvalidity-aeson-1.1.0.0...
340.93 s
[genvalidity-aeson] Preprocessing test suite 'genvalidity-aeson-test' for genvalidity-aeson-1.1.0.0...
340.94 s
[genvalidity-aeson] Phase: installPhase
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
341.25 s
[genvalidity-aeson] Phase: fixupPhase
341.27 s
[genvalidity-aeson] shrinking RPATHs of ELF executables and libraries in /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0
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
341.30 s
[genvalidity-aeson] checking for references to /build/ in /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0...
341.31 s
[genvalidity-aeson] patching script interpreter paths in /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0
341.32 s
[genvalidity-aeson] stripping (with command strip and flags -S -p) in /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0/lib
341.34 s
[genvalidity-aeson] shrinking RPATHs of ELF executables and libraries in /nix/store/n83naa4sfvdmvv91lv5i6c29l9mls70i-genvalidity-aeson-1.1.0.0-doc
341.35 s
[genvalidity-aeson] checking for references to /build/ in /nix/store/n83naa4sfvdmvv91lv5i6c29l9mls70i-genvalidity-aeson-1.1.0.0-doc...
341.36 s
[genvalidity-aeson] patching script interpreter paths in /nix/store/n83naa4sfvdmvv91lv5i6c29l9mls70i-genvalidity-aeson-1.1.0.0-doc
341.43 s
[validity-case-insensitive] Documentation created: dist/doc/html/validity-case-insensitive/,
341.43 s
[validity-case-insensitive] dist/doc/html/validity-case-insensitive/validity-case-insensitive.txt
341.48 s
[validity-case-insensitive] Preprocessing test suite 'validity-case-insensitive-test' for validity-case-insensitive-0.0.0.0...
341.49 s
[validity-case-insensitive] Phase: installPhase
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
341.77 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0
342.20 s
[post-build-hook] Pushing 2 paths (100 are already present) using zstd to cache smos ⏳
342.26 s
[post-build-hook]
342.55 s
[post-build-hook] Pushing /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0 (982.72 KiB)
342.58 s
[post-build-hook] Pushing /nix/store/6dr08irz2d5g76a9dlqrvilncfgxbffa-fuzzy-time-gen-0.3.0.0-doc (183.48 KiB)
343.44 s
[post-build-hook]
343.44 s
[post-build-hook] All done.
343.46 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0
343.52 s
[post-build-hook] copying 0 paths...
343.68 s
[post-build-hook] copying 0 paths...
343.73 s
Progress: 87 of 152 built (6 building), 815 of 815 downloaded from cache
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 )
343.74 s
[opt-env-conf] [ 1 of 22] Compiling OptEnvConf.Args ( src/OptEnvConf/Args.hs, dist/build/OptEnvConf/Args.p_o )
343.74 s
[opt-env-conf] [ 2 of 22] Compiling OptEnvConf.Capability ( src/OptEnvConf/Capability.hs, dist/build/OptEnvConf/Capability.p_o )
343.74 s
[opt-env-conf] [ 3 of 22] Compiling OptEnvConf.Casing ( src/OptEnvConf/Casing.hs, dist/build/OptEnvConf/Casing.p_o )
343.74 s
[opt-env-conf] [ 4 of 22] Compiling OptEnvConf.Completer ( src/OptEnvConf/Completer.hs, dist/build/OptEnvConf/Completer.p_o )
343.74 s
[opt-env-conf] [ 5 of 22] Compiling OptEnvConf.EnvMap ( src/OptEnvConf/EnvMap.hs, dist/build/OptEnvConf/EnvMap.p_o )
343.74 s
[opt-env-conf] [ 6 of 22] Compiling OptEnvConf.NonDet ( src/OptEnvConf/NonDet.hs, dist/build/OptEnvConf/NonDet.p_o )
343.74 s
[opt-env-conf] [ 7 of 22] Compiling OptEnvConf.Reader ( src/OptEnvConf/Reader.hs, dist/build/OptEnvConf/Reader.p_o )
343.74 s
[opt-env-conf] [ 8 of 22] Compiling OptEnvConf.Setting ( src/OptEnvConf/Setting.hs, dist/build/OptEnvConf/Setting.p_o )
343.74 s
[opt-env-conf] [ 9 of 22] Compiling OptEnvConf.Parser ( src/OptEnvConf/Parser.hs, dist/build/OptEnvConf/Parser.p_o )
343.74 s
[validity-case-insensitive] Phase: fixupPhase
343.74 s
[validity-case-insensitive] shrinking RPATHs of ELF executables and libraries in /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0
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
343.74 s
[validity-case-insensitive] checking for references to /build/ in /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0...
343.74 s
[validity-case-insensitive] patching script interpreter paths in /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0
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
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
343.74 s
[validity-case-insensitive] checking for references to /build/ in /nix/store/ccna3k7302a1f468rrvfnx03b19cw8pj-validity-case-insensitive-0.0.0.0-doc...
343.74 s
[validity-case-insensitive] patching script interpreter paths in /nix/store/ccna3k7302a1f468rrvfnx03b19cw8pj-validity-case-insensitive-0.0.0.0-doc
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
344.27 s
[post-build-hook] Pushing 2 paths (92 are already present) using zstd to cache smos ⏳
344.27 s
[post-build-hook]
344.63 s
[post-build-hook] Pushing /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0 (2.47 MiB)
344.66 s
[post-build-hook] Pushing /nix/store/yclb0mhvzip8g58pkpfznhb66w65sswd-cursor-gen-0.4.0.0-doc (482.30 KiB)
345.52 s
[post-build-hook]
345.52 s
[post-build-hook] All done.
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
345.60 s
[post-build-hook] copying 0 paths...
345.77 s
[post-build-hook] copying 0 paths...
345.84 s
Progress: 88 of 152 built (5 building), 815 of 815 downloaded from cache
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
346.31 s
[post-build-hook] Pushing 2 paths (186 are already present) using zstd to cache smos ⏳
346.31 s
[post-build-hook]
346.67 s
[post-build-hook] Pushing /nix/store/n83naa4sfvdmvv91lv5i6c29l9mls70i-genvalidity-aeson-1.1.0.0-doc (180.85 KiB)
346.73 s
[post-build-hook] Pushing /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0 (429.84 KiB)
347.59 s
[post-build-hook]
347.62 s
[post-build-hook] All done.
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
347.68 s
[post-build-hook] copying 0 paths...
347.81 s
[post-build-hook] copying 0 paths...
347.88 s
Progress: 89 of 153 built (4 building), 815 of 815 downloaded from cache
347.94 s
Building cursor-fuzzy-time-gen-source
347.99 s
Building genvalidity-hspec-aeson-source
347.99 s
[genvalidity-persistent] Documentation created: dist/doc/html/genvalidity-persistent/,
347.99 s
[genvalidity-persistent] dist/doc/html/genvalidity-persistent/genvalidity-persistent.txt
347.99 s
[genvalidity-persistent] Preprocessing test suite 'genvalidity-persistent-test' for genvalidity-persistent-1.0.0.2...
347.99 s
[genvalidity-persistent] Preprocessing benchmark 'genvalidity-persistent-bench' for genvalidity-persistent-1.0.0.2...
347.99 s
[genvalidity-persistent] Phase: installPhase
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
347.99 s
[genvalidity-persistent] Phase: fixupPhase
347.99 s
[genvalidity-persistent] shrinking RPATHs of ELF executables and libraries in /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2
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
347.99 s
[genvalidity-persistent] checking for references to /build/ in /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2...
347.99 s
[genvalidity-persistent] patching script interpreter paths in /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2
347.99 s
[genvalidity-persistent] stripping (with command strip and flags -S -p) in /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2/lib
347.99 s
[genvalidity-persistent] shrinking RPATHs of ELF executables and libraries in /nix/store/rcq0gfps8iaycrwz7j80qy5lx4xc9rz7-genvalidity-persistent-1.0.0.2-doc
347.99 s
[genvalidity-persistent] checking for references to /build/ in /nix/store/rcq0gfps8iaycrwz7j80qy5lx4xc9rz7-genvalidity-persistent-1.0.0.2-doc...
347.99 s
[genvalidity-persistent] patching script interpreter paths in /nix/store/rcq0gfps8iaycrwz7j80qy5lx4xc9rz7-genvalidity-persistent-1.0.0.2-doc
347.99 s
[opt-env-conf] [10 of 22] Compiling OptEnvConf.Output ( src/OptEnvConf/Output.hs, dist/build/OptEnvConf/Output.p_o )
347.99 s
[opt-env-conf] [11 of 22] Compiling OptEnvConf.Nix ( src/OptEnvConf/Nix.hs, dist/build/OptEnvConf/Nix.p_o )
347.99 s
[opt-env-conf] [12 of 22] Compiling OptEnvConf.Doc ( src/OptEnvConf/Doc.hs, dist/build/OptEnvConf/Doc.p_o )
347.99 s
[opt-env-conf] [13 of 22] Compiling OptEnvConf.Error ( src/OptEnvConf/Error.hs, dist/build/OptEnvConf/Error.p_o )
347.99 s
[opt-env-conf] [14 of 22] Compiling OptEnvConf.Completion ( src/OptEnvConf/Completion.hs, dist/build/OptEnvConf/Completion.p_o )
347.99 s
[opt-env-conf] [15 of 22] Compiling OptEnvConf.Terminal ( src/OptEnvConf/Terminal.hs, dist/build/OptEnvConf/Terminal.p_o )
347.99 s
[opt-env-conf] [16 of 22] Compiling OptEnvConf.Validation ( src/OptEnvConf/Validation.hs, dist/build/OptEnvConf/Validation.p_o )
347.99 s
[opt-env-conf] [17 of 22] Compiling OptEnvConf.Run ( src/OptEnvConf/Run.hs, dist/build/OptEnvConf/Run.p_o )
347.99 s
[validity-path] Documentation created: dist/doc/html/validity-path/,
347.99 s
[validity-path] dist/doc/html/validity-path/validity-path.txt
347.99 s
[validity-path] Preprocessing test suite 'validity-path-test' for validity-path-0.4.0.1...
347.99 s
[validity-path] Phase: installPhase
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
347.99 s
[validity-path] Phase: fixupPhase
347.99 s
[validity-path] shrinking RPATHs of ELF executables and libraries in /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1
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
347.99 s
[validity-path] checking for references to /build/ in /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1...
347.99 s
[validity-path] patching script interpreter paths in /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1
347.99 s
[validity-path] stripping (with command strip and flags -S -p) in /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1/lib
347.99 s
[validity-path] shrinking RPATHs of ELF executables and libraries in /nix/store/q5xqhsr25dycf88xlb6aw0v44gcxhlh6-validity-path-0.4.0.1-doc
347.99 s
[validity-path] checking for references to /build/ in /nix/store/q5xqhsr25dycf88xlb6aw0v44gcxhlh6-validity-path-0.4.0.1-doc...
347.99 s
[validity-path] patching script interpreter paths in /nix/store/q5xqhsr25dycf88xlb6aw0v44gcxhlh6-validity-path-0.4.0.1-doc
348.01 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0
348.42 s
[post-build-hook] Pushing 2 paths (76 are already present) using zstd to cache smos ⏳
348.42 s
[post-build-hook]
348.77 s
[post-build-hook] Pushing /nix/store/ccna3k7302a1f468rrvfnx03b19cw8pj-validity-case-insensitive-0.0.0.0-doc (150.77 KiB)
348.83 s
[post-build-hook] Pushing /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0 (310.84 KiB)
349.68 s
[post-build-hook]
349.68 s
[post-build-hook] All done.
349.70 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0
349.77 s
[post-build-hook] copying 0 paths...
349.89 s
[post-build-hook] copying 0 paths...
349.94 s
Progress: 90 of 151 built (5 building), 815 of 815 downloaded from cache
349.99 s
Building ical-source
349.99 s
[opt-env-conf] [18 of 22] Compiling OptEnvConf.Check ( src/OptEnvConf/Check.hs, dist/build/OptEnvConf/Check.p_o )
349.99 s
[opt-env-conf] [19 of 22] Compiling OptEnvConf.Lint ( src/OptEnvConf/Lint.hs, dist/build/OptEnvConf/Lint.p_o )
349.99 s
[opt-env-conf] [20 of 22] Compiling OptEnvConf.Main ( src/OptEnvConf/Main.hs, dist/build/OptEnvConf/Main.p_o )
349.99 s
[cursor-fuzzy-time-gen-source] Phase: setupCompilerEnvironmentPhase
349.99 s
[cursor-fuzzy-time-gen-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
349.99 s
[cursor-fuzzy-time-gen-source] Phase: unpackPhase
349.99 s
[cursor-fuzzy-time-gen-source] unpacking source archive /nix/store/n31bd2i4n0g0y6k868wylxvqvqq5j726-cursor-fuzzy-time-gen
349.99 s
[cursor-fuzzy-time-gen-source] source root is cursor-fuzzy-time-gen
349.99 s
[cursor-fuzzy-time-gen-source] Phase: patchPhase
349.99 s
[cursor-fuzzy-time-gen-source] Phase: compileBuildDriverPhase
349.99 s
[cursor-fuzzy-time-gen-source] setupCompileFlags: -package-db=/build/tmp.REPE09Pr5y/setup-package.conf.d -threaded
349.99 s
[cursor-fuzzy-time-gen-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.REPE09Pr5y/Main.o )
349.99 s
[cursor-fuzzy-time-gen-source] [2 of 2] Linking Setup
349.99 s
[cursor-fuzzy-time-gen-source] Phase: updateAutotoolsGnuConfigScriptsPhase
349.99 s
[cursor-fuzzy-time-gen-source] Phase: configurePhase
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
349.99 s
[cursor-fuzzy-time-gen-source] Using Parsec parser
349.99 s
[cursor-fuzzy-time-gen-source] Configuring cursor-fuzzy-time-gen-0.2.0.0...
349.99 s
[genvalidity-hspec-aeson-source] Phase: setupCompilerEnvironmentPhase
349.99 s
[genvalidity-hspec-aeson-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
349.99 s
[genvalidity-hspec-aeson-source] Phase: unpackPhase
349.99 s
[genvalidity-hspec-aeson-source] unpacking source archive /nix/store/9aragxxdzn8q9ql6wsfqa82vhc5fsjg4-genvalidity-hspec-aeson
349.99 s
[genvalidity-hspec-aeson-source] source root is genvalidity-hspec-aeson
349.99 s
[genvalidity-hspec-aeson-source] Phase: patchPhase
349.99 s
[genvalidity-hspec-aeson-source] Phase: compileBuildDriverPhase
350.00 s
[genvalidity-hspec-aeson-source] setupCompileFlags: -package-db=/build/tmp.ws0GV01tJ6/setup-package.conf.d -threaded
350.00 s
[genvalidity-hspec-aeson-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.ws0GV01tJ6/Main.o )
350.00 s
[genvalidity-hspec-aeson-source] [2 of 2] Linking Setup
350.00 s
[genvalidity-hspec-aeson-source] Phase: updateAutotoolsGnuConfigScriptsPhase
350.00 s
[genvalidity-hspec-aeson-source] Phase: configurePhase
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
350.00 s
[genvalidity-hspec-aeson-source] Using Parsec parser
350.00 s
[genvalidity-hspec-aeson-source] Configuring genvalidity-hspec-aeson-1.0.0.0...
350.13 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2
350.62 s
[post-build-hook] Pushing 2 paths (276 are already present) using zstd to cache smos ⏳
350.62 s
[post-build-hook]
350.96 s
[post-build-hook] Pushing /nix/store/rcq0gfps8iaycrwz7j80qy5lx4xc9rz7-genvalidity-persistent-1.0.0.2-doc (220.08 KiB)
351.03 s
[post-build-hook] Pushing /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2 (540.52 KiB)
351.91 s
[post-build-hook]
351.91 s
[post-build-hook] All done.
351.92 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2
352.00 s
[post-build-hook] copying 0 paths...
352.14 s
[post-build-hook] copying 0 paths...
352.23 s
Progress: 91 of 151 built (5 building), 815 of 815 downloaded from cache
352.25 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1
352.66 s
[post-build-hook] Pushing 2 paths (167 are already present) using zstd to cache smos ⏳
352.71 s
[post-build-hook]
353.00 s
[post-build-hook] Pushing /nix/store/q5xqhsr25dycf88xlb6aw0v44gcxhlh6-validity-path-0.4.0.1-doc (202.62 KiB)
353.01 s
[post-build-hook] Pushing /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1 (484.49 KiB)
354.24 s
[post-build-hook]
354.24 s
[post-build-hook] All done.
354.25 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1
354.32 s
[post-build-hook] copying 0 paths...
354.45 s
[post-build-hook] copying 0 paths...
354.51 s
Progress: 92 of 152 built (4 building), 815 of 815 downloaded from cache
354.58 s
Building dirforest-source
354.63 s
Building genvalidity-path-source
354.63 s
[opt-env-conf] [21 of 22] Compiling OptEnvConf ( src/OptEnvConf.hs, dist/build/OptEnvConf.p_o )
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 )
354.64 s
[opt-env-conf] Phase: haddockPhase
354.64 s
[opt-env-conf] Preprocessing library for opt-env-conf-0.15.0.1...
354.64 s
[opt-env-conf] Running Haddock on library for opt-env-conf-0.15.0.1...
354.64 s
[opt-env-conf] Warning: The documentation for the following packages are not installed. No
354.64 s
[opt-env-conf] links will be generated to these packages: attoparsec-0.14.4,
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
354.64 s
[opt-env-conf] [ 1 of 22] Compiling OptEnvConf.Args ( src/OptEnvConf/Args.hs, nothing )
354.64 s
[opt-env-conf] [ 2 of 22] Compiling OptEnvConf.Capability ( src/OptEnvConf/Capability.hs, nothing )
354.64 s
[opt-env-conf] [ 3 of 22] Compiling OptEnvConf.Casing ( src/OptEnvConf/Casing.hs, nothing )
354.64 s
[opt-env-conf] [ 4 of 22] Compiling OptEnvConf.Completer ( src/OptEnvConf/Completer.hs, nothing )
354.64 s
[opt-env-conf] [ 5 of 22] Compiling OptEnvConf.EnvMap ( src/OptEnvConf/EnvMap.hs, nothing )
354.64 s
[opt-env-conf] [ 6 of 22] Compiling OptEnvConf.NonDet ( src/OptEnvConf/NonDet.hs, nothing )
354.64 s
[opt-env-conf] [ 7 of 22] Compiling OptEnvConf.Reader ( src/OptEnvConf/Reader.hs, nothing )
354.64 s
[opt-env-conf] [ 8 of 22] Compiling OptEnvConf.Setting ( src/OptEnvConf/Setting.hs, nothing )
354.64 s
[opt-env-conf] [ 9 of 22] Compiling OptEnvConf.Parser ( src/OptEnvConf/Parser.hs, nothing )
354.64 s
[opt-env-conf] [10 of 22] Compiling OptEnvConf.Output ( src/OptEnvConf/Output.hs, nothing )
354.64 s
[opt-env-conf] [11 of 22] Compiling OptEnvConf.Nix ( src/OptEnvConf/Nix.hs, nothing )
354.64 s
[opt-env-conf] [12 of 22] Compiling OptEnvConf.Doc ( src/OptEnvConf/Doc.hs, nothing )
354.64 s
[opt-env-conf] [13 of 22] Compiling OptEnvConf.Error ( src/OptEnvConf/Error.hs, nothing )
354.64 s
[opt-env-conf] [14 of 22] Compiling OptEnvConf.Completion ( src/OptEnvConf/Completion.hs, nothing )
354.64 s
[opt-env-conf] [15 of 22] Compiling OptEnvConf.Terminal ( src/OptEnvConf/Terminal.hs, nothing )
354.64 s
[opt-env-conf] [16 of 22] Compiling OptEnvConf.Validation ( src/OptEnvConf/Validation.hs, nothing )
354.64 s
[opt-env-conf] [17 of 22] Compiling OptEnvConf.Run ( src/OptEnvConf/Run.hs, nothing )
354.64 s
[opt-env-conf] [18 of 22] Compiling OptEnvConf.Check ( src/OptEnvConf/Check.hs, nothing )
354.64 s
[opt-env-conf] [19 of 22] Compiling OptEnvConf.Lint ( src/OptEnvConf/Lint.hs, nothing )
354.64 s
[opt-env-conf] [20 of 22] Compiling OptEnvConf.Main ( src/OptEnvConf/Main.hs, nothing )
354.64 s
[opt-env-conf] [21 of 22] Compiling OptEnvConf ( src/OptEnvConf.hs, nothing )
354.64 s
[opt-env-conf] [22 of 22] Compiling Paths_opt_env_conf ( dist/build/autogen/Paths_opt_env_conf.hs, nothing )
354.64 s
[opt-env-conf] Haddock coverage:
354.64 s
[opt-env-conf] Warning: 'Args' is ambiguous. It is defined
354.64 s
[opt-env-conf] * at src/OptEnvConf/Args.hs:97:13
354.64 s
[opt-env-conf] * at src/OptEnvConf/Args.hs:97:1
354.64 s
[opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
354.64 s
[opt-env-conf] by specifying the type/value namespace explicitly.
354.64 s
[opt-env-conf] Defaulting to the one defined at src/OptEnvConf/Args.hs:97:1
354.64 s
[opt-env-conf] 50% ( 9 / 18) in 'OptEnvConf.Args'
354.64 s
[opt-env-conf] Missing documentation for:
354.64 s
[opt-env-conf] Module header
354.64 s
[opt-env-conf] recogniseLeftovers (src/OptEnvConf/Args.hs:377)
354.64 s
[opt-env-conf] argsAtEnd (src/OptEnvConf/Args.hs:118)
354.64 s
[opt-env-conf] Arg (src/OptEnvConf/Args.hs:53)
354.64 s
[opt-env-conf] parseArg (src/OptEnvConf/Args.hs:76)
354.64 s
[opt-env-conf] renderArg (src/OptEnvConf/Args.hs:86)
354.64 s
[opt-env-conf] Dashed (src/OptEnvConf/Args.hs:391)
354.64 s
[opt-env-conf] renderDashed (src/OptEnvConf/Args.hs:405)
354.64 s
[opt-env-conf] prefixDashed (src/OptEnvConf/Args.hs:410)
354.64 s
[opt-env-conf] 22% ( 2 / 9) in 'OptEnvConf.Capability'
354.64 s
[opt-env-conf] Missing documentation for:
354.64 s
[opt-env-conf] Module header
354.64 s
[opt-env-conf] Capabilities (src/OptEnvConf/Capability.hs:30)
354.64 s
[opt-env-conf] Capability (src/OptEnvConf/Capability.hs:50)
354.64 s
[opt-env-conf] allCapabilities (src/OptEnvConf/Capability.hs:36)
354.64 s
[opt-env-conf] enableCapability (src/OptEnvConf/Capability.hs:39)
354.64 s
[opt-env-conf] disableCapability (src/OptEnvConf/Capability.hs:43)
354.64 s
[opt-env-conf] missingCapabilities (src/OptEnvConf/Capability.hs:47)
354.64 s
[opt-env-conf] 85% ( 6 / 7) in 'OptEnvConf.Casing'
354.64 s
[opt-env-conf] Missing documentation for:
354.64 s
[opt-env-conf] Module header
354.64 s
[opt-env-conf] 8% ( 1 / 12) in 'OptEnvConf.Completer'
354.64 s
[opt-env-conf] Missing documentation for:
354.64 s
[opt-env-conf] Module header
354.64 s
[opt-env-conf] Completer (src/OptEnvConf/Completer.hs:51)
354.64 s
[opt-env-conf] mkCompleter (src/OptEnvConf/Completer.hs:55)
354.64 s
[opt-env-conf] CompletionResult (src/OptEnvConf/Completer.hs:38)
354.64 s
[opt-env-conf] finalResult (src/OptEnvConf/Completer.hs:45)
354.64 s
[opt-env-conf] listCompleter (src/OptEnvConf/Completer.hs:58)
354.64 s
[opt-env-conf] listIOCompleter (src/OptEnvConf/Completer.hs:61)
354.64 s
[opt-env-conf] filePath (src/OptEnvConf/Completer.hs:64)
354.64 s
[opt-env-conf] filePathWithExtension (src/OptEnvConf/Completer.hs:136)
354.64 s
[cursor-fuzzy-time-gen-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
354.64 s
[cursor-fuzzy-time-gen-source] Dependency cursor-fuzzy-time: using cursor-fuzzy-time-0.1.0.0
354.64 s
[cursor-fuzzy-time-gen-source] Dependency cursor-gen: using cursor-gen-0.4.0.0
354.64 s
[cursor-fuzzy-time-gen-source] Dependency fuzzy-time-gen: using fuzzy-time-gen-0.3.0.0
354.64 s
[cursor-fuzzy-time-gen-source] Dependency genvalidity: using genvalidity-1.1.1.0
354.64 s
[cursor-fuzzy-time-gen-source] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
354.64 s
[cursor-fuzzy-time-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
354.64 s
[cursor-fuzzy-time-gen-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
354.64 s
[cursor-fuzzy-time-gen-source] Dependency cursor-fuzzy-time: using cursor-fuzzy-time-0.1.0.0
354.64 s
[cursor-fuzzy-time-gen-source] Dependency cursor-fuzzy-time-gen: using cursor-fuzzy-time-gen-0.2.0.0
354.64 s
[cursor-fuzzy-time-gen-source] Dependency fuzzy-time: using fuzzy-time-0.3.0.1
354.64 s
[cursor-fuzzy-time-gen-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
354.64 s
[cursor-fuzzy-time-gen-source] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
354.64 s
[cursor-fuzzy-time-gen-source] Dependency hspec: using hspec-2.11.14
354.64 s
[cursor-fuzzy-time-gen-source] Dependency time: using time-1.12.2
354.64 s
[cursor-fuzzy-time-gen-source] Source component graph:
354.64 s
[cursor-fuzzy-time-gen-source] component lib
354.64 s
[cursor-fuzzy-time-gen-source] component test:cursor-fuzzy-time-test dependency lib
354.64 s
[cursor-fuzzy-time-gen-source] Configured component graph:
354.64 s
[cursor-fuzzy-time-gen-source] component cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
354.64 s
[cursor-fuzzy-time-gen-source] include base-4.20.2.0-fafd
354.64 s
[cursor-fuzzy-time-gen-source] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
354.64 s
[cursor-fuzzy-time-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
354.64 s
[cursor-fuzzy-time-gen-source] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
354.64 s
[cursor-fuzzy-time-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
354.64 s
[cursor-fuzzy-time-gen-source] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
354.64 s
[cursor-fuzzy-time-gen-source] component cursor-fuzzy-time-gen-0.2.0.0-HE6cV8Hbfll4lChtaGe9wx-cursor-fuzzy-time-test
354.64 s
[cursor-fuzzy-time-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
354.64 s
[cursor-fuzzy-time-gen-source] include base-4.20.2.0-fafd
354.64 s
[cursor-fuzzy-time-gen-source] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
354.64 s
[cursor-fuzzy-time-gen-source] include cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
354.64 s
[cursor-fuzzy-time-gen-source] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
354.64 s
[cursor-fuzzy-time-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
354.64 s
[cursor-fuzzy-time-gen-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
354.64 s
[cursor-fuzzy-time-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
354.64 s
[cursor-fuzzy-time-gen-source] include time-1.12.2-3479
354.64 s
[cursor-fuzzy-time-gen-source] Linked component graph:
354.64 s
[cursor-fuzzy-time-gen-source] unit cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
354.64 s
[cursor-fuzzy-time-gen-source] include base-4.20.2.0-fafd
354.64 s
[cursor-fuzzy-time-gen-source] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
354.64 s
[cursor-fuzzy-time-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
354.64 s
[cursor-fuzzy-time-gen-source] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
354.64 s
[cursor-fuzzy-time-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
354.64 s
[cursor-fuzzy-time-gen-source] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
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
354.64 s
[cursor-fuzzy-time-gen-source] unit cursor-fuzzy-time-gen-0.2.0.0-HE6cV8Hbfll4lChtaGe9wx-cursor-fuzzy-time-test
354.64 s
[cursor-fuzzy-time-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
354.64 s
[cursor-fuzzy-time-gen-source] include base-4.20.2.0-fafd
354.64 s
[cursor-fuzzy-time-gen-source] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
354.64 s
[cursor-fuzzy-time-gen-source] include cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
354.64 s
[cursor-fuzzy-time-gen-source] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
354.64 s
[cursor-fuzzy-time-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
354.64 s
[cursor-fuzzy-time-gen-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
354.64 s
[cursor-fuzzy-time-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
354.64 s
[cursor-fuzzy-time-gen-source] include time-1.12.2-3479
354.64 s
[cursor-fuzzy-time-gen-source] Ready component graph:
354.64 s
[cursor-fuzzy-time-gen-source] definite cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
354.64 s
[cursor-fuzzy-time-gen-source] depends base-4.20.2.0-fafd
354.64 s
[cursor-fuzzy-time-gen-source] depends cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
354.64 s
[cursor-fuzzy-time-gen-source] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
354.64 s
[cursor-fuzzy-time-gen-source] depends fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
354.64 s
[cursor-fuzzy-time-gen-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
354.64 s
[cursor-fuzzy-time-gen-source] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
354.64 s
[cursor-fuzzy-time-gen-source] definite cursor-fuzzy-time-gen-0.2.0.0-HE6cV8Hbfll4lChtaGe9wx-cursor-fuzzy-time-test
354.64 s
[cursor-fuzzy-time-gen-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
354.64 s
[cursor-fuzzy-time-gen-source] depends base-4.20.2.0-fafd
354.64 s
[cursor-fuzzy-time-gen-source] depends cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
354.64 s
[cursor-fuzzy-time-gen-source] depends cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
354.64 s
[cursor-fuzzy-time-gen-source] depends fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
354.64 s
[genvalidity-hspec-aeson-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
354.64 s
[genvalidity-hspec-aeson-source] Dependency aeson: using aeson-2.2.3.0
354.64 s
[genvalidity-hspec-aeson-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
354.64 s
[genvalidity-hspec-aeson-source] Dependency deepseq: using deepseq-1.5.0.0
354.64 s
[genvalidity-hspec-aeson-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
354.64 s
[genvalidity-hspec-aeson-source] Dependency genvalidity-hspec >=0.6: using genvalidity-hspec-1.0.0.4
354.64 s
[genvalidity-hspec-aeson-source] Dependency hspec: using hspec-2.11.14
354.64 s
[genvalidity-hspec-aeson-source] Dependency aeson: using aeson-2.2.3.0
354.64 s
[genvalidity-hspec-aeson-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
354.64 s
[genvalidity-hspec-aeson-source] Dependency genvalidity: using genvalidity-1.1.1.0
354.64 s
[genvalidity-hspec-aeson-source] Dependency genvalidity-aeson: using genvalidity-aeson-1.1.0.0
354.64 s
[genvalidity-hspec-aeson-source] Dependency genvalidity-hspec-aeson: using genvalidity-hspec-aeson-1.0.0.0
354.64 s
[genvalidity-hspec-aeson-source] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
354.64 s
[genvalidity-hspec-aeson-source] Dependency hspec: using hspec-2.11.14
354.64 s
[genvalidity-hspec-aeson-source] Dependency text: using text-2.1.3
354.64 s
[genvalidity-hspec-aeson-source] Source component graph:
354.64 s
[genvalidity-hspec-aeson-source] component lib
354.64 s
[genvalidity-hspec-aeson-source] component test:genvalidity-hspec-aeson-test dependency lib
354.64 s
[genvalidity-hspec-aeson-source] Configured component graph:
354.64 s
[genvalidity-hspec-aeson-source] component genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
354.64 s
[genvalidity-hspec-aeson-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
354.64 s
[genvalidity-hspec-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
354.64 s
[genvalidity-hspec-aeson-source] include base-4.20.2.0-fafd
354.64 s
[genvalidity-hspec-aeson-source] include deepseq-1.5.0.0-2b65
354.64 s
[genvalidity-hspec-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
354.64 s
[genvalidity-hspec-aeson-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
354.64 s
[genvalidity-hspec-aeson-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
354.64 s
[genvalidity-hspec-aeson-source] component genvalidity-hspec-aeson-1.0.0.0-7t41fEBc0Z7HcytqgiFUHO-genvalidity-hspec-aeson-test
354.64 s
[genvalidity-hspec-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
354.64 s
[genvalidity-hspec-aeson-source] include base-4.20.2.0-fafd
354.64 s
[genvalidity-hspec-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
354.64 s
[genvalidity-hspec-aeson-source] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
354.64 s
[genvalidity-hspec-aeson-source] include genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
354.64 s
[genvalidity-hspec-aeson-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
354.64 s
[genvalidity-hspec-aeson-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
354.64 s
[genvalidity-hspec-aeson-source] include text-2.1.3-34f1
354.64 s
[genvalidity-hspec-aeson-source] Linked component graph:
354.64 s
[genvalidity-hspec-aeson-source] unit genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
354.64 s
[genvalidity-hspec-aeson-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
354.64 s
[genvalidity-hspec-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
354.64 s
[genvalidity-hspec-aeson-source] include base-4.20.2.0-fafd
354.64 s
[genvalidity-hspec-aeson-source] include deepseq-1.5.0.0-2b65
354.64 s
[genvalidity-hspec-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
354.64 s
[genvalidity-hspec-aeson-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
354.64 s
[genvalidity-hspec-aeson-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
354.64 s
[genvalidity-hspec-aeson-source] Test.Validity.Aeson=genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj:Test.Validity.Aeson
354.64 s
[genvalidity-hspec-aeson-source] unit genvalidity-hspec-aeson-1.0.0.0-7t41fEBc0Z7HcytqgiFUHO-genvalidity-hspec-aeson-test
354.64 s
[genvalidity-hspec-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
354.64 s
[genvalidity-hspec-aeson-source] include base-4.20.2.0-fafd
354.64 s
[genvalidity-hspec-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
354.64 s
[genvalidity-hspec-aeson-source] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
354.64 s
[genvalidity-hspec-aeson-source] include genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
354.64 s
[genvalidity-hspec-aeson-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
354.64 s
[genvalidity-hspec-aeson-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
354.64 s
[genvalidity-hspec-aeson-source] include text-2.1.3-34f1
354.64 s
[genvalidity-hspec-aeson-source] Ready component graph:
354.64 s
[genvalidity-hspec-aeson-source] definite genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
354.64 s
[genvalidity-hspec-aeson-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
354.64 s
[genvalidity-hspec-aeson-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
354.64 s
[genvalidity-hspec-aeson-source] depends base-4.20.2.0-fafd
354.64 s
[genvalidity-hspec-aeson-source] depends deepseq-1.5.0.0-2b65
354.64 s
[genvalidity-hspec-aeson-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
354.64 s
[genvalidity-hspec-aeson-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
354.64 s
[genvalidity-hspec-aeson-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
354.64 s
[genvalidity-hspec-aeson-source] definite genvalidity-hspec-aeson-1.0.0.0-7t41fEBc0Z7HcytqgiFUHO-genvalidity-hspec-aeson-test
354.64 s
[genvalidity-hspec-aeson-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
354.64 s
[genvalidity-hspec-aeson-source] depends base-4.20.2.0-fafd
354.64 s
[genvalidity-hspec-aeson-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
354.64 s
[genvalidity-hspec-aeson-source] depends genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
354.64 s
[genvalidity-hspec-aeson-source] depends genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
354.64 s
[genvalidity-hspec-aeson-source] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
354.64 s
[genvalidity-hspec-aeson-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
354.64 s
[genvalidity-hspec-aeson-source] depends text-2.1.3-34f1
354.64 s
[genvalidity-hspec-aeson-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
354.64 s
[genvalidity-hspec-aeson-source] Using compiler: ghc-9.10.3
354.64 s
[genvalidity-hspec-aeson-source] Using install prefix:
354.64 s
[genvalidity-hspec-aeson-source] /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0
354.64 s
[genvalidity-hspec-aeson-source] Executables installed in:
354.64 s
[ical-source] Phase: setupCompilerEnvironmentPhase
354.64 s
[ical-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
354.64 s
[ical-source] Phase: unpackPhase
354.64 s
[ical-source] unpacking source archive /nix/store/m50nd2j089g4dgnpx9bvspcgsmh6pv46-ical
354.64 s
[ical-source] source root is ical
354.64 s
[ical-source] Phase: patchPhase
354.64 s
[ical-source] Phase: compileBuildDriverPhase
354.64 s
[ical-source] setupCompileFlags: -package-db=/build/tmp.GxqGJ6ii53/setup-package.conf.d -threaded
354.65 s
[ical-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.GxqGJ6ii53/Main.o )
354.65 s
[ical-source] [2 of 2] Linking Setup
354.65 s
[ical-source] Phase: updateAutotoolsGnuConfigScriptsPhase
354.65 s
[ical-source] Phase: configurePhase
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
354.65 s
[ical-source] Using Parsec parser
354.65 s
[ical-source] Configuring ical-0.0.0.0...
354.65 s
[ical-source] Dependency base >=4.7 && <5: using base-4.20.2.0
354.65 s
[ical-source] Dependency base64: using base64-1.0
354.65 s
[ical-source] Dependency bytestring: using bytestring-0.12.2.0
354.65 s
[ical-source] Dependency case-insensitive: using case-insensitive-1.2.1.0
354.65 s
[ical-source] Dependency conformance: using conformance-0.1.0.0
354.65 s
[ical-source] Dependency containers: using containers-0.7
354.65 s
[ical-source] Dependency deepseq: using deepseq-1.5.0.0
354.65 s
[ical-source] Dependency dlist: using dlist-1.0
354.65 s
[ical-source] Dependency megaparsec: using megaparsec-9.7.0
354.65 s
[ical-source] Dependency network-uri: using network-uri-2.6.4.2
354.65 s
[ical-source] Dependency text: using text-2.1.3
354.65 s
[ical-source] Dependency time: using time-1.12.2
354.65 s
[ical-source] Dependency time-compat: using time-compat-1.9.8
354.65 s
[ical-source] Dependency validity: using validity-0.12.1.0
354.65 s
[ical-source] Dependency validity-bytestring: using validity-bytestring-0.4.1.1
354.65 s
[ical-source] Dependency validity-case-insensitive: using validity-case-insensitive-0.0.0.0
354.65 s
[ical-source] Dependency validity-containers: using validity-containers-0.5.0.5
354.65 s
[ical-source] Dependency validity-network-uri: using validity-network-uri-0.0.0.1
354.65 s
[ical-source] Dependency validity-text: using validity-text-0.3.1.3
354.65 s
[ical-source] Dependency validity-time: using validity-time-0.5.0.0
354.65 s
[ical-source] Source component graph: component lib
354.65 s
[ical-source] Configured component graph:
354.65 s
[ical-source] component ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
354.65 s
[ical-source] include base-4.20.2.0-fafd
354.65 s
[ical-source] include base64-1.0-N8iliogjNkyTcibCuxQp
354.65 s
[ical-source] include bytestring-0.12.2.0-96e1
354.65 s
[ical-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
354.65 s
[ical-source] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
354.65 s
[ical-source] include containers-0.7-96b4
354.65 s
[ical-source] include deepseq-1.5.0.0-2b65
354.65 s
[ical-source] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
354.65 s
[ical-source] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
354.65 s
[ical-source] include network-uri-2.6.4.2-90cnrsZ004i7HW9YhrlM2
354.65 s
[ical-source] include text-2.1.3-34f1
354.65 s
[ical-source] include time-1.12.2-3479
354.65 s
[opt-env-conf] filePathWithExtensions (src/OptEnvConf/Completer.hs:139)
354.65 s
[opt-env-conf] directoryPath (src/OptEnvConf/Completer.hs:148)
354.65 s
[opt-env-conf] 16% ( 1 / 6) in 'OptEnvConf.EnvMap'
354.65 s
[opt-env-conf] Missing documentation for:
354.65 s
[opt-env-conf] Module header
354.65 s
[opt-env-conf] empty (src/OptEnvConf/EnvMap.hs:29)
354.65 s
[opt-env-conf] parse (src/OptEnvConf/EnvMap.hs:32)
354.65 s
[opt-env-conf] lookup (src/OptEnvConf/EnvMap.hs:35)
354.65 s
[opt-env-conf] insert (src/OptEnvConf/EnvMap.hs:38)
354.65 s
[opt-env-conf] 0% ( 0 / 6) in 'OptEnvConf.NonDet'
354.65 s
[opt-env-conf] Missing documentation for:
354.65 s
[opt-env-conf] Module header
354.65 s
[opt-env-conf] runNonDet (src/OptEnvConf/NonDet.hs:23)
354.65 s
[opt-env-conf] runNonDetT (src/OptEnvConf/NonDet.hs:28)
354.65 s
[opt-env-conf] runNonDetTLazy (src/OptEnvConf/NonDet.hs:31)
354.65 s
[opt-env-conf] liftNonDetTList (src/OptEnvConf/NonDet.hs:34)
354.65 s
[opt-env-conf] NonDetT (src/OptEnvConf/NonDet.hs:25)
354.65 s
[opt-env-conf] Warning: 'String' is ambiguous. It is defined
354.65 s
[opt-env-conf] * in ‘Data.Aeson.Types.Internal’
354.65 s
[opt-env-conf] * in ‘GHC.Internal.Base’
354.65 s
[opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
354.65 s
[opt-env-conf] by specifying the type/value namespace explicitly.
354.65 s
[opt-env-conf] Defaulting to the one defined in ‘GHC.Internal.Base’
354.65 s
[opt-env-conf] Warning: 'Reader' is ambiguous. It is defined
354.65 s
[opt-env-conf] * at src/OptEnvConf/Reader.hs:44:20
354.65 s
[opt-env-conf] * at src/OptEnvConf/Reader.hs:44:1
354.65 s
[opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
354.65 s
[opt-env-conf] by specifying the type/value namespace explicitly.
354.65 s
[opt-env-conf] Defaulting to the one defined at src/OptEnvConf/Reader.hs:44:1
354.65 s
[opt-env-conf] 83% ( 15 / 18) in 'OptEnvConf.Reader'
354.65 s
[opt-env-conf] Missing documentation for:
354.65 s
[opt-env-conf] Module header
354.65 s
[opt-env-conf] Reader (src/OptEnvConf/Reader.hs:44)
354.65 s
[opt-env-conf] runReader (src/OptEnvConf/Reader.hs:48)
354.65 s
[opt-env-conf] Warning: 'Setting' is ambiguous. It is defined
354.65 s
[opt-env-conf] * at src/OptEnvConf/Setting.hs:81:18
354.65 s
[opt-env-conf] * at src/OptEnvConf/Setting.hs:81:1
354.65 s
[opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
354.65 s
[opt-env-conf] by specifying the type/value namespace explicitly.
354.65 s
[opt-env-conf] Defaulting to the one defined at src/OptEnvConf/Setting.hs:81:1
354.65 s
[opt-env-conf] Warning: 'Builder' is ambiguous. It is defined
354.65 s
[opt-env-conf] * at src/OptEnvConf/Setting.hs:250:21
354.65 s
[opt-env-conf] * at src/OptEnvConf/Setting.hs:250:1
354.65 s
[opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
354.65 s
[opt-env-conf] by specifying the type/value namespace explicitly.
354.65 s
[opt-env-conf] Defaulting to the one defined at src/OptEnvConf/Setting.hs:250:1
354.65 s
[opt-env-conf] Warning: 'f' is out of scope.
354.65 s
[opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
354.65 s
[opt-env-conf] Warning: 'subEnv' is out of scope.
354.65 s
[opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
354.65 s
[opt-env-conf] Warning: 'subEnv_' is out of scope.
354.65 s
[opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
354.65 s
[opt-env-conf] Warning: 'subAll' is out of scope.
354.65 s
[opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
354.65 s
[opt-env-conf] Warning: 'Null' is out of scope.
354.65 s
[opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
354.65 s
[opt-env-conf] Warning: 'subConf' is out of scope.
354.65 s
[opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
354.65 s
[opt-env-conf] Warning: 'subConf_' is out of scope.
354.65 s
[opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
354.65 s
[opt-env-conf] 72% ( 34 / 47) in 'OptEnvConf.Setting'
354.65 s
[opt-env-conf] Missing documentation for:
354.65 s
[opt-env-conf] Module header
354.65 s
[opt-env-conf] EnvVarSetting (src/OptEnvConf/Setting.hs:134)
354.65 s
[opt-env-conf] ConfigValSetting (src/OptEnvConf/Setting.hs:155)
354.65 s
[opt-env-conf] BuildInstruction (src/OptEnvConf/Setting.hs:252)
354.65 s
[opt-env-conf] SettingHash (src/OptEnvConf/Setting.hs:115)
354.65 s
[opt-env-conf] hashSetting (src/OptEnvConf/Setting.hs:121)
354.65 s
[opt-env-conf] mapMaybeBuilder (src/OptEnvConf/Setting.hs:302)
354.65 s
[opt-env-conf] Metavar (src/OptEnvConf/Setting.hs:76)
354.65 s
[opt-env-conf] Help (src/OptEnvConf/Setting.hs:78)
354.65 s
[opt-env-conf] prefixEnvVarSetting (src/OptEnvConf/Setting.hs:147)
354.65 s
[opt-env-conf] suffixEnvVarSetting (src/OptEnvConf/Setting.hs:153)
354.65 s
[opt-env-conf] prefixConfigValSetting (src/OptEnvConf/Setting.hs:164)
354.65 s
[opt-env-conf] suffixConfigValSettingKey (src/OptEnvConf/Setting.hs:170)
354.65 s
[opt-env-conf] Warning: 'runParser' is out of scope.
354.65 s
[opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
354.65 s
[opt-env-conf] Warning: 'runSettingsParser' is out of scope.
354.65 s
[opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
354.65 s
[opt-env-conf] Warning: 'foo' is out of scope.
354.65 s
[opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
354.65 s
[opt-env-conf] Warning: 'f' is out of scope.
354.65 s
[opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
354.65 s
[opt-env-conf] Warning: 'checkMap' is out of scope.
354.65 s
[opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
354.65 s
[cursor-fuzzy-time-gen-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
354.65 s
[cursor-fuzzy-time-gen-source] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
354.65 s
[cursor-fuzzy-time-gen-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
354.65 s
[cursor-fuzzy-time-gen-source] depends time-1.12.2-3479
354.65 s
[cursor-fuzzy-time-gen-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
354.65 s
[cursor-fuzzy-time-gen-source] Using compiler: ghc-9.10.3
354.65 s
[cursor-fuzzy-time-gen-source] Using install prefix:
354.65 s
[cursor-fuzzy-time-gen-source] /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0
354.65 s
[cursor-fuzzy-time-gen-source] Executables installed in:
354.65 s
[cursor-fuzzy-time-gen-source] /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0/bin
354.65 s
[cursor-fuzzy-time-gen-source] Libraries installed in:
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
354.65 s
[cursor-fuzzy-time-gen-source] Dynamic Libraries installed in:
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
354.65 s
[cursor-fuzzy-time-gen-source] Private executables installed in:
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
354.65 s
[cursor-fuzzy-time-gen-source] Data files installed in:
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
354.65 s
[cursor-fuzzy-time-gen-source] Documentation installed in: /share/doc/cursor-fuzzy-time-gen-0.2.0.0
354.65 s
[cursor-fuzzy-time-gen-source] Configuration files installed in:
354.65 s
[cursor-fuzzy-time-gen-source] /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0/etc
354.65 s
[cursor-fuzzy-time-gen-source] No alex found
354.65 s
[cursor-fuzzy-time-gen-source] Using ar found on system at:
354.65 s
[cursor-fuzzy-time-gen-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
354.65 s
[cursor-fuzzy-time-gen-source] No c2hs found
354.65 s
[cursor-fuzzy-time-gen-source] No cpphs found
354.65 s
[cursor-fuzzy-time-gen-source] No doctest found
354.65 s
[cursor-fuzzy-time-gen-source] Using gcc version 14.3.0 given by user at:
354.65 s
[cursor-fuzzy-time-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
354.65 s
[cursor-fuzzy-time-gen-source] Using ghc version 9.10.3 found on system at:
354.65 s
[cursor-fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
354.65 s
[cursor-fuzzy-time-gen-source] Using ghc-pkg version 9.10.3 found on system at:
354.65 s
[cursor-fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
354.65 s
[cursor-fuzzy-time-gen-source] No ghcjs found
354.65 s
[cursor-fuzzy-time-gen-source] No ghcjs-pkg found
354.65 s
[cursor-fuzzy-time-gen-source] No greencard found
354.65 s
[cursor-fuzzy-time-gen-source] Using haddock version 2.31.1 found on system at:
354.65 s
[cursor-fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
354.65 s
[cursor-fuzzy-time-gen-source] No happy found
354.65 s
[cursor-fuzzy-time-gen-source] Using haskell-suite found on system at: haskell-suite-dummy-location
354.65 s
[cursor-fuzzy-time-gen-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
354.65 s
[cursor-fuzzy-time-gen-source] No hmake found
354.65 s
[cursor-fuzzy-time-gen-source] Using hpc version 0.69 found on system at:
354.65 s
[cursor-fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
354.65 s
[cursor-fuzzy-time-gen-source] Using hsc2hs version 0.68.10 found on system at:
354.65 s
[cursor-fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
354.65 s
[cursor-fuzzy-time-gen-source] Using hscolour version 1.25 found on system at:
354.65 s
[cursor-fuzzy-time-gen-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
354.65 s
[cursor-fuzzy-time-gen-source] No jhc found
354.65 s
[cursor-fuzzy-time-gen-source] Using ld found on system at:
354.65 s
[cursor-fuzzy-time-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
354.65 s
[cursor-fuzzy-time-gen-source] No pkg-config found
354.65 s
[cursor-fuzzy-time-gen-source] Using runghc version 9.10.3 found on system at:
354.65 s
[cursor-fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
354.65 s
[cursor-fuzzy-time-gen-source] Using strip version 2.44 found on system at:
354.65 s
[cursor-fuzzy-time-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
354.65 s
[cursor-fuzzy-time-gen-source] Using tar found on system at:
354.65 s
[cursor-fuzzy-time-gen-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
354.65 s
[cursor-fuzzy-time-gen-source] No uhc found
354.65 s
[cursor-fuzzy-time-gen-source] Phase: buildPhase
354.65 s
[cursor-fuzzy-time-gen-source] Distribution quality warnings:
354.65 s
[cursor-fuzzy-time-gen-source] [no-synopsis] No 'synopsis' field.
354.65 s
[cursor-fuzzy-time-gen-source] [missing-upper-bounds] On library, these packages miss upper bounds:
354.65 s
[cursor-fuzzy-time-gen-source] - cursor-fuzzy-time
354.65 s
[cursor-fuzzy-time-gen-source] - cursor-gen
354.65 s
[cursor-fuzzy-time-gen-source] - fuzzy-time-gen
354.65 s
[cursor-fuzzy-time-gen-source] - genvalidity
354.65 s
[cursor-fuzzy-time-gen-source] - genvalidity-time
354.65 s
[cursor-fuzzy-time-gen-source] Please add them. There is more information at https://pvp.haskell.org/
354.65 s
[cursor-fuzzy-time-gen-source] Building source dist for cursor-fuzzy-time-gen-0.2.0.0...
354.65 s
[cursor-fuzzy-time-gen-source] Source tarball created: dist/cursor-fuzzy-time-gen-0.2.0.0.tar.gz
354.65 s
[cursor-fuzzy-time-gen-source] Phase: checkPhase
354.65 s
[cursor-fuzzy-time-gen-source] Phase: haddockPhase
354.65 s
[cursor-fuzzy-time-gen-source] Phase: installPhase
354.65 s
[cursor-fuzzy-time-gen-source] Phase: fixupPhase
354.65 s
[genvalidity-hspec-aeson-source] /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0/bin
354.65 s
[genvalidity-hspec-aeson-source] Libraries installed in:
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
354.65 s
[genvalidity-hspec-aeson-source] Dynamic Libraries installed in:
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
354.65 s
[genvalidity-hspec-aeson-source] Private executables installed in:
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
354.65 s
[genvalidity-hspec-aeson-source] Data files installed in:
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
354.65 s
[genvalidity-hspec-aeson-source] Documentation installed in: /share/doc/genvalidity-hspec-aeson-1.0.0.0
354.65 s
[genvalidity-hspec-aeson-source] Configuration files installed in:
354.65 s
[genvalidity-hspec-aeson-source] /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0/etc
354.65 s
[genvalidity-hspec-aeson-source] No alex found
354.65 s
[genvalidity-hspec-aeson-source] Using ar found on system at:
354.65 s
[genvalidity-hspec-aeson-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
354.65 s
[genvalidity-hspec-aeson-source] No c2hs found
354.65 s
[genvalidity-hspec-aeson-source] No cpphs found
354.65 s
[genvalidity-hspec-aeson-source] No doctest found
354.65 s
[genvalidity-hspec-aeson-source] Using gcc version 14.3.0 given by user at:
354.65 s
[genvalidity-hspec-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
354.65 s
[genvalidity-hspec-aeson-source] Using ghc version 9.10.3 found on system at:
354.65 s
[genvalidity-hspec-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
354.65 s
[genvalidity-hspec-aeson-source] Using ghc-pkg version 9.10.3 found on system at:
354.65 s
[genvalidity-hspec-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
354.65 s
[genvalidity-hspec-aeson-source] No ghcjs found
354.65 s
[genvalidity-hspec-aeson-source] No ghcjs-pkg found
354.65 s
[genvalidity-hspec-aeson-source] No greencard found
354.65 s
[genvalidity-hspec-aeson-source] Using haddock version 2.31.1 found on system at:
354.65 s
[genvalidity-hspec-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
354.65 s
[genvalidity-hspec-aeson-source] No happy found
354.65 s
[genvalidity-hspec-aeson-source] Using haskell-suite found on system at: haskell-suite-dummy-location
354.65 s
[genvalidity-hspec-aeson-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
354.65 s
[genvalidity-hspec-aeson-source] No hmake found
354.65 s
[genvalidity-hspec-aeson-source] Using hpc version 0.69 found on system at:
354.65 s
[genvalidity-hspec-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
354.65 s
[genvalidity-hspec-aeson-source] Using hsc2hs version 0.68.10 found on system at:
354.65 s
[genvalidity-hspec-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
354.65 s
[genvalidity-hspec-aeson-source] Using hscolour version 1.25 found on system at:
354.65 s
[genvalidity-hspec-aeson-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
354.65 s
[genvalidity-hspec-aeson-source] No jhc found
354.65 s
[genvalidity-hspec-aeson-source] Using ld found on system at:
354.65 s
[genvalidity-hspec-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
354.65 s
[genvalidity-hspec-aeson-source] No pkg-config found
354.65 s
[genvalidity-hspec-aeson-source] Using runghc version 9.10.3 found on system at:
354.65 s
[genvalidity-hspec-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
354.65 s
[genvalidity-hspec-aeson-source] Using strip version 2.44 found on system at:
354.65 s
[genvalidity-hspec-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
354.65 s
[genvalidity-hspec-aeson-source] Using tar found on system at:
354.65 s
[genvalidity-hspec-aeson-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
354.65 s
[genvalidity-hspec-aeson-source] No uhc found
354.65 s
[genvalidity-hspec-aeson-source] Phase: buildPhase
354.65 s
[genvalidity-hspec-aeson-source] Distribution quality warnings:
354.65 s
[genvalidity-hspec-aeson-source] [no-description] No 'description' field.
354.65 s
[genvalidity-hspec-aeson-source] [missing-upper-bounds] On library, these packages miss upper bounds:
354.65 s
[genvalidity-hspec-aeson-source] - QuickCheck
354.66 s
[genvalidity-hspec-aeson-source] - aeson
354.66 s
[genvalidity-hspec-aeson-source] - deepseq
354.66 s
[genvalidity-hspec-aeson-source] - genvalidity
354.66 s
[genvalidity-hspec-aeson-source] - genvalidity-hspec
354.66 s
[genvalidity-hspec-aeson-source] - hspec
354.66 s
[genvalidity-hspec-aeson-source] Please add them. There is more information at https://pvp.haskell.org/
354.66 s
[genvalidity-hspec-aeson-source] Building source dist for genvalidity-hspec-aeson-1.0.0.0...
354.66 s
[genvalidity-hspec-aeson-source] Source tarball created: dist/genvalidity-hspec-aeson-1.0.0.0.tar.gz
354.66 s
[genvalidity-hspec-aeson-source] Phase: checkPhase
354.66 s
[genvalidity-hspec-aeson-source] Phase: haddockPhase
354.66 s
[genvalidity-hspec-aeson-source] Phase: installPhase
354.66 s
[genvalidity-hspec-aeson-source] Phase: fixupPhase
354.66 s
[ical-source] include time-compat-1.9.8-4DIQNbjEQNI9YHVNPcoCik
354.66 s
[ical-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
354.66 s
[ical-source] include validity-bytestring-0.4.1.1-4bRtlxuVsWD3ePz3664F9A
354.66 s
[ical-source] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
354.66 s
[ical-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
354.66 s
[ical-source] include validity-network-uri-0.0.0.1-5Zk41rMoAQREBemuJG0mLu
354.66 s
[ical-source] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
354.66 s
[ical-source] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
354.66 s
[ical-source] Linked component graph:
354.66 s
[ical-source] unit ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
354.66 s
[ical-source] include base-4.20.2.0-fafd
354.66 s
[ical-source] include base64-1.0-N8iliogjNkyTcibCuxQp
354.66 s
[ical-source] include bytestring-0.12.2.0-96e1
354.66 s
[ical-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
354.66 s
[ical-source] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
354.66 s
[ical-source] include containers-0.7-96b4
354.66 s
[ical-source] include deepseq-1.5.0.0-2b65
354.66 s
[ical-source] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
354.66 s
[ical-source] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
354.66 s
[ical-source] include network-uri-2.6.4.2-90cnrsZ004i7HW9YhrlM2
354.66 s
[ical-source] include text-2.1.3-34f1
354.66 s
[ical-source] include time-1.12.2-3479
354.66 s
[ical-source] include time-compat-1.9.8-4DIQNbjEQNI9YHVNPcoCik
354.66 s
[ical-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
354.66 s
[ical-source] include validity-bytestring-0.4.1.1-4bRtlxuVsWD3ePz3664F9A
354.66 s
[ical-source] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
354.66 s
[ical-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
354.66 s
[ical-source] include validity-network-uri-0.0.0.1-5Zk41rMoAQREBemuJG0mLu
354.66 s
[ical-source] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
354.66 s
[ical-source] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
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
354.66 s
[ical-source] Ready component graph:
354.66 s
[ical-source] definite ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
354.66 s
[ical-source] depends base-4.20.2.0-fafd
354.66 s
[opt-env-conf] Warning: 'Command' is ambiguous. It is defined
354.66 s
[opt-env-conf] * at src/OptEnvConf/Parser.hs:121:18
354.66 s
[opt-env-conf] * at src/OptEnvConf/Parser.hs:121:1
354.66 s
[opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
354.66 s
[opt-env-conf] by specifying the type/value namespace explicitly.
354.66 s
[opt-env-conf] Defaulting to the one defined at src/OptEnvConf/Parser.hs:121:1
354.66 s
[opt-env-conf] Warning: 'Bool' is ambiguous. It is defined
354.66 s
[opt-env-conf] * in ‘Data.Aeson.Types.Internal’
354.66 s
[opt-env-conf] * in ‘GHC.Types’
354.66 s
[opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
354.66 s
[opt-env-conf] by specifying the type/value namespace explicitly.
354.66 s
[opt-env-conf] Defaulting to the one defined in ‘GHC.Types’
354.66 s
[opt-env-conf] Warning: 'String' is ambiguous. It is defined
354.66 s
[opt-env-conf] * in ‘Data.Aeson.Types.Internal’
354.66 s
[opt-env-conf] * in ‘GHC.Internal.Base’
354.66 s
[opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
354.66 s
[opt-env-conf] by specifying the type/value namespace explicitly.
354.66 s
[opt-env-conf] Defaulting to the one defined in ‘GHC.Internal.Base’
354.66 s
[opt-env-conf] Warning: 'Setting' is ambiguous. It is defined
354.66 s
[opt-env-conf] * at src/OptEnvConf/Setting.hs:81:18
354.66 s
[opt-env-conf] * at src/OptEnvConf/Setting.hs:81:1
354.66 s
[opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
354.66 s
[opt-env-conf] by specifying the type/value namespace explicitly.
354.66 s
[opt-env-conf] Defaulting to the one defined at src/OptEnvConf/Setting.hs:81:1
354.66 s
[opt-env-conf] 81% ( 59 / 72) in 'OptEnvConf.Parser'
354.66 s
[opt-env-conf] Missing documentation for:
354.66 s
[opt-env-conf] Module header
354.66 s
[opt-env-conf] defaultCommand (src/OptEnvConf/Parser.hs:726)
354.66 s
[opt-env-conf] withCombinedYamlConfigs' (src/OptEnvConf/Parser.hs:762)
354.66 s
[opt-env-conf] combineConfigObjects (src/OptEnvConf/Parser.hs:777)
354.66 s
[opt-env-conf] makeDoubleSwitch (src/OptEnvConf/Parser.hs:873)
354.66 s
[opt-env-conf] Capability (src/OptEnvConf/Capability.hs:50)
354.66 s
[opt-env-conf] Command (src/OptEnvConf/Parser.hs:121)
354.66 s
[opt-env-conf] CommandsBuilder (src/OptEnvConf/Parser.hs:117)
354.66 s
[opt-env-conf] Metavar (src/OptEnvConf/Setting.hs:76)
354.66 s
[opt-env-conf] Help (src/OptEnvConf/Setting.hs:78)
354.66 s
[opt-env-conf] showParserABit (src/OptEnvConf/Parser.hs:297)
354.66 s
[opt-env-conf] commandTraverseSetting (src/OptEnvConf/Parser.hs:1222)
354.66 s
[opt-env-conf] parserSettingsMap (src/OptEnvConf/Parser.hs:1227)
354.66 s
[opt-env-conf] 0% ( 0 / 28) in 'OptEnvConf.Output'
354.66 s
[opt-env-conf] Missing documentation for:
354.66 s
[opt-env-conf] Module header
354.66 s
[opt-env-conf] stringLines (src/OptEnvConf/Output.hs:22)
354.66 s
[opt-env-conf] progNameChunk (src/OptEnvConf/Output.hs:27)
354.66 s
[opt-env-conf] versionChunk (src/OptEnvConf/Output.hs:30)
354.66 s
[opt-env-conf] usageChunk (src/OptEnvConf/Output.hs:33)
354.66 s
[opt-env-conf] commandChunk (src/OptEnvConf/Output.hs:36)
354.66 s
[opt-env-conf] functionChunk (src/OptEnvConf/Output.hs:39)
354.66 s
[opt-env-conf] mMetavarChunk (src/OptEnvConf/Output.hs:42)
354.66 s
[opt-env-conf] metavarChunk (src/OptEnvConf/Output.hs:45)
354.66 s
[opt-env-conf] dashedChunks (src/OptEnvConf/Output.hs:48)
354.66 s
[opt-env-conf] dashedChunksNE (src/OptEnvConf/Output.hs:51)
354.66 s
[opt-env-conf] dashedChunk (src/OptEnvConf/Output.hs:54)
354.66 s
[opt-env-conf] envVarChunksNE (src/OptEnvConf/Output.hs:57)
354.66 s
[opt-env-conf] envVarChunk (src/OptEnvConf/Output.hs:60)
354.66 s
[opt-env-conf] confValChunk (src/OptEnvConf/Output.hs:63)
354.66 s
[opt-env-conf] defaultValueChunks (src/OptEnvConf/Output.hs:66)
354.66 s
[opt-env-conf] exampleValuesChunks (src/OptEnvConf/Output.hs:69)
354.66 s
[opt-env-conf] mHelpChunk (src/OptEnvConf/Output.hs:75)
354.66 s
[opt-env-conf] helpChunk (src/OptEnvConf/Output.hs:78)
354.66 s
[opt-env-conf] headerChunks (src/OptEnvConf/Output.hs:81)
354.66 s
[opt-env-conf] syntaxChunk (src/OptEnvConf/Output.hs:84)
354.66 s
[opt-env-conf] capabilitiesChunks (src/OptEnvConf/Output.hs:87)
354.66 s
[opt-env-conf] capabilityChunk (src/OptEnvConf/Output.hs:92)
354.66 s
[opt-env-conf] mSrcLocChunk (src/OptEnvConf/Output.hs:95)
354.66 s
[opt-env-conf] srcLocChunk (src/OptEnvConf/Output.hs:98)
354.66 s
[opt-env-conf] indent (src/OptEnvConf/Output.hs:116)
354.66 s
[opt-env-conf] parenthesise (src/OptEnvConf/Output.hs:119)
354.66 s
[opt-env-conf] bracketise (src/OptEnvConf/Output.hs:123)
354.66 s
[opt-env-conf] 0% ( 0 / 8) in 'OptEnvConf.Nix'
354.66 s
[opt-env-conf] Missing documentation for:
354.66 s
[opt-env-conf] Module header
354.66 s
[opt-env-conf] renderSettingsNixOptionsWithGeneratedComment (src/OptEnvConf/Nix.hs:23)
354.66 s
[opt-env-conf] renderParserNixOptionsWithGeneratedComment (src/OptEnvConf/Nix.hs:27)
354.66 s
[opt-env-conf] withGeneratedComment (src/OptEnvConf/Nix.hs:31)
354.66 s
[opt-env-conf] renderSettingsNixOptions (src/OptEnvConf/Nix.hs:43)
354.66 s
[opt-env-conf] renderParserNixOptions (src/OptEnvConf/Nix.hs:46)
354.66 s
[opt-env-conf] parserNixOptionExpr (src/OptEnvConf/Nix.hs:49)
354.66 s
[opt-env-conf] parserNixOptions (src/OptEnvConf/Nix.hs:52)
354.66 s
[opt-env-conf] 32% ( 11 / 34) in 'OptEnvConf.Doc'
354.66 s
[opt-env-conf] Missing documentation for:
354.66 s
[opt-env-conf] Module header
354.66 s
[opt-env-conf] commandParserDocs (src/OptEnvConf/Doc.hs:181)
354.66 s
[opt-env-conf] parserOptDocs (src/OptEnvConf/Doc.hs:612)
354.66 s
[opt-env-conf] docsToOptDocs (src/OptEnvConf/Doc.hs:615)
354.66 s
[opt-env-conf] parserEnvDocs (src/OptEnvConf/Doc.hs:737)
354.66 s
[ical-source] depends base64-1.0-N8iliogjNkyTcibCuxQp
354.66 s
[ical-source] depends bytestring-0.12.2.0-96e1
354.66 s
[ical-source] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
354.66 s
[ical-source] depends conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
354.66 s
[ical-source] depends containers-0.7-96b4
354.66 s
[ical-source] depends deepseq-1.5.0.0-2b65
354.66 s
[ical-source] depends dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
354.66 s
[ical-source] depends megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
354.66 s
[ical-source] depends network-uri-2.6.4.2-90cnrsZ004i7HW9YhrlM2
354.66 s
[ical-source] depends text-2.1.3-34f1
354.66 s
[ical-source] depends time-1.12.2-3479
354.66 s
[ical-source] depends time-compat-1.9.8-4DIQNbjEQNI9YHVNPcoCik
354.66 s
[ical-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
354.66 s
[ical-source] depends validity-bytestring-0.4.1.1-4bRtlxuVsWD3ePz3664F9A
354.66 s
[ical-source] depends validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
354.66 s
[ical-source] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
354.66 s
[ical-source] depends validity-network-uri-0.0.0.1-5Zk41rMoAQREBemuJG0mLu
354.66 s
[ical-source] depends validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
354.66 s
[ical-source] depends validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
354.66 s
[ical-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
354.66 s
[ical-source] Using compiler: ghc-9.10.3
354.66 s
[ical-source] Using install prefix:
354.66 s
[ical-source] /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0
354.66 s
[ical-source] Executables installed in:
354.66 s
[ical-source] /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0/bin
354.66 s
[ical-source] Libraries installed in:
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
354.66 s
[ical-source] Dynamic Libraries installed in:
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
354.66 s
[ical-source] Private executables installed in:
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
354.66 s
[ical-source] Data files installed in:
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
354.66 s
[ical-source] Documentation installed in: /share/doc/ical-0.0.0.0
354.66 s
[ical-source] Configuration files installed in:
354.66 s
[ical-source] /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0/etc
354.66 s
[ical-source] No alex found
354.66 s
[ical-source] Using ar found on system at:
354.66 s
[ical-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
354.66 s
[ical-source] No c2hs found
354.66 s
[ical-source] No cpphs found
354.66 s
[ical-source] No doctest found
354.66 s
[ical-source] Using gcc version 14.3.0 given by user at:
354.66 s
[ical-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
354.66 s
[ical-source] Using ghc version 9.10.3 found on system at:
354.66 s
[ical-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
354.66 s
[ical-source] Using ghc-pkg version 9.10.3 found on system at:
354.66 s
[ical-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
354.66 s
[ical-source] No ghcjs found
354.66 s
[ical-source] No ghcjs-pkg found
354.66 s
[ical-source] No greencard found
354.66 s
[ical-source] Using haddock version 2.31.1 found on system at:
354.66 s
[ical-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
354.66 s
[ical-source] No happy found
354.66 s
[ical-source] Using haskell-suite found on system at: haskell-suite-dummy-location
354.66 s
[ical-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
354.66 s
[ical-source] No hmake found
354.66 s
[ical-source] Using hpc version 0.69 found on system at:
354.66 s
[ical-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
354.66 s
[ical-source] Using hsc2hs version 0.68.10 found on system at:
354.66 s
[ical-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
354.66 s
[ical-source] Using hscolour version 1.25 found on system at:
354.66 s
[ical-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
354.66 s
[ical-source] No jhc found
354.66 s
[ical-source] Using ld found on system at:
354.66 s
[ical-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
354.66 s
[ical-source] No pkg-config found
354.66 s
[ical-source] Using runghc version 9.10.3 found on system at:
354.66 s
[ical-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
354.66 s
[ical-source] Using strip version 2.44 found on system at:
354.66 s
[ical-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
354.66 s
[ical-source] Using tar found on system at:
354.66 s
[ical-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
354.66 s
[ical-source] No uhc found
354.66 s
[ical-source] Phase: buildPhase
354.66 s
[ical-source] Distribution quality errors:
354.66 s
[ical-source] [no-syn-desc] No 'synopsis' or 'description' field.
354.66 s
[ical-source] [license-none] The 'license' field is missing or is NONE.
354.66 s
[ical-source] Distribution quality warnings:
354.66 s
[ical-source] [no-category] No 'category' field.
354.66 s
[ical-source] [no-maintainer] No 'maintainer' field.
354.82 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0
355.17 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
355.17 s
[post-build-hook]
355.51 s
[post-build-hook] Pushing /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0 (3.34 KiB)
356.37 s
[post-build-hook]
356.37 s
[post-build-hook] All done.
356.39 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0
356.45 s
[post-build-hook] copying 1 paths...
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'...
357.21 s
[post-build-hook] copying 0 paths...
357.24 s
Progress: 93 of 151 built (5 building), 815 of 815 downloaded from cache
357.26 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0
357.63 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
357.63 s
[post-build-hook]
357.98 s
[post-build-hook] Pushing /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0 (3.68 KiB)
358.81 s
[post-build-hook]
358.81 s
[post-build-hook] All done.
358.83 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0
358.88 s
[post-build-hook] copying 1 paths...
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'...
359.25 s
[post-build-hook] copying 0 paths...
359.28 s
Progress: 94 of 152 built (4 building), 815 of 815 downloaded from cache
359.35 s
Building cursor-fuzzy-time-gen
359.40 s
Building genvalidity-hspec-aeson
359.40 s
[opt-env-conf] docsToEnvDocs (src/OptEnvConf/Doc.hs:740)
359.40 s
[opt-env-conf] parserConfDocs (src/OptEnvConf/Doc.hs:780)
359.40 s
[opt-env-conf] docsToConfDocs (src/OptEnvConf/Doc.hs:783)
359.40 s
[opt-env-conf] AnyDocs (src/OptEnvConf/Doc.hs:105)
359.40 s
[opt-env-conf] SetDoc (src/OptEnvConf/Doc.hs:62)
359.40 s
[opt-env-conf] OptDoc (src/OptEnvConf/Doc.hs:76)
359.40 s
[opt-env-conf] EnvDoc (src/OptEnvConf/Doc.hs:88)
359.40 s
[opt-env-conf] ConfDoc (src/OptEnvConf/Doc.hs:97)
359.40 s
[opt-env-conf] CommandDoc (src/OptEnvConf/Doc.hs:112)
359.40 s
[opt-env-conf] settingSetDoc (src/OptEnvConf/Doc.hs:192)
359.40 s
[opt-env-conf] renderSetDoc (src/OptEnvConf/Doc.hs:215)
359.40 s
[opt-env-conf] settingOptDoc (src/OptEnvConf/Doc.hs:212)
359.40 s
[opt-env-conf] renderOptDocLong (src/OptEnvConf/Doc.hs:720)
359.40 s
[opt-env-conf] settingEnvDoc (src/OptEnvConf/Doc.hs:752)
359.40 s
[opt-env-conf] renderEnvDoc (src/OptEnvConf/Doc.hs:766)
359.40 s
[opt-env-conf] settingConfDoc (src/OptEnvConf/Doc.hs:794)
359.40 s
[opt-env-conf] renderConfDoc (src/OptEnvConf/Doc.hs:815)
359.40 s
[opt-env-conf] helpLines (src/OptEnvConf/Doc.hs:284)
359.40 s
[opt-env-conf] Warning: 'Alt' is out of scope.
359.40 s
[opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
359.40 s
[opt-env-conf] 10% ( 1 / 10) in 'OptEnvConf.Error'
359.40 s
[opt-env-conf] Missing documentation for:
359.40 s
[opt-env-conf] Module header
359.40 s
[opt-env-conf] ParseError (src/OptEnvConf/Error.hs:19)
359.40 s
[opt-env-conf] ParseErrorMessage (src/OptEnvConf/Error.hs:25)
359.40 s
[opt-env-conf] errorMessageIsForgivable (src/OptEnvConf/Error.hs:51)
359.40 s
[opt-env-conf] eraseErrorSrcLocs (src/OptEnvConf/Error.hs:72)
359.40 s
[opt-env-conf] eraseErrorSrcLoc (src/OptEnvConf/Error.hs:75)
359.40 s
[opt-env-conf] renderErrors (src/OptEnvConf/Error.hs:78)
359.40 s
[opt-env-conf] renderError (src/OptEnvConf/Error.hs:81)
359.40 s
[opt-env-conf] availableCommandsLines (src/OptEnvConf/Error.hs:144)
359.40 s
[opt-env-conf] 21% ( 3 / 14) in 'OptEnvConf.Completion'
359.40 s
[opt-env-conf] Missing documentation for:
359.40 s
[opt-env-conf] Module header
359.40 s
[opt-env-conf] generateBashCompletionScript (src/OptEnvConf/Completion.hs:36)
359.40 s
[opt-env-conf] generateZshCompletionScript (src/OptEnvConf/Completion.hs:61)
359.40 s
[opt-env-conf] generateFishCompletionScript (src/OptEnvConf/Completion.hs:109)
359.40 s
[opt-env-conf] runCompletionQuery (src/OptEnvConf/Completion.hs:151)
359.40 s
[opt-env-conf] pureCompletionQuery (src/OptEnvConf/Completion.hs:239)
359.40 s
[opt-env-conf] Completion (src/OptEnvConf/Completion.hs:202)
359.40 s
[opt-env-conf] evalCompletions (src/OptEnvConf/Completion.hs:218)
359.40 s
[opt-env-conf] evalCompletion (src/OptEnvConf/Completion.hs:221)
359.40 s
[opt-env-conf] Suggestion (src/OptEnvConf/Completion.hs:225)
359.40 s
[opt-env-conf] evalSuggestion (src/OptEnvConf/Completion.hs:234)
359.40 s
[opt-env-conf] 50% ( 1 / 2) in 'OptEnvConf.Terminal'
359.40 s
[opt-env-conf] Missing documentation for:
359.40 s
[opt-env-conf] Module header
359.40 s
[opt-env-conf] 0% ( 0 / 9) in 'OptEnvConf.Validation'
359.40 s
[opt-env-conf] Missing documentation for:
359.40 s
[opt-env-conf] Module header
359.40 s
[opt-env-conf] ValidationT (src/OptEnvConf/Validation.hs:17)
359.40 s
[opt-env-conf] runValidationT (src/OptEnvConf/Validation.hs:51)
359.40 s
[opt-env-conf] validationTFailure (src/OptEnvConf/Validation.hs:54)
359.40 s
[opt-env-conf] mapValidationTFailure (src/OptEnvConf/Validation.hs:57)
359.40 s
[opt-env-conf] Validation (src/OptEnvConf/Validation.hs:59)
359.40 s
[opt-env-conf] validationFailure (src/OptEnvConf/Validation.hs:86)
359.40 s
[opt-env-conf] mapValidationFailure (src/OptEnvConf/Validation.hs:89)
359.40 s
[opt-env-conf] validationToEither (src/OptEnvConf/Validation.hs:94)
359.40 s
[opt-env-conf] 33% ( 1 / 3) in 'OptEnvConf.Run'
359.40 s
[opt-env-conf] Missing documentation for:
359.40 s
[opt-env-conf] Module header
359.40 s
[opt-env-conf] runHelpParser (src/OptEnvConf/Run.hs:500)
359.40 s
[opt-env-conf] 0% ( 0 / 4) in 'OptEnvConf.Check'
359.40 s
[opt-env-conf] Missing documentation for:
359.40 s
[opt-env-conf] Module header
359.40 s
[opt-env-conf] runSettingsCheck (src/OptEnvConf/Check.hs:30)
359.40 s
[opt-env-conf] runSettingsCheckOn (src/OptEnvConf/Check.hs:79)
359.40 s
[opt-env-conf] CheckResult (src/OptEnvConf/Check.hs:53)
359.40 s
[opt-env-conf] 0% ( 0 / 6) in 'OptEnvConf.Lint'
359.40 s
[opt-env-conf] Missing documentation for:
359.40 s
[opt-env-conf] Module header
359.40 s
[opt-env-conf] LintError (src/OptEnvConf/Lint.hs:33)
359.40 s
[opt-env-conf] LintErrorMessage (src/OptEnvConf/Lint.hs:38)
359.40 s
[opt-env-conf] renderLintErrors (src/OptEnvConf/Lint.hs:59)
359.40 s
[opt-env-conf] renderLintError (src/OptEnvConf/Lint.hs:66)
359.40 s
[opt-env-conf] lintParser (src/OptEnvConf/Lint.hs:235)
359.40 s
[opt-env-conf] 50% ( 2 / 4) in 'OptEnvConf.Main'
359.40 s
[opt-env-conf] Missing documentation for:
359.40 s
[opt-env-conf] Module header
359.40 s
[opt-env-conf] internalParser (src/OptEnvConf/Main.hs:227)
359.40 s
[opt-env-conf] 92% (118 /127) in 'OptEnvConf'
359.40 s
[opt-env-conf] Missing documentation for:
359.40 s
[opt-env-conf] Module header
359.40 s
[opt-env-conf] defaultCommand (src/OptEnvConf/Parser.hs:726)
359.40 s
[opt-env-conf] select
359.40 s
[opt-env-conf] filePath (src/OptEnvConf/Completer.hs:64)
359.40 s
[opt-env-conf] filePathWithExtension (src/OptEnvConf/Completer.hs:136)
359.40 s
[opt-env-conf] filePathWithExtensions (src/OptEnvConf/Completer.hs:139)
359.40 s
[opt-env-conf] directoryPath (src/OptEnvConf/Completer.hs:148)
359.40 s
[opt-env-conf] withCombinedYamlConfigs' (src/OptEnvConf/Parser.hs:762)
359.40 s
[opt-env-conf] makeDoubleSwitch (src/OptEnvConf/Parser.hs:873)
359.40 s
[opt-env-conf] Warning: OptEnvConf.Args: could not find link destinations for:
359.40 s
[opt-env-conf] - OptEnvConf.Args.Rep_Dashed
359.40 s
[opt-env-conf] - OptEnvConf.Args.Rep_Args
359.40 s
[opt-env-conf] - OptEnvConf.Args.Rep_Arg
359.40 s
[ical-source] [missing-upper-bounds] On library, these packages miss upper bounds:
359.40 s
[ical-source] - base64
359.40 s
[ical-source] - bytestring
359.40 s
[ical-source] - case-insensitive
359.40 s
[ical-source] - conformance
359.40 s
[ical-source] - containers
359.40 s
[ical-source] - deepseq
359.40 s
[ical-source] - dlist
359.40 s
[ical-source] - megaparsec
359.40 s
[ical-source] - network-uri
359.40 s
[ical-source] - text
359.40 s
[ical-source] - time
359.40 s
[ical-source] - time-compat
359.40 s
[ical-source] - validity
359.40 s
[ical-source] - validity-bytestring
359.40 s
[ical-source] - validity-case-insensitive
359.40 s
[ical-source] - validity-containers
359.40 s
[ical-source] - validity-network-uri
359.40 s
[ical-source] - validity-text
359.40 s
[ical-source] - validity-time
359.40 s
[ical-source] Please add them. There is more information at https://pvp.haskell.org/
359.40 s
[ical-source] Note: the public hackage server would reject this package.
359.40 s
[ical-source] Building source dist for ical-0.0.0.0...
359.40 s
[ical-source] Source tarball created: dist/ical-0.0.0.0.tar.gz
359.40 s
[ical-source] Phase: checkPhase
359.40 s
[ical-source] Phase: haddockPhase
359.40 s
[ical-source] Phase: installPhase
359.40 s
[ical-source] Phase: fixupPhase
359.40 s
[dirforest-source] Phase: setupCompilerEnvironmentPhase
359.40 s
[dirforest-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
359.40 s
[dirforest-source] Phase: unpackPhase
359.40 s
[dirforest-source] unpacking source archive /nix/store/xaclhqsqg0vlfbypxzdclmwhl17inj8w-dirforest
359.40 s
[dirforest-source] source root is dirforest
359.40 s
[dirforest-source] Phase: patchPhase
359.40 s
[dirforest-source] Phase: compileBuildDriverPhase
359.40 s
[dirforest-source] setupCompileFlags: -package-db=/build/tmp.a7z2TrY5lN/setup-package.conf.d -threaded
359.40 s
[dirforest-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.a7z2TrY5lN/Main.o )
359.40 s
[dirforest-source] [2 of 2] Linking Setup
359.40 s
[dirforest-source] Phase: updateAutotoolsGnuConfigScriptsPhase
359.40 s
[dirforest-source] Phase: configurePhase
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
359.40 s
[dirforest-source] Using Parsec parser
359.40 s
[dirforest-source] Configuring dirforest-0.1.0.0...
359.40 s
[dirforest-source] Dependency aeson: using aeson-2.2.3.0
359.40 s
[dirforest-source] Dependency autodocodec: using autodocodec-0.5.0.0
359.40 s
[dirforest-source] Dependency base >=4.7 && <5: using base-4.20.2.0
359.40 s
[dirforest-source] Dependency containers: using containers-0.7
359.40 s
[dirforest-source] Dependency deepseq: using deepseq-1.5.0.0
359.40 s
[dirforest-source] Dependency filepath: using filepath-1.5.4.0
359.40 s
[dirforest-source] Dependency path: using path-0.9.6
359.40 s
[dirforest-source] Dependency path-io: using path-io-1.8.2
359.40 s
[dirforest-source] Dependency validity: using validity-0.12.1.0
359.40 s
[dirforest-source] Dependency validity-containers: using validity-containers-0.5.0.5
359.40 s
[dirforest-source] Dependency validity-path: using validity-path-0.4.0.1
359.40 s
[dirforest-source] Source component graph: component lib
359.40 s
[dirforest-source] Configured component graph:
359.40 s
[dirforest-source] component dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
359.40 s
[dirforest-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
359.40 s
[dirforest-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
359.40 s
[dirforest-source] include base-4.20.2.0-fafd
359.40 s
[dirforest-source] include containers-0.7-96b4
359.40 s
[dirforest-source] include deepseq-1.5.0.0-2b65
359.40 s
[dirforest-source] include filepath-1.5.4.0-2605
359.40 s
[dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
359.40 s
[dirforest-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
359.40 s
[dirforest-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
359.40 s
[dirforest-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
359.40 s
[dirforest-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
359.40 s
[dirforest-source] Linked component graph:
359.40 s
[dirforest-source] unit dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
359.40 s
[dirforest-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
359.40 s
[dirforest-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
359.40 s
[dirforest-source] include base-4.20.2.0-fafd
359.40 s
[dirforest-source] include containers-0.7-96b4
359.40 s
[dirforest-source] include deepseq-1.5.0.0-2b65
359.40 s
[dirforest-source] include filepath-1.5.4.0-2605
359.40 s
[dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
359.40 s
[dirforest-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
359.40 s
[dirforest-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
359.40 s
[dirforest-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
359.40 s
[dirforest-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
359.40 s
[dirforest-source] Data.DirForest=dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N:Data.DirForest
359.41 s
[dirforest-source] Ready component graph:
359.41 s
[genvalidity-path-source] Phase: setupCompilerEnvironmentPhase
359.41 s
[genvalidity-path-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
359.41 s
[genvalidity-path-source] Phase: unpackPhase
359.41 s
[genvalidity-path-source] unpacking source archive /nix/store/mi5ck1y6hpswxsqjg9k09dminz58hvw7-genvalidity-path
359.41 s
[genvalidity-path-source] source root is genvalidity-path
359.41 s
[genvalidity-path-source] Phase: patchPhase
359.41 s
[genvalidity-path-source] Phase: compileBuildDriverPhase
359.41 s
[genvalidity-path-source] setupCompileFlags: -package-db=/build/tmp.OEfvtLrY3K/setup-package.conf.d -threaded
359.41 s
[genvalidity-path-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.OEfvtLrY3K/Main.o )
359.41 s
[genvalidity-path-source] [2 of 2] Linking Setup
359.41 s
[genvalidity-path-source] Phase: updateAutotoolsGnuConfigScriptsPhase
359.41 s
[genvalidity-path-source] Phase: configurePhase
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
359.41 s
[genvalidity-path-source] Using Parsec parser
359.41 s
[genvalidity-path-source] Configuring genvalidity-path-1.0.0.1...
359.41 s
[genvalidity-path-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
359.41 s
[genvalidity-path-source] Dependency base >=4.7 && <5: using base-4.20.2.0
359.41 s
[genvalidity-path-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
359.41 s
[genvalidity-path-source] Dependency path >=0.5: using path-0.9.6
359.41 s
[genvalidity-path-source] Dependency validity-path >=0.3: using validity-path-0.4.0.1
359.41 s
[genvalidity-path-source] Dependency base >=4.7 && <5: using base-4.20.2.0
359.41 s
[genvalidity-path-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
359.41 s
[genvalidity-path-source] Dependency genvalidity-path: using genvalidity-path-1.0.0.1
359.41 s
[genvalidity-path-source] Dependency hspec: using hspec-2.11.14
359.41 s
[genvalidity-path-source] Dependency path >=0.5: using path-0.9.6
359.41 s
[genvalidity-path-source] Source component graph:
359.41 s
[genvalidity-path-source] component lib
359.41 s
[genvalidity-path-source] component test:genvalidity-path-test dependency lib
359.41 s
[genvalidity-path-source] Configured component graph:
359.41 s
[genvalidity-path-source] component genvalidity-path-1.0.0.1-BRuATSO7hC8KLcmM6o0cPJ
359.41 s
[genvalidity-path-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
359.41 s
[genvalidity-path-source] include base-4.20.2.0-fafd
359.41 s
[genvalidity-path-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
359.41 s
[genvalidity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
359.41 s
[genvalidity-path-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
359.41 s
[genvalidity-path-source] component genvalidity-path-1.0.0.1-JbYrKyyQx2sEcIqQwhukg5-genvalidity-path-test
359.41 s
[genvalidity-path-source] include base-4.20.2.0-fafd
359.41 s
[genvalidity-path-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
359.41 s
[genvalidity-path-source] include genvalidity-path-1.0.0.1-BRuATSO7hC8KLcmM6o0cPJ
359.41 s
[genvalidity-path-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
359.41 s
[genvalidity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
359.41 s
[genvalidity-path-source] Linked component graph:
359.41 s
[genvalidity-path-source] unit genvalidity-path-1.0.0.1-BRuATSO7hC8KLcmM6o0cPJ
359.41 s
[genvalidity-path-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
359.41 s
[genvalidity-path-source] include base-4.20.2.0-fafd
359.41 s
[genvalidity-path-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
359.41 s
[genvalidity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
359.41 s
[genvalidity-path-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
359.41 s
[genvalidity-path-source] Data.GenValidity.Path=genvalidity-path-1.0.0.1-BRuATSO7hC8KLcmM6o0cPJ:Data.GenValidity.Path
359.41 s
[genvalidity-path-source] unit genvalidity-path-1.0.0.1-JbYrKyyQx2sEcIqQwhukg5-genvalidity-path-test
359.41 s
[genvalidity-path-source] include base-4.20.2.0-fafd
359.41 s
[opt-env-conf] - OptEnvConf.Args.Rep_Tomb
359.41 s
[opt-env-conf] Warning: OptEnvConf.Capability: could not find link destinations for:
359.41 s
[opt-env-conf] - OptEnvConf.Capability.Rep_Capabilities
359.41 s
[opt-env-conf] - OptEnvConf.Capability.Rep_Capability
359.41 s
[opt-env-conf] Warning: OptEnvConf.EnvMap: could not find link destinations for:
359.41 s
[opt-env-conf] - OptEnvConf.EnvMap.Rep_EnvMap
359.41 s
[opt-env-conf] Warning: OptEnvConf.NonDet: could not find link destinations for:
359.41 s
[opt-env-conf] - OptEnvConf.NonDet.ListT
359.41 s
[opt-env-conf] - OptEnvConf.NonDet.NonDet
359.41 s
[opt-env-conf] Warning: OptEnvConf.Parser: could not find link destinations for:
359.41 s
[opt-env-conf] - Data.Vector.Vector
359.41 s
[opt-env-conf] - Path.Internal.Posix.Path
359.41 s
[opt-env-conf] - OptEnvConf.Capability.Rep_Capability
359.41 s
[opt-env-conf] - Path.Posix.Abs
359.41 s
[opt-env-conf] - Path.Posix.Dir
359.41 s
[opt-env-conf] - Path.Posix.File
359.41 s
[opt-env-conf] - Data.Vector.Strict.Vector
359.41 s
[opt-env-conf] - Data.Attoparsec.Internal.Types.Parser
359.41 s
[opt-env-conf] - Data.Attoparsec.Internal.Types.IResult
359.41 s
[opt-env-conf] - Data.Graph.SetM
359.41 s
[opt-env-conf] Warning: OptEnvConf.Completion: could not find link destinations for:
359.41 s
[opt-env-conf] - Path.Internal.Posix.Path
359.41 s
[opt-env-conf] - Path.Posix.Abs
359.41 s
[opt-env-conf] - Path.Posix.File
359.41 s
[opt-env-conf] Warning: OptEnvConf.Check: could not find link destinations for:
359.41 s
[opt-env-conf] - OptEnvConf.Check.MissingCapability
359.41 s
[opt-env-conf] - OptEnvConf.Check.Rep_CheckResult
359.41 s
[opt-env-conf] Warning: OptEnvConf.Main: could not find link destinations for:
359.41 s
[opt-env-conf] - OptEnvConf.Main.Internal
359.41 s
[opt-env-conf] Warning: OptEnvConf: could not find link destinations for:
359.41 s
[opt-env-conf] - Path.Internal.Posix.Path
359.41 s
[opt-env-conf] - Path.Posix.Abs
359.41 s
[opt-env-conf] - Path.Posix.Dir
359.41 s
[opt-env-conf] - Path.Posix.File
359.41 s
[dirforest-source] definite dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
359.41 s
[dirforest-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
359.41 s
[dirforest-source] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
359.41 s
[dirforest-source] depends base-4.20.2.0-fafd
359.41 s
[dirforest-source] depends containers-0.7-96b4
359.41 s
[dirforest-source] depends deepseq-1.5.0.0-2b65
359.41 s
[dirforest-source] depends filepath-1.5.4.0-2605
359.41 s
[dirforest-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
359.41 s
[dirforest-source] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
359.41 s
[dirforest-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
359.41 s
[dirforest-source] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
359.41 s
[dirforest-source] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
359.41 s
[dirforest-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
359.41 s
[dirforest-source] Using compiler: ghc-9.10.3
359.41 s
[dirforest-source] Using install prefix:
359.41 s
[dirforest-source] /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0
359.41 s
[dirforest-source] Executables installed in:
359.41 s
[dirforest-source] /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0/bin
359.41 s
[dirforest-source] Libraries installed in:
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
359.41 s
[dirforest-source] Dynamic Libraries installed in:
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
359.41 s
[dirforest-source] Private executables installed in:
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
359.41 s
[dirforest-source] Data files installed in:
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
359.41 s
[dirforest-source] Documentation installed in: /share/doc/dirforest-0.1.0.0
359.41 s
[dirforest-source] Configuration files installed in:
359.41 s
[dirforest-source] /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0/etc
359.41 s
[dirforest-source] No alex found
359.41 s
[dirforest-source] Using ar found on system at:
359.41 s
[dirforest-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
359.41 s
[dirforest-source] No c2hs found
359.41 s
[dirforest-source] No cpphs found
359.41 s
[dirforest-source] No doctest found
359.41 s
[dirforest-source] Using gcc version 14.3.0 given by user at:
359.41 s
[dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
359.41 s
[dirforest-source] Using ghc version 9.10.3 found on system at:
359.41 s
[dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
359.41 s
[dirforest-source] Using ghc-pkg version 9.10.3 found on system at:
359.41 s
[dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
359.41 s
[dirforest-source] No ghcjs found
359.41 s
[dirforest-source] No ghcjs-pkg found
359.41 s
[dirforest-source] No greencard found
359.41 s
[dirforest-source] Using haddock version 2.31.1 found on system at:
359.41 s
[dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
359.41 s
[dirforest-source] No happy found
359.41 s
[dirforest-source] Using haskell-suite found on system at: haskell-suite-dummy-location
359.41 s
[dirforest-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
359.41 s
[dirforest-source] No hmake found
359.41 s
[dirforest-source] Using hpc version 0.69 found on system at:
359.41 s
[dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
359.41 s
[dirforest-source] Using hsc2hs version 0.68.10 found on system at:
359.41 s
[dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
359.41 s
[dirforest-source] Using hscolour version 1.25 found on system at:
359.41 s
[dirforest-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
359.41 s
[dirforest-source] No jhc found
359.41 s
[dirforest-source] Using ld found on system at:
359.41 s
[dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
359.41 s
[dirforest-source] No pkg-config found
359.41 s
[dirforest-source] Using runghc version 9.10.3 found on system at:
359.41 s
[dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
359.41 s
[dirforest-source] Using strip version 2.44 found on system at:
359.41 s
[dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
359.41 s
[dirforest-source] Using tar found on system at:
359.41 s
[dirforest-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
359.41 s
[dirforest-source] No uhc found
359.41 s
[dirforest-source] Phase: buildPhase
359.41 s
[dirforest-source] Distribution quality warnings:
359.41 s
[dirforest-source] [no-category] No 'category' field.
359.41 s
[dirforest-source] [no-description] No 'description' field.
359.41 s
[dirforest-source] [no-license-file] A 'license-file' is not specified.
359.41 s
[dirforest-source] [missing-upper-bounds] On library, these packages miss upper bounds:
359.41 s
[dirforest-source] - aeson
359.41 s
[dirforest-source] - autodocodec
359.41 s
[dirforest-source] - containers
359.41 s
[dirforest-source] - deepseq
359.41 s
[dirforest-source] - filepath
359.41 s
[dirforest-source] - path
359.41 s
[dirforest-source] - path-io
359.41 s
[dirforest-source] - validity
359.41 s
[dirforest-source] - validity-containers
359.41 s
[dirforest-source] - validity-path
359.41 s
[dirforest-source] Please add them. There is more information at https://pvp.haskell.org/
359.41 s
[dirforest-source] Building source dist for dirforest-0.1.0.0...
359.41 s
[dirforest-source] Source tarball created: dist/dirforest-0.1.0.0.tar.gz
359.41 s
[dirforest-source] Phase: checkPhase
359.41 s
[genvalidity-path-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
359.41 s
[genvalidity-path-source] include genvalidity-path-1.0.0.1-BRuATSO7hC8KLcmM6o0cPJ
359.41 s
[genvalidity-path-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
359.41 s
[genvalidity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
359.41 s
[genvalidity-path-source] Ready component graph:
359.41 s
[genvalidity-path-source] definite genvalidity-path-1.0.0.1-BRuATSO7hC8KLcmM6o0cPJ
359.41 s
[genvalidity-path-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
359.41 s
[genvalidity-path-source] depends base-4.20.2.0-fafd
359.41 s
[genvalidity-path-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
359.41 s
[genvalidity-path-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
359.41 s
[genvalidity-path-source] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
359.41 s
[genvalidity-path-source] definite genvalidity-path-1.0.0.1-JbYrKyyQx2sEcIqQwhukg5-genvalidity-path-test
359.41 s
[genvalidity-path-source] depends base-4.20.2.0-fafd
359.41 s
[genvalidity-path-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
359.41 s
[genvalidity-path-source] depends genvalidity-path-1.0.0.1-BRuATSO7hC8KLcmM6o0cPJ
359.41 s
[genvalidity-path-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
359.41 s
[genvalidity-path-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
359.41 s
[genvalidity-path-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
359.41 s
[genvalidity-path-source] Using compiler: ghc-9.10.3
359.41 s
[genvalidity-path-source] Using install prefix:
359.41 s
[genvalidity-path-source] /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1
359.41 s
[genvalidity-path-source] Executables installed in:
359.41 s
[genvalidity-path-source] /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1/bin
359.41 s
[genvalidity-path-source] Libraries installed in:
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
359.41 s
[genvalidity-path-source] Dynamic Libraries installed in:
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
359.41 s
[genvalidity-path-source] Private executables installed in:
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
359.41 s
[genvalidity-path-source] Data files installed in:
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
359.41 s
[genvalidity-path-source] Documentation installed in: /share/doc/genvalidity-path-1.0.0.1
359.41 s
[genvalidity-path-source] Configuration files installed in:
359.41 s
[genvalidity-path-source] /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1/etc
359.41 s
[genvalidity-path-source] No alex found
359.41 s
[genvalidity-path-source] Using ar found on system at:
359.41 s
[genvalidity-path-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
359.41 s
[genvalidity-path-source] No c2hs found
359.41 s
[genvalidity-path-source] No cpphs found
359.41 s
[genvalidity-path-source] No doctest found
359.41 s
[genvalidity-path-source] Using gcc version 14.3.0 given by user at:
359.41 s
[genvalidity-path-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
359.41 s
[genvalidity-path-source] Using ghc version 9.10.3 found on system at:
359.41 s
[genvalidity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
359.41 s
[genvalidity-path-source] Using ghc-pkg version 9.10.3 found on system at:
359.41 s
[genvalidity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
359.41 s
[genvalidity-path-source] No ghcjs found
359.41 s
[genvalidity-path-source] No ghcjs-pkg found
359.41 s
[genvalidity-path-source] No greencard found
359.41 s
[genvalidity-path-source] Using haddock version 2.31.1 found on system at:
359.41 s
[genvalidity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
359.41 s
[genvalidity-path-source] No happy found
359.41 s
[genvalidity-path-source] Using haskell-suite found on system at: haskell-suite-dummy-location
359.41 s
[genvalidity-path-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
359.41 s
[genvalidity-path-source] No hmake found
359.41 s
[genvalidity-path-source] Using hpc version 0.69 found on system at:
359.41 s
[genvalidity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
359.41 s
[genvalidity-path-source] Using hsc2hs version 0.68.10 found on system at:
359.41 s
[genvalidity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
359.41 s
[genvalidity-path-source] Using hscolour version 1.25 found on system at:
359.41 s
[genvalidity-path-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
359.41 s
[genvalidity-path-source] No jhc found
359.41 s
[genvalidity-path-source] Using ld found on system at:
359.41 s
[genvalidity-path-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
359.41 s
[genvalidity-path-source] No pkg-config found
359.41 s
[genvalidity-path-source] Using runghc version 9.10.3 found on system at:
359.41 s
[genvalidity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
359.41 s
[genvalidity-path-source] Using strip version 2.44 found on system at:
359.41 s
[genvalidity-path-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
359.41 s
[genvalidity-path-source] Using tar found on system at:
359.41 s
[genvalidity-path-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
359.41 s
[genvalidity-path-source] No uhc found
359.41 s
[genvalidity-path-source] Phase: buildPhase
359.41 s
[genvalidity-path-source] Distribution quality warnings:
359.41 s
[genvalidity-path-source] [no-description] No 'description' field.
359.41 s
[genvalidity-path-source] [missing-upper-bounds] On library, these packages miss upper bounds:
359.41 s
[genvalidity-path-source] - QuickCheck
359.41 s
[genvalidity-path-source] - genvalidity
359.41 s
[genvalidity-path-source] - path
359.41 s
[genvalidity-path-source] - validity-path
359.59 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0
359.96 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
359.96 s
[post-build-hook]
360.31 s
[post-build-hook] Pushing /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0 (100.27 KiB)
361.41 s
[post-build-hook]
361.41 s
[post-build-hook] All done.
361.43 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0
361.49 s
[post-build-hook] copying 1 paths...
361.49 s
[post-build-hook] copying path '/nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0' to 'https://cache.staging.nix-ci.com'...
361.95 s
[post-build-hook] copying 0 paths...
361.97 s
Progress: 95 of 151 built (5 building), 815 of 815 downloaded from cache
362.03 s
Building ical
362.03 s
[dirforest-source] Phase: haddockPhase
362.03 s
[dirforest-source] Phase: installPhase
362.03 s
[dirforest-source] Phase: fixupPhase
362.03 s
[genvalidity-path-source] Please add them. There is more information at https://pvp.haskell.org/
362.03 s
[genvalidity-path-source] Building source dist for genvalidity-path-1.0.0.1...
362.03 s
[genvalidity-path-source] Source tarball created: dist/genvalidity-path-1.0.0.1.tar.gz
362.03 s
[genvalidity-path-source] Phase: checkPhase
362.03 s
[genvalidity-path-source] Phase: haddockPhase
362.03 s
[genvalidity-path-source] Phase: installPhase
362.03 s
[genvalidity-path-source] Phase: fixupPhase
362.03 s
[cursor-fuzzy-time-gen] Phase: setupCompilerEnvironmentPhase
362.03 s
[cursor-fuzzy-time-gen] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
362.03 s
[cursor-fuzzy-time-gen] Phase: unpackPhase
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
362.03 s
[cursor-fuzzy-time-gen] source root is cursor-fuzzy-time-gen-0.2.0.0
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"
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
362.03 s
[cursor-fuzzy-time-gen] Phase: patchPhase
362.03 s
[cursor-fuzzy-time-gen] Phase: compileBuildDriverPhase
362.03 s
[cursor-fuzzy-time-gen] setupCompileFlags: -package-db=/build/tmp.tHWYvbFyrY/setup-package.conf.d -threaded
362.03 s
[cursor-fuzzy-time-gen] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.tHWYvbFyrY/Main.o )
362.03 s
[cursor-fuzzy-time-gen] [2 of 2] Linking Setup
362.03 s
[cursor-fuzzy-time-gen] Phase: updateAutotoolsGnuConfigScriptsPhase
362.03 s
[cursor-fuzzy-time-gen] Phase: configurePhase
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
362.03 s
[cursor-fuzzy-time-gen] Using Parsec parser
362.03 s
[cursor-fuzzy-time-gen] Configuring cursor-fuzzy-time-gen-0.2.0.0...
362.03 s
[cursor-fuzzy-time-gen] Dependency base >=4.9 && <=5: using base-4.20.2.0
362.03 s
[cursor-fuzzy-time-gen] Dependency cursor-fuzzy-time: using cursor-fuzzy-time-0.1.0.0
362.03 s
[cursor-fuzzy-time-gen] Dependency cursor-gen: using cursor-gen-0.4.0.0
362.03 s
[cursor-fuzzy-time-gen] Dependency fuzzy-time-gen: using fuzzy-time-gen-0.3.0.0
362.03 s
[cursor-fuzzy-time-gen] Dependency genvalidity: using genvalidity-1.1.1.0
362.03 s
[cursor-fuzzy-time-gen] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
362.03 s
[cursor-fuzzy-time-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
362.03 s
[cursor-fuzzy-time-gen] Dependency base >=4.9 && <=5: using base-4.20.2.0
362.03 s
[cursor-fuzzy-time-gen] Dependency cursor-fuzzy-time: using cursor-fuzzy-time-0.1.0.0
362.03 s
[cursor-fuzzy-time-gen] Dependency cursor-fuzzy-time-gen: using cursor-fuzzy-time-gen-0.2.0.0
362.03 s
[cursor-fuzzy-time-gen] Dependency fuzzy-time: using fuzzy-time-0.3.0.1
362.03 s
[cursor-fuzzy-time-gen] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
362.03 s
[cursor-fuzzy-time-gen] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
362.03 s
[cursor-fuzzy-time-gen] Dependency hspec: using hspec-2.11.14
362.03 s
[cursor-fuzzy-time-gen] Dependency time: using time-1.12.2
362.03 s
[cursor-fuzzy-time-gen] Source component graph:
362.03 s
[cursor-fuzzy-time-gen] component lib
362.03 s
[cursor-fuzzy-time-gen] component test:cursor-fuzzy-time-test dependency lib
362.03 s
[cursor-fuzzy-time-gen] Configured component graph:
362.03 s
[cursor-fuzzy-time-gen] component cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
362.03 s
[cursor-fuzzy-time-gen] include base-4.20.2.0-fafd
362.03 s
[cursor-fuzzy-time-gen] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
362.03 s
[cursor-fuzzy-time-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
362.03 s
[cursor-fuzzy-time-gen] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
362.03 s
[cursor-fuzzy-time-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
362.03 s
[cursor-fuzzy-time-gen] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
362.03 s
[cursor-fuzzy-time-gen] component cursor-fuzzy-time-gen-0.2.0.0-HE6cV8Hbfll4lChtaGe9wx-cursor-fuzzy-time-test
362.03 s
[cursor-fuzzy-time-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
362.03 s
[genvalidity-hspec-aeson] Phase: setupCompilerEnvironmentPhase
362.03 s
[genvalidity-hspec-aeson] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
362.03 s
[genvalidity-hspec-aeson] Phase: unpackPhase
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
362.03 s
[genvalidity-hspec-aeson] source root is genvalidity-hspec-aeson-1.0.0.0
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"
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
362.03 s
[genvalidity-hspec-aeson] Phase: patchPhase
362.03 s
[genvalidity-hspec-aeson] Phase: compileBuildDriverPhase
362.03 s
[genvalidity-hspec-aeson] setupCompileFlags: -package-db=/build/tmp.oOJDBuobjM/setup-package.conf.d -threaded
362.03 s
[genvalidity-hspec-aeson] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.oOJDBuobjM/Main.o )
362.03 s
[genvalidity-hspec-aeson] [2 of 2] Linking Setup
362.03 s
[cursor-fuzzy-time-gen] include base-4.20.2.0-fafd
362.03 s
[cursor-fuzzy-time-gen] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
362.03 s
[cursor-fuzzy-time-gen] include cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
362.03 s
[cursor-fuzzy-time-gen] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
362.03 s
[cursor-fuzzy-time-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
362.03 s
[cursor-fuzzy-time-gen] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
362.03 s
[cursor-fuzzy-time-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
362.03 s
[cursor-fuzzy-time-gen] include time-1.12.2-3479
362.03 s
[cursor-fuzzy-time-gen] Linked component graph:
362.03 s
[cursor-fuzzy-time-gen] unit cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
362.03 s
[cursor-fuzzy-time-gen] include base-4.20.2.0-fafd
362.03 s
[cursor-fuzzy-time-gen] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
362.03 s
[cursor-fuzzy-time-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
362.03 s
[cursor-fuzzy-time-gen] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
362.03 s
[cursor-fuzzy-time-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
362.03 s
[cursor-fuzzy-time-gen] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
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
362.03 s
[cursor-fuzzy-time-gen] unit cursor-fuzzy-time-gen-0.2.0.0-HE6cV8Hbfll4lChtaGe9wx-cursor-fuzzy-time-test
362.03 s
[cursor-fuzzy-time-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
362.03 s
[cursor-fuzzy-time-gen] include base-4.20.2.0-fafd
362.03 s
[cursor-fuzzy-time-gen] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
362.03 s
[cursor-fuzzy-time-gen] include cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
362.03 s
[cursor-fuzzy-time-gen] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
362.03 s
[cursor-fuzzy-time-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
362.03 s
[cursor-fuzzy-time-gen] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
362.03 s
[cursor-fuzzy-time-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
362.03 s
[cursor-fuzzy-time-gen] include time-1.12.2-3479
362.03 s
[cursor-fuzzy-time-gen] Ready component graph:
362.03 s
[cursor-fuzzy-time-gen] definite cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
362.03 s
[cursor-fuzzy-time-gen] depends base-4.20.2.0-fafd
362.03 s
[cursor-fuzzy-time-gen] depends cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
362.03 s
[cursor-fuzzy-time-gen] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
362.03 s
[cursor-fuzzy-time-gen] depends fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
362.03 s
[cursor-fuzzy-time-gen] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
362.03 s
[cursor-fuzzy-time-gen] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
362.03 s
[cursor-fuzzy-time-gen] definite cursor-fuzzy-time-gen-0.2.0.0-HE6cV8Hbfll4lChtaGe9wx-cursor-fuzzy-time-test
362.03 s
[cursor-fuzzy-time-gen] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
362.03 s
[cursor-fuzzy-time-gen] depends base-4.20.2.0-fafd
362.03 s
[cursor-fuzzy-time-gen] depends cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
362.03 s
[cursor-fuzzy-time-gen] depends cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
362.03 s
[cursor-fuzzy-time-gen] depends fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
362.03 s
[cursor-fuzzy-time-gen] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
362.03 s
[cursor-fuzzy-time-gen] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
362.03 s
[cursor-fuzzy-time-gen] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
362.03 s
[cursor-fuzzy-time-gen] depends time-1.12.2-3479
362.03 s
[cursor-fuzzy-time-gen] Using Cabal-3.12.1.0 compiled by ghc-9.10
362.03 s
[cursor-fuzzy-time-gen] Using compiler: ghc-9.10.3
362.03 s
[cursor-fuzzy-time-gen] Using install prefix:
362.03 s
[cursor-fuzzy-time-gen] /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0
362.03 s
[cursor-fuzzy-time-gen] Executables installed in:
362.03 s
[cursor-fuzzy-time-gen] /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0/bin
362.03 s
[cursor-fuzzy-time-gen] Libraries installed in:
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
362.03 s
[cursor-fuzzy-time-gen] Dynamic Libraries installed in:
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
362.03 s
[cursor-fuzzy-time-gen] Private executables installed in:
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
362.03 s
[cursor-fuzzy-time-gen] Data files installed in:
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
362.03 s
[cursor-fuzzy-time-gen] Documentation installed in:
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
362.03 s
[cursor-fuzzy-time-gen] Configuration files installed in:
362.03 s
[cursor-fuzzy-time-gen] /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0/etc
362.03 s
[cursor-fuzzy-time-gen] No alex found
362.03 s
[cursor-fuzzy-time-gen] Using ar found on system at:
362.23 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0
362.60 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
362.60 s
[post-build-hook]
362.94 s
[post-build-hook] Pushing /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0 (6.70 KiB)
363.76 s
[post-build-hook]
363.76 s
[post-build-hook] All done.
363.77 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0
363.85 s
[post-build-hook] copying 1 paths...
363.85 s
[post-build-hook] copying path '/nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0' to 'https://cache.staging.nix-ci.com'...
364.20 s
[post-build-hook] copying 0 paths...
364.23 s
Progress: 96 of 151 built (5 building), 815 of 815 downloaded from cache
364.26 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1
364.65 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
364.65 s
[post-build-hook]
364.99 s
[post-build-hook] Pushing /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1 (2.64 KiB)
365.81 s
[post-build-hook]
365.81 s
[post-build-hook] All done.
365.83 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1
365.89 s
[post-build-hook] copying 1 paths...
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'...
366.26 s
[post-build-hook] copying 0 paths...
366.30 s
Progress: 97 of 152 built (4 building), 815 of 815 downloaded from cache
366.37 s
Building dirforest
366.43 s
Building genvalidity-path
366.43 s
[opt-env-conf] Documentation created: dist/doc/html/opt-env-conf/,
366.43 s
[opt-env-conf] dist/doc/html/opt-env-conf/opt-env-conf.txt
366.43 s
[opt-env-conf] Phase: installPhase
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
366.43 s
[opt-env-conf] Phase: fixupPhase
366.43 s
[opt-env-conf] shrinking RPATHs of ELF executables and libraries in /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1
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
366.43 s
[opt-env-conf] checking for references to /build/ in /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1...
366.43 s
[opt-env-conf] patching script interpreter paths in /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1
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
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
366.43 s
[opt-env-conf] checking for references to /build/ in /nix/store/zrig6079qq6l4zqgb0mhpp2llsl80766-opt-env-conf-0.15.0.1-doc...
366.43 s
[opt-env-conf] patching script interpreter paths in /nix/store/zrig6079qq6l4zqgb0mhpp2llsl80766-opt-env-conf-0.15.0.1-doc
366.43 s
[cursor-fuzzy-time-gen] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
366.43 s
[cursor-fuzzy-time-gen] No c2hs found
366.43 s
[cursor-fuzzy-time-gen] No cpphs found
366.43 s
[cursor-fuzzy-time-gen] No doctest found
366.43 s
[cursor-fuzzy-time-gen] Using gcc version 14.3.0 given by user at:
366.43 s
[cursor-fuzzy-time-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
366.43 s
[cursor-fuzzy-time-gen] Using ghc version 9.10.3 found on system at:
366.43 s
[cursor-fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
366.43 s
[cursor-fuzzy-time-gen] Using ghc-pkg version 9.10.3 found on system at:
366.43 s
[cursor-fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
366.43 s
[cursor-fuzzy-time-gen] No ghcjs found
366.43 s
[cursor-fuzzy-time-gen] No ghcjs-pkg found
366.43 s
[cursor-fuzzy-time-gen] No greencard found
366.43 s
[cursor-fuzzy-time-gen] Using haddock version 2.31.1 found on system at:
366.43 s
[cursor-fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
366.43 s
[cursor-fuzzy-time-gen] No happy found
366.43 s
[cursor-fuzzy-time-gen] Using haskell-suite found on system at: haskell-suite-dummy-location
366.43 s
[cursor-fuzzy-time-gen] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
366.43 s
[cursor-fuzzy-time-gen] No hmake found
366.43 s
[cursor-fuzzy-time-gen] Using hpc version 0.69 found on system at:
366.43 s
[cursor-fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
366.43 s
[cursor-fuzzy-time-gen] Using hsc2hs version 0.68.10 found on system at:
366.43 s
[cursor-fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
366.43 s
[cursor-fuzzy-time-gen] Using hscolour version 1.25 found on system at:
366.43 s
[cursor-fuzzy-time-gen] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
366.43 s
[cursor-fuzzy-time-gen] No jhc found
366.43 s
[cursor-fuzzy-time-gen] Using ld found on system at:
366.43 s
[cursor-fuzzy-time-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
366.43 s
[cursor-fuzzy-time-gen] No pkg-config found
366.43 s
[cursor-fuzzy-time-gen] Using runghc version 9.10.3 found on system at:
366.43 s
[cursor-fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
366.43 s
[cursor-fuzzy-time-gen] Using strip version 2.44 found on system at:
366.43 s
[cursor-fuzzy-time-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
366.43 s
[cursor-fuzzy-time-gen] Using tar found on system at:
366.43 s
[cursor-fuzzy-time-gen] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
366.43 s
[cursor-fuzzy-time-gen] No uhc found
366.43 s
[cursor-fuzzy-time-gen] Phase: buildPhase
366.43 s
[cursor-fuzzy-time-gen] Preprocessing library for cursor-fuzzy-time-gen-0.2.0.0...
366.43 s
[cursor-fuzzy-time-gen] Building library for cursor-fuzzy-time-gen-0.2.0.0...
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
366.43 s
[cursor-fuzzy-time-gen] Preprocessing test suite 'cursor-fuzzy-time-test' for cursor-fuzzy-time-gen-0.2.0.0...
366.43 s
[cursor-fuzzy-time-gen] Building test suite 'cursor-fuzzy-time-test' for cursor-fuzzy-time-gen-0.2.0.0...
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 )
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 )
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 )
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 )
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 )
366.43 s
[cursor-fuzzy-time-gen] [6 of 6] Linking dist/build/cursor-fuzzy-time-test/cursor-fuzzy-time-test
366.43 s
[genvalidity-hspec-aeson] Phase: updateAutotoolsGnuConfigScriptsPhase
366.43 s
[genvalidity-hspec-aeson] Phase: configurePhase
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
366.43 s
[genvalidity-hspec-aeson] Using Parsec parser
366.43 s
[genvalidity-hspec-aeson] Configuring genvalidity-hspec-aeson-1.0.0.0...
366.43 s
[genvalidity-hspec-aeson] Dependency QuickCheck: using QuickCheck-2.15.0.1
366.43 s
[genvalidity-hspec-aeson] Dependency aeson: using aeson-2.2.3.0
366.43 s
[genvalidity-hspec-aeson] Dependency base >=4.9 && <=5: using base-4.20.2.0
366.43 s
[genvalidity-hspec-aeson] Dependency deepseq: using deepseq-1.5.0.0
366.43 s
[genvalidity-hspec-aeson] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
366.43 s
[genvalidity-hspec-aeson] Dependency genvalidity-hspec >=0.6: using genvalidity-hspec-1.0.0.4
366.43 s
[genvalidity-hspec-aeson] Dependency hspec: using hspec-2.11.14
366.43 s
[genvalidity-hspec-aeson] Dependency aeson: using aeson-2.2.3.0
366.43 s
[genvalidity-hspec-aeson] Dependency base >=4.9 && <=5: using base-4.20.2.0
366.43 s
[genvalidity-hspec-aeson] Dependency genvalidity: using genvalidity-1.1.1.0
366.43 s
[genvalidity-hspec-aeson] Dependency genvalidity-aeson: using genvalidity-aeson-1.1.0.0
366.43 s
[genvalidity-hspec-aeson] Dependency genvalidity-hspec-aeson: using genvalidity-hspec-aeson-1.0.0.0
366.43 s
[genvalidity-hspec-aeson] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
366.43 s
[genvalidity-hspec-aeson] Dependency hspec: using hspec-2.11.14
366.43 s
[genvalidity-hspec-aeson] Dependency text: using text-2.1.3
366.43 s
[genvalidity-hspec-aeson] Source component graph:
366.43 s
[genvalidity-hspec-aeson] component lib
366.43 s
[genvalidity-hspec-aeson] component test:genvalidity-hspec-aeson-test dependency lib
366.43 s
[genvalidity-hspec-aeson] Configured component graph:
366.43 s
[genvalidity-hspec-aeson] component genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
366.43 s
[genvalidity-hspec-aeson] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
366.43 s
[genvalidity-hspec-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
366.43 s
[genvalidity-hspec-aeson] include base-4.20.2.0-fafd
366.43 s
[genvalidity-hspec-aeson] include deepseq-1.5.0.0-2b65
366.43 s
[genvalidity-hspec-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
366.43 s
[genvalidity-hspec-aeson] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
366.43 s
[genvalidity-hspec-aeson] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
366.43 s
[genvalidity-hspec-aeson] component genvalidity-hspec-aeson-1.0.0.0-7t41fEBc0Z7HcytqgiFUHO-genvalidity-hspec-aeson-test
366.43 s
[genvalidity-hspec-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
366.43 s
[genvalidity-hspec-aeson] include base-4.20.2.0-fafd
366.43 s
[genvalidity-hspec-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
366.43 s
[genvalidity-hspec-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
366.43 s
[genvalidity-hspec-aeson] include genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
366.43 s
[genvalidity-hspec-aeson] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
366.43 s
[genvalidity-hspec-aeson] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
366.43 s
[genvalidity-hspec-aeson] include text-2.1.3-34f1
366.43 s
[genvalidity-hspec-aeson] Linked component graph:
366.43 s
[genvalidity-hspec-aeson] unit genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
366.43 s
[genvalidity-hspec-aeson] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
366.43 s
[genvalidity-hspec-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
366.43 s
[genvalidity-hspec-aeson] include base-4.20.2.0-fafd
366.43 s
[genvalidity-hspec-aeson] include deepseq-1.5.0.0-2b65
366.43 s
[genvalidity-hspec-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
366.43 s
[genvalidity-hspec-aeson] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
366.43 s
[genvalidity-hspec-aeson] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
366.43 s
[genvalidity-hspec-aeson] Test.Validity.Aeson=genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj:Test.Validity.Aeson
366.43 s
[genvalidity-hspec-aeson] unit genvalidity-hspec-aeson-1.0.0.0-7t41fEBc0Z7HcytqgiFUHO-genvalidity-hspec-aeson-test
366.43 s
[genvalidity-hspec-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
366.43 s
[genvalidity-hspec-aeson] include base-4.20.2.0-fafd
366.43 s
[ical] Phase: setupCompilerEnvironmentPhase
366.43 s
[ical] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
366.43 s
[ical] Phase: unpackPhase
366.43 s
[ical] unpacking source archive /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0/ical-0.0.0.0.tar.gz
366.43 s
[ical] source root is ical-0.0.0.0
366.43 s
[ical] setting SOURCE_DATE_EPOCH to timestamp 1780347885 of file "ical-0.0.0.0/src/ICal/UnfoldedLine.hs"
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
366.43 s
[ical] Phase: patchPhase
366.43 s
[ical] Phase: compileBuildDriverPhase
366.43 s
[ical] setupCompileFlags: -package-db=/build/tmp.Ii5Oq7cj7o/setup-package.conf.d -threaded
366.43 s
[ical] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Ii5Oq7cj7o/Main.o )
366.43 s
[ical] [2 of 2] Linking Setup
366.43 s
[ical] Phase: updateAutotoolsGnuConfigScriptsPhase
366.43 s
[ical] Phase: configurePhase
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
366.43 s
[ical] Using Parsec parser
366.43 s
[ical] Configuring ical-0.0.0.0...
366.43 s
[ical] Dependency base >=4.7 && <5: using base-4.20.2.0
366.43 s
[ical] Dependency base64: using base64-1.0
366.43 s
[ical] Dependency bytestring: using bytestring-0.12.2.0
366.43 s
[ical] Dependency case-insensitive: using case-insensitive-1.2.1.0
366.43 s
[ical] Dependency conformance: using conformance-0.1.0.0
366.43 s
[ical] Dependency containers: using containers-0.7
366.43 s
[ical] Dependency deepseq: using deepseq-1.5.0.0
366.43 s
[ical] Dependency dlist: using dlist-1.0
366.43 s
[ical] Dependency megaparsec: using megaparsec-9.7.0
366.43 s
[ical] Dependency network-uri: using network-uri-2.6.4.2
366.43 s
[ical] Dependency text: using text-2.1.3
366.43 s
[ical] Dependency time: using time-1.12.2
366.43 s
[ical] Dependency time-compat: using time-compat-1.9.8
366.43 s
[ical] Dependency validity: using validity-0.12.1.0
366.43 s
[ical] Dependency validity-bytestring: using validity-bytestring-0.4.1.1
366.43 s
[ical] Dependency validity-case-insensitive: using validity-case-insensitive-0.0.0.0
366.43 s
[ical] Dependency validity-containers: using validity-containers-0.5.0.5
366.43 s
[ical] Dependency validity-network-uri: using validity-network-uri-0.0.0.1
366.43 s
[ical] Dependency validity-text: using validity-text-0.3.1.3
366.43 s
[ical] Dependency validity-time: using validity-time-0.5.0.0
366.43 s
[ical] Source component graph: component lib
366.43 s
[ical] Configured component graph:
366.43 s
[ical] component ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
366.43 s
[ical] include base-4.20.2.0-fafd
366.43 s
[ical] include base64-1.0-N8iliogjNkyTcibCuxQp
366.43 s
[ical] include bytestring-0.12.2.0-96e1
366.43 s
[ical] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
366.43 s
[ical] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
366.43 s
[ical] include containers-0.7-96b4
366.43 s
[cursor-fuzzy-time-gen] Phase: checkPhase
366.43 s
[cursor-fuzzy-time-gen] Running 1 test suites...
366.43 s
[cursor-fuzzy-time-gen] Test suite cursor-fuzzy-time-test: RUNNING...
366.43 s
[cursor-fuzzy-time-gen]
366.43 s
[cursor-fuzzy-time-gen] Cursor.FuzzyDay
366.43 s
[cursor-fuzzy-time-gen] Eq FuzzyDayCursor
366.43 s
[cursor-fuzzy-time-gen] (==) :: FuzzyDayCursor -> FuzzyDayCursor -> Bool
366.43 s
[cursor-fuzzy-time-gen] is reflexive for "valid FuzzyDayCursor"s [✔]
366.43 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.43 s
[cursor-fuzzy-time-gen] is symmetric for "valid FuzzyDayCursor"s [✔]
366.43 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.43 s
[cursor-fuzzy-time-gen] is transitive for "valid FuzzyDayCursor"s [✔]
366.43 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.43 s
[cursor-fuzzy-time-gen] is equivalent to (\a b -> not $ a /= b) for "valid FuzzyDayCursor"s [✔]
366.43 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.43 s
[cursor-fuzzy-time-gen] (/=) :: FuzzyDayCursor -> FuzzyDayCursor -> Bool
366.43 s
[cursor-fuzzy-time-gen] is antireflexive for "valid FuzzyDayCursor"s [✔]
366.43 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.43 s
[cursor-fuzzy-time-gen] is equivalent to (\a b -> not $ a == b) for "valid FuzzyDayCursor"s [✔]
366.43 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.43 s
[cursor-fuzzy-time-gen] GenValid FuzzyDayCursor
366.43 s
[cursor-fuzzy-time-gen] genValid :: Gen FuzzyDayCursor
366.43 s
[cursor-fuzzy-time-gen] only generates valid 'FuzzyDayCursor's [✔]
366.43 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.43 s
[cursor-fuzzy-time-gen] emptyFuzzyDayCursor
366.43 s
[cursor-fuzzy-time-gen] produces valid cursors [✔]
366.43 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.43 s
[cursor-fuzzy-time-gen] makes cursors that makes the guessing produce nothing [✔]
366.43 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.43 s
[cursor-fuzzy-time-gen] makes cursors that makes the guessing produce nothing [✔]
366.43 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] makeFuzzyDayCursor
366.44 s
[cursor-fuzzy-time-gen] produces valid cursors [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] makes cursors that makes the guessing produce the given time for recent days [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] makes cursors that makes the guessing produce the given time for recent days [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] rebuildFuzzyDayCursorForwards
366.44 s
[cursor-fuzzy-time-gen] produces valid days [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] rebuildFuzzyDayCursorBackwards
366.44 s
[cursor-fuzzy-time-gen] produces valid days [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] fuzzyDayCursorTextCursorL
366.44 s
[cursor-fuzzy-time-gen] satisfies the first lens law for valid values and valid values [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] satisfies the second lens law for valid values [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] satisfies the third lens law for valid values and valid values [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] gets valid values from valid values values [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] produces valid values when it is used to set valid values values on valid values values [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] fuzzyDayCursorGuessForwards
366.44 s
[cursor-fuzzy-time-gen] guesses a valid day [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] fuzzyDayCursorGuessBackwards
366.44 s
[cursor-fuzzy-time-gen] guesses a valid day [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] Cursor.FuzzyLocalTime
366.44 s
[cursor-fuzzy-time-gen] Eq FuzzyLocalTimeCursor
366.44 s
[cursor-fuzzy-time-gen] (==) :: FuzzyLocalTimeCursor -> FuzzyLocalTimeCursor -> Bool
366.44 s
[cursor-fuzzy-time-gen] is reflexive for "valid FuzzyLocalTimeCursor"s [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] is symmetric for "valid FuzzyLocalTimeCursor"s [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] is transitive for "valid FuzzyLocalTimeCursor"s [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] is equivalent to (\a b -> not $ a /= b) for "valid FuzzyLocalTimeCursor"s [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] (/=) :: FuzzyLocalTimeCursor -> FuzzyLocalTimeCursor -> Bool
366.44 s
[cursor-fuzzy-time-gen] is antireflexive for "valid FuzzyLocalTimeCursor"s [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] is equivalent to (\a b -> not $ a == b) for "valid FuzzyLocalTimeCursor"s [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] GenValid FuzzyLocalTimeCursor
366.44 s
[cursor-fuzzy-time-gen] genValid :: Gen FuzzyLocalTimeCursor
366.44 s
[cursor-fuzzy-time-gen] only generates valid 'FuzzyLocalTimeCursor's [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] emptyFuzzyLocalTimeCursor
366.44 s
[cursor-fuzzy-time-gen] produces valid cursors [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] makes cursors that makes the guessing produce nothing [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] makes cursors that makes the guessing produce nothing [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] makeFuzzyLocalTimeCursor
366.44 s
[cursor-fuzzy-time-gen] produces valid cursors [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] makes cursors that makes the guessing produce the given time for recent days [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[cursor-fuzzy-time-gen] makes cursors that makes the guessing produce the given time for recent days [✔]
366.44 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
366.44 s
[genvalidity-hspec-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
366.44 s
[genvalidity-hspec-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
366.44 s
[genvalidity-hspec-aeson] include genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
366.44 s
[genvalidity-hspec-aeson] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
366.44 s
[genvalidity-hspec-aeson] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
366.44 s
[genvalidity-hspec-aeson] include text-2.1.3-34f1
366.44 s
[genvalidity-hspec-aeson] Ready component graph:
366.44 s
[genvalidity-hspec-aeson] definite genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
366.44 s
[genvalidity-hspec-aeson] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
366.44 s
[genvalidity-hspec-aeson] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
366.44 s
[genvalidity-hspec-aeson] depends base-4.20.2.0-fafd
366.44 s
[genvalidity-hspec-aeson] depends deepseq-1.5.0.0-2b65
366.44 s
[genvalidity-hspec-aeson] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
366.44 s
[genvalidity-hspec-aeson] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
366.44 s
[genvalidity-hspec-aeson] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
366.44 s
[genvalidity-hspec-aeson] definite genvalidity-hspec-aeson-1.0.0.0-7t41fEBc0Z7HcytqgiFUHO-genvalidity-hspec-aeson-test
366.44 s
[genvalidity-hspec-aeson] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
366.44 s
[genvalidity-hspec-aeson] depends base-4.20.2.0-fafd
366.44 s
[genvalidity-hspec-aeson] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
366.44 s
[genvalidity-hspec-aeson] depends genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
366.44 s
[genvalidity-hspec-aeson] depends genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
366.44 s
[genvalidity-hspec-aeson] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
366.44 s
[genvalidity-hspec-aeson] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
366.44 s
[genvalidity-hspec-aeson] depends text-2.1.3-34f1
366.44 s
[genvalidity-hspec-aeson] Using Cabal-3.12.1.0 compiled by ghc-9.10
366.44 s
[genvalidity-hspec-aeson] Using compiler: ghc-9.10.3
366.44 s
[genvalidity-hspec-aeson] Using install prefix:
366.44 s
[genvalidity-hspec-aeson] /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0
366.44 s
[genvalidity-hspec-aeson] Executables installed in:
366.44 s
[genvalidity-hspec-aeson] /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0/bin
366.44 s
[genvalidity-hspec-aeson] Libraries installed in:
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
366.44 s
[genvalidity-hspec-aeson] Dynamic Libraries installed in:
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
366.44 s
[genvalidity-hspec-aeson] Private executables installed in:
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
366.44 s
[genvalidity-hspec-aeson] Data files installed in:
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
366.44 s
[genvalidity-hspec-aeson] Documentation installed in:
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
366.44 s
[genvalidity-hspec-aeson] Configuration files installed in:
366.44 s
[genvalidity-hspec-aeson] /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0/etc
366.44 s
[genvalidity-hspec-aeson] No alex found
366.44 s
[genvalidity-hspec-aeson] Using ar found on system at:
366.44 s
[genvalidity-hspec-aeson] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
366.44 s
[genvalidity-hspec-aeson] No c2hs found
366.44 s
[genvalidity-hspec-aeson] No cpphs found
366.44 s
[genvalidity-hspec-aeson] No doctest found
366.44 s
[genvalidity-hspec-aeson] Using gcc version 14.3.0 given by user at:
366.44 s
[genvalidity-hspec-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
366.44 s
[genvalidity-hspec-aeson] Using ghc version 9.10.3 found on system at:
366.44 s
[genvalidity-hspec-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
366.44 s
[genvalidity-hspec-aeson] Using ghc-pkg version 9.10.3 found on system at:
366.44 s
[genvalidity-hspec-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
366.44 s
[genvalidity-hspec-aeson] No ghcjs found
366.44 s
[genvalidity-hspec-aeson] No ghcjs-pkg found
366.44 s
[genvalidity-hspec-aeson] No greencard found
366.44 s
[genvalidity-hspec-aeson] Using haddock version 2.31.1 found on system at:
366.44 s
[genvalidity-hspec-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
366.44 s
[genvalidity-hspec-aeson] No happy found
366.44 s
[genvalidity-hspec-aeson] Using haskell-suite found on system at: haskell-suite-dummy-location
366.44 s
[genvalidity-hspec-aeson] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
366.44 s
[genvalidity-hspec-aeson] No hmake found
366.44 s
[genvalidity-hspec-aeson] Using hpc version 0.69 found on system at:
366.44 s
[genvalidity-hspec-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
366.44 s
[genvalidity-hspec-aeson] Using hsc2hs version 0.68.10 found on system at:
366.44 s
[genvalidity-hspec-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
366.44 s
[genvalidity-hspec-aeson] Using hscolour version 1.25 found on system at:
366.44 s
[genvalidity-hspec-aeson] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
366.44 s
[genvalidity-hspec-aeson] No jhc found
366.44 s
[genvalidity-hspec-aeson] Using ld found on system at:
366.44 s
[genvalidity-hspec-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
366.44 s
[genvalidity-hspec-aeson] No pkg-config found
366.44 s
[genvalidity-hspec-aeson] Using runghc version 9.10.3 found on system at:
366.44 s
[genvalidity-hspec-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
366.44 s
[genvalidity-hspec-aeson] Using strip version 2.44 found on system at:
366.44 s
[ical] include deepseq-1.5.0.0-2b65
366.44 s
[ical] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
366.44 s
[ical] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
366.44 s
[ical] include network-uri-2.6.4.2-90cnrsZ004i7HW9YhrlM2
366.44 s
[ical] include text-2.1.3-34f1
366.44 s
[ical] include time-1.12.2-3479
366.44 s
[ical] include time-compat-1.9.8-4DIQNbjEQNI9YHVNPcoCik
366.44 s
[ical] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
366.44 s
[ical] include validity-bytestring-0.4.1.1-4bRtlxuVsWD3ePz3664F9A
366.44 s
[ical] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
366.44 s
[ical] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
366.44 s
[ical] include validity-network-uri-0.0.0.1-5Zk41rMoAQREBemuJG0mLu
366.44 s
[ical] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
366.44 s
[ical] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
366.44 s
[ical] Linked component graph:
366.44 s
[ical] unit ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
366.44 s
[ical] include base-4.20.2.0-fafd
366.44 s
[ical] include base64-1.0-N8iliogjNkyTcibCuxQp
366.44 s
[ical] include bytestring-0.12.2.0-96e1
366.44 s
[ical] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
366.44 s
[ical] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
366.44 s
[ical] include containers-0.7-96b4
366.44 s
[ical] include deepseq-1.5.0.0-2b65
366.44 s
[ical] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
366.44 s
[ical] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
366.44 s
[ical] include network-uri-2.6.4.2-90cnrsZ004i7HW9YhrlM2
366.44 s
[ical] include text-2.1.3-34f1
366.44 s
[ical] include time-1.12.2-3479
366.44 s
[ical] include time-compat-1.9.8-4DIQNbjEQNI9YHVNPcoCik
366.44 s
[ical] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
366.44 s
[ical] include validity-bytestring-0.4.1.1-4bRtlxuVsWD3ePz3664F9A
366.44 s
[ical] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
366.44 s
[ical] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
366.44 s
[ical] include validity-network-uri-0.0.0.1-5Zk41rMoAQREBemuJG0mLu
366.44 s
[ical] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
366.44 s
[ical] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
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
367.18 s
[post-build-hook] Pushing 2 paths (224 are already present) using zstd to cache smos ⏳
367.18 s
[post-build-hook]
367.55 s
[post-build-hook] Pushing /nix/store/zrig6079qq6l4zqgb0mhpp2llsl80766-opt-env-conf-0.15.0.1-doc (5.88 MiB)
367.55 s
[post-build-hook] Pushing /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1 (17.98 MiB)
368.89 s
[post-build-hook]
368.96 s
[post-build-hook] All done.
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
368.99 s
[post-build-hook] copying 0 paths...
369.14 s
[post-build-hook] copying 0 paths...
369.23 s
Progress: 98 of 151 built (5 building), 815 of 815 downloaded from cache
369.30 s
Building sydtest-source
369.30 s
[cursor-fuzzy-time-gen] rebuildFuzzyLocalTimeCursorForwards
369.30 s
[cursor-fuzzy-time-gen] produces valid time of day [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] rebuildFuzzyLocalTimeCursorBackwards
369.30 s
[cursor-fuzzy-time-gen] produces valid time of day [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] fuzzyLocalTimeCursorTextCursorL
369.30 s
[cursor-fuzzy-time-gen] satisfies the first lens law for valid values and valid values [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] satisfies the second lens law for valid values [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] satisfies the third lens law for valid values and valid values [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] gets valid values from valid values values [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] produces valid values when it is used to set valid values values on valid values values [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] fuzzyLocalTimeCursorGuessForwards
369.30 s
[cursor-fuzzy-time-gen] guesses a valid time of day [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] fuzzyLocalTimeCursorGuessBackwards
369.30 s
[cursor-fuzzy-time-gen] guesses a valid time of day [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] Cursor.FuzzyTimeOfDay
369.30 s
[cursor-fuzzy-time-gen] Eq FuzzyTimeOfDayCursor
369.30 s
[cursor-fuzzy-time-gen] (==) :: FuzzyTimeOfDayCursor -> FuzzyTimeOfDayCursor -> Bool
369.30 s
[cursor-fuzzy-time-gen] is reflexive for "valid FuzzyTimeOfDayCursor"s [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] is symmetric for "valid FuzzyTimeOfDayCursor"s [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] is transitive for "valid FuzzyTimeOfDayCursor"s [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] is equivalent to (\a b -> not $ a /= b) for "valid FuzzyTimeOfDayCursor"s [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] (/=) :: FuzzyTimeOfDayCursor -> FuzzyTimeOfDayCursor -> Bool
369.30 s
[cursor-fuzzy-time-gen] is antireflexive for "valid FuzzyTimeOfDayCursor"s [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] is equivalent to (\a b -> not $ a == b) for "valid FuzzyTimeOfDayCursor"s [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] GenValid FuzzyTimeOfDayCursor
369.30 s
[cursor-fuzzy-time-gen] genValid :: Gen FuzzyTimeOfDayCursor
369.30 s
[cursor-fuzzy-time-gen] only generates valid 'FuzzyTimeOfDayCursor's [✔]
369.30 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.30 s
[cursor-fuzzy-time-gen] emptyFuzzyTimeOfDayCursor
369.30 s
[cursor-fuzzy-time-gen] produces valid cursors [✔]
369.31 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.31 s
[cursor-fuzzy-time-gen] makes cursors that makes the guessing produce nothing [✔]
369.31 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.31 s
[cursor-fuzzy-time-gen] makes cursors that makes the guessing produce nothing [✔]
369.31 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.31 s
[cursor-fuzzy-time-gen] makeFuzzyTimeOfDayCursor
369.31 s
[cursor-fuzzy-time-gen] produces valid cursors [✔]
369.31 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.31 s
[cursor-fuzzy-time-gen] makes cursors that makes the guessing produce the given time [✔]
369.31 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.31 s
[cursor-fuzzy-time-gen] makes cursors that makes the guessing produce the given time [✔]
369.31 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.31 s
[cursor-fuzzy-time-gen] rebuildFuzzyTimeOfDayCursorForwards
369.31 s
[cursor-fuzzy-time-gen] produces valid time of day [✔]
369.31 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.31 s
[cursor-fuzzy-time-gen] rebuildFuzzyTimeOfDayCursorBackwards
369.31 s
[cursor-fuzzy-time-gen] produces valid time of day [✔]
369.31 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.31 s
[cursor-fuzzy-time-gen] fuzzyTimeOfDayCursorTextCursorL
369.31 s
[cursor-fuzzy-time-gen] satisfies the first lens law for valid values and valid values [✔]
369.31 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.31 s
[cursor-fuzzy-time-gen] satisfies the second lens law for valid values [✔]
369.31 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.31 s
[cursor-fuzzy-time-gen] satisfies the third lens law for valid values and valid values [✔]
369.31 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.31 s
[cursor-fuzzy-time-gen] gets valid values from valid values values [✔]
369.31 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.31 s
[cursor-fuzzy-time-gen] produces valid values when it is used to set valid values values on valid values values [✔]
369.31 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.31 s
[cursor-fuzzy-time-gen] fuzzyTimeOfDayCursorGuessForwards
369.31 s
[cursor-fuzzy-time-gen] guesses a valid time of day [✔]
369.31 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.31 s
[cursor-fuzzy-time-gen] fuzzyTimeOfDayCursorGuessBackwards
369.31 s
[cursor-fuzzy-time-gen] guesses a valid time of day [✔]
369.31 s
[cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
369.31 s
[cursor-fuzzy-time-gen]
369.31 s
[cursor-fuzzy-time-gen] Finished in 0.0561 seconds
369.31 s
[cursor-fuzzy-time-gen] 66 examples, 0 failures
369.31 s
[cursor-fuzzy-time-gen] Test suite cursor-fuzzy-time-test: PASS
369.31 s
[cursor-fuzzy-time-gen] Test suite logged to:
369.31 s
[cursor-fuzzy-time-gen] dist/test/cursor-fuzzy-time-gen-0.2.0.0-cursor-fuzzy-time-test.log
369.31 s
[cursor-fuzzy-time-gen] 1 of 1 test suites (1 of 1 test cases) passed.
369.31 s
[cursor-fuzzy-time-gen] Phase: haddockPhase
369.31 s
[cursor-fuzzy-time-gen] Preprocessing library for cursor-fuzzy-time-gen-0.2.0.0...
369.31 s
[cursor-fuzzy-time-gen] Running Haddock on library for cursor-fuzzy-time-gen-0.2.0.0...
369.31 s
[cursor-fuzzy-time-gen] [1 of 4] Compiling Cursor.FuzzyDay.Gen ( src/Cursor/FuzzyDay/Gen.hs, nothing )
369.31 s
[cursor-fuzzy-time-gen] [2 of 4] Compiling Cursor.FuzzyLocalTime.Gen ( src/Cursor/FuzzyLocalTime/Gen.hs, nothing )
369.31 s
[genvalidity-hspec-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
369.31 s
[genvalidity-hspec-aeson] Using tar found on system at:
369.31 s
[genvalidity-hspec-aeson] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
369.31 s
[genvalidity-hspec-aeson] No uhc found
369.31 s
[genvalidity-hspec-aeson] Phase: buildPhase
369.31 s
[genvalidity-hspec-aeson] Preprocessing library for genvalidity-hspec-aeson-1.0.0.0...
369.31 s
[genvalidity-hspec-aeson] Building library for genvalidity-hspec-aeson-1.0.0.0...
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 )
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 )
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 )
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 )
369.31 s
[genvalidity-hspec-aeson] Preprocessing test suite 'genvalidity-hspec-aeson-test' for genvalidity-hspec-aeson-1.0.0.0...
369.31 s
[genvalidity-hspec-aeson] Building test suite 'genvalidity-hspec-aeson-test' for genvalidity-hspec-aeson-1.0.0.0...
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 )
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 )
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 )
369.31 s
[genvalidity-hspec-aeson] [4 of 4] Linking dist/build/genvalidity-hspec-aeson-test/genvalidity-hspec-aeson-test
369.31 s
[genvalidity-hspec-aeson] Phase: checkPhase
369.31 s
[genvalidity-hspec-aeson] Running 1 test suites...
369.31 s
[genvalidity-hspec-aeson] Test suite genvalidity-hspec-aeson-test: RUNNING...
369.31 s
[genvalidity-hspec-aeson]
369.31 s
[genvalidity-hspec-aeson] Test.Validity.Aeson
369.31 s
[genvalidity-hspec-aeson] JSON [Char] (sequence of 'a's)
369.31 s
[genvalidity-hspec-aeson] encode :: [Char] -> Data.ByteString.Lazy.ByteString
369.31 s
[genvalidity-hspec-aeson] never fails to encode a "sequence of 'a's [Char]" [✔]
369.31 s
[genvalidity-hspec-aeson] +++ OK, passed 100 tests.
369.31 s
[genvalidity-hspec-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String [Char]
369.31 s
[genvalidity-hspec-aeson] ensures that encode and decode are inverses for "sequence of 'a's [Char]"'s [✔]
369.31 s
[genvalidity-hspec-aeson] +++ OK, passed 100 tests.
369.31 s
[genvalidity-hspec-aeson] JSON (Ratio Integer) (valid)
369.31 s
[genvalidity-hspec-aeson] encode :: (Ratio Integer) -> Data.ByteString.Lazy.ByteString
369.31 s
[genvalidity-hspec-aeson] never fails to encode a "valid (Ratio Integer)" [✔]
369.31 s
[genvalidity-hspec-aeson] +++ OK, passed 100 tests.
369.31 s
[genvalidity-hspec-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String (Ratio Integer)
369.31 s
[genvalidity-hspec-aeson] ensures that encode and decode are inverses for "valid (Ratio Integer)"'s [✔]
369.31 s
[genvalidity-hspec-aeson] +++ OK, passed 100 tests.
369.31 s
[genvalidity-hspec-aeson] JSON Int (valid)
369.31 s
[genvalidity-hspec-aeson] encode :: Int -> Data.ByteString.Lazy.ByteString
369.31 s
[genvalidity-hspec-aeson] never fails to encode a "valid Int" [✔]
369.31 s
[genvalidity-hspec-aeson] +++ OK, passed 100 tests.
369.31 s
[genvalidity-hspec-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String Int
369.31 s
[genvalidity-hspec-aeson] ensures that encode and decode are inverses for "valid Int"'s [✔]
369.31 s
[genvalidity-hspec-aeson] +++ OK, passed 100 tests.
369.31 s
[genvalidity-hspec-aeson] JSON Int (arbitrary)
369.31 s
[genvalidity-hspec-aeson] encode :: Int -> Data.ByteString.Lazy.ByteString
369.31 s
[genvalidity-hspec-aeson] never fails to encode a "arbitrary Int" [✔]
369.31 s
[genvalidity-hspec-aeson] +++ OK, passed 100 tests.
369.31 s
[genvalidity-hspec-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String Int
369.31 s
[genvalidity-hspec-aeson] ensures that encode and decode are inverses for "arbitrary Int"'s [✔]
369.31 s
[genvalidity-hspec-aeson] +++ OK, passed 100 tests.
369.31 s
[genvalidity-hspec-aeson] JSON ForShow (valid)
369.31 s
[genvalidity-hspec-aeson] encode :: ForShow -> Data.ByteString.Lazy.ByteString
369.31 s
[genvalidity-hspec-aeson] never fails to encode a "valid ForShow" [✔]
369.31 s
[genvalidity-hspec-aeson] +++ OK, passed 100 tests.
369.31 s
[genvalidity-hspec-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String ForShow
369.31 s
[genvalidity-hspec-aeson] ensures that encode and decode are inverses for "valid ForShow"'s [✔]
369.31 s
[genvalidity-hspec-aeson] +++ OK, passed 100 tests.
369.31 s
[genvalidity-hspec-aeson] JSON Value (valid)
369.31 s
[genvalidity-hspec-aeson] encode :: Value -> Data.ByteString.Lazy.ByteString
369.31 s
[genvalidity-hspec-aeson] never fails to encode a "valid Value" [✔]
369.31 s
[genvalidity-hspec-aeson] +++ OK, passed 100 tests.
369.31 s
[genvalidity-hspec-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String Value
369.31 s
[genvalidity-hspec-aeson] ensures that encode and decode are inverses for "valid Value"'s [✔]
369.31 s
[genvalidity-hspec-aeson] +++ OK, passed 100 tests.
369.31 s
[genvalidity-hspec-aeson]
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
369.31 s
[ical] Ready component graph:
369.31 s
[ical] definite ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
369.31 s
[ical] depends base-4.20.2.0-fafd
369.31 s
[ical] depends base64-1.0-N8iliogjNkyTcibCuxQp
369.31 s
[ical] depends bytestring-0.12.2.0-96e1
369.31 s
[ical] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
369.31 s
[ical] depends conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
369.31 s
[ical] depends containers-0.7-96b4
369.31 s
[ical] depends deepseq-1.5.0.0-2b65
369.31 s
[ical] depends dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
369.31 s
[ical] depends megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
369.31 s
[ical] depends network-uri-2.6.4.2-90cnrsZ004i7HW9YhrlM2
369.31 s
[ical] depends text-2.1.3-34f1
369.31 s
[ical] depends time-1.12.2-3479
369.31 s
[ical] depends time-compat-1.9.8-4DIQNbjEQNI9YHVNPcoCik
369.31 s
[ical] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
369.31 s
[ical] depends validity-bytestring-0.4.1.1-4bRtlxuVsWD3ePz3664F9A
369.31 s
[ical] depends validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
369.31 s
[ical] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
369.31 s
[ical] depends validity-network-uri-0.0.0.1-5Zk41rMoAQREBemuJG0mLu
369.31 s
[ical] depends validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
369.31 s
[ical] depends validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
369.31 s
[ical] Using Cabal-3.12.1.0 compiled by ghc-9.10
369.31 s
[ical] Using compiler: ghc-9.10.3
369.31 s
[ical] Using install prefix: /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0
369.31 s
[ical] Executables installed in:
369.31 s
[ical] /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0/bin
369.31 s
[ical] Libraries installed in:
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
369.31 s
[ical] Dynamic Libraries installed in:
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
369.31 s
[ical] Private executables installed in:
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
369.31 s
[ical] Data files installed in:
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
369.31 s
[ical] Documentation installed in:
369.31 s
[ical] /nix/store/zmzv1mgn74z2w9sj5ly2bsxr2fhqg1i1-ical-0.0.0.0-doc/share/doc/ical-0.0.0.0
369.31 s
[ical] Configuration files installed in:
369.31 s
[ical] /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0/etc
369.31 s
[ical] No alex found
369.31 s
[ical] Using ar found on system at:
369.31 s
[ical] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
369.31 s
[ical] No c2hs found
369.31 s
[ical] No cpphs found
369.31 s
[ical] No doctest found
369.31 s
[ical] Using gcc version 14.3.0 given by user at:
369.31 s
[ical] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
369.31 s
[ical] Using ghc version 9.10.3 found on system at:
369.31 s
[ical] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
369.31 s
[ical] Using ghc-pkg version 9.10.3 found on system at:
369.31 s
[ical] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
369.31 s
[ical] No ghcjs found
369.31 s
[ical] No ghcjs-pkg found
369.31 s
[ical] No greencard found
369.31 s
[ical] Using haddock version 2.31.1 found on system at:
369.31 s
[ical] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
369.31 s
[ical] No happy found
369.31 s
[ical] Using haskell-suite found on system at: haskell-suite-dummy-location
369.31 s
[ical] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
369.31 s
[ical] No hmake found
369.31 s
[ical] Using hpc version 0.69 found on system at:
369.31 s
[ical] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
369.31 s
[ical] Using hsc2hs version 0.68.10 found on system at:
369.31 s
[ical] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
369.31 s
[ical] Using hscolour version 1.25 found on system at:
369.31 s
[ical] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
369.31 s
[ical] No jhc found
369.31 s
[ical] Using ld found on system at:
369.31 s
[ical] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
369.31 s
[ical] No pkg-config found
369.31 s
[ical] Using runghc version 9.10.3 found on system at:
369.31 s
[ical] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
369.31 s
[ical] Using strip version 2.44 found on system at:
369.31 s
[ical] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
369.31 s
[ical] Using tar found on system at:
369.31 s
[ical] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
369.31 s
[ical] No uhc found
369.31 s
[ical] Phase: buildPhase
369.31 s
[dirforest] Phase: setupCompilerEnvironmentPhase
369.31 s
[dirforest] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
369.31 s
[dirforest] Phase: unpackPhase
369.31 s
[dirforest] unpacking source archive /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0/dirforest-0.1.0.0.tar.gz
369.31 s
[dirforest] source root is dirforest-0.1.0.0
369.31 s
[dirforest] setting SOURCE_DATE_EPOCH to timestamp 1780347890 of file "dirforest-0.1.0.0/src/Data/DirForest.hs"
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
369.31 s
[dirforest] Phase: patchPhase
369.31 s
[dirforest] Phase: compileBuildDriverPhase
369.31 s
[dirforest] setupCompileFlags: -package-db=/build/tmp.Z6ua6UOupA/setup-package.conf.d -threaded
369.31 s
[dirforest] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Z6ua6UOupA/Main.o )
369.31 s
[dirforest] [2 of 2] Linking Setup
369.31 s
[dirforest] Phase: updateAutotoolsGnuConfigScriptsPhase
369.31 s
[dirforest] Phase: configurePhase
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
369.31 s
[dirforest] Using Parsec parser
369.31 s
[dirforest] Configuring dirforest-0.1.0.0...
369.31 s
[dirforest] Dependency aeson: using aeson-2.2.3.0
369.31 s
[dirforest] Dependency autodocodec: using autodocodec-0.5.0.0
369.31 s
[dirforest] Dependency base >=4.7 && <5: using base-4.20.2.0
369.31 s
[dirforest] Dependency containers: using containers-0.7
369.31 s
[dirforest] Dependency deepseq: using deepseq-1.5.0.0
369.31 s
[dirforest] Dependency filepath: using filepath-1.5.4.0
369.31 s
[dirforest] Dependency path: using path-0.9.6
369.31 s
[dirforest] Dependency path-io: using path-io-1.8.2
369.31 s
[dirforest] Dependency validity: using validity-0.12.1.0
369.31 s
[dirforest] Dependency validity-containers: using validity-containers-0.5.0.5
369.31 s
[dirforest] Dependency validity-path: using validity-path-0.4.0.1
369.31 s
[dirforest] Source component graph: component lib
369.31 s
[dirforest] Configured component graph:
369.31 s
[dirforest] component dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
369.31 s
[dirforest] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
369.31 s
[dirforest] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
369.31 s
[dirforest] include base-4.20.2.0-fafd
369.31 s
[dirforest] include containers-0.7-96b4
369.31 s
[dirforest] include deepseq-1.5.0.0-2b65
369.31 s
[dirforest] include filepath-1.5.4.0-2605
369.31 s
[dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
369.31 s
[dirforest] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
369.31 s
[dirforest] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
369.31 s
[dirforest] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
369.31 s
[dirforest] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
369.31 s
[dirforest] Linked component graph:
369.31 s
[dirforest] unit dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
369.31 s
[dirforest] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
369.31 s
[dirforest] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
369.31 s
[dirforest] include base-4.20.2.0-fafd
369.31 s
[dirforest] include containers-0.7-96b4
369.31 s
[dirforest] include deepseq-1.5.0.0-2b65
369.31 s
[dirforest] include filepath-1.5.4.0-2605
369.31 s
[dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
369.31 s
[dirforest] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
369.31 s
[genvalidity-path] Phase: setupCompilerEnvironmentPhase
369.31 s
[genvalidity-path] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
369.31 s
[genvalidity-path] Phase: unpackPhase
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
369.31 s
[genvalidity-path] source root is genvalidity-path-1.0.0.1
369.31 s
[genvalidity-path] setting SOURCE_DATE_EPOCH to timestamp 1780347890 of file "genvalidity-path-1.0.0.1/test/Spec.hs"
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
369.31 s
[genvalidity-path] Phase: patchPhase
369.31 s
[genvalidity-path] Phase: compileBuildDriverPhase
369.31 s
[genvalidity-path] setupCompileFlags: -package-db=/build/tmp.hrqqM7pzVF/setup-package.conf.d -threaded
369.31 s
[genvalidity-path] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.hrqqM7pzVF/Main.o )
369.31 s
[genvalidity-path] [2 of 2] Linking Setup
369.31 s
[genvalidity-path] Phase: updateAutotoolsGnuConfigScriptsPhase
369.31 s
[genvalidity-path] Phase: configurePhase
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
369.31 s
[genvalidity-path] Using Parsec parser
369.31 s
[genvalidity-path] Configuring genvalidity-path-1.0.0.1...
369.31 s
[genvalidity-path] Dependency QuickCheck: using QuickCheck-2.15.0.1
369.31 s
[genvalidity-path] Dependency base >=4.7 && <5: using base-4.20.2.0
369.31 s
[genvalidity-path] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
369.31 s
[genvalidity-path] Dependency path >=0.5: using path-0.9.6
369.31 s
[genvalidity-path] Dependency validity-path >=0.3: using validity-path-0.4.0.1
369.31 s
[genvalidity-path] Dependency base >=4.7 && <5: using base-4.20.2.0
369.31 s
[genvalidity-path] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
369.31 s
[genvalidity-path] Dependency genvalidity-path: using genvalidity-path-1.0.0.1
369.31 s
[genvalidity-path] Dependency hspec: using hspec-2.11.14
369.31 s
[genvalidity-path] Dependency path >=0.5: using path-0.9.6
369.31 s
[genvalidity-path] Dependency base >=4.7 && <5: using base-4.20.2.0
369.31 s
[genvalidity-path] Dependency criterion: using criterion-1.6.4.0
369.31 s
[genvalidity-path] Dependency genvalidity-criterion >=1.1.0.0: using
369.31 s
[genvalidity-path] genvalidity-criterion-1.1.0.0
369.31 s
[genvalidity-path] Dependency genvalidity-path: using genvalidity-path-1.0.0.1
369.31 s
[genvalidity-path] Dependency path >=0.5: using path-0.9.6
369.31 s
[genvalidity-path] Source component graph:
369.31 s
[genvalidity-path] component lib
369.31 s
[genvalidity-path] component test:genvalidity-path-test dependency lib
369.31 s
[genvalidity-path] component bench:genvalidity-path-bench dependency lib
369.31 s
[genvalidity-path] Configured component graph:
369.31 s
[genvalidity-path] component genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
369.31 s
[genvalidity-path] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
369.31 s
[genvalidity-path] include base-4.20.2.0-fafd
369.31 s
[genvalidity-path] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
369.31 s
[genvalidity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
369.31 s
[genvalidity-path] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
369.31 s
[genvalidity-path] component genvalidity-path-1.0.0.1-JVlbb1rbUk5Adh5bsvZ5sY-genvalidity-path-test
369.31 s
[genvalidity-path] include base-4.20.2.0-fafd
369.31 s
[genvalidity-path] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
369.31 s
[genvalidity-path] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
369.31 s
[cursor-fuzzy-time-gen] [3 of 4] Compiling Cursor.FuzzyTimeOfDay.Gen ( src/Cursor/FuzzyTimeOfDay/Gen.hs, nothing )
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 )
369.32 s
[cursor-fuzzy-time-gen] Haddock coverage:
369.32 s
[cursor-fuzzy-time-gen] 0% ( 0 / 1) in 'Cursor.FuzzyDay.Gen'
369.32 s
[cursor-fuzzy-time-gen] Missing documentation for:
369.32 s
[cursor-fuzzy-time-gen] Module header
369.32 s
[cursor-fuzzy-time-gen] 0% ( 0 / 1) in 'Cursor.FuzzyLocalTime.Gen'
369.32 s
[cursor-fuzzy-time-gen] Missing documentation for:
369.32 s
[cursor-fuzzy-time-gen] Module header
369.32 s
[cursor-fuzzy-time-gen] 0% ( 0 / 1) in 'Cursor.FuzzyTimeOfDay.Gen'
369.32 s
[cursor-fuzzy-time-gen] Missing documentation for:
369.32 s
[cursor-fuzzy-time-gen] Module header
369.32 s
[genvalidity-hspec-aeson] Finished in 0.0061 seconds
369.32 s
[genvalidity-hspec-aeson] 12 examples, 0 failures
369.32 s
[genvalidity-hspec-aeson] Test suite genvalidity-hspec-aeson-test: PASS
369.32 s
[genvalidity-hspec-aeson] Test suite logged to:
369.32 s
[genvalidity-hspec-aeson] dist/test/genvalidity-hspec-aeson-1.0.0.0-genvalidity-hspec-aeson-test.log
369.32 s
[genvalidity-hspec-aeson] 1 of 1 test suites (1 of 1 test cases) passed.
369.32 s
[genvalidity-hspec-aeson] Phase: haddockPhase
369.32 s
[genvalidity-hspec-aeson] Preprocessing library for genvalidity-hspec-aeson-1.0.0.0...
369.32 s
[genvalidity-hspec-aeson] Running Haddock on library for genvalidity-hspec-aeson-1.0.0.0...
369.32 s
[genvalidity-hspec-aeson] Warning: The documentation for the following packages are not installed. No
369.32 s
[genvalidity-hspec-aeson] links will be generated to these packages: vector-0.13.2.0
369.32 s
[ical] Preprocessing library for ical-0.0.0.0...
369.32 s
[ical] Building library for ical-0.0.0.0...
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 )
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 )
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 )
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 )
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 )
369.32 s
[dirforest] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
369.32 s
[dirforest] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
369.32 s
[dirforest] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
369.32 s
[dirforest] Data.DirForest=dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N:Data.DirForest
369.32 s
[dirforest] Ready component graph:
369.32 s
[dirforest] definite dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
369.32 s
[dirforest] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
369.32 s
[dirforest] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
369.32 s
[dirforest] depends base-4.20.2.0-fafd
369.32 s
[dirforest] depends containers-0.7-96b4
369.32 s
[dirforest] depends deepseq-1.5.0.0-2b65
369.32 s
[dirforest] depends filepath-1.5.4.0-2605
369.32 s
[dirforest] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
369.32 s
[dirforest] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
369.32 s
[dirforest] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
369.32 s
[dirforest] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
369.32 s
[dirforest] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
369.32 s
[dirforest] Using Cabal-3.12.1.0 compiled by ghc-9.10
369.32 s
[dirforest] Using compiler: ghc-9.10.3
369.32 s
[dirforest] Using install prefix:
369.32 s
[dirforest] /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0
369.32 s
[dirforest] Executables installed in:
369.32 s
[dirforest] /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0/bin
369.32 s
[dirforest] Libraries installed in:
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
369.32 s
[dirforest] Dynamic Libraries installed in:
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
369.32 s
[dirforest] Private executables installed in:
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
369.32 s
[dirforest] Data files installed in:
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
369.32 s
[dirforest] Documentation installed in:
369.32 s
[dirforest] /nix/store/p7lqjfl2qinjri7vxgzyw6i5w42gczwm-dirforest-0.1.0.0-doc/share/doc/dirforest-0.1.0.0
369.32 s
[dirforest] Configuration files installed in:
369.32 s
[dirforest] /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0/etc
369.32 s
[dirforest] No alex found
369.32 s
[dirforest] Using ar found on system at:
369.32 s
[dirforest] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
369.32 s
[dirforest] No c2hs found
369.32 s
[dirforest] No cpphs found
369.32 s
[dirforest] No doctest found
369.32 s
[dirforest] Using gcc version 14.3.0 given by user at:
369.32 s
[dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
369.32 s
[dirforest] Using ghc version 9.10.3 found on system at:
369.32 s
[dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
369.32 s
[dirforest] Using ghc-pkg version 9.10.3 found on system at:
369.32 s
[dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
369.32 s
[dirforest] No ghcjs found
369.32 s
[dirforest] No ghcjs-pkg found
369.32 s
[dirforest] No greencard found
369.32 s
[dirforest] Using haddock version 2.31.1 found on system at:
369.32 s
[dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
369.32 s
[dirforest] No happy found
369.32 s
[dirforest] Using haskell-suite found on system at: haskell-suite-dummy-location
369.32 s
[dirforest] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
369.32 s
[dirforest] No hmake found
369.32 s
[dirforest] Using hpc version 0.69 found on system at:
369.32 s
[dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
369.32 s
[dirforest] Using hsc2hs version 0.68.10 found on system at:
369.32 s
[dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
369.32 s
[dirforest] Using hscolour version 1.25 found on system at:
369.32 s
[dirforest] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
369.32 s
[dirforest] No jhc found
369.32 s
[dirforest] Using ld found on system at:
369.32 s
[dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
369.32 s
[dirforest] No pkg-config found
369.32 s
[dirforest] Using runghc version 9.10.3 found on system at:
369.32 s
[dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
369.32 s
[dirforest] Using strip version 2.44 found on system at:
369.32 s
[dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
369.32 s
[dirforest] Using tar found on system at:
369.32 s
[dirforest] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
369.32 s
[dirforest] No uhc found
369.32 s
[dirforest] Phase: buildPhase
369.32 s
[dirforest] Preprocessing library for dirforest-0.1.0.0...
369.32 s
[dirforest] Building library for dirforest-0.1.0.0...
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 )
369.32 s
[genvalidity-path] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
369.32 s
[genvalidity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
369.32 s
[genvalidity-path] component genvalidity-path-1.0.0.1-9OSR5nNIPSREPtogib6pgo-genvalidity-path-bench
369.32 s
[genvalidity-path] include base-4.20.2.0-fafd
369.32 s
[genvalidity-path] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
369.32 s
[genvalidity-path] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
369.32 s
[genvalidity-path] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
369.32 s
[genvalidity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
369.32 s
[genvalidity-path] Linked component graph:
369.32 s
[genvalidity-path] unit genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
369.32 s
[genvalidity-path] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
369.32 s
[genvalidity-path] include base-4.20.2.0-fafd
369.32 s
[genvalidity-path] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
369.32 s
[genvalidity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
369.32 s
[genvalidity-path] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
369.32 s
[genvalidity-path] Data.GenValidity.Path=genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf:Data.GenValidity.Path
369.32 s
[genvalidity-path] unit genvalidity-path-1.0.0.1-JVlbb1rbUk5Adh5bsvZ5sY-genvalidity-path-test
369.32 s
[genvalidity-path] include base-4.20.2.0-fafd
369.32 s
[genvalidity-path] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
369.32 s
[genvalidity-path] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
369.32 s
[genvalidity-path] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
369.32 s
[genvalidity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
369.32 s
[genvalidity-path] unit genvalidity-path-1.0.0.1-9OSR5nNIPSREPtogib6pgo-genvalidity-path-bench
369.32 s
[genvalidity-path] include base-4.20.2.0-fafd
369.32 s
[genvalidity-path] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
369.32 s
[genvalidity-path] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
369.32 s
[genvalidity-path] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
369.32 s
[genvalidity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
369.32 s
[genvalidity-path] Ready component graph:
369.32 s
[genvalidity-path] definite genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
369.32 s
[genvalidity-path] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
369.32 s
[genvalidity-path] depends base-4.20.2.0-fafd
369.32 s
[genvalidity-path] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
369.32 s
[genvalidity-path] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
369.32 s
[genvalidity-path] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
369.32 s
[genvalidity-path] definite genvalidity-path-1.0.0.1-JVlbb1rbUk5Adh5bsvZ5sY-genvalidity-path-test
369.32 s
[genvalidity-path] depends base-4.20.2.0-fafd
369.32 s
[genvalidity-path] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
369.32 s
[genvalidity-path] depends genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
369.32 s
[genvalidity-path] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
369.32 s
[genvalidity-path] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
369.32 s
[genvalidity-path] definite genvalidity-path-1.0.0.1-9OSR5nNIPSREPtogib6pgo-genvalidity-path-bench
369.32 s
[genvalidity-path] depends base-4.20.2.0-fafd
369.32 s
[genvalidity-path] depends criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
369.32 s
[genvalidity-path] depends genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
369.32 s
[genvalidity-path] depends genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
369.32 s
[genvalidity-path] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
369.32 s
[genvalidity-path] Using Cabal-3.12.1.0 compiled by ghc-9.10
369.32 s
[genvalidity-path] Using compiler: ghc-9.10.3
369.32 s
[genvalidity-path] Using install prefix:
369.32 s
[genvalidity-path] /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1
369.32 s
[genvalidity-path] Executables installed in:
369.32 s
[genvalidity-path] /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1/bin
369.32 s
[genvalidity-path] Libraries installed in:
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
369.32 s
[genvalidity-path] Dynamic Libraries installed in:
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
369.32 s
[genvalidity-path] Private executables installed in:
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
369.32 s
[genvalidity-path] Data files installed in:
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
369.32 s
[genvalidity-path] Documentation installed in:
369.32 s
[genvalidity-path] /nix/store/30abjb00qiyls3shkp775k4377y0dpcf-genvalidity-path-1.0.0.1-doc/share/doc/genvalidity-path-1.0.0.1
369.32 s
[genvalidity-path] Configuration files installed in:
369.32 s
[genvalidity-path] /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1/etc
369.32 s
[genvalidity-path] No alex found
369.32 s
[genvalidity-path] Using ar found on system at:
369.32 s
[genvalidity-path] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
369.32 s
[genvalidity-path] No c2hs found
369.32 s
[genvalidity-path] No cpphs found
369.32 s
[genvalidity-path] No doctest found
369.32 s
[genvalidity-path] Using gcc version 14.3.0 given by user at:
369.32 s
[genvalidity-path] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
369.32 s
[genvalidity-path] Using ghc version 9.10.3 found on system at:
369.32 s
[genvalidity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
369.32 s
[genvalidity-path] Using ghc-pkg version 9.10.3 found on system at:
369.32 s
[genvalidity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
369.32 s
[genvalidity-path] No ghcjs found
369.32 s
[genvalidity-path] No ghcjs-pkg found
369.32 s
[genvalidity-path] No greencard found
369.32 s
[genvalidity-path] Using haddock version 2.31.1 found on system at:
369.32 s
[genvalidity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
369.32 s
[genvalidity-path] No happy found
369.32 s
[genvalidity-path] Using haskell-suite found on system at: haskell-suite-dummy-location
369.32 s
[genvalidity-path] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
369.32 s
[genvalidity-path] No hmake found
369.32 s
[genvalidity-path] Using hpc version 0.69 found on system at:
369.32 s
[genvalidity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
369.32 s
[genvalidity-path] Using hsc2hs version 0.68.10 found on system at:
369.32 s
[genvalidity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
369.32 s
[genvalidity-path] Using hscolour version 1.25 found on system at:
369.32 s
[genvalidity-path] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
369.32 s
[genvalidity-path] No jhc found
369.32 s
[genvalidity-path] Using ld found on system at:
369.32 s
[genvalidity-path] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
369.32 s
[genvalidity-path] No pkg-config found
369.32 s
[genvalidity-path] Using runghc version 9.10.3 found on system at:
369.32 s
[genvalidity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
369.32 s
[genvalidity-path] Using strip version 2.44 found on system at:
369.32 s
[genvalidity-path] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
369.32 s
[genvalidity-path] Using tar found on system at:
369.32 s
[genvalidity-path] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
369.32 s
[genvalidity-path] No uhc found
369.32 s
[genvalidity-path] Phase: buildPhase
369.32 s
[genvalidity-path] Preprocessing library for genvalidity-path-1.0.0.1...
369.32 s
[genvalidity-path] Building library for genvalidity-path-1.0.0.1...
369.48 s
[genvalidity-hspec-aeson] [1 of 2] Compiling Paths_genvalidity_hspec_aeson ( dist/build/autogen/Paths_genvalidity_hspec_aeson.hs, nothing )
369.55 s
[genvalidity-hspec-aeson] [2 of 2] Compiling Test.Validity.Aeson ( src/Test/Validity/Aeson.hs, nothing )
369.62 s
[sydtest-source] Phase: setupCompilerEnvironmentPhase
369.62 s
[sydtest-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
369.78 s
[genvalidity-hspec-aeson] Haddock coverage:
369.78 s
[genvalidity-hspec-aeson] 100% ( 6 / 6) in 'Test.Validity.Aeson'
369.97 s
[sydtest-source] Phase: unpackPhase
369.98 s
[sydtest-source] unpacking source archive /nix/store/9zmag20nn0xizyvj44pr52j32s7svx0b-sydtest
370.00 s
[sydtest-source] source root is sydtest
370.01 s
[sydtest-source] Phase: patchPhase
370.02 s
[sydtest-source] Phase: compileBuildDriverPhase
370.02 s
[sydtest-source] setupCompileFlags: -package-db=/build/tmp.x1rT46aAOK/setup-package.conf.d -threaded
370.08 s
[sydtest-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.x1rT46aAOK/Main.o )
370.13 s
[sydtest-source] [2 of 2] Linking Setup
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 )
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 )
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 )
370.77 s
[cursor-fuzzy-time-gen] Documentation created: dist/doc/html/cursor-fuzzy-time-gen/,
370.77 s
[cursor-fuzzy-time-gen] dist/doc/html/cursor-fuzzy-time-gen/cursor-fuzzy-time-gen.txt
370.84 s
[cursor-fuzzy-time-gen] Preprocessing test suite 'cursor-fuzzy-time-test' for cursor-fuzzy-time-gen-0.2.0.0...
370.84 s
[cursor-fuzzy-time-gen] Phase: installPhase
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 )
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
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 )
371.13 s
[genvalidity-path] [1 of 2] Compiling Data.GenValidity.Path ( src/Data/GenValidity/Path.hs, dist/build/Data/GenValidity/Path.p_o )
371.13 s
[cursor-fuzzy-time-gen] Phase: fixupPhase
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
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
371.16 s
[cursor-fuzzy-time-gen] checking for references to /build/ in /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0...
371.18 s
[cursor-fuzzy-time-gen] patching script interpreter paths in /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0
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
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
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...
371.25 s
[cursor-fuzzy-time-gen] patching script interpreter paths in /nix/store/yliw9q0nvjcbdy97kxs89r1nyhf1jb0y-cursor-fuzzy-time-gen-0.2.0.0-doc
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
371.72 s
[post-build-hook] Pushing 2 paths (118 are already present) using zstd to cache smos ⏳
371.72 s
[post-build-hook]
372.06 s
[post-build-hook] Pushing /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0 (486.30 KiB)
372.09 s
[post-build-hook] Pushing /nix/store/yliw9q0nvjcbdy97kxs89r1nyhf1jb0y-cursor-fuzzy-time-gen-0.2.0.0-doc (165.45 KiB)
373.32 s
[post-build-hook]
373.32 s
[post-build-hook] All done.
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
373.42 s
[post-build-hook] copying 0 paths...
373.59 s
[post-build-hook] copying 0 paths...
373.65 s
Progress: 99 of 150 built (5 building), 815 of 815 downloaded from cache
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
373.66 s
[dirforest] [1 of 2] Compiling Data.DirForest ( src/Data/DirForest.hs, dist/build/Data/DirForest.p_o )
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 )
373.66 s
[genvalidity-path] Preprocessing test suite 'genvalidity-path-test' for genvalidity-path-1.0.0.1...
373.66 s
[genvalidity-path] Building test suite 'genvalidity-path-test' for genvalidity-path-1.0.0.1...
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 )
373.66 s
[genvalidity-path] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-path-test/genvalidity-path-test-tmp/Main.o )
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 )
373.66 s
[genvalidity-path] [4 of 4] Linking dist/build/genvalidity-path-test/genvalidity-path-test
373.66 s
[sydtest-source] Phase: updateAutotoolsGnuConfigScriptsPhase
373.66 s
[sydtest-source] Phase: configurePhase
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
373.66 s
[sydtest-source] Using Parsec parser
373.66 s
[sydtest-source] Configuring sydtest-0.23.0.1...
373.66 s
[sydtest-source] Dependency MonadRandom: using MonadRandom-0.6.2
373.66 s
[sydtest-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
373.66 s
[sydtest-source] Dependency async: using async-2.2.5
373.66 s
[sydtest-source] Dependency autodocodec: using autodocodec-0.5.0.0
373.66 s
[sydtest-source] Dependency base >=4.7 && <5: using base-4.20.2.0
373.66 s
[sydtest-source] Dependency bytestring: using bytestring-0.12.2.0
373.66 s
[sydtest-source] Dependency containers: using containers-0.7
373.66 s
[sydtest-source] Dependency deepseq: using deepseq-1.5.0.0
373.66 s
[sydtest-source] Dependency dlist: using dlist-1.0
373.66 s
[sydtest-source] Dependency fast-myers-diff >=0.0.1: using fast-myers-diff-0.0.2
373.66 s
[sydtest-source] Dependency filepath: using filepath-1.5.4.0
373.66 s
[sydtest-source] Dependency mtl: using mtl-2.3.1
373.66 s
[sydtest-source] Dependency opt-env-conf >=0.10: using opt-env-conf-0.15.0.1
373.66 s
[sydtest-source] Dependency path: using path-0.9.6
373.66 s
[sydtest-source] Dependency path-io: using path-io-1.8.2
373.66 s
[sydtest-source] Dependency pretty-show: using pretty-show-1.10
373.66 s
[sydtest-source] Dependency quickcheck-io: using quickcheck-io-0.2.0
373.66 s
[sydtest-source] Dependency random: using random-1.2.1.3
373.66 s
[sydtest-source] Dependency random-shuffle: using random-shuffle-0.0.4
373.66 s
[sydtest-source] Dependency safe: using safe-0.3.21
373.66 s
[sydtest-source] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
373.66 s
[sydtest-source] Dependency safe-coloured-text-terminfo: using
373.66 s
[sydtest-source] safe-coloured-text-terminfo-0.3.0.0
373.66 s
[sydtest-source] Dependency stm: using stm-2.5.3.1
373.66 s
[sydtest-source] Dependency svg-builder: using svg-builder-0.1.1
373.66 s
[sydtest-source] Dependency text: using text-2.1.3
373.66 s
[sydtest-source] Dependency vector: using vector-0.13.2.0
373.66 s
[sydtest-source] Source component graph: component lib
373.66 s
[sydtest-source] Configured component graph:
373.66 s
[sydtest-source] component sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
373.66 s
[sydtest-source] include MonadRandom-0.6.2-KvoCcOoewrJ4a5CgF2PSzH
373.66 s
[sydtest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
373.66 s
[sydtest-source] include async-2.2.5-6SxNiIIPxyKH9IyM9VUDjB
373.66 s
[sydtest-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
373.66 s
[sydtest-source] include base-4.20.2.0-fafd
373.66 s
[sydtest-source] include bytestring-0.12.2.0-96e1
373.66 s
[sydtest-source] include containers-0.7-96b4
373.66 s
[sydtest-source] include deepseq-1.5.0.0-2b65
373.66 s
[sydtest-source] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
373.66 s
[sydtest-source] include fast-myers-diff-0.0.2-IQJ6VCsFL0V3he9lFwksTs
373.66 s
[sydtest-source] include filepath-1.5.4.0-2605
373.66 s
[sydtest-source] include mtl-2.3.1-37af
373.66 s
[sydtest-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
373.66 s
[sydtest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
373.66 s
[sydtest-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
373.66 s
[sydtest-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
373.66 s
[sydtest-source] include quickcheck-io-0.2.0-122DMOdzX9g9NeH56Ptl8o
373.66 s
[sydtest-source] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
373.66 s
[sydtest-source] include random-shuffle-0.0.4-3CFVYX11C4YBEiBpzosIYG
373.66 s
[sydtest-source] include safe-0.3.21-5BPtE6bL5iDDoo2YMcvvrG
373.66 s
[sydtest-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
373.66 s
[sydtest-source] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
373.66 s
[sydtest-source] include stm-2.5.3.1-03d8
373.66 s
[sydtest-source] include svg-builder-0.1.1-7U95ZrE0RrK6yvdElq5tgk
373.66 s
[sydtest-source] include text-2.1.3-34f1
373.66 s
[sydtest-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
373.66 s
[sydtest-source] Linked component graph:
373.66 s
[sydtest-source] unit sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
373.66 s
[sydtest-source] include MonadRandom-0.6.2-KvoCcOoewrJ4a5CgF2PSzH
373.66 s
[sydtest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
373.66 s
[sydtest-source] include async-2.2.5-6SxNiIIPxyKH9IyM9VUDjB
373.66 s
[sydtest-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
373.66 s
[sydtest-source] include base-4.20.2.0-fafd
373.66 s
[sydtest-source] include bytestring-0.12.2.0-96e1
373.66 s
[sydtest-source] include containers-0.7-96b4
373.66 s
[sydtest-source] include deepseq-1.5.0.0-2b65
373.66 s
[sydtest-source] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
373.66 s
[sydtest-source] include fast-myers-diff-0.0.2-IQJ6VCsFL0V3he9lFwksTs
373.66 s
[sydtest-source] include filepath-1.5.4.0-2605
373.66 s
[sydtest-source] include mtl-2.3.1-37af
373.66 s
[sydtest-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
373.66 s
[sydtest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
373.66 s
[sydtest-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
373.66 s
[sydtest-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
373.66 s
[sydtest-source] include quickcheck-io-0.2.0-122DMOdzX9g9NeH56Ptl8o
373.66 s
[sydtest-source] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
373.66 s
[sydtest-source] include random-shuffle-0.0.4-3CFVYX11C4YBEiBpzosIYG
373.66 s
[sydtest-source] include safe-0.3.21-5BPtE6bL5iDDoo2YMcvvrG
373.66 s
[sydtest-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
373.66 s
[sydtest-source] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
373.66 s
[sydtest-source] include stm-2.5.3.1-03d8
373.66 s
[sydtest-source] include svg-builder-0.1.1-7U95ZrE0RrK6yvdElq5tgk
373.66 s
[sydtest-source] include text-2.1.3-34f1
373.66 s
[sydtest-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
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
373.66 s
[sydtest-source] Ready component graph:
373.66 s
[sydtest-source] definite sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
373.66 s
[sydtest-source] depends MonadRandom-0.6.2-KvoCcOoewrJ4a5CgF2PSzH
373.66 s
[sydtest-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
373.66 s
[sydtest-source] depends async-2.2.5-6SxNiIIPxyKH9IyM9VUDjB
373.66 s
[sydtest-source] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
373.66 s
[sydtest-source] depends base-4.20.2.0-fafd
373.66 s
[sydtest-source] depends bytestring-0.12.2.0-96e1
373.66 s
[sydtest-source] depends containers-0.7-96b4
373.66 s
[sydtest-source] depends deepseq-1.5.0.0-2b65
373.66 s
[sydtest-source] depends dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
373.66 s
[sydtest-source] depends fast-myers-diff-0.0.2-IQJ6VCsFL0V3he9lFwksTs
373.66 s
[sydtest-source] depends filepath-1.5.4.0-2605
373.66 s
[sydtest-source] depends mtl-2.3.1-37af
373.66 s
[sydtest-source] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
373.66 s
[sydtest-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
373.66 s
[sydtest-source] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
373.66 s
[sydtest-source] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
373.66 s
[sydtest-source] depends quickcheck-io-0.2.0-122DMOdzX9g9NeH56Ptl8o
373.66 s
[sydtest-source] depends random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
373.66 s
[sydtest-source] depends random-shuffle-0.0.4-3CFVYX11C4YBEiBpzosIYG
373.66 s
[sydtest-source] depends safe-0.3.21-5BPtE6bL5iDDoo2YMcvvrG
373.66 s
[sydtest-source] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
373.66 s
[sydtest-source] depends safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
373.66 s
[sydtest-source] depends stm-2.5.3.1-03d8
373.66 s
[sydtest-source] depends svg-builder-0.1.1-7U95ZrE0RrK6yvdElq5tgk
373.66 s
[sydtest-source] depends text-2.1.3-34f1
373.66 s
[sydtest-source] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
373.66 s
[sydtest-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
373.66 s
[sydtest-source] Using compiler: ghc-9.10.3
373.66 s
[sydtest-source] Using install prefix:
373.66 s
[sydtest-source] /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1
373.66 s
[sydtest-source] Executables installed in:
373.66 s
[sydtest-source] /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1/bin
373.66 s
[sydtest-source] Libraries installed in:
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
373.66 s
[sydtest-source] Dynamic Libraries installed in:
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
373.66 s
[sydtest-source] Private executables installed in:
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
373.66 s
[sydtest-source] Data files installed in:
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
373.66 s
[sydtest-source] Documentation installed in: /share/doc/sydtest-0.23.0.1
373.66 s
[sydtest-source] Configuration files installed in:
373.67 s
[sydtest-source] /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1/etc
373.67 s
[sydtest-source] No alex found
373.67 s
[sydtest-source] Using ar found on system at:
373.67 s
[sydtest-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
373.67 s
[sydtest-source] No c2hs found
373.67 s
[sydtest-source] No cpphs found
373.67 s
[sydtest-source] No doctest found
373.67 s
[sydtest-source] Using gcc version 14.3.0 given by user at:
373.67 s
[sydtest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
373.67 s
[sydtest-source] Using ghc version 9.10.3 found on system at:
373.67 s
[sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
373.67 s
[sydtest-source] Using ghc-pkg version 9.10.3 found on system at:
373.67 s
[sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
373.67 s
[sydtest-source] No ghcjs found
373.67 s
[sydtest-source] No ghcjs-pkg found
373.67 s
[sydtest-source] No greencard found
373.67 s
[sydtest-source] Using haddock version 2.31.1 found on system at:
373.67 s
[sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
373.67 s
[sydtest-source] No happy found
373.67 s
[sydtest-source] Using haskell-suite found on system at: haskell-suite-dummy-location
373.67 s
[sydtest-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
373.67 s
[sydtest-source] No hmake found
373.67 s
[sydtest-source] Using hpc version 0.69 found on system at:
373.67 s
[sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
373.67 s
[sydtest-source] Using hsc2hs version 0.68.10 found on system at:
373.67 s
[sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
373.67 s
[sydtest-source] Using hscolour version 1.25 found on system at:
373.67 s
[sydtest-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
373.67 s
[sydtest-source] No jhc found
373.67 s
[sydtest-source] Using ld found on system at:
373.67 s
[sydtest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
373.67 s
[sydtest-source] No pkg-config found
373.67 s
[sydtest-source] Using runghc version 9.10.3 found on system at:
373.67 s
[sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
373.67 s
[sydtest-source] Using strip version 2.44 found on system at:
373.67 s
[sydtest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
373.67 s
[sydtest-source] Using tar found on system at:
373.67 s
[sydtest-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
373.67 s
[sydtest-source] No uhc found
373.67 s
[sydtest-source] Phase: buildPhase
373.67 s
[sydtest-source] Distribution quality warnings:
373.67 s
[sydtest-source] [long-synopsis] The 'synopsis' field is rather long (max 80 chars is
373.67 s
[sydtest-source] recommended).
373.67 s
[sydtest-source] [missing-upper-bounds] On library, these packages miss upper bounds:
373.67 s
[sydtest-source] - MonadRandom
373.67 s
[sydtest-source] - QuickCheck
373.67 s
[sydtest-source] - async
373.67 s
[sydtest-source] - autodocodec
373.67 s
[sydtest-source] - bytestring
373.67 s
[sydtest-source] - containers
373.67 s
[sydtest-source] - deepseq
373.67 s
[sydtest-source] - dlist
373.67 s
[sydtest-source] - fast-myers-diff
373.67 s
[sydtest-source] - filepath
373.67 s
[sydtest-source] - mtl
373.67 s
[sydtest-source] - opt-env-conf
373.67 s
[sydtest-source] - path
373.67 s
[sydtest-source] - path-io
373.67 s
[sydtest-source] - pretty-show
373.67 s
[sydtest-source] - quickcheck-io
373.67 s
[sydtest-source] - random
373.67 s
[sydtest-source] - random-shuffle
373.67 s
[sydtest-source] - safe
373.67 s
[sydtest-source] - safe-coloured-text
373.67 s
[sydtest-source] - stm
373.67 s
[sydtest-source] - svg-builder
373.67 s
[sydtest-source] - text
373.67 s
[sydtest-source] - vector
373.67 s
[sydtest-source] - ansi-terminal
373.67 s
[sydtest-source] - safe-coloured-text-terminfo
373.67 s
[sydtest-source] Please add them. There is more information at https://pvp.haskell.org/
373.67 s
[sydtest-source] Building source dist for sydtest-0.23.0.1...
373.67 s
[sydtest-source] Source tarball created: dist/sydtest-0.23.0.1.tar.gz
373.67 s
[sydtest-source] Phase: checkPhase
373.67 s
[sydtest-source] Phase: haddockPhase
373.67 s
[sydtest-source] Phase: installPhase
373.67 s
[sydtest-source] Phase: fixupPhase
374.30 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1
374.67 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
374.67 s
[post-build-hook]
375.09 s
[post-build-hook] Pushing /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1 (52.35 KiB)
375.91 s
[post-build-hook]
375.91 s
[post-build-hook] All done.
375.92 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1
375.98 s
[post-build-hook] copying 1 paths...
375.98 s
[post-build-hook] copying path '/nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1' to 'https://cache.staging.nix-ci.com'...
377.27 s
[post-build-hook] copying 0 paths...
377.31 s
Progress: 100 of 149 built (4 building), 815 of 815 downloaded from cache
377.37 s
Building sydtest
377.37 s
[genvalidity-hspec-aeson] Documentation created: dist/doc/html/genvalidity-hspec-aeson/,
377.38 s
[genvalidity-hspec-aeson] dist/doc/html/genvalidity-hspec-aeson/genvalidity-hspec-aeson.txt
377.38 s
[genvalidity-hspec-aeson] Preprocessing test suite 'genvalidity-hspec-aeson-test' for genvalidity-hspec-aeson-1.0.0.0...
377.38 s
[genvalidity-hspec-aeson] Phase: installPhase
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
377.38 s
[genvalidity-hspec-aeson] Phase: fixupPhase
377.38 s
[genvalidity-hspec-aeson] shrinking RPATHs of ELF executables and libraries in /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0
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
377.38 s
[genvalidity-hspec-aeson] checking for references to /build/ in /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0...
377.38 s
[genvalidity-hspec-aeson] patching script interpreter paths in /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0
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
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
377.38 s
[genvalidity-hspec-aeson] checking for references to /build/ in /nix/store/10ndakqvf0qp2lfkw5cz2grwlwvgk53g-genvalidity-hspec-aeson-1.0.0.0-doc...
377.38 s
[genvalidity-hspec-aeson] patching script interpreter paths in /nix/store/10ndakqvf0qp2lfkw5cz2grwlwvgk53g-genvalidity-hspec-aeson-1.0.0.0-doc
377.38 s
[dirforest] [2 of 2] Compiling Paths_dirforest ( dist/build/autogen/Paths_dirforest.hs, dist/build/Paths_dirforest.p_o )
377.38 s
[dirforest] Phase: checkPhase
377.38 s
[dirforest] Package has no test suites.
377.38 s
[dirforest] Phase: haddockPhase
377.38 s
[dirforest] Preprocessing library for dirforest-0.1.0.0...
377.38 s
[dirforest] Running Haddock on library for dirforest-0.1.0.0...
377.38 s
[dirforest] Warning: The documentation for the following packages are not installed. No
377.38 s
[dirforest] links will be generated to these packages: path-0.9.6, path-0.9.6,
377.38 s
[dirforest] vector-0.13.2.0
377.38 s
[dirforest] [1 of 2] Compiling Data.DirForest ( src/Data/DirForest.hs, nothing )
377.38 s
[dirforest] [2 of 2] Compiling Paths_dirforest ( dist/build/autogen/Paths_dirforest.hs, nothing )
377.38 s
[dirforest] Haddock coverage:
377.38 s
[dirforest] Warning: 'DirForest' is ambiguous. It is defined
377.38 s
[dirforest] * at src/Data/DirForest.hs:195:23
377.38 s
[dirforest] * at src/Data/DirForest.hs:195:1
377.38 s
[dirforest] You may be able to disambiguate the identifier by qualifying it or
377.38 s
[dirforest] by specifying the type/value namespace explicitly.
377.38 s
[dirforest] Defaulting to the one defined at src/Data/DirForest.hs:195:1
377.38 s
[dirforest] 32% ( 23 / 71) in 'Data.DirForest'
377.38 s
[dirforest] Missing documentation for:
377.38 s
[dirforest] DirTree (src/Data/DirForest.hs:133)
377.38 s
[dirforest] DirForest (src/Data/DirForest.hs:195)
377.38 s
[dirforest] InsertionError (src/Data/DirForest.hs:573)
377.38 s
[dirforest] eq1DirTree (src/Data/DirForest.hs:183)
377.38 s
[dirforest] ord1DirTree (src/Data/DirForest.hs:189)
377.38 s
[dirforest] eq1DirForest (src/Data/DirForest.hs:254)
377.38 s
[dirforest] ord1DirForest (src/Data/DirForest.hs:260)
377.38 s
[dirforest] lookup (src/Data/DirForest.hs:358)
377.38 s
[dirforest] singletonFile (src/Data/DirForest.hs:290)
377.38 s
[dirforest] singletonDir (src/Data/DirForest.hs:296)
377.38 s
[dirforest] insertFile (src/Data/DirForest.hs:435)
377.38 s
[dirforest] insertDir (src/Data/DirForest.hs:442)
377.38 s
[dirforest] mapWithPath (src/Data/DirForest.hs:302)
377.38 s
[dirforest] traverseWithPath (src/Data/DirForest.hs:305)
377.38 s
[dirforest] traverseWithPath_ (src/Data/DirForest.hs:319)
377.38 s
[dirforest] anyEmptyDir (src/Data/DirForest.hs:346)
377.38 s
[dirforest] fromFileMap (src/Data/DirForest.hs:581)
377.38 s
[dirforest] toFileMap (src/Data/DirForest.hs:584)
377.38 s
[dirforest] fromMap (src/Data/DirForest.hs:597)
377.38 s
[dirforest] toMap (src/Data/DirForest.hs:600)
377.38 s
[dirforest] fromFileList (src/Data/DirForest.hs:445)
377.38 s
[dirforest] toFileList (src/Data/DirForest.hs:448)
377.38 s
[dirforest] read (src/Data/DirForest.hs:616)
377.38 s
[dirforest] readNonHidden (src/Data/DirForest.hs:624)
377.38 s
[dirforest] readFiltered (src/Data/DirForest.hs:648)
377.38 s
[dirforest] readNonHiddenFiltered (src/Data/DirForest.hs:634)
377.38 s
[dirforest] readOneLevel (src/Data/DirForest.hs:696)
377.38 s
[dirforest] readOneLevelNonHidden (src/Data/DirForest.hs:704)
377.38 s
[dirforest] readOneLevelFiltered (src/Data/DirForest.hs:728)
377.38 s
[dirforest] readOneLevelNonHiddenFiltered (src/Data/DirForest.hs:714)
377.38 s
[dirforest] hiddenRel (src/Data/DirForest.hs:777)
377.38 s
[dirforest] write (src/Data/DirForest.hs:763)
377.38 s
[dirforest] InsertValidation (src/Data/DirForest.hs:450)
377.38 s
[dirforest] unpackInsertValidation (src/Data/DirForest.hs:463)
377.38 s
[dirforest] union (src/Data/DirForest.hs:469)
377.38 s
[dirforest] unionWith (src/Data/DirForest.hs:473)
377.38 s
[dirforest] unionWithKey (src/Data/DirForest.hs:477)
377.38 s
[dirforest] unions (src/Data/DirForest.hs:499)
377.38 s
[dirforest] intersection (src/Data/DirForest.hs:502)
377.38 s
[dirforest] intersectionWith (src/Data/DirForest.hs:505)
377.38 s
[dirforest] intersectionWithKey (src/Data/DirForest.hs:508)
377.38 s
[dirforest] intersections (src/Data/DirForest.hs:520)
377.38 s
[dirforest] difference (src/Data/DirForest.hs:555)
377.38 s
[dirforest] differenceWith (src/Data/DirForest.hs:558)
377.38 s
[dirforest] differenceWithKey (src/Data/DirForest.hs:561)
377.38 s
[dirforest] filter (src/Data/DirForest.hs:523)
377.38 s
[dirforest] filterWithKey (src/Data/DirForest.hs:526)
377.38 s
[dirforest] filterHidden (src/Data/DirForest.hs:542)
377.38 s
[genvalidity-path] Preprocessing benchmark 'genvalidity-path-bench' for genvalidity-path-1.0.0.1...
377.38 s
[genvalidity-path] Building benchmark 'genvalidity-path-bench' for genvalidity-path-1.0.0.1...
377.38 s
[genvalidity-path] [1 of 2] Compiling Main ( bench/Main.hs, dist/build/genvalidity-path-bench/genvalidity-path-bench-tmp/Main.o )
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 )
377.38 s
[genvalidity-path] [3 of 3] Linking dist/build/genvalidity-path-bench/genvalidity-path-bench
377.38 s
[genvalidity-path] Phase: checkPhase
377.38 s
[genvalidity-path] Running 1 test suites...
377.38 s
[genvalidity-path] Test suite genvalidity-path-test: RUNNING...
377.38 s
[genvalidity-path]
377.38 s
[genvalidity-path] Data.GenValidity.Path
377.38 s
[genvalidity-path] GenValid (Path Abs File)
377.38 s
[genvalidity-path] genValid :: Gen (Path Abs File)
377.38 s
[genvalidity-path] only generates valid '(Path Abs File)'s [✔]
377.38 s
[genvalidity-path] +++ OK, passed 100 tests.
377.38 s
[genvalidity-path] shrinkValid :: (Path Abs File -> [Path Abs File])
377.38 s
[genvalidity-path] preserves validity [✔]
377.38 s
[genvalidity-path] +++ OK, passed 100 tests.
377.38 s
[genvalidity-path] never shrinks to itself for valid values [✔]
377.38 s
[genvalidity-path] +++ OK, passed 100 tests.
377.38 s
[genvalidity-path] GenValid (Path Abs Dir)
377.38 s
[genvalidity-path] genValid :: Gen (Path Abs Dir)
377.38 s
[genvalidity-path] only generates valid '(Path Abs Dir)'s [✔]
377.38 s
[genvalidity-path] +++ OK, passed 100 tests.
377.38 s
[genvalidity-path] shrinkValid :: (Path Abs Dir -> [Path Abs Dir])
377.38 s
[genvalidity-path] preserves validity [✔]
377.38 s
[genvalidity-path] +++ OK, passed 100 tests.
377.38 s
[genvalidity-path] never shrinks to itself for valid values [✔]
377.38 s
[genvalidity-path] +++ OK, passed 100 tests.
377.38 s
[genvalidity-path] GenValid (Path Rel File)
377.38 s
[genvalidity-path] genValid :: Gen (Path Rel File)
377.38 s
[genvalidity-path] only generates valid '(Path Rel File)'s [✔]
377.38 s
[genvalidity-path] +++ OK, passed 100 tests.
377.38 s
[genvalidity-path] shrinkValid :: (Path Rel File -> [Path Rel File])
377.38 s
[genvalidity-path] preserves validity [✔]
377.38 s
[genvalidity-path] +++ OK, passed 100 tests.
377.38 s
[genvalidity-path] never shrinks to itself for valid values [✔]
377.38 s
[genvalidity-path] +++ OK, passed 100 tests.
377.38 s
[genvalidity-path] GenValid (Path Rel Dir)
377.38 s
[genvalidity-path] genValid :: Gen (Path Rel Dir)
377.38 s
[genvalidity-path] only generates valid '(Path Rel Dir)'s [✔]
377.38 s
[genvalidity-path] +++ OK, passed 100 tests.
377.38 s
[genvalidity-path] shrinkValid :: (Path Rel Dir -> [Path Rel Dir])
377.38 s
[genvalidity-path] preserves validity [✔]
377.38 s
[genvalidity-path] +++ OK, passed 100 tests.
377.38 s
[genvalidity-path] never shrinks to itself for valid values [✔]
377.38 s
[genvalidity-path] +++ OK, passed 100 tests.
377.38 s
[genvalidity-path]
377.38 s
[genvalidity-path] Finished in 0.4133 seconds
377.38 s
[genvalidity-path] 12 examples, 0 failures
377.38 s
[genvalidity-path] Test suite genvalidity-path-test: PASS
377.38 s
[genvalidity-path] Test suite logged to:
377.38 s
[genvalidity-path] dist/test/genvalidity-path-1.0.0.1-genvalidity-path-test.log
377.38 s
[genvalidity-path] 1 of 1 test suites (1 of 1 test cases) passed.
377.38 s
[genvalidity-path] Phase: haddockPhase
377.38 s
[genvalidity-path] Preprocessing library for genvalidity-path-1.0.0.1...
377.38 s
[genvalidity-path] Running Haddock on library for genvalidity-path-1.0.0.1...
377.38 s
[genvalidity-path] Warning: The documentation for the following packages are not installed. No
377.38 s
[genvalidity-path] links will be generated to these packages: path-0.9.6, path-0.9.6,
377.38 s
[genvalidity-path] vector-0.13.2.0
377.38 s
[genvalidity-path] [1 of 2] Compiling Data.GenValidity.Path ( src/Data/GenValidity/Path.hs, nothing )
377.38 s
[genvalidity-path] [2 of 2] Compiling Paths_genvalidity_path ( dist/build/autogen/Paths_genvalidity_path.hs, nothing )
377.38 s
[genvalidity-path] Haddock coverage:
377.38 s
[genvalidity-path] 0% ( 0 / 1) in 'Data.GenValidity.Path'
377.38 s
[genvalidity-path] Missing documentation for:
377.38 s
[genvalidity-path] Module header
377.38 s
[genvalidity-path] Warning: Data.GenValidity.Path: could not find link destinations for:
377.38 s
[genvalidity-path] - Path.Internal.Posix.Path
377.38 s
[genvalidity-path] - Path.Posix.Rel
377.38 s
[genvalidity-path] - Path.Posix.Dir
377.38 s
[genvalidity-path] - Path.Posix.Abs
377.38 s
[genvalidity-path] - Path.Posix.File
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
378.02 s
[post-build-hook] Pushing 2 paths (193 are already present) using zstd to cache smos ⏳
378.02 s
[post-build-hook]
378.35 s
[post-build-hook] Pushing /nix/store/10ndakqvf0qp2lfkw5cz2grwlwvgk53g-genvalidity-hspec-aeson-1.0.0.0-doc (223.42 KiB)
378.42 s
[post-build-hook] Pushing /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0 (564.71 KiB)
379.33 s
[post-build-hook]
379.38 s
[post-build-hook] All done.
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
379.60 s
[post-build-hook] copying 2 paths...
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'...
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'...
380.29 s
[post-build-hook] copying 0 paths...
380.36 s
Progress: 101 of 149 built (4 building), 815 of 815 downloaded from cache
380.43 s
Building genvalidity-typed-uuid
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 )
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 )
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 )
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 )
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 )
380.43 s
[dirforest] Warning: Data.DirForest: could not find link destinations for:
380.43 s
[dirforest] - Path.Internal.Posix.Path
380.43 s
[dirforest] - Path.Posix.Rel
380.43 s
[dirforest] - Path.Posix.Dir
380.43 s
[dirforest] - Path.Posix.File
380.43 s
[dirforest] - Data.DirForest.Rep_InsertValidation
380.43 s
[dirforest] - Data.DirForest.Rep_InsertionError
380.43 s
[dirforest] - Data.DirForest.Rep_FOD
380.43 s
[dirforest] - Data.DirForest.Rep_DirForest
380.43 s
[dirforest] - Data.DirForest.Rep_DirTree
380.43 s
[sydtest] Phase: setupCompilerEnvironmentPhase
380.43 s
[sydtest] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
380.43 s
[sydtest] Phase: unpackPhase
380.43 s
[sydtest] unpacking source archive /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1/sydtest-0.23.0.1.tar.gz
380.43 s
[sydtest] source root is sydtest-0.23.0.1
380.43 s
[sydtest] setting SOURCE_DATE_EPOCH to timestamp 1780347905 of file "sydtest-0.23.0.1/sydtest.cabal"
380.43 s
[sydtest] warning: file "sydtest-0.23.0.1/sydtest.cabal" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
380.43 s
[sydtest] Phase: patchPhase
380.43 s
[sydtest] Phase: compileBuildDriverPhase
380.43 s
[sydtest] setupCompileFlags: -package-db=/build/tmp.Q62vZBkB63/setup-package.conf.d -threaded
380.43 s
[sydtest] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Q62vZBkB63/Main.o )
380.43 s
[sydtest] [2 of 2] Linking Setup
380.43 s
[sydtest] Phase: updateAutotoolsGnuConfigScriptsPhase
380.43 s
[sydtest] Phase: configurePhase
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
380.43 s
[sydtest] Using Parsec parser
380.43 s
[sydtest] Configuring sydtest-0.23.0.1...
380.43 s
[sydtest] Dependency MonadRandom: using MonadRandom-0.6.2
380.43 s
[sydtest] Dependency QuickCheck: using QuickCheck-2.15.0.1
380.43 s
[sydtest] Dependency async: using async-2.2.5
380.43 s
[sydtest] Dependency autodocodec: using autodocodec-0.5.0.0
380.43 s
[sydtest] Dependency base >=4.7 && <5: using base-4.20.2.0
380.43 s
[sydtest] Dependency bytestring: using bytestring-0.12.2.0
380.54 s
[sydtest] Dependency containers: using containers-0.7
380.54 s
[sydtest] Dependency deepseq: using deepseq-1.5.0.0
380.54 s
[sydtest] Dependency dlist: using dlist-1.0
380.54 s
[sydtest] Dependency fast-myers-diff >=0.0.1: using fast-myers-diff-0.0.2
380.54 s
[sydtest] Dependency filepath: using filepath-1.5.4.0
380.54 s
[sydtest] Dependency mtl: using mtl-2.3.1
380.54 s
[sydtest] Dependency opt-env-conf >=0.10: using opt-env-conf-0.15.0.1
380.54 s
[sydtest] Dependency path: using path-0.9.6
380.54 s
[sydtest] Dependency path-io: using path-io-1.8.2
380.54 s
[sydtest] Dependency pretty-show: using pretty-show-1.10
380.54 s
[sydtest] Dependency quickcheck-io: using quickcheck-io-0.2.0
380.54 s
[sydtest] Dependency random: using random-1.2.1.3
380.54 s
[sydtest] Dependency random-shuffle: using random-shuffle-0.0.4
380.54 s
[sydtest] Dependency safe: using safe-0.3.21
380.54 s
[sydtest] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
380.54 s
[sydtest] Dependency safe-coloured-text-terminfo: using
380.54 s
[sydtest] safe-coloured-text-terminfo-0.3.0.0
380.54 s
[sydtest] Dependency stm: using stm-2.5.3.1
380.54 s
[sydtest] Dependency svg-builder: using svg-builder-0.1.1
380.54 s
[sydtest] Dependency text: using text-2.1.3
380.54 s
[sydtest] Dependency vector: using vector-0.13.2.0
380.54 s
[sydtest] Source component graph: component lib
380.54 s
[sydtest] Configured component graph:
380.54 s
[sydtest] component sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
380.54 s
[sydtest] include MonadRandom-0.6.2-KvoCcOoewrJ4a5CgF2PSzH
380.54 s
[sydtest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
380.54 s
[sydtest] include async-2.2.5-6SxNiIIPxyKH9IyM9VUDjB
380.54 s
[sydtest] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
380.54 s
[sydtest] include base-4.20.2.0-fafd
380.54 s
[sydtest] include bytestring-0.12.2.0-96e1
380.54 s
[sydtest] include containers-0.7-96b4
380.54 s
[sydtest] include deepseq-1.5.0.0-2b65
380.54 s
[sydtest] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
380.54 s
[sydtest] include fast-myers-diff-0.0.2-IQJ6VCsFL0V3he9lFwksTs
380.54 s
[sydtest] include filepath-1.5.4.0-2605
380.54 s
[sydtest] include mtl-2.3.1-37af
380.54 s
[sydtest] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
380.54 s
[sydtest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
380.54 s
[sydtest] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
380.54 s
[sydtest] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
380.54 s
[sydtest] include quickcheck-io-0.2.0-122DMOdzX9g9NeH56Ptl8o
380.54 s
[sydtest] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
380.54 s
[sydtest] include random-shuffle-0.0.4-3CFVYX11C4YBEiBpzosIYG
380.54 s
[sydtest] include safe-0.3.21-5BPtE6bL5iDDoo2YMcvvrG
380.54 s
[sydtest] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
380.54 s
[sydtest] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
380.54 s
[sydtest] include stm-2.5.3.1-03d8
380.54 s
[sydtest] include svg-builder-0.1.1-7U95ZrE0RrK6yvdElq5tgk
380.54 s
[sydtest] include text-2.1.3-34f1
380.54 s
[sydtest] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
380.54 s
[sydtest] Linked component graph:
380.54 s
[sydtest] unit sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
380.54 s
[sydtest] include MonadRandom-0.6.2-KvoCcOoewrJ4a5CgF2PSzH
380.54 s
[sydtest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
380.54 s
[sydtest] include async-2.2.5-6SxNiIIPxyKH9IyM9VUDjB
380.54 s
[sydtest] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
380.54 s
[sydtest] include base-4.20.2.0-fafd
380.54 s
[sydtest] include bytestring-0.12.2.0-96e1
380.54 s
[sydtest] include containers-0.7-96b4
380.54 s
[sydtest] include deepseq-1.5.0.0-2b65
380.54 s
[sydtest] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
380.54 s
[sydtest] include fast-myers-diff-0.0.2-IQJ6VCsFL0V3he9lFwksTs
380.54 s
[sydtest] include filepath-1.5.4.0-2605
380.54 s
[sydtest] include mtl-2.3.1-37af
380.54 s
[sydtest] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
380.54 s
[sydtest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
380.54 s
[sydtest] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
380.54 s
[sydtest] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
380.54 s
[sydtest] include quickcheck-io-0.2.0-122DMOdzX9g9NeH56Ptl8o
380.54 s
[sydtest] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
380.54 s
[sydtest] include random-shuffle-0.0.4-3CFVYX11C4YBEiBpzosIYG
380.54 s
[sydtest] include safe-0.3.21-5BPtE6bL5iDDoo2YMcvvrG
380.54 s
[sydtest] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
380.54 s
[sydtest] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
380.54 s
[sydtest] include stm-2.5.3.1-03d8
380.54 s
[sydtest] include svg-builder-0.1.1-7U95ZrE0RrK6yvdElq5tgk
380.54 s
[sydtest] include text-2.1.3-34f1
380.54 s
[sydtest] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
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
380.54 s
[sydtest] Ready component graph:
380.54 s
[sydtest] definite sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
380.54 s
[sydtest] depends MonadRandom-0.6.2-KvoCcOoewrJ4a5CgF2PSzH
380.54 s
[sydtest] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
380.54 s
[sydtest] depends async-2.2.5-6SxNiIIPxyKH9IyM9VUDjB
380.54 s
[sydtest] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
380.54 s
[sydtest] depends base-4.20.2.0-fafd
380.54 s
[sydtest] depends bytestring-0.12.2.0-96e1
380.54 s
[sydtest] depends containers-0.7-96b4
380.54 s
[sydtest] depends deepseq-1.5.0.0-2b65
380.54 s
[sydtest] depends dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
380.54 s
[sydtest] depends fast-myers-diff-0.0.2-IQJ6VCsFL0V3he9lFwksTs
380.54 s
[sydtest] depends filepath-1.5.4.0-2605
380.54 s
[sydtest] depends mtl-2.3.1-37af
380.54 s
[sydtest] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
380.54 s
[sydtest] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
380.54 s
[sydtest] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
380.54 s
[sydtest] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
380.54 s
[sydtest] depends quickcheck-io-0.2.0-122DMOdzX9g9NeH56Ptl8o
380.54 s
[sydtest] depends random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
380.54 s
[sydtest] depends random-shuffle-0.0.4-3CFVYX11C4YBEiBpzosIYG
380.54 s
[sydtest] depends safe-0.3.21-5BPtE6bL5iDDoo2YMcvvrG
380.54 s
[sydtest] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
380.54 s
[sydtest] depends safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
380.54 s
[sydtest] depends stm-2.5.3.1-03d8
380.54 s
[sydtest] depends svg-builder-0.1.1-7U95ZrE0RrK6yvdElq5tgk
380.54 s
[sydtest] depends text-2.1.3-34f1
380.54 s
[sydtest] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
380.54 s
[sydtest] Using Cabal-3.12.1.0 compiled by ghc-9.10
380.54 s
[sydtest] Using compiler: ghc-9.10.3
380.54 s
[sydtest] Using install prefix:
380.54 s
[sydtest] /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1
380.54 s
[sydtest] Executables installed in:
380.54 s
[sydtest] /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1/bin
380.54 s
[sydtest] Libraries installed in:
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
380.54 s
[sydtest] Dynamic Libraries installed in:
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
380.54 s
[sydtest] Private executables installed in:
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
380.54 s
[sydtest] Data files installed in:
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
380.54 s
[sydtest] Documentation installed in:
380.54 s
[sydtest] /nix/store/wyg6ps54fvp44pqrsk581fmr4bv0sxcz-sydtest-0.23.0.1-doc/share/doc/sydtest-0.23.0.1
380.54 s
[sydtest] Configuration files installed in:
380.54 s
[sydtest] /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1/etc
380.54 s
[sydtest] No alex found
380.54 s
[sydtest] Using ar found on system at:
380.54 s
[sydtest] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
380.54 s
[sydtest] No c2hs found
380.54 s
[sydtest] No cpphs found
380.54 s
[sydtest] No doctest found
380.54 s
[sydtest] Using gcc version 14.3.0 given by user at:
380.54 s
[sydtest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
380.54 s
[sydtest] Using ghc version 9.10.3 found on system at:
380.54 s
[sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
380.54 s
[sydtest] Using ghc-pkg version 9.10.3 found on system at:
380.54 s
[sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
380.54 s
[sydtest] No ghcjs found
380.54 s
[sydtest] No ghcjs-pkg found
380.54 s
[sydtest] No greencard found
380.54 s
[sydtest] Using haddock version 2.31.1 found on system at:
380.54 s
[sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
380.54 s
[sydtest] No happy found
380.54 s
[sydtest] Using haskell-suite found on system at: haskell-suite-dummy-location
380.54 s
[sydtest] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
380.54 s
[sydtest] No hmake found
380.54 s
[sydtest] Using hpc version 0.69 found on system at:
380.54 s
[sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
380.54 s
[sydtest] Using hsc2hs version 0.68.10 found on system at:
380.54 s
[sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
380.54 s
[sydtest] Using hscolour version 1.25 found on system at:
380.54 s
[sydtest] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
380.54 s
[sydtest] No jhc found
380.54 s
[sydtest] Using ld found on system at:
380.54 s
[sydtest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
380.55 s
[sydtest] No pkg-config found
380.55 s
[sydtest] Using runghc version 9.10.3 found on system at:
380.55 s
[sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
380.55 s
[sydtest] Using strip version 2.44 found on system at:
380.55 s
[sydtest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
380.55 s
[sydtest] Using tar found on system at:
380.55 s
[sydtest] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
380.55 s
[sydtest] No uhc found
380.55 s
[sydtest] Phase: buildPhase
380.55 s
[sydtest] Preprocessing library for sydtest-0.23.0.1...
380.55 s
[sydtest] Building library for sydtest-0.23.0.1...
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 )
380.69 s
[genvalidity-typed-uuid] Phase: setupCompilerEnvironmentPhase
380.69 s
[genvalidity-typed-uuid] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
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 )
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 )
381.02 s
[genvalidity-typed-uuid] Phase: unpackPhase
381.03 s
[genvalidity-typed-uuid] unpacking source archive /nix/store/a5qkzg43c0nnl7h5z9pfkggwsp8vrag5-genvalidity-typed-uuid-0.1.0.1.tar.gz
381.03 s
[genvalidity-typed-uuid] source root is genvalidity-typed-uuid-0.1.0.1
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"
381.05 s
[genvalidity-typed-uuid] Phase: patchPhase
381.05 s
[genvalidity-typed-uuid] Phase: compileBuildDriverPhase
381.06 s
[genvalidity-typed-uuid] setupCompileFlags: -package-db=/build/tmp.JOUBPkAGp8/setup-package.conf.d -threaded
381.12 s
[genvalidity-typed-uuid] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.JOUBPkAGp8/Main.o )
381.16 s
[genvalidity-typed-uuid] [2 of 2] Linking Setup
381.84 s
[genvalidity-path] Documentation created: dist/doc/html/genvalidity-path/,
381.84 s
[genvalidity-path] dist/doc/html/genvalidity-path/genvalidity-path.txt
381.91 s
[genvalidity-path] Preprocessing test suite 'genvalidity-path-test' for genvalidity-path-1.0.0.1...
381.91 s
[genvalidity-path] Preprocessing benchmark 'genvalidity-path-bench' for genvalidity-path-1.0.0.1...
381.93 s
[genvalidity-path] Phase: installPhase
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
382.24 s
[genvalidity-path] Phase: fixupPhase
382.26 s
[genvalidity-path] shrinking RPATHs of ELF executables and libraries in /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1
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
382.28 s
[genvalidity-path] checking for references to /build/ in /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1...
382.29 s
[genvalidity-path] patching script interpreter paths in /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1
382.30 s
[genvalidity-path] stripping (with command strip and flags -S -p) in /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1/lib
382.33 s
[genvalidity-path] shrinking RPATHs of ELF executables and libraries in /nix/store/30abjb00qiyls3shkp775k4377y0dpcf-genvalidity-path-1.0.0.1-doc
382.33 s
[genvalidity-path] checking for references to /build/ in /nix/store/30abjb00qiyls3shkp775k4377y0dpcf-genvalidity-path-1.0.0.1-doc...
382.35 s
[genvalidity-path] patching script interpreter paths in /nix/store/30abjb00qiyls3shkp775k4377y0dpcf-genvalidity-path-1.0.0.1-doc
382.40 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1
383.19 s
[post-build-hook] Pushing 3 paths (170 are already present) using zstd to cache smos ⏳
383.19 s
[post-build-hook]
383.52 s
[post-build-hook] Pushing /nix/store/9lgh3brjyzkccc5bhh4x6f350xmazqww-tagged-0.8.9 (1.68 MiB)
383.54 s
[post-build-hook] Pushing /nix/store/30abjb00qiyls3shkp775k4377y0dpcf-genvalidity-path-1.0.0.1-doc (170.55 KiB)
383.57 s
[post-build-hook] Pushing /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1 (396.36 KiB)
384.64 s
[post-build-hook]
384.70 s
[post-build-hook] All done.
384.70 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1
384.73 s
[post-build-hook] copying 0 paths...
384.92 s
[post-build-hook] copying 0 paths...
385.01 s
Progress: 102 of 149 built (4 building), 815 of 815 downloaded from cache
385.01 s
[dirforest] Documentation created: dist/doc/html/dirforest/,
385.01 s
[dirforest] dist/doc/html/dirforest/dirforest.txt
385.01 s
[dirforest] Phase: installPhase
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
385.01 s
[dirforest] Phase: fixupPhase
385.01 s
[dirforest] shrinking RPATHs of ELF executables and libraries in /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0
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
385.01 s
[dirforest] checking for references to /build/ in /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0...
385.01 s
[dirforest] patching script interpreter paths in /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0
385.01 s
[dirforest] stripping (with command strip and flags -S -p) in /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0/lib
385.01 s
[dirforest] shrinking RPATHs of ELF executables and libraries in /nix/store/p7lqjfl2qinjri7vxgzyw6i5w42gczwm-dirforest-0.1.0.0-doc
385.01 s
[dirforest] checking for references to /build/ in /nix/store/p7lqjfl2qinjri7vxgzyw6i5w42gczwm-dirforest-0.1.0.0-doc...
385.01 s
[dirforest] patching script interpreter paths in /nix/store/p7lqjfl2qinjri7vxgzyw6i5w42gczwm-dirforest-0.1.0.0-doc
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 )
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 )
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 )
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 )
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 )
385.01 s
[genvalidity-typed-uuid] Phase: updateAutotoolsGnuConfigScriptsPhase
385.01 s
[genvalidity-typed-uuid] Phase: configurePhase
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
385.01 s
[genvalidity-typed-uuid] Using Parsec parser
385.01 s
[genvalidity-typed-uuid] Configuring genvalidity-typed-uuid-0.1.0.1...
385.01 s
[genvalidity-typed-uuid] Dependency QuickCheck: using QuickCheck-2.15.0.1
385.01 s
[genvalidity-typed-uuid] Dependency base >=4.7 && <5: using base-4.20.2.0
385.01 s
[genvalidity-typed-uuid] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
385.01 s
[genvalidity-typed-uuid] Dependency genvalidity-uuid >=0.0: using genvalidity-uuid-1.0.0.1
385.01 s
[genvalidity-typed-uuid] Dependency typed-uuid >=0.0: using typed-uuid-0.2.0.0
385.01 s
[genvalidity-typed-uuid] Dependency QuickCheck: using QuickCheck-2.15.0.1
385.01 s
[genvalidity-typed-uuid] Dependency base >=4.7 && <5: using base-4.20.2.0
385.01 s
[genvalidity-typed-uuid] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
385.01 s
[genvalidity-typed-uuid] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
385.01 s
[genvalidity-typed-uuid] Dependency genvalidity-hspec-aeson: using genvalidity-hspec-aeson-1.0.0.0
385.01 s
[genvalidity-typed-uuid] Dependency genvalidity-typed-uuid: using genvalidity-typed-uuid-0.1.0.1
385.01 s
[genvalidity-typed-uuid] Dependency genvalidity-uuid: using genvalidity-uuid-1.0.0.1
385.01 s
[genvalidity-typed-uuid] Dependency hspec: using hspec-2.11.14
385.01 s
[genvalidity-typed-uuid] Dependency typed-uuid: using typed-uuid-0.2.0.0
385.01 s
[genvalidity-typed-uuid] Source component graph:
385.01 s
[genvalidity-typed-uuid] component lib
385.01 s
[genvalidity-typed-uuid] component test:typed-uuid-test dependency lib
385.01 s
[genvalidity-typed-uuid] Configured component graph:
385.01 s
[genvalidity-typed-uuid] component genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW
385.01 s
[genvalidity-typed-uuid] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
385.01 s
[genvalidity-typed-uuid] include base-4.20.2.0-fafd
385.01 s
[genvalidity-typed-uuid] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
385.01 s
[genvalidity-typed-uuid] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
385.01 s
[genvalidity-typed-uuid] include typed-uuid-0.2.0.0-LkD4lwhNYhn7J2sbA0ufmv
385.01 s
[genvalidity-typed-uuid] component genvalidity-typed-uuid-0.1.0.1-LDfAx6FSKSk4gjdXUOmo4O-typed-uuid-test
385.01 s
[genvalidity-typed-uuid] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
385.01 s
[genvalidity-typed-uuid] include base-4.20.2.0-fafd
385.01 s
[genvalidity-typed-uuid] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
385.01 s
[genvalidity-typed-uuid] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
385.01 s
[genvalidity-typed-uuid] include genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
385.01 s
[genvalidity-typed-uuid] include genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW
385.01 s
[genvalidity-typed-uuid] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
385.01 s
[genvalidity-typed-uuid] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
385.01 s
[genvalidity-typed-uuid] include typed-uuid-0.2.0.0-LkD4lwhNYhn7J2sbA0ufmv
385.01 s
[genvalidity-typed-uuid] Linked component graph:
385.01 s
[genvalidity-typed-uuid] unit genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW
385.01 s
[genvalidity-typed-uuid] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
385.01 s
[genvalidity-typed-uuid] include base-4.20.2.0-fafd
385.01 s
[genvalidity-typed-uuid] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
385.01 s
[genvalidity-typed-uuid] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
385.01 s
[genvalidity-typed-uuid] include typed-uuid-0.2.0.0-LkD4lwhNYhn7J2sbA0ufmv
385.01 s
[genvalidity-typed-uuid] Data.GenValidity.UUID.Typed=genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW:Data.GenValidity.UUID.Typed
385.01 s
[genvalidity-typed-uuid] unit genvalidity-typed-uuid-0.1.0.1-LDfAx6FSKSk4gjdXUOmo4O-typed-uuid-test
385.01 s
[genvalidity-typed-uuid] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
385.01 s
[genvalidity-typed-uuid] include base-4.20.2.0-fafd
385.01 s
[genvalidity-typed-uuid] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
385.01 s
[genvalidity-typed-uuid] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
385.01 s
[genvalidity-typed-uuid] include genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
385.01 s
[genvalidity-typed-uuid] include genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW
385.01 s
[genvalidity-typed-uuid] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
385.01 s
[genvalidity-typed-uuid] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
385.01 s
[genvalidity-typed-uuid] include typed-uuid-0.2.0.0-LkD4lwhNYhn7J2sbA0ufmv
385.01 s
[genvalidity-typed-uuid] Ready component graph:
385.01 s
[genvalidity-typed-uuid] definite genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW
385.01 s
[genvalidity-typed-uuid] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
385.01 s
[genvalidity-typed-uuid] depends base-4.20.2.0-fafd
385.02 s
[genvalidity-typed-uuid] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
385.02 s
[genvalidity-typed-uuid] depends genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
385.02 s
[genvalidity-typed-uuid] depends typed-uuid-0.2.0.0-LkD4lwhNYhn7J2sbA0ufmv
385.02 s
[genvalidity-typed-uuid] definite genvalidity-typed-uuid-0.1.0.1-LDfAx6FSKSk4gjdXUOmo4O-typed-uuid-test
385.02 s
[genvalidity-typed-uuid] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
385.02 s
[genvalidity-typed-uuid] depends base-4.20.2.0-fafd
385.02 s
[genvalidity-typed-uuid] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
385.02 s
[genvalidity-typed-uuid] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
385.02 s
[genvalidity-typed-uuid] depends genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
385.02 s
[genvalidity-typed-uuid] depends genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW
385.02 s
[genvalidity-typed-uuid] depends genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
385.02 s
[genvalidity-typed-uuid] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
385.02 s
[genvalidity-typed-uuid] depends typed-uuid-0.2.0.0-LkD4lwhNYhn7J2sbA0ufmv
385.02 s
[genvalidity-typed-uuid] Using Cabal-3.12.1.0 compiled by ghc-9.10
385.02 s
[genvalidity-typed-uuid] Using compiler: ghc-9.10.3
385.02 s
[genvalidity-typed-uuid] Using install prefix:
385.02 s
[genvalidity-typed-uuid] /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1
385.02 s
[genvalidity-typed-uuid] Executables installed in:
385.02 s
[genvalidity-typed-uuid] /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1/bin
385.02 s
[genvalidity-typed-uuid] Libraries installed in:
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
385.02 s
[genvalidity-typed-uuid] Dynamic Libraries installed in:
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
385.02 s
[genvalidity-typed-uuid] Private executables installed in:
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
385.02 s
[genvalidity-typed-uuid] Data files installed in:
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
385.02 s
[genvalidity-typed-uuid] Documentation installed in:
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
385.02 s
[genvalidity-typed-uuid] Configuration files installed in:
385.02 s
[genvalidity-typed-uuid] /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1/etc
385.02 s
[genvalidity-typed-uuid] No alex found
385.02 s
[genvalidity-typed-uuid] Using ar found on system at:
385.02 s
[genvalidity-typed-uuid] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
385.02 s
[genvalidity-typed-uuid] No c2hs found
385.02 s
[genvalidity-typed-uuid] No cpphs found
385.02 s
[genvalidity-typed-uuid] No doctest found
385.02 s
[genvalidity-typed-uuid] Using gcc version 14.3.0 given by user at:
385.02 s
[genvalidity-typed-uuid] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
385.02 s
[genvalidity-typed-uuid] Using ghc version 9.10.3 found on system at:
385.02 s
[genvalidity-typed-uuid] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
385.02 s
[genvalidity-typed-uuid] Using ghc-pkg version 9.10.3 found on system at:
385.02 s
[genvalidity-typed-uuid] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
385.02 s
[genvalidity-typed-uuid] No ghcjs found
385.02 s
[genvalidity-typed-uuid] No ghcjs-pkg found
385.02 s
[genvalidity-typed-uuid] No greencard found
385.02 s
[genvalidity-typed-uuid] Using haddock version 2.31.1 found on system at:
385.02 s
[genvalidity-typed-uuid] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
385.02 s
[genvalidity-typed-uuid] No happy found
385.02 s
[genvalidity-typed-uuid] Using haskell-suite found on system at: haskell-suite-dummy-location
385.02 s
[genvalidity-typed-uuid] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
385.02 s
[genvalidity-typed-uuid] No hmake found
385.02 s
[genvalidity-typed-uuid] Using hpc version 0.69 found on system at:
385.02 s
[genvalidity-typed-uuid] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
385.02 s
[genvalidity-typed-uuid] Using hsc2hs version 0.68.10 found on system at:
385.02 s
[genvalidity-typed-uuid] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
385.02 s
[genvalidity-typed-uuid] Using hscolour version 1.25 found on system at:
385.02 s
[genvalidity-typed-uuid] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
385.02 s
[genvalidity-typed-uuid] No jhc found
385.02 s
[genvalidity-typed-uuid] Using ld found on system at:
385.02 s
[genvalidity-typed-uuid] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
385.02 s
[genvalidity-typed-uuid] No pkg-config found
385.02 s
[genvalidity-typed-uuid] Using runghc version 9.10.3 found on system at:
385.02 s
[genvalidity-typed-uuid] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
385.02 s
[genvalidity-typed-uuid] Using strip version 2.44 found on system at:
385.20 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0
385.87 s
[post-build-hook] Pushing 2 paths (181 are already present) using zstd to cache smos ⏳
385.87 s
[post-build-hook]
386.24 s
[post-build-hook] Pushing /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0 (3.09 MiB)
386.24 s
[post-build-hook] Pushing /nix/store/p7lqjfl2qinjri7vxgzyw6i5w42gczwm-dirforest-0.1.0.0-doc (983.09 KiB)
387.45 s
[post-build-hook]
387.45 s
[post-build-hook] All done.
387.47 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0
387.54 s
[post-build-hook] copying 0 paths...
387.67 s
[post-build-hook] copying 0 paths...
387.75 s
Progress: 103 of 149 built (3 building), 815 of 815 downloaded from cache
387.81 s
Building cursor-dirforest-source
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
387.81 s
[sydtest] [ 1 of 31] Compiling Paths_sydtest ( dist/build/autogen/Paths_sydtest.hs, dist/build/Paths_sydtest.p_o )
387.81 s
[genvalidity-typed-uuid] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
387.81 s
[genvalidity-typed-uuid] Using tar found on system at:
387.81 s
[genvalidity-typed-uuid] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
387.81 s
[genvalidity-typed-uuid] No uhc found
387.81 s
[genvalidity-typed-uuid] Phase: buildPhase
387.81 s
[genvalidity-typed-uuid] Preprocessing library for genvalidity-typed-uuid-0.1.0.1...
387.81 s
[genvalidity-typed-uuid] Building library for genvalidity-typed-uuid-0.1.0.1...
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 )
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 )
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 )
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 )
387.81 s
[genvalidity-typed-uuid] Preprocessing test suite 'typed-uuid-test' for genvalidity-typed-uuid-0.1.0.1...
387.81 s
[genvalidity-typed-uuid] Building test suite 'typed-uuid-test' for genvalidity-typed-uuid-0.1.0.1...
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 )
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 )
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 )
387.81 s
[genvalidity-typed-uuid] [4 of 4] Linking dist/build/typed-uuid-test/typed-uuid-test
387.81 s
[genvalidity-typed-uuid] Phase: checkPhase
387.81 s
[genvalidity-typed-uuid] Running 1 test suites...
387.81 s
[genvalidity-typed-uuid] Test suite typed-uuid-test: RUNNING...
387.81 s
[genvalidity-typed-uuid]
387.81 s
[genvalidity-typed-uuid] Data.UUID.Typed
387.81 s
[genvalidity-typed-uuid] Eq (UUID Int)
387.81 s
[genvalidity-typed-uuid] (==) :: (UUID Int) -> (UUID Int) -> Bool
387.81 s
[genvalidity-typed-uuid] is reflexive for "valid (UUID Int)"s [✔]
387.81 s
[genvalidity-typed-uuid] +++ OK, passed 100 tests.
387.81 s
[genvalidity-typed-uuid] is symmetric for "valid (UUID Int)"s [✔]
387.81 s
[genvalidity-typed-uuid] +++ OK, passed 100 tests.
387.81 s
[genvalidity-typed-uuid] is transitive for "valid (UUID Int)"s [✔]
387.81 s
[genvalidity-typed-uuid] +++ OK, passed 100 tests.
387.81 s
[genvalidity-typed-uuid] is equivalent to (\a b -> not $ a /= b) for "valid (UUID Int)"s [✔]
387.81 s
[genvalidity-typed-uuid] +++ OK, passed 100 tests.
387.81 s
[genvalidity-typed-uuid] (/=) :: (UUID Int) -> (UUID Int) -> Bool
387.81 s
[genvalidity-typed-uuid] is antireflexive for "valid (UUID Int)"s [✔]
387.81 s
[genvalidity-typed-uuid] +++ OK, passed 100 tests.
387.81 s
[genvalidity-typed-uuid] is equivalent to (\a b -> not $ a == b) for "valid (UUID Int)"s [✔]
387.81 s
[genvalidity-typed-uuid] +++ OK, passed 100 tests.
387.81 s
[genvalidity-typed-uuid] GenValid (UUID Int)
387.81 s
[genvalidity-typed-uuid] genValid :: Gen (UUID Int)
387.81 s
[genvalidity-typed-uuid] only generates valid '(UUID Int)'s [✔]
387.81 s
[genvalidity-typed-uuid] +++ OK, passed 100 tests.
387.81 s
[genvalidity-typed-uuid] JSON (UUID Int) (valid)
387.81 s
[genvalidity-typed-uuid] encode :: (UUID Int) -> Data.ByteString.Lazy.ByteString
387.81 s
[genvalidity-typed-uuid] never fails to encode a "valid (UUID Int)" [✔]
387.81 s
[genvalidity-typed-uuid] +++ OK, passed 100 tests.
387.81 s
[genvalidity-typed-uuid] decode :: Data.ByteString.Lazy.ByteString -> Either String (UUID Int)
387.81 s
[genvalidity-typed-uuid] ensures that encode and decode are inverses for "valid (UUID Int)"'s [✔]
387.81 s
[genvalidity-typed-uuid] +++ OK, passed 100 tests.
387.81 s
[genvalidity-typed-uuid]
387.81 s
[genvalidity-typed-uuid] Finished in 0.0021 seconds
387.81 s
[genvalidity-typed-uuid] 9 examples, 0 failures
387.81 s
[genvalidity-typed-uuid] Test suite typed-uuid-test: PASS
387.81 s
[genvalidity-typed-uuid] Test suite logged to:
387.81 s
[genvalidity-typed-uuid] dist/test/genvalidity-typed-uuid-0.1.0.1-typed-uuid-test.log
387.82 s
[genvalidity-typed-uuid] 1 of 1 test suites (1 of 1 test cases) passed.
387.82 s
[genvalidity-typed-uuid] Phase: haddockPhase
387.82 s
[genvalidity-typed-uuid] Preprocessing library for genvalidity-typed-uuid-0.1.0.1...
387.82 s
[genvalidity-typed-uuid] Running Haddock on library for genvalidity-typed-uuid-0.1.0.1...
387.82 s
[genvalidity-typed-uuid] Warning: The documentation for the following packages are not installed. No
387.82 s
[genvalidity-typed-uuid] links will be generated to these packages: vector-0.13.2.0
387.82 s
[genvalidity-typed-uuid] [1 of 2] Compiling Data.GenValidity.UUID.Typed ( src/Data/GenValidity/UUID/Typed.hs, nothing )
387.82 s
[genvalidity-typed-uuid] [2 of 2] Compiling Paths_genvalidity_typed_uuid ( dist/build/autogen/Paths_genvalidity_typed_uuid.hs, nothing )
387.82 s
[genvalidity-typed-uuid] Haddock coverage:
387.82 s
[genvalidity-typed-uuid] 0% ( 0 / 1) in 'Data.GenValidity.UUID.Typed'
387.82 s
[genvalidity-typed-uuid] Missing documentation for:
387.82 s
[genvalidity-typed-uuid] Module header
387.82 s
[sydtest] [ 2 of 31] Compiling Test.Syd.HList ( src/Test/Syd/HList.hs, dist/build/Test/Syd/HList.p_o )
387.82 s
[sydtest] [ 3 of 31] Compiling Test.Syd.Run ( src/Test/Syd/Run.hs, dist/build/Test/Syd/Run.p_o )
388.02 s
[cursor-dirforest-source] Phase: setupCompilerEnvironmentPhase
388.02 s
[cursor-dirforest-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
388.28 s
[cursor-dirforest-source] Phase: unpackPhase
388.28 s
[cursor-dirforest-source] unpacking source archive /nix/store/hxj0dihfag6s2b6976lj9wim70l7w6kh-cursor-dirforest
388.29 s
[cursor-dirforest-source] source root is cursor-dirforest
388.30 s
[cursor-dirforest-source] Phase: patchPhase
388.31 s
[cursor-dirforest-source] Phase: compileBuildDriverPhase
388.31 s
[cursor-dirforest-source] setupCompileFlags: -package-db=/build/tmp.9vDqMLDlr7/setup-package.conf.d -threaded
388.37 s
[cursor-dirforest-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.9vDqMLDlr7/Main.o )
388.42 s
[cursor-dirforest-source] [2 of 2] Linking Setup
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 )
389.52 s
[sydtest] [ 4 of 31] Compiling Test.Syd.OptParse ( src/Test/Syd/OptParse.hs, dist/build/Test/Syd/OptParse.p_o )
389.81 s
[cursor-dirforest-source] Phase: updateAutotoolsGnuConfigScriptsPhase
389.87 s
[cursor-dirforest-source] Phase: configurePhase
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
389.87 s
[cursor-dirforest-source] Using Parsec parser
389.87 s
[cursor-dirforest-source] Configuring cursor-dirforest-0.0.0.0...
390.51 s
[cursor-dirforest-source] Dependency base >=4.7 && <5: using base-4.20.2.0
390.51 s
[cursor-dirforest-source] Dependency containers: using containers-0.7
390.51 s
[cursor-dirforest-source] Dependency cursor: using cursor-0.3.2.0
390.51 s
[cursor-dirforest-source] Dependency deepseq: using deepseq-1.5.0.0
390.51 s
[cursor-dirforest-source] Dependency dirforest: using dirforest-0.1.0.0
390.51 s
[cursor-dirforest-source] Dependency filepath: using filepath-1.5.4.0
390.51 s
[cursor-dirforest-source] Dependency microlens: using microlens-0.4.14.0
390.51 s
[cursor-dirforest-source] Dependency path: using path-0.9.6
390.51 s
[cursor-dirforest-source] Dependency text: using text-2.1.3
390.51 s
[cursor-dirforest-source] Dependency validity: using validity-0.12.1.0
390.51 s
[cursor-dirforest-source] Dependency validity-path: using validity-path-0.4.0.1
390.51 s
[cursor-dirforest-source] Source component graph: component lib
390.51 s
[cursor-dirforest-source] Configured component graph:
390.51 s
[cursor-dirforest-source] component cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
390.51 s
[cursor-dirforest-source] include base-4.20.2.0-fafd
390.51 s
[cursor-dirforest-source] include containers-0.7-96b4
390.51 s
[cursor-dirforest-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
390.51 s
[cursor-dirforest-source] include deepseq-1.5.0.0-2b65
390.51 s
[cursor-dirforest-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
390.51 s
[cursor-dirforest-source] include filepath-1.5.4.0-2605
390.51 s
[cursor-dirforest-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
390.51 s
[cursor-dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
390.51 s
[cursor-dirforest-source] include text-2.1.3-34f1
390.51 s
[cursor-dirforest-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
390.51 s
[cursor-dirforest-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
390.51 s
[cursor-dirforest-source] Linked component graph:
390.51 s
[cursor-dirforest-source] unit cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
390.51 s
[cursor-dirforest-source] include base-4.20.2.0-fafd
390.51 s
[cursor-dirforest-source] include containers-0.7-96b4
390.51 s
[cursor-dirforest-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
390.51 s
[cursor-dirforest-source] include deepseq-1.5.0.0-2b65
390.51 s
[cursor-dirforest-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
390.51 s
[cursor-dirforest-source] include filepath-1.5.4.0-2605
390.51 s
[cursor-dirforest-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
390.51 s
[cursor-dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
390.51 s
[cursor-dirforest-source] include text-2.1.3-34f1
390.51 s
[cursor-dirforest-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
390.51 s
[cursor-dirforest-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
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
390.51 s
[cursor-dirforest-source] Ready component graph:
390.51 s
[cursor-dirforest-source] definite cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
390.51 s
[cursor-dirforest-source] depends base-4.20.2.0-fafd
390.51 s
[cursor-dirforest-source] depends containers-0.7-96b4
390.51 s
[cursor-dirforest-source] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
390.51 s
[cursor-dirforest-source] depends deepseq-1.5.0.0-2b65
390.51 s
[cursor-dirforest-source] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
390.51 s
[cursor-dirforest-source] depends filepath-1.5.4.0-2605
390.51 s
[cursor-dirforest-source] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
390.51 s
[cursor-dirforest-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
390.51 s
[cursor-dirforest-source] depends text-2.1.3-34f1
390.51 s
[cursor-dirforest-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
390.51 s
[cursor-dirforest-source] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
390.51 s
[cursor-dirforest-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
390.51 s
[cursor-dirforest-source] Using compiler: ghc-9.10.3
390.51 s
[cursor-dirforest-source] Using install prefix:
390.51 s
[cursor-dirforest-source] /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0
390.51 s
[cursor-dirforest-source] Executables installed in:
390.51 s
[cursor-dirforest-source] /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0/bin
390.51 s
[cursor-dirforest-source] Libraries installed in:
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
390.51 s
[cursor-dirforest-source] Dynamic Libraries installed in:
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
390.51 s
[cursor-dirforest-source] Private executables installed in:
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
390.51 s
[cursor-dirforest-source] Data files installed in:
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
390.51 s
[cursor-dirforest-source] Documentation installed in: /share/doc/cursor-dirforest-0.0.0.0
390.52 s
[cursor-dirforest-source] Configuration files installed in:
390.52 s
[cursor-dirforest-source] /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0/etc
390.52 s
[cursor-dirforest-source] No alex found
390.52 s
[cursor-dirforest-source] Using ar found on system at:
390.52 s
[cursor-dirforest-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
390.52 s
[cursor-dirforest-source] No c2hs found
390.52 s
[cursor-dirforest-source] No cpphs found
390.52 s
[cursor-dirforest-source] No doctest found
390.52 s
[cursor-dirforest-source] Using gcc version 14.3.0 given by user at:
390.52 s
[cursor-dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
390.52 s
[cursor-dirforest-source] Using ghc version 9.10.3 found on system at:
390.52 s
[cursor-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
390.52 s
[cursor-dirforest-source] Using ghc-pkg version 9.10.3 found on system at:
390.52 s
[cursor-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
390.52 s
[cursor-dirforest-source] No ghcjs found
390.52 s
[cursor-dirforest-source] No ghcjs-pkg found
390.52 s
[cursor-dirforest-source] No greencard found
390.52 s
[cursor-dirforest-source] Using haddock version 2.31.1 found on system at:
390.52 s
[cursor-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
390.52 s
[cursor-dirforest-source] No happy found
390.52 s
[cursor-dirforest-source] Using haskell-suite found on system at: haskell-suite-dummy-location
390.52 s
[cursor-dirforest-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
390.52 s
[cursor-dirforest-source] No hmake found
390.52 s
[cursor-dirforest-source] Using hpc version 0.69 found on system at:
390.52 s
[cursor-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
390.52 s
[cursor-dirforest-source] Using hsc2hs version 0.68.10 found on system at:
390.52 s
[cursor-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
390.52 s
[cursor-dirforest-source] Using hscolour version 1.25 found on system at:
390.52 s
[cursor-dirforest-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
390.52 s
[cursor-dirforest-source] No jhc found
390.52 s
[cursor-dirforest-source] Using ld found on system at:
390.52 s
[cursor-dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
390.52 s
[cursor-dirforest-source] No pkg-config found
390.52 s
[cursor-dirforest-source] Using runghc version 9.10.3 found on system at:
390.52 s
[cursor-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
390.52 s
[cursor-dirforest-source] Using strip version 2.44 found on system at:
390.52 s
[cursor-dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
390.52 s
[cursor-dirforest-source] Using tar found on system at:
390.52 s
[cursor-dirforest-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
390.52 s
[cursor-dirforest-source] No uhc found
390.98 s
[cursor-dirforest-source] Phase: buildPhase
390.99 s
[cursor-dirforest-source] Distribution quality errors:
390.99 s
[cursor-dirforest-source] [no-syn-desc] No 'synopsis' or 'description' field.
390.99 s
[cursor-dirforest-source] Distribution quality warnings:
390.99 s
[cursor-dirforest-source] [no-category] No 'category' field.
390.99 s
[cursor-dirforest-source] [no-maintainer] No 'maintainer' field.
390.99 s
[cursor-dirforest-source] [no-license-file] A 'license-file' is not specified.
390.99 s
[cursor-dirforest-source] [missing-upper-bounds] On library, these packages miss upper bounds:
390.99 s
[cursor-dirforest-source] - containers
390.99 s
[cursor-dirforest-source] - cursor
390.99 s
[cursor-dirforest-source] - deepseq
390.99 s
[cursor-dirforest-source] - dirforest
390.99 s
[cursor-dirforest-source] - filepath
390.99 s
[cursor-dirforest-source] - microlens
390.99 s
[cursor-dirforest-source] - path
390.99 s
[cursor-dirforest-source] - text
390.99 s
[cursor-dirforest-source] - validity
390.99 s
[cursor-dirforest-source] - validity-path
390.99 s
[cursor-dirforest-source] Please add them. There is more information at https://pvp.haskell.org/
390.99 s
[cursor-dirforest-source] Note: the public hackage server would reject this package.
390.99 s
[cursor-dirforest-source] Building source dist for cursor-dirforest-0.0.0.0...
391.00 s
[cursor-dirforest-source] Source tarball created: dist/cursor-dirforest-0.0.0.0.tar.gz
391.00 s
[cursor-dirforest-source] Phase: checkPhase
391.01 s
[cursor-dirforest-source] Phase: haddockPhase
391.01 s
[cursor-dirforest-source] Phase: installPhase
391.02 s
[cursor-dirforest-source] Phase: fixupPhase
391.08 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0
391.44 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
391.44 s
[post-build-hook]
391.78 s
[post-build-hook] Pushing /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0 (5.68 KiB)
392.60 s
[post-build-hook]
392.60 s
[post-build-hook] All done.
392.62 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0
392.69 s
[post-build-hook] copying 1 paths...
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'...
393.05 s
[post-build-hook] copying 0 paths...
393.08 s
Progress: 104 of 149 built (3 building), 815 of 815 downloaded from cache
393.15 s
Building cursor-dirforest
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 )
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 )
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 )
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 )
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 )
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 )
393.15 s
[ical] [29 of 30] Compiling ICal ( src/ICal.hs, dist/build/ICal.o, dist/build/ICal.dyn_o )
393.15 s
[sydtest] [ 5 of 31] Compiling Test.Syd.Expectation ( src/Test/Syd/Expectation.hs, dist/build/Test/Syd/Expectation.p_o )
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 )
393.15 s
[sydtest] [ 7 of 31] Compiling Test.Syd.SpecForest ( src/Test/Syd/SpecForest.hs, dist/build/Test/Syd/SpecForest.p_o )
393.15 s
[sydtest] [ 8 of 31] Compiling Test.Syd.SpecDef ( src/Test/Syd/SpecDef.hs, dist/build/Test/Syd/SpecDef.p_o )
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 )
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 )
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 )
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 )
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 )
393.15 s
[genvalidity-typed-uuid] Documentation created: dist/doc/html/genvalidity-typed-uuid/,
393.15 s
[genvalidity-typed-uuid] dist/doc/html/genvalidity-typed-uuid/genvalidity-typed-uuid.txt
393.15 s
[genvalidity-typed-uuid] Preprocessing test suite 'typed-uuid-test' for genvalidity-typed-uuid-0.1.0.1...
393.15 s
[genvalidity-typed-uuid] Phase: installPhase
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
393.15 s
[genvalidity-typed-uuid] Phase: fixupPhase
393.15 s
[genvalidity-typed-uuid] shrinking RPATHs of ELF executables and libraries in /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1
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
393.25 s
[genvalidity-typed-uuid] checking for references to /build/ in /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1...
393.25 s
[genvalidity-typed-uuid] patching script interpreter paths in /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1
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
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 )
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
393.27 s
[genvalidity-typed-uuid] checking for references to /build/ in /nix/store/vg7xsy3ajvvwfhppk5nrh2rwl9q16rck-genvalidity-typed-uuid-0.1.0.1-doc...
393.28 s
[genvalidity-typed-uuid] patching script interpreter paths in /nix/store/vg7xsy3ajvvwfhppk5nrh2rwl9q16rck-genvalidity-typed-uuid-0.1.0.1-doc
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 )
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 )
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 )
393.31 s
[sydtest] [17 of 31] Compiling Test.Syd.Path ( src/Test/Syd/Path.hs, dist/build/Test/Syd/Path.p_o )
393.35 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1
393.79 s
[post-build-hook] Pushing 2 paths (200 are already present) using zstd to cache smos ⏳
393.79 s
[post-build-hook]
394.14 s
[post-build-hook] Pushing /nix/store/vg7xsy3ajvvwfhppk5nrh2rwl9q16rck-genvalidity-typed-uuid-0.1.0.1-doc (147.62 KiB)
394.19 s
[post-build-hook] Pushing /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1 (292.73 KiB)
395.06 s
[post-build-hook]
395.11 s
[post-build-hook] All done.
395.11 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1
395.15 s
[post-build-hook] copying 0 paths...
395.31 s
[post-build-hook] copying 0 paths...
395.39 s
Progress: 105 of 149 built (3 building), 815 of 815 downloaded from cache
395.39 s
[ical] [ 1 of 30] Compiling ICal.UnfoldedLine ( src/ICal/UnfoldedLine.hs, dist/build/ICal/UnfoldedLine.p_o )
395.39 s
[ical] [ 2 of 30] Compiling ICal.ContentLine ( src/ICal/ContentLine.hs, dist/build/ICal/ContentLine.p_o )
395.39 s
[sydtest] [18 of 31] Compiling Test.Syd.Def ( src/Test/Syd/Def.hs, dist/build/Test/Syd/Def.p_o )
395.39 s
[sydtest] [19 of 31] Compiling Test.Syd.Modify ( src/Test/Syd/Modify.hs, dist/build/Test/Syd/Modify.p_o )
395.39 s
[sydtest] [20 of 31] Compiling Test.Syd.SVG ( src/Test/Syd/SVG.hs, dist/build/Test/Syd/SVG.p_o )
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 )
395.39 s
[sydtest] [22 of 31] Compiling Test.Syd.ReRun ( src/Test/Syd/ReRun.hs, dist/build/Test/Syd/ReRun.p_o )
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 )
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 )
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 )
395.39 s
[sydtest] [26 of 31] Compiling Test.Syd.Output ( src/Test/Syd/Output.hs, dist/build/Test/Syd/Output.p_o )
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 )
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 )
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 )
395.39 s
[sydtest] [30 of 31] Compiling Test.Syd.Runner ( src/Test/Syd/Runner.hs, dist/build/Test/Syd/Runner.p_o )
395.39 s
[sydtest] [31 of 31] Compiling Test.Syd ( src/Test/Syd.hs, dist/build/Test/Syd.p_o )
395.39 s
[cursor-dirforest] Phase: setupCompilerEnvironmentPhase
395.39 s
[cursor-dirforest] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
395.39 s
[cursor-dirforest] Phase: unpackPhase
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
395.39 s
[cursor-dirforest] source root is cursor-dirforest-0.0.0.0
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"
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
395.39 s
[cursor-dirforest] Phase: patchPhase
395.39 s
[cursor-dirforest] Phase: compileBuildDriverPhase
395.39 s
[cursor-dirforest] setupCompileFlags: -package-db=/build/tmp.h79QsjNhbk/setup-package.conf.d -threaded
395.39 s
[cursor-dirforest] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.h79QsjNhbk/Main.o )
395.39 s
[cursor-dirforest] [2 of 2] Linking Setup
395.39 s
[cursor-dirforest] Phase: updateAutotoolsGnuConfigScriptsPhase
395.39 s
[cursor-dirforest] Phase: configurePhase
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
395.39 s
[cursor-dirforest] Using Parsec parser
395.39 s
[cursor-dirforest] Configuring cursor-dirforest-0.0.0.0...
395.63 s
[cursor-dirforest] Dependency base >=4.7 && <5: using base-4.20.2.0
395.63 s
[cursor-dirforest] Dependency containers: using containers-0.7
395.63 s
[cursor-dirforest] Dependency cursor: using cursor-0.3.2.0
395.63 s
[cursor-dirforest] Dependency deepseq: using deepseq-1.5.0.0
395.63 s
[cursor-dirforest] Dependency dirforest: using dirforest-0.1.0.0
395.63 s
[cursor-dirforest] Dependency filepath: using filepath-1.5.4.0
395.63 s
[cursor-dirforest] Dependency microlens: using microlens-0.4.14.0
395.63 s
[cursor-dirforest] Dependency path: using path-0.9.6
395.63 s
[cursor-dirforest] Dependency text: using text-2.1.3
395.63 s
[cursor-dirforest] Dependency validity: using validity-0.12.1.0
395.63 s
[cursor-dirforest] Dependency validity-path: using validity-path-0.4.0.1
395.63 s
[cursor-dirforest] Source component graph: component lib
395.63 s
[cursor-dirforest] Configured component graph:
395.63 s
[cursor-dirforest] component cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
395.63 s
[cursor-dirforest] include base-4.20.2.0-fafd
395.63 s
[cursor-dirforest] include containers-0.7-96b4
395.63 s
[cursor-dirforest] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
395.63 s
[cursor-dirforest] include deepseq-1.5.0.0-2b65
395.63 s
[cursor-dirforest] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
395.63 s
[cursor-dirforest] include filepath-1.5.4.0-2605
395.63 s
[cursor-dirforest] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
395.63 s
[cursor-dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
395.63 s
[cursor-dirforest] include text-2.1.3-34f1
395.63 s
[cursor-dirforest] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
395.63 s
[cursor-dirforest] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
395.63 s
[cursor-dirforest] Linked component graph:
395.63 s
[cursor-dirforest] unit cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
395.63 s
[cursor-dirforest] include base-4.20.2.0-fafd
395.63 s
[cursor-dirforest] include containers-0.7-96b4
395.63 s
[cursor-dirforest] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
395.63 s
[cursor-dirforest] include deepseq-1.5.0.0-2b65
395.63 s
[cursor-dirforest] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
395.63 s
[cursor-dirforest] include filepath-1.5.4.0-2605
395.63 s
[cursor-dirforest] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
395.63 s
[cursor-dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
395.63 s
[cursor-dirforest] include text-2.1.3-34f1
395.63 s
[cursor-dirforest] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
395.63 s
[cursor-dirforest] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
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
395.63 s
[cursor-dirforest] Ready component graph:
395.63 s
[cursor-dirforest] definite cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
395.63 s
[cursor-dirforest] depends base-4.20.2.0-fafd
395.63 s
[cursor-dirforest] depends containers-0.7-96b4
395.63 s
[cursor-dirforest] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
395.63 s
[cursor-dirforest] depends deepseq-1.5.0.0-2b65
395.63 s
[cursor-dirforest] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
395.63 s
[cursor-dirforest] depends filepath-1.5.4.0-2605
395.63 s
[cursor-dirforest] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
395.63 s
[cursor-dirforest] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
395.64 s
[cursor-dirforest] depends text-2.1.3-34f1
395.64 s
[cursor-dirforest] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
395.64 s
[cursor-dirforest] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
395.64 s
[cursor-dirforest] Using Cabal-3.12.1.0 compiled by ghc-9.10
395.64 s
[cursor-dirforest] Using compiler: ghc-9.10.3
395.64 s
[cursor-dirforest] Using install prefix:
395.64 s
[cursor-dirforest] /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0
395.64 s
[cursor-dirforest] Executables installed in:
395.64 s
[cursor-dirforest] /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0/bin
395.64 s
[cursor-dirforest] Libraries installed in:
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
395.64 s
[cursor-dirforest] Dynamic Libraries installed in:
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
395.64 s
[cursor-dirforest] Private executables installed in:
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
395.64 s
[cursor-dirforest] Data files installed in:
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
395.64 s
[cursor-dirforest] Documentation installed in:
395.64 s
[cursor-dirforest] /nix/store/6xc50hi7b1h8wd4vmjr18b78sdcyqcpg-cursor-dirforest-0.0.0.0-doc/share/doc/cursor-dirforest-0.0.0.0
395.64 s
[cursor-dirforest] Configuration files installed in:
395.64 s
[cursor-dirforest] /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0/etc
395.64 s
[cursor-dirforest] No alex found
395.64 s
[cursor-dirforest] Using ar found on system at:
395.64 s
[cursor-dirforest] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
395.64 s
[cursor-dirforest] No c2hs found
395.64 s
[cursor-dirforest] No cpphs found
395.64 s
[cursor-dirforest] No doctest found
395.64 s
[cursor-dirforest] Using gcc version 14.3.0 given by user at:
395.64 s
[cursor-dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
395.64 s
[cursor-dirforest] Using ghc version 9.10.3 found on system at:
395.64 s
[cursor-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
395.64 s
[cursor-dirforest] Using ghc-pkg version 9.10.3 found on system at:
395.64 s
[cursor-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
395.64 s
[cursor-dirforest] No ghcjs found
395.64 s
[cursor-dirforest] No ghcjs-pkg found
395.64 s
[cursor-dirforest] No greencard found
395.64 s
[cursor-dirforest] Using haddock version 2.31.1 found on system at:
395.64 s
[cursor-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
395.64 s
[cursor-dirforest] No happy found
395.64 s
[cursor-dirforest] Using haskell-suite found on system at: haskell-suite-dummy-location
395.64 s
[cursor-dirforest] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
395.64 s
[cursor-dirforest] No hmake found
395.64 s
[cursor-dirforest] Using hpc version 0.69 found on system at:
395.64 s
[cursor-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
395.64 s
[cursor-dirforest] Using hsc2hs version 0.68.10 found on system at:
395.64 s
[cursor-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
395.64 s
[cursor-dirforest] Using hscolour version 1.25 found on system at:
395.64 s
[cursor-dirforest] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
395.64 s
[cursor-dirforest] No jhc found
395.64 s
[cursor-dirforest] Using ld found on system at:
395.64 s
[cursor-dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
395.64 s
[cursor-dirforest] No pkg-config found
395.64 s
[cursor-dirforest] Using runghc version 9.10.3 found on system at:
395.64 s
[cursor-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
395.64 s
[cursor-dirforest] Using strip version 2.44 found on system at:
395.64 s
[cursor-dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
395.64 s
[cursor-dirforest] Using tar found on system at:
395.64 s
[cursor-dirforest] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
395.64 s
[cursor-dirforest] No uhc found
396.02 s
[cursor-dirforest] Phase: buildPhase
396.09 s
[cursor-dirforest] Preprocessing library for cursor-dirforest-0.0.0.0...
396.09 s
[cursor-dirforest] Building library for cursor-dirforest-0.0.0.0...
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 )
396.94 s
[ical] [ 3 of 30] Compiling ICal.Parameter.Class ( src/ICal/Parameter/Class.hs, dist/build/ICal/Parameter/Class.p_o )
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 )
397.10 s
[sydtest] Phase: checkPhase
397.15 s
[sydtest] Package has no test suites.
397.15 s
[sydtest] Phase: haddockPhase
397.29 s
[sydtest] Preprocessing library for sydtest-0.23.0.1...
397.29 s
[sydtest] Running Haddock on library for sydtest-0.23.0.1...
397.29 s
[sydtest] Warning: The documentation for the following packages are not installed. No
397.29 s
[sydtest] links will be generated to these packages: attoparsec-0.14.4,
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
397.48 s
[ical] [ 4 of 30] Compiling ICal.Parameter.ValueDataType ( src/ICal/Parameter/ValueDataType.hs, dist/build/ICal/Parameter/ValueDataType.p_o )
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 )
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 )
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 )
397.85 s
[ical] [ 5 of 30] Compiling ICal.PropertyType.Class ( src/ICal/PropertyType/Class.hs, dist/build/ICal/PropertyType/Class.p_o )
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 )
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 )
398.28 s
[cursor-dirforest] [1 of 4] Compiling Cursor.FileOrDir ( src/Cursor/FileOrDir.hs, dist/build/Cursor/FileOrDir.p_o )
398.75 s
[ical] [ 6 of 30] Compiling ICal.PropertyType.URI ( src/ICal/PropertyType/URI.hs, dist/build/ICal/PropertyType/URI.p_o )
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 )
398.90 s
[ical] [ 7 of 30] Compiling ICal.PropertyType.CalAddress ( src/ICal/PropertyType/CalAddress.hs, dist/build/ICal/PropertyType/CalAddress.p_o )
399.03 s
[cursor-dirforest] [2 of 4] Compiling Cursor.DirForest ( src/Cursor/DirForest.hs, dist/build/Cursor/DirForest.p_o )
399.05 s
[ical] [ 8 of 30] Compiling ICal.Parameter ( src/ICal/Parameter.hs, dist/build/ICal/Parameter.p_o )
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 )
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 )
399.94 s
[cursor-dirforest] [3 of 4] Compiling Cursor.Simple.DirForest ( src/Cursor/Simple/DirForest.hs, dist/build/Cursor/Simple/DirForest.p_o )
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 )
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 )
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 )
400.54 s
[sydtest] [ 9 of 31] Compiling Test.Syd.Runner.Wrappers ( src/Test/Syd/Runner/Wrappers.hs, nothing )
400.54 s
[ical] [ 9 of 30] Compiling ICal.PropertyType.UTCOffset ( src/ICal/PropertyType/UTCOffset.hs, dist/build/ICal/PropertyType/UTCOffset.p_o )
400.55 s
[sydtest] [10 of 31] Compiling Test.Syd.Runner.Single ( src/Test/Syd/Runner/Single.hs, nothing )
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 )
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 )
400.79 s
[ical] [10 of 30] Compiling ICal.PropertyType.Time ( src/ICal/PropertyType/Time.hs, dist/build/ICal/PropertyType/Time.p_o )
400.84 s
[ical] [11 of 30] Compiling ICal.PropertyType.FloatingPoint ( src/ICal/PropertyType/FloatingPoint.hs, dist/build/ICal/PropertyType/FloatingPoint.p_o )
400.84 s
[ical] [12 of 30] Compiling ICal.PropertyType.Duration ( src/ICal/PropertyType/Duration.hs, dist/build/ICal/PropertyType/Duration.p_o )
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 )
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 )
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 )
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 )
401.22 s
[sydtest] [17 of 31] Compiling Test.Syd.Path ( src/Test/Syd/Path.hs, nothing )
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 )
401.25 s
[sydtest] [19 of 31] Compiling Test.Syd.Modify ( src/Test/Syd/Modify.hs, nothing )
401.27 s
[sydtest] [20 of 31] Compiling Test.Syd.SVG ( src/Test/Syd/SVG.hs, nothing )
401.30 s
[sydtest] [21 of 31] Compiling Test.Syd.Runner.Synchronous.Separate ( src/Test/Syd/Runner/Synchronous/Separate.hs, nothing )
401.33 s
[sydtest] [22 of 31] Compiling Test.Syd.ReRun ( src/Test/Syd/ReRun.hs, nothing )
401.58 s
[sydtest] [23 of 31] Compiling Test.Syd.Output.Common ( src/Test/Syd/Output/Common.hs, nothing )
401.61 s
[sydtest] [24 of 31] Compiling Test.Syd.Output.Terse ( src/Test/Syd/Output/Terse.hs, nothing )
401.63 s
[sydtest] [25 of 31] Compiling Test.Syd.Output.Pretty ( src/Test/Syd/Output/Pretty.hs, nothing )
401.68 s
[sydtest] [26 of 31] Compiling Test.Syd.Output ( src/Test/Syd/Output.hs, nothing )
401.68 s
[sydtest] [27 of 31] Compiling Test.Syd.Runner.Synchronous.Interleaved ( src/Test/Syd/Runner/Synchronous/Interleaved.hs, nothing )
401.72 s
[sydtest] [28 of 31] Compiling Test.Syd.Runner.Synchronous ( src/Test/Syd/Runner/Synchronous.hs, nothing )
401.72 s
[sydtest] [29 of 31] Compiling Test.Syd.Runner.Asynchronous ( src/Test/Syd/Runner/Asynchronous.hs, nothing )
401.78 s
[ical] [13 of 30] Compiling ICal.PropertyType.Date ( src/ICal/PropertyType/Date.hs, dist/build/ICal/PropertyType/Date.p_o )
401.78 s
[ical] [14 of 30] Compiling ICal.PropertyType.DateTime ( src/ICal/PropertyType/DateTime.hs, dist/build/ICal/PropertyType/DateTime.p_o )
401.78 s
[ical] [15 of 30] Compiling ICal.PropertyType.RecurrenceRule ( src/ICal/PropertyType/RecurrenceRule.hs, dist/build/ICal/PropertyType/RecurrenceRule.p_o )
401.93 s
[sydtest] [30 of 31] Compiling Test.Syd.Runner ( src/Test/Syd/Runner.hs, nothing )
401.95 s
[sydtest] [31 of 31] Compiling Test.Syd ( src/Test/Syd.hs, nothing )
401.96 s
[sydtest] Haddock coverage:
401.96 s
[sydtest] 0% ( 0 / 3) in 'Test.Syd.HList'
401.96 s
[sydtest] Missing documentation for:
401.96 s
[sydtest] Module header
401.96 s
[sydtest] HList (src/Test/Syd/HList.hs:13)
401.96 s
[sydtest] HContains (src/Test/Syd/HList.hs:17)
401.96 s
[sydtest] Warning: 'SomeException' is ambiguous. It is defined
401.96 s
[sydtest] * in ‘GHC.Internal.Exception.Type’
401.96 s
[sydtest] * in ‘GHC.Internal.Exception.Type’
401.96 s
[sydtest] You may be able to disambiguate the identifier by qualifying it or
401.96 s
[sydtest] by specifying the type/value namespace explicitly.
401.96 s
[sydtest] Defaulting to the one defined in ‘GHC.Internal.Exception.Type’
401.96 s
[sydtest] Warning: 'shouldBe' is out of scope.
401.96 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.96 s
[sydtest] Warning: 'golden' is out of scope.
401.96 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.96 s
[sydtest] Warning: 'aroundAll' is out of scope.
401.96 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.96 s
[sydtest] Warning: 'around' is out of scope.
401.96 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.96 s
[sydtest] Warning: 'StagedGolden' is ambiguous. It is defined
401.96 s
[sydtest] * at src/Test/Syd/Run.hs:383:5
401.96 s
[sydtest] * at src/Test/Syd/Run.hs:382:1
401.96 s
[sydtest] You may be able to disambiguate the identifier by qualifying it or
401.96 s
[sydtest] by specifying the type/value namespace explicitly.
401.96 s
[sydtest] Defaulting to the one defined at src/Test/Syd/Run.hs:382:1
401.97 s
[sydtest] Warning: 'timeit' is out of scope.
401.97 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.97 s
[sydtest] 21% ( 8 / 37) in 'Test.Syd.Run'
401.97 s
[sydtest] Missing documentation for:
401.97 s
[sydtest] IsTest (src/Test/Syd/Run.hs:45)
401.97 s
[sydtest] runPureTestWithArg (src/Test/Syd/Run.hs:81)
401.97 s
[sydtest] applyWrapper2 (src/Test/Syd/Run.hs:106)
401.97 s
[sydtest] runIOTestWithArg (src/Test/Syd/Run.hs:148)
401.97 s
[sydtest] makeQuickCheckArgs (src/Test/Syd/Run.hs:188)
401.97 s
[sydtest] runPropertyTestWithArg (src/Test/Syd/Run.hs:207)
401.97 s
[sydtest] aroundProperty (src/Test/Syd/Run.hs:274)
401.97 s
[sydtest] aroundProp (src/Test/Syd/Run.hs:277)
401.97 s
[sydtest] aroundRose (src/Test/Syd/Run.hs:280)
401.97 s
[sydtest] runGoldenTestWithArg (src/Test/Syd/Run.hs:347)
401.97 s
[sydtest] StagedGolden (src/Test/Syd/Run.hs:382)
401.97 s
[sydtest] runStagedGoldenWithArg (src/Test/Syd/Run.hs:412)
401.97 s
[sydtest] exceptionHandlers (src/Test/Syd/Run.hs:475)
401.97 s
[sydtest] Test (src/Test/Syd/Run.hs:487)
401.97 s
[sydtest] TestRunSettings (src/Test/Syd/Run.hs:489)
401.97 s
[sydtest] defaultTestRunSettings (src/Test/Syd/Run.hs:501)
401.97 s
[sydtest] SeedSetting (src/Test/Syd/Run.hs:519)
401.97 s
[sydtest] TestRunResult (src/Test/Syd/Run.hs:565)
401.97 s
[sydtest] TestStatus (src/Test/Syd/Run.hs:579)
401.97 s
[sydtest] addContextToException (src/Test/Syd/Run.hs:643)
401.97 s
[sydtest] GoldenCase (src/Test/Syd/Run.hs:645)
401.97 s
[sydtest] ProgressReporter (src/Test/Syd/Run.hs:651)
401.97 s
[sydtest] noProgressReporter (src/Test/Syd/Run.hs:654)
401.97 s
[sydtest] reportProgress (src/Test/Syd/Run.hs:657)
401.97 s
[sydtest] Progress (src/Test/Syd/Run.hs:659)
401.97 s
[sydtest] timeItDuration (src/Test/Syd/Run.hs:694)
401.97 s
[sydtest] timeItBeginEnd (src/Test/Syd/Run.hs:699)
401.97 s
[sydtest] Timed (src/Test/Syd/Run.hs:705)
401.97 s
[sydtest] timedTime (src/Test/Syd/Run.hs:716)
401.97 s
[sydtest] 15% ( 2 / 13) in 'Test.Syd.OptParse'
401.97 s
[sydtest] Missing documentation for:
401.97 s
[sydtest] Module header
401.97 s
[sydtest] getSettings (src/Test/Syd/OptParse.hs:36)
401.97 s
[sydtest] defaultSettings (src/Test/Syd/OptParse.hs:209)
401.97 s
[sydtest] defaultTimeout (src/Test/Syd/OptParse.hs:237)
401.97 s
[sydtest] defaultRetries (src/Test/Syd/OptParse.hs:240)
401.97 s
[sydtest] detectTerminalCapabilities (src/Test/Syd/OptParse.hs:251)
401.97 s
[sydtest] Flags (src/Test/Syd/OptParse.hs:257)
401.97 s
[sydtest] Timeout (src/Test/Syd/OptParse.hs:456)
401.97 s
[sydtest] Threads (src/Test/Syd/OptParse.hs:489)
401.97 s
[sydtest] Iterations (src/Test/Syd/OptParse.hs:550)
401.97 s
[sydtest] ReportProgress (src/Test/Syd/OptParse.hs:595)
401.97 s
[sydtest] Warning: 'String' is ambiguous. It is defined
401.97 s
[sydtest] * in ‘Text.Show.Value’
401.97 s
[sydtest] * in ‘GHC.Internal.Base’
401.97 s
[sydtest] You may be able to disambiguate the identifier by qualifying it or
401.97 s
[sydtest] by specifying the type/value namespace explicitly.
401.97 s
[sydtest] Defaulting to the one defined in ‘GHC.Internal.Base’
401.97 s
[sydtest] Warning: 'a' is out of scope.
401.97 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.97 s
[sydtest] Warning: '()' is out of scope.
401.97 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.97 s
[sydtest] 82% ( 23 / 28) in 'Test.Syd.Expectation'
401.97 s
[sydtest] Missing documentation for:
401.97 s
[sydtest] anyException (src/Test/Syd/Expectation.hs:175)
401.97 s
[sydtest] anyErrorCall (src/Test/Syd/Expectation.hs:178)
401.97 s
[sydtest] errorCall (src/Test/Syd/Expectation.hs:181)
401.97 s
[sydtest] anyIOException (src/Test/Syd/Expectation.hs:184)
401.97 s
[sydtest] anyArithException (src/Test/Syd/Expectation.hs:187)
401.97 s
[sydtest] Warning: Test.Syd.Def.Golden: Could not find documentation for exported module: Test.Syd.Def.Golden
401.97 s
[sydtest] 93% ( 14 / 15) in 'Test.Syd.Def.Golden'
401.97 s
[sydtest] Missing documentation for:
401.97 s
[sydtest] Module header
401.97 s
[sydtest] 0% ( 0 / 5) in 'Test.Syd.SpecForest'
401.97 s
[sydtest] Missing documentation for:
401.97 s
[sydtest] Module header
401.97 s
[sydtest] SpecForest (src/Test/Syd/SpecForest.hs:10)
401.97 s
[sydtest] SpecTree (src/Test/Syd/SpecForest.hs:12)
401.97 s
[sydtest] flattenSpecForest (src/Test/Syd/SpecForest.hs:34)
401.97 s
[sydtest] flattenSpecTree (src/Test/Syd/SpecForest.hs:37)
401.97 s
[cursor-dirforest] Phase: checkPhase
401.97 s
[sydtest] Warning: 'aroundAll' is out of scope.
401.97 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.97 s
[sydtest] Warning: 'around' is out of scope.
401.97 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.97 s
[sydtest] Warning: 'TestDefM' is out of scope.
401.97 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.97 s
[sydtest] Warning: '()' is out of scope.
401.97 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.98 s
[sydtest] 7% ( 2 / 28) in 'Test.Syd.SpecDef'
401.98 s
[sydtest] Missing documentation for:
401.98 s
[sydtest] TDef (src/Test/Syd/SpecDef.hs:41)
401.98 s
[sydtest] TestForest (src/Test/Syd/SpecDef.hs:44)
401.98 s
[sydtest] TestTree (src/Test/Syd/SpecDef.hs:46)
401.98 s
[sydtest] SpecDefForest (src/Test/Syd/SpecDef.hs:48)
401.98 s
[sydtest] filterTestForest (src/Test/Syd/SpecDef.hs:221)
401.98 s
[sydtest] randomiseTestForest (src/Test/Syd/SpecDef.hs:260)
401.98 s
[sydtest] markSpecForestAsPending (src/Test/Syd/SpecDef.hs:287)
401.98 s
[sydtest] Parallelism (src/Test/Syd/SpecDef.hs:311)
401.98 s
[sydtest] ExecutionOrderRandomisation (src/Test/Syd/SpecDef.hs:316)
401.98 s
[sydtest] FlakinessMode (src/Test/Syd/SpecDef.hs:321)
401.98 s
[sydtest] ExpectationMode (src/Test/Syd/SpecDef.hs:326)
401.98 s
[sydtest] ResultForest (src/Test/Syd/SpecDef.hs:331)
401.98 s
[sydtest] ResultTree (src/Test/Syd/SpecDef.hs:333)
401.98 s
[sydtest] computeTestSuiteStats (src/Test/Syd/SpecDef.hs:336)
401.98 s
[sydtest] TestSuiteStats (src/Test/Syd/SpecDef.hs:372)
401.98 s
[sydtest] shouldExitFail (src/Test/Syd/SpecDef.hs:406)
401.98 s
[sydtest] anyFailedTests (src/Test/Syd/SpecDef.hs:420)
401.98 s
[sydtest] TestRunReport (src/Test/Syd/SpecDef.hs:423)
401.98 s
[sydtest] testRunReportReportedRun (src/Test/Syd/SpecDef.hs:432)
401.98 s
[sydtest] testRunReportFailed (src/Test/Syd/SpecDef.hs:442)
401.98 s
[sydtest] testRunReportStatus (src/Test/Syd/SpecDef.hs:446)
401.98 s
[sydtest] testStatusMatchesExpectationMode (src/Test/Syd/SpecDef.hs:468)
401.98 s
[sydtest] testRunReportExamples (src/Test/Syd/SpecDef.hs:474)
401.98 s
[sydtest] testRunResultExamples (src/Test/Syd/SpecDef.hs:477)
401.98 s
[sydtest] testRunReportWasFlaky (src/Test/Syd/SpecDef.hs:481)
401.98 s
[sydtest] testRunReportRetries (src/Test/Syd/SpecDef.hs:489)
401.98 s
[sydtest] 0% ( 0 / 8) in 'Test.Syd.Runner.Wrappers'
401.98 s
[sydtest] Missing documentation for:
401.98 s
[sydtest] Module header
401.98 s
[sydtest] Next (src/Test/Syd/Runner/Wrappers.hs:15)
401.98 s
[sydtest] extractNext (src/Test/Syd/Runner/Wrappers.hs:19)
401.98 s
[sydtest] failFastNext (src/Test/Syd/Runner/Wrappers.hs:23)
401.98 s
[sydtest] applySimpleWrapper (src/Test/Syd/Runner/Wrappers.hs:33)
401.98 s
[sydtest] applySimpleWrapper' (src/Test/Syd/Runner/Wrappers.hs:48)
401.98 s
[sydtest] applySimpleWrapper'' (src/Test/Syd/Runner/Wrappers.hs:63)
401.98 s
[sydtest] applySimpleWrapper2 (src/Test/Syd/Runner/Wrappers.hs:76)
401.98 s
[sydtest] Warning: 'maxRetries' is out of scope.
401.98 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.98 s
[sydtest] 50% ( 1 / 2) in 'Test.Syd.Runner.Single'
401.98 s
[sydtest] Missing documentation for:
401.98 s
[sydtest] Module header
401.98 s
[sydtest] Warning: 'aroundAll' is out of scope.
401.98 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.98 s
[sydtest] Warning: 'around' is out of scope.
401.98 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.98 s
[sydtest] Warning: 'TestDefM' is ambiguous. It is defined
401.98 s
[sydtest] * at src/Test/Syd/Def/TestDefM.hs:47:52
401.98 s
[sydtest] * at src/Test/Syd/Def/TestDefM.hs:47:1
401.98 s
[sydtest] You may be able to disambiguate the identifier by qualifying it or
401.98 s
[sydtest] by specifying the type/value namespace explicitly.
401.98 s
[sydtest] Defaulting to the one defined at src/Test/Syd/Def/TestDefM.hs:47:1
401.98 s
[sydtest] Warning: '()' is out of scope.
401.98 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.98 s
[sydtest] Warning: 'describe' is out of scope.
401.98 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.98 s
[sydtest] 54% ( 6 / 11) in 'Test.Syd.Def.TestDefM'
401.98 s
[sydtest] Missing documentation for:
401.98 s
[sydtest] Module header
401.98 s
[sydtest] TestDefEnv (src/Test/Syd/Def/TestDefM.hs:59)
401.98 s
[sydtest] execTestDefM (src/Test/Syd/Def/TestDefM.hs:66)
401.98 s
[sydtest] runTestDefM (src/Test/Syd/Def/TestDefM.hs:69)
401.98 s
[sydtest] toTestRunSettings (src/Test/Syd/Def/TestDefM.hs:103)
401.98 s
[sydtest] 80% ( 21 / 26) in 'Test.Syd.Def.Specify'
401.98 s
[sydtest] Missing documentation for:
401.98 s
[sydtest] xdescribe (src/Test/Syd/Def/Specify.hs:74)
401.98 s
[sydtest] xit (src/Test/Syd/Def/Specify.hs:195)
401.98 s
[sydtest] xitWithOuter (src/Test/Syd/Def/Specify.hs:295)
401.98 s
[sydtest] xitWithBoth (src/Test/Syd/Def/Specify.hs:396)
401.98 s
[sydtest] xitWithAll (src/Test/Syd/Def/Specify.hs:465)
401.98 s
[sydtest] 66% ( 2 / 3) in 'Test.Syd.Def.Scenario'
401.98 s
[sydtest] Missing documentation for:
401.98 s
[sydtest] Module header
401.98 s
[sydtest] Warning: 'a' is out of scope.
401.98 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.98 s
[sydtest] Warning: 'b' is out of scope.
401.98 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.98 s
[sydtest] Warning: 'around_' is out of scope.
401.98 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.98 s
[sydtest] 100% ( 12 / 12) in 'Test.Syd.Def.AroundAll'
401.98 s
[sydtest] Warning: 'inner' is out of scope.
401.98 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.98 s
[sydtest] Warning: 'newInner' is out of scope.
401.98 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.98 s
[sydtest] Warning: 'oldInner' is out of scope.
401.98 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.99 s
[sydtest] Warning: 'c' is out of scope.
401.99 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.99 s
[sydtest] Warning: 'd' is out of scope.
401.99 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.99 s
[sydtest] 90% ( 10 / 11) in 'Test.Syd.Def.Around'
401.99 s
[sydtest] Missing documentation for:
401.99 s
[sydtest] Module header
401.99 s
[sydtest] Warning: 'SetupFunc' is ambiguous. It is defined
401.99 s
[sydtest] * at src/Test/Syd/Def/SetupFunc.hs:30:30
401.99 s
[sydtest] * at src/Test/Syd/Def/SetupFunc.hs:30:1
401.99 s
[sydtest] You may be able to disambiguate the identifier by qualifying it or
401.99 s
[sydtest] by specifying the type/value namespace explicitly.
401.99 s
[sydtest] Defaulting to the one defined at src/Test/Syd/Def/SetupFunc.hs:30:1
401.99 s
[sydtest] Warning: 'resource' is out of scope.
401.99 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
401.99 s
[sydtest] 100% ( 12 / 12) in 'Test.Syd.Def.SetupFunc'
401.99 s
[sydtest] 50% ( 2 / 4) in 'Test.Syd.Path'
401.99 s
[sydtest] Missing documentation for:
401.99 s
[sydtest] Module header
401.99 s
[sydtest] tempBinaryFileWithContentsSetupFunc (src/Test/Syd/Path.hs:31)
401.99 s
[sydtest] 100% ( 9 / 9) in 'Test.Syd.Def'
401.99 s
[sydtest] 74% ( 29 / 39) in 'Test.Syd.Modify'
401.99 s
[sydtest] Missing documentation for:
401.99 s
[sydtest] modifyMaxSuccess (src/Test/Syd/Modify.hs:64)
401.99 s
[sydtest] modifyMaxDiscardRatio (src/Test/Syd/Modify.hs:67)
401.99 s
[sydtest] modifyMaxSize (src/Test/Syd/Modify.hs:70)
401.99 s
[sydtest] modifyMaxShrinks (src/Test/Syd/Modify.hs:73)
401.99 s
[sydtest] modifyRunSettings (src/Test/Syd/Modify.hs:61)
401.99 s
[sydtest] TestRunSettings (src/Test/Syd/Run.hs:489)
401.99 s
[sydtest] Parallelism (src/Test/Syd/SpecDef.hs:311)
401.99 s
[sydtest] ExecutionOrderRandomisation (src/Test/Syd/SpecDef.hs:316)
401.99 s
[sydtest] FlakinessMode (src/Test/Syd/SpecDef.hs:321)
401.99 s
[sydtest] ExpectationMode (src/Test/Syd/SpecDef.hs:326)
401.99 s
[sydtest] 0% ( 0 / 2) in 'Test.Syd.SVG'
401.99 s
[sydtest] Missing documentation for:
401.99 s
[sydtest] Module header
401.99 s
[sydtest] writeSvgReport (src/Test/Syd/SVG.hs:18)
401.99 s
[sydtest] 0% ( 0 / 2) in 'Test.Syd.Runner.Synchronous.Separate'
401.99 s
[sydtest] Missing documentation for:
401.99 s
[sydtest] Module header
401.99 s
[sydtest] runSpecForestSynchronously (src/Test/Syd/Runner/Synchronous/Separate.hs:21)
401.99 s
[sydtest] 0% ( 0 / 2) in 'Test.Syd.ReRun'
401.99 s
[sydtest] Missing documentation for:
401.99 s
[sydtest] Module header
401.99 s
[sydtest] withRerunByReport (src/Test/Syd/ReRun.hs:35)
401.99 s
[sydtest] Warning: 'Chunk' is ambiguous. It is defined
401.99 s
[sydtest] * in ‘Text.Colour.Chunk’
401.99 s
[sydtest] * in ‘Text.Colour.Chunk’
401.99 s
[sydtest] You may be able to disambiguate the identifier by qualifying it or
401.99 s
[sydtest] by specifying the type/value namespace explicitly.
401.99 s
[sydtest] Defaulting to the one defined in ‘Text.Colour.Chunk’
401.99 s
[sydtest] 4% ( 1 / 22) in 'Test.Syd.Output.Common'
401.99 s
[sydtest] Missing documentation for:
401.99 s
[sydtest] Module header
401.99 s
[sydtest] padding (src/Test/Syd/Output/Common.hs:28)
401.99 s
[sydtest] paddingSize (src/Test/Syd/Output/Common.hs:31)
401.99 s
[sydtest] orange (src/Test/Syd/Output/Common.hs:34)
401.99 s
[sydtest] darkRed (src/Test/Syd/Output/Common.hs:37)
401.99 s
[sydtest] statusColour (src/Test/Syd/Output/Common.hs:40)
401.99 s
[sydtest] statusCheckMark (src/Test/Syd/Output/Common.hs:45)
401.99 s
[sydtest] timeChunkFor (src/Test/Syd/Output/Common.hs:50)
401.99 s
[sydtest] stringChunks (src/Test/Syd/Output/Common.hs:63)
401.99 s
[sydtest] indexed (src/Test/Syd/Output/Common.hs:68)
401.99 s
[sydtest] commaList (src/Test/Syd/Output/Common.hs:71)
401.99 s
[sydtest] mContextChunks (src/Test/Syd/Output/Common.hs:76)
401.99 s
[sydtest] outputSomeException (src/Test/Syd/Output/Common.hs:79)
401.99 s
[sydtest] outputAssertion (src/Test/Syd/Output/Common.hs:93)
401.99 s
[sydtest] outputEqualityAssertionFailed (src/Test/Syd/Output/Common.hs:143)
401.99 s
[sydtest] formatDiff (src/Test/Syd/Output/Common.hs:155)
401.99 s
[sydtest] outputNotEqualAssertionFailed (src/Test/Syd/Output/Common.hs:201)
401.99 s
[sydtest] outputPredicateSuccessAssertionFailed (src/Test/Syd/Output/Common.hs:214)
401.99 s
[sydtest] outputPredicateFailAssertionFailed (src/Test/Syd/Output/Common.hs:223)
401.99 s
[sydtest] resultForestWidth (src/Test/Syd/Output/Common.hs:232)
401.99 s
[sydtest] specForestWidth (src/Test/Syd/Output/Common.hs:244)
401.99 s
[sydtest] 80% ( 4 / 5) in 'Test.Syd.Output.Terse'
401.99 s
[sydtest] Missing documentation for:
401.99 s
[sydtest] Module header
401.99 s
[sydtest] 0% ( 0 / 25) in 'Test.Syd.Output.Pretty'
401.99 s
[sydtest] Missing documentation for:
401.99 s
[sydtest] Module header
401.99 s
[sydtest] renderPrettyReport (src/Test/Syd/Output/Pretty.hs:28)
401.99 s
[sydtest] outputResultReport (src/Test/Syd/Output/Pretty.hs:35)
401.99 s
[sydtest] outputPrettySummary (src/Test/Syd/Output/Pretty.hs:47)
401.99 s
[sydtest] outputFailuresHeader (src/Test/Syd/Output/Pretty.hs:60)
401.99 s
[sydtest] outputFailuresWithHeading (src/Test/Syd/Output/Pretty.hs:63)
401.99 s
[sydtest] outputStats (src/Test/Syd/Output/Pretty.hs:73)
401.99 s
[sydtest] outputProfilingInfo (src/Test/Syd/Output/Pretty.hs:121)
401.99 s
[sydtest] outputTestsHeader (src/Test/Syd/Output/Pretty.hs:138)
401.99 s
[sydtest] outputHeader (src/Test/Syd/Output/Pretty.hs:141)
401.99 s
[sydtest] outputSpecForest (src/Test/Syd/Output/Pretty.hs:147)
401.99 s
[sydtest] outputSpecTree (src/Test/Syd/Output/Pretty.hs:150)
401.99 s
[sydtest] outputDescribeLine (src/Test/Syd/Output/Pretty.hs:157)
401.99 s
[sydtest] outputSpecifyLines (src/Test/Syd/Output/Pretty.hs:160)
401.99 s
[sydtest] exampleNrChunk (src/Test/Syd/Output/Pretty.hs:194)
401.99 s
[sydtest] retriesChunks (src/Test/Syd/Output/Pretty.hs:201)
401.99 s
[sydtest] labelsChunks (src/Test/Syd/Output/Pretty.hs:218)
401.99 s
[sydtest] classesChunks (src/Test/Syd/Output/Pretty.hs:243)
401.99 s
[sydtest] tablesChunks (src/Test/Syd/Output/Pretty.hs:264)
401.99 s
[sydtest] outputPendingLines (src/Test/Syd/Output/Pretty.hs:287)
401.99 s
[sydtest] outputFailureLabels (src/Test/Syd/Output/Pretty.hs:297)
401.99 s
[sydtest] outputFailureClasses (src/Test/Syd/Output/Pretty.hs:303)
401.99 s
[sydtest] outputGoldenCase (src/Test/Syd/Output/Pretty.hs:309)
401.99 s
[sydtest] spacingChunk (src/Test/Syd/Output/Pretty.hs:318)
401.99 s
[sydtest] outputFailures (src/Test/Syd/Output/Pretty.hs:331)
401.99 s
[sydtest] 71% ( 5 / 7) in 'Test.Syd.Output'
401.99 s
[sydtest] Missing documentation for:
401.99 s
[sydtest] Module header
401.99 s
[sydtest] printOutputSpecForest (src/Test/Syd/Output.hs:22)
401.99 s
[sydtest] 0% ( 0 / 2) in 'Test.Syd.Runner.Synchronous.Interleaved'
401.99 s
[sydtest] Missing documentation for:
401.99 s
[sydtest] Module header
401.99 s
[sydtest] runSpecForestInterleavedWithOutputSynchronously (src/Test/Syd/Runner/Synchronous/Interleaved.hs:28)
401.99 s
[sydtest] 0% ( 0 / 3) in 'Test.Syd.Runner.Synchronous'
401.99 s
[sydtest] Missing documentation for:
401.99 s
[sydtest] Module header
401.99 s
[sydtest] runSpecForestSynchronously (src/Test/Syd/Runner/Synchronous/Separate.hs:21)
401.99 s
[sydtest] runSpecForestInterleavedWithOutputSynchronously (src/Test/Syd/Runner/Synchronous/Interleaved.hs:28)
401.99 s
[sydtest] 33% ( 1 / 3) in 'Test.Syd.Runner.Asynchronous'
401.99 s
[sydtest] Missing documentation for:
402.00 s
[sydtest] runSpecForestAsynchronously (src/Test/Syd/Runner/Asynchronous.hs:39)
402.00 s
[sydtest] runSpecForestInterleavedWithOutputAsynchronously (src/Test/Syd/Runner/Asynchronous.hs:48)
402.00 s
[sydtest] Warning: Test.Syd.Runner: Could not find documentation for exported module: Test.Syd.Runner
402.00 s
[sydtest] 50% ( 4 / 8) in 'Test.Syd.Runner'
402.00 s
[sydtest] Missing documentation for:
402.00 s
[sydtest] sydTestResult (src/Test/Syd/Runner.hs:53)
402.00 s
[sydtest] sydTestOnce (src/Test/Syd/Runner.hs:63)
402.00 s
[sydtest] sydTestIterations (src/Test/Syd/Runner.hs:76)
402.00 s
[sydtest] setPseudorandomness (src/Test/Syd/Runner.hs:113)
402.00 s
[sydtest] Warning: 'GoldenTest' is ambiguous. It is defined
402.00 s
[sydtest] * at src/Test/Syd/Run.hs:298:21
402.00 s
[sydtest] * at src/Test/Syd/Run.hs:298:1
402.00 s
[sydtest] You may be able to disambiguate the identifier by qualifying it or
402.00 s
[sydtest] by specifying the type/value namespace explicitly.
402.00 s
[sydtest] Defaulting to the one defined at src/Test/Syd/Run.hs:298:1
402.00 s
[sydtest] Warning: '()' is out of scope.
402.00 s
[sydtest] If you qualify the identifier, haddock can try to link it anyway.
402.00 s
[sydtest] Warning: 'Settings' is ambiguous. It is defined
402.00 s
[sydtest] * at src/Test/Syd/OptParse.hs:39:17
402.00 s
[sydtest] * at src/Test/Syd/OptParse.hs:39:1
402.00 s
[sydtest] You may be able to disambiguate the identifier by qualifying it or
402.00 s
[sydtest] by specifying the type/value namespace explicitly.
402.00 s
[sydtest] Defaulting to the one defined at src/Test/Syd/OptParse.hs:39:1
402.00 s
[sydtest] 83% (154 /184) in 'Test.Syd'
402.00 s
[sydtest] Missing documentation for:
402.00 s
[sydtest] xdescribe (src/Test/Syd/Def/Specify.hs:74)
402.00 s
[sydtest] xit (src/Test/Syd/Def/Specify.hs:195)
402.00 s
[sydtest] xitWithOuter (src/Test/Syd/Def/Specify.hs:295)
402.00 s
[sydtest] xitWithBoth (src/Test/Syd/Def/Specify.hs:396)
402.00 s
[sydtest] xitWithAll (src/Test/Syd/Def/Specify.hs:465)
402.00 s
[sydtest] anyException (src/Test/Syd/Expectation.hs:175)
402.00 s
[sydtest] anyErrorCall (src/Test/Syd/Expectation.hs:178)
402.00 s
[sydtest] errorCall (src/Test/Syd/Expectation.hs:181)
402.00 s
[sydtest] anyIOException (src/Test/Syd/Expectation.hs:184)
402.00 s
[sydtest] anyArithException (src/Test/Syd/Expectation.hs:187)
402.00 s
[sydtest] modifyMaxSuccess (src/Test/Syd/Modify.hs:64)
402.00 s
[sydtest] modifyMaxDiscardRatio (src/Test/Syd/Modify.hs:67)
402.00 s
[sydtest] modifyMaxSize (src/Test/Syd/Modify.hs:70)
402.00 s
[sydtest] modifyMaxShrinks (src/Test/Syd/Modify.hs:73)
402.00 s
[sydtest] modifyRunSettings (src/Test/Syd/Modify.hs:61)
402.00 s
[sydtest] TestRunSettings (src/Test/Syd/Run.hs:489)
402.00 s
[sydtest] Parallelism (src/Test/Syd/SpecDef.hs:311)
402.00 s
[sydtest] ExecutionOrderRandomisation (src/Test/Syd/SpecDef.hs:316)
402.00 s
[sydtest] FlakinessMode (src/Test/Syd/SpecDef.hs:321)
402.00 s
[sydtest] ExpectationMode (src/Test/Syd/SpecDef.hs:326)
402.00 s
[sydtest] execTestDefM (src/Test/Syd/Def/TestDefM.hs:66)
402.00 s
[sydtest] runTestDefM (src/Test/Syd/Def/TestDefM.hs:69)
402.00 s
[sydtest] IsTest (src/Test/Syd/Run.hs:45)
402.00 s
[sydtest] TDef (src/Test/Syd/SpecDef.hs:41)
402.00 s
[sydtest] TestForest (src/Test/Syd/SpecDef.hs:44)
402.00 s
[sydtest] TestTree (src/Test/Syd/SpecDef.hs:46)
402.00 s
[sydtest] SpecDefForest (src/Test/Syd/SpecDef.hs:48)
402.00 s
[sydtest] ResultForest (src/Test/Syd/SpecDef.hs:331)
402.00 s
[sydtest] ResultTree (src/Test/Syd/SpecDef.hs:333)
402.00 s
[sydtest] shouldExitFail (src/Test/Syd/SpecDef.hs:406)
402.02 s
[cursor-dirforest] Package has no test suites.
402.02 s
[cursor-dirforest] Phase: haddockPhase
402.16 s
[cursor-dirforest] Preprocessing library for cursor-dirforest-0.0.0.0...
402.16 s
[cursor-dirforest] Running Haddock on library for cursor-dirforest-0.0.0.0...
402.16 s
[cursor-dirforest] Warning: The documentation for the following packages are not installed. No
402.16 s
[cursor-dirforest] links will be generated to these packages: path-0.9.6, path-0.9.6,
402.16 s
[cursor-dirforest] vector-0.13.2.0
402.30 s
[sydtest] Warning: Test.Syd.Run: could not find link destinations for:
402.30 s
[sydtest] - Test.QuickCheck.Property.Result
402.30 s
[sydtest] - Test.QuickCheck.Property.Prop
402.30 s
[sydtest] - Test.QuickCheck.Property.Rose
402.30 s
[sydtest] - Test.Syd.Run.Rep_Timed
402.30 s
[sydtest] - Test.Syd.Run.Rep_Progress
402.30 s
[sydtest] - Test.Syd.Run.Rep_TestRunResult
402.30 s
[sydtest] - Test.Syd.Run.Rep_GoldenCase
402.30 s
[sydtest] - Test.Syd.Run.Rep_Assertion
402.30 s
[sydtest] - Test.Syd.Run.Rep_TestStatus
402.30 s
[sydtest] - Test.Syd.Run.Rep_TestRunSettings
402.30 s
[sydtest] - Test.Syd.Run.Rep_SeedSetting
402.30 s
[sydtest] Warning: Test.Syd.OptParse: could not find link destinations for:
402.30 s
[sydtest] - Path.Internal.Posix.Path
402.30 s
[sydtest] - Path.Posix.Abs
402.30 s
[sydtest] - Path.Posix.File
402.30 s
[sydtest] - Test.Syd.OptParse.Rep_Settings
402.30 s
[sydtest] - Test.Syd.OptParse.Rep_Flags
402.30 s
[sydtest] - Test.Syd.OptParse.Rep_ReportProgress
402.30 s
[sydtest] - Test.Syd.OptParse.Rep_Iterations
402.30 s
[sydtest] - Test.Syd.OptParse.Rep_Threads
402.30 s
[sydtest] - Test.Syd.OptParse.Rep_Timeout
402.30 s
[sydtest] - Test.Syd.OptParse.Rep_OutputFormat
402.31 s
[sydtest] Warning: Test.Syd.SpecDef: could not find link destinations for:
402.31 s
[sydtest] - Test.Syd.SpecDef.Rep_TestRunReport
402.31 s
[sydtest] - Test.Syd.SpecDef.Rep_ExpectationMode
402.31 s
[sydtest] - Test.Syd.SpecDef.Rep_FlakinessMode
402.31 s
[sydtest] - Test.Syd.SpecDef.Rep_ExecutionOrderRandomisation
402.31 s
[sydtest] - Test.Syd.SpecDef.Rep_Parallelism
402.31 s
[sydtest] Warning: Test.Syd.Def.TestDefM: could not find link destinations for:
402.31 s
[sydtest] - Test.Syd.Def.TestDefM.Rep_TestDefEnv
402.31 s
[sydtest] Warning: Test.Syd.Path: could not find link destinations for:
402.31 s
[sydtest] - Path.Internal.Posix.Path
402.31 s
[sydtest] - Path.Posix.Abs
402.31 s
[sydtest] - Path.Posix.Dir
402.31 s
[sydtest] - Path.Posix.File
402.31 s
[sydtest] Warning: Test.Syd.Modify: could not find link destinations for:
402.31 s
[sydtest] - Test.Syd.Run.Rep_TestRunSettings
402.31 s
[sydtest] - Test.Syd.SpecDef.Rep_ExpectationMode
402.31 s
[sydtest] - Test.Syd.SpecDef.Rep_FlakinessMode
402.31 s
[sydtest] - Test.Syd.SpecDef.Rep_ExecutionOrderRandomisation
402.31 s
[sydtest] - Test.Syd.SpecDef.Rep_Parallelism
402.33 s
[sydtest] Warning: Test.Syd: could not find link destinations for:
402.33 s
[sydtest] - Test.Syd.Run.Rep_Assertion
402.33 s
[sydtest] - Test.Syd.Run.Rep_TestRunSettings
402.33 s
[sydtest] - Test.Syd.SpecDef.Rep_ExpectationMode
402.33 s
[sydtest] - Test.Syd.SpecDef.Rep_FlakinessMode
402.33 s
[sydtest] - Test.Syd.SpecDef.Rep_ExecutionOrderRandomisation
402.33 s
[sydtest] - Test.Syd.SpecDef.Rep_Parallelism
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 )
403.40 s
[cursor-dirforest] [2 of 4] Compiling Cursor.DirForest ( src/Cursor/DirForest.hs, nothing )
403.71 s
[cursor-dirforest] [3 of 4] Compiling Cursor.Simple.DirForest ( src/Cursor/Simple/DirForest.hs, nothing )
403.73 s
[cursor-dirforest] [4 of 4] Compiling Paths_cursor_dirforest ( dist/build/autogen/Paths_cursor_dirforest.hs, nothing )
403.74 s
[cursor-dirforest] Haddock coverage:
403.74 s
[cursor-dirforest] 0% ( 0 / 18) in 'Cursor.FileOrDir'
403.74 s
[cursor-dirforest] Missing documentation for:
403.74 s
[cursor-dirforest] Module header
403.74 s
[cursor-dirforest] FileOrDirCursor (src/Cursor/FileOrDir.hs:17)
403.74 s
[cursor-dirforest] makeFileOrDirCursor (src/Cursor/FileOrDir.hs:27)
403.74 s
[cursor-dirforest] rebuildFileOrDirCursor (src/Cursor/FileOrDir.hs:30)
403.74 s
[cursor-dirforest] fileOrDirCursorInsertChar (src/Cursor/FileOrDir.hs:35)
403.74 s
[cursor-dirforest] fileOrDirCursorAppendChar (src/Cursor/FileOrDir.hs:40)
403.74 s
[cursor-dirforest] fileOrDirCursorRemoveChar (src/Cursor/FileOrDir.hs:45)
403.74 s
[cursor-dirforest] fileOrDirCursorDeleteChar (src/Cursor/FileOrDir.hs:50)
403.74 s
[cursor-dirforest] fileOrDirCursorSelectPrevChar (src/Cursor/FileOrDir.hs:55)
403.74 s
[cursor-dirforest] fileOrDirCursorSelectNextChar (src/Cursor/FileOrDir.hs:60)
403.74 s
[cursor-dirforest] fileOrDirCursorCompleteToDir (src/Cursor/FileOrDir.hs:65)
403.74 s
[cursor-dirforest] fileOrDirCursorCompleteToDir' (src/Cursor/FileOrDir.hs:68)
403.74 s
[cursor-dirforest] completeTextCursorToDir (src/Cursor/FileOrDir.hs:82)
403.74 s
[cursor-dirforest] fileOrDirCursorCompleteToFile (src/Cursor/FileOrDir.hs:85)
403.74 s
[cursor-dirforest] fileOrDirCursorCompleteToFile' (src/Cursor/FileOrDir.hs:88)
403.74 s
[cursor-dirforest] completeTextCursorToFile (src/Cursor/FileOrDir.hs:102)
403.74 s
[cursor-dirforest] FileOrDir (src/Cursor/FileOrDir.hs:104)
403.74 s
[cursor-dirforest] isTopLevel (src/Cursor/FileOrDir.hs:119)
403.74 s
[cursor-dirforest] Warning: 'DirForestCursor' is ambiguous. It is defined
403.74 s
[cursor-dirforest] * at src/Cursor/DirForest.hs:113:31
403.74 s
[cursor-dirforest] * at src/Cursor/DirForest.hs:113:1
403.74 s
[cursor-dirforest] You may be able to disambiguate the identifier by qualifying it or
403.74 s
[cursor-dirforest] by specifying the type/value namespace explicitly.
403.74 s
[cursor-dirforest] Defaulting to the one defined at src/Cursor/DirForest.hs:113:1
403.74 s
[cursor-dirforest] 26% ( 16 / 60) in 'Cursor.DirForest'
403.74 s
[cursor-dirforest] Missing documentation for:
403.74 s
[cursor-dirforest] Module header
403.75 s
[cursor-dirforest] FileOrDirCursor (src/Cursor/FileOrDir.hs:17)
403.75 s
[cursor-dirforest] FileOrDir (src/Cursor/FileOrDir.hs:104)
403.75 s
[cursor-dirforest] rebuildDirForestCursor (src/Cursor/DirForest.hs:221)
403.75 s
[cursor-dirforest] isTopLevel (src/Cursor/FileOrDir.hs:119)
403.75 s
[cursor-dirforest] dirForestCursorPrepareForMovement (src/Cursor/DirForest.hs:212)
403.75 s
[cursor-dirforest] dirForestCursorForestCursorL (src/Cursor/DirForest.hs:186)
403.75 s
[cursor-dirforest] foldDirForestCursor (src/Cursor/DirForest.hs:234)
403.75 s
[cursor-dirforest] dirForestCursorSelected (src/Cursor/DirForest.hs:237)
403.75 s
[cursor-dirforest] dirForestCursorSelectPrevOnSameLevel (src/Cursor/DirForest.hs:261)
403.75 s
[cursor-dirforest] dirForestCursorSelectNextOnSameLevel (src/Cursor/DirForest.hs:264)
403.75 s
[cursor-dirforest] dirForestCursorSelectFirstOnSameLevel (src/Cursor/DirForest.hs:267)
403.75 s
[cursor-dirforest] dirForestCursorSelectLastOnSameLevel (src/Cursor/DirForest.hs:270)
403.75 s
[cursor-dirforest] dirForestCursorSelectPrevTree (src/Cursor/DirForest.hs:273)
403.75 s
[cursor-dirforest] dirForestCursorSelectNextTree (src/Cursor/DirForest.hs:276)
403.75 s
[cursor-dirforest] dirForestCursorSelectFirstTree (src/Cursor/DirForest.hs:279)
403.75 s
[cursor-dirforest] dirForestCursorSelectLastTree (src/Cursor/DirForest.hs:282)
403.75 s
[cursor-dirforest] dirForestCursorSelectPrev (src/Cursor/DirForest.hs:285)
403.75 s
[cursor-dirforest] dirForestCursorSelectNext (src/Cursor/DirForest.hs:288)
403.75 s
[cursor-dirforest] dirForestCursorSelectFirst (src/Cursor/DirForest.hs:291)
403.75 s
[cursor-dirforest] dirForestCursorSelectLast (src/Cursor/DirForest.hs:294)
403.75 s
[cursor-dirforest] dirForestCursorSelectFirstChild (src/Cursor/DirForest.hs:297)
403.75 s
[cursor-dirforest] dirForestCursorSelectLastChild (src/Cursor/DirForest.hs:300)
403.75 s
[cursor-dirforest] dirForestCursorSelectParent (src/Cursor/DirForest.hs:303)
403.75 s
[cursor-dirforest] dirForestCursorSelectPrevChar (src/Cursor/DirForest.hs:306)
403.75 s
[cursor-dirforest] dirForestCursorSelectNextChar (src/Cursor/DirForest.hs:309)
403.75 s
[cursor-dirforest] dirForestCursorDeleteCurrent (src/Cursor/DirForest.hs:312)
403.75 s
[cursor-dirforest] dirForestCursorStartNew (src/Cursor/DirForest.hs:315)
403.75 s
[cursor-dirforest] dirForestCursorStartNewBelowAtStart (src/Cursor/DirForest.hs:334)
403.75 s
[cursor-dirforest] dirForestCursorStartNewBelowAtEnd (src/Cursor/DirForest.hs:349)
403.75 s
[cursor-dirforest] dirForestCursorStopNew (src/Cursor/DirForest.hs:364)
403.75 s
[cursor-dirforest] dirForestCursorInsertChar (src/Cursor/DirForest.hs:369)
403.75 s
[cursor-dirforest] dirForestCursorAppendChar (src/Cursor/DirForest.hs:372)
403.75 s
[cursor-dirforest] dirForestCursorRemoveChar (src/Cursor/DirForest.hs:375)
403.75 s
[cursor-dirforest] dirForestCursorDeleteChar (src/Cursor/DirForest.hs:378)
403.75 s
[cursor-dirforest] dirForestCursorCompleteToDir (src/Cursor/DirForest.hs:381)
403.75 s
[cursor-dirforest] dirForestCursorCompleteToDir' (src/Cursor/DirForest.hs:384)
403.75 s
[cursor-dirforest] dirForestCursorCompleteToFile (src/Cursor/DirForest.hs:390)
403.75 s
[cursor-dirforest] dirForestCursorCompleteToFile' (src/Cursor/DirForest.hs:393)
403.75 s
[cursor-dirforest] dirForestCursorOpen (src/Cursor/DirForest.hs:399)
403.75 s
[cursor-dirforest] dirForestCursorClose (src/Cursor/DirForest.hs:402)
403.75 s
[cursor-dirforest] dirForestCursorToggle (src/Cursor/DirForest.hs:405)
403.75 s
[cursor-dirforest] dirForestCursorOpenRecursively (src/Cursor/DirForest.hs:408)
403.75 s
[cursor-dirforest] dirForestCursorToggleRecursively (src/Cursor/DirForest.hs:411)
403.75 s
[cursor-dirforest] 25% ( 15 / 60) in 'Cursor.Simple.DirForest'
403.75 s
[cursor-dirforest] Missing documentation for:
403.75 s
[cursor-dirforest] Module header
403.75 s
[cursor-dirforest] DirForestCursor (src/Cursor/Simple/DirForest.hs:81)
403.75 s
[cursor-dirforest] dirForestCursorForestCursor
403.75 s
[cursor-dirforest] FileOrDir (src/Cursor/FileOrDir.hs:104)
403.75 s
[cursor-dirforest] rebuildDirForestCursor (src/Cursor/Simple/DirForest.hs:93)
403.75 s
[cursor-dirforest] isTopLevel (src/Cursor/FileOrDir.hs:119)
403.75 s
[cursor-dirforest] dirForestCursorPrepareForMovement (src/Cursor/Simple/DirForest.hs:90)
403.75 s
[cursor-dirforest] dirForestCursorForestCursorL (src/Cursor/DirForest.hs:186)
403.75 s
[cursor-dirforest] foldDirForestCursor (src/Cursor/DirForest.hs:234)
403.75 s
[cursor-dirforest] dirForestCursorSelected (src/Cursor/DirForest.hs:237)
403.75 s
[cursor-dirforest] dirForestCursorSelectPrevOnSameLevel (src/Cursor/Simple/DirForest.hs:96)
403.75 s
[cursor-dirforest] dirForestCursorSelectNextOnSameLevel (src/Cursor/Simple/DirForest.hs:99)
403.75 s
[cursor-dirforest] dirForestCursorSelectFirstOnSameLevel (src/Cursor/Simple/DirForest.hs:102)
403.75 s
[cursor-dirforest] dirForestCursorSelectLastOnSameLevel (src/Cursor/Simple/DirForest.hs:105)
403.75 s
[cursor-dirforest] dirForestCursorSelectPrevTree (src/Cursor/Simple/DirForest.hs:108)
403.75 s
[cursor-dirforest] dirForestCursorSelectNextTree (src/Cursor/Simple/DirForest.hs:111)
403.75 s
[cursor-dirforest] dirForestCursorSelectFirstTree (src/Cursor/Simple/DirForest.hs:114)
403.75 s
[cursor-dirforest] dirForestCursorSelectLastTree (src/Cursor/Simple/DirForest.hs:117)
403.75 s
[cursor-dirforest] dirForestCursorSelectPrev (src/Cursor/Simple/DirForest.hs:120)
403.75 s
[cursor-dirforest] dirForestCursorSelectNext (src/Cursor/Simple/DirForest.hs:123)
403.75 s
[cursor-dirforest] dirForestCursorSelectFirst (src/Cursor/Simple/DirForest.hs:126)
403.75 s
[cursor-dirforest] dirForestCursorSelectLast (src/Cursor/Simple/DirForest.hs:129)
403.75 s
[cursor-dirforest] dirForestCursorSelectFirstChild (src/Cursor/Simple/DirForest.hs:132)
403.75 s
[cursor-dirforest] dirForestCursorSelectLastChild (src/Cursor/Simple/DirForest.hs:135)
403.75 s
[cursor-dirforest] dirForestCursorSelectParent (src/Cursor/Simple/DirForest.hs:138)
403.75 s
[cursor-dirforest] dirForestCursorSelectPrevChar (src/Cursor/DirForest.hs:306)
403.75 s
[cursor-dirforest] dirForestCursorSelectNextChar (src/Cursor/DirForest.hs:309)
403.75 s
[cursor-dirforest] dirForestCursorDeleteCurrent (src/Cursor/Simple/DirForest.hs:141)
403.75 s
[cursor-dirforest] dirForestCursorStartNew (src/Cursor/Simple/DirForest.hs:144)
403.75 s
[cursor-dirforest] dirForestCursorStartNewBelowAtStart (src/Cursor/Simple/DirForest.hs:147)
403.75 s
[cursor-dirforest] dirForestCursorStartNewBelowAtEnd (src/Cursor/Simple/DirForest.hs:150)
403.75 s
[cursor-dirforest] dirForestCursorStopNew (src/Cursor/Simple/DirForest.hs:153)
403.75 s
[cursor-dirforest] dirForestCursorInsertChar (src/Cursor/DirForest.hs:369)
403.75 s
[cursor-dirforest] dirForestCursorAppendChar (src/Cursor/DirForest.hs:372)
403.75 s
[cursor-dirforest] dirForestCursorRemoveChar (src/Cursor/Simple/DirForest.hs:156)
403.75 s
[cursor-dirforest] dirForestCursorDeleteChar (src/Cursor/Simple/DirForest.hs:159)
403.75 s
[cursor-dirforest] dirForestCursorCompleteToDir (src/Cursor/DirForest.hs:381)
403.75 s
[cursor-dirforest] dirForestCursorCompleteToDir' (src/Cursor/DirForest.hs:384)
403.75 s
[cursor-dirforest] dirForestCursorCompleteToFile (src/Cursor/DirForest.hs:390)
403.75 s
[cursor-dirforest] dirForestCursorCompleteToFile' (src/Cursor/DirForest.hs:393)
403.75 s
[cursor-dirforest] dirForestCursorOpen (src/Cursor/DirForest.hs:399)
403.75 s
[cursor-dirforest] dirForestCursorClose (src/Cursor/DirForest.hs:402)
403.75 s
[cursor-dirforest] dirForestCursorToggle (src/Cursor/DirForest.hs:405)
403.75 s
[cursor-dirforest] dirForestCursorOpenRecursively (src/Cursor/DirForest.hs:408)
403.75 s
[cursor-dirforest] dirForestCursorToggleRecursively (src/Cursor/DirForest.hs:411)
404.32 s
[cursor-dirforest] Warning: Cursor.FileOrDir: could not find link destinations for:
404.32 s
[cursor-dirforest] - Path.Internal.Posix.Path
404.32 s
[cursor-dirforest] - Path.Posix.Rel
404.32 s
[cursor-dirforest] - Path.Posix.Dir
404.32 s
[cursor-dirforest] - Path.Posix.File
404.32 s
[cursor-dirforest] - Cursor.FileOrDir.Rep_FileOrDirCursor
404.32 s
[cursor-dirforest] - Cursor.FileOrDir.Rep_FileOrDir
404.32 s
[cursor-dirforest] Warning: Cursor.DirForest: could not find link destinations for:
404.32 s
[cursor-dirforest] - Path.Internal.Posix.Path
404.32 s
[cursor-dirforest] - Path.Posix.Rel
404.32 s
[cursor-dirforest] - Path.Posix.Dir
404.32 s
[cursor-dirforest] - Path.Posix.File
404.32 s
[cursor-dirforest] - Cursor.FileOrDir.Rep_FileOrDirCursor
404.32 s
[cursor-dirforest] - Cursor.FileOrDir.Rep_FileOrDir
404.32 s
[cursor-dirforest] - Cursor.DirForest.Rep_DirForestCursor
404.32 s
[cursor-dirforest] Warning: Cursor.Simple.DirForest: could not find link destinations for:
404.32 s
[cursor-dirforest] - Path.Internal.Posix.Path
404.32 s
[cursor-dirforest] - Path.Posix.Rel
404.32 s
[cursor-dirforest] - Path.Posix.Dir
404.32 s
[cursor-dirforest] - Path.Posix.File
404.32 s
[cursor-dirforest] - Cursor.FileOrDir.Rep_FileOrDir
407.76 s
[ical] [16 of 30] Compiling ICal.PropertyType.Period ( src/ICal/PropertyType/Period.hs, dist/build/ICal/PropertyType/Period.p_o )
407.76 s
[ical] [17 of 30] Compiling ICal.PropertyType.DateTimes ( src/ICal/PropertyType/DateTimes.hs, dist/build/ICal/PropertyType/DateTimes.p_o )
407.84 s
[ical] [18 of 30] Compiling ICal.PropertyType.Binary ( src/ICal/PropertyType/Binary.hs, dist/build/ICal/PropertyType/Binary.p_o )
407.84 s
[ical] [19 of 30] Compiling ICal.PropertyType ( src/ICal/PropertyType.hs, dist/build/ICal/PropertyType.p_o )
407.87 s
[ical] [20 of 30] Compiling ICal.Property ( src/ICal/Property.hs, dist/build/ICal/Property.p_o )
409.84 s
[cursor-dirforest] Documentation created: dist/doc/html/cursor-dirforest/,
409.84 s
[cursor-dirforest] dist/doc/html/cursor-dirforest/cursor-dirforest.txt
409.90 s
[cursor-dirforest] Phase: installPhase
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
410.20 s
[cursor-dirforest] Phase: fixupPhase
410.22 s
[cursor-dirforest] shrinking RPATHs of ELF executables and libraries in /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0
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
410.24 s
[cursor-dirforest] checking for references to /build/ in /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0...
410.26 s
[cursor-dirforest] patching script interpreter paths in /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0
410.26 s
[cursor-dirforest] stripping (with command strip and flags -S -p) in /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0/lib
410.31 s
[cursor-dirforest] shrinking RPATHs of ELF executables and libraries in /nix/store/6xc50hi7b1h8wd4vmjr18b78sdcyqcpg-cursor-dirforest-0.0.0.0-doc
410.32 s
[cursor-dirforest] checking for references to /build/ in /nix/store/6xc50hi7b1h8wd4vmjr18b78sdcyqcpg-cursor-dirforest-0.0.0.0-doc...
410.32 s
[sydtest] Documentation created: dist/doc/html/sydtest/,
410.33 s
[sydtest] dist/doc/html/sydtest/sydtest.txt
410.34 s
[cursor-dirforest] patching script interpreter paths in /nix/store/6xc50hi7b1h8wd4vmjr18b78sdcyqcpg-cursor-dirforest-0.0.0.0-doc
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
410.85 s
[post-build-hook] Pushing 2 paths (189 are already present) using zstd to cache smos ⏳
410.85 s
[post-build-hook]
411.21 s
[post-build-hook] Pushing /nix/store/6xc50hi7b1h8wd4vmjr18b78sdcyqcpg-cursor-dirforest-0.0.0.0-doc (1.08 MiB)
411.29 s
[post-build-hook] Pushing /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0 (2.38 MiB)
412.47 s
[post-build-hook]
412.47 s
[post-build-hook] All done.
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
412.56 s
[post-build-hook] copying 0 paths...
412.70 s
[post-build-hook] copying 0 paths...
412.76 s
Progress: 106 of 149 built (2 building), 815 of 815 downloaded from cache
412.83 s
Building cursor-dirforest-brick-source
412.83 s
[sydtest] Phase: installPhase
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
412.83 s
[sydtest] Phase: fixupPhase
412.83 s
[sydtest] shrinking RPATHs of ELF executables and libraries in /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1
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
412.83 s
[sydtest] checking for references to /build/ in /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1...
412.83 s
[sydtest] patching script interpreter paths in /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1
412.83 s
[sydtest] stripping (with command strip and flags -S -p) in /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1/lib
412.83 s
[sydtest] shrinking RPATHs of ELF executables and libraries in /nix/store/wyg6ps54fvp44pqrsk581fmr4bv0sxcz-sydtest-0.23.0.1-doc
412.83 s
[sydtest] checking for references to /build/ in /nix/store/wyg6ps54fvp44pqrsk581fmr4bv0sxcz-sydtest-0.23.0.1-doc...
412.83 s
[sydtest] patching script interpreter paths in /nix/store/wyg6ps54fvp44pqrsk581fmr4bv0sxcz-sydtest-0.23.0.1-doc
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
413.35 s
[post-build-hook] Pushing 4 paths (249 are already present) using zstd to cache smos ⏳
413.35 s
[post-build-hook]
413.70 s
[post-build-hook] Pushing /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1 (17.33 MiB)
413.72 s
[post-build-hook] Pushing /nix/store/wyg6ps54fvp44pqrsk581fmr4bv0sxcz-sydtest-0.23.0.1-doc (6.56 MiB)
413.74 s
[post-build-hook] Pushing /nix/store/w5n7a90s3r9018rjy0jz4lbnqmzydhjc-fast-myers-diff-0.0.2 (1.58 MiB)
415.14 s
[post-build-hook] Pushing /nix/store/gzj5w9n9r64fhgnp4s5xjpv225a70qqb-fast-myers-diff-0.0.2-doc (523.16 KiB)
415.97 s
[post-build-hook]
415.97 s
[post-build-hook] All done.
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
416.07 s
[post-build-hook] copying 0 paths...
416.21 s
[post-build-hook] copying 0 paths...
416.32 s
Progress: 107 of 148 built (2 building), 815 of 815 downloaded from cache
416.43 s
Building genvalidity-sydtest-source
416.49 s
Building opt-env-conf-test-source
416.56 s
Building sydtest-persistent-source
416.57 s
Waiting for lock on waiting for a free build user ID for '/nix/store/xvn9dkrsm0k6ln20h590yz67h5a3c93g-sydtest-wai-source
416.57 s
[ical] [21 of 30] Compiling ICal.Component.Class ( src/ICal/Component/Class.hs, dist/build/ICal/Component/Class.p_o )
416.57 s
[ical] [22 of 30] Compiling ICal.Component.Todo ( src/ICal/Component/Todo.hs, dist/build/ICal/Component/Todo.p_o )
416.57 s
[cursor-dirforest-brick-source] Phase: setupCompilerEnvironmentPhase
416.57 s
[cursor-dirforest-brick-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
416.57 s
[cursor-dirforest-brick-source] Phase: unpackPhase
416.57 s
[cursor-dirforest-brick-source] unpacking source archive /nix/store/94920b1rlqnv2qv4lglhn3x0hzpq9fpp-cursor-dirforest-brick
416.57 s
[cursor-dirforest-brick-source] source root is cursor-dirforest-brick
416.57 s
[cursor-dirforest-brick-source] Phase: patchPhase
416.57 s
[cursor-dirforest-brick-source] Phase: compileBuildDriverPhase
416.57 s
[cursor-dirforest-brick-source] setupCompileFlags: -package-db=/build/tmp.J4VreMBadH/setup-package.conf.d -threaded
416.57 s
[cursor-dirforest-brick-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.J4VreMBadH/Main.o )
416.57 s
[cursor-dirforest-brick-source] [2 of 2] Linking Setup
416.57 s
[cursor-dirforest-brick-source] Phase: updateAutotoolsGnuConfigScriptsPhase
416.57 s
[cursor-dirforest-brick-source] Phase: configurePhase
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
416.57 s
[cursor-dirforest-brick-source] Using Parsec parser
416.57 s
[cursor-dirforest-brick-source] Configuring cursor-dirforest-brick-0.0.0.0...
416.57 s
[cursor-dirforest-brick-source] Dependency base >=4.7 && <5: using base-4.20.2.0
416.57 s
[cursor-dirforest-brick-source] Dependency brick: using brick-2.9
416.57 s
[cursor-dirforest-brick-source] Dependency containers: using containers-0.7
416.57 s
[cursor-dirforest-brick-source] Dependency cursor: using cursor-0.3.2.0
416.57 s
[cursor-dirforest-brick-source] Dependency cursor-brick: using cursor-brick-0.1.0.1
416.57 s
[cursor-dirforest-brick-source] Dependency cursor-dirforest: using cursor-dirforest-0.0.0.0
416.57 s
[cursor-dirforest-brick-source] Dependency dirforest: using dirforest-0.1.0.0
416.57 s
[cursor-dirforest-brick-source] Dependency vty: using vty-6.4
416.57 s
[cursor-dirforest-brick-source] Source component graph: component lib
416.57 s
[cursor-dirforest-brick-source] Configured component graph:
416.57 s
[cursor-dirforest-brick-source] component cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk
416.57 s
[cursor-dirforest-brick-source] include base-4.20.2.0-fafd
416.57 s
[cursor-dirforest-brick-source] include brick-2.9-Geod5flTzTmIlrRxHv8UFE
416.57 s
[cursor-dirforest-brick-source] include containers-0.7-96b4
416.57 s
[cursor-dirforest-brick-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
416.57 s
[cursor-dirforest-brick-source] include cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
416.57 s
[cursor-dirforest-brick-source] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
416.57 s
[cursor-dirforest-brick-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
416.57 s
[cursor-dirforest-brick-source] include vty-6.4-K1OakpHsBDZBUi5PBPeSvr
416.57 s
[cursor-dirforest-brick-source] Linked component graph:
416.57 s
[cursor-dirforest-brick-source] unit cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk
416.57 s
[cursor-dirforest-brick-source] include base-4.20.2.0-fafd
416.57 s
[cursor-dirforest-brick-source] include brick-2.9-Geod5flTzTmIlrRxHv8UFE
416.57 s
[cursor-dirforest-brick-source] include containers-0.7-96b4
416.57 s
[cursor-dirforest-brick-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
416.57 s
[cursor-dirforest-brick-source] include cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
416.57 s
[cursor-dirforest-brick-source] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
416.57 s
[cursor-dirforest-brick-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
416.57 s
[cursor-dirforest-brick-source] include vty-6.4-K1OakpHsBDZBUi5PBPeSvr
416.57 s
[cursor-dirforest-brick-source] Cursor.DirForest.Brick=cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk:Cursor.DirForest.Brick
416.57 s
[cursor-dirforest-brick-source] Ready component graph:
416.57 s
[cursor-dirforest-brick-source] definite cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk
416.57 s
[cursor-dirforest-brick-source] depends base-4.20.2.0-fafd
416.57 s
[cursor-dirforest-brick-source] depends brick-2.9-Geod5flTzTmIlrRxHv8UFE
416.57 s
[cursor-dirforest-brick-source] depends containers-0.7-96b4
416.57 s
[cursor-dirforest-brick-source] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
416.57 s
[cursor-dirforest-brick-source] depends cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
416.57 s
[cursor-dirforest-brick-source] depends cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
416.57 s
[cursor-dirforest-brick-source] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
416.57 s
[cursor-dirforest-brick-source] depends vty-6.4-K1OakpHsBDZBUi5PBPeSvr
416.57 s
[cursor-dirforest-brick-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
416.57 s
[cursor-dirforest-brick-source] Using compiler: ghc-9.10.3
416.57 s
[cursor-dirforest-brick-source] Using install prefix:
416.57 s
[cursor-dirforest-brick-source] /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0
416.57 s
[cursor-dirforest-brick-source] Executables installed in:
416.57 s
[cursor-dirforest-brick-source] /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0/bin
416.57 s
[cursor-dirforest-brick-source] Libraries installed in:
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
416.57 s
[cursor-dirforest-brick-source] Dynamic Libraries installed in:
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
416.57 s
[cursor-dirforest-brick-source] Private executables installed in:
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
416.57 s
[cursor-dirforest-brick-source] Data files installed in:
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
416.57 s
[cursor-dirforest-brick-source] Documentation installed in: /share/doc/cursor-dirforest-brick-0.0.0.0
416.57 s
[cursor-dirforest-brick-source] Configuration files installed in:
416.57 s
[cursor-dirforest-brick-source] /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0/etc
416.57 s
[cursor-dirforest-brick-source] No alex found
416.57 s
[cursor-dirforest-brick-source] Using ar found on system at:
416.57 s
[cursor-dirforest-brick-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
416.57 s
[cursor-dirforest-brick-source] No c2hs found
416.57 s
[cursor-dirforest-brick-source] No cpphs found
416.57 s
[cursor-dirforest-brick-source] No doctest found
416.57 s
[cursor-dirforest-brick-source] Using gcc version 14.3.0 given by user at:
416.57 s
[cursor-dirforest-brick-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
416.57 s
[cursor-dirforest-brick-source] Using ghc version 9.10.3 found on system at:
416.57 s
[cursor-dirforest-brick-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
416.57 s
[cursor-dirforest-brick-source] Using ghc-pkg version 9.10.3 found on system at:
416.57 s
[cursor-dirforest-brick-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
416.57 s
[cursor-dirforest-brick-source] No ghcjs found
416.57 s
[cursor-dirforest-brick-source] No ghcjs-pkg found
416.57 s
[cursor-dirforest-brick-source] No greencard found
416.57 s
[cursor-dirforest-brick-source] Using haddock version 2.31.1 found on system at:
416.57 s
[cursor-dirforest-brick-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
416.57 s
[cursor-dirforest-brick-source] No happy found
416.57 s
[cursor-dirforest-brick-source] Using haskell-suite found on system at: haskell-suite-dummy-location
416.57 s
[cursor-dirforest-brick-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
416.57 s
[cursor-dirforest-brick-source] No hmake found
416.57 s
[cursor-dirforest-brick-source] Using hpc version 0.69 found on system at:
416.57 s
[cursor-dirforest-brick-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
416.57 s
[cursor-dirforest-brick-source] Using hsc2hs version 0.68.10 found on system at:
416.57 s
[cursor-dirforest-brick-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
416.57 s
[cursor-dirforest-brick-source] Using hscolour version 1.25 found on system at:
416.57 s
[cursor-dirforest-brick-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
416.57 s
[cursor-dirforest-brick-source] No jhc found
416.57 s
[cursor-dirforest-brick-source] Using ld found on system at:
416.57 s
[cursor-dirforest-brick-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
416.57 s
[cursor-dirforest-brick-source] No pkg-config found
416.57 s
[cursor-dirforest-brick-source] Using runghc version 9.10.3 found on system at:
416.57 s
[cursor-dirforest-brick-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
416.57 s
[cursor-dirforest-brick-source] Using strip version 2.44 found on system at:
416.57 s
[cursor-dirforest-brick-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
416.57 s
[cursor-dirforest-brick-source] Using tar found on system at:
416.58 s
[cursor-dirforest-brick-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
416.58 s
[cursor-dirforest-brick-source] No uhc found
416.58 s
[cursor-dirforest-brick-source] Phase: buildPhase
416.58 s
[cursor-dirforest-brick-source] Distribution quality errors:
416.58 s
[cursor-dirforest-brick-source] [no-syn-desc] No 'synopsis' or 'description' field.
416.58 s
[cursor-dirforest-brick-source] Distribution quality warnings:
416.58 s
[cursor-dirforest-brick-source] [no-category] No 'category' field.
416.58 s
[cursor-dirforest-brick-source] [no-maintainer] No 'maintainer' field.
416.58 s
[cursor-dirforest-brick-source] [no-license-file] A 'license-file' is not specified.
416.58 s
[cursor-dirforest-brick-source] [missing-upper-bounds] On library, these packages miss upper bounds:
416.58 s
[cursor-dirforest-brick-source] - brick
416.58 s
[cursor-dirforest-brick-source] - containers
416.58 s
[cursor-dirforest-brick-source] - cursor
416.58 s
[cursor-dirforest-brick-source] - cursor-brick
416.58 s
[cursor-dirforest-brick-source] - cursor-dirforest
416.58 s
[cursor-dirforest-brick-source] - dirforest
416.58 s
[cursor-dirforest-brick-source] - vty
416.58 s
[cursor-dirforest-brick-source] Please add them. There is more information at https://pvp.haskell.org/
416.58 s
[cursor-dirforest-brick-source] Note: the public hackage server would reject this package.
416.58 s
[cursor-dirforest-brick-source] Building source dist for cursor-dirforest-brick-0.0.0.0...
416.58 s
[cursor-dirforest-brick-source] Source tarball created: dist/cursor-dirforest-brick-0.0.0.0.tar.gz
416.58 s
[cursor-dirforest-brick-source] Phase: checkPhase
416.58 s
[cursor-dirforest-brick-source] Phase: haddockPhase
416.58 s
[cursor-dirforest-brick-source] Phase: installPhase
416.58 s
[cursor-dirforest-brick-source] Phase: fixupPhase
416.77 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0
417.20 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
417.20 s
[post-build-hook]
417.54 s
[post-build-hook] Pushing /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0 (1.39 KiB)
418.41 s
[post-build-hook]
418.41 s
[post-build-hook] All done.
418.43 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0
418.50 s
[post-build-hook] copying 1 paths...
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'...
418.86 s
[post-build-hook] copying 0 paths...
418.90 s
Progress: 108 of 147 built (4 building), 815 of 815 downloaded from cache
418.96 s
Building cursor-dirforest-brick
418.96 s
[ical] [23 of 30] Compiling ICal.Component.TimeZone ( src/ICal/Component/TimeZone.hs, dist/build/ICal/Component/TimeZone.p_o )
418.96 s
[ical] [24 of 30] Compiling ICal.Component.Journal ( src/ICal/Component/Journal.hs, dist/build/ICal/Component/Journal.p_o )
418.96 s
[ical] [25 of 30] Compiling ICal.Component.FreeBusy ( src/ICal/Component/FreeBusy.hs, dist/build/ICal/Component/FreeBusy.p_o )
418.96 s
[ical] [26 of 30] Compiling ICal.Component.Alarm ( src/ICal/Component/Alarm.hs, dist/build/ICal/Component/Alarm.p_o )
418.96 s
[ical] [27 of 30] Compiling ICal.Component.Event ( src/ICal/Component/Event.hs, dist/build/ICal/Component/Event.p_o )
418.96 s
[genvalidity-sydtest-source] Phase: setupCompilerEnvironmentPhase
418.97 s
[genvalidity-sydtest-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
418.97 s
[genvalidity-sydtest-source] Phase: unpackPhase
418.97 s
[genvalidity-sydtest-source] unpacking source archive /nix/store/x7x22vcv9d90zxznpg1fim5mgn4ldlhk-genvalidity-sydtest
418.97 s
[genvalidity-sydtest-source] source root is genvalidity-sydtest
418.97 s
[genvalidity-sydtest-source] Phase: patchPhase
418.97 s
[genvalidity-sydtest-source] Phase: compileBuildDriverPhase
418.97 s
[genvalidity-sydtest-source] setupCompileFlags: -package-db=/build/tmp.tJQUnPo7oq/setup-package.conf.d -threaded
418.97 s
[genvalidity-sydtest-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.tJQUnPo7oq/Main.o )
418.97 s
[genvalidity-sydtest-source] [2 of 2] Linking Setup
418.97 s
[genvalidity-sydtest-source] Phase: updateAutotoolsGnuConfigScriptsPhase
418.97 s
[genvalidity-sydtest-source] Phase: configurePhase
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
418.97 s
[genvalidity-sydtest-source] Using Parsec parser
418.97 s
[genvalidity-sydtest-source] Configuring genvalidity-sydtest-1.0.1.0...
418.97 s
[opt-env-conf-test-source] Phase: setupCompilerEnvironmentPhase
418.97 s
[opt-env-conf-test-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
418.97 s
[opt-env-conf-test-source] Phase: unpackPhase
418.97 s
[opt-env-conf-test-source] unpacking source archive /nix/store/8sr4z0mday4k62xn3vyb8dvl02qhicbl-opt-env-conf-test
418.97 s
[opt-env-conf-test-source] source root is opt-env-conf-test
418.97 s
[opt-env-conf-test-source] Phase: patchPhase
418.97 s
[opt-env-conf-test-source] Phase: compileBuildDriverPhase
418.97 s
[opt-env-conf-test-source] setupCompileFlags: -package-db=/build/tmp.CdvHz5H9Lj/setup-package.conf.d -threaded
418.97 s
[opt-env-conf-test-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.CdvHz5H9Lj/Main.o )
418.97 s
[opt-env-conf-test-source] [2 of 2] Linking Setup
418.97 s
[opt-env-conf-test-source] Phase: updateAutotoolsGnuConfigScriptsPhase
418.97 s
[opt-env-conf-test-source] Phase: configurePhase
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
418.97 s
[opt-env-conf-test-source] Using Parsec parser
418.97 s
[opt-env-conf-test-source] Configuring opt-env-conf-test-0.0.0.4...
418.97 s
[sydtest-persistent-source] Phase: setupCompilerEnvironmentPhase
418.97 s
[sydtest-persistent-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
418.97 s
[sydtest-persistent-source] Phase: unpackPhase
418.97 s
[sydtest-persistent-source] unpacking source archive /nix/store/kag2hm5dfsgzhczw53a3v2crzaakmndc-sydtest-persistent
418.97 s
[sydtest-persistent-source] source root is sydtest-persistent
418.97 s
[sydtest-persistent-source] Phase: patchPhase
418.97 s
[sydtest-persistent-source] Phase: compileBuildDriverPhase
418.97 s
[sydtest-persistent-source] setupCompileFlags: -package-db=/build/tmp.2MWyaVyE1E/setup-package.conf.d -threaded
418.97 s
[sydtest-persistent-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.2MWyaVyE1E/Main.o )
418.97 s
[sydtest-persistent-source] [2 of 2] Linking Setup
418.97 s
[sydtest-persistent-source] Phase: updateAutotoolsGnuConfigScriptsPhase
418.97 s
[sydtest-persistent-source] Phase: configurePhase
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
418.97 s
[sydtest-persistent-source] Using Parsec parser
418.97 s
[sydtest-persistent-source] Configuring sydtest-persistent-0.1.0.0...
419.21 s
[ical] [28 of 30] Compiling ICal.Component ( src/ICal/Component.hs, dist/build/ICal/Component.p_o )
419.22 s
[cursor-dirforest-brick] Phase: setupCompilerEnvironmentPhase
419.22 s
[cursor-dirforest-brick] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
419.32 s
[genvalidity-sydtest-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
419.32 s
[genvalidity-sydtest-source] Dependency base >=4.7 && <5: using base-4.20.2.0
419.32 s
[genvalidity-sydtest-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
419.32 s
[genvalidity-sydtest-source] Dependency sydtest: using sydtest-0.23.0.1
419.32 s
[genvalidity-sydtest-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
419.32 s
[genvalidity-sydtest-source] Dependency base >=4.7 && <5: using base-4.20.2.0
419.32 s
[genvalidity-sydtest-source] Dependency genvalidity: using genvalidity-1.1.1.0
419.32 s
[genvalidity-sydtest-source] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
419.32 s
[genvalidity-sydtest-source] Dependency sydtest: using sydtest-0.23.0.1
419.32 s
[genvalidity-sydtest-source] Source component graph:
419.32 s
[genvalidity-sydtest-source] component lib
419.32 s
[genvalidity-sydtest-source] component test:genvalidity-sydtest-test dependency lib
419.32 s
[genvalidity-sydtest-source] Configured component graph:
419.32 s
[genvalidity-sydtest-source] component genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
419.32 s
[genvalidity-sydtest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
419.33 s
[genvalidity-sydtest-source] include base-4.20.2.0-fafd
419.33 s
[genvalidity-sydtest-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
419.33 s
[genvalidity-sydtest-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
419.33 s
[genvalidity-sydtest-source] component genvalidity-sydtest-1.0.1.0-6VW2ecMqqXD4oYf5iWUNyP-genvalidity-sydtest-test
419.33 s
[genvalidity-sydtest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
419.33 s
[genvalidity-sydtest-source] include base-4.20.2.0-fafd
419.33 s
[genvalidity-sydtest-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
419.33 s
[genvalidity-sydtest-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
419.33 s
[genvalidity-sydtest-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
419.33 s
[genvalidity-sydtest-source] Linked component graph:
419.33 s
[genvalidity-sydtest-source] unit genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
419.33 s
[genvalidity-sydtest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
419.33 s
[genvalidity-sydtest-source] include base-4.20.2.0-fafd
419.33 s
[genvalidity-sydtest-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
419.33 s
[genvalidity-sydtest-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
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
419.33 s
[genvalidity-sydtest-source] unit genvalidity-sydtest-1.0.1.0-6VW2ecMqqXD4oYf5iWUNyP-genvalidity-sydtest-test
419.33 s
[genvalidity-sydtest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
419.33 s
[genvalidity-sydtest-source] include base-4.20.2.0-fafd
419.33 s
[genvalidity-sydtest-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
419.33 s
[genvalidity-sydtest-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
419.33 s
[genvalidity-sydtest-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
419.33 s
[genvalidity-sydtest-source] Ready component graph:
419.33 s
[genvalidity-sydtest-source] definite genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
419.33 s
[genvalidity-sydtest-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
419.33 s
[genvalidity-sydtest-source] depends base-4.20.2.0-fafd
419.33 s
[genvalidity-sydtest-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
419.33 s
[genvalidity-sydtest-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
419.33 s
[genvalidity-sydtest-source] definite genvalidity-sydtest-1.0.1.0-6VW2ecMqqXD4oYf5iWUNyP-genvalidity-sydtest-test
419.33 s
[genvalidity-sydtest-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
419.33 s
[genvalidity-sydtest-source] depends base-4.20.2.0-fafd
419.33 s
[genvalidity-sydtest-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
419.33 s
[genvalidity-sydtest-source] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
419.33 s
[genvalidity-sydtest-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
419.33 s
[genvalidity-sydtest-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
419.33 s
[genvalidity-sydtest-source] Using compiler: ghc-9.10.3
419.33 s
[genvalidity-sydtest-source] Using install prefix:
419.33 s
[genvalidity-sydtest-source] /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0
419.33 s
[genvalidity-sydtest-source] Executables installed in:
419.33 s
[genvalidity-sydtest-source] /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0/bin
419.33 s
[genvalidity-sydtest-source] Libraries installed in:
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
419.33 s
[genvalidity-sydtest-source] Dynamic Libraries installed in:
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
419.33 s
[genvalidity-sydtest-source] Private executables installed in:
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
419.33 s
[genvalidity-sydtest-source] Data files installed in:
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
419.33 s
[genvalidity-sydtest-source] Documentation installed in: /share/doc/genvalidity-sydtest-1.0.1.0
419.33 s
[genvalidity-sydtest-source] Configuration files installed in:
419.33 s
[genvalidity-sydtest-source] /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0/etc
419.33 s
[genvalidity-sydtest-source] No alex found
419.33 s
[genvalidity-sydtest-source] Using ar found on system at:
419.33 s
[genvalidity-sydtest-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
419.33 s
[genvalidity-sydtest-source] No c2hs found
419.33 s
[genvalidity-sydtest-source] No cpphs found
419.33 s
[genvalidity-sydtest-source] No doctest found
419.33 s
[genvalidity-sydtest-source] Using gcc version 14.3.0 given by user at:
419.33 s
[genvalidity-sydtest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
419.33 s
[genvalidity-sydtest-source] Using ghc version 9.10.3 found on system at:
419.33 s
[genvalidity-sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
419.33 s
[genvalidity-sydtest-source] Using ghc-pkg version 9.10.3 found on system at:
419.33 s
[genvalidity-sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
419.33 s
[genvalidity-sydtest-source] No ghcjs found
419.33 s
[genvalidity-sydtest-source] No ghcjs-pkg found
419.33 s
[genvalidity-sydtest-source] No greencard found
419.33 s
[genvalidity-sydtest-source] Using haddock version 2.31.1 found on system at:
419.33 s
[genvalidity-sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
419.33 s
[genvalidity-sydtest-source] No happy found
419.35 s
[genvalidity-sydtest-source] Using haskell-suite found on system at: haskell-suite-dummy-location
419.35 s
[genvalidity-sydtest-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
419.35 s
[genvalidity-sydtest-source] No hmake found
419.35 s
[genvalidity-sydtest-source] Using hpc version 0.69 found on system at:
419.35 s
[genvalidity-sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
419.35 s
[genvalidity-sydtest-source] Using hsc2hs version 0.68.10 found on system at:
419.35 s
[genvalidity-sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
419.35 s
[genvalidity-sydtest-source] Using hscolour version 1.25 found on system at:
419.35 s
[genvalidity-sydtest-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
419.35 s
[genvalidity-sydtest-source] No jhc found
419.35 s
[genvalidity-sydtest-source] Using ld found on system at:
419.35 s
[genvalidity-sydtest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
419.35 s
[genvalidity-sydtest-source] No pkg-config found
419.35 s
[genvalidity-sydtest-source] Using runghc version 9.10.3 found on system at:
419.35 s
[genvalidity-sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
419.35 s
[genvalidity-sydtest-source] Using strip version 2.44 found on system at:
419.35 s
[genvalidity-sydtest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
419.35 s
[genvalidity-sydtest-source] Using tar found on system at:
419.35 s
[genvalidity-sydtest-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
419.35 s
[genvalidity-sydtest-source] No uhc found
419.45 s
[opt-env-conf-test-source] Dependency aeson: using aeson-2.2.3.0
419.45 s
[opt-env-conf-test-source] Dependency base <5: using base-4.20.2.0
419.45 s
[opt-env-conf-test-source] Dependency genvalidity: using genvalidity-1.1.1.0
419.45 s
[opt-env-conf-test-source] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
419.45 s
[opt-env-conf-test-source] Dependency opt-env-conf >=0.9.0.0: using opt-env-conf-0.15.0.1
419.45 s
[opt-env-conf-test-source] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
419.45 s
[opt-env-conf-test-source] Dependency sydtest: using sydtest-0.23.0.1
419.45 s
[opt-env-conf-test-source] Dependency text: using text-2.1.3
419.45 s
[opt-env-conf-test-source] Source component graph: component lib
419.45 s
[opt-env-conf-test-source] Configured component graph:
419.45 s
[opt-env-conf-test-source] component opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
419.45 s
[opt-env-conf-test-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
419.45 s
[opt-env-conf-test-source] include base-4.20.2.0-fafd
419.45 s
[opt-env-conf-test-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
419.45 s
[opt-env-conf-test-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
419.45 s
[opt-env-conf-test-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
419.45 s
[opt-env-conf-test-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
419.45 s
[opt-env-conf-test-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
419.45 s
[opt-env-conf-test-source] include text-2.1.3-34f1
419.45 s
[opt-env-conf-test-source] Linked component graph:
419.45 s
[opt-env-conf-test-source] unit opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
419.45 s
[opt-env-conf-test-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
419.45 s
[opt-env-conf-test-source] include base-4.20.2.0-fafd
419.45 s
[opt-env-conf-test-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
419.45 s
[opt-env-conf-test-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
419.45 s
[opt-env-conf-test-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
419.45 s
[opt-env-conf-test-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
419.45 s
[opt-env-conf-test-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
419.45 s
[opt-env-conf-test-source] include text-2.1.3-34f1
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
419.45 s
[opt-env-conf-test-source] Ready component graph:
419.45 s
[opt-env-conf-test-source] definite opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
419.45 s
[opt-env-conf-test-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
419.45 s
[opt-env-conf-test-source] depends base-4.20.2.0-fafd
419.45 s
[opt-env-conf-test-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
419.45 s
[opt-env-conf-test-source] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
419.45 s
[opt-env-conf-test-source] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
419.45 s
[opt-env-conf-test-source] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
419.45 s
[opt-env-conf-test-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
419.45 s
[opt-env-conf-test-source] depends text-2.1.3-34f1
419.45 s
[opt-env-conf-test-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
419.45 s
[opt-env-conf-test-source] Using compiler: ghc-9.10.3
419.45 s
[opt-env-conf-test-source] Using install prefix:
419.45 s
[opt-env-conf-test-source] /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4
419.45 s
[opt-env-conf-test-source] Executables installed in:
419.45 s
[opt-env-conf-test-source] /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4/bin
419.45 s
[opt-env-conf-test-source] Libraries installed in:
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
419.45 s
[opt-env-conf-test-source] Dynamic Libraries installed in:
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
419.45 s
[opt-env-conf-test-source] Private executables installed in:
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
419.45 s
[opt-env-conf-test-source] Data files installed in:
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
419.45 s
[opt-env-conf-test-source] Documentation installed in: /share/doc/opt-env-conf-test-0.0.0.4
419.45 s
[opt-env-conf-test-source] Configuration files installed in:
419.45 s
[opt-env-conf-test-source] /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4/etc
419.45 s
[opt-env-conf-test-source] No alex found
419.45 s
[opt-env-conf-test-source] Using ar found on system at:
419.45 s
[opt-env-conf-test-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
419.45 s
[opt-env-conf-test-source] No c2hs found
419.45 s
[opt-env-conf-test-source] No cpphs found
419.45 s
[opt-env-conf-test-source] No doctest found
419.45 s
[opt-env-conf-test-source] Using gcc version 14.3.0 given by user at:
419.45 s
[opt-env-conf-test-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
419.45 s
[opt-env-conf-test-source] Using ghc version 9.10.3 found on system at:
419.45 s
[opt-env-conf-test-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
419.45 s
[opt-env-conf-test-source] Using ghc-pkg version 9.10.3 found on system at:
419.45 s
[opt-env-conf-test-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
419.45 s
[opt-env-conf-test-source] No ghcjs found
419.45 s
[opt-env-conf-test-source] No ghcjs-pkg found
419.45 s
[opt-env-conf-test-source] No greencard found
419.45 s
[opt-env-conf-test-source] Using haddock version 2.31.1 found on system at:
419.45 s
[opt-env-conf-test-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
419.45 s
[opt-env-conf-test-source] No happy found
419.45 s
[opt-env-conf-test-source] Using haskell-suite found on system at: haskell-suite-dummy-location
419.45 s
[opt-env-conf-test-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
419.45 s
[opt-env-conf-test-source] No hmake found
419.45 s
[opt-env-conf-test-source] Using hpc version 0.69 found on system at:
419.45 s
[opt-env-conf-test-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
419.45 s
[opt-env-conf-test-source] Using hsc2hs version 0.68.10 found on system at:
419.45 s
[opt-env-conf-test-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
419.45 s
[opt-env-conf-test-source] Using hscolour version 1.25 found on system at:
419.45 s
[opt-env-conf-test-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
419.45 s
[opt-env-conf-test-source] No jhc found
419.45 s
[opt-env-conf-test-source] Using ld found on system at:
419.45 s
[opt-env-conf-test-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
419.45 s
[opt-env-conf-test-source] No pkg-config found
419.45 s
[opt-env-conf-test-source] Using runghc version 9.10.3 found on system at:
419.45 s
[opt-env-conf-test-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
419.45 s
[opt-env-conf-test-source] Using strip version 2.44 found on system at:
419.45 s
[opt-env-conf-test-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
419.46 s
[opt-env-conf-test-source] Using tar found on system at:
419.46 s
[opt-env-conf-test-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
419.46 s
[opt-env-conf-test-source] No uhc found
419.53 s
[genvalidity-sydtest-source] Phase: buildPhase
419.53 s
[cursor-dirforest-brick] Phase: unpackPhase
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
419.54 s
[genvalidity-sydtest-source] Distribution quality warnings:
419.54 s
[genvalidity-sydtest-source] [no-description] No 'description' field.
419.54 s
[genvalidity-sydtest-source] [missing-upper-bounds] On library, these packages miss upper bounds:
419.54 s
[genvalidity-sydtest-source] - QuickCheck
419.54 s
[genvalidity-sydtest-source] - genvalidity
419.54 s
[genvalidity-sydtest-source] - sydtest
419.54 s
[genvalidity-sydtest-source] Please add them. There is more information at https://pvp.haskell.org/
419.54 s
[genvalidity-sydtest-source] Building source dist for genvalidity-sydtest-1.0.1.0...
419.54 s
[cursor-dirforest-brick] source root is cursor-dirforest-brick-0.0.0.0
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"
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
419.55 s
[cursor-dirforest-brick] Phase: patchPhase
419.56 s
[genvalidity-sydtest-source] Source tarball created: dist/genvalidity-sydtest-1.0.1.0.tar.gz
419.56 s
[cursor-dirforest-brick] Phase: compileBuildDriverPhase
419.57 s
[genvalidity-sydtest-source] Phase: checkPhase
419.57 s
[cursor-dirforest-brick] setupCompileFlags: -package-db=/build/tmp.zID2dpF0jj/setup-package.conf.d -threaded
419.57 s
[genvalidity-sydtest-source] Phase: haddockPhase
419.58 s
[genvalidity-sydtest-source] Phase: installPhase
419.58 s
[sydtest-persistent-source] Dependency base >=4.7 && <5: using base-4.20.2.0
419.58 s
[sydtest-persistent-source] Dependency bytestring: using bytestring-0.12.2.0
419.58 s
[sydtest-persistent-source] Dependency mtl: using mtl-2.3.1
419.58 s
[sydtest-persistent-source] Dependency persistent: using persistent-2.17.1.0
419.58 s
[sydtest-persistent-source] Dependency sydtest >=0.17: using sydtest-0.23.0.1
419.58 s
[sydtest-persistent-source] Dependency text: using text-2.1.3
419.58 s
[sydtest-persistent-source] Dependency unliftio: using unliftio-0.2.25.1
419.58 s
[sydtest-persistent-source] Source component graph: component lib
419.58 s
[sydtest-persistent-source] Configured component graph:
419.58 s
[sydtest-persistent-source] component sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
419.58 s
[sydtest-persistent-source] include base-4.20.2.0-fafd
419.58 s
[sydtest-persistent-source] include bytestring-0.12.2.0-96e1
419.58 s
[sydtest-persistent-source] include mtl-2.3.1-37af
419.58 s
[sydtest-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
419.58 s
[sydtest-persistent-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
419.59 s
[sydtest-persistent-source] include text-2.1.3-34f1
419.59 s
[sydtest-persistent-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
419.59 s
[sydtest-persistent-source] Linked component graph:
419.59 s
[sydtest-persistent-source] unit sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
419.59 s
[sydtest-persistent-source] include base-4.20.2.0-fafd
419.59 s
[sydtest-persistent-source] include bytestring-0.12.2.0-96e1
419.59 s
[sydtest-persistent-source] include mtl-2.3.1-37af
419.59 s
[sydtest-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
419.59 s
[sydtest-persistent-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
419.59 s
[sydtest-persistent-source] include text-2.1.3-34f1
419.59 s
[sydtest-persistent-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
419.59 s
[sydtest-persistent-source] Test.Syd.Persistent=sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U:Test.Syd.Persistent
419.59 s
[sydtest-persistent-source] Ready component graph:
419.59 s
[sydtest-persistent-source] definite sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
419.59 s
[sydtest-persistent-source] depends base-4.20.2.0-fafd
419.59 s
[sydtest-persistent-source] depends bytestring-0.12.2.0-96e1
419.59 s
[sydtest-persistent-source] depends mtl-2.3.1-37af
419.59 s
[sydtest-persistent-source] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
419.59 s
[sydtest-persistent-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
419.59 s
[sydtest-persistent-source] depends text-2.1.3-34f1
419.59 s
[sydtest-persistent-source] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
419.59 s
[sydtest-persistent-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
419.59 s
[sydtest-persistent-source] Using compiler: ghc-9.10.3
419.59 s
[sydtest-persistent-source] Using install prefix:
419.59 s
[sydtest-persistent-source] /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0
419.59 s
[sydtest-persistent-source] Executables installed in:
419.59 s
[sydtest-persistent-source] /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0/bin
419.59 s
[sydtest-persistent-source] Libraries installed in:
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
419.59 s
[sydtest-persistent-source] Dynamic Libraries installed in:
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
419.59 s
[sydtest-persistent-source] Private executables installed in:
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
419.59 s
[sydtest-persistent-source] Data files installed in:
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
419.59 s
[sydtest-persistent-source] Documentation installed in: /share/doc/sydtest-persistent-0.1.0.0
419.59 s
[sydtest-persistent-source] Configuration files installed in:
419.59 s
[sydtest-persistent-source] /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0/etc
419.59 s
[sydtest-persistent-source] No alex found
419.59 s
[sydtest-persistent-source] Using ar found on system at:
419.59 s
[sydtest-persistent-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
419.59 s
[sydtest-persistent-source] No c2hs found
419.59 s
[sydtest-persistent-source] No cpphs found
419.59 s
[sydtest-persistent-source] No doctest found
419.59 s
[sydtest-persistent-source] Using gcc version 14.3.0 given by user at:
419.59 s
[sydtest-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
419.59 s
[sydtest-persistent-source] Using ghc version 9.10.3 found on system at:
419.59 s
[sydtest-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
419.59 s
[sydtest-persistent-source] Using ghc-pkg version 9.10.3 found on system at:
419.59 s
[sydtest-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
419.59 s
[sydtest-persistent-source] No ghcjs found
419.59 s
[sydtest-persistent-source] No ghcjs-pkg found
419.59 s
[sydtest-persistent-source] No greencard found
419.59 s
[sydtest-persistent-source] Using haddock version 2.31.1 found on system at:
419.59 s
[sydtest-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
419.59 s
[sydtest-persistent-source] No happy found
419.59 s
[sydtest-persistent-source] Using haskell-suite found on system at: haskell-suite-dummy-location
419.59 s
[sydtest-persistent-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
419.59 s
[sydtest-persistent-source] No hmake found
419.59 s
[sydtest-persistent-source] Using hpc version 0.69 found on system at:
419.59 s
[sydtest-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
419.59 s
[sydtest-persistent-source] Using hsc2hs version 0.68.10 found on system at:
419.59 s
[sydtest-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
419.59 s
[sydtest-persistent-source] Using hscolour version 1.25 found on system at:
419.59 s
[sydtest-persistent-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
419.59 s
[sydtest-persistent-source] No jhc found
419.59 s
[sydtest-persistent-source] Using ld found on system at:
419.59 s
[sydtest-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
419.59 s
[sydtest-persistent-source] No pkg-config found
419.59 s
[sydtest-persistent-source] Using runghc version 9.10.3 found on system at:
419.59 s
[sydtest-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
419.59 s
[sydtest-persistent-source] Using strip version 2.44 found on system at:
419.59 s
[sydtest-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
419.59 s
[sydtest-persistent-source] Using tar found on system at:
419.59 s
[sydtest-persistent-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
419.59 s
[sydtest-persistent-source] No uhc found
419.59 s
[genvalidity-sydtest-source] Phase: fixupPhase
419.62 s
[opt-env-conf-test-source] Phase: buildPhase
419.62 s
[cursor-dirforest-brick] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.zID2dpF0jj/Main.o )
419.67 s
[cursor-dirforest-brick] [2 of 2] Linking Setup
419.74 s
[opt-env-conf-test-source] Distribution quality warnings:
419.74 s
[opt-env-conf-test-source] [no-category] No 'category' field.
419.74 s
[opt-env-conf-test-source] [no-description] No 'description' field.
419.74 s
[opt-env-conf-test-source] [missing-upper-bounds] On library, these packages miss upper bounds:
419.74 s
[opt-env-conf-test-source] - aeson
419.74 s
[opt-env-conf-test-source] - genvalidity
419.74 s
[opt-env-conf-test-source] - genvalidity-containers
419.74 s
[opt-env-conf-test-source] - opt-env-conf
419.74 s
[opt-env-conf-test-source] - safe-coloured-text
419.74 s
[opt-env-conf-test-source] - sydtest
419.74 s
[opt-env-conf-test-source] - text
419.74 s
[opt-env-conf-test-source] Please add them. There is more information at https://pvp.haskell.org/
419.74 s
[opt-env-conf-test-source] Building source dist for opt-env-conf-test-0.0.0.4...
419.77 s
[sydtest-persistent-source] Phase: buildPhase
419.78 s
[sydtest-persistent-source] Distribution quality warnings:
419.78 s
[sydtest-persistent-source] [no-description] No 'description' field.
419.78 s
[sydtest-persistent-source] [missing-upper-bounds] On library, these packages miss upper bounds:
419.78 s
[sydtest-persistent-source] - bytestring
419.78 s
[sydtest-persistent-source] - mtl
419.78 s
[sydtest-persistent-source] - persistent
419.78 s
[sydtest-persistent-source] - sydtest
419.78 s
[sydtest-persistent-source] - text
419.78 s
[sydtest-persistent-source] - unliftio
419.78 s
[sydtest-persistent-source] Please add them. There is more information at https://pvp.haskell.org/
419.78 s
[sydtest-persistent-source] Building source dist for sydtest-persistent-0.1.0.0...
419.79 s
[sydtest-persistent-source] Source tarball created: dist/sydtest-persistent-0.1.0.0.tar.gz
419.79 s
[sydtest-persistent-source] Phase: checkPhase
419.80 s
[sydtest-persistent-source] Phase: haddockPhase
419.80 s
[sydtest-persistent-source] Phase: installPhase
419.80 s
[opt-env-conf-test-source] Source tarball created: dist/opt-env-conf-test-0.0.0.4.tar.gz
419.81 s
[sydtest-persistent-source] Phase: fixupPhase
419.82 s
[opt-env-conf-test-source] Phase: haddockPhase
419.82 s
[opt-env-conf-test-source] Phase: installPhase
419.83 s
[opt-env-conf-test-source] Phase: fixupPhase
419.99 s
[ical] [29 of 30] Compiling ICal ( src/ICal.hs, dist/build/ICal.p_o )
420.36 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0
420.73 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
420.73 s
[post-build-hook]
421.06 s
[post-build-hook] Pushing /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0 (18.65 KiB)
421.89 s
[post-build-hook]
421.89 s
[post-build-hook] All done.
421.91 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0
421.97 s
[post-build-hook] copying 1 paths...
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'...
422.35 s
[post-build-hook] copying 0 paths...
422.40 s
Progress: 109 of 147 built (4 building), 815 of 815 downloaded from cache
422.47 s
Building genvalidity-sydtest
422.47 s
[ical] [30 of 30] Compiling Paths_ical ( dist/build/autogen/Paths_ical.hs, dist/build/Paths_ical.p_o )
422.47 s
[ical] buildPhase completed in 58 seconds
422.47 s
[ical] Phase: checkPhase
422.47 s
[ical] Package has no test suites.
422.47 s
[ical] Phase: haddockPhase
422.47 s
[ical] Preprocessing library for ical-0.0.0.0...
422.47 s
[ical] Running Haddock on library for ical-0.0.0.0...
422.47 s
[ical] [ 1 of 30] Compiling ICal.UnfoldedLine ( src/ICal/UnfoldedLine.hs, nothing )
422.47 s
[cursor-dirforest-brick] Phase: updateAutotoolsGnuConfigScriptsPhase
422.47 s
[cursor-dirforest-brick] Phase: configurePhase
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
422.47 s
[cursor-dirforest-brick] Using Parsec parser
422.47 s
[cursor-dirforest-brick] Configuring cursor-dirforest-brick-0.0.0.0...
422.47 s
[cursor-dirforest-brick] Dependency base >=4.7 && <5: using base-4.20.2.0
422.47 s
[cursor-dirforest-brick] Dependency brick: using brick-2.9
422.47 s
[cursor-dirforest-brick] Dependency containers: using containers-0.7
422.47 s
[cursor-dirforest-brick] Dependency cursor: using cursor-0.3.2.0
422.47 s
[cursor-dirforest-brick] Dependency cursor-brick: using cursor-brick-0.1.0.1
422.47 s
[cursor-dirforest-brick] Dependency cursor-dirforest: using cursor-dirforest-0.0.0.0
422.47 s
[cursor-dirforest-brick] Dependency dirforest: using dirforest-0.1.0.0
422.47 s
[cursor-dirforest-brick] Dependency vty: using vty-6.4
422.47 s
[cursor-dirforest-brick] Source component graph: component lib
422.47 s
[cursor-dirforest-brick] Configured component graph:
422.47 s
[cursor-dirforest-brick] component cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk
422.47 s
[cursor-dirforest-brick] include base-4.20.2.0-fafd
422.47 s
[cursor-dirforest-brick] include brick-2.9-Geod5flTzTmIlrRxHv8UFE
422.47 s
[cursor-dirforest-brick] include containers-0.7-96b4
422.47 s
[cursor-dirforest-brick] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
422.47 s
[cursor-dirforest-brick] include cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
422.47 s
[cursor-dirforest-brick] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
422.47 s
[cursor-dirforest-brick] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
422.47 s
[cursor-dirforest-brick] include vty-6.4-K1OakpHsBDZBUi5PBPeSvr
422.47 s
[cursor-dirforest-brick] Linked component graph:
422.47 s
[cursor-dirforest-brick] unit cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk
422.47 s
[cursor-dirforest-brick] include base-4.20.2.0-fafd
422.47 s
[cursor-dirforest-brick] include brick-2.9-Geod5flTzTmIlrRxHv8UFE
422.47 s
[cursor-dirforest-brick] include containers-0.7-96b4
422.47 s
[cursor-dirforest-brick] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
422.47 s
[cursor-dirforest-brick] include cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
422.47 s
[cursor-dirforest-brick] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
422.47 s
[cursor-dirforest-brick] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
422.47 s
[cursor-dirforest-brick] include vty-6.4-K1OakpHsBDZBUi5PBPeSvr
422.47 s
[cursor-dirforest-brick] Cursor.DirForest.Brick=cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk:Cursor.DirForest.Brick
422.47 s
[cursor-dirforest-brick] Ready component graph:
422.47 s
[cursor-dirforest-brick] definite cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk
422.47 s
[cursor-dirforest-brick] depends base-4.20.2.0-fafd
422.47 s
[cursor-dirforest-brick] depends brick-2.9-Geod5flTzTmIlrRxHv8UFE
422.47 s
[cursor-dirforest-brick] depends containers-0.7-96b4
422.47 s
[cursor-dirforest-brick] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
422.47 s
[cursor-dirforest-brick] depends cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
422.47 s
[cursor-dirforest-brick] depends cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
422.47 s
[cursor-dirforest-brick] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
422.47 s
[cursor-dirforest-brick] depends vty-6.4-K1OakpHsBDZBUi5PBPeSvr
422.47 s
[cursor-dirforest-brick] Using Cabal-3.12.1.0 compiled by ghc-9.10
422.47 s
[cursor-dirforest-brick] Using compiler: ghc-9.10.3
422.47 s
[cursor-dirforest-brick] Using install prefix:
422.47 s
[cursor-dirforest-brick] /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0
422.47 s
[cursor-dirforest-brick] Executables installed in:
422.47 s
[cursor-dirforest-brick] /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0/bin
422.47 s
[cursor-dirforest-brick] Libraries installed in:
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
422.47 s
[cursor-dirforest-brick] Dynamic Libraries installed in:
422.66 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4
423.02 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
423.02 s
[post-build-hook]
423.37 s
[post-build-hook] Pushing /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4 (58.49 KiB)
424.69 s
[post-build-hook]
424.69 s
[post-build-hook] All done.
424.70 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4
424.79 s
[post-build-hook] copying 1 paths...
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'...
425.21 s
[post-build-hook] copying 0 paths...
425.25 s
Progress: 110 of 147 built (4 building), 815 of 815 downloaded from cache
425.28 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0
425.63 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
425.63 s
[post-build-hook]
425.99 s
[post-build-hook] Pushing /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0 (3.22 KiB)
426.95 s
[post-build-hook]
426.95 s
[post-build-hook] All done.
426.96 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0
427.02 s
[post-build-hook] copying 1 paths...
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'...
427.56 s
[post-build-hook] copying 0 paths...
427.59 s
Progress: 111 of 148 built (3 building), 815 of 815 downloaded from cache
427.66 s
Building sydtest-wai-source
427.74 s
Building opt-env-conf-test
427.75 s
Waiting for lock on waiting for a free build user ID for '/nix/store/hfq69c9vq1hhp0wigrskbnk6hpx5gm58-sydtest-persistent
427.75 s
[ical] [ 2 of 30] Compiling ICal.ContentLine ( src/ICal/ContentLine.hs, nothing )
427.75 s
[ical] [ 3 of 30] Compiling ICal.Parameter.Class ( src/ICal/Parameter/Class.hs, nothing )
427.75 s
[ical] [ 4 of 30] Compiling ICal.Parameter.ValueDataType ( src/ICal/Parameter/ValueDataType.hs, nothing )
427.75 s
[ical] [ 5 of 30] Compiling ICal.PropertyType.Class ( src/ICal/PropertyType/Class.hs, nothing )
427.75 s
[ical] [ 6 of 30] Compiling ICal.PropertyType.URI ( src/ICal/PropertyType/URI.hs, nothing )
427.75 s
[ical] [ 7 of 30] Compiling ICal.PropertyType.CalAddress ( src/ICal/PropertyType/CalAddress.hs, nothing )
427.78 s
[ical] [ 8 of 30] Compiling ICal.Parameter ( src/ICal/Parameter.hs, nothing )
427.78 s
[ical] [ 9 of 30] Compiling ICal.PropertyType.UTCOffset ( src/ICal/PropertyType/UTCOffset.hs, nothing )
427.78 s
[ical] [10 of 30] Compiling ICal.PropertyType.Time ( src/ICal/PropertyType/Time.hs, nothing )
427.78 s
[ical] [11 of 30] Compiling ICal.PropertyType.FloatingPoint ( src/ICal/PropertyType/FloatingPoint.hs, nothing )
427.78 s
[ical] [12 of 30] Compiling ICal.PropertyType.Duration ( src/ICal/PropertyType/Duration.hs, nothing )
427.78 s
[ical] [13 of 30] Compiling ICal.PropertyType.Date ( src/ICal/PropertyType/Date.hs, nothing )
427.78 s
[ical] [14 of 30] Compiling ICal.PropertyType.DateTime ( src/ICal/PropertyType/DateTime.hs, nothing )
427.78 s
[ical] [15 of 30] Compiling ICal.PropertyType.RecurrenceRule ( src/ICal/PropertyType/RecurrenceRule.hs, nothing )
427.78 s
[ical] [16 of 30] Compiling ICal.PropertyType.Period ( src/ICal/PropertyType/Period.hs, nothing )
427.78 s
[ical] [17 of 30] Compiling ICal.PropertyType.DateTimes ( src/ICal/PropertyType/DateTimes.hs, nothing )
427.78 s
[ical] [18 of 30] Compiling ICal.PropertyType.Binary ( src/ICal/PropertyType/Binary.hs, nothing )
427.78 s
[ical] [19 of 30] Compiling ICal.PropertyType ( src/ICal/PropertyType.hs, nothing )
427.81 s
[ical] [20 of 30] Compiling ICal.Property ( src/ICal/Property.hs, nothing )
427.81 s
[ical] [21 of 30] Compiling ICal.Component.Class ( src/ICal/Component/Class.hs, nothing )
427.81 s
[ical] [22 of 30] Compiling ICal.Component.Todo ( src/ICal/Component/Todo.hs, nothing )
427.81 s
[ical] [23 of 30] Compiling ICal.Component.TimeZone ( src/ICal/Component/TimeZone.hs, nothing )
427.81 s
[ical] [24 of 30] Compiling ICal.Component.Journal ( src/ICal/Component/Journal.hs, nothing )
427.81 s
[ical] [25 of 30] Compiling ICal.Component.FreeBusy ( src/ICal/Component/FreeBusy.hs, nothing )
427.81 s
[ical] [26 of 30] Compiling ICal.Component.Alarm ( src/ICal/Component/Alarm.hs, nothing )
427.81 s
[ical] [27 of 30] Compiling ICal.Component.Event ( src/ICal/Component/Event.hs, nothing )
427.81 s
[ical] [28 of 30] Compiling ICal.Component ( src/ICal/Component.hs, nothing )
427.81 s
[ical] [29 of 30] Compiling ICal ( src/ICal.hs, nothing )
427.81 s
[ical] [30 of 30] Compiling Paths_ical ( dist/build/autogen/Paths_ical.hs, nothing )
427.81 s
[ical] Haddock coverage:
427.81 s
[ical] 16% ( 1 / 6) in 'ICal.UnfoldedLine'
427.81 s
[ical] Missing documentation for:
427.81 s
[ical] Module header
427.81 s
[ical] UnfoldingError (src/ICal/UnfoldedLine.hs:75)
427.81 s
[ical] UnfoldingFixableError (src/ICal/UnfoldedLine.hs:82)
427.81 s
[ical] parseUnfoldedLines (src/ICal/UnfoldedLine.hs:98)
427.81 s
[ical] renderUnfoldedLines (src/ICal/UnfoldedLine.hs:142)
427.81 s
[ical] 14% ( 5 / 35) in 'ICal.ContentLine'
427.81 s
[ical] Missing documentation for:
427.81 s
[ical] Module header
427.81 s
[ical] ContentLine (src/ICal/ContentLine.hs:98)
427.81 s
[ical] mkSimpleContentLine (src/ICal/ContentLine.hs:116)
427.81 s
[ical] ContentLineName (src/ICal/ContentLine.hs:142)
427.81 s
[ical] ContentLineValue (src/ICal/ContentLine.hs:122)
427.81 s
[ical] emptyContentLineValue (src/ICal/ContentLine.hs:140)
427.81 s
[ical] mkSimpleContentLineValue (src/ICal/ContentLine.hs:133)
427.81 s
[ical] parseContentLineFromUnfoldedLine (src/ICal/ContentLine.hs:223)
427.81 s
[ical] renderContentLineToUnfoldedLine (src/ICal/ContentLine.hs:226)
427.81 s
[ical] ParamName (src/ICal/ContentLine.hs:162)
427.81 s
[ical] ParamValue (src/ICal/ContentLine.hs:185)
427.81 s
[ical] paramValueCI (src/ICal/ContentLine.hs:207)
427.82 s
[ical] ciToParamValue (src/ICal/ContentLine.hs:212)
427.89 s
[ical] haveToQuoteText (src/ICal/ContentLine.hs:466)
427.89 s
[ical] P (src/ICal/ContentLine.hs:229)
427.89 s
[ical] contentLineP (src/ICal/ContentLine.hs:232)
427.89 s
[ical] contentLineNameP (src/ICal/ContentLine.hs:241)
427.89 s
[ical] contentLineValueP (src/ICal/ContentLine.hs:244)
427.89 s
[ical] paramNameP (src/ICal/ContentLine.hs:284)
427.89 s
[ical] paramValueP (src/ICal/ContentLine.hs:288)
427.89 s
[ical] contentLineB (src/ICal/ContentLine.hs:351)
427.89 s
[ical] contentLineNameB (src/ICal/ContentLine.hs:369)
427.89 s
[ical] renderContentLineName (src/ICal/ContentLine.hs:366)
427.89 s
[ical] contentLineValueB (src/ICal/ContentLine.hs:358)
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
427.89 s
[cursor-dirforest-brick] Private executables installed in:
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
427.89 s
[cursor-dirforest-brick] Data files installed in:
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
427.89 s
[cursor-dirforest-brick] Documentation installed in:
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
427.89 s
[cursor-dirforest-brick] Configuration files installed in:
427.89 s
[cursor-dirforest-brick] /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0/etc
427.89 s
[cursor-dirforest-brick] No alex found
427.89 s
[cursor-dirforest-brick] Using ar found on system at:
427.89 s
[cursor-dirforest-brick] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
427.89 s
[cursor-dirforest-brick] No c2hs found
427.89 s
[cursor-dirforest-brick] No cpphs found
427.89 s
[cursor-dirforest-brick] No doctest found
427.89 s
[cursor-dirforest-brick] Using gcc version 14.3.0 given by user at:
427.96 s
[cursor-dirforest-brick] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
427.96 s
[cursor-dirforest-brick] Using ghc version 9.10.3 found on system at:
427.96 s
[cursor-dirforest-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
427.96 s
[cursor-dirforest-brick] Using ghc-pkg version 9.10.3 found on system at:
427.96 s
[cursor-dirforest-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
427.96 s
[cursor-dirforest-brick] No ghcjs found
427.96 s
[cursor-dirforest-brick] No ghcjs-pkg found
427.96 s
[cursor-dirforest-brick] No greencard found
427.96 s
[cursor-dirforest-brick] Using haddock version 2.31.1 found on system at:
427.96 s
[cursor-dirforest-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
427.96 s
[cursor-dirforest-brick] No happy found
427.96 s
[cursor-dirforest-brick] Using haskell-suite found on system at: haskell-suite-dummy-location
427.96 s
[cursor-dirforest-brick] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
427.96 s
[cursor-dirforest-brick] No hmake found
427.96 s
[cursor-dirforest-brick] Using hpc version 0.69 found on system at:
427.96 s
[cursor-dirforest-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
427.96 s
[cursor-dirforest-brick] Using hsc2hs version 0.68.10 found on system at:
427.96 s
[cursor-dirforest-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
427.96 s
[cursor-dirforest-brick] Using hscolour version 1.25 found on system at:
427.96 s
[cursor-dirforest-brick] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
427.96 s
[cursor-dirforest-brick] No jhc found
427.96 s
[cursor-dirforest-brick] Using ld found on system at:
427.96 s
[cursor-dirforest-brick] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
428.04 s
[cursor-dirforest-brick] No pkg-config found
428.04 s
[cursor-dirforest-brick] Using runghc version 9.10.3 found on system at:
428.04 s
[cursor-dirforest-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
428.04 s
[cursor-dirforest-brick] Using strip version 2.44 found on system at:
428.04 s
[cursor-dirforest-brick] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
428.04 s
[cursor-dirforest-brick] Using tar found on system at:
428.04 s
[cursor-dirforest-brick] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
428.04 s
[cursor-dirforest-brick] No uhc found
428.04 s
[cursor-dirforest-brick] Phase: buildPhase
428.04 s
[cursor-dirforest-brick] Preprocessing library for cursor-dirforest-brick-0.0.0.0...
428.04 s
[cursor-dirforest-brick] Building library for cursor-dirforest-brick-0.0.0.0...
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 )
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 )
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 )
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 )
428.04 s
[cursor-dirforest-brick] Phase: checkPhase
428.04 s
[cursor-dirforest-brick] Package has no test suites.
428.04 s
[cursor-dirforest-brick] Phase: haddockPhase
428.04 s
[cursor-dirforest-brick] Preprocessing library for cursor-dirforest-brick-0.0.0.0...
428.04 s
[cursor-dirforest-brick] Running Haddock on library for cursor-dirforest-brick-0.0.0.0...
428.04 s
[cursor-dirforest-brick] Warning: The documentation for the following packages are not installed. No
428.04 s
[cursor-dirforest-brick] links will be generated to these packages: path-0.9.6, path-0.9.6,
428.04 s
[cursor-dirforest-brick] vector-0.13.2.0
428.11 s
[cursor-dirforest-brick] [1 of 2] Compiling Cursor.DirForest.Brick ( src/Cursor/DirForest/Brick.hs, nothing )
428.11 s
[cursor-dirforest-brick] [2 of 2] Compiling Paths_cursor_dirforest_brick ( dist/build/autogen/Paths_cursor_dirforest_brick.hs, nothing )
428.11 s
[cursor-dirforest-brick] Haddock coverage:
428.11 s
[cursor-dirforest-brick] 0% ( 0 / 4) in 'Cursor.DirForest.Brick'
428.11 s
[cursor-dirforest-brick] Missing documentation for:
428.11 s
[cursor-dirforest-brick] Module header
428.11 s
[cursor-dirforest-brick] verticalPaddedDirForestCursorWidget (src/Cursor/DirForest/Brick.hs:23)
428.11 s
[cursor-dirforest-brick] verticalDirForestCursorWidget (src/Cursor/DirForest/Brick.hs:32)
428.11 s
[genvalidity-sydtest] Phase: setupCompilerEnvironmentPhase
428.11 s
[genvalidity-sydtest] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
428.11 s
[genvalidity-sydtest] Phase: unpackPhase
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
428.11 s
[genvalidity-sydtest] source root is genvalidity-sydtest-1.0.1.0
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"
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
428.11 s
[genvalidity-sydtest] Phase: patchPhase
428.11 s
[genvalidity-sydtest] Phase: compileBuildDriverPhase
428.11 s
[genvalidity-sydtest] setupCompileFlags: -package-db=/build/tmp.SKJQ7mMAcn/setup-package.conf.d -threaded
428.11 s
[genvalidity-sydtest] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.SKJQ7mMAcn/Main.o )
428.11 s
[genvalidity-sydtest] [2 of 2] Linking Setup
428.11 s
[genvalidity-sydtest] Phase: updateAutotoolsGnuConfigScriptsPhase
428.11 s
[genvalidity-sydtest] Phase: configurePhase
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
428.11 s
[genvalidity-sydtest] Using Parsec parser
428.19 s
[genvalidity-sydtest] Configuring genvalidity-sydtest-1.0.1.0...
428.19 s
[genvalidity-sydtest] Dependency QuickCheck: using QuickCheck-2.15.0.1
428.19 s
[genvalidity-sydtest] Dependency base >=4.7 && <5: using base-4.20.2.0
428.19 s
[genvalidity-sydtest] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
428.19 s
[genvalidity-sydtest] Dependency sydtest: using sydtest-0.23.0.1
428.19 s
[genvalidity-sydtest] Dependency QuickCheck: using QuickCheck-2.15.0.1
428.19 s
[genvalidity-sydtest] Dependency base >=4.7 && <5: using base-4.20.2.0
428.19 s
[genvalidity-sydtest] Dependency genvalidity: using genvalidity-1.1.1.0
428.19 s
[genvalidity-sydtest] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
428.19 s
[genvalidity-sydtest] Dependency sydtest: using sydtest-0.23.0.1
428.19 s
[genvalidity-sydtest] Source component graph:
428.19 s
[genvalidity-sydtest] component lib
428.19 s
[genvalidity-sydtest] component test:genvalidity-sydtest-test dependency lib
428.19 s
[genvalidity-sydtest] Configured component graph:
428.19 s
[genvalidity-sydtest] component genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
428.19 s
[genvalidity-sydtest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
428.19 s
[genvalidity-sydtest] include base-4.20.2.0-fafd
428.19 s
[genvalidity-sydtest] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
428.19 s
[genvalidity-sydtest] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
428.19 s
[genvalidity-sydtest] component genvalidity-sydtest-1.0.1.0-6VW2ecMqqXD4oYf5iWUNyP-genvalidity-sydtest-test
428.19 s
[genvalidity-sydtest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
428.19 s
[genvalidity-sydtest] include base-4.20.2.0-fafd
428.19 s
[genvalidity-sydtest] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
428.19 s
[genvalidity-sydtest] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
428.19 s
[genvalidity-sydtest] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
428.19 s
[genvalidity-sydtest] Linked component graph:
428.19 s
[genvalidity-sydtest] unit genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
428.19 s
[genvalidity-sydtest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
428.19 s
[genvalidity-sydtest] include base-4.20.2.0-fafd
428.19 s
[genvalidity-sydtest] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
428.19 s
[ical] paramNameB (src/ICal/ContentLine.hs:387)
428.19 s
[ical] paramValueB (src/ICal/ContentLine.hs:390)
428.19 s
[ical] validateSafeChar (src/ICal/ContentLine.hs:331)
428.19 s
[ical] validateQSafeChar (src/ICal/ContentLine.hs:310)
428.19 s
[ical] validateNameChar (src/ICal/ContentLine.hs:261)
428.19 s
[ical] validateVendorIdChar (src/ICal/ContentLine.hs:264)
428.19 s
[ical] Warning: 'ContentLineValue' is ambiguous. It is defined
428.19 s
[ical] * at src/ICal/ContentLine.hs:122:25
428.19 s
[ical] * at src/ICal/ContentLine.hs:122:1
428.19 s
[ical] You may be able to disambiguate the identifier by qualifying it or
428.19 s
[ical] by specifying the type/value namespace explicitly.
428.19 s
[ical] Defaulting to the one defined at src/ICal/ContentLine.hs:122:1
428.19 s
[ical] 6% ( 1 / 16) in 'ICal.Parameter.Class'
428.19 s
[ical] Missing documentation for:
428.19 s
[ical] Module header
428.19 s
[ical] ParameterParseError (src/ICal/Parameter/Class.hs:33)
428.19 s
[ical] ParameterParseFixableError (src/ICal/Parameter/Class.hs:82)
428.19 s
[ical] lookupParam (src/ICal/Parameter/Class.hs:125)
428.20 s
[ical] optionalParam (src/ICal/Parameter/Class.hs:137)
428.20 s
[ical] listParam (src/ICal/Parameter/Class.hs:148)
428.20 s
[ical] insertParam (src/ICal/Parameter/Class.hs:154)
428.20 s
[ical] insertMParam (src/ICal/Parameter/Class.hs:161)
428.20 s
[ical] insertParamNE (src/ICal/Parameter/Class.hs:164)
428.20 s
[ical] insertParamList (src/ICal/Parameter/Class.hs:171)
428.20 s
[ical] insertParamWithDefault (src/ICal/Parameter/Class.hs:183)
428.20 s
[ical] anySingleParamP (src/ICal/Parameter/Class.hs:193)
428.20 s
[ical] quotedParamP (src/ICal/Parameter/Class.hs:201)
428.20 s
[ical] quotedParamB (src/ICal/Parameter/Class.hs:206)
428.20 s
[ical] anySingleParamB (src/ICal/Parameter/Class.hs:210)
428.20 s
[ical] 50% ( 1 / 2) in 'ICal.Parameter.ValueDataType'
428.20 s
[ical] Missing documentation for:
428.20 s
[ical] Module header
428.20 s
[ical] Warning: 'ContentLineValue' is ambiguous. It is defined
428.20 s
[ical] * at src/ICal/ContentLine.hs:122:25
428.20 s
[ical] * at src/ICal/ContentLine.hs:122:1
428.20 s
[ical] You may be able to disambiguate the identifier by qualifying it or
428.20 s
[ical] by specifying the type/value namespace explicitly.
428.20 s
[ical] Defaulting to the one defined at src/ICal/ContentLine.hs:122:1
428.20 s
[ical] 32% ( 8 / 25) in 'ICal.PropertyType.Class'
428.20 s
[ical] Missing documentation for:
428.20 s
[ical] Module header
428.20 s
[ical] PropertyTypeParseError (src/ICal/PropertyType/Class.hs:62)
428.20 s
[ical] PropertyTypeFixableError (src/ICal/PropertyType/Class.hs:143)
428.20 s
[ical] typedPropertyTypeP (src/ICal/PropertyType/Class.hs:381)
428.20 s
[ical] propertyTypeListP (src/ICal/PropertyType/Class.hs:333)
428.20 s
[ical] propertyTypeSetP (src/ICal/PropertyType/Class.hs:368)
428.20 s
[ical] parseTimesSetText (src/ICal/PropertyType/Class.hs:471)
428.20 s
[ical] parseTimesListText (src/ICal/PropertyType/Class.hs:463)
428.20 s
[ical] parseTimeStr (src/ICal/PropertyType/Class.hs:458)
428.20 s
[ical] typedPropertyTypeB (src/ICal/PropertyType/Class.hs:399)
428.20 s
[ical] propertyTypeListB (src/ICal/PropertyType/Class.hs:343)
428.20 s
[ical] propertyTypeSetB (src/ICal/PropertyType/Class.hs:374)
428.20 s
[ical] proxyOf (src/ICal/PropertyType/Class.hs:455)
428.20 s
[ical] splitOnCommas (src/ICal/PropertyType/Class.hs:354)
428.20 s
[ical] validateImpreciseLocalTime (src/ICal/PropertyType/Class.hs:444)
428.20 s
[ical] validateImpreciseTimeOfDay (src/ICal/PropertyType/Class.hs:449)
428.20 s
[ical] validateImpreciseUTCTime (src/ICal/PropertyType/Class.hs:441)
428.20 s
[ical] 25% ( 1 / 4) in 'ICal.PropertyType.URI'
428.20 s
[ical] Missing documentation for:
428.20 s
[ical] Module header
428.20 s
[ical] parseURI (src/ICal/PropertyType/URI.hs:114)
428.20 s
[ical] renderURI (src/ICal/PropertyType/URI.hs:117)
428.20 s
[ical] 25% ( 1 / 4) in 'ICal.PropertyType.CalAddress'
428.20 s
[ical] Missing documentation for:
428.20 s
[ical] Module header
428.20 s
[ical] parseCalAddress (src/ICal/PropertyType/CalAddress.hs:73)
428.20 s
[ical] renderCalAddress (src/ICal/PropertyType/CalAddress.hs:76)
428.20 s
[ical] Warning: ICal.Parameter: Could not find documentation for exported module: ICal.Parameter
428.20 s
[ical] 78% ( 25 / 32) in 'ICal.Parameter'
428.20 s
[ical] Missing documentation for:
428.20 s
[ical] Module header
428.20 s
[ical] defaultCalendarUserType (src/ICal/Parameter.hs:219)
428.20 s
[ical] defaultEncoding (src/ICal/Parameter.hs:414)
428.20 s
[ical] defaultFreeBusyTimeType (src/ICal/Parameter.hs:530)
428.20 s
[ical] defaultAlarmTriggerRelationship (src/ICal/Parameter.hs:864)
428.20 s
[ical] defaultRelationshipType (src/ICal/Parameter.hs:938)
428.20 s
[ical] defaultDisplay (src/ICal/Parameter.hs:1294)
428.20 s
[ical] 37% ( 3 / 8) in 'ICal.PropertyType.UTCOffset'
428.20 s
[ical] Missing documentation for:
428.20 s
[ical] Module header
428.20 s
[ical] parseUTCOffset (src/ICal/PropertyType/UTCOffset.hs:93)
428.20 s
[ical] renderUTCOffset (src/ICal/PropertyType/UTCOffset.hs:114)
428.20 s
[cursor-dirforest-brick] dirForestCursorWidget (src/Cursor/DirForest/Brick.hs:48)
428.20 s
[genvalidity-sydtest] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
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
428.20 s
[genvalidity-sydtest] unit genvalidity-sydtest-1.0.1.0-6VW2ecMqqXD4oYf5iWUNyP-genvalidity-sydtest-test
428.20 s
[genvalidity-sydtest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
428.20 s
[genvalidity-sydtest] include base-4.20.2.0-fafd
428.20 s
[genvalidity-sydtest] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
428.20 s
[genvalidity-sydtest] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
428.20 s
[ical] utcOffsetTimeZone (src/ICal/PropertyType/UTCOffset.hs:134)
428.20 s
[ical] utcOffsetAbsBound (src/ICal/PropertyType/UTCOffset.hs:81)
428.20 s
[ical] 33% ( 2 / 6) in 'ICal.PropertyType.Time'
428.20 s
[ical] Missing documentation for:
428.20 s
[ical] Module header
428.20 s
[ical] timeP (src/ICal/PropertyType/Time.hs:201)
428.20 s
[ical] timeB (src/ICal/PropertyType/Time.hs:213)
428.20 s
[ical] timeOfDayShowsPrec (src/ICal/PropertyType/Time.hs:188)
428.20 s
[ical] 50% ( 1 / 2) in 'ICal.PropertyType.FloatingPoint'
428.20 s
[ical] Missing documentation for:
428.20 s
[ical] Module header
428.20 s
[ical] 6% ( 1 / 15) in 'ICal.PropertyType.Duration'
428.20 s
[ical] Missing documentation for:
428.20 s
[ical] Module header
428.20 s
[ical] durationNominalDiffTime (src/ICal/PropertyType/Duration.hs:159)
428.20 s
[ical] nominalDiffTimeDuration (src/ICal/PropertyType/Duration.hs:125)
428.20 s
[ical] durationOneDay (src/ICal/PropertyType/Duration.hs:114)
428.20 s
[ical] parseDuration (src/ICal/PropertyType/Duration.hs:298)
428.20 s
[ical] renderDuration (src/ICal/PropertyType/Duration.hs:255)
428.20 s
[ical] Sign (src/ICal/PropertyType/Duration.hs:225)
428.20 s
[ical] durationSign (src/ICal/PropertyType/Duration.hs:233)
428.20 s
[ical] DurTime (src/ICal/PropertyType/Duration.hs:186)
428.20 s
[ical] durTimeNominalDiffTime (src/ICal/PropertyType/Duration.hs:199)
428.20 s
[ical] DurDate (src/ICal/PropertyType/Duration.hs:164)
428.20 s
[ical] durDateNominalDiffTime (src/ICal/PropertyType/Duration.hs:178)
428.20 s
[ical] DurWeek (src/ICal/PropertyType/Duration.hs:206)
428.20 s
[ical] durWeekNominalDiffTime (src/ICal/PropertyType/Duration.hs:217)
428.20 s
[ical] 25% ( 3 / 12) in 'ICal.PropertyType.Date'
428.20 s
[ical] Missing documentation for:
428.20 s
[ical] Module header
428.20 s
[ical] parseDate (src/ICal/PropertyType/Date.hs:124)
428.20 s
[ical] renderDate (src/ICal/PropertyType/Date.hs:127)
428.20 s
[ical] dateB (src/ICal/PropertyType/Date.hs:121)
428.20 s
[ical] dateP (src/ICal/PropertyType/Date.hs:118)
428.20 s
[ical] dateAddDays (src/ICal/PropertyType/Date.hs:115)
428.20 s
[ical] diffDates (src/ICal/PropertyType/Date.hs:112)
428.20 s
[ical] dayShowsPrec (src/ICal/PropertyType/Date.hs:87)
428.20 s
[ical] dateFormatStr (src/ICal/PropertyType/Date.hs:130)
428.20 s
[ical] 15% ( 3 / 19) in 'ICal.PropertyType.DateTime'
428.20 s
[ical] Missing documentation for:
428.20 s
[ical] Module header
428.20 s
[ical] parseDateTimeFloating (src/ICal/PropertyType/DateTime.hs:300)
428.20 s
[ical] parseDateTimeUTC (src/ICal/PropertyType/DateTime.hs:309)
428.20 s
[ical] renderDateTimeUTC (src/ICal/PropertyType/DateTime.hs:312)
428.20 s
[ical] renderDateTimeFloating (src/ICal/PropertyType/DateTime.hs:303)
428.20 s
[ical] dateTimeP (src/ICal/PropertyType/DateTime.hs:263)
428.20 s
[ical] dateTimeB (src/ICal/PropertyType/DateTime.hs:281)
428.20 s
[ical] dateTimeUTCB (src/ICal/PropertyType/DateTime.hs:290)
428.20 s
[ical] dateTimeUTCP (src/ICal/PropertyType/DateTime.hs:278)
428.20 s
[ical] dateTimeFloatingB (src/ICal/PropertyType/DateTime.hs:287)
428.20 s
[ical] dateTimeFloatingP (src/ICal/PropertyType/DateTime.hs:275)
428.20 s
[ical] dateTimeFloatingFormatStr (src/ICal/PropertyType/DateTime.hs:306)
428.20 s
[ical] dateTimeZonedFormatStr (src/ICal/PropertyType/DateTime.hs:318)
428.20 s
[ical] dateTimeUTCFormatStr (src/ICal/PropertyType/DateTime.hs:315)
428.20 s
[ical] utcTimeShowsPrec (src/ICal/PropertyType/DateTime.hs:228)
428.20 s
[ical] localTimeShowsPrec (src/ICal/PropertyType/DateTime.hs:220)
428.20 s
[ical] Warning: 'recur' is out of scope.
428.20 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.20 s
[ical] Warning: 'BySetPos' is ambiguous. It is defined
428.20 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1241:20
428.20 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1241:1
428.20 s
[ical] You may be able to disambiguate the identifier by qualifying it or
428.20 s
[ical] by specifying the type/value namespace explicitly.
428.20 s
[ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:1241:1
428.20 s
[ical] Warning: 'ByMonth' is ambiguous. It is defined
428.20 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1203:19
428.20 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1203:1
428.20 s
[ical] You may be able to disambiguate the identifier by qualifying it or
428.20 s
[ical] by specifying the type/value namespace explicitly.
428.20 s
[ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:1203:1
428.20 s
[ical] Warning: 'ByWeekNo' is ambiguous. It is defined
428.20 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1171:20
428.20 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1171:1
428.20 s
[ical] You may be able to disambiguate the identifier by qualifying it or
428.20 s
[ical] by specifying the type/value namespace explicitly.
428.20 s
[ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:1171:1
428.20 s
[genvalidity-sydtest] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
428.20 s
[genvalidity-sydtest] Ready component graph:
428.20 s
[genvalidity-sydtest] definite genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
428.20 s
[genvalidity-sydtest] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
428.20 s
[genvalidity-sydtest] depends base-4.20.2.0-fafd
428.20 s
[genvalidity-sydtest] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
428.20 s
[genvalidity-sydtest] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
428.20 s
[genvalidity-sydtest] definite genvalidity-sydtest-1.0.1.0-6VW2ecMqqXD4oYf5iWUNyP-genvalidity-sydtest-test
428.20 s
[genvalidity-sydtest] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
428.20 s
[genvalidity-sydtest] depends base-4.20.2.0-fafd
428.20 s
[genvalidity-sydtest] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
428.20 s
[genvalidity-sydtest] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
428.20 s
[genvalidity-sydtest] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
428.20 s
[genvalidity-sydtest] Using Cabal-3.12.1.0 compiled by ghc-9.10
428.20 s
[genvalidity-sydtest] Using compiler: ghc-9.10.3
428.20 s
[genvalidity-sydtest] Using install prefix:
428.20 s
[genvalidity-sydtest] /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0
428.20 s
[genvalidity-sydtest] Executables installed in:
428.20 s
[genvalidity-sydtest] /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0/bin
428.20 s
[genvalidity-sydtest] Libraries installed in:
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
428.20 s
[genvalidity-sydtest] Dynamic Libraries installed in:
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
428.20 s
[genvalidity-sydtest] Private executables installed in:
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
428.21 s
[genvalidity-sydtest] Data files installed in:
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
428.21 s
[genvalidity-sydtest] Documentation installed in:
428.21 s
[genvalidity-sydtest] /nix/store/lg89wdygdj1m6d4sylv1cjh7pvf74fjx-genvalidity-sydtest-1.0.1.0-doc/share/doc/genvalidity-sydtest-1.0.1.0
428.21 s
[genvalidity-sydtest] Configuration files installed in:
428.21 s
[genvalidity-sydtest] /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0/etc
428.21 s
[genvalidity-sydtest] No alex found
428.21 s
[genvalidity-sydtest] Using ar found on system at:
428.21 s
[genvalidity-sydtest] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
428.21 s
[genvalidity-sydtest] No c2hs found
428.21 s
[genvalidity-sydtest] No cpphs found
428.21 s
[genvalidity-sydtest] No doctest found
428.21 s
[genvalidity-sydtest] Using gcc version 14.3.0 given by user at:
428.21 s
[genvalidity-sydtest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
428.21 s
[genvalidity-sydtest] Using ghc version 9.10.3 found on system at:
428.21 s
[genvalidity-sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
428.21 s
[genvalidity-sydtest] Using ghc-pkg version 9.10.3 found on system at:
428.21 s
[genvalidity-sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
428.21 s
[genvalidity-sydtest] No ghcjs found
428.21 s
[genvalidity-sydtest] No ghcjs-pkg found
428.21 s
[genvalidity-sydtest] No greencard found
428.21 s
[genvalidity-sydtest] Using haddock version 2.31.1 found on system at:
428.21 s
[genvalidity-sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
428.21 s
[genvalidity-sydtest] No happy found
428.21 s
[genvalidity-sydtest] Using haskell-suite found on system at: haskell-suite-dummy-location
428.21 s
[genvalidity-sydtest] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
428.21 s
[genvalidity-sydtest] No hmake found
428.21 s
[genvalidity-sydtest] Using hpc version 0.69 found on system at:
428.21 s
[genvalidity-sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
428.21 s
[genvalidity-sydtest] Using hsc2hs version 0.68.10 found on system at:
428.21 s
[genvalidity-sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
428.21 s
[genvalidity-sydtest] Using hscolour version 1.25 found on system at:
428.21 s
[genvalidity-sydtest] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
428.21 s
[genvalidity-sydtest] No jhc found
428.21 s
[genvalidity-sydtest] Using ld found on system at:
428.21 s
[genvalidity-sydtest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
428.21 s
[genvalidity-sydtest] No pkg-config found
428.21 s
[genvalidity-sydtest] Using runghc version 9.10.3 found on system at:
428.21 s
[genvalidity-sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
428.21 s
[genvalidity-sydtest] Using strip version 2.44 found on system at:
428.21 s
[genvalidity-sydtest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
428.21 s
[genvalidity-sydtest] Using tar found on system at:
428.21 s
[genvalidity-sydtest] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
428.21 s
[genvalidity-sydtest] No uhc found
428.21 s
[genvalidity-sydtest] Phase: buildPhase
428.21 s
[genvalidity-sydtest] Preprocessing library for genvalidity-sydtest-1.0.1.0...
428.21 s
[genvalidity-sydtest] Building library for genvalidity-sydtest-1.0.1.0...
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 )
428.21 s
[ical] Warning: 'ByYearDay' is ambiguous. It is defined
428.21 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1130:21
428.21 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1130:1
428.21 s
[ical] You may be able to disambiguate the identifier by qualifying it or
428.21 s
[ical] by specifying the type/value namespace explicitly.
428.21 s
[ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:1130:1
428.21 s
[ical] Warning: 'ByMonthDay' is ambiguous. It is defined
428.21 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1098:22
428.21 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1098:1
428.21 s
[ical] You may be able to disambiguate the identifier by qualifying it or
428.21 s
[ical] by specifying the type/value namespace explicitly.
428.21 s
[ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:1098:1
428.21 s
[ical] Warning: 'ByHour' is ambiguous. It is defined
428.21 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:975:18
428.21 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:975:1
428.21 s
[ical] You may be able to disambiguate the identifier by qualifying it or
428.21 s
[ical] by specifying the type/value namespace explicitly.
428.21 s
[ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:975:1
428.21 s
[ical] Warning: 'ByMinute' is ambiguous. It is defined
428.21 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:945:20
428.21 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:945:1
428.21 s
[ical] You may be able to disambiguate the identifier by qualifying it or
428.21 s
[ical] by specifying the type/value namespace explicitly.
428.21 s
[ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:945:1
428.21 s
[ical] Warning: 'BySecond' is ambiguous. It is defined
428.21 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:915:20
428.21 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:915:1
428.21 s
[ical] You may be able to disambiguate the identifier by qualifying it or
428.21 s
[ical] by specifying the type/value namespace explicitly.
428.21 s
[ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:915:1
428.21 s
[ical] Warning: 'UntilCount' is out of scope.
428.21 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.21 s
[ical] Warning: 'Interval' is ambiguous. It is defined
428.21 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:764:20
428.21 s
[ical] * at src/ICal/PropertyType/RecurrenceRule.hs:764:1
428.21 s
[ical] You may be able to disambiguate the identifier by qualifying it or
428.21 s
[ical] by specifying the type/value namespace explicitly.
428.21 s
[ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:764:1
428.21 s
[ical] 56% ( 14 / 25) in 'ICal.PropertyType.RecurrenceRule'
428.21 s
[ical] Missing documentation for:
428.21 s
[ical] Module header
428.21 s
[ical] makeRecurrenceRule (src/ICal/PropertyType/RecurrenceRule.hs:1350)
428.21 s
[ical] parseRecurrenceRule (src/ICal/PropertyType/RecurrenceRule.hs:581)
428.21 s
[ical] renderRecurrenceRule (src/ICal/PropertyType/RecurrenceRule.hs:640)
428.21 s
[ical] recurrenceRuleP (src/ICal/PropertyType/RecurrenceRule.hs:576)
428.21 s
[ical] recurrenceRuleB (src/ICal/PropertyType/RecurrenceRule.hs:637)
428.21 s
[ical] Count (src/ICal/PropertyType/RecurrenceRule.hs:885)
428.21 s
[ical] Month (src/ICal/PropertyType/RecurrenceRule.hs:1298)
428.21 s
[ical] monthToMonthNo (src/ICal/PropertyType/RecurrenceRule.hs:1319)
428.21 s
[ical] monthNoToMonth (src/ICal/PropertyType/RecurrenceRule.hs:1334)
428.21 s
[ical] IsRecurrenceRulePart (src/ICal/PropertyType/RecurrenceRule.hs:671)
428.21 s
[ical] Warning: 'Z' is out of scope.
428.21 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.21 s
[ical] 50% ( 1 / 2) in 'ICal.PropertyType.Period'
428.21 s
[ical] Missing documentation for:
428.21 s
[ical] Module header
428.21 s
[ical] 0% ( 0 / 5) in 'ICal.PropertyType.DateTimes'
428.21 s
[ical] Missing documentation for:
428.21 s
[ical] Module header
428.21 s
[ical] DateTimes (src/ICal/PropertyType/DateTimes.hs:38)
428.21 s
[ical] dateTimesB (src/ICal/PropertyType/DateTimes.hs:102)
428.21 s
[ical] dateTimesP (src/ICal/PropertyType/DateTimes.hs:89)
428.21 s
[ical] toSet (src/ICal/PropertyType/DateTimes.hs:105)
428.21 s
[ical] 25% ( 1 / 4) in 'ICal.PropertyType.Binary'
428.21 s
[ical] Missing documentation for:
428.21 s
[ical] Module header
428.21 s
[ical] parseBinary (src/ICal/PropertyType/Binary.hs:117)
428.21 s
[ical] renderBinary (src/ICal/PropertyType/Binary.hs:120)
428.21 s
[ical] 92% ( 13 / 14) in 'ICal.PropertyType'
428.21 s
[ical] Missing documentation for:
428.21 s
[ical] Module header
428.21 s
[ical] Warning: 'LocalTime' is out of scope.
428.21 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.21 s
[ical] Warning: 'ContentLineValue' is ambiguous. It is defined
428.21 s
[ical] * at src/ICal/ContentLine.hs:122:25
428.21 s
[ical] * at src/ICal/ContentLine.hs:122:1
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
428.21 s
[ical] You may be able to disambiguate the identifier by qualifying it or
428.21 s
[ical] by specifying the type/value namespace explicitly.
428.21 s
[ical] Defaulting to the one defined at src/ICal/ContentLine.hs:122:1
428.21 s
[ical] 55% ( 52 / 94) in 'ICal.Property'
428.21 s
[ical] Missing documentation for:
428.21 s
[ical] Module header
428.21 s
[ical] PropertyParseError (src/ICal/Property.hs:44)
428.21 s
[ical] PropertyFixableError (src/ICal/Property.hs:83)
428.21 s
[ical] propertyContentLineP (src/ICal/Property.hs:130)
428.21 s
[ical] propertyContentLineB (src/ICal/Property.hs:137)
428.21 s
[ical] viaPropertyTypeP (src/ICal/Property.hs:144)
428.21 s
[ical] wrapPropertyTypeP (src/ICal/Property.hs:152)
428.22 s
[ical] viaPropertyTypeListP (src/ICal/Property.hs:159)
428.22 s
[ical] propertyParamP (src/ICal/Property.hs:171)
428.22 s
[ical] propertyParamWithDefaultP (src/ICal/Property.hs:185)
428.22 s
[ical] propertyParamListP (src/ICal/Property.hs:195)
428.22 s
[ical] makeCategories (src/ICal/Property.hs:646)
428.22 s
[ical] parseClassification (src/ICal/Property.hs:719)
428.22 s
[ical] renderClassification (src/ICal/Property.hs:726)
428.22 s
[ical] makeComment (src/ICal/Property.hs:814)
428.22 s
[ical] makeDescription (src/ICal/Property.hs:923)
428.22 s
[ical] parseGeographicPosition (src/ICal/Property.hs:1038)
428.22 s
[ical] renderGeographicPosition (src/ICal/Property.hs:1046)
428.22 s
[ical] makeLocation (src/ICal/Property.hs:1134)
428.22 s
[ical] defaultPriority (src/ICal/Property.hs:1289)
428.22 s
[ical] makeResources (src/ICal/Property.hs:1368)
428.22 s
[ical] parseStatus (src/ICal/Property.hs:1465)
428.22 s
[ical] renderStatus (src/ICal/Property.hs:1476)
428.22 s
[ical] makeSummary (src/ICal/Property.hs:1561)
428.22 s
[ical] makeFreeBusyIntervals (src/ICal/Property.hs:2015)
428.22 s
[ical] parseTransparency (src/ICal/Property.hs:2086)
428.22 s
[ical] renderTransparency (src/ICal/Property.hs:2092)
428.22 s
[ical] tzidParam (src/ICal/Property.hs:2144)
428.22 s
[ical] makeTimeZoneName (src/ICal/Property.hs:2216)
428.22 s
[ical] makeAttendee (src/ICal/Property.hs:2565)
428.22 s
[ical] makeContact (src/ICal/Property.hs:2677)
428.22 s
[ical] makeOrganizer (src/ICal/Property.hs:2792)
428.22 s
[ical] validateMRecurrenceIdentifierMDateTimeStart (src/ICal/Property.hs:2938)
428.22 s
[ical] validateRecurrenceIdentifierDateTimeStart (src/ICal/Property.hs:2952)
428.22 s
[ical] makeRelatedTo (src/ICal/Property.hs:3049)
428.22 s
[ical] parseAction (src/ICal/Property.hs:3633)
428.22 s
[ical] renderAction (src/ICal/Property.hs:3640)
428.22 s
[ical] defaultSequenceNumber (src/ICal/Property.hs:4108)
428.22 s
[ical] makeRequestStatus (src/ICal/Property.hs:4251)
428.22 s
[ical] splitOnSemicolons (src/ICal/Property.hs:4257)
428.22 s
[ical] makeURIImage (src/ICal/Property.hs:4388)
428.22 s
[ical] makeBinaryImage (src/ICal/Property.hs:4396)
428.22 s
[ical] 13% ( 5 / 38) in 'ICal.Component.Class'
428.22 s
[ical] Missing documentation for:
428.22 s
[ical] Module header
428.22 s
[ical] ComponentName (src/ICal/Component/Class.hs:83)
428.22 s
[ical] Component (src/ICal/Component/Class.hs:85)
428.22 s
[ical] CP (src/ICal/Component/Class.hs:329)
428.22 s
[ical] CalendarParseError (src/ICal/Component/Class.hs:217)
428.22 s
[ical] ComponentParseError (src/ICal/Component/Class.hs:246)
428.22 s
[ical] AlarmParseError (src/ICal/Component/Class.hs:266)
428.22 s
[ical] TimeZoneParseError (src/ICal/Component/Class.hs:275)
428.22 s
[ical] CalendarParseFixableError (src/ICal/Component/Class.hs:289)
428.22 s
[ical] CalendarParseWarning (src/ICal/Component/Class.hs:311)
428.22 s
[ical] parseGeneralComponent (src/ICal/Component/Class.hs:147)
428.22 s
[ical] parseGeneralComponents (src/ICal/Component/Class.hs:124)
428.22 s
[ical] renderGeneralComponent (src/ICal/Component/Class.hs:104)
428.22 s
[ical] renderGeneralComponents (src/ICal/Component/Class.hs:96)
428.22 s
[ical] parseComponentFromContentLines (src/ICal/Component/Class.hs:326)
428.22 s
[ical] namedComponentP (src/ICal/Component/Class.hs:367)
428.22 s
[ical] namedComponentB (src/ICal/Component/Class.hs:378)
428.22 s
[ical] namedComponentMapB (src/ICal/Component/Class.hs:388)
428.22 s
[ical] requiredPropertyP (src/ICal/Component/Class.hs:393)
428.22 s
[ical] optionalPropertyP (src/ICal/Component/Class.hs:429)
428.22 s
[ical] optionalPropertyWithDefaultP (src/ICal/Component/Class.hs:454)
428.22 s
[ical] listOfPropertiesP (src/ICal/Component/Class.hs:467)
428.22 s
[ical] setOfPropertiesP (src/ICal/Component/Class.hs:484)
428.22 s
[ical] subComponentsP (src/ICal/Component/Class.hs:491)
428.22 s
[ical] requiredPropertyB (src/ICal/Component/Class.hs:405)
428.22 s
[ical] optionalPropertyB (src/ICal/Component/Class.hs:410)
428.22 s
[ical] optionalPropertyWithDefaultB (src/ICal/Component/Class.hs:417)
428.22 s
[ical] listOfPropertiesB (src/ICal/Component/Class.hs:460)
428.22 s
[ical] setOfPropertiesB (src/ICal/Component/Class.hs:477)
428.22 s
[ical] subComponentsB (src/ICal/Component/Class.hs:501)
428.22 s
[ical] fixUntil (src/ICal/Component/Class.hs:594)
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
428.22 s
[ical] validateMDateTimeStartRRule (src/ICal/Component/Class.hs:504)
428.22 s
[ical] validateDateTimeStartRRule (src/ICal/Component/Class.hs:519)
428.22 s
[ical] Warning: 'due' is out of scope.
428.22 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.22 s
[ical] Warning: 'duration' is out of scope.
428.22 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.22 s
[ical] Warning: 'todoprop' is out of scope.
428.22 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.22 s
[ical] Warning: 'dtstart' is out of scope.
428.22 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.22 s
[ical] 33% ( 1 / 3) in 'ICal.Component.Todo'
428.22 s
[ical] Missing documentation for:
428.22 s
[ical] Module header
428.22 s
[ical] makeTodo (src/ICal/Component/Todo.hs:319)
428.22 s
[ical] Warning: 'tzid' is out of scope.
428.22 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.22 s
[ical] Warning: 'tzurl' is out of scope.
428.22 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.22 s
[ical] Warning: 'standardc' is out of scope.
428.22 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.22 s
[ical] Warning: 'daylightc' is out of scope.
428.22 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.22 s
[ical] 12% ( 1 / 8) in 'ICal.Component.TimeZone'
428.22 s
[ical] Missing documentation for:
428.22 s
[ical] Module header
428.22 s
[ical] makeTimeZone (src/ICal/Component/TimeZone.hs:503)
428.22 s
[ical] TimeZoneObservance (src/ICal/Component/TimeZone.hs:546)
428.22 s
[ical] Daylight (src/ICal/Component/TimeZone.hs:567)
428.22 s
[ical] Standard (src/ICal/Component/TimeZone.hs:555)
428.22 s
[ical] Observance (src/ICal/Component/TimeZone.hs:579)
428.22 s
[ical] makeObservance (src/ICal/Component/TimeZone.hs:625)
428.22 s
[ical] 33% ( 1 / 3) in 'ICal.Component.Journal'
428.22 s
[ical] Missing documentation for:
428.22 s
[ical] Module header
428.22 s
[ical] makeJournal (src/ICal/Component/Journal.hs:266)
428.22 s
[ical] 33% ( 1 / 3) in 'ICal.Component.FreeBusy'
428.22 s
[ical] Missing documentation for:
428.22 s
[ical] Module header
428.22 s
[ical] makeFreeBusy (src/ICal/Component/FreeBusy.hs:266)
428.22 s
[ical] Warning: 'action' is out of scope.
428.22 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.22 s
[ical] Warning: 'trigger' is out of scope.
428.22 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.22 s
[ical] Warning: 'duration' is out of scope.
428.22 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.22 s
[ical] 20% ( 1 / 5) in 'ICal.Component.Alarm'
428.22 s
[ical] Missing documentation for:
428.22 s
[ical] Module header
428.22 s
[ical] makeAudioAlarm (src/ICal/Component/Alarm.hs:470)
428.22 s
[ical] makeDisplayAlarm (src/ICal/Component/Alarm.hs:501)
428.22 s
[ical] makeEmailAlarm (src/ICal/Component/Alarm.hs:538)
428.22 s
[ical] Warning: 'dtend' is out of scope.
428.22 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.22 s
[ical] Warning: 'duration' is out of scope.
428.22 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.22 s
[ical] Warning: 'eventprop' is out of scope.
428.22 s
[ical] If you qualify the identifier, haddock can try to link it anyway.
428.22 s
[ical] 33% ( 1 / 3) in 'ICal.Component.Event'
428.22 s
[ical] Missing documentation for:
428.22 s
[ical] Module header
428.22 s
[ical] makeEvent (src/ICal/Component/Event.hs:405)
428.22 s
[ical] Warning: 'Calendar' is ambiguous. It is defined
428.22 s
[ical] * at src/ICal/Component.hs:142:17
428.22 s
[ical] * at src/ICal/Component.hs:142:1
428.22 s
[ical] You may be able to disambiguate the identifier by qualifying it or
428.22 s
[ical] by specifying the type/value namespace explicitly.
428.22 s
[ical] Defaulting to the one defined at src/ICal/Component.hs:142:1
428.22 s
[ical] Warning: 'Component' is ambiguous. It is defined
428.22 s
[ical] * at src/ICal/Component/Class.hs:85:18
428.22 s
[ical] * at src/ICal/Component/Class.hs:85:1
428.22 s
[ical] You may be able to disambiguate the identifier by qualifying it or
428.22 s
[ical] by specifying the type/value namespace explicitly.
428.22 s
[ical] Defaulting to the one defined at src/ICal/Component/Class.hs:85:1
428.22 s
[ical] Warning: ICal.Component: Could not find documentation for exported module: ICal.Component
428.22 s
[ical] 53% ( 8 / 15) in 'ICal.Component'
428.22 s
[ical] Missing documentation for:
428.22 s
[ical] Module header
428.22 s
[ical] parseICalendarFromContentLines (src/ICal/Component.hs:51)
428.22 s
[ical] parseVCalendarFromContentLines (src/ICal/Component.hs:61)
428.22 s
[ical] iCalendarB (src/ICal/Component.hs:65)
428.22 s
[ical] makeCalendar (src/ICal/Component.hs:289)
428.22 s
[ical] calendarTimeZoneMap (src/ICal/Component.hs:308)
428.22 s
[ical] makeTimeZoneMap (src/ICal/Component.hs:311)
428.22 s
[ical] Warning: ICal: Could not find documentation for exported module: ICal
428.22 s
[ical] 93% ( 45 / 48) in 'ICal'
428.22 s
[ical] Missing documentation for:
428.22 s
[ical] Module header
428.22 s
[ical] ICalendar (src/ICal.hs:83)
428.22 s
[ical] ICalendar (src/ICal.hs:83)
428.22 s
[ical] Warning: ICal.UnfoldedLine: could not find link destinations for:
428.22 s
[ical] - ICal.UnfoldedLine.Rep_UnfoldedLine
428.22 s
[ical] Warning: ICal.ContentLine: could not find link destinations for:
428.22 s
[ical] - ICal.ContentLine.Rep_ContentLine
428.22 s
[ical] - ICal.ContentLine.Rep_ContentLineValue
428.22 s
[ical] - ICal.ContentLine.Rep_ParamValue
428.22 s
[ical] - ICal.ContentLine.Rep_ParamName
428.22 s
[ical] - ICal.ContentLine.Rep_ContentLineName
428.22 s
[ical] Warning: ICal.Parameter.ValueDataType: could not find link destinations for:
428.22 s
[ical] - ICal.Parameter.ValueDataType.Rep_ValueDataType
428.22 s
[ical] Warning: ICal.PropertyType.URI: could not find link destinations for:
428.22 s
[ical] - ICal.PropertyType.URI.Rep_URI
428.22 s
[ical] Warning: ICal.PropertyType.CalAddress: could not find link destinations for:
428.22 s
[ical] - ICal.PropertyType.CalAddress.Rep_CalAddress
428.22 s
[ical] Warning: ICal.Parameter: could not find link destinations for:
428.22 s
[ical] - ICal.Parameter.Rep_Display
428.22 s
[ical] - ICal.Parameter.Rep_TimeZoneIdentifierParam
428.22 s
[ical] - ICal.Parameter.Rep_SentBy
428.23 s
[ical] - ICal.Parameter.Rep_RSVPExpectation
428.23 s
[ical] - ICal.Parameter.Rep_ParticipationRole
428.23 s
[ical] - ICal.Parameter.Rep_RelationshipType
428.23 s
[ical] - ICal.Parameter.Rep_AlarmTriggerRelationship
428.23 s
[ical] - ICal.Parameter.Rep_RecurrenceIdentifierRange
428.23 s
[ical] - ICal.Parameter.Rep_ParticipationStatus
428.23 s
[ical] - ICal.Parameter.Rep_Membership
428.23 s
[ical] - ICal.Parameter.Rep_Language
428.23 s
[ical] - ICal.Parameter.Rep_FreeBusyTimeType
428.23 s
[ical] - ICal.Parameter.Rep_FormatType
428.23 s
[ical] - ICal.Parameter.Rep_Encoding
428.23 s
[ical] - ICal.Parameter.Rep_DirectoryEntryReference
428.23 s
[ical] - ICal.Parameter.Rep_Delegatee
428.23 s
[ical] - ICal.Parameter.Rep_Delegator
428.23 s
[ical] - ICal.Parameter.Rep_CalendarUserType
428.23 s
[ical] - ICal.Parameter.Rep_CommonName
428.23 s
[ical] - ICal.Parameter.Rep_AlternateTextRepresentation
428.23 s
[ical] Warning: ICal.PropertyType.UTCOffset: could not find link destinations for:
428.23 s
[ical] - ICal.PropertyType.UTCOffset.Rep_UTCOffset
428.23 s
[ical] Warning: ICal.PropertyType.Time: could not find link destinations for:
428.23 s
[ical] - ICal.PropertyType.Time.Rep_Time
428.23 s
[ical] Warning: ICal.PropertyType.FloatingPoint: could not find link destinations for:
428.23 s
[ical] - ICal.PropertyType.FloatingPoint.Rep_FloatingPoint
428.23 s
[ical] Warning: ICal.PropertyType.Duration: could not find link destinations for:
428.23 s
[ical] - ICal.PropertyType.Duration.Rep_Duration
428.23 s
[ical] - ICal.PropertyType.Duration.Rep_DurDate
428.23 s
[ical] - ICal.PropertyType.Duration.Rep_DurTime
428.23 s
[ical] - ICal.PropertyType.Duration.Rep_DurWeek
428.23 s
[ical] - ICal.PropertyType.Duration.Rep_Sign
428.23 s
[ical] Warning: ICal.PropertyType.Date: could not find link destinations for:
428.23 s
[ical] - ICal.PropertyType.Date.Rep_Date
428.23 s
[ical] Warning: ICal.PropertyType.DateTime: could not find link destinations for:
428.23 s
[ical] - ICal.PropertyType.DateTime.Rep_DateTime
428.23 s
[ical] Warning: ICal.PropertyType.RecurrenceRule: could not find link destinations for:
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_RecurrenceRule
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_ByMonth
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_Month
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_WeekStart
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_BySetPos
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_ByWeekNo
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_ByYearDay
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_ByMonthDay
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_ByDay
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_ByHour
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_ByMinute
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_BySecond
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_Count
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_Until
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_Interval
428.23 s
[ical] - ICal.PropertyType.RecurrenceRule.Rep_Frequency
428.23 s
[ical] Warning: ICal.PropertyType.Period: could not find link destinations for:
428.23 s
[ical] - ICal.PropertyType.Period.Rep_Period
428.23 s
[ical] Warning: ICal.PropertyType.DateTimes: could not find link destinations for:
428.23 s
[ical] - ICal.PropertyType.DateTimes.Rep_DateTimes
428.23 s
[ical] Warning: ICal.PropertyType.Binary: could not find link destinations for:
428.23 s
[ical] - ICal.PropertyType.Binary.Rep_Binary
428.23 s
[ical] Warning: ICal.Property: could not find link destinations for:
428.23 s
[ical] - ICal.Property.Rep_Image
428.23 s
[ical] - ICal.Property.Rep_RequestStatus
428.23 s
[ical] - ICal.Property.Rep_SequenceNumber
428.23 s
[ical] - ICal.Property.Rep_LastModified
428.23 s
[ical] - ICal.Property.Rep_DateTimeStamp
428.23 s
[ical] - ICal.Property.Rep_Created
428.23 s
[ical] - ICal.Property.Rep_Trigger
428.23 s
[ical] - ICal.Property.Rep_Repeat
428.23 s
[ical] - ICal.Property.Rep_Action
428.23 s
[ical] - ICal.Property.Rep_RecurrenceDateTimes
428.23 s
[ical] - ICal.Property.Rep_ExceptionDateTimes
428.23 s
[ical] - ICal.Property.Rep_UID
428.23 s
[ical] - ICal.Property.Rep_URL
428.23 s
[ical] - ICal.Property.Rep_RelatedTo
428.23 s
[ical] - ICal.Property.Rep_RecurrenceIdentifier
428.23 s
[ical] - ICal.Property.Rep_Organizer
428.23 s
[ical] - ICal.Property.Rep_Contact
428.23 s
[ical] - ICal.Property.Rep_Attendee
428.23 s
[ical] - ICal.Property.Rep_TimeZoneURL
428.23 s
[ical] - ICal.Property.Rep_TimeZoneOffsetTo
428.23 s
[ical] - ICal.Property.Rep_TimeZoneOffsetFrom
428.23 s
[ical] - ICal.Property.Rep_TimeZoneName
428.23 s
[ical] - ICal.Property.Rep_TimeZoneIdentifier
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 )
428.23 s
[sydtest-wai-source] Phase: setupCompilerEnvironmentPhase
428.23 s
[sydtest-wai-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
428.23 s
[opt-env-conf-test] Phase: setupCompilerEnvironmentPhase
428.23 s
[opt-env-conf-test] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
428.23 s
[ical] - ICal.Property.Rep_Transparency
428.23 s
[ical] - ICal.Property.Rep_FreeBusyIntervals
428.23 s
[ical] - ICal.Property.Rep_DateTimeStart
428.23 s
[ical] - ICal.Property.Rep_DateTimeDue
428.23 s
[ical] - ICal.Property.Rep_DateTimeEnd
428.23 s
[ical] - ICal.Property.Rep_DateTimeCompleted
428.23 s
[ical] - ICal.Property.Rep_Summary
428.23 s
[ical] - ICal.Property.Rep_Status
428.23 s
[ical] - ICal.Property.Rep_Resources
428.23 s
[ical] - ICal.Property.Rep_Priority
428.23 s
[ical] - ICal.Property.Rep_PercentComplete
428.23 s
[ical] - ICal.Property.Rep_Location
428.23 s
[ical] - ICal.Property.Rep_GeographicPosition
428.23 s
[ical] - ICal.Property.Rep_Description
428.23 s
[ical] - ICal.Property.Rep_Comment
428.23 s
[ical] - ICal.Property.Rep_Classification
428.23 s
[ical] - ICal.Property.Rep_Categories
428.23 s
[ical] - ICal.Property.Rep_Attachment
428.23 s
[ical] - ICal.Property.Rep_Version
428.23 s
[ical] - ICal.Property.Rep_ProductIdentifier
428.23 s
[ical] - ICal.Property.Rep_Method
428.23 s
[ical] - ICal.Property.Rep_CalendarScale
428.23 s
[ical] - ICal.Property.Rep_End
428.23 s
[ical] - ICal.Property.Rep_Begin
428.23 s
[ical] Warning: ICal.Component.Class: could not find link destinations for:
428.23 s
[ical] - ICal.Component.Class.Rep_TimeZoneParseError
428.23 s
[ical] - ICal.Component.Class.Rep_AlarmParseError
428.23 s
[ical] - ICal.Component.Class.Rep_Component
428.23 s
[ical] Warning: ICal.Component.Todo: could not find link destinations for:
428.23 s
[ical] - ICal.Component.Todo.Rep_Todo
428.23 s
[ical] Warning: ICal.Component.TimeZone: could not find link destinations for:
428.23 s
[ical] - ICal.Component.TimeZone.Rep_TimeZone
428.23 s
[ical] - ICal.Component.TimeZone.Rep_TimeZoneObservance
428.23 s
[ical] - ICal.Component.TimeZone.Rep_Standard
428.23 s
[ical] - ICal.Component.TimeZone.Rep_Daylight
428.23 s
[ical] - ICal.Component.TimeZone.Rep_Observance
428.23 s
[ical] Warning: ICal.Component.Journal: could not find link destinations for:
428.23 s
[ical] - ICal.Component.Journal.Rep_Journal
428.23 s
[ical] Warning: ICal.Component.FreeBusy: could not find link destinations for:
428.23 s
[ical] - ICal.Component.FreeBusy.Rep_FreeBusy
428.23 s
[ical] Warning: ICal.Component.Alarm: could not find link destinations for:
428.23 s
[ical] - ICal.Component.Alarm.Rep_Alarm
428.23 s
[ical] Warning: ICal.Component.Event: could not find link destinations for:
428.23 s
[ical] - ICal.Component.Event.Rep_Event
428.23 s
[ical] Warning: ICal.Component: could not find link destinations for:
428.23 s
[ical] - ICal.Component.Rep_Calendar
428.23 s
[ical] Warning: ICal: could not find link destinations for:
428.23 s
[ical] - ICal.Component.Rep_Calendar
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
428.46 s
[opt-env-conf-test] Phase: unpackPhase
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
428.48 s
[opt-env-conf-test] source root is opt-env-conf-test-0.0.0.4
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"
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
428.50 s
[opt-env-conf-test] Phase: patchPhase
428.51 s
[opt-env-conf-test] Phase: compileBuildDriverPhase
428.51 s
[opt-env-conf-test] setupCompileFlags: -package-db=/build/tmp.ynEksn2LP5/setup-package.conf.d -threaded
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 )
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 )
428.57 s
[opt-env-conf-test] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.ynEksn2LP5/Main.o )
428.61 s
[opt-env-conf-test] [2 of 2] Linking Setup
428.73 s
[sydtest-wai-source] Phase: unpackPhase
428.73 s
[sydtest-wai-source] unpacking source archive /nix/store/09pcnrm6qzgmygsb4kmyhhzl421pz3m3-sydtest-wai
428.75 s
[sydtest-wai-source] source root is sydtest-wai
428.76 s
[sydtest-wai-source] Phase: patchPhase
428.77 s
[sydtest-wai-source] Phase: compileBuildDriverPhase
428.77 s
[sydtest-wai-source] setupCompileFlags: -package-db=/build/tmp.JzUJMf0mTx/setup-package.conf.d -threaded
428.82 s
[sydtest-wai-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.JzUJMf0mTx/Main.o )
428.87 s
[sydtest-wai-source] [2 of 2] Linking Setup
429.77 s
[opt-env-conf-test] Phase: updateAutotoolsGnuConfigScriptsPhase
429.78 s
[opt-env-conf-test] Phase: configurePhase
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
429.90 s
[opt-env-conf-test] Using Parsec parser
429.90 s
[opt-env-conf-test] Configuring opt-env-conf-test-0.0.0.4...
430.02 s
[sydtest-wai-source] Phase: updateAutotoolsGnuConfigScriptsPhase
430.03 s
[sydtest-wai-source] Phase: configurePhase
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
430.04 s
[sydtest-wai-source] Using Parsec parser
430.04 s
[sydtest-wai-source] Configuring sydtest-wai-0.2.0.2...
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 )
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 )
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 )
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 )
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 )
430.58 s
[opt-env-conf-test] Dependency aeson: using aeson-2.2.3.0
430.58 s
[opt-env-conf-test] Dependency base <5: using base-4.20.2.0
430.58 s
[opt-env-conf-test] Dependency genvalidity: using genvalidity-1.1.1.0
430.58 s
[opt-env-conf-test] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
430.58 s
[opt-env-conf-test] Dependency opt-env-conf >=0.9.0.0: using opt-env-conf-0.15.0.1
430.59 s
[opt-env-conf-test] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
430.59 s
[opt-env-conf-test] Dependency sydtest: using sydtest-0.23.0.1
430.59 s
[opt-env-conf-test] Dependency text: using text-2.1.3
430.59 s
[opt-env-conf-test] Source component graph: component lib
430.59 s
[opt-env-conf-test] Configured component graph:
430.59 s
[opt-env-conf-test] component opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
430.59 s
[opt-env-conf-test] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
430.59 s
[opt-env-conf-test] include base-4.20.2.0-fafd
430.59 s
[opt-env-conf-test] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
430.59 s
[opt-env-conf-test] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
430.59 s
[opt-env-conf-test] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
430.59 s
[opt-env-conf-test] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
430.59 s
[opt-env-conf-test] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
430.59 s
[opt-env-conf-test] include text-2.1.3-34f1
430.59 s
[opt-env-conf-test] Linked component graph:
430.59 s
[opt-env-conf-test] unit opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
430.59 s
[opt-env-conf-test] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
430.59 s
[opt-env-conf-test] include base-4.20.2.0-fafd
430.59 s
[opt-env-conf-test] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
430.59 s
[opt-env-conf-test] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
430.59 s
[opt-env-conf-test] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
430.59 s
[opt-env-conf-test] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
430.59 s
[opt-env-conf-test] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
430.59 s
[opt-env-conf-test] include text-2.1.3-34f1
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
430.59 s
[opt-env-conf-test] Ready component graph:
430.59 s
[opt-env-conf-test] definite opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
430.59 s
[opt-env-conf-test] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
430.59 s
[opt-env-conf-test] depends base-4.20.2.0-fafd
430.59 s
[opt-env-conf-test] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
430.59 s
[opt-env-conf-test] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
430.59 s
[opt-env-conf-test] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
430.59 s
[opt-env-conf-test] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
430.59 s
[opt-env-conf-test] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
430.59 s
[opt-env-conf-test] depends text-2.1.3-34f1
430.59 s
[opt-env-conf-test] Using Cabal-3.12.1.0 compiled by ghc-9.10
430.59 s
[opt-env-conf-test] Using compiler: ghc-9.10.3
430.59 s
[opt-env-conf-test] Using install prefix:
430.59 s
[opt-env-conf-test] /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4
430.59 s
[opt-env-conf-test] Executables installed in:
430.59 s
[opt-env-conf-test] /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4/bin
430.59 s
[opt-env-conf-test] Libraries installed in:
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
430.59 s
[opt-env-conf-test] Dynamic Libraries installed in:
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
430.59 s
[opt-env-conf-test] Private executables installed in:
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
430.59 s
[opt-env-conf-test] Data files installed in:
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
430.59 s
[opt-env-conf-test] Documentation installed in:
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
430.59 s
[opt-env-conf-test] Configuration files installed in:
430.59 s
[opt-env-conf-test] /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4/etc
430.59 s
[opt-env-conf-test] No alex found
430.59 s
[opt-env-conf-test] Using ar found on system at:
430.59 s
[opt-env-conf-test] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
430.59 s
[opt-env-conf-test] No c2hs found
430.59 s
[opt-env-conf-test] No cpphs found
430.59 s
[opt-env-conf-test] No doctest found
430.59 s
[opt-env-conf-test] Using gcc version 14.3.0 given by user at:
430.59 s
[opt-env-conf-test] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
430.59 s
[opt-env-conf-test] Using ghc version 9.10.3 found on system at:
430.59 s
[opt-env-conf-test] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
430.59 s
[opt-env-conf-test] Using ghc-pkg version 9.10.3 found on system at:
430.59 s
[opt-env-conf-test] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
430.59 s
[opt-env-conf-test] No ghcjs found
430.59 s
[opt-env-conf-test] No ghcjs-pkg found
430.59 s
[opt-env-conf-test] No greencard found
430.59 s
[opt-env-conf-test] Using haddock version 2.31.1 found on system at:
430.59 s
[opt-env-conf-test] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
430.59 s
[opt-env-conf-test] No happy found
430.59 s
[opt-env-conf-test] Using haskell-suite found on system at: haskell-suite-dummy-location
430.59 s
[opt-env-conf-test] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
430.59 s
[opt-env-conf-test] No hmake found
430.59 s
[opt-env-conf-test] Using hpc version 0.69 found on system at:
430.59 s
[opt-env-conf-test] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
430.59 s
[opt-env-conf-test] Using hsc2hs version 0.68.10 found on system at:
430.59 s
[opt-env-conf-test] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
430.59 s
[opt-env-conf-test] Using hscolour version 1.25 found on system at:
430.59 s
[opt-env-conf-test] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
430.59 s
[opt-env-conf-test] No jhc found
430.59 s
[opt-env-conf-test] Using ld found on system at:
430.59 s
[opt-env-conf-test] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
430.59 s
[opt-env-conf-test] No pkg-config found
430.59 s
[opt-env-conf-test] Using runghc version 9.10.3 found on system at:
430.59 s
[opt-env-conf-test] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
430.59 s
[opt-env-conf-test] Using strip version 2.44 found on system at:
430.59 s
[opt-env-conf-test] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
430.59 s
[opt-env-conf-test] Using tar found on system at:
430.59 s
[opt-env-conf-test] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
430.59 s
[opt-env-conf-test] No uhc found
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 )
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 )
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 )
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 )
430.76 s
[opt-env-conf-test] Phase: buildPhase
430.81 s
[cursor-dirforest-brick] Documentation created: dist/doc/html/cursor-dirforest-brick/,
430.81 s
[cursor-dirforest-brick] dist/doc/html/cursor-dirforest-brick/cursor-dirforest-brick.txt
430.85 s
[opt-env-conf-test] Preprocessing library for opt-env-conf-test-0.0.0.4...
430.85 s
[opt-env-conf-test] Building library for opt-env-conf-test-0.0.0.4...
430.88 s
[cursor-dirforest-brick] Phase: installPhase
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 )
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
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 )
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 )
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 )
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 )
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 )
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 )
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 )
431.07 s
[genvalidity-sydtest] [34 of 34] Compiling Test.Syd.Validity ( src/Test/Syd/Validity.hs, dist/build/Test/Syd/Validity.p_o )
431.08 s
[sydtest-wai-source] Dependency base >=4.7 && <5: using base-4.20.2.0
431.08 s
[sydtest-wai-source] Dependency bytestring: using bytestring-0.12.2.0
431.08 s
[sydtest-wai-source] Dependency case-insensitive: using case-insensitive-1.2.1.0
431.08 s
[sydtest-wai-source] Dependency http-client: using http-client-0.7.19
431.08 s
[sydtest-wai-source] Dependency http-types: using http-types-0.12.4
431.08 s
[sydtest-wai-source] Dependency mtl: using mtl-2.3.1
431.08 s
[sydtest-wai-source] Dependency network: using network-3.2.8.0
431.08 s
[sydtest-wai-source] Dependency sydtest >=0.3.0.0: using sydtest-0.23.0.1
431.08 s
[sydtest-wai-source] Dependency text: using text-2.1.3
431.08 s
[sydtest-wai-source] Dependency time: using time-1.12.2
431.08 s
[sydtest-wai-source] Dependency wai: using wai-3.2.4
431.08 s
[sydtest-wai-source] Dependency warp: using warp-3.4.9
431.08 s
[sydtest-wai-source] Dependency base >=4.7 && <5: using base-4.20.2.0
431.08 s
[sydtest-wai-source] Dependency http-client: using http-client-0.7.19
431.08 s
[sydtest-wai-source] Dependency http-types: using http-types-0.12.4
431.08 s
[sydtest-wai-source] Dependency sydtest: using sydtest-0.23.0.1
431.08 s
[sydtest-wai-source] Dependency sydtest-wai: using sydtest-wai-0.2.0.2
431.08 s
[sydtest-wai-source] Dependency wai: using wai-3.2.4
431.08 s
[sydtest-wai-source] Source component graph:
431.08 s
[sydtest-wai-source] component lib
431.08 s
[sydtest-wai-source] component test:sydtest-wai-test dependency lib
431.08 s
[sydtest-wai-source] Configured component graph:
431.08 s
[sydtest-wai-source] component sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
431.08 s
[sydtest-wai-source] include base-4.20.2.0-fafd
431.08 s
[sydtest-wai-source] include bytestring-0.12.2.0-96e1
431.08 s
[sydtest-wai-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
431.08 s
[sydtest-wai-source] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
431.08 s
[sydtest-wai-source] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
431.08 s
[sydtest-wai-source] include mtl-2.3.1-37af
431.08 s
[sydtest-wai-source] include network-3.2.8.0-JTLTzLiffTd6oacQIZu7Ay
431.08 s
[sydtest-wai-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
431.08 s
[sydtest-wai-source] include text-2.1.3-34f1
431.08 s
[sydtest-wai-source] include time-1.12.2-3479
431.08 s
[sydtest-wai-source] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
431.08 s
[sydtest-wai-source] include warp-3.4.9-IPNas4L2jy5JqoLVsPSVjo
431.08 s
[sydtest-wai-source] component sydtest-wai-0.2.0.2-Lshs1auArcx4dVULwrakz7-sydtest-wai-test
431.08 s
[sydtest-wai-source] include base-4.20.2.0-fafd
431.08 s
[sydtest-wai-source] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
431.08 s
[sydtest-wai-source] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
431.08 s
[sydtest-wai-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
431.08 s
[sydtest-wai-source] include sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
431.08 s
[sydtest-wai-source] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
431.08 s
[sydtest-wai-source] Linked component graph:
431.08 s
[sydtest-wai-source] unit sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
431.08 s
[sydtest-wai-source] include base-4.20.2.0-fafd
431.08 s
[sydtest-wai-source] include bytestring-0.12.2.0-96e1
431.08 s
[sydtest-wai-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
431.08 s
[sydtest-wai-source] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
431.08 s
[sydtest-wai-source] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
431.08 s
[sydtest-wai-source] include mtl-2.3.1-37af
431.08 s
[sydtest-wai-source] include network-3.2.8.0-JTLTzLiffTd6oacQIZu7Ay
431.08 s
[sydtest-wai-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
431.08 s
[sydtest-wai-source] include text-2.1.3-34f1
431.08 s
[sydtest-wai-source] include time-1.12.2-3479
431.08 s
[sydtest-wai-source] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
431.08 s
[sydtest-wai-source] include warp-3.4.9-IPNas4L2jy5JqoLVsPSVjo
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
431.08 s
[sydtest-wai-source] unit sydtest-wai-0.2.0.2-Lshs1auArcx4dVULwrakz7-sydtest-wai-test
431.08 s
[sydtest-wai-source] include base-4.20.2.0-fafd
431.08 s
[sydtest-wai-source] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
431.08 s
[sydtest-wai-source] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
431.08 s
[sydtest-wai-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
431.08 s
[sydtest-wai-source] include sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
431.08 s
[sydtest-wai-source] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
431.08 s
[sydtest-wai-source] Ready component graph:
431.08 s
[sydtest-wai-source] definite sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
431.08 s
[sydtest-wai-source] depends base-4.20.2.0-fafd
431.08 s
[sydtest-wai-source] depends bytestring-0.12.2.0-96e1
431.08 s
[sydtest-wai-source] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
431.08 s
[sydtest-wai-source] depends http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
431.08 s
[sydtest-wai-source] depends http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
431.08 s
[sydtest-wai-source] depends mtl-2.3.1-37af
431.08 s
[sydtest-wai-source] depends network-3.2.8.0-JTLTzLiffTd6oacQIZu7Ay
431.08 s
[sydtest-wai-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
431.08 s
[sydtest-wai-source] depends text-2.1.3-34f1
431.08 s
[sydtest-wai-source] depends time-1.12.2-3479
431.08 s
[sydtest-wai-source] depends wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
431.08 s
[sydtest-wai-source] depends warp-3.4.9-IPNas4L2jy5JqoLVsPSVjo
431.08 s
[sydtest-wai-source] definite sydtest-wai-0.2.0.2-Lshs1auArcx4dVULwrakz7-sydtest-wai-test
431.08 s
[sydtest-wai-source] depends base-4.20.2.0-fafd
431.08 s
[sydtest-wai-source] depends http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
431.08 s
[sydtest-wai-source] depends http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
431.08 s
[sydtest-wai-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
431.08 s
[sydtest-wai-source] depends sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
431.08 s
[sydtest-wai-source] depends wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
431.08 s
[sydtest-wai-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
431.08 s
[sydtest-wai-source] Using compiler: ghc-9.10.3
431.08 s
[sydtest-wai-source] Using install prefix:
431.08 s
[sydtest-wai-source] /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2
431.08 s
[sydtest-wai-source] Executables installed in:
431.08 s
[sydtest-wai-source] /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2/bin
431.08 s
[sydtest-wai-source] Libraries installed in:
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
431.08 s
[sydtest-wai-source] Dynamic Libraries installed in:
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
431.08 s
[sydtest-wai-source] Private executables installed in:
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
431.08 s
[sydtest-wai-source] Data files installed in:
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
431.08 s
[sydtest-wai-source] Documentation installed in: /share/doc/sydtest-wai-0.2.0.2
431.08 s
[sydtest-wai-source] Configuration files installed in:
431.08 s
[sydtest-wai-source] /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2/etc
431.08 s
[sydtest-wai-source] No alex found
431.08 s
[sydtest-wai-source] Using ar found on system at:
431.08 s
[sydtest-wai-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
431.08 s
[sydtest-wai-source] No c2hs found
431.08 s
[sydtest-wai-source] No cpphs found
431.08 s
[sydtest-wai-source] No doctest found
431.08 s
[sydtest-wai-source] Using gcc version 14.3.0 given by user at:
431.08 s
[sydtest-wai-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
431.08 s
[sydtest-wai-source] Using ghc version 9.10.3 found on system at:
431.08 s
[sydtest-wai-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
431.08 s
[sydtest-wai-source] Using ghc-pkg version 9.10.3 found on system at:
431.08 s
[sydtest-wai-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
431.08 s
[sydtest-wai-source] No ghcjs found
431.08 s
[sydtest-wai-source] No ghcjs-pkg found
431.08 s
[sydtest-wai-source] No greencard found
431.08 s
[sydtest-wai-source] Using haddock version 2.31.1 found on system at:
431.08 s
[sydtest-wai-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
431.08 s
[sydtest-wai-source] No happy found
431.08 s
[sydtest-wai-source] Using haskell-suite found on system at: haskell-suite-dummy-location
431.08 s
[sydtest-wai-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
431.08 s
[sydtest-wai-source] No hmake found
431.08 s
[sydtest-wai-source] Using hpc version 0.69 found on system at:
431.08 s
[sydtest-wai-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
431.08 s
[sydtest-wai-source] Using hsc2hs version 0.68.10 found on system at:
431.08 s
[sydtest-wai-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
431.08 s
[sydtest-wai-source] Using hscolour version 1.25 found on system at:
431.08 s
[sydtest-wai-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
431.08 s
[sydtest-wai-source] No jhc found
431.08 s
[sydtest-wai-source] Using ld found on system at:
431.08 s
[sydtest-wai-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
431.08 s
[sydtest-wai-source] No pkg-config found
431.08 s
[sydtest-wai-source] Using runghc version 9.10.3 found on system at:
431.08 s
[sydtest-wai-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
431.08 s
[sydtest-wai-source] Using strip version 2.44 found on system at:
431.08 s
[sydtest-wai-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
431.08 s
[sydtest-wai-source] Using tar found on system at:
431.08 s
[sydtest-wai-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
431.08 s
[sydtest-wai-source] No uhc found
431.18 s
[cursor-dirforest-brick] Phase: fixupPhase
431.20 s
[cursor-dirforest-brick] shrinking RPATHs of ELF executables and libraries in /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0
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
431.22 s
[cursor-dirforest-brick] checking for references to /build/ in /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0...
431.24 s
[cursor-dirforest-brick] patching script interpreter paths in /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0
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
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
431.27 s
[cursor-dirforest-brick] checking for references to /build/ in /nix/store/d8h0jaqp9ybfazw4aky2mm6cgjiyfv4j-cursor-dirforest-brick-0.0.0.0-doc...
431.28 s
[sydtest-wai-source] Phase: buildPhase
431.28 s
[cursor-dirforest-brick] patching script interpreter paths in /nix/store/d8h0jaqp9ybfazw4aky2mm6cgjiyfv4j-cursor-dirforest-brick-0.0.0.0-doc
431.29 s
[sydtest-wai-source] Distribution quality warnings:
431.29 s
[sydtest-wai-source] [no-description] No 'description' field.
431.29 s
[sydtest-wai-source] [missing-upper-bounds] On library, these packages miss upper bounds:
431.29 s
[sydtest-wai-source] - bytestring
431.29 s
[sydtest-wai-source] - case-insensitive
431.29 s
[sydtest-wai-source] - http-client
431.29 s
[sydtest-wai-source] - http-types
431.29 s
[sydtest-wai-source] - mtl
431.29 s
[sydtest-wai-source] - network
431.29 s
[sydtest-wai-source] - sydtest
431.29 s
[sydtest-wai-source] - text
431.29 s
[sydtest-wai-source] - time
431.29 s
[sydtest-wai-source] - wai
431.29 s
[sydtest-wai-source] - warp
431.29 s
[sydtest-wai-source] Please add them. There is more information at https://pvp.haskell.org/
431.29 s
[sydtest-wai-source] Building source dist for sydtest-wai-0.2.0.2...
431.30 s
[sydtest-wai-source] Source tarball created: dist/sydtest-wai-0.2.0.2.tar.gz
431.30 s
[sydtest-wai-source] Phase: checkPhase
431.31 s
[sydtest-wai-source] Phase: haddockPhase
431.31 s
[sydtest-wai-source] Phase: installPhase
431.32 s
[sydtest-wai-source] Phase: fixupPhase
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
431.99 s
[post-build-hook] Pushing 2 paths (226 are already present) using zstd to cache smos ⏳
431.99 s
[post-build-hook]
432.34 s
[post-build-hook] Pushing /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0 (329.67 KiB)
432.38 s
[post-build-hook] Pushing /nix/store/d8h0jaqp9ybfazw4aky2mm6cgjiyfv4j-cursor-dirforest-brick-0.0.0.0-doc (178.66 KiB)
433.33 s
[post-build-hook]
433.33 s
[post-build-hook] All done.
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
433.44 s
[post-build-hook] copying 0 paths...
433.58 s
[post-build-hook] copying 0 paths...
433.65 s
Progress: 112 of 147 built (4 building), 815 of 815 downloaded from cache
433.65 s
[genvalidity-sydtest] Preprocessing test suite 'genvalidity-sydtest-test' for genvalidity-sydtest-1.0.1.0...
433.65 s
[genvalidity-sydtest] Building test suite 'genvalidity-sydtest-test' for genvalidity-sydtest-1.0.1.0...
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 )
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 )
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 )
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 )
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 )
433.65 s
[opt-env-conf-test] [3 of 4] Compiling OptEnvConf.Test ( src/OptEnvConf/Test.hs, dist/build/OptEnvConf/Test.p_o )
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 )
433.73 s
Building sydtest-persistent
433.76 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2
434.13 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
434.13 s
[post-build-hook]
434.47 s
[post-build-hook] Pushing /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2 (7.22 KiB)
435.39 s
[post-build-hook]
435.39 s
[post-build-hook] All done.
435.41 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2
435.48 s
[post-build-hook] copying 1 paths...
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'...
435.84 s
[post-build-hook] copying 0 paths...
435.89 s
Progress: 113 of 146 built (4 building), 815 of 815 downloaded from cache
435.97 s
Building sydtest-wai
435.97 s
[ical] Documentation created: dist/doc/html/ical/, dist/doc/html/ical/ical.txt
435.97 s
[ical] Phase: installPhase
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
435.97 s
[ical] Phase: fixupPhase
435.97 s
[ical] shrinking RPATHs of ELF executables and libraries in /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0
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
435.98 s
[ical] checking for references to /build/ in /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0...
435.98 s
[ical] patching script interpreter paths in /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0
435.98 s
[ical] stripping (with command strip and flags -S -p) in /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0/lib
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
435.98 s
[genvalidity-sydtest] [15 of 15] Compiling Main ( test/Spec.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Main.o )
435.98 s
[genvalidity-sydtest] [16 of 16] Linking dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test
435.98 s
[genvalidity-sydtest] Phase: checkPhase
435.98 s
[opt-env-conf-test] Phase: haddockPhase
435.98 s
[opt-env-conf-test] Preprocessing library for opt-env-conf-test-0.0.0.4...
435.98 s
[opt-env-conf-test] Running Haddock on library for opt-env-conf-test-0.0.0.4...
435.98 s
[opt-env-conf-test] Warning: The documentation for the following packages are not installed. No
435.98 s
[opt-env-conf-test] links will be generated to these packages: attoparsec-0.14.4,
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
435.98 s
[opt-env-conf-test] [1 of 4] Compiling OptEnvConf.Args.Gen ( src/OptEnvConf/Args/Gen.hs, nothing )
435.98 s
[opt-env-conf-test] [2 of 4] Compiling OptEnvConf.EnvMap.Gen ( src/OptEnvConf/EnvMap/Gen.hs, nothing )
435.98 s
[opt-env-conf-test] [3 of 4] Compiling OptEnvConf.Test ( src/OptEnvConf/Test.hs, nothing )
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 )
435.98 s
[opt-env-conf-test] Haddock coverage:
435.98 s
[opt-env-conf-test] 0% ( 0 / 1) in 'OptEnvConf.Args.Gen'
435.98 s
[opt-env-conf-test] Missing documentation for:
435.98 s
[opt-env-conf-test] Module header
435.98 s
[opt-env-conf-test] 0% ( 0 / 1) in 'OptEnvConf.EnvMap.Gen'
435.98 s
[opt-env-conf-test] Missing documentation for:
435.98 s
[opt-env-conf-test] Module header
435.98 s
[opt-env-conf-test] 21% ( 6 / 28) in 'OptEnvConf.Test'
435.98 s
[opt-env-conf-test] Missing documentation for:
435.98 s
[opt-env-conf-test] Module header
435.98 s
[opt-env-conf-test] settingsLintSpec (src/OptEnvConf/Test.hs:57)
435.98 s
[opt-env-conf-test] parserLintSpec (src/OptEnvConf/Test.hs:60)
435.98 s
[opt-env-conf-test] parserLintTest (src/OptEnvConf/Test.hs:66)
435.98 s
[opt-env-conf-test] settingsParserArgsTest (src/OptEnvConf/Test.hs:73)
435.98 s
[opt-env-conf-test] parserArgsTest (src/OptEnvConf/Test.hs:76)
435.98 s
[opt-env-conf-test] settingsParserEnvTest (src/OptEnvConf/Test.hs:79)
435.98 s
[opt-env-conf-test] parserEnvTest (src/OptEnvConf/Test.hs:82)
435.98 s
[opt-env-conf-test] settingsParserConfTest (src/OptEnvConf/Test.hs:85)
435.98 s
[opt-env-conf-test] parserConfTest (src/OptEnvConf/Test.hs:88)
435.98 s
[opt-env-conf-test] settingsParserTest (src/OptEnvConf/Test.hs:91)
435.98 s
[opt-env-conf-test] parserTest (src/OptEnvConf/Test.hs:94)
435.98 s
[opt-env-conf-test] settingsParserCompletionTest (src/OptEnvConf/Test.hs:101)
435.98 s
[opt-env-conf-test] settingsParserCompletionDescriptionTest (src/OptEnvConf/Test.hs:104)
435.98 s
[opt-env-conf-test] parserCompletionTest (src/OptEnvConf/Test.hs:107)
435.98 s
[opt-env-conf-test] parserCompletionDescriptionTest (src/OptEnvConf/Test.hs:115)
435.98 s
[opt-env-conf-test] goldenSettingsReferenceDocumentationSpec (src/OptEnvConf/Test.hs:120)
435.98 s
[opt-env-conf-test] goldenParserReferenceDocumentationSpec (src/OptEnvConf/Test.hs:123)
435.98 s
[opt-env-conf-test] pureGoldenReferenceDocumentation (src/OptEnvConf/Test.hs:128)
435.98 s
[opt-env-conf-test] goldenSettingsNixOptionsSpec (src/OptEnvConf/Test.hs:135)
435.98 s
[opt-env-conf-test] goldenParserNixOptionsSpec (src/OptEnvConf/Test.hs:138)
435.98 s
[opt-env-conf-test] pureGoldenNixOptions (src/OptEnvConf/Test.hs:143)
435.98 s
[sydtest-persistent] Phase: setupCompilerEnvironmentPhase
435.98 s
[sydtest-persistent] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
435.98 s
[sydtest-persistent] Phase: unpackPhase
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
435.98 s
[sydtest-persistent] source root is sydtest-persistent-0.1.0.0
435.98 s
[sydtest-persistent] setting SOURCE_DATE_EPOCH to timestamp 1780347953 of file "sydtest-persistent-0.1.0.0/sydtest-persistent.cabal"
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
435.98 s
[sydtest-persistent] Phase: patchPhase
435.98 s
[sydtest-persistent] Phase: compileBuildDriverPhase
435.98 s
[sydtest-persistent] setupCompileFlags: -package-db=/build/tmp.85jgDkTcOd/setup-package.conf.d -threaded
435.98 s
[sydtest-persistent] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.85jgDkTcOd/Main.o )
435.98 s
[sydtest-persistent] [2 of 2] Linking Setup
435.98 s
[sydtest-persistent] Phase: updateAutotoolsGnuConfigScriptsPhase
435.98 s
[sydtest-persistent] Phase: configurePhase
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
435.98 s
[sydtest-persistent] Using Parsec parser
435.98 s
[sydtest-persistent] Configuring sydtest-persistent-0.1.0.0...
436.00 s
[genvalidity-sydtest] Running 1 test suites...
436.00 s
[genvalidity-sydtest] Test suite genvalidity-sydtest-test: RUNNING...
436.07 s
[genvalidity-sydtest] Tests:
436.07 s
[genvalidity-sydtest]
436.07 s
[genvalidity-sydtest] Test.Syd.Validity.MonoidSpec
436.07 s
[genvalidity-sydtest] Monoid [Int]
436.07 s
[genvalidity-sydtest] mappend :: [Int] -> [Int] -> [Int]
436.07 s
[genvalidity-sydtest] ✓ is an associative operation for "valid :: ([Int],[Int],[Int])" 6.05 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] mempty :: [Int]
436.07 s
[genvalidity-sydtest] ✓ is the identity for mappend :: [Int] -> [Int] -> [Int] for "valid :: [Int]" 8.57 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] mconcat :: [[Int]] -> [Int]
436.07 s
[genvalidity-sydtest] ✓ is equivalent to its default implementation for "valid :: [[Int]]" 6.78 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] Monoid [Int]
436.07 s
[genvalidity-sydtest] mconcat :: [[Int]] -> [Int]
436.07 s
[genvalidity-sydtest] ✓ is equivalent to its default implementation for "arbitrary :: [[Int]]" 5.39 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] mempty :: [Int]
436.07 s
[genvalidity-sydtest] ✓ is the identity for mappend :: [Int] -> [Int] -> [Int] for "arbitrary :: [Int]" 5.10 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] mappend :: [Int] -> [Int] -> [Int]
436.07 s
[genvalidity-sydtest] ✓ is an associative operation for "arbitrary :: ([Int],[Int],[Int])" 8.63 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] Monoid ([Ratio Integer])
436.07 s
[genvalidity-sydtest] mappend :: ([Ratio Integer]) -> ([Ratio Integer]) -> ([Ratio Integer])
436.07 s
[genvalidity-sydtest] ✓ is an associative operation for "valid :: (([Ratio Integer],[Ratio Integer],[Ratio Integer]))" 42.30 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] mempty :: ([Ratio Integer])
436.07 s
[genvalidity-sydtest] ✓ is the identity for mappend :: ([Ratio Integer]) -> ([Ratio Integer]) -> ([Ratio Integer]) for "valid :: ([Ratio Integer])" 44.02 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] mconcat :: [([Ratio Integer])] -> ([Ratio Integer])
436.07 s
[genvalidity-sydtest] ✓ is equivalent to its default implementation for "valid :: ([[Ratio Integer]])" 31.85 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] Monoid [Char]
436.07 s
[genvalidity-sydtest] mappend :: [Char] -> [Char] -> [Char]
436.07 s
[genvalidity-sydtest] ✓ is an associative operation for "singleton list of 'a' :: ([Char],[Char],[Char])" 1.93 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] mempty :: [Char]
436.07 s
[genvalidity-sydtest] ✓ is the identity for mappend :: [Char] -> [Char] -> [Char] for "singleton list of 'a' :: [Char]" 2.63 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] mconcat :: [[Char]] -> [Char]
436.07 s
[genvalidity-sydtest] ✓ is equivalent to its default implementation for "singleton list of 'a' :: [[Char]]" 4.02 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] Test.Syd.Validity.OrdSpec
436.07 s
[genvalidity-sydtest] Ord (Ratio Integer)
436.07 s
[genvalidity-sydtest] "max :: (Ratio Integer -> Ratio Integer -> Ratio Integer)"
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
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] (>=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
436.07 s
[genvalidity-sydtest] ✓ is transitive for "valid (Ratio Integer)"'s 4.94 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is antisymmetric for "valid (Ratio Integer)"'s 4.54 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is reflexive for "valid (Ratio Integer)"'s 2.69 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b /= LT) for "valid (Ratio Integer)"'s 4.80 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] "min :: (Ratio Integer -> Ratio Integer -> Ratio Integer)"
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
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] (<=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b /= GT) for "valid (Ratio Integer)"'s 4.78 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is reflexive for "valid (Ratio Integer)"'s 0.87 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is transitive for "valid (Ratio Integer)"'s 9.03 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is antisymmetric for "valid (Ratio Integer)"'s 4.60 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] (>) :: (Ratio Integer) -> (Ratio Integer) -> Bool
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b == GT) for "valid (Ratio Integer)"'s 4.92 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is transitive for "valid (Ratio Integer)"'s 5.37 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is antireflexive for "valid (Ratio Integer)"'s 2.34 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] (<) :: (Ratio Integer) -> (Ratio Integer) -> Bool
436.07 s
[genvalidity-sydtest] ✓ is antireflexive for "valid (Ratio Integer)"'s 0.62 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b == LT) for "valid (Ratio Integer)"'s 4.19 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is transitive for "valid (Ratio Integer)"'s 2.34 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] Ord Int
436.07 s
[genvalidity-sydtest] (<=) :: Int -> Int -> Bool
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b /= GT) for "arbitrary Int"'s 1.10 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is transitive for "arbitrary Int"'s 0.97 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is reflexive for "arbitrary Int"'s 0.81 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is antisymmetric for "arbitrary Int"'s 1.53 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] "min :: (Int -> Int -> Int)"
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> if a <= b then a else b) for "arbitrary Int"'s 1.27 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] (>) :: Int -> Int -> Bool
436.07 s
[genvalidity-sydtest] ✓ is antireflexive for "arbitrary Int"'s 0.92 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is transitive for "arbitrary Int"'s 0.71 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b == GT) for "arbitrary Int"'s 0.33 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] "max :: (Int -> Int -> Int)"
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> if a >= b then a else b) for "arbitrary Int"'s 0.32 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] (<) :: Int -> Int -> Bool
436.07 s
[genvalidity-sydtest] ✓ is transitive for "arbitrary Int"'s 0.32 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b == LT) for "arbitrary Int"'s 0.41 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is antireflexive for "arbitrary Int"'s 0.33 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] (>=) :: Int -> Int -> Bool
436.07 s
[genvalidity-sydtest] ✓ is transitive for "arbitrary Int"'s 0.27 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b /= LT) for "arbitrary Int"'s 0.33 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is reflexive for "arbitrary Int"'s 0.26 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is antisymmetric for "arbitrary Int"'s 0.30 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] Ord Int
436.07 s
[genvalidity-sydtest] (>=) :: Int -> Int -> Bool
436.07 s
[genvalidity-sydtest] ✓ is antisymmetric for "valid Int"'s 0.59 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b /= LT) for "valid Int"'s 0.83 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is transitive for "valid Int"'s 0.33 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is reflexive for "valid Int"'s 0.20 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] "max :: (Int -> Int -> Int)"
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> if a >= b then a else b) for "valid Int"'s 0.28 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] "min :: (Int -> Int -> Int)"
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> if a <= b then a else b) for "valid Int"'s 0.39 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] (>) :: Int -> Int -> Bool
436.07 s
[genvalidity-sydtest] ✓ is antireflexive for "valid Int"'s 0.44 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b == GT) for "valid Int"'s 1.03 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is transitive for "valid Int"'s 0.26 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] (<) :: Int -> Int -> Bool
436.07 s
[genvalidity-sydtest] ✓ is antireflexive for "valid Int"'s 0.84 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is transitive for "valid Int"'s 0.29 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b == LT) for "valid Int"'s 0.58 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] (<=) :: Int -> Int -> Bool
436.07 s
[genvalidity-sydtest] ✓ is antisymmetric for "valid Int"'s 0.26 ms
436.07 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.07 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b /= GT) for "valid Int"'s 0.19 ms
436.08 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.08 s
[genvalidity-sydtest] ✓ is transitive for "valid Int"'s 0.25 ms
436.08 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.08 s
[genvalidity-sydtest] ✓ is reflexive for "valid Int"'s 0.37 ms
436.08 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.08 s
[genvalidity-sydtest] Ord Int
436.08 s
[genvalidity-sydtest] (>=) :: Int -> Int -> Bool
436.08 s
[genvalidity-sydtest] ✓ is transitive for "even Int"'s 0.78 ms
436.08 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.08 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b /= LT) for "even Int"'s 1.57 ms
436.08 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.08 s
[genvalidity-sydtest] ✓ is antisymmetric for "even Int"'s 0.88 ms
436.08 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.12 s
[ical] shrinking RPATHs of ELF executables and libraries in /nix/store/zmzv1mgn74z2w9sj5ly2bsxr2fhqg1i1-ical-0.0.0.0-doc
436.14 s
[ical] checking for references to /build/ in /nix/store/zmzv1mgn74z2w9sj5ly2bsxr2fhqg1i1-ical-0.0.0.0-doc...
436.17 s
[ical] patching script interpreter paths in /nix/store/zmzv1mgn74z2w9sj5ly2bsxr2fhqg1i1-ical-0.0.0.0-doc
436.24 s
[genvalidity-sydtest] ✓ is reflexive for "even Int"'s 1.44 ms
436.24 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.24 s
[genvalidity-sydtest] (<) :: Int -> Int -> Bool
436.24 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b == LT) for "even Int"'s 0.96 ms
436.24 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.24 s
[genvalidity-sydtest] ✓ is antireflexive for "even Int"'s 0.23 ms
436.24 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.24 s
[genvalidity-sydtest] ✓ is transitive for "even Int"'s 0.20 ms
436.24 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.24 s
[genvalidity-sydtest] (>) :: Int -> Int -> Bool
436.24 s
[genvalidity-sydtest] ✓ is transitive for "even Int"'s 0.97 ms
436.24 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.24 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b == GT) for "even Int"'s 0.81 ms
436.24 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.24 s
[genvalidity-sydtest] ✓ is antireflexive for "even Int"'s 0.76 ms
436.24 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.24 s
[genvalidity-sydtest] "max :: (Int -> Int -> Int)"
436.24 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> if a >= b then a else b) for "even Int"'s 1.37 ms
436.24 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.24 s
[genvalidity-sydtest] "min :: (Int -> Int -> Int)"
436.24 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> if a <= b then a else b) for "even Int"'s 1.37 ms
436.24 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.24 s
[genvalidity-sydtest] (<=) :: Int -> Int -> Bool
436.24 s
[genvalidity-sydtest] ✓ is transitive for "even Int"'s 0.18 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ is reflexive for "even Int"'s 1.22 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> compare a b /= GT) for "even Int"'s 1.24 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ is antisymmetric for "even Int"'s 0.63 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] Test.Syd.Validity.MonadSpec
436.25 s
[genvalidity-sydtest] Monad []
436.25 s
[genvalidity-sydtest] relation with Applicative []
436.25 s
[genvalidity-sydtest] ✓ satisfies 'pure = return' for "[] of ints :: [Int]" 1.23 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" 23.31 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" 1.52 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] relation with Functor []
436.25 s
[genvalidity-sydtest] ✓ satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" 5.37 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] (>>=) :: [] a -> (b -> [] a) -> [] b
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" 4.15 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] Monad Maybe
436.25 s
[genvalidity-sydtest] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
436.25 s
[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" 3.15 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] relation with Functor Maybe
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] relation with Applicative Maybe
436.25 s
[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" 1.02 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" 0.83 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" 0.31 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] Monad Maybe
436.25 s
[genvalidity-sydtest] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] relation with Applicative Maybe
436.25 s
[genvalidity-sydtest] ✓ satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" 0.48 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" 0.63 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" 0.69 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
436.25 s
[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" 0.53 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] relation with Functor Maybe
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] Monad (Either Int)
436.25 s
[genvalidity-sydtest] return :: a -> (Either Int) a and (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
436.25 s
[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "(Either Int) of ints :: (Either Int Int)" 0.74 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] relation with Applicative (Either Int)
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ satisfies 'pure = return' for "(Either Int) of ints :: (Either Int Int)" 0.34 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] relation with Functor (Either Int)
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] Monad Maybe
436.25 s
[genvalidity-sydtest] relation with Functor Maybe
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] relation with Applicative Maybe
436.25 s
[genvalidity-sydtest] ✓ satisfies 'pure = return' for "Just an ABC :: (Maybe [Char])" 1.72 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "Just an ABC :: (Maybe [Char])" and "Just an ABC :: (Maybe [Char])" 0.24 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "append 'a' in Just :: (Maybe ([Char] -> [Char]))" and "Just an ABC :: (Maybe [Char])" 0.43 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
436.25 s
[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "Just an ABC :: (Maybe [Char])" 0.30 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] Monad []
436.25 s
[genvalidity-sydtest] (>>=) :: [] a -> (b -> [] a) -> [] b
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
436.25 s
[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "list of fives :: [Int]" 1.73 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] relation with Applicative []
436.25 s
[genvalidity-sydtest] ✓ satisfies 'pure = return' for "list of fives :: [Int]" 0.25 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "list of fives :: [Int]" and "list of sixes :: [Int]" 12.34 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "increment in list :: ([Int -> Int])" and "list of fives :: [Int]" 1.90 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] relation with Functor []
436.25 s
[genvalidity-sydtest] ✓ satisfies 'fmap f xs = xs >>= return . f' for "factorisations :: (Int -> Int)" and "list of fives :: [Int]" 1.88 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] Monad []
436.25 s
[genvalidity-sydtest] relation with Functor []
436.25 s
[genvalidity-sydtest] ✓ satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" 1.37 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] (>>=) :: [] a -> (b -> [] a) -> [] b
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
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] relation with Applicative []
436.25 s
[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" 21.45 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ satisfies 'pure = return' for "[] of ints :: [Int]" 0.52 ms
436.25 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.25 s
[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" 2.06 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
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
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" 2.13 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] Test.Syd.Validity.EqSpec
436.26 s
[genvalidity-sydtest] Eq (Ratio Integer)
436.26 s
[genvalidity-sydtest] (==) :: (Ratio Integer) -> (Ratio Integer) -> Bool
436.26 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> not $ a /= b) for "valid (Ratio Integer)"s 6.01 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is transitive for "valid (Ratio Integer)"s 1.97 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is reflexive for "valid (Ratio Integer)"s 2.84 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is symmetric for "valid (Ratio Integer)"s 2.48 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] (/=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
436.26 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> not $ a == b) for "valid (Ratio Integer)"s 1.28 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is antireflexive for "valid (Ratio Integer)"s 1.17 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] Eq Int
436.26 s
[genvalidity-sydtest] (==) :: Int -> Int -> Bool
436.26 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> not $ a /= b) for "valid Int"s 0.32 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is reflexive for "valid Int"s 0.22 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is transitive for "valid Int"s 0.19 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is symmetric for "valid Int"s 0.47 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] (/=) :: Int -> Int -> Bool
436.26 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> not $ a == b) for "valid Int"s 0.47 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is antireflexive for "valid Int"s 0.30 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] Eq Int
436.26 s
[genvalidity-sydtest] (==) :: Int -> Int -> Bool
436.26 s
[genvalidity-sydtest] ✓ is transitive for "arbitrary Int"s 0.20 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is symmetric for "arbitrary Int"s 0.21 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is reflexive for "arbitrary Int"s 0.20 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> not $ a /= b) for "arbitrary Int"s 0.62 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] (/=) :: Int -> Int -> Bool
436.26 s
[genvalidity-sydtest] ✓ is antireflexive for "arbitrary Int"s 0.17 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> not $ a == b) for "arbitrary Int"s 0.20 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] Eq Int
436.26 s
[genvalidity-sydtest] (/=) :: Int -> Int -> Bool
436.26 s
[genvalidity-sydtest] ✓ is antireflexive for "even Int"s 0.16 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> not $ a == b) for "even Int"s 0.27 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] (==) :: Int -> Int -> Bool
436.26 s
[genvalidity-sydtest] ✓ is equivalent to (\a b -> not $ a /= b) for "even Int"s 0.73 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is symmetric for "even Int"s 0.35 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is reflexive for "even Int"s 0.23 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ is transitive for "even Int"s 0.22 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] Test.Syd.Validity.ArbitrarySpec
436.26 s
[genvalidity-sydtest] Arbitrary Int
436.26 s
[genvalidity-sydtest] arbitrary :: Gen Int
436.26 s
[genvalidity-sydtest] ✓ only generates valid values 0.83 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] Test.Syd.Validity.Operations.CommutativitySpec
436.26 s
[genvalidity-sydtest] commutative
436.26 s
[genvalidity-sydtest] ✓ cross product is not commutative 0.44 ms
436.26 s
[genvalidity-sydtest] passed for all of 1 inputs.
436.26 s
[genvalidity-sydtest] ✓ + is commutative 0.50 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ * is commutative 0.64 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ - is not commutative 4.01 ms
436.26 s
[genvalidity-sydtest] passed for all of 1 inputs.
436.26 s
[genvalidity-sydtest] ✓ dot product is commutative 1.16 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] Test.Syd.Validity.GenValiditySpec
436.26 s
[genvalidity-sydtest] GenValid (Ratio Integer)
436.26 s
[genvalidity-sydtest] genValid :: Gen (Ratio Integer)
436.26 s
[genvalidity-sydtest] ✓ only generates valid '(Ratio Integer)'s 3.43 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] GenValid (Ratio Integer)
436.26 s
[genvalidity-sydtest] genValid :: Gen (Ratio Integer)
436.26 s
[genvalidity-sydtest] ✓ only generates valid '(Ratio Integer)'s 4.02 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] Test.Syd.Validity.ShrinkingSpec
436.26 s
[genvalidity-sydtest] shrinkValid :: (Int -> [Int])
436.26 s
[genvalidity-sydtest] ✓ preserves validity 4.34 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ never shrinks to itself for valid values 4.25 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] shrinkValidPreservesValidOnGenValid
436.26 s
[genvalidity-sydtest] ✓ [Ordering] 26.93 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ Ordering 2.54 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] shrinkValid :: (Ratio Int8 -> [Ratio Int8])
436.26 s
[genvalidity-sydtest] ✓ never shrinks to itself for valid values 10.92 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ preserves validity 12.06 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] shrinkValidDoesNotShrinkToItself
436.26 s
[genvalidity-sydtest] ✓ [Int] 94.94 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ Int 11.87 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] shrinkValidDoesNotShrinkToItself
436.26 s
[genvalidity-sydtest] ✓ [Ordering] 13.31 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ Ordering 0.47 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] shrinkValidPreservesValidOnGenValid
436.26 s
[genvalidity-sydtest] ✓ Ordering 0.70 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ [Ordering] 20.19 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] Test.Syd.Validity.FunctorSpec
436.26 s
[genvalidity-sydtest] Functor Maybe
436.26 s
[genvalidity-sydtest] fmap :: (a -> b) -> Maybe a -> Maybe b
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
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "Just an ABC :: (Maybe [Char])" 0.25 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] (<$) :: a -> Maybe b -> Maybe a
436.26 s
[genvalidity-sydtest] ✓ is equivalent to its default implementation for "ABC :: [Char]" and "Just an ABC :: (Maybe [Char])" 0.68 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] Functor []
436.26 s
[genvalidity-sydtest] fmap :: (a -> b) -> [] a -> [] b
436.26 s
[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "list of fives :: [Int]" 0.95 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] (<$) :: a -> [] b -> [] a
436.26 s
[genvalidity-sydtest] ✓ is equivalent to its default implementation for "four :: Int" and "list of fives :: [Int]" 2.10 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] Functor []
436.26 s
[genvalidity-sydtest] (<$) :: a -> [] b -> [] a
436.26 s
[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" 2.15 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] fmap :: (a -> b) -> [] a -> [] b
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
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" 5.24 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] Functor (Either Int)
436.26 s
[genvalidity-sydtest] fmap :: (a -> b) -> (Either Int) a -> (Either Int) b
436.26 s
[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "(Either Int) of ints :: (Either Int Int)" 0.56 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] (<$) :: a -> (Either Int) b -> (Either Int) a
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
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] Functor []
436.26 s
[genvalidity-sydtest] (<$) :: a -> [] b -> [] a
436.26 s
[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" 3.79 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] fmap :: (a -> b) -> [] a -> [] b
436.26 s
[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" 1.96 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] Functor Maybe
436.26 s
[genvalidity-sydtest] (<$) :: a -> Maybe b -> Maybe a
436.26 s
[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" 2.46 ms
436.26 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.26 s
[genvalidity-sydtest] fmap :: (a -> b) -> Maybe a -> Maybe b
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" 1.11 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] Functor ((,) Int)
436.27 s
[genvalidity-sydtest] fmap :: (a -> b) -> ((,) Int) a -> ((,) Int) b
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "((,) Int) of ints :: (Int,Int)" 1.97 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] (<$) :: a -> ((,) Int) b -> ((,) Int) a
436.27 s
[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "((,) Int) of ints :: (Int,Int)" 2.44 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] Functor Maybe
436.27 s
[genvalidity-sydtest] (<$) :: a -> Maybe b -> Maybe a
436.27 s
[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" 1.93 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] fmap :: (a -> b) -> Maybe a -> Maybe b
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" 6.04 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] Test.Syd.Validity.ShowSpec
436.27 s
[genvalidity-sydtest] Show (Ratio Integer) and Read (Ratio Integer)
436.27 s
[genvalidity-sydtest] ✓ are implemented such that read . show == id for arbitrary values 4.01 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] Show Int and Read Int
436.27 s
[genvalidity-sydtest] ✓ are implemented such that read . show == id for valid values 2.52 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] Show (Ratio Integer) and Read (Ratio Integer)
436.27 s
[genvalidity-sydtest] ✓ are implemented such that read . show == id for valid values 6.32 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] Show Int and Read Int
436.27 s
[genvalidity-sydtest] ✓ are implemented such that read . show == id for even values 1.23 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] Test.Syd.Validity.ApplicativeSpec
436.27 s
[genvalidity-sydtest] Applicative []
436.27 s
[genvalidity-sydtest] (*>) :: [] a -> [] b -> [] b
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "[] of ints :: [Int]" 2.01 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] (<*) :: [] a -> [] b -> [] a
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] Applicative (Either Int)
436.27 s
[genvalidity-sydtest] (*>) :: (Either Int) a -> (Either Int) b -> (Either Int) b
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] (<*) :: (Either Int) a -> (Either Int) b -> (Either Int) a
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] pure :: a -> (Either Int) a and (<*>) :: (Either Int) (a -> b) -> (Either Int) a -> (Either Int) b
436.27 s
[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "(Either Int) of ints :: (Either Int Int)" 0.68 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] Applicative Maybe
436.27 s
[genvalidity-sydtest] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "Maybe of ints :: (Maybe Int)" 0.33 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] (<*) :: Maybe a -> Maybe b -> Maybe a
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] (*>) :: Maybe a -> Maybe b -> Maybe b
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] Applicative Maybe
436.27 s
[genvalidity-sydtest] (<*) :: Maybe a -> Maybe b -> Maybe a
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] (*>) :: Maybe a -> Maybe b -> Maybe b
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
436.27 s
[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "Just an ABC :: (Maybe [Char])" 0.31 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] Applicative []
436.27 s
[genvalidity-sydtest] (*>) :: [] a -> [] b -> [] b
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "[] of ints :: [Int]" 1.96 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] (<*) :: [] a -> [] b -> [] a
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] Applicative []
436.27 s
[genvalidity-sydtest] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "list of fives :: [Int]" 2.71 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] (<*) :: [] a -> [] b -> [] a
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] (*>) :: [] a -> [] b -> [] b
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] Applicative Maybe
436.27 s
[genvalidity-sydtest] (*>) :: Maybe a -> Maybe b -> Maybe b
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] (<*) :: Maybe a -> Maybe b -> Maybe a
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "Maybe of ints :: (Maybe Int)" 0.28 ms
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
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
436.27 s
[genvalidity-sydtest] passed for all of 100 inputs.
436.27 s
[genvalidity-sydtest]
436.27 s
[genvalidity-sydtest] Examples: 24402
436.27 s
[genvalidity-sydtest] Passed: 246
436.27 s
[genvalidity-sydtest] Failed: 0
436.27 s
[genvalidity-sydtest] Sum of test runtimes: 1.17 seconds
436.27 s
[genvalidity-sydtest] Test suite took: 0.24 seconds
436.27 s
[genvalidity-sydtest]
436.27 s
[genvalidity-sydtest] Test suite genvalidity-sydtest-test: PASS
436.27 s
[genvalidity-sydtest] Test suite logged to:
436.27 s
[genvalidity-sydtest] dist/test/genvalidity-sydtest-1.0.1.0-genvalidity-sydtest-test.log
436.27 s
[genvalidity-sydtest] 1 of 1 test suites (1 of 1 test cases) passed.
436.28 s
[genvalidity-sydtest] Phase: haddockPhase
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
437.53 s
[post-build-hook] Pushing 4 paths (112 are already present) using zstd to cache smos ⏳
437.53 s
[post-build-hook]
437.87 s
[post-build-hook] Pushing /nix/store/gl70i1000bih4ddns7q8ln363c3cq6gm-conformance-0.1.0.0-doc (427.37 KiB)
437.89 s
[post-build-hook] Pushing /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0 (53.61 MiB)
437.89 s
[post-build-hook] Pushing /nix/store/zmzv1mgn74z2w9sj5ly2bsxr2fhqg1i1-ical-0.0.0.0-doc (11.35 MiB)
437.91 s
[post-build-hook] Pushing /nix/store/m6pcfnbz1jq27qdwaxzl0gw07k4ahrp0-conformance-0.1.0.0 (1.38 MiB)
440.03 s
[post-build-hook]
440.03 s
[post-build-hook] All done.
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
440.12 s
[post-build-hook] copying 0 paths...
440.24 s
[post-build-hook] copying 0 paths...
440.33 s
Progress: 114 of 146 built (4 building), 815 of 815 downloaded from cache
440.39 s
Building ical-recurrence-source
440.39 s
[genvalidity-sydtest] Preprocessing library for genvalidity-sydtest-1.0.1.0...
440.39 s
[genvalidity-sydtest] Running Haddock on library for genvalidity-sydtest-1.0.1.0...
440.39 s
[genvalidity-sydtest] Warning: The documentation for the following packages are not installed. No
440.39 s
[genvalidity-sydtest] links will be generated to these packages: attoparsec-0.14.4,
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
440.39 s
[genvalidity-sydtest] [ 1 of 34] Compiling Paths_genvalidity_sydtest ( dist/build/autogen/Paths_genvalidity_sydtest.hs, nothing )
440.39 s
[genvalidity-sydtest] [ 2 of 34] Compiling Test.Syd.Validity.Functions.Idempotence ( src/Test/Syd/Validity/Functions/Idempotence.hs, nothing )
440.39 s
[genvalidity-sydtest] [ 3 of 34] Compiling Test.Syd.Validity.Operations.Associativity ( src/Test/Syd/Validity/Operations/Associativity.hs, nothing )
440.39 s
[genvalidity-sydtest] [ 4 of 34] Compiling Test.Syd.Validity.Operations.Commutativity ( src/Test/Syd/Validity/Operations/Commutativity.hs, nothing )
440.39 s
[genvalidity-sydtest] [ 5 of 34] Compiling Test.Syd.Validity.Operations.Identity ( src/Test/Syd/Validity/Operations/Identity.hs, nothing )
440.39 s
[genvalidity-sydtest] [ 6 of 34] Compiling Test.Syd.Validity.Operations ( src/Test/Syd/Validity/Operations.hs, nothing )
440.39 s
[genvalidity-sydtest] [ 7 of 34] Compiling Test.Syd.Validity.Property.Utils ( src/Test/Syd/Validity/Property/Utils.hs, nothing )
440.39 s
[genvalidity-sydtest] [ 8 of 34] Compiling Test.Syd.Validity.GenValidity.Property ( src/Test/Syd/Validity/GenValidity/Property.hs, nothing )
440.39 s
[genvalidity-sydtest] [ 9 of 34] Compiling Test.Syd.Validity.Functions.Validity ( src/Test/Syd/Validity/Functions/Validity.hs, nothing )
440.39 s
[genvalidity-sydtest] [10 of 34] Compiling Test.Syd.Validity.Relations.Antireflexivity ( src/Test/Syd/Validity/Relations/Antireflexivity.hs, nothing )
440.39 s
[genvalidity-sydtest] [11 of 34] Compiling Test.Syd.Validity.Relations.Antisymmetry ( src/Test/Syd/Validity/Relations/Antisymmetry.hs, nothing )
440.39 s
[genvalidity-sydtest] [12 of 34] Compiling Test.Syd.Validity.Relations.Reflexivity ( src/Test/Syd/Validity/Relations/Reflexivity.hs, nothing )
440.39 s
[genvalidity-sydtest] [13 of 34] Compiling Test.Syd.Validity.Relations.Symmetry ( src/Test/Syd/Validity/Relations/Symmetry.hs, nothing )
440.39 s
[genvalidity-sydtest] [14 of 34] Compiling Test.Syd.Validity.Relations.Transitivity ( src/Test/Syd/Validity/Relations/Transitivity.hs, nothing )
440.39 s
[genvalidity-sydtest] [15 of 34] Compiling Test.Syd.Validity.Relations ( src/Test/Syd/Validity/Relations.hs, nothing )
440.39 s
[genvalidity-sydtest] [16 of 34] Compiling Test.Syd.Validity.Shrinking.Property ( src/Test/Syd/Validity/Shrinking/Property.hs, nothing )
440.39 s
[genvalidity-sydtest] [17 of 34] Compiling Test.Syd.Validity.Types ( src/Test/Syd/Validity/Types.hs, nothing )
440.39 s
[genvalidity-sydtest] [18 of 34] Compiling Test.Syd.Validity.Functions.Inverse ( src/Test/Syd/Validity/Functions/Inverse.hs, nothing )
440.39 s
[genvalidity-sydtest] [19 of 34] Compiling Test.Syd.Validity.Functions.Equivalence ( src/Test/Syd/Validity/Functions/Equivalence.hs, nothing )
440.39 s
[genvalidity-sydtest] [20 of 34] Compiling Test.Syd.Validity.Functions.CanFail ( src/Test/Syd/Validity/Functions/CanFail.hs, nothing )
440.39 s
[genvalidity-sydtest] [21 of 34] Compiling Test.Syd.Validity.Functions ( src/Test/Syd/Validity/Functions.hs, nothing )
440.39 s
[genvalidity-sydtest] [22 of 34] Compiling Test.Syd.Validity.Property ( src/Test/Syd/Validity/Property.hs, nothing )
440.39 s
[genvalidity-sydtest] [23 of 34] Compiling Test.Syd.Validity.Utils ( src/Test/Syd/Validity/Utils.hs, nothing )
440.39 s
[genvalidity-sydtest] [24 of 34] Compiling Test.Syd.Validity.Shrinking ( src/Test/Syd/Validity/Shrinking.hs, nothing )
440.39 s
[genvalidity-sydtest] [25 of 34] Compiling Test.Syd.Validity.Show ( src/Test/Syd/Validity/Show.hs, nothing )
440.39 s
[genvalidity-sydtest] [26 of 34] Compiling Test.Syd.Validity.Ord ( src/Test/Syd/Validity/Ord.hs, nothing )
440.39 s
[genvalidity-sydtest] [27 of 34] Compiling Test.Syd.Validity.Monoid ( src/Test/Syd/Validity/Monoid.hs, nothing )
440.39 s
[genvalidity-sydtest] [28 of 34] Compiling Test.Syd.Validity.Monad ( src/Test/Syd/Validity/Monad.hs, nothing )
440.39 s
[genvalidity-sydtest] [29 of 34] Compiling Test.Syd.Validity.GenValidity ( src/Test/Syd/Validity/GenValidity.hs, nothing )
440.39 s
[genvalidity-sydtest] [30 of 34] Compiling Test.Syd.Validity.Functor ( src/Test/Syd/Validity/Functor.hs, nothing )
440.39 s
[genvalidity-sydtest] [31 of 34] Compiling Test.Syd.Validity.Eq ( src/Test/Syd/Validity/Eq.hs, nothing )
440.39 s
[genvalidity-sydtest] [32 of 34] Compiling Test.Syd.Validity.Arbitrary ( src/Test/Syd/Validity/Arbitrary.hs, nothing )
440.39 s
[genvalidity-sydtest] [33 of 34] Compiling Test.Syd.Validity.Applicative ( src/Test/Syd/Validity/Applicative.hs, nothing )
440.39 s
[genvalidity-sydtest] [34 of 34] Compiling Test.Syd.Validity ( src/Test/Syd/Validity.hs, nothing )
440.39 s
[genvalidity-sydtest] Haddock coverage:
440.39 s
[genvalidity-sydtest] 50% ( 2 / 4) in 'Test.Syd.Validity.Functions.Idempotence'
440.39 s
[genvalidity-sydtest] Missing documentation for:
440.39 s
[sydtest-persistent] Dependency base >=4.7 && <5: using base-4.20.2.0
440.39 s
[sydtest-persistent] Dependency bytestring: using bytestring-0.12.2.0
440.39 s
[sydtest-persistent] Dependency mtl: using mtl-2.3.1
440.39 s
[sydtest-persistent] Dependency persistent: using persistent-2.17.1.0
440.39 s
[sydtest-persistent] Dependency sydtest >=0.17: using sydtest-0.23.0.1
440.39 s
[sydtest-persistent] Dependency text: using text-2.1.3
440.39 s
[sydtest-persistent] Dependency unliftio: using unliftio-0.2.25.1
440.39 s
[sydtest-persistent] Source component graph: component lib
440.39 s
[sydtest-persistent] Configured component graph:
440.39 s
[sydtest-persistent] component sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
440.39 s
[sydtest-persistent] include base-4.20.2.0-fafd
440.39 s
[sydtest-persistent] include bytestring-0.12.2.0-96e1
440.39 s
[sydtest-persistent] include mtl-2.3.1-37af
440.39 s
[sydtest-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
440.39 s
[sydtest-persistent] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
440.39 s
[sydtest-persistent] include text-2.1.3-34f1
440.39 s
[sydtest-persistent] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
440.39 s
[sydtest-persistent] Linked component graph:
440.39 s
[sydtest-persistent] unit sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
440.39 s
[sydtest-persistent] include base-4.20.2.0-fafd
440.39 s
[sydtest-persistent] include bytestring-0.12.2.0-96e1
440.39 s
[sydtest-persistent] include mtl-2.3.1-37af
440.39 s
[sydtest-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
440.39 s
[sydtest-persistent] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
440.39 s
[sydtest-persistent] include text-2.1.3-34f1
440.39 s
[sydtest-persistent] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
440.39 s
[sydtest-persistent] Test.Syd.Persistent=sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U:Test.Syd.Persistent
440.39 s
[sydtest-persistent] Ready component graph:
440.39 s
[sydtest-persistent] definite sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
440.39 s
[sydtest-persistent] depends base-4.20.2.0-fafd
440.39 s
[sydtest-persistent] depends bytestring-0.12.2.0-96e1
440.39 s
[sydtest-persistent] depends mtl-2.3.1-37af
440.39 s
[sydtest-persistent] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
440.39 s
[sydtest-persistent] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
440.39 s
[sydtest-persistent] depends text-2.1.3-34f1
440.39 s
[sydtest-persistent] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
440.39 s
[sydtest-persistent] Using Cabal-3.12.1.0 compiled by ghc-9.10
440.39 s
[sydtest-persistent] Using compiler: ghc-9.10.3
440.39 s
[sydtest-persistent] Using install prefix:
440.39 s
[sydtest-persistent] /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0
440.39 s
[sydtest-persistent] Executables installed in:
440.39 s
[sydtest-persistent] /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/bin
440.39 s
[sydtest-persistent] Libraries installed in:
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
440.39 s
[sydtest-persistent] Dynamic Libraries installed in:
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
440.39 s
[sydtest-persistent] Private executables installed in:
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
440.39 s
[sydtest-persistent] Data files installed in:
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
440.39 s
[sydtest-persistent] Documentation installed in:
440.39 s
[sydtest-persistent] /nix/store/jw0wlpcp48qjk72qbnyj7jp3g65ra62q-sydtest-persistent-0.1.0.0-doc/share/doc/sydtest-persistent-0.1.0.0
440.39 s
[sydtest-persistent] Configuration files installed in:
440.39 s
[sydtest-persistent] /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/etc
440.39 s
[sydtest-persistent] No alex found
440.39 s
[sydtest-persistent] Using ar found on system at:
440.39 s
[sydtest-persistent] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
440.39 s
[sydtest-persistent] No c2hs found
440.39 s
[sydtest-persistent] No cpphs found
440.39 s
[sydtest-persistent] No doctest found
440.39 s
[sydtest-persistent] Using gcc version 14.3.0 given by user at:
440.39 s
[sydtest-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
440.39 s
[sydtest-persistent] Using ghc version 9.10.3 found on system at:
440.39 s
[sydtest-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
440.39 s
[sydtest-persistent] Using ghc-pkg version 9.10.3 found on system at:
440.39 s
[sydtest-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
440.39 s
[sydtest-persistent] No ghcjs found
440.39 s
[sydtest-persistent] No ghcjs-pkg found
440.39 s
[sydtest-persistent] No greencard found
440.39 s
[sydtest-persistent] Using haddock version 2.31.1 found on system at:
440.39 s
[sydtest-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
440.39 s
[sydtest-persistent] No happy found
440.39 s
[sydtest-persistent] Using haskell-suite found on system at: haskell-suite-dummy-location
440.39 s
[sydtest-persistent] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
440.39 s
[sydtest-persistent] No hmake found
440.39 s
[sydtest-persistent] Using hpc version 0.69 found on system at:
440.39 s
[sydtest-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
440.39 s
[sydtest-persistent] Using hsc2hs version 0.68.10 found on system at:
440.39 s
[sydtest-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
440.39 s
[sydtest-persistent] Using hscolour version 1.25 found on system at:
440.39 s
[sydtest-persistent] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
440.39 s
[sydtest-persistent] No jhc found
440.39 s
[sydtest-persistent] Using ld found on system at:
440.39 s
[sydtest-wai] Phase: setupCompilerEnvironmentPhase
440.39 s
[sydtest-wai] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
440.39 s
[sydtest-wai] Phase: unpackPhase
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
440.39 s
[sydtest-wai] source root is sydtest-wai-0.2.0.2
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"
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
440.39 s
[sydtest-wai] Phase: patchPhase
440.39 s
[sydtest-wai] Phase: compileBuildDriverPhase
440.39 s
[sydtest-wai] setupCompileFlags: -package-db=/build/tmp.2ApN9yqMUR/setup-package.conf.d -threaded
440.39 s
[sydtest-wai] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.2ApN9yqMUR/Main.o )
440.39 s
[sydtest-wai] [2 of 2] Linking Setup
440.39 s
[sydtest-wai] Phase: updateAutotoolsGnuConfigScriptsPhase
440.39 s
[sydtest-wai] Phase: configurePhase
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
440.39 s
[sydtest-wai] Using Parsec parser
440.39 s
[sydtest-wai] Configuring sydtest-wai-0.2.0.2...
440.40 s
[sydtest-wai] Dependency base >=4.7 && <5: using base-4.20.2.0
440.40 s
[sydtest-wai] Dependency bytestring: using bytestring-0.12.2.0
440.40 s
[sydtest-wai] Dependency case-insensitive: using case-insensitive-1.2.1.0
440.40 s
[sydtest-wai] Dependency http-client: using http-client-0.7.19
440.40 s
[sydtest-wai] Dependency http-types: using http-types-0.12.4
440.40 s
[sydtest-wai] Dependency mtl: using mtl-2.3.1
440.40 s
[sydtest-wai] Dependency network: using network-3.2.8.0
440.40 s
[sydtest-wai] Dependency sydtest >=0.3.0.0: using sydtest-0.23.0.1
440.40 s
[sydtest-wai] Dependency text: using text-2.1.3
440.40 s
[sydtest-wai] Dependency time: using time-1.12.2
440.40 s
[sydtest-wai] Dependency wai: using wai-3.2.4
440.40 s
[sydtest-wai] Dependency warp: using warp-3.4.9
440.40 s
[sydtest-wai] Dependency base >=4.7 && <5: using base-4.20.2.0
440.40 s
[sydtest-wai] Dependency http-client: using http-client-0.7.19
440.40 s
[sydtest-wai] Dependency http-types: using http-types-0.12.4
440.40 s
[sydtest-wai] Dependency sydtest: using sydtest-0.23.0.1
440.40 s
[sydtest-wai] Dependency sydtest-wai: using sydtest-wai-0.2.0.2
440.40 s
[sydtest-wai] Dependency wai: using wai-3.2.4
440.40 s
[sydtest-wai] Source component graph:
440.40 s
[sydtest-wai] component lib
440.40 s
[sydtest-wai] component test:sydtest-wai-test dependency lib
440.40 s
[sydtest-wai] Configured component graph:
440.40 s
[sydtest-wai] component sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
440.40 s
[sydtest-wai] include base-4.20.2.0-fafd
440.40 s
[sydtest-wai] include bytestring-0.12.2.0-96e1
440.40 s
[sydtest-wai] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
440.40 s
[sydtest-wai] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
440.40 s
[sydtest-wai] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
440.40 s
[sydtest-wai] include mtl-2.3.1-37af
440.40 s
[sydtest-wai] include network-3.2.8.0-JTLTzLiffTd6oacQIZu7Ay
440.40 s
[genvalidity-sydtest] idempotentOnGen (src/Test/Syd/Validity/Functions/Idempotence.hs:17)
440.40 s
[genvalidity-sydtest] idempotent (src/Test/Syd/Validity/Functions/Idempotence.hs:20)
440.40 s
[genvalidity-sydtest] 75% ( 3 / 4) in 'Test.Syd.Validity.Operations.Associativity'
440.40 s
[genvalidity-sydtest] Missing documentation for:
440.40 s
[genvalidity-sydtest] Module header
440.40 s
[genvalidity-sydtest] 75% ( 3 / 4) in 'Test.Syd.Validity.Operations.Commutativity'
440.40 s
[genvalidity-sydtest] Missing documentation for:
440.40 s
[genvalidity-sydtest] Module header
440.40 s
[genvalidity-sydtest] 64% ( 9 / 14) in 'Test.Syd.Validity.Operations.Identity'
440.40 s
[genvalidity-sydtest] Missing documentation for:
440.40 s
[genvalidity-sydtest] Module header
440.40 s
[genvalidity-sydtest] leftIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:54)
440.40 s
[genvalidity-sydtest] leftIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:66)
440.40 s
[genvalidity-sydtest] rightIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:111)
440.40 s
[genvalidity-sydtest] rightIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:123)
440.40 s
[genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Operations'
440.40 s
[genvalidity-sydtest] 0% ( 0 / 6) in 'Test.Syd.Validity.Property.Utils'
440.40 s
[genvalidity-sydtest] Missing documentation for:
440.40 s
[genvalidity-sydtest] Module header
440.40 s
[genvalidity-sydtest] forAllValid (src/Test/Syd/Validity/Property/Utils.hs:15)
440.40 s
[genvalidity-sydtest] shouldBeValid (src/Test/Syd/Validity/Property/Utils.hs:24)
440.40 s
[genvalidity-sydtest] shouldBeInvalid (src/Test/Syd/Validity/Property/Utils.hs:40)
440.40 s
[genvalidity-sydtest] <==> (src/Test/Syd/Validity/Property/Utils.hs:21)
440.40 s
[genvalidity-sydtest] ===> (src/Test/Syd/Validity/Property/Utils.hs:18)
440.40 s
[genvalidity-sydtest] 100% ( 3 / 3) in 'Test.Syd.Validity.GenValidity.Property'
440.40 s
[genvalidity-sydtest] 40% ( 4 / 10) in 'Test.Syd.Validity.Functions.Validity'
440.40 s
[genvalidity-sydtest] Missing documentation for:
440.40 s
[genvalidity-sydtest] producesValidsOnGens2 (src/Test/Syd/Validity/Functions/Validity.hs:51)
440.40 s
[genvalidity-sydtest] producesValid2 (src/Test/Syd/Validity/Functions/Validity.hs:58)
440.40 s
[genvalidity-sydtest] producesValidsOnArbitrary2 (src/Test/Syd/Validity/Functions/Validity.hs:64)
440.40 s
[genvalidity-sydtest] producesValidsOnGens3 (src/Test/Syd/Validity/Functions/Validity.hs:72)
440.40 s
[genvalidity-sydtest] producesValid3 (src/Test/Syd/Validity/Functions/Validity.hs:87)
440.40 s
[genvalidity-sydtest] producesValidsOnArbitrary3 (src/Test/Syd/Validity/Functions/Validity.hs:101)
440.40 s
[genvalidity-sydtest] 60% ( 3 / 5) in 'Test.Syd.Validity.Relations.Antireflexivity'
440.40 s
[genvalidity-sydtest] Missing documentation for:
440.40 s
[genvalidity-sydtest] Module header
440.40 s
[genvalidity-sydtest] antireflexivityOnGen (src/Test/Syd/Validity/Relations/Antireflexivity.hs:32)
440.40 s
[genvalidity-sydtest] 50% ( 3 / 6) in 'Test.Syd.Validity.Relations.Antisymmetry'
440.40 s
[genvalidity-sydtest] Missing documentation for:
440.40 s
[genvalidity-sydtest] Module header
440.40 s
[genvalidity-sydtest] antisymmetryOnGensWithEquality (src/Test/Syd/Validity/Relations/Antisymmetry.hs:43)
440.40 s
[genvalidity-sydtest] antisymmetryOnGens (src/Test/Syd/Validity/Relations/Antisymmetry.hs:54)
440.40 s
[genvalidity-sydtest] 60% ( 3 / 5) in 'Test.Syd.Validity.Relations.Reflexivity'
440.40 s
[genvalidity-sydtest] Missing documentation for:
440.40 s
[genvalidity-sydtest] Module header
440.40 s
[genvalidity-sydtest] reflexivityOnGen (src/Test/Syd/Validity/Relations/Reflexivity.hs:32)
440.40 s
[genvalidity-sydtest] 60% ( 3 / 5) in 'Test.Syd.Validity.Relations.Symmetry'
440.40 s
[genvalidity-sydtest] Missing documentation for:
440.40 s
[genvalidity-sydtest] Module header
440.40 s
[genvalidity-sydtest] symmetryOnGens (src/Test/Syd/Validity/Relations/Symmetry.hs:34)
440.40 s
[genvalidity-sydtest] 60% ( 3 / 5) in 'Test.Syd.Validity.Relations.Transitivity'
440.40 s
[genvalidity-sydtest] Missing documentation for:
440.40 s
[genvalidity-sydtest] Module header
440.40 s
[genvalidity-sydtest] transitivityOnGens (src/Test/Syd/Validity/Relations/Transitivity.hs:35)
440.40 s
[genvalidity-sydtest] 100% ( 6 / 6) in 'Test.Syd.Validity.Relations'
440.40 s
[genvalidity-sydtest] 100% ( 13 / 13) in 'Test.Syd.Validity.Shrinking.Property'
440.40 s
[genvalidity-sydtest] 50% ( 1 / 2) in 'Test.Syd.Validity.Types'
440.40 s
[genvalidity-sydtest] Missing documentation for:
440.40 s
[genvalidity-sydtest] Module header
440.40 s
[genvalidity-sydtest] 15% ( 2 / 13) in 'Test.Syd.Validity.Functions.Inverse'
440.40 s
[genvalidity-sydtest] Missing documentation for:
440.40 s
[genvalidity-sydtest] inverseFunctionsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:28)
440.40 s
[genvalidity-sydtest] inverseFunctions (src/Test/Syd/Validity/Functions/Inverse.hs:33)
440.40 s
[genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:49)
440.40 s
[genvalidity-sydtest] inverseFunctionsIfFirstSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:60)
440.40 s
[genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:68)
440.40 s
[genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:78)
440.40 s
[genvalidity-sydtest] inverseFunctionsIfSecondSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:89)
440.40 s
[genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:97)
440.40 s
[genvalidity-sydtest] inverseFunctionsIfSucceedOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:107)
440.40 s
[genvalidity-sydtest] inverseFunctionsIfSucceed (src/Test/Syd/Validity/Functions/Inverse.hs:120)
440.40 s
[genvalidity-sydtest] inverseFunctionsIfSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:128)
440.40 s
[genvalidity-sydtest] 7% ( 2 / 28) in 'Test.Syd.Validity.Functions.Equivalence'
440.40 s
[genvalidity-sydtest] Missing documentation for:
440.40 s
[sydtest-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
440.40 s
[sydtest-persistent] No pkg-config found
440.40 s
[sydtest-persistent] Using runghc version 9.10.3 found on system at:
440.40 s
[sydtest-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
440.40 s
[sydtest-persistent] Using strip version 2.44 found on system at:
440.40 s
[sydtest-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
440.40 s
[sydtest-persistent] Using tar found on system at:
440.40 s
[sydtest-persistent] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
440.40 s
[sydtest-persistent] No uhc found
440.40 s
[sydtest-persistent] Phase: buildPhase
440.40 s
[sydtest-persistent] Preprocessing library for sydtest-persistent-0.1.0.0...
440.40 s
[sydtest-persistent] Building library for sydtest-persistent-0.1.0.0...
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 )
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 )
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 )
440.40 s
[sydtest-persistent] [2 of 2] Compiling Test.Syd.Persistent ( src/Test/Syd/Persistent.hs, dist/build/Test/Syd/Persistent.p_o )
440.40 s
[sydtest-wai] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
440.40 s
[sydtest-wai] include text-2.1.3-34f1
440.40 s
[sydtest-wai] include time-1.12.2-3479
440.40 s
[sydtest-wai] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
440.40 s
[sydtest-wai] include warp-3.4.9-IPNas4L2jy5JqoLVsPSVjo
440.40 s
[sydtest-wai] component sydtest-wai-0.2.0.2-Lshs1auArcx4dVULwrakz7-sydtest-wai-test
440.40 s
[sydtest-wai] include base-4.20.2.0-fafd
440.40 s
[sydtest-wai] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
440.40 s
[sydtest-wai] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
440.40 s
[sydtest-wai] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
440.40 s
[sydtest-wai] include sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
440.40 s
[sydtest-wai] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
440.40 s
[sydtest-wai] Linked component graph:
440.40 s
[sydtest-wai] unit sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
440.40 s
[sydtest-wai] include base-4.20.2.0-fafd
440.40 s
[sydtest-wai] include bytestring-0.12.2.0-96e1
440.40 s
[sydtest-wai] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
440.40 s
[sydtest-wai] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
440.40 s
[sydtest-wai] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
440.40 s
[sydtest-wai] include mtl-2.3.1-37af
440.40 s
[sydtest-wai] include network-3.2.8.0-JTLTzLiffTd6oacQIZu7Ay
440.40 s
[sydtest-wai] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
440.40 s
[sydtest-wai] include text-2.1.3-34f1
440.40 s
[sydtest-wai] include time-1.12.2-3479
440.40 s
[sydtest-wai] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
440.40 s
[sydtest-wai] include warp-3.4.9-IPNas4L2jy5JqoLVsPSVjo
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
440.40 s
[sydtest-wai] unit sydtest-wai-0.2.0.2-Lshs1auArcx4dVULwrakz7-sydtest-wai-test
440.40 s
[sydtest-wai] include base-4.20.2.0-fafd
440.40 s
[sydtest-wai] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
440.40 s
[sydtest-wai] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
440.40 s
[sydtest-wai] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
440.40 s
[sydtest-wai] include sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
440.40 s
[sydtest-wai] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
440.40 s
[sydtest-wai] Ready component graph:
440.40 s
[sydtest-wai] definite sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
440.40 s
[sydtest-wai] depends base-4.20.2.0-fafd
440.40 s
[sydtest-wai] depends bytestring-0.12.2.0-96e1
440.40 s
[sydtest-wai] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
440.40 s
[sydtest-wai] depends http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
440.40 s
[sydtest-wai] depends http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
440.40 s
[sydtest-wai] depends mtl-2.3.1-37af
440.40 s
[sydtest-wai] depends network-3.2.8.0-JTLTzLiffTd6oacQIZu7Ay
440.40 s
[sydtest-wai] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
440.40 s
[sydtest-wai] depends text-2.1.3-34f1
440.40 s
[sydtest-wai] depends time-1.12.2-3479
440.40 s
[sydtest-wai] depends wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
440.40 s
[sydtest-wai] depends warp-3.4.9-IPNas4L2jy5JqoLVsPSVjo
440.40 s
[sydtest-wai] definite sydtest-wai-0.2.0.2-Lshs1auArcx4dVULwrakz7-sydtest-wai-test
440.40 s
[sydtest-wai] depends base-4.20.2.0-fafd
440.40 s
[sydtest-wai] depends http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
440.40 s
[sydtest-wai] depends http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
440.40 s
[sydtest-wai] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
440.40 s
[sydtest-wai] depends sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
440.40 s
[sydtest-wai] depends wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
440.40 s
[sydtest-wai] Using Cabal-3.12.1.0 compiled by ghc-9.10
440.40 s
[sydtest-wai] Using compiler: ghc-9.10.3
440.40 s
[sydtest-wai] Using install prefix:
440.40 s
[sydtest-wai] /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2
440.40 s
[sydtest-wai] Executables installed in:
440.40 s
[sydtest-wai] /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2/bin
440.40 s
[sydtest-wai] Libraries installed in:
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
440.40 s
[sydtest-wai] Dynamic Libraries installed in:
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
440.40 s
[sydtest-wai] Private executables installed in:
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
440.40 s
[sydtest-wai] Data files installed in:
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
440.40 s
[sydtest-wai] Documentation installed in:
440.40 s
[sydtest-wai] /nix/store/krmijk69h7iylfd6rxag0ij1ziy389x6-sydtest-wai-0.2.0.2-doc/share/doc/sydtest-wai-0.2.0.2
440.40 s
[sydtest-wai] Configuration files installed in:
440.40 s
[genvalidity-sydtest] Module header
440.40 s
[genvalidity-sydtest] equivalentOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:47)
440.40 s
[genvalidity-sydtest] equivalent (src/Test/Syd/Validity/Functions/Equivalence.hs:54)
440.40 s
[genvalidity-sydtest] equivalentOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:73)
440.40 s
[genvalidity-sydtest] equivalent2 (src/Test/Syd/Validity/Functions/Equivalence.hs:81)
440.40 s
[genvalidity-sydtest] equivalentWhenFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:100)
440.40 s
[genvalidity-sydtest] equivalentWhenFirstSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:119)
440.40 s
[genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:111)
440.40 s
[genvalidity-sydtest] equivalentWhenFirstSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:129)
440.40 s
[genvalidity-sydtest] equivalentWhenFirstSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:162)
440.40 s
[genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:147)
440.40 s
[genvalidity-sydtest] equivalentWhenSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:172)
440.40 s
[genvalidity-sydtest] equivalentWhenSecondSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:191)
440.40 s
[genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:183)
440.40 s
[genvalidity-sydtest] equivalentWhenSecondSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:201)
440.40 s
[genvalidity-sydtest] equivalentWhenSecondSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:234)
440.40 s
[genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:219)
440.40 s
[genvalidity-sydtest] equivalentWhenSucceedOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:244)
440.40 s
[genvalidity-sydtest] equivalentWhenSucceed (src/Test/Syd/Validity/Functions/Equivalence.hs:258)
440.40 s
[genvalidity-sydtest] equivalentWhenSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:266)
440.40 s
[genvalidity-sydtest] equivalentWhenSucceedOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:276)
440.40 s
[genvalidity-sydtest] equivalentWhenSucceed2 (src/Test/Syd/Validity/Functions/Equivalence.hs:312)
440.40 s
[genvalidity-sydtest] equivalentWhenSucceedOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:297)
440.40 s
[genvalidity-sydtest] equivalentOnGens3 (src/Test/Syd/Validity/Functions/Equivalence.hs:322)
440.40 s
[genvalidity-sydtest] equivalent3 (src/Test/Syd/Validity/Functions/Equivalence.hs:338)
440.40 s
[genvalidity-sydtest] equivalentOnArbitrary3 (src/Test/Syd/Validity/Functions/Equivalence.hs:353)
440.40 s
[genvalidity-sydtest] 38% ( 7 / 18) in 'Test.Syd.Validity.Functions.CanFail'
440.40 s
[genvalidity-sydtest] Missing documentation for:
440.40 s
[genvalidity-sydtest] Module header
440.40 s
[genvalidity-sydtest] succeedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:77)
440.40 s
[genvalidity-sydtest] succeeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:84)
440.40 s
[genvalidity-sydtest] succeedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:90)
440.40 s
[genvalidity-sydtest] failsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:100)
440.40 s
[genvalidity-sydtest] validIfSucceedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:109)
440.40 s
[genvalidity-sydtest] validIfSucceeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:119)
440.40 s
[genvalidity-sydtest] validIfSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:125)
440.40 s
[genvalidity-sydtest] validIfSucceedsOnGens3 (src/Test/Syd/Validity/Functions/CanFail.hs:133)
440.40 s
[genvalidity-sydtest] validIfSucceeds3 (src/Test/Syd/Validity/Functions/CanFail.hs:152)
440.40 s
[genvalidity-sydtest] validIfSucceedsOnArbitrary3 (src/Test/Syd/Validity/Functions/CanFail.hs:158)
440.40 s
[genvalidity-sydtest] 100% ( 6 / 6) in 'Test.Syd.Validity.Functions'
440.40 s
[genvalidity-sydtest] 54% ( 80 /146) in 'Test.Syd.Validity.Property'
440.40 s
[genvalidity-sydtest] Missing documentation for:
440.40 s
[genvalidity-sydtest] Module header
440.40 s
[genvalidity-sydtest] forAllValid (src/Test/Syd/Validity/Property/Utils.hs:15)
440.40 s
[genvalidity-sydtest] producesValidsOnGens2 (src/Test/Syd/Validity/Functions/Validity.hs:51)
440.40 s
[genvalidity-sydtest] producesValid2 (src/Test/Syd/Validity/Functions/Validity.hs:58)
440.40 s
[genvalidity-sydtest] producesValidsOnArbitrary2 (src/Test/Syd/Validity/Functions/Validity.hs:64)
440.40 s
[genvalidity-sydtest] producesValidsOnGens3 (src/Test/Syd/Validity/Functions/Validity.hs:72)
440.40 s
[genvalidity-sydtest] producesValid3 (src/Test/Syd/Validity/Functions/Validity.hs:87)
440.40 s
[genvalidity-sydtest] producesValidsOnArbitrary3 (src/Test/Syd/Validity/Functions/Validity.hs:101)
440.40 s
[genvalidity-sydtest] succeedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:77)
440.40 s
[genvalidity-sydtest] succeeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:84)
440.40 s
[genvalidity-sydtest] succeedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:90)
440.40 s
[genvalidity-sydtest] failsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:100)
440.40 s
[genvalidity-sydtest] validIfSucceedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:109)
440.40 s
[genvalidity-sydtest] validIfSucceeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:119)
440.40 s
[sydtest-wai] /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2/etc
440.40 s
[sydtest-wai] No alex found
440.40 s
[sydtest-wai] Using ar found on system at:
440.40 s
[sydtest-wai] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
440.40 s
[sydtest-wai] No c2hs found
440.40 s
[sydtest-wai] No cpphs found
440.40 s
[sydtest-wai] No doctest found
440.40 s
[sydtest-wai] Using gcc version 14.3.0 given by user at:
440.40 s
[sydtest-wai] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
440.40 s
[sydtest-wai] Using ghc version 9.10.3 found on system at:
440.40 s
[sydtest-wai] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
440.40 s
[sydtest-wai] Using ghc-pkg version 9.10.3 found on system at:
440.40 s
[sydtest-wai] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
440.40 s
[sydtest-wai] No ghcjs found
440.40 s
[sydtest-wai] No ghcjs-pkg found
440.40 s
[sydtest-wai] No greencard found
440.40 s
[sydtest-wai] Using haddock version 2.31.1 found on system at:
440.40 s
[sydtest-wai] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
440.40 s
[sydtest-wai] No happy found
440.41 s
[sydtest-wai] Using haskell-suite found on system at: haskell-suite-dummy-location
440.41 s
[sydtest-wai] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
440.41 s
[sydtest-wai] No hmake found
440.41 s
[sydtest-wai] Using hpc version 0.69 found on system at:
440.41 s
[sydtest-wai] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
440.41 s
[sydtest-wai] Using hsc2hs version 0.68.10 found on system at:
440.41 s
[sydtest-wai] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
440.41 s
[sydtest-wai] Using hscolour version 1.25 found on system at:
440.41 s
[sydtest-wai] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
440.41 s
[sydtest-wai] No jhc found
440.41 s
[sydtest-wai] Using ld found on system at:
440.41 s
[sydtest-wai] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
440.41 s
[sydtest-wai] No pkg-config found
440.41 s
[sydtest-wai] Using runghc version 9.10.3 found on system at:
440.41 s
[sydtest-wai] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
440.41 s
[sydtest-wai] Using strip version 2.44 found on system at:
440.41 s
[sydtest-wai] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
440.41 s
[sydtest-wai] Using tar found on system at:
440.41 s
[sydtest-wai] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
440.41 s
[sydtest-wai] No uhc found
440.41 s
[sydtest-wai] Phase: buildPhase
440.41 s
[sydtest-wai] Preprocessing library for sydtest-wai-0.2.0.2...
440.41 s
[sydtest-wai] Building library for sydtest-wai-0.2.0.2...
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 )
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 )
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 )
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 )
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 )
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 )
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 )
440.56 s
[genvalidity-sydtest] validIfSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:125)
440.56 s
[genvalidity-sydtest] validIfSucceedsOnGens3 (src/Test/Syd/Validity/Functions/CanFail.hs:133)
440.56 s
[genvalidity-sydtest] validIfSucceeds3 (src/Test/Syd/Validity/Functions/CanFail.hs:152)
440.56 s
[genvalidity-sydtest] validIfSucceedsOnArbitrary3 (src/Test/Syd/Validity/Functions/CanFail.hs:158)
440.56 s
[genvalidity-sydtest] equivalentOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:47)
440.56 s
[genvalidity-sydtest] equivalent (src/Test/Syd/Validity/Functions/Equivalence.hs:54)
440.56 s
[genvalidity-sydtest] equivalentOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:73)
440.56 s
[genvalidity-sydtest] equivalent2 (src/Test/Syd/Validity/Functions/Equivalence.hs:81)
440.56 s
[genvalidity-sydtest] equivalentOnGens3 (src/Test/Syd/Validity/Functions/Equivalence.hs:322)
440.56 s
[genvalidity-sydtest] equivalent3 (src/Test/Syd/Validity/Functions/Equivalence.hs:338)
440.56 s
[genvalidity-sydtest] equivalentOnArbitrary3 (src/Test/Syd/Validity/Functions/Equivalence.hs:353)
440.56 s
[genvalidity-sydtest] equivalentWhenFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:100)
440.56 s
[genvalidity-sydtest] equivalentWhenFirstSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:119)
440.56 s
[genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:111)
440.56 s
[genvalidity-sydtest] equivalentWhenFirstSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:129)
440.56 s
[genvalidity-sydtest] equivalentWhenFirstSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:162)
440.56 s
[genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:147)
440.56 s
[genvalidity-sydtest] equivalentWhenSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:172)
440.56 s
[genvalidity-sydtest] equivalentWhenSecondSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:191)
440.56 s
[genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:183)
440.56 s
[genvalidity-sydtest] equivalentWhenSecondSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:201)
440.56 s
[genvalidity-sydtest] equivalentWhenSecondSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:234)
440.56 s
[genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:219)
440.56 s
[genvalidity-sydtest] equivalentWhenSucceedOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:244)
440.56 s
[genvalidity-sydtest] equivalentWhenSucceed (src/Test/Syd/Validity/Functions/Equivalence.hs:258)
440.56 s
[genvalidity-sydtest] equivalentWhenSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:266)
440.56 s
[genvalidity-sydtest] equivalentWhenSucceedOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:276)
440.56 s
[genvalidity-sydtest] equivalentWhenSucceed2 (src/Test/Syd/Validity/Functions/Equivalence.hs:312)
440.56 s
[genvalidity-sydtest] equivalentWhenSucceedOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:297)
440.56 s
[genvalidity-sydtest] inverseFunctionsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:28)
440.56 s
[genvalidity-sydtest] inverseFunctions (src/Test/Syd/Validity/Functions/Inverse.hs:33)
440.56 s
[genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:49)
440.56 s
[genvalidity-sydtest] inverseFunctionsIfFirstSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:60)
440.56 s
[genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:68)
440.56 s
[genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:78)
440.56 s
[genvalidity-sydtest] inverseFunctionsIfSecondSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:89)
440.56 s
[genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:97)
440.56 s
[genvalidity-sydtest] inverseFunctionsIfSucceedOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:107)
440.56 s
[genvalidity-sydtest] inverseFunctionsIfSucceed (src/Test/Syd/Validity/Functions/Inverse.hs:120)
440.56 s
[genvalidity-sydtest] inverseFunctionsIfSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:128)
440.56 s
[genvalidity-sydtest] idempotentOnGen (src/Test/Syd/Validity/Functions/Idempotence.hs:17)
440.56 s
[genvalidity-sydtest] idempotent (src/Test/Syd/Validity/Functions/Idempotence.hs:20)
440.56 s
[genvalidity-sydtest] reflexivityOnGen (src/Test/Syd/Validity/Relations/Reflexivity.hs:32)
440.56 s
[genvalidity-sydtest] transitivityOnGens (src/Test/Syd/Validity/Relations/Transitivity.hs:35)
440.56 s
[genvalidity-sydtest] antisymmetryOnGensWithEquality (src/Test/Syd/Validity/Relations/Antisymmetry.hs:43)
440.56 s
[genvalidity-sydtest] antisymmetryOnGens (src/Test/Syd/Validity/Relations/Antisymmetry.hs:54)
440.56 s
[genvalidity-sydtest] antireflexivityOnGen (src/Test/Syd/Validity/Relations/Antireflexivity.hs:32)
440.56 s
[genvalidity-sydtest] symmetryOnGens (src/Test/Syd/Validity/Relations/Symmetry.hs:34)
440.56 s
[genvalidity-sydtest] leftIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:54)
440.56 s
[genvalidity-sydtest] leftIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:66)
440.56 s
[genvalidity-sydtest] rightIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:111)
440.56 s
[genvalidity-sydtest] rightIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:123)
440.56 s
[genvalidity-sydtest] Warning: 'Spec' is out of scope.
440.56 s
[genvalidity-sydtest] If you qualify the identifier, haddock can try to link it anyway.
440.56 s
[genvalidity-sydtest] 14% ( 1 / 7) in 'Test.Syd.Validity.Utils'
440.56 s
[genvalidity-sydtest] Missing documentation for:
440.56 s
[genvalidity-sydtest] nameOf (src/Test/Syd/Validity/Utils.hs:27)
440.56 s
[genvalidity-sydtest] genDescr (src/Test/Syd/Validity/Utils.hs:38)
440.56 s
[genvalidity-sydtest] binRelStr (src/Test/Syd/Validity/Utils.hs:45)
440.56 s
[genvalidity-sydtest] shouldBeValid (src/Test/Syd/Validity/Property/Utils.hs:24)
440.56 s
[genvalidity-sydtest] shouldBeInvalid (src/Test/Syd/Validity/Property/Utils.hs:40)
440.56 s
[genvalidity-sydtest] Anon (src/Test/Syd/Validity/Utils.hs:49)
440.57 s
[genvalidity-sydtest] 45% ( 5 / 11) in 'Test.Syd.Validity.Shrinking'
440.57 s
[genvalidity-sydtest] Missing documentation for:
440.57 s
[genvalidity-sydtest] shrinkValidSpec (src/Test/Syd/Validity/Shrinking.hs:35)
440.57 s
[genvalidity-sydtest] shrinkValidSpecWithLimit (src/Test/Syd/Validity/Shrinking.hs:48)
440.57 s
[genvalidity-sydtest] shrinkValidPreservesValidOnGenValid (src/Test/Syd/Validity/Shrinking.hs:66)
440.57 s
[genvalidity-sydtest] shrinkValidPreservesValidOnGenValidWithLimit (src/Test/Syd/Validity/Shrinking.hs:74)
440.57 s
[genvalidity-sydtest] shrinkValidDoesNotShrinkToItself (src/Test/Syd/Validity/Shrinking.hs:81)
440.57 s
[genvalidity-sydtest] shrinkValidDoesNotShrinkToItselfWithLimit (src/Test/Syd/Validity/Shrinking.hs:89)
440.57 s
[genvalidity-sydtest] 100% ( 7 / 7) in 'Test.Syd.Validity.Show'
440.57 s
[genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Ord'
440.57 s
[genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Monoid'
440.57 s
[genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Monad'
440.57 s
[genvalidity-sydtest] 100% ( 5 / 5) in 'Test.Syd.Validity.GenValidity'
440.57 s
[genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Functor'
440.57 s
[genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Eq'
440.57 s
[genvalidity-sydtest] 100% ( 3 / 3) in 'Test.Syd.Validity.Arbitrary'
440.57 s
[genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Applicative'
440.57 s
[genvalidity-sydtest] Warning: 'Spec' is out of scope.
440.57 s
[genvalidity-sydtest] If you qualify the identifier, haddock can try to link it anyway.
440.57 s
[genvalidity-sydtest] 63% (122 /192) in 'Test.Syd.Validity'
440.57 s
[genvalidity-sydtest] Missing documentation for:
440.57 s
[genvalidity-sydtest] forAllValid (src/Test/Syd/Validity/Property/Utils.hs:15)
440.57 s
[genvalidity-sydtest] shouldBeValid (src/Test/Syd/Validity/Property/Utils.hs:24)
440.57 s
[genvalidity-sydtest] shouldBeInvalid (src/Test/Syd/Validity/Property/Utils.hs:40)
440.57 s
[genvalidity-sydtest] shrinkValidSpec (src/Test/Syd/Validity/Shrinking.hs:35)
440.57 s
[genvalidity-sydtest] shrinkValidSpecWithLimit (src/Test/Syd/Validity/Shrinking.hs:48)
440.57 s
[genvalidity-sydtest] shrinkValidPreservesValidOnGenValid (src/Test/Syd/Validity/Shrinking.hs:66)
440.57 s
[genvalidity-sydtest] producesValidsOnGens2 (src/Test/Syd/Validity/Functions/Validity.hs:51)
440.57 s
[genvalidity-sydtest] producesValid2 (src/Test/Syd/Validity/Functions/Validity.hs:58)
440.57 s
[genvalidity-sydtest] producesValidsOnArbitrary2 (src/Test/Syd/Validity/Functions/Validity.hs:64)
440.57 s
[genvalidity-sydtest] producesValidsOnGens3 (src/Test/Syd/Validity/Functions/Validity.hs:72)
440.57 s
[genvalidity-sydtest] producesValid3 (src/Test/Syd/Validity/Functions/Validity.hs:87)
440.57 s
[genvalidity-sydtest] producesValidsOnArbitrary3 (src/Test/Syd/Validity/Functions/Validity.hs:101)
440.57 s
[genvalidity-sydtest] succeedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:77)
440.57 s
[genvalidity-sydtest] succeeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:84)
440.57 s
[genvalidity-sydtest] succeedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:90)
440.57 s
[genvalidity-sydtest] failsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:100)
440.57 s
[genvalidity-sydtest] validIfSucceedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:109)
440.57 s
[genvalidity-sydtest] validIfSucceeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:119)
440.57 s
[genvalidity-sydtest] validIfSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:125)
440.57 s
[genvalidity-sydtest] validIfSucceedsOnGens3 (src/Test/Syd/Validity/Functions/CanFail.hs:133)
440.57 s
[genvalidity-sydtest] validIfSucceeds3 (src/Test/Syd/Validity/Functions/CanFail.hs:152)
440.57 s
[genvalidity-sydtest] validIfSucceedsOnArbitrary3 (src/Test/Syd/Validity/Functions/CanFail.hs:158)
440.57 s
[genvalidity-sydtest] equivalentOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:47)
440.57 s
[genvalidity-sydtest] equivalent (src/Test/Syd/Validity/Functions/Equivalence.hs:54)
440.57 s
[genvalidity-sydtest] equivalentOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:73)
440.57 s
[genvalidity-sydtest] equivalent2 (src/Test/Syd/Validity/Functions/Equivalence.hs:81)
440.57 s
[genvalidity-sydtest] equivalentOnGens3 (src/Test/Syd/Validity/Functions/Equivalence.hs:322)
440.57 s
[genvalidity-sydtest] equivalent3 (src/Test/Syd/Validity/Functions/Equivalence.hs:338)
440.57 s
[genvalidity-sydtest] equivalentOnArbitrary3 (src/Test/Syd/Validity/Functions/Equivalence.hs:353)
440.57 s
[genvalidity-sydtest] equivalentWhenFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:100)
440.57 s
[genvalidity-sydtest] equivalentWhenFirstSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:119)
440.57 s
[genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:111)
440.57 s
[genvalidity-sydtest] equivalentWhenFirstSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:129)
440.57 s
[genvalidity-sydtest] equivalentWhenFirstSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:162)
440.57 s
[genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:147)
440.57 s
[genvalidity-sydtest] equivalentWhenSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:172)
440.57 s
[genvalidity-sydtest] equivalentWhenSecondSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:191)
440.57 s
[genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:183)
440.57 s
[genvalidity-sydtest] equivalentWhenSecondSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:201)
440.57 s
[genvalidity-sydtest] equivalentWhenSecondSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:234)
440.57 s
[genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:219)
440.57 s
[genvalidity-sydtest] equivalentWhenSucceedOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:244)
440.57 s
[genvalidity-sydtest] equivalentWhenSucceed (src/Test/Syd/Validity/Functions/Equivalence.hs:258)
440.57 s
[genvalidity-sydtest] equivalentWhenSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:266)
440.57 s
[genvalidity-sydtest] equivalentWhenSucceedOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:276)
440.57 s
[genvalidity-sydtest] equivalentWhenSucceed2 (src/Test/Syd/Validity/Functions/Equivalence.hs:312)
440.57 s
[genvalidity-sydtest] equivalentWhenSucceedOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:297)
440.57 s
[genvalidity-sydtest] inverseFunctionsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:28)
440.57 s
[genvalidity-sydtest] inverseFunctions (src/Test/Syd/Validity/Functions/Inverse.hs:33)
440.57 s
[genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:49)
440.57 s
[genvalidity-sydtest] inverseFunctionsIfFirstSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:60)
440.57 s
[genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:68)
440.57 s
[genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:78)
440.57 s
[genvalidity-sydtest] inverseFunctionsIfSecondSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:89)
440.57 s
[genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:97)
440.57 s
[genvalidity-sydtest] inverseFunctionsIfSucceedOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:107)
440.57 s
[genvalidity-sydtest] inverseFunctionsIfSucceed (src/Test/Syd/Validity/Functions/Inverse.hs:120)
440.57 s
[genvalidity-sydtest] inverseFunctionsIfSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:128)
440.57 s
[genvalidity-sydtest] idempotentOnGen (src/Test/Syd/Validity/Functions/Idempotence.hs:17)
440.57 s
[genvalidity-sydtest] idempotent (src/Test/Syd/Validity/Functions/Idempotence.hs:20)
440.57 s
[genvalidity-sydtest] reflexivityOnGen (src/Test/Syd/Validity/Relations/Reflexivity.hs:32)
440.57 s
[genvalidity-sydtest] transitivityOnGens (src/Test/Syd/Validity/Relations/Transitivity.hs:35)
440.57 s
[genvalidity-sydtest] antisymmetryOnGensWithEquality (src/Test/Syd/Validity/Relations/Antisymmetry.hs:43)
440.57 s
[genvalidity-sydtest] antisymmetryOnGens (src/Test/Syd/Validity/Relations/Antisymmetry.hs:54)
440.57 s
[genvalidity-sydtest] antireflexivityOnGen (src/Test/Syd/Validity/Relations/Antireflexivity.hs:32)
440.57 s
[genvalidity-sydtest] symmetryOnGens (src/Test/Syd/Validity/Relations/Symmetry.hs:34)
440.57 s
[genvalidity-sydtest] leftIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:54)
440.57 s
[genvalidity-sydtest] leftIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:66)
440.57 s
[genvalidity-sydtest] rightIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:111)
440.57 s
[genvalidity-sydtest] rightIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:123)
440.57 s
[ical-recurrence-source] Phase: setupCompilerEnvironmentPhase
440.57 s
[ical-recurrence-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
440.74 s
[ical-recurrence-source] Phase: unpackPhase
440.74 s
[ical-recurrence-source] unpacking source archive /nix/store/14k8b32grghgiivv60s89piai6kymd6p-ical-recurrence
440.76 s
[ical-recurrence-source] source root is ical-recurrence
440.77 s
[ical-recurrence-source] Phase: patchPhase
440.78 s
[ical-recurrence-source] Phase: compileBuildDriverPhase
440.78 s
[ical-recurrence-source] setupCompileFlags: -package-db=/build/tmp.JPb2IW0XIh/setup-package.conf.d -threaded
440.83 s
[ical-recurrence-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.JPb2IW0XIh/Main.o )
440.88 s
[ical-recurrence-source] [2 of 2] Linking Setup
441.31 s
[sydtest-persistent] Phase: checkPhase
441.37 s
[sydtest-persistent] Package has no test suites.
441.37 s
[sydtest-persistent] Phase: haddockPhase
441.50 s
[opt-env-conf-test] Documentation created: dist/doc/html/opt-env-conf-test/,
441.50 s
[opt-env-conf-test] dist/doc/html/opt-env-conf-test/opt-env-conf-test.txt
441.53 s
[sydtest-persistent] Preprocessing library for sydtest-persistent-0.1.0.0...
441.53 s
[sydtest-persistent] Running Haddock on library for sydtest-persistent-0.1.0.0...
441.53 s
[sydtest-persistent] Warning: The documentation for the following packages are not installed. No
441.53 s
[sydtest-persistent] links will be generated to these packages: attoparsec-0.14.4,
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
441.57 s
[opt-env-conf-test] Phase: installPhase
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
441.86 s
[sydtest-persistent] [1 of 2] Compiling Paths_sydtest_persistent ( dist/build/autogen/Paths_sydtest_persistent.hs, nothing )
441.89 s
[opt-env-conf-test] Phase: fixupPhase
441.89 s
[sydtest-persistent] [2 of 2] Compiling Test.Syd.Persistent ( src/Test/Syd/Persistent.hs, nothing )
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
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
441.93 s
[opt-env-conf-test] checking for references to /build/ in /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4...
441.95 s
[opt-env-conf-test] patching script interpreter paths in /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4
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
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
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...
442.03 s
[opt-env-conf-test] patching script interpreter paths in /nix/store/dq6fgqwqzkwjam9595g0f3lgvrslxkpm-opt-env-conf-test-0.0.0.4-doc
442.06 s
[ical-recurrence-source] Phase: updateAutotoolsGnuConfigScriptsPhase
442.07 s
[ical-recurrence-source] Phase: configurePhase
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
442.08 s
[ical-recurrence-source] Using Parsec parser
442.08 s
[ical-recurrence-source] Configuring ical-recurrence-0.0.0.0...
442.27 s
[sydtest-persistent] Haddock coverage:
442.27 s
[sydtest-persistent] 100% ( 5 / 5) in 'Test.Syd.Persistent'
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
442.81 s
[post-build-hook] Pushing 2 paths (257 are already present) using zstd to cache smos ⏳
442.81 s
[post-build-hook]
443.14 s
[post-build-hook] Pushing /nix/store/dq6fgqwqzkwjam9595g0f3lgvrslxkpm-opt-env-conf-test-0.0.0.4-doc (499.18 KiB)
443.15 s
[post-build-hook] Pushing /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4 (1.56 MiB)
444.59 s
[post-build-hook]
444.59 s
[post-build-hook] All done.
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
444.69 s
[post-build-hook] copying 0 paths...
444.95 s
[post-build-hook] copying 0 paths...
445.03 s
Progress: 115 of 145 built (4 building), 815 of 815 downloaded from cache
445.12 s
Building looper-source
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 )
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 )
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 )
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 )
445.12 s
[sydtest-wai] [6 of 6] Compiling Test.Syd.Wai ( src/Test/Syd/Wai.hs, dist/build/Test/Syd/Wai.p_o )
445.12 s
[ical-recurrence-source] Dependency base >=4.7 && <5: using base-4.20.2.0
445.12 s
[ical-recurrence-source] Dependency conformance: using conformance-0.1.0.0
445.12 s
[ical-recurrence-source] Dependency containers: using containers-0.7
445.12 s
[ical-recurrence-source] Dependency ical: using ical-0.0.0.0
445.12 s
[ical-recurrence-source] Dependency mtl: using mtl-2.3.1
445.12 s
[ical-recurrence-source] Dependency time: using time-1.12.2
445.12 s
[ical-recurrence-source] Dependency validity: using validity-0.12.1.0
445.12 s
[ical-recurrence-source] Source component graph: component lib
445.12 s
[ical-recurrence-source] Configured component graph:
445.12 s
[ical-recurrence-source] component ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R
445.12 s
[ical-recurrence-source] include base-4.20.2.0-fafd
445.12 s
[ical-recurrence-source] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
445.12 s
[ical-recurrence-source] include containers-0.7-96b4
445.12 s
[ical-recurrence-source] include ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
445.12 s
[ical-recurrence-source] include mtl-2.3.1-37af
445.12 s
[ical-recurrence-source] include time-1.12.2-3479
445.12 s
[ical-recurrence-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
445.12 s
[ical-recurrence-source] Linked component graph:
445.12 s
[ical-recurrence-source] unit ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R
445.12 s
[ical-recurrence-source] include base-4.20.2.0-fafd
445.12 s
[ical-recurrence-source] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
445.12 s
[ical-recurrence-source] include containers-0.7-96b4
445.12 s
[ical-recurrence-source] include ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
445.12 s
[ical-recurrence-source] include mtl-2.3.1-37af
445.12 s
[ical-recurrence-source] include time-1.12.2-3479
445.12 s
[ical-recurrence-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
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
445.12 s
[ical-recurrence-source] Ready component graph:
445.12 s
[ical-recurrence-source] definite ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R
445.12 s
[ical-recurrence-source] depends base-4.20.2.0-fafd
445.12 s
[ical-recurrence-source] depends conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
445.12 s
[ical-recurrence-source] depends containers-0.7-96b4
445.12 s
[ical-recurrence-source] depends ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
445.12 s
[ical-recurrence-source] depends mtl-2.3.1-37af
445.12 s
[ical-recurrence-source] depends time-1.12.2-3479
445.12 s
[ical-recurrence-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
445.12 s
[ical-recurrence-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
445.12 s
[ical-recurrence-source] Using compiler: ghc-9.10.3
445.12 s
[ical-recurrence-source] Using install prefix:
445.12 s
[ical-recurrence-source] /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0
445.12 s
[ical-recurrence-source] Executables installed in:
445.12 s
[ical-recurrence-source] /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0/bin
445.12 s
[ical-recurrence-source] Libraries installed in:
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
445.12 s
[ical-recurrence-source] Dynamic Libraries installed in:
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
445.12 s
[ical-recurrence-source] Private executables installed in:
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
445.12 s
[ical-recurrence-source] Data files installed in:
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
445.12 s
[ical-recurrence-source] Documentation installed in: /share/doc/ical-recurrence-0.0.0.0
445.12 s
[ical-recurrence-source] Configuration files installed in:
445.12 s
[ical-recurrence-source] /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0/etc
445.12 s
[ical-recurrence-source] No alex found
445.12 s
[ical-recurrence-source] Using ar found on system at:
445.12 s
[ical-recurrence-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
445.12 s
[ical-recurrence-source] No c2hs found
445.12 s
[ical-recurrence-source] No cpphs found
445.12 s
[ical-recurrence-source] No doctest found
445.12 s
[ical-recurrence-source] Using gcc version 14.3.0 given by user at:
445.12 s
[ical-recurrence-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
445.12 s
[ical-recurrence-source] Using ghc version 9.10.3 found on system at:
445.12 s
[ical-recurrence-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
445.12 s
[ical-recurrence-source] Using ghc-pkg version 9.10.3 found on system at:
445.12 s
[ical-recurrence-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
445.12 s
[ical-recurrence-source] No ghcjs found
445.12 s
[ical-recurrence-source] No ghcjs-pkg found
445.12 s
[ical-recurrence-source] No greencard found
445.12 s
[ical-recurrence-source] Using haddock version 2.31.1 found on system at:
445.12 s
[ical-recurrence-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
445.12 s
[ical-recurrence-source] No happy found
445.12 s
[ical-recurrence-source] Using haskell-suite found on system at: haskell-suite-dummy-location
445.12 s
[ical-recurrence-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
445.12 s
[ical-recurrence-source] No hmake found
445.12 s
[ical-recurrence-source] Using hpc version 0.69 found on system at:
445.12 s
[ical-recurrence-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
445.12 s
[ical-recurrence-source] Using hsc2hs version 0.68.10 found on system at:
445.12 s
[ical-recurrence-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
445.12 s
[ical-recurrence-source] Using hscolour version 1.25 found on system at:
445.12 s
[ical-recurrence-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
445.12 s
[ical-recurrence-source] No jhc found
445.12 s
[ical-recurrence-source] Using ld found on system at:
445.12 s
[ical-recurrence-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
445.12 s
[ical-recurrence-source] No pkg-config found
445.12 s
[ical-recurrence-source] Using runghc version 9.10.3 found on system at:
445.12 s
[ical-recurrence-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
445.12 s
[ical-recurrence-source] Using strip version 2.44 found on system at:
445.12 s
[ical-recurrence-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
445.12 s
[ical-recurrence-source] Using tar found on system at:
445.12 s
[ical-recurrence-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
445.12 s
[ical-recurrence-source] No uhc found
445.12 s
[ical-recurrence-source] Phase: buildPhase
445.12 s
[ical-recurrence-source] Distribution quality errors:
445.12 s
[ical-recurrence-source] [no-syn-desc] No 'synopsis' or 'description' field.
445.12 s
[ical-recurrence-source] [license-none] The 'license' field is missing or is NONE.
445.12 s
[ical-recurrence-source] Distribution quality warnings:
445.12 s
[ical-recurrence-source] [no-category] No 'category' field.
445.12 s
[ical-recurrence-source] [no-maintainer] No 'maintainer' field.
445.12 s
[ical-recurrence-source] [missing-upper-bounds] On library, these packages miss upper bounds:
445.12 s
[ical-recurrence-source] - conformance
445.12 s
[ical-recurrence-source] - containers
445.12 s
[ical-recurrence-source] - ical
445.12 s
[ical-recurrence-source] - mtl
445.12 s
[ical-recurrence-source] - time
445.12 s
[ical-recurrence-source] - validity
445.12 s
[ical-recurrence-source] Please add them. There is more information at https://pvp.haskell.org/
445.12 s
[ical-recurrence-source] Note: the public hackage server would reject this package.
445.12 s
[ical-recurrence-source] Building source dist for ical-recurrence-0.0.0.0...
445.12 s
[ical-recurrence-source] Source tarball created: dist/ical-recurrence-0.0.0.0.tar.gz
445.12 s
[ical-recurrence-source] Phase: checkPhase
445.12 s
[ical-recurrence-source] Phase: haddockPhase
445.12 s
[ical-recurrence-source] Phase: installPhase
445.12 s
[ical-recurrence-source] Phase: fixupPhase
445.32 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0
445.71 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
445.78 s
[post-build-hook]
446.05 s
[post-build-hook] Pushing /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0 (14.41 KiB)
446.87 s
[post-build-hook]
446.87 s
[post-build-hook] All done.
446.89 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0
446.95 s
[post-build-hook] copying 1 paths...
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'...
447.32 s
[post-build-hook] copying 0 paths...
447.34 s
Progress: 116 of 145 built (4 building), 815 of 815 downloaded from cache
447.40 s
Building ical-recurrence
447.40 s
[genvalidity-sydtest] Documentation created: dist/doc/html/genvalidity-sydtest/,
447.40 s
[genvalidity-sydtest] dist/doc/html/genvalidity-sydtest/genvalidity-sydtest.txt
447.40 s
[genvalidity-sydtest] Preprocessing test suite 'genvalidity-sydtest-test' for genvalidity-sydtest-1.0.1.0...
447.40 s
[genvalidity-sydtest] Phase: installPhase
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
447.40 s
[sydtest-wai] Preprocessing test suite 'sydtest-wai-test' for sydtest-wai-0.2.0.2...
447.40 s
[sydtest-wai] Building test suite 'sydtest-wai-test' for sydtest-wai-0.2.0.2...
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 )
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 )
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 )
447.40 s
[sydtest-wai] [4 of 4] Compiling Main ( test/Spec.hs, dist/build/sydtest-wai-test/sydtest-wai-test-tmp/Main.o )
447.40 s
[sydtest-wai] [5 of 5] Linking dist/build/sydtest-wai-test/sydtest-wai-test
447.40 s
[looper-source] Phase: setupCompilerEnvironmentPhase
447.40 s
[looper-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
447.40 s
[looper-source] Phase: unpackPhase
447.40 s
[looper-source] unpacking source archive /nix/store/c6iplcl1q1izj6vzqzq54cbbla8xb995-looper
447.40 s
[looper-source] source root is looper
447.40 s
[looper-source] Phase: patchPhase
447.40 s
[looper-source] Phase: compileBuildDriverPhase
447.40 s
[looper-source] setupCompileFlags: -package-db=/build/tmp.HpauxlxrsC/setup-package.conf.d -threaded
447.40 s
[looper-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.HpauxlxrsC/Main.o )
447.40 s
[looper-source] [2 of 2] Linking Setup
447.40 s
[looper-source] Phase: updateAutotoolsGnuConfigScriptsPhase
447.40 s
[looper-source] Phase: configurePhase
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
447.40 s
[looper-source] Using Parsec parser
447.40 s
[looper-source] Configuring looper-0.4.0.0...
447.52 s
[ical-recurrence] Phase: setupCompilerEnvironmentPhase
447.52 s
[ical-recurrence] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
447.63 s
[genvalidity-sydtest] Phase: fixupPhase
447.65 s
[genvalidity-sydtest] shrinking RPATHs of ELF executables and libraries in /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0
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
447.70 s
[genvalidity-sydtest] checking for references to /build/ in /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0...
447.70 s
[ical-recurrence] Phase: unpackPhase
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
447.71 s
[ical-recurrence] source root is ical-recurrence-0.0.0.0
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"
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
447.72 s
[ical-recurrence] Phase: patchPhase
447.73 s
[ical-recurrence] Phase: compileBuildDriverPhase
447.73 s
[ical-recurrence] setupCompileFlags: -package-db=/build/tmp.002u6z4ONI/setup-package.conf.d -threaded
447.76 s
[genvalidity-sydtest] patching script interpreter paths in /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0
447.77 s
[genvalidity-sydtest] stripping (with command strip and flags -S -p) in /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0/lib
447.79 s
[ical-recurrence] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.002u6z4ONI/Main.o )
447.84 s
[looper-source] Dependency base >=4.7 && <5: using base-4.20.2.0
447.84 s
[looper-source] Dependency opt-env-conf: using opt-env-conf-0.15.0.1
447.84 s
[looper-source] Dependency text: using text-2.1.3
447.84 s
[looper-source] Dependency time: using time-1.12.2
447.84 s
[looper-source] Dependency unliftio: using unliftio-0.2.25.1
447.84 s
[looper-source] Dependency base >=4.7 && <5: using base-4.20.2.0
447.84 s
[looper-source] Dependency looper: using looper-0.4.0.0
447.84 s
[looper-source] Dependency opt-env-conf: using opt-env-conf-0.15.0.1
447.84 s
[looper-source] Dependency opt-env-conf-test: using opt-env-conf-test-0.0.0.4
447.84 s
[looper-source] Dependency sydtest: using sydtest-0.23.0.1
447.84 s
[looper-source] Dependency unliftio: using unliftio-0.2.25.1
447.84 s
[looper-source] Source component graph:
447.84 s
[looper-source] component lib
447.84 s
[looper-source] component test:looper-test dependency lib
447.84 s
[looper-source] Configured component graph:
447.84 s
[looper-source] component looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
447.84 s
[looper-source] include base-4.20.2.0-fafd
447.84 s
[looper-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
447.84 s
[looper-source] include text-2.1.3-34f1
447.84 s
[looper-source] include time-1.12.2-3479
447.84 s
[looper-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
447.84 s
[looper-source] component looper-0.4.0.0-r22ANrpaNw7XgwgBjB5hu-looper-test
447.84 s
[looper-source] include base-4.20.2.0-fafd
447.84 s
[looper-source] include looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
447.84 s
[looper-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
447.84 s
[looper-source] include opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
447.84 s
[looper-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
447.84 s
[looper-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
447.84 s
[looper-source] Linked component graph:
447.84 s
[looper-source] unit looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
447.84 s
[looper-source] include base-4.20.2.0-fafd
447.84 s
[looper-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
447.84 s
[looper-source] include text-2.1.3-34f1
447.84 s
[looper-source] include time-1.12.2-3479
447.84 s
[looper-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
447.84 s
[looper-source] Looper=looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH:Looper
447.84 s
[looper-source] unit looper-0.4.0.0-r22ANrpaNw7XgwgBjB5hu-looper-test
447.84 s
[looper-source] include base-4.20.2.0-fafd
447.84 s
[looper-source] include looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
447.84 s
[looper-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
447.84 s
[looper-source] include opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
447.84 s
[looper-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
447.84 s
[looper-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
447.84 s
[looper-source] Ready component graph:
447.84 s
[looper-source] definite looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
447.84 s
[looper-source] depends base-4.20.2.0-fafd
447.84 s
[looper-source] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
447.84 s
[looper-source] depends text-2.1.3-34f1
447.84 s
[looper-source] depends time-1.12.2-3479
447.84 s
[looper-source] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
447.84 s
[looper-source] definite looper-0.4.0.0-r22ANrpaNw7XgwgBjB5hu-looper-test
447.84 s
[looper-source] depends base-4.20.2.0-fafd
447.84 s
[looper-source] depends looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
447.84 s
[looper-source] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
447.84 s
[looper-source] depends opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
447.84 s
[looper-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
447.84 s
[looper-source] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
447.84 s
[looper-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
447.84 s
[looper-source] Using compiler: ghc-9.10.3
447.84 s
[looper-source] Using install prefix:
447.84 s
[looper-source] /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0
447.84 s
[looper-source] Executables installed in:
447.84 s
[looper-source] /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0/bin
447.84 s
[looper-source] Libraries installed in:
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
447.84 s
[looper-source] Dynamic Libraries installed in:
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
447.84 s
[looper-source] Private executables installed in:
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
447.84 s
[looper-source] Data files installed in:
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
447.84 s
[looper-source] Documentation installed in: /share/doc/looper-0.4.0.0
447.84 s
[looper-source] Configuration files installed in:
447.84 s
[looper-source] /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0/etc
447.84 s
[looper-source] No alex found
447.84 s
[looper-source] Using ar found on system at:
447.84 s
[looper-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
447.84 s
[looper-source] No c2hs found
447.84 s
[looper-source] No cpphs found
447.84 s
[looper-source] No doctest found
447.84 s
[looper-source] Using gcc version 14.3.0 given by user at:
447.84 s
[looper-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
447.84 s
[looper-source] Using ghc version 9.10.3 found on system at:
447.84 s
[looper-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
447.84 s
[looper-source] Using ghc-pkg version 9.10.3 found on system at:
447.84 s
[looper-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
447.84 s
[looper-source] No ghcjs found
447.84 s
[looper-source] No ghcjs-pkg found
447.84 s
[looper-source] No greencard found
447.84 s
[looper-source] Using haddock version 2.31.1 found on system at:
447.84 s
[looper-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
447.84 s
[looper-source] No happy found
447.84 s
[looper-source] Using haskell-suite found on system at: haskell-suite-dummy-location
447.84 s
[looper-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
447.84 s
[looper-source] No hmake found
447.84 s
[looper-source] Using hpc version 0.69 found on system at:
447.84 s
[looper-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
447.84 s
[looper-source] Using hsc2hs version 0.68.10 found on system at:
447.84 s
[looper-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
447.84 s
[looper-source] Using hscolour version 1.25 found on system at:
447.84 s
[looper-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
447.84 s
[looper-source] No jhc found
447.84 s
[looper-source] Using ld found on system at:
447.84 s
[looper-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
447.84 s
[looper-source] No pkg-config found
447.84 s
[looper-source] Using runghc version 9.10.3 found on system at:
447.84 s
[looper-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
447.84 s
[looper-source] Using strip version 2.44 found on system at:
447.84 s
[looper-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
447.84 s
[looper-source] Using tar found on system at:
447.84 s
[looper-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
447.84 s
[looper-source] No uhc found
447.84 s
[ical-recurrence] [2 of 2] Linking Setup
447.90 s
[genvalidity-sydtest] shrinking RPATHs of ELF executables and libraries in /nix/store/lg89wdygdj1m6d4sylv1cjh7pvf74fjx-genvalidity-sydtest-1.0.1.0-doc
447.92 s
[genvalidity-sydtest] checking for references to /build/ in /nix/store/lg89wdygdj1m6d4sylv1cjh7pvf74fjx-genvalidity-sydtest-1.0.1.0-doc...
447.95 s
[genvalidity-sydtest] patching script interpreter paths in /nix/store/lg89wdygdj1m6d4sylv1cjh7pvf74fjx-genvalidity-sydtest-1.0.1.0-doc
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
448.64 s
[post-build-hook] Pushing 2 paths (255 are already present) using zstd to cache smos ⏳
448.64 s
[post-build-hook]
448.99 s
[post-build-hook] Pushing /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0 (6.56 MiB)
448.99 s
[post-build-hook] Pushing /nix/store/lg89wdygdj1m6d4sylv1cjh7pvf74fjx-genvalidity-sydtest-1.0.1.0-doc (3.78 MiB)
450.22 s
[post-build-hook]
450.22 s
[post-build-hook] All done.
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
450.32 s
[post-build-hook] copying 0 paths...
450.46 s
[post-build-hook] copying 0 paths...
450.56 s
Progress: 117 of 145 built (4 building), 815 of 815 downloaded from cache
450.64 s
Building genvalidity-sydtest-aeson-source
450.64 s
[sydtest-persistent] Documentation created: dist/doc/html/sydtest-persistent/,
450.64 s
[sydtest-persistent] dist/doc/html/sydtest-persistent/sydtest-persistent.txt
450.64 s
[sydtest-persistent] Phase: installPhase
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
450.64 s
[sydtest-persistent] Phase: fixupPhase
450.64 s
[sydtest-persistent] shrinking RPATHs of ELF executables and libraries in /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0
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
450.64 s
[sydtest-persistent] checking for references to /build/ in /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0...
450.64 s
[sydtest-persistent] patching script interpreter paths in /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0
450.64 s
[sydtest-persistent] stripping (with command strip and flags -S -p) in /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/lib
450.64 s
[sydtest-persistent] shrinking RPATHs of ELF executables and libraries in /nix/store/jw0wlpcp48qjk72qbnyj7jp3g65ra62q-sydtest-persistent-0.1.0.0-doc
450.64 s
[sydtest-persistent] checking for references to /build/ in /nix/store/jw0wlpcp48qjk72qbnyj7jp3g65ra62q-sydtest-persistent-0.1.0.0-doc...
450.64 s
[sydtest-persistent] patching script interpreter paths in /nix/store/jw0wlpcp48qjk72qbnyj7jp3g65ra62q-sydtest-persistent-0.1.0.0-doc
450.64 s
[sydtest-wai] Phase: checkPhase
450.64 s
[sydtest-wai] Running 1 test suites...
450.64 s
[sydtest-wai] Test suite sydtest-wai-test: RUNNING...
450.64 s
[sydtest-wai] Tests:
450.64 s
[sydtest-wai]
450.64 s
[sydtest-wai] Test.Syd.WaiSpec
450.64 s
[sydtest-wai] get
450.64 s
[sydtest-wai] ✓ can GET the root and get a 200 2.55 ms
450.64 s
[sydtest-wai] ✓ carries cookies correctly 2.58 ms
450.64 s
[sydtest-wai] ✓ can GET the /redirect and get a 303 with a location header 2.38 ms
450.64 s
[sydtest-wai] patch
450.64 s
[sydtest-wai] ✓ can PATCH the root and get a 200 2.36 ms
450.64 s
[sydtest-wai] put
450.64 s
[sydtest-wai] ✓ can PUT the root and get a 200 2.35 ms
450.64 s
[sydtest-wai] shouldRespondWith
450.64 s
[sydtest-wai] ✓ works with a string 2.52 ms
450.64 s
[sydtest-wai] ✓ works with a number 2.34 ms
450.64 s
[sydtest-wai] post
450.64 s
[sydtest-wai] ✓ can POST the root and get a 200 2.36 ms
450.64 s
[sydtest-wai] options
450.64 s
[sydtest-wai] ✓ can OPTIONS the root and get a 200 2.33 ms
450.64 s
[sydtest-wai] request
450.64 s
[sydtest-wai] ✓ can make a weird request 2.34 ms
450.64 s
[sydtest-wai] ✓ echos this example 0.89 ms
450.64 s
[sydtest-wai]
450.64 s
[sydtest-wai] Passed: 11
450.64 s
[sydtest-wai] Failed: 0
450.64 s
[sydtest-wai] Sum of test runtimes: 0.02 seconds
450.64 s
[sydtest-wai] Test suite took: 0.00 seconds
450.64 s
[sydtest-wai]
450.64 s
[sydtest-wai] Test suite sydtest-wai-test: PASS
450.64 s
[sydtest-wai] Test suite logged to: dist/test/sydtest-wai-0.2.0.2-sydtest-wai-test.log
450.64 s
[sydtest-wai] 1 of 1 test suites (1 of 1 test cases) passed.
450.64 s
[sydtest-wai] Phase: haddockPhase
450.64 s
[sydtest-wai] Preprocessing library for sydtest-wai-0.2.0.2...
450.64 s
[sydtest-wai] Running Haddock on library for sydtest-wai-0.2.0.2...
450.64 s
[sydtest-wai] Warning: The documentation for the following packages are not installed. No
450.64 s
[sydtest-wai] links will be generated to these packages: attoparsec-0.14.4,
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
450.64 s
[sydtest-wai] [1 of 6] Compiling Paths_sydtest_wai ( dist/build/autogen/Paths_sydtest_wai.hs, nothing )
450.64 s
[sydtest-wai] [2 of 6] Compiling Test.Syd.Wai.Client ( src/Test/Syd/Wai/Client.hs, nothing )
450.64 s
[sydtest-wai] [3 of 6] Compiling Test.Syd.Wai.Def ( src/Test/Syd/Wai/Def.hs, nothing )
450.64 s
[sydtest-wai] [4 of 6] Compiling Test.Syd.Wai.Matcher ( src/Test/Syd/Wai/Matcher.hs, nothing )
450.64 s
[sydtest-wai] [5 of 6] Compiling Test.Syd.Wai.Request ( src/Test/Syd/Wai/Request.hs, nothing )
450.64 s
[sydtest-wai] [6 of 6] Compiling Test.Syd.Wai ( src/Test/Syd/Wai.hs, nothing )
450.64 s
[sydtest-wai] Haddock coverage:
450.64 s
[sydtest-wai] 76% ( 10 / 13) in 'Test.Syd.Wai.Client'
450.64 s
[sydtest-wai] Missing documentation for:
450.64 s
[sydtest-wai] Module header
450.64 s
[sydtest-wai] WaiClientState (src/Test/Syd/Wai/Client.hs:29)
450.64 s
[sydtest-wai] initWaiClientState (src/Test/Syd/Wai/Client.hs:38)
450.64 s
[sydtest-wai] Warning: 'SetupFunc' is ambiguous. It is defined
450.64 s
[sydtest-wai] * in ‘Test.Syd.Def.SetupFunc’
450.64 s
[sydtest-wai] * in ‘Test.Syd.Def.SetupFunc’
450.64 s
[sydtest-wai] You may be able to disambiguate the identifier by qualifying it or
450.64 s
[sydtest-wai] by specifying the type/value namespace explicitly.
450.64 s
[sydtest-wai] Defaulting to the one defined in ‘Test.Syd.Def.SetupFunc’
450.64 s
[sydtest-wai] Warning: 'WaiClient' is ambiguous. It is defined
450.64 s
[sydtest-wai] * at src/Test/Syd/Wai/Client.hs:19:22
450.64 s
[sydtest-wai] * at src/Test/Syd/Wai/Client.hs:19:1
450.64 s
[sydtest-wai] You may be able to disambiguate the identifier by qualifying it or
450.64 s
[sydtest-wai] by specifying the type/value namespace explicitly.
450.64 s
[sydtest-wai] Defaulting to the one defined at src/Test/Syd/Wai/Client.hs:19:1
450.64 s
[sydtest-wai] 92% ( 12 / 13) in 'Test.Syd.Wai.Def'
450.64 s
[sydtest-wai] Missing documentation for:
450.64 s
[sydtest-wai] Module header
450.64 s
[sydtest-wai] Warning: 'shouldBe' is out of scope.
450.64 s
[sydtest-wai] If you qualify the identifier, haddock can try to link it anyway.
450.64 s
[sydtest-wai] 9% ( 1 / 11) in 'Test.Syd.Wai.Matcher'
450.64 s
[sydtest-wai] Missing documentation for:
450.64 s
[sydtest-wai] Body (src/Test/Syd/Wai/Matcher.hs:22)
450.64 s
[sydtest-wai] ResponseMatcher (src/Test/Syd/Wai/Matcher.hs:24)
450.64 s
[sydtest-wai] MatchHeader (src/Test/Syd/Wai/Matcher.hs:30)
450.64 s
[sydtest-wai] MatchBody (src/Test/Syd/Wai/Matcher.hs:32)
450.64 s
[sydtest-wai] bodyEquals (src/Test/Syd/Wai/Matcher.hs:35)
450.64 s
[looper-source] Phase: buildPhase
450.64 s
[looper-source] Distribution quality warnings:
450.64 s
[looper-source] [no-category] No 'category' field.
450.64 s
[looper-source] [no-synopsis] No 'synopsis' field.
450.64 s
[looper-source] [missing-upper-bounds] On library, these packages miss upper bounds:
450.64 s
[looper-source] - opt-env-conf
450.64 s
[looper-source] - text
450.64 s
[looper-source] - time
450.64 s
[looper-source] - unliftio
450.64 s
[looper-source] Please add them. There is more information at https://pvp.haskell.org/
450.64 s
[looper-source] Building source dist for looper-0.4.0.0...
450.64 s
[looper-source] Source tarball created: dist/looper-0.4.0.0.tar.gz
450.64 s
[looper-source] Phase: checkPhase
450.64 s
[looper-source] Phase: haddockPhase
450.64 s
[looper-source] Phase: installPhase
450.64 s
[looper-source] Phase: fixupPhase
450.64 s
[ical-recurrence] Phase: updateAutotoolsGnuConfigScriptsPhase
450.64 s
[ical-recurrence] Phase: configurePhase
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
450.64 s
[ical-recurrence] Using Parsec parser
450.64 s
[ical-recurrence] Configuring ical-recurrence-0.0.0.0...
450.64 s
[ical-recurrence] Dependency base >=4.7 && <5: using base-4.20.2.0
450.64 s
[ical-recurrence] Dependency conformance: using conformance-0.1.0.0
450.64 s
[ical-recurrence] Dependency containers: using containers-0.7
450.64 s
[ical-recurrence] Dependency ical: using ical-0.0.0.0
450.64 s
[ical-recurrence] Dependency mtl: using mtl-2.3.1
450.64 s
[ical-recurrence] Dependency time: using time-1.12.2
450.64 s
[ical-recurrence] Dependency validity: using validity-0.12.1.0
450.64 s
[ical-recurrence] Source component graph: component lib
450.64 s
[ical-recurrence] Configured component graph:
450.64 s
[ical-recurrence] component ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R
450.64 s
[ical-recurrence] include base-4.20.2.0-fafd
450.64 s
[ical-recurrence] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
450.64 s
[ical-recurrence] include containers-0.7-96b4
450.64 s
[ical-recurrence] include ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
450.64 s
[ical-recurrence] include mtl-2.3.1-37af
450.64 s
[ical-recurrence] include time-1.12.2-3479
450.64 s
[ical-recurrence] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
450.64 s
[ical-recurrence] Linked component graph:
450.64 s
[ical-recurrence] unit ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R
450.64 s
[ical-recurrence] include base-4.20.2.0-fafd
450.64 s
[ical-recurrence] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
450.64 s
[ical-recurrence] include containers-0.7-96b4
450.64 s
[ical-recurrence] include ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
450.64 s
[ical-recurrence] include mtl-2.3.1-37af
450.64 s
[ical-recurrence] include time-1.12.2-3479
450.64 s
[ical-recurrence] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
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
450.64 s
[ical-recurrence] Ready component graph:
450.64 s
[ical-recurrence] definite ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R
450.64 s
[ical-recurrence] depends base-4.20.2.0-fafd
450.64 s
[ical-recurrence] depends conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
450.64 s
[ical-recurrence] depends containers-0.7-96b4
450.64 s
[sydtest-wai] matchAny (src/Test/Syd/Wai/Matcher.hs:45)
450.64 s
[sydtest-wai] <:> (src/Test/Syd/Wai/Matcher.hs:62)
450.64 s
[sydtest-wai] actualExpected (src/Test/Syd/Wai/Matcher.hs:72)
450.64 s
[sydtest-wai] formatHeader (src/Test/Syd/Wai/Matcher.hs:80)
450.64 s
[sydtest-wai] safeToString (src/Test/Syd/Wai/Matcher.hs:83)
450.64 s
[sydtest-wai] Warning: 'ResponseMatcher' is ambiguous. It is defined
450.64 s
[sydtest-wai] * at src/Test/Syd/Wai/Matcher.hs:24:24
450.64 s
[sydtest-wai] * at src/Test/Syd/Wai/Matcher.hs:24:1
450.64 s
[sydtest-wai] You may be able to disambiguate the identifier by qualifying it or
450.64 s
[sydtest-wai] by specifying the type/value namespace explicitly.
450.64 s
[sydtest-wai] Defaulting to the one defined at src/Test/Syd/Wai/Matcher.hs:24:1
450.64 s
[sydtest-wai] Warning: 'get' is ambiguous. It is defined
450.64 s
[sydtest-wai] * in ‘Control.Monad.State.Class’
450.64 s
[sydtest-wai] * at src/Test/Syd/Wai/Request.hs:22:1
450.64 s
[sydtest-wai] You may be able to disambiguate the identifier by qualifying it or
450.64 s
[sydtest-wai] by specifying the type/value namespace explicitly.
450.64 s
[sydtest-wai] Defaulting to the one defined at src/Test/Syd/Wai/Request.hs:22:1
450.64 s
[sydtest-wai] 90% ( 9 / 10) in 'Test.Syd.Wai.Request'
450.64 s
[sydtest-wai] Missing documentation for:
450.64 s
[sydtest-wai] Module header
450.64 s
[sydtest-wai] 86% ( 39 / 45) in 'Test.Syd.Wai'
450.64 s
[sydtest-wai] Missing documentation for:
450.64 s
[sydtest-wai] WaiClientState (src/Test/Syd/Wai/Client.hs:29)
450.64 s
[sydtest-wai] ResponseMatcher (src/Test/Syd/Wai/Matcher.hs:24)
450.64 s
[sydtest-wai] MatchHeader (src/Test/Syd/Wai/Matcher.hs:30)
450.64 s
[sydtest-wai] MatchBody (src/Test/Syd/Wai/Matcher.hs:32)
450.64 s
[sydtest-wai] Body (src/Test/Syd/Wai/Matcher.hs:22)
450.64 s
[sydtest-wai] <:> (src/Test/Syd/Wai/Matcher.hs:62)
450.64 s
[sydtest-wai] Warning: Test.Syd.Wai.Client: could not find link destinations for:
450.65 s
[sydtest-wai] - Test.Syd.Wai.Client.Rep_WaiClientState
450.65 s
[sydtest-wai] - Test.Syd.Wai.Client.Rep_WaiClient
450.65 s
[sydtest-wai] Warning: Test.Syd.Wai: could not find link destinations for:
450.65 s
[sydtest-wai] - Test.Syd.Wai.Client.Rep_WaiClientState
450.65 s
[sydtest-wai] - Test.Syd.Wai.Client.Rep_WaiClient
450.65 s
[ical-recurrence] depends ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
450.65 s
[ical-recurrence] depends mtl-2.3.1-37af
450.65 s
[ical-recurrence] depends time-1.12.2-3479
450.65 s
[ical-recurrence] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
450.65 s
[ical-recurrence] Using Cabal-3.12.1.0 compiled by ghc-9.10
450.65 s
[ical-recurrence] Using compiler: ghc-9.10.3
450.65 s
[ical-recurrence] Using install prefix:
450.65 s
[ical-recurrence] /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0
450.65 s
[ical-recurrence] Executables installed in:
450.65 s
[ical-recurrence] /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0/bin
450.65 s
[ical-recurrence] Libraries installed in:
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
450.65 s
[ical-recurrence] Dynamic Libraries installed in:
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
450.65 s
[ical-recurrence] Private executables installed in:
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
450.65 s
[ical-recurrence] Data files installed in:
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
450.65 s
[ical-recurrence] Documentation installed in:
450.65 s
[ical-recurrence] /nix/store/0m1ws76r84gn0xii5f6khck8lkx8n242-ical-recurrence-0.0.0.0-doc/share/doc/ical-recurrence-0.0.0.0
450.65 s
[ical-recurrence] Configuration files installed in:
450.65 s
[ical-recurrence] /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0/etc
450.65 s
[ical-recurrence] No alex found
450.65 s
[ical-recurrence] Using ar found on system at:
450.65 s
[ical-recurrence] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
450.65 s
[ical-recurrence] No c2hs found
450.65 s
[ical-recurrence] No cpphs found
450.65 s
[ical-recurrence] No doctest found
450.65 s
[ical-recurrence] Using gcc version 14.3.0 given by user at:
450.65 s
[ical-recurrence] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
450.65 s
[ical-recurrence] Using ghc version 9.10.3 found on system at:
450.65 s
[ical-recurrence] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
450.65 s
[ical-recurrence] Using ghc-pkg version 9.10.3 found on system at:
450.65 s
[ical-recurrence] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
450.65 s
[ical-recurrence] No ghcjs found
450.65 s
[ical-recurrence] No ghcjs-pkg found
450.65 s
[ical-recurrence] No greencard found
450.65 s
[ical-recurrence] Using haddock version 2.31.1 found on system at:
450.65 s
[ical-recurrence] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
450.65 s
[ical-recurrence] No happy found
450.65 s
[ical-recurrence] Using haskell-suite found on system at: haskell-suite-dummy-location
450.65 s
[ical-recurrence] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
450.65 s
[ical-recurrence] No hmake found
450.65 s
[ical-recurrence] Using hpc version 0.69 found on system at:
450.65 s
[ical-recurrence] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
450.65 s
[ical-recurrence] Using hsc2hs version 0.68.10 found on system at:
450.65 s
[ical-recurrence] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
450.65 s
[ical-recurrence] Using hscolour version 1.25 found on system at:
450.65 s
[ical-recurrence] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
450.65 s
[ical-recurrence] No jhc found
450.65 s
[ical-recurrence] Using ld found on system at:
450.65 s
[ical-recurrence] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
450.65 s
[ical-recurrence] No pkg-config found
450.65 s
[ical-recurrence] Using runghc version 9.10.3 found on system at:
450.65 s
[ical-recurrence] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
450.65 s
[ical-recurrence] Using strip version 2.44 found on system at:
450.65 s
[ical-recurrence] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
450.65 s
[ical-recurrence] Using tar found on system at:
450.65 s
[ical-recurrence] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
450.65 s
[ical-recurrence] No uhc found
450.65 s
[ical-recurrence] Phase: buildPhase
450.65 s
[ical-recurrence] Preprocessing library for ical-recurrence-0.0.0.0...
450.65 s
[ical-recurrence] Building library for ical-recurrence-0.0.0.0...
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 )
450.84 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0
451.21 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
451.28 s
[post-build-hook]
451.56 s
[post-build-hook] Pushing /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0 (5.60 KiB)
452.56 s
[post-build-hook]
452.56 s
[post-build-hook] All done.
452.57 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0
452.63 s
[post-build-hook] copying 1 paths...
452.63 s
[post-build-hook] copying path '/nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0' to 'https://cache.staging.nix-ci.com'...
453.02 s
[post-build-hook] copying 0 paths...
453.06 s
Progress: 118 of 144 built (4 building), 815 of 815 downloaded from cache
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
453.55 s
[post-build-hook] Pushing 2 paths (334 are already present) using zstd to cache smos ⏳
453.55 s
[post-build-hook]
453.89 s
[post-build-hook] Pushing /nix/store/jw0wlpcp48qjk72qbnyj7jp3g65ra62q-sydtest-persistent-0.1.0.0-doc (237.28 KiB)
453.92 s
[post-build-hook] Pushing /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0 (627.04 KiB)
454.78 s
[post-build-hook]
454.78 s
[post-build-hook] All done.
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
454.89 s
[post-build-hook] copying 0 paths...
455.05 s
[post-build-hook] copying 0 paths...
455.15 s
Progress: 119 of 145 built (3 building), 815 of 815 downloaded from cache
455.22 s
Building looper
455.28 s
Building sydtest-persistent-sqlite-source
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
455.34 s
[ical-recurrence] [ 1 of 10] Compiling ICal.Recurrence.Class ( src/ICal/Recurrence/Class.hs, dist/build/ICal/Recurrence/Class.p_o )
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 )
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 )
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 )
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 )
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 )
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 )
455.34 s
[ical-recurrence] [ 8 of 10] Compiling ICal.Recurrence.RecurrenceRule ( src/ICal/Recurrence/RecurrenceRule.hs, dist/build/ICal/Recurrence/RecurrenceRule.p_o )
455.34 s
[ical-recurrence] [ 9 of 10] Compiling ICal.Recurrence ( src/ICal/Recurrence.hs, dist/build/ICal/Recurrence.p_o )
455.34 s
[genvalidity-sydtest-aeson-source] Phase: setupCompilerEnvironmentPhase
455.34 s
[genvalidity-sydtest-aeson-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
455.34 s
[genvalidity-sydtest-aeson-source] Phase: unpackPhase
455.34 s
[genvalidity-sydtest-aeson-source] unpacking source archive /nix/store/bd9ipzp8q5yyrfrpphph00w1bsywpmjn-genvalidity-sydtest-aeson
455.34 s
[genvalidity-sydtest-aeson-source] source root is genvalidity-sydtest-aeson
455.34 s
[genvalidity-sydtest-aeson-source] Phase: patchPhase
455.34 s
[genvalidity-sydtest-aeson-source] Phase: compileBuildDriverPhase
455.34 s
[genvalidity-sydtest-aeson-source] setupCompileFlags: -package-db=/build/tmp.SWPSQp5AsV/setup-package.conf.d -threaded
455.34 s
[genvalidity-sydtest-aeson-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.SWPSQp5AsV/Main.o )
455.34 s
[genvalidity-sydtest-aeson-source] [2 of 2] Linking Setup
455.34 s
[genvalidity-sydtest-aeson-source] Phase: updateAutotoolsGnuConfigScriptsPhase
455.34 s
[genvalidity-sydtest-aeson-source] Phase: configurePhase
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
455.44 s
[genvalidity-sydtest-aeson-source] Using Parsec parser
455.44 s
[genvalidity-sydtest-aeson-source] Configuring genvalidity-sydtest-aeson-1.0.0.1...
455.44 s
[genvalidity-sydtest-aeson-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
455.44 s
[genvalidity-sydtest-aeson-source] Dependency aeson: using aeson-2.2.3.0
455.44 s
[genvalidity-sydtest-aeson-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
455.44 s
[genvalidity-sydtest-aeson-source] Dependency deepseq: using deepseq-1.5.0.0
455.44 s
[genvalidity-sydtest-aeson-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
455.44 s
[genvalidity-sydtest-aeson-source] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
455.44 s
[genvalidity-sydtest-aeson-source] Dependency sydtest: using sydtest-0.23.0.1
455.44 s
[genvalidity-sydtest-aeson-source] Dependency aeson: using aeson-2.2.3.0
455.44 s
[genvalidity-sydtest-aeson-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
455.44 s
[genvalidity-sydtest-aeson-source] Dependency genvalidity: using genvalidity-1.1.1.0
455.44 s
[genvalidity-sydtest-aeson-source] Dependency genvalidity-aeson: using genvalidity-aeson-1.1.0.0
455.44 s
[genvalidity-sydtest-aeson-source] Dependency genvalidity-sydtest-aeson: using genvalidity-sydtest-aeson-1.0.0.1
455.44 s
[genvalidity-sydtest-aeson-source] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
455.44 s
[genvalidity-sydtest-aeson-source] Dependency sydtest: using sydtest-0.23.0.1
455.44 s
[genvalidity-sydtest-aeson-source] Dependency text: using text-2.1.3
455.44 s
[genvalidity-sydtest-aeson-source] Source component graph:
455.50 s
[genvalidity-sydtest-aeson-source] component lib
455.50 s
[genvalidity-sydtest-aeson-source] component test:genvalidity-sydtest-aeson-test dependency lib
455.50 s
[genvalidity-sydtest-aeson-source] Configured component graph:
455.50 s
[genvalidity-sydtest-aeson-source] component genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
455.50 s
[genvalidity-sydtest-aeson-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
455.50 s
[genvalidity-sydtest-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
455.50 s
[genvalidity-sydtest-aeson-source] include base-4.20.2.0-fafd
455.50 s
[genvalidity-sydtest-aeson-source] include deepseq-1.5.0.0-2b65
455.50 s
[genvalidity-sydtest-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
455.50 s
[genvalidity-sydtest-aeson-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
455.50 s
[genvalidity-sydtest-aeson-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
455.50 s
[genvalidity-sydtest-aeson-source] component genvalidity-sydtest-aeson-1.0.0.1-IZSQblywbiF4seKi8wmlJA-genvalidity-sydtest-aeson-test
455.50 s
[genvalidity-sydtest-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
455.50 s
[genvalidity-sydtest-aeson-source] include base-4.20.2.0-fafd
455.50 s
[genvalidity-sydtest-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
455.50 s
[genvalidity-sydtest-aeson-source] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
455.50 s
[genvalidity-sydtest-aeson-source] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
455.50 s
[genvalidity-sydtest-aeson-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
455.50 s
[genvalidity-sydtest-aeson-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
455.50 s
[genvalidity-sydtest-aeson-source] include text-2.1.3-34f1
455.57 s
[genvalidity-sydtest-aeson-source] Linked component graph:
455.57 s
[genvalidity-sydtest-aeson-source] unit genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
455.57 s
[genvalidity-sydtest-aeson-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
455.57 s
[genvalidity-sydtest-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
455.57 s
[genvalidity-sydtest-aeson-source] include base-4.20.2.0-fafd
455.57 s
[genvalidity-sydtest-aeson-source] include deepseq-1.5.0.0-2b65
455.57 s
[genvalidity-sydtest-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
455.57 s
[genvalidity-sydtest-aeson-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
455.57 s
[genvalidity-sydtest-aeson-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
455.57 s
[genvalidity-sydtest-aeson-source] Test.Syd.Validity.Aeson=genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ:Test.Syd.Validity.Aeson
455.57 s
[genvalidity-sydtest-aeson-source] unit genvalidity-sydtest-aeson-1.0.0.1-IZSQblywbiF4seKi8wmlJA-genvalidity-sydtest-aeson-test
455.57 s
[genvalidity-sydtest-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
455.57 s
[genvalidity-sydtest-aeson-source] include base-4.20.2.0-fafd
455.57 s
[genvalidity-sydtest-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
455.57 s
[genvalidity-sydtest-aeson-source] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
455.57 s
[genvalidity-sydtest-aeson-source] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
455.57 s
[genvalidity-sydtest-aeson-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
455.57 s
[genvalidity-sydtest-aeson-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
455.57 s
[genvalidity-sydtest-aeson-source] include text-2.1.3-34f1
455.57 s
[genvalidity-sydtest-aeson-source] Ready component graph:
455.57 s
[genvalidity-sydtest-aeson-source] definite genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
455.57 s
[genvalidity-sydtest-aeson-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
455.57 s
[genvalidity-sydtest-aeson-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
455.57 s
[genvalidity-sydtest-aeson-source] depends base-4.20.2.0-fafd
455.57 s
[genvalidity-sydtest-aeson-source] depends deepseq-1.5.0.0-2b65
455.57 s
[genvalidity-sydtest-aeson-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
455.57 s
[genvalidity-sydtest-aeson-source] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
455.57 s
[genvalidity-sydtest-aeson-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
455.57 s
[genvalidity-sydtest-aeson-source] definite genvalidity-sydtest-aeson-1.0.0.1-IZSQblywbiF4seKi8wmlJA-genvalidity-sydtest-aeson-test
455.57 s
[genvalidity-sydtest-aeson-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
455.57 s
[genvalidity-sydtest-aeson-source] depends base-4.20.2.0-fafd
455.57 s
[genvalidity-sydtest-aeson-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
455.57 s
[genvalidity-sydtest-aeson-source] depends genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
455.57 s
[genvalidity-sydtest-aeson-source] depends genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
455.57 s
[genvalidity-sydtest-aeson-source] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
455.57 s
[genvalidity-sydtest-aeson-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
455.57 s
[genvalidity-sydtest-aeson-source] depends text-2.1.3-34f1
455.57 s
[genvalidity-sydtest-aeson-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
455.57 s
[genvalidity-sydtest-aeson-source] Using compiler: ghc-9.10.3
455.57 s
[genvalidity-sydtest-aeson-source] Using install prefix:
455.57 s
[genvalidity-sydtest-aeson-source] /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1
455.57 s
[genvalidity-sydtest-aeson-source] Executables installed in:
455.57 s
[genvalidity-sydtest-aeson-source] /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1/bin
455.57 s
[genvalidity-sydtest-aeson-source] Libraries installed in:
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
455.57 s
[genvalidity-sydtest-aeson-source] Dynamic Libraries installed in:
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
455.57 s
[genvalidity-sydtest-aeson-source] Private executables installed in:
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
455.57 s
[genvalidity-sydtest-aeson-source] Data files installed in:
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
455.57 s
[genvalidity-sydtest-aeson-source] Documentation installed in: /share/doc/genvalidity-sydtest-aeson-1.0.0.1
455.57 s
[genvalidity-sydtest-aeson-source] Configuration files installed in:
455.57 s
[genvalidity-sydtest-aeson-source] /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1/etc
455.57 s
[genvalidity-sydtest-aeson-source] No alex found
455.57 s
[genvalidity-sydtest-aeson-source] Using ar found on system at:
455.57 s
[genvalidity-sydtest-aeson-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
455.57 s
[genvalidity-sydtest-aeson-source] No c2hs found
455.57 s
[genvalidity-sydtest-aeson-source] No cpphs found
455.57 s
[genvalidity-sydtest-aeson-source] No doctest found
455.57 s
[genvalidity-sydtest-aeson-source] Using gcc version 14.3.0 given by user at:
455.57 s
[genvalidity-sydtest-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
455.57 s
[genvalidity-sydtest-aeson-source] Using ghc version 9.10.3 found on system at:
455.57 s
[genvalidity-sydtest-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
455.57 s
[genvalidity-sydtest-aeson-source] Using ghc-pkg version 9.10.3 found on system at:
455.57 s
[genvalidity-sydtest-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
455.57 s
[genvalidity-sydtest-aeson-source] No ghcjs found
455.57 s
[genvalidity-sydtest-aeson-source] No ghcjs-pkg found
455.57 s
[genvalidity-sydtest-aeson-source] No greencard found
455.57 s
[genvalidity-sydtest-aeson-source] Using haddock version 2.31.1 found on system at:
455.57 s
[genvalidity-sydtest-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
455.57 s
[genvalidity-sydtest-aeson-source] No happy found
455.57 s
[genvalidity-sydtest-aeson-source] Using haskell-suite found on system at: haskell-suite-dummy-location
455.57 s
[genvalidity-sydtest-aeson-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
455.57 s
[genvalidity-sydtest-aeson-source] No hmake found
455.57 s
[genvalidity-sydtest-aeson-source] Using hpc version 0.69 found on system at:
455.57 s
[genvalidity-sydtest-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
455.57 s
[genvalidity-sydtest-aeson-source] Using hsc2hs version 0.68.10 found on system at:
455.57 s
[genvalidity-sydtest-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
455.57 s
[genvalidity-sydtest-aeson-source] Using hscolour version 1.25 found on system at:
455.57 s
[genvalidity-sydtest-aeson-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
455.57 s
[genvalidity-sydtest-aeson-source] No jhc found
455.57 s
[genvalidity-sydtest-aeson-source] Using ld found on system at:
455.57 s
[genvalidity-sydtest-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
455.57 s
[genvalidity-sydtest-aeson-source] No pkg-config found
455.57 s
[genvalidity-sydtest-aeson-source] Using runghc version 9.10.3 found on system at:
455.57 s
[genvalidity-sydtest-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
455.57 s
[genvalidity-sydtest-aeson-source] Using strip version 2.44 found on system at:
455.57 s
[genvalidity-sydtest-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
455.57 s
[genvalidity-sydtest-aeson-source] Using tar found on system at:
455.57 s
[genvalidity-sydtest-aeson-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
455.57 s
[genvalidity-sydtest-aeson-source] No uhc found
455.57 s
[genvalidity-sydtest-aeson-source] Phase: buildPhase
455.57 s
[genvalidity-sydtest-aeson-source] Distribution quality warnings:
455.57 s
[genvalidity-sydtest-aeson-source] [no-description] No 'description' field.
455.57 s
[genvalidity-sydtest-aeson-source] [missing-upper-bounds] On library, these packages miss upper bounds:
455.57 s
[genvalidity-sydtest-aeson-source] - QuickCheck
455.57 s
[genvalidity-sydtest-aeson-source] - aeson
455.57 s
[genvalidity-sydtest-aeson-source] - deepseq
455.57 s
[genvalidity-sydtest-aeson-source] - genvalidity
455.57 s
[genvalidity-sydtest-aeson-source] - genvalidity-sydtest
455.57 s
[genvalidity-sydtest-aeson-source] - sydtest
455.57 s
[genvalidity-sydtest-aeson-source] Please add them. There is more information at https://pvp.haskell.org/
455.57 s
[genvalidity-sydtest-aeson-source] Building source dist for genvalidity-sydtest-aeson-1.0.0.1...
455.57 s
[genvalidity-sydtest-aeson-source] Source tarball created: dist/genvalidity-sydtest-aeson-1.0.0.1.tar.gz
455.57 s
[genvalidity-sydtest-aeson-source] Phase: checkPhase
455.57 s
[genvalidity-sydtest-aeson-source] Phase: haddockPhase
455.57 s
[genvalidity-sydtest-aeson-source] Phase: installPhase
455.57 s
[genvalidity-sydtest-aeson-source] Phase: fixupPhase
455.57 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1
455.71 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
455.71 s
[post-build-hook]
456.05 s
[post-build-hook] Pushing /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1 (3.67 KiB)
456.93 s
[post-build-hook]
456.93 s
[post-build-hook] All done.
456.95 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1
457.01 s
[post-build-hook] copying 1 paths...
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'...
457.37 s
[post-build-hook] copying 0 paths...
457.41 s
Progress: 120 of 143 built (4 building), 815 of 815 downloaded from cache
457.47 s
Building genvalidity-sydtest-aeson
457.48 s
[sydtest-wai] Documentation created: dist/doc/html/sydtest-wai/,
457.48 s
[sydtest-wai] dist/doc/html/sydtest-wai/sydtest-wai.txt
457.48 s
[sydtest-wai] Preprocessing test suite 'sydtest-wai-test' for sydtest-wai-0.2.0.2...
457.49 s
[sydtest-wai] Phase: installPhase
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
457.49 s
[sydtest-wai] Phase: fixupPhase
457.49 s
[sydtest-wai] shrinking RPATHs of ELF executables and libraries in /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2
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
457.49 s
[sydtest-wai] checking for references to /build/ in /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2...
457.49 s
[sydtest-wai] patching script interpreter paths in /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2
457.49 s
[sydtest-wai] stripping (with command strip and flags -S -p) in /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2/lib
457.49 s
[sydtest-wai] shrinking RPATHs of ELF executables and libraries in /nix/store/krmijk69h7iylfd6rxag0ij1ziy389x6-sydtest-wai-0.2.0.2-doc
457.49 s
[sydtest-wai] checking for references to /build/ in /nix/store/krmijk69h7iylfd6rxag0ij1ziy389x6-sydtest-wai-0.2.0.2-doc...
457.49 s
[sydtest-wai] patching script interpreter paths in /nix/store/krmijk69h7iylfd6rxag0ij1ziy389x6-sydtest-wai-0.2.0.2-doc
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 )
457.49 s
[looper] Phase: setupCompilerEnvironmentPhase
457.49 s
[looper] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
457.49 s
[looper] Phase: unpackPhase
457.49 s
[looper] unpacking source archive /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0/looper-0.4.0.0.tar.gz
457.49 s
[looper] source root is looper-0.4.0.0
457.49 s
[looper] setting SOURCE_DATE_EPOCH to timestamp 1780347981 of file "looper-0.4.0.0/test/Spec.hs"
457.49 s
[looper] warning: file "looper-0.4.0.0/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
457.49 s
[looper] Phase: patchPhase
457.49 s
[looper] Phase: compileBuildDriverPhase
457.49 s
[looper] setupCompileFlags: -package-db=/build/tmp.IBp9m4fD4n/setup-package.conf.d -threaded
457.49 s
[looper] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.IBp9m4fD4n/Main.o )
457.49 s
[looper] [2 of 2] Linking Setup
457.49 s
[sydtest-persistent-sqlite-source] Phase: setupCompilerEnvironmentPhase
457.49 s
[sydtest-persistent-sqlite-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
457.49 s
[sydtest-persistent-sqlite-source] Phase: unpackPhase
457.49 s
[sydtest-persistent-sqlite-source] unpacking source archive /nix/store/qjajz1d6i8yvx5yddammqvgdr32xzpra-sydtest-persistent-sqlite
457.49 s
[sydtest-persistent-sqlite-source] source root is sydtest-persistent-sqlite
457.49 s
[sydtest-persistent-sqlite-source] Phase: patchPhase
457.49 s
[sydtest-persistent-sqlite-source] Phase: compileBuildDriverPhase
457.49 s
[sydtest-persistent-sqlite-source] setupCompileFlags: -package-db=/build/tmp.4V7uoA9wpX/setup-package.conf.d -threaded
457.49 s
[sydtest-persistent-sqlite-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.4V7uoA9wpX/Main.o )
457.49 s
[sydtest-persistent-sqlite-source] [2 of 2] Linking Setup
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
458.02 s
[post-build-hook] Pushing 2 paths (338 are already present) using zstd to cache smos ⏳
458.02 s
[post-build-hook]
458.34 s
[post-build-hook] Pushing /nix/store/krmijk69h7iylfd6rxag0ij1ziy389x6-sydtest-wai-0.2.0.2-doc (992.68 KiB)
458.40 s
[post-build-hook] Pushing /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2 (1.73 MiB)
459.43 s
[post-build-hook]
459.43 s
[post-build-hook] All done.
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
459.54 s
[post-build-hook] copying 0 paths...
459.71 s
[post-build-hook] copying 0 paths...
459.81 s
Progress: 121 of 143 built (4 building), 815 of 815 downloaded from cache
459.82 s
[ical-recurrence] Phase: checkPhase
459.82 s
[ical-recurrence] Package has no test suites.
459.82 s
[ical-recurrence] Phase: haddockPhase
459.82 s
[ical-recurrence] Preprocessing library for ical-recurrence-0.0.0.0...
459.82 s
[ical-recurrence] Running Haddock on library for ical-recurrence-0.0.0.0...
459.82 s
[ical-recurrence] [ 1 of 10] Compiling ICal.Recurrence.Class ( src/ICal/Recurrence/Class.hs, nothing )
459.82 s
[ical-recurrence] [ 2 of 10] Compiling ICal.Recurrence.RecurrenceRule.WeekDate ( src/ICal/Recurrence/RecurrenceRule/WeekDate.hs, nothing )
459.83 s
[ical-recurrence] [ 3 of 10] Compiling ICal.Recurrence.RecurrenceRule.Util ( src/ICal/Recurrence/RecurrenceRule/Util.hs, nothing )
459.83 s
[ical-recurrence] [ 4 of 10] Compiling ICal.Recurrence.RecurrenceRule.Monthly ( src/ICal/Recurrence/RecurrenceRule/Monthly.hs, nothing )
459.83 s
[ical-recurrence] [ 5 of 10] Compiling ICal.Recurrence.RecurrenceRule.Daily ( src/ICal/Recurrence/RecurrenceRule/Daily.hs, nothing )
459.84 s
[ical-recurrence] [ 6 of 10] Compiling ICal.Recurrence.RecurrenceRule.Weekly ( src/ICal/Recurrence/RecurrenceRule/Weekly.hs, nothing )
459.84 s
[ical-recurrence] [ 7 of 10] Compiling ICal.Recurrence.RecurrenceRule.Yearly ( src/ICal/Recurrence/RecurrenceRule/Yearly.hs, nothing )
459.84 s
[ical-recurrence] [ 8 of 10] Compiling ICal.Recurrence.RecurrenceRule ( src/ICal/Recurrence/RecurrenceRule.hs, nothing )
459.84 s
[ical-recurrence] [ 9 of 10] Compiling ICal.Recurrence ( src/ICal/Recurrence.hs, nothing )
459.84 s
[ical-recurrence] [10 of 10] Compiling Paths_ical_recurrence ( dist/build/autogen/Paths_ical_recurrence.hs, nothing )
459.84 s
[ical-recurrence] Haddock coverage:
459.84 s
[ical-recurrence] 0% ( 0 / 14) in 'ICal.Recurrence.Class'
459.84 s
[ical-recurrence] Missing documentation for:
459.84 s
[ical-recurrence] Module header
459.84 s
[ical-recurrence] RecurringEvent (src/ICal/Recurrence/Class.hs:44)
459.84 s
[ical-recurrence] Recurrence (src/ICal/Recurrence/Class.hs:35)
459.84 s
[ical-recurrence] EventOccurrence (src/ICal/Recurrence/Class.hs:53)
459.84 s
[ical-recurrence] ResolvedEvent (src/ICal/Recurrence/Class.hs:62)
459.84 s
[ical-recurrence] Timestamp (src/ICal/Recurrence/Class.hs:70)
459.84 s
[ical-recurrence] R (src/ICal/Recurrence/Class.hs:98)
459.84 s
[ical-recurrence] ResolutionCtx (src/ICal/Recurrence/Class.hs:103)
459.84 s
[ical-recurrence] UnresolutionCtx (src/ICal/Recurrence/Class.hs:105)
459.84 s
[ical-recurrence] RecurrenceError (src/ICal/Recurrence/Class.hs:78)
459.84 s
[ical-recurrence] RecurrenceFixableError (src/ICal/Recurrence/Class.hs:91)
459.84 s
[ical-recurrence] unfixableErrorR (src/ICal/Recurrence/Class.hs:108)
459.84 s
[ical-recurrence] emitFixableErrorR (src/ICal/Recurrence/Class.hs:111)
459.84 s
[ical-recurrence] Resolv (src/ICal/Recurrence/Class.hs:115)
459.84 s
[ical-recurrence] Warning: 'ws' is out of scope.
459.84 s
[ical-recurrence] If you qualify the identifier, haddock can try to link it anyway.
459.84 s
[ical-recurrence] Warning: 'monday' is out of scope.
459.84 s
[ical-recurrence] If you qualify the identifier, haddock can try to link it anyway.
459.93 s
[ical-recurrence] 20% ( 2 / 10) in 'ICal.Recurrence.RecurrenceRule.WeekDate'
459.93 s
[ical-recurrence] Missing documentation for:
459.93 s
[ical-recurrence] Module header
459.93 s
[ical-recurrence] nextWeek (src/ICal/Recurrence/RecurrenceRule/WeekDate.hs:8)
459.93 s
[ical-recurrence] weeksIntoTheFutureStartingFrom (src/ICal/Recurrence/RecurrenceRule/WeekDate.hs:13)
459.93 s
[ical-recurrence] weeksInYear (src/ICal/Recurrence/RecurrenceRule/WeekDate.hs:50)
459.93 s
[ical-recurrence] daysInYear (src/ICal/Recurrence/RecurrenceRule/WeekDate.hs:60)
459.93 s
[ical-recurrence] fromWeekDateWithStart (src/ICal/Recurrence/RecurrenceRule/WeekDate.hs:63)
459.93 s
[ical-recurrence] firstDayOfTheFirstWsWeekOf (src/ICal/Recurrence/RecurrenceRule/WeekDate.hs:90)
459.93 s
[ical-recurrence] positiveMod (src/ICal/Recurrence/RecurrenceRule/WeekDate.hs:119)
459.93 s
[ical-recurrence] 0% ( 0 / 33) in 'ICal.Recurrence.RecurrenceRule.Util'
459.93 s
[ical-recurrence] Missing documentation for:
459.93 s
[ical-recurrence] Module header
459.93 s
[ical-recurrence] takeEvery (src/ICal/Recurrence/RecurrenceRule/Util.hs:23)
459.93 s
[ical-recurrence] byMonthLimitMonth (src/ICal/Recurrence/RecurrenceRule/Util.hs:30)
459.93 s
[ical-recurrence] byMonthLimit (src/ICal/Recurrence/RecurrenceRule/Util.hs:33)
459.93 s
[ical-recurrence] byMonthDayLimit (src/ICal/Recurrence/RecurrenceRule/Util.hs:38)
459.93 s
[ical-recurrence] monthIndices (src/ICal/Recurrence/RecurrenceRule/Util.hs:44)
459.93 s
[ical-recurrence] byDayLimit (src/ICal/Recurrence/RecurrenceRule/Util.hs:52)
459.93 s
[ical-recurrence] byDayLimitInYear (src/ICal/Recurrence/RecurrenceRule/Util.hs:61)
459.93 s
[ical-recurrence] byEveryWeekDayLimit (src/ICal/Recurrence/RecurrenceRule/Util.hs:70)
459.93 s
[ical-recurrence] byYearDayExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:73)
459.93 s
[ical-recurrence] byMonthDayExpandEveryMonth (src/ICal/Recurrence/RecurrenceRule/Util.hs:83)
459.93 s
[ical-recurrence] byMonthDayExpandMonth (src/ICal/Recurrence/RecurrenceRule/Util.hs:94)
459.93 s
[ical-recurrence] byEveryWeekDayWeek (src/ICal/Recurrence/RecurrenceRule/Util.hs:104)
459.93 s
[ical-recurrence] byEveryWeekDayExpandYear (src/ICal/Recurrence/RecurrenceRule/Util.hs:114)
459.93 s
[ical-recurrence] byWeekNoExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:130)
460.00 s
[looper] Phase: updateAutotoolsGnuConfigScriptsPhase
460.01 s
[looper] Phase: configurePhase
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
460.01 s
[looper] Using Parsec parser
460.01 s
[looper] Configuring looper-0.4.0.0...
460.01 s
[looper] Dependency base >=4.7 && <5: using base-4.20.2.0
460.01 s
[looper] Dependency opt-env-conf: using opt-env-conf-0.15.0.1
460.01 s
[looper] Dependency text: using text-2.1.3
460.01 s
[looper] Dependency time: using time-1.12.2
460.01 s
[looper] Dependency unliftio: using unliftio-0.2.25.1
460.01 s
[looper] Dependency base >=4.7 && <5: using base-4.20.2.0
460.01 s
[looper] Dependency looper: using looper-0.4.0.0
460.01 s
[looper] Dependency opt-env-conf: using opt-env-conf-0.15.0.1
460.01 s
[looper] Dependency opt-env-conf-test: using opt-env-conf-test-0.0.0.4
460.01 s
[looper] Dependency sydtest: using sydtest-0.23.0.1
460.01 s
[looper] Dependency unliftio: using unliftio-0.2.25.1
460.01 s
[looper] Source component graph:
460.01 s
[looper] component lib
460.01 s
[looper] component test:looper-test dependency lib
460.01 s
[looper] Configured component graph:
460.01 s
[looper] component looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
460.01 s
[looper] include base-4.20.2.0-fafd
460.01 s
[looper] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
460.01 s
[looper] include text-2.1.3-34f1
460.01 s
[looper] include time-1.12.2-3479
460.01 s
[looper] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
460.01 s
[looper] component looper-0.4.0.0-r22ANrpaNw7XgwgBjB5hu-looper-test
460.01 s
[looper] include base-4.20.2.0-fafd
460.01 s
[looper] include looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
460.01 s
[looper] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
460.01 s
[looper] include opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
460.01 s
[looper] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
460.08 s
[looper] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
460.08 s
[looper] Linked component graph:
460.08 s
[looper] unit looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
460.08 s
[looper] include base-4.20.2.0-fafd
460.08 s
[looper] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
460.08 s
[looper] include text-2.1.3-34f1
460.08 s
[looper] include time-1.12.2-3479
460.08 s
[looper] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
460.08 s
[looper] Looper=looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH:Looper
460.08 s
[looper] unit looper-0.4.0.0-r22ANrpaNw7XgwgBjB5hu-looper-test
460.08 s
[looper] include base-4.20.2.0-fafd
460.08 s
[looper] include looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
460.08 s
[looper] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
460.08 s
[looper] include opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
460.08 s
[looper] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
460.08 s
[looper] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
460.08 s
[looper] Ready component graph:
460.08 s
[looper] definite looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
460.08 s
[looper] depends base-4.20.2.0-fafd
460.08 s
[looper] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
460.08 s
[looper] depends text-2.1.3-34f1
460.08 s
[looper] depends time-1.12.2-3479
460.08 s
[looper] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
460.08 s
[looper] definite looper-0.4.0.0-r22ANrpaNw7XgwgBjB5hu-looper-test
460.08 s
[looper] depends base-4.20.2.0-fafd
460.08 s
[looper] depends looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
460.08 s
[looper] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
460.08 s
[looper] depends opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
460.08 s
[sydtest-persistent-sqlite-source] Phase: updateAutotoolsGnuConfigScriptsPhase
460.08 s
[sydtest-persistent-sqlite-source] Phase: configurePhase
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
460.15 s
[sydtest-persistent-sqlite-source] Using Parsec parser
460.15 s
[sydtest-persistent-sqlite-source] Configuring sydtest-persistent-sqlite-0.2.0.3...
460.15 s
[sydtest-persistent-sqlite-source] Dependency base >=4.7 && <5: using base-4.20.2.0
460.15 s
[sydtest-persistent-sqlite-source] Dependency monad-logger: using monad-logger-0.3.42
460.15 s
[sydtest-persistent-sqlite-source] Dependency mtl: using mtl-2.3.1
460.15 s
[sydtest-persistent-sqlite-source] Dependency persistent: using persistent-2.17.1.0
460.15 s
[sydtest-persistent-sqlite-source] Dependency persistent-sqlite: using persistent-sqlite-2.13.3.1
460.15 s
[sydtest-persistent-sqlite-source] Dependency sydtest: using sydtest-0.23.0.1
460.15 s
[sydtest-persistent-sqlite-source] Dependency sydtest-persistent: using sydtest-persistent-0.1.0.0
460.15 s
[sydtest-persistent-sqlite-source] Dependency base >=4.7 && <5: using base-4.20.2.0
460.15 s
[sydtest-persistent-sqlite-source] Dependency persistent: using persistent-2.17.1.0
460.15 s
[sydtest-persistent-sqlite-source] Dependency sydtest: using sydtest-0.23.0.1
460.15 s
[sydtest-persistent-sqlite-source] Dependency sydtest-persistent-sqlite: using sydtest-persistent-sqlite-0.2.0.3
460.15 s
[sydtest-persistent-sqlite-source] Source component graph:
460.15 s
[sydtest-persistent-sqlite-source] component lib
460.15 s
[sydtest-persistent-sqlite-source] component test:sydtest-persistent-sqlite-test dependency lib
460.15 s
[sydtest-persistent-sqlite-source] Configured component graph:
460.15 s
[sydtest-persistent-sqlite-source] component sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
460.15 s
[sydtest-persistent-sqlite-source] include base-4.20.2.0-fafd
460.21 s
[sydtest-persistent-sqlite-source] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
460.22 s
[sydtest-persistent-sqlite-source] include mtl-2.3.1-37af
460.22 s
[sydtest-persistent-sqlite-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
460.22 s
[sydtest-persistent-sqlite-source] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
460.22 s
[sydtest-persistent-sqlite-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
460.22 s
[sydtest-persistent-sqlite-source] include sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
460.22 s
[sydtest-persistent-sqlite-source] component sydtest-persistent-sqlite-0.2.0.3-9dsFJh8qBB495Id6ITzLYw-sydtest-persistent-sqlite-test
460.22 s
[sydtest-persistent-sqlite-source] include base-4.20.2.0-fafd
460.22 s
[sydtest-persistent-sqlite-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
460.22 s
[sydtest-persistent-sqlite-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
460.22 s
[sydtest-persistent-sqlite-source] include sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
460.22 s
[sydtest-persistent-sqlite-source] Linked component graph:
460.22 s
[sydtest-persistent-sqlite-source] unit sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
460.22 s
[sydtest-persistent-sqlite-source] include base-4.20.2.0-fafd
460.22 s
[sydtest-persistent-sqlite-source] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
460.22 s
[sydtest-persistent-sqlite-source] include mtl-2.3.1-37af
460.22 s
[sydtest-persistent-sqlite-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
460.22 s
[sydtest-persistent-sqlite-source] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
460.22 s
[sydtest-persistent-sqlite-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
460.22 s
[sydtest-persistent-sqlite-source] include sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
460.28 s
[sydtest-persistent-sqlite-source] Test.Syd.Persistent.Sqlite=sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf:Test.Syd.Persistent.Sqlite
460.28 s
[sydtest-persistent-sqlite-source] unit sydtest-persistent-sqlite-0.2.0.3-9dsFJh8qBB495Id6ITzLYw-sydtest-persistent-sqlite-test
460.28 s
[sydtest-persistent-sqlite-source] include base-4.20.2.0-fafd
460.28 s
[sydtest-persistent-sqlite-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
460.28 s
[sydtest-persistent-sqlite-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
460.28 s
[genvalidity-sydtest-aeson] Phase: setupCompilerEnvironmentPhase
460.28 s
[genvalidity-sydtest-aeson] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
460.28 s
[genvalidity-sydtest-aeson] Phase: unpackPhase
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
460.28 s
[genvalidity-sydtest-aeson] source root is genvalidity-sydtest-aeson-1.0.0.1
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"
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
460.28 s
[genvalidity-sydtest-aeson] Phase: patchPhase
460.28 s
[genvalidity-sydtest-aeson] Phase: compileBuildDriverPhase
460.28 s
[genvalidity-sydtest-aeson] setupCompileFlags: -package-db=/build/tmp.hRaEWqpl8t/setup-package.conf.d -threaded
460.28 s
[genvalidity-sydtest-aeson] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.hRaEWqpl8t/Main.o )
460.28 s
[genvalidity-sydtest-aeson] [2 of 2] Linking Setup
460.28 s
[genvalidity-sydtest-aeson] Phase: updateAutotoolsGnuConfigScriptsPhase
460.28 s
[genvalidity-sydtest-aeson] Phase: configurePhase
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
460.28 s
[genvalidity-sydtest-aeson] Using Parsec parser
460.28 s
[genvalidity-sydtest-aeson] Configuring genvalidity-sydtest-aeson-1.0.0.1...
460.28 s
[ical-recurrence] byDayExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:141)
460.28 s
[ical-recurrence] byMonthExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:164)
460.28 s
[ical-recurrence] byMonthDayExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:167)
460.28 s
[ical-recurrence] byEveryWeekDayExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:177)
460.28 s
[ical-recurrence] timeOfDayExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:180)
460.28 s
[ical-recurrence] byHourExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:188)
460.28 s
[ical-recurrence] byMinuteExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:191)
460.28 s
[ical-recurrence] bySecondExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:194)
460.28 s
[ical-recurrence] expand (src/ICal/Recurrence/RecurrenceRule/Util.hs:197)
460.28 s
[ical-recurrence] expandM (src/ICal/Recurrence/RecurrenceRule/Util.hs:200)
460.28 s
[ical-recurrence] expandL (src/ICal/Recurrence/RecurrenceRule/Util.hs:203)
460.28 s
[ical-recurrence] filterSetPos (src/ICal/Recurrence/RecurrenceRule/Util.hs:206)
460.28 s
[ical-recurrence] limitBy (src/ICal/Recurrence/RecurrenceRule/Util.hs:215)
460.28 s
[ical-recurrence] specificWeekDayIndex (src/ICal/Recurrence/RecurrenceRule/Util.hs:222)
460.28 s
[ical-recurrence] specificYearWeekDayIndex (src/ICal/Recurrence/RecurrenceRule/Util.hs:233)
460.28 s
[ical-recurrence] daysOfMonth (src/ICal/Recurrence/RecurrenceRule/Util.hs:244)
460.28 s
[ical-recurrence] numberWeekdays (src/ICal/Recurrence/RecurrenceRule/Util.hs:257)
460.28 s
[ical-recurrence] count (src/ICal/Recurrence/RecurrenceRule/Util.hs:271)
460.28 s
[ical-recurrence] 0% ( 0 / 2) in 'ICal.Recurrence.RecurrenceRule.Monthly'
460.28 s
[ical-recurrence] Missing documentation for:
460.28 s
[ical-recurrence] Module header
460.28 s
[ical-recurrence] monthlyDateTimeRecurrence (src/ICal/Recurrence/RecurrenceRule/Monthly.hs:27)
460.28 s
[ical-recurrence] 0% ( 0 / 2) in 'ICal.Recurrence.RecurrenceRule.Daily'
460.28 s
[ical-recurrence] Missing documentation for:
460.28 s
[ical-recurrence] Module header
460.28 s
[ical-recurrence] dailyDateTimeRecurrence (src/ICal/Recurrence/RecurrenceRule/Daily.hs:24)
460.28 s
[ical-recurrence] 0% ( 0 / 2) in 'ICal.Recurrence.RecurrenceRule.Weekly'
460.28 s
[ical-recurrence] Missing documentation for:
460.28 s
[ical-recurrence] Module header
460.28 s
[ical-recurrence] weeklyDateTimeRecurrence (src/ICal/Recurrence/RecurrenceRule/Weekly.hs:27)
460.28 s
[ical-recurrence] 0% ( 0 / 2) in 'ICal.Recurrence.RecurrenceRule.Yearly'
460.28 s
[ical-recurrence] Missing documentation for:
460.28 s
[ical-recurrence] Module header
460.28 s
[ical-recurrence] yearlyDateTimeRecurrence (src/ICal/Recurrence/RecurrenceRule/Yearly.hs:29)
460.28 s
[ical-recurrence] 0% ( 0 / 3) in 'ICal.Recurrence.RecurrenceRule'
460.28 s
[ical-recurrence] Missing documentation for:
460.28 s
[ical-recurrence] Module header
460.28 s
[ical-recurrence] recurRecurrenceRuleDateTimeStarts (src/ICal/Recurrence/RecurrenceRule.hs:29)
460.28 s
[ical-recurrence] recurRecurrenceRuleLocalTimes (src/ICal/Recurrence/RecurrenceRule.hs:52)
460.28 s
[ical-recurrence] Warning: 'from' is out of scope.
460.28 s
[ical-recurrence] If you qualify the identifier, haddock can try to link it anyway.
460.28 s
[ical-recurrence] Warning: ICal.Recurrence: Could not find documentation for exported module: ICal.Recurrence
460.28 s
[ical-recurrence] 21% ( 10 / 46) in 'ICal.Recurrence'
460.28 s
[ical-recurrence] Missing documentation for:
460.28 s
[ical-recurrence] HasRecurrence (src/ICal/Recurrence.hs:62)
460.28 s
[ical-recurrence] recur (src/ICal/Recurrence.hs:85)
460.28 s
[ical-recurrence] recurRecurrenceRule (src/ICal/Recurrence.hs:161)
460.28 s
[ical-recurrence] resolveEndOrDurationDate (src/ICal/Recurrence.hs:278)
460.28 s
[ical-recurrence] removeExceptionDatetimes (src/ICal/Recurrence.hs:262)
460.28 s
[ical-recurrence] computeNewEnd (src/ICal/Recurrence.hs:301)
460.28 s
[ical-recurrence] dateExactDuration (src/ICal/Recurrence.hs:340)
460.28 s
[ical-recurrence] dateTimeExactDuration (src/ICal/Recurrence.hs:344)
460.28 s
[ical-recurrence] addExactDuration (src/ICal/Recurrence.hs:356)
460.28 s
[ical-recurrence] resolveLocalTimeR (src/ICal/Recurrence.hs:415)
460.28 s
[ical-recurrence] unresolveUTCTimeR (src/ICal/Recurrence.hs:465)
460.28 s
[ical-recurrence] resolveEventOccurrence (src/ICal/Recurrence.hs:365)
460.28 s
[ical-recurrence] resolveDateTimeStart (src/ICal/Recurrence.hs:396)
460.28 s
[ical-recurrence] resolveEndDuration (src/ICal/Recurrence.hs:373)
460.28 s
[ical-recurrence] resolveDateTimeEnd (src/ICal/Recurrence.hs:391)
460.28 s
[ical-recurrence] resolveDate (src/ICal/Recurrence.hs:401)
460.28 s
[ical-recurrence] resolveDateTime (src/ICal/Recurrence.hs:404)
460.28 s
[ical-recurrence] resolveUTCTime (src/ICal/Recurrence.hs:412)
460.28 s
[ical-recurrence] requireResolutionCtx (src/ICal/Recurrence.hs:525)
460.28 s
[ical-recurrence] resolveLocalTime' (src/ICal/Recurrence.hs:427)
460.28 s
[ical-recurrence] resolveLocalTime (src/ICal/Recurrence.hs:420)
460.28 s
[ical-recurrence] tryToResolveLocalTime (src/ICal/Recurrence.hs:434)
460.28 s
[ical-recurrence] tryToResolveLocalTime' (src/ICal/Recurrence.hs:442)
460.28 s
[ical-recurrence] chooseResolutionOffset (src/ICal/Recurrence.hs:450)
460.28 s
[ical-recurrence] chooseResolutionOffset' (src/ICal/Recurrence.hs:455)
460.28 s
[ical-recurrence] requireUnresolutionCtx (src/ICal/Recurrence.hs:528)
460.28 s
[ical-recurrence] unresolveUTCTime' (src/ICal/Recurrence.hs:477)
460.28 s
[ical-recurrence] unresolveUTCTime (src/ICal/Recurrence.hs:470)
460.28 s
[ical-recurrence] tryToUnresolveUTCTime (src/ICal/Recurrence.hs:484)
460.28 s
[ical-recurrence] tryToUnresolveUTCTime' (src/ICal/Recurrence.hs:492)
460.28 s
[ical-recurrence] chooseUnresolutionOffset (src/ICal/Recurrence.hs:500)
460.28 s
[looper] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
460.28 s
[looper] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
460.28 s
[looper] Using Cabal-3.12.1.0 compiled by ghc-9.10
460.28 s
[looper] Using compiler: ghc-9.10.3
460.28 s
[looper] Using install prefix:
460.28 s
[looper] /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0
460.28 s
[looper] Executables installed in:
460.28 s
[looper] /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0/bin
460.28 s
[looper] Libraries installed in:
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
460.28 s
[looper] Dynamic Libraries installed in:
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
460.28 s
[looper] Private executables installed in:
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
460.28 s
[looper] Data files installed in:
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
460.28 s
[looper] Documentation installed in:
460.28 s
[looper] /nix/store/47ww4g9a4bhvxvybwxr6h6c0ni9zl1r2-looper-0.4.0.0-doc/share/doc/looper-0.4.0.0
460.28 s
[looper] Configuration files installed in:
460.28 s
[looper] /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0/etc
460.28 s
[looper] No alex found
460.28 s
[looper] Using ar found on system at:
460.28 s
[looper] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
460.28 s
[looper] No c2hs found
460.28 s
[looper] No cpphs found
460.28 s
[looper] No doctest found
460.28 s
[looper] Using gcc version 14.3.0 given by user at:
460.28 s
[looper] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
460.28 s
[looper] Using ghc version 9.10.3 found on system at:
460.28 s
[looper] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
460.28 s
[looper] Using ghc-pkg version 9.10.3 found on system at:
460.28 s
[looper] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
460.28 s
[looper] No ghcjs found
460.28 s
[looper] No ghcjs-pkg found
460.28 s
[looper] No greencard found
460.28 s
[looper] Using haddock version 2.31.1 found on system at:
460.28 s
[looper] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
460.28 s
[looper] No happy found
460.28 s
[looper] Using haskell-suite found on system at: haskell-suite-dummy-location
460.28 s
[looper] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
460.28 s
[looper] No hmake found
460.28 s
[looper] Using hpc version 0.69 found on system at:
460.28 s
[looper] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
460.28 s
[looper] Using hsc2hs version 0.68.10 found on system at:
460.28 s
[looper] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
460.28 s
[looper] Using hscolour version 1.25 found on system at:
460.28 s
[looper] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
460.28 s
[looper] No jhc found
460.28 s
[looper] Using ld found on system at:
460.28 s
[looper] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
460.28 s
[looper] No pkg-config found
460.28 s
[looper] Using runghc version 9.10.3 found on system at:
460.28 s
[looper] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
460.28 s
[looper] Using strip version 2.44 found on system at:
460.28 s
[looper] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
460.28 s
[looper] Using tar found on system at:
460.28 s
[looper] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
460.28 s
[looper] No uhc found
460.28 s
[looper] Phase: buildPhase
460.28 s
[looper] Preprocessing library for looper-0.4.0.0...
460.28 s
[looper] Building library for looper-0.4.0.0...
460.28 s
[looper] [1 of 2] Compiling Looper ( src/Looper.hs, dist/build/Looper.o, dist/build/Looper.dyn_o )
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 )
460.28 s
[looper] [1 of 2] Compiling Looper ( src/Looper.hs, dist/build/Looper.p_o )
460.28 s
[sydtest-persistent-sqlite-source] include sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
460.28 s
[sydtest-persistent-sqlite-source] Ready component graph:
460.28 s
[sydtest-persistent-sqlite-source] definite sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
460.28 s
[sydtest-persistent-sqlite-source] depends base-4.20.2.0-fafd
460.28 s
[sydtest-persistent-sqlite-source] depends monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
460.28 s
[sydtest-persistent-sqlite-source] depends mtl-2.3.1-37af
460.28 s
[sydtest-persistent-sqlite-source] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
460.28 s
[sydtest-persistent-sqlite-source] depends persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
460.28 s
[sydtest-persistent-sqlite-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
460.28 s
[sydtest-persistent-sqlite-source] depends sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
460.28 s
[sydtest-persistent-sqlite-source] definite sydtest-persistent-sqlite-0.2.0.3-9dsFJh8qBB495Id6ITzLYw-sydtest-persistent-sqlite-test
460.28 s
[sydtest-persistent-sqlite-source] depends base-4.20.2.0-fafd
460.28 s
[sydtest-persistent-sqlite-source] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
460.28 s
[sydtest-persistent-sqlite-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
460.28 s
[sydtest-persistent-sqlite-source] depends sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
460.28 s
[sydtest-persistent-sqlite-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
460.28 s
[sydtest-persistent-sqlite-source] Using compiler: ghc-9.10.3
460.28 s
[sydtest-persistent-sqlite-source] Using install prefix:
460.28 s
[sydtest-persistent-sqlite-source] /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3
460.29 s
[sydtest-persistent-sqlite-source] Executables installed in:
460.29 s
[sydtest-persistent-sqlite-source] /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3/bin
460.29 s
[sydtest-persistent-sqlite-source] Libraries installed in:
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
460.29 s
[sydtest-persistent-sqlite-source] Dynamic Libraries installed in:
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
460.29 s
[sydtest-persistent-sqlite-source] Private executables installed in:
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
460.29 s
[sydtest-persistent-sqlite-source] Data files installed in:
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
460.29 s
[sydtest-persistent-sqlite-source] Documentation installed in: /share/doc/sydtest-persistent-sqlite-0.2.0.3
460.29 s
[sydtest-persistent-sqlite-source] Configuration files installed in:
460.29 s
[sydtest-persistent-sqlite-source] /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3/etc
460.29 s
[sydtest-persistent-sqlite-source] No alex found
460.29 s
[sydtest-persistent-sqlite-source] Using ar found on system at:
460.29 s
[sydtest-persistent-sqlite-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
460.29 s
[sydtest-persistent-sqlite-source] No c2hs found
460.29 s
[sydtest-persistent-sqlite-source] No cpphs found
460.29 s
[sydtest-persistent-sqlite-source] No doctest found
460.29 s
[sydtest-persistent-sqlite-source] Using gcc version 14.3.0 given by user at:
460.29 s
[sydtest-persistent-sqlite-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
460.29 s
[sydtest-persistent-sqlite-source] Using ghc version 9.10.3 found on system at:
460.29 s
[sydtest-persistent-sqlite-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
460.29 s
[sydtest-persistent-sqlite-source] Using ghc-pkg version 9.10.3 found on system at:
460.29 s
[sydtest-persistent-sqlite-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
460.29 s
[sydtest-persistent-sqlite-source] No ghcjs found
460.29 s
[sydtest-persistent-sqlite-source] No ghcjs-pkg found
460.29 s
[sydtest-persistent-sqlite-source] No greencard found
460.29 s
[sydtest-persistent-sqlite-source] Using haddock version 2.31.1 found on system at:
460.29 s
[sydtest-persistent-sqlite-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
460.29 s
[sydtest-persistent-sqlite-source] No happy found
460.29 s
[sydtest-persistent-sqlite-source] Using haskell-suite found on system at: haskell-suite-dummy-location
460.29 s
[sydtest-persistent-sqlite-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
460.29 s
[sydtest-persistent-sqlite-source] No hmake found
460.29 s
[sydtest-persistent-sqlite-source] Using hpc version 0.69 found on system at:
460.29 s
[sydtest-persistent-sqlite-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
460.29 s
[sydtest-persistent-sqlite-source] Using hsc2hs version 0.68.10 found on system at:
460.29 s
[sydtest-persistent-sqlite-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
460.29 s
[sydtest-persistent-sqlite-source] Using hscolour version 1.25 found on system at:
460.29 s
[sydtest-persistent-sqlite-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
460.29 s
[sydtest-persistent-sqlite-source] No jhc found
460.29 s
[sydtest-persistent-sqlite-source] Using ld found on system at:
460.29 s
[sydtest-persistent-sqlite-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
460.29 s
[sydtest-persistent-sqlite-source] No pkg-config found
460.29 s
[sydtest-persistent-sqlite-source] Using runghc version 9.10.3 found on system at:
460.29 s
[sydtest-persistent-sqlite-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
460.29 s
[sydtest-persistent-sqlite-source] Using strip version 2.44 found on system at:
460.29 s
[sydtest-persistent-sqlite-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
460.29 s
[sydtest-persistent-sqlite-source] Using tar found on system at:
460.29 s
[sydtest-persistent-sqlite-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
460.29 s
[sydtest-persistent-sqlite-source] No uhc found
460.29 s
[sydtest-persistent-sqlite-source] Phase: buildPhase
460.29 s
[sydtest-persistent-sqlite-source] Distribution quality warnings:
460.29 s
[sydtest-persistent-sqlite-source] [no-description] No 'description' field.
460.29 s
[sydtest-persistent-sqlite-source] [missing-upper-bounds] On library, these packages miss upper bounds:
460.29 s
[sydtest-persistent-sqlite-source] - monad-logger
460.29 s
[sydtest-persistent-sqlite-source] - mtl
460.29 s
[sydtest-persistent-sqlite-source] - persistent
460.29 s
[sydtest-persistent-sqlite-source] - persistent-sqlite
460.29 s
[sydtest-persistent-sqlite-source] - sydtest
460.29 s
[sydtest-persistent-sqlite-source] - sydtest-persistent
460.29 s
[ical-recurrence] chooseUnresolutionOffset' (src/ICal/Recurrence.hs:505)
460.29 s
[ical-recurrence] runRWithoutZones (src/ICal/Recurrence.hs:515)
460.29 s
[ical-recurrence] runR (src/ICal/Recurrence.hs:518)
460.29 s
[ical-recurrence] buildUnresolutionCtx (src/ICal/Recurrence.hs:574)
460.29 s
[ical-recurrence] requireTimeZoneCtx (src/ICal/Recurrence.hs:533)
460.29 s
[ical-recurrence] Warning: ICal.Recurrence.Class: could not find link destinations for:
460.29 s
[ical-recurrence] - ICal.Recurrence.Class.TimeZoneCtx
460.29 s
[ical-recurrence] - ICal.Recurrence.Class.Rep_ResolvedEvent
460.29 s
[ical-recurrence] - ICal.Recurrence.Class.Rep_Timestamp
460.29 s
[ical-recurrence] - ICal.Recurrence.Class.Rep_EventOccurrence
460.29 s
[ical-recurrence] - ICal.Recurrence.Class.Rep_RecurringEvent
460.29 s
[ical-recurrence] - ICal.Recurrence.Class.Rep_Recurrence
460.29 s
[sydtest-persistent-sqlite-source] Please add them. There is more information at https://pvp.haskell.org/
460.29 s
[sydtest-persistent-sqlite-source] Building source dist for sydtest-persistent-sqlite-0.2.0.3...
460.29 s
[sydtest-persistent-sqlite-source] Source tarball created: dist/sydtest-persistent-sqlite-0.2.0.3.tar.gz
460.29 s
[sydtest-persistent-sqlite-source] Phase: checkPhase
460.29 s
[sydtest-persistent-sqlite-source] Phase: haddockPhase
460.29 s
[sydtest-persistent-sqlite-source] Phase: installPhase
460.29 s
[sydtest-persistent-sqlite-source] Phase: fixupPhase
460.29 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3
460.29 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
460.29 s
[post-build-hook]
460.57 s
[post-build-hook] Pushing /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3 (3.36 KiB)
461.42 s
[post-build-hook]
461.42 s
[post-build-hook] All done.
461.44 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3
461.50 s
[post-build-hook] copying 1 paths...
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'...
462.02 s
[post-build-hook] copying 0 paths...
462.07 s
Progress: 122 of 142 built (3 building), 815 of 815 downloaded from cache
462.15 s
Building sydtest-persistent-sqlite
462.23 s
[looper] [2 of 2] Compiling Paths_looper ( dist/build/autogen/Paths_looper.hs, dist/build/Paths_looper.p_o )
462.23 s
[genvalidity-sydtest-aeson] Dependency QuickCheck: using QuickCheck-2.15.0.1
462.23 s
[genvalidity-sydtest-aeson] Dependency aeson: using aeson-2.2.3.0
462.23 s
[genvalidity-sydtest-aeson] Dependency base >=4.9 && <=5: using base-4.20.2.0
462.23 s
[genvalidity-sydtest-aeson] Dependency deepseq: using deepseq-1.5.0.0
462.23 s
[genvalidity-sydtest-aeson] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
462.23 s
[genvalidity-sydtest-aeson] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
462.23 s
[genvalidity-sydtest-aeson] Dependency sydtest: using sydtest-0.23.0.1
462.23 s
[genvalidity-sydtest-aeson] Dependency aeson: using aeson-2.2.3.0
462.23 s
[genvalidity-sydtest-aeson] Dependency base >=4.9 && <=5: using base-4.20.2.0
462.23 s
[genvalidity-sydtest-aeson] Dependency genvalidity: using genvalidity-1.1.1.0
462.23 s
[genvalidity-sydtest-aeson] Dependency genvalidity-aeson: using genvalidity-aeson-1.1.0.0
462.23 s
[genvalidity-sydtest-aeson] Dependency genvalidity-sydtest-aeson: using genvalidity-sydtest-aeson-1.0.0.1
462.23 s
[genvalidity-sydtest-aeson] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
462.23 s
[genvalidity-sydtest-aeson] Dependency sydtest: using sydtest-0.23.0.1
462.23 s
[genvalidity-sydtest-aeson] Dependency text: using text-2.1.3
462.23 s
[genvalidity-sydtest-aeson] Source component graph:
462.23 s
[genvalidity-sydtest-aeson] component lib
462.23 s
[genvalidity-sydtest-aeson] component test:genvalidity-sydtest-aeson-test dependency lib
462.23 s
[genvalidity-sydtest-aeson] Configured component graph:
462.23 s
[genvalidity-sydtest-aeson] component genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
462.23 s
[genvalidity-sydtest-aeson] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
462.23 s
[genvalidity-sydtest-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
462.23 s
[genvalidity-sydtest-aeson] include base-4.20.2.0-fafd
462.23 s
[genvalidity-sydtest-aeson] include deepseq-1.5.0.0-2b65
462.23 s
[genvalidity-sydtest-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
462.23 s
[genvalidity-sydtest-aeson] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
462.23 s
[genvalidity-sydtest-aeson] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
462.23 s
[genvalidity-sydtest-aeson] component genvalidity-sydtest-aeson-1.0.0.1-IZSQblywbiF4seKi8wmlJA-genvalidity-sydtest-aeson-test
462.23 s
[genvalidity-sydtest-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
462.23 s
[genvalidity-sydtest-aeson] include base-4.20.2.0-fafd
462.23 s
[genvalidity-sydtest-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
462.23 s
[genvalidity-sydtest-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
462.23 s
[genvalidity-sydtest-aeson] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
462.24 s
[genvalidity-sydtest-aeson] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
462.24 s
[genvalidity-sydtest-aeson] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
462.24 s
[genvalidity-sydtest-aeson] include text-2.1.3-34f1
462.24 s
[genvalidity-sydtest-aeson] Linked component graph:
462.24 s
[genvalidity-sydtest-aeson] unit genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
462.24 s
[genvalidity-sydtest-aeson] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
462.24 s
[genvalidity-sydtest-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
462.24 s
[genvalidity-sydtest-aeson] include base-4.20.2.0-fafd
462.24 s
[genvalidity-sydtest-aeson] include deepseq-1.5.0.0-2b65
462.24 s
[genvalidity-sydtest-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
462.24 s
[genvalidity-sydtest-aeson] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
462.24 s
[genvalidity-sydtest-aeson] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
462.24 s
[genvalidity-sydtest-aeson] Test.Syd.Validity.Aeson=genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ:Test.Syd.Validity.Aeson
462.24 s
[genvalidity-sydtest-aeson] unit genvalidity-sydtest-aeson-1.0.0.1-IZSQblywbiF4seKi8wmlJA-genvalidity-sydtest-aeson-test
462.24 s
[genvalidity-sydtest-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
462.24 s
[genvalidity-sydtest-aeson] include base-4.20.2.0-fafd
462.24 s
[genvalidity-sydtest-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
462.24 s
[genvalidity-sydtest-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
462.24 s
[genvalidity-sydtest-aeson] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
462.24 s
[genvalidity-sydtest-aeson] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
462.24 s
[genvalidity-sydtest-aeson] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
462.24 s
[genvalidity-sydtest-aeson] include text-2.1.3-34f1
462.24 s
[genvalidity-sydtest-aeson] Ready component graph:
462.24 s
[genvalidity-sydtest-aeson] definite genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
462.24 s
[genvalidity-sydtest-aeson] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
462.24 s
[genvalidity-sydtest-aeson] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
462.24 s
[genvalidity-sydtest-aeson] depends base-4.20.2.0-fafd
462.24 s
[genvalidity-sydtest-aeson] depends deepseq-1.5.0.0-2b65
462.24 s
[genvalidity-sydtest-aeson] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
462.24 s
[genvalidity-sydtest-aeson] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
462.24 s
[genvalidity-sydtest-aeson] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
462.24 s
[genvalidity-sydtest-aeson] definite genvalidity-sydtest-aeson-1.0.0.1-IZSQblywbiF4seKi8wmlJA-genvalidity-sydtest-aeson-test
462.24 s
[genvalidity-sydtest-aeson] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
462.24 s
[genvalidity-sydtest-aeson] depends base-4.20.2.0-fafd
462.24 s
[genvalidity-sydtest-aeson] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
462.24 s
[genvalidity-sydtest-aeson] depends genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
462.24 s
[genvalidity-sydtest-aeson] depends genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
462.24 s
[genvalidity-sydtest-aeson] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
462.24 s
[genvalidity-sydtest-aeson] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
462.24 s
[genvalidity-sydtest-aeson] depends text-2.1.3-34f1
462.24 s
[genvalidity-sydtest-aeson] Using Cabal-3.12.1.0 compiled by ghc-9.10
462.24 s
[genvalidity-sydtest-aeson] Using compiler: ghc-9.10.3
462.24 s
[genvalidity-sydtest-aeson] Using install prefix:
462.24 s
[genvalidity-sydtest-aeson] /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1
462.24 s
[genvalidity-sydtest-aeson] Executables installed in:
462.24 s
[genvalidity-sydtest-aeson] /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1/bin
462.24 s
[genvalidity-sydtest-aeson] Libraries installed in:
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
462.24 s
[genvalidity-sydtest-aeson] Dynamic Libraries installed in:
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
462.24 s
[genvalidity-sydtest-aeson] Private executables installed in:
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
462.24 s
[genvalidity-sydtest-aeson] Data files installed in:
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
462.24 s
[genvalidity-sydtest-aeson] Documentation installed in:
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
462.24 s
[genvalidity-sydtest-aeson] Configuration files installed in:
462.24 s
[genvalidity-sydtest-aeson] /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1/etc
462.24 s
[genvalidity-sydtest-aeson] No alex found
462.24 s
[genvalidity-sydtest-aeson] Using ar found on system at:
462.24 s
[genvalidity-sydtest-aeson] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
462.24 s
[genvalidity-sydtest-aeson] No c2hs found
462.24 s
[genvalidity-sydtest-aeson] No cpphs found
462.24 s
[genvalidity-sydtest-aeson] No doctest found
462.24 s
[genvalidity-sydtest-aeson] Using gcc version 14.3.0 given by user at:
462.24 s
[genvalidity-sydtest-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
462.24 s
[genvalidity-sydtest-aeson] Using ghc version 9.10.3 found on system at:
462.24 s
[genvalidity-sydtest-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
462.24 s
[genvalidity-sydtest-aeson] Using ghc-pkg version 9.10.3 found on system at:
462.24 s
[genvalidity-sydtest-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
462.24 s
[genvalidity-sydtest-aeson] No ghcjs found
462.24 s
[genvalidity-sydtest-aeson] No ghcjs-pkg found
462.24 s
[genvalidity-sydtest-aeson] No greencard found
462.24 s
[genvalidity-sydtest-aeson] Using haddock version 2.31.1 found on system at:
462.24 s
[genvalidity-sydtest-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
462.24 s
[genvalidity-sydtest-aeson] No happy found
462.24 s
[genvalidity-sydtest-aeson] Using haskell-suite found on system at: haskell-suite-dummy-location
462.24 s
[genvalidity-sydtest-aeson] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
462.24 s
[genvalidity-sydtest-aeson] No hmake found
462.24 s
[genvalidity-sydtest-aeson] Using hpc version 0.69 found on system at:
462.24 s
[genvalidity-sydtest-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
462.24 s
[genvalidity-sydtest-aeson] Using hsc2hs version 0.68.10 found on system at:
462.24 s
[genvalidity-sydtest-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
462.24 s
[genvalidity-sydtest-aeson] Using hscolour version 1.25 found on system at:
462.24 s
[genvalidity-sydtest-aeson] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
462.24 s
[genvalidity-sydtest-aeson] No jhc found
462.24 s
[genvalidity-sydtest-aeson] Using ld found on system at:
462.24 s
[genvalidity-sydtest-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
462.24 s
[genvalidity-sydtest-aeson] No pkg-config found
462.24 s
[genvalidity-sydtest-aeson] Using runghc version 9.10.3 found on system at:
462.24 s
[genvalidity-sydtest-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
462.24 s
[genvalidity-sydtest-aeson] Using strip version 2.44 found on system at:
462.24 s
[genvalidity-sydtest-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
462.24 s
[genvalidity-sydtest-aeson] Using tar found on system at:
462.24 s
[genvalidity-sydtest-aeson] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
462.24 s
[genvalidity-sydtest-aeson] No uhc found
462.24 s
[genvalidity-sydtest-aeson] Phase: buildPhase
462.24 s
[genvalidity-sydtest-aeson] Preprocessing library for genvalidity-sydtest-aeson-1.0.0.1...
462.24 s
[genvalidity-sydtest-aeson] Building library for genvalidity-sydtest-aeson-1.0.0.1...
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 )
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 )
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 )
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 )
462.33 s
[looper] Preprocessing test suite 'looper-test' for looper-0.4.0.0...
462.33 s
[looper] Building test suite 'looper-test' for looper-0.4.0.0...
462.70 s
[looper] [1 of 3] Compiling LooperSpec ( test/LooperSpec.hs, dist/build/looper-test/looper-test-tmp/LooperSpec.o )
462.98 s
[sydtest-persistent-sqlite] Phase: setupCompilerEnvironmentPhase
462.98 s
[sydtest-persistent-sqlite] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
463.01 s
[looper] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/looper-test/looper-test-tmp/Main.o )
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 )
463.16 s
[ical-recurrence] Documentation created: dist/doc/html/ical-recurrence/,
463.16 s
[ical-recurrence] dist/doc/html/ical-recurrence/ical-recurrence.txt
463.32 s
[ical-recurrence] Phase: installPhase
463.37 s
[looper] [4 of 4] Linking dist/build/looper-test/looper-test
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
463.51 s
[sydtest-persistent-sqlite] Phase: unpackPhase
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
463.52 s
[sydtest-persistent-sqlite] source root is sydtest-persistent-sqlite-0.2.0.3
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"
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
463.53 s
[sydtest-persistent-sqlite] Phase: patchPhase
463.54 s
[sydtest-persistent-sqlite] Phase: compileBuildDriverPhase
463.54 s
[sydtest-persistent-sqlite] setupCompileFlags: -package-db=/build/tmp.jtRDJSkXbc/setup-package.conf.d -threaded
463.60 s
[sydtest-persistent-sqlite] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.jtRDJSkXbc/Main.o )
463.64 s
[sydtest-persistent-sqlite] [2 of 2] Linking Setup
463.65 s
[ical-recurrence] Phase: fixupPhase
463.67 s
[ical-recurrence] shrinking RPATHs of ELF executables and libraries in /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0
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
463.69 s
[ical-recurrence] checking for references to /build/ in /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0...
463.70 s
[genvalidity-sydtest-aeson] Preprocessing test suite 'genvalidity-sydtest-aeson-test' for genvalidity-sydtest-aeson-1.0.0.1...
463.70 s
[genvalidity-sydtest-aeson] Building test suite 'genvalidity-sydtest-aeson-test' for genvalidity-sydtest-aeson-1.0.0.1...
463.71 s
[ical-recurrence] patching script interpreter paths in /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0
463.72 s
[ical-recurrence] stripping (with command strip and flags -S -p) in /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0/lib
463.81 s
[ical-recurrence] shrinking RPATHs of ELF executables and libraries in /nix/store/0m1ws76r84gn0xii5f6khck8lkx8n242-ical-recurrence-0.0.0.0-doc
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 )
463.82 s
[ical-recurrence] checking for references to /build/ in /nix/store/0m1ws76r84gn0xii5f6khck8lkx8n242-ical-recurrence-0.0.0.0-doc...
463.84 s
[ical-recurrence] patching script interpreter paths in /nix/store/0m1ws76r84gn0xii5f6khck8lkx8n242-ical-recurrence-0.0.0.0-doc
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
464.30 s
[post-build-hook] Pushing 2 paths (116 are already present) using zstd to cache smos ⏳
464.30 s
[post-build-hook]
464.66 s
[post-build-hook] Pushing /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0 (6.80 MiB)
464.74 s
[post-build-hook] Pushing /nix/store/0m1ws76r84gn0xii5f6khck8lkx8n242-ical-recurrence-0.0.0.0-doc (1.56 MiB)
466.29 s
[post-build-hook]
466.29 s
[post-build-hook] All done.
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
466.38 s
[post-build-hook] copying 0 paths...
466.50 s
[post-build-hook] copying 0 paths...
466.56 s
Progress: 123 of 142 built (3 building), 815 of 815 downloaded from cache
466.57 s
[looper] Phase: checkPhase
466.57 s
[looper] Running 1 test suites...
466.57 s
[looper] Test suite looper-test: RUNNING...
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 )
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 )
466.57 s
[genvalidity-sydtest-aeson] [4 of 4] Linking dist/build/genvalidity-sydtest-aeson-test/genvalidity-sydtest-aeson-test
466.57 s
[genvalidity-sydtest-aeson] Phase: checkPhase
466.57 s
[genvalidity-sydtest-aeson] Running 1 test suites...
466.57 s
[genvalidity-sydtest-aeson] Test suite genvalidity-sydtest-aeson-test: RUNNING...
466.57 s
[genvalidity-sydtest-aeson] Tests:
466.57 s
[genvalidity-sydtest-aeson]
466.57 s
[genvalidity-sydtest-aeson] Test.Syd.Validity.AesonSpec
466.57 s
[genvalidity-sydtest-aeson] JSON (Ratio Integer) (valid)
466.57 s
[genvalidity-sydtest-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String (Ratio Integer)
466.57 s
[genvalidity-sydtest-aeson] ✓ ensures that encode and decode are inverses for "valid (Ratio Integer)"'s 5.51 ms
466.57 s
[genvalidity-sydtest-aeson] passed for all of 100 inputs.
466.57 s
[genvalidity-sydtest-aeson] encode :: (Ratio Integer) -> Data.ByteString.Lazy.ByteString
466.57 s
[genvalidity-sydtest-aeson] ✓ never fails to encode a "valid (Ratio Integer)" 4.63 ms
466.57 s
[genvalidity-sydtest-aeson] passed for all of 100 inputs.
466.57 s
[genvalidity-sydtest-aeson] JSON ForShow (valid)
466.57 s
[genvalidity-sydtest-aeson] encode :: ForShow -> Data.ByteString.Lazy.ByteString
466.57 s
[genvalidity-sydtest-aeson] ✓ never fails to encode a "valid ForShow" 5.04 ms
466.57 s
[genvalidity-sydtest-aeson] passed for all of 100 inputs.
466.57 s
[genvalidity-sydtest-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String ForShow
466.57 s
[genvalidity-sydtest-aeson] ✓ ensures that encode and decode are inverses for "valid ForShow"'s 5.36 ms
466.57 s
[genvalidity-sydtest-aeson] passed for all of 100 inputs.
466.57 s
[genvalidity-sydtest-aeson] JSON Value (valid)
466.57 s
[genvalidity-sydtest-aeson] encode :: Value -> Data.ByteString.Lazy.ByteString
466.57 s
[genvalidity-sydtest-aeson] ✓ never fails to encode a "valid Value" 5.07 ms
466.57 s
[genvalidity-sydtest-aeson] passed for all of 100 inputs.
466.57 s
[genvalidity-sydtest-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String Value
466.57 s
[genvalidity-sydtest-aeson] ✓ ensures that encode and decode are inverses for "valid Value"'s 6.97 ms
466.57 s
[genvalidity-sydtest-aeson] passed for all of 100 inputs.
466.57 s
[genvalidity-sydtest-aeson] JSON [Char] (sequence of 'a's)
466.57 s
[genvalidity-sydtest-aeson] encode :: [Char] -> Data.ByteString.Lazy.ByteString
466.57 s
[genvalidity-sydtest-aeson] ✓ never fails to encode a "sequence of 'a's [Char]" 5.41 ms
466.57 s
[genvalidity-sydtest-aeson] passed for all of 100 inputs.
466.57 s
[genvalidity-sydtest-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String [Char]
466.57 s
[genvalidity-sydtest-aeson] ✓ ensures that encode and decode are inverses for "sequence of 'a's [Char]"'s 5.20 ms
466.57 s
[genvalidity-sydtest-aeson] passed for all of 100 inputs.
466.57 s
[genvalidity-sydtest-aeson] JSON Int (valid)
466.57 s
[genvalidity-sydtest-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String Int
466.57 s
[genvalidity-sydtest-aeson] ✓ ensures that encode and decode are inverses for "valid Int"'s 4.34 ms
466.57 s
[genvalidity-sydtest-aeson] passed for all of 100 inputs.
466.57 s
[genvalidity-sydtest-aeson] encode :: Int -> Data.ByteString.Lazy.ByteString
466.57 s
[genvalidity-sydtest-aeson] ✓ never fails to encode a "valid Int" 4.16 ms
466.57 s
[genvalidity-sydtest-aeson] passed for all of 100 inputs.
466.57 s
[genvalidity-sydtest-aeson] JSON Int (arbitrary)
466.57 s
[genvalidity-sydtest-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String Int
466.57 s
[genvalidity-sydtest-aeson] ✓ ensures that encode and decode are inverses for "arbitrary Int"'s 4.24 ms
466.57 s
[genvalidity-sydtest-aeson] passed for all of 100 inputs.
466.57 s
[genvalidity-sydtest-aeson] encode :: Int -> Data.ByteString.Lazy.ByteString
466.57 s
[genvalidity-sydtest-aeson] ✓ never fails to encode a "arbitrary Int" 1.99 ms
466.57 s
[genvalidity-sydtest-aeson] passed for all of 100 inputs.
466.57 s
[genvalidity-sydtest-aeson]
466.57 s
[genvalidity-sydtest-aeson] Examples: 1200
466.57 s
[genvalidity-sydtest-aeson] Passed: 12
466.57 s
[genvalidity-sydtest-aeson] Failed: 0
466.57 s
[genvalidity-sydtest-aeson] Sum of test runtimes: 0.06 seconds
466.57 s
[genvalidity-sydtest-aeson] Test suite took: 0.01 seconds
466.57 s
[genvalidity-sydtest-aeson]
466.57 s
[genvalidity-sydtest-aeson] Test suite genvalidity-sydtest-aeson-test: PASS
466.57 s
[genvalidity-sydtest-aeson] Test suite logged to:
466.57 s
[sydtest-persistent-sqlite] Phase: updateAutotoolsGnuConfigScriptsPhase
466.57 s
[sydtest-persistent-sqlite] Phase: configurePhase
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
466.57 s
[sydtest-persistent-sqlite] Using Parsec parser
466.57 s
[sydtest-persistent-sqlite] Configuring sydtest-persistent-sqlite-0.2.0.3...
466.57 s
[sydtest-persistent-sqlite] Dependency base >=4.7 && <5: using base-4.20.2.0
466.57 s
[sydtest-persistent-sqlite] Dependency monad-logger: using monad-logger-0.3.42
466.57 s
[sydtest-persistent-sqlite] Dependency mtl: using mtl-2.3.1
466.57 s
[sydtest-persistent-sqlite] Dependency persistent: using persistent-2.17.1.0
466.57 s
[sydtest-persistent-sqlite] Dependency persistent-sqlite: using persistent-sqlite-2.13.3.1
466.57 s
[sydtest-persistent-sqlite] Dependency sydtest: using sydtest-0.23.0.1
466.57 s
[sydtest-persistent-sqlite] Dependency sydtest-persistent: using sydtest-persistent-0.1.0.0
466.57 s
[sydtest-persistent-sqlite] Dependency base >=4.7 && <5: using base-4.20.2.0
466.57 s
[sydtest-persistent-sqlite] Dependency persistent: using persistent-2.17.1.0
466.57 s
[sydtest-persistent-sqlite] Dependency sydtest: using sydtest-0.23.0.1
466.57 s
[sydtest-persistent-sqlite] Dependency sydtest-persistent-sqlite: using sydtest-persistent-sqlite-0.2.0.3
466.57 s
[sydtest-persistent-sqlite] Source component graph:
466.57 s
[sydtest-persistent-sqlite] component lib
466.57 s
[sydtest-persistent-sqlite] component test:sydtest-persistent-sqlite-test dependency lib
466.57 s
[sydtest-persistent-sqlite] Configured component graph:
466.57 s
[sydtest-persistent-sqlite] component sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
466.57 s
[sydtest-persistent-sqlite] include base-4.20.2.0-fafd
466.57 s
[sydtest-persistent-sqlite] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
466.57 s
[sydtest-persistent-sqlite] include mtl-2.3.1-37af
466.57 s
[sydtest-persistent-sqlite] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
466.57 s
[sydtest-persistent-sqlite] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
466.57 s
[sydtest-persistent-sqlite] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
466.57 s
[sydtest-persistent-sqlite] include sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
466.57 s
[sydtest-persistent-sqlite] component sydtest-persistent-sqlite-0.2.0.3-9dsFJh8qBB495Id6ITzLYw-sydtest-persistent-sqlite-test
466.57 s
[sydtest-persistent-sqlite] include base-4.20.2.0-fafd
466.57 s
[sydtest-persistent-sqlite] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
466.57 s
[sydtest-persistent-sqlite] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
466.57 s
[sydtest-persistent-sqlite] include sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
466.57 s
[sydtest-persistent-sqlite] Linked component graph:
466.57 s
[sydtest-persistent-sqlite] unit sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
466.57 s
[sydtest-persistent-sqlite] include base-4.20.2.0-fafd
466.57 s
[sydtest-persistent-sqlite] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
466.57 s
[sydtest-persistent-sqlite] include mtl-2.3.1-37af
466.57 s
[sydtest-persistent-sqlite] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
466.57 s
[sydtest-persistent-sqlite] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
466.57 s
[sydtest-persistent-sqlite] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
466.57 s
[sydtest-persistent-sqlite] include sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
466.57 s
[sydtest-persistent-sqlite] Test.Syd.Persistent.Sqlite=sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf:Test.Syd.Persistent.Sqlite
466.57 s
[sydtest-persistent-sqlite] unit sydtest-persistent-sqlite-0.2.0.3-9dsFJh8qBB495Id6ITzLYw-sydtest-persistent-sqlite-test
466.57 s
[sydtest-persistent-sqlite] include base-4.20.2.0-fafd
466.57 s
[sydtest-persistent-sqlite] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
466.57 s
[genvalidity-sydtest-aeson] dist/test/genvalidity-sydtest-aeson-1.0.0.1-genvalidity-sydtest-aeson-test.log
466.57 s
[genvalidity-sydtest-aeson] 1 of 1 test suites (1 of 1 test cases) passed.
466.57 s
[genvalidity-sydtest-aeson] Phase: haddockPhase
466.57 s
[genvalidity-sydtest-aeson] Preprocessing library for genvalidity-sydtest-aeson-1.0.0.1...
466.57 s
[genvalidity-sydtest-aeson] Running Haddock on library for genvalidity-sydtest-aeson-1.0.0.1...
466.57 s
[genvalidity-sydtest-aeson] Warning: The documentation for the following packages are not installed. No
466.57 s
[genvalidity-sydtest-aeson] links will be generated to these packages: attoparsec-0.14.4,
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
466.57 s
[genvalidity-sydtest-aeson] [1 of 2] Compiling Paths_genvalidity_sydtest_aeson ( dist/build/autogen/Paths_genvalidity_sydtest_aeson.hs, nothing )
466.57 s
[genvalidity-sydtest-aeson] [2 of 2] Compiling Test.Syd.Validity.Aeson ( src/Test/Syd/Validity/Aeson.hs, nothing )
466.57 s
[sydtest-persistent-sqlite] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
466.57 s
[sydtest-persistent-sqlite] include sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
466.57 s
[sydtest-persistent-sqlite] Ready component graph:
466.57 s
[sydtest-persistent-sqlite] definite sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
466.57 s
[sydtest-persistent-sqlite] depends base-4.20.2.0-fafd
466.57 s
[sydtest-persistent-sqlite] depends monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
466.57 s
[sydtest-persistent-sqlite] depends mtl-2.3.1-37af
466.57 s
[sydtest-persistent-sqlite] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
466.57 s
[sydtest-persistent-sqlite] depends persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
466.57 s
[sydtest-persistent-sqlite] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
466.57 s
[sydtest-persistent-sqlite] depends sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
466.57 s
[sydtest-persistent-sqlite] definite sydtest-persistent-sqlite-0.2.0.3-9dsFJh8qBB495Id6ITzLYw-sydtest-persistent-sqlite-test
466.57 s
[sydtest-persistent-sqlite] depends base-4.20.2.0-fafd
466.57 s
[sydtest-persistent-sqlite] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
466.57 s
[sydtest-persistent-sqlite] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
466.57 s
[sydtest-persistent-sqlite] depends sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
466.57 s
[sydtest-persistent-sqlite] Using Cabal-3.12.1.0 compiled by ghc-9.10
466.57 s
[sydtest-persistent-sqlite] Using compiler: ghc-9.10.3
466.57 s
[sydtest-persistent-sqlite] Using install prefix:
466.57 s
[sydtest-persistent-sqlite] /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3
466.57 s
[sydtest-persistent-sqlite] Executables installed in:
466.57 s
[sydtest-persistent-sqlite] /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3/bin
466.57 s
[sydtest-persistent-sqlite] Libraries installed in:
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
466.57 s
[sydtest-persistent-sqlite] Dynamic Libraries installed in:
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
466.57 s
[sydtest-persistent-sqlite] Private executables installed in:
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
466.57 s
[sydtest-persistent-sqlite] Data files installed in:
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
466.57 s
[sydtest-persistent-sqlite] Documentation installed in:
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
466.57 s
[sydtest-persistent-sqlite] Configuration files installed in:
466.57 s
[sydtest-persistent-sqlite] /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3/etc
466.57 s
[sydtest-persistent-sqlite] No alex found
466.57 s
[sydtest-persistent-sqlite] Using ar found on system at:
466.57 s
[sydtest-persistent-sqlite] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
466.57 s
[sydtest-persistent-sqlite] No c2hs found
466.57 s
[sydtest-persistent-sqlite] No cpphs found
466.57 s
[sydtest-persistent-sqlite] No doctest found
466.57 s
[sydtest-persistent-sqlite] Using gcc version 14.3.0 given by user at:
466.57 s
[sydtest-persistent-sqlite] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
466.57 s
[sydtest-persistent-sqlite] Using ghc version 9.10.3 found on system at:
466.57 s
[sydtest-persistent-sqlite] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
466.57 s
[sydtest-persistent-sqlite] Using ghc-pkg version 9.10.3 found on system at:
466.57 s
[sydtest-persistent-sqlite] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
466.57 s
[sydtest-persistent-sqlite] No ghcjs found
466.57 s
[sydtest-persistent-sqlite] No ghcjs-pkg found
466.57 s
[sydtest-persistent-sqlite] No greencard found
466.57 s
[sydtest-persistent-sqlite] Using haddock version 2.31.1 found on system at:
466.57 s
[sydtest-persistent-sqlite] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
466.57 s
[sydtest-persistent-sqlite] No happy found
466.57 s
[sydtest-persistent-sqlite] Using haskell-suite found on system at: haskell-suite-dummy-location
466.57 s
[sydtest-persistent-sqlite] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
466.57 s
[sydtest-persistent-sqlite] No hmake found
466.57 s
[sydtest-persistent-sqlite] Using hpc version 0.69 found on system at:
466.57 s
[sydtest-persistent-sqlite] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
466.57 s
[sydtest-persistent-sqlite] Using hsc2hs version 0.68.10 found on system at:
466.57 s
[sydtest-persistent-sqlite] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
466.57 s
[sydtest-persistent-sqlite] Using hscolour version 1.25 found on system at:
466.57 s
[sydtest-persistent-sqlite] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
466.57 s
[sydtest-persistent-sqlite] No jhc found
466.57 s
[sydtest-persistent-sqlite] Using ld found on system at:
466.57 s
[sydtest-persistent-sqlite] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
466.57 s
[sydtest-persistent-sqlite] No pkg-config found
466.57 s
[sydtest-persistent-sqlite] Using runghc version 9.10.3 found on system at:
466.57 s
[sydtest-persistent-sqlite] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
466.57 s
[sydtest-persistent-sqlite] Using strip version 2.44 found on system at:
466.57 s
[sydtest-persistent-sqlite] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
466.57 s
[sydtest-persistent-sqlite] Using tar found on system at:
466.57 s
[sydtest-persistent-sqlite] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
466.57 s
[sydtest-persistent-sqlite] No uhc found
466.57 s
[sydtest-persistent-sqlite] Phase: buildPhase
466.57 s
[sydtest-persistent-sqlite] Preprocessing library for sydtest-persistent-sqlite-0.2.0.3...
466.57 s
[sydtest-persistent-sqlite] Building library for sydtest-persistent-sqlite-0.2.0.3...
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 )
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 )
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 )
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 )
466.59 s
[genvalidity-sydtest-aeson] Haddock coverage:
466.60 s
[genvalidity-sydtest-aeson] 100% ( 6 / 6) in 'Test.Syd.Validity.Aeson'
468.28 s
[looper] Tests:
468.36 s
[looper]
468.36 s
[looper] LooperSpec
468.36 s
[looper] runLoopersRaw
468.36 s
[looper] ✓ runs one looper as intended with a custom overrun hook 3500.98 ms
468.36 s
[looper] ✓ runs one looper as intended with a custom runner 1500.93 ms
468.36 s
[looper] ✓ pass the lint test 0.15 ms
468.36 s
[looper] ✓ produces the same reference documentation as before 0.81 ms
468.36 s
[looper] runLoopers
468.36 s
[looper] ✓ runs one looper as intended 1501.07 ms
468.36 s
[looper] ✓ runs two loopers as intended 2251.28 ms
468.36 s
[looper] ✓ does not run a looper before its phase 1500.88 ms
468.36 s
[looper]
468.36 s
[looper] Passed: 7
468.36 s
[looper] Failed: 0
468.36 s
[looper] Sum of test runtimes: 10.26 seconds
468.36 s
[looper] Test suite took: 3.50 seconds
468.36 s
[looper]
468.36 s
[looper] Test suite looper-test: PASS
468.36 s
[looper] Test suite logged to: dist/test/looper-0.4.0.0-looper-test.log
468.36 s
[looper] 1 of 1 test suites (1 of 1 test cases) passed.
468.36 s
[looper] Phase: haddockPhase
468.54 s
[looper] Preprocessing library for looper-0.4.0.0...
468.54 s
[looper] Running Haddock on library for looper-0.4.0.0...
468.54 s
[looper] Warning: The documentation for the following packages are not installed. No
468.54 s
[looper] links will be generated to these packages: attoparsec-0.14.4,
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
468.77 s
[looper] [1 of 2] Compiling Looper ( src/Looper.hs, nothing )
469.17 s
[looper] [2 of 2] Compiling Paths_looper ( dist/build/autogen/Paths_looper.hs, nothing )
469.18 s
[looper] Haddock coverage:
469.19 s
[looper] Warning: 'LooperDef' is ambiguous. It is defined
469.19 s
[looper] * at src/Looper.hs:41:20
469.19 s
[looper] * at src/Looper.hs:41:1
469.19 s
[looper] You may be able to disambiguate the identifier by qualifying it or
469.19 s
[looper] by specifying the type/value namespace explicitly.
469.19 s
[looper] Defaulting to the one defined at src/Looper.hs:41:1
469.19 s
[looper] 76% ( 13 / 17) in 'Looper'
469.19 s
[looper] Missing documentation for:
469.19 s
[looper] Module header
469.19 s
[looper] parseLooperSettings (src/Looper.hs:88)
469.19 s
[looper] mkLooperDef (src/Looper.hs:128)
469.19 s
[looper] runLooperDef (src/Looper.hs:233)
469.19 s
[sydtest-persistent-sqlite] Preprocessing test suite 'sydtest-persistent-sqlite-test' for sydtest-persistent-sqlite-0.2.0.3...
469.19 s
[sydtest-persistent-sqlite] Building test suite 'sydtest-persistent-sqlite-test' for sydtest-persistent-sqlite-0.2.0.3...
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 )
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 )
469.46 s
[looper] Warning: Looper: could not find link destinations for:
469.46 s
[looper] - Looper.Rep_LooperSettings
469.46 s
[looper] - Looper.Rep_LooperDef
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 )
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 )
471.04 s
[sydtest-persistent-sqlite] [5 of 5] Linking dist/build/sydtest-persistent-sqlite-test/sydtest-persistent-sqlite-test
472.26 s
[genvalidity-sydtest-aeson] Documentation created: dist/doc/html/genvalidity-sydtest-aeson/,
472.26 s
[genvalidity-sydtest-aeson] dist/doc/html/genvalidity-sydtest-aeson/genvalidity-sydtest-aeson.txt
472.30 s
[sydtest-persistent-sqlite] Phase: checkPhase
472.32 s
[genvalidity-sydtest-aeson] Preprocessing test suite 'genvalidity-sydtest-aeson-test' for genvalidity-sydtest-aeson-1.0.0.1...
472.33 s
[genvalidity-sydtest-aeson] Phase: installPhase
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
472.61 s
[genvalidity-sydtest-aeson] Phase: fixupPhase
472.63 s
[genvalidity-sydtest-aeson] shrinking RPATHs of ELF executables and libraries in /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1
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
472.67 s
[sydtest-persistent-sqlite] Running 1 test suites...
472.67 s
[sydtest-persistent-sqlite] Test suite sydtest-persistent-sqlite-test: RUNNING...
472.67 s
[genvalidity-sydtest-aeson] checking for references to /build/ in /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1...
472.68 s
[genvalidity-sydtest-aeson] patching script interpreter paths in /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1
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
472.70 s
[sydtest-persistent-sqlite] Tests:
472.70 s
[sydtest-persistent-sqlite]
472.70 s
[sydtest-persistent-sqlite] Test.Syd.Persistent.SqliteSpec
472.70 s
[sydtest-persistent-sqlite] persistSqliteSpec
472.70 s
[sydtest-persistent-sqlite] ✓ Golden test for the current migrations 12.83 ms
472.70 s
[sydtest-persistent-sqlite] ✓ Can automatically migrate from the previous database schema 12.79 ms
472.70 s
[sydtest-persistent-sqlite] ✓ can write and read this example person 12.81 ms
472.70 s
[sydtest-persistent-sqlite] shared data
472.70 s
[sydtest-persistent-sqlite] ✓ can write this example person 12.70 ms
472.70 s
[sydtest-persistent-sqlite] ✓ cannot read anything that has not been written yet 12.78 ms
472.70 s
[sydtest-persistent-sqlite]
472.70 s
[sydtest-persistent-sqlite] Passed: 5
472.70 s
[sydtest-persistent-sqlite] Failed: 0
472.70 s
[sydtest-persistent-sqlite] Sum of test runtimes: 0.06 seconds
472.70 s
[sydtest-persistent-sqlite] Test suite took: 0.01 seconds
472.70 s
[sydtest-persistent-sqlite]
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
472.72 s
[genvalidity-sydtest-aeson] checking for references to /build/ in /nix/store/6jp0sra776v9w3flswx8vd9m62l6sg1q-genvalidity-sydtest-aeson-1.0.0.1-doc...
472.73 s
[genvalidity-sydtest-aeson] patching script interpreter paths in /nix/store/6jp0sra776v9w3flswx8vd9m62l6sg1q-genvalidity-sydtest-aeson-1.0.0.1-doc
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
473.26 s
[post-build-hook] Pushing 2 paths (257 are already present) using zstd to cache smos ⏳
473.26 s
[post-build-hook]
473.60 s
[post-build-hook] Pushing /nix/store/6jp0sra776v9w3flswx8vd9m62l6sg1q-genvalidity-sydtest-aeson-1.0.0.1-doc (228.38 KiB)
473.64 s
[post-build-hook] Pushing /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1 (532.90 KiB)
474.46 s
[post-build-hook]
474.46 s
[post-build-hook] All done.
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
474.72 s
[post-build-hook] copying 2 paths...
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'...
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'...
475.39 s
[post-build-hook] copying 0 paths...
475.46 s
Progress: 124 of 141 built (2 building), 815 of 815 downloaded from cache
475.54 s
Building genvalidity-dirforest-source
475.61 s
Building genvalidity-mergeful-source
475.61 s
[looper] Documentation created: dist/doc/html/looper/, dist/doc/html/looper/looper.txt
475.61 s
[looper] Preprocessing test suite 'looper-test' for looper-0.4.0.0...
475.61 s
[looper] Phase: installPhase
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
475.61 s
[looper] Phase: fixupPhase
475.61 s
[looper] shrinking RPATHs of ELF executables and libraries in /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0
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
475.61 s
[looper] checking for references to /build/ in /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0...
475.61 s
[looper] patching script interpreter paths in /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0
475.61 s
[looper] stripping (with command strip and flags -S -p) in /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0/lib
475.61 s
[looper] shrinking RPATHs of ELF executables and libraries in /nix/store/47ww4g9a4bhvxvybwxr6h6c0ni9zl1r2-looper-0.4.0.0-doc
475.61 s
[looper] checking for references to /build/ in /nix/store/47ww4g9a4bhvxvybwxr6h6c0ni9zl1r2-looper-0.4.0.0-doc...
475.61 s
[looper] patching script interpreter paths in /nix/store/47ww4g9a4bhvxvybwxr6h6c0ni9zl1r2-looper-0.4.0.0-doc
475.61 s
[sydtest-persistent-sqlite] Test suite sydtest-persistent-sqlite-test: PASS
475.61 s
[sydtest-persistent-sqlite] Test suite logged to:
475.61 s
[sydtest-persistent-sqlite] dist/test/sydtest-persistent-sqlite-0.2.0.3-sydtest-persistent-sqlite-test.log
475.61 s
[sydtest-persistent-sqlite] 1 of 1 test suites (1 of 1 test cases) passed.
475.61 s
[sydtest-persistent-sqlite] Phase: haddockPhase
475.61 s
[sydtest-persistent-sqlite] Preprocessing library for sydtest-persistent-sqlite-0.2.0.3...
475.61 s
[sydtest-persistent-sqlite] Running Haddock on library for sydtest-persistent-sqlite-0.2.0.3...
475.61 s
[sydtest-persistent-sqlite] Warning: The documentation for the following packages are not installed. No
475.61 s
[sydtest-persistent-sqlite] links will be generated to these packages: attoparsec-0.14.4,
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
475.61 s
[sydtest-persistent-sqlite] [1 of 2] Compiling Paths_sydtest_persistent_sqlite ( dist/build/autogen/Paths_sydtest_persistent_sqlite.hs, nothing )
475.61 s
[sydtest-persistent-sqlite] [2 of 2] Compiling Test.Syd.Persistent.Sqlite ( src/Test/Syd/Persistent/Sqlite.hs, nothing )
475.61 s
[sydtest-persistent-sqlite] Haddock coverage:
475.61 s
[sydtest-persistent-sqlite] Warning: 'SetupFunc' is ambiguous. It is defined
475.61 s
[sydtest-persistent-sqlite] * in ‘Test.Syd.Def.SetupFunc’
475.61 s
[sydtest-persistent-sqlite] * in ‘Test.Syd.Def.SetupFunc’
475.61 s
[sydtest-persistent-sqlite] You may be able to disambiguate the identifier by qualifying it or
475.61 s
[sydtest-persistent-sqlite] by specifying the type/value namespace explicitly.
475.61 s
[sydtest-persistent-sqlite] Defaulting to the one defined in ‘Test.Syd.Def.SetupFunc’
475.61 s
[sydtest-persistent-sqlite] 100% ( 8 / 8) in 'Test.Syd.Persistent.Sqlite'
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
476.10 s
[post-build-hook] Pushing 2 paths (232 are already present) using zstd to cache smos ⏳
476.10 s
[post-build-hook]
476.45 s
[post-build-hook] Pushing /nix/store/47ww4g9a4bhvxvybwxr6h6c0ni9zl1r2-looper-0.4.0.0-doc (344.78 KiB)
476.46 s
[post-build-hook] Pushing /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0 (898.86 KiB)
477.77 s
[post-build-hook]
477.77 s
[post-build-hook] All done.
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
477.86 s
[post-build-hook] copying 0 paths...
478.06 s
[post-build-hook] copying 0 paths...
478.14 s
Progress: 125 of 141 built (3 building), 815 of 815 downloaded from cache
478.14 s
[genvalidity-dirforest-source] Phase: setupCompilerEnvironmentPhase
478.14 s
[genvalidity-dirforest-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
478.14 s
[genvalidity-dirforest-source] Phase: unpackPhase
478.14 s
[genvalidity-dirforest-source] unpacking source archive /nix/store/2n4p9vzlzrsnm67j2w3jhwvjw1wbps4y-genvalidity-dirforest
478.14 s
[genvalidity-dirforest-source] source root is genvalidity-dirforest
478.14 s
[genvalidity-dirforest-source] Phase: patchPhase
478.14 s
[genvalidity-dirforest-source] Phase: compileBuildDriverPhase
478.14 s
[genvalidity-dirforest-source] setupCompileFlags: -package-db=/build/tmp.hPPUBMyexb/setup-package.conf.d -threaded
478.14 s
[genvalidity-dirforest-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.hPPUBMyexb/Main.o )
478.14 s
[genvalidity-dirforest-source] [2 of 2] Linking Setup
478.14 s
[genvalidity-dirforest-source] Phase: updateAutotoolsGnuConfigScriptsPhase
478.14 s
[genvalidity-dirforest-source] Phase: configurePhase
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
478.14 s
[genvalidity-dirforest-source] Using Parsec parser
478.14 s
[genvalidity-dirforest-source] Configuring genvalidity-dirforest-0.1.0.1...
478.14 s
[genvalidity-mergeful-source] Phase: setupCompilerEnvironmentPhase
478.14 s
[genvalidity-mergeful-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
478.14 s
[genvalidity-mergeful-source] Phase: unpackPhase
478.14 s
[genvalidity-mergeful-source] unpacking source archive /nix/store/h694x53ms4i8ankyhwqcnn8dy7wjmyin-genvalidity-mergeful
478.14 s
[genvalidity-mergeful-source] source root is genvalidity-mergeful
478.14 s
[genvalidity-mergeful-source] Phase: patchPhase
478.14 s
[genvalidity-mergeful-source] Phase: compileBuildDriverPhase
478.14 s
[genvalidity-mergeful-source] setupCompileFlags: -package-db=/build/tmp.iKFtGwUomk/setup-package.conf.d -threaded
478.14 s
[genvalidity-mergeful-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.iKFtGwUomk/Main.o )
478.14 s
[genvalidity-mergeful-source] [2 of 2] Linking Setup
478.14 s
[genvalidity-mergeful-source] Phase: updateAutotoolsGnuConfigScriptsPhase
478.14 s
[genvalidity-mergeful-source] Phase: configurePhase
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
478.14 s
[genvalidity-mergeful-source] Using Parsec parser
478.14 s
[genvalidity-mergeful-source] Configuring genvalidity-mergeful-0.3.0.1...
478.27 s
[genvalidity-dirforest-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
478.27 s
[genvalidity-dirforest-source] Dependency base >=4.7 && <5: using base-4.20.2.0
478.27 s
[genvalidity-dirforest-source] Dependency containers: using containers-0.7
478.27 s
[genvalidity-dirforest-source] Dependency dirforest: using dirforest-0.1.0.0
478.27 s
[genvalidity-dirforest-source] Dependency filepath: using filepath-1.5.4.0
478.27 s
[genvalidity-dirforest-source] Dependency genvalidity >=1.0.0.0: using genvalidity-1.1.1.0
478.27 s
[genvalidity-dirforest-source] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
478.27 s
[genvalidity-dirforest-source] Dependency genvalidity-path: using genvalidity-path-1.0.0.1
478.27 s
[genvalidity-dirforest-source] Dependency path: using path-0.9.6
478.27 s
[genvalidity-dirforest-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
478.27 s
[genvalidity-dirforest-source] Dependency base >=4.7 && <5: using base-4.20.2.0
478.27 s
[genvalidity-dirforest-source] Dependency bytestring: using bytestring-0.12.2.0
478.27 s
[genvalidity-dirforest-source] Dependency containers: using containers-0.7
478.27 s
[genvalidity-dirforest-source] Dependency dirforest: using dirforest-0.1.0.0
478.27 s
[genvalidity-dirforest-source] Dependency filepath: using filepath-1.5.4.0
478.27 s
[genvalidity-dirforest-source] Dependency genvalidity-bytestring: using genvalidity-bytestring-1.0.0.1
478.27 s
[genvalidity-dirforest-source] Dependency genvalidity-dirforest: using genvalidity-dirforest-0.1.0.1
478.27 s
[genvalidity-dirforest-source] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
478.27 s
[genvalidity-dirforest-source] Dependency genvalidity-sydtest-aeson: using genvalidity-sydtest-aeson-1.0.0.1
478.27 s
[genvalidity-dirforest-source] Dependency path: using path-0.9.6
478.27 s
[genvalidity-dirforest-source] Dependency path-io: using path-io-1.8.2
478.27 s
[genvalidity-dirforest-source] Dependency sydtest: using sydtest-0.23.0.1
478.27 s
[genvalidity-dirforest-source] Source component graph:
478.27 s
[genvalidity-dirforest-source] component lib
478.27 s
[genvalidity-dirforest-source] component test:dirforest-test dependency lib
478.27 s
[genvalidity-dirforest-source] Configured component graph:
478.27 s
[genvalidity-dirforest-source] component genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
478.27 s
[genvalidity-dirforest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
478.27 s
[genvalidity-dirforest-source] include base-4.20.2.0-fafd
478.27 s
[genvalidity-dirforest-source] include containers-0.7-96b4
478.27 s
[genvalidity-dirforest-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
478.27 s
[genvalidity-dirforest-source] include filepath-1.5.4.0-2605
478.27 s
[genvalidity-dirforest-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
478.27 s
[genvalidity-dirforest-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
478.27 s
[genvalidity-dirforest-source] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
478.27 s
[genvalidity-dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
478.27 s
[genvalidity-dirforest-source] component genvalidity-dirforest-0.1.0.1-90ITSb9xu837UWvHk9xZHQ-dirforest-test
478.27 s
[genvalidity-dirforest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
478.27 s
[genvalidity-dirforest-source] include base-4.20.2.0-fafd
478.27 s
[genvalidity-dirforest-source] include bytestring-0.12.2.0-96e1
478.27 s
[genvalidity-dirforest-source] include containers-0.7-96b4
478.27 s
[genvalidity-dirforest-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
478.27 s
[genvalidity-dirforest-source] include filepath-1.5.4.0-2605
478.27 s
[genvalidity-dirforest-source] include genvalidity-bytestring-1.0.0.1-3IyDlDJVM09A2BS5LCA7WT
478.28 s
[genvalidity-dirforest-source] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
478.28 s
[genvalidity-dirforest-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
478.28 s
[genvalidity-dirforest-source] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
478.28 s
[genvalidity-dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
478.28 s
[genvalidity-dirforest-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
478.28 s
[genvalidity-dirforest-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
478.28 s
[genvalidity-dirforest-source] Linked component graph:
478.28 s
[genvalidity-dirforest-source] unit genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
478.28 s
[genvalidity-dirforest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
478.28 s
[genvalidity-dirforest-source] include base-4.20.2.0-fafd
478.28 s
[genvalidity-dirforest-source] include containers-0.7-96b4
478.28 s
[genvalidity-dirforest-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
478.28 s
[genvalidity-dirforest-source] include filepath-1.5.4.0-2605
478.28 s
[genvalidity-dirforest-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
478.28 s
[genvalidity-dirforest-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
478.28 s
[genvalidity-dirforest-source] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
478.28 s
[genvalidity-dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
478.28 s
[genvalidity-dirforest-source] Data.GenValidity.DirForest=genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW:Data.GenValidity.DirForest
478.28 s
[genvalidity-dirforest-source] unit genvalidity-dirforest-0.1.0.1-90ITSb9xu837UWvHk9xZHQ-dirforest-test
478.28 s
[genvalidity-dirforest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
478.28 s
[genvalidity-dirforest-source] include base-4.20.2.0-fafd
478.28 s
[genvalidity-dirforest-source] include bytestring-0.12.2.0-96e1
478.28 s
[genvalidity-dirforest-source] include containers-0.7-96b4
478.28 s
[genvalidity-dirforest-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
478.28 s
[genvalidity-dirforest-source] include filepath-1.5.4.0-2605
478.28 s
[genvalidity-dirforest-source] include genvalidity-bytestring-1.0.0.1-3IyDlDJVM09A2BS5LCA7WT
478.28 s
[genvalidity-dirforest-source] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
478.28 s
[genvalidity-dirforest-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
478.28 s
[genvalidity-dirforest-source] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
478.28 s
[genvalidity-dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
478.28 s
[genvalidity-dirforest-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
478.28 s
[genvalidity-dirforest-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
478.28 s
[genvalidity-dirforest-source] Ready component graph:
478.28 s
[genvalidity-dirforest-source] definite genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
478.28 s
[genvalidity-dirforest-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
478.28 s
[genvalidity-dirforest-source] depends base-4.20.2.0-fafd
478.28 s
[genvalidity-dirforest-source] depends containers-0.7-96b4
478.28 s
[genvalidity-dirforest-source] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
478.28 s
[genvalidity-dirforest-source] depends filepath-1.5.4.0-2605
478.28 s
[genvalidity-dirforest-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
478.28 s
[genvalidity-dirforest-source] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
478.28 s
[genvalidity-dirforest-source] depends genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
478.28 s
[genvalidity-dirforest-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
478.28 s
[genvalidity-dirforest-source] definite genvalidity-dirforest-0.1.0.1-90ITSb9xu837UWvHk9xZHQ-dirforest-test
478.28 s
[genvalidity-dirforest-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
478.28 s
[genvalidity-dirforest-source] depends base-4.20.2.0-fafd
478.28 s
[genvalidity-dirforest-source] depends bytestring-0.12.2.0-96e1
478.28 s
[genvalidity-dirforest-source] depends containers-0.7-96b4
478.28 s
[genvalidity-dirforest-source] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
478.28 s
[genvalidity-dirforest-source] depends filepath-1.5.4.0-2605
478.28 s
[genvalidity-dirforest-source] depends genvalidity-bytestring-1.0.0.1-3IyDlDJVM09A2BS5LCA7WT
478.28 s
[genvalidity-dirforest-source] depends genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
478.28 s
[genvalidity-dirforest-source] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
478.28 s
[genvalidity-dirforest-source] depends genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
478.28 s
[genvalidity-dirforest-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
478.28 s
[genvalidity-dirforest-source] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
478.28 s
[genvalidity-dirforest-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
478.28 s
[genvalidity-dirforest-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
478.28 s
[genvalidity-dirforest-source] Using compiler: ghc-9.10.3
478.28 s
[genvalidity-dirforest-source] Using install prefix:
478.28 s
[genvalidity-dirforest-source] /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1
478.28 s
[genvalidity-dirforest-source] Executables installed in:
478.28 s
[genvalidity-dirforest-source] /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1/bin
478.28 s
[genvalidity-dirforest-source] Libraries installed in:
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
478.28 s
[genvalidity-dirforest-source] Dynamic Libraries installed in:
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
478.28 s
[genvalidity-dirforest-source] Private executables installed in:
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
478.28 s
[genvalidity-dirforest-source] Data files installed in:
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
478.28 s
[genvalidity-dirforest-source] Documentation installed in: /share/doc/genvalidity-dirforest-0.1.0.1
478.28 s
[genvalidity-dirforest-source] Configuration files installed in:
478.28 s
[genvalidity-dirforest-source] /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1/etc
478.28 s
[genvalidity-dirforest-source] No alex found
478.28 s
[genvalidity-dirforest-source] Using ar found on system at:
478.28 s
[genvalidity-dirforest-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
478.28 s
[genvalidity-dirforest-source] No c2hs found
478.28 s
[genvalidity-dirforest-source] No cpphs found
478.28 s
[genvalidity-dirforest-source] No doctest found
478.28 s
[genvalidity-dirforest-source] Using gcc version 14.3.0 given by user at:
478.28 s
[genvalidity-dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
478.28 s
[genvalidity-dirforest-source] Using ghc version 9.10.3 found on system at:
478.28 s
[genvalidity-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
478.28 s
[genvalidity-dirforest-source] Using ghc-pkg version 9.10.3 found on system at:
478.28 s
[genvalidity-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
478.28 s
[genvalidity-dirforest-source] No ghcjs found
478.28 s
[genvalidity-dirforest-source] No ghcjs-pkg found
478.28 s
[genvalidity-dirforest-source] No greencard found
478.28 s
[genvalidity-dirforest-source] Using haddock version 2.31.1 found on system at:
478.28 s
[genvalidity-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
478.28 s
[genvalidity-dirforest-source] No happy found
478.28 s
[genvalidity-dirforest-source] Using haskell-suite found on system at: haskell-suite-dummy-location
478.28 s
[genvalidity-dirforest-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
478.28 s
[genvalidity-dirforest-source] No hmake found
478.28 s
[genvalidity-dirforest-source] Using hpc version 0.69 found on system at:
478.28 s
[genvalidity-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
478.28 s
[genvalidity-dirforest-source] Using hsc2hs version 0.68.10 found on system at:
478.28 s
[genvalidity-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
478.28 s
[genvalidity-dirforest-source] Using hscolour version 1.25 found on system at:
478.28 s
[genvalidity-dirforest-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
478.28 s
[genvalidity-dirforest-source] No jhc found
478.28 s
[genvalidity-dirforest-source] Using ld found on system at:
478.28 s
[genvalidity-dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
478.28 s
[genvalidity-dirforest-source] No pkg-config found
478.28 s
[genvalidity-dirforest-source] Using runghc version 9.10.3 found on system at:
478.28 s
[genvalidity-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
478.28 s
[genvalidity-dirforest-source] Using strip version 2.44 found on system at:
478.28 s
[genvalidity-dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
478.28 s
[genvalidity-dirforest-source] Using tar found on system at:
478.30 s
[genvalidity-dirforest-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
478.30 s
[genvalidity-dirforest-source] No uhc found
478.31 s
[genvalidity-mergeful-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
478.31 s
[genvalidity-mergeful-source] Dependency base <5: using base-4.20.2.0
478.31 s
[genvalidity-mergeful-source] Dependency containers: using containers-0.7
478.31 s
[genvalidity-mergeful-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
478.31 s
[genvalidity-mergeful-source] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
478.31 s
[genvalidity-mergeful-source] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
478.31 s
[genvalidity-mergeful-source] Dependency mergeful: using mergeful-0.3.0.0
478.31 s
[genvalidity-mergeful-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
478.31 s
[genvalidity-mergeful-source] Dependency autodocodec: using autodocodec-0.5.0.0
478.31 s
[genvalidity-mergeful-source] Dependency autodocodec-yaml: using autodocodec-yaml-0.4.0.2
478.31 s
[genvalidity-mergeful-source] Dependency base <5: using base-4.20.2.0
478.31 s
[genvalidity-mergeful-source] Dependency containers: using containers-0.7
478.31 s
[genvalidity-mergeful-source] Dependency genvalidity-mergeful: using genvalidity-mergeful-0.3.0.1
478.31 s
[genvalidity-mergeful-source] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
478.31 s
[genvalidity-mergeful-source] Dependency genvalidity-sydtest-aeson: using genvalidity-sydtest-aeson-1.0.0.1
478.31 s
[genvalidity-mergeful-source] Dependency genvalidity-uuid: using genvalidity-uuid-1.0.0.1
478.31 s
[genvalidity-mergeful-source] Dependency mergeful: using mergeful-0.3.0.0
478.31 s
[genvalidity-mergeful-source] Dependency mtl: using mtl-2.3.1
478.31 s
[genvalidity-mergeful-source] Dependency pretty-show: using pretty-show-1.10
478.31 s
[genvalidity-mergeful-source] Dependency random: using random-1.2.1.3
478.31 s
[genvalidity-mergeful-source] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
478.31 s
[genvalidity-mergeful-source] Dependency sydtest: using sydtest-0.23.0.1
478.31 s
[genvalidity-mergeful-source] Dependency time: using time-1.12.2
478.31 s
[genvalidity-mergeful-source] Dependency uuid: using uuid-1.3.16
478.31 s
[genvalidity-mergeful-source] Source component graph:
478.31 s
[genvalidity-mergeful-source] component lib
478.31 s
[genvalidity-mergeful-source] component test:mergeful-test dependency lib
478.31 s
[genvalidity-mergeful-source] Configured component graph:
478.31 s
[genvalidity-mergeful-source] component genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn
478.31 s
[genvalidity-mergeful-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
478.31 s
[genvalidity-mergeful-source] include base-4.20.2.0-fafd
478.31 s
[genvalidity-mergeful-source] include containers-0.7-96b4
478.31 s
[genvalidity-mergeful-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
478.31 s
[genvalidity-mergeful-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
478.31 s
[genvalidity-mergeful-source] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
478.31 s
[genvalidity-mergeful-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
478.31 s
[genvalidity-mergeful-source] component genvalidity-mergeful-0.3.0.1-5H2uqZCzZFMBqXMBDoABkb-mergeful-test
478.31 s
[genvalidity-mergeful-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
478.31 s
[genvalidity-mergeful-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
478.31 s
[genvalidity-mergeful-source] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
478.31 s
[genvalidity-mergeful-source] include base-4.20.2.0-fafd
478.31 s
[genvalidity-mergeful-source] include containers-0.7-96b4
478.31 s
[genvalidity-mergeful-source] include genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn
478.31 s
[genvalidity-mergeful-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
478.31 s
[genvalidity-mergeful-source] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
478.31 s
[genvalidity-mergeful-source] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
478.31 s
[genvalidity-mergeful-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
478.31 s
[genvalidity-mergeful-source] include mtl-2.3.1-37af
478.31 s
[genvalidity-mergeful-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
478.31 s
[genvalidity-mergeful-source] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
478.31 s
[genvalidity-mergeful-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
478.31 s
[genvalidity-mergeful-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
478.31 s
[genvalidity-mergeful-source] include time-1.12.2-3479
478.31 s
[genvalidity-mergeful-source] include uuid-1.3.16-4tTKqafjpq55AAemS2VKYM
478.31 s
[genvalidity-mergeful-source] Linked component graph:
478.31 s
[genvalidity-mergeful-source] unit genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn
478.31 s
[genvalidity-mergeful-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
478.31 s
[genvalidity-mergeful-source] include base-4.20.2.0-fafd
478.31 s
[genvalidity-mergeful-source] include containers-0.7-96b4
478.31 s
[genvalidity-mergeful-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
478.31 s
[genvalidity-mergeful-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
478.31 s
[genvalidity-mergeful-source] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
478.31 s
[genvalidity-mergeful-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
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
478.31 s
[genvalidity-mergeful-source] unit genvalidity-mergeful-0.3.0.1-5H2uqZCzZFMBqXMBDoABkb-mergeful-test
478.31 s
[genvalidity-mergeful-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
478.31 s
[genvalidity-mergeful-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
478.31 s
[genvalidity-mergeful-source] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
478.31 s
[genvalidity-mergeful-source] include base-4.20.2.0-fafd
478.31 s
[genvalidity-mergeful-source] include containers-0.7-96b4
478.31 s
[genvalidity-mergeful-source] include genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn
478.31 s
[genvalidity-mergeful-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
478.31 s
[genvalidity-mergeful-source] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
478.31 s
[genvalidity-mergeful-source] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
478.31 s
[genvalidity-mergeful-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
478.31 s
[genvalidity-mergeful-source] include mtl-2.3.1-37af
478.31 s
[genvalidity-mergeful-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
478.31 s
[genvalidity-mergeful-source] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
478.31 s
[genvalidity-mergeful-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
478.31 s
[genvalidity-mergeful-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
478.31 s
[genvalidity-mergeful-source] include time-1.12.2-3479
478.31 s
[genvalidity-mergeful-source] include uuid-1.3.16-4tTKqafjpq55AAemS2VKYM
478.31 s
[genvalidity-mergeful-source] Ready component graph:
478.31 s
[genvalidity-mergeful-source] definite genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn
478.31 s
[genvalidity-mergeful-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
478.31 s
[genvalidity-mergeful-source] depends base-4.20.2.0-fafd
478.31 s
[genvalidity-mergeful-source] depends containers-0.7-96b4
478.31 s
[genvalidity-mergeful-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
478.31 s
[genvalidity-mergeful-source] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
478.31 s
[genvalidity-mergeful-source] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
478.31 s
[genvalidity-mergeful-source] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
478.31 s
[genvalidity-mergeful-source] definite genvalidity-mergeful-0.3.0.1-5H2uqZCzZFMBqXMBDoABkb-mergeful-test
478.31 s
[genvalidity-mergeful-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
478.31 s
[genvalidity-mergeful-source] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
478.31 s
[genvalidity-mergeful-source] depends autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
478.31 s
[genvalidity-mergeful-source] depends base-4.20.2.0-fafd
478.31 s
[genvalidity-mergeful-source] depends containers-0.7-96b4
478.31 s
[genvalidity-mergeful-source] depends genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn
478.31 s
[genvalidity-mergeful-source] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
478.31 s
[genvalidity-mergeful-source] depends genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
478.31 s
[genvalidity-mergeful-source] depends genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
478.31 s
[genvalidity-mergeful-source] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
478.31 s
[genvalidity-mergeful-source] depends mtl-2.3.1-37af
478.31 s
[genvalidity-mergeful-source] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
478.31 s
[genvalidity-mergeful-source] depends random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
478.31 s
[genvalidity-mergeful-source] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
478.31 s
[genvalidity-mergeful-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
478.31 s
[genvalidity-mergeful-source] depends time-1.12.2-3479
478.31 s
[genvalidity-mergeful-source] depends uuid-1.3.16-4tTKqafjpq55AAemS2VKYM
478.31 s
[genvalidity-mergeful-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
478.31 s
[genvalidity-mergeful-source] Using compiler: ghc-9.10.3
478.31 s
[genvalidity-mergeful-source] Using install prefix:
478.31 s
[genvalidity-mergeful-source] /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1
478.31 s
[genvalidity-mergeful-source] Executables installed in:
478.31 s
[genvalidity-mergeful-source] /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1/bin
478.31 s
[genvalidity-mergeful-source] Libraries installed in:
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
478.31 s
[genvalidity-mergeful-source] Dynamic Libraries installed in:
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
478.31 s
[genvalidity-mergeful-source] Private executables installed in:
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
478.31 s
[genvalidity-mergeful-source] Data files installed in:
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
478.31 s
[genvalidity-mergeful-source] Documentation installed in: /share/doc/genvalidity-mergeful-0.3.0.1
478.31 s
[genvalidity-mergeful-source] Configuration files installed in:
478.31 s
[genvalidity-mergeful-source] /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1/etc
478.31 s
[genvalidity-mergeful-source] No alex found
478.31 s
[genvalidity-mergeful-source] Using ar found on system at:
478.31 s
[genvalidity-mergeful-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
478.31 s
[genvalidity-mergeful-source] No c2hs found
478.31 s
[genvalidity-mergeful-source] No cpphs found
478.31 s
[genvalidity-mergeful-source] No doctest found
478.31 s
[genvalidity-mergeful-source] Using gcc version 14.3.0 given by user at:
478.31 s
[genvalidity-mergeful-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
478.31 s
[genvalidity-mergeful-source] Using ghc version 9.10.3 found on system at:
478.31 s
[genvalidity-mergeful-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
478.31 s
[genvalidity-mergeful-source] Using ghc-pkg version 9.10.3 found on system at:
478.31 s
[genvalidity-mergeful-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
478.31 s
[genvalidity-mergeful-source] No ghcjs found
478.31 s
[genvalidity-mergeful-source] No ghcjs-pkg found
478.31 s
[genvalidity-mergeful-source] No greencard found
478.31 s
[genvalidity-mergeful-source] Using haddock version 2.31.1 found on system at:
478.31 s
[genvalidity-mergeful-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
478.31 s
[genvalidity-mergeful-source] No happy found
478.34 s
[genvalidity-mergeful-source] Using haskell-suite found on system at: haskell-suite-dummy-location
478.34 s
[genvalidity-mergeful-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
478.34 s
[genvalidity-mergeful-source] No hmake found
478.34 s
[genvalidity-mergeful-source] Using hpc version 0.69 found on system at:
478.34 s
[genvalidity-mergeful-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
478.34 s
[genvalidity-mergeful-source] Using hsc2hs version 0.68.10 found on system at:
478.34 s
[genvalidity-mergeful-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
478.34 s
[genvalidity-mergeful-source] Using hscolour version 1.25 found on system at:
478.34 s
[genvalidity-mergeful-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
478.34 s
[genvalidity-mergeful-source] No jhc found
478.34 s
[genvalidity-mergeful-source] Using ld found on system at:
478.34 s
[genvalidity-mergeful-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
478.34 s
[genvalidity-mergeful-source] No pkg-config found
478.34 s
[genvalidity-mergeful-source] Using runghc version 9.10.3 found on system at:
478.34 s
[genvalidity-mergeful-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
478.34 s
[genvalidity-mergeful-source] Using strip version 2.44 found on system at:
478.34 s
[genvalidity-mergeful-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
478.34 s
[genvalidity-mergeful-source] Using tar found on system at:
478.34 s
[genvalidity-mergeful-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
478.34 s
[genvalidity-mergeful-source] No uhc found
479.21 s
[genvalidity-dirforest-source] Phase: buildPhase
479.21 s
[genvalidity-dirforest-source] Distribution quality warnings:
479.30 s
[genvalidity-dirforest-source] [no-category] No 'category' field.
479.30 s
[genvalidity-dirforest-source] [no-description] No 'description' field.
479.30 s
[genvalidity-dirforest-source] [no-license-file] A 'license-file' is not specified.
479.30 s
[genvalidity-dirforest-source] [missing-upper-bounds] On library, these packages miss upper bounds:
479.30 s
[genvalidity-dirforest-source] - QuickCheck
479.30 s
[genvalidity-dirforest-source] - containers
479.30 s
[genvalidity-dirforest-source] - dirforest
479.30 s
[genvalidity-dirforest-source] - filepath
479.30 s
[genvalidity-dirforest-source] - genvalidity
479.30 s
[genvalidity-dirforest-source] - genvalidity-containers
479.30 s
[genvalidity-dirforest-source] - genvalidity-path
479.30 s
[genvalidity-dirforest-source] - path
479.30 s
[genvalidity-dirforest-source] Please add them. There is more information at https://pvp.haskell.org/
479.30 s
[genvalidity-dirforest-source] Building source dist for genvalidity-dirforest-0.1.0.1...
479.30 s
[genvalidity-dirforest-source] Source tarball created: dist/genvalidity-dirforest-0.1.0.1.tar.gz
479.30 s
[genvalidity-dirforest-source] Phase: checkPhase
479.30 s
[genvalidity-mergeful-source] Phase: buildPhase
479.30 s
[genvalidity-mergeful-source] Distribution quality warnings:
479.30 s
[genvalidity-mergeful-source] [no-category] No 'category' field.
479.30 s
[genvalidity-mergeful-source] [no-synopsis] No 'synopsis' field.
479.30 s
[genvalidity-mergeful-source] [missing-upper-bounds] On library, these packages miss upper bounds:
479.30 s
[genvalidity-mergeful-source] - QuickCheck
479.30 s
[genvalidity-mergeful-source] - containers
479.30 s
[genvalidity-mergeful-source] - genvalidity
479.30 s
[genvalidity-mergeful-source] - genvalidity-containers
479.30 s
[genvalidity-mergeful-source] - genvalidity-time
479.30 s
[genvalidity-mergeful-source] - mergeful
479.30 s
[genvalidity-mergeful-source] Please add them. There is more information at https://pvp.haskell.org/
479.30 s
[genvalidity-mergeful-source] Building source dist for genvalidity-mergeful-0.3.0.1...
479.30 s
[genvalidity-mergeful-source] Source tarball created: dist/genvalidity-mergeful-0.3.0.1.tar.gz
479.30 s
[genvalidity-mergeful-source] Phase: checkPhase
479.30 s
[genvalidity-dirforest-source] Phase: haddockPhase
479.30 s
[genvalidity-mergeful-source] Phase: haddockPhase
479.30 s
[genvalidity-mergeful-source] Phase: installPhase
479.30 s
[genvalidity-dirforest-source] Phase: installPhase
479.30 s
[genvalidity-dirforest-source] Phase: fixupPhase
479.30 s
[genvalidity-mergeful-source] Phase: fixupPhase
479.30 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1
479.61 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
479.61 s
[post-build-hook]
479.97 s
[post-build-hook] Pushing /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1 (5.84 KiB)
481.18 s
[post-build-hook]
481.18 s
[post-build-hook] All done.
481.19 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1
481.25 s
[post-build-hook] copying 1 paths...
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'...
481.64 s
[post-build-hook] copying 0 paths...
481.67 s
Progress: 126 of 140 built (2 building), 815 of 815 downloaded from cache
481.73 s
Building genvalidity-dirforest
481.73 s
[sydtest-persistent-sqlite] Documentation created: dist/doc/html/sydtest-persistent-sqlite/,
481.73 s
[sydtest-persistent-sqlite] dist/doc/html/sydtest-persistent-sqlite/sydtest-persistent-sqlite.txt
481.73 s
[sydtest-persistent-sqlite] Preprocessing test suite 'sydtest-persistent-sqlite-test' for sydtest-persistent-sqlite-0.2.0.3...
481.73 s
[sydtest-persistent-sqlite] Phase: installPhase
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
481.73 s
[sydtest-persistent-sqlite] Phase: fixupPhase
481.73 s
[sydtest-persistent-sqlite] shrinking RPATHs of ELF executables and libraries in /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3
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
481.73 s
[sydtest-persistent-sqlite] checking for references to /build/ in /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3...
481.73 s
[sydtest-persistent-sqlite] patching script interpreter paths in /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3
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
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
481.73 s
[sydtest-persistent-sqlite] checking for references to /build/ in /nix/store/q5wlvk3aafl429fpydy0zmky5qhsnmcx-sydtest-persistent-sqlite-0.2.0.3-doc...
481.73 s
[sydtest-persistent-sqlite] patching script interpreter paths in /nix/store/q5wlvk3aafl429fpydy0zmky5qhsnmcx-sydtest-persistent-sqlite-0.2.0.3-doc
481.81 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1
482.12 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
482.12 s
[post-build-hook]
482.50 s
[post-build-hook] Pushing /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1 (12.93 KiB)
483.36 s
[post-build-hook]
483.36 s
[post-build-hook] All done.
483.38 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1
483.43 s
[post-build-hook] copying 1 paths...
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'...
483.82 s
[post-build-hook] copying 0 paths...
483.85 s
Progress: 127 of 140 built (2 building), 815 of 815 downloaded from cache
483.92 s
Building genvalidity-mergeful
483.92 s
[genvalidity-dirforest] Phase: setupCompilerEnvironmentPhase
483.92 s
[genvalidity-dirforest] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
483.92 s
[genvalidity-dirforest] Phase: unpackPhase
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
483.92 s
[genvalidity-dirforest] source root is genvalidity-dirforest-0.1.0.1
483.92 s
[genvalidity-dirforest] setting SOURCE_DATE_EPOCH to timestamp 1780348012 of file "genvalidity-dirforest-0.1.0.1/test/Spec.hs"
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
483.92 s
[genvalidity-dirforest] Phase: patchPhase
483.92 s
[genvalidity-dirforest] Phase: compileBuildDriverPhase
483.92 s
[genvalidity-dirforest] setupCompileFlags: -package-db=/build/tmp.fXSDC4hB5w/setup-package.conf.d -threaded
483.92 s
[genvalidity-dirforest] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.fXSDC4hB5w/Main.o )
483.92 s
[genvalidity-dirforest] [2 of 2] Linking Setup
483.92 s
[genvalidity-dirforest] Phase: updateAutotoolsGnuConfigScriptsPhase
483.92 s
[genvalidity-dirforest] Phase: configurePhase
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
483.92 s
[genvalidity-dirforest] Using Parsec parser
483.92 s
[genvalidity-dirforest] Configuring genvalidity-dirforest-0.1.0.1...
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
484.53 s
[post-build-hook] Pushing 2 paths (344 are already present) using zstd to cache smos ⏳
484.53 s
[post-build-hook]
484.88 s
[post-build-hook] Pushing /nix/store/q5wlvk3aafl429fpydy0zmky5qhsnmcx-sydtest-persistent-sqlite-0.2.0.3-doc (198.44 KiB)
484.92 s
[post-build-hook] Pushing /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3 (446.51 KiB)
485.78 s
[post-build-hook]
485.78 s
[post-build-hook] All done.
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
485.88 s
[post-build-hook] copying 0 paths...
486.06 s
[post-build-hook] copying 0 paths...
486.16 s
Progress: 128 of 140 built (2 building), 815 of 815 downloaded from cache
486.17 s
[genvalidity-dirforest] Dependency QuickCheck: using QuickCheck-2.15.0.1
486.17 s
[genvalidity-dirforest] Dependency base >=4.7 && <5: using base-4.20.2.0
486.17 s
[genvalidity-dirforest] Dependency containers: using containers-0.7
486.17 s
[genvalidity-dirforest] Dependency dirforest: using dirforest-0.1.0.0
486.17 s
[genvalidity-dirforest] Dependency filepath: using filepath-1.5.4.0
486.17 s
[genvalidity-dirforest] Dependency genvalidity >=1.0.0.0: using genvalidity-1.1.1.0
486.17 s
[genvalidity-dirforest] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
486.17 s
[genvalidity-dirforest] Dependency genvalidity-path: using genvalidity-path-1.0.0.1
486.17 s
[genvalidity-dirforest] Dependency path: using path-0.9.6
486.17 s
[genvalidity-dirforest] Dependency QuickCheck: using QuickCheck-2.15.0.1
486.17 s
[genvalidity-dirforest] Dependency base >=4.7 && <5: using base-4.20.2.0
486.17 s
[genvalidity-dirforest] Dependency bytestring: using bytestring-0.12.2.0
486.17 s
[genvalidity-dirforest] Dependency containers: using containers-0.7
486.17 s
[genvalidity-dirforest] Dependency dirforest: using dirforest-0.1.0.0
486.17 s
[genvalidity-dirforest] Dependency filepath: using filepath-1.5.4.0
486.17 s
[genvalidity-dirforest] Dependency genvalidity-bytestring: using genvalidity-bytestring-1.0.0.1
486.17 s
[genvalidity-dirforest] Dependency genvalidity-dirforest: using genvalidity-dirforest-0.1.0.1
486.17 s
[genvalidity-dirforest] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
486.17 s
[genvalidity-dirforest] Dependency genvalidity-sydtest-aeson: using genvalidity-sydtest-aeson-1.0.0.1
486.17 s
[genvalidity-dirforest] Dependency path: using path-0.9.6
486.17 s
[genvalidity-dirforest] Dependency path-io: using path-io-1.8.2
486.17 s
[genvalidity-dirforest] Dependency sydtest: using sydtest-0.23.0.1
486.17 s
[genvalidity-dirforest] Source component graph:
486.17 s
[genvalidity-dirforest] component lib
486.17 s
[genvalidity-dirforest] component test:dirforest-test dependency lib
486.17 s
[genvalidity-dirforest] Configured component graph:
486.17 s
[genvalidity-dirforest] component genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
486.17 s
[genvalidity-dirforest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
486.17 s
[genvalidity-dirforest] include base-4.20.2.0-fafd
486.17 s
[genvalidity-dirforest] include containers-0.7-96b4
486.17 s
[genvalidity-dirforest] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
486.17 s
[genvalidity-dirforest] include filepath-1.5.4.0-2605
486.17 s
[genvalidity-dirforest] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
486.17 s
[genvalidity-dirforest] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
486.17 s
[genvalidity-dirforest] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
486.17 s
[genvalidity-dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
486.17 s
[genvalidity-dirforest] component genvalidity-dirforest-0.1.0.1-90ITSb9xu837UWvHk9xZHQ-dirforest-test
486.17 s
[genvalidity-dirforest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
486.17 s
[genvalidity-dirforest] include base-4.20.2.0-fafd
486.17 s
[genvalidity-dirforest] include bytestring-0.12.2.0-96e1
486.17 s
[genvalidity-dirforest] include containers-0.7-96b4
486.17 s
[genvalidity-dirforest] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
486.17 s
[genvalidity-dirforest] include filepath-1.5.4.0-2605
486.17 s
[genvalidity-dirforest] include genvalidity-bytestring-1.0.0.1-3IyDlDJVM09A2BS5LCA7WT
486.17 s
[genvalidity-dirforest] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
486.17 s
[genvalidity-dirforest] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
486.17 s
[genvalidity-dirforest] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
486.17 s
[genvalidity-dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
486.17 s
[genvalidity-dirforest] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
486.17 s
[genvalidity-dirforest] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
486.17 s
[genvalidity-dirforest] Linked component graph:
486.17 s
[genvalidity-dirforest] unit genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
486.17 s
[genvalidity-dirforest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
486.17 s
[genvalidity-dirforest] include base-4.20.2.0-fafd
486.17 s
[genvalidity-dirforest] include containers-0.7-96b4
486.17 s
[genvalidity-dirforest] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
486.17 s
[genvalidity-dirforest] include filepath-1.5.4.0-2605
486.17 s
[genvalidity-dirforest] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
486.17 s
[genvalidity-dirforest] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
486.17 s
[genvalidity-dirforest] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
486.17 s
[genvalidity-dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
486.17 s
[genvalidity-dirforest] Data.GenValidity.DirForest=genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW:Data.GenValidity.DirForest
486.17 s
[genvalidity-dirforest] unit genvalidity-dirforest-0.1.0.1-90ITSb9xu837UWvHk9xZHQ-dirforest-test
486.17 s
[genvalidity-dirforest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
486.17 s
[genvalidity-dirforest] include base-4.20.2.0-fafd
486.17 s
[genvalidity-dirforest] include bytestring-0.12.2.0-96e1
486.17 s
[genvalidity-dirforest] include containers-0.7-96b4
486.17 s
[genvalidity-dirforest] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
486.17 s
[genvalidity-dirforest] include filepath-1.5.4.0-2605
486.17 s
[genvalidity-dirforest] include genvalidity-bytestring-1.0.0.1-3IyDlDJVM09A2BS5LCA7WT
486.17 s
[genvalidity-dirforest] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
486.17 s
[genvalidity-dirforest] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
486.17 s
[genvalidity-dirforest] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
486.17 s
[genvalidity-dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
486.17 s
[genvalidity-dirforest] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
486.17 s
[genvalidity-dirforest] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
486.17 s
[genvalidity-dirforest] Ready component graph:
486.17 s
[genvalidity-mergeful] Phase: setupCompilerEnvironmentPhase
486.17 s
[genvalidity-mergeful] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
486.17 s
[genvalidity-mergeful] Phase: unpackPhase
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
486.17 s
[genvalidity-mergeful] source root is genvalidity-mergeful-0.3.0.1
486.17 s
[genvalidity-mergeful] setting SOURCE_DATE_EPOCH to timestamp 1780348012 of file "genvalidity-mergeful-0.3.0.1/test/Spec.hs"
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
486.17 s
[genvalidity-mergeful] Phase: patchPhase
486.17 s
[genvalidity-mergeful] Phase: compileBuildDriverPhase
486.17 s
[genvalidity-mergeful] setupCompileFlags: -package-db=/build/tmp.9x6SMkebNA/setup-package.conf.d -threaded
486.17 s
[genvalidity-mergeful] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.9x6SMkebNA/Main.o )
486.17 s
[genvalidity-mergeful] [2 of 2] Linking Setup
486.17 s
[genvalidity-mergeful] Phase: updateAutotoolsGnuConfigScriptsPhase
486.17 s
[genvalidity-mergeful] Phase: configurePhase
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
486.17 s
[genvalidity-mergeful] Using Parsec parser
486.17 s
[genvalidity-mergeful] Configuring genvalidity-mergeful-0.3.0.1...
486.17 s
[genvalidity-dirforest] definite genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
486.17 s
[genvalidity-dirforest] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
486.17 s
[genvalidity-dirforest] depends base-4.20.2.0-fafd
486.17 s
[genvalidity-dirforest] depends containers-0.7-96b4
486.17 s
[genvalidity-dirforest] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
486.17 s
[genvalidity-dirforest] depends filepath-1.5.4.0-2605
486.17 s
[genvalidity-dirforest] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
486.17 s
[genvalidity-dirforest] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
486.17 s
[genvalidity-dirforest] depends genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
486.17 s
[genvalidity-dirforest] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
486.17 s
[genvalidity-dirforest] definite genvalidity-dirforest-0.1.0.1-90ITSb9xu837UWvHk9xZHQ-dirforest-test
486.17 s
[genvalidity-dirforest] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
486.17 s
[genvalidity-dirforest] depends base-4.20.2.0-fafd
486.17 s
[genvalidity-dirforest] depends bytestring-0.12.2.0-96e1
486.17 s
[genvalidity-dirforest] depends containers-0.7-96b4
486.17 s
[genvalidity-dirforest] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
486.17 s
[genvalidity-dirforest] depends filepath-1.5.4.0-2605
486.17 s
[genvalidity-dirforest] depends genvalidity-bytestring-1.0.0.1-3IyDlDJVM09A2BS5LCA7WT
486.17 s
[genvalidity-dirforest] depends genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
486.17 s
[genvalidity-dirforest] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
486.17 s
[genvalidity-dirforest] depends genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
486.17 s
[genvalidity-dirforest] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
486.17 s
[genvalidity-dirforest] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
486.17 s
[genvalidity-dirforest] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
486.17 s
[genvalidity-dirforest] Using Cabal-3.12.1.0 compiled by ghc-9.10
486.17 s
[genvalidity-dirforest] Using compiler: ghc-9.10.3
486.17 s
[genvalidity-dirforest] Using install prefix:
486.17 s
[genvalidity-dirforest] /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1
486.17 s
[genvalidity-dirforest] Executables installed in:
486.17 s
[genvalidity-dirforest] /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1/bin
486.17 s
[genvalidity-dirforest] Libraries installed in:
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
486.17 s
[genvalidity-dirforest] Dynamic Libraries installed in:
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
486.17 s
[genvalidity-dirforest] Private executables installed in:
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
486.17 s
[genvalidity-dirforest] Data files installed in:
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
486.17 s
[genvalidity-dirforest] Documentation installed in:
486.17 s
[genvalidity-dirforest] /nix/store/l81s36m7fkziqfjnk2zb9lixqag6nbvn-genvalidity-dirforest-0.1.0.1-doc/share/doc/genvalidity-dirforest-0.1.0.1
486.17 s
[genvalidity-dirforest] Configuration files installed in:
486.17 s
[genvalidity-dirforest] /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1/etc
486.17 s
[genvalidity-dirforest] No alex found
486.17 s
[genvalidity-dirforest] Using ar found on system at:
486.17 s
[genvalidity-dirforest] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
486.17 s
[genvalidity-dirforest] No c2hs found
486.17 s
[genvalidity-dirforest] No cpphs found
486.17 s
[genvalidity-dirforest] No doctest found
486.17 s
[genvalidity-dirforest] Using gcc version 14.3.0 given by user at:
486.17 s
[genvalidity-dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
486.17 s
[genvalidity-dirforest] Using ghc version 9.10.3 found on system at:
486.17 s
[genvalidity-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
486.17 s
[genvalidity-dirforest] Using ghc-pkg version 9.10.3 found on system at:
486.17 s
[genvalidity-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
486.17 s
[genvalidity-dirforest] No ghcjs found
486.17 s
[genvalidity-dirforest] No ghcjs-pkg found
486.17 s
[genvalidity-dirforest] No greencard found
486.17 s
[genvalidity-dirforest] Using haddock version 2.31.1 found on system at:
486.17 s
[genvalidity-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
486.17 s
[genvalidity-dirforest] No happy found
486.17 s
[genvalidity-dirforest] Using haskell-suite found on system at: haskell-suite-dummy-location
486.17 s
[genvalidity-dirforest] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
486.17 s
[genvalidity-dirforest] No hmake found
486.17 s
[genvalidity-dirforest] Using hpc version 0.69 found on system at:
486.17 s
[genvalidity-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
486.17 s
[genvalidity-dirforest] Using hsc2hs version 0.68.10 found on system at:
486.17 s
[genvalidity-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
486.17 s
[genvalidity-dirforest] Using hscolour version 1.25 found on system at:
486.17 s
[genvalidity-dirforest] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
486.17 s
[genvalidity-dirforest] No jhc found
486.17 s
[genvalidity-dirforest] Using ld found on system at:
486.17 s
[genvalidity-dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
486.17 s
[genvalidity-dirforest] No pkg-config found
486.17 s
[genvalidity-dirforest] Using runghc version 9.10.3 found on system at:
486.17 s
[genvalidity-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
486.17 s
[genvalidity-dirforest] Using strip version 2.44 found on system at:
486.17 s
[genvalidity-dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
486.17 s
[genvalidity-dirforest] Using tar found on system at:
486.17 s
[genvalidity-dirforest] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
486.17 s
[genvalidity-dirforest] No uhc found
486.17 s
[genvalidity-dirforest] Phase: buildPhase
486.17 s
[genvalidity-dirforest] Preprocessing library for genvalidity-dirforest-0.1.0.1...
486.17 s
[genvalidity-dirforest] Building library for genvalidity-dirforest-0.1.0.1...
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 )
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 )
486.17 s
[genvalidity-dirforest] [1 of 2] Compiling Data.GenValidity.DirForest ( src/Data/GenValidity/DirForest.hs, dist/build/Data/GenValidity/DirForest.p_o )
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 )
486.67 s
[genvalidity-mergeful] Dependency QuickCheck: using QuickCheck-2.15.0.1
486.67 s
[genvalidity-mergeful] Dependency base <5: using base-4.20.2.0
486.67 s
[genvalidity-mergeful] Dependency containers: using containers-0.7
486.67 s
[genvalidity-mergeful] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
486.67 s
[genvalidity-mergeful] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
486.67 s
[genvalidity-mergeful] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
486.67 s
[genvalidity-mergeful] Dependency mergeful: using mergeful-0.3.0.0
486.67 s
[genvalidity-mergeful] Dependency QuickCheck: using QuickCheck-2.15.0.1
486.67 s
[genvalidity-mergeful] Dependency autodocodec: using autodocodec-0.5.0.0
486.67 s
[genvalidity-mergeful] Dependency autodocodec-yaml: using autodocodec-yaml-0.4.0.2
486.67 s
[genvalidity-mergeful] Dependency base <5: using base-4.20.2.0
486.67 s
[genvalidity-mergeful] Dependency containers: using containers-0.7
486.67 s
[genvalidity-mergeful] Dependency genvalidity-mergeful: using genvalidity-mergeful-0.3.0.1
486.67 s
[genvalidity-mergeful] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
486.67 s
[genvalidity-mergeful] Dependency genvalidity-sydtest-aeson: using genvalidity-sydtest-aeson-1.0.0.1
486.67 s
[genvalidity-mergeful] Dependency genvalidity-uuid: using genvalidity-uuid-1.0.0.1
486.67 s
[genvalidity-mergeful] Dependency mergeful: using mergeful-0.3.0.0
486.67 s
[genvalidity-mergeful] Dependency mtl: using mtl-2.3.1
486.67 s
[genvalidity-mergeful] Dependency pretty-show: using pretty-show-1.10
486.67 s
[genvalidity-mergeful] Dependency random: using random-1.2.1.3
486.67 s
[genvalidity-mergeful] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
486.67 s
[genvalidity-mergeful] Dependency sydtest: using sydtest-0.23.0.1
486.67 s
[genvalidity-mergeful] Dependency time: using time-1.12.2
486.67 s
[genvalidity-mergeful] Dependency uuid: using uuid-1.3.16
486.67 s
[genvalidity-mergeful] Dependency base <5: using base-4.20.2.0
486.67 s
[genvalidity-mergeful] Dependency criterion: using criterion-1.6.4.0
486.67 s
[genvalidity-mergeful] Dependency genvalidity-criterion: using genvalidity-criterion-1.1.0.0
486.67 s
[genvalidity-mergeful] Dependency genvalidity-mergeful: using genvalidity-mergeful-0.3.0.1
486.67 s
[genvalidity-mergeful] Dependency mergeful: using mergeful-0.3.0.0
486.67 s
[genvalidity-mergeful] Source component graph:
486.67 s
[genvalidity-mergeful] component lib
486.67 s
[genvalidity-mergeful] component test:mergeful-test dependency lib
486.67 s
[genvalidity-mergeful] component bench:mergeful-bench dependency lib
486.67 s
[genvalidity-mergeful] Configured component graph:
486.67 s
[genvalidity-mergeful] component genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
486.67 s
[genvalidity-mergeful] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
486.67 s
[genvalidity-mergeful] include base-4.20.2.0-fafd
486.67 s
[genvalidity-mergeful] include containers-0.7-96b4
486.67 s
[genvalidity-mergeful] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
486.67 s
[genvalidity-mergeful] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
486.67 s
[genvalidity-mergeful] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
486.67 s
[genvalidity-mergeful] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
486.67 s
[genvalidity-mergeful] component genvalidity-mergeful-0.3.0.1-JawfWcslG7OFi8r3abY0nL-mergeful-test
486.67 s
[genvalidity-mergeful] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
486.67 s
[genvalidity-mergeful] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
486.67 s
[genvalidity-mergeful] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
486.67 s
[genvalidity-mergeful] include base-4.20.2.0-fafd
486.67 s
[genvalidity-mergeful] include containers-0.7-96b4
486.67 s
[genvalidity-mergeful] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
486.67 s
[genvalidity-mergeful] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
486.67 s
[genvalidity-mergeful] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
486.67 s
[genvalidity-mergeful] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
486.67 s
[genvalidity-mergeful] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
486.67 s
[genvalidity-mergeful] include mtl-2.3.1-37af
486.67 s
[genvalidity-mergeful] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
486.67 s
[genvalidity-mergeful] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
486.67 s
[genvalidity-mergeful] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
486.67 s
[genvalidity-mergeful] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
486.67 s
[genvalidity-mergeful] include time-1.12.2-3479
486.67 s
[genvalidity-mergeful] include uuid-1.3.16-4tTKqafjpq55AAemS2VKYM
486.67 s
[genvalidity-mergeful] component genvalidity-mergeful-0.3.0.1-DjaiRymQLW8CikvOmYg2a4-mergeful-bench
486.67 s
[genvalidity-mergeful] include base-4.20.2.0-fafd
486.67 s
[genvalidity-mergeful] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
486.67 s
[genvalidity-mergeful] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
486.67 s
[genvalidity-mergeful] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
486.67 s
[genvalidity-mergeful] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
486.67 s
[genvalidity-mergeful] Linked component graph:
486.67 s
[genvalidity-mergeful] unit genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
486.67 s
[genvalidity-mergeful] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
486.67 s
[genvalidity-mergeful] include base-4.20.2.0-fafd
486.67 s
[genvalidity-mergeful] include containers-0.7-96b4
486.67 s
[genvalidity-mergeful] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
486.67 s
[genvalidity-mergeful] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
486.67 s
[genvalidity-mergeful] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
486.67 s
[genvalidity-mergeful] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
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
486.67 s
[genvalidity-mergeful] unit genvalidity-mergeful-0.3.0.1-JawfWcslG7OFi8r3abY0nL-mergeful-test
486.67 s
[genvalidity-mergeful] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
486.67 s
[genvalidity-mergeful] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
486.67 s
[genvalidity-mergeful] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
486.67 s
[genvalidity-mergeful] include base-4.20.2.0-fafd
486.67 s
[genvalidity-mergeful] include containers-0.7-96b4
486.67 s
[genvalidity-mergeful] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
486.67 s
[genvalidity-mergeful] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
486.67 s
[genvalidity-mergeful] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
486.67 s
[genvalidity-mergeful] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
486.67 s
[genvalidity-mergeful] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
486.67 s
[genvalidity-mergeful] include mtl-2.3.1-37af
486.67 s
[genvalidity-mergeful] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
486.67 s
[genvalidity-mergeful] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
486.67 s
[genvalidity-mergeful] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
486.67 s
[genvalidity-mergeful] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
486.67 s
[genvalidity-mergeful] include time-1.12.2-3479
486.67 s
[genvalidity-mergeful] include uuid-1.3.16-4tTKqafjpq55AAemS2VKYM
486.67 s
[genvalidity-mergeful] unit genvalidity-mergeful-0.3.0.1-DjaiRymQLW8CikvOmYg2a4-mergeful-bench
486.67 s
[genvalidity-mergeful] include base-4.20.2.0-fafd
486.67 s
[genvalidity-mergeful] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
486.67 s
[genvalidity-mergeful] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
486.67 s
[genvalidity-mergeful] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
486.67 s
[genvalidity-mergeful] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
486.67 s
[genvalidity-mergeful] Ready component graph:
486.67 s
[genvalidity-mergeful] definite genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
486.67 s
[genvalidity-mergeful] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
486.67 s
[genvalidity-mergeful] depends base-4.20.2.0-fafd
486.67 s
[genvalidity-mergeful] depends containers-0.7-96b4
486.67 s
[genvalidity-mergeful] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
486.67 s
[genvalidity-mergeful] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
486.67 s
[genvalidity-mergeful] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
486.67 s
[genvalidity-mergeful] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
486.67 s
[genvalidity-mergeful] definite genvalidity-mergeful-0.3.0.1-JawfWcslG7OFi8r3abY0nL-mergeful-test
486.67 s
[genvalidity-mergeful] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
486.67 s
[genvalidity-mergeful] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
486.67 s
[genvalidity-mergeful] depends autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
486.67 s
[genvalidity-mergeful] depends base-4.20.2.0-fafd
486.67 s
[genvalidity-mergeful] depends containers-0.7-96b4
486.67 s
[genvalidity-mergeful] depends genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
486.67 s
[genvalidity-mergeful] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
486.67 s
[genvalidity-mergeful] depends genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
486.67 s
[genvalidity-mergeful] depends genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
486.67 s
[genvalidity-mergeful] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
486.67 s
[genvalidity-mergeful] depends mtl-2.3.1-37af
486.67 s
[genvalidity-mergeful] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
486.67 s
[genvalidity-mergeful] depends random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
486.67 s
[genvalidity-mergeful] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
486.67 s
[genvalidity-mergeful] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
486.67 s
[genvalidity-mergeful] depends time-1.12.2-3479
486.67 s
[genvalidity-mergeful] depends uuid-1.3.16-4tTKqafjpq55AAemS2VKYM
486.67 s
[genvalidity-mergeful] definite genvalidity-mergeful-0.3.0.1-DjaiRymQLW8CikvOmYg2a4-mergeful-bench
486.67 s
[genvalidity-mergeful] depends base-4.20.2.0-fafd
486.67 s
[genvalidity-mergeful] depends criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
486.67 s
[genvalidity-mergeful] depends genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
486.67 s
[genvalidity-mergeful] depends genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
486.67 s
[genvalidity-mergeful] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
486.67 s
[genvalidity-mergeful] Using Cabal-3.12.1.0 compiled by ghc-9.10
486.67 s
[genvalidity-mergeful] Using compiler: ghc-9.10.3
486.67 s
[genvalidity-mergeful] Using install prefix:
486.67 s
[genvalidity-mergeful] /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1
486.67 s
[genvalidity-mergeful] Executables installed in:
486.67 s
[genvalidity-mergeful] /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1/bin
486.67 s
[genvalidity-mergeful] Libraries installed in:
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
486.72 s
[genvalidity-mergeful] Dynamic Libraries installed in:
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
486.72 s
[genvalidity-mergeful] Private executables installed in:
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
486.72 s
[genvalidity-mergeful] Data files installed in:
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
486.72 s
[genvalidity-mergeful] Documentation installed in:
486.72 s
[genvalidity-mergeful] /nix/store/xzx6p6har7j6122sfarpj8j7xv0124zy-genvalidity-mergeful-0.3.0.1-doc/share/doc/genvalidity-mergeful-0.3.0.1
486.72 s
[genvalidity-mergeful] Configuration files installed in:
486.72 s
[genvalidity-mergeful] /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1/etc
486.72 s
[genvalidity-mergeful] No alex found
486.72 s
[genvalidity-mergeful] Using ar found on system at:
486.72 s
[genvalidity-mergeful] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
486.72 s
[genvalidity-mergeful] No c2hs found
486.72 s
[genvalidity-mergeful] No cpphs found
486.72 s
[genvalidity-mergeful] No doctest found
486.72 s
[genvalidity-mergeful] Using gcc version 14.3.0 given by user at:
486.72 s
[genvalidity-mergeful] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
486.72 s
[genvalidity-mergeful] Using ghc version 9.10.3 found on system at:
486.72 s
[genvalidity-mergeful] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
486.72 s
[genvalidity-mergeful] Using ghc-pkg version 9.10.3 found on system at:
486.72 s
[genvalidity-mergeful] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
486.72 s
[genvalidity-mergeful] No ghcjs found
486.72 s
[genvalidity-mergeful] No ghcjs-pkg found
486.72 s
[genvalidity-mergeful] No greencard found
486.72 s
[genvalidity-mergeful] Using haddock version 2.31.1 found on system at:
486.72 s
[genvalidity-mergeful] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
486.72 s
[genvalidity-mergeful] No happy found
486.72 s
[genvalidity-mergeful] Using haskell-suite found on system at: haskell-suite-dummy-location
486.72 s
[genvalidity-mergeful] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
486.72 s
[genvalidity-mergeful] No hmake found
486.72 s
[genvalidity-mergeful] Using hpc version 0.69 found on system at:
486.72 s
[genvalidity-mergeful] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
486.72 s
[genvalidity-mergeful] Using hsc2hs version 0.68.10 found on system at:
486.72 s
[genvalidity-mergeful] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
486.72 s
[genvalidity-mergeful] Using hscolour version 1.25 found on system at:
486.72 s
[genvalidity-mergeful] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
486.72 s
[genvalidity-mergeful] No jhc found
486.72 s
[genvalidity-mergeful] Using ld found on system at:
486.72 s
[genvalidity-mergeful] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
486.72 s
[genvalidity-mergeful] No pkg-config found
486.72 s
[genvalidity-mergeful] Using runghc version 9.10.3 found on system at:
486.72 s
[genvalidity-mergeful] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
486.72 s
[genvalidity-mergeful] Using strip version 2.44 found on system at:
486.72 s
[genvalidity-mergeful] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
486.72 s
[genvalidity-mergeful] Using tar found on system at:
486.72 s
[genvalidity-mergeful] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
486.72 s
[genvalidity-mergeful] No uhc found
486.90 s
[genvalidity-mergeful] Phase: buildPhase
487.02 s
[genvalidity-mergeful] Preprocessing library for genvalidity-mergeful-0.3.0.1...
487.02 s
[genvalidity-mergeful] Building library for genvalidity-mergeful-0.3.0.1...
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 )
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 )
487.39 s
[genvalidity-dirforest] Preprocessing test suite 'dirforest-test' for genvalidity-dirforest-0.1.0.1...
487.39 s
[genvalidity-dirforest] Building test suite 'dirforest-test' for genvalidity-dirforest-0.1.0.1...
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
489.97 s
[genvalidity-dirforest] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/dirforest-test/dirforest-test-tmp/Main.o )
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 )
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 )
490.07 s
[genvalidity-mergeful] [5 of 6] Compiling Data.GenValidity.Mergeful ( src/Data/GenValidity/Mergeful.hs, dist/build/Data/GenValidity/Mergeful.p_o )
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 )
490.40 s
[genvalidity-dirforest] [4 of 4] Linking dist/build/dirforest-test/dirforest-test
491.48 s
[genvalidity-dirforest] Phase: checkPhase
491.78 s
[genvalidity-dirforest] Running 1 test suites...
491.78 s
[genvalidity-dirforest] Test suite dirforest-test: RUNNING...
491.82 s
[genvalidity-mergeful] Preprocessing test suite 'mergeful-test' for genvalidity-mergeful-0.3.0.1...
491.82 s
[genvalidity-mergeful] Building test suite 'mergeful-test' for genvalidity-mergeful-0.3.0.1...
491.87 s
[genvalidity-dirforest] Tests:
491.87 s
[genvalidity-dirforest]
491.87 s
[genvalidity-dirforest] Data.DirForestSpec
491.87 s
[genvalidity-dirforest] filter
491.87 s
[genvalidity-dirforest] ✓ produces valid dir forests for const True 28.70 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ produces the empty forest for const False 24.88 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ behaves the same as M.filter 38.58 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ produces valid dir forests for const False 41.25 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ produces the same forest for const True 27.71 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] anyEmptyDir
491.87 s
[genvalidity-dirforest] ✓ produces valid bools 17.85 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] difference
491.87 s
[genvalidity-dirforest] ✓ behaves the same as M.difference 48.87 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ produces valid dir forests 22.46 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is associative 18.34 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] Eq (DirTree Word8)
491.87 s
[genvalidity-dirforest] (/=) :: (DirTree Word8) -> (DirTree Word8) -> Bool
491.87 s
[genvalidity-dirforest] ✓ is equivalent to (\a b -> not $ a == b) for "valid (DirTree Word8)"s 8.01 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is antireflexive for "valid (DirTree Word8)"s 10.72 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] (==) :: (DirTree Word8) -> (DirTree Word8) -> Bool
491.87 s
[genvalidity-dirforest] ✓ is reflexive for "valid (DirTree Word8)"s 10.93 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is symmetric for "valid (DirTree Word8)"s 6.67 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is transitive for "valid (DirTree Word8)"s 10.35 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is equivalent to (\a b -> not $ a /= b) for "valid (DirTree Word8)"s 15.54 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] Eq (DirForest Word8)
491.87 s
[genvalidity-dirforest] (==) :: (DirForest Word8) -> (DirForest Word8) -> Bool
491.87 s
[genvalidity-dirforest] ✓ is symmetric for "valid (DirForest Word8)"s 24.03 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is reflexive for "valid (DirForest Word8)"s 21.25 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is transitive for "valid (DirForest Word8)"s 21.07 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is equivalent to (\a b -> not $ a /= b) for "valid (DirForest Word8)"s 28.99 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] (/=) :: (DirForest Word8) -> (DirForest Word8) -> Bool
491.87 s
[genvalidity-dirforest] ✓ is antireflexive for "valid (DirForest Word8)"s 19.65 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is equivalent to (\a b -> not $ a == b) for "valid (DirForest Word8)"s 21.30 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] unions
491.87 s
[genvalidity-dirforest] ✓ behaves the same as M.unions 46.09 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] Classes
491.87 s
[genvalidity-dirforest] 100.00% Succeeded
491.87 s
[genvalidity-dirforest] ✓ produces valid dir forests 49.99 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] Ord (DirForest Word8)
491.87 s
[genvalidity-dirforest] (<=) :: (DirForest Word8) -> (DirForest Word8) -> Bool
491.87 s
[genvalidity-dirforest] ✓ is equivalent to (\a b -> compare a b /= GT) for "valid (DirForest Word8)"'s 25.01 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is reflexive for "valid (DirForest Word8)"'s 22.24 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is transitive for "valid (DirForest Word8)"'s 42.90 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is antisymmetric for "valid (DirForest Word8)"'s 19.74 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] "min :: (DirForest Word8 -> DirForest Word8 -> DirForest Word8)"
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
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] (<) :: (DirForest Word8) -> (DirForest Word8) -> Bool
491.87 s
[genvalidity-dirforest] ✓ is antireflexive for "valid (DirForest Word8)"'s 18.66 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is equivalent to (\a b -> compare a b == LT) for "valid (DirForest Word8)"'s 21.76 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is transitive for "valid (DirForest Word8)"'s 30.60 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] "max :: (DirForest Word8 -> DirForest Word8 -> DirForest Word8)"
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
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] (>=) :: (DirForest Word8) -> (DirForest Word8) -> Bool
491.87 s
[genvalidity-dirforest] ✓ is transitive for "valid (DirForest Word8)"'s 27.53 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is equivalent to (\a b -> compare a b /= LT) for "valid (DirForest Word8)"'s 24.12 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
491.87 s
[genvalidity-dirforest] ✓ is antisymmetric for "valid (DirForest Word8)"'s 22.24 ms
491.87 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ is reflexive for "valid (DirForest Word8)"'s 13.19 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] (>) :: (DirForest Word8) -> (DirForest Word8) -> Bool
492.15 s
[genvalidity-dirforest] ✓ is antireflexive for "valid (DirForest Word8)"'s 22.00 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ is equivalent to (\a b -> compare a b == GT) for "valid (DirForest Word8)"'s 23.27 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ is transitive for "valid (DirForest Word8)"'s 24.53 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] lookup
492.15 s
[genvalidity-dirforest] ✓ behaves the same as M.lookup 33.76 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ produces valid values 5.73 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] readDirForest
492.15 s
[genvalidity-dirforest] ✓ reads what was written for this simple case with one file 8.57 ms
492.15 s
[genvalidity-dirforest] passed for all of 10 inputs.
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
492.15 s
[genvalidity-dirforest] passed for all of 10 inputs.
492.15 s
[genvalidity-dirforest] ✓ reads valid forests 53.73 ms
492.15 s
[genvalidity-dirforest] passed for all of 10 inputs.
492.15 s
[genvalidity-dirforest] ✓ reads what was written for this simple case with one file two directories deep 21.74 ms
492.15 s
[genvalidity-dirforest] passed for all of 10 inputs.
492.15 s
[genvalidity-dirforest] ✓ reads what was written 324.97 ms
492.15 s
[genvalidity-dirforest] passed for all of 10 inputs.
492.15 s
[genvalidity-dirforest] ✓ reads an empty forest if the directory doesn't exist 1.22 ms
492.15 s
[genvalidity-dirforest] Ord (DirTree Word8)
492.15 s
[genvalidity-dirforest] (>) :: (DirTree Word8) -> (DirTree Word8) -> Bool
492.15 s
[genvalidity-dirforest] ✓ is equivalent to (\a b -> compare a b == GT) for "valid (DirTree Word8)"'s 4.72 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ is antireflexive for "valid (DirTree Word8)"'s 22.85 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ is transitive for "valid (DirTree Word8)"'s 12.72 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] (<) :: (DirTree Word8) -> (DirTree Word8) -> Bool
492.15 s
[genvalidity-dirforest] ✓ is transitive for "valid (DirTree Word8)"'s 15.17 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ is antireflexive for "valid (DirTree Word8)"'s 16.16 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ is equivalent to (\a b -> compare a b == LT) for "valid (DirTree Word8)"'s 12.93 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] (>=) :: (DirTree Word8) -> (DirTree Word8) -> Bool
492.15 s
[genvalidity-dirforest] ✓ is equivalent to (\a b -> compare a b /= LT) for "valid (DirTree Word8)"'s 11.51 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ is antisymmetric for "valid (DirTree Word8)"'s 12.17 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ is reflexive for "valid (DirTree Word8)"'s 12.31 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ is transitive for "valid (DirTree Word8)"'s 5.95 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] "max :: (DirTree Word8 -> DirTree Word8 -> DirTree Word8)"
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
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] (<=) :: (DirTree Word8) -> (DirTree Word8) -> Bool
492.15 s
[genvalidity-dirforest] ✓ is equivalent to (\a b -> compare a b /= GT) for "valid (DirTree Word8)"'s 4.83 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ is reflexive for "valid (DirTree Word8)"'s 7.93 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ is antisymmetric for "valid (DirTree Word8)"'s 5.86 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ is transitive for "valid (DirTree Word8)"'s 9.61 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] "min :: (DirTree Word8 -> DirTree Word8 -> DirTree Word8)"
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
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] fromList
492.15 s
[genvalidity-dirforest] ✓ produces valid dir forests 14.60 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ behaves the same as M.fromList if it succeeds 23.00 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] JSON (DirTree Word8) (valid)
492.15 s
[genvalidity-dirforest] encode :: (DirTree Word8) -> Data.ByteString.Lazy.ByteString
492.15 s
[genvalidity-dirforest] ✓ never fails to encode a "valid (DirTree Word8)" 12.54 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] decode :: Data.ByteString.Lazy.ByteString -> Either String (DirTree Word8)
492.15 s
[genvalidity-dirforest] ✓ ensures that encode and decode are inverses for "valid (DirTree Word8)"'s 17.73 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] insert
492.15 s
[genvalidity-dirforest] ✓ works for this example of the same file in two different directories 0.91 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ works for if there the exact same file is in the way 9.43 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ works for this example of a file in a dir if the dir is already there 0.83 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.15 s
[genvalidity-dirforest] ✓ produces valid forests 11.43 ms
492.15 s
[genvalidity-dirforest] passed for all of 100 inputs.
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 )
492.44 s
[genvalidity-dirforest] ✓ works for this example with a dir in the way 1.78 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ behaves the same as M.lookup when it works 27.73 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ works for this example with a deeper file in the way 6.14 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ inserts something that can be found again afterward 20.04 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ works for this example of a file in a dir 1.77 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ works for this example of a file 1.72 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ works for this example of two files in the same dir 1.88 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] empty
492.44 s
[genvalidity-dirforest] ✓ behaves the same as M.empty 0.01 ms
492.44 s
[genvalidity-dirforest] ✓ is valid 0.01 ms
492.44 s
[genvalidity-dirforest] mapWithPath
492.44 s
[genvalidity-dirforest] ✓ behaves the same as M.mapWithKey for increments 33.70 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ behaves the same as M.mapWithKey for the function that takes the path 26.76 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] pruneEmptyDirectories
492.44 s
[genvalidity-dirforest] ✓ produces valid forests 19.06 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ produces forests without any empty maps recursively 14.43 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] union
492.44 s
[genvalidity-dirforest] ✓ is idempotent if it succeeds 300.16 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ produces valid dir forests 25.55 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ Correctly shows an insertion error the other way around 0.01 ms
492.44 s
[genvalidity-dirforest] ✓ is associative if it succeeds 598.84 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ Correctly shows an insertion error 0.01 ms
492.44 s
[genvalidity-dirforest] ✓ behaves the same as M.union 303.64 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] Classes
492.44 s
[genvalidity-dirforest] 100.00% Succeeded
492.44 s
[genvalidity-dirforest] ✓ is commutative if it succeeds 303.03 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] filter
492.44 s
[genvalidity-dirforest] ✓ produces valid dir forests for const True 18.77 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] traverseWithPath
492.44 s
[genvalidity-dirforest] ✓ behaves the same as M.traverseWithKey for for the function that takes the path 22.97 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ behaves the same as M.traverseWithKey for increments 22.41 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] singletonDir
492.44 s
[genvalidity-dirforest] ✓ produces valid forests 8.41 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ behaves the same as M.singletonDir 8.12 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] fromFileMap
492.44 s
[genvalidity-dirforest] ✓ is the inverse of toFileMap if it succeeds starting from a map 15.76 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] does not hold because dirs go missing
492.44 s
[genvalidity-dirforest] is the inverse of toFileMap if it succeeds starting from a dirforest
492.44 s
[genvalidity-dirforest] null
492.44 s
[genvalidity-dirforest] ✓ behaves the same as M.null 18.86 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ produces valid dir forests 11.47 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] writeDirForest
492.44 s
[genvalidity-dirforest] ✓ works in a nonexistent root 20.27 ms
492.44 s
[genvalidity-dirforest] passed for all of 10 inputs.
492.44 s
[genvalidity-dirforest] intersection
492.44 s
[genvalidity-dirforest] ✓ is idempotent 16.68 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ is commutative 12.04 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ should produce an empty list for disjunct dir forests 20.69 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ is associative 12.25 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ produces valid dir forests 9.35 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ behaves the same as M.intersection 291.21 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ shows that any dirforest is its own fixed point 17.31 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] singletonFile
492.44 s
[genvalidity-dirforest] ✓ behaves the same as M.singletonFile 7.78 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.44 s
[genvalidity-dirforest] ✓ produces valid forests 3.74 ms
492.44 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.60 s
[genvalidity-dirforest] Does not hold because of empty filenames
492.60 s
[genvalidity-dirforest] fromMap
492.60 s
[genvalidity-dirforest] is the inverse of toMap if it succeeds starting from a dirforest
492.60 s
[genvalidity-dirforest] is the inverse of toMap if it succeeds starting from a map
492.60 s
[genvalidity-dirforest] JSON (DirForest Word8) (valid)
492.60 s
[genvalidity-dirforest] decode :: Data.ByteString.Lazy.ByteString -> Either String (DirForest Word8)
492.60 s
[genvalidity-dirforest] ✓ ensures that encode and decode are inverses for "valid (DirForest Word8)"'s 285.73 ms
492.60 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.60 s
[genvalidity-dirforest] encode :: (DirForest Word8) -> Data.ByteString.Lazy.ByteString
492.60 s
[genvalidity-dirforest] ✓ never fails to encode a "valid (DirForest Word8)" 282.02 ms
492.60 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.60 s
[genvalidity-dirforest] GenValid (DirForest Word8)
492.60 s
[genvalidity-dirforest] genValid :: Gen (DirForest Word8)
492.60 s
[genvalidity-dirforest] ✓ only generates valid '(DirForest Word8)'s 285.80 ms
492.60 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.60 s
[genvalidity-dirforest] intersections
492.60 s
[genvalidity-dirforest] ✓ behaves the same as M.intersections 5.41 ms
492.60 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.60 s
[genvalidity-dirforest] ✓ produces valid dir forests 0.87 ms
492.60 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.60 s
[genvalidity-dirforest] toMap
492.60 s
[genvalidity-dirforest] ✓ works for this example of two files in the same dir 1.39 ms
492.60 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.60 s
[genvalidity-dirforest] ✓ works for this example with a file 0.55 ms
492.60 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.60 s
[genvalidity-dirforest] ✓ produces valid maps 285.21 ms
492.60 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.60 s
[genvalidity-dirforest] ✓ works for this example 1.14 ms
492.60 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.60 s
[genvalidity-dirforest] ✓ works for this example with a directory 0.77 ms
492.60 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.60 s
[genvalidity-dirforest] GenValid (DirTree Word8)
492.60 s
[genvalidity-dirforest] genValid :: Gen (DirTree Word8)
492.60 s
[genvalidity-dirforest] ✓ only generates valid '(DirTree Word8)'s 10.02 ms
492.60 s
[genvalidity-dirforest] passed for all of 100 inputs.
492.60 s
[genvalidity-dirforest]
492.60 s
[genvalidity-dirforest] Examples: 10965
492.60 s
[genvalidity-dirforest] Passed: 120
492.60 s
[genvalidity-dirforest] Failed: 0
492.60 s
[genvalidity-dirforest] Pending: 3
492.60 s
[genvalidity-dirforest] Sum of test runtimes: 5.10 seconds
492.60 s
[genvalidity-dirforest] Test suite took: 0.65 seconds
492.60 s
[genvalidity-dirforest]
492.72 s
[genvalidity-dirforest] Test suite dirforest-test: PASS
492.72 s
[genvalidity-dirforest] Test suite logged to:
492.72 s
[genvalidity-dirforest] dist/test/genvalidity-dirforest-0.1.0.1-dirforest-test.log
492.72 s
[genvalidity-dirforest] 1 of 1 test suites (1 of 1 test cases) passed.
492.73 s
[genvalidity-dirforest] Phase: haddockPhase
492.87 s
[genvalidity-dirforest] Preprocessing library for genvalidity-dirforest-0.1.0.1...
492.87 s
[genvalidity-dirforest] Running Haddock on library for genvalidity-dirforest-0.1.0.1...
492.87 s
[genvalidity-dirforest] Warning: The documentation for the following packages are not installed. No
492.87 s
[genvalidity-dirforest] links will be generated to these packages: path-0.9.6, path-0.9.6,
492.87 s
[genvalidity-dirforest] vector-0.13.2.0
493.08 s
[genvalidity-dirforest] [1 of 2] Compiling Data.GenValidity.DirForest ( src/Data/GenValidity/DirForest.hs, nothing )
493.21 s
[genvalidity-dirforest] [2 of 2] Compiling Paths_genvalidity_dirforest ( dist/build/autogen/Paths_genvalidity_dirforest.hs, nothing )
493.23 s
[genvalidity-dirforest] Haddock coverage:
493.23 s
[genvalidity-dirforest] 0% ( 0 / 5) in 'Data.GenValidity.DirForest'
493.23 s
[genvalidity-dirforest] Missing documentation for:
493.23 s
[genvalidity-dirforest] Module header
493.23 s
[genvalidity-dirforest] genDirForestOf (src/Data/GenValidity/DirForest.hs:28)
493.23 s
[genvalidity-dirforest] genDirTreeOf (src/Data/GenValidity/DirForest.hs:42)
493.23 s
[genvalidity-dirforest] changedDirForest (src/Data/GenValidity/DirForest.hs:50)
493.23 s
[genvalidity-dirforest] disjunctDirForest (src/Data/GenValidity/DirForest.hs:53)
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 )
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 )
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 )
494.96 s
[genvalidity-mergeful] [5 of 6] Compiling Main ( test/Spec.hs, dist/build/mergeful-test/mergeful-test-tmp/Main.o )
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 )
495.33 s
[genvalidity-mergeful] [7 of 7] Linking dist/build/mergeful-test/mergeful-test
496.42 s
[genvalidity-mergeful] Preprocessing benchmark 'mergeful-bench' for genvalidity-mergeful-0.3.0.1...
496.42 s
[genvalidity-mergeful] Building benchmark 'mergeful-bench' for genvalidity-mergeful-0.3.0.1...
496.50 s
[genvalidity-mergeful] [1 of 2] Compiling Main ( bench/Bench.hs, dist/build/mergeful-bench/mergeful-bench-tmp/Main.o )
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 )
496.91 s
[genvalidity-mergeful] [3 of 3] Linking dist/build/mergeful-bench/mergeful-bench
497.82 s
[genvalidity-dirforest] Documentation created: dist/doc/html/genvalidity-dirforest/,
497.82 s
[genvalidity-dirforest] dist/doc/html/genvalidity-dirforest/genvalidity-dirforest.txt
497.87 s
[genvalidity-dirforest] Preprocessing test suite 'dirforest-test' for genvalidity-dirforest-0.1.0.1...
497.88 s
[genvalidity-dirforest] Phase: installPhase
497.91 s
[genvalidity-mergeful] Phase: checkPhase
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
498.16 s
[genvalidity-dirforest] Phase: fixupPhase
498.18 s
[genvalidity-dirforest] shrinking RPATHs of ELF executables and libraries in /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1
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
498.20 s
[genvalidity-dirforest] checking for references to /build/ in /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1...
498.22 s
[genvalidity-dirforest] patching script interpreter paths in /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1
498.22 s
[genvalidity-dirforest] stripping (with command strip and flags -S -p) in /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1/lib
498.25 s
[genvalidity-dirforest] shrinking RPATHs of ELF executables and libraries in /nix/store/l81s36m7fkziqfjnk2zb9lixqag6nbvn-genvalidity-dirforest-0.1.0.1-doc
498.26 s
[genvalidity-dirforest] checking for references to /build/ in /nix/store/l81s36m7fkziqfjnk2zb9lixqag6nbvn-genvalidity-dirforest-0.1.0.1-doc...
498.27 s
[genvalidity-mergeful] Running 1 test suites...
498.27 s
[genvalidity-mergeful] Test suite mergeful-test: RUNNING...
498.28 s
[genvalidity-dirforest] patching script interpreter paths in /nix/store/l81s36m7fkziqfjnk2zb9lixqag6nbvn-genvalidity-dirforest-0.1.0.1-doc
498.36 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1
498.76 s
[post-build-hook] Pushing 2 paths (189 are already present) using zstd to cache smos ⏳
498.76 s
[post-build-hook]
499.12 s
[post-build-hook] Pushing /nix/store/l81s36m7fkziqfjnk2zb9lixqag6nbvn-genvalidity-dirforest-0.1.0.1-doc (199.07 KiB)
499.16 s
[post-build-hook] Pushing /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1 (717.42 KiB)
500.16 s
[post-build-hook]
500.23 s
[post-build-hook] All done.
500.23 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1
500.25 s
[post-build-hook] copying 0 paths...
500.43 s
[post-build-hook] copying 0 paths...
500.50 s
Progress: 129 of 139 built (1 building), 815 of 815 downloaded from cache
500.56 s
Building cursor-dirforest-gen-source
500.56 s
[genvalidity-mergeful] Tests:
500.56 s
[genvalidity-mergeful]
500.56 s
[genvalidity-mergeful] Data.Mergeful.ValueSpec
500.56 s
[genvalidity-mergeful] ValueSyncResponse
500.56 s
[genvalidity-mergeful] JSON (ValueSyncResponse Word8) (valid)
500.56 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ValueSyncResponse Word8)
500.56 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid (ValueSyncResponse Word8)"'s 8.27 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] encode :: (ValueSyncResponse Word8) -> Data.ByteString.Lazy.ByteString
500.56 s
[genvalidity-mergeful] ✓ never fails to encode a "valid (ValueSyncResponse Word8)" 5.01 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] GenValid (ValueSyncResponse Word8)
500.56 s
[genvalidity-mergeful] genValid :: Gen (ValueSyncResponse Word8)
500.56 s
[genvalidity-mergeful] ✓ only generates valid '(ValueSyncResponse Word8)'s 3.03 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] ✓ outputs the same schema as before for (ValueSyncResponse Word8) 3.01 ms
500.56 s
[genvalidity-mergeful] processServerValueSync
500.56 s
[genvalidity-mergeful] Server changes
500.56 s
[genvalidity-mergeful] ✓ tells the client that there is a modified item at the server side 4.57 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] Conflicts
500.56 s
[genvalidity-mergeful] ✓ notices a conflict if the client and server are trying to sync different items 4.58 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] Client changes
500.56 s
[genvalidity-mergeful] ✓ changes the item that the client tells the server to change 4.32 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] ✓ produces valid responses and stores 2.97 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] ✓ makes no changes if the sync request reflects the state of the server 4.28 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] syncing
500.56 s
[genvalidity-mergeful] ✓ succesfully syncs a modification across to a second client 4.35 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] ✓ is idempotent with one client 4.31 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] mergeValueSyncResponseIgnoreProblems
500.56 s
[genvalidity-mergeful] ✓ produces valid client stores 4.14 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] makeValueSyncRequest
500.56 s
[genvalidity-mergeful] ✓ produces valid requests 2.82 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] ClientValue
500.56 s
[genvalidity-mergeful] ✓ outputs the same schema as before for (ClientValue Word8) 4.10 ms
500.56 s
[genvalidity-mergeful] JSON (ClientValue Word8) (valid)
500.56 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ClientValue Word8)
500.56 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid (ClientValue Word8)"'s 8.03 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] encode :: (ClientValue Word8) -> Data.ByteString.Lazy.ByteString
500.56 s
[genvalidity-mergeful] ✓ never fails to encode a "valid (ClientValue Word8)" 5.27 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] GenValid (ClientValue Word8)
500.56 s
[genvalidity-mergeful] genValid :: Gen (ClientValue Word8)
500.56 s
[genvalidity-mergeful] ✓ only generates valid '(ClientValue Word8)'s 4.13 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] ServerValue
500.56 s
[genvalidity-mergeful] ✓ outputs the same schema as before for (ServerValue Word8) 4.22 ms
500.56 s
[genvalidity-mergeful] JSON (ServerValue Word8) (valid)
500.56 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ServerValue Word8)
500.56 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid (ServerValue Word8)"'s 8.52 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] encode :: (ServerValue Word8) -> Data.ByteString.Lazy.ByteString
500.56 s
[genvalidity-mergeful] ✓ never fails to encode a "valid (ServerValue Word8)" 4.37 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] GenValid (ServerValue Word8)
500.56 s
[genvalidity-mergeful] genValid :: Gen (ServerValue Word8)
500.56 s
[genvalidity-mergeful] ✓ only generates valid '(ServerValue Word8)'s 4.23 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] ValueSyncRequest
500.56 s
[genvalidity-mergeful] ✓ outputs the same schema as before for (ValueSyncRequest Word8) 4.29 ms
500.56 s
[genvalidity-mergeful] GenValid (ValueSyncRequest Word8)
500.56 s
[genvalidity-mergeful] genValid :: Gen (ValueSyncRequest Word8)
500.56 s
[genvalidity-mergeful] ✓ only generates valid '(ValueSyncRequest Word8)'s 4.21 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] JSON (ValueSyncRequest Word8) (valid)
500.56 s
[genvalidity-mergeful] encode :: (ValueSyncRequest Word8) -> Data.ByteString.Lazy.ByteString
500.56 s
[genvalidity-mergeful] ✓ never fails to encode a "valid (ValueSyncRequest Word8)" 7.43 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ValueSyncRequest Word8)
500.56 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid (ValueSyncRequest Word8)"'s 7.87 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] mergeValueSyncResponseRaw
500.56 s
[genvalidity-mergeful] ✓ produces valid client stores 4.33 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] Data.Mergeful.TimedSpec
500.56 s
[genvalidity-mergeful] JSON ServerTime (valid)
500.56 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String ServerTime
500.56 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid ServerTime"'s 7.42 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] encode :: ServerTime -> Data.ByteString.Lazy.ByteString
500.56 s
[genvalidity-mergeful] ✓ never fails to encode a "valid ServerTime" 4.27 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] initialServerTime
500.56 s
[genvalidity-mergeful] ✓ is valid 1.75 ms
500.56 s
[genvalidity-mergeful] GenValid ServerTime
500.56 s
[genvalidity-mergeful] genValid :: Gen ServerTime
500.56 s
[genvalidity-mergeful] ✓ only generates valid 'ServerTime's 2.02 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] JSON (Timed Int) (valid)
500.56 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (Timed Int)
500.56 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid (Timed Int)"'s 6.14 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] encode :: (Timed Int) -> Data.ByteString.Lazy.ByteString
500.56 s
[genvalidity-mergeful] ✓ never fails to encode a "valid (Timed Int)" 5.73 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] GenValid (Timed Int)
500.56 s
[genvalidity-mergeful] genValid :: Gen (Timed Int)
500.56 s
[genvalidity-mergeful] ✓ only generates valid '(Timed Int)'s 1.78 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] Data.Mergeful.ItemSpec
500.56 s
[genvalidity-mergeful] ItemSyncResponse
500.56 s
[genvalidity-mergeful] ✓ outputs the same schema as before for (ItemSyncResponse Word8) 1.89 ms
500.56 s
[genvalidity-mergeful] JSON (ItemSyncResponse Word8) (valid)
500.56 s
[genvalidity-mergeful] encode :: (ItemSyncResponse Word8) -> Data.ByteString.Lazy.ByteString
500.56 s
[genvalidity-mergeful] ✓ never fails to encode a "valid (ItemSyncResponse Word8)" 4.77 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ItemSyncResponse Word8)
500.56 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid (ItemSyncResponse Word8)"'s 4.79 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] GenValid (ItemSyncResponse Word8)
500.56 s
[genvalidity-mergeful] genValid :: Gen (ItemSyncResponse Word8)
500.56 s
[genvalidity-mergeful] ✓ only generates valid '(ItemSyncResponse Word8)'s 1.11 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] makeItemSyncRequest
500.56 s
[genvalidity-mergeful] ✓ produces valid requests 0.62 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] ClientItem
500.56 s
[genvalidity-mergeful] JSON (ClientItem Word8) (valid)
500.56 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ClientItem Word8)
500.56 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid (ClientItem Word8)"'s 4.67 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] encode :: (ClientItem Word8) -> Data.ByteString.Lazy.ByteString
500.56 s
[genvalidity-mergeful] ✓ never fails to encode a "valid (ClientItem Word8)" 4.53 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] GenValid (ClientItem Word8)
500.56 s
[genvalidity-mergeful] genValid :: Gen (ClientItem Word8)
500.56 s
[genvalidity-mergeful] ✓ only generates valid '(ClientItem Word8)'s 1.63 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] ✓ outputs the same schema as before for (ClientItem Word8) 1.69 ms
500.56 s
[genvalidity-mergeful] mergeItemSyncResponseUsingCRDT
500.56 s
[genvalidity-mergeful] ✓ produces valid client stores 3.04 ms
500.56 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.56 s
[genvalidity-mergeful] syncing
500.57 s
[genvalidity-mergeful] fromServer
500.57 s
[genvalidity-mergeful] ✓ succesfully syncs a modification across to a second client 1.66 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ succesfully syncs an addition across to a second client 1.49 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ is idempotent with one client 3.01 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ is returns an empty response on the second sync with no modifications 2.99 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ succesfully syncs a deletion across to a second client 2.97 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ does not run into a conflict if two clients both try to sync a deletion 2.88 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ it always possible to add an item from scratch 1.20 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] fromClient
500.57 s
[genvalidity-mergeful] ✓ succesfully syncs a modification across to a second client 3.24 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] does not hold
500.57 s
[genvalidity-mergeful] is returns an empty response on the second sync with no modifications
500.57 s
[genvalidity-mergeful] ✓ succesfully syncs a deletion across to a second client 2.59 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ succesfully syncs an addition across to a second client 2.63 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ is idempotent with one client 2.72 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ it always possible to add an item from scratch 2.11 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ does not run into a conflict if two clients both try to sync a deletion 2.21 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] gadt
500.57 s
[genvalidity-mergeful] ✓ is returns an empty response on the second sync with no modifications 2.83 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ succesfully syncs an addition across to a second client 2.05 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ it always possible to add an item from scratch 2.02 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ succesfully syncs a deletion across to a second client 2.63 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ does not run into a conflict if two clients both try to sync a deletion 2.69 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ succesfully syncs a modification across to a second client 1.44 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ is idempotent with one client 1.26 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ItemSyncRequest
500.57 s
[genvalidity-mergeful] GenValid (ItemSyncRequest Word8)
500.57 s
[genvalidity-mergeful] genValid :: Gen (ItemSyncRequest Word8)
500.57 s
[genvalidity-mergeful] ✓ only generates valid '(ItemSyncRequest Word8)'s 0.66 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ outputs the same schema as before for (ItemSyncRequest Word8) 1.41 ms
500.57 s
[genvalidity-mergeful] JSON (ItemSyncRequest Word8) (valid)
500.57 s
[genvalidity-mergeful] encode :: (ItemSyncRequest Word8) -> Data.ByteString.Lazy.ByteString
500.57 s
[genvalidity-mergeful] ✓ never fails to encode a "valid (ItemSyncRequest Word8)" 1.43 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ItemSyncRequest Word8)
500.57 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid (ItemSyncRequest Word8)"'s 1.63 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] mergeItemSyncResponseFromServer
500.57 s
[genvalidity-mergeful] ✓ produces valid client stores 1.31 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ServerItem
500.57 s
[genvalidity-mergeful] JSON (ServerItem Word8) (valid)
500.57 s
[genvalidity-mergeful] encode :: (ServerItem Word8) -> Data.ByteString.Lazy.ByteString
500.57 s
[genvalidity-mergeful] ✓ never fails to encode a "valid (ServerItem Word8)" 1.29 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ServerItem Word8)
500.57 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid (ServerItem Word8)"'s 5.28 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] GenValid (ServerItem Word8)
500.57 s
[genvalidity-mergeful] genValid :: Gen (ServerItem Word8)
500.57 s
[genvalidity-mergeful] ✓ only generates valid '(ServerItem Word8)'s 1.17 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ outputs the same schema as before for (ServerItem Word8) 1.18 ms
500.57 s
[genvalidity-mergeful] mergeItemSyncResponseFromClient
500.57 s
[genvalidity-mergeful] ✓ produces valid client stores 2.46 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] mergeItemSyncResponseRaw
500.57 s
[genvalidity-mergeful] ✓ produces valid client stores 2.45 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] processServerItemSync
500.57 s
[genvalidity-mergeful] Conflicts
500.57 s
[genvalidity-mergeful] ✓ notices a conflict if the client and server are trying to sync different items 6.11 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
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
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
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
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ produces valid responses and stores 2.29 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ makes no changes if the sync request reflects the state of the empty server 0.96 ms
500.57 s
[genvalidity-mergeful] ✓ makes no changes if the sync request reflects the state of the full server 2.29 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] Server changes
500.57 s
[genvalidity-mergeful] ✓ tells the client that there is a modified item at the server side 4.64 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ tells the client that there is a new item at the server side 1.93 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ tells the client that there is a deleted item at the server side 1.86 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] Client changes
500.57 s
[genvalidity-mergeful] ✓ changes the item that the client tells the server to change 4.51 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ adds the item that the client tells the server to add 1.56 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ deletes the item that the client tells the server to delete 1.79 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] Data.Mergeful.CollectionSpec
500.57 s
[genvalidity-mergeful] mergeAddedItems
500.57 s
[genvalidity-mergeful] ✓ produces valid results 5.63 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] markItemDeletedInClientStore
500.57 s
[genvalidity-mergeful] ✓ makes the client store one smaller 11.80 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ produces valid stores 13.55 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ ensures that the added item is in fact not in the result 13.68 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] Syncing with mergeSyncResponseFromClient
500.57 s
[genvalidity-mergeful] ✓ does not lose data after a conflict occurs 6.49 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] Single client
500.57 s
[genvalidity-mergeful] Multi-item
500.57 s
[genvalidity-mergeful] ✓ is idempotent with one client 40.99 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ succesfully downloads everything from the server for an empty client 14.57 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ succesfully uploads everything to the server for an empty server 17.37 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] mergeClientDeletedConflicts
500.57 s
[genvalidity-mergeful] ✓ produces valid results 8.42 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] Multiple clients
500.57 s
[genvalidity-mergeful] Single-item
500.57 s
[genvalidity-mergeful] ✓ successfully syncs a modification accross to a second client 6.88 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ successfully syncs an addition accross to a second client 6.10 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ does not run into a conflict if two clients both try to sync a deletion 13.48 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ succesfully syncs a deletion across to a second client 5.26 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] Multiple items
500.57 s
[genvalidity-mergeful] ✓ successfully syncs additions accross to a second client 24.39 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ does not run into a conflict if two clients both try to sync a deletion 18.73 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ succesfully syncs deletions across to a second client 16.29 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] mergeSyncedButChangedConflicts
500.57 s
[genvalidity-mergeful] ✓ produces valid results 5.98 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] mergeServerDeletedConflicts
500.57 s
[genvalidity-mergeful] ✓ produces valid results 10.30 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] does not hold
500.57 s
[genvalidity-mergeful] is returns an empty response on the second sync with no modifications
500.57 s
[genvalidity-mergeful] does not diverge after a conflict occurs
500.57 s
[genvalidity-mergeful] mergeDeletedItems
500.57 s
[genvalidity-mergeful] ✓ produces valid results 6.34 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] There must not be id conflicts
500.57 s
[genvalidity-mergeful] mergeSyncResponseFromServer
500.57 s
[genvalidity-mergeful] produces valid requests
500.57 s
[genvalidity-mergeful] mergeSyncResponseUsingCRDT
500.57 s
[genvalidity-mergeful] produces valid requests
500.57 s
[genvalidity-mergeful] mergeSyncResponseFromClient
500.57 s
[genvalidity-mergeful] produces valid requests
500.57 s
[genvalidity-mergeful] mergeSyncedButChangedItems
500.57 s
[genvalidity-mergeful] ✓ produces valid results 13.88 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ClientAddition
500.57 s
[genvalidity-mergeful] JSON (ClientAddition Word8) (valid)
500.57 s
[genvalidity-mergeful] encode :: (ClientAddition Word8) -> Data.ByteString.Lazy.ByteString
500.57 s
[genvalidity-mergeful] ✓ never fails to encode a "valid (ClientAddition Word8)" 11.79 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ClientAddition Word8)
500.57 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid (ClientAddition Word8)"'s 5.16 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ outputs the same schema as before for (ClientAddition Word8) 3.09 ms
500.57 s
[genvalidity-mergeful] GenValid (ClientAddition Word8)
500.57 s
[genvalidity-mergeful] genValid :: Gen (ClientAddition Word8)
500.57 s
[genvalidity-mergeful] ✓ only generates valid '(ClientAddition Word8)'s 1.11 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] processServerSync
500.57 s
[genvalidity-mergeful] ✓ produces valid tuples of a response and a store 22.97 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] initialSyncRequest
500.57 s
[genvalidity-mergeful] ✓ is valid 3.81 ms
500.57 s
[genvalidity-mergeful] ClientId
500.57 s
[genvalidity-mergeful] GenValid ClientId
500.57 s
[genvalidity-mergeful] genValid :: Gen ClientId
500.57 s
[genvalidity-mergeful] ✓ only generates valid 'ClientId's 0.61 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] JSON ClientId (valid)
500.57 s
[genvalidity-mergeful] encode :: ClientId -> Data.ByteString.Lazy.ByteString
500.57 s
[genvalidity-mergeful] ✓ never fails to encode a "valid ClientId" 1.35 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String ClientId
500.57 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid ClientId"'s 1.70 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ outputs the same schema as before for ClientId 0.49 ms
500.57 s
[genvalidity-mergeful] makeSyncRequest
500.57 s
[genvalidity-mergeful] ✓ produces valid requests 16.77 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ServerStore
500.57 s
[genvalidity-mergeful] JSON (ServerStore Word8 Word8) (valid)
500.57 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ServerStore Word8 Word8)
500.57 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid (ServerStore Word8 Word8)"'s 22.60 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] encode :: (ServerStore Word8 Word8) -> Data.ByteString.Lazy.ByteString
500.57 s
[genvalidity-mergeful] ✓ never fails to encode a "valid (ServerStore Word8 Word8)" 13.93 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] GenValid (ServerStore Word8 Word8)
500.57 s
[genvalidity-mergeful] genValid :: Gen (ServerStore Word8 Word8)
500.57 s
[genvalidity-mergeful] ✓ only generates valid '(ServerStore Word8 Word8)'s 9.11 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ outputs the same schema as before for (ServerStore Word8 Word8) 0.27 ms
500.57 s
[genvalidity-mergeful] initialServerStore
500.57 s
[genvalidity-mergeful] ✓ is valid 0.01 ms
500.57 s
[genvalidity-mergeful] SyncResponse
500.57 s
[genvalidity-mergeful] JSON (SyncResponse ClientId Word8 Word8) (valid)
500.57 s
[genvalidity-mergeful] encode :: (SyncResponse ClientId Word8 Word8) -> Data.ByteString.Lazy.ByteString
500.57 s
[genvalidity-mergeful] ✓ never fails to encode a "valid (SyncResponse ClientId Word8 Word8)" 25.61 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (SyncResponse ClientId Word8 Word8)
500.57 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid (SyncResponse ClientId Word8 Word8)"'s 35.19 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] ✓ outputs the same schema as before for (SyncResponse ClientId Word8 Word8) 1.32 ms
500.57 s
[genvalidity-mergeful] GenValid (SyncResponse ClientId Word8 Word8)
500.57 s
[genvalidity-mergeful] genValid :: Gen (SyncResponse ClientId Word8 Word8)
500.57 s
[genvalidity-mergeful] ✓ only generates valid '(SyncResponse ClientId Word8 Word8)'s 25.69 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] SyncRequest
500.57 s
[genvalidity-mergeful] GenValid (SyncRequest ClientId Word8 Word8)
500.57 s
[genvalidity-mergeful] genValid :: Gen (SyncRequest ClientId Word8 Word8)
500.57 s
[genvalidity-mergeful] ✓ only generates valid '(SyncRequest ClientId Word8 Word8)'s 15.54 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.57 s
[genvalidity-mergeful] JSON (SyncRequest ClientId Word8 Word8) (valid)
500.57 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (SyncRequest ClientId Word8 Word8)
500.57 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid (SyncRequest ClientId Word8 Word8)"'s 26.49 ms
500.57 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] encode :: (SyncRequest ClientId Word8 Word8) -> Data.ByteString.Lazy.ByteString
500.58 s
[genvalidity-mergeful] ✓ never fails to encode a "valid (SyncRequest ClientId Word8 Word8)" 14.13 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ outputs the same schema as before for (SyncRequest ClientId Word8 Word8) 0.32 ms
500.58 s
[genvalidity-mergeful] changeItemInClientStore
500.58 s
[genvalidity-mergeful] ✓ ensures that the changed item is in fact in the result 22.17 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ produces valid stores 4.30 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ doesn't change the size of the client store 13.71 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] initialClientStore
500.58 s
[genvalidity-mergeful] ✓ is valid 0.91 ms
500.58 s
[genvalidity-mergeful] ClientStore
500.58 s
[genvalidity-mergeful] GenValid (ClientStore ClientId Word8 Word8)
500.58 s
[genvalidity-mergeful] genValid :: Gen (ClientStore ClientId Word8 Word8)
500.58 s
[genvalidity-mergeful] ✓ only generates valid '(ClientStore ClientId Word8 Word8)'s 12.81 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] JSON (ClientStore ClientId Word8 Word8) (valid)
500.58 s
[genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ClientStore ClientId Word8 Word8)
500.58 s
[genvalidity-mergeful] ✓ ensures that encode and decode are inverses for "valid (ClientStore ClientId Word8 Word8)"'s 16.16 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] encode :: (ClientStore ClientId Word8 Word8) -> Data.ByteString.Lazy.ByteString
500.58 s
[genvalidity-mergeful] ✓ never fails to encode a "valid (ClientStore ClientId Word8 Word8)" 16.82 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ outputs the same schema as before for (ClientStore ClientId Word8 Word8) 0.79 ms
500.58 s
[genvalidity-mergeful] deleteItemFromClientStore
500.58 s
[genvalidity-mergeful] ✓ produces valid stores 6.33 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ makes the client store one smaller 10.37 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] emptySyncResponse
500.58 s
[genvalidity-mergeful] ✓ is valid 0.02 ms
500.58 s
[genvalidity-mergeful] Syncing with mergeSyncResponseFromServer
500.58 s
[genvalidity-mergeful] Multiple clients
500.58 s
[genvalidity-mergeful] Multiple items
500.58 s
[genvalidity-mergeful] ✓ does not run into a conflict if two clients both try to sync a deletion 12.67 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ succesfully syncs deletions across to a second client 11.90 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ successfully syncs additions accross to a second client 15.09 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] Single-item
500.58 s
[genvalidity-mergeful] ✓ does not run into a conflict if two clients both try to sync a deletion 3.56 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ succesfully syncs a deletion across to a second client 4.91 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ successfully syncs an addition accross to a second client 4.46 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ successfully syncs a modification accross to a second client 2.73 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] mergeClientDeletedConflicts
500.58 s
[genvalidity-mergeful] ✓ produces valid results 7.86 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] mergeSyncResponseFromServer
500.58 s
[genvalidity-mergeful] ✓ only differs from mergeSyncResponseFromClient on conflicts 33.72 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ is returns an empty response on the second sync with no modifications 23.93 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] Single client
500.58 s
[genvalidity-mergeful] Multi-item
500.58 s
[genvalidity-mergeful] ✓ succesfully uploads everything to the server for an empty server 9.93 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ is idempotent with one client 25.15 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ succesfully downloads everything from the server for an empty client 8.02 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] mergeServerDeletedConflicts
500.58 s
[genvalidity-mergeful] ✓ produces valid results 4.00 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] mergeSyncedButChangedConflicts
500.58 s
[genvalidity-mergeful] ✓ produces valid results 4.13 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ does not diverge after a conflict occurs 5.54 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] does not hold
500.58 s
[genvalidity-mergeful] does not lose data after a conflict occurs
500.58 s
[genvalidity-mergeful] addItemToClientStore
500.58 s
[genvalidity-mergeful] ✓ ensures that the added item is in fact in the result 7.57 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ produces valid stores 5.42 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ makes the client store one bigger 10.02 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] Syncing with mergeSyncResponseUsingStrategy with a GCounter
500.58 s
[genvalidity-mergeful] mergeServerDeletedConflicts
500.58 s
[genvalidity-mergeful] ✓ produces valid results 8.48 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ does not diverge after a conflict occurs 4.93 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] Multiple clients
500.58 s
[genvalidity-mergeful] Single-item
500.58 s
[genvalidity-mergeful] ✓ does not run into a conflict if two clients both try to sync a deletion 1.82 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ successfully syncs a modification accross to a second client 3.18 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ successfully syncs an addition accross to a second client 4.14 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ succesfully syncs a deletion across to a second client 2.36 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] Multiple items
500.58 s
[genvalidity-mergeful] ✓ successfully syncs additions accross to a second client 11.97 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ does not run into a conflict if two clients both try to sync a deletion 8.36 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ succesfully syncs deletions across to a second client 9.54 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] Single client
500.58 s
[genvalidity-mergeful] Multi-item
500.58 s
[genvalidity-mergeful] ✓ succesfully downloads everything from the server for an empty client 7.80 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ is idempotent with one client 23.66 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ succesfully uploads everything to the server for an empty server 9.61 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ does not lose data after a conflict occurs 4.59 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] mergeSyncedButChangedConflicts
500.58 s
[genvalidity-mergeful] ✓ produces valid results 1.79 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] mergeSyncResponseFromServer
500.58 s
[genvalidity-mergeful] ✓ only differs from mergeSyncResponseFromClient on conflicts 29.60 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] ✓ is returns an empty response on the second sync with no modifications 21.15 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] mergeSyncResponseFromServer
500.58 s
[genvalidity-mergeful] ✓ only differs from mergeSyncResponseFromClient on conflicts 29.14 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful] mergeClientDeletedConflicts
500.58 s
[genvalidity-mergeful] ✓ produces valid results 5.60 ms
500.58 s
[genvalidity-mergeful] passed for all of 100 inputs.
500.58 s
[genvalidity-mergeful]
500.58 s
[genvalidity-mergeful] Examples: 15820
500.58 s
[genvalidity-mergeful] Passed: 178
500.58 s
[genvalidity-mergeful] Failed: 0
500.58 s
[genvalidity-mergeful] Pending: 7
500.58 s
[genvalidity-mergeful] Sum of test runtimes: 1.30 seconds
500.58 s
[genvalidity-mergeful] Test suite took: 0.07 seconds
500.58 s
[genvalidity-mergeful]
500.58 s
[genvalidity-mergeful] Test suite mergeful-test: PASS
500.58 s
[genvalidity-mergeful] Test suite logged to: dist/test/genvalidity-mergeful-0.3.0.1-mergeful-test.log
500.58 s
[genvalidity-mergeful] 1 of 1 test suites (1 of 1 test cases) passed.
500.58 s
[genvalidity-mergeful] Phase: haddockPhase
500.72 s
[genvalidity-mergeful] Preprocessing library for genvalidity-mergeful-0.3.0.1...
500.72 s
[genvalidity-mergeful] Running Haddock on library for genvalidity-mergeful-0.3.0.1...
500.72 s
[genvalidity-mergeful] Warning: The documentation for the following packages are not installed. No
500.72 s
[genvalidity-mergeful] links will be generated to these packages: vector-0.13.2.0
500.92 s
[genvalidity-mergeful] [1 of 6] Compiling Data.GenValidity.Mergeful.Timed ( src/Data/GenValidity/Mergeful/Timed.hs, nothing )
501.02 s
[genvalidity-mergeful] [2 of 6] Compiling Data.GenValidity.Mergeful.Item ( src/Data/GenValidity/Mergeful/Item.hs, nothing )
501.03 s
[genvalidity-mergeful] [3 of 6] Compiling Data.GenValidity.Mergeful.Collection ( src/Data/GenValidity/Mergeful/Collection.hs, nothing )
501.08 s
[genvalidity-mergeful] [4 of 6] Compiling Data.GenValidity.Mergeful.Value ( src/Data/GenValidity/Mergeful/Value.hs, nothing )
501.10 s
[genvalidity-mergeful] [5 of 6] Compiling Data.GenValidity.Mergeful ( src/Data/GenValidity/Mergeful.hs, nothing )
501.10 s
[genvalidity-mergeful] [6 of 6] Compiling Paths_genvalidity_mergeful ( dist/build/autogen/Paths_genvalidity_mergeful.hs, nothing )
501.11 s
[genvalidity-mergeful] Haddock coverage:
501.11 s
[genvalidity-mergeful] 0% ( 0 / 1) in 'Data.GenValidity.Mergeful.Timed'
501.11 s
[genvalidity-mergeful] Missing documentation for:
501.11 s
[genvalidity-mergeful] Module header
501.11 s
[genvalidity-mergeful] 0% ( 0 / 1) in 'Data.GenValidity.Mergeful.Item'
501.11 s
[genvalidity-mergeful] Missing documentation for:
501.11 s
[genvalidity-mergeful] Module header
501.11 s
[genvalidity-mergeful] 0% ( 0 / 3) in 'Data.GenValidity.Mergeful.Collection'
501.11 s
[genvalidity-mergeful] Missing documentation for:
501.11 s
[genvalidity-mergeful] Module header
501.11 s
[genvalidity-mergeful] splitSet (src/Data/GenValidity/Mergeful/Collection.hs:96)
501.11 s
[genvalidity-mergeful] mapWithIds (src/Data/GenValidity/Mergeful/Collection.hs:104)
501.11 s
[genvalidity-mergeful] 0% ( 0 / 1) in 'Data.GenValidity.Mergeful.Value'
501.11 s
[genvalidity-mergeful] Missing documentation for:
501.11 s
[genvalidity-mergeful] Module header
501.11 s
[genvalidity-mergeful] 0% ( 0 / 1) in 'Data.GenValidity.Mergeful'
501.11 s
[genvalidity-mergeful] Missing documentation for:
501.11 s
[genvalidity-mergeful] Module header
502.31 s
[cursor-dirforest-gen-source] Phase: setupCompilerEnvironmentPhase
502.32 s
[cursor-dirforest-gen-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
502.60 s
[cursor-dirforest-gen-source] Phase: unpackPhase
502.61 s
[cursor-dirforest-gen-source] unpacking source archive /nix/store/cd0sfn7m4383qfd0s8h8716k9y3cvwqn-cursor-dirforest-gen
502.62 s
[cursor-dirforest-gen-source] source root is cursor-dirforest-gen
502.63 s
[cursor-dirforest-gen-source] Phase: patchPhase
502.63 s
[cursor-dirforest-gen-source] Phase: compileBuildDriverPhase
502.64 s
[cursor-dirforest-gen-source] setupCompileFlags: -package-db=/build/tmp.7ICcnYSsUr/setup-package.conf.d -threaded
502.69 s
[cursor-dirforest-gen-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.7ICcnYSsUr/Main.o )
502.73 s
[cursor-dirforest-gen-source] [2 of 2] Linking Setup
503.80 s
[cursor-dirforest-gen-source] Phase: updateAutotoolsGnuConfigScriptsPhase
503.81 s
[cursor-dirforest-gen-source] Phase: configurePhase
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
503.82 s
[cursor-dirforest-gen-source] Using Parsec parser
503.82 s
[cursor-dirforest-gen-source] Configuring cursor-dirforest-gen-0.0.0.0...
504.33 s
[cursor-dirforest-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
504.33 s
[cursor-dirforest-gen-source] Dependency base >=4.7 && <5: using base-4.20.2.0
504.33 s
[cursor-dirforest-gen-source] Dependency containers: using containers-0.7
504.33 s
[cursor-dirforest-gen-source] Dependency cursor: using cursor-0.3.2.0
504.33 s
[cursor-dirforest-gen-source] Dependency cursor-dirforest: using cursor-dirforest-0.0.0.0
504.33 s
[cursor-dirforest-gen-source] Dependency cursor-gen: using cursor-gen-0.4.0.0
504.33 s
[cursor-dirforest-gen-source] Dependency dirforest: using dirforest-0.1.0.0
504.33 s
[cursor-dirforest-gen-source] Dependency filepath: using filepath-1.5.4.0
504.33 s
[cursor-dirforest-gen-source] Dependency genvalidity >=1.0.0.0: using genvalidity-1.1.1.0
504.33 s
[cursor-dirforest-gen-source] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
504.33 s
[cursor-dirforest-gen-source] Dependency genvalidity-dirforest: using genvalidity-dirforest-0.1.0.1
504.33 s
[cursor-dirforest-gen-source] Dependency path: using path-0.9.6
504.33 s
[cursor-dirforest-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
504.33 s
[cursor-dirforest-gen-source] Dependency base >=4.7 && <5: using base-4.20.2.0
504.33 s
[cursor-dirforest-gen-source] Dependency cursor: using cursor-0.3.2.0
504.33 s
[cursor-dirforest-gen-source] Dependency cursor-dirforest: using cursor-dirforest-0.0.0.0
504.33 s
[cursor-dirforest-gen-source] Dependency cursor-dirforest-gen: using cursor-dirforest-gen-0.0.0.0
504.33 s
[cursor-dirforest-gen-source] Dependency cursor-gen: using cursor-gen-0.4.0.0
504.33 s
[cursor-dirforest-gen-source] Dependency dirforest: using dirforest-0.1.0.0
504.33 s
[cursor-dirforest-gen-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
504.33 s
[cursor-dirforest-gen-source] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
504.33 s
[cursor-dirforest-gen-source] Dependency hspec: using hspec-2.11.14
504.33 s
[cursor-dirforest-gen-source] Dependency path: using path-0.9.6
504.33 s
[cursor-dirforest-gen-source] Source component graph:
504.33 s
[cursor-dirforest-gen-source] component lib
504.33 s
[cursor-dirforest-gen-source] component test:cursor-dirforest-test dependency lib
504.33 s
[cursor-dirforest-gen-source] Configured component graph:
504.33 s
[cursor-dirforest-gen-source] component cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
504.33 s
[cursor-dirforest-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
504.33 s
[cursor-dirforest-gen-source] include base-4.20.2.0-fafd
504.33 s
[cursor-dirforest-gen-source] include containers-0.7-96b4
504.33 s
[cursor-dirforest-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
504.33 s
[cursor-dirforest-gen-source] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
504.33 s
[cursor-dirforest-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
504.33 s
[cursor-dirforest-gen-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
504.33 s
[cursor-dirforest-gen-source] include filepath-1.5.4.0-2605
504.33 s
[cursor-dirforest-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
504.33 s
[cursor-dirforest-gen-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
504.33 s
[cursor-dirforest-gen-source] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
504.33 s
[cursor-dirforest-gen-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
504.33 s
[cursor-dirforest-gen-source] component cursor-dirforest-gen-0.0.0.0-IXABhp2URRD5THNkher2g4-cursor-dirforest-test
504.33 s
[cursor-dirforest-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
504.33 s
[cursor-dirforest-gen-source] include base-4.20.2.0-fafd
504.33 s
[cursor-dirforest-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
504.33 s
[cursor-dirforest-gen-source] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
504.33 s
[cursor-dirforest-gen-source] include cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
504.33 s
[cursor-dirforest-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
504.33 s
[cursor-dirforest-gen-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
504.33 s
[cursor-dirforest-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
504.33 s
[cursor-dirforest-gen-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
504.33 s
[cursor-dirforest-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
504.33 s
[cursor-dirforest-gen-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
504.33 s
[cursor-dirforest-gen-source] Linked component graph:
504.33 s
[cursor-dirforest-gen-source] unit cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
504.33 s
[cursor-dirforest-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
504.33 s
[cursor-dirforest-gen-source] include base-4.20.2.0-fafd
504.33 s
[cursor-dirforest-gen-source] include containers-0.7-96b4
504.33 s
[cursor-dirforest-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
504.33 s
[cursor-dirforest-gen-source] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
504.33 s
[cursor-dirforest-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
504.33 s
[cursor-dirforest-gen-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
504.33 s
[cursor-dirforest-gen-source] include filepath-1.5.4.0-2605
504.33 s
[cursor-dirforest-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
504.33 s
[cursor-dirforest-gen-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
504.33 s
[cursor-dirforest-gen-source] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
504.33 s
[cursor-dirforest-gen-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
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
504.34 s
[cursor-dirforest-gen-source] unit cursor-dirforest-gen-0.0.0.0-IXABhp2URRD5THNkher2g4-cursor-dirforest-test
504.34 s
[cursor-dirforest-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
504.34 s
[cursor-dirforest-gen-source] include base-4.20.2.0-fafd
504.34 s
[cursor-dirforest-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
504.34 s
[cursor-dirforest-gen-source] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
504.34 s
[cursor-dirforest-gen-source] include cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
504.34 s
[cursor-dirforest-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
504.34 s
[cursor-dirforest-gen-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
504.34 s
[cursor-dirforest-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
504.34 s
[cursor-dirforest-gen-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
504.34 s
[cursor-dirforest-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
504.34 s
[cursor-dirforest-gen-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
504.34 s
[cursor-dirforest-gen-source] Ready component graph:
504.34 s
[cursor-dirforest-gen-source] definite cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
504.34 s
[cursor-dirforest-gen-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
504.34 s
[cursor-dirforest-gen-source] depends base-4.20.2.0-fafd
504.34 s
[cursor-dirforest-gen-source] depends containers-0.7-96b4
504.34 s
[cursor-dirforest-gen-source] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
504.34 s
[cursor-dirforest-gen-source] depends cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
504.34 s
[cursor-dirforest-gen-source] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
504.34 s
[cursor-dirforest-gen-source] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
504.34 s
[cursor-dirforest-gen-source] depends filepath-1.5.4.0-2605
504.34 s
[cursor-dirforest-gen-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
504.34 s
[cursor-dirforest-gen-source] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
504.34 s
[cursor-dirforest-gen-source] depends genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
504.34 s
[cursor-dirforest-gen-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
504.34 s
[cursor-dirforest-gen-source] definite cursor-dirforest-gen-0.0.0.0-IXABhp2URRD5THNkher2g4-cursor-dirforest-test
504.34 s
[cursor-dirforest-gen-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
504.34 s
[cursor-dirforest-gen-source] depends base-4.20.2.0-fafd
504.34 s
[cursor-dirforest-gen-source] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
504.34 s
[cursor-dirforest-gen-source] depends cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
504.34 s
[cursor-dirforest-gen-source] depends cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
504.34 s
[cursor-dirforest-gen-source] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
504.34 s
[cursor-dirforest-gen-source] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
504.34 s
[cursor-dirforest-gen-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
504.34 s
[cursor-dirforest-gen-source] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
504.34 s
[cursor-dirforest-gen-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
504.34 s
[cursor-dirforest-gen-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
504.34 s
[cursor-dirforest-gen-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
504.34 s
[cursor-dirforest-gen-source] Using compiler: ghc-9.10.3
504.34 s
[cursor-dirforest-gen-source] Using install prefix:
504.34 s
[cursor-dirforest-gen-source] /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0
504.34 s
[cursor-dirforest-gen-source] Executables installed in:
504.34 s
[cursor-dirforest-gen-source] /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0/bin
504.34 s
[cursor-dirforest-gen-source] Libraries installed in:
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
504.34 s
[cursor-dirforest-gen-source] Dynamic Libraries installed in:
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
504.34 s
[cursor-dirforest-gen-source] Private executables installed in:
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
504.34 s
[cursor-dirforest-gen-source] Data files installed in:
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
504.34 s
[cursor-dirforest-gen-source] Documentation installed in: /share/doc/cursor-dirforest-gen-0.0.0.0
504.34 s
[cursor-dirforest-gen-source] Configuration files installed in:
504.34 s
[cursor-dirforest-gen-source] /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0/etc
504.34 s
[cursor-dirforest-gen-source] No alex found
504.34 s
[cursor-dirforest-gen-source] Using ar found on system at:
504.34 s
[cursor-dirforest-gen-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
504.34 s
[cursor-dirforest-gen-source] No c2hs found
504.34 s
[cursor-dirforest-gen-source] No cpphs found
504.34 s
[cursor-dirforest-gen-source] No doctest found
504.34 s
[cursor-dirforest-gen-source] Using gcc version 14.3.0 given by user at:
504.34 s
[cursor-dirforest-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
504.34 s
[cursor-dirforest-gen-source] Using ghc version 9.10.3 found on system at:
504.34 s
[cursor-dirforest-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
504.34 s
[cursor-dirforest-gen-source] Using ghc-pkg version 9.10.3 found on system at:
504.34 s
[cursor-dirforest-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
504.34 s
[cursor-dirforest-gen-source] No ghcjs found
504.34 s
[cursor-dirforest-gen-source] No ghcjs-pkg found
504.34 s
[cursor-dirforest-gen-source] No greencard found
504.34 s
[cursor-dirforest-gen-source] Using haddock version 2.31.1 found on system at:
504.34 s
[cursor-dirforest-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
504.34 s
[cursor-dirforest-gen-source] No happy found
504.34 s
[cursor-dirforest-gen-source] Using haskell-suite found on system at: haskell-suite-dummy-location
504.34 s
[cursor-dirforest-gen-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
504.34 s
[cursor-dirforest-gen-source] No hmake found
504.34 s
[cursor-dirforest-gen-source] Using hpc version 0.69 found on system at:
504.34 s
[cursor-dirforest-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
504.34 s
[cursor-dirforest-gen-source] Using hsc2hs version 0.68.10 found on system at:
504.34 s
[cursor-dirforest-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
504.34 s
[cursor-dirforest-gen-source] Using hscolour version 1.25 found on system at:
504.35 s
[cursor-dirforest-gen-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
504.35 s
[cursor-dirforest-gen-source] No jhc found
504.35 s
[cursor-dirforest-gen-source] Using ld found on system at:
504.35 s
[cursor-dirforest-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
504.35 s
[cursor-dirforest-gen-source] No pkg-config found
504.35 s
[cursor-dirforest-gen-source] Using runghc version 9.10.3 found on system at:
504.35 s
[cursor-dirforest-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
504.35 s
[cursor-dirforest-gen-source] Using strip version 2.44 found on system at:
504.35 s
[cursor-dirforest-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
504.35 s
[cursor-dirforest-gen-source] Using tar found on system at:
504.35 s
[cursor-dirforest-gen-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
504.35 s
[cursor-dirforest-gen-source] No uhc found
504.50 s
[cursor-dirforest-gen-source] Phase: buildPhase
504.51 s
[cursor-dirforest-gen-source] Distribution quality errors:
504.51 s
[cursor-dirforest-gen-source] [no-syn-desc] No 'synopsis' or 'description' field.
504.51 s
[cursor-dirforest-gen-source] Distribution quality warnings:
504.51 s
[cursor-dirforest-gen-source] [no-category] No 'category' field.
504.51 s
[cursor-dirforest-gen-source] [no-maintainer] No 'maintainer' field.
504.51 s
[cursor-dirforest-gen-source] [no-license-file] A 'license-file' is not specified.
504.51 s
[cursor-dirforest-gen-source] [missing-upper-bounds] On library, these packages miss upper bounds:
504.51 s
[cursor-dirforest-gen-source] - QuickCheck
504.51 s
[cursor-dirforest-gen-source] - containers
504.51 s
[cursor-dirforest-gen-source] - cursor
504.51 s
[cursor-dirforest-gen-source] - cursor-dirforest
504.51 s
[cursor-dirforest-gen-source] - cursor-gen
504.51 s
[cursor-dirforest-gen-source] - dirforest
504.51 s
[cursor-dirforest-gen-source] - filepath
504.51 s
[cursor-dirforest-gen-source] - genvalidity
504.51 s
[cursor-dirforest-gen-source] - genvalidity-containers
504.51 s
[cursor-dirforest-gen-source] - genvalidity-dirforest
504.51 s
[cursor-dirforest-gen-source] - path
504.51 s
[cursor-dirforest-gen-source] Please add them. There is more information at https://pvp.haskell.org/
504.51 s
[cursor-dirforest-gen-source] Note: the public hackage server would reject this package.
504.51 s
[cursor-dirforest-gen-source] Building source dist for cursor-dirforest-gen-0.0.0.0...
504.52 s
[cursor-dirforest-gen-source] Source tarball created: dist/cursor-dirforest-gen-0.0.0.0.tar.gz
504.52 s
[cursor-dirforest-gen-source] Phase: checkPhase
504.53 s
[cursor-dirforest-gen-source] Phase: haddockPhase
504.53 s
[cursor-dirforest-gen-source] Phase: installPhase
504.54 s
[cursor-dirforest-gen-source] Phase: fixupPhase
504.91 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0
505.28 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
505.28 s
[post-build-hook]
505.62 s
[post-build-hook] Pushing /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0 (4.06 KiB)
506.75 s
[post-build-hook]
506.75 s
[post-build-hook] All done.
506.77 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0
506.82 s
[post-build-hook] copying 1 paths...
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'...
507.33 s
[post-build-hook] copying 0 paths...
507.37 s
Progress: 130 of 139 built (1 building), 815 of 815 downloaded from cache
507.43 s
Building cursor-dirforest-gen
507.43 s
[genvalidity-mergeful] Documentation created: dist/doc/html/genvalidity-mergeful/,
507.43 s
[genvalidity-mergeful] dist/doc/html/genvalidity-mergeful/genvalidity-mergeful.txt
507.43 s
[genvalidity-mergeful] Preprocessing test suite 'mergeful-test' for genvalidity-mergeful-0.3.0.1...
507.43 s
[genvalidity-mergeful] Preprocessing benchmark 'mergeful-bench' for genvalidity-mergeful-0.3.0.1...
507.43 s
[genvalidity-mergeful] Phase: installPhase
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
507.43 s
[genvalidity-mergeful] Phase: fixupPhase
507.43 s
[genvalidity-mergeful] shrinking RPATHs of ELF executables and libraries in /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1
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
507.43 s
[genvalidity-mergeful] checking for references to /build/ in /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1...
507.43 s
[genvalidity-mergeful] patching script interpreter paths in /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1
507.43 s
[genvalidity-mergeful] stripping (with command strip and flags -S -p) in /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1/lib
507.43 s
[genvalidity-mergeful] shrinking RPATHs of ELF executables and libraries in /nix/store/xzx6p6har7j6122sfarpj8j7xv0124zy-genvalidity-mergeful-0.3.0.1-doc
507.43 s
[genvalidity-mergeful] checking for references to /build/ in /nix/store/xzx6p6har7j6122sfarpj8j7xv0124zy-genvalidity-mergeful-0.3.0.1-doc...
507.43 s
[genvalidity-mergeful] patching script interpreter paths in /nix/store/xzx6p6har7j6122sfarpj8j7xv0124zy-genvalidity-mergeful-0.3.0.1-doc
507.46 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1
507.90 s
[post-build-hook] Pushing 2 paths (182 are already present) using zstd to cache smos ⏳
507.90 s
[post-build-hook]
508.24 s
[post-build-hook] Pushing /nix/store/xzx6p6har7j6122sfarpj8j7xv0124zy-genvalidity-mergeful-0.3.0.1-doc (325.02 KiB)
508.25 s
[post-build-hook] Pushing /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1 (2.78 MiB)
509.22 s
[post-build-hook]
509.22 s
[post-build-hook] All done.
509.24 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1
509.31 s
[post-build-hook] copying 0 paths...
509.45 s
[post-build-hook] copying 0 paths...
509.54 s
Progress: 131 of 139 built (1 building), 815 of 815 downloaded from cache
509.61 s
Building mergeful-persistent-source
509.61 s
[cursor-dirforest-gen] Phase: setupCompilerEnvironmentPhase
509.61 s
[cursor-dirforest-gen] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
509.61 s
[cursor-dirforest-gen] Phase: unpackPhase
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
509.61 s
[cursor-dirforest-gen] source root is cursor-dirforest-gen-0.0.0.0
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"
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
509.61 s
[cursor-dirforest-gen] Phase: patchPhase
509.61 s
[cursor-dirforest-gen] Phase: compileBuildDriverPhase
509.61 s
[cursor-dirforest-gen] setupCompileFlags: -package-db=/build/tmp.ERZKcBUKbW/setup-package.conf.d -threaded
509.61 s
[cursor-dirforest-gen] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.ERZKcBUKbW/Main.o )
509.61 s
[cursor-dirforest-gen] [2 of 2] Linking Setup
509.61 s
[cursor-dirforest-gen] Phase: updateAutotoolsGnuConfigScriptsPhase
509.61 s
[cursor-dirforest-gen] Phase: configurePhase
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
509.61 s
[cursor-dirforest-gen] Using Parsec parser
509.61 s
[cursor-dirforest-gen] Configuring cursor-dirforest-gen-0.0.0.0...
509.72 s
[cursor-dirforest-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
509.72 s
[cursor-dirforest-gen] Dependency base >=4.7 && <5: using base-4.20.2.0
509.72 s
[cursor-dirforest-gen] Dependency containers: using containers-0.7
509.72 s
[cursor-dirforest-gen] Dependency cursor: using cursor-0.3.2.0
509.72 s
[cursor-dirforest-gen] Dependency cursor-dirforest: using cursor-dirforest-0.0.0.0
509.72 s
[cursor-dirforest-gen] Dependency cursor-gen: using cursor-gen-0.4.0.0
509.72 s
[cursor-dirforest-gen] Dependency dirforest: using dirforest-0.1.0.0
509.72 s
[cursor-dirforest-gen] Dependency filepath: using filepath-1.5.4.0
509.72 s
[cursor-dirforest-gen] Dependency genvalidity >=1.0.0.0: using genvalidity-1.1.1.0
509.72 s
[cursor-dirforest-gen] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
509.72 s
[cursor-dirforest-gen] Dependency genvalidity-dirforest: using genvalidity-dirforest-0.1.0.1
509.72 s
[cursor-dirforest-gen] Dependency path: using path-0.9.6
509.72 s
[cursor-dirforest-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
509.72 s
[cursor-dirforest-gen] Dependency base >=4.7 && <5: using base-4.20.2.0
509.72 s
[cursor-dirforest-gen] Dependency cursor: using cursor-0.3.2.0
509.72 s
[cursor-dirforest-gen] Dependency cursor-dirforest: using cursor-dirforest-0.0.0.0
509.72 s
[cursor-dirforest-gen] Dependency cursor-dirforest-gen: using cursor-dirforest-gen-0.0.0.0
509.72 s
[cursor-dirforest-gen] Dependency cursor-gen: using cursor-gen-0.4.0.0
509.72 s
[cursor-dirforest-gen] Dependency dirforest: using dirforest-0.1.0.0
509.72 s
[cursor-dirforest-gen] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
509.72 s
[cursor-dirforest-gen] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
509.72 s
[cursor-dirforest-gen] Dependency hspec: using hspec-2.11.14
509.72 s
[cursor-dirforest-gen] Dependency path: using path-0.9.6
509.72 s
[cursor-dirforest-gen] Source component graph:
509.72 s
[cursor-dirforest-gen] component lib
509.72 s
[cursor-dirforest-gen] component test:cursor-dirforest-test dependency lib
509.72 s
[cursor-dirforest-gen] Configured component graph:
509.72 s
[cursor-dirforest-gen] component cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
509.72 s
[cursor-dirforest-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
509.72 s
[cursor-dirforest-gen] include base-4.20.2.0-fafd
509.72 s
[cursor-dirforest-gen] include containers-0.7-96b4
509.72 s
[cursor-dirforest-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
509.72 s
[cursor-dirforest-gen] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
509.72 s
[cursor-dirforest-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
509.72 s
[cursor-dirforest-gen] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
509.72 s
[cursor-dirforest-gen] include filepath-1.5.4.0-2605
509.72 s
[cursor-dirforest-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
509.72 s
[cursor-dirforest-gen] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
509.72 s
[cursor-dirforest-gen] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
509.72 s
[cursor-dirforest-gen] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
509.72 s
[cursor-dirforest-gen] component cursor-dirforest-gen-0.0.0.0-IXABhp2URRD5THNkher2g4-cursor-dirforest-test
509.72 s
[cursor-dirforest-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
509.72 s
[cursor-dirforest-gen] include base-4.20.2.0-fafd
509.72 s
[cursor-dirforest-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
509.72 s
[cursor-dirforest-gen] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
509.72 s
[cursor-dirforest-gen] include cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
509.72 s
[cursor-dirforest-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
509.72 s
[cursor-dirforest-gen] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
509.72 s
[cursor-dirforest-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
509.72 s
[cursor-dirforest-gen] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
509.72 s
[cursor-dirforest-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
509.72 s
[cursor-dirforest-gen] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
509.72 s
[cursor-dirforest-gen] Linked component graph:
509.72 s
[cursor-dirforest-gen] unit cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
509.72 s
[cursor-dirforest-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
509.72 s
[cursor-dirforest-gen] include base-4.20.2.0-fafd
509.72 s
[cursor-dirforest-gen] include containers-0.7-96b4
509.72 s
[cursor-dirforest-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
509.72 s
[cursor-dirforest-gen] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
509.72 s
[cursor-dirforest-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
509.72 s
[cursor-dirforest-gen] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
509.72 s
[cursor-dirforest-gen] include filepath-1.5.4.0-2605
509.72 s
[cursor-dirforest-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
509.72 s
[cursor-dirforest-gen] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
509.72 s
[cursor-dirforest-gen] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
509.72 s
[cursor-dirforest-gen] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
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
509.72 s
[cursor-dirforest-gen] unit cursor-dirforest-gen-0.0.0.0-IXABhp2URRD5THNkher2g4-cursor-dirforest-test
509.72 s
[cursor-dirforest-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
509.72 s
[cursor-dirforest-gen] include base-4.20.2.0-fafd
509.72 s
[cursor-dirforest-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
509.72 s
[cursor-dirforest-gen] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
509.72 s
[cursor-dirforest-gen] include cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
509.72 s
[cursor-dirforest-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
509.72 s
[cursor-dirforest-gen] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
509.72 s
[cursor-dirforest-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
509.72 s
[cursor-dirforest-gen] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
509.72 s
[cursor-dirforest-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
509.72 s
[cursor-dirforest-gen] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
509.72 s
[cursor-dirforest-gen] Ready component graph:
509.72 s
[cursor-dirforest-gen] definite cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
509.72 s
[cursor-dirforest-gen] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
509.72 s
[cursor-dirforest-gen] depends base-4.20.2.0-fafd
509.72 s
[cursor-dirforest-gen] depends containers-0.7-96b4
509.72 s
[cursor-dirforest-gen] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
509.72 s
[cursor-dirforest-gen] depends cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
509.72 s
[cursor-dirforest-gen] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
509.72 s
[cursor-dirforest-gen] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
509.72 s
[cursor-dirforest-gen] depends filepath-1.5.4.0-2605
509.72 s
[cursor-dirforest-gen] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
509.72 s
[cursor-dirforest-gen] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
509.72 s
[cursor-dirforest-gen] depends genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
509.72 s
[cursor-dirforest-gen] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
509.72 s
[cursor-dirforest-gen] definite cursor-dirforest-gen-0.0.0.0-IXABhp2URRD5THNkher2g4-cursor-dirforest-test
509.72 s
[cursor-dirforest-gen] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
509.72 s
[cursor-dirforest-gen] depends base-4.20.2.0-fafd
509.72 s
[cursor-dirforest-gen] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
509.72 s
[cursor-dirforest-gen] depends cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
509.72 s
[cursor-dirforest-gen] depends cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
509.72 s
[cursor-dirforest-gen] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
509.72 s
[cursor-dirforest-gen] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
509.72 s
[cursor-dirforest-gen] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
509.72 s
[cursor-dirforest-gen] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
509.72 s
[cursor-dirforest-gen] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
509.72 s
[cursor-dirforest-gen] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
509.72 s
[cursor-dirforest-gen] Using Cabal-3.12.1.0 compiled by ghc-9.10
509.72 s
[cursor-dirforest-gen] Using compiler: ghc-9.10.3
509.72 s
[cursor-dirforest-gen] Using install prefix:
509.72 s
[cursor-dirforest-gen] /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0
509.72 s
[cursor-dirforest-gen] Executables installed in:
509.72 s
[cursor-dirforest-gen] /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0/bin
509.72 s
[cursor-dirforest-gen] Libraries installed in:
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
509.72 s
[cursor-dirforest-gen] Dynamic Libraries installed in:
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
509.72 s
[cursor-dirforest-gen] Private executables installed in:
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
509.72 s
[cursor-dirforest-gen] Data files installed in:
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
509.72 s
[cursor-dirforest-gen] Documentation installed in:
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
509.72 s
[cursor-dirforest-gen] Configuration files installed in:
509.72 s
[cursor-dirforest-gen] /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0/etc
509.72 s
[cursor-dirforest-gen] No alex found
509.72 s
[cursor-dirforest-gen] Using ar found on system at:
509.72 s
[cursor-dirforest-gen] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
509.72 s
[cursor-dirforest-gen] No c2hs found
509.72 s
[cursor-dirforest-gen] No cpphs found
509.72 s
[cursor-dirforest-gen] No doctest found
509.72 s
[cursor-dirforest-gen] Using gcc version 14.3.0 given by user at:
509.72 s
[cursor-dirforest-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
509.72 s
[cursor-dirforest-gen] Using ghc version 9.10.3 found on system at:
509.72 s
[cursor-dirforest-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
509.72 s
[cursor-dirforest-gen] Using ghc-pkg version 9.10.3 found on system at:
509.72 s
[cursor-dirforest-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
509.72 s
[cursor-dirforest-gen] No ghcjs found
509.72 s
[cursor-dirforest-gen] No ghcjs-pkg found
509.72 s
[cursor-dirforest-gen] No greencard found
509.72 s
[cursor-dirforest-gen] Using haddock version 2.31.1 found on system at:
509.72 s
[cursor-dirforest-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
509.72 s
[cursor-dirforest-gen] No happy found
509.72 s
[cursor-dirforest-gen] Using haskell-suite found on system at: haskell-suite-dummy-location
509.72 s
[cursor-dirforest-gen] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
509.72 s
[cursor-dirforest-gen] No hmake found
509.72 s
[cursor-dirforest-gen] Using hpc version 0.69 found on system at:
509.72 s
[cursor-dirforest-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
509.72 s
[cursor-dirforest-gen] Using hsc2hs version 0.68.10 found on system at:
509.72 s
[cursor-dirforest-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
509.73 s
[cursor-dirforest-gen] Using hscolour version 1.25 found on system at:
509.73 s
[cursor-dirforest-gen] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
509.73 s
[cursor-dirforest-gen] No jhc found
509.74 s
[cursor-dirforest-gen] Using ld found on system at:
509.74 s
[cursor-dirforest-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
509.74 s
[cursor-dirforest-gen] No pkg-config found
509.74 s
[cursor-dirforest-gen] Using runghc version 9.10.3 found on system at:
509.74 s
[cursor-dirforest-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
509.74 s
[cursor-dirforest-gen] Using strip version 2.44 found on system at:
509.74 s
[cursor-dirforest-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
509.74 s
[cursor-dirforest-gen] Using tar found on system at:
509.74 s
[cursor-dirforest-gen] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
509.74 s
[cursor-dirforest-gen] No uhc found
509.88 s
[cursor-dirforest-gen] Phase: buildPhase
509.94 s
[cursor-dirforest-gen] Preprocessing library for cursor-dirforest-gen-0.0.0.0...
509.94 s
[cursor-dirforest-gen] Building library for cursor-dirforest-gen-0.0.0.0...
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 )
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 )
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 )
510.60 s
[mergeful-persistent-source] Phase: setupCompilerEnvironmentPhase
510.60 s
[mergeful-persistent-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
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 )
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 )
511.16 s
[mergeful-persistent-source] Phase: unpackPhase
511.16 s
[mergeful-persistent-source] unpacking source archive /nix/store/bcd4rcwg0vj960f69yf1833ch00zi5ch-mergeful-persistent
511.16 s
[mergeful-persistent-source] source root is mergeful-persistent
511.16 s
[mergeful-persistent-source] Phase: patchPhase
511.17 s
[mergeful-persistent-source] Phase: compileBuildDriverPhase
511.18 s
[mergeful-persistent-source] setupCompileFlags: -package-db=/build/tmp.gVhglLHtAD/setup-package.conf.d -threaded
511.22 s
[mergeful-persistent-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.gVhglLHtAD/Main.o )
511.27 s
[mergeful-persistent-source] [2 of 2] Linking Setup
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 )
512.39 s
[mergeful-persistent-source] Phase: updateAutotoolsGnuConfigScriptsPhase
512.40 s
[mergeful-persistent-source] Phase: configurePhase
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
512.42 s
[mergeful-persistent-source] Using Parsec parser
512.42 s
[mergeful-persistent-source] Configuring mergeful-persistent-0.3.0.1...
512.99 s
[mergeful-persistent-source] Dependency base >=4.11 && <5: using base-4.20.2.0
512.99 s
[mergeful-persistent-source] Dependency containers: using containers-0.7
512.99 s
[mergeful-persistent-source] Dependency mergeful: using mergeful-0.3.0.0
512.99 s
[mergeful-persistent-source] Dependency microlens: using microlens-0.4.14.0
512.99 s
[mergeful-persistent-source] Dependency mtl: using mtl-2.3.1
512.99 s
[mergeful-persistent-source] Dependency persistent: using persistent-2.17.1.0
512.99 s
[mergeful-persistent-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
512.99 s
[mergeful-persistent-source] Dependency base >=4.11 && <5: using base-4.20.2.0
512.99 s
[mergeful-persistent-source] Dependency containers: using containers-0.7
512.99 s
[mergeful-persistent-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
512.99 s
[mergeful-persistent-source] Dependency genvalidity-mergeful: using genvalidity-mergeful-0.3.0.1
512.99 s
[mergeful-persistent-source] Dependency genvalidity-persistent: using genvalidity-persistent-1.0.0.2
512.99 s
[mergeful-persistent-source] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
512.99 s
[mergeful-persistent-source] Dependency mergeful: using mergeful-0.3.0.0
512.99 s
[mergeful-persistent-source] Dependency mergeful-persistent: using mergeful-persistent-0.3.0.1
512.99 s
[mergeful-persistent-source] Dependency monad-logger: using monad-logger-0.3.42
512.99 s
[mergeful-persistent-source] Dependency mtl: using mtl-2.3.1
512.99 s
[mergeful-persistent-source] Dependency path: using path-0.9.6
512.99 s
[mergeful-persistent-source] Dependency path-io: using path-io-1.8.2
512.99 s
[mergeful-persistent-source] Dependency persistent: using persistent-2.17.1.0
512.99 s
[mergeful-persistent-source] Dependency persistent-sqlite: using persistent-sqlite-2.13.3.1
512.99 s
[mergeful-persistent-source] Dependency persistent-template: using persistent-template-2.12.0.0
512.99 s
[mergeful-persistent-source] Dependency sydtest: using sydtest-0.23.0.1
512.99 s
[mergeful-persistent-source] Dependency text: using text-2.1.3
512.99 s
[mergeful-persistent-source] Dependency validity: using validity-0.12.1.0
512.99 s
[mergeful-persistent-source] Dependency validity-persistent: using validity-persistent-0.0.0.0
512.99 s
[mergeful-persistent-source] Source component graph:
512.99 s
[mergeful-persistent-source] component lib
512.99 s
[mergeful-persistent-source] component test:mergeful-persistent-test dependency lib
512.99 s
[mergeful-persistent-source] Configured component graph:
512.99 s
[mergeful-persistent-source] component mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
512.99 s
[mergeful-persistent-source] include base-4.20.2.0-fafd
512.99 s
[mergeful-persistent-source] include containers-0.7-96b4
512.99 s
[mergeful-persistent-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
512.99 s
[mergeful-persistent-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
512.99 s
[mergeful-persistent-source] include mtl-2.3.1-37af
512.99 s
[mergeful-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
512.99 s
[mergeful-persistent-source] component mergeful-persistent-0.3.0.1-GVbn5OLIDpzEtNnp3Dp602-mergeful-persistent-test
512.99 s
[mergeful-persistent-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
512.99 s
[mergeful-persistent-source] include base-4.20.2.0-fafd
512.99 s
[mergeful-persistent-source] include containers-0.7-96b4
512.99 s
[mergeful-persistent-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
512.99 s
[mergeful-persistent-source] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
512.99 s
[mergeful-persistent-source] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
512.99 s
[mergeful-persistent-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
512.99 s
[mergeful-persistent-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
512.99 s
[mergeful-persistent-source] include mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
512.99 s
[mergeful-persistent-source] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
512.99 s
[mergeful-persistent-source] include mtl-2.3.1-37af
512.99 s
[mergeful-persistent-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
512.99 s
[mergeful-persistent-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
512.99 s
[mergeful-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
512.99 s
[mergeful-persistent-source] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
512.99 s
[mergeful-persistent-source] include persistent-template-2.12.0.0-AKrkOcbwbXd3djnVhdk0V2
512.99 s
[mergeful-persistent-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
512.99 s
[mergeful-persistent-source] include text-2.1.3-34f1
512.99 s
[mergeful-persistent-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
512.99 s
[mergeful-persistent-source] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
512.99 s
[mergeful-persistent-source] Linked component graph:
512.99 s
[mergeful-persistent-source] unit mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
512.99 s
[mergeful-persistent-source] include base-4.20.2.0-fafd
512.99 s
[mergeful-persistent-source] include containers-0.7-96b4
512.99 s
[mergeful-persistent-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
512.99 s
[mergeful-persistent-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
513.00 s
[mergeful-persistent-source] include mtl-2.3.1-37af
513.00 s
[mergeful-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
513.00 s
[mergeful-persistent-source] Data.Mergeful.Persistent=mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw:Data.Mergeful.Persistent
513.00 s
[mergeful-persistent-source] unit mergeful-persistent-0.3.0.1-GVbn5OLIDpzEtNnp3Dp602-mergeful-persistent-test
513.00 s
[mergeful-persistent-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
513.00 s
[mergeful-persistent-source] include base-4.20.2.0-fafd
513.00 s
[mergeful-persistent-source] include containers-0.7-96b4
513.00 s
[mergeful-persistent-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
513.00 s
[mergeful-persistent-source] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
513.00 s
[mergeful-persistent-source] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
513.00 s
[mergeful-persistent-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
513.00 s
[mergeful-persistent-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
513.00 s
[mergeful-persistent-source] include mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
513.00 s
[mergeful-persistent-source] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
513.00 s
[mergeful-persistent-source] include mtl-2.3.1-37af
513.00 s
[mergeful-persistent-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
513.00 s
[mergeful-persistent-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
513.00 s
[mergeful-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
513.00 s
[mergeful-persistent-source] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
513.00 s
[mergeful-persistent-source] include persistent-template-2.12.0.0-AKrkOcbwbXd3djnVhdk0V2
513.00 s
[mergeful-persistent-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
513.00 s
[mergeful-persistent-source] include text-2.1.3-34f1
513.00 s
[mergeful-persistent-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
513.00 s
[mergeful-persistent-source] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
513.00 s
[mergeful-persistent-source] Ready component graph:
513.00 s
[mergeful-persistent-source] definite mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
513.00 s
[mergeful-persistent-source] depends base-4.20.2.0-fafd
513.00 s
[mergeful-persistent-source] depends containers-0.7-96b4
513.00 s
[mergeful-persistent-source] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
513.00 s
[mergeful-persistent-source] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
513.00 s
[mergeful-persistent-source] depends mtl-2.3.1-37af
513.00 s
[mergeful-persistent-source] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
513.00 s
[mergeful-persistent-source] definite mergeful-persistent-0.3.0.1-GVbn5OLIDpzEtNnp3Dp602-mergeful-persistent-test
513.00 s
[mergeful-persistent-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
513.00 s
[mergeful-persistent-source] depends base-4.20.2.0-fafd
513.00 s
[mergeful-persistent-source] depends containers-0.7-96b4
513.00 s
[mergeful-persistent-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
513.00 s
[mergeful-persistent-source] depends genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
513.00 s
[mergeful-persistent-source] depends genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
513.00 s
[mergeful-persistent-source] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
513.00 s
[mergeful-persistent-source] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
513.00 s
[mergeful-persistent-source] depends mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
513.00 s
[mergeful-persistent-source] depends monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
513.00 s
[mergeful-persistent-source] depends mtl-2.3.1-37af
513.00 s
[mergeful-persistent-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
513.00 s
[mergeful-persistent-source] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
513.00 s
[mergeful-persistent-source] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
513.00 s
[mergeful-persistent-source] depends persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
513.00 s
[mergeful-persistent-source] depends persistent-template-2.12.0.0-AKrkOcbwbXd3djnVhdk0V2
513.00 s
[mergeful-persistent-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
513.00 s
[mergeful-persistent-source] depends text-2.1.3-34f1
513.00 s
[mergeful-persistent-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
513.00 s
[mergeful-persistent-source] depends validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
513.00 s
[mergeful-persistent-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
513.00 s
[mergeful-persistent-source] Using compiler: ghc-9.10.3
513.00 s
[mergeful-persistent-source] Using install prefix:
513.00 s
[mergeful-persistent-source] /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1
513.00 s
[mergeful-persistent-source] Executables installed in:
513.00 s
[mergeful-persistent-source] /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1/bin
513.00 s
[mergeful-persistent-source] Libraries installed in:
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
513.00 s
[mergeful-persistent-source] Dynamic Libraries installed in:
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
513.00 s
[mergeful-persistent-source] Private executables installed in:
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
513.00 s
[mergeful-persistent-source] Data files installed in:
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
513.00 s
[mergeful-persistent-source] Documentation installed in: /share/doc/mergeful-persistent-0.3.0.1
513.00 s
[mergeful-persistent-source] Configuration files installed in:
513.00 s
[mergeful-persistent-source] /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1/etc
513.00 s
[mergeful-persistent-source] No alex found
513.00 s
[mergeful-persistent-source] Using ar found on system at:
513.00 s
[mergeful-persistent-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
513.00 s
[mergeful-persistent-source] No c2hs found
513.00 s
[mergeful-persistent-source] No cpphs found
513.00 s
[mergeful-persistent-source] No doctest found
513.00 s
[mergeful-persistent-source] Using gcc version 14.3.0 given by user at:
513.00 s
[mergeful-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
513.00 s
[mergeful-persistent-source] Using ghc version 9.10.3 found on system at:
513.00 s
[mergeful-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
513.00 s
[mergeful-persistent-source] Using ghc-pkg version 9.10.3 found on system at:
513.00 s
[mergeful-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
513.00 s
[mergeful-persistent-source] No ghcjs found
513.00 s
[mergeful-persistent-source] No ghcjs-pkg found
513.00 s
[mergeful-persistent-source] No greencard found
513.00 s
[mergeful-persistent-source] Using haddock version 2.31.1 found on system at:
513.00 s
[mergeful-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
513.00 s
[mergeful-persistent-source] No happy found
513.00 s
[mergeful-persistent-source] Using haskell-suite found on system at: haskell-suite-dummy-location
513.03 s
[mergeful-persistent-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
513.03 s
[mergeful-persistent-source] No hmake found
513.03 s
[mergeful-persistent-source] Using hpc version 0.69 found on system at:
513.03 s
[mergeful-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
513.03 s
[mergeful-persistent-source] Using hsc2hs version 0.68.10 found on system at:
513.03 s
[mergeful-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
513.03 s
[mergeful-persistent-source] Using hscolour version 1.25 found on system at:
513.03 s
[mergeful-persistent-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
513.03 s
[mergeful-persistent-source] No jhc found
513.03 s
[mergeful-persistent-source] Using ld found on system at:
513.03 s
[mergeful-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
513.03 s
[mergeful-persistent-source] No pkg-config found
513.03 s
[mergeful-persistent-source] Using runghc version 9.10.3 found on system at:
513.03 s
[mergeful-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
513.03 s
[mergeful-persistent-source] Using strip version 2.44 found on system at:
513.03 s
[mergeful-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
513.03 s
[mergeful-persistent-source] Using tar found on system at:
513.03 s
[mergeful-persistent-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
513.03 s
[mergeful-persistent-source] No uhc found
513.08 s
[cursor-dirforest-gen] Preprocessing test suite 'cursor-dirforest-test' for cursor-dirforest-gen-0.0.0.0...
513.08 s
[cursor-dirforest-gen] Building test suite 'cursor-dirforest-test' for cursor-dirforest-gen-0.0.0.0...
513.21 s
[mergeful-persistent-source] Phase: buildPhase
513.22 s
[mergeful-persistent-source] Distribution quality warnings:
513.22 s
[mergeful-persistent-source] [no-category] No 'category' field.
513.22 s
[mergeful-persistent-source] [no-description] No 'description' field.
513.22 s
[mergeful-persistent-source] [missing-upper-bounds] On library, these packages miss upper bounds:
513.22 s
[mergeful-persistent-source] - containers
513.22 s
[mergeful-persistent-source] - mergeful
513.22 s
[mergeful-persistent-source] - microlens
513.22 s
[mergeful-persistent-source] - mtl
513.22 s
[mergeful-persistent-source] - persistent
513.22 s
[mergeful-persistent-source] Please add them. There is more information at https://pvp.haskell.org/
513.22 s
[mergeful-persistent-source] Building source dist for mergeful-persistent-0.3.0.1...
513.24 s
[mergeful-persistent-source] Source tarball created: dist/mergeful-persistent-0.3.0.1.tar.gz
513.24 s
[mergeful-persistent-source] Phase: checkPhase
513.24 s
[mergeful-persistent-source] Phase: haddockPhase
513.25 s
[mergeful-persistent-source] Phase: installPhase
513.25 s
[mergeful-persistent-source] Phase: fixupPhase
513.56 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1
513.92 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
513.92 s
[post-build-hook]
514.26 s
[post-build-hook] Pushing /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1 (10.42 KiB)
515.15 s
[post-build-hook]
515.15 s
[post-build-hook] All done.
515.16 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1
515.21 s
[post-build-hook] copying 1 paths...
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'...
515.58 s
[post-build-hook] copying 0 paths...
515.62 s
Progress: 132 of 139 built (1 building), 815 of 815 downloaded from cache
515.69 s
Building mergeful-persistent
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 )
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 )
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 )
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 )
515.69 s
[cursor-dirforest-gen] [5 of 5] Linking dist/build/cursor-dirforest-test/cursor-dirforest-test
516.15 s
[mergeful-persistent] Phase: setupCompilerEnvironmentPhase
516.20 s
[mergeful-persistent] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
516.20 s
[cursor-dirforest-gen] Phase: checkPhase
516.46 s
[cursor-dirforest-gen] Running 1 test suites...
516.46 s
[cursor-dirforest-gen] Test suite cursor-dirforest-test: RUNNING...
516.47 s
[cursor-dirforest-gen]
516.47 s
[cursor-dirforest-gen] Cursor.FileOrDir
516.47 s
[cursor-dirforest-gen] GenValid (FileOrDirCursor Word8)
516.47 s
[cursor-dirforest-gen] genValid :: Gen (FileOrDirCursor Word8)
516.48 s
[cursor-dirforest-gen] only generates valid '(FileOrDirCursor Word8)'s [✔]
516.48 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.48 s
[cursor-dirforest-gen] GenValid (FileOrDir Word8)
516.48 s
[cursor-dirforest-gen] genValid :: Gen (FileOrDir Word8)
516.48 s
[cursor-dirforest-gen] only generates valid '(FileOrDir Word8)'s [✔]
516.48 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.50 s
[cursor-dirforest-gen] makeFileOrDirCursor
516.50 s
[cursor-dirforest-gen] produces valid cursors [✔]
516.50 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.50 s
[cursor-dirforest-gen] rebuildFileOrDirCursor
516.50 s
[cursor-dirforest-gen] produces valid cursors [✔]
516.50 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.50 s
[cursor-dirforest-gen] roundtrips with makeFileOrDirCursor [✔]
516.50 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.50 s
[cursor-dirforest-gen] fileOrDirCursorInsertChar
516.50 s
[cursor-dirforest-gen] produces valid results [✔]
516.50 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.50 s
[cursor-dirforest-gen] fileOrDirCursorAppendChar
516.50 s
[cursor-dirforest-gen] produces valid results [✔]
516.50 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.50 s
[cursor-dirforest-gen] fileOrDirCursorRemoveChar
516.50 s
[cursor-dirforest-gen] produces valid results [✔]
516.50 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.50 s
[cursor-dirforest-gen] fileOrDirCursorDeleteChar
516.54 s
[cursor-dirforest-gen] produces valid results [✔]
516.54 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.54 s
[cursor-dirforest-gen] fileOrDirCursorSelectPrevChar
516.54 s
[cursor-dirforest-gen] produces valid results [✔]
516.54 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.54 s
[cursor-dirforest-gen] fileOrDirCursorSelectNextChar
516.54 s
[cursor-dirforest-gen] produces valid results [✔]
516.54 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.54 s
[cursor-dirforest-gen] fileOrDirCursorCompleteToDir
516.54 s
[cursor-dirforest-gen] produces valid results [✔]
516.54 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.54 s
[cursor-dirforest-gen] completeTextCursorToFile
516.54 s
[cursor-dirforest-gen] produces valid results [✔]
516.54 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.54 s
[cursor-dirforest-gen] completeTextCursorToDir
516.54 s
[cursor-dirforest-gen] produces valid results [✔]
516.54 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.54 s
[cursor-dirforest-gen] Cursor.Simple.DirForest
516.54 s
[cursor-dirforest-gen] GenValid (DirForestCursor Word8 Word8)
516.54 s
[cursor-dirforest-gen] genValid :: Gen (DirForestCursor Word8 Word8)
516.54 s
[cursor-dirforest-gen] only generates valid '(DirForestCursor Word8 Word8)'s [✔]
516.54 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.54 s
[cursor-dirforest-gen] shrinkValid DirForestCursor
516.54 s
[cursor-dirforest-gen] does not shrink the singletonFile dirforest cursor to itself [✔]
516.54 s
[cursor-dirforest-gen] does not shrink the singletonDir dirforest cursor to itself [✔]
516.54 s
[cursor-dirforest-gen] makeDirForestCursor
516.54 s
[cursor-dirforest-gen] works for an empty dirforest [✔]
516.54 s
[cursor-dirforest-gen] produces valid cursors [✔]
516.54 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.54 s
[cursor-dirforest-gen] dirForestCursorPrepareForMovement
516.62 s
[cursor-dirforest-gen] produces valid results [✔]
516.62 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.62 s
[cursor-dirforest-gen] rebuildDirForestCursor
516.66 s
[cursor-dirforest-gen] produces valid dirforests [✔]
516.66 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.67 s
[cursor-dirforest-gen] is the inverse of 'makeDirForestCursor' [✔]
516.67 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.67 s
[cursor-dirforest-gen] dirForestCursorSelectPrevTree
516.69 s
[mergeful-persistent] Phase: unpackPhase
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
516.70 s
[mergeful-persistent] source root is mergeful-persistent-0.3.0.1
516.70 s
[mergeful-persistent] setting SOURCE_DATE_EPOCH to timestamp 1780348046 of file "mergeful-persistent-0.3.0.1/test/TestUtils/ServerDB.hs"
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
516.71 s
[mergeful-persistent] Phase: patchPhase
516.71 s
[mergeful-persistent] Phase: compileBuildDriverPhase
516.72 s
[mergeful-persistent] setupCompileFlags: -package-db=/build/tmp.JIqVfniO7L/setup-package.conf.d -threaded
516.73 s
[cursor-dirforest-gen] produces valid results [✔]
516.73 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.75 s
[cursor-dirforest-gen] is a movement [✔]
516.75 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.76 s
[cursor-dirforest-gen] dirForestCursorSelectNextTree
516.77 s
[mergeful-persistent] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.JIqVfniO7L/Main.o )
516.79 s
[cursor-dirforest-gen] produces valid results [✔]
516.79 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.81 s
[mergeful-persistent] [2 of 2] Linking Setup
516.83 s
[cursor-dirforest-gen] is a movement [✔]
516.83 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.83 s
[cursor-dirforest-gen] is not true because of subselections
516.83 s
[cursor-dirforest-gen] dirForestCursorSelectPrevTree and dirForestCursorSelectNextTree
516.83 s
[cursor-dirforest-gen] are inverses starting with the First [‐]
516.83 s
[cursor-dirforest-gen] # PENDING: No reason given
516.83 s
[cursor-dirforest-gen] are inverses starting with the Second [‐]
516.83 s
[cursor-dirforest-gen] # PENDING: No reason given
516.83 s
[cursor-dirforest-gen] dirForestCursorSelectFirstTree
516.87 s
[cursor-dirforest-gen] produces valid results [✔]
516.87 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.90 s
[cursor-dirforest-gen] is a movement [✔]
516.90 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.90 s
[cursor-dirforest-gen] dirForestCursorSelectLastTree
516.93 s
[cursor-dirforest-gen] produces valid results [✔]
516.93 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.96 s
[cursor-dirforest-gen] is a movement [✔]
516.96 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
516.96 s
[cursor-dirforest-gen] is not true because of subselections
516.96 s
[cursor-dirforest-gen] dirForestCursorSelectFirstTree and dirForestCursorSelectLastTree
516.96 s
[cursor-dirforest-gen] are inverses starting with the First [‐]
516.96 s
[cursor-dirforest-gen] # PENDING: No reason given
516.96 s
[cursor-dirforest-gen] are inverses starting with the Second [‐]
516.96 s
[cursor-dirforest-gen] # PENDING: No reason given
516.96 s
[cursor-dirforest-gen] dirForestCursorSelectPrevOnSameLevel
517.00 s
[cursor-dirforest-gen] produces valid results [✔]
517.00 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.04 s
[cursor-dirforest-gen] is a movement [✔]
517.04 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.04 s
[cursor-dirforest-gen] dirForestCursorSelectNextOnSameLevel
517.07 s
[cursor-dirforest-gen] produces valid results [✔]
517.07 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.10 s
[cursor-dirforest-gen] is a movement [✔]
517.10 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.10 s
[cursor-dirforest-gen] is not true because of ordering of files in the map
517.10 s
[cursor-dirforest-gen] dirForestCursorSelectPrevOnSameLevel and dirForestCursorSelectNextOnSameLevel
517.10 s
[cursor-dirforest-gen] are inverses starting with the First [‐]
517.10 s
[cursor-dirforest-gen] # PENDING: No reason given
517.10 s
[cursor-dirforest-gen] are inverses starting with the Second [‐]
517.10 s
[cursor-dirforest-gen] # PENDING: No reason given
517.10 s
[cursor-dirforest-gen] dirForestCursorSelectFirstOnSameLevel
517.14 s
[cursor-dirforest-gen] produces valid results [✔]
517.14 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.17 s
[cursor-dirforest-gen] is a movement [✔]
517.17 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.17 s
[cursor-dirforest-gen] dirForestCursorSelectLastOnSameLevel
517.20 s
[cursor-dirforest-gen] produces valid results [✔]
517.20 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.23 s
[cursor-dirforest-gen] is a movement [✔]
517.23 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.23 s
[cursor-dirforest-gen] is not true because of ordering of files in the map
517.23 s
[cursor-dirforest-gen] dirForestCursorSelectFirstOnSameLevel and dirForestCursorSelectLastOnSameLevel
517.23 s
[cursor-dirforest-gen] are inverses starting with the First [‐]
517.23 s
[cursor-dirforest-gen] # PENDING: No reason given
517.23 s
[cursor-dirforest-gen] are inverses starting with the Second [‐]
517.23 s
[cursor-dirforest-gen] # PENDING: No reason given
517.23 s
[cursor-dirforest-gen] dirForestCursorSelectPrev
517.28 s
[cursor-dirforest-gen] produces valid results [✔]
517.28 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.31 s
[cursor-dirforest-gen] is a movement [✔]
517.31 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.31 s
[cursor-dirforest-gen] dirForestCursorSelectNext
517.34 s
[cursor-dirforest-gen] produces valid results [✔]
517.34 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.37 s
[cursor-dirforest-gen] is a movement [✔]
517.37 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.37 s
[cursor-dirforest-gen] dirForestCursorSelectFirst
517.40 s
[cursor-dirforest-gen] produces valid results [✔]
517.40 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.43 s
[cursor-dirforest-gen] is a movement [✔]
517.43 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.43 s
[cursor-dirforest-gen] dirForestCursorSelectLast
517.47 s
[cursor-dirforest-gen] produces valid results [✔]
517.47 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.50 s
[cursor-dirforest-gen] is a movement [✔]
517.50 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.50 s
[cursor-dirforest-gen] dirForestCursorSelectFirstChild
517.51 s
[cursor-dirforest-gen] produces valid results [✔]
517.51 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.51 s
[cursor-dirforest-gen] is a movement [✔]
517.51 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.51 s
[cursor-dirforest-gen] dirForestCursorSelectLastChild
517.52 s
[cursor-dirforest-gen] produces valid results [✔]
517.52 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.53 s
[cursor-dirforest-gen] is a movement [✔]
517.53 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.53 s
[cursor-dirforest-gen] dirForestCursorSelectParent
517.55 s
[cursor-dirforest-gen] produces valid cursors [✔]
517.55 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.55 s
[cursor-dirforest-gen] This does not hold, because in-progress file or directories will be deleted before moving
517.55 s
[cursor-dirforest-gen] is the inverse of dirForestCursorSelectFirstChild [‐]
517.55 s
[cursor-dirforest-gen] # PENDING: No reason given
517.55 s
[cursor-dirforest-gen] is the inverse of dirForestCursorSelectLastChild [‐]
517.55 s
[cursor-dirforest-gen] # PENDING: No reason given
517.55 s
[cursor-dirforest-gen] dirForestCursorDeleteCurrent
517.60 s
[cursor-dirforest-gen] produces valid results [✔]
517.60 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.60 s
[cursor-dirforest-gen] dirForestCursorStartNew
517.61 s
[cursor-dirforest-gen] produces valid results [✔]
517.61 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.61 s
[cursor-dirforest-gen] dirForestCursorStartNewBelowAtStart
517.62 s
[cursor-dirforest-gen] produces valid results [✔]
517.62 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.62 s
[cursor-dirforest-gen] dirForestCursorStartNewBelowAtEnd
517.63 s
[cursor-dirforest-gen] produces valid results [✔]
517.63 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.63 s
[cursor-dirforest-gen] dirForestCursorStopNew
517.65 s
[cursor-dirforest-gen] produces valid results [✔]
517.65 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.65 s
[cursor-dirforest-gen] dirForestCursorInsertChar
517.66 s
[cursor-dirforest-gen] produces valid results [✔]
517.66 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.66 s
[cursor-dirforest-gen] dirForestCursorAppendChar
517.67 s
[cursor-dirforest-gen] produces valid results [✔]
517.67 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.67 s
[cursor-dirforest-gen] dirForestCursorRemoveChar
517.69 s
[cursor-dirforest-gen] produces valid results [✔]
517.69 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.69 s
[cursor-dirforest-gen] dirForestCursorDeleteChar
517.71 s
[cursor-dirforest-gen] produces valid results [✔]
517.71 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.71 s
[cursor-dirforest-gen] dirForestCursorSelectPrevChar
517.73 s
[cursor-dirforest-gen] produces valid results [✔]
517.73 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.73 s
[cursor-dirforest-gen] dirForestCursorSelectNextChar
517.75 s
[cursor-dirforest-gen] produces valid results [✔]
517.75 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.75 s
[cursor-dirforest-gen] dirForestCursorCompleteToDir
517.77 s
[cursor-dirforest-gen] produces valid results [✔]
517.77 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.77 s
[cursor-dirforest-gen] dirForestCursorCompleteToFile
517.78 s
[cursor-dirforest-gen] produces valid results [✔]
517.78 s
[cursor-dirforest-gen] +++ OK, passed 100 tests.
517.78 s
[cursor-dirforest-gen]
517.78 s
[cursor-dirforest-gen] Finished in 1.3131 seconds
517.78 s
[cursor-dirforest-gen] 74 examples, 0 failures, 10 pending
517.81 s
[cursor-dirforest-gen] Test suite cursor-dirforest-test: PASS
517.81 s
[cursor-dirforest-gen] Test suite logged to:
517.81 s
[cursor-dirforest-gen] dist/test/cursor-dirforest-gen-0.0.0.0-cursor-dirforest-test.log
517.81 s
[cursor-dirforest-gen] 1 of 1 test suites (1 of 1 test cases) passed.
517.82 s
[cursor-dirforest-gen] Phase: haddockPhase
517.94 s
[cursor-dirforest-gen] Preprocessing library for cursor-dirforest-gen-0.0.0.0...
517.95 s
[cursor-dirforest-gen] Running Haddock on library for cursor-dirforest-gen-0.0.0.0...
517.95 s
[mergeful-persistent] Phase: updateAutotoolsGnuConfigScriptsPhase
517.95 s
[cursor-dirforest-gen] Warning: The documentation for the following packages are not installed. No
517.95 s
[cursor-dirforest-gen] links will be generated to these packages: path-0.9.6, path-0.9.6,
517.95 s
[cursor-dirforest-gen] vector-0.13.2.0
517.97 s
[mergeful-persistent] Phase: configurePhase
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
517.98 s
[mergeful-persistent] Using Parsec parser
517.98 s
[mergeful-persistent] Configuring mergeful-persistent-0.3.0.1...
518.18 s
[cursor-dirforest-gen] [1 of 3] Compiling Cursor.FileOrDir.Gen ( src/Cursor/FileOrDir/Gen.hs, nothing )
518.36 s
[cursor-dirforest-gen] [2 of 3] Compiling Cursor.DirForest.Gen ( src/Cursor/DirForest/Gen.hs, nothing )
518.38 s
[cursor-dirforest-gen] [3 of 3] Compiling Paths_cursor_dirforest_gen ( dist/build/autogen/Paths_cursor_dirforest_gen.hs, nothing )
518.39 s
[cursor-dirforest-gen] Haddock coverage:
518.39 s
[cursor-dirforest-gen] 0% ( 0 / 1) in 'Cursor.FileOrDir.Gen'
518.39 s
[cursor-dirforest-gen] Missing documentation for:
518.39 s
[cursor-dirforest-gen] Module header
518.39 s
[cursor-dirforest-gen] 0% ( 0 / 1) in 'Cursor.DirForest.Gen'
518.39 s
[cursor-dirforest-gen] Missing documentation for:
518.39 s
[cursor-dirforest-gen] Module header
518.56 s
[mergeful-persistent] Dependency base >=4.11 && <5: using base-4.20.2.0
518.56 s
[mergeful-persistent] Dependency containers: using containers-0.7
518.56 s
[mergeful-persistent] Dependency mergeful: using mergeful-0.3.0.0
518.56 s
[mergeful-persistent] Dependency microlens: using microlens-0.4.14.0
518.56 s
[mergeful-persistent] Dependency mtl: using mtl-2.3.1
518.56 s
[mergeful-persistent] Dependency persistent: using persistent-2.17.1.0
518.56 s
[mergeful-persistent] Dependency QuickCheck: using QuickCheck-2.15.0.1
518.56 s
[mergeful-persistent] Dependency base >=4.11 && <5: using base-4.20.2.0
518.56 s
[mergeful-persistent] Dependency containers: using containers-0.7
518.56 s
[mergeful-persistent] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
518.56 s
[mergeful-persistent] Dependency genvalidity-mergeful: using genvalidity-mergeful-0.3.0.1
518.56 s
[mergeful-persistent] Dependency genvalidity-persistent: using genvalidity-persistent-1.0.0.2
518.56 s
[mergeful-persistent] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
518.56 s
[mergeful-persistent] Dependency mergeful: using mergeful-0.3.0.0
518.56 s
[mergeful-persistent] Dependency mergeful-persistent: using mergeful-persistent-0.3.0.1
518.56 s
[mergeful-persistent] Dependency monad-logger: using monad-logger-0.3.42
518.56 s
[mergeful-persistent] Dependency mtl: using mtl-2.3.1
518.56 s
[mergeful-persistent] Dependency path: using path-0.9.6
518.56 s
[mergeful-persistent] Dependency path-io: using path-io-1.8.2
518.56 s
[mergeful-persistent] Dependency persistent: using persistent-2.17.1.0
518.57 s
[mergeful-persistent] Dependency persistent-sqlite: using persistent-sqlite-2.13.3.1
518.57 s
[mergeful-persistent] Dependency persistent-template: using persistent-template-2.12.0.0
518.57 s
[mergeful-persistent] Dependency sydtest: using sydtest-0.23.0.1
518.57 s
[mergeful-persistent] Dependency text: using text-2.1.3
518.57 s
[mergeful-persistent] Dependency validity: using validity-0.12.1.0
518.57 s
[mergeful-persistent] Dependency validity-persistent: using validity-persistent-0.0.0.0
518.57 s
[mergeful-persistent] Source component graph:
518.57 s
[mergeful-persistent] component lib
518.57 s
[mergeful-persistent] component test:mergeful-persistent-test dependency lib
518.57 s
[mergeful-persistent] Configured component graph:
518.57 s
[mergeful-persistent] component mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
518.57 s
[mergeful-persistent] include base-4.20.2.0-fafd
518.57 s
[mergeful-persistent] include containers-0.7-96b4
518.57 s
[mergeful-persistent] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
518.57 s
[mergeful-persistent] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
518.57 s
[mergeful-persistent] include mtl-2.3.1-37af
518.57 s
[mergeful-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
518.57 s
[mergeful-persistent] component mergeful-persistent-0.3.0.1-GVbn5OLIDpzEtNnp3Dp602-mergeful-persistent-test
518.57 s
[mergeful-persistent] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
518.57 s
[mergeful-persistent] include base-4.20.2.0-fafd
518.57 s
[mergeful-persistent] include containers-0.7-96b4
518.57 s
[mergeful-persistent] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
518.57 s
[mergeful-persistent] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
518.57 s
[mergeful-persistent] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
518.57 s
[mergeful-persistent] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
518.57 s
[mergeful-persistent] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
518.57 s
[mergeful-persistent] include mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
518.57 s
[mergeful-persistent] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
518.57 s
[mergeful-persistent] include mtl-2.3.1-37af
518.57 s
[mergeful-persistent] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
518.57 s
[mergeful-persistent] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
518.57 s
[mergeful-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
518.57 s
[mergeful-persistent] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
518.57 s
[mergeful-persistent] include persistent-template-2.12.0.0-AKrkOcbwbXd3djnVhdk0V2
518.57 s
[mergeful-persistent] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
518.57 s
[mergeful-persistent] include text-2.1.3-34f1
518.57 s
[mergeful-persistent] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
518.57 s
[mergeful-persistent] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
518.57 s
[mergeful-persistent] Linked component graph:
518.57 s
[mergeful-persistent] unit mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
518.57 s
[mergeful-persistent] include base-4.20.2.0-fafd
518.57 s
[mergeful-persistent] include containers-0.7-96b4
518.57 s
[mergeful-persistent] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
518.57 s
[mergeful-persistent] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
518.57 s
[mergeful-persistent] include mtl-2.3.1-37af
518.57 s
[mergeful-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
518.57 s
[mergeful-persistent] Data.Mergeful.Persistent=mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw:Data.Mergeful.Persistent
518.57 s
[mergeful-persistent] unit mergeful-persistent-0.3.0.1-GVbn5OLIDpzEtNnp3Dp602-mergeful-persistent-test
518.57 s
[mergeful-persistent] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
518.57 s
[mergeful-persistent] include base-4.20.2.0-fafd
518.57 s
[mergeful-persistent] include containers-0.7-96b4
518.57 s
[mergeful-persistent] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
518.57 s
[mergeful-persistent] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
518.57 s
[mergeful-persistent] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
518.57 s
[mergeful-persistent] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
518.57 s
[mergeful-persistent] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
518.57 s
[mergeful-persistent] include mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
518.57 s
[mergeful-persistent] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
518.57 s
[mergeful-persistent] include mtl-2.3.1-37af
518.57 s
[mergeful-persistent] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
518.57 s
[mergeful-persistent] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
518.57 s
[mergeful-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
518.57 s
[mergeful-persistent] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
518.57 s
[mergeful-persistent] include persistent-template-2.12.0.0-AKrkOcbwbXd3djnVhdk0V2
518.57 s
[mergeful-persistent] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
518.57 s
[mergeful-persistent] include text-2.1.3-34f1
518.57 s
[mergeful-persistent] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
518.57 s
[mergeful-persistent] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
518.57 s
[mergeful-persistent] Ready component graph:
518.57 s
[mergeful-persistent] definite mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
518.57 s
[mergeful-persistent] depends base-4.20.2.0-fafd
518.57 s
[mergeful-persistent] depends containers-0.7-96b4
518.57 s
[mergeful-persistent] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
518.57 s
[mergeful-persistent] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
518.57 s
[mergeful-persistent] depends mtl-2.3.1-37af
518.57 s
[mergeful-persistent] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
518.57 s
[mergeful-persistent] definite mergeful-persistent-0.3.0.1-GVbn5OLIDpzEtNnp3Dp602-mergeful-persistent-test
518.57 s
[mergeful-persistent] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
518.57 s
[mergeful-persistent] depends base-4.20.2.0-fafd
518.57 s
[mergeful-persistent] depends containers-0.7-96b4
518.57 s
[mergeful-persistent] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
518.57 s
[mergeful-persistent] depends genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
518.57 s
[mergeful-persistent] depends genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
518.57 s
[mergeful-persistent] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
518.57 s
[mergeful-persistent] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
518.57 s
[mergeful-persistent] depends mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
518.57 s
[mergeful-persistent] depends monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
518.57 s
[mergeful-persistent] depends mtl-2.3.1-37af
518.57 s
[mergeful-persistent] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
518.57 s
[mergeful-persistent] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
518.57 s
[mergeful-persistent] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
518.57 s
[mergeful-persistent] depends persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
518.57 s
[mergeful-persistent] depends persistent-template-2.12.0.0-AKrkOcbwbXd3djnVhdk0V2
518.57 s
[mergeful-persistent] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
518.57 s
[mergeful-persistent] depends text-2.1.3-34f1
518.57 s
[mergeful-persistent] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
518.57 s
[mergeful-persistent] depends validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
518.57 s
[mergeful-persistent] Using Cabal-3.12.1.0 compiled by ghc-9.10
518.57 s
[mergeful-persistent] Using compiler: ghc-9.10.3
518.57 s
[mergeful-persistent] Using install prefix:
518.57 s
[mergeful-persistent] /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1
518.57 s
[mergeful-persistent] Executables installed in:
518.57 s
[mergeful-persistent] /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1/bin
518.57 s
[mergeful-persistent] Libraries installed in:
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
518.57 s
[mergeful-persistent] Dynamic Libraries installed in:
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
518.57 s
[mergeful-persistent] Private executables installed in:
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
518.57 s
[mergeful-persistent] Data files installed in:
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
518.57 s
[mergeful-persistent] Documentation installed in:
518.57 s
[mergeful-persistent] /nix/store/8k2k5s6d12miv1m5l6lnwv6d6bznjyq9-mergeful-persistent-0.3.0.1-doc/share/doc/mergeful-persistent-0.3.0.1
518.57 s
[mergeful-persistent] Configuration files installed in:
518.57 s
[mergeful-persistent] /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1/etc
518.57 s
[mergeful-persistent] No alex found
518.57 s
[mergeful-persistent] Using ar found on system at:
518.57 s
[mergeful-persistent] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
518.57 s
[mergeful-persistent] No c2hs found
518.57 s
[mergeful-persistent] No cpphs found
518.57 s
[mergeful-persistent] No doctest found
518.57 s
[mergeful-persistent] Using gcc version 14.3.0 given by user at:
518.57 s
[mergeful-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
518.57 s
[mergeful-persistent] Using ghc version 9.10.3 found on system at:
518.57 s
[mergeful-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
518.57 s
[mergeful-persistent] Using ghc-pkg version 9.10.3 found on system at:
518.57 s
[mergeful-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
518.57 s
[mergeful-persistent] No ghcjs found
518.57 s
[mergeful-persistent] No ghcjs-pkg found
518.57 s
[mergeful-persistent] No greencard found
518.57 s
[mergeful-persistent] Using haddock version 2.31.1 found on system at:
518.57 s
[mergeful-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
518.57 s
[mergeful-persistent] No happy found
518.57 s
[mergeful-persistent] Using haskell-suite found on system at: haskell-suite-dummy-location
518.61 s
[mergeful-persistent] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
518.61 s
[mergeful-persistent] No hmake found
518.61 s
[mergeful-persistent] Using hpc version 0.69 found on system at:
518.61 s
[mergeful-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
518.61 s
[mergeful-persistent] Using hsc2hs version 0.68.10 found on system at:
518.61 s
[mergeful-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
518.61 s
[mergeful-persistent] Using hscolour version 1.25 found on system at:
518.61 s
[mergeful-persistent] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
518.61 s
[mergeful-persistent] No jhc found
518.61 s
[mergeful-persistent] Using ld found on system at:
518.61 s
[mergeful-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
518.61 s
[mergeful-persistent] No pkg-config found
518.61 s
[mergeful-persistent] Using runghc version 9.10.3 found on system at:
518.61 s
[mergeful-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
518.61 s
[mergeful-persistent] Using strip version 2.44 found on system at:
518.61 s
[mergeful-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
518.61 s
[mergeful-persistent] Using tar found on system at:
518.61 s
[mergeful-persistent] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
518.61 s
[mergeful-persistent] No uhc found
519.10 s
[mergeful-persistent] Phase: buildPhase
519.18 s
[mergeful-persistent] Preprocessing library for mergeful-persistent-0.3.0.1...
519.18 s
[mergeful-persistent] Building library for mergeful-persistent-0.3.0.1...
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 )
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 )
520.24 s
[mergeful-persistent] [1 of 2] Compiling Data.Mergeful.Persistent ( src/Data/Mergeful/Persistent.hs, dist/build/Data/Mergeful/Persistent.p_o )
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 )
523.11 s
[cursor-dirforest-gen] Documentation created: dist/doc/html/cursor-dirforest-gen/,
523.11 s
[cursor-dirforest-gen] dist/doc/html/cursor-dirforest-gen/cursor-dirforest-gen.txt
523.20 s
[mergeful-persistent] Preprocessing test suite 'mergeful-persistent-test' for mergeful-persistent-0.3.0.1...
523.20 s
[mergeful-persistent] Building test suite 'mergeful-persistent-test' for mergeful-persistent-0.3.0.1...
523.20 s
[cursor-dirforest-gen] Preprocessing test suite 'cursor-dirforest-test' for cursor-dirforest-gen-0.0.0.0...
523.20 s
[cursor-dirforest-gen] Phase: installPhase
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 )
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
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 )
523.46 s
[cursor-dirforest-gen] Phase: fixupPhase
523.48 s
[cursor-dirforest-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0
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
523.50 s
[cursor-dirforest-gen] checking for references to /build/ in /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0...
523.52 s
[cursor-dirforest-gen] patching script interpreter paths in /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0
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
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
523.56 s
[cursor-dirforest-gen] checking for references to /build/ in /nix/store/ca320dj1ypk9s0ry07ga3fl31d0qvim1-cursor-dirforest-gen-0.0.0.0-doc...
523.57 s
[cursor-dirforest-gen] patching script interpreter paths in /nix/store/ca320dj1ypk9s0ry07ga3fl31d0qvim1-cursor-dirforest-gen-0.0.0.0-doc
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
524.07 s
[post-build-hook] Pushing 2 paths (203 are already present) using zstd to cache smos ⏳
524.07 s
[post-build-hook]
524.40 s
[post-build-hook] Pushing /nix/store/ca320dj1ypk9s0ry07ga3fl31d0qvim1-cursor-dirforest-gen-0.0.0.0-doc (218.90 KiB)
524.41 s
[post-build-hook] Pushing /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0 (755.79 KiB)
525.29 s
[post-build-hook]
525.29 s
[post-build-hook] All done.
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
525.39 s
[post-build-hook] copying 0 paths...
525.57 s
[post-build-hook] copying 0 paths...
525.64 s
Progress: 133 of 139 built (1 building), 815 of 815 downloaded from cache
525.76 s
Building hoogle-with-packages
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 )
525.76 s
[mergeful-persistent] [4 of 7] Compiling TestUtils ( test/TestUtils.hs, dist/build/mergeful-persistent-test/mergeful-persistent-test-tmp/TestUtils.o )
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 )
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 )
526.05 s
[mergeful-persistent] [7 of 7] Compiling Main ( test/Spec.hs, dist/build/mergeful-persistent-test/mergeful-persistent-test-tmp/Main.o )
526.14 s
[hoogle-with-packages] importing builtin packages
526.34 s
[hoogle-with-packages] importing other packages
526.68 s
[mergeful-persistent] [8 of 8] Linking dist/build/mergeful-persistent-test/mergeful-persistent-test
526.91 s
[hoogle-with-packages] building hoogle database
526.91 s
[hoogle-with-packages] Starting generate
527.95 s
[mergeful-persistent] Phase: checkPhase
528.32 s
[mergeful-persistent] Running 1 test suites...
528.32 s
[mergeful-persistent] Test suite mergeful-persistent-test: RUNNING...
528.61 s
[mergeful-persistent] Tests:
528.65 s
[mergeful-persistent]
528.65 s
[mergeful-persistent] Data.Mergeful.Persistent.SingleClientSpec
528.65 s
[mergeful-persistent] mergeFromServerStrategy
528.65 s
[mergeful-persistent] Single Client
528.65 s
[mergeful-persistent] Multiple items
528.65 s
[mergeful-persistent] ✓ succesfully uploads everything to the server for an empty server 136.94 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ succesfully downloads an item from the server for an empty client 144.53 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] Single item
528.65 s
[mergeful-persistent] ✓ succesfully uploads an item to the server for an empty server 112.19 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ succesfully downloads an item from the server for an empty client 123.19 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ is returns an empty response on the second sync with no modifications 193.78 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] mergeUsingCRDTStrategy
528.65 s
[mergeful-persistent] ✓ is returns an empty response on the second sync with no modifications 207.06 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] Single Client
528.65 s
[mergeful-persistent] Single item
528.65 s
[mergeful-persistent] ✓ succesfully uploads an item to the server for an empty server 135.29 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ succesfully downloads an item from the server for an empty client 142.17 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] Multiple items
528.65 s
[mergeful-persistent] ✓ succesfully downloads an item from the server for an empty client 136.03 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ succesfully uploads everything to the server for an empty server 136.24 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] mergeFromClientStrategy
528.65 s
[mergeful-persistent] does not hold
528.65 s
[mergeful-persistent] is returns an empty response on the second sync with no modifications
528.65 s
[mergeful-persistent] Single Client
528.65 s
[mergeful-persistent] Multiple items
528.65 s
[mergeful-persistent] ✓ succesfully uploads everything to the server for an empty server 165.06 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ succesfully downloads an item from the server for an empty client 142.66 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] Single item
528.65 s
[mergeful-persistent] ✓ succesfully downloads an item from the server for an empty client 117.91 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ succesfully uploads an item to the server for an empty server 148.36 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] sanity
528.65 s
[mergeful-persistent] setupClient & clientGetStore
528.65 s
[mergeful-persistent] ✓ roundtrips 144.36 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] setupServer & serverGetStore
528.65 s
[mergeful-persistent] ✓ roundtrips 98.15 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] Data.Mergeful.Persistent.TwoClientsSpec
528.65 s
[mergeful-persistent] sanity
528.65 s
[mergeful-persistent] setupClient & clientGetStore
528.65 s
[mergeful-persistent] ✓ roundtrips 197.21 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] setupServer & serverGetStore
528.65 s
[mergeful-persistent] ✓ roundtrips 171.36 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] mergeFromClientStrategy
528.65 s
[mergeful-persistent] Does not hold
528.65 s
[mergeful-persistent] does not diverge after a conflict occurs
528.65 s
[mergeful-persistent] Multiple clients
528.65 s
[mergeful-persistent] Single item
528.65 s
[mergeful-persistent] ✓ does not run into a conflict if two clients both try to sync a deletion 194.10 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ succesfully syncs a deletion across to a second client 205.13 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ successfully syncs an addition accross to a second client 207.10 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ successfully syncs a modification accross to a second client 199.36 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] Multiple items
528.65 s
[mergeful-persistent] ✓ succesfully syncs deletions across to a second client 226.96 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ successfully syncs additions accross to a second client 223.27 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ does not run into a conflict if two clients both try to sync a deletion 230.17 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ does not lose data after a conflict occurs 213.58 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] mergeFromServerStrategy
528.65 s
[mergeful-persistent] ✓ does not diverge after a conflict occurs 231.16 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] Does not hold
528.65 s
[mergeful-persistent] does not lose data after a conflict occurs
528.65 s
[mergeful-persistent] Multiple clients
528.65 s
[mergeful-persistent] Single item
528.65 s
[mergeful-persistent] ✓ succesfully syncs a deletion across to a second client 210.09 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ successfully syncs an addition accross to a second client 161.23 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ does not run into a conflict if two clients both try to sync a deletion 146.49 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ successfully syncs a modification accross to a second client 145.89 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] Multiple items
528.65 s
[mergeful-persistent] ✓ succesfully syncs deletions across to a second client 158.81 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ does not run into a conflict if two clients both try to sync a deletion 148.06 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ successfully syncs additions accross to a second client 142.80 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] mergeUsingCRDTStrategy
528.65 s
[mergeful-persistent] Multiple clients
528.65 s
[mergeful-persistent] Multiple items
528.65 s
[mergeful-persistent] ✓ does not run into a conflict if two clients both try to sync a deletion 144.68 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ successfully syncs additions accross to a second client 143.45 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ succesfully syncs deletions across to a second client 139.32 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] Single item
528.65 s
[mergeful-persistent] ✓ does not run into a conflict if two clients both try to sync a deletion 136.22 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ successfully syncs an addition accross to a second client 133.58 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ succesfully syncs a deletion across to a second client 126.61 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ successfully syncs a modification accross to a second client 127.07 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ does not diverge after a conflict occurs 119.48 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent] ✓ does not lose data after a conflict occurs 108.89 ms
528.65 s
[mergeful-persistent] passed for all of 10 inputs.
528.65 s
[mergeful-persistent]
528.65 s
[mergeful-persistent] Examples: 430
528.65 s
[mergeful-persistent] Passed: 43
528.65 s
[mergeful-persistent] Failed: 0
528.65 s
[mergeful-persistent] Pending: 3
528.65 s
[mergeful-persistent] Sum of test runtimes: 6.88 seconds
528.65 s
[mergeful-persistent] Test suite took: 0.28 seconds
528.65 s
[mergeful-persistent]
528.65 s
[mergeful-persistent] Test suite mergeful-persistent-test: PASS
528.65 s
[mergeful-persistent] Test suite logged to:
528.65 s
[mergeful-persistent] dist/test/mergeful-persistent-0.3.0.1-mergeful-persistent-test.log
528.65 s
[mergeful-persistent] 1 of 1 test suites (1 of 1 test cases) passed.
529.01 s
[mergeful-persistent] Phase: haddockPhase
529.01 s
[mergeful-persistent] Preprocessing library for mergeful-persistent-0.3.0.1...
529.01 s
[mergeful-persistent] Running Haddock on library for mergeful-persistent-0.3.0.1...
529.01 s
[mergeful-persistent] Warning: The documentation for the following packages are not installed. No
529.01 s
[mergeful-persistent] links will be generated to these packages: attoparsec-0.14.4,
529.01 s
[mergeful-persistent] attoparsec-0.14.4, vector-0.13.2.0
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
529.05 s
[mergeful-persistent] [1 of 2] Compiling Data.Mergeful.Persistent ( src/Data/Mergeful/Persistent.hs, nothing )
529.40 s
[mergeful-persistent] [2 of 2] Compiling Paths_mergeful_persistent ( dist/build/autogen/Paths_mergeful_persistent.hs, nothing )
529.42 s
[mergeful-persistent] Haddock coverage:
529.42 s
[mergeful-persistent] 79% ( 19 / 24) in 'Data.Mergeful.Persistent'
529.42 s
[mergeful-persistent] Missing documentation for:
529.42 s
[mergeful-persistent] Module header
529.42 s
[mergeful-persistent] clientMergeSyncResponseQuery (src/Data/Mergeful/Persistent.hs:162)
529.42 s
[mergeful-persistent] clientSyncProcessor (src/Data/Mergeful/Persistent.hs:208)
529.42 s
[mergeful-persistent] serverSyncProcessor (src/Data/Mergeful/Persistent.hs:424)
529.42 s
[mergeful-persistent] serverSyncWithCustomIdProcessor (src/Data/Mergeful/Persistent.hs:512)
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
529.91 s
[mergeful-persistent] Warning: Data.Mergeful.Persistent: could not find link destinations for:
529.91 s
[mergeful-persistent] - Data.Mergeful.Item.Rep_ItemMergeStrategy
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
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
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
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
536.11 s
[mergeful-persistent] Documentation created: dist/doc/html/mergeful-persistent/,
536.11 s
[mergeful-persistent] dist/doc/html/mergeful-persistent/mergeful-persistent.txt
536.17 s
[mergeful-persistent] Preprocessing test suite 'mergeful-persistent-test' for mergeful-persistent-0.3.0.1...
536.18 s
[mergeful-persistent] Phase: installPhase
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
536.54 s
[mergeful-persistent] Phase: fixupPhase
536.56 s
[mergeful-persistent] shrinking RPATHs of ELF executables and libraries in /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1
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
536.60 s
[mergeful-persistent] checking for references to /build/ in /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1...
536.61 s
[mergeful-persistent] patching script interpreter paths in /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1
536.62 s
[mergeful-persistent] stripping (with command strip and flags -S -p) in /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1/lib
536.65 s
[mergeful-persistent] shrinking RPATHs of ELF executables and libraries in /nix/store/8k2k5s6d12miv1m5l6lnwv6d6bznjyq9-mergeful-persistent-0.3.0.1-doc
536.66 s
[mergeful-persistent] checking for references to /build/ in /nix/store/8k2k5s6d12miv1m5l6lnwv6d6bznjyq9-mergeful-persistent-0.3.0.1-doc...
536.67 s
[mergeful-persistent] patching script interpreter paths in /nix/store/8k2k5s6d12miv1m5l6lnwv6d6bznjyq9-mergeful-persistent-0.3.0.1-doc
536.72 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1
537.17 s
[post-build-hook] Pushing 2 paths (280 are already present) using zstd to cache smos ⏳
537.17 s
[post-build-hook]
537.50 s
[post-build-hook] Pushing /nix/store/8k2k5s6d12miv1m5l6lnwv6d6bznjyq9-mergeful-persistent-0.3.0.1-doc (656.97 KiB)
537.53 s
[post-build-hook] Pushing /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1 (984.12 KiB)
538.56 s
[post-build-hook]
538.56 s
[post-build-hook] All done.
538.58 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1
538.66 s
[post-build-hook] copying 0 paths...
538.79 s
[post-build-hook] copying 0 paths...
538.88 s
Progress: 134 of 138 built (1 building), 815 of 815 downloaded from cache
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
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
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
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
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
540.07 s
[hoogle-with-packages] Found 2806 warnings when processing items
540.11 s
[hoogle-with-packages]
540.16 s
[hoogle-with-packages] Reordering items... 0.05s
540.33 s
[hoogle-with-packages] Writing tags... 0.17s
540.52 s
[hoogle-with-packages] Writing names... 0.19s
541.40 s
[hoogle-with-packages] Writing types... 0.88s
541.41 s
[hoogle-with-packages] Took 14.49s
541.44 s
[hoogle-with-packages] building haddock index
546.15 s
[hoogle-with-packages] finishing up
546.29 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/zbr0rq21phy7qk5l2mm2c8w4743jrh3f-hoogle-with-packages
546.95 s
[post-build-hook] Pushing 13 paths (607 are already present) using zstd to cache smos ⏳
546.95 s
[post-build-hook]
547.29 s
[post-build-hook] Pushing /nix/store/1apni4b985jiv38v36rp2h8na103sn8b-yesod-static-remote-0.0.0.1-doc (168.33 KiB)
547.31 s
[post-build-hook] Pushing /nix/store/hpk1fi067nz6dk6xfpqyd2a8cqdhhgyc-template-haskell-reload-0.0.0.0-doc (386.12 KiB)
547.31 s
[post-build-hook] Pushing /nix/store/52qzb8plnmcsnnmc26s25r99m90m4jdz-HaskellNet-0.6.1.2-doc (2.53 MiB)
547.32 s
[post-build-hook] Pushing /nix/store/36cvhf4m3g2567j8iwcwynbkfq5v5d1a-HaskellNet-SSL-0.4.0.2-doc (451.10 KiB)
547.32 s
[post-build-hook] Pushing /nix/store/9nmxcb21kr3cqbh1d39bzkrwpbnxkkrl-prometheus-wai-0.2.0.1-doc (257.94 KiB)
547.32 s
[post-build-hook] Pushing /nix/store/1fyxx288zdmsw6kjrv4krgml4brakdwi-persistent-pagination-0.1.1.2-doc (600.07 KiB)
547.32 s
[post-build-hook] Pushing /nix/store/cc55jfknl2w9xqmp206nn051j6jmqxqc-servant-auth-client-0.4.2.0-doc (196.29 KiB)
547.63 s
[post-build-hook] Pushing /nix/store/gjhjhk2mza90j062d8zqmafq24d7qhvd-yesod-autoreload-0.0.0.0-doc (169.02 KiB)
548.55 s
[post-build-hook] Pushing /nix/store/jsf6cmc8nwvidkmga837i23vfy5rmrva-servant-auth-server-0.4.9.1-doc (1.85 MiB)
548.57 s
[post-build-hook] Pushing /nix/store/zbr0rq21phy7qk5l2mm2c8w4743jrh3f-hoogle-with-packages (82.60 MiB)
548.61 s
[post-build-hook] Pushing /nix/store/pbpkzqvgjcgri3ipyj9p883gnbdzmrxi-prometheus-ghc-stats-0.0.0.0-doc (249.74 KiB)
548.62 s
[post-build-hook] Pushing /nix/store/zidrcgv5ahk794rjiphyffv2vyqfa3qc-esqueleto-3.6.0.0-doc (19.40 MiB)
548.63 s
[post-build-hook] Pushing /nix/store/nag0ifni879pxzkbsg8hs84x6pkcaddz-zip-2.2.1-doc (1.84 MiB)
550.88 s
[post-build-hook]
550.88 s
[post-build-hook] All done.
550.91 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/zbr0rq21phy7qk5l2mm2c8w4743jrh3f-hoogle-with-packages
550.99 s
[post-build-hook] copying 0 paths...
551.72 s
[post-build-hook] copying 26 paths...
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'...
551.74 s
[post-build-hook] copying path '/nix/store/7lq3w0yygfpgbvr1hdx3igq25n7d0g64-source.drv' to 'https://cache.staging.nix-ci.com'...
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'...
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'...
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'...
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'...
551.74 s
[post-build-hook] copying path '/nix/store/9bzygmd7y8wl1dwxcfkq0krr8yscr0c8-js-flot-0.8.3.drv' to 'https://cache.staging.nix-ci.com'...
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'...
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'...
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'...
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'...
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'...
551.74 s
[post-build-hook] copying path '/nix/store/jm5ki03hajfvqrvbf6p3mvas47vpnhy0-js-jquery-3.7.1.drv' to 'https://cache.staging.nix-ci.com'...
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'...
551.90 s
[post-build-hook] copying path '/nix/store/31p9g7fq84cgaca4fslx2j9axkasqmns-crypto-token-0.1.2.drv' to 'https://cache.staging.nix-ci.com'...
551.90 s
[post-build-hook] copying path '/nix/store/qkhzahl2005952lrhcb29q5lwbh4fmb8-fmlist-0.9.4.drv' to 'https://cache.staging.nix-ci.com'...
551.91 s
[post-build-hook] copying path '/nix/store/ak6zx35aa9zdvfd61qia8m7992a6a3p6-mmap-0.5.9.drv' to 'https://cache.staging.nix-ci.com'...
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'...
552.09 s
[post-build-hook] copying path '/nix/store/qy9fzffwbgf6lv0ga90ggdps88cz0vmi-storable-record-0.0.7.drv' to 'https://cache.staging.nix-ci.com'...
552.09 s
[post-build-hook] copying path '/nix/store/xcn5q0rpv0q9f2vgpkiaj4i9abcfdjij-ListLike-4.7.8.4.drv' to 'https://cache.staging.nix-ci.com'...
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'...
552.25 s
[post-build-hook] copying path '/nix/store/dgf03hlwyx4r4j39lpf2i3p0lv0xy3a1-process-extras-0.7.4.drv' to 'https://cache.staging.nix-ci.com'...
552.28 s
[post-build-hook] copying path '/nix/store/wr8ik6nycww724f6wjfdjn129gq9h7ny-warp-tls-3.4.13.drv' to 'https://cache.staging.nix-ci.com'...
552.29 s
[post-build-hook] copying path '/nix/store/d5l5nc609phfvnawkpx0g5mqrla5njxz-storable-tuple-0.1.drv' to 'https://cache.staging.nix-ci.com'...
552.46 s
[post-build-hook] copying path '/nix/store/9b8r4i7yq79lrsz3idr8d6mprnqbhyb4-hoogle-unstable-2024-07-29.drv' to 'https://cache.staging.nix-ci.com'...
552.74 s
[post-build-hook] copying path '/nix/store/4cv0zxi66ylrvlyr7z3v5hjk4jz9yjak-hoogle-with-packages.drv' to 'https://cache.staging.nix-ci.com'...
552.98 s
Progress: 135 of 138 built, 815 of 815 downloaded from cache
553.10 s
Building ghc-9.10.3-with-packages
553.15 s
[ghc-9.10.3-with-packages] /nix/store/wzv9v7nyim8f4yqmkx45ywk3knvvp14j-genvalidity-criterion-1.1.0.0/nix-support:
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
553.15 s
[ghc-9.10.3-with-packages] /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2/nix-support:
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
553.16 s
[ghc-9.10.3-with-packages] /nix/store/f9r14infkd8jdb4y6swli6kj719pbjbr-path-0.9.6/nix-support:
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
553.16 s
[ghc-9.10.3-with-packages] /nix/store/f9r14infkd8jdb4y6swli6kj719pbjbr-path-0.9.6/nix-support:
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
553.16 s
[ghc-9.10.3-with-packages] /nix/store/fp2i4dc38vkycq5q629prcccwsl61wlm-path-io-1.8.2/nix-support:
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
553.17 s
[ghc-9.10.3-with-packages] /nix/store/50sp4i6cv4y5nsci5payq9rpgv52wma5-genvalidity-1.1.1.0/nix-support:
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
553.17 s
[ghc-9.10.3-with-packages] /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1/nix-support:
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
553.17 s
[ghc-9.10.3-with-packages] /nix/store/6vipa7666737svrbwasmdxf8r3dl5czp-cursor-0.3.2.0/nix-support:
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
553.18 s
[ghc-9.10.3-with-packages] /nix/store/w0jxhq7fwxwcqrhkh2cgnw6w3sy9yc0n-aeson-2.2.3.0/nix-support:
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
553.19 s
[ghc-9.10.3-with-packages] /nix/store/f2xcy7mriwz2jn6z7kvv8xdiypq4zpbg-async-2.2.5/nix-support:
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
553.19 s
[ghc-9.10.3-with-packages] /nix/store/sfazchrjg9cd5sjp24q7ydcda3g94mcm-autodocodec-0.5.0.0/nix-support:
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
553.20 s
[ghc-9.10.3-with-packages] /nix/store/2dwalz720lybgxbaaq7n8j5k25lih4s5-brick-2.9/nix-support:
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
553.21 s
[ghc-9.10.3-with-packages] /nix/store/al1nzwpa50bqqnzjzjs16jpjhxi45jk5-conduit-1.3.6.1/nix-support:
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
553.21 s
[ghc-9.10.3-with-packages] /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1/nix-support:
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
553.22 s
[ghc-9.10.3-with-packages] /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0/nix-support:
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
553.22 s
[ghc-9.10.3-with-packages] /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0/nix-support:
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
553.23 s
[ghc-9.10.3-with-packages] /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0/nix-support:
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
553.23 s
[ghc-9.10.3-with-packages] /nix/store/p9fy2gfvx4dr244gsyriki20v1lpp1zj-fuzzy-time-0.3.0.1/nix-support:
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
553.23 s
[ghc-9.10.3-with-packages] /nix/store/fdcjb6jbhhmdm8ld0d42gxx7a7bv5z8m-megaparsec-9.7.0/nix-support:
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
553.24 s
[ghc-9.10.3-with-packages] /nix/store/qlafpwan8gi5a4qfggy40w1ibkpxpsyg-monad-logger-0.3.42/nix-support:
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
553.25 s
[ghc-9.10.3-with-packages] /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1/nix-support:
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
553.26 s
[ghc-9.10.3-with-packages] /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0/nix-support:
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
553.26 s
[ghc-9.10.3-with-packages] /nix/store/5g601rrr853kimhmadd15r9krlxnmgw3-resourcet-1.3.0/nix-support:
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
553.26 s
[ghc-9.10.3-with-packages] /nix/store/2j4qhss6w42a5wwrnwmmc6hgix4fcjnp-tz-0.1.3.6/nix-support:
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
553.27 s
[ghc-9.10.3-with-packages] /nix/store/mvw5cp3mm06bys6bsxfqbcbcaq1aa1yz-vty-6.4/nix-support:
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
553.28 s
[ghc-9.10.3-with-packages] /nix/store/gyq2hg6as91l4w486jbpamf56qn5dlf6-vty-crossplatform-0.4.0.0/nix-support:
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
553.28 s
[ghc-9.10.3-with-packages] /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2/nix-support:
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
553.29 s
[ghc-9.10.3-with-packages] /nix/store/22s9w7w7q40855n1x8rbnyy9ac6ivkhy-base64-bytestring-1.2.1.0/nix-support:
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
553.29 s
[ghc-9.10.3-with-packages] /nix/store/k0gy3pnhq14zjbbvjs7v61q6n1m1j04c-cryptonite-0.30/nix-support:
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
553.32 s
[ghc-9.10.3-with-packages] /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0/nix-support:
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
553.32 s
[ghc-9.10.3-with-packages] /nix/store/nglnb6sw9a15yhn6gbkj7anrbn4giy96-http-api-data-0.6.2/nix-support:
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
553.32 s
[ghc-9.10.3-with-packages] /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0/nix-support:
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
553.33 s
[ghc-9.10.3-with-packages] /nix/store/0j21wiv2nrfbimsn0zl3kwf86vq31gvc-memory-0.18.0/nix-support:
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
553.34 s
[ghc-9.10.3-with-packages] /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0/nix-support:
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
553.35 s
[ghc-9.10.3-with-packages] /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1/nix-support:
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
553.35 s
[ghc-9.10.3-with-packages] /nix/store/cjh60n52vb0b2yy2pc96izi9hlchgskb-password-3.1.0.1/nix-support:
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
553.35 s
[ghc-9.10.3-with-packages] /nix/store/wgm2cpg9p1riraiwhnx7yb6pm49ygz5m-password-instances-3.0.0.0/nix-support:
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
553.36 s
[ghc-9.10.3-with-packages] /nix/store/wcdi565l6h6nbyzdimw2ldgra1flkyh3-path-pieces-0.2.1/nix-support:
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
553.36 s
[ghc-9.10.3-with-packages] /nix/store/cyysf9pmxf2kwgzvvxvp9fk6ii4b7bsc-persistent-2.17.1.0/nix-support:
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
553.37 s
[ghc-9.10.3-with-packages] /nix/store/h1mk384r3ch6wg9sd1nhpy5yf529kwa8-semver-0.4.0.1/nix-support:
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
553.38 s
[ghc-9.10.3-with-packages] /nix/store/4bzh0vhqwb10vdgy3grv9qd12b4y8lpc-servant-0.20.3.0/nix-support:
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
553.39 s
[ghc-9.10.3-with-packages] /nix/store/5rndq3v29rrrnvyqfnn9bxnx9azvw6a5-servant-auth-0.4.2.0/nix-support:
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
553.39 s
[ghc-9.10.3-with-packages] /nix/store/m8wjhz507hfwg2lkz8pynz4m858yv6h4-servant-auth-server-0.4.9.1/nix-support:
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
553.40 s
[ghc-9.10.3-with-packages] /nix/store/r1mhw5756934ym2g680d02b9xnfriapg-typed-uuid-0.2.0.0/nix-support:
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
553.40 s
[ghc-9.10.3-with-packages] /nix/store/20wx5yiwg0w4s54ianjn685mq2c4fbyw-uuid-1.3.16/nix-support:
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
553.41 s
[ghc-9.10.3-with-packages] /nix/store/45q7drclby7l3p2dc4md7bphw4ssy4dx-validity-bytestring-0.4.1.1/nix-support:
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
553.41 s
[ghc-9.10.3-with-packages] /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1/nix-support:
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
553.41 s
[ghc-9.10.3-with-packages] /nix/store/bpyr0aj9yiiisc97gh8vkg8gyqj4wbdr-validity-text-0.3.1.3/nix-support:
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
553.41 s
[ghc-9.10.3-with-packages] /nix/store/w3h9r1np1i59gynqwgf2hzc5zkwax2sf-validity-uuid-0.1.0.3/nix-support:
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
553.42 s
[ghc-9.10.3-with-packages] /nix/store/prnm5xdkvnv82km4qjxm1dn1mlb6dkk7-yaml-0.11.11.2/nix-support:
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
553.42 s
[ghc-9.10.3-with-packages] /nix/store/s9s5z2hw490jizgckfs3pqp4kxmlzcq4-genvalidity-bytestring-1.0.0.1/nix-support:
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
553.43 s
[ghc-9.10.3-with-packages] /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1/nix-support:
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
553.43 s
[ghc-9.10.3-with-packages] /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1/nix-support:
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
553.43 s
[ghc-9.10.3-with-packages] /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1/nix-support:
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
553.44 s
[ghc-9.10.3-with-packages] /nix/store/6q1zj97a9ddk9z5nzlarfkwms1bs1mh9-genvalidity-uuid-1.0.0.1/nix-support:
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
553.44 s
[ghc-9.10.3-with-packages] /nix/store/50yjrzvsnyhi79pdjw6vdik52wmin5x0-QuickCheck-2.15.0.1/nix-support:
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
553.45 s
[ghc-9.10.3-with-packages] /nix/store/0wf3sjz5kq2pb73kql2vrwysjw3yflvj-unliftio-0.2.25.1/nix-support:
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
553.45 s
[ghc-9.10.3-with-packages] /nix/store/dmwhfx45rbw144wvx5xjig4512dyhsx7-case-insensitive-1.2.1.0/nix-support:
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
553.46 s
[ghc-9.10.3-with-packages] /nix/store/m6pcfnbz1jq27qdwaxzl0gw07k4ahrp0-conformance-0.1.0.0/nix-support:
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
553.46 s
[ghc-9.10.3-with-packages] /nix/store/9qr9jg5yfqbbps7a3wxyy6ni4448armk-http-client-0.7.19/nix-support:
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
553.47 s
[ghc-9.10.3-with-packages] /nix/store/7ah43d71nsbzs2d0xn3a2wcva7585lk8-http-client-tls-0.3.6.4/nix-support:
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
553.47 s
[ghc-9.10.3-with-packages] /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0/nix-support:
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
553.47 s
[ghc-9.10.3-with-packages] /nix/store/2bk2bid6zvi7rab69bdb5wpdxq342pr7-network-uri-2.6.4.2/nix-support:
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
553.48 s
[ghc-9.10.3-with-packages] /nix/store/vrhgqgxpjb12kavq5fk0z5pb2zyy3a9m-http-types-0.12.4/nix-support:
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
553.48 s
[ghc-9.10.3-with-packages] /nix/store/xy8dcwp9im7pilldqipn105chpmbvc13-pretty-show-1.10/nix-support:
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
553.49 s
[ghc-9.10.3-with-packages] /nix/store/0yqiqqpbrnwj9g29j052h36rhrbvmb8g-retry-0.9.3.1/nix-support:
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
553.49 s
[ghc-9.10.3-with-packages] /nix/store/rw2gnhkf7mi4nr8npj08gzkzwg1f7hw2-safe-coloured-text-0.3.0.2/nix-support:
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
553.49 s
[ghc-9.10.3-with-packages] /nix/store/297qbgg10yfpdl5i6ws4vd2mj1aj50vg-safe-coloured-text-layout-0.2.0.1/nix-support:
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
553.50 s
[ghc-9.10.3-with-packages] /nix/store/4ll26bsrz74fhpi267j4bwb9qj7i19c9-servant-client-0.20.3.0/nix-support:
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
553.50 s
[ghc-9.10.3-with-packages] /nix/store/zx15bajnwnbzyqrplwdc5rvvvvzgxn1w-cookie-0.5.1/nix-support:
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
553.50 s
[ghc-9.10.3-with-packages] /nix/store/grjwqyfgsvc2xwdhfwr981j8shwgpnhy-servant-auth-client-0.4.2.0/nix-support:
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
553.51 s
[ghc-9.10.3-with-packages] /nix/store/87hbcq1x01d618brkwwaq95bpq3fpawl-servant-client-core-0.20.3.0/nix-support:
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
553.51 s
[ghc-9.10.3-with-packages] /nix/store/jgsgy9dsxyxrgrf7dq5mdmdy67amc5hq-filelock-0.1.1.8/nix-support:
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
553.51 s
[ghc-9.10.3-with-packages] /nix/store/c645gdfg15apfi1wsjfrx28zai2m01hz-validity-time-0.5.0.0/nix-support:
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
553.52 s
[ghc-9.10.3-with-packages] /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0/nix-support:
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
553.52 s
[ghc-9.10.3-with-packages] /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0/nix-support:
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
553.53 s
[ghc-9.10.3-with-packages] /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0/nix-support:
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
553.53 s
[ghc-9.10.3-with-packages] /nix/store/8zdhsi85vlwaifmjkzi01y8rn7z1a6f1-aeson-pretty-0.8.10/nix-support:
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
553.54 s
[ghc-9.10.3-with-packages] /nix/store/swkjk3h10x9nq3ly6w0fxx8gw1mhl1dg-validity-containers-0.5.0.5/nix-support:
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
553.54 s
[ghc-9.10.3-with-packages] /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1/nix-support:
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
553.54 s
[ghc-9.10.3-with-packages] /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1/nix-support:
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
553.55 s
[ghc-9.10.3-with-packages] /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1/nix-support:
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
553.56 s
[ghc-9.10.3-with-packages] /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0/nix-support:
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
553.57 s
[ghc-9.10.3-with-packages] /nix/store/rd8dadg9a3n0mi6hmhgma5cvaza8wv8v-cmark-gfm-0.2.6/nix-support:
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
553.57 s
[ghc-9.10.3-with-packages] /nix/store/44p21zxiy4y934rskwlhaq4zcqx2m3wh-data-default-0.8.0.1/nix-support:
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
553.57 s
[ghc-9.10.3-with-packages] /nix/store/21lrh65wbmai79w1hf7z221vgi7a9fj4-file-embed-0.0.16.0/nix-support:
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
553.57 s
[ghc-9.10.3-with-packages] /nix/store/vf6bvypsylzrx3z4n8vmsc2nfqgzb3sg-fsnotify-0.4.4.0/nix-support:
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
553.58 s
[ghc-9.10.3-with-packages] /nix/store/5rp3d9ish9qd9wp35n4n4wmck2b9hkc6-prometheus-2.3.0/nix-support:
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
553.58 s
[ghc-9.10.3-with-packages] /nix/store/nk2zipli2zwah88q2bjd00flx97hpagh-prometheus-ghc-stats-0.0.0.0/nix-support:
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
553.59 s
[ghc-9.10.3-with-packages] /nix/store/jsc89j051fjx1an1smxy8ai15r45sbs3-prometheus-wai-0.2.0.1/nix-support:
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
553.59 s
[ghc-9.10.3-with-packages] /nix/store/ysb7cpa45rr6d2xa3b2a4l4p90md3ik8-raw-strings-qq-1.1/nix-support:
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
553.59 s
[ghc-9.10.3-with-packages] /nix/store/ajjn1zdlkijzyl8l1wdfalfdw6k5gx6m-shakespeare-2.1.0.1/nix-support:
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
553.60 s
[ghc-9.10.3-with-packages] /nix/store/57gpzjqzf17d042mmjl6lwy2s0cjmyrp-template-haskell-reload-0.0.0.0/nix-support:
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
553.60 s
[ghc-9.10.3-with-packages] /nix/store/a667rj6gkw7ndlr0a2xlllwbjy1912fc-wai-extra-3.1.18/nix-support:
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
553.62 s
[ghc-9.10.3-with-packages] /nix/store/74lf7s74sfz7wvjm4c2x14zsrxri7hhq-warp-3.4.9/nix-support:
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
553.62 s
[ghc-9.10.3-with-packages] /nix/store/3nxp5yq6jwxhi687ba8700dlp9v7633y-yesod-1.6.2.1/nix-support:
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
553.63 s
[ghc-9.10.3-with-packages] /nix/store/lpr94zsrkb5ysnp89qz4nkbff62pijha-yesod-autoreload-0.0.0.0/nix-support:
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
553.63 s
[ghc-9.10.3-with-packages] /nix/store/f9r8c5m236y0qmj9dm239xl489vpjgh7-yesod-sitemap-1.6.0/nix-support:
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
553.64 s
[ghc-9.10.3-with-packages] /nix/store/6va0273iy335q8zrkld81lmjsqw90mp8-yesod-static-1.6.1.0/nix-support:
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
553.64 s
[ghc-9.10.3-with-packages] /nix/store/k1zx6cmr6mjg28iz6fw975j2qr0sfnvl-yesod-static-remote-0.0.0.1/nix-support:
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
553.64 s
[ghc-9.10.3-with-packages] /nix/store/9nm8v1vydcssvvn5ff1i8avh9jsj6by6-vty-unix-0.2.0.0/nix-support:
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
553.65 s
[ghc-9.10.3-with-packages] /nix/store/mi90dsmrzhqamg65di932mx5xyqrp9yp-github-0.30.0.1/nix-support:
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
553.67 s
[ghc-9.10.3-with-packages] /nix/store/syl28xmdarppw1ssfb74x8w6syjk45q5-safe-coloured-text-terminfo-0.3.0.0/nix-support:
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
553.67 s
[ghc-9.10.3-with-packages] /nix/store/4qhc4xdsrnk3j3lqh1razsmgfhnxqn3c-HaskellNet-0.6.1.2/nix-support:
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
553.68 s
[ghc-9.10.3-with-packages] /nix/store/hj5c925qiai0aj8n6psd882q72aqxip2-HaskellNet-SSL-0.4.0.2/nix-support:
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
553.69 s
[ghc-9.10.3-with-packages] /nix/store/svdq42bql633ba0vf3yxa03mp81q1zj4-mime-mail-0.5.1/nix-support:
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
553.69 s
[ghc-9.10.3-with-packages] /nix/store/jig12d98931xf333j7k7kckkj4mcy4w7-network-3.2.8.0/nix-support:
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
553.70 s
[ghc-9.10.3-with-packages] /nix/store/zmpf1sks4vnx247v6hjqr61dflhvq0qj-stache-2.3.4/nix-support:
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
553.70 s
[ghc-9.10.3-with-packages] /nix/store/z4cyhz3ds6xfby8zy8vjvyfl8r7byk0k-hashable-1.5.0.0/nix-support:
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
553.71 s
[ghc-9.10.3-with-packages] /nix/store/x2dfpghrlj0cn3gkg4jilphh8pc7d4x4-persistent-sqlite-2.13.3.1/nix-support:
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
553.71 s
[ghc-9.10.3-with-packages] /nix/store/fqhwy433l7fqc9a9r7z02k41a6g6m3jx-IntervalMap-0.6.2.1/nix-support:
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
553.72 s
[ghc-9.10.3-with-packages] /nix/store/ri4363bk7wrnd3j5rx13r1zn2k546fb5-dlist-1.0/nix-support:
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
553.72 s
[ghc-9.10.3-with-packages] /nix/store/89k5vsmd7qp5rcqbv8ak4bj2l3wbjmvm-cron-0.7.2/nix-support:
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
553.73 s
[ghc-9.10.3-with-packages] /nix/store/0qpwjmcqdymbcyqzjc2m118p7rgcxkzs-amazonka-2.0-unstable-2025-04-16/nix-support:
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
553.74 s
[ghc-9.10.3-with-packages] /nix/store/f16izls827ylp4pcd2av40l2xplxqqxa-amazonka-ses-2.0-unstable-2025-04-16/nix-support:
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
553.76 s
[ghc-9.10.3-with-packages] /nix/store/4r7mvj2ijnz7cjvv81y3v0zk2piqmfn8-blaze-html-0.9.2.0/nix-support:
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
553.77 s
[ghc-9.10.3-with-packages] /nix/store/fbpyahf8z4v3v6hry3p1jqg4cca9lm3c-cryptohash-sha256-0.11.102.1/nix-support:
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
553.78 s
[ghc-9.10.3-with-packages] /nix/store/wi5fc6s67qjgna3nkizz43sjy5g3mfyj-esqueleto-3.6.0.0/nix-support:
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
553.78 s
[ghc-9.10.3-with-packages] /nix/store/vncz11093xbrr2rvh7nb2cqpv3lhjzm3-jose-0.11/nix-support:
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
553.79 s
[ghc-9.10.3-with-packages] /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0/nix-support:
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
553.79 s
[ghc-9.10.3-with-packages] /nix/store/xjkx6qz0c9pbv8ip0dai7cr5b3wd5h1c-persistent-pagination-0.1.1.2/nix-support:
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
553.80 s
[ghc-9.10.3-with-packages] /nix/store/6yq8xybaa3kar19n769b6fld1ipic2ci-servant-server-0.20.3.0/nix-support:
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
553.80 s
[ghc-9.10.3-with-packages] /nix/store/f3wv5m7yrb6j55cclajjjxqw02rakh87-wai-3.2.4/nix-support:
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
553.81 s
[ghc-9.10.3-with-packages] /nix/store/gyjy4ly7mz6z0znf38jc751zwdikwlkl-zip-2.2.1/nix-support:
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
553.81 s
[ghc-9.10.3-with-packages] /nix/store/sjn49p7s4ri3yqk07nckqix3k0ac75v3-zstd-0.1.3.0/nix-support:
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
553.82 s
[ghc-9.10.3-with-packages] /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2/nix-support:
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
553.82 s
[ghc-9.10.3-with-packages] /nix/store/2jdij6q9vrr6m6f1vv8kbi6z4qpnfrv5-http-conduit-2.3.9.1/nix-support:
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
553.83 s
[ghc-9.10.3-with-packages] /nix/store/hvnks7nypjjy1gp9ifgjnxg0fi5lnn79-scientific-0.3.8.0/nix-support:
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
553.83 s
[ghc-9.10.3-with-packages] /nix/store/0dqz6vsilfkv745qq4mdsi7kykqnqg8r-unordered-containers-0.2.20.1/nix-support:
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
553.84 s
[ghc-9.10.3-with-packages] /nix/store/8x45sl95f0x8cbf2lrlh76v0vgp0sz7k-vector-0.13.2.0/nix-support:
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
553.84 s
[ghc-9.10.3-with-packages] /nix/store/8x45sl95f0x8cbf2lrlh76v0vgp0sz7k-vector-0.13.2.0/nix-support:
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
553.85 s
[ghc-9.10.3-with-packages] /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3/nix-support:
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
553.85 s
[ghc-9.10.3-with-packages] /nix/store/jygxd9v4ky7vmn7kjrwbyqrq1cpn2qxw-yesod-auth-1.6.11.3/nix-support:
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
553.86 s
[ghc-9.10.3-with-packages] /nix/store/3s736fp8md8m3k13rqqn4iqsv9pzhvma-yesod-websockets-0.3.0.3/nix-support:
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
553.89 s
[ghc-9.10.3-with-packages] /nix/store/xi2yp60hkpivnc9cnm0q9vhqgkrlbxky-base-compat-batteries-0.14.1/nix-support:
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
553.91 s
[ghc-9.10.3-with-packages] /nix/store/xi2yp60hkpivnc9cnm0q9vhqgkrlbxky-base-compat-batteries-0.14.1/nix-support:
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
553.92 s
[ghc-9.10.3-with-packages] /nix/store/q98s3484xq950qavmka4hmb4jkrp4d48-binary-orphans-1.0.5/nix-support:
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
553.92 s
[ghc-9.10.3-with-packages] /nix/store/q98s3484xq950qavmka4hmb4jkrp4d48-binary-orphans-1.0.5/nix-support:
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
553.92 s
[ghc-9.10.3-with-packages] /nix/store/y986w2af63jjpr5sqvg6assp76ls2f5r-cassava-0.5.4.1/nix-support:
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
553.93 s
[ghc-9.10.3-with-packages] /nix/store/y986w2af63jjpr5sqvg6assp76ls2f5r-cassava-0.5.4.1/nix-support:
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
553.93 s
[ghc-9.10.3-with-packages] /nix/store/64hyraraljk8jskf2zjz2c0ykvl8fhgk-criterion-measurement-0.2.3.0/nix-support:
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
553.93 s
[ghc-9.10.3-with-packages] /nix/store/64hyraraljk8jskf2zjz2c0ykvl8fhgk-criterion-measurement-0.2.3.0/nix-support:
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
553.93 s
[ghc-9.10.3-with-packages] /nix/store/b0pqn33j0y5k4hwhxf65fsys4k0rvqnj-Glob-0.10.2/nix-support:
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
553.94 s
[ghc-9.10.3-with-packages] /nix/store/b0pqn33j0y5k4hwhxf65fsys4k0rvqnj-Glob-0.10.2/nix-support:
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
553.94 s
[ghc-9.10.3-with-packages] /nix/store/dczz8gyw5g3gdiy7mc2h1kd5fv4x2b4d-microstache-1.0.3/nix-support:
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
553.94 s
[ghc-9.10.3-with-packages] /nix/store/dczz8gyw5g3gdiy7mc2h1kd5fv4x2b4d-microstache-1.0.3/nix-support:
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
553.94 s
[ghc-9.10.3-with-packages] /nix/store/2rnpd19gj54fwh1h1xd45q493b6gczha-mwc-random-0.15.2.0/nix-support:
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
553.94 s
[ghc-9.10.3-with-packages] /nix/store/2rnpd19gj54fwh1h1xd45q493b6gczha-mwc-random-0.15.2.0/nix-support:
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
553.95 s
[ghc-9.10.3-with-packages] /nix/store/8caw7jz2ckqp2cja2qna3ylj1sy5w8yr-optparse-applicative-0.18.1.0/nix-support:
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
553.95 s
[ghc-9.10.3-with-packages] /nix/store/8caw7jz2ckqp2cja2qna3ylj1sy5w8yr-optparse-applicative-0.18.1.0/nix-support:
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
553.95 s
[ghc-9.10.3-with-packages] /nix/store/14yb2gnb2r3ryxg9dislvk25adva2i9f-prettyprinter-1.7.1/nix-support:
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
553.96 s
[ghc-9.10.3-with-packages] /nix/store/14yb2gnb2r3ryxg9dislvk25adva2i9f-prettyprinter-1.7.1/nix-support:
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
553.96 s
[ghc-9.10.3-with-packages] /nix/store/v82sbckxmlcd3b4pad8vhlrg6ayhiyj9-prettyprinter-ansi-terminal-1.1.3/nix-support:
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
553.96 s
[ghc-9.10.3-with-packages] /nix/store/v82sbckxmlcd3b4pad8vhlrg6ayhiyj9-prettyprinter-ansi-terminal-1.1.3/nix-support:
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
553.96 s
[ghc-9.10.3-with-packages] /nix/store/adz62qic7nixdjzbqspmpss5ma0ilpa3-statistics-0.16.4.0/nix-support:
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
553.97 s
[ghc-9.10.3-with-packages] /nix/store/adz62qic7nixdjzbqspmpss5ma0ilpa3-statistics-0.16.4.0/nix-support:
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
553.97 s
[ghc-9.10.3-with-packages] /nix/store/lq8n58ffv2nsd2c4q2bqrgh14i7ca1mr-transformers-compat-0.7.2/nix-support:
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
553.97 s
[ghc-9.10.3-with-packages] /nix/store/lq8n58ffv2nsd2c4q2bqrgh14i7ca1mr-transformers-compat-0.7.2/nix-support:
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
553.97 s
[ghc-9.10.3-with-packages] /nix/store/p6g9dl05spkkzhz7m5kwn8dxqfqn8s0d-vector-algorithms-0.9.1.0/nix-support:
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
553.98 s
[ghc-9.10.3-with-packages] /nix/store/p6g9dl05spkkzhz7m5kwn8dxqfqn8s0d-vector-algorithms-0.9.1.0/nix-support:
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
553.98 s
[ghc-9.10.3-with-packages] /nix/store/rgjd6sd7i57nav97figr17rhjvrxbqdr-temporary-1.3/nix-support:
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
553.98 s
[ghc-9.10.3-with-packages] /nix/store/rgjd6sd7i57nav97figr17rhjvrxbqdr-temporary-1.3/nix-support:
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
553.98 s
[ghc-9.10.3-with-packages] /nix/store/vawc4sqq3j91rh5bla7s3nga9g2d5a1l-unix-compat-0.7.4.1/nix-support:
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
553.98 s
[ghc-9.10.3-with-packages] /nix/store/vawc4sqq3j91rh5bla7s3nga9g2d5a1l-unix-compat-0.7.4.1/nix-support:
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
553.99 s
[ghc-9.10.3-with-packages] /nix/store/kx01dkjcyaksdjmvq5lkb6cr137664i9-random-1.2.1.3/nix-support:
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
553.99 s
[ghc-9.10.3-with-packages] /nix/store/kx01dkjcyaksdjmvq5lkb6cr137664i9-random-1.2.1.3/nix-support:
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
553.99 s
[ghc-9.10.3-with-packages] /nix/store/rh0h9m1j412ka43089lhyyi3xi0fkzz3-data-fix-0.3.4/nix-support:
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
553.99 s
[ghc-9.10.3-with-packages] /nix/store/rh0h9m1j412ka43089lhyyi3xi0fkzz3-data-fix-0.3.4/nix-support:
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
554.00 s
[ghc-9.10.3-with-packages] /nix/store/w9gdqh36ybwlsc2s0gp22ysv4kwisvgq-indexed-traversable-0.1.4/nix-support:
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
554.00 s
[ghc-9.10.3-with-packages] /nix/store/w9gdqh36ybwlsc2s0gp22ysv4kwisvgq-indexed-traversable-0.1.4/nix-support:
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
554.00 s
[ghc-9.10.3-with-packages] /nix/store/nk132ylc7xi94naxawngla4gk7flfhcj-integer-conversion-0.1.1/nix-support:
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
554.01 s
[ghc-9.10.3-with-packages] /nix/store/nk132ylc7xi94naxawngla4gk7flfhcj-integer-conversion-0.1.1/nix-support:
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
554.01 s
[ghc-9.10.3-with-packages] /nix/store/7xhlvaz6gas454qqhmdl6wxd1z69yjgd-integer-logarithms-1.0.4/nix-support:
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
554.01 s
[ghc-9.10.3-with-packages] /nix/store/7xhlvaz6gas454qqhmdl6wxd1z69yjgd-integer-logarithms-1.0.4/nix-support:
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
554.01 s
[ghc-9.10.3-with-packages] /nix/store/01bgwhaf5jjqqdcc6n0ixl0f5vymkama-OneTuple-0.4.2/nix-support:
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
554.01 s
[ghc-9.10.3-with-packages] /nix/store/01bgwhaf5jjqqdcc6n0ixl0f5vymkama-OneTuple-0.4.2/nix-support:
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
554.01 s
[ghc-9.10.3-with-packages] /nix/store/0p7cq7z04gmp7h2kwyp30vbmyc6zmfmd-primitive-0.9.1.0/nix-support:
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
554.02 s
[ghc-9.10.3-with-packages] /nix/store/0p7cq7z04gmp7h2kwyp30vbmyc6zmfmd-primitive-0.9.1.0/nix-support:
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
554.02 s
[ghc-9.10.3-with-packages] /nix/store/2lmbdq9mj3iza4vv7xvxp6h8si283lr5-semialign-1.3.1/nix-support:
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
554.02 s
[ghc-9.10.3-with-packages] /nix/store/2lmbdq9mj3iza4vv7xvxp6h8si283lr5-semialign-1.3.1/nix-support:
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
554.02 s
[ghc-9.10.3-with-packages] /nix/store/0wwb7s93ndrcs1fn0gqhaksy4v66p5xz-strict-0.5.1/nix-support:
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
554.02 s
[ghc-9.10.3-with-packages] /nix/store/0wwb7s93ndrcs1fn0gqhaksy4v66p5xz-strict-0.5.1/nix-support:
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
554.02 s
[ghc-9.10.3-with-packages] /nix/store/9lgh3brjyzkccc5bhh4x6f350xmazqww-tagged-0.8.9/nix-support:
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
554.03 s
[ghc-9.10.3-with-packages] /nix/store/9lgh3brjyzkccc5bhh4x6f350xmazqww-tagged-0.8.9/nix-support:
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
554.03 s
[ghc-9.10.3-with-packages] /nix/store/v8hq9ygwxlvmk3s0d84fzsjw69vi13p2-text-iso8601-0.1.1/nix-support:
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
554.03 s
[ghc-9.10.3-with-packages] /nix/store/v8hq9ygwxlvmk3s0d84fzsjw69vi13p2-text-iso8601-0.1.1/nix-support:
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
554.03 s
[ghc-9.10.3-with-packages] /nix/store/a9rk7271ykn56rdw35vwdjxhz74241a2-text-short-0.1.6/nix-support:
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
554.03 s
[ghc-9.10.3-with-packages] /nix/store/a9rk7271ykn56rdw35vwdjxhz74241a2-text-short-0.1.6/nix-support:
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
554.03 s
[ghc-9.10.3-with-packages] /nix/store/dbbxy56dy0j8p2wdk08jsx7xwzyvj0cd-th-abstraction-0.7.1.0/nix-support:
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
554.04 s
[ghc-9.10.3-with-packages] /nix/store/dbbxy56dy0j8p2wdk08jsx7xwzyvj0cd-th-abstraction-0.7.1.0/nix-support:
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
554.04 s
[ghc-9.10.3-with-packages] /nix/store/rdv68npjh84klm7vxjxnb080gzjx7xsj-these-1.2.1/nix-support:
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
554.04 s
[ghc-9.10.3-with-packages] /nix/store/rdv68npjh84klm7vxjxnb080gzjx7xsj-these-1.2.1/nix-support:
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
554.04 s
[ghc-9.10.3-with-packages] /nix/store/166fgq1wwdc211vnc7gni4dsixqsnzay-time-compat-1.9.8/nix-support:
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
554.04 s
[ghc-9.10.3-with-packages] /nix/store/166fgq1wwdc211vnc7gni4dsixqsnzay-time-compat-1.9.8/nix-support:
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
554.05 s
[ghc-9.10.3-with-packages] /nix/store/ikvmkr60jqmlff8pmycrp1vr48y59z4j-uuid-types-1.0.6/nix-support:
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
554.05 s
[ghc-9.10.3-with-packages] /nix/store/ikvmkr60jqmlff8pmycrp1vr48y59z4j-uuid-types-1.0.6/nix-support:
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
554.05 s
[ghc-9.10.3-with-packages] /nix/store/njkyd4ddnk7qk4rd6lkvkm1952k46a7j-witherable-0.5/nix-support:
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
554.05 s
[ghc-9.10.3-with-packages] /nix/store/njkyd4ddnk7qk4rd6lkvkm1952k46a7j-witherable-0.5/nix-support:
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
554.05 s
[ghc-9.10.3-with-packages] /nix/store/3kcx6p9km9as238pbhmjshgdrbsvabmc-validity-scientific-0.2.0.3/nix-support:
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
554.05 s
[ghc-9.10.3-with-packages] /nix/store/3kcx6p9km9as238pbhmjshgdrbsvabmc-validity-scientific-0.2.0.3/nix-support:
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
554.05 s
[ghc-9.10.3-with-packages] /nix/store/fbk6psh2ml5pian8mvq2665i4f7dijrb-bimap-0.5.0/nix-support:
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
554.06 s
[ghc-9.10.3-with-packages] /nix/store/fbk6psh2ml5pian8mvq2665i4f7dijrb-bimap-0.5.0/nix-support:
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
554.06 s
[ghc-9.10.3-with-packages] /nix/store/v4ibscfmcvfg4yp9na7xczlcydjbaasl-config-ini-0.2.7.0/nix-support:
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
554.06 s
[ghc-9.10.3-with-packages] /nix/store/v4ibscfmcvfg4yp9na7xczlcydjbaasl-config-ini-0.2.7.0/nix-support:
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
554.06 s
[ghc-9.10.3-with-packages] /nix/store/p0c6cw3cgix5qrhidzb8r1fj806y2k9r-data-clist-0.2/nix-support:
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
554.06 s
[ghc-9.10.3-with-packages] /nix/store/p0c6cw3cgix5qrhidzb8r1fj806y2k9r-data-clist-0.2/nix-support:
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
554.06 s
[ghc-9.10.3-with-packages] /nix/store/r719g67lg7chflv07yih6g40s1y49ivp-microlens-mtl-0.2.1.0/nix-support:
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
554.06 s
[ghc-9.10.3-with-packages] /nix/store/r719g67lg7chflv07yih6g40s1y49ivp-microlens-mtl-0.2.1.0/nix-support:
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
554.07 s
[ghc-9.10.3-with-packages] /nix/store/80fxklpwf6a6y8gfh8ggnwjwkfxjc4qj-microlens-th-0.4.3.17/nix-support:
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
554.07 s
[ghc-9.10.3-with-packages] /nix/store/80fxklpwf6a6y8gfh8ggnwjwkfxjc4qj-microlens-th-0.4.3.17/nix-support:
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
554.07 s
[ghc-9.10.3-with-packages] /nix/store/zbvr6ll9fhnr3c20aw8h49giv3d2l1n3-text-zipper-0.13/nix-support:
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
554.07 s
[ghc-9.10.3-with-packages] /nix/store/zbvr6ll9fhnr3c20aw8h49giv3d2l1n3-text-zipper-0.13/nix-support:
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
554.07 s
[ghc-9.10.3-with-packages] /nix/store/mv4p6gdy1fm6j3szc0yn0si7dy083i6x-word-wrap-0.5/nix-support:
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
554.07 s
[ghc-9.10.3-with-packages] /nix/store/mv4p6gdy1fm6j3szc0yn0si7dy083i6x-word-wrap-0.5/nix-support:
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
554.07 s
[ghc-9.10.3-with-packages] /nix/store/c1yp09jvr3w1aj6wv551skccw1g8rfcr-mono-traversable-1.0.21.0/nix-support:
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
554.08 s
[ghc-9.10.3-with-packages] /nix/store/c1yp09jvr3w1aj6wv551skccw1g8rfcr-mono-traversable-1.0.21.0/nix-support:
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
554.08 s
[ghc-9.10.3-with-packages] /nix/store/07wyzv37z4vz7hixx3fk34fv0fc7kwi4-unliftio-core-0.2.1.0/nix-support:
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
554.08 s
[ghc-9.10.3-with-packages] /nix/store/07wyzv37z4vz7hixx3fk34fv0fc7kwi4-unliftio-core-0.2.1.0/nix-support:
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
554.08 s
[ghc-9.10.3-with-packages] /nix/store/7qi3h0pz8dzzyidwfrdxq2iswpfd31m4-conduit-extra-1.3.8/nix-support:
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
554.09 s
[ghc-9.10.3-with-packages] /nix/store/7qi3h0pz8dzzyidwfrdxq2iswpfd31m4-conduit-extra-1.3.8/nix-support:
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
554.09 s
[ghc-9.10.3-with-packages] /nix/store/177rhxkhcc4yq82m5kzz756vbywvd1s0-fast-logger-3.2.6/nix-support:
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
554.09 s
[ghc-9.10.3-with-packages] /nix/store/177rhxkhcc4yq82m5kzz756vbywvd1s0-fast-logger-3.2.6/nix-support:
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
554.09 s
[ghc-9.10.3-with-packages] /nix/store/lgxfiavzrxh5nqyf8yzg0gvarfr14fy9-lifted-base-0.2.3.12/nix-support:
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
554.09 s
[ghc-9.10.3-with-packages] /nix/store/lgxfiavzrxh5nqyf8yzg0gvarfr14fy9-lifted-base-0.2.3.12/nix-support:
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
554.10 s
[ghc-9.10.3-with-packages] /nix/store/sqv1d2g6602xfmjxpb2rd2qyfngwabr6-monad-control-1.0.3.1/nix-support:
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
554.10 s
[ghc-9.10.3-with-packages] /nix/store/sqv1d2g6602xfmjxpb2rd2qyfngwabr6-monad-control-1.0.3.1/nix-support:
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
554.10 s
[ghc-9.10.3-with-packages] /nix/store/gbdimh2g9wki18hyb7l058j535znm3kr-stm-chans-3.0.0.9/nix-support:
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
554.10 s
[ghc-9.10.3-with-packages] /nix/store/gbdimh2g9wki18hyb7l058j535znm3kr-stm-chans-3.0.0.9/nix-support:
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
554.11 s
[ghc-9.10.3-with-packages] /nix/store/d98p4pw6iw7c7pqy93wq8r0c4qci8qgr-transformers-base-0.4.6/nix-support:
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
554.11 s
[ghc-9.10.3-with-packages] /nix/store/d98p4pw6iw7c7pqy93wq8r0c4qci8qgr-transformers-base-0.4.6/nix-support:
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
554.11 s
[ghc-9.10.3-with-packages] /nix/store/v6d8pfpbq8vd27q5854aqjvv1wn3k1w6-autodocodec-nix-0.1.0.0/nix-support:
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
554.11 s
[ghc-9.10.3-with-packages] /nix/store/v6d8pfpbq8vd27q5854aqjvv1wn3k1w6-autodocodec-nix-0.1.0.0/nix-support:
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
554.11 s
[ghc-9.10.3-with-packages] /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1/nix-support:
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
554.11 s
[ghc-9.10.3-with-packages] /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1/nix-support:
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
554.11 s
[ghc-9.10.3-with-packages] /nix/store/4fg062dl57l17xl40p4l0jsys3mbi53x-selective-0.7.0.1/nix-support:
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
554.12 s
[ghc-9.10.3-with-packages] /nix/store/4fg062dl57l17xl40p4l0jsys3mbi53x-selective-0.7.0.1/nix-support:
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
554.12 s
[ghc-9.10.3-with-packages] /nix/store/jcsym7nx1zszh8zfqhi28qnqh24h0v7s-tzdata-0.2.20250115.0/nix-support:
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
554.12 s
[ghc-9.10.3-with-packages] /nix/store/jcsym7nx1zszh8zfqhi28qnqh24h0v7s-tzdata-0.2.20250115.0/nix-support:
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
554.12 s
[ghc-9.10.3-with-packages] /nix/store/nf6p136j27a2d6hjjsb6ia0i0qgncmk7-blaze-builder-0.4.4.1/nix-support:
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
554.12 s
[ghc-9.10.3-with-packages] /nix/store/nf6p136j27a2d6hjjsb6ia0i0qgncmk7-blaze-builder-0.4.4.1/nix-support:
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
554.12 s
[ghc-9.10.3-with-packages] /nix/store/2qr0az515pmp25n6panvk8mpysa4kkn1-utf8-string-1.0.2/nix-support:
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
554.13 s
[ghc-9.10.3-with-packages] /nix/store/2qr0az515pmp25n6panvk8mpysa4kkn1-utf8-string-1.0.2/nix-support:
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
554.13 s
[ghc-9.10.3-with-packages] /nix/store/1di8fsfc2cx635d9zc2x11b48x1dva20-basement-0.0.16/nix-support:
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
554.14 s
[ghc-9.10.3-with-packages] /nix/store/1di8fsfc2cx635d9zc2x11b48x1dva20-basement-0.0.16/nix-support:
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
554.14 s
[ghc-9.10.3-with-packages] /nix/store/v0ybdaf71a31whqp8a1vaqk0s3cbf5i6-base64-1.0/nix-support:
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
554.15 s
[ghc-9.10.3-with-packages] /nix/store/v0ybdaf71a31whqp8a1vaqk0s3cbf5i6-base64-1.0/nix-support:
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
554.15 s
[ghc-9.10.3-with-packages] /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0/nix-support:
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
554.15 s
[ghc-9.10.3-with-packages] /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0/nix-support:
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
554.15 s
[ghc-9.10.3-with-packages] /nix/store/rgh1k2p0rq90cym9bqdr73m5y2vrq8jg-validity-network-uri-0.0.0.1/nix-support:
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
554.15 s
[ghc-9.10.3-with-packages] /nix/store/rgh1k2p0rq90cym9bqdr73m5y2vrq8jg-validity-network-uri-0.0.0.1/nix-support:
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
554.15 s
[ghc-9.10.3-with-packages] /nix/store/5njqg5a2a92wqp6f2z5nz6fd5pq7w9g2-crypton-1.0.4/nix-support:
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
554.17 s
[ghc-9.10.3-with-packages] /nix/store/5njqg5a2a92wqp6f2z5nz6fd5pq7w9g2-crypton-1.0.4/nix-support:
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
554.18 s
[ghc-9.10.3-with-packages] /nix/store/534nghbppb0fx6c4jmv7k4244iqh63cs-password-types-1.0.0.0/nix-support:
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
554.18 s
[ghc-9.10.3-with-packages] /nix/store/534nghbppb0fx6c4jmv7k4244iqh63cs-password-types-1.0.0.0/nix-support:
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
554.18 s
[ghc-9.10.3-with-packages] /nix/store/c4hfd04jziag3mby50vrkkx5b7k0z4wi-attoparsec-0.14.4/nix-support:
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
554.18 s
[ghc-9.10.3-with-packages] /nix/store/c4hfd04jziag3mby50vrkkx5b7k0z4wi-attoparsec-0.14.4/nix-support:
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
554.19 s
[ghc-9.10.3-with-packages] /nix/store/g4mmwdb9m56k16bn77309j69v1bihsim-attoparsec-aeson-2.2.2.0/nix-support:
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
554.19 s
[ghc-9.10.3-with-packages] /nix/store/g4mmwdb9m56k16bn77309j69v1bihsim-attoparsec-aeson-2.2.2.0/nix-support:
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
554.19 s
[ghc-9.10.3-with-packages] /nix/store/yf1jh19b6l6c3kki13zf20951qf0c3md-lift-type-0.1.2.0/nix-support:
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
554.19 s
[ghc-9.10.3-with-packages] /nix/store/yf1jh19b6l6c3kki13zf20951qf0c3md-lift-type-0.1.2.0/nix-support:
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
554.19 s
[ghc-9.10.3-with-packages] /nix/store/jyj8rj3i7cbjqyaxcr5gn6qmsxqk2q3v-replace-megaparsec-1.5.0.1/nix-support:
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
554.19 s
[ghc-9.10.3-with-packages] /nix/store/jyj8rj3i7cbjqyaxcr5gn6qmsxqk2q3v-replace-megaparsec-1.5.0.1/nix-support:
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
554.20 s
[ghc-9.10.3-with-packages] /nix/store/i9f5k4gwaq4dq28lp1z17nz5jgj6s98i-resource-pool-0.4.0.0/nix-support:
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
554.20 s
[ghc-9.10.3-with-packages] /nix/store/i9f5k4gwaq4dq28lp1z17nz5jgj6s98i-resource-pool-0.4.0.0/nix-support:
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
554.20 s
[ghc-9.10.3-with-packages] /nix/store/1cng993scdngvfj5h757khvd4fv9cvgr-semigroupoids-6.0.1/nix-support:
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
554.20 s
[ghc-9.10.3-with-packages] /nix/store/1cng993scdngvfj5h757khvd4fv9cvgr-semigroupoids-6.0.1/nix-support:
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
554.21 s
[ghc-9.10.3-with-packages] /nix/store/mx1hvaxig6s8pavrg1lbrwz5kws3pmbs-silently-1.2.5.4/nix-support:
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
554.21 s
[ghc-9.10.3-with-packages] /nix/store/mx1hvaxig6s8pavrg1lbrwz5kws3pmbs-silently-1.2.5.4/nix-support:
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
554.21 s
[ghc-9.10.3-with-packages] /nix/store/y1834pqq6y28a9gz4k7758dgkf7w9z0y-th-lift-instances-0.1.20/nix-support:
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
554.21 s
[ghc-9.10.3-with-packages] /nix/store/y1834pqq6y28a9gz4k7758dgkf7w9z0y-th-lift-instances-0.1.20/nix-support:
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
554.21 s
[ghc-9.10.3-with-packages] /nix/store/qvr53py3wy8bxp9h3d1vaznxns474pxf-vault-0.3.1.5/nix-support:
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
554.21 s
[ghc-9.10.3-with-packages] /nix/store/qvr53py3wy8bxp9h3d1vaznxns474pxf-vault-0.3.1.5/nix-support:
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
554.21 s
[ghc-9.10.3-with-packages] /nix/store/5jb1bb1hr4yvj9lq17jfigh1bhnbxjd2-bifunctors-5.6.2/nix-support:
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
554.22 s
[ghc-9.10.3-with-packages] /nix/store/5jb1bb1hr4yvj9lq17jfigh1bhnbxjd2-bifunctors-5.6.2/nix-support:
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
554.22 s
[ghc-9.10.3-with-packages] /nix/store/0lpjjinxdlbbi6dalc6vjzf6wajad281-constraints-0.14.2/nix-support:
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
554.22 s
[ghc-9.10.3-with-packages] /nix/store/0lpjjinxdlbbi6dalc6vjzf6wajad281-constraints-0.14.2/nix-support:
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
554.22 s
[ghc-9.10.3-with-packages] /nix/store/vpih91gi0h6qi1x9dcgvmc7rgwp39m5i-generics-sop-0.5.1.4/nix-support:
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
554.23 s
[ghc-9.10.3-with-packages] /nix/store/vpih91gi0h6qi1x9dcgvmc7rgwp39m5i-generics-sop-0.5.1.4/nix-support:
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
554.23 s
[ghc-9.10.3-with-packages] /nix/store/6dqcl7yk1pcmlwqwfir9jc7pi4p6fxc6-http-media-0.8.1.1/nix-support:
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
554.23 s
[ghc-9.10.3-with-packages] /nix/store/6dqcl7yk1pcmlwqwfir9jc7pi4p6fxc6-http-media-0.8.1.1/nix-support:
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
554.23 s
[ghc-9.10.3-with-packages] /nix/store/s7ipm7mlm9n9mwd0kfwdpp0r4ddqc8qp-mmorph-1.2.1/nix-support:
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
554.23 s
[ghc-9.10.3-with-packages] /nix/store/s7ipm7mlm9n9mwd0kfwdpp0r4ddqc8qp-mmorph-1.2.1/nix-support:
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
554.23 s
[ghc-9.10.3-with-packages] /nix/store/6a8bzynaba8952sy31drx62i1madw1lh-singleton-bool-0.1.8/nix-support:
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
554.24 s
[ghc-9.10.3-with-packages] /nix/store/6a8bzynaba8952sy31drx62i1madw1lh-singleton-bool-0.1.8/nix-support:
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
554.24 s
[ghc-9.10.3-with-packages] /nix/store/3m9ciwsm1q2381pgvip6ndfckwimfjpx-sop-core-0.5.0.2/nix-support:
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
554.24 s
[ghc-9.10.3-with-packages] /nix/store/3m9ciwsm1q2381pgvip6ndfckwimfjpx-sop-core-0.5.0.2/nix-support:
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
554.24 s
[ghc-9.10.3-with-packages] /nix/store/vhviwdf0s18niymd5qppfagnsiplvg5p-lens-5.3.5/nix-support:
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
554.25 s
[ghc-9.10.3-with-packages] /nix/store/vhviwdf0s18niymd5qppfagnsiplvg5p-lens-5.3.5/nix-support:
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
554.26 s
[ghc-9.10.3-with-packages] /nix/store/hqi4cbs2r7hgzwvlmnl26m9r66nd036n-entropy-0.4.1.11/nix-support:
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
554.26 s
[ghc-9.10.3-with-packages] /nix/store/hqi4cbs2r7hgzwvlmnl26m9r66nd036n-entropy-0.4.1.11/nix-support:
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
554.26 s
[ghc-9.10.3-with-packages] /nix/store/ljfil5n4zi7sz3pcvcsrvgw61npgk8h5-monad-time-0.4.0.0/nix-support:
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
554.26 s
[ghc-9.10.3-with-packages] /nix/store/ljfil5n4zi7sz3pcvcsrvgw61npgk8h5-monad-time-0.4.0.0/nix-support:
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
554.26 s
[ghc-9.10.3-with-packages] /nix/store/q9qsy3fcw3fk6dhz4pq3dx6sgk046bkx-cryptohash-md5-0.11.101.0/nix-support:
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
554.27 s
[ghc-9.10.3-with-packages] /nix/store/q9qsy3fcw3fk6dhz4pq3dx6sgk046bkx-cryptohash-md5-0.11.101.0/nix-support:
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
554.27 s
[ghc-9.10.3-with-packages] /nix/store/0vnj4r54firqfmb0f3w1m4n5njdlanv9-cryptohash-sha1-0.11.101.0/nix-support:
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
554.27 s
[ghc-9.10.3-with-packages] /nix/store/0vnj4r54firqfmb0f3w1m4n5njdlanv9-cryptohash-sha1-0.11.101.0/nix-support:
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
554.27 s
[ghc-9.10.3-with-packages] /nix/store/4qy3kf0wx0b724p7j8d04hi99wdmsgyj-libyaml-0.1.4/nix-support:
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
554.27 s
[ghc-9.10.3-with-packages] /nix/store/4qy3kf0wx0b724p7j8d04hi99wdmsgyj-libyaml-0.1.4/nix-support:
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
554.28 s
[ghc-9.10.3-with-packages] /nix/store/xs6cipkp25br056vzl2javdlq5yf03qr-splitmix-0.1.3.1/nix-support:
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
554.28 s
[ghc-9.10.3-with-packages] /nix/store/xs6cipkp25br056vzl2javdlq5yf03qr-splitmix-0.1.3.1/nix-support:
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
554.28 s
[ghc-9.10.3-with-packages] /nix/store/ls0lcx3slnihycsz1n1liqxf86giffjf-safe-exceptions-0.1.7.4/nix-support:
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
554.28 s
[ghc-9.10.3-with-packages] /nix/store/ls0lcx3slnihycsz1n1liqxf86giffjf-safe-exceptions-0.1.7.4/nix-support:
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
554.28 s
[ghc-9.10.3-with-packages] /nix/store/szxscm40cvb4gy1kw01bp39lxvj23g8p-iproute-1.7.15/nix-support:
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
554.28 s
[ghc-9.10.3-with-packages] /nix/store/szxscm40cvb4gy1kw01bp39lxvj23g8p-iproute-1.7.15/nix-support:
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
554.29 s
[ghc-9.10.3-with-packages] /nix/store/x8h5rv49aq79w07mxzv67p4kg2q5hi2w-mime-types-0.1.2.0/nix-support:
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
554.29 s
[ghc-9.10.3-with-packages] /nix/store/x8h5rv49aq79w07mxzv67p4kg2q5hi2w-mime-types-0.1.2.0/nix-support:
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
554.29 s
[ghc-9.10.3-with-packages] /nix/store/063y3k4cpi8prk048mbgbsvf2aiw8rk4-streaming-commons-0.2.3.1/nix-support:
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
554.29 s
[ghc-9.10.3-with-packages] /nix/store/063y3k4cpi8prk048mbgbsvf2aiw8rk4-streaming-commons-0.2.3.1/nix-support:
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
554.29 s
[ghc-9.10.3-with-packages] /nix/store/3c7jyfrvcwm2s5sy22x6amywmymrd9xa-crypton-connection-0.4.5/nix-support:
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
554.29 s
[ghc-9.10.3-with-packages] /nix/store/3c7jyfrvcwm2s5sy22x6amywmymrd9xa-crypton-connection-0.4.5/nix-support:
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
554.29 s
[ghc-9.10.3-with-packages] /nix/store/s4d4hhqxl8ap4h4cqvxcjj39zxg9x1wl-tls-2.1.8/nix-support:
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
554.30 s
[ghc-9.10.3-with-packages] /nix/store/s4d4hhqxl8ap4h4cqvxcjj39zxg9x1wl-tls-2.1.8/nix-support:
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
554.31 s
[ghc-9.10.3-with-packages] /nix/store/3jicx18d7xfzqqhblzlmbw9pw13zzh8s-th-compat-0.1.6/nix-support:
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
554.31 s
[ghc-9.10.3-with-packages] /nix/store/3jicx18d7xfzqqhblzlmbw9pw13zzh8s-th-compat-0.1.6/nix-support:
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
554.31 s
[ghc-9.10.3-with-packages] /nix/store/1x96ahipqmib7dpvcds1l1wai2hbfnr0-mtl-compat-0.2.2/nix-support:
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
554.32 s
[ghc-9.10.3-with-packages] /nix/store/1x96ahipqmib7dpvcds1l1wai2hbfnr0-mtl-compat-0.2.2/nix-support:
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
554.32 s
[ghc-9.10.3-with-packages] /nix/store/7zmyqpg55xjaqgsb1vm8fi9w4n4ff8pw-base-compat-0.14.1/nix-support:
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
554.34 s
[ghc-9.10.3-with-packages] /nix/store/7zmyqpg55xjaqgsb1vm8fi9w4n4ff8pw-base-compat-0.14.1/nix-support:
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
554.35 s
[ghc-9.10.3-with-packages] /nix/store/ah6whdrgsybnkp3zfx8ym9spx9s8y6gb-kan-extensions-5.2.7/nix-support:
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
554.35 s
[ghc-9.10.3-with-packages] /nix/store/ah6whdrgsybnkp3zfx8ym9spx9s8y6gb-kan-extensions-5.2.7/nix-support:
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
554.35 s
[ghc-9.10.3-with-packages] /nix/store/12shdd0m837j8vysdrzv64wzymaz4h87-data-default-class-0.2.0.0/nix-support:
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
554.35 s
[ghc-9.10.3-with-packages] /nix/store/12shdd0m837j8vysdrzv64wzymaz4h87-data-default-class-0.2.0.0/nix-support:
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
554.35 s
[ghc-9.10.3-with-packages] /nix/store/k3i002rk21vmam2zkxcb0k4hii1snh7w-free-5.2/nix-support:
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
554.36 s
[ghc-9.10.3-with-packages] /nix/store/k3i002rk21vmam2zkxcb0k4hii1snh7w-free-5.2/nix-support:
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
554.36 s
[ghc-9.10.3-with-packages] /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0/nix-support:
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
554.36 s
[ghc-9.10.3-with-packages] /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0/nix-support:
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
554.36 s
[ghc-9.10.3-with-packages] /nix/store/n6dcn2bsccmp941x0y7d3vg3qdial2cr-cmdargs-0.10.22/nix-support:
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
554.37 s
[ghc-9.10.3-with-packages] /nix/store/n6dcn2bsccmp941x0y7d3vg3qdial2cr-cmdargs-0.10.22/nix-support:
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
554.37 s
[ghc-9.10.3-with-packages] /nix/store/w5n7a90s3r9018rjy0jz4lbnqmzydhjc-fast-myers-diff-0.0.2/nix-support:
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
554.37 s
[ghc-9.10.3-with-packages] /nix/store/w5n7a90s3r9018rjy0jz4lbnqmzydhjc-fast-myers-diff-0.0.2/nix-support:
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
554.37 s
[ghc-9.10.3-with-packages] /nix/store/iwnf161g2bqrv4hz9vliicpadzk79qz9-MonadRandom-0.6.2/nix-support:
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
554.37 s
[ghc-9.10.3-with-packages] /nix/store/iwnf161g2bqrv4hz9vliicpadzk79qz9-MonadRandom-0.6.2/nix-support:
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
554.38 s
[ghc-9.10.3-with-packages] /nix/store/yg26lkb58zhzxp10nf39npiy1fdq7zyx-quickcheck-io-0.2.0/nix-support:
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
554.38 s
[ghc-9.10.3-with-packages] /nix/store/yg26lkb58zhzxp10nf39npiy1fdq7zyx-quickcheck-io-0.2.0/nix-support:
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
554.38 s
[ghc-9.10.3-with-packages] /nix/store/pdvw460y1j403djdpgxa39l5l0j81gw6-random-shuffle-0.0.4/nix-support:
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
554.38 s
[ghc-9.10.3-with-packages] /nix/store/pdvw460y1j403djdpgxa39l5l0j81gw6-random-shuffle-0.0.4/nix-support:
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
554.38 s
[ghc-9.10.3-with-packages] /nix/store/3kdn4sbfqrf4jimb5629snq425b1sbw0-svg-builder-0.1.1/nix-support:
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
554.38 s
[ghc-9.10.3-with-packages] /nix/store/3kdn4sbfqrf4jimb5629snq425b1sbw0-svg-builder-0.1.1/nix-support:
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
554.38 s
[ghc-9.10.3-with-packages] /nix/store/x8vsvcxz08hhlm7h1896zy8l7kyjijxx-hinotify-0.4.2/nix-support:
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
554.39 s
[ghc-9.10.3-with-packages] /nix/store/x8vsvcxz08hhlm7h1896zy8l7kyjijxx-hinotify-0.4.2/nix-support:
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
554.39 s
[ghc-9.10.3-with-packages] /nix/store/lyq12almcmixg9w1dm0k4p01sbp3wnkc-string-interpolate-0.3.4.0/nix-support:
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
554.39 s
[ghc-9.10.3-with-packages] /nix/store/lyq12almcmixg9w1dm0k4p01sbp3wnkc-string-interpolate-0.3.4.0/nix-support:
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
554.39 s
[ghc-9.10.3-with-packages] /nix/store/7s17955z7ymp0pw0vzdj6g0v0gsv35ja-atomic-primops-0.8.8/nix-support:
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
554.39 s
[ghc-9.10.3-with-packages] /nix/store/7s17955z7ymp0pw0vzdj6g0v0gsv35ja-atomic-primops-0.8.8/nix-support:
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
554.39 s
[ghc-9.10.3-with-packages] /nix/store/cwgf61ifw70w46pc0zm3asghap8ll9zg-blaze-markup-0.8.3.0/nix-support:
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
554.40 s
[ghc-9.10.3-with-packages] /nix/store/cwgf61ifw70w46pc0zm3asghap8ll9zg-blaze-markup-0.8.3.0/nix-support:
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
554.40 s
[ghc-9.10.3-with-packages] /nix/store/9ngqq3bja2ldvmdpdyhjsj54hif7bz8n-th-lift-0.8.6/nix-support:
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
554.40 s
[ghc-9.10.3-with-packages] /nix/store/9ngqq3bja2ldvmdpdyhjsj54hif7bz8n-th-lift-0.8.6/nix-support:
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
554.40 s
[ghc-9.10.3-with-packages] /nix/store/p2rw0i92sb8fn195vg480sirmw1sibvg-ansi-terminal-1.1.3/nix-support:
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
554.40 s
[ghc-9.10.3-with-packages] /nix/store/p2rw0i92sb8fn195vg480sirmw1sibvg-ansi-terminal-1.1.3/nix-support:
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
554.41 s
[ghc-9.10.3-with-packages] /nix/store/vsvczw88bvbzp1cqj35rrsj1l0wn0ycd-HUnit-1.6.2.0/nix-support:
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
554.41 s
[ghc-9.10.3-with-packages] /nix/store/vsvczw88bvbzp1cqj35rrsj1l0wn0ycd-HUnit-1.6.2.0/nix-support:
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
554.41 s
[ghc-9.10.3-with-packages] /nix/store/45j238fl92ck5rvgbmkfghg4rhl81y2c-wai-logger-2.5.0/nix-support:
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
554.41 s
[ghc-9.10.3-with-packages] /nix/store/45j238fl92ck5rvgbmkfghg4rhl81y2c-wai-logger-2.5.0/nix-support:
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
554.41 s
[ghc-9.10.3-with-packages] /nix/store/5xh510g9gk5v7h52z33bvir2zkw2sv66-auto-update-0.2.6/nix-support:
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
554.42 s
[ghc-9.10.3-with-packages] /nix/store/5xh510g9gk5v7h52z33bvir2zkw2sv66-auto-update-0.2.6/nix-support:
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
554.42 s
[ghc-9.10.3-with-packages] /nix/store/yp8pqc4m16i64qwwr00mx2ga394g9nm2-bsb-http-chunked-0.0.0.4/nix-support:
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
554.42 s
[ghc-9.10.3-with-packages] /nix/store/yp8pqc4m16i64qwwr00mx2ga394g9nm2-bsb-http-chunked-0.0.0.4/nix-support:
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
554.42 s
[ghc-9.10.3-with-packages] /nix/store/8hiij98c27l0qwa9j0yjr6kg5rqj0wzp-crypton-x509-1.7.7/nix-support:
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
554.42 s
[ghc-9.10.3-with-packages] /nix/store/8hiij98c27l0qwa9j0yjr6kg5rqj0wzp-crypton-x509-1.7.7/nix-support:
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
554.43 s
[ghc-9.10.3-with-packages] /nix/store/mkqvvxcsdczbkvi0b50z4m6by90bn1jw-http-date-0.0.11/nix-support:
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
554.43 s
[ghc-9.10.3-with-packages] /nix/store/mkqvvxcsdczbkvi0b50z4m6by90bn1jw-http-date-0.0.11/nix-support:
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
554.43 s
[ghc-9.10.3-with-packages] /nix/store/njg61arhn49z7fw9r7zc9i76pjfykdb7-http2-5.3.10/nix-support:
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
554.44 s
[ghc-9.10.3-with-packages] /nix/store/njg61arhn49z7fw9r7zc9i76pjfykdb7-http2-5.3.10/nix-support:
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
554.44 s
[ghc-9.10.3-with-packages] /nix/store/jqy49qpz3v81aks6s5sgj2sz0b6mz7ii-recv-0.1.1/nix-support:
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
554.44 s
[ghc-9.10.3-with-packages] /nix/store/jqy49qpz3v81aks6s5sgj2sz0b6mz7ii-recv-0.1.1/nix-support:
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
554.44 s
[ghc-9.10.3-with-packages] /nix/store/gazjbjciza040sl200sqmwyyy35wcv10-simple-sendfile-0.2.32/nix-support:
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
554.44 s
[ghc-9.10.3-with-packages] /nix/store/gazjbjciza040sl200sqmwyyy35wcv10-simple-sendfile-0.2.32/nix-support:
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
554.45 s
[ghc-9.10.3-with-packages] /nix/store/5hys7x3fimykqi4qwv835d3fp856hiyp-time-manager-0.2.4/nix-support:
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
554.45 s
[ghc-9.10.3-with-packages] /nix/store/5hys7x3fimykqi4qwv835d3fp856hiyp-time-manager-0.2.4/nix-support:
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
554.45 s
[ghc-9.10.3-with-packages] /nix/store/5v7l7d14v5s6s1h719qcvkmpwgsa91ly-yesod-core-1.6.28.1/nix-support:
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
554.45 s
[ghc-9.10.3-with-packages] /nix/store/5v7l7d14v5s6s1h719qcvkmpwgsa91ly-yesod-core-1.6.28.1/nix-support:
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
554.46 s
[ghc-9.10.3-with-packages] /nix/store/wdf81l38m232w6kwyvarqn2alnlyxxqw-yesod-form-1.7.9/nix-support:
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
554.46 s
[ghc-9.10.3-with-packages] /nix/store/wdf81l38m232w6kwyvarqn2alnlyxxqw-yesod-form-1.7.9/nix-support:
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
554.46 s
[ghc-9.10.3-with-packages] /nix/store/w5f1ammirbdn9k0qwlp8gxm5zvv69q09-yesod-persistent-1.6.0.8/nix-support:
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
554.46 s
[ghc-9.10.3-with-packages] /nix/store/w5f1ammirbdn9k0qwlp8gxm5zvv69q09-yesod-persistent-1.6.0.8/nix-support:
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
554.46 s
[ghc-9.10.3-with-packages] /nix/store/qgm41zvk6arzbb168zz2526ss55xxj9g-xml-conduit-1.10.0.1/nix-support:
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
554.47 s
[ghc-9.10.3-with-packages] /nix/store/qgm41zvk6arzbb168zz2526ss55xxj9g-xml-conduit-1.10.0.1/nix-support:
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
554.47 s
[ghc-9.10.3-with-packages] /nix/store/igy99fy8sqicnqzjmickaam6960zbvsb-xml-types-0.3.8/nix-support:
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
554.47 s
[ghc-9.10.3-with-packages] /nix/store/igy99fy8sqicnqzjmickaam6960zbvsb-xml-types-0.3.8/nix-support:
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
554.47 s
[ghc-9.10.3-with-packages] /nix/store/5xdcgnfyaqzm20mhjl6msq49jwzs4ln2-cryptonite-conduit-0.2.2/nix-support:
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
554.47 s
[ghc-9.10.3-with-packages] /nix/store/5xdcgnfyaqzm20mhjl6msq49jwzs4ln2-cryptonite-conduit-0.2.2/nix-support:
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
554.47 s
[ghc-9.10.3-with-packages] /nix/store/vz5gajzghwp39hjnd5p045hc283xhz50-css-text-0.1.3.0/nix-support:
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
554.48 s
[ghc-9.10.3-with-packages] /nix/store/vz5gajzghwp39hjnd5p045hc283xhz50-css-text-0.1.3.0/nix-support:
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
554.48 s
[ghc-9.10.3-with-packages] /nix/store/d4i9fdlr2n5hz1949lj2q05fvz110yqg-hjsmin-0.2.1/nix-support:
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
554.48 s
[ghc-9.10.3-with-packages] /nix/store/d4i9fdlr2n5hz1949lj2q05fvz110yqg-hjsmin-0.2.1/nix-support:
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
554.48 s
[ghc-9.10.3-with-packages] /nix/store/xhpak59l1v8qgf0dbapxq2rjzdg53dm7-wai-app-static-3.1.9/nix-support:
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
554.48 s
[ghc-9.10.3-with-packages] /nix/store/xhpak59l1v8qgf0dbapxq2rjzdg53dm7-wai-app-static-3.1.9/nix-support:
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
554.48 s
[ghc-9.10.3-with-packages] /nix/store/cni7yk31qc9a0a8q9fygi6khzw0i4c15-base16-bytestring-1.0.2.0/nix-support:
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
554.49 s
[ghc-9.10.3-with-packages] /nix/store/cni7yk31qc9a0a8q9fygi6khzw0i4c15-base16-bytestring-1.0.2.0/nix-support:
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
554.49 s
[ghc-9.10.3-with-packages] /nix/store/a3knh91nidhx47m425645fc17szjdldb-binary-instances-1.0.6/nix-support:
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
554.49 s
[ghc-9.10.3-with-packages] /nix/store/a3knh91nidhx47m425645fc17szjdldb-binary-instances-1.0.6/nix-support:
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
554.49 s
[ghc-9.10.3-with-packages] /nix/store/cvk4p1hb6a3x0pwz3960gyw12p9wcajb-http-link-header-1.2.3/nix-support:
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
554.49 s
[ghc-9.10.3-with-packages] /nix/store/cvk4p1hb6a3x0pwz3960gyw12p9wcajb-http-link-header-1.2.3/nix-support:
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
554.49 s
[ghc-9.10.3-with-packages] /nix/store/xpbzfr7jwmxqz8b2hkdx00j562ff5l7m-iso8601-time-0.1.5/nix-support:
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
554.50 s
[ghc-9.10.3-with-packages] /nix/store/xpbzfr7jwmxqz8b2hkdx00j562ff5l7m-iso8601-time-0.1.5/nix-support:
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
554.50 s
[ghc-9.10.3-with-packages] /nix/store/wr7s45w8j5dmd8hhqmr3cq3nrjrxa2n7-network-bsd-2.8.1.0/nix-support:
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
554.50 s
[ghc-9.10.3-with-packages] /nix/store/wr7s45w8j5dmd8hhqmr3cq3nrjrxa2n7-network-bsd-2.8.1.0/nix-support:
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
554.50 s
[ghc-9.10.3-with-packages] /nix/store/6nk5p2lwnkzk3p0gzkxh86s91mna73pl-old-time-1.1.0.4/nix-support:
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
554.50 s
[ghc-9.10.3-with-packages] /nix/store/6nk5p2lwnkzk3p0gzkxh86s91mna73pl-old-time-1.1.0.4/nix-support:
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
554.50 s
[ghc-9.10.3-with-packages] /nix/store/443khwvxj2i3ajvsq3ff6pyknk70wadj-gitrev-1.3.1/nix-support:
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
554.50 s
[ghc-9.10.3-with-packages] /nix/store/443khwvxj2i3ajvsq3ff6pyknk70wadj-gitrev-1.3.1/nix-support:
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
554.51 s
[ghc-9.10.3-with-packages] /nix/store/fpys3nhv4qm07sa2j5dq69k2am04v788-amazonka-core-2.0-unstable-2025-04-16/nix-support:
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
554.52 s
[ghc-9.10.3-with-packages] /nix/store/fpys3nhv4qm07sa2j5dq69k2am04v788-amazonka-core-2.0-unstable-2025-04-16/nix-support:
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
554.52 s
[ghc-9.10.3-with-packages] /nix/store/63s52c3gk9df9fd3rf871wjhb25pnx95-amazonka-sso-2.0-unstable-2025-04-16/nix-support:
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
554.52 s
[ghc-9.10.3-with-packages] /nix/store/63s52c3gk9df9fd3rf871wjhb25pnx95-amazonka-sso-2.0-unstable-2025-04-16/nix-support:
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
554.52 s
[ghc-9.10.3-with-packages] /nix/store/fmp01bgaw0wfbq6zssxwyrzk152bnzg8-amazonka-sts-2.0-unstable-2025-04-16/nix-support:
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
554.52 s
[ghc-9.10.3-with-packages] /nix/store/fmp01bgaw0wfbq6zssxwyrzk152bnzg8-amazonka-sts-2.0-unstable-2025-04-16/nix-support:
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
554.53 s
[ghc-9.10.3-with-packages] /nix/store/pxfp1nph88maghbz6f3r3r63wi94sayp-ini-0.4.2/nix-support:
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
554.53 s
[ghc-9.10.3-with-packages] /nix/store/pxfp1nph88maghbz6f3r3r63wi94sayp-ini-0.4.2/nix-support:
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
554.53 s
[ghc-9.10.3-with-packages] /nix/store/gi73qd1c0lwqnvbrp5ws97lyj4j14aa5-concise-0.1.0.1/nix-support:
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
554.53 s
[ghc-9.10.3-with-packages] /nix/store/gi73qd1c0lwqnvbrp5ws97lyj4j14aa5-concise-0.1.0.1/nix-support:
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
554.53 s
[ghc-9.10.3-with-packages] /nix/store/pvvbgadcb6p83q6ap90x9xkz2svraxn6-foldl-1.4.18/nix-support:
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
554.53 s
[ghc-9.10.3-with-packages] /nix/store/pvvbgadcb6p83q6ap90x9xkz2svraxn6-foldl-1.4.18/nix-support:
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
554.54 s
[ghc-9.10.3-with-packages] /nix/store/3ra663r9571f3hpv8hn29sighnd12173-cereal-0.5.8.3/nix-support:
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
554.54 s
[ghc-9.10.3-with-packages] /nix/store/3ra663r9571f3hpv8hn29sighnd12173-cereal-0.5.8.3/nix-support:
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
554.54 s
[ghc-9.10.3-with-packages] /nix/store/3zl9glxydpd6d5wqlf7g535gdglba707-conduit-zstd-0.0.2.0/nix-support:
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
554.54 s
[ghc-9.10.3-with-packages] /nix/store/3zl9glxydpd6d5wqlf7g535gdglba707-conduit-zstd-0.0.2.0/nix-support:
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
554.54 s
[ghc-9.10.3-with-packages] /nix/store/9ngmg0kdcr94pa186nx19m11jn1cb3wi-digest-0.0.2.1/nix-support:
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
554.54 s
[ghc-9.10.3-with-packages] /nix/store/9ngmg0kdcr94pa186nx19m11jn1cb3wi-digest-0.0.2.1/nix-support:
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
554.54 s
[ghc-9.10.3-with-packages] /nix/store/yrk6bcbgh6pcdy765awkphby0bc8zm8b-tasty-1.5.3/nix-support:
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
554.55 s
[ghc-9.10.3-with-packages] /nix/store/yrk6bcbgh6pcdy765awkphby0bc8zm8b-tasty-1.5.3/nix-support:
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
554.55 s
[ghc-9.10.3-with-packages] /nix/store/1kv98hs5jibgrdy8pfz8xy2ifw8822qm-vector-stream-0.1.0.1/nix-support:
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
554.55 s
[ghc-9.10.3-with-packages] /nix/store/1kv98hs5jibgrdy8pfz8xy2ifw8822qm-vector-stream-0.1.0.1/nix-support:
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
554.55 s
[ghc-9.10.3-with-packages] /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/nix-support:
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
554.55 s
[ghc-9.10.3-with-packages] /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/nix-support:
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
554.56 s
[ghc-9.10.3-with-packages] /nix/store/bavah4x8s0g9k68hq5szggcmv5cvi9x3-authenticate-1.3.5.2/nix-support:
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
554.56 s
[ghc-9.10.3-with-packages] /nix/store/bavah4x8s0g9k68hq5szggcmv5cvi9x3-authenticate-1.3.5.2/nix-support:
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
554.56 s
[ghc-9.10.3-with-packages] /nix/store/vja1v15kjfqzm7n6mkajmzhgz665c0vg-email-validate-2.3.2.21/nix-support:
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
554.56 s
[ghc-9.10.3-with-packages] /nix/store/vja1v15kjfqzm7n6mkajmzhgz665c0vg-email-validate-2.3.2.21/nix-support:
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
554.56 s
[ghc-9.10.3-with-packages] /nix/store/jyak53dvy979ipa6cg7v2lka0g3pvdvr-nonce-1.0.7/nix-support:
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
554.56 s
[ghc-9.10.3-with-packages] /nix/store/jyak53dvy979ipa6cg7v2lka0g3pvdvr-nonce-1.0.7/nix-support:
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
554.57 s
[ghc-9.10.3-with-packages] /nix/store/dy5422z5md0sxm5yhg1xvgsj5pnapmc8-wai-websockets-3.0.1.2/nix-support:
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
554.57 s
[ghc-9.10.3-with-packages] /nix/store/dy5422z5md0sxm5yhg1xvgsj5pnapmc8-wai-websockets-3.0.1.2/nix-support:
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
554.57 s
[ghc-9.10.3-with-packages] /nix/store/73c1c83jmnld7a0w0djcba9k1lafpn7c-websockets-0.13.0.0/nix-support:
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
554.57 s
[ghc-9.10.3-with-packages] /nix/store/73c1c83jmnld7a0w0djcba9k1lafpn7c-websockets-0.13.0.0/nix-support:
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
554.58 s
[ghc-9.10.3-with-packages] /nix/store/rfx3k7h7kpxd816y6i0b7cwqmnm4hf4s-Only-0.1/nix-support:
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
554.58 s
[ghc-9.10.3-with-packages] /nix/store/rfx3k7h7kpxd816y6i0b7cwqmnm4hf4s-Only-0.1/nix-support:
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
554.58 s
[ghc-9.10.3-with-packages] /nix/store/vk797xwx9v3n2ilidicmrbm5c37ih6k8-math-functions-0.3.4.4/nix-support:
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
554.58 s
[ghc-9.10.3-with-packages] /nix/store/vk797xwx9v3n2ilidicmrbm5c37ih6k8-math-functions-0.3.4.4/nix-support:
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
554.58 s
[ghc-9.10.3-with-packages] /nix/store/1prj9as1nzpy1w1ijmyjdyzhvyxc806l-dense-linear-algebra-0.1.0.0/nix-support:
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
554.58 s
[ghc-9.10.3-with-packages] /nix/store/1prj9as1nzpy1w1ijmyjdyzhvyxc806l-dense-linear-algebra-0.1.0.0/nix-support:
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
554.58 s
[ghc-9.10.3-with-packages] /nix/store/s8q4pzd5p6wfyj41qdbrjc4ma9yqi49y-parallel-3.2.2.0/nix-support:
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
554.59 s
[ghc-9.10.3-with-packages] /nix/store/s8q4pzd5p6wfyj41qdbrjc4ma9yqi49y-parallel-3.2.2.0/nix-support:
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
554.59 s
[ghc-9.10.3-with-packages] /nix/store/41jv6dsry6ah1h7a9sfp9rrdcac7isdb-vector-binary-instances-0.2.5.2/nix-support:
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
554.59 s
[ghc-9.10.3-with-packages] /nix/store/41jv6dsry6ah1h7a9sfp9rrdcac7isdb-vector-binary-instances-0.2.5.2/nix-support:
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
554.59 s
[ghc-9.10.3-with-packages] /nix/store/wdfnbxbfp2x7s7dnkirqaqxr2mgi004c-vector-th-unbox-0.2.2/nix-support:
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
554.59 s
[ghc-9.10.3-with-packages] /nix/store/wdfnbxbfp2x7s7dnkirqaqxr2mgi004c-vector-th-unbox-0.2.2/nix-support:
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
554.59 s
[ghc-9.10.3-with-packages] /nix/store/qymini5xf6nj3r0i8pyn5kiiajz41lx9-bitvec-1.1.5.0/nix-support:
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
554.60 s
[ghc-9.10.3-with-packages] /nix/store/qymini5xf6nj3r0i8pyn5kiiajz41lx9-bitvec-1.1.5.0/nix-support:
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
554.60 s
[ghc-9.10.3-with-packages] /nix/store/f8101y8cdadb3h032dvqiscxznimgvqx-indexed-traversable-instances-0.1.2/nix-support:
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
554.60 s
[ghc-9.10.3-with-packages] /nix/store/f8101y8cdadb3h032dvqiscxznimgvqx-indexed-traversable-instances-0.1.2/nix-support:
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
554.61 s
[ghc-9.10.3-with-packages] /nix/store/5wgahnpf17rfqdc7532dy56s3lyhackc-base-orphans-0.9.3/nix-support:
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
554.66 s
[ghc-9.10.3-with-packages] /nix/store/5wgahnpf17rfqdc7532dy56s3lyhackc-base-orphans-0.9.3/nix-support:
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
554.67 s
[ghc-9.10.3-with-packages] /nix/store/6w80cxib8mgpzbbw2vc7pvd25gwgwmmg-typed-process-0.2.13.0/nix-support:
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
554.67 s
[ghc-9.10.3-with-packages] /nix/store/6w80cxib8mgpzbbw2vc7pvd25gwgwmmg-typed-process-0.2.13.0/nix-support:
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
554.67 s
[ghc-9.10.3-with-packages] /nix/store/0w5l4iig19dkdqv3n5z6a8jwm0bqhdvc-easy-file-0.2.5/nix-support:
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
554.67 s
[ghc-9.10.3-with-packages] /nix/store/0w5l4iig19dkdqv3n5z6a8jwm0bqhdvc-easy-file-0.2.5/nix-support:
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
554.67 s
[ghc-9.10.3-with-packages] /nix/store/rgd7sc27p062id26lhg4s1l4isnswbig-unix-time-0.4.17/nix-support:
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
554.67 s
[ghc-9.10.3-with-packages] /nix/store/rgd7sc27p062id26lhg4s1l4isnswbig-unix-time-0.4.17/nix-support:
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
554.67 s
[ghc-9.10.3-with-packages] /nix/store/s58jcgwpd9x9v9hnqaza3wrph4s8rqv0-validity-aeson-0.2.0.5/nix-support:
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
554.68 s
[ghc-9.10.3-with-packages] /nix/store/s58jcgwpd9x9v9hnqaza3wrph4s8rqv0-validity-aeson-0.2.0.5/nix-support:
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
554.68 s
[ghc-9.10.3-with-packages] /nix/store/l0cl2pa5qygfw9bivifacs7zwb2lvdyg-comonad-5.0.9/nix-support:
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
554.68 s
[ghc-9.10.3-with-packages] /nix/store/l0cl2pa5qygfw9bivifacs7zwb2lvdyg-comonad-5.0.9/nix-support:
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
554.68 s
[ghc-9.10.3-with-packages] /nix/store/z4lbwwv5lm9shxs1p46kcngawv9kgjyd-contravariant-1.5.5/nix-support:
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
554.69 s
[ghc-9.10.3-with-packages] /nix/store/z4lbwwv5lm9shxs1p46kcngawv9kgjyd-contravariant-1.5.5/nix-support:
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
554.69 s
[ghc-9.10.3-with-packages] /nix/store/lznvznhw0rahslfbhlw3sd1iw13ds4nh-distributive-0.6.2.1/nix-support:
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
554.69 s
[ghc-9.10.3-with-packages] /nix/store/lznvznhw0rahslfbhlw3sd1iw13ds4nh-distributive-0.6.2.1/nix-support:
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
554.69 s
[ghc-9.10.3-with-packages] /nix/store/5p6x45lydf90smfv8bvx1zfjf9yqscmp-boring-0.2.2/nix-support:
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
554.69 s
[ghc-9.10.3-with-packages] /nix/store/5p6x45lydf90smfv8bvx1zfjf9yqscmp-boring-0.2.2/nix-support:
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
554.69 s
[ghc-9.10.3-with-packages] /nix/store/f6mlrcskswmrym1j4jk9l0gw057kzh65-dec-0.0.6/nix-support:
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
554.69 s
[ghc-9.10.3-with-packages] /nix/store/f6mlrcskswmrym1j4jk9l0gw057kzh65-dec-0.0.6/nix-support:
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
554.69 s
[ghc-9.10.3-with-packages] /nix/store/3nr5izx54lbrk6qfsdzddki36yvwqcza-some-1.0.6/nix-support:
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
554.70 s
[ghc-9.10.3-with-packages] /nix/store/3nr5izx54lbrk6qfsdzddki36yvwqcza-some-1.0.6/nix-support:
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
554.70 s
[ghc-9.10.3-with-packages] /nix/store/4a9ar5kp3sp0yd29vkz8mbiyifin1zf0-profunctors-5.6.3/nix-support:
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
554.70 s
[ghc-9.10.3-with-packages] /nix/store/4a9ar5kp3sp0yd29vkz8mbiyifin1zf0-profunctors-5.6.3/nix-support:
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
554.70 s
[ghc-9.10.3-with-packages] /nix/store/19hcmcdxbh5abagpwz4l9dfzvlklgndb-reflection-2.1.9/nix-support:
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
554.70 s
[ghc-9.10.3-with-packages] /nix/store/19hcmcdxbh5abagpwz4l9dfzvlklgndb-reflection-2.1.9/nix-support:
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
554.71 s
[ghc-9.10.3-with-packages] /nix/store/qy3abbqy0r744yl5h1083b8qqpv786rk-appar-0.1.8/nix-support:
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
554.71 s
[ghc-9.10.3-with-packages] /nix/store/qy3abbqy0r744yl5h1083b8qqpv786rk-appar-0.1.8/nix-support:
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
554.71 s
[ghc-9.10.3-with-packages] /nix/store/z7lzb91d724agn2bdpgdk87hfd80kgmk-zlib-0.7.1.1/nix-support:
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
554.72 s
[ghc-9.10.3-with-packages] /nix/store/z7lzb91d724agn2bdpgdk87hfd80kgmk-zlib-0.7.1.1/nix-support:
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
554.72 s
[ghc-9.10.3-with-packages] /nix/store/sbja1xjfknz6xjh25vamy11fdbl07qjw-crypton-socks-0.6.2/nix-support:
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
554.72 s
[ghc-9.10.3-with-packages] /nix/store/sbja1xjfknz6xjh25vamy11fdbl07qjw-crypton-socks-0.6.2/nix-support:
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
554.72 s
[ghc-9.10.3-with-packages] /nix/store/90xfcyfjimz1y2xr56s8rrl78m5k0m92-crypton-x509-store-1.6.12/nix-support:
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
554.72 s
[ghc-9.10.3-with-packages] /nix/store/90xfcyfjimz1y2xr56s8rrl78m5k0m92-crypton-x509-store-1.6.12/nix-support:
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
554.72 s
[ghc-9.10.3-with-packages] /nix/store/iyy028kd5ynraap37xry10mmmrqhs6px-crypton-x509-system-1.6.7/nix-support:
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
554.73 s
[ghc-9.10.3-with-packages] /nix/store/iyy028kd5ynraap37xry10mmmrqhs6px-crypton-x509-system-1.6.7/nix-support:
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
554.73 s
[ghc-9.10.3-with-packages] /nix/store/x54x2qmvj7cl4qhmff3vb97gkdal1zfz-asn1-encoding-0.9.6/nix-support:
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
554.73 s
[ghc-9.10.3-with-packages] /nix/store/x54x2qmvj7cl4qhmff3vb97gkdal1zfz-asn1-encoding-0.9.6/nix-support:
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
554.73 s
[ghc-9.10.3-with-packages] /nix/store/88caaapzyh5gxjcdld3w9livxq966cci-asn1-types-0.3.4/nix-support:
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
554.73 s
[ghc-9.10.3-with-packages] /nix/store/88caaapzyh5gxjcdld3w9livxq966cci-asn1-types-0.3.4/nix-support:
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
554.74 s
[ghc-9.10.3-with-packages] /nix/store/dc8jjgq51zvvfij84hkdrdnllf0rbz8d-crypton-x509-validation-1.6.14/nix-support:
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
554.74 s
[ghc-9.10.3-with-packages] /nix/store/dc8jjgq51zvvfij84hkdrdnllf0rbz8d-crypton-x509-validation-1.6.14/nix-support:
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
554.74 s
[ghc-9.10.3-with-packages] /nix/store/fc89f8dsc2hf3h318g8075y0dy0kn3z5-serialise-0.2.6.1/nix-support:
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
554.74 s
[ghc-9.10.3-with-packages] /nix/store/fc89f8dsc2hf3h318g8075y0dy0kn3z5-serialise-0.2.6.1/nix-support:
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
554.74 s
[ghc-9.10.3-with-packages] /nix/store/qi2vir42npir2060dhmh8g9s63zl6qi6-adjunctions-4.4.3/nix-support:
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
554.75 s
[ghc-9.10.3-with-packages] /nix/store/qi2vir42npir2060dhmh8g9s63zl6qi6-adjunctions-4.4.3/nix-support:
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
554.75 s
[ghc-9.10.3-with-packages] /nix/store/a4z9rfl9d808frysqmh4mx6ywb3510hi-invariant-0.6.4/nix-support:
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
554.75 s
[ghc-9.10.3-with-packages] /nix/store/a4z9rfl9d808frysqmh4mx6ywb3510hi-invariant-0.6.4/nix-support:
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
554.75 s
[ghc-9.10.3-with-packages] /nix/store/7c9ywf4z1a4lckkc7zjl0609d2x47dis-haskell-src-exts-1.23.1/nix-support:
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
554.75 s
[ghc-9.10.3-with-packages] /nix/store/7c9ywf4z1a4lckkc7zjl0609d2x47dis-haskell-src-exts-1.23.1/nix-support:
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
554.75 s
[ghc-9.10.3-with-packages] /nix/store/6adll436al869y2jxbc47740w6ydz9jj-haskell-src-meta-0.8.15/nix-support:
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
554.76 s
[ghc-9.10.3-with-packages] /nix/store/6adll436al869y2jxbc47740w6ydz9jj-haskell-src-meta-0.8.15/nix-support:
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
554.76 s
[ghc-9.10.3-with-packages] /nix/store/ywdsgfrx4wnddv8syvllzhrhs1934z2c-text-conversions-0.3.1.1/nix-support:
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
554.76 s
[ghc-9.10.3-with-packages] /nix/store/ywdsgfrx4wnddv8syvllzhrhs1934z2c-text-conversions-0.3.1.1/nix-support:
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
554.76 s
[ghc-9.10.3-with-packages] /nix/store/3ipsf80aggq219hvc81j10xv6wxnx0pk-ansi-terminal-types-1.1.3/nix-support:
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
554.76 s
[ghc-9.10.3-with-packages] /nix/store/3ipsf80aggq219hvc81j10xv6wxnx0pk-ansi-terminal-types-1.1.3/nix-support:
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
554.77 s
[ghc-9.10.3-with-packages] /nix/store/dwsa4brm5qn121i7y9hpl1jp2hdxnsxh-asn1-parse-0.9.5/nix-support:
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
554.77 s
[ghc-9.10.3-with-packages] /nix/store/dwsa4brm5qn121i7y9hpl1jp2hdxnsxh-asn1-parse-0.9.5/nix-support:
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
554.77 s
[ghc-9.10.3-with-packages] /nix/store/2fwm2bqm5ybqlg5m3zx03805csp7sf07-hourglass-0.2.12/nix-support:
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
554.77 s
[ghc-9.10.3-with-packages] /nix/store/2fwm2bqm5ybqlg5m3zx03805csp7sf07-hourglass-0.2.12/nix-support:
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
554.77 s
[ghc-9.10.3-with-packages] /nix/store/56glq5nc6y7g4y0ygivdp0xai708jhji-pem-0.2.4/nix-support:
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
554.78 s
[ghc-9.10.3-with-packages] /nix/store/56glq5nc6y7g4y0ygivdp0xai708jhji-pem-0.2.4/nix-support:
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
554.78 s
[ghc-9.10.3-with-packages] /nix/store/vsjvjy8inviddayc1qdrhybl4kp74l4s-http-semantics-0.3.0/nix-support:
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
554.78 s
[ghc-9.10.3-with-packages] /nix/store/vsjvjy8inviddayc1qdrhybl4kp74l4s-http-semantics-0.3.0/nix-support:
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
554.78 s
[ghc-9.10.3-with-packages] /nix/store/ccmb0q6grnl9n1k7d42gambz8g3w2idj-network-byte-order-0.1.7/nix-support:
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
554.78 s
[ghc-9.10.3-with-packages] /nix/store/ccmb0q6grnl9n1k7d42gambz8g3w2idj-network-byte-order-0.1.7/nix-support:
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
554.79 s
[ghc-9.10.3-with-packages] /nix/store/ikk14vyji3vmspm5axrvl0vgfhdwbndf-network-control-0.1.7/nix-support:
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
554.79 s
[ghc-9.10.3-with-packages] /nix/store/ikk14vyji3vmspm5axrvl0vgfhdwbndf-network-control-0.1.7/nix-support:
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
554.79 s
[ghc-9.10.3-with-packages] /nix/store/7rgdg2fvx4b13b9hkc5bbcfmczwx9j3x-clientsession-0.9.3.0/nix-support:
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
554.79 s
[ghc-9.10.3-with-packages] /nix/store/7rgdg2fvx4b13b9hkc5bbcfmczwx9j3x-clientsession-0.9.3.0/nix-support:
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
554.79 s
[ghc-9.10.3-with-packages] /nix/store/v3f637q8s473akh1gbjp1x3lk7h7rbwn-byteable-0.1.1/nix-support:
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
554.79 s
[ghc-9.10.3-with-packages] /nix/store/v3f637q8s473akh1gbjp1x3lk7h7rbwn-byteable-0.1.1/nix-support:
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
554.79 s
[ghc-9.10.3-with-packages] /nix/store/y48fwirlw80illvnfnlsm4pyygmy670a-xss-sanitize-0.3.7.2/nix-support:
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
554.79 s
[ghc-9.10.3-with-packages] /nix/store/y48fwirlw80illvnfnlsm4pyygmy670a-xss-sanitize-0.3.7.2/nix-support:
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
554.80 s
[ghc-9.10.3-with-packages] /nix/store/i96f1j618nngm3flhx56ndmh4c9z76n1-language-javascript-0.7.1.0/nix-support:
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
554.80 s
[ghc-9.10.3-with-packages] /nix/store/i96f1j618nngm3flhx56ndmh4c9z76n1-language-javascript-0.7.1.0/nix-support:
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
554.80 s
[ghc-9.10.3-with-packages] /nix/store/4bk8zgxwv1mcgdnbxf0iyy0wpmv3d54a-errors-2.3.0/nix-support:
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
554.81 s
[ghc-9.10.3-with-packages] /nix/store/4bk8zgxwv1mcgdnbxf0iyy0wpmv3d54a-errors-2.3.0/nix-support:
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
554.81 s
[ghc-9.10.3-with-packages] /nix/store/3w4sprphj1avcnb7jncmdf5d5jn3kzpc-microlens-contra-0.1.0.3/nix-support:
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
554.81 s
[ghc-9.10.3-with-packages] /nix/store/3w4sprphj1avcnb7jncmdf5d5jn3kzpc-microlens-contra-0.1.0.3/nix-support:
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
554.81 s
[ghc-9.10.3-with-packages] /nix/store/3isa20ngsqic704i5axksgsfq9sf3x20-microlens-pro-0.2.0.3/nix-support:
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
554.81 s
[ghc-9.10.3-with-packages] /nix/store/3isa20ngsqic704i5axksgsfq9sf3x20-microlens-pro-0.2.0.3/nix-support:
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
554.81 s
[ghc-9.10.3-with-packages] /nix/store/gd3bvkypqvycyhj0z5ygl7f1c53incak-regex-posix-0.96.0.2/nix-support:
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
554.81 s
[ghc-9.10.3-with-packages] /nix/store/gd3bvkypqvycyhj0z5ygl7f1c53incak-regex-posix-0.96.0.2/nix-support:
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
554.82 s
[ghc-9.10.3-with-packages] /nix/store/3jx6r69p248kb5n5wlbwsv2jd51pzdzf-html-conduit-1.3.2.2/nix-support:
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
554.82 s
[ghc-9.10.3-with-packages] /nix/store/3jx6r69p248kb5n5wlbwsv2jd51pzdzf-html-conduit-1.3.2.2/nix-support:
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
554.82 s
[ghc-9.10.3-with-packages] /nix/store/wm8xhvkahqkkfzx26sdkj21glhlk1yw1-SHA-1.6.4.4/nix-support:
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
554.82 s
[ghc-9.10.3-with-packages] /nix/store/wm8xhvkahqkkfzx26sdkj21glhlk1yw1-SHA-1.6.4.4/nix-support:
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
554.82 s
[ghc-9.10.3-with-packages] /nix/store/92wgi7zhsgw695hv09w7nqnngs7p3gbn-validity-unordered-containers-0.2.0.3/nix-support:
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
554.82 s
[ghc-9.10.3-with-packages] /nix/store/92wgi7zhsgw695hv09w7nqnngs7p3gbn-validity-unordered-containers-0.2.0.3/nix-support:
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
554.82 s
[ghc-9.10.3-with-packages] /nix/store/k1injhd0bd56r76b3gpk5yzfngn34mzi-validity-vector-0.2.0.3/nix-support:
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
554.83 s
[ghc-9.10.3-with-packages] /nix/store/k1injhd0bd56r76b3gpk5yzfngn34mzi-validity-vector-0.2.0.3/nix-support:
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
554.83 s
[ghc-9.10.3-with-packages] /nix/store/z80ddm9jiwldi9is9rhn4vg7vafrj98z-StateVar-1.2.2/nix-support:
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
554.83 s
[ghc-9.10.3-with-packages] /nix/store/z80ddm9jiwldi9is9rhn4vg7vafrj98z-StateVar-1.2.2/nix-support:
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
554.83 s
[ghc-9.10.3-with-packages] /nix/store/pv0bqf640a9win36b35xr50f3kpbf88x-cborg-0.2.10.0/nix-support:
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
554.83 s
[ghc-9.10.3-with-packages] /nix/store/pv0bqf640a9win36b35xr50f3kpbf88x-cborg-0.2.10.0/nix-support:
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
554.83 s
[ghc-9.10.3-with-packages] /nix/store/90xhgywm2v8h35kj294gy8lmhgw1b0wc-half-0.3.3/nix-support:
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
554.84 s
[ghc-9.10.3-with-packages] /nix/store/90xhgywm2v8h35kj294gy8lmhgw1b0wc-half-0.3.3/nix-support:
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
554.84 s
[ghc-9.10.3-with-packages] /nix/store/r3r8rarzscgvc6fjfqrxypx1zxhd5f6g-th-orphans-0.13.16/nix-support:
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
554.85 s
[ghc-9.10.3-with-packages] /nix/store/r3r8rarzscgvc6fjfqrxypx1zxhd5f6g-th-orphans-0.13.16/nix-support:
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
554.85 s
[ghc-9.10.3-with-packages] /nix/store/6xxsm1paidsykanjpr8x5882gw1663lp-psqueues-0.2.8.2/nix-support:
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
554.85 s
[ghc-9.10.3-with-packages] /nix/store/6xxsm1paidsykanjpr8x5882gw1663lp-psqueues-0.2.8.2/nix-support:
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
554.85 s
[ghc-9.10.3-with-packages] /nix/store/wcsdwfvxy29sv0alf1iszlsvizg8p3ir-crypto-api-0.13.3/nix-support:
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
554.85 s
[ghc-9.10.3-with-packages] /nix/store/wcsdwfvxy29sv0alf1iszlsvizg8p3ir-crypto-api-0.13.3/nix-support:
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
554.85 s
[ghc-9.10.3-with-packages] /nix/store/psvh9xm1wb2wszsh65nhc08gdj8n8vlk-setenv-0.1.1.3/nix-support:
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
554.86 s
[ghc-9.10.3-with-packages] /nix/store/psvh9xm1wb2wszsh65nhc08gdj8n8vlk-setenv-0.1.1.3/nix-support:
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
554.86 s
[ghc-9.10.3-with-packages] /nix/store/xz1b0zpj2hdg6aic746iyx9rw6rm70a4-skein-1.0.9.4/nix-support:
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
554.86 s
[ghc-9.10.3-with-packages] /nix/store/xz1b0zpj2hdg6aic746iyx9rw6rm70a4-skein-1.0.9.4/nix-support:
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
554.86 s
[ghc-9.10.3-with-packages] /nix/store/33zg35744i4w241c0f97lzy3vlhsrfcb-tagsoup-0.14.8/nix-support:
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
554.86 s
[ghc-9.10.3-with-packages] /nix/store/33zg35744i4w241c0f97lzy3vlhsrfcb-tagsoup-0.14.8/nix-support:
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
554.86 s
[ghc-9.10.3-with-packages] /nix/store/fdpk48zhm5xqdxq5mlsh211j2hisw3nr-microlens-platform-0.4.4.1/nix-support:
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
554.87 s
[ghc-9.10.3-with-packages] /nix/store/fdpk48zhm5xqdxq5mlsh211j2hisw3nr-microlens-platform-0.4.4.1/nix-support:
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
554.87 s
[ghc-9.10.3-with-packages] /nix/store/f5nidb296agy9y0598597gvicbgvp7s1-regex-base-0.94.0.3/nix-support:
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
554.87 s
[ghc-9.10.3-with-packages] /nix/store/f5nidb296agy9y0598597gvicbgvp7s1-regex-base-0.94.0.3/nix-support:
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
554.87 s
[ghc-9.10.3-with-packages] /nix/store/99gni6j1vmf5x07n39w2srnr89h7cb24-th-reify-many-0.1.10/nix-support:
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
554.87 s
[ghc-9.10.3-with-packages] /nix/store/99gni6j1vmf5x07n39w2srnr89h7cb24-th-reify-many-0.1.10/nix-support:
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
554.87 s
[ghc-9.10.3-with-packages] /nix/store/0233maylfs3k6l5g3ai1zps9m8xn77p2-microlens-ghc-0.4.15.1/nix-support:
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
554.87 s
[ghc-9.10.3-with-packages] /nix/store/0233maylfs3k6l5g3ai1zps9m8xn77p2-microlens-ghc-0.4.15.1/nix-support:
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
554.88 s
[ghc-9.10.3-with-packages] /nix/store/jsq8f8c0n3sp0wj94alxkgx9x8rkmf96-th-expand-syns-0.4.12.0/nix-support:
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
554.88 s
[ghc-9.10.3-with-packages] /nix/store/jsq8f8c0n3sp0wj94alxkgx9x8rkmf96-th-expand-syns-0.4.12.0/nix-support:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
559.42 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/10ybrjmvc8wd67yvgfhy8qsacpa41if5-ghc-9.10.3-with-packages
560.15 s
[post-build-hook] Pushing 13 paths (865 are already present) using zstd to cache smos ⏳
560.32 s
[post-build-hook]
560.49 s
[post-build-hook] Pushing /nix/store/k1zx6cmr6mjg28iz6fw975j2qr0sfnvl-yesod-static-remote-0.0.0.1 (405.41 KiB)
560.49 s
[post-build-hook] Pushing /nix/store/57gpzjqzf17d042mmjl6lwy2s0cjmyrp-template-haskell-reload-0.0.0.0 (1.57 MiB)
560.49 s
[post-build-hook] Pushing /nix/store/4qhc4xdsrnk3j3lqh1razsmgfhnxqn3c-HaskellNet-0.6.1.2 (9.22 MiB)
560.50 s
[post-build-hook] Pushing /nix/store/gyjy4ly7mz6z0znf38jc751zwdikwlkl-zip-2.2.1 (11.17 MiB)
560.57 s
[post-build-hook] Pushing /nix/store/grjwqyfgsvc2xwdhfwr981j8shwgpnhy-servant-auth-client-0.4.2.0 (382.48 KiB)
560.58 s
[post-build-hook] Pushing /nix/store/10ybrjmvc8wd67yvgfhy8qsacpa41if5-ghc-9.10.3-with-packages (13.45 MiB)
560.59 s
[post-build-hook] Pushing /nix/store/hj5c925qiai0aj8n6psd882q72aqxip2-HaskellNet-SSL-0.4.0.2 (6.52 MiB)
560.60 s
[post-build-hook] Pushing /nix/store/jsc89j051fjx1an1smxy8ai15r45sbs3-prometheus-wai-0.2.0.1 (741.65 KiB)
561.66 s
[post-build-hook] Pushing /nix/store/lpr94zsrkb5ysnp89qz4nkbff62pijha-yesod-autoreload-0.0.0.0 (5.73 MiB)
561.80 s
[post-build-hook] Pushing /nix/store/xjkx6qz0c9pbv8ip0dai7cr5b3wd5h1c-persistent-pagination-0.1.1.2 (1.51 MiB)
561.80 s
[post-build-hook] Pushing /nix/store/wi5fc6s67qjgna3nkizz43sjy5g3mfyj-esqueleto-3.6.0.0 (20.90 MiB)
561.91 s
[post-build-hook] Pushing /nix/store/m8wjhz507hfwg2lkz8pynz4m858yv6h4-servant-auth-server-0.4.9.1 (3.69 MiB)
562.12 s
[post-build-hook] Pushing /nix/store/nk2zipli2zwah88q2bjd00flx97hpagh-prometheus-ghc-stats-0.0.0.0 (743.31 KiB)
563.42 s
[post-build-hook]
563.42 s
[post-build-hook] All done.
563.45 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/10ybrjmvc8wd67yvgfhy8qsacpa41if5-ghc-9.10.3-with-packages
563.62 s
[post-build-hook] copying 0 paths...
563.92 s
[post-build-hook] copying 1 paths...
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'...
564.18 s
Progress: 136 of 138 built, 815 of 815 downloaded from cache
564.31 s
Building smos-shell
564.63 s
[post-build-hook] Uploading to cachix cache "smos": /nix/store/29dzbi85l354z6ijg3sxd0b7xxsrya7z-smos-shell
566.23 s
[post-build-hook] Pushing 5 paths (1093 are already present) using zstd to cache smos ⏳
566.23 s
[post-build-hook]
566.56 s
[post-build-hook] Pushing /nix/store/qi4k0xr9321yckvwn35c4d9s4nldpd8r-sydtest-discover-0.0.0.4-doc (282.34 KiB)
566.59 s
[post-build-hook] Pushing /nix/store/72c9i09mx6k6x5dyxw73lz4plyxbhrsz-feedback-0.2.0.0 (11.74 MiB)
566.59 s
[post-build-hook] Pushing /nix/store/29dzbi85l354z6ijg3sxd0b7xxsrya7z-smos-shell (1.62 KiB)
566.59 s
[post-build-hook] Pushing /nix/store/xmls89gsv4vjnqz7z9ic49ivlr8ldh5k-autorecorder-0.0.0.0 (4.33 MiB)
566.59 s
[post-build-hook] Pushing /nix/store/0s75mr0bv26s5jq5ikj0ngnk7x5kd44a-sydtest-discover-0.0.0.4 (3.78 MiB)
568.18 s
[post-build-hook]
568.18 s
[post-build-hook] All done.
568.20 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/29dzbi85l354z6ijg3sxd0b7xxsrya7z-smos-shell
568.34 s
[post-build-hook] copying 1 paths...
568.34 s
[post-build-hook] copying path '/nix/store/29dzbi85l354z6ijg3sxd0b7xxsrya7z-smos-shell' to 'https://cache.staging.nix-ci.com'...
569.54 s
[post-build-hook] copying 3 paths...
569.55 s
[post-build-hook] copying path '/nix/store/jlgs09lcvsd7p0bahmj3in4kr59w9nnq-feedback-0.2.0.0.drv' to 'https://cache.staging.nix-ci.com'...
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'...
569.74 s
[post-build-hook] copying path '/nix/store/4lmr8ip2gsfg4pfh0x1xkrv25rrgmkv2-smos-shell.drv' to 'https://cache.staging.nix-ci.com'...
570.00 s
Progress: 137 of 138 built, 815 of 815 downloaded from cache