build packages.x86_64-linux.ucm
2157.19 s
[ListLike] Cases: 2274 Tried: 227 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 1:FoldableLL:7:foldMap:14:DList Int
2157.19 s
[ListLike] Cases: 2274 Tried: 228 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 1:FoldableLL:7:foldMap:15:Vector Int
2157.19 s
[ListLike] Cases: 2274 Tried: 229 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 1:FoldableLL:7:foldMap:16:StorableVector Int
2157.19 s
[ListLike] Cases: 2274 Tried: 230 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 1:FoldableLL:7:foldMap:17:UnboxVector Int
2157.19 s
[ListLike] Cases: 2274 Tried: 231 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 1:FoldableLL:7:foldMap:18:Vector Bool
2157.19 s
[ListLike] Cases: 2274 Tried: 232 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 1:FoldableLL:7:foldMap:19:StorableVector Bool
2157.19 s
[ListLike] Cases: 2274 Tried: 233 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 1:FoldableLL:7:foldMap:20:UnboxVector Bool
2157.19 s
[ListLike] Cases: 2274 Tried: 234 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 1:FoldableLL:7:foldMap:21:Text
2157.19 s
[ListLike] Cases: 2274 Tried: 235 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 1:FoldableLL:7:foldMap:22:Text.Lazy
2157.19 s
[ListLike] Cases: 2274 Tried: 236 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 1:FoldableLL:7:foldMap:23:Text.Builder
2157.19 s
[ListLike] Cases: 2274 Tried: 237 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 1:FoldableLL:7:foldMap:24:UTF8 ByteString
2157.19 s
[ListLike] Cases: 2274 Tried: 238 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 1:FoldableLL:7:foldMap:25:UTF8 ByteString.Lazy
2157.19 s
[ListLike] Cases: 2274 Tried: 239 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 2:ListLike:0:empty:0:[Int]
2157.19 s
[ListLike] Cases: 2274 Tried: 240 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 2:ListLike:0:empty:1:MyList Int
2157.19 s
[ListLike] Cases: 2274 Tried: 241 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 2:ListLike:0:empty:2:String
2157.19 s
[ListLike] Cases: 2274 Tried: 242 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2157.19 s
[ListLike] Testing 2:ListLike:0:empty:3:[Bool]
2157.19 s
[attoparsec] arising from a use of ‘R.decimal’
2157.19 s
[attoparsec] at tests/QC/IPv6/Internal.hs:298:12-20
2157.19 s
[attoparsec] (Ord a0)
2157.19 s
[attoparsec] arising from a use of ‘<’ at tests/QC/IPv6/Internal.hs:299:39
2157.19 s
[attoparsec] (Num a0)
2157.19 s
[attoparsec] arising from the literal ‘256’
2157.19 s
[attoparsec] at tests/QC/IPv6/Internal.hs:299:41-43
2157.19 s
[attoparsec] (Show a0)
2157.19 s
[attoparsec] arising from a use of ‘show’ at tests/QC/IPv6/Internal.hs:299:59-62
2157.19 s
[attoparsec] • In the expression: R.decimal ds
2157.19 s
[attoparsec] In a stmt of a 'do' block:
2157.19 s
[attoparsec] case R.decimal ds of
2157.19 s
[attoparsec] Right (n, _)
2157.19 s
[attoparsec] -> return (if n < 256 then T.pack $ show n else T.empty)
2157.19 s
[attoparsec] Left _ -> return T.empty
2157.19 s
[attoparsec] In the expression:
2157.19 s
[attoparsec] do ds <- takeWhile1 isDigit
2157.19 s
[attoparsec] case R.decimal ds of
2157.19 s
[attoparsec] Right (n, _)
2157.19 s
[attoparsec] -> return (if n < 256 then T.pack $ show n else T.empty)
2157.19 s
[attoparsec] Left _ -> return T.empty
2157.19 s
[attoparsec] |
2157.19 s
[attoparsec] 298 | case R.decimal ds of
2157.19 s
[attoparsec] | ^^^^^^^^^
2157.19 s
[attoparsec]
2157.19 s
[attoparsec] tests/QC/IPv6/Internal.hs:304:5: warning : [ GHC-81995 ] [ -Wunused-do-bind ]
2157.19 s
[attoparsec] A do-notation statement discarded a result of type ‘T.Text’
2157.19 s
[attoparsec] Suggested fix: Suppress this warning by saying ‘_ <- string "::"’
2157.19 s
[attoparsec] |
2157.19 s
[attoparsec] 304 | string "::"
2157.19 s
[attoparsec] | ^^^^^^^^^^^
2157.19 s
[attoparsec]
2157.19 s
[attoparsec] tests/QC/IPv6/Internal.hs:309:5: warning : [ GHC-81995 ] [ -Wunused-do-bind ]
2157.19 s
[attoparsec] A do-notation statement discarded a result of type ‘T.Text’
2157.19 s
[attoparsec] Suggested fix: Suppress this warning by saying ‘_ <- string ":"’
2157.19 s
[attoparsec] |
2157.19 s
[attoparsec] 309 | string ":"
2157.19 s
[attoparsec] | ^^^^^^^^^^
2157.19 s
[attoparsec]
2157.19 s
[attoparsec] [ 7 of 12] Compiling QC.Rechunked ( tests/QC/Rechunked.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Rechunked.o )
2157.19 s
[attoparsec] [ 8 of 12] Compiling QC.Simple ( tests/QC/Simple.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Simple.o )
2157.19 s
[attoparsec] tests/QC/Simple.hs:10:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2157.19 s
[attoparsec] The import of ‘Data.List’ is redundant
2157.19 s
[attoparsec] except perhaps to import instances from ‘Data.List’
2157.19 s
[attoparsec] To import instances alone, use: import Data.List()
2157.19 s
[attoparsec] |
2157.19 s
[attoparsec] 10 | import Data.List (foldl')
2157.19 s
[attoparsec] | ^^^^^^^^^^^^^^^^^^^^^^^^^
2157.19 s
[attoparsec]
2157.19 s
[attoparsec] [ 9 of 12] Compiling QC.Text.FastSet ( tests/QC/Text/FastSet.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text/FastSet.o )
2157.19 s
[attoparsec] [10 of 12] Compiling QC.Text.Regressions ( tests/QC/Text/Regressions.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text/Regressions.o )
2157.19 s
[attoparsec] tests/QC/Text/Regressions.hs:9:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2157.19 s
[attoparsec] The import of ‘Data.List’ is redundant
2157.19 s
[attoparsec] except perhaps to import instances from ‘Data.List’
2157.19 s
[attoparsec] To import instances alone, use: import Data.List()
2157.19 s
[attoparsec] |
2157.19 s
[attoparsec] 9 | import Data.List (foldl')
2157.19 s
[attoparsec] | ^^^^^^^^^^^^^^^^^^^^^^^^^
2157.19 s
[attoparsec]
2157.19 s
[attoparsec] tests/QC/Text/Regressions.hs:12:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2157.19 s
[attoparsec] The import of ‘Data.Monoid’ is redundant
2157.19 s
[attoparsec] except perhaps to import instances from ‘Data.Monoid’
2157.19 s
[attoparsec] To import instances alone, use: import Data.Monoid()
2157.19 s
[attoparsec] |
2157.19 s
[attoparsec] 12 | import Data.Monoid ((<>))
2157.19 s
[attoparsec] | ^^^^^^^^^^^^^^^^^^^^^^^^^
2157.19 s
[attoparsec]
2157.19 s
[barbies] [25 of 32] Compiling Data.Functor.Barbie ( src/Data/Functor/Barbie.hs, dist/build/Data/Functor/Barbie.o, dist/build/Data/Functor/Barbie.dyn_o )
2157.19 s
[barbies] [26 of 32] Compiling Barbies.Internal.Containers ( src/Barbies/Internal/Containers.hs, dist/build/Barbies/Internal/Containers.o, dist/build/Barbies/Internal/Containers.dyn_o )
2157.19 s
[barbies] [27 of 32] Compiling Barbies.Internal.Wrappers ( src/Barbies/Internal/Wrappers.hs, dist/build/Barbies/Internal/Wrappers.o, dist/build/Barbies/Internal/Wrappers.dyn_o )
2157.19 s
[barbies] [28 of 32] Compiling Barbies.Internal.Trivial ( src/Barbies/Internal/Trivial.hs, dist/build/Barbies/Internal/Trivial.o, dist/build/Barbies/Internal/Trivial.dyn_o )
2157.19 s
[barbies] [29 of 32] Compiling Barbies.Bi ( src/Barbies/Bi.hs, dist/build/Barbies/Bi.o, dist/build/Barbies/Bi.dyn_o )
2157.19 s
[barbies] [30 of 32] Compiling Barbies ( src/Barbies.hs, dist/build/Barbies.o, dist/build/Barbies.dyn_o )
2157.19 s
[barbies] [31 of 32] Compiling Barbies.Constraints ( src/Barbies/Constraints.hs, dist/build/Barbies/Constraints.o, dist/build/Barbies/Constraints.dyn_o )
2157.19 s
[barbies] [32 of 32] Compiling Barbies.Internal ( src/Barbies/Internal.hs, dist/build/Barbies/Internal.o, dist/build/Barbies/Internal.dyn_o )
2157.19 s
[barbies] [ 1 of 32] Compiling Barbies.Internal.Dicts ( src/Barbies/Internal/Dicts.hs, dist/build/Barbies/Internal/Dicts.p_o )
2157.19 s
[barbies] [ 2 of 32] Compiling Barbies.Internal.Writer ( src/Barbies/Internal/Writer.hs, dist/build/Barbies/Internal/Writer.p_o )
2157.19 s
[barbies] [ 3 of 32] Compiling Data.Generics.GenericN ( src/Data/Generics/GenericN.hs, dist/build/Data/Generics/GenericN.p_o )
2157.19 s
[barbies] [ 4 of 32] Compiling Barbies.Internal.Wear ( src/Barbies/Internal/Wear.hs, dist/build/Barbies/Internal/Wear.p_o )
2157.19 s
[barbies] [ 5 of 32] Compiling Barbies.Generics.Traversable ( src/Barbies/Generics/Traversable.hs, dist/build/Barbies/Generics/Traversable.p_o )
2157.19 s
[barbies] [ 6 of 32] Compiling Barbies.Generics.Functor ( src/Barbies/Generics/Functor.hs, dist/build/Barbies/Generics/Functor.p_o )
2157.19 s
[barbies] [ 7 of 32] Compiling Barbies.Internal.FunctorT ( src/Barbies/Internal/FunctorT.hs, dist/build/Barbies/Internal/FunctorT.p_o )
2157.19 s
[barbies] [ 8 of 32] Compiling Barbies.Internal.TraversableT ( src/Barbies/Internal/TraversableT.hs, dist/build/Barbies/Internal/TraversableT.p_o )
2157.19 s
[barbies] [ 9 of 32] Compiling Barbies.Internal.MonadT ( src/Barbies/Internal/MonadT.hs, dist/build/Barbies/Internal/MonadT.p_o )
2157.19 s
[barbies] [10 of 32] Compiling Barbies.Internal.FunctorB ( src/Barbies/Internal/FunctorB.hs, dist/build/Barbies/Internal/FunctorB.p_o )
2157.19 s
[barbies] [11 of 32] Compiling Barbies.Internal.TraversableB ( src/Barbies/Internal/TraversableB.hs, dist/build/Barbies/Internal/TraversableB.p_o )
2157.19 s
[barbies] [12 of 32] Compiling Barbies.Generics.Distributive ( src/Barbies/Generics/Distributive.hs, dist/build/Barbies/Generics/Distributive.p_o )
2157.19 s
[barbies] [13 of 32] Compiling Barbies.Internal.DistributiveT ( src/Barbies/Internal/DistributiveT.hs, dist/build/Barbies/Internal/DistributiveT.p_o )
2157.19 s
[barbies] [14 of 32] Compiling Barbies.Internal.DistributiveB ( src/Barbies/Internal/DistributiveB.hs, dist/build/Barbies/Internal/DistributiveB.p_o )
2157.19 s
[barbies] [15 of 32] Compiling Barbies.Generics.Constraints ( src/Barbies/Generics/Constraints.hs, dist/build/Barbies/Generics/Constraints.p_o )
2157.19 s
[barbies] [16 of 32] Compiling Barbies.Generics.Bare ( src/Barbies/Generics/Bare.hs, dist/build/Barbies/Generics/Bare.p_o )
2157.19 s
[barbies] [17 of 32] Compiling Barbies.Internal.BareB ( src/Barbies/Internal/BareB.hs, dist/build/Barbies/Internal/BareB.p_o )
2157.19 s
[barbies] [18 of 32] Compiling Barbies.Bare ( src/Barbies/Bare.hs, dist/build/Barbies/Bare.p_o )
2157.19 s
[barbies] [19 of 32] Compiling Barbies.Generics.Applicative ( src/Barbies/Generics/Applicative.hs, dist/build/Barbies/Generics/Applicative.p_o )
2157.19 s
[barbies] [20 of 32] Compiling Barbies.Internal.ApplicativeT ( src/Barbies/Internal/ApplicativeT.hs, dist/build/Barbies/Internal/ApplicativeT.p_o )
2157.19 s
[barbies] [21 of 32] Compiling Barbies.Internal.ConstraintsT ( src/Barbies/Internal/ConstraintsT.hs, dist/build/Barbies/Internal/ConstraintsT.p_o )
2157.19 s
[barbies] [22 of 32] Compiling Data.Functor.Transformer ( src/Data/Functor/Transformer.hs, dist/build/Data/Functor/Transformer.p_o )
2157.19 s
[barbies] [23 of 32] Compiling Barbies.Internal.ApplicativeB ( src/Barbies/Internal/ApplicativeB.hs, dist/build/Barbies/Internal/ApplicativeB.p_o )
2157.19 s
[comonad] [13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.p_o )
2157.19 s
[comonad] [14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.p_o )
2157.19 s
[comonad] [15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.p_o )
2157.19 s
[comonad] Phase: checkPhase
2157.19 s
[comonad] Package has no test suites.
2157.19 s
[comonad] Phase: haddockPhase
2157.19 s
[comonad] Preprocessing library for comonad-5.0.9...
2157.19 s
[comonad] Running Haddock on library for comonad-5.0.9...
2157.19 s
[comonad] [ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, nothing )
2157.19 s
[comonad] [ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, nothing )
2157.19 s
[comonad] [ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, nothing )
2157.19 s
[comonad] [ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, nothing )
2157.19 s
[comonad] [ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, nothing )
2157.19 s
[comonad] [ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, nothing )
2157.19 s
[comonad] [ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, nothing )
2157.19 s
[comonad] [ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, nothing )
2157.19 s
[comonad] [ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, nothing )
2157.19 s
[comonad] [10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, nothing )
2157.19 s
[comonad] [11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, nothing )
2157.19 s
[comonad] [12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, nothing )
2157.19 s
[comonad] [13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, nothing )
2157.19 s
[comonad] [14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, nothing )
2157.19 s
[comonad] [15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, nothing )
2157.19 s
[comonad] Haddock coverage:
2157.19 s
[comonad] Warning: 'Cokleisli' is ambiguous. It is defined
2157.19 s
[comonad] * at src/Control/Comonad.hs:348:27
2157.19 s
[comonad] * at src/Control/Comonad.hs:348:1
2157.19 s
[comonad] You may be able to disambiguate the identifier by qualifying it or
2157.19 s
[comonad] by specifying the type/value namespace explicitly.
2157.19 s
[comonad] Defaulting to the one defined at src/Control/Comonad.hs:348:1
2157.19 s
[comonad] 100% ( 22 / 22) in 'Control.Comonad'
2157.19 s
[comonad] 50% ( 1 / 2) in 'Control.Comonad.Hoist.Class'
2157.19 s
[comonad] Missing documentation for:
2157.19 s
[comonad] ComonadHoist (src/Control/Comonad/Hoist/Class.hs:20)
2157.19 s
[comonad] 50% ( 1 / 2) in 'Control.Comonad.Trans.Class'
2157.19 s
[comonad] Missing documentation for:
2157.19 s
[comonad] ComonadTrans (src/Control/Comonad/Trans/Class.hs:18)
2157.19 s
[comonad] 69% ( 9 / 13) in 'Control.Comonad.Trans.Env'
2157.19 s
[comonad] Missing documentation for:
2157.19 s
[comonad] Env (src/Control/Comonad/Trans/Env.hs:92)
2157.19 s
[comonad] runEnv (src/Control/Comonad/Trans/Env.hs:100)
2157.19 s
[comonad] EnvT (src/Control/Comonad/Trans/Env.hs:93)
2157.19 s
[comonad] runEnvT (src/Control/Comonad/Trans/Env.hs:103)
2157.19 s
[comonad] 100% ( 2 / 2) in 'Control.Comonad.Trans.Identity'
2157.19 s
[comonad] 100% ( 4 / 4) in 'Control.Comonad.Identity'
2157.19 s
[comonad] 73% ( 11 / 15) in 'Control.Comonad.Trans.Store'
2157.19 s
[comonad] Missing documentation for:
2157.19 s
[comonad] Store (src/Control/Comonad/Trans/Store.hs:87)
2157.19 s
[comonad] runStore (src/Control/Comonad/Trans/Store.hs:94)
2157.19 s
[comonad] StoreT (src/Control/Comonad/Trans/Store.hs:96)
2157.19 s
[comonad] runStoreT (src/Control/Comonad/Trans/Store.hs:99)
2157.19 s
[comonad] 33% ( 4 / 12) in 'Control.Comonad.Trans.Traced'
2157.19 s
[comonad] Missing documentation for:
2157.19 s
[comonad] Traced (src/Control/Comonad/Trans/Traced.hs:55)
2157.19 s
[comonad] traced (src/Control/Comonad/Trans/Traced.hs:58)
2157.19 s
[comonad] runTraced (src/Control/Comonad/Trans/Traced.hs:61)
2157.19 s
[comonad] TracedT (src/Control/Comonad/Trans/Traced.hs:63)
2157.19 s
[comonad] trace (src/Control/Comonad/Trans/Traced.hs:97)
2157.19 s
[comonad] listen (src/Control/Comonad/Trans/Traced.hs:100)
2157.19 s
[comonad] listens (src/Control/Comonad/Trans/Traced.hs:103)
2157.19 s
[comonad] censor (src/Control/Comonad/Trans/Traced.hs:106)
2157.19 s
[comonad] 33% ( 1 / 3) in 'Control.Comonad.Traced.Class'
2157.19 s
[comonad] Missing documentation for:
2157.19 s
[comonad] ComonadTraced (src/Control/Comonad/Traced/Class.hs:28)
2157.19 s
[comonad] traces (src/Control/Comonad/Traced/Class.hs:32)
2157.19 s
[comonad] 57% ( 8 / 14) in 'Control.Comonad.Traced'
2157.19 s
[comonad] Missing documentation for:
2157.19 s
[filemanip] This binding for ‘state’ shadows the existing binding
2157.19 s
[filemanip] bound at System/FilePath/Find.hs:279:18
2157.19 s
[filemanip] |
2157.19 s
[filemanip] 282 | in state' `seq` flip foldM state' (\state name ->
2157.19 s
[filemanip] | ^^^^^
2157.19 s
[filemanip]
2157.19 s
[filemanip] System/FilePath/Find.hs:284:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2157.19 s
[filemanip] This binding for ‘path’ shadows the existing binding
2157.19 s
[filemanip] bound at System/FilePath/Find.hs:271:44
2157.19 s
[filemanip] |
2157.19 s
[filemanip] 284 | let path = dir </> name
2157.20 s
[filemanip] | ^^^^
2157.20 s
[filemanip]
2157.20 s
[filemanip] [4 of 4] Compiling System.FilePath.Manip ( System/FilePath/Manip.hs, nothing )
2157.20 s
[filemanip] Haddock coverage:
2157.20 s
[filemanip] 100% ( 7 / 7) in 'System.FilePath.GlobPattern'
2157.20 s
[filemanip] 100% ( 2 / 2) in 'System.FilePath.Glob'
2157.20 s
[filemanip] Warning: 'put' is out of scope.
2157.20 s
[filemanip] If you qualify the identifier, haddock can try to link it anyway.
2157.20 s
[filemanip] Warning: 'FileInfo' is ambiguous. It is defined
2157.20 s
[filemanip] * at System/FilePath/Find.hs:136:17
2157.20 s
[filemanip] * at System/FilePath/Find.hs:136:1
2157.20 s
[filemanip] You may be able to disambiguate the identifier by qualifying it or
2157.20 s
[filemanip] by specifying the type/value namespace explicitly.
2157.20 s
[filemanip] Defaulting to the one defined at System/FilePath/Find.hs:136:1
2157.20 s
[filemanip] Warning: 'isSuffixOf' is out of scope.
2157.20 s
[filemanip] If you qualify the identifier, haddock can try to link it anyway.
2157.20 s
[filemanip] 65% ( 41 / 63) in 'System.FilePath.Find'
2157.20 s
[filemanip] Missing documentation for:
2157.20 s
[filemanip] FileType (System/FilePath/Find.hs:394)
2157.20 s
[filemanip] FilterPredicate (System/FilePath/Find.hs:202)
2157.20 s
[filemanip] RecursionPredicate (System/FilePath/Find.hs:203)
2157.20 s
[filemanip] deviceID (System/FilePath/Find.hs:440)
2157.20 s
[filemanip] fileID (System/FilePath/Find.hs:443)
2157.20 s
[filemanip] fileOwner (System/FilePath/Find.hs:446)
2157.20 s
[filemanip] fileGroup (System/FilePath/Find.hs:449)
2157.20 s
[filemanip] fileSize (System/FilePath/Find.hs:452)
2157.20 s
[filemanip] linkCount (System/FilePath/Find.hs:455)
2157.20 s
[filemanip] specialDeviceID (System/FilePath/Find.hs:458)
2157.20 s
[filemanip] fileMode (System/FilePath/Find.hs:461)
2157.20 s
[filemanip] accessTime (System/FilePath/Find.hs:479)
2157.20 s
[filemanip] modificationTime (System/FilePath/Find.hs:482)
2157.20 s
[filemanip] statusChangeTime (System/FilePath/Find.hs:485)
2157.20 s
[filemanip] ==? (System/FilePath/Find.hs:528)
2157.20 s
[filemanip] /=? (System/FilePath/Find.hs:532)
2157.20 s
[filemanip] >? (System/FilePath/Find.hs:536)
2157.20 s
[filemanip] <? (System/FilePath/Find.hs:540)
2157.20 s
[filemanip] >=? (System/FilePath/Find.hs:544)
2157.20 s
[filemanip] <=? (System/FilePath/Find.hs:548)
2157.20 s
[filemanip] &&? (System/FilePath/Find.hs:558)
2157.20 s
[filemanip] ||? (System/FilePath/Find.hs:562)
2157.20 s
[filemanip] 100% ( 6 / 6) in 'System.FilePath.Manip'
2157.20 s
[filemanip] Documentation created: dist/doc/html/filemanip/,
2157.20 s
[filemanip] dist/doc/html/filemanip/filemanip.txt
2157.20 s
[filemanip] Phase: installPhase
2157.20 s
[filemanip] Installing library in /nix/store/sp9sl797zi81rzgnk9qwqplmzk7ib30q-filemanip-0.3.6.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/filemanip-0.3.6.3-JgUojfuFlZl4qeiio8UXlR
2157.20 s
[filemanip] Phase: fixupPhase
2157.20 s
[filemanip] shrinking RPATHs of ELF executables and libraries in /nix/store/sp9sl797zi81rzgnk9qwqplmzk7ib30q-filemanip-0.3.6.3
2157.20 s
[filemanip] shrinking /nix/store/sp9sl797zi81rzgnk9qwqplmzk7ib30q-filemanip-0.3.6.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/libHSfilemanip-0.3.6.3-JgUojfuFlZl4qeiio8UXlR-ghc9.10.3.so
2157.20 s
[filemanip] checking for references to /build/ in /nix/store/sp9sl797zi81rzgnk9qwqplmzk7ib30q-filemanip-0.3.6.3...
2157.20 s
[filemanip] patching script interpreter paths in /nix/store/sp9sl797zi81rzgnk9qwqplmzk7ib30q-filemanip-0.3.6.3
2157.20 s
[filemanip] stripping (with command strip and flags -S -p) in /nix/store/sp9sl797zi81rzgnk9qwqplmzk7ib30q-filemanip-0.3.6.3/lib
2157.20 s
[filemanip] shrinking RPATHs of ELF executables and libraries in /nix/store/0bk6a8m6wmkcwr81iq9asa9ipph4g6a0-filemanip-0.3.6.3-doc
2157.20 s
[filemanip] checking for references to /build/ in /nix/store/0bk6a8m6wmkcwr81iq9asa9ipph4g6a0-filemanip-0.3.6.3-doc...
2157.20 s
[filemanip] patching script interpreter paths in /nix/store/0bk6a8m6wmkcwr81iq9asa9ipph4g6a0-filemanip-0.3.6.3-doc
2157.20 s
[mwc-random] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2157.20 s
[mwc-random]
2157.20 s
[mwc-random] [3 of 4] Compiling System.Random.MWC.SeedSource ( System/Random/MWC/SeedSource.hs, dist/build/System/Random/MWC/SeedSource.o, dist/build/System/Random/MWC/SeedSource.dyn_o )
2157.20 s
[mwc-random] [4 of 4] Compiling System.Random.MWC ( System/Random/MWC.hs, dist/build/System/Random/MWC.o, dist/build/System/Random/MWC.dyn_o )
2157.20 s
[mwc-random] [1 of 4] Compiling System.Random.MWC.CondensedTable ( System/Random/MWC/CondensedTable.hs, dist/build/System/Random/MWC/CondensedTable.p_o )
2157.20 s
[mwc-random] [2 of 4] Compiling System.Random.MWC.Distributions ( System/Random/MWC/Distributions.hs, dist/build/System/Random/MWC/Distributions.p_o )
2157.20 s
[mwc-random] System/Random/MWC/Distributions.hs:45:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2157.20 s
[mwc-random] The import of ‘Data.Foldable’ is redundant
2157.20 s
[mwc-random] except perhaps to import instances from ‘Data.Foldable’
2157.20 s
[mwc-random] To import instances alone, use: import Data.Foldable()
2157.20 s
[mwc-random] |
2157.20 s
[mwc-random] 45 | import Data.Foldable (foldl')
2157.20 s
[mwc-random] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2157.20 s
[mwc-random]
2157.20 s
[mwc-random] [3 of 4] Compiling System.Random.MWC.SeedSource ( System/Random/MWC/SeedSource.hs, dist/build/System/Random/MWC/SeedSource.p_o )
2157.20 s
[mwc-random] [4 of 4] Compiling System.Random.MWC ( System/Random/MWC.hs, dist/build/System/Random/MWC.p_o )
2157.20 s
[mwc-random] Phase: haddockPhase
2157.20 s
[mwc-random] Preprocessing library for mwc-random-0.15.2.0...
2157.20 s
[mwc-random] Running Haddock on library for mwc-random-0.15.2.0...
2157.20 s
[mwc-random] Warning: The documentation for the following packages are not installed. No
2157.20 s
[mwc-random] links will be generated to these packages: vector-0.13.2.0
2157.20 s
[mwc-random] [1 of 4] Compiling System.Random.MWC.CondensedTable ( System/Random/MWC/CondensedTable.hs, nothing )
2157.20 s
[mwc-random] [2 of 4] Compiling System.Random.MWC.Distributions ( System/Random/MWC/Distributions.hs, nothing )
2157.20 s
[mwc-random] System/Random/MWC/Distributions.hs:45:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2157.20 s
[mwc-random] The import of ‘Data.Foldable’ is redundant
2157.20 s
[mwc-random] except perhaps to import instances from ‘Data.Foldable’
2157.20 s
[mwc-random] To import instances alone, use: import Data.Foldable()
2157.20 s
[mwc-random] |
2157.20 s
[mwc-random] 45 | import Data.Foldable (foldl')
2157.20 s
[mwc-random] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2157.20 s
[mwc-random]
2157.20 s
[mwc-random] [3 of 4] Compiling System.Random.MWC.SeedSource ( System/Random/MWC/SeedSource.hs, nothing )
2157.20 s
[mwc-random] [4 of 4] Compiling System.Random.MWC ( System/Random/MWC.hs, nothing )
2157.20 s
[mwc-random] Haddock coverage:
2157.20 s
[mwc-random] Warning: 'CondensedTable' is ambiguous. It is defined
2157.20 s
[mwc-random] * at System/Random/MWC/CondensedTable.hs:54:3
2157.20 s
[mwc-random] * at System/Random/MWC/CondensedTable.hs:53:1
2157.20 s
[mwc-random] You may be able to disambiguate the identifier by qualifying it or
2157.20 s
[mwc-random] by specifying the type/value namespace explicitly.
2157.20 s
[mwc-random] Defaulting to the one defined at System/Random/MWC/CondensedTable.hs:53:1
2157.20 s
[mwc-random] 100% ( 15 / 15) in 'System.Random.MWC.CondensedTable'
2157.20 s
[mwc-random] 100% ( 25 / 25) in 'System.Random.MWC.Distributions'
2157.20 s
[mwc-random] 75% ( 3 / 4) in 'System.Random.MWC.SeedSource'
2157.20 s
[mwc-random] Missing documentation for:
2157.20 s
[mwc-random] acquireSeedTime (System/Random/MWC/SeedSource.hs:32)
2157.20 s
[mwc-random] Warning: 'Gen' is ambiguous. It is defined
2157.20 s
[mwc-random] * at System/Random/MWC.hs:366:17
2157.20 s
[mwc-random] * at System/Random/MWC.hs:366:1
2157.20 s
[mwc-random] You may be able to disambiguate the identifier by qualifying it or
2157.20 s
[mwc-random] by specifying the type/value namespace explicitly.
2157.20 s
[mwc-random] Defaulting to the one defined at System/Random/MWC.hs:366:1
2157.20 s
[mwc-random] Warning: 'Seed' is ambiguous. It is defined
2157.20 s
[mwc-random] * at System/Random/MWC.hs:448:16
2157.20 s
[mwc-random] * at System/Random/MWC.hs:448:1
2157.20 s
[mwc-random] You may be able to disambiguate the identifier by qualifying it or
2157.20 s
[mwc-random] by specifying the type/value namespace explicitly.
2157.20 s
[mwc-random] Defaulting to the one defined at System/Random/MWC.hs:448:1
2157.20 s
[mwc-random] Warning: 'UniformRange' is out of scope.
2157.20 s
[mwc-random] If you qualify the identifier, haddock can try to link it anyway.
2157.20 s
[mwc-random] Warning: 'Uniform' is out of scope.
2157.20 s
[mwc-random] If you qualify the identifier, haddock can try to link it anyway.
2157.28 s
[quickcheck-instances:post-build] Uploading to the NixCI cache: /nix/store/hrp26h5pz4s4mmjx37k4i32aqv2qbinq-quickcheck-instances-0.3.33 /nix/store/qq6xia79mghxg0cpwg81p3ghgh7mpdcf-quickcheck-instances-0.3.33-doc
2157.32 s
[quickcheck-instances:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2157.54 s
[quickcheck-instances:post-build] copying 2 paths...
2157.54 s
[quickcheck-instances:post-build] copying path '/nix/store/qq6xia79mghxg0cpwg81p3ghgh7mpdcf-quickcheck-instances-0.3.33-doc' to 'https://cache.nix-ci.com'...
2157.93 s
[quickcheck-instances:post-build] copying path '/nix/store/hrp26h5pz4s4mmjx37k4i32aqv2qbinq-quickcheck-instances-0.3.33' to 'https://cache.nix-ci.com'...
2159.37 s
[quickcheck-instances:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2159.62 s
[quickcheck-instances:post-build] copying 3 paths...
2159.62 s
[quickcheck-instances:post-build] copying path '/nix/store/ka63nfdcxavc3zksjajdvxiqx8p9n5mz-quickcheck-instances-0.3.33.tar.gz.drv' to 'https://cache.nix-ci.com'...
2159.62 s
[quickcheck-instances:post-build] copying path '/nix/store/q05wgg6s2saj4irx8j3cvpygabx6nv53-quickcheck-instances-cabal-0.3.33.drv' to 'https://cache.nix-ci.com'...
2159.86 s
[quickcheck-instances:post-build] copying path '/nix/store/vpmmla9fyl7di1mr9syimm3va3qm233h-quickcheck-instances-0.3.33.drv' to 'https://cache.nix-ci.com'...
2160.13 s
Progress: 400 of 553 built (13 building), 703 of 703 downloaded from cache
2160.13 s
[shellmet] Preprocessing executable 'readme' for shellmet-0.0.5.0...
2160.13 s
[shellmet] Building executable 'readme' for shellmet-0.0.5.0...
2160.13 s
[shellmet] [1 of 1] Compiling Main
2160.13 s
[shellmet] README.lhs:29:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2160.13 s
[shellmet] The import of ‘Data.Semigroup’ is redundant
2160.13 s
[shellmet] except perhaps to import instances from ‘Data.Semigroup’
2160.13 s
[shellmet] To import instances alone, use: import Data.Semigroup()
2160.13 s
[shellmet] |
2160.13 s
[shellmet] 29 | import Data.Semigroup ((<>))
2160.13 s
[shellmet] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2160.13 s
[shellmet]
2160.13 s
[shellmet] [2 of 2] Linking dist/build/readme/readme
2160.13 s
[shellmet] Phase: checkPhase
2160.13 s
[shellmet] Running 1 test suites...
2160.13 s
[shellmet] Test suite shellmet-doctest: RUNNING...
2160.13 s
[shellmet] Examples: 7 Tried: 7 Errors: 0 Failures: 0
2160.13 s
[shellmet] Test suite shellmet-doctest: PASS
2160.13 s
[shellmet] Test suite logged to: dist/test/shellmet-0.0.5.0-shellmet-doctest.log
2160.13 s
[shellmet] 1 of 1 test suites (1 of 1 test cases) passed.
2160.13 s
[shellmet] Phase: haddockPhase
2160.13 s
[shellmet] Preprocessing test suite 'shellmet-doctest' for shellmet-0.0.5.0...
2160.13 s
[shellmet] Preprocessing library for shellmet-0.0.5.0...
2160.13 s
[shellmet] Running Haddock on library for shellmet-0.0.5.0...
2160.13 s
[shellmet] [1 of 1] Compiling Shellmet
2160.13 s
[shellmet] Haddock coverage:
2160.13 s
[shellmet] 100% ( 5 / 5) in 'Shellmet'
2160.13 s
[shellmet] Documentation created: dist/doc/html/shellmet/,
2160.13 s
[shellmet] dist/doc/html/shellmet/shellmet.txt
2160.13 s
[shellmet] Preprocessing executable 'readme' for shellmet-0.0.5.0...
2160.13 s
[shellmet] Phase: installPhase
2160.13 s
[shellmet] Installing library in /nix/store/pkcmqm4xk32xnjb9dph6vvvkjhwda364-shellmet-0.0.5.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/shellmet-0.0.5.0-74qrBVMniJlFBKg5Pj2Gyi
2160.13 s
[shellmet] Installing executable readme in /nix/store/pkcmqm4xk32xnjb9dph6vvvkjhwda364-shellmet-0.0.5.0/bin
2160.13 s
[shellmet] Warning: The directory
2160.13 s
[shellmet] /nix/store/pkcmqm4xk32xnjb9dph6vvvkjhwda364-shellmet-0.0.5.0/bin is not in the
2160.13 s
[shellmet] system search path.
2160.13 s
[shellmet] Phase: fixupPhase
2160.13 s
[shellmet] shrinking RPATHs of ELF executables and libraries in /nix/store/pkcmqm4xk32xnjb9dph6vvvkjhwda364-shellmet-0.0.5.0
2160.13 s
[shellmet] shrinking /nix/store/pkcmqm4xk32xnjb9dph6vvvkjhwda364-shellmet-0.0.5.0/bin/readme
2160.13 s
[shellmet] shrinking /nix/store/pkcmqm4xk32xnjb9dph6vvvkjhwda364-shellmet-0.0.5.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/libHSshellmet-0.0.5.0-74qrBVMniJlFBKg5Pj2Gyi-ghc9.10.3.so
2160.13 s
[shellmet] checking for references to /build/ in /nix/store/pkcmqm4xk32xnjb9dph6vvvkjhwda364-shellmet-0.0.5.0...
2160.13 s
[shellmet] patching script interpreter paths in /nix/store/pkcmqm4xk32xnjb9dph6vvvkjhwda364-shellmet-0.0.5.0
2160.13 s
[shellmet] stripping (with command strip and flags -S -p) in /nix/store/pkcmqm4xk32xnjb9dph6vvvkjhwda364-shellmet-0.0.5.0/lib /nix/store/pkcmqm4xk32xnjb9dph6vvvkjhwda364-shellmet-0.0.5.0/bin
2160.13 s
[shellmet] shrinking RPATHs of ELF executables and libraries in /nix/store/r6v3wn1kdgcx4j326kscrg9361lv3apz-shellmet-0.0.5.0-doc
2160.13 s
[shellmet] checking for references to /build/ in /nix/store/r6v3wn1kdgcx4j326kscrg9361lv3apz-shellmet-0.0.5.0-doc...
2160.13 s
[shellmet] patching script interpreter paths in /nix/store/r6v3wn1kdgcx4j326kscrg9361lv3apz-shellmet-0.0.5.0-doc
2160.13 s
[text-rope] 100% ( 27 / 27) in 'Data.Text.Mixed.Rope'
2160.13 s
[text-rope] 100% ( 21 / 21) in 'Data.Text.Utf16.Rope.Mixed'
2160.13 s
[text-rope] Warning: 'Metrics' is ambiguous. It is defined
2160.13 s
[text-rope] * at src/Data/Text/Utf8/Rope.hs:83:16
2160.13 s
[text-rope] * at src/Data/Text/Utf8/Rope.hs:83:1
2160.13 s
[text-rope] You may be able to disambiguate the identifier by qualifying it or
2160.13 s
[text-rope] by specifying the type/value namespace explicitly.
2160.13 s
[text-rope] Defaulting to the one defined at src/Data/Text/Utf8/Rope.hs:83:1
2160.13 s
[text-rope] 100% ( 18 / 18) in 'Data.Text.Utf8.Rope'
2160.13 s
[text-rope] Documentation created: dist/doc/html/text-rope/,
2160.13 s
[text-rope] dist/doc/html/text-rope/text-rope.txt
2160.13 s
[text-rope] Preprocessing test suite 'text-rope-tests' for text-rope-0.3...
2160.13 s
[text-rope] Phase: installPhase
2160.13 s
[text-rope] Installing library in /nix/store/a0gfkw23filbphi5faw25vp3bwvs6l5a-text-rope-0.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/text-rope-0.3-M6nJQe6tprBlFCjiNnLwz
2160.13 s
[text-rope] Phase: fixupPhase
2160.13 s
[text-rope] shrinking RPATHs of ELF executables and libraries in /nix/store/a0gfkw23filbphi5faw25vp3bwvs6l5a-text-rope-0.3
2160.13 s
[text-rope] shrinking /nix/store/a0gfkw23filbphi5faw25vp3bwvs6l5a-text-rope-0.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/libHStext-rope-0.3-M6nJQe6tprBlFCjiNnLwz-ghc9.10.3.so
2160.13 s
[text-rope] checking for references to /build/ in /nix/store/a0gfkw23filbphi5faw25vp3bwvs6l5a-text-rope-0.3...
2160.13 s
[text-rope] patching script interpreter paths in /nix/store/a0gfkw23filbphi5faw25vp3bwvs6l5a-text-rope-0.3
2160.13 s
[text-rope] stripping (with command strip and flags -S -p) in /nix/store/a0gfkw23filbphi5faw25vp3bwvs6l5a-text-rope-0.3/lib
2160.13 s
[text-rope] shrinking RPATHs of ELF executables and libraries in /nix/store/4fna3xrq7gqi95jqbc0dv2sm3jsj94nb-text-rope-0.3-data
2160.13 s
[text-rope] checking for references to /build/ in /nix/store/4fna3xrq7gqi95jqbc0dv2sm3jsj94nb-text-rope-0.3-data...
2160.13 s
[text-rope] patching script interpreter paths in /nix/store/4fna3xrq7gqi95jqbc0dv2sm3jsj94nb-text-rope-0.3-data
2160.13 s
[text-rope] shrinking RPATHs of ELF executables and libraries in /nix/store/0asx5cfbbyjwb7k9p5zp2p3f2n4blc9d-text-rope-0.3-doc
2160.13 s
[text-rope] checking for references to /build/ in /nix/store/0asx5cfbbyjwb7k9p5zp2p3f2n4blc9d-text-rope-0.3-doc...
2160.13 s
[text-rope] patching script interpreter paths in /nix/store/0asx5cfbbyjwb7k9p5zp2p3f2n4blc9d-text-rope-0.3-doc
2160.13 s
[unison-util-cache] bound at src/Unison/Util/Cache.hs:109:7
2160.13 s
[unison-util-cache] |
2160.13 s
[unison-util-cache] 111 | for_ v $ \v -> insert c k v
2160.13 s
[unison-util-cache] | ^
2160.13 s
[unison-util-cache]
2160.13 s
[unison-util-cache] Preprocessing test suite 'util-cache-tests' for unison-util-cache-0.0.0...
2160.13 s
[unison-util-cache] Building test suite 'util-cache-tests' for unison-util-cache-0.0.0...
2160.13 s
[unison-util-cache] [1 of 1] Compiling Main ( test/Main.hs, dist/build/util-cache-tests/util-cache-tests-tmp/Main.o )
2160.13 s
[unison-util-cache] test/Main.hs:39:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2160.13 s
[unison-util-cache] This binding for ‘misses’ shadows the existing binding
2160.13 s
[unison-util-cache] bound at test/Main.hs:31:7
2160.13 s
[unison-util-cache] |
2160.13 s
[unison-util-cache] 39 | misses <- io $ readTVarIO misses
2160.13 s
[unison-util-cache] | ^^^^^^
2160.13 s
[unison-util-cache]
2160.13 s
[unison-util-cache] test/Main.hs:55:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2160.13 s
[unison-util-cache] This binding for ‘misses’ shadows the existing binding
2160.13 s
[unison-util-cache] bound at test/Main.hs:47:7
2160.13 s
[unison-util-cache] |
2160.13 s
[unison-util-cache] 55 | misses <- io $ readTVarIO misses
2160.13 s
[unison-util-cache] | ^^^^^^
2160.13 s
[unison-util-cache]
2160.13 s
[unison-util-cache] test/Main.hs:73:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2160.13 s
[unison-util-cache] This binding for ‘results1’ shadows the existing binding
2160.13 s
[unison-util-cache] bound at test/Main.hs:71:7
2160.13 s
[unison-util-cache] |
2160.13 s
[unison-util-cache] 73 | (results1 , results2) <- io $ waitBoth results1 results2
2160.13 s
[unison-util-cache] | ^^^^^^^^
2160.13 s
[unison-util-cache]
2160.13 s
[unison-util-cache] test/Main.hs:73:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2160.13 s
[unison-util-cache] This binding for ‘results2’ shadows the existing binding
2160.13 s
[unison-util-cache] bound at test/Main.hs:72:7
2160.13 s
[unison-util-cache] |
2160.13 s
[unison-util-cache] 73 | (results1, results2 ) <- io $ waitBoth results1 results2
2160.13 s
[unison-util-cache] | ^^^^^^^^
2160.13 s
[unison-util-cache]
2160.13 s
[unison-util-cache] test/Main.hs:80:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2160.13 s
[unison-util-cache] This binding for ‘results3’ shadows the existing binding
2160.13 s
[unison-util-cache] bound at test/Main.hs:78:7
2160.13 s
[unison-util-cache] |
2160.13 s
[unison-util-cache] 80 | (results3 , results4) <- io $ waitBoth results3 results4
2160.13 s
[unison-util-cache] | ^^^^^^^^
2160.13 s
[unison-util-cache]
2160.13 s
[unison-util-cache] test/Main.hs:80:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2160.13 s
[unison-util-cache] This binding for ‘results4’ shadows the existing binding
2160.13 s
[unison-util-cache] bound at test/Main.hs:79:7
2160.13 s
[unison-util-cache] |
2160.13 s
[unison-util-cache] 80 | (results3, results4 ) <- io $ waitBoth results3 results4
2160.13 s
[unison-util-cache] | ^^^^^^^^
2160.13 s
[unison-util-cache]
2160.13 s
[unison-util-cache] [2 of 2] Linking dist/build/util-cache-tests/util-cache-tests
2160.13 s
[unison-util-cache] Phase: checkPhase
2160.13 s
[unison-util-cache] Running 1 test suites...
2160.13 s
[unison-util-cache] Test suite util-cache-tests: RUNNING...
2160.13 s
[unison-util-cache] Randomness seed for this run is 5548496928057881891
2160.13 s
[unison-util-cache] Raw test output to follow ...
2160.13 s
[unison-util-cache] ------------------------------------------------------------
2160.13 s
[unison-util-cache] 🦄 util.cache.ex1
2160.13 s
[unison-util-cache] 🦄 util.cache.ex2
2160.13 s
[unison-util-cache] 🦄 util.cache.ex3
2160.13 s
[unison-util-cache] 🦄 util.cache.ex4
2160.13 s
[unison-util-cache] ------------------------------------------------------------
2160.13 s
[unison-util-cache]
2160.13 s
[unison-util-cache]
2160.13 s
[unison-util-cache] ✅ 4 tests passed, no failures! 👍 🎉
2160.13 s
[unison-util-cache] Test suite util-cache-tests: PASS
2160.13 s
[unison-util-cache] Test suite logged to: dist/test/unison-util-cache-0.0.0-util-cache-tests.log
2160.13 s
[unison-util-cache] 1 of 1 test suites (1 of 1 test cases) passed.
2160.13 s
[unison-util-cache] Phase: haddockPhase
2160.13 s
[unison-util-cache] Preprocessing library for unison-util-cache-0.0.0...
2160.13 s
[uri-encode] Phase: setupCompilerEnvironmentPhase
2160.13 s
[uri-encode] Build with /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3.
2160.13 s
[uri-encode] Phase: unpackPhase
2160.13 s
[uri-encode] unpacking source archive /nix/store/47mllr4pav62z0d5mvyilr77jg1037i0-uri-encode-1.5.0.7.tar.gz
2160.13 s
[uri-encode] source root is uri-encode-1.5.0.7
2160.13 s
[uri-encode] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "uri-encode-1.5.0.7/uri-encode.cabal"
2160.13 s
[uri-encode] Phase: patchPhase
2160.13 s
[uri-encode] stacklock2nix: replace Cabal file with revision from /nix/store/xnyr9vd2mpa1x52f9q0hid8s5p3mhh5r-uri-encode-cabal-1.5.0.7.
2160.13 s
[uri-encode] Phase: compileBuildDriverPhase
2160.13 s
[uri-encode] setupCompileFlags: -package-db=/build/tmp.iTDDRE1uZy/setup-package.conf.d -threaded
2160.13 s
[uri-encode] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.iTDDRE1uZy/Main.o )
2160.13 s
[uri-encode] [2 of 2] Linking Setup
2160.13 s
[uri-encode] Phase: updateAutotoolsGnuConfigScriptsPhase
2160.13 s
[uri-encode] Phase: configurePhase
2160.13 s
[uri-encode] configureFlags: --verbose --prefix=/nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/9vlad2xj1pc2hhw71qwx0bh63miy62n0-uri-encode-1.5.0.7-doc/share/doc/uri-encode-1.5.0.7 --with-gcc=gcc --package-db=/build/tmp.iTDDRE1uZy/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/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/bkicgvyymba52ijm1z5zs96dsqqi59lp-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
2160.13 s
[uri-encode] Using Parsec parser
2160.13 s
[uri-encode] Configuring uri-encode-1.5.0.7...
2160.13 s
[uri-encode] Flags chosen: network-uri=True, tools=False
2160.13 s
[uri-encode] Dependency base >=4 && <5: using base-4.20.2.0
2160.13 s
[uri-encode] Dependency bytestring >=0.9 && <0.13: using bytestring-0.12.2.0
2160.13 s
[uri-encode] Dependency network-uri >=2.6: using network-uri-2.6.4.2
2160.13 s
[uri-encode] Dependency text >=0.7 && <2.2: using text-2.1.3
2160.13 s
[uri-encode] Dependency utf8-string >=0.3 && <1.1: using utf8-string-1.0.2
2160.13 s
[uri-encode] Source component graph: component lib
2160.13 s
[uri-encode] Configured component graph:
2160.13 s
[uri-encode] component uri-encode-1.5.0.7-IRUpK09afbeJ2BKiOPDppA
2160.13 s
[uri-encode] include base-4.20.2.0-edab
2160.13 s
[uri-encode] include bytestring-0.12.2.0-d4b6
2160.13 s
[uri-encode] include network-uri-2.6.4.2-1O8BUwVuOAxELYhngsP8M7
2160.13 s
[uri-encode] include text-2.1.3-afaf
2160.13 s
[uri-encode] include utf8-string-1.0.2-3EjaaLbt9sICR0R80w0vvs
2160.13 s
[uri-encode] Linked component graph:
2160.13 s
[uri-encode] unit uri-encode-1.5.0.7-IRUpK09afbeJ2BKiOPDppA
2160.13 s
[uri-encode] include base-4.20.2.0-edab
2160.13 s
[uri-encode] include bytestring-0.12.2.0-d4b6
2160.13 s
[uri-encode] include network-uri-2.6.4.2-1O8BUwVuOAxELYhngsP8M7
2160.13 s
[uri-encode] include text-2.1.3-afaf
2160.13 s
[uri-encode] include utf8-string-1.0.2-3EjaaLbt9sICR0R80w0vvs
2160.13 s
[uri-encode] Network.URI.Encode=uri-encode-1.5.0.7-IRUpK09afbeJ2BKiOPDppA:Network.URI.Encode
2160.13 s
[uri-encode] Ready component graph:
2160.13 s
[uri-encode] definite uri-encode-1.5.0.7-IRUpK09afbeJ2BKiOPDppA
2160.13 s
[uri-encode] depends base-4.20.2.0-edab
2160.13 s
[uri-encode] depends bytestring-0.12.2.0-d4b6
2160.13 s
[uri-encode] depends network-uri-2.6.4.2-1O8BUwVuOAxELYhngsP8M7
2160.13 s
[uri-encode] depends text-2.1.3-afaf
2160.13 s
[uri-encode] depends utf8-string-1.0.2-3EjaaLbt9sICR0R80w0vvs
2160.13 s
[uri-encode] Using Cabal-3.12.1.0 compiled by ghc-9.10
2160.13 s
[uri-encode] Using compiler: ghc-9.10.3
2160.13 s
[uri-encode] Using install prefix:
2160.13 s
[uri-encode] /nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7
2160.13 s
[uri-encode] Executables installed in:
2160.13 s
[uri-encode] /nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7/bin
2160.13 s
[uri-encode] Libraries installed in:
2160.13 s
[vector-th-unbox] depends base-4.20.2.0-edab
2160.13 s
[vector-th-unbox] depends template-haskell-2.22.0.0-bcc5
2160.13 s
[vector-th-unbox] depends vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
2160.13 s
[vector-th-unbox] definite vector-th-unbox-0.2.2-H0yhZi7L8QF5fpFzh5xyVc-sanity
2160.13 s
[vector-th-unbox] depends base-4.20.2.0-edab
2160.13 s
[vector-th-unbox] depends data-default-0.8.0.1-FT4Vef9f6Hb2IvbUJrXZ4q
2160.13 s
[vector-th-unbox] depends vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
2160.13 s
[vector-th-unbox] depends vector-th-unbox-0.2.2-G9Rd0ywJiPeFTnBGbNb1xA
2160.13 s
[vector-th-unbox] Using Cabal-3.12.1.0 compiled by ghc-9.10
2160.13 s
[vector-th-unbox] Using compiler: ghc-9.10.3
2160.13 s
[vector-th-unbox] Using install prefix:
2160.13 s
[vector-th-unbox] /nix/store/3l11mq7hj4ilxjzi0hxxispzsgwi3w38-vector-th-unbox-0.2.2
2160.13 s
[vector-th-unbox] Executables installed in:
2160.13 s
[vector-th-unbox] /nix/store/3l11mq7hj4ilxjzi0hxxispzsgwi3w38-vector-th-unbox-0.2.2/bin
2160.13 s
[vector-th-unbox] Libraries installed in:
2160.13 s
[vector-th-unbox] /nix/store/3l11mq7hj4ilxjzi0hxxispzsgwi3w38-vector-th-unbox-0.2.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/vector-th-unbox-0.2.2-G9Rd0ywJiPeFTnBGbNb1xA
2160.13 s
[vector-th-unbox] Dynamic Libraries installed in:
2160.13 s
[vector-th-unbox] /nix/store/3l11mq7hj4ilxjzi0hxxispzsgwi3w38-vector-th-unbox-0.2.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
2160.13 s
[vector-th-unbox] Private executables installed in:
2160.13 s
[vector-th-unbox] /nix/store/3l11mq7hj4ilxjzi0hxxispzsgwi3w38-vector-th-unbox-0.2.2/libexec/x86_64-linux-ghc-9.10.3-2929/vector-th-unbox-0.2.2
2160.13 s
[vector-th-unbox] Data files installed in:
2160.13 s
[vector-th-unbox] /nix/store/3l11mq7hj4ilxjzi0hxxispzsgwi3w38-vector-th-unbox-0.2.2/share/x86_64-linux-ghc-9.10.3-2929/vector-th-unbox-0.2.2
2160.13 s
[vector-th-unbox] Documentation installed in:
2160.13 s
[vector-th-unbox] /nix/store/3iylxmfjs3k66wbqx90pg4j806l295kc-vector-th-unbox-0.2.2-doc/share/doc/vector-th-unbox-0.2.2
2160.13 s
[vector-th-unbox] Configuration files installed in:
2160.13 s
[vector-th-unbox] /nix/store/3l11mq7hj4ilxjzi0hxxispzsgwi3w38-vector-th-unbox-0.2.2/etc
2160.13 s
[vector-th-unbox] No alex found
2160.13 s
[vector-th-unbox] Using ar found on system at:
2160.13 s
[vector-th-unbox] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
2160.13 s
[vector-th-unbox] No c2hs found
2160.13 s
[vector-th-unbox] No cpphs found
2160.13 s
[vector-th-unbox] No doctest found
2160.13 s
[vector-th-unbox] Using gcc version 14.3.0 given by user at:
2160.13 s
[vector-th-unbox] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
2160.13 s
[vector-th-unbox] Using ghc version 9.10.3 found on system at:
2160.13 s
[vector-th-unbox] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
2160.13 s
[vector-th-unbox] Using ghc-pkg version 9.10.3 found on system at:
2160.13 s
[vector-th-unbox] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
2160.13 s
[vector-th-unbox] No ghcjs found
2160.13 s
[vector-th-unbox] No ghcjs-pkg found
2160.13 s
[vector-th-unbox] No greencard found
2160.13 s
[vector-th-unbox] Using haddock version 2.31.1 found on system at:
2160.13 s
[vector-th-unbox] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
2160.13 s
[vector-th-unbox] No happy found
2160.13 s
[vector-th-unbox] Using haskell-suite found on system at: haskell-suite-dummy-location
2160.13 s
[vector-th-unbox] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2160.13 s
[vector-th-unbox] No hmake found
2160.13 s
[vector-th-unbox] Using hpc version 0.69 found on system at:
2160.13 s
[vector-th-unbox] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
2160.13 s
[vector-th-unbox] Using hsc2hs version 0.68.10 found on system at:
2160.13 s
[vector-th-unbox] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
2160.13 s
[vector-th-unbox] Using hscolour version 1.25 found on system at:
2160.13 s
[vector-th-unbox] /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
2160.13 s
[vector-th-unbox] No jhc found
2160.13 s
[vector-th-unbox] Using ld found on system at:
2160.13 s
[vector-th-unbox] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
2160.13 s
[vector-th-unbox] No pkg-config found
2160.13 s
[vector-th-unbox] Using runghc version 9.10.3 found on system at:
2160.13 s
[vector-th-unbox] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
2160.13 s
[vector-th-unbox] Using strip version 2.44 found on system at:
2160.13 s
[vector-th-unbox] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
2160.13 s
[vector-th-unbox] Using tar found on system at:
2160.13 s
[vector-th-unbox] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
2160.13 s
[vector-th-unbox] No uhc found
2160.13 s
[vector-th-unbox] Phase: buildPhase
2160.13 s
[vector-th-unbox] Preprocessing library for vector-th-unbox-0.2.2...
2160.13 s
[vector-th-unbox] Building library for vector-th-unbox-0.2.2...
2160.13 s
[vector-th-unbox] [1 of 1] Compiling Data.Vector.Unboxed.Deriving ( Data/Vector/Unboxed/Deriving.hs, dist/build/Data/Vector/Unboxed/Deriving.o, dist/build/Data/Vector/Unboxed/Deriving.dyn_o )
2160.13 s
[vector-th-unbox] [1 of 1] Compiling Data.Vector.Unboxed.Deriving ( Data/Vector/Unboxed/Deriving.hs, dist/build/Data/Vector/Unboxed/Deriving.p_o )
2160.13 s
[vector-th-unbox] Preprocessing test suite 'sanity' for vector-th-unbox-0.2.2...
2160.13 s
[vector-th-unbox] Building test suite 'sanity' for vector-th-unbox-0.2.2...
2160.13 s
[vector-th-unbox] [1 of 1] Compiling Main ( tests/sanity.hs, dist/build/sanity/sanity-tmp/Main.o )
2160.13 s
[vector-th-unbox] [2 of 2] Linking dist/build/sanity/sanity
2160.13 s
[vector-th-unbox] Phase: checkPhase
2160.13 s
[vector-th-unbox] Running 1 test suites...
2160.13 s
[vector-th-unbox] Test suite sanity: RUNNING...
2160.22 s
Building /nix/store/4c4qdffdn3s5sb8mgzanr6n3zbgy1ads-binary-orphans-1.0.5.drv
2160.28 s
Building /nix/store/lh2ickv6zrp0n90pg7mkk90jbwp32pxz-extra-1.8.1.drv
2160.35 s
Building /nix/store/zkp9pnw68vmy3kpn3vlsg54lwp2n93jp-http-types-0.12.4.drv
2160.35 s
[ListLike] Cases: 2274 Tried: 243 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:4:MyList Bool
2160.35 s
[ListLike] Cases: 2274 Tried: 244 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:5:ByteString
2160.35 s
[ListLike] Cases: 2274 Tried: 245 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:6:ByteString.Lazy
2160.35 s
[ListLike] Cases: 2274 Tried: 246 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:7:Chars
2160.35 s
[ListLike] Cases: 2274 Tried: 247 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:8:Sequence Int
2160.35 s
[ListLike] Cases: 2274 Tried: 248 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:9:Sequence Bool
2160.35 s
[ListLike] Cases: 2274 Tried: 249 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:10:Sequence Char
2160.35 s
[ListLike] Cases: 2274 Tried: 250 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:11:Array Int Int
2160.35 s
[ListLike] Cases: 2274 Tried: 251 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:12:Array Int Bool
2160.35 s
[ListLike] Cases: 2274 Tried: 252 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:13:Array (Just Int)
2160.35 s
[ListLike] Cases: 2274 Tried: 253 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:14:DList Int
2160.35 s
[ListLike] Cases: 2274 Tried: 254 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:15:Vector Int
2160.35 s
[ListLike] Cases: 2274 Tried: 255 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:16:StorableVector Int
2160.35 s
[ListLike] Cases: 2274 Tried: 256 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:17:UnboxVector Int
2160.35 s
[ListLike] Cases: 2274 Tried: 257 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:18:Vector Bool
2160.35 s
[ListLike] Cases: 2274 Tried: 258 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:19:StorableVector Bool
2160.35 s
[ListLike] Cases: 2274 Tried: 259 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:20:UnboxVector Bool
2160.35 s
[ListLike] Cases: 2274 Tried: 260 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:21:Text
2160.35 s
[ListLike] Cases: 2274 Tried: 261 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:22:Text.Lazy
2160.35 s
[ListLike] Cases: 2274 Tried: 262 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:23:Text.Builder
2160.35 s
[ListLike] Cases: 2274 Tried: 263 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:24:UTF8 ByteString
2160.35 s
[ListLike] Cases: 2274 Tried: 264 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:0:empty:25:UTF8 ByteString.Lazy
2160.35 s
[ListLike] Cases: 2274 Tried: 265 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:1:length:0:[Int]
2160.35 s
[ListLike] Cases: 2274 Tried: 266 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:1:length:1:MyList Int
2160.35 s
[ListLike] Cases: 2274 Tried: 267 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:1:length:2:String
2160.35 s
[ListLike] Cases: 2274 Tried: 268 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:1:length:3:[Bool]
2160.35 s
[ListLike] Cases: 2274 Tried: 269 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2160.35 s
[ListLike] Testing 2:ListLike:1:length:4:MyList Bool
2160.35 s
[attoparsec] [11 of 12] Compiling QC.Text ( tests/QC/Text.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text.o )
2160.35 s
[attoparsec] [12 of 12] Compiling Main ( tests/QC.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/Main.o )
2160.35 s
[attoparsec] [13 of 13] Linking dist/build/attoparsec-tests/attoparsec-tests
2160.35 s
[attoparsec] buildPhase completed in 56 seconds
2160.35 s
[attoparsec] Phase: checkPhase
2160.35 s
[attoparsec] Running 1 test suites...
2160.35 s
[attoparsec] Test suite attoparsec-tests: RUNNING...
2160.35 s
[attoparsec] tests
2160.35 s
[attoparsec] bs
2160.35 s
[attoparsec] anyWord8: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] endOfInput: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] endOfLine: OK
2160.35 s
[attoparsec] +++ OK, failed as expected. Falsified, Falsified (after 2 tests):
2160.35 s
[attoparsec] "\NUL"
2160.35 s
[attoparsec] '\NUL' /= '\n'
2160.35 s
[attoparsec]
2160.35 s
[attoparsec] ('\NUL',Nothing) /= ('\r',Just '\n')
2160.35 s
[attoparsec] notWord8: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] peekWord8: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] peekWord8': OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] satisfy: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] satisfyWith: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] scan: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] skip: OK
2160.35 s
[attoparsec] +++ OK, failed as expected. Falsified (after 3 tests and 2 shrinks):
2160.35 s
[attoparsec] 0
2160.35 s
[attoparsec] "\NUL"
2160.35 s
[attoparsec] not (0 < 0)
2160.35 s
[attoparsec] skipWhile: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] string: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] stringCI: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] strings: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] take: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] takeByteString: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] takeCount: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] takeLazyByteString: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] takeTill: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] takeWhile: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] takeWhile1: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] takeWhile1_empty: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] takeWhileIncluding: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] getChunk: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] word8: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] members: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] nonmembers: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] buf
2160.35 s
[attoparsec] b_unbuffer: OK (0.01s)
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] t_unbuffer: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] t_unbuffer_three: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] b_length: OK (0.01s)
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] t_length: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] b_unsafeIndex: OK (0.01s)
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] t_iter: FAIL
2160.35 s
[attoparsec] *** Failed! Falsified, Falsified (after 4 tests and 15 shrinks):
2160.35 s
[attoparsec] BP ["\3282",""] "\3282" "\3282"
2160.35 s
[attoparsec] 3 /= 0
2160.35 s
[attoparsec]
2160.35 s
[attoparsec] ('\-3072',2) /= ('\-2841',2)
2160.35 s
[attoparsec]
2160.35 s
[attoparsec] Use --quickcheck-replay="(SMGen 13282552345474804135 10907083141084641731,3)" to reproduce.
2160.35 s
[attoparsec] Use -p '$0=="tests.buf.t_iter"' to rerun this test only.
2160.35 s
[attoparsec] t_iter_: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] b_unsafeDrop: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] t_dropCodeUnits: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] combinator
2160.35 s
[attoparsec] choice: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] count: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] lookAhead: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] match: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] simple
2160.35 s
[attoparsec] issue75: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] text
2160.35 s
[attoparsec] anyChar: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] asciiCI: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] char: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] endOfInput: OK
2160.35 s
[attoparsec] +++ OK, passed 100 tests.
2160.35 s
[attoparsec] endOfLine: OK
2160.35 s
[attoparsec] +++ OK, failed as expected. Falsified, Falsified (after 5 tests and 1 shrink):
2160.35 s
[barbies] [24 of 32] Compiling Barbies.Internal.ConstraintsB ( src/Barbies/Internal/ConstraintsB.hs, dist/build/Barbies/Internal/ConstraintsB.p_o )
2160.35 s
[barbies] [25 of 32] Compiling Data.Functor.Barbie ( src/Data/Functor/Barbie.hs, dist/build/Data/Functor/Barbie.p_o )
2160.35 s
[barbies] [26 of 32] Compiling Barbies.Internal.Containers ( src/Barbies/Internal/Containers.hs, dist/build/Barbies/Internal/Containers.p_o )
2160.35 s
[barbies] [27 of 32] Compiling Barbies.Internal.Wrappers ( src/Barbies/Internal/Wrappers.hs, dist/build/Barbies/Internal/Wrappers.p_o )
2160.35 s
[barbies] [28 of 32] Compiling Barbies.Internal.Trivial ( src/Barbies/Internal/Trivial.hs, dist/build/Barbies/Internal/Trivial.p_o )
2160.35 s
[barbies] [29 of 32] Compiling Barbies.Bi ( src/Barbies/Bi.hs, dist/build/Barbies/Bi.p_o )
2160.35 s
[barbies] [30 of 32] Compiling Barbies ( src/Barbies.hs, dist/build/Barbies.p_o )
2160.35 s
[barbies] [31 of 32] Compiling Barbies.Constraints ( src/Barbies/Constraints.hs, dist/build/Barbies/Constraints.p_o )
2160.35 s
[barbies] [32 of 32] Compiling Barbies.Internal ( src/Barbies/Internal.hs, dist/build/Barbies/Internal.p_o )
2160.35 s
[barbies] Preprocessing test suite 'barbies-test' for barbies-2.1.1.0...
2160.35 s
[barbies] Building test suite 'barbies-test' for barbies-2.1.1.0...
2160.35 s
[barbies] [ 1 of 12] Compiling Clothes ( test/Clothes.hs, dist/build/barbies-test/barbies-test-tmp/Clothes.o )
2160.35 s
[barbies] [ 2 of 12] Compiling Spec.Applicative ( test/Spec/Applicative.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Applicative.o )
2160.35 s
[barbies] [ 3 of 12] Compiling Spec.Bare ( test/Spec/Bare.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Bare.o )
2160.35 s
[barbies] [ 4 of 12] Compiling Spec.Constraints ( test/Spec/Constraints.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Constraints.o )
2160.35 s
[barbies] [ 5 of 12] Compiling Spec.Distributive ( test/Spec/Distributive.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Distributive.o )
2160.35 s
[barbies] [ 6 of 12] Compiling Spec.Functor ( test/Spec/Functor.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Functor.o )
2160.35 s
[barbies] [ 7 of 12] Compiling Spec.Traversable ( test/Spec/Traversable.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Traversable.o )
2160.35 s
[barbies] [ 8 of 12] Compiling Spec.Wrapper ( test/Spec/Wrapper.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Wrapper.o )
2160.35 s
[barbies] [ 9 of 12] Compiling TestBarbies ( test/TestBarbies.hs, dist/build/barbies-test/barbies-test-tmp/TestBarbies.o )
2160.35 s
[barbies] [10 of 12] Compiling TestBarbiesW ( test/TestBarbiesW.hs, dist/build/barbies-test/barbies-test-tmp/TestBarbiesW.o )
2160.35 s
[barbies] [11 of 12] Compiling TestBiBarbies ( test/TestBiBarbies.hs, dist/build/barbies-test/barbies-test-tmp/TestBiBarbies.o )
2160.35 s
[barbies] [12 of 12] Compiling Main ( test/Spec.hs, dist/build/barbies-test/barbies-test-tmp/Main.o )
2160.35 s
[barbies] test/Spec.hs:18:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2160.35 s
[barbies] The import of ‘Control.Applicative’ is redundant
2160.35 s
[barbies] except perhaps to import instances from ‘Control.Applicative’
2160.35 s
[barbies] To import instances alone, use: import Control.Applicative()
2160.35 s
[barbies] |
2160.35 s
[barbies] 18 | import Control.Applicative ( liftA2 )
2160.35 s
[barbies] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2160.35 s
[barbies]
2160.35 s
[barbies] [13 of 13] Linking dist/build/barbies-test/barbies-test
2160.35 s
[barbies] Phase: checkPhase
2160.35 s
[barbies] Running 1 test suites...
2160.35 s
[barbies] Test suite barbies-test: RUNNING...
2160.35 s
[barbies] Tests
2160.35 s
[barbies] Functor Laws
2160.35 s
[barbies] Record0
2160.35 s
[barbies] bmap id = id: OK
2160.35 s
[barbies] +++ OK, passed 100 tests.
2160.35 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2160.35 s
[barbies] +++ OK, passed 100 tests.
2160.35 s
[barbies] Record1
2160.35 s
[barbies] bmap id = id: OK
2160.35 s
[barbies] +++ OK, passed 100 tests.
2160.35 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2160.35 s
[barbies] +++ OK, passed 100 tests.
2160.35 s
[barbies] Record3
2160.35 s
[barbies] bmap id = id: OK
2160.35 s
[barbies] +++ OK, passed 100 tests.
2160.35 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2160.35 s
[barbies] +++ OK, passed 100 tests.
2160.35 s
[barbies] Record1S
2160.35 s
[barbies] bmap id = id: OK
2160.35 s
[barbies] +++ OK, passed 100 tests.
2160.35 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2160.35 s
[barbies] +++ OK, passed 100 tests.
2160.35 s
[barbies] Record3S
2160.35 s
[barbies] bmap id = id: OK (0.01s)
2160.35 s
[barbies] +++ OK, passed 100 tests.
2160.35 s
[comonad] ComonadTraced (src/Control/Comonad/Traced/Class.hs:28)
2160.35 s
[comonad] traces (src/Control/Comonad/Traced/Class.hs:32)
2160.35 s
[comonad] Traced (src/Control/Comonad/Trans/Traced.hs:55)
2160.35 s
[comonad] traced (src/Control/Comonad/Trans/Traced.hs:58)
2160.35 s
[comonad] runTraced (src/Control/Comonad/Trans/Traced.hs:61)
2160.35 s
[comonad] TracedT (src/Control/Comonad/Trans/Traced.hs:63)
2160.35 s
[comonad] 25% ( 1 / 4) in 'Control.Comonad.Store.Class'
2160.35 s
[comonad] Missing documentation for:
2160.35 s
[comonad] ComonadStore (src/Control/Comonad/Store/Class.hs:29)
2160.35 s
[comonad] lowerPos (src/Control/Comonad/Store/Class.hs:54)
2160.35 s
[comonad] lowerPeek (src/Control/Comonad/Store/Class.hs:58)
2160.35 s
[comonad] 61% ( 8 / 13) in 'Control.Comonad.Store'
2160.35 s
[comonad] Missing documentation for:
2160.35 s
[comonad] ComonadStore (src/Control/Comonad/Store/Class.hs:29)
2160.35 s
[comonad] Store (src/Control/Comonad/Trans/Store.hs:87)
2160.35 s
[comonad] runStore (src/Control/Comonad/Trans/Store.hs:94)
2160.35 s
[comonad] StoreT (src/Control/Comonad/Trans/Store.hs:96)
2160.35 s
[comonad] runStoreT (src/Control/Comonad/Trans/Store.hs:99)
2160.36 s
[comonad] 33% ( 1 / 3) in 'Control.Comonad.Env.Class'
2160.36 s
[comonad] Missing documentation for:
2160.36 s
[comonad] ComonadEnv (src/Control/Comonad/Env/Class.hs:29)
2160.36 s
[comonad] asks (src/Control/Comonad/Env/Class.hs:33)
2160.36 s
[comonad] 60% ( 9 / 15) in 'Control.Comonad.Env'
2160.36 s
[comonad] Missing documentation for:
2160.36 s
[comonad] ComonadEnv (src/Control/Comonad/Env/Class.hs:29)
2160.36 s
[comonad] asks (src/Control/Comonad/Env/Class.hs:33)
2160.36 s
[comonad] Env (src/Control/Comonad/Trans/Env.hs:92)
2160.36 s
[comonad] runEnv (src/Control/Comonad/Trans/Env.hs:100)
2160.36 s
[comonad] EnvT (src/Control/Comonad/Trans/Env.hs:93)
2160.36 s
[comonad] runEnvT (src/Control/Comonad/Trans/Env.hs:103)
2160.36 s
[comonad] 50% ( 1 / 2) in 'Data.Functor.Composition'
2160.36 s
[comonad] Missing documentation for:
2160.36 s
[comonad] Module header
2160.36 s
[comonad] Warning: Control.Comonad: could not find link destinations for:
2160.36 s
[comonad] - WithIndex.Indexing
2160.36 s
[comonad] - Data.Graph.SetM
2160.36 s
[comonad] Warning: Control.Comonad.Trans.Identity: could not find link destinations for:
2160.36 s
[comonad] - Control.Monad.Trans.Identity.Rep1_IdentityT
2160.36 s
[comonad] - Control.Monad.Trans.Identity.Rep_IdentityT
2160.36 s
[comonad] Documentation created: dist/doc/html/comonad/,
2160.36 s
[comonad] dist/doc/html/comonad/comonad.txt
2160.36 s
[comonad] Phase: installPhase
2160.36 s
[comonad] Installing library in /nix/store/ygz0dp6rgrxn8c49h61di1bqhjbmjjfr-comonad-5.0.9/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/comonad-5.0.9-GrRuWgZDdY9Huhj26tVc6Y
2160.36 s
[comonad] Phase: fixupPhase
2160.36 s
[comonad] shrinking RPATHs of ELF executables and libraries in /nix/store/ygz0dp6rgrxn8c49h61di1bqhjbmjjfr-comonad-5.0.9
2160.36 s
[comonad] shrinking /nix/store/ygz0dp6rgrxn8c49h61di1bqhjbmjjfr-comonad-5.0.9/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/libHScomonad-5.0.9-GrRuWgZDdY9Huhj26tVc6Y-ghc9.10.3.so
2160.36 s
[comonad] checking for references to /build/ in /nix/store/ygz0dp6rgrxn8c49h61di1bqhjbmjjfr-comonad-5.0.9...
2160.36 s
[comonad] patching script interpreter paths in /nix/store/ygz0dp6rgrxn8c49h61di1bqhjbmjjfr-comonad-5.0.9
2160.36 s
[comonad] stripping (with command strip and flags -S -p) in /nix/store/ygz0dp6rgrxn8c49h61di1bqhjbmjjfr-comonad-5.0.9/lib
2160.36 s
[comonad] shrinking RPATHs of ELF executables and libraries in /nix/store/clc13rv3y0myil8b7rqcjwb70spqxicx-comonad-5.0.9-doc
2160.36 s
[comonad] checking for references to /build/ in /nix/store/clc13rv3y0myil8b7rqcjwb70spqxicx-comonad-5.0.9-doc...
2160.36 s
[comonad] patching script interpreter paths in /nix/store/clc13rv3y0myil8b7rqcjwb70spqxicx-comonad-5.0.9-doc
2160.36 s
[crypton-x509-store] Phase: setupCompilerEnvironmentPhase
2160.36 s
[crypton-x509-store] Build with /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3.
2160.36 s
[crypton-x509-store] Phase: unpackPhase
2160.36 s
[crypton-x509-store] unpacking source archive /nix/store/6i3l810v7w7xgz4pgaw335bmcz6rj4vs-crypton-x509-store-1.6.12.tar.gz
2160.36 s
[crypton-x509-store] source root is crypton-x509-store-1.6.12
2160.36 s
[crypton-x509-store] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "crypton-x509-store-1.6.12/Tests/Tests.hs"
2160.36 s
[crypton-x509-store] Phase: patchPhase
2160.36 s
[crypton-x509-store] stacklock2nix: replace Cabal file with revision from /nix/store/awgn6hk8hbqv5ixc9l0496y4a8259npf-crypton-x509-store-cabal-1.6.12.
2160.36 s
[crypton-x509-store] Phase: compileBuildDriverPhase
2160.36 s
[crypton-x509-store] setupCompileFlags: -package-db=/build/tmp.hypLEO3FTL/setup-package.conf.d -threaded
2160.36 s
[crypton-x509-store] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.hypLEO3FTL/Main.o )
2160.36 s
[crypton-x509-store] [2 of 2] Linking Setup
2160.36 s
[crypton-x509-store] Phase: updateAutotoolsGnuConfigScriptsPhase
2160.36 s
[crypton-x509-store] Phase: configurePhase
2160.36 s
[crypton-x509-store] configureFlags: --verbose --prefix=/nix/store/137kznfa1zsxw3q352a82rdimhm2hsh4-crypton-x509-store-1.6.12 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/2ywmbzmij23xpz12d06ha2s4lqm6nk5w-crypton-x509-store-1.6.12-doc/share/doc/crypton-x509-store-1.6.12 --with-gcc=gcc --package-db=/build/tmp.hypLEO3FTL/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/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/bkicgvyymba52ijm1z5zs96dsqqi59lp-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
2160.36 s
[crypton-x509-store] Using Parsec parser
2160.36 s
[crypton-x509-store] Configuring crypton-x509-store-1.6.12...
2160.36 s
[crypton-x509-store] Dependency asn1-encoding >=0.9 && <0.10: using asn1-encoding-0.9.6
2160.36 s
[crypton-x509-store] Dependency asn1-types >=0.3 && <0.4: using asn1-types-0.3.4
2160.36 s
[crypton-x509-store] Dependency base >=3 && <5: using base-4.20.2.0
2160.36 s
[crypton-x509-store] Dependency bytestring: using bytestring-0.12.2.0
2160.36 s
[crypton-x509-store] Dependency containers: using containers-0.7
2160.36 s
[crypton-x509-store] Dependency crypton: using crypton-1.0.4
2160.36 s
[crypton-x509-store] Dependency crypton-x509 >=1.7.2: using crypton-x509-1.7.7
2160.36 s
[crypton-x509-store] Dependency directory: using directory-1.3.8.5
2160.36 s
[crypton-x509-store] Dependency filepath: using filepath-1.5.4.0
2160.36 s
[crypton-x509-store] Dependency mtl: using mtl-2.3.1
2160.36 s
[crypton-x509-store] Dependency pem >=0.1 && <0.3: using pem-0.2.4
2160.36 s
[crypton-x509-store] Dependency unix >=2.8: using unix-2.8.7.0
2160.36 s
[crypton-x509-store] Dependency base >=3 && <5: using base-4.20.2.0
2160.36 s
[crypton-x509-store] Dependency bytestring: using bytestring-0.12.2.0
2160.36 s
[crypton-x509-store] Dependency crypton-x509: using crypton-x509-1.7.7
2160.36 s
[crypton-x509-store] Dependency crypton-x509-store: using crypton-x509-store-1.6.12
2160.36 s
[crypton-x509-store] Dependency tasty: using tasty-1.5.3
2160.36 s
[crypton-x509-store] Dependency tasty-hunit: using tasty-hunit-0.10.2
2160.36 s
[crypton-x509-store] Source component graph:
2160.36 s
[crypton-x509-store] component lib
2160.36 s
[crypton-x509-store] component test:test-x509-store dependency lib
2160.36 s
[crypton-x509-store] Configured component graph:
2160.36 s
[crypton-x509-store] component crypton-x509-store-1.6.12-FaWpwAX07Rv28SX1mGW8IB
2160.36 s
[crypton-x509-store] include asn1-encoding-0.9.6-FDUDW5P6PemDMeyXUtS9cb
2160.36 s
[crypton-x509-store] include asn1-types-0.3.4-1mjPmMOVdFnE9bY9MwgEII
2160.36 s
[crypton-x509-store] include base-4.20.2.0-edab
2160.36 s
[crypton-x509-store] include bytestring-0.12.2.0-d4b6
2160.36 s
[crypton-x509-store] include containers-0.7-8e24
2160.36 s
[crypton-x509-store] include crypton-1.0.4-5ZbGdzOZv2J45BL7B5DxVg
2160.36 s
[crypton-x509-store] include crypton-x509-1.7.7-ATP7gePJgpoICZOtMi3mT4
2160.36 s
[crypton-x509-store] include directory-1.3.8.5-0fd7
2160.36 s
[crypton-x509-store] include filepath-1.5.4.0-fef9
2160.36 s
[crypton-x509-store] include mtl-2.3.1-32a4
2160.36 s
[crypton-x509-store] include pem-0.2.4-70mp7dASX6V5E6Jys55w6C
2160.36 s
[crypton-x509-store] include unix-2.8.7.0-0188
2160.42 s
[filemanip:post-build] Uploading to the NixCI cache: /nix/store/0bk6a8m6wmkcwr81iq9asa9ipph4g6a0-filemanip-0.3.6.3-doc /nix/store/sp9sl797zi81rzgnk9qwqplmzk7ib30q-filemanip-0.3.6.3
2160.47 s
[filemanip:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2160.67 s
[filemanip:post-build] copying 2 paths...
2160.67 s
[filemanip:post-build] copying path '/nix/store/0bk6a8m6wmkcwr81iq9asa9ipph4g6a0-filemanip-0.3.6.3-doc' to 'https://cache.nix-ci.com'...
2161.05 s
[filemanip:post-build] copying path '/nix/store/sp9sl797zi81rzgnk9qwqplmzk7ib30q-filemanip-0.3.6.3' to 'https://cache.nix-ci.com'...
2162.25 s
[filemanip:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2162.51 s
[filemanip:post-build] copying 2 paths...
2162.51 s
[filemanip:post-build] copying path '/nix/store/8r23iawgr1pvfk18rf5k7n0rq4pj4gky-filemanip-0.3.6.3.tar.gz.drv' to 'https://cache.nix-ci.com'...
2162.72 s
[filemanip:post-build] copying path '/nix/store/584nj47azj7v9ilqm429plx8yf9ja52p-filemanip-0.3.6.3.drv' to 'https://cache.nix-ci.com'...
2162.94 s
Progress: 401 of 553 built (15 building), 703 of 703 downloaded from cache
2163.08 s
[haskell-src-meta] Phase: setupCompilerEnvironmentPhase
2163.08 s
[haskell-src-meta] Build with /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3.
2163.08 s
[haskell-src-meta] Phase: unpackPhase
2163.08 s
[haskell-src-meta] unpacking source archive /nix/store/y975mhxx7ah298zdz9mf6g8rdrgaslzl-haskell-src-meta-0.8.15.tar.gz
2163.08 s
[haskell-src-meta] source root is haskell-src-meta-0.8.15
2163.08 s
[haskell-src-meta] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "haskell-src-meta-0.8.15/tests/TestExamples.hs"
2163.08 s
[haskell-src-meta] Phase: patchPhase
2163.08 s
[haskell-src-meta] stacklock2nix: replace Cabal file with revision from /nix/store/b1cqkr435mz7sqqzigw5vaw6xgglbl9m-haskell-src-meta-cabal-0.8.15.
2163.08 s
[haskell-src-meta] Phase: compileBuildDriverPhase
2163.08 s
[haskell-src-meta] setupCompileFlags: -package-db=/build/tmp.5IWkGaBVTW/setup-package.conf.d -threaded
2163.08 s
[haskell-src-meta] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.5IWkGaBVTW/Main.o )
2163.08 s
[haskell-src-meta] [2 of 2] Linking Setup
2163.08 s
[haskell-src-meta] Phase: updateAutotoolsGnuConfigScriptsPhase
2163.08 s
[haskell-src-meta] Phase: configurePhase
2163.08 s
[haskell-src-meta] configureFlags: --verbose --prefix=/nix/store/f7265jxzz8xl5l6sf0ny031cwr1rwr0d-haskell-src-meta-0.8.15 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/sqla34gs6yxj8ins6pis8a52r89s3rmi-haskell-src-meta-0.8.15-doc/share/doc/haskell-src-meta-0.8.15 --with-gcc=gcc --package-db=/build/tmp.5IWkGaBVTW/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/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/bkicgvyymba52ijm1z5zs96dsqqi59lp-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
2163.08 s
[haskell-src-meta] Using Parsec parser
2163.08 s
[haskell-src-meta] Configuring haskell-src-meta-0.8.15...
2163.08 s
[haskell-src-meta] Dependency base >=4.10 && <5: using base-4.20.2.0
2163.08 s
[haskell-src-meta] Dependency haskell-src-exts >=1.21 && <1.24: using haskell-src-exts-1.23.1
2163.08 s
[haskell-src-meta] Dependency pretty >=1.0 && <1.2: using pretty-1.1.3.6
2163.08 s
[haskell-src-meta] Dependency syb >=0.1 && <0.8: using syb-0.7.2.4
2163.08 s
[haskell-src-meta] Dependency template-haskell >=2.12 && <2.24: using template-haskell-2.22.0.0
2163.08 s
[haskell-src-meta] Dependency th-orphans >=0.12 && <0.14: using th-orphans-0.13.16
2163.08 s
[haskell-src-meta] Dependency HUnit >=1.2: using HUnit-1.6.2.0
2163.08 s
[haskell-src-meta] Dependency base >=4.10: using base-4.20.2.0
2163.08 s
[haskell-src-meta] Dependency haskell-src-exts >=1.21: using haskell-src-exts-1.23.1
2163.08 s
[haskell-src-meta] Dependency haskell-src-meta: using haskell-src-meta-0.8.15
2163.08 s
[haskell-src-meta] Dependency pretty >=1.0: using pretty-1.1.3.6
2163.08 s
[haskell-src-meta] Dependency tasty: using tasty-1.5.3
2163.08 s
[haskell-src-meta] Dependency tasty-hunit: using tasty-hunit-0.10.2
2163.08 s
[haskell-src-meta] Dependency template-haskell >=2.12: using template-haskell-2.22.0.0
2163.08 s
[haskell-src-meta] Dependency base: using base-4.20.2.0
2163.08 s
[haskell-src-meta] Dependency haskell-src-exts: using haskell-src-exts-1.23.1
2163.08 s
[haskell-src-meta] Dependency haskell-src-meta: using haskell-src-meta-0.8.15
2163.08 s
[haskell-src-meta] Dependency template-haskell: using template-haskell-2.22.0.0
2163.08 s
[haskell-src-meta] Dependency base: using base-4.20.2.0
2163.08 s
[haskell-src-meta] Dependency containers: using containers-0.7
2163.08 s
[haskell-src-meta] Dependency haskell-src-meta: using haskell-src-meta-0.8.15
2163.08 s
[haskell-src-meta] Dependency pretty: using pretty-1.1.3.6
2163.08 s
[haskell-src-meta] Dependency syb: using syb-0.7.2.4
2163.08 s
[haskell-src-meta] Dependency template-haskell: using template-haskell-2.22.0.0
2163.08 s
[haskell-src-meta] Source component graph:
2163.08 s
[haskell-src-meta] component lib
2163.08 s
[haskell-src-meta] component test:examples dependency lib
2163.08 s
[haskell-src-meta] component test:splices dependency lib
2163.08 s
[haskell-src-meta] component test:unit dependency lib
2163.08 s
[haskell-src-meta] Configured component graph:
2163.08 s
[haskell-src-meta] component haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM
2163.08 s
[haskell-src-meta] include base-4.20.2.0-edab
2163.08 s
[haskell-src-meta] include haskell-src-exts-1.23.1-GhMFp5uVAEHKQUEVjYILmQ
2163.08 s
[mwc-random] Warning: 'uniformM' is out of scope.
2163.08 s
[mwc-random] If you qualify the identifier, haddock can try to link it anyway.
2163.08 s
[mwc-random] 100% ( 29 / 29) in 'System.Random.MWC'
2163.08 s
[mwc-random] Warning: System.Random.MWC.CondensedTable: could not find link destinations for:
2163.08 s
[mwc-random] - Data.Vector.Generic.Base.Vector
2163.08 s
[mwc-random] - Data.Vector.Unboxed.Base.Vector
2163.08 s
[mwc-random] - Data.Vector.Vector
2163.08 s
[mwc-random] Warning: System.Random.MWC.Distributions: could not find link destinations for:
2163.08 s
[mwc-random] - Data.Vector.Generic.Base.Vector
2163.08 s
[mwc-random] - Data.Vector.Generic.Mutable.Base.MVector
2163.08 s
[mwc-random] Warning: System.Random.MWC: could not find link destinations for:
2163.08 s
[mwc-random] - System.Random.Internal.GUniform
2163.08 s
[mwc-random] - Data.Vector.Generic.Base.Vector
2163.08 s
[mwc-random] - Data.Vector.Unboxed.Base.Vector
2163.08 s
[mwc-random] - System.Random.MWC.uniformWord32
2163.08 s
[shellmet:post-build] Uploading to the NixCI cache: /nix/store/pkcmqm4xk32xnjb9dph6vvvkjhwda364-shellmet-0.0.5.0 /nix/store/r6v3wn1kdgcx4j326kscrg9361lv3apz-shellmet-0.0.5.0-doc
2163.08 s
[shellmet:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2163.29 s
[shellmet:post-build] copying 2 paths...
2163.29 s
[shellmet:post-build] copying path '/nix/store/r6v3wn1kdgcx4j326kscrg9361lv3apz-shellmet-0.0.5.0-doc' to 'https://cache.nix-ci.com'...
2163.59 s
[shellmet:post-build] copying path '/nix/store/pkcmqm4xk32xnjb9dph6vvvkjhwda364-shellmet-0.0.5.0' to 'https://cache.nix-ci.com'...
2164.30 s
[shellmet:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2164.55 s
[shellmet:post-build] copying 2 paths...
2164.55 s
[shellmet:post-build] copying path '/nix/store/841rdy2h6sf8na961h160yxqxcnvz508-shellmet-0.0.5.0.tar.gz.drv' to 'https://cache.nix-ci.com'...
2164.76 s
[shellmet:post-build] copying path '/nix/store/a3ddkxa7rmr75wnk6j7g6w1057vqz94x-shellmet-0.0.5.0.drv' to 'https://cache.nix-ci.com'...
2164.99 s
Progress: 402 of 554 built (14 building), 703 of 703 downloaded from cache
2165.08 s
[text-rope:post-build] Uploading to the NixCI cache: /nix/store/0asx5cfbbyjwb7k9p5zp2p3f2n4blc9d-text-rope-0.3-doc /nix/store/4fna3xrq7gqi95jqbc0dv2sm3jsj94nb-text-rope-0.3-data /nix/store/a0gfkw23filbphi5faw25vp3bwvs6l5a-text-rope-0.3
2165.12 s
[text-rope:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2165.33 s
[text-rope:post-build] copying 3 paths...
2165.33 s
[text-rope:post-build] copying path '/nix/store/4fna3xrq7gqi95jqbc0dv2sm3jsj94nb-text-rope-0.3-data' to 'https://cache.nix-ci.com'...
2165.33 s
[text-rope:post-build] copying path '/nix/store/0asx5cfbbyjwb7k9p5zp2p3f2n4blc9d-text-rope-0.3-doc' to 'https://cache.nix-ci.com'...
2165.82 s
[text-rope:post-build] copying path '/nix/store/a0gfkw23filbphi5faw25vp3bwvs6l5a-text-rope-0.3' to 'https://cache.nix-ci.com'...
2167.49 s
[text-rope:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2167.72 s
[text-rope:post-build] copying 3 paths...
2167.72 s
[text-rope:post-build] copying path '/nix/store/a355jwyl077b7pn3in0kiw7k5gb32iyr-text-rope-cabal-0.3.drv' to 'https://cache.nix-ci.com'...
2167.72 s
[text-rope:post-build] copying path '/nix/store/gn8jq25wpgzjll88jxzfyl8wvnsd08j8-text-rope-0.3.tar.gz.drv' to 'https://cache.nix-ci.com'...
2167.94 s
[text-rope:post-build] copying path '/nix/store/9nnmc1ykkwf0qf98bib61kgqvyjw02rp-text-rope-0.3.drv' to 'https://cache.nix-ci.com'...
2168.17 s
Progress: 403 of 555 built (13 building), 703 of 703 downloaded from cache
2168.23 s
[unison-util-cache] Running Haddock on library for unison-util-cache-0.0.0...
2168.23 s
[unison-util-cache] [1 of 1] Compiling Unison.Util.Cache ( src/Unison/Util/Cache.hs, nothing )
2168.23 s
[unison-util-cache] src/Unison/Util/Cache.hs:36:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2168.23 s
[unison-util-cache] This binding for ‘lookup’ shadows the existing binding
2168.23 s
[unison-util-cache] defined at src/Unison/Util/Cache.hs:27:1
2168.23 s
[unison-util-cache] |
2168.23 s
[unison-util-cache] 36 | let lookup k = Map.lookup k <$> readTVarIO t
2168.23 s
[unison-util-cache] | ^^^^^^
2168.23 s
[unison-util-cache]
2168.23 s
[unison-util-cache] src/Unison/Util/Cache.hs:37:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2168.23 s
[unison-util-cache] This binding for ‘insert’ shadows the existing binding
2168.23 s
[unison-util-cache] defined at src/Unison/Util/Cache.hs:30:1
2168.23 s
[unison-util-cache] |
2168.23 s
[unison-util-cache] 37 | insert k v = do
2168.23 s
[unison-util-cache] | ^^^^^^
2168.23 s
[unison-util-cache]
2168.23 s
[unison-util-cache] src/Unison/Util/Cache.hs:65:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2168.23 s
[unison-util-cache] This binding for ‘lookup’ shadows the existing binding
2168.23 s
[unison-util-cache] defined at src/Unison/Util/Cache.hs:27:1
2168.23 s
[unison-util-cache] |
2168.23 s
[unison-util-cache] 65 | let lookup k =
2168.23 s
[unison-util-cache] | ^^^^^^
2168.23 s
[unison-util-cache]
2168.23 s
[unison-util-cache] src/Unison/Util/Cache.hs:74:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2168.23 s
[unison-util-cache] This binding for ‘insert’ shadows the existing binding
2168.23 s
[unison-util-cache] defined at src/Unison/Util/Cache.hs:30:1
2168.23 s
[unison-util-cache] |
2168.23 s
[unison-util-cache] 74 | insert k v = atomically $ do
2168.23 s
[unison-util-cache] | ^^^^^^
2168.23 s
[unison-util-cache]
2168.23 s
[unison-util-cache] src/Unison/Util/Cache.hs:111:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2168.23 s
[unison-util-cache] This binding for ‘v’ shadows the existing binding
2168.23 s
[unison-util-cache] bound at src/Unison/Util/Cache.hs:109:7
2168.23 s
[unison-util-cache] |
2168.23 s
[unison-util-cache] 111 | for_ v $ \v -> insert c k v
2168.23 s
[unison-util-cache] | ^
2168.23 s
[unison-util-cache]
2168.23 s
[unison-util-cache] Haddock coverage:
2168.23 s
[unison-util-cache] 0% ( 0 / 9) in 'Unison.Util.Cache'
2168.23 s
[unison-util-cache] Missing documentation for:
2168.23 s
[unison-util-cache] Module header
2168.23 s
[unison-util-cache] Cache (src/Unison/Util/Cache.hs:21)
2168.23 s
[unison-util-cache] cache (src/Unison/Util/Cache.hs:34)
2168.23 s
[unison-util-cache] nullCache (src/Unison/Util/Cache.hs:46)
2168.23 s
[unison-util-cache] semispaceCache (src/Unison/Util/Cache.hs:54)
2168.23 s
[unison-util-cache] lookup (src/Unison/Util/Cache.hs:27)
2168.23 s
[unison-util-cache] insert (src/Unison/Util/Cache.hs:30)
2168.23 s
[unison-util-cache] apply (src/Unison/Util/Cache.hs:85)
2168.23 s
[unison-util-cache] applyDefined (src/Unison/Util/Cache.hs:105)
2168.23 s
[unison-util-cache] Documentation created: dist/doc/html/unison-util-cache/,
2168.23 s
[unison-util-cache] dist/doc/html/unison-util-cache/unison-util-cache.txt
2168.23 s
[unison-util-cache] Preprocessing test suite 'util-cache-tests' for unison-util-cache-0.0.0...
2168.23 s
[unison-util-cache] Phase: installPhase
2168.23 s
[unison-util-cache] Installing library in /nix/store/jrqjdxfly6ag17vnvj7kljj0njbzph89-unison-util-cache-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/unison-util-cache-0.0.0-Dor7NF1gB74CZwLccW496A
2168.23 s
[unison-util-cache] Phase: fixupPhase
2168.23 s
[unison-util-cache] shrinking RPATHs of ELF executables and libraries in /nix/store/jrqjdxfly6ag17vnvj7kljj0njbzph89-unison-util-cache-0.0.0
2168.23 s
[unison-util-cache] shrinking /nix/store/jrqjdxfly6ag17vnvj7kljj0njbzph89-unison-util-cache-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/libHSunison-util-cache-0.0.0-Dor7NF1gB74CZwLccW496A-ghc9.10.3.so
2168.23 s
[unison-util-cache] checking for references to /build/ in /nix/store/jrqjdxfly6ag17vnvj7kljj0njbzph89-unison-util-cache-0.0.0...
2168.23 s
[unison-util-cache] patching script interpreter paths in /nix/store/jrqjdxfly6ag17vnvj7kljj0njbzph89-unison-util-cache-0.0.0
2168.23 s
[unison-util-cache] stripping (with command strip and flags -S -p) in /nix/store/jrqjdxfly6ag17vnvj7kljj0njbzph89-unison-util-cache-0.0.0/lib
2168.23 s
[uri-encode] /nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/uri-encode-1.5.0.7-IRUpK09afbeJ2BKiOPDppA
2168.23 s
[uri-encode] Dynamic Libraries installed in:
2168.23 s
[uri-encode] /nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
2168.23 s
[uri-encode] Private executables installed in:
2168.23 s
[uri-encode] /nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7/libexec/x86_64-linux-ghc-9.10.3-2929/uri-encode-1.5.0.7
2168.23 s
[uri-encode] Data files installed in:
2168.23 s
[uri-encode] /nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7/share/x86_64-linux-ghc-9.10.3-2929/uri-encode-1.5.0.7
2168.23 s
[uri-encode] Documentation installed in:
2168.23 s
[uri-encode] /nix/store/9vlad2xj1pc2hhw71qwx0bh63miy62n0-uri-encode-1.5.0.7-doc/share/doc/uri-encode-1.5.0.7
2168.23 s
[uri-encode] Configuration files installed in:
2168.23 s
[uri-encode] /nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7/etc
2168.23 s
[uri-encode] No alex found
2168.23 s
[uri-encode] Using ar found on system at:
2168.23 s
[uri-encode] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
2168.23 s
[uri-encode] No c2hs found
2168.23 s
[uri-encode] No cpphs found
2168.23 s
[uri-encode] No doctest found
2168.23 s
[uri-encode] Using gcc version 14.3.0 given by user at:
2168.23 s
[uri-encode] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
2168.23 s
[uri-encode] Using ghc version 9.10.3 found on system at:
2168.23 s
[uri-encode] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
2168.23 s
[uri-encode] Using ghc-pkg version 9.10.3 found on system at:
2168.23 s
[uri-encode] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
2168.23 s
[uri-encode] No ghcjs found
2168.23 s
[uri-encode] No ghcjs-pkg found
2168.23 s
[uri-encode] No greencard found
2168.23 s
[uri-encode] Using haddock version 2.31.1 found on system at:
2168.23 s
[uri-encode] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
2168.23 s
[uri-encode] No happy found
2168.23 s
[uri-encode] Using haskell-suite found on system at: haskell-suite-dummy-location
2168.23 s
[uri-encode] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2168.23 s
[uri-encode] No hmake found
2168.23 s
[uri-encode] Using hpc version 0.69 found on system at:
2168.23 s
[uri-encode] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
2168.23 s
[uri-encode] Using hsc2hs version 0.68.10 found on system at:
2168.23 s
[uri-encode] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
2168.23 s
[uri-encode] Using hscolour version 1.25 found on system at:
2168.23 s
[uri-encode] /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
2168.23 s
[uri-encode] No jhc found
2168.23 s
[uri-encode] Using ld found on system at:
2168.23 s
[uri-encode] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
2168.23 s
[uri-encode] No pkg-config found
2168.23 s
[uri-encode] Using runghc version 9.10.3 found on system at:
2168.23 s
[uri-encode] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
2168.23 s
[uri-encode] Using strip version 2.44 found on system at:
2168.23 s
[uri-encode] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
2168.23 s
[uri-encode] Using tar found on system at:
2168.23 s
[uri-encode] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
2168.23 s
[uri-encode] No uhc found
2168.23 s
[uri-encode] Phase: buildPhase
2168.23 s
[uri-encode] Preprocessing library for uri-encode-1.5.0.7...
2168.23 s
[uri-encode] Building library for uri-encode-1.5.0.7...
2168.23 s
[uri-encode] [1 of 1] Compiling Network.URI.Encode ( src/Network/URI/Encode.hs, dist/build/Network/URI/Encode.o, dist/build/Network/URI/Encode.dyn_o )
2168.23 s
[uri-encode] [1 of 1] Compiling Network.URI.Encode ( src/Network/URI/Encode.hs, dist/build/Network/URI/Encode.p_o )
2168.23 s
[uri-encode] Phase: checkPhase
2168.23 s
[uri-encode] Package has no test suites.
2168.23 s
[uri-encode] Phase: haddockPhase
2168.23 s
[uri-encode] Preprocessing library for uri-encode-1.5.0.7...
2168.23 s
[uri-encode] Running Haddock on library for uri-encode-1.5.0.7...
2168.23 s
[uri-encode] [1 of 1] Compiling Network.URI.Encode ( src/Network/URI/Encode.hs, nothing )
2168.23 s
[uri-encode] Haddock coverage:
2168.23 s
[uri-encode] Warning: 'ByteString' is out of scope.
2168.23 s
[uri-encode] If you qualify the identifier, haddock can try to link it anyway.
2168.23 s
[uri-encode] 100% ( 14 / 14) in 'Network.URI.Encode'
2168.23 s
[uri-encode] Documentation created: dist/doc/html/uri-encode/,
2168.23 s
[uri-encode] dist/doc/html/uri-encode/uri-encode.txt
2168.23 s
[uri-encode] Phase: installPhase
2168.23 s
[uri-encode] Installing library in /nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/uri-encode-1.5.0.7-IRUpK09afbeJ2BKiOPDppA
2168.23 s
[uri-encode] Phase: fixupPhase
2168.23 s
[uri-encode] shrinking RPATHs of ELF executables and libraries in /nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7
2168.23 s
[vector-th-unbox] Test suite sanity: PASS
2168.23 s
[vector-th-unbox] Test suite logged to: dist/test/vector-th-unbox-0.2.2-sanity.log
2168.23 s
[vector-th-unbox] 1 of 1 test suites (1 of 1 test cases) passed.
2168.23 s
[vector-th-unbox] Phase: haddockPhase
2168.23 s
[vector-th-unbox] Preprocessing library for vector-th-unbox-0.2.2...
2168.23 s
[vector-th-unbox] Running Haddock on library for vector-th-unbox-0.2.2...
2168.23 s
[vector-th-unbox] Warning: The documentation for the following packages are not installed. No
2168.23 s
[vector-th-unbox] links will be generated to these packages: vector-0.13.2.0
2168.23 s
[vector-th-unbox] [1 of 1] Compiling Data.Vector.Unboxed.Deriving ( Data/Vector/Unboxed/Deriving.hs, nothing )
2168.23 s
[vector-th-unbox] Haddock coverage:
2168.23 s
[vector-th-unbox] 100% ( 3 / 3) in 'Data.Vector.Unboxed.Deriving'
2168.23 s
[vector-th-unbox] Documentation created: dist/doc/html/vector-th-unbox/,
2168.23 s
[vector-th-unbox] dist/doc/html/vector-th-unbox/vector-th-unbox.txt
2168.23 s
[vector-th-unbox] Preprocessing test suite 'sanity' for vector-th-unbox-0.2.2...
2168.23 s
[vector-th-unbox] Phase: installPhase
2168.23 s
[vector-th-unbox] Installing library in /nix/store/3l11mq7hj4ilxjzi0hxxispzsgwi3w38-vector-th-unbox-0.2.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/vector-th-unbox-0.2.2-G9Rd0ywJiPeFTnBGbNb1xA
2168.23 s
[vector-th-unbox] Phase: fixupPhase
2168.23 s
[vector-th-unbox] shrinking RPATHs of ELF executables and libraries in /nix/store/3l11mq7hj4ilxjzi0hxxispzsgwi3w38-vector-th-unbox-0.2.2
2168.23 s
[vector-th-unbox] shrinking /nix/store/3l11mq7hj4ilxjzi0hxxispzsgwi3w38-vector-th-unbox-0.2.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/libHSvector-th-unbox-0.2.2-G9Rd0ywJiPeFTnBGbNb1xA-ghc9.10.3.so
2168.23 s
[vector-th-unbox] checking for references to /build/ in /nix/store/3l11mq7hj4ilxjzi0hxxispzsgwi3w38-vector-th-unbox-0.2.2...
2168.23 s
[vector-th-unbox] patching script interpreter paths in /nix/store/3l11mq7hj4ilxjzi0hxxispzsgwi3w38-vector-th-unbox-0.2.2
2168.23 s
[vector-th-unbox] stripping (with command strip and flags -S -p) in /nix/store/3l11mq7hj4ilxjzi0hxxispzsgwi3w38-vector-th-unbox-0.2.2/lib
2168.23 s
[vector-th-unbox] shrinking RPATHs of ELF executables and libraries in /nix/store/3iylxmfjs3k66wbqx90pg4j806l295kc-vector-th-unbox-0.2.2-doc
2168.23 s
[vector-th-unbox] checking for references to /build/ in /nix/store/3iylxmfjs3k66wbqx90pg4j806l295kc-vector-th-unbox-0.2.2-doc...
2168.23 s
[vector-th-unbox] patching script interpreter paths in /nix/store/3iylxmfjs3k66wbqx90pg4j806l295kc-vector-th-unbox-0.2.2-doc
2168.24 s
Building /nix/store/ggdsl4kxl5j2f9a0fqhl8djdn5f6ibnd-indexed-traversable-instances-0.1.2.drv
2168.30 s
Building /nix/store/43hifbc4my8y5ikfnip7m0k4i011znhp-string-conversions-0.4.0.1.drv
2168.37 s
Building /nix/store/9z1p712f55xvp2c49x7d9zp2x1nhm8wq-text-iso8601-0.1.1.drv
2168.37 s
[ListLike] Cases: 2274 Tried: 270 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:5:ByteString
2168.37 s
[ListLike] Cases: 2274 Tried: 271 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:6:ByteString.Lazy
2168.37 s
[ListLike] Cases: 2274 Tried: 272 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:7:Chars
2168.37 s
[ListLike] Cases: 2274 Tried: 273 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:8:Sequence Int
2168.37 s
[ListLike] Cases: 2274 Tried: 274 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:9:Sequence Bool
2168.37 s
[ListLike] Cases: 2274 Tried: 275 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:10:Sequence Char
2168.37 s
[ListLike] Cases: 2274 Tried: 276 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:11:Array Int Int
2168.37 s
[ListLike] Cases: 2274 Tried: 277 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:12:Array Int Bool
2168.37 s
[ListLike] Cases: 2274 Tried: 278 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:13:Array (Just Int)
2168.37 s
[ListLike] Cases: 2274 Tried: 279 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:14:DList Int
2168.37 s
[ListLike] Cases: 2274 Tried: 280 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:15:Vector Int
2168.37 s
[ListLike] Cases: 2274 Tried: 281 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:16:StorableVector Int
2168.37 s
[ListLike] Cases: 2274 Tried: 282 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:17:UnboxVector Int
2168.37 s
[ListLike] Cases: 2274 Tried: 283 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:18:Vector Bool
2168.37 s
[ListLike] Cases: 2274 Tried: 284 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:19:StorableVector Bool
2168.37 s
[ListLike] Cases: 2274 Tried: 285 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:20:UnboxVector Bool
2168.37 s
[ListLike] Cases: 2274 Tried: 286 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:21:Text
2168.37 s
[ListLike] Cases: 2274 Tried: 287 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:22:Text.Lazy
2168.37 s
[ListLike] Cases: 2274 Tried: 288 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:23:Text.Builder
2168.37 s
[ListLike] Cases: 2274 Tried: 289 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:24:UTF8 ByteString
2168.37 s
[ListLike] Cases: 2274 Tried: 290 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:1:length:25:UTF8 ByteString.Lazy
2168.37 s
[ListLike] Cases: 2274 Tried: 291 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:2:to/fromList:0:[Int]
2168.37 s
[ListLike] Cases: 2274 Tried: 292 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:2:to/fromList:1:MyList Int
2168.37 s
[ListLike] Cases: 2274 Tried: 293 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:2:to/fromList:2:String
2168.37 s
[ListLike] Cases: 2274 Tried: 294 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:2:to/fromList:3:[Bool]
2168.37 s
[ListLike] Cases: 2274 Tried: 295 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:2:to/fromList:4:MyList Bool
2168.37 s
[ListLike] Cases: 2274 Tried: 296 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2168.37 s
[ListLike] Testing 2:ListLike:2:to/fromList:5:ByteString
2168.37 s
[attoparsec] "\NUL"
2168.37 s
[attoparsec] '\NUL' /= '\n'
2168.37 s
[attoparsec]
2168.37 s
[attoparsec] ('\NUL',Nothing) /= ('\r',Just '\n')
2168.37 s
[attoparsec] notChar: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] peekChar: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] peekChar': OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] satisfy: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] satisfyWith: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] scan: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] skip: OK
2168.37 s
[attoparsec] +++ OK, failed as expected. Falsified (after 3 tests and 18 shrinks):
2168.37 s
[attoparsec] 'a'
2168.37 s
[attoparsec] "a"
2168.37 s
[attoparsec] not ('a' < 'a')
2168.37 s
[attoparsec] skipWhile: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] string: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] strings: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] stringCI: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] take: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] takeText: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] takeCount: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] takeLazyText: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] takeTill: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] takeWhile: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] takeWhile1: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] takeWhile1_empty: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] members: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] nonmembers: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] FastSet
2168.37 s
[attoparsec] membership is correct: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec] Regressions
2168.37 s
[attoparsec] issue105: OK
2168.37 s
[attoparsec] +++ OK, passed 100 tests.
2168.37 s
[attoparsec]
2168.37 s
[attoparsec] 1 out of 70 tests failed (0.13s)
2168.37 s
[attoparsec] Test suite attoparsec-tests: FAIL
2168.37 s
[attoparsec] Test suite logged to: dist/test/attoparsec-0.14.4-attoparsec-tests.log
2168.37 s
[attoparsec] 0 of 1 test suites (0 of 1 test cases) passed.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Record1W Covered
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Record3W Covered
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Record1WS Covered
2168.37 s
[barbies] bmap id = id: OK (0.02s)
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Record3WS Covered
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Ignore1
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Sum3
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] SumRec
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Sum3W Covered
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] SumRecW Covered
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] CompositeRecord
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] NestedF
2168.37 s
[barbies] bmap id = id: OK (0.01s)
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.02s)
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Nested2F
2168.37 s
[barbies] bmap id = id: OK (0.01s)
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.02s)
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] CompositeRecordW Covered
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] NestedFW Covered
2168.37 s
[barbies] bmap id = id: OK (0.01s)
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.02s)
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Nested2FW Covered
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.02s)
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] ParF Maybe
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Flip (* -> *) * (Record0 * *) ()
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Flip (* -> *) * (Record1 *) ()
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Flip (* -> *) * (Record3 *) ()
2168.37 s
[barbies] bmap id = id: OK (0.01s)
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Flip (* -> *) * (Record1S *) ()
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Flip (* -> *) * (Record3S *) ()
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Flip (* -> *) * (Ignore1 *) ()
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[barbies] Flip (* -> *) * (Sum3 *) ()
2168.37 s
[barbies] bmap id = id: OK
2168.37 s
[barbies] +++ OK, passed 100 tests.
2168.37 s
[binary-orphans] Phase: setupCompilerEnvironmentPhase
2168.37 s
[binary-orphans] Build with /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3.
2168.37 s
[binary-orphans] Phase: unpackPhase
2168.37 s
[binary-orphans] unpacking source archive /nix/store/jblzi9rqh58x42czcmr51grb8qmk2sq2-binary-orphans-1.0.5.tar.gz
2168.37 s
[binary-orphans] source root is binary-orphans-1.0.5
2168.37 s
[binary-orphans] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "binary-orphans-1.0.5/test/Tests.hs"
2168.37 s
[binary-orphans] Phase: patchPhase
2168.37 s
[binary-orphans] stacklock2nix: replace Cabal file with revision from /nix/store/g81gb00p9zgg3njjfpcdjxlhj2b8rqh5-binary-orphans-cabal-1.0.5.
2168.37 s
[binary-orphans] Phase: compileBuildDriverPhase
2168.37 s
[binary-orphans] setupCompileFlags: -package-db=/build/tmp.pPkRrUerWg/setup-package.conf.d -threaded
2168.37 s
[binary-orphans] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.pPkRrUerWg/Main.o )
2168.37 s
[binary-orphans] [2 of 2] Linking Setup
2168.37 s
[binary-orphans] Phase: updateAutotoolsGnuConfigScriptsPhase
2168.37 s
[binary-orphans] Phase: configurePhase
2168.37 s
[binary-orphans] configureFlags: --verbose --prefix=/nix/store/3l8iqfxq026k2wfxiaj9vlzyzzmz5bsr-binary-orphans-1.0.5 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/9v05m011gn90j8mm0zzqfdw6q79d4mq5-binary-orphans-1.0.5-doc/share/doc/binary-orphans-1.0.5 --with-gcc=gcc --package-db=/build/tmp.pPkRrUerWg/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/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/bkicgvyymba52ijm1z5zs96dsqqi59lp-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
2168.37 s
[binary-orphans] Using Parsec parser
2168.37 s
[binary-orphans] Configuring binary-orphans-1.0.5...
2168.37 s
[binary-orphans] Dependency base >=4.12.0.0 && <4.22: using base-4.20.2.0
2168.37 s
[binary-orphans] Dependency binary >=0.8.6.0 && <0.8.10: using binary-0.8.9.3
2168.37 s
[binary-orphans] Dependency OneTuple >=0.3 && <0.5: using OneTuple-0.4.2
2168.37 s
[binary-orphans] Dependency QuickCheck >=2.13.1 && <2.16: using QuickCheck-2.15.0.1
2168.37 s
[binary-orphans] Dependency base: using base-4.20.2.0
2168.37 s
[binary-orphans] Dependency binary: using binary-0.8.9.3
2168.37 s
[binary-orphans] Dependency binary-orphans: using binary-orphans-1.0.5
2168.37 s
[binary-orphans] Dependency quickcheck-instances >=0.3.28 && <0.4: using
2168.37 s
[binary-orphans] quickcheck-instances-0.3.33
2168.37 s
[binary-orphans] Dependency tagged >=0.8.6 && <0.9: using tagged-0.8.9
2168.37 s
[binary-orphans] Dependency tasty >=0.10.1.2 && <1.6: using tasty-1.5.3
2168.37 s
[binary-orphans] Dependency tasty-quickcheck >=0.8.3.2 && <0.12: using tasty-quickcheck-0.11.1
2168.37 s
[binary-orphans] Source component graph:
2168.37 s
[binary-orphans] component lib
2168.37 s
[binary-orphans] component test:binary-orphans-test dependency lib
2168.37 s
[binary-orphans] Configured component graph:
2168.37 s
[binary-orphans] component binary-orphans-1.0.5-AIwi4YLU1sYHlnVog5wo4V
2168.37 s
[binary-orphans] include base-4.20.2.0-edab
2168.37 s
[binary-orphans] include binary-0.8.9.3-f331
2168.37 s
[binary-orphans] component binary-orphans-1.0.5-A9gS8fSdoXeKYCdnlbiPQg-binary-orphans-test
2168.37 s
[binary-orphans] include OneTuple-0.4.2-9h4SfgOLPmP7ga5b3I4Dk6
2168.37 s
[binary-orphans] include QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
2168.37 s
[binary-orphans] include base-4.20.2.0-edab
2168.37 s
[binary-orphans] include binary-0.8.9.3-f331
2168.37 s
[binary-orphans] include binary-orphans-1.0.5-AIwi4YLU1sYHlnVog5wo4V
2168.37 s
[binary-orphans] include quickcheck-instances-0.3.33-H3I0Ol1Q3TZDDcK6b9G8lX
2168.37 s
[binary-orphans] include tagged-0.8.9-Fvxuro0CfIjAHcxhMGiznN
2168.37 s
[binary-orphans] include tasty-1.5.3-76yi2z8nymJChOrNxwslOM
2168.37 s
[binary-orphans] include tasty-quickcheck-0.11.1-JdRPuAV0VUkJapijQUkRuP
2168.37 s
[binary-orphans] Linked component graph:
2168.37 s
[binary-orphans] unit binary-orphans-1.0.5-AIwi4YLU1sYHlnVog5wo4V
2168.37 s
[binary-orphans] include base-4.20.2.0-edab
2168.37 s
[binary-orphans] include binary-0.8.9.3-f331
2168.45 s
[comonad:post-build] Uploading to the NixCI cache: /nix/store/clc13rv3y0myil8b7rqcjwb70spqxicx-comonad-5.0.9-doc /nix/store/ygz0dp6rgrxn8c49h61di1bqhjbmjjfr-comonad-5.0.9
2168.51 s
[comonad:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2168.73 s
[comonad:post-build] copying 2 paths...
2168.73 s
[comonad:post-build] copying path '/nix/store/clc13rv3y0myil8b7rqcjwb70spqxicx-comonad-5.0.9-doc' to 'https://cache.nix-ci.com'...
2169.19 s
[comonad:post-build] copying path '/nix/store/ygz0dp6rgrxn8c49h61di1bqhjbmjjfr-comonad-5.0.9' to 'https://cache.nix-ci.com'...
2170.26 s
[comonad:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2170.55 s
[comonad:post-build] copying 2 paths...
2170.55 s
[comonad:post-build] copying path '/nix/store/lll3jm9dmiqw0j7sg8zljhjz0gifyzwi-comonad-5.0.9.tar.gz.drv' to 'https://cache.nix-ci.com'...
2170.78 s
[comonad:post-build] copying path '/nix/store/nlpjnycxkfzj2d6zldv90dd5amgx4fpd-comonad-5.0.9.drv' to 'https://cache.nix-ci.com'...
2171.00 s
Progress: 404 of 553 built (15 building), 703 of 703 downloaded from cache
2171.00 s
[crypton-x509-store] component crypton-x509-store-1.6.12-5ISP7PrpIokDyHq4SFU9bU-test-x509-store
2171.00 s
[crypton-x509-store] include base-4.20.2.0-edab
2171.00 s
[crypton-x509-store] include bytestring-0.12.2.0-d4b6
2171.00 s
[crypton-x509-store] include crypton-x509-1.7.7-ATP7gePJgpoICZOtMi3mT4
2171.00 s
[crypton-x509-store] include crypton-x509-store-1.6.12-FaWpwAX07Rv28SX1mGW8IB
2171.00 s
[crypton-x509-store] include tasty-1.5.3-76yi2z8nymJChOrNxwslOM
2171.00 s
[crypton-x509-store] include tasty-hunit-0.10.2-5cKZt0ELjI1E7Rx0aBTwoZ
2171.00 s
[crypton-x509-store] Linked component graph:
2171.00 s
[crypton-x509-store] unit crypton-x509-store-1.6.12-FaWpwAX07Rv28SX1mGW8IB
2171.00 s
[crypton-x509-store] include asn1-encoding-0.9.6-FDUDW5P6PemDMeyXUtS9cb
2171.00 s
[crypton-x509-store] include asn1-types-0.3.4-1mjPmMOVdFnE9bY9MwgEII
2171.00 s
[crypton-x509-store] include base-4.20.2.0-edab
2171.00 s
[crypton-x509-store] include bytestring-0.12.2.0-d4b6
2171.00 s
[crypton-x509-store] include containers-0.7-8e24
2171.00 s
[crypton-x509-store] include crypton-1.0.4-5ZbGdzOZv2J45BL7B5DxVg
2171.00 s
[crypton-x509-store] include crypton-x509-1.7.7-ATP7gePJgpoICZOtMi3mT4
2171.00 s
[crypton-x509-store] include directory-1.3.8.5-0fd7
2171.00 s
[crypton-x509-store] include filepath-1.5.4.0-fef9
2171.00 s
[crypton-x509-store] include mtl-2.3.1-32a4
2171.00 s
[crypton-x509-store] include pem-0.2.4-70mp7dASX6V5E6Jys55w6C
2171.00 s
[crypton-x509-store] include unix-2.8.7.0-0188
2171.00 s
[crypton-x509-store] Data.X509.CertificateStore=crypton-x509-store-1.6.12-FaWpwAX07Rv28SX1mGW8IB:Data.X509.CertificateStore,Data.X509.File=crypton-x509-store-1.6.12-FaWpwAX07Rv28SX1mGW8IB:Data.X509.File,Data.X509.Memory=crypton-x509-store-1.6.12-FaWpwAX07Rv28SX1mGW8IB:Data.X509.Memory
2171.00 s
[crypton-x509-store] unit crypton-x509-store-1.6.12-5ISP7PrpIokDyHq4SFU9bU-test-x509-store
2171.00 s
[crypton-x509-store] include base-4.20.2.0-edab
2171.00 s
[crypton-x509-store] include bytestring-0.12.2.0-d4b6
2171.00 s
[crypton-x509-store] include crypton-x509-1.7.7-ATP7gePJgpoICZOtMi3mT4
2171.00 s
[crypton-x509-store] include crypton-x509-store-1.6.12-FaWpwAX07Rv28SX1mGW8IB
2171.00 s
[crypton-x509-store] include tasty-1.5.3-76yi2z8nymJChOrNxwslOM
2171.00 s
[crypton-x509-store] include tasty-hunit-0.10.2-5cKZt0ELjI1E7Rx0aBTwoZ
2171.00 s
[crypton-x509-store] Ready component graph:
2171.00 s
[crypton-x509-store] definite crypton-x509-store-1.6.12-FaWpwAX07Rv28SX1mGW8IB
2171.00 s
[crypton-x509-store] depends asn1-encoding-0.9.6-FDUDW5P6PemDMeyXUtS9cb
2171.00 s
[crypton-x509-store] depends asn1-types-0.3.4-1mjPmMOVdFnE9bY9MwgEII
2171.00 s
[crypton-x509-store] depends base-4.20.2.0-edab
2171.00 s
[crypton-x509-store] depends bytestring-0.12.2.0-d4b6
2171.00 s
[crypton-x509-store] depends containers-0.7-8e24
2171.00 s
[crypton-x509-store] depends crypton-1.0.4-5ZbGdzOZv2J45BL7B5DxVg
2171.00 s
[crypton-x509-store] depends crypton-x509-1.7.7-ATP7gePJgpoICZOtMi3mT4
2171.00 s
[crypton-x509-store] depends directory-1.3.8.5-0fd7
2171.00 s
[crypton-x509-store] depends filepath-1.5.4.0-fef9
2171.00 s
[crypton-x509-store] depends mtl-2.3.1-32a4
2171.00 s
[crypton-x509-store] depends pem-0.2.4-70mp7dASX6V5E6Jys55w6C
2171.00 s
[crypton-x509-store] depends unix-2.8.7.0-0188
2171.00 s
[crypton-x509-store] definite crypton-x509-store-1.6.12-5ISP7PrpIokDyHq4SFU9bU-test-x509-store
2171.00 s
[crypton-x509-store] depends base-4.20.2.0-edab
2171.00 s
[crypton-x509-store] depends bytestring-0.12.2.0-d4b6
2171.00 s
[crypton-x509-store] depends crypton-x509-1.7.7-ATP7gePJgpoICZOtMi3mT4
2171.00 s
[crypton-x509-store] depends crypton-x509-store-1.6.12-FaWpwAX07Rv28SX1mGW8IB
2171.00 s
[crypton-x509-store] depends tasty-1.5.3-76yi2z8nymJChOrNxwslOM
2171.00 s
[crypton-x509-store] depends tasty-hunit-0.10.2-5cKZt0ELjI1E7Rx0aBTwoZ
2171.00 s
[crypton-x509-store] Using Cabal-3.12.1.0 compiled by ghc-9.10
2171.00 s
[crypton-x509-store] Using compiler: ghc-9.10.3
2171.00 s
[crypton-x509-store] Using install prefix:
2171.00 s
[crypton-x509-store] /nix/store/137kznfa1zsxw3q352a82rdimhm2hsh4-crypton-x509-store-1.6.12
2171.00 s
[crypton-x509-store] Executables installed in:
2171.00 s
[crypton-x509-store] /nix/store/137kznfa1zsxw3q352a82rdimhm2hsh4-crypton-x509-store-1.6.12/bin
2171.00 s
[crypton-x509-store] Libraries installed in:
2171.00 s
[crypton-x509-store] /nix/store/137kznfa1zsxw3q352a82rdimhm2hsh4-crypton-x509-store-1.6.12/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/crypton-x509-store-1.6.12-FaWpwAX07Rv28SX1mGW8IB
2171.00 s
[crypton-x509-store] Dynamic Libraries installed in:
2171.00 s
[crypton-x509-store] /nix/store/137kznfa1zsxw3q352a82rdimhm2hsh4-crypton-x509-store-1.6.12/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
2171.00 s
[crypton-x509-store] Private executables installed in:
2171.00 s
[crypton-x509-store] /nix/store/137kznfa1zsxw3q352a82rdimhm2hsh4-crypton-x509-store-1.6.12/libexec/x86_64-linux-ghc-9.10.3-2929/crypton-x509-store-1.6.12
2171.00 s
[crypton-x509-store] Data files installed in:
2171.00 s
[crypton-x509-store] /nix/store/137kznfa1zsxw3q352a82rdimhm2hsh4-crypton-x509-store-1.6.12/share/x86_64-linux-ghc-9.10.3-2929/crypton-x509-store-1.6.12
2171.00 s
[crypton-x509-store] Documentation installed in:
2171.00 s
[crypton-x509-store] /nix/store/2ywmbzmij23xpz12d06ha2s4lqm6nk5w-crypton-x509-store-1.6.12-doc/share/doc/crypton-x509-store-1.6.12
2171.00 s
[crypton-x509-store] Configuration files installed in:
2171.00 s
[crypton-x509-store] /nix/store/137kznfa1zsxw3q352a82rdimhm2hsh4-crypton-x509-store-1.6.12/etc
2171.00 s
[crypton-x509-store] No alex found
2171.00 s
[crypton-x509-store] Using ar found on system at:
2171.00 s
[crypton-x509-store] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
2171.00 s
[crypton-x509-store] No c2hs found
2171.00 s
[crypton-x509-store] No cpphs found
2171.00 s
[crypton-x509-store] No doctest found
2171.00 s
[crypton-x509-store] Using gcc version 14.3.0 given by user at:
2171.00 s
[crypton-x509-store] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
2171.00 s
[extra] Phase: setupCompilerEnvironmentPhase
2171.00 s
[extra] Build with /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3.
2171.00 s
[extra] Phase: unpackPhase
2171.00 s
[extra] unpacking source archive /nix/store/3nprda3kdyhj8zkmv2z32yi6n0gwc966-extra-1.8.1.tar.gz
2171.00 s
[extra] source root is extra-1.8.1
2171.00 s
[extra] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "extra-1.8.1/test/TestUtil.hs"
2171.00 s
[extra] Phase: patchPhase
2171.00 s
[extra] stacklock2nix: replace Cabal file with revision from /nix/store/fzsv697hx0wkci3v1gslkrgwh7z3cl77-extra-cabal-1.8.1.
2171.00 s
[extra] Phase: compileBuildDriverPhase
2171.00 s
[extra] setupCompileFlags: -package-db=/build/tmp.yvmciME7J5/setup-package.conf.d -threaded
2171.00 s
[extra] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.yvmciME7J5/Main.o )
2171.00 s
[extra] [2 of 2] Linking Setup
2171.00 s
[extra] Phase: updateAutotoolsGnuConfigScriptsPhase
2171.00 s
[extra] Phase: configurePhase
2171.00 s
[extra] configureFlags: --verbose --prefix=/nix/store/34nrwks1qc1bbmj8q4xfzdjdc3s7nh8v-extra-1.8.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/yy4hxi9kq2qrakd5ax07pw9mxnjmazs8-extra-1.8.1-doc/share/doc/extra-1.8.1 --with-gcc=gcc --package-db=/build/tmp.yvmciME7J5/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/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/bkicgvyymba52ijm1z5zs96dsqqi59lp-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
2171.00 s
[extra] Using Parsec parser
2171.00 s
[extra] Configuring extra-1.8.1...
2171.00 s
[extra] Dependency base >=4.9 && <5: using base-4.20.2.0
2171.00 s
[extra] Dependency clock >=0.7: using clock-0.8.4
2171.00 s
[extra] Dependency directory: using directory-1.3.8.5
2171.00 s
[extra] Dependency filepath: using filepath-1.5.4.0
2171.00 s
[extra] Dependency process: using process-1.6.26.1
2171.00 s
[extra] Dependency time: using time-1.12.2
2171.00 s
[extra] Dependency unix: using unix-2.8.7.0
2171.00 s
[extra] Dependency QuickCheck >=2.10: using QuickCheck-2.15.0.1
2171.00 s
[extra] Dependency base >=4 && <5: using base-4.20.2.0
2171.00 s
[extra] Dependency directory: using directory-1.3.8.5
2171.00 s
[extra] Dependency extra: using extra-1.8.1
2171.00 s
[extra] Dependency filepath: using filepath-1.5.4.0
2171.00 s
[extra] Dependency quickcheck-instances >=0.3.17: using quickcheck-instances-0.3.33
2171.00 s
[extra] Dependency unix: using unix-2.8.7.0
2171.00 s
[extra] Source component graph:
2171.00 s
[extra] component lib
2171.00 s
[extra] component test:extra-test dependency lib
2171.00 s
[extra] Configured component graph:
2171.00 s
[extra] component extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO
2171.01 s
[extra] include base-4.20.2.0-edab
2171.01 s
[extra] include clock-0.8.4-FIyQVXCrf9IBkdVdjOlq40
2171.01 s
[extra] include directory-1.3.8.5-0fd7
2171.01 s
[extra] include filepath-1.5.4.0-fef9
2171.01 s
[extra] include process-1.6.26.1-f38f
2171.01 s
[extra] include time-1.12.2-dceb
2171.01 s
[extra] include unix-2.8.7.0-0188
2171.01 s
[extra] component extra-1.8.1-GXI7QsyHCaX6ymXUobiQM1-extra-test
2171.01 s
[extra] include QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
2171.01 s
[extra] include base-4.20.2.0-edab
2171.01 s
[extra] include directory-1.3.8.5-0fd7
2171.01 s
[extra] include extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO
2171.01 s
[extra] include filepath-1.5.4.0-fef9
2171.01 s
[extra] include quickcheck-instances-0.3.33-H3I0Ol1Q3TZDDcK6b9G8lX
2171.01 s
[extra] include unix-2.8.7.0-0188
2171.01 s
[extra] Linked component graph:
2171.01 s
[extra] unit extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO
2171.01 s
[extra] include base-4.20.2.0-edab
2171.01 s
[extra] include clock-0.8.4-FIyQVXCrf9IBkdVdjOlq40
2171.01 s
[extra] include directory-1.3.8.5-0fd7
2171.01 s
[extra] include filepath-1.5.4.0-fef9
2171.01 s
[extra] include process-1.6.26.1-f38f
2171.01 s
[haskell-src-meta] include pretty-1.1.3.6-a771
2171.01 s
[haskell-src-meta] include syb-0.7.2.4-JkJbdCEi2UWBzhzVQUlw85
2171.01 s
[haskell-src-meta] include template-haskell-2.22.0.0-bcc5
2171.01 s
[haskell-src-meta] include th-orphans-0.13.16-5Png33DmPzF2dXd6l4LmxA
2171.01 s
[haskell-src-meta] component haskell-src-meta-0.8.15-4HxuFJYvnsJJgA1If46svp-examples
2171.01 s
[haskell-src-meta] include base-4.20.2.0-edab
2171.01 s
[haskell-src-meta] include containers-0.7-8e24
2171.01 s
[haskell-src-meta] include haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM
2171.01 s
[haskell-src-meta] include pretty-1.1.3.6-a771
2171.01 s
[haskell-src-meta] include syb-0.7.2.4-JkJbdCEi2UWBzhzVQUlw85
2171.01 s
[haskell-src-meta] include template-haskell-2.22.0.0-bcc5
2171.01 s
[haskell-src-meta] component haskell-src-meta-0.8.15-IKqYpt80cx3EuDi33xcGVn-splices
2171.01 s
[haskell-src-meta] include base-4.20.2.0-edab
2171.01 s
[haskell-src-meta] include haskell-src-exts-1.23.1-GhMFp5uVAEHKQUEVjYILmQ
2171.01 s
[haskell-src-meta] include haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM
2171.01 s
[haskell-src-meta] include template-haskell-2.22.0.0-bcc5
2171.01 s
[haskell-src-meta] component haskell-src-meta-0.8.15-3zzcsJnq7mLIUyOu2qeGR8-unit
2171.01 s
[haskell-src-meta] include HUnit-1.6.2.0-J9UIViJzRBNHDK0ikBmCM1
2171.01 s
[haskell-src-meta] include base-4.20.2.0-edab
2171.01 s
[haskell-src-meta] include haskell-src-exts-1.23.1-GhMFp5uVAEHKQUEVjYILmQ
2171.01 s
[haskell-src-meta] include haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM
2171.01 s
[haskell-src-meta] include pretty-1.1.3.6-a771
2171.01 s
[haskell-src-meta] include tasty-1.5.3-76yi2z8nymJChOrNxwslOM
2171.01 s
[haskell-src-meta] include tasty-hunit-0.10.2-5cKZt0ELjI1E7Rx0aBTwoZ
2171.01 s
[haskell-src-meta] include template-haskell-2.22.0.0-bcc5
2171.01 s
[haskell-src-meta] Linked component graph:
2171.01 s
[haskell-src-meta] unit haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM
2171.01 s
[haskell-src-meta] include base-4.20.2.0-edab
2171.01 s
[haskell-src-meta] include haskell-src-exts-1.23.1-GhMFp5uVAEHKQUEVjYILmQ
2171.01 s
[haskell-src-meta] include pretty-1.1.3.6-a771
2171.01 s
[haskell-src-meta] include syb-0.7.2.4-JkJbdCEi2UWBzhzVQUlw85
2171.01 s
[haskell-src-meta] include template-haskell-2.22.0.0-bcc5
2171.01 s
[haskell-src-meta] include th-orphans-0.13.16-5Png33DmPzF2dXd6l4LmxA
2171.01 s
[haskell-src-meta] Language.Haskell.Meta=haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM:Language.Haskell.Meta,Language.Haskell.Meta.Extensions=haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM:Language.Haskell.Meta.Extensions,Language.Haskell.Meta.Parse=haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM:Language.Haskell.Meta.Parse,Language.Haskell.Meta.Syntax.Translate=haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM:Language.Haskell.Meta.Syntax.Translate,Language.Haskell.Meta.Utils=haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM:Language.Haskell.Meta.Utils
2171.01 s
[haskell-src-meta] unit haskell-src-meta-0.8.15-4HxuFJYvnsJJgA1If46svp-examples
2171.01 s
[haskell-src-meta] include base-4.20.2.0-edab
2171.01 s
[haskell-src-meta] include containers-0.7-8e24
2171.01 s
[haskell-src-meta] include haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM
2171.01 s
[haskell-src-meta] include pretty-1.1.3.6-a771
2171.01 s
[haskell-src-meta] include syb-0.7.2.4-JkJbdCEi2UWBzhzVQUlw85
2171.01 s
[haskell-src-meta] include template-haskell-2.22.0.0-bcc5
2171.01 s
[haskell-src-meta] unit haskell-src-meta-0.8.15-IKqYpt80cx3EuDi33xcGVn-splices
2171.01 s
[haskell-src-meta] include base-4.20.2.0-edab
2171.01 s
[haskell-src-meta] include haskell-src-exts-1.23.1-GhMFp5uVAEHKQUEVjYILmQ
2171.01 s
[haskell-src-meta] include haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM
2171.01 s
[haskell-src-meta] include template-haskell-2.22.0.0-bcc5
2171.01 s
[haskell-src-meta] unit haskell-src-meta-0.8.15-3zzcsJnq7mLIUyOu2qeGR8-unit
2171.01 s
[haskell-src-meta] include HUnit-1.6.2.0-J9UIViJzRBNHDK0ikBmCM1
2171.01 s
[haskell-src-meta] include base-4.20.2.0-edab
2171.01 s
[haskell-src-meta] include haskell-src-exts-1.23.1-GhMFp5uVAEHKQUEVjYILmQ
2171.01 s
[haskell-src-meta] include haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM
2171.01 s
[haskell-src-meta] include pretty-1.1.3.6-a771
2171.01 s
[haskell-src-meta] include tasty-1.5.3-76yi2z8nymJChOrNxwslOM
2171.01 s
[haskell-src-meta] include tasty-hunit-0.10.2-5cKZt0ELjI1E7Rx0aBTwoZ
2171.01 s
[haskell-src-meta] include template-haskell-2.22.0.0-bcc5
2171.01 s
[haskell-src-meta] Ready component graph:
2171.01 s
[haskell-src-meta] definite haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM
2171.01 s
[haskell-src-meta] depends base-4.20.2.0-edab
2171.01 s
[haskell-src-meta] depends haskell-src-exts-1.23.1-GhMFp5uVAEHKQUEVjYILmQ
2171.01 s
[haskell-src-meta] depends pretty-1.1.3.6-a771
2171.01 s
[haskell-src-meta] depends syb-0.7.2.4-JkJbdCEi2UWBzhzVQUlw85
2171.01 s
[haskell-src-meta] depends template-haskell-2.22.0.0-bcc5
2171.01 s
[haskell-src-meta] depends th-orphans-0.13.16-5Png33DmPzF2dXd6l4LmxA
2171.01 s
[haskell-src-meta] definite haskell-src-meta-0.8.15-3zzcsJnq7mLIUyOu2qeGR8-unit
2171.01 s
[haskell-src-meta] depends HUnit-1.6.2.0-J9UIViJzRBNHDK0ikBmCM1
2171.01 s
[haskell-src-meta] depends base-4.20.2.0-edab
2171.01 s
[haskell-src-meta] depends haskell-src-exts-1.23.1-GhMFp5uVAEHKQUEVjYILmQ
2171.01 s
[haskell-src-meta] depends haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM
2171.01 s
[haskell-src-meta] depends pretty-1.1.3.6-a771
2171.01 s
[haskell-src-meta] depends tasty-1.5.3-76yi2z8nymJChOrNxwslOM
2171.01 s
[haskell-src-meta] depends tasty-hunit-0.10.2-5cKZt0ELjI1E7Rx0aBTwoZ
2171.01 s
[haskell-src-meta] depends template-haskell-2.22.0.0-bcc5
2171.01 s
[http-types] Phase: setupCompilerEnvironmentPhase
2171.01 s
[http-types] Build with /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3.
2171.01 s
[http-types] Phase: unpackPhase
2171.01 s
[http-types] unpacking source archive /nix/store/lqhbb8fzlzkkmxxgnrd3nna1aya2a15p-http-types-0.12.4.tar.gz
2171.01 s
[http-types] source root is http-types-0.12.4
2171.01 s
[http-types] setting SOURCE_DATE_EPOCH to timestamp 1701311631 of file "http-types-0.12.4/http-types.cabal"
2171.01 s
[http-types] Phase: patchPhase
2171.01 s
[http-types] stacklock2nix: replace Cabal file with revision from /nix/store/d2qjrk5p3j7g8yp4dwk8mmj6lp2xd9cr-http-types-cabal-0.12.4.
2171.01 s
[http-types] Phase: compileBuildDriverPhase
2171.01 s
[http-types] setupCompileFlags: -package-db=/build/tmp.Nkkx0jglja/setup-package.conf.d -threaded
2171.01 s
[http-types] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Nkkx0jglja/Main.o )
2171.01 s
[http-types] [2 of 2] Linking Setup
2171.01 s
[http-types] Phase: updateAutotoolsGnuConfigScriptsPhase
2171.01 s
[http-types] Phase: configurePhase
2171.01 s
[http-types] configureFlags: --verbose --prefix=/nix/store/jxjj7rjppkawyfvhfvnrljmirpnsw38p-http-types-0.12.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/9al04hrskwsb7a2pap58fb74w33808sa-http-types-0.12.4-doc/share/doc/http-types-0.12.4 --with-gcc=gcc --package-db=/build/tmp.Nkkx0jglja/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/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/bkicgvyymba52ijm1z5zs96dsqqi59lp-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/lib
2171.01 s
[http-types] Using Parsec parser
2171.01 s
[http-types] Configuring http-types-0.12.4...
2171.01 s
[http-types] Dependency array >=0.2 && <0.6: using array-0.5.8.0
2171.01 s
[http-types] Dependency base >=4 && <5: using base-4.20.2.0
2171.01 s
[http-types] Dependency bytestring >=0.10.4.0 && <1.0: using bytestring-0.12.2.0
2171.01 s
[http-types] Dependency case-insensitive >=0.2 && <1.3: using case-insensitive-1.2.1.0
2171.01 s
[http-types] Dependency text >=0.11.0.2: using text-2.1.3
2171.01 s
[http-types] Dependency QuickCheck: using QuickCheck-2.15.0.1
2171.01 s
[http-types] Dependency base: using base-4.20.2.0
2171.01 s
[http-types] Dependency bytestring: using bytestring-0.12.2.0
2171.01 s
[http-types] Dependency hspec >=1.3: using hspec-2.11.14
2171.01 s
[http-types] Dependency http-types: using http-types-0.12.4
2171.01 s
[http-types] Dependency quickcheck-instances: using quickcheck-instances-0.3.33
2171.01 s
[http-types] Dependency text: using text-2.1.3
2171.01 s
[http-types] Dependency base: using base-4.20.2.0
2171.01 s
[http-types] Dependency doctest >=0.9.3: using doctest-0.24.2
2171.01 s
[http-types] Source component graph:
2171.01 s
[http-types] component test:doctests
2171.01 s
[http-types] component lib
2171.01 s
[http-types] component test:spec dependency lib
2171.01 s
[http-types] Configured component graph:
2171.01 s
[http-types] component http-types-0.12.4-1owhyDxzRoXFojQprwOg5J-doctests
2171.01 s
[http-types] include base-4.20.2.0-edab
2171.01 s
[http-types] include doctest-0.24.2-4tBnFFtIaXeIyBc6YG5eRd
2171.01 s
[http-types] component http-types-0.12.4-CPC9WF068mv4aqiQrmr6fn
2171.01 s
[http-types] include array-0.5.8.0-f015
2171.01 s
[http-types] include base-4.20.2.0-edab
2171.01 s
[http-types] include bytestring-0.12.2.0-d4b6
2171.01 s
[http-types] include case-insensitive-1.2.1.0-1noARxZ9jg0Gp1ez7UT0AT
2171.01 s
[http-types] include text-2.1.3-afaf
2171.01 s
[http-types] component http-types-0.12.4-3nysQIVzZhHKNRipHffPyr-spec
2171.01 s
[http-types] include QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
2171.01 s
[http-types] include base-4.20.2.0-edab
2171.01 s
[http-types] include bytestring-0.12.2.0-d4b6
2171.01 s
[http-types] include hspec-2.11.14-HsLiVUmjJGcL8Xrb9QYMtO
2171.01 s
[http-types] include http-types-0.12.4-CPC9WF068mv4aqiQrmr6fn
2171.01 s
[mwc-random] Documentation created: dist/doc/html/mwc-random/,
2171.01 s
[mwc-random] dist/doc/html/mwc-random/mwc-random.txt
2171.01 s
[mwc-random] Phase: installPhase
2171.01 s
[mwc-random] Installing library in /nix/store/116zqlfl67x8zcw01qbxr03lnkzr8jig-mwc-random-0.15.2.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/mwc-random-0.15.2.0-GYQhD2rIthC3oQ8DiCFqoE
2171.01 s
[mwc-random] Phase: fixupPhase
2171.01 s
[mwc-random] shrinking RPATHs of ELF executables and libraries in /nix/store/116zqlfl67x8zcw01qbxr03lnkzr8jig-mwc-random-0.15.2.0
2171.01 s
[mwc-random] shrinking /nix/store/116zqlfl67x8zcw01qbxr03lnkzr8jig-mwc-random-0.15.2.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/libHSmwc-random-0.15.2.0-GYQhD2rIthC3oQ8DiCFqoE-ghc9.10.3.so
2171.01 s
[mwc-random] checking for references to /build/ in /nix/store/116zqlfl67x8zcw01qbxr03lnkzr8jig-mwc-random-0.15.2.0...
2171.01 s
[mwc-random] patching script interpreter paths in /nix/store/116zqlfl67x8zcw01qbxr03lnkzr8jig-mwc-random-0.15.2.0
2171.01 s
[mwc-random] stripping (with command strip and flags -S -p) in /nix/store/116zqlfl67x8zcw01qbxr03lnkzr8jig-mwc-random-0.15.2.0/lib
2171.01 s
[mwc-random] shrinking RPATHs of ELF executables and libraries in /nix/store/j2zdp0hziq6cf92zj9f0mw2x7jpdzqmd-mwc-random-0.15.2.0-doc
2171.01 s
[mwc-random] checking for references to /build/ in /nix/store/j2zdp0hziq6cf92zj9f0mw2x7jpdzqmd-mwc-random-0.15.2.0-doc...
2171.01 s
[mwc-random] patching script interpreter paths in /nix/store/j2zdp0hziq6cf92zj9f0mw2x7jpdzqmd-mwc-random-0.15.2.0-doc
2171.01 s
[unison-util-cache] shrinking RPATHs of ELF executables and libraries in /nix/store/9rv10w62zkaf4mi551kx5p9cj4pkdnqc-unison-util-cache-0.0.0-doc
2171.01 s
[unison-util-cache] checking for references to /build/ in /nix/store/9rv10w62zkaf4mi551kx5p9cj4pkdnqc-unison-util-cache-0.0.0-doc...
2171.01 s
[unison-util-cache] patching script interpreter paths in /nix/store/9rv10w62zkaf4mi551kx5p9cj4pkdnqc-unison-util-cache-0.0.0-doc
2171.01 s
[uri-encode] shrinking /nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/libHSuri-encode-1.5.0.7-IRUpK09afbeJ2BKiOPDppA-ghc9.10.3.so
2171.01 s
[uri-encode] checking for references to /build/ in /nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7...
2171.01 s
[uri-encode] patching script interpreter paths in /nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7
2171.01 s
[uri-encode] stripping (with command strip and flags -S -p) in /nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7/lib
2171.01 s
[uri-encode] shrinking RPATHs of ELF executables and libraries in /nix/store/9vlad2xj1pc2hhw71qwx0bh63miy62n0-uri-encode-1.5.0.7-doc
2171.01 s
[uri-encode] checking for references to /build/ in /nix/store/9vlad2xj1pc2hhw71qwx0bh63miy62n0-uri-encode-1.5.0.7-doc...
2171.01 s
[uri-encode] patching script interpreter paths in /nix/store/9vlad2xj1pc2hhw71qwx0bh63miy62n0-uri-encode-1.5.0.7-doc
2171.08 s
[vector-th-unbox:post-build] Uploading to the NixCI cache: /nix/store/3iylxmfjs3k66wbqx90pg4j806l295kc-vector-th-unbox-0.2.2-doc /nix/store/3l11mq7hj4ilxjzi0hxxispzsgwi3w38-vector-th-unbox-0.2.2
2171.13 s
[vector-th-unbox:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2171.33 s
[vector-th-unbox:post-build] copying 2 paths...
2171.33 s
[vector-th-unbox:post-build] copying path '/nix/store/3iylxmfjs3k66wbqx90pg4j806l295kc-vector-th-unbox-0.2.2-doc' to 'https://cache.nix-ci.com'...
2171.60 s
[vector-th-unbox:post-build] copying path '/nix/store/3l11mq7hj4ilxjzi0hxxispzsgwi3w38-vector-th-unbox-0.2.2' to 'https://cache.nix-ci.com'...
2171.98 s
[vector-th-unbox:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2172.25 s
[vector-th-unbox:post-build] copying 2 paths...
2172.25 s
[vector-th-unbox:post-build] copying path '/nix/store/lx4j1rayi43hy9g8mdkp2a88hf5f2z3b-vector-th-unbox-0.2.2.tar.gz.drv' to 'https://cache.nix-ci.com'...
2172.45 s
[vector-th-unbox:post-build] copying path '/nix/store/yx7zg0xxdm2vvhligcj2yngbw1afppkj-vector-th-unbox-0.2.2.drv' to 'https://cache.nix-ci.com'...
2172.70 s
Progress: 405 of 554 built (14 building), 703 of 703 downloaded from cache
2172.79 s
Building /nix/store/hc0b6ckq9y0ixc5hdrhjnn4pmbl6iz24-bifunctors-5.6.2.drv
2172.79 s
[ListLike] Cases: 2274 Tried: 297 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:6:ByteString.Lazy
2172.79 s
[ListLike] Cases: 2274 Tried: 298 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:7:Chars
2172.79 s
[ListLike] Cases: 2274 Tried: 299 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:8:Sequence Int
2172.79 s
[ListLike] Cases: 2274 Tried: 300 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:9:Sequence Bool
2172.79 s
[ListLike] Cases: 2274 Tried: 301 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:10:Sequence Char
2172.79 s
[ListLike] Cases: 2274 Tried: 302 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:11:Array Int Int
2172.79 s
[ListLike] Cases: 2274 Tried: 303 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:12:Array Int Bool
2172.79 s
[ListLike] Cases: 2274 Tried: 304 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:13:Array (Just Int)
2172.79 s
[ListLike] Cases: 2274 Tried: 305 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:14:DList Int
2172.79 s
[ListLike] Cases: 2274 Tried: 306 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:15:Vector Int
2172.79 s
[ListLike] Cases: 2274 Tried: 307 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:16:StorableVector Int
2172.79 s
[ListLike] Cases: 2274 Tried: 308 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:17:UnboxVector Int
2172.79 s
[ListLike] Cases: 2274 Tried: 309 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:18:Vector Bool
2172.79 s
[ListLike] Cases: 2274 Tried: 310 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:19:StorableVector Bool
2172.79 s
[ListLike] Cases: 2274 Tried: 311 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:20:UnboxVector Bool
2172.79 s
[ListLike] Cases: 2274 Tried: 312 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:21:Text
2172.79 s
[ListLike] Cases: 2274 Tried: 313 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:22:Text.Lazy
2172.79 s
[ListLike] Cases: 2274 Tried: 314 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:23:Text.Builder
2172.79 s
[ListLike] Cases: 2274 Tried: 315 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:24:UTF8 ByteString
2172.79 s
[ListLike] Cases: 2274 Tried: 316 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:2:to/fromList:25:UTF8 ByteString.Lazy
2172.79 s
[ListLike] Cases: 2274 Tried: 317 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:3:singleton:0:[Int]
2172.79 s
[ListLike] Cases: 2274 Tried: 318 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:3:singleton:1:MyList Int
2172.79 s
[ListLike] Cases: 2274 Tried: 319 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:3:singleton:2:String
2172.79 s
[ListLike] Cases: 2274 Tried: 320 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:3:singleton:3:[Bool]
2172.79 s
[ListLike] Cases: 2274 Tried: 321 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:3:singleton:4:MyList Bool
2172.79 s
[ListLike] Cases: 2274 Tried: 322 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:3:singleton:5:ByteString
2172.79 s
[ListLike] Cases: 2274 Tried: 323 Errors: 0 Failures: 0+++ OK, passed 100 tests.
2172.79 s
[ListLike] Testing 2:ListLike:3:singleton:6:ByteString.Lazy
2172.86 s
Progress: 405 of 552 built (14 building, 1 failed), 703 of 703 downloaded from cache
2172.87 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] Flip (* -> *) * (CompositeRecord *) ()
2172.87 s
[barbies] bmap id = id: OK (0.01s)
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] Flip (* -> *) * (SumRec *) ()
2172.87 s
[barbies] bmap id = id: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] Flip (* -> *) * (NestedF *) ()
2172.87 s
[barbies] bmap id = id: OK (0.01s)
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.01s)
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] Flip (* -> *) * (Nested2F *) ()
2172.87 s
[barbies] bmap id = id: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] Flip (* -> *) (* -> *) NestedB Maybe
2172.87 s
[barbies] bmap id = id: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] MixedBT Maybe
2172.87 s
[barbies] bmap id = id: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] Flip (* -> *) (* -> *) MixedBT Maybe
2172.87 s
[barbies] bmap id = id: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] Distributive Laws
2172.87 s
[barbies] Record0
2172.87 s
[barbies] naturality: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] identity: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] composition: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] Record1
2172.87 s
[barbies] naturality: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] identity: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] composition: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] Record1S
2172.87 s
[barbies] naturality: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] identity: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] composition: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] Record3S
2172.87 s
[barbies] naturality: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] identity: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] composition: OK (0.02s)
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] Record1W Covered
2172.87 s
[barbies] naturality: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] identity: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] composition: OK (0.01s)
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] Record3W Covered
2172.87 s
[barbies] naturality: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] identity: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] composition: OK (0.05s)
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] CompositeRecord
2172.87 s
[barbies] naturality: OK (0.02s)
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] identity: OK (0.02s)
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] composition: OK (0.02s)
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] Record1WS Covered
2172.87 s
[barbies] naturality: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] identity: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] composition: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] Record3WS Covered
2172.87 s
[barbies] naturality: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] identity: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] composition: OK (0.03s)
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] CompositeRecordW Covered
2172.87 s
[barbies] naturality: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] identity: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] composition: OK (0.05s)
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] Flip (* -> *) * (Record0 * *) ()
2172.87 s
[barbies] naturality: OK
2172.87 s
[barbies] +++ OK, passed 100 tests.
2172.87 s
[barbies] identity: OK
2172.87 s
[binary-orphans] Data.Binary.Orphans=binary-orphans-1.0.5-AIwi4YLU1sYHlnVog5wo4V:Data.Binary.Orphans
2172.87 s
[binary-orphans] unit binary-orphans-1.0.5-A9gS8fSdoXeKYCdnlbiPQg-binary-orphans-test
2172.87 s
[binary-orphans] include OneTuple-0.4.2-9h4SfgOLPmP7ga5b3I4Dk6
2172.87 s
[binary-orphans] include QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
2172.87 s
[binary-orphans] include base-4.20.2.0-edab
2172.87 s
[binary-orphans] include binary-0.8.9.3-f331
2172.87 s
[binary-orphans] include binary-orphans-1.0.5-AIwi4YLU1sYHlnVog5wo4V
2172.87 s
[binary-orphans] include quickcheck-instances-0.3.33-H3I0Ol1Q3TZDDcK6b9G8lX
2172.87 s
[binary-orphans] include tagged-0.8.9-Fvxuro0CfIjAHcxhMGiznN
2172.87 s
[binary-orphans] include tasty-1.5.3-76yi2z8nymJChOrNxwslOM
2172.87 s
[binary-orphans] include tasty-quickcheck-0.11.1-JdRPuAV0VUkJapijQUkRuP
2172.87 s
[binary-orphans] Ready component graph:
2172.87 s
[binary-orphans] definite binary-orphans-1.0.5-AIwi4YLU1sYHlnVog5wo4V
2172.87 s
[binary-orphans] depends base-4.20.2.0-edab
2172.87 s
[binary-orphans] depends binary-0.8.9.3-f331
2172.87 s
[binary-orphans] definite binary-orphans-1.0.5-A9gS8fSdoXeKYCdnlbiPQg-binary-orphans-test
2172.87 s
[binary-orphans] depends OneTuple-0.4.2-9h4SfgOLPmP7ga5b3I4Dk6
2172.87 s
[binary-orphans] depends QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
2172.87 s
[binary-orphans] depends base-4.20.2.0-edab
2172.87 s
[binary-orphans] depends binary-0.8.9.3-f331
2172.87 s
[binary-orphans] depends binary-orphans-1.0.5-AIwi4YLU1sYHlnVog5wo4V
2172.87 s
[binary-orphans] depends quickcheck-instances-0.3.33-H3I0Ol1Q3TZDDcK6b9G8lX
2172.87 s
[binary-orphans] depends tagged-0.8.9-Fvxuro0CfIjAHcxhMGiznN
2172.87 s
[binary-orphans] depends tasty-1.5.3-76yi2z8nymJChOrNxwslOM
2172.87 s
[binary-orphans] depends tasty-quickcheck-0.11.1-JdRPuAV0VUkJapijQUkRuP
2172.87 s
[binary-orphans] Using Cabal-3.12.1.0 compiled by ghc-9.10
2172.87 s
[binary-orphans] Using compiler: ghc-9.10.3
2172.87 s
[binary-orphans] Using install prefix:
2172.87 s
[binary-orphans] /nix/store/3l8iqfxq026k2wfxiaj9vlzyzzmz5bsr-binary-orphans-1.0.5
2172.87 s
[binary-orphans] Executables installed in:
2172.87 s
[binary-orphans] /nix/store/3l8iqfxq026k2wfxiaj9vlzyzzmz5bsr-binary-orphans-1.0.5/bin
2172.87 s
[binary-orphans] Libraries installed in:
2172.87 s
[binary-orphans] /nix/store/3l8iqfxq026k2wfxiaj9vlzyzzmz5bsr-binary-orphans-1.0.5/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/binary-orphans-1.0.5-AIwi4YLU1sYHlnVog5wo4V
2172.87 s
[binary-orphans] Dynamic Libraries installed in:
2172.87 s
[binary-orphans] /nix/store/3l8iqfxq026k2wfxiaj9vlzyzzmz5bsr-binary-orphans-1.0.5/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
2172.87 s
[binary-orphans] Private executables installed in:
2172.87 s
[binary-orphans] /nix/store/3l8iqfxq026k2wfxiaj9vlzyzzmz5bsr-binary-orphans-1.0.5/libexec/x86_64-linux-ghc-9.10.3-2929/binary-orphans-1.0.5
2172.87 s
[binary-orphans] Data files installed in:
2172.87 s
[binary-orphans] /nix/store/3l8iqfxq026k2wfxiaj9vlzyzzmz5bsr-binary-orphans-1.0.5/share/x86_64-linux-ghc-9.10.3-2929/binary-orphans-1.0.5
2172.87 s
[binary-orphans] Documentation installed in:
2172.87 s
[binary-orphans] /nix/store/9v05m011gn90j8mm0zzqfdw6q79d4mq5-binary-orphans-1.0.5-doc/share/doc/binary-orphans-1.0.5
2172.87 s
[binary-orphans] Configuration files installed in:
2172.87 s
[binary-orphans] /nix/store/3l8iqfxq026k2wfxiaj9vlzyzzmz5bsr-binary-orphans-1.0.5/etc
2172.87 s
[binary-orphans] No alex found
2172.87 s
[binary-orphans] Using ar found on system at:
2172.87 s
[binary-orphans] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
2172.87 s
[binary-orphans] No c2hs found
2172.87 s
[binary-orphans] No cpphs found
2172.87 s
[binary-orphans] No doctest found
2172.87 s
[binary-orphans] Using gcc version 14.3.0 given by user at:
2172.87 s
[binary-orphans] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
2172.87 s
[binary-orphans] Using ghc version 9.10.3 found on system at:
2172.87 s
[binary-orphans] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
2172.87 s
[binary-orphans] Using ghc-pkg version 9.10.3 found on system at:
2172.87 s
[binary-orphans] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
2172.87 s
[binary-orphans] No ghcjs found
2172.87 s
[binary-orphans] No ghcjs-pkg found
2172.87 s
[binary-orphans] No greencard found
2172.87 s
[binary-orphans] Using haddock version 2.31.1 found on system at:
2172.87 s
[binary-orphans] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
2172.87 s
[binary-orphans] No happy found
2172.87 s
[binary-orphans] Using haskell-suite found on system at: haskell-suite-dummy-location
2172.87 s
[binary-orphans] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2172.87 s
[binary-orphans] No hmake found
2172.87 s
[binary-orphans] Using hpc version 0.69 found on system at:
2172.87 s
[binary-orphans] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
2172.87 s
[binary-orphans] Using hsc2hs version 0.68.10 found on system at:
2172.87 s
[binary-orphans] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
2172.87 s
[binary-orphans] Using hscolour version 1.25 found on system at:
2172.87 s
[binary-orphans] /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
2172.87 s
[binary-orphans] No jhc found
2172.87 s
[binary-orphans] Using ld found on system at:
2172.87 s
[binary-orphans] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
2172.87 s
[binary-orphans] No pkg-config found
2172.87 s
[binary-orphans] Using runghc version 9.10.3 found on system at:
2172.87 s
[binary-orphans] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
2172.87 s
[binary-orphans] Using strip version 2.44 found on system at:
2172.87 s
[binary-orphans] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
2172.87 s
[binary-orphans] Using tar found on system at:
2172.87 s
[crypton-x509-store] Using ghc version 9.10.3 found on system at:
2172.87 s
[crypton-x509-store] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
2172.87 s
[crypton-x509-store] Using ghc-pkg version 9.10.3 found on system at:
2172.87 s
[crypton-x509-store] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
2172.87 s
[crypton-x509-store] No ghcjs found
2172.87 s
[crypton-x509-store] No ghcjs-pkg found
2172.87 s
[crypton-x509-store] No greencard found
2172.87 s
[crypton-x509-store] Using haddock version 2.31.1 found on system at:
2172.87 s
[crypton-x509-store] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
2172.87 s
[crypton-x509-store] No happy found
2172.87 s
[crypton-x509-store] Using haskell-suite found on system at: haskell-suite-dummy-location
2172.87 s
[crypton-x509-store] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2172.87 s
[crypton-x509-store] No hmake found
2172.87 s
[crypton-x509-store] Using hpc version 0.69 found on system at:
2172.87 s
[crypton-x509-store] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
2172.87 s
[crypton-x509-store] Using hsc2hs version 0.68.10 found on system at:
2172.87 s
[crypton-x509-store] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
2172.87 s
[crypton-x509-store] Using hscolour version 1.25 found on system at:
2172.87 s
[crypton-x509-store] /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
2172.87 s
[crypton-x509-store] No jhc found
2172.87 s
[crypton-x509-store] Using ld found on system at:
2172.87 s
[crypton-x509-store] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
2172.87 s
[crypton-x509-store] No pkg-config found
2172.87 s
[crypton-x509-store] Using runghc version 9.10.3 found on system at:
2172.87 s
[crypton-x509-store] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
2172.87 s
[crypton-x509-store] Using strip version 2.44 found on system at:
2172.87 s
[crypton-x509-store] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
2172.87 s
[crypton-x509-store] Using tar found on system at:
2172.87 s
[crypton-x509-store] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
2172.87 s
[crypton-x509-store] No uhc found
2172.87 s
[crypton-x509-store] Phase: buildPhase
2172.87 s
[crypton-x509-store] Preprocessing library for crypton-x509-store-1.6.12...
2172.87 s
[crypton-x509-store] Building library for crypton-x509-store-1.6.12...
2172.87 s
[crypton-x509-store] [1 of 3] Compiling Data.X509.CertificateStore ( Data/X509/CertificateStore.hs, dist/build/Data/X509/CertificateStore.o, dist/build/Data/X509/CertificateStore.dyn_o )
2172.87 s
[crypton-x509-store] Data/X509/CertificateStore.hs:17:19: warning : [ GHC-38856 ] [ -Wunused-imports ]
2172.87 s
[crypton-x509-store] The import of ‘foldl'’ from module ‘Data.List’ is redundant
2172.87 s
[crypton-x509-store] |
2172.87 s
[crypton-x509-store] 17 | import Data.List (foldl' , isPrefixOf)
2172.87 s
[crypton-x509-store] | ^^^^^^
2172.87 s
[crypton-x509-store]
2172.87 s
[crypton-x509-store] Data/X509/CertificateStore.hs:19:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2172.87 s
[crypton-x509-store] The import of ‘Data.Semigroup’ is redundant
2172.87 s
[crypton-x509-store] except perhaps to import instances from ‘Data.Semigroup’
2172.87 s
[crypton-x509-store] To import instances alone, use: import Data.Semigroup()
2172.87 s
[crypton-x509-store] |
2172.87 s
[crypton-x509-store] 19 | import Data.Semigroup
2172.87 s
[crypton-x509-store] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2172.87 s
[crypton-x509-store]
2172.87 s
[crypton-x509-store] Data/X509/CertificateStore.hs:23:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2172.87 s
[crypton-x509-store] The import of ‘Control.Applicative’ is redundant
2172.87 s
[crypton-x509-store] except perhaps to import instances from ‘Control.Applicative’
2172.87 s
[crypton-x509-store] To import instances alone, use: import Control.Applicative()
2172.87 s
[crypton-x509-store] |
2172.87 s
[crypton-x509-store] 23 | import Control.Applicative ((<$>))
2172.87 s
[crypton-x509-store] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2172.87 s
[crypton-x509-store]
2172.87 s
[crypton-x509-store] [2 of 3] Compiling Data.X509.Memory ( Data/X509/Memory.hs, dist/build/Data/X509/Memory.o, dist/build/Data/X509/Memory.dyn_o )
2172.87 s
[crypton-x509-store] [3 of 3] Compiling Data.X509.File ( Data/X509/File.hs, dist/build/Data/X509/File.o, dist/build/Data/X509/File.dyn_o )
2172.87 s
[crypton-x509-store] Data/X509/File.hs:9:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2172.87 s
[crypton-x509-store] The import of ‘Control.Applicative’ is redundant
2172.87 s
[crypton-x509-store] except perhaps to import instances from ‘Control.Applicative’
2172.87 s
[crypton-x509-store] To import instances alone, use: import Control.Applicative()
2172.87 s
[crypton-x509-store] |
2172.87 s
[crypton-x509-store] 9 | import Control.Applicative
2172.87 s
[extra] include time-1.12.2-dceb
2172.87 s
[extra] include unix-2.8.7.0-0188
2172.87 s
[extra] Control.Concurrent.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:Control.Concurrent.Extra,Control.Exception.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:Control.Exception.Extra,Control.Monad.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:Control.Monad.Extra,Data.Either.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:Data.Either.Extra,Data.Foldable.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:Data.Foldable.Extra,Data.IORef.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:Data.IORef.Extra,Data.List.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:Data.List.Extra,Data.List.NonEmpty.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:Data.List.NonEmpty.Extra,Data.Monoid.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:Data.Monoid.Extra,Data.Tuple.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:Data.Tuple.Extra,Data.Typeable.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:Data.Typeable.Extra,Data.Version.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:Data.Version.Extra,Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:Extra,Numeric.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:Numeric.Extra,System.Directory.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:System.Directory.Extra,System.Environment.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:System.Environment.Extra,System.IO.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:System.IO.Extra,System.Info.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:System.Info.Extra,System.Process.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:System.Process.Extra,System.Time.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:System.Time.Extra,Text.Read.Extra=extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO:Text.Read.Extra
2172.87 s
[extra] unit extra-1.8.1-GXI7QsyHCaX6ymXUobiQM1-extra-test
2172.87 s
[extra] include QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
2172.87 s
[extra] include base-4.20.2.0-edab
2172.87 s
[extra] include directory-1.3.8.5-0fd7
2172.87 s
[extra] include extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO
2172.87 s
[extra] include filepath-1.5.4.0-fef9
2172.87 s
[extra] include quickcheck-instances-0.3.33-H3I0Ol1Q3TZDDcK6b9G8lX
2172.87 s
[extra] include unix-2.8.7.0-0188
2172.87 s
[extra] Ready component graph:
2172.87 s
[extra] definite extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO
2172.87 s
[extra] depends base-4.20.2.0-edab
2172.87 s
[extra] depends clock-0.8.4-FIyQVXCrf9IBkdVdjOlq40
2172.87 s
[extra] depends directory-1.3.8.5-0fd7
2172.87 s
[extra] depends filepath-1.5.4.0-fef9
2172.87 s
[extra] depends process-1.6.26.1-f38f
2172.87 s
[extra] depends time-1.12.2-dceb
2172.87 s
[extra] depends unix-2.8.7.0-0188
2172.87 s
[extra] definite extra-1.8.1-GXI7QsyHCaX6ymXUobiQM1-extra-test
2172.87 s
[extra] depends QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
2172.87 s
[extra] depends base-4.20.2.0-edab
2172.87 s
[extra] depends directory-1.3.8.5-0fd7
2172.87 s
[extra] depends extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO
2172.87 s
[extra] depends filepath-1.5.4.0-fef9
2172.87 s
[extra] depends quickcheck-instances-0.3.33-H3I0Ol1Q3TZDDcK6b9G8lX
2172.87 s
[extra] depends unix-2.8.7.0-0188
2172.87 s
[extra] Using Cabal-3.12.1.0 compiled by ghc-9.10
2172.87 s
[extra] Using compiler: ghc-9.10.3
2172.88 s
[extra] Using install prefix: /nix/store/34nrwks1qc1bbmj8q4xfzdjdc3s7nh8v-extra-1.8.1
2172.88 s
[extra] Executables installed in:
2172.88 s
[extra] /nix/store/34nrwks1qc1bbmj8q4xfzdjdc3s7nh8v-extra-1.8.1/bin
2172.88 s
[extra] Libraries installed in:
2172.88 s
[extra] /nix/store/34nrwks1qc1bbmj8q4xfzdjdc3s7nh8v-extra-1.8.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/extra-1.8.1-IO8dMQRrgzjAloNA8rsuhO
2172.88 s
[extra] Dynamic Libraries installed in:
2172.88 s
[extra] /nix/store/34nrwks1qc1bbmj8q4xfzdjdc3s7nh8v-extra-1.8.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
2172.88 s
[extra] Private executables installed in:
2172.88 s
[extra] /nix/store/34nrwks1qc1bbmj8q4xfzdjdc3s7nh8v-extra-1.8.1/libexec/x86_64-linux-ghc-9.10.3-2929/extra-1.8.1
2172.88 s
[extra] Data files installed in:
2172.88 s
[extra] /nix/store/34nrwks1qc1bbmj8q4xfzdjdc3s7nh8v-extra-1.8.1/share/x86_64-linux-ghc-9.10.3-2929/extra-1.8.1
2172.88 s
[extra] Documentation installed in:
2172.88 s
[extra] /nix/store/yy4hxi9kq2qrakd5ax07pw9mxnjmazs8-extra-1.8.1-doc/share/doc/extra-1.8.1
2172.88 s
[extra] Configuration files installed in:
2172.88 s
[extra] /nix/store/34nrwks1qc1bbmj8q4xfzdjdc3s7nh8v-extra-1.8.1/etc
2172.88 s
[extra] No alex found
2172.88 s
[extra] Using ar found on system at:
2172.88 s
[extra] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
2172.88 s
[extra] No c2hs found
2172.88 s
[extra] No cpphs found
2172.88 s
[extra] No doctest found
2172.88 s
[extra] Using gcc version 14.3.0 given by user at:
2172.88 s
[extra] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
2172.88 s
[extra] Using ghc version 9.10.3 found on system at:
2172.88 s
[extra] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
2172.88 s
[haskell-src-meta] definite haskell-src-meta-0.8.15-4HxuFJYvnsJJgA1If46svp-examples
2172.88 s
[haskell-src-meta] depends base-4.20.2.0-edab
2172.88 s
[haskell-src-meta] depends containers-0.7-8e24
2172.88 s
[haskell-src-meta] depends haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM
2172.88 s
[haskell-src-meta] depends pretty-1.1.3.6-a771
2172.88 s
[haskell-src-meta] depends syb-0.7.2.4-JkJbdCEi2UWBzhzVQUlw85
2172.88 s
[haskell-src-meta] depends template-haskell-2.22.0.0-bcc5
2172.88 s
[haskell-src-meta] definite haskell-src-meta-0.8.15-IKqYpt80cx3EuDi33xcGVn-splices
2172.88 s
[haskell-src-meta] depends base-4.20.2.0-edab
2172.88 s
[haskell-src-meta] depends haskell-src-exts-1.23.1-GhMFp5uVAEHKQUEVjYILmQ
2172.88 s
[haskell-src-meta] depends haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM
2172.88 s
[haskell-src-meta] depends template-haskell-2.22.0.0-bcc5
2172.88 s
[haskell-src-meta] Using Cabal-3.12.1.0 compiled by ghc-9.10
2172.88 s
[haskell-src-meta] Using compiler: ghc-9.10.3
2172.88 s
[haskell-src-meta] Using install prefix:
2172.88 s
[haskell-src-meta] /nix/store/f7265jxzz8xl5l6sf0ny031cwr1rwr0d-haskell-src-meta-0.8.15
2172.88 s
[haskell-src-meta] Executables installed in:
2172.88 s
[haskell-src-meta] /nix/store/f7265jxzz8xl5l6sf0ny031cwr1rwr0d-haskell-src-meta-0.8.15/bin
2172.88 s
[haskell-src-meta] Libraries installed in:
2172.88 s
[haskell-src-meta] /nix/store/f7265jxzz8xl5l6sf0ny031cwr1rwr0d-haskell-src-meta-0.8.15/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/haskell-src-meta-0.8.15-3Hm210qgjJS8oO9pS5FxuM
2172.88 s
[haskell-src-meta] Dynamic Libraries installed in:
2172.88 s
[haskell-src-meta] /nix/store/f7265jxzz8xl5l6sf0ny031cwr1rwr0d-haskell-src-meta-0.8.15/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
2172.88 s
[haskell-src-meta] Private executables installed in:
2172.88 s
[haskell-src-meta] /nix/store/f7265jxzz8xl5l6sf0ny031cwr1rwr0d-haskell-src-meta-0.8.15/libexec/x86_64-linux-ghc-9.10.3-2929/haskell-src-meta-0.8.15
2172.88 s
[haskell-src-meta] Data files installed in:
2172.88 s
[haskell-src-meta] /nix/store/f7265jxzz8xl5l6sf0ny031cwr1rwr0d-haskell-src-meta-0.8.15/share/x86_64-linux-ghc-9.10.3-2929/haskell-src-meta-0.8.15
2172.88 s
[haskell-src-meta] Documentation installed in:
2172.88 s
[haskell-src-meta] /nix/store/sqla34gs6yxj8ins6pis8a52r89s3rmi-haskell-src-meta-0.8.15-doc/share/doc/haskell-src-meta-0.8.15
2172.88 s
[haskell-src-meta] Configuration files installed in:
2172.88 s
[haskell-src-meta] /nix/store/f7265jxzz8xl5l6sf0ny031cwr1rwr0d-haskell-src-meta-0.8.15/etc
2172.88 s
[haskell-src-meta] No alex found
2172.88 s
[haskell-src-meta] Using ar found on system at:
2172.88 s
[haskell-src-meta] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
2172.88 s
[haskell-src-meta] No c2hs found
2172.88 s
[haskell-src-meta] No cpphs found
2172.88 s
[haskell-src-meta] No doctest found
2172.88 s
[haskell-src-meta] Using gcc version 14.3.0 given by user at:
2172.88 s
[haskell-src-meta] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
2172.88 s
[haskell-src-meta] Using ghc version 9.10.3 found on system at:
2172.88 s
[haskell-src-meta] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
2172.88 s
[haskell-src-meta] Using ghc-pkg version 9.10.3 found on system at:
2172.88 s
[haskell-src-meta] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
2172.88 s
[haskell-src-meta] No ghcjs found
2172.88 s
[haskell-src-meta] No ghcjs-pkg found
2172.88 s
[haskell-src-meta] No greencard found
2172.88 s
[haskell-src-meta] Using haddock version 2.31.1 found on system at:
2172.88 s
[haskell-src-meta] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
2172.88 s
[haskell-src-meta] No happy found
2172.88 s
[haskell-src-meta] Using haskell-suite found on system at: haskell-suite-dummy-location
2172.88 s
[haskell-src-meta] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2172.88 s
[haskell-src-meta] No hmake found
2172.88 s
[haskell-src-meta] Using hpc version 0.69 found on system at:
2172.88 s
[haskell-src-meta] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
2172.88 s
[haskell-src-meta] Using hsc2hs version 0.68.10 found on system at:
2172.88 s
[haskell-src-meta] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
2172.88 s
[haskell-src-meta] Using hscolour version 1.25 found on system at:
2172.88 s
[haskell-src-meta] /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
2172.88 s
[haskell-src-meta] No jhc found
2172.88 s
[haskell-src-meta] Using ld found on system at:
2172.88 s
[haskell-src-meta] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
2172.88 s
[haskell-src-meta] No pkg-config found
2172.88 s
[haskell-src-meta] Using runghc version 9.10.3 found on system at:
2172.88 s
[haskell-src-meta] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
2172.88 s
[haskell-src-meta] Using strip version 2.44 found on system at:
2172.88 s
[haskell-src-meta] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
2172.88 s
[haskell-src-meta] Using tar found on system at:
2172.88 s
[haskell-src-meta] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
2172.88 s
[haskell-src-meta] No uhc found
2172.88 s
[haskell-src-meta] Phase: buildPhase
2172.88 s
[haskell-src-meta] Preprocessing library for haskell-src-meta-0.8.15...
2172.88 s
[haskell-src-meta] Building library for haskell-src-meta-0.8.15...
2172.88 s
[haskell-src-meta] [1 of 6] Compiling Language.Haskell.Meta.Extensions ( src/Language/Haskell/Meta/Extensions.hs, dist/build/Language/Haskell/Meta/Extensions.o, dist/build/Language/Haskell/Meta/Extensions.dyn_o )
2172.88 s
[haskell-src-meta] [2 of 6] Compiling Language.Haskell.Meta.THCompat ( src/Language/Haskell/Meta/THCompat.hs, dist/build/Language/Haskell/Meta/THCompat.o, dist/build/Language/Haskell/Meta/THCompat.dyn_o )
2172.88 s
[http-types] include quickcheck-instances-0.3.33-H3I0Ol1Q3TZDDcK6b9G8lX
2172.88 s
[http-types] include text-2.1.3-afaf
2172.88 s
[http-types] Linked component graph:
2172.88 s
[http-types] unit http-types-0.12.4-1owhyDxzRoXFojQprwOg5J-doctests
2172.88 s
[http-types] include base-4.20.2.0-edab
2172.88 s
[http-types] include doctest-0.24.2-4tBnFFtIaXeIyBc6YG5eRd
2172.88 s
[http-types] unit http-types-0.12.4-CPC9WF068mv4aqiQrmr6fn
2172.88 s
[http-types] include array-0.5.8.0-f015
2172.88 s
[http-types] include base-4.20.2.0-edab
2172.88 s
[http-types] include bytestring-0.12.2.0-d4b6
2172.88 s
[http-types] include case-insensitive-1.2.1.0-1noARxZ9jg0Gp1ez7UT0AT
2172.88 s
[http-types] include text-2.1.3-afaf
2172.88 s
[http-types] Network.HTTP.Types=http-types-0.12.4-CPC9WF068mv4aqiQrmr6fn:Network.HTTP.Types,Network.HTTP.Types.Header=http-types-0.12.4-CPC9WF068mv4aqiQrmr6fn:Network.HTTP.Types.Header,Network.HTTP.Types.Method=http-types-0.12.4-CPC9WF068mv4aqiQrmr6fn:Network.HTTP.Types.Method,Network.HTTP.Types.QueryLike=http-types-0.12.4-CPC9WF068mv4aqiQrmr6fn:Network.HTTP.Types.QueryLike,Network.HTTP.Types.Status=http-types-0.12.4-CPC9WF068mv4aqiQrmr6fn:Network.HTTP.Types.Status,Network.HTTP.Types.URI=http-types-0.12.4-CPC9WF068mv4aqiQrmr6fn:Network.HTTP.Types.URI,Network.HTTP.Types.Version=http-types-0.12.4-CPC9WF068mv4aqiQrmr6fn:Network.HTTP.Types.Version
2172.88 s
[http-types] unit http-types-0.12.4-3nysQIVzZhHKNRipHffPyr-spec
2172.88 s
[http-types] include QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
2172.88 s
[http-types] include base-4.20.2.0-edab
2172.88 s
[http-types] include bytestring-0.12.2.0-d4b6
2172.88 s
[http-types] include hspec-2.11.14-HsLiVUmjJGcL8Xrb9QYMtO
2172.88 s
[http-types] include http-types-0.12.4-CPC9WF068mv4aqiQrmr6fn
2172.88 s
[http-types] include quickcheck-instances-0.3.33-H3I0Ol1Q3TZDDcK6b9G8lX
2172.88 s
[http-types] include text-2.1.3-afaf
2172.88 s
[http-types] Ready component graph:
2172.88 s
[http-types] definite http-types-0.12.4-CPC9WF068mv4aqiQrmr6fn
2172.88 s
[http-types] depends array-0.5.8.0-f015
2172.88 s
[http-types] depends base-4.20.2.0-edab
2172.88 s
[http-types] depends bytestring-0.12.2.0-d4b6
2172.88 s
[http-types] depends case-insensitive-1.2.1.0-1noARxZ9jg0Gp1ez7UT0AT
2172.88 s
[http-types] depends text-2.1.3-afaf
2172.88 s
[http-types] definite http-types-0.12.4-3nysQIVzZhHKNRipHffPyr-spec
2172.88 s
[http-types] depends QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
2172.88 s
[http-types] depends base-4.20.2.0-edab
2172.88 s
[http-types] depends bytestring-0.12.2.0-d4b6
2172.88 s
[http-types] depends hspec-2.11.14-HsLiVUmjJGcL8Xrb9QYMtO
2172.88 s
[http-types] depends http-types-0.12.4-CPC9WF068mv4aqiQrmr6fn
2172.88 s
[http-types] depends quickcheck-instances-0.3.33-H3I0Ol1Q3TZDDcK6b9G8lX
2172.88 s
[http-types] depends text-2.1.3-afaf
2172.88 s
[http-types] definite http-types-0.12.4-1owhyDxzRoXFojQprwOg5J-doctests
2172.88 s
[http-types] depends base-4.20.2.0-edab
2172.88 s
[http-types] depends doctest-0.24.2-4tBnFFtIaXeIyBc6YG5eRd
2172.88 s
[http-types] Using Cabal-3.12.1.0 compiled by ghc-9.10
2172.88 s
[http-types] Using compiler: ghc-9.10.3
2172.88 s
[http-types] Using install prefix:
2172.88 s
[http-types] /nix/store/jxjj7rjppkawyfvhfvnrljmirpnsw38p-http-types-0.12.4
2172.88 s
[http-types] Executables installed in:
2172.88 s
[http-types] /nix/store/jxjj7rjppkawyfvhfvnrljmirpnsw38p-http-types-0.12.4/bin
2172.88 s
[http-types] Libraries installed in:
2172.88 s
[http-types] /nix/store/jxjj7rjppkawyfvhfvnrljmirpnsw38p-http-types-0.12.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/http-types-0.12.4-CPC9WF068mv4aqiQrmr6fn
2172.88 s
[http-types] Dynamic Libraries installed in:
2172.88 s
[http-types] /nix/store/jxjj7rjppkawyfvhfvnrljmirpnsw38p-http-types-0.12.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
2172.88 s
[http-types] Private executables installed in:
2172.88 s
[http-types] /nix/store/jxjj7rjppkawyfvhfvnrljmirpnsw38p-http-types-0.12.4/libexec/x86_64-linux-ghc-9.10.3-2929/http-types-0.12.4
2172.88 s
[http-types] Data files installed in:
2172.88 s
[http-types] /nix/store/jxjj7rjppkawyfvhfvnrljmirpnsw38p-http-types-0.12.4/share/x86_64-linux-ghc-9.10.3-2929/http-types-0.12.4
2172.88 s
[http-types] Documentation installed in:
2172.88 s
[http-types] /nix/store/9al04hrskwsb7a2pap58fb74w33808sa-http-types-0.12.4-doc/share/doc/http-types-0.12.4
2172.88 s
[http-types] Configuration files installed in:
2172.88 s
[http-types] /nix/store/jxjj7rjppkawyfvhfvnrljmirpnsw38p-http-types-0.12.4/etc
2172.88 s
[http-types] No alex found
2172.88 s
[http-types] Using ar found on system at:
2172.88 s
[http-types] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
2172.88 s
[http-types] No c2hs found
2172.88 s
[http-types] No cpphs found
2172.88 s
[http-types] Using doctest version 0.24.2 found on system at:
2172.88 s
[http-types] /nix/store/m42ig14xi2bhjwxh0nmigf5hk1x3w75v-doctest-0.24.2/bin/doctest
2172.88 s
[http-types] Using gcc version 14.3.0 given by user at:
2172.88 s
[http-types] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
2172.88 s
[http-types] Using ghc version 9.10.3 found on system at:
2172.88 s
[http-types] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
2172.88 s
[http-types] Using ghc-pkg version 9.10.3 found on system at:
2172.88 s
[http-types] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
2172.88 s
[http-types] No ghcjs found
2172.88 s
[http-types] No ghcjs-pkg found
2172.88 s
[http-types] No greencard found
2172.88 s
[indexed-traversable-instances] Phase: setupCompilerEnvironmentPhase
2172.88 s
[indexed-traversable-instances] Build with /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3.
2172.88 s
[indexed-traversable-instances] Phase: unpackPhase
2172.88 s
[indexed-traversable-instances] unpacking source archive /nix/store/piy7fiiqr78dmbrs0lhbyiismy7byv84-indexed-traversable-instances-0.1.2.tar.gz
2172.88 s
[indexed-traversable-instances] source root is indexed-traversable-instances-0.1.2
2172.88 s
[indexed-traversable-instances] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "indexed-traversable-instances-0.1.2/tests/safe.hs"
2172.88 s
[indexed-traversable-instances] Phase: patchPhase
2172.88 s
[indexed-traversable-instances] stacklock2nix: replace Cabal file with revision from /nix/store/01g54d3ka21zjk967h70smh8vvpbys9n-indexed-traversable-instances-cabal-0.1.2.
2172.88 s
[indexed-traversable-instances] Phase: compileBuildDriverPhase
2172.88 s
[indexed-traversable-instances] setupCompileFlags: -package-db=/build/tmp.MaCuihMeO1/setup-package.conf.d -threaded
2172.88 s
[indexed-traversable-instances] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.MaCuihMeO1/Main.o )
2172.88 s
[indexed-traversable-instances] [2 of 2] Linking Setup
2172.88 s
[indexed-traversable-instances] Phase: updateAutotoolsGnuConfigScriptsPhase
2172.88 s
[indexed-traversable-instances] Phase: configurePhase
2172.88 s
[indexed-traversable-instances] configureFlags: --verbose --prefix=/nix/store/vslsx3yys44n5pz0jfx8cfskya8xxaax-indexed-traversable-instances-0.1.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/wlfj6ilqhwg93arbdggy2gyxm84bixg5-indexed-traversable-instances-0.1.2-doc/share/doc/indexed-traversable-instances-0.1.2 --with-gcc=gcc --package-db=/build/tmp.MaCuihMeO1/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/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/bkicgvyymba52ijm1z5zs96dsqqi59lp-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
2172.88 s
[indexed-traversable-instances] Using Parsec parser
2172.88 s
[indexed-traversable-instances] Configuring indexed-traversable-instances-0.1.2...
2172.88 s
[indexed-traversable-instances] Dependency OneTuple >=0.3 && <0.5: using OneTuple-0.4.2
2172.88 s
[indexed-traversable-instances] Dependency base >=4.12 && <4.22: using base-4.20.2.0
2172.88 s
[indexed-traversable-instances] Dependency indexed-traversable >=0.1.4 && <0.2: using
2172.88 s
[indexed-traversable-instances] indexed-traversable-0.1.4
2172.88 s
[indexed-traversable-instances] Dependency tagged >=0.8.6 && <0.9: using tagged-0.8.9
2172.88 s
[indexed-traversable-instances] Dependency unordered-containers >=0.2.8.0 && <0.3: using
2172.88 s
[indexed-traversable-instances] unordered-containers-0.2.20.1
2172.88 s
[indexed-traversable-instances] Dependency vector >=0.13.1.0 && <0.14: using vector-0.13.2.0
2172.88 s
[indexed-traversable-instances] Dependency base: using base-4.20.2.0
2172.88 s
[indexed-traversable-instances] Dependency indexed-traversable: using indexed-traversable-0.1.4
2172.88 s
[indexed-traversable-instances] Dependency indexed-traversable-instances: using
2172.88 s
[indexed-traversable-instances] indexed-traversable-instances-0.1.2
2172.88 s
[indexed-traversable-instances] Dependency OneTuple: using OneTuple-0.4.2
2172.88 s
[indexed-traversable-instances] Dependency QuickCheck >=2.14.2 && <2.16: using QuickCheck-2.15.0.1
2172.88 s
[indexed-traversable-instances] Dependency base: using base-4.20.2.0
2172.88 s
[indexed-traversable-instances] Dependency containers: using containers-0.7
2172.88 s
[indexed-traversable-instances] Dependency indexed-traversable: using indexed-traversable-0.1.4
2172.88 s
[indexed-traversable-instances] Dependency indexed-traversable-instances: using
2172.88 s
[indexed-traversable-instances] indexed-traversable-instances-0.1.2
2172.88 s
[indexed-traversable-instances] Dependency quickcheck-instances >=0.3.29 && <0.4: using
2172.88 s
[indexed-traversable-instances] quickcheck-instances-0.3.33
2172.88 s
[indexed-traversable-instances] Dependency tasty >=1.2.3 && <1.6: using tasty-1.5.3
2172.88 s
[indexed-traversable-instances] Dependency tasty-quickcheck >=0.10.1.1 && <0.12: using tasty-quickcheck-0.11.1
2172.88 s
[indexed-traversable-instances] Dependency transformers: using transformers-0.6.1.1
2172.88 s
[indexed-traversable-instances] Dependency unordered-containers: using unordered-containers-0.2.20.1
2172.88 s
[indexed-traversable-instances] Dependency vector: using vector-0.13.2.0
2172.88 s
[indexed-traversable-instances] Source component graph:
2172.88 s
[indexed-traversable-instances] component lib
2172.88 s
[indexed-traversable-instances] component test:indexed-tests dependency lib
2172.88 s
[indexed-traversable-instances] component test:safe dependency lib
2172.88 s
[indexed-traversable-instances] Configured component graph:
2172.97 s
[mwc-random:post-build] Uploading to the NixCI cache: /nix/store/116zqlfl67x8zcw01qbxr03lnkzr8jig-mwc-random-0.15.2.0 /nix/store/j2zdp0hziq6cf92zj9f0mw2x7jpdzqmd-mwc-random-0.15.2.0-doc
2173.02 s
[mwc-random:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2173.24 s
[mwc-random:post-build] copying 2 paths...
2173.45 s
[mwc-random:post-build] copying path '/nix/store/j2zdp0hziq6cf92zj9f0mw2x7jpdzqmd-mwc-random-0.15.2.0-doc' to 'https://cache.nix-ci.com'...
2173.69 s
[mwc-random:post-build] copying path '/nix/store/116zqlfl67x8zcw01qbxr03lnkzr8jig-mwc-random-0.15.2.0' to 'https://cache.nix-ci.com'...
2175.67 s
[mwc-random:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2175.90 s
[mwc-random:post-build] copying 2 paths...
2175.90 s
[mwc-random:post-build] copying path '/nix/store/zg1dz5zymyhpphw1m6m2lv5kjf44qvb8-mwc-random-0.15.2.0.tar.gz.drv' to 'https://cache.nix-ci.com'...
2176.12 s
[mwc-random:post-build] copying path '/nix/store/bxj2f7n0vjpggi4mp53cx7shrdls0zwv-mwc-random-0.15.2.0.drv' to 'https://cache.nix-ci.com'...
2176.39 s
Progress: 406 of 553 built (13 building, 1 failed), 703 of 703 downloaded from cache
2176.39 s
[string-conversions] Phase: setupCompilerEnvironmentPhase
2176.39 s
[string-conversions] Build with /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3.
2176.39 s
[string-conversions] Phase: unpackPhase
2176.39 s
[string-conversions] unpacking source archive /nix/store/ssspzcxdwf2by8s4zvi6fysw9xmfrmw5-string-conversions-0.4.0.1.tar.gz
2176.39 s
[string-conversions] source root is string-conversions-0.4.0.1
2176.39 s
[string-conversions] setting SOURCE_DATE_EPOCH to timestamp 1483072099 of file "string-conversions-0.4.0.1/string-conversions.cabal"
2176.39 s
[string-conversions] Phase: patchPhase
2176.39 s
[string-conversions] stacklock2nix: replace Cabal file with revision from /nix/store/c495dwybxsyxdnbh7rzpi8yl8jbgxvvf-string-conversions-cabal-0.4.0.1.
2176.39 s
[string-conversions] Phase: compileBuildDriverPhase
2176.39 s
[string-conversions] setupCompileFlags: -package-db=/build/tmp.KRk1T7i8tJ/setup-package.conf.d -threaded
2176.39 s
[string-conversions] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.KRk1T7i8tJ/Main.o )
2176.39 s
[string-conversions] [2 of 2] Linking Setup
2176.39 s
[string-conversions] Phase: updateAutotoolsGnuConfigScriptsPhase
2176.39 s
[string-conversions] Phase: configurePhase
2176.39 s
[string-conversions] configureFlags: --verbose --prefix=/nix/store/j1j2qj9wxj12kpzi1www2s8z3dqbaa8g-string-conversions-0.4.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/khgwnlmqkm90qixmrc7wvsvhrhgzdk2v-string-conversions-0.4.0.1-doc/share/doc/string-conversions-0.4.0.1 --with-gcc=gcc --package-db=/build/tmp.KRk1T7i8tJ/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/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/bkicgvyymba52ijm1z5zs96dsqqi59lp-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
2176.39 s
[string-conversions] Using Parsec parser
2176.39 s
[string-conversions] Configuring string-conversions-0.4.0.1...
2176.39 s
[string-conversions] Dependency base >=4 && <5: using base-4.20.2.0
2176.39 s
[string-conversions] Dependency bytestring >=0.9: using bytestring-0.12.2.0
2176.39 s
[string-conversions] Dependency text >=0.11: using text-2.1.3
2176.39 s
[string-conversions] Dependency utf8-string >=0.3.1: using utf8-string-1.0.2
2176.39 s
[string-conversions] Dependency QuickCheck: using QuickCheck-2.15.0.1
2176.39 s
[string-conversions] Dependency base >=4 && <5: using base-4.20.2.0
2176.40 s
[string-conversions] Dependency bytestring >=0.9: using bytestring-0.12.2.0
2176.40 s
[string-conversions] Dependency deepseq: using deepseq-1.5.0.0
2176.40 s
[string-conversions] Dependency hspec: using hspec-2.11.14
2176.40 s
[string-conversions] Dependency quickcheck-instances: using quickcheck-instances-0.3.33
2176.40 s
[string-conversions] Dependency text >=0.11: using text-2.1.3
2176.40 s
[string-conversions] Dependency utf8-string >=0.3.1: using utf8-string-1.0.2
2176.40 s
[string-conversions] Source component graph:
2176.40 s
[string-conversions] component test:spec
2176.40 s
[string-conversions] component lib
2176.40 s
[string-conversions] Configured component graph:
2176.40 s
[string-conversions] component string-conversions-0.4.0.1-JMh97O4zAve8bzxtM57UUx-spec
2176.40 s
[string-conversions] include QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
2176.40 s
[string-conversions] include base-4.20.2.0-edab
2176.40 s
[string-conversions] include bytestring-0.12.2.0-d4b6
2176.40 s
[string-conversions] include deepseq-1.5.0.0-500b
2176.40 s
[string-conversions] include hspec-2.11.14-HsLiVUmjJGcL8Xrb9QYMtO
2176.40 s
[string-conversions] include quickcheck-instances-0.3.33-H3I0Ol1Q3TZDDcK6b9G8lX
2176.40 s
[string-conversions] include text-2.1.3-afaf
2176.40 s
[string-conversions] include utf8-string-1.0.2-3EjaaLbt9sICR0R80w0vvs
2176.40 s
[string-conversions] component string-conversions-0.4.0.1-E8UkKHwD9VD1oiqsfM8LBM
2176.40 s
[string-conversions] include base-4.20.2.0-edab
2176.40 s
[string-conversions] include bytestring-0.12.2.0-d4b6
2176.40 s
[string-conversions] include text-2.1.3-afaf
2176.40 s
[string-conversions] include utf8-string-1.0.2-3EjaaLbt9sICR0R80w0vvs
2176.40 s
[string-conversions] Linked component graph:
2176.40 s
[string-conversions] unit string-conversions-0.4.0.1-JMh97O4zAve8bzxtM57UUx-spec
2176.40 s
[string-conversions] include QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
2176.40 s
[string-conversions] include base-4.20.2.0-edab
2176.40 s
[string-conversions] include bytestring-0.12.2.0-d4b6
2176.41 s
[text-iso8601] Phase: setupCompilerEnvironmentPhase
2176.41 s
[text-iso8601] Build with /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3.
2176.41 s
[text-iso8601] Phase: unpackPhase
2176.41 s
[text-iso8601] unpacking source archive /nix/store/wrqbgf2l5m4qwdvap1q7rdwrciqxmvp2-text-iso8601-0.1.1.tar.gz
2176.41 s
[text-iso8601] source root is text-iso8601-0.1.1
2176.41 s
[text-iso8601] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "text-iso8601-0.1.1/text-iso8601.cabal"
2176.41 s
[text-iso8601] Phase: patchPhase
2176.41 s
[text-iso8601] stacklock2nix: replace Cabal file with revision from /nix/store/h4z65z2m9wzmwrfjpsljdy350i5dmcih-text-iso8601-cabal-0.1.1.
2176.41 s
[text-iso8601] Phase: compileBuildDriverPhase
2176.41 s
[text-iso8601] setupCompileFlags: -package-db=/build/tmp.h26WkR0uLb/setup-package.conf.d -threaded
2176.41 s
[text-iso8601] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.h26WkR0uLb/Main.o )
2176.41 s
[text-iso8601] [2 of 2] Linking Setup
2176.41 s
[text-iso8601] Phase: updateAutotoolsGnuConfigScriptsPhase
2176.41 s
[text-iso8601] Phase: configurePhase
2176.41 s
[text-iso8601] configureFlags: --verbose --prefix=/nix/store/n0l5a8sq983vnxph12a02lr9z3wcjwwv-text-iso8601-0.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/m8v623fp5qdmfvckpl64jn7k8hlcmpif-text-iso8601-0.1.1-doc/share/doc/text-iso8601-0.1.1 --with-gcc=gcc --package-db=/build/tmp.h26WkR0uLb/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/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/bkicgvyymba52ijm1z5zs96dsqqi59lp-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
2176.41 s
[text-iso8601] Using Parsec parser
2176.41 s
[text-iso8601] Configuring text-iso8601-0.1.1...
2176.41 s
[text-iso8601] Dependency base >=4.12.0.0 && <5: using base-4.20.2.0
2176.41 s
[text-iso8601] Dependency integer-conversion >=0.1 && <0.2: using integer-conversion-0.1.1
2176.41 s
[text-iso8601] Dependency text >=1.2.3.0 && <1.3.0.0 || >=2.0 && <2.2: using text-2.1.3
2176.41 s
[text-iso8601] Dependency time >=1.8.0.2 && <1.15: using time-1.12.2
2176.41 s
[text-iso8601] Dependency time-compat >=1.9.4 && <1.10: using time-compat-1.9.8
2176.41 s
[text-iso8601] Dependency QuickCheck >=2.14.3 && <2.16: using QuickCheck-2.15.0.1
2176.41 s
[text-iso8601] Dependency base: using base-4.20.2.0
2176.41 s
[text-iso8601] Dependency quickcheck-instances >=0.3.29.1 && <0.4: using
2176.41 s
[text-iso8601] quickcheck-instances-0.3.33
2176.41 s
[text-iso8601] Dependency tasty >=1.4.3 && <1.6: using tasty-1.5.3
2176.41 s
[text-iso8601] Dependency tasty-hunit >=0.10.0.3 && <0.11: using tasty-hunit-0.10.2
2176.41 s
[text-iso8601] Dependency tasty-quickcheck >=0.10.2 && <0.12: using tasty-quickcheck-0.11.1
2176.41 s
[text-iso8601] Dependency text: using text-2.1.3
2176.41 s
[text-iso8601] Dependency text-iso8601: using text-iso8601-0.1.1
2176.41 s
[text-iso8601] Dependency time-compat: using time-compat-1.9.8
2176.41 s
[text-iso8601] Source component graph:
2176.41 s
[text-iso8601] component lib
2176.41 s
[text-iso8601] component test:text-iso8601-tests dependency lib
2176.41 s
[text-iso8601] Configured component graph:
2176.41 s
[text-iso8601] component text-iso8601-0.1.1-JOSuGgc5Tg79o4nShfYRhJ
2176.41 s
[text-iso8601] include base-4.20.2.0-edab
2176.41 s
[text-iso8601] include integer-conversion-0.1.1-J0Vwv7VAlkeCY6NJtJ9R8
2176.41 s
[text-iso8601] include text-2.1.3-afaf
2176.41 s
[text-iso8601] include time-1.12.2-dceb
2176.41 s
[text-iso8601] include time-compat-1.9.8-1UdldIGmKj4vedGFsZtWs
2176.41 s
[text-iso8601] component text-iso8601-0.1.1-DKBoEqW832XGuJH1MIn5cf-text-iso8601-tests
2176.41 s
[text-iso8601] include QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
2176.41 s
[text-iso8601] include base-4.20.2.0-edab
2176.41 s
[text-iso8601] include quickcheck-instances-0.3.33-H3I0Ol1Q3TZDDcK6b9G8lX
2176.41 s
[text-iso8601] include tasty-1.5.3-76yi2z8nymJChOrNxwslOM
2176.41 s
[text-iso8601] include tasty-hunit-0.10.2-5cKZt0ELjI1E7Rx0aBTwoZ
2176.50 s
[unison-util-cache:post-build] Uploading to the NixCI cache: /nix/store/9rv10w62zkaf4mi551kx5p9cj4pkdnqc-unison-util-cache-0.0.0-doc /nix/store/jrqjdxfly6ag17vnvj7kljj0njbzph89-unison-util-cache-0.0.0
2176.57 s
[unison-util-cache:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2176.81 s
[unison-util-cache:post-build] copying 2 paths...
2176.81 s
[unison-util-cache:post-build] copying path '/nix/store/9rv10w62zkaf4mi551kx5p9cj4pkdnqc-unison-util-cache-0.0.0-doc' to 'https://cache.nix-ci.com'...
2177.09 s
[unison-util-cache:post-build] copying path '/nix/store/jrqjdxfly6ag17vnvj7kljj0njbzph89-unison-util-cache-0.0.0' to 'https://cache.nix-ci.com'...
2177.39 s
[unison-util-cache:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2177.64 s
[unison-util-cache:post-build] copying 1 paths...
2177.64 s
[unison-util-cache:post-build] copying path '/nix/store/zanplcixx4vnwp4x985gp8qczjhgq2p1-unison-util-cache-0.0.0.drv' to 'https://cache.nix-ci.com'...
2177.90 s
Progress: 407 of 554 built (12 building, 1 failed), 703 of 703 downloaded from cache
2177.97 s
[uri-encode:post-build] Uploading to the NixCI cache: /nix/store/9vlad2xj1pc2hhw71qwx0bh63miy62n0-uri-encode-1.5.0.7-doc /nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7
2178.02 s
[uri-encode:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2178.25 s
[uri-encode:post-build] copying 2 paths...
2178.32 s
[uri-encode:post-build] copying path '/nix/store/9vlad2xj1pc2hhw71qwx0bh63miy62n0-uri-encode-1.5.0.7-doc' to 'https://cache.nix-ci.com'...
2178.54 s
[uri-encode:post-build] copying path '/nix/store/clcyic7zlmsny21d6v9msrasa9m2bk7c-uri-encode-1.5.0.7' to 'https://cache.nix-ci.com'...
2178.90 s
[uri-encode:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2179.18 s
[uri-encode:post-build] copying 3 paths...
2179.18 s
[uri-encode:post-build] copying path '/nix/store/jrxzf56xsq7sb8a6g7ldw926l29xgps2-uri-encode-cabal-1.5.0.7.drv' to 'https://cache.nix-ci.com'...
2179.18 s
[uri-encode:post-build] copying path '/nix/store/x71mg9ryyr1ghwbllrh3ijqqg5ijswxm-uri-encode-1.5.0.7.tar.gz.drv' to 'https://cache.nix-ci.com'...
2179.39 s
[uri-encode:post-build] copying path '/nix/store/zsmzjbi8drb1y87kd0qanjvn4lqwzhfr-uri-encode-1.5.0.7.drv' to 'https://cache.nix-ci.com'...
2179.62 s
Progress: 408 of 555 built (11 building, 1 failed), 703 of 703 downloaded from cache
2179.62 s
error: Cannot build '/nix/store/93bwhazi0qhls4zj7g3nqqfljv9j6z0l-attoparsec-0.14.4.drv '.
2179.62 s
Reason: builder failed with exit code 1 .
2179.62 s
Output paths:
2179.62 s
/nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4
2179.62 s
Last 946 log lines:
2179.62 s
> Running phase: setupCompilerEnvironmentPhase
2179.62 s
> Build with /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3.
2179.62 s
> Running phase: unpackPhase
2179.62 s
> unpacking source archive /nix/store/7xizd63623bzgyny21lfm7krwk9kr0qf-attoparsec-0.14.4.tar.gz
2179.62 s
> source root is attoparsec-0.14.4
2179.62 s
> setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "attoparsec-0.14.4/tests/QC/Text/Regressions.hs"
2179.62 s
> Running phase: patchPhase
2179.62 s
> stacklock2nix: replace Cabal file with revision from /nix/store/ddgaxbwkh160373qpms239bjggyllxcp-attoparsec-cabal-0.14.4.
2179.62 s
> Running phase: compileBuildDriverPhase
2179.62 s
> setupCompileFlags: -package-db=/build/tmp.nGDQA1cplG/setup-package.conf.d -threaded
2179.62 s
> [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.nGDQA1cplG/Main.o )
2179.62 s
> [2 of 2] Linking Setup
2179.62 s
> Running phase: updateAutotoolsGnuConfigScriptsPhase
2179.62 s
> Running phase: configurePhase
2179.62 s
> configureFlags: --verbose --prefix=/nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.nGDQA1cplG/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 --extra-lib-dirs=/nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/bkicgvyymba52ijm1z5zs96dsqqi59lp-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
2179.62 s
> Using Parsec parser
2179.62 s
> Configuring attoparsec-0.14.4...
2179.62 s
> Flags chosen: developer=False
2179.62 s
> Dependency array: using array-0.5.8.0
2179.62 s
> Dependency attoparsec:attoparsec-internal: using attoparsec-0.14.4
2179.62 s
> Dependency base >=4.5 && <5: using base-4.20.2.0
2179.62 s
> Dependency bytestring <0.13: using bytestring-0.12.2.0
2179.62 s
> Dependency containers: using containers-0.7
2179.62 s
> Dependency deepseq: using deepseq-1.5.0.0
2179.62 s
> Dependency ghc-prim <0.14: using ghc-prim-0.12.0
2179.62 s
> Dependency scientific >=0.3.1 && <0.4: using scientific-0.3.8.0
2179.62 s
> Dependency text >=1.1.1.3: using text-2.1.3
2179.62 s
> Dependency transformers >=0.2 && <0.4 || >=0.4.1.0 && <0.7: using
2179.62 s
> transformers-0.6.1.1
2179.62 s
> Dependency array: using array-0.5.8.0
2179.62 s
> Dependency base >=4.5 && <5: using base-4.20.2.0
2179.62 s
> Dependency bytestring <0.13: using bytestring-0.12.2.0
2179.62 s
> Dependency text >=1.1.1.3: using text-2.1.3
2179.62 s
> Dependency QuickCheck >=2.13.2 && <2.16: using QuickCheck-2.15.0.1
2179.62 s
> Dependency array: using array-0.5.8.0
2179.62 s
> Dependency attoparsec:{attoparsec, attoparsec-internal}: using
2179.62 s
> attoparsec-0.14.4
2179.62 s
> Dependency attoparsec:{attoparsec, attoparsec-internal}: using
2179.62 s
> attoparsec-0.14.4
2179.62 s
> Dependency base: using base-4.20.2.0
2179.62 s
> Dependency bytestring: using bytestring-0.12.2.0
2179.62 s
> Dependency deepseq >=1.1: using deepseq-1.5.0.0
2179.62 s
> Dependency quickcheck-unicode: using quickcheck-unicode-1.0.1.0
2179.62 s
> Dependency scientific: using scientific-0.3.8.0
2179.62 s
> Dependency tasty >=0.11: using tasty-1.5.3
2179.62 s
> Dependency tasty-quickcheck >=0.8: using tasty-quickcheck-0.11.1
2179.62 s
> Dependency text: using text-2.1.3
2179.62 s
> Dependency transformers: using transformers-0.6.1.1
2179.62 s
> Dependency vector: using vector-0.13.2.0
2179.62 s
> Source component graph:
2179.62 s
> component lib:attoparsec-internal
2179.62 s
> component lib dependency lib:attoparsec-internal
2179.62 s
> component test:attoparsec-tests
2179.62 s
> dependency lib
2179.62 s
> dependency lib:attoparsec-internal
2179.62 s
> Configured component graph:
2179.62 s
> component attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
2179.62 s
> include array-0.5.8.0-f015
2179.62 s
> include base-4.20.2.0-edab
2179.62 s
> include bytestring-0.12.2.0-d4b6
2179.62 s
> include text-2.1.3-afaf
2179.62 s
> component attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
2179.62 s
> include array-0.5.8.0-f015
2179.62 s
> include attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
2179.62 s
> include base-4.20.2.0-edab
2179.62 s
> include bytestring-0.12.2.0-d4b6
2179.62 s
> include containers-0.7-8e24
2179.62 s
> include deepseq-1.5.0.0-500b
2179.62 s
> include ghc-prim-0.12.0-0db9
2179.62 s
> include scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
2179.62 s
> include text-2.1.3-afaf
2179.62 s
> include transformers-0.6.1.1-9cdc
2179.62 s
> component attoparsec-0.14.4-4ufI9nyNZPW1qDN48yTP5n-attoparsec-tests
2179.62 s
> include QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
2179.62 s
> include array-0.5.8.0-f015
2179.62 s
> include attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
2179.62 s
> include attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
2179.62 s
> include base-4.20.2.0-edab
2179.62 s
> include bytestring-0.12.2.0-d4b6
2179.62 s
> include deepseq-1.5.0.0-500b
2179.62 s
> include quickcheck-unicode-1.0.1.0-H8kHq9HGRxeEVtrxKwnzD1
2179.62 s
> include scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
2179.62 s
> include tasty-1.5.3-76yi2z8nymJChOrNxwslOM
2179.62 s
> include tasty-quickcheck-0.11.1-JdRPuAV0VUkJapijQUkRuP
2179.62 s
> include text-2.1.3-afaf
2179.62 s
> include transformers-0.6.1.1-9cdc
2179.62 s
> include vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
2179.62 s
> Linked component graph:
2179.62 s
> unit attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
2179.62 s
> include array-0.5.8.0-f015
2179.62 s
> include base-4.20.2.0-edab
2179.62 s
> include bytestring-0.12.2.0-d4b6
2179.62 s
> include text-2.1.3-afaf
2179.62 s
> Data.Attoparsec.ByteString.Buffer=attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal:Data.Attoparsec.ByteString.Buffer,Data.Attoparsec.ByteString.FastSet=attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal:Data.Attoparsec.ByteString.FastSet,Data.Attoparsec.Internal.Compat=attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal:Data.Attoparsec.Internal.Compat,Data.Attoparsec.Internal.Fhthagn=attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal:Data.Attoparsec.Internal.Fhthagn,Data.Attoparsec.Text.Buffer=attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal:Data.Attoparsec.Text.Buffer,Data.Attoparsec.Text.FastSet=attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal:Data.Attoparsec.Text.FastSet
2179.62 s
> unit attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
2179.62 s
> include array-0.5.8.0-f015
2179.62 s
> include attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
2179.62 s
> include base-4.20.2.0-edab
2179.62 s
> include bytestring-0.12.2.0-d4b6
2179.62 s
> include containers-0.7-8e24
2179.62 s
> include deepseq-1.5.0.0-500b
2179.62 s
> include ghc-prim-0.12.0-0db9
2179.62 s
> include scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
2179.62 s
> include text-2.1.3-afaf
2179.62 s
> include transformers-0.6.1.1-9cdc
2179.62 s
> Data.Attoparsec=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec,Data.Attoparsec.ByteString=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.ByteString,Data.Attoparsec.ByteString.Char8=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.ByteString.Char8,Data.Attoparsec.ByteString.Lazy=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.ByteString.Lazy,Data.Attoparsec.Char8=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Char8,Data.Attoparsec.Combinator=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Combinator,Data.Attoparsec.Internal=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Internal,Data.Attoparsec.Internal.Types=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Internal.Types,Data.Attoparsec.Lazy=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Lazy,Data.Attoparsec.Number=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Number,Data.Attoparsec.Text=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Text,Data.Attoparsec.Text.Lazy=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Text.Lazy,Data.Attoparsec.Types=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Types,Data.Attoparsec.Zepto=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Zepto
2179.62 s
> unit attoparsec-0.14.4-4ufI9nyNZPW1qDN48yTP5n-attoparsec-tests
2179.62 s
> include QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
2179.62 s
> include array-0.5.8.0-f015
2179.62 s
> include attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
2179.62 s
> include attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
2179.62 s
> include base-4.20.2.0-edab
2179.62 s
> include bytestring-0.12.2.0-d4b6
2179.62 s
> include deepseq-1.5.0.0-500b
2179.62 s
> include quickcheck-unicode-1.0.1.0-H8kHq9HGRxeEVtrxKwnzD1
2179.62 s
> include scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
2179.62 s
> include tasty-1.5.3-76yi2z8nymJChOrNxwslOM
2179.62 s
> include tasty-quickcheck-0.11.1-JdRPuAV0VUkJapijQUkRuP
2179.62 s
> include text-2.1.3-afaf
2179.62 s
> include transformers-0.6.1.1-9cdc
2179.62 s
> include vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
2179.62 s
> Ready component graph:
2179.62 s
> definite attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
2179.62 s
> depends array-0.5.8.0-f015
2179.62 s
> depends base-4.20.2.0-edab
2179.62 s
> depends bytestring-0.12.2.0-d4b6
2179.62 s
> depends text-2.1.3-afaf
2179.62 s
> definite attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
2179.62 s
> depends array-0.5.8.0-f015
2179.62 s
> depends attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
2179.62 s
> depends base-4.20.2.0-edab
2179.62 s
> depends bytestring-0.12.2.0-d4b6
2179.62 s
> depends containers-0.7-8e24
2179.62 s
> depends deepseq-1.5.0.0-500b
2179.62 s
> depends ghc-prim-0.12.0-0db9
2179.62 s
> depends scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
2179.62 s
> depends text-2.1.3-afaf
2179.62 s
> depends transformers-0.6.1.1-9cdc
2179.62 s
> definite attoparsec-0.14.4-4ufI9nyNZPW1qDN48yTP5n-attoparsec-tests
2179.62 s
> depends QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
2179.62 s
> depends array-0.5.8.0-f015
2179.62 s
> depends attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
2179.62 s
> depends attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
2179.62 s
> depends base-4.20.2.0-edab
2179.62 s
> depends bytestring-0.12.2.0-d4b6
2179.62 s
> depends deepseq-1.5.0.0-500b
2179.62 s
> depends quickcheck-unicode-1.0.1.0-H8kHq9HGRxeEVtrxKwnzD1
2179.62 s
> depends scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
2179.62 s
> depends tasty-1.5.3-76yi2z8nymJChOrNxwslOM
2179.62 s
> depends tasty-quickcheck-0.11.1-JdRPuAV0VUkJapijQUkRuP
2179.62 s
> depends text-2.1.3-afaf
2179.62 s
> depends transformers-0.6.1.1-9cdc
2179.62 s
> depends vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
2179.62 s
> Using Cabal-3.12.1.0 compiled by ghc-9.10
2179.62 s
> Using compiler: ghc-9.10.3
2179.62 s
> Using install prefix:
2179.62 s
> /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4
2179.62 s
> Executables installed in:
2179.62 s
> /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/bin
2179.62 s
> Libraries installed in:
2179.62 s
> /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
2179.62 s
> Dynamic Libraries installed in:
2179.62 s
> /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
2179.62 s
> Private executables installed in:
2179.62 s
> /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/libexec/x86_64-linux-ghc-9.10.3-2929/attoparsec-0.14.4
2179.62 s
> Data files installed in:
2179.62 s
> /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/share/x86_64-linux-ghc-9.10.3-2929/attoparsec-0.14.4
2179.62 s
> Documentation installed in:
2179.62 s
> /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/share/doc/x86_64-linux-ghc-9.10.3-2929/attoparsec-0.14.4
2179.62 s
> Configuration files installed in:
2179.62 s
> /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/etc
2179.62 s
> No alex found
2179.62 s
> Using ar found on system at:
2179.62 s
> /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
2179.62 s
> No c2hs found
2179.62 s
> No cpphs found
2179.62 s
> No doctest found
2179.62 s
> Using gcc version 14.3.0 given by user at:
2179.62 s
> /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
2179.62 s
> Using ghc version 9.10.3 found on system at:
2179.62 s
> /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
2179.62 s
> Using ghc-pkg version 9.10.3 found on system at:
2179.62 s
> /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
2179.62 s
> No ghcjs found
2179.62 s
> No ghcjs-pkg found
2179.62 s
> No greencard found
2179.62 s
> Using haddock version 2.31.1 found on system at:
2179.62 s
> /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
2179.62 s
> No happy found
2179.62 s
> Using haskell-suite found on system at: haskell-suite-dummy-location
2179.62 s
> Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2179.62 s
> No hmake found
2179.62 s
> Using hpc version 0.69 found on system at:
2179.62 s
> /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
2179.62 s
> Using hsc2hs version 0.68.10 found on system at:
2179.62 s
> /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
2179.62 s
> Using hscolour version 1.25 found on system at:
2179.62 s
> /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
2179.62 s
> No jhc found
2179.62 s
> Using ld found on system at:
2179.62 s
> /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
2179.62 s
> No pkg-config found
2179.62 s
> Using runghc version 9.10.3 found on system at:
2179.62 s
> /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
2179.62 s
> Using strip version 2.44 found on system at:
2179.62 s
> /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
2179.62 s
> Using tar found on system at:
2179.62 s
> /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
2179.62 s
> No uhc found
2179.62 s
> Running phase: buildPhase
2179.62 s
> Preprocessing library 'attoparsec-internal' for attoparsec-0.14.4...
2179.62 s
> Building library 'attoparsec-internal' for attoparsec-0.14.4...
2179.62 s
> [1 of 6] Compiling Data.Attoparsec.ByteString.FastSet ( internal/Data/Attoparsec/ByteString/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/FastSet.o, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/FastSet.dyn_o )
2179.62 s
> internal/Data/Attoparsec/ByteString/FastSet.hs:97:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
2179.62 s
> In the use of ‘memset’
2179.62 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
2179.62 s
> Deprecated: "Use Foreign.Marshal.Utils.fillBytes instead"
2179.62 s
> |
2179.62 s
> 97 | _ <- I.memset t 0 32
2179.62 s
> | ^^^^^^^^
2179.62 s
>
2179.62 s
> [2 of 6] Compiling Data.Attoparsec.Internal.Compat ( internal/Data/Attoparsec/Internal/Compat.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Compat.o, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Compat.dyn_o )
2179.62 s
> [3 of 6] Compiling Data.Attoparsec.Internal.Fhthagn ( internal/Data/Attoparsec/Internal/Fhthagn.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Fhthagn.o, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Fhthagn.dyn_o )
2179.62 s
> [4 of 6] Compiling Data.Attoparsec.ByteString.Buffer ( internal/Data/Attoparsec/ByteString/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/Buffer.o, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/Buffer.dyn_o )
2179.62 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:62:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘Data.Semigroup’ is redundant
2179.62 s
> except perhaps to import instances from ‘Data.Semigroup’
2179.62 s
> To import instances alone, use: import Data.Semigroup()
2179.62 s
> |
2179.62 s
> 62 | import Data.Semigroup (Semigroup(..))
2179.62 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:121:11: warning : [ GHC-68441 ] [ -Wdeprecations ]
2179.62 s
> In the use of ‘memcpy’
2179.62 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
2179.62 s
> Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
2179.62 s
> |
2179.62 s
> 121 | memcpy (ptr0 `plusPtr` (off0+len0))
2179.62 s
> | ^^^^^^
2179.62 s
>
2179.62 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:132:13: warning : [ GHC-68441 ] [ -Wdeprecations ]
2179.62 s
> In the use of ‘memcpy’
2179.62 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
2179.62 s
> Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
2179.62 s
> |
2179.62 s
> 132 | memcpy ptr (ptr0 `plusPtr` off0) (fromIntegral len0)
2179.62 s
> | ^^^^^^
2179.62 s
>
2179.62 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:133:13: warning : [ GHC-68441 ] [ -Wdeprecations ]
2179.62 s
> In the use of ‘memcpy’
2179.62 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
2179.62 s
> Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
2179.62 s
> |
2179.62 s
> 133 | memcpy (ptr `plusPtr` len0) (ptr1 `plusPtr` off1)
2179.62 s
> | ^^^^^^
2179.62 s
>
2179.62 s
> [5 of 6] Compiling Data.Attoparsec.Text.Buffer ( internal/Data/Attoparsec/Text/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/Buffer.o, dist/build/attoparsec-internal/Data/Attoparsec/Text/Buffer.dyn_o )
2179.62 s
> internal/Data/Attoparsec/Text/Buffer.hs:44:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘Data.Semigroup’ is redundant
2179.62 s
> except perhaps to import instances from ‘Data.Semigroup’
2179.62 s
> To import instances alone, use: import Data.Semigroup()
2179.62 s
> |
2179.62 s
> 44 | import Data.Semigroup (Semigroup(..))
2179.62 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> [6 of 6] Compiling Data.Attoparsec.Text.FastSet ( internal/Data/Attoparsec/Text/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/FastSet.o, dist/build/attoparsec-internal/Data/Attoparsec/Text/FastSet.dyn_o )
2179.62 s
> [1 of 6] Compiling Data.Attoparsec.ByteString.FastSet ( internal/Data/Attoparsec/ByteString/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/FastSet.p_o )
2179.62 s
> internal/Data/Attoparsec/ByteString/FastSet.hs:97:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
2179.62 s
> In the use of ‘memset’
2179.62 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
2179.62 s
> Deprecated: "Use Foreign.Marshal.Utils.fillBytes instead"
2179.62 s
> |
2179.62 s
> 97 | _ <- I.memset t 0 32
2179.62 s
> | ^^^^^^^^
2179.62 s
>
2179.62 s
> [2 of 6] Compiling Data.Attoparsec.Internal.Compat ( internal/Data/Attoparsec/Internal/Compat.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Compat.p_o )
2179.62 s
> [3 of 6] Compiling Data.Attoparsec.Internal.Fhthagn ( internal/Data/Attoparsec/Internal/Fhthagn.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Fhthagn.p_o )
2179.62 s
> [4 of 6] Compiling Data.Attoparsec.ByteString.Buffer ( internal/Data/Attoparsec/ByteString/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/Buffer.p_o )
2179.62 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:62:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘Data.Semigroup’ is redundant
2179.62 s
> except perhaps to import instances from ‘Data.Semigroup’
2179.62 s
> To import instances alone, use: import Data.Semigroup()
2179.62 s
> |
2179.62 s
> 62 | import Data.Semigroup (Semigroup(..))
2179.62 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:121:11: warning : [ GHC-68441 ] [ -Wdeprecations ]
2179.62 s
> In the use of ‘memcpy’
2179.62 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
2179.62 s
> Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
2179.62 s
> |
2179.62 s
> 121 | memcpy (ptr0 `plusPtr` (off0+len0))
2179.62 s
> | ^^^^^^
2179.62 s
>
2179.62 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:132:13: warning : [ GHC-68441 ] [ -Wdeprecations ]
2179.62 s
> In the use of ‘memcpy’
2179.62 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
2179.62 s
> Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
2179.62 s
> |
2179.62 s
> 132 | memcpy ptr (ptr0 `plusPtr` off0) (fromIntegral len0)
2179.62 s
> | ^^^^^^
2179.62 s
>
2179.62 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:133:13: warning : [ GHC-68441 ] [ -Wdeprecations ]
2179.62 s
> In the use of ‘memcpy’
2179.62 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
2179.62 s
> Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
2179.62 s
> |
2179.62 s
> 133 | memcpy (ptr `plusPtr` len0) (ptr1 `plusPtr` off1)
2179.62 s
> | ^^^^^^
2179.62 s
>
2179.62 s
> [5 of 6] Compiling Data.Attoparsec.Text.Buffer ( internal/Data/Attoparsec/Text/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/Buffer.p_o )
2179.62 s
> internal/Data/Attoparsec/Text/Buffer.hs:44:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘Data.Semigroup’ is redundant
2179.62 s
> except perhaps to import instances from ‘Data.Semigroup’
2179.62 s
> To import instances alone, use: import Data.Semigroup()
2179.62 s
> |
2179.62 s
> 44 | import Data.Semigroup (Semigroup(..))
2179.62 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> [6 of 6] Compiling Data.Attoparsec.Text.FastSet ( internal/Data/Attoparsec/Text/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/FastSet.p_o )
2179.62 s
> Preprocessing library for attoparsec-0.14.4...
2179.62 s
> Building library for attoparsec-0.14.4...
2179.62 s
> [ 1 of 16] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.o, dist/build/Data/Attoparsec/Internal/Types.dyn_o )
2179.62 s
> Data/Attoparsec/Internal/Types.hs:28:53: warning : [ GHC-38856 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘<$>’ from module ‘Control.Applicative’ is redundant
2179.62 s
> |
2179.62 s
> 28 | import Control.Applicative as App (Applicative(..), (<$>) )
2179.62 s
> | ^^^^^
2179.62 s
>
2179.62 s
> Data/Attoparsec/Internal/Types.hs:34:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘Data.Semigroup’ is redundant
2179.62 s
> except perhaps to import instances from ‘Data.Semigroup’
2179.62 s
> To import instances alone, use: import Data.Semigroup()
2179.62 s
> |
2179.62 s
> 34 | import Data.Semigroup (Semigroup(..))
2179.62 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> [ 2 of 16] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.o, dist/build/Data/Attoparsec/Internal.dyn_o )
2179.62 s
> [ 3 of 16] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.o, dist/build/Data/Attoparsec/Number.dyn_o )
2179.62 s
> [ 4 of 16] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, dist/build/Data/Attoparsec/Types.o, dist/build/Data/Attoparsec/Types.dyn_o )
2179.62 s
> [ 5 of 16] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.o, dist/build/Data/Attoparsec/Zepto.dyn_o )
2179.62 s
> Data/Attoparsec/Zepto.hs:46:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘Data.Semigroup’ is redundant
2179.62 s
> except perhaps to import instances from ‘Data.Semigroup’
2179.62 s
> To import instances alone, use: import Data.Semigroup()
2179.62 s
> |
2179.62 s
> 46 | import Data.Semigroup (Semigroup(..))
2179.62 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> [ 6 of 16] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.o, dist/build/Data/Attoparsec/Combinator.dyn_o )
2179.62 s
> Data/Attoparsec/Combinator.hs:46:46: warning : [ GHC-38856 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘liftA2’
2179.62 s
> from module ‘Control.Applicative’ is redundant
2179.62 s
> |
2179.62 s
> 46 | import Control.Applicative (Alternative(..), liftA2 , many, (<|>))
2179.62 s
> | ^^^^^^
2179.62 s
>
2179.62 s
> [ 7 of 16] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.o, dist/build/Data/Attoparsec/Text/Internal.dyn_o )
2179.62 s
> Data/Attoparsec/Text/Internal.hs:68:36: warning : [ GHC-38856 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘*>, <$>, pure’
2179.62 s
> from module ‘Control.Applicative’ is redundant
2179.62 s
> |
2179.62 s
> 68 | import Control.Applicative ((<|>), (<$>), pure, (*>) )
2179.62 s
> | ^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> Data/Attoparsec/Text/Internal.hs:91:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2179.62 s
> The use of ‘~’ without TypeOperators
2179.62 s
> will become an error in a future GHC release.
2179.62 s
> Suggested fix: Perhaps you intended to use TypeOperators
2179.62 s
> |
2179.62 s
> 91 | instance (a ~ Text) => IsString (Parser a) where
2179.62 s
> | ^
2179.62 s
>
2179.62 s
> [ 8 of 16] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.o, dist/build/Data/Attoparsec/Text.dyn_o )
2179.62 s
> [ 9 of 16] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.o, dist/build/Data/Attoparsec/Text/Lazy.dyn_o )
2179.62 s
> [10 of 16] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.o, dist/build/Data/Attoparsec/ByteString/Internal.dyn_o )
2179.62 s
> [11 of 16] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.o, dist/build/Data/Attoparsec/ByteString.dyn_o )
2179.62 s
> [12 of 16] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, dist/build/Data/Attoparsec/ByteString/Lazy.o, dist/build/Data/Attoparsec/ByteString/Lazy.dyn_o )
2179.62 s
> [13 of 16] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.o, dist/build/Data/Attoparsec/Lazy.dyn_o )
2179.62 s
> [14 of 16] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.o, dist/build/Data/Attoparsec/ByteString/Char8.dyn_o )
2179.62 s
> Data/Attoparsec/ByteString/Char8.hs:154:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2179.62 s
> The use of ‘~’ without TypeOperators
2179.62 s
> will become an error in a future GHC release.
2179.62 s
> Suggested fix: Perhaps you intended to use TypeOperators
2179.62 s
> |
2179.62 s
> 154 | instance (a ~ B.ByteString) => IsString (Parser a) where
2179.62 s
> | ^
2179.62 s
>
2179.62 s
> [15 of 16] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.o, dist/build/Data/Attoparsec/Char8.dyn_o )
2179.62 s
> [16 of 16] Compiling Data.Attoparsec ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.o, dist/build/Data/Attoparsec.dyn_o )
2179.62 s
> [ 1 of 16] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.p_o )
2179.62 s
> Data/Attoparsec/Internal/Types.hs:28:53: warning : [ GHC-38856 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘<$>’ from module ‘Control.Applicative’ is redundant
2179.62 s
> |
2179.62 s
> 28 | import Control.Applicative as App (Applicative(..), (<$>) )
2179.62 s
> | ^^^^^
2179.62 s
>
2179.62 s
> Data/Attoparsec/Internal/Types.hs:34:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘Data.Semigroup’ is redundant
2179.62 s
> except perhaps to import instances from ‘Data.Semigroup’
2179.62 s
> To import instances alone, use: import Data.Semigroup()
2179.62 s
> |
2179.62 s
> 34 | import Data.Semigroup (Semigroup(..))
2179.62 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> [ 2 of 16] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.p_o )
2179.62 s
> [ 3 of 16] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.p_o )
2179.62 s
> [ 4 of 16] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, dist/build/Data/Attoparsec/Types.p_o )
2179.62 s
> [ 5 of 16] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.p_o )
2179.62 s
> Data/Attoparsec/Zepto.hs:46:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘Data.Semigroup’ is redundant
2179.62 s
> except perhaps to import instances from ‘Data.Semigroup’
2179.62 s
> To import instances alone, use: import Data.Semigroup()
2179.62 s
> |
2179.62 s
> 46 | import Data.Semigroup (Semigroup(..))
2179.62 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> [ 6 of 16] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.p_o )
2179.62 s
> Data/Attoparsec/Combinator.hs:46:46: warning : [ GHC-38856 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘liftA2’
2179.62 s
> from module ‘Control.Applicative’ is redundant
2179.62 s
> |
2179.62 s
> 46 | import Control.Applicative (Alternative(..), liftA2 , many, (<|>))
2179.62 s
> | ^^^^^^
2179.62 s
>
2179.62 s
> [ 7 of 16] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.p_o )
2179.62 s
> Data/Attoparsec/Text/Internal.hs:68:36: warning : [ GHC-38856 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘*>, <$>, pure’
2179.62 s
> from module ‘Control.Applicative’ is redundant
2179.62 s
> |
2179.62 s
> 68 | import Control.Applicative ((<|>), (<$>), pure, (*>) )
2179.62 s
> | ^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> Data/Attoparsec/Text/Internal.hs:91:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2179.62 s
> The use of ‘~’ without TypeOperators
2179.62 s
> will become an error in a future GHC release.
2179.62 s
> Suggested fix: Perhaps you intended to use TypeOperators
2179.62 s
> |
2179.62 s
> 91 | instance (a ~ Text) => IsString (Parser a) where
2179.62 s
> | ^
2179.62 s
>
2179.62 s
> [ 8 of 16] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.p_o )
2179.62 s
> [ 9 of 16] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.p_o )
2179.62 s
> [10 of 16] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.p_o )
2179.62 s
> [11 of 16] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.p_o )
2179.62 s
> [12 of 16] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, dist/build/Data/Attoparsec/ByteString/Lazy.p_o )
2179.62 s
> [13 of 16] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.p_o )
2179.62 s
> [14 of 16] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.p_o )
2179.62 s
> Data/Attoparsec/ByteString/Char8.hs:154:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2179.62 s
> The use of ‘~’ without TypeOperators
2179.62 s
> will become an error in a future GHC release.
2179.62 s
> Suggested fix: Perhaps you intended to use TypeOperators
2179.62 s
> |
2179.62 s
> 154 | instance (a ~ B.ByteString) => IsString (Parser a) where
2179.62 s
> | ^
2179.62 s
>
2179.62 s
> [15 of 16] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.p_o )
2179.62 s
> [16 of 16] Compiling Data.Attoparsec ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.p_o )
2179.62 s
> Preprocessing test suite 'attoparsec-tests' for attoparsec-0.14.4...
2179.62 s
> Building test suite 'attoparsec-tests' for attoparsec-0.14.4...
2179.62 s
> [ 1 of 12] Compiling QC.Common ( tests/QC/Common.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Common.o )
2179.62 s
> [ 2 of 12] Compiling QC.Combinator ( tests/QC/Combinator.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Combinator.o )
2179.62 s
> [ 3 of 12] Compiling QC.ByteString ( tests/QC/ByteString.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/ByteString.o )
2179.62 s
> [ 4 of 12] Compiling QC.Buffer ( tests/QC/Buffer.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Buffer.o )
2179.62 s
> [ 5 of 12] Compiling QC.IPv6.Types ( tests/QC/IPv6/Types.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/IPv6/Types.o )
2179.62 s
> [ 6 of 12] Compiling QC.IPv6.Internal ( tests/QC/IPv6/Internal.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/IPv6/Internal.o )
2179.62 s
> tests/QC/IPv6/Internal.hs:32:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘Control.Monad’ is redundant
2179.62 s
> except perhaps to import instances from ‘Control.Monad’
2179.62 s
> To import instances alone, use: import Control.Monad()
2179.62 s
> |
2179.62 s
> 32 | import Control.Monad (replicateM)
2179.62 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:34:27: warning : [ GHC-38856 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘isHexDigit, toLower’
2179.62 s
> from module ‘Data.Char’ is redundant
2179.62 s
> |
2179.62 s
> 34 | import Data.Char (isDigit,isHexDigit,toLower )
2179.62 s
> | ^^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:35:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘Data.Monoid’ is redundant
2179.62 s
> except perhaps to import instances from ‘Data.Monoid’
2179.62 s
> To import instances alone, use: import Data.Monoid()
2179.62 s
> |
2179.62 s
> 35 | import Data.Monoid ((<>))
2179.62 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:36:35: warning : [ GHC-38856 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘<*’ from module ‘Control.Applicative’ is redundant
2179.62 s
> |
2179.62 s
> 36 | import Control.Applicative ((<|>),(<*) )
2179.62 s
> | ^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:38:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘Data.Word’ is redundant
2179.62 s
> except perhaps to import instances from ‘Data.Word’
2179.62 s
> To import instances alone, use: import Data.Word()
2179.62 s
> |
2179.62 s
> 38 | import Data.Word (Word32)
2179.62 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:46:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
2179.62 s
> Top-level binding with no type signature: tok0 :: T.Text
2179.62 s
> |
2179.62 s
> 46 | tok0 = "0"
2179.62 s
> | ^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:68:36: warning : [ GHC-40910 ] [ -Wunused-matches ]
2179.62 s
> Defined but not used: ‘tok1’
2179.62 s
> |
2179.62 s
> 68 | isIPv6Addr [DoubleColon,SixteenBit tok1 ] = True
2179.62 s
> | ^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:77:17: warning : [ GHC-18042 ] [ -Wtype-defaults ]
2179.62 s
> • Defaulting the type variable ‘a0’ to type ‘Integer’ in the following constraints
2179.62 s
> (Eq a0)
2179.62 s
> arising from the literal ‘0’ at tests/QC/IPv6/Internal.hs:77:17
2179.62 s
> (Num a0)
2179.62 s
> arising from the literal ‘0’ at tests/QC/IPv6/Internal.hs:77:17
2179.62 s
> (Num a0)
2179.62 s
> arising from a use of ‘oneMoreIPv4Addr’
2179.62 s
> at tests/QC/IPv6/Internal.hs:109:23-37
2179.62 s
> (Eq a0)
2179.62 s
> arising from a use of ‘==’ at tests/QC/IPv6/Internal.hs:221:45-46
2179.62 s
> (Num a0)
2179.62 s
> arising from the literal ‘1’ at tests/QC/IPv6/Internal.hs:221:48
2179.62 s
> • In the pattern: 0
2179.62 s
> In a case alternative:
2179.62 s
> 0 -> case lasttk of
2179.62 s
> SixteenBit _ -> lenconst
2179.62 s
> DoubleColon -> lenconst
2179.62 s
> AllZeros -> lenconst
2179.62 s
> _ -> False
2179.62 s
> In the second argument of ‘(&&)’, namely
2179.62 s
> ‘(case countIPv4Addr tks of
2179.62 s
> 0 -> case lasttk of
2179.62 s
> SixteenBit _ -> lenconst
2179.62 s
> DoubleColon -> lenconst
2179.62 s
> AllZeros -> lenconst
2179.62 s
> _ -> False
2179.62 s
> 1 -> case lasttk of
2179.62 s
> IPv4Addr _
2179.62 s
> -> (lentks == 13 && cdctks == 0) || (lentks < 12 && cdctks == 1)
2179.62 s
> _ -> False
2179.62 s
> otherwise -> False)’
2179.62 s
> |
2179.62 s
> 77 | 0 -> case lasttk of
2179.62 s
> | ^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:85:17: warning : [ GHC-40910 ] [ -Wunused-matches ]
2179.62 s
> Defined but not used: ‘otherwise’
2179.62 s
> |
2179.62 s
> 85 | otherwise -> False))
2179.62 s
> | ^^^^^^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:85:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2179.62 s
> This binding for ‘otherwise’ shadows the existing binding
2179.62 s
> imported from ‘Prelude’ at tests/QC/IPv6/Internal.hs:16:8-23
2179.62 s
> (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2179.62 s
> |
2179.62 s
> 85 | otherwise -> False))
2179.62 s
> | ^^^^^^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:89:29: warning : [ GHC-63394 ] [ -Wx-partial ]
2179.62 s
> In the use of ‘head’
2179.62 s
> (imported from Prelude, but defined in GHC.Internal.List):
2179.62 s
> "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2179.62 s
> |
2179.62 s
> 89 | let h = head ts
2179.62 s
> | ^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:101:26: warning : [ GHC-63394 ] [ -Wx-partial ]
2179.62 s
> In the use of ‘head’
2179.62 s
> (imported from Prelude, but defined in GHC.Internal.List):
2179.62 s
> "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2179.62 s
> |
2179.62 s
> 101 | case head l of
2179.62 s
> | ^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:107:17: warning : [ GHC-40910 ] [ -Wunused-local-binds ]
2179.62 s
> Defined but not used: ‘tok1’
2179.62 s
> |
2179.62 s
> 107 | tok1 = "1"
2179.62 s
> | ^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:107:24: warning : [ GHC-18042 ] [ -Wtype-defaults ]
2179.62 s
> • Defaulting the type variable ‘a0’ to type ‘String’ in the following constraint
2179.62 s
> ghc-internal-9.1003.0:GHC.Internal.Data.String.IsString a0
2179.62 s
> arising from the literal ‘"1"’
2179.62 s
> • In the expression: "1"
2179.62 s
> In an equation for ‘tok1’: tok1 = "1"
2179.62 s
> In an equation for ‘isIPv6Addr’:
2179.62 s
> isIPv6Addr tks
2179.62 s
> = diffNext tks
2179.62 s
> &&
2179.62 s
> (do let cdctks = countDoubleColon tks
2179.62 s
> let lentks = length tks
2179.62 s
> let lasttk = last tks
2179.62 s
> let lenconst
2179.62 s
> = (lentks == 15 && cdctks == 0) || (lentks < 15 && cdctks == 1)
2179.62 s
> ....)
2179.62 s
> where
2179.62 s
> diffNext [] = False
2179.62 s
> diffNext [_] = True
2179.62 s
> diffNext (t : ts)
2179.62 s
> = do let ...
2179.62 s
> ....
2179.62 s
> firstValidToken l
2179.62 s
> = case head l of
2179.62 s
> SixteenBit _ -> True
2179.62 s
> DoubleColon -> True
2179.62 s
> AllZeros -> True
2179.62 s
> _ -> False
2179.62 s
> countDoubleColon l = length $ elemIndices DoubleColon l
2179.62 s
> tok1 = "1"
2179.62 s
> |
2179.62 s
> 107 | tok1 = "1"
2179.62 s
> | ^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:109:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
2179.62 s
> Top-level binding with no type signature:
2179.62 s
> countIPv4Addr :: [IPv6AddrToken] -> Integer
2179.62 s
> |
2179.62 s
> 109 | countIPv4Addr = foldr oneMoreIPv4Addr 0
2179.62 s
> | ^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:113:31: warning : [ GHC-40910 ] [ -Wunused-matches ]
2179.62 s
> Defined but not used: ‘otherwise’
2179.62 s
> |
2179.62 s
> 113 | otherwise -> c
2179.62 s
> | ^^^^^^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:113:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2179.62 s
> This binding for ‘otherwise’ shadows the existing binding
2179.62 s
> imported from ‘Prelude’ at tests/QC/IPv6/Internal.hs:16:8-23
2179.62 s
> (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2179.62 s
> |
2179.62 s
> 113 | otherwise -> c
2179.62 s
> | ^^^^^^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:145:5: warning : [ GHC-62161 ] [ -Wincomplete-patterns ]
2179.62 s
> Pattern match(es) are non-exhaustive
2179.62 s
> In a case alternative:
2179.62 s
> Patterns of type ‘IResult T.Text [IPv6AddrToken]’ not matched:
2179.62 s
> Partial _
2179.62 s
> |
2179.62 s
> 145 | case readText s of
2179.62 s
> | ^^^^^^^^^^^^^^^^^^...
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:149:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2179.62 s
> This binding for ‘s’ shadows the existing binding
2179.62 s
> bound at tests/QC/IPv6/Internal.hs:144:21
2179.62 s
> |
2179.62 s
> 149 | readText s = feed (parse (many1 $ ipv4Addr <|> sixteenBit <|> doubleColon <|> colon) s) T.empty
2179.62 s
> | ^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:212:55: warning : [ GHC-63394 ] [ -Wx-partial ]
2179.62 s
> In the use of ‘tail’
2179.62 s
> (imported from Prelude, but defined in GHC.Internal.List):
2179.62 s
> "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
2179.62 s
> |
2179.62 s
> 212 | let snds = if not (null (snd s)) then tail (snd s) else []
2179.62 s
> | ^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:219:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2179.62 s
> This binding for ‘x’ shadows the existing binding
2179.62 s
> bound at tests/QC/IPv6/Internal.hs:218:42
2179.62 s
> |
2179.62 s
> 219 | ntks tks - foldl (\c x -> if (x /= DoubleColon) && (x /= Colon) then c+1 else c) 0 x
2179.62 s
> | ^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:221:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2179.62 s
> This binding for ‘tks’ shadows the existing binding
2179.62 s
> bound at tests/QC/IPv6/Internal.hs:207:17
2179.62 s
> |
2179.62 s
> 221 | ntks tks = if countIPv4Addr tks == 1 then 7 else 8
2179.62 s
> | ^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:242:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2179.62 s
> This binding for ‘t’ shadows the existing binding
2179.62 s
> bound at tests/QC/IPv6/Internal.hs:235:23
2179.62 s
> |
2179.62 s
> 242 | where longest t = case t of
2179.62 s
> | ^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:247:21: warning : [ GHC-63394 ] [ -Wx-partial ]
2179.62 s
> In the use of ‘head’
2179.62 s
> (imported from Prelude, but defined in GHC.Internal.List):
2179.62 s
> "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2179.62 s
> |
2179.62 s
> 247 | helper h = (head h == AllZeros, lh) where lh = length h
2179.62 s
> | ^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:298:12: warning : [ GHC-18042 ] [ -Wtype-defaults ]
2179.62 s
> • Defaulting the type variable ‘a0’ to type ‘Integer’ in the following constraints
2179.62 s
> (Integral a0)
2179.62 s
> arising from a use of ‘R.decimal’
2179.62 s
> at tests/QC/IPv6/Internal.hs:298:12-20
2179.62 s
> (Ord a0)
2179.62 s
> arising from a use of ‘<’ at tests/QC/IPv6/Internal.hs:299:39
2179.62 s
> (Num a0)
2179.62 s
> arising from the literal ‘256’
2179.62 s
> at tests/QC/IPv6/Internal.hs:299:41-43
2179.62 s
> (Show a0)
2179.62 s
> arising from a use of ‘show’ at tests/QC/IPv6/Internal.hs:299:59-62
2179.62 s
> • In the expression: R.decimal ds
2179.62 s
> In a stmt of a 'do' block:
2179.62 s
> case R.decimal ds of
2179.62 s
> Right (n, _)
2179.62 s
> -> return (if n < 256 then T.pack $ show n else T.empty)
2179.62 s
> Left _ -> return T.empty
2179.62 s
> In the expression:
2179.62 s
> do ds <- takeWhile1 isDigit
2179.62 s
> case R.decimal ds of
2179.62 s
> Right (n, _)
2179.62 s
> -> return (if n < 256 then T.pack $ show n else T.empty)
2179.62 s
> Left _ -> return T.empty
2179.62 s
> |
2179.62 s
> 298 | case R.decimal ds of
2179.62 s
> | ^^^^^^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:304:5: warning : [ GHC-81995 ] [ -Wunused-do-bind ]
2179.62 s
> A do-notation statement discarded a result of type ‘T.Text’
2179.62 s
> Suggested fix: Suppress this warning by saying ‘_ <- string "::"’
2179.62 s
> |
2179.62 s
> 304 | string "::"
2179.62 s
> | ^^^^^^^^^^^
2179.62 s
>
2179.62 s
> tests/QC/IPv6/Internal.hs:309:5: warning : [ GHC-81995 ] [ -Wunused-do-bind ]
2179.62 s
> A do-notation statement discarded a result of type ‘T.Text’
2179.62 s
> Suggested fix: Suppress this warning by saying ‘_ <- string ":"’
2179.62 s
> |
2179.62 s
> 309 | string ":"
2179.62 s
> | ^^^^^^^^^^
2179.62 s
>
2179.62 s
> [ 7 of 12] Compiling QC.Rechunked ( tests/QC/Rechunked.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Rechunked.o )
2179.62 s
> [ 8 of 12] Compiling QC.Simple ( tests/QC/Simple.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Simple.o )
2179.62 s
> tests/QC/Simple.hs:10:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘Data.List’ is redundant
2179.62 s
> except perhaps to import instances from ‘Data.List’
2179.62 s
> To import instances alone, use: import Data.List()
2179.62 s
> |
2179.62 s
> 10 | import Data.List (foldl')
2179.62 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> [ 9 of 12] Compiling QC.Text.FastSet ( tests/QC/Text/FastSet.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text/FastSet.o )
2179.62 s
> [10 of 12] Compiling QC.Text.Regressions ( tests/QC/Text/Regressions.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text/Regressions.o )
2179.62 s
> tests/QC/Text/Regressions.hs:9:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘Data.List’ is redundant
2179.62 s
> except perhaps to import instances from ‘Data.List’
2179.62 s
> To import instances alone, use: import Data.List()
2179.62 s
> |
2179.62 s
> 9 | import Data.List (foldl')
2179.62 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> tests/QC/Text/Regressions.hs:12:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2179.62 s
> The import of ‘Data.Monoid’ is redundant
2179.62 s
> except perhaps to import instances from ‘Data.Monoid’
2179.62 s
> To import instances alone, use: import Data.Monoid()
2179.62 s
> |
2179.62 s
> 12 | import Data.Monoid ((<>))
2179.62 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^
2179.62 s
>
2179.62 s
> [11 of 12] Compiling QC.Text ( tests/QC/Text.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text.o )
2179.62 s
> [12 of 12] Compiling Main ( tests/QC.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/Main.o )
2179.62 s
> [13 of 13] Linking dist/build/attoparsec-tests/attoparsec-tests
2179.62 s
> buildPhase completed in 56 seconds
2179.62 s
> Running phase: checkPhase
2179.62 s
> Running 1 test suites...
2179.62 s
> Test suite attoparsec-tests: RUNNING...
2179.62 s
> tests
2179.62 s
> bs
2179.62 s
> anyWord8: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> endOfInput: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> endOfLine: OK
2179.62 s
> +++ OK, failed as expected. Falsified, Falsified (after 2 tests):
2179.62 s
> "\NUL"
2179.62 s
> '\NUL' /= '\n'
2179.62 s
>
2179.62 s
> ('\NUL',Nothing) /= ('\r',Just '\n')
2179.62 s
> notWord8: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> peekWord8: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> peekWord8': OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> satisfy: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> satisfyWith: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> scan: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> skip: OK
2179.62 s
> +++ OK, failed as expected. Falsified (after 3 tests and 2 shrinks):
2179.62 s
> 0
2179.62 s
> "\NUL"
2179.62 s
> not (0 < 0)
2179.62 s
> skipWhile: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> string: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> stringCI: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> strings: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> take: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> takeByteString: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> takeCount: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> takeLazyByteString: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> takeTill: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> takeWhile: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> takeWhile1: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> takeWhile1_empty: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> takeWhileIncluding: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> getChunk: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> word8: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> members: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> nonmembers: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> buf
2179.62 s
> b_unbuffer: OK (0.01s)
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> t_unbuffer: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> t_unbuffer_three: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> b_length: OK (0.01s)
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> t_length: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> b_unsafeIndex: OK (0.01s)
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> t_iter: FAIL
2179.62 s
> *** Failed! Falsified, Falsified (after 4 tests and 15 shrinks):
2179.62 s
> BP ["\3282",""] "\3282" "\3282"
2179.62 s
> 3 /= 0
2179.62 s
>
2179.62 s
> ('\-3072',2) /= ('\-2841',2)
2179.62 s
>
2179.62 s
> Use --quickcheck-replay="(SMGen 13282552345474804135 10907083141084641731,3)" to reproduce.
2179.62 s
> Use -p '$0=="tests.buf.t_iter"' to rerun this test only.
2179.62 s
> t_iter_: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> b_unsafeDrop: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> t_dropCodeUnits: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> combinator
2179.62 s
> choice: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> count: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> lookAhead: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> match: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> simple
2179.62 s
> issue75: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> text
2179.62 s
> anyChar: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> asciiCI: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> char: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> endOfInput: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> endOfLine: OK
2179.62 s
> +++ OK, failed as expected. Falsified, Falsified (after 5 tests and 1 shrink):
2179.62 s
> "\NUL"
2179.62 s
> '\NUL' /= '\n'
2179.62 s
>
2179.62 s
> ('\NUL',Nothing) /= ('\r',Just '\n')
2179.62 s
> notChar: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> peekChar: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> peekChar': OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> satisfy: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> satisfyWith: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> scan: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> skip: OK
2179.62 s
> +++ OK, failed as expected. Falsified (after 3 tests and 18 shrinks):
2179.62 s
> 'a'
2179.62 s
> "a"
2179.62 s
> not ('a' < 'a')
2179.62 s
> skipWhile: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> string: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> strings: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> stringCI: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> take: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> takeText: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> takeCount: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> takeLazyText: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> takeTill: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> takeWhile: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> takeWhile1: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> takeWhile1_empty: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> members: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> nonmembers: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> FastSet
2179.62 s
> membership is correct: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
> Regressions
2179.62 s
> issue105: OK
2179.62 s
> +++ OK, passed 100 tests.
2179.62 s
>
2179.62 s
> 1 out of 70 tests failed (0.13s)
2179.62 s
> Test suite attoparsec-tests: FAIL
2179.62 s
> Test suite logged to: dist/test/attoparsec-0.14.4-attoparsec-tests.log
2179.62 s
> 0 of 1 test suites (0 of 1 test cases) passed.
2179.62 s
For full logs, run:
2179.62 s
nix log /nix/store/93bwhazi0qhls4zj7g3nqqfljv9j6z0l-attoparsec-0.14.4.drv
2179.63 s
error: Cannot build '/nix/store/1kjq4jc8rfkgpxdilg82jqih4i4swjaz-aeson-pretty-0.8.10.drv '.
2179.63 s
Reason: 1 dependency failed .
2179.63 s
Output paths:
2179.63 s
/nix/store/kbkrnykg1c460mbfy5wlzwa3q3i6rnfj-aeson-pretty-0.8.10-doc
2179.63 s
/nix/store/y2035j4i1j5nlh3hh69z425zw38fgw4z-aeson-pretty-0.8.10
2179.63 s
error: Cannot build '/nix/store/7d2vbb16l6g70blwjdczj35ynpxayv37-attoparsec-aeson-2.2.2.0.drv '.
2179.63 s
Reason: 1 dependency failed .
2179.63 s
Output paths:
2179.63 s
/nix/store/a5jw5p3j8izh4hkxpawngxdr2kvrlpd0-attoparsec-aeson-2.2.2.0
2179.63 s
/nix/store/lr19gnlv3y4g59s4s507xfh0lvrb3y24-attoparsec-aeson-2.2.2.0-doc
2179.63 s
error: Cannot build '/nix/store/1n52mfsy087gnip68hbq0snhabg0bzny-cassava-0.5.4.1.drv '.
2179.63 s
Reason: 1 dependency failed .
2179.63 s
Output paths:
2179.63 s
/nix/store/fif6j2wfmas2afgpixb850mh17h2b4yn-cassava-0.5.4.1
2179.63 s
/nix/store/kvl1x42cf2f0sv8ij80m4k0pkmqq9586-cassava-0.5.4.1-doc
2179.63 s
error: Cannot build '/nix/store/smv4ylim408jksd10hdvfsb2gkygr9wi-conduit-extra-1.3.8.drv '.
2179.63 s
Reason: 1 dependency failed .
2179.63 s
Output paths:
2179.63 s
/nix/store/1kjygxmhinq030sd4y9q6gq0r41l0p1y-conduit-extra-1.3.8-doc
2179.63 s
/nix/store/yvhicmfzjiyjkfr2a3s13g3nmijpvcby-conduit-extra-1.3.8
2179.63 s
error: Cannot build '/nix/store/5hz4rfvni2k2jxqzll7ag4zc33x43n1q-frontmatter-0.1.0.2.drv '.
2179.63 s
Reason: 1 dependency failed .
2179.63 s
Output paths:
2179.63 s
/nix/store/22pf470xkadaw2qkvjjxmm91fwkrspjz-frontmatter-0.1.0.2-doc
2179.63 s
/nix/store/cv3x2np3ajnnj91wymjca9g9lxpp4fxq-frontmatter-0.1.0.2
2179.63 s
error: Cannot build '/nix/store/xwr3xjqc9faa0ld0ara688pkbyvmis07-hspec-attoparsec-0.1.0.2.drv '.
2179.63 s
Reason: 1 dependency failed .
2179.63 s
Output paths:
2179.63 s
/nix/store/davdvrkx2ggbhyb2rs5z7hngkx3hyrw6-hspec-attoparsec-0.1.0.2-doc
2179.63 s
/nix/store/fhsf3bww666xngpqzxly8n8h4i3106r3-hspec-attoparsec-0.1.0.2
2179.63 s
error: Cannot build '/nix/store/fizx9qkslqnj0dh8miiy62a4i3sh35kb-http-date-0.0.11.drv '.
2179.63 s
Reason: 1 dependency failed .
2179.63 s
Output paths:
2179.63 s
/nix/store/25sjwri9dix4l8h7ig1zvfzpm3l8n7zn-http-date-0.0.11-doc
2179.63 s
/nix/store/gk9bbhyv5qqjf1fmngadybyf71b1x35v-http-date-0.0.11
2179.63 s
error: Cannot build '/nix/store/kn9kj6pafvh59asnh6pq9hnwlvk6xr9w-http-link-header-1.2.3.drv '.
2179.63 s
Reason: 1 dependency failed .
2179.63 s
Output paths:
2179.63 s
/nix/store/88fmwgvgxmafp0rgw2b7yzbwv1lgxaak-http-link-header-1.2.3
2179.63 s
/nix/store/h8chc08287zwp8n1gkcv7r48qib4ywgp-http-link-header-1.2.3-doc
2179.63 s
error: Cannot build '/nix/store/smw2vbklhiawkly3q4n27d02wwfh5zgm-lsp-2.7.0.1.drv '.
2179.63 s
Reason: 1 dependency failed .
2179.63 s
Output paths:
2179.63 s
/nix/store/giyzc1iwnwyv83qz7fw9x6mjgbqiv9p5-lsp-2.7.0.1
2179.63 s
/nix/store/njy59qw4x0dy4fxp0ijbwris38w43pl5-lsp-2.7.0.1-doc
2179.63 s
error: Cannot build '/nix/store/0pgy8dhwqwfiz607lh3nacy4pr9f1sy4-servant-0.20.3.0.drv '.
2179.63 s
Reason: 1 dependency failed .
2179.63 s
Output paths:
2179.63 s
/nix/store/nrazd03b2ilwpc1fzzjzfhgm3npjhyk3-servant-0.20.3.0
2179.63 s
/nix/store/nrn4v99f638v3hg18abs22ws5v54w78b-servant-0.20.3.0-doc
2179.63 s
error: Cannot build '/nix/store/fc2cdsih48zd3dibybndgigkmm40xk3c-servant-client-core-0.20.3.0.drv '.
2179.63 s
Reason: 1 dependency failed .
2179.63 s
Output paths:
2179.63 s
/nix/store/1g9l2facpr2q00r875156a83cb3kl7fd-servant-client-core-0.20.3.0-doc
2179.63 s
/nix/store/apqkhiajvgv2afwh325pja5zfzdd4729-servant-client-core-0.20.3.0
2179.63 s
error: Cannot build '/nix/store/l6xlrzymssj7arbk0ayi7ysdv3qsqxgf-sqlite-simple-0.4.19.0.drv '.
2179.63 s
Reason: 1 dependency failed .
2179.63 s
Output paths:
2179.63 s
/nix/store/6rz7d75nh7vl5cpfl3kgnd76lhw01q5n-sqlite-simple-0.4.19.0-doc
2179.63 s
/nix/store/n2f2d92g59pl7qg772ckh23lhiqjkvxs-sqlite-simple-0.4.19.0
2179.63 s
error: Cannot build '/nix/store/zm9qkfr7sv3xv4811mx5lp3khp63mh46-unison-cli-0.0.0.drv '.
2179.63 s
Reason: 1 dependency failed .
2179.63 s
Output paths:
2179.63 s
/nix/store/72x2d7582qapwg4dphwmkdz8f6jkks04-unison-cli-0.0.0
2179.63 s
/nix/store/dhpn16lgqn048zx2lg8n5z0h3w7h0dhr-unison-cli-0.0.0-doc
2179.73 s
error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30015" : Device or resource busy
2179.78 s
error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30022" : Device or resource busy
2179.83 s
error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30013" : Device or resource busy
2179.97 s
error: Cannot build '/nix/store/82a0172638s4ppydvmi876y732fbjn7i-wai-cors-0.2.7.drv '.
2179.97 s
Reason: 1 dependency failed .
2179.97 s
Output paths:
2179.97 s
/nix/store/6vs2df599y0w6vsmvpaz9n7h53sdq524-wai-cors-0.2.7
2179.97 s
/nix/store/8wdd4svrlnx3dn85wn0p70d6w6z1m5qh-wai-cors-0.2.7-data
2179.97 s
/nix/store/i1zrdvpl12vsy9lmdy477yfaj1gyz7gl-wai-cors-0.2.7-doc
2180.02 s
error: Cannot build '/nix/store/5qr5b8dps415b2kcygar0knzqjc8z606-websockets-0.13.0.0.drv '.
2180.02 s
Reason: 1 dependency failed .
2180.02 s
Output paths:
2180.02 s
/nix/store/0zpsksvp1rlk5ianyb7vn6hg66c9i417-websockets-0.13.0.0
2180.02 s
/nix/store/f1pv4scq6ngcw1cfdwswqvj25n9vdsc6-websockets-0.13.0.0-doc
2180.02 s
error: Cannot build '/nix/store/8ypvpfd79qjwi3hyzarvdkviaydgh8jx-yaml-0.11.11.2.drv '.
2180.02 s
Reason: 1 dependency failed .
2180.02 s
Output paths:
2180.02 s
/nix/store/02slwfj26wq1p5gh8m9f4m1jdbjlfkfm-yaml-0.11.11.2
2180.02 s
/nix/store/lxxkh32kw97ziiafl6v1f7xdjmyfzpbv-yaml-0.11.11.2-doc
2180.02 s
warning: killing stray builder process 335728 ()...
2180.02 s
warning: killing stray builder process 333062 ()...
2180.02 s
error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30020" : Device or resource busy
2180.06 s
warning: killing stray builder process 335690 ()...
2180.06 s
error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30017" : Device or resource busy
2180.09 s
error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30012" : Device or resource busy
2180.13 s
error: Build failed due to failed dependency
2180.13 s
error: Cannot build '/nix/store/0q3ik0v7fh0j9prm857a4c71n1xzasb9-unison-cli-main-0.0.0.drv '.
2180.13 s
Reason: 1 dependency failed .
2180.13 s
Output paths:
2180.13 s
/nix/store/9s5djcpv4hdz9kwddyci79lvfp11jl4c-unison-cli-main-0.0.0-doc
2180.13 s
/nix/store/fr206cawxzk4liy6cj14c2c763s0y41l-unison-cli-main-0.0.0
2180.15 s
Build failed due to failed dependency
2180.20 s
Build failed.