397.88 s[genvalidity-sydtest] ✓ is the identity for mappend :: ([Ratio Integer]) -> ([Ratio Integer]) -> ([Ratio Integer]) for "valid :: ([Ratio Integer])" 38.95 ms
397.88 s[genvalidity-sydtest] passed for all of 100 inputs.
399.24 s[genvalidity-sydtest] relation with Applicative []
399.24 s[genvalidity-sydtest] ✓ satisfies 'pure = return' for "[] of ints :: [Int]" 0.80 ms
399.24 s[genvalidity-sydtest] passed for all of 100 inputs.
399.24 s[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" 15.25 ms
399.36 s[genvalidity-sydtest] passed for all of 100 inputs.
399.36 s[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" 1.63 ms
399.36 s[genvalidity-sydtest] passed for all of 100 inputs.
399.36 s[genvalidity-sydtest] relation with Functor []
399.37 s[genvalidity-sydtest] ✓ satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" 3.64 ms
399.37 s[genvalidity-sydtest] passed for all of 100 inputs.
399.37 s[genvalidity-sydtest] (>>=) :: [] a -> (b -> [] a) -> [] b
399.37 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])" 1428.48 ms
399.37 s[genvalidity-sydtest] passed for all of 100 inputs.
399.37 s[genvalidity-sydtest] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
399.37 s[genvalidity-sydtest] ✓ satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> [Int])" 1.30 ms
399.37 s[genvalidity-sydtest] passed for all of 100 inputs.
399.37 s[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" 2.73 ms
399.37 s[genvalidity-sydtest] passed for all of 100 inputs.
399.37 s[genvalidity-sydtest] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
399.37 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.52 ms
399.37 s[genvalidity-sydtest] passed for all of 100 inputs.
399.37 s[genvalidity-sydtest] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
399.37 s[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" 0.66 ms
399.37 s[genvalidity-sydtest] passed for all of 100 inputs.
399.37 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.75 ms
399.37 s[genvalidity-sydtest] passed for all of 100 inputs.
399.37 s[genvalidity-sydtest] relation with Functor Maybe
399.37 s[genvalidity-sydtest] ✓ satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "Maybe of ints :: (Maybe Int)" 0.80 ms
399.37 s[genvalidity-sydtest] passed for all of 100 inputs.
399.37 s[genvalidity-sydtest] relation with Applicative Maybe
399.37 s[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" 0.92 ms
399.37 s[genvalidity-sydtest] passed for all of 100 inputs.
399.37 s[genvalidity-sydtest] ✓ satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" 1.54 ms
399.37 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" 0.69 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
399.47 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.83 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] relation with Applicative Maybe
399.47 s[genvalidity-sydtest] ✓ satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" 1.20 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" 0.90 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" 0.40 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
399.47 s[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" 0.57 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] ✓ satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Maybe Int)" 2.01 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] relation with Functor Maybe
399.47 s[genvalidity-sydtest] ✓ satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "Maybe of ints :: (Maybe Int)" 0.57 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] return :: a -> (Either Int) a and (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
399.47 s[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "(Either Int) of ints :: (Either Int Int)" 0.64 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 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.85 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] relation with Applicative (Either Int)
399.47 s[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "(Either Int) of additions :: (Either Int (Int -> Int))" and "(Either Int) of ints :: (Either Int Int)" 1.63 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] ✓ satisfies 'pure = return' for "(Either Int) of ints :: (Either Int Int)" 0.39 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "(Either Int) of ints :: (Either Int Int)" and "(Either Int) of ints :: (Either Int Int)" 0.72 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
399.47 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.79 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] relation with Functor (Either Int)
399.47 s[genvalidity-sydtest] ✓ satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "(Either Int) of ints :: (Either Int Int)" 0.85 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] relation with Functor Maybe
399.47 s[genvalidity-sydtest] ✓ satisfies 'fmap f xs = xs >>= return . f' for "appends :: ([Char] -> [Char])" and "Just an ABC :: (Maybe [Char])" 4.17 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] relation with Applicative Maybe
399.47 s[genvalidity-sydtest] ✓ satisfies 'pure = return' for "Just an ABC :: (Maybe [Char])" 0.78 ms
399.47 s[genvalidity-sydtest] passed for all of 100 inputs.
399.47 s[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "Just an ABC :: (Maybe [Char])" and "Just an ABC :: (Maybe [Char])" 0.59 ms
399.63 s[genvalidity-sydtest] passed for all of 100 inputs.
399.63 s[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "append 'a' in Just :: (Maybe ([Char] -> [Char]))" and "Just an ABC :: (Maybe [Char])" 0.65 ms
399.63 s[genvalidity-sydtest] passed for all of 100 inputs.
399.63 s[genvalidity-sydtest] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
399.63 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.39 ms
399.63 s[genvalidity-sydtest] passed for all of 100 inputs.
399.63 s[genvalidity-sydtest] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
399.63 s[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "Just an ABC :: (Maybe [Char])" 0.52 ms
399.63 s[genvalidity-sydtest] passed for all of 100 inputs.
399.63 s[genvalidity-sydtest] ✓ satisfy the first Monad law: 'return a >>= k = k a' for "ABC :: [Char]" and "justisation :: ([Char] -> Maybe [Char])" 0.33 ms
399.63 s[genvalidity-sydtest] passed for all of 100 inputs.
399.63 s[genvalidity-sydtest] relation with Functor []
399.63 s[genvalidity-sydtest] ✓ satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" 3.87 ms
399.63 s[genvalidity-sydtest] passed for all of 100 inputs.
399.63 s[genvalidity-sydtest] (>>=) :: [] a -> (b -> [] a) -> [] b
399.63 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])" 1371.45 ms
399.63 s[genvalidity-sydtest] passed for all of 100 inputs.
399.63 s[genvalidity-sydtest] relation with Applicative []
399.63 s[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" 12.37 ms
399.63 s[genvalidity-sydtest] passed for all of 100 inputs.
399.63 s[genvalidity-sydtest] ✓ satisfies 'pure = return' for "[] of ints :: [Int]" 0.71 ms
399.63 s[genvalidity-sydtest] passed for all of 100 inputs.
399.63 s[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" 3.09 ms
399.63 s[genvalidity-sydtest] passed for all of 100 inputs.
399.63 s[genvalidity-sydtest] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
399.63 s[genvalidity-sydtest] ✓ satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> [Int])" 3.37 ms
399.63 s[genvalidity-sydtest] passed for all of 100 inputs.
399.63 s[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" 2.32 ms
399.63 s[genvalidity-sydtest] passed for all of 100 inputs.
399.63 s[genvalidity-sydtest] fmap :: (a -> b) -> Maybe a -> Maybe b
399.63 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])" 5.04 ms
399.63 s[genvalidity-sydtest] passed for all of 100 inputs.
399.63 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "Just an ABC :: (Maybe [Char])" 0.70 ms
399.63 s[genvalidity-sydtest] passed for all of 100 inputs.
399.63 s[genvalidity-sydtest] (<$) :: a -> Maybe b -> Maybe a
399.63 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "ABC :: [Char]" and "Just an ABC :: (Maybe [Char])" 1.24 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] fmap :: (a -> b) -> [] a -> [] b
399.64 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "list of fives :: [Int]" 2.25 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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)" 3.99 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (<$) :: a -> [] b -> [] a
399.64 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "four :: Int" and "list of fives :: [Int]" 7.28 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (<$) :: a -> [] b -> [] a
399.64 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" 1.50 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] fmap :: (a -> b) -> [] a -> [] b
399.64 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)" 7.28 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" 2.64 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] fmap :: (a -> b) -> (Either Int) a -> (Either Int) b
399.64 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "(Either Int) of ints :: (Either Int Int)" 0.36 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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)" 2.49 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (<$) :: a -> (Either Int) b -> (Either Int) a
399.64 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "(Either Int) of ints :: (Either Int Int)" 1.10 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (<$) :: a -> [] b -> [] a
399.64 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" 2.00 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] fmap :: (a -> b) -> [] a -> [] b
399.64 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" 1.40 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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)" 6.19 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (<$) :: a -> Maybe b -> Maybe a
399.64 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" 1.01 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] fmap :: (a -> b) -> Maybe a -> Maybe b
399.64 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.87 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" 12.65 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] fmap :: (a -> b) -> ((,) Int) a -> ((,) Int) b
399.64 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.17 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "((,) Int) of ints :: (Int,Int)" 0.35 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (<$) :: a -> ((,) Int) b -> ((,) Int) a
399.64 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "((,) Int) of ints :: (Int,Int)" 2.40 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (<$) :: a -> Maybe b -> Maybe a
399.64 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" 1.91 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] fmap :: (a -> b) -> Maybe a -> Maybe b
399.64 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)" 1.78 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" 1.72 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (*>) :: [] a -> [] b -> [] b
399.64 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" 11.01 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
399.64 s[genvalidity-sydtest] ✓ satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "[] of increments :: ([Int -> Int])" sequenced with "int :: Int" 0.64 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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.61 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "[] of ints :: [Int]" 2.58 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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.00 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] ✓ satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 1.62 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (<*) :: [] a -> [] b -> [] a
399.64 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "[] of ints :: Int" behind "[] of ints :: [Int]" 11.79 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (*>) :: (Either Int) a -> (Either Int) b -> (Either Int) b
399.64 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" 1.51 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (<*) :: (Either Int) a -> (Either Int) b -> (Either Int) a
399.64 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)" 1.81 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] pure :: a -> (Either Int) a and (<*>) :: (Either Int) (a -> b) -> (Either Int) a -> (Either Int) b
399.64 s[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "(Either Int) of ints :: (Either Int Int)" 0.32 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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.35 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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.22 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] ✓ satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 0.35 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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" 0.23 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
399.64 s[genvalidity-sydtest] ✓ satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 0.21 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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.26 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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)" 0.33 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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.48 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "Maybe of ints :: (Maybe Int)" 0.34 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (<*) :: Maybe a -> Maybe b -> Maybe a
399.64 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.28 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (*>) :: Maybe a -> Maybe b -> Maybe b
399.64 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
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (<*) :: Maybe a -> Maybe b -> Maybe a
399.64 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.30 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (*>) :: Maybe a -> Maybe b -> Maybe b
399.64 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.71 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
399.64 s[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "Just an ABC :: (Maybe [Char])" 0.50 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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])" 4.24 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] ✓ satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "prepends :: ([Char] -> [Char])" sequenced with "ABC :: [Char]" 2.20 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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])" 4.58 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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.18 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (*>) :: [] a -> [] b -> [] b
399.64 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" 14.50 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
399.64 s[genvalidity-sydtest] ✓ satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 0.65 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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.55 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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.72 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "[] of ints :: [Int]" 1.92 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] ✓ satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "[] of increments :: ([Int -> Int])" sequenced with "int :: Int" 1.58 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (<*) :: [] a -> [] b -> [] a
399.64 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "[] of ints :: Int" behind "[] of ints :: [Int]" 12.54 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
399.64 s[genvalidity-sydtest] ✓ satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "four :: Int" 1.33 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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.03 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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]" 3.86 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "list of fives :: [Int]" 2.84 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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]" 2.40 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (<*) :: [] a -> [] b -> [] a
399.64 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]" 0.82 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (*>) :: [] a -> [] b -> [] b
399.64 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" 2.07 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (*>) :: Maybe a -> Maybe b -> Maybe b
399.64 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.60 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] (<*) :: Maybe a -> Maybe b -> Maybe a
399.64 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.48 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
399.64 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.31 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "Maybe of ints :: (Maybe Int)" 0.38 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 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)" 0.52 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] ✓ satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 1.46 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
399.64 s[genvalidity-sydtest] ✓ satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "Maybe of increments :: (Maybe (Int -> Int))" sequenced with "int :: Int" 1.52 ms
399.64 s[genvalidity-sydtest] passed for all of 100 inputs.
407.97 s[genvalidity-sydtest] shrinking RPATHs of ELF executables and libraries in /nix/store/q7r7yc2pnh51x2yjwzv4rcp62jwlnr06-genvalidity-sydtest-1.0.1.0
408.02 s[genvalidity-sydtest] checking for references to /build/ in /nix/store/q7r7yc2pnh51x2yjwzv4rcp62jwlnr06-genvalidity-sydtest-1.0.1.0...
408.07 s[genvalidity-sydtest] patching script interpreter paths in /nix/store/q7r7yc2pnh51x2yjwzv4rcp62jwlnr06-genvalidity-sydtest-1.0.1.0
408.07 s[genvalidity-sydtest] stripping (with command strip and flags -S -p) in /nix/store/q7r7yc2pnh51x2yjwzv4rcp62jwlnr06-genvalidity-sydtest-1.0.1.0/lib
408.22 s[genvalidity-sydtest] shrinking RPATHs of ELF executables and libraries in /nix/store/iry1b1hvgz1w8n7ja1fqarpgfkhg8kj3-genvalidity-sydtest-1.0.1.0-doc
408.25 s[genvalidity-sydtest] checking for references to /build/ in /nix/store/iry1b1hvgz1w8n7ja1fqarpgfkhg8kj3-genvalidity-sydtest-1.0.1.0-doc...
408.28 s[genvalidity-sydtest] patching script interpreter paths in /nix/store/iry1b1hvgz1w8n7ja1fqarpgfkhg8kj3-genvalidity-sydtest-1.0.1.0-doc
408.38 s[post-build-hook] Uploading to cachix cache "ical": /nix/store/iry1b1hvgz1w8n7ja1fqarpgfkhg8kj3-genvalidity-sydtest-1.0.1.0-doc /nix/store/q7r7yc2pnh51x2yjwzv4rcp62jwlnr06-genvalidity-sydtest-1.0.1.0
408.81 s[post-build-hook] Pushing 2 paths (255 are already present) using zstd to cache ical ⏳
410.90 s[post-build-hook] Uploading to the NixCI staging cache: /nix/store/iry1b1hvgz1w8n7ja1fqarpgfkhg8kj3-genvalidity-sydtest-1.0.1.0-doc /nix/store/q7r7yc2pnh51x2yjwzv4rcp62jwlnr06-genvalidity-sydtest-1.0.1.0
424.54 s[genvalidity-network-uri] source root is genvalidity-network-uri-0.1.0.0
424.54 s[genvalidity-network-uri] setting SOURCE_DATE_EPOCH to timestamp 1780346033 of file "genvalidity-network-uri-0.1.0.0/test/Spec.hs"
424.54 s[genvalidity-network-uri] warning: file "genvalidity-network-uri-0.1.0.0/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
438.75 s[post-build-hook] Uploading to the NixCI staging cache: /nix/store/h6r9jhwcrbdjvkn93m7cqdj1bzg2pqcq-conformance-gen-0.0.0.0-doc /nix/store/v0zbzasnx4464m4q90igwhin162q0mvr-conformance-gen-0.0.0.0
442.16 s[genvalidity-network-uri] shrinking RPATHs of ELF executables and libraries in /nix/store/5mdl0w2fvnrbn2k6yfqs6z05p4mbd2y9-genvalidity-network-uri-0.1.0.0
442.19 s[genvalidity-network-uri] checking for references to /build/ in /nix/store/5mdl0w2fvnrbn2k6yfqs6z05p4mbd2y9-genvalidity-network-uri-0.1.0.0...
442.21 s[genvalidity-network-uri] patching script interpreter paths in /nix/store/5mdl0w2fvnrbn2k6yfqs6z05p4mbd2y9-genvalidity-network-uri-0.1.0.0
442.21 s[genvalidity-network-uri] stripping (with command strip and flags -S -p) in /nix/store/5mdl0w2fvnrbn2k6yfqs6z05p4mbd2y9-genvalidity-network-uri-0.1.0.0/lib
442.30 s[genvalidity-network-uri] shrinking RPATHs of ELF executables and libraries in /nix/store/hfl6xx8kms9vn5r72m7z8pykd0v9ajsa-genvalidity-network-uri-0.1.0.0-doc
442.30 s[genvalidity-network-uri] checking for references to /build/ in /nix/store/hfl6xx8kms9vn5r72m7z8pykd0v9ajsa-genvalidity-network-uri-0.1.0.0-doc...
442.32 s[genvalidity-network-uri] patching script interpreter paths in /nix/store/hfl6xx8kms9vn5r72m7z8pykd0v9ajsa-genvalidity-network-uri-0.1.0.0-doc
442.38 s[post-build-hook] Uploading to cachix cache "ical": /nix/store/5mdl0w2fvnrbn2k6yfqs6z05p4mbd2y9-genvalidity-network-uri-0.1.0.0 /nix/store/hfl6xx8kms9vn5r72m7z8pykd0v9ajsa-genvalidity-network-uri-0.1.0.0-doc
442.94 s[post-build-hook] Pushing 2 paths (94 are already present) using zstd to cache ical ⏳
444.61 s[post-build-hook] Uploading to the NixCI staging cache: /nix/store/5mdl0w2fvnrbn2k6yfqs6z05p4mbd2y9-genvalidity-network-uri-0.1.0.0 /nix/store/hfl6xx8kms9vn5r72m7z8pykd0v9ajsa-genvalidity-network-uri-0.1.0.0-doc
480.71 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.71 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.71 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.72 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.73 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.74 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.74 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.74 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.75 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.75 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.76 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.77 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.77 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.77 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.78 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.78 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.79 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.79 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.80 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.81 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.81 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.81 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.82 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.82 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.83 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.83 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.83 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.84 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.84 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.85 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.85 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.85 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.86 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.86 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.88 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.88 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.89 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.89 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.89 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.89 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.89 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.90 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.90 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.90 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.91 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.91 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.91 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.91 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.91 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.91 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.92 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.92 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.92 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.92 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.92 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.93 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.93 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.93 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.93 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.94 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.94 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.94 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.94 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.94 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.95 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.95 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.95 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.95 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.95 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.98 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.99 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.99 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
480.99 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.00 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.00 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.00 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.00 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.01 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.01 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.01 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.01 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.02 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.02 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.02 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.02 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.03 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.03 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.03 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.03 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.04 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.05 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.05 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.05 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.05 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.05 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.06 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.06 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.06 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.06 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.06 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.06 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.07 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.07 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.07 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.07 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.08 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.08 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.08 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.08 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.08 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.09 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.09 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.09 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.10 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.10 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.10 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.10 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.10 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.10 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.10 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.11 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.11 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.11 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.11 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.11 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.11 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.12 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.12 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.12 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.12 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.12 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.12 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.13 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.14 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.14 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.14 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.14 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.14 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.14 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.14 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.14 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.15 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.15 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.15 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.15 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.15 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.15 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.16 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.16 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.16 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.16 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.17 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.17 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.19 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.20 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.21 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.21 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.21 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.21 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.21 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.21 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.22 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.22 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.22 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.22 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.22 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.22 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.23 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.23 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.23 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.23 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.23 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.23 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.24 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.24 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.24 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.24 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.25 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.25 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.25 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.25 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.26 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.26 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.27 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.27 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.27 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.27 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.28 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.28 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.28 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.28 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.29 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.29 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.29 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.29 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.30 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.30 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.30 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.30 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.30 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.30 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.31 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.31 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.31 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.31 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.31 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.31 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.32 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.32 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.32 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.32 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
481.32 s[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/jrgshmlksrxqg3yd5qknvfk53apnqxp7-conformance-0.1.0.0/nix-support/propagated-build-inputs
482.08 s[ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/l16z718gsmpgh6k9ch0r1viwmr2nxn6n-vector-0.13.2.0/share/doc/x86_64-linux-ghc-9.10.3-139d/vector-0.13.2.0/html/vector.haddock doesn't exist or isn't a file
482.08 s[ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/l16z718gsmpgh6k9ch0r1viwmr2nxn6n-vector-0.13.2.0/share/doc/x86_64-linux-ghc-9.10.3-139d/vector-0.13.2.0/html doesn't exist or isn't a directory
482.09 s[ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/kl9cllbsplzfv6pgp8a8ss1jrpc5v77n-path-0.9.6/share/doc/x86_64-linux-ghc-9.10.3-139d/path-0.9.6/html/path.haddock doesn't exist or isn't a file
482.09 s[ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/kl9cllbsplzfv6pgp8a8ss1jrpc5v77n-path-0.9.6/share/doc/x86_64-linux-ghc-9.10.3-139d/path-0.9.6/html doesn't exist or isn't a directory
482.10 s[ghc-9.10.3-with-packages] Warning: include-dirs: /nix/store/vymrhpsn3sqhxpqbwjf9mk2jz5mnk98d-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-b4e6/include doesn't exist or isn't a directory
482.12 s[ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/qp79hdcn2i1gizm2ims7pmf6b86g7wnh-attoparsec-0.14.4/share/doc/x86_64-linux-ghc-9.10.3-139d/attoparsec-0.14.4/html/attoparsec.haddock doesn't exist or isn't a file
482.12 s[ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/qp79hdcn2i1gizm2ims7pmf6b86g7wnh-attoparsec-0.14.4/share/doc/x86_64-linux-ghc-9.10.3-139d/attoparsec-0.14.4/html doesn't exist or isn't a directory
482.13 s[ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/qp79hdcn2i1gizm2ims7pmf6b86g7wnh-attoparsec-0.14.4/share/doc/x86_64-linux-ghc-9.10.3-139d/attoparsec-0.14.4/html/attoparsec.haddock doesn't exist or isn't a file
482.13 s[ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/qp79hdcn2i1gizm2ims7pmf6b86g7wnh-attoparsec-0.14.4/share/doc/x86_64-linux-ghc-9.10.3-139d/attoparsec-0.14.4/html doesn't exist or isn't a directory
482.14 s[ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/l16z718gsmpgh6k9ch0r1viwmr2nxn6n-vector-0.13.2.0/share/doc/x86_64-linux-ghc-9.10.3-139d/vector-0.13.2.0/html/vector.haddock doesn't exist or isn't a file
482.14 s[ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/l16z718gsmpgh6k9ch0r1viwmr2nxn6n-vector-0.13.2.0/share/doc/x86_64-linux-ghc-9.10.3-139d/vector-0.13.2.0/html doesn't exist or isn't a directory
482.14 s[ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/kl9cllbsplzfv6pgp8a8ss1jrpc5v77n-path-0.9.6/share/doc/x86_64-linux-ghc-9.10.3-139d/path-0.9.6/html/path.haddock doesn't exist or isn't a file
482.14 s[ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/kl9cllbsplzfv6pgp8a8ss1jrpc5v77n-path-0.9.6/share/doc/x86_64-linux-ghc-9.10.3-139d/path-0.9.6/html doesn't exist or isn't a directory
482.15 s[ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/302phxkrfxwz98jr83yyr04sxxl9ymf3-libyaml-clib-0.2.5/share/doc/x86_64-linux-ghc-9.10.3-139d/libyaml-clib-0.2.5/html/libyaml-clib.haddock doesn't exist or isn't a file
482.15 s[ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/302phxkrfxwz98jr83yyr04sxxl9ymf3-libyaml-clib-0.2.5/share/doc/x86_64-linux-ghc-9.10.3-139d/libyaml-clib-0.2.5/html doesn't exist or isn't a directory
483.85 s[post-build-hook] Uploading to cachix cache "ical": /nix/store/vymrhpsn3sqhxpqbwjf9mk2jz5mnk98d-ghc-9.10.3-with-packages
484.49 s[post-build-hook] Pushing 1 paths (511 are already present) using zstd to cache ical ⏳