build packages.x86_64-linux.ucm
264.17 s
[ListLike] Testing 1:FoldableLL:1:foldr1:17:UnboxVector Int
264.17 s
[ListLike] Cases: 2274 Tried: 95 Errors: 0 Failures: 0+++ OK, passed 100 tests; 17 discarded.
264.17 s
[ListLike] Testing 1:FoldableLL:1:foldr1:18:Vector Bool
264.17 s
[ListLike] Cases: 2274 Tried: 96 Errors: 0 Failures: 0+++ OK, passed 100 tests; 17 discarded.
264.17 s
[ListLike] Testing 1:FoldableLL:1:foldr1:19:StorableVector Bool
264.17 s
[ListLike] Cases: 2274 Tried: 97 Errors: 0 Failures: 0+++ OK, passed 100 tests; 15 discarded.
264.17 s
[ListLike] Testing 1:FoldableLL:1:foldr1:20:UnboxVector Bool
264.17 s
[ListLike] Cases: 2274 Tried: 98 Errors: 0 Failures: 0+++ OK, passed 100 tests; 18 discarded.
264.17 s
[ListLike] Testing 1:FoldableLL:1:foldr1:21:Text
264.17 s
[ListLike] Cases: 2274 Tried: 99 Errors: 0 Failures: 0+++ OK, passed 100 tests; 13 discarded.
264.17 s
[ListLike] Testing 1:FoldableLL:1:foldr1:22:Text.Lazy
264.17 s
[ListLike] Cases: 2274 Tried: 100 Errors: 0 Failures: 0+++ OK, passed 100 tests; 13 discarded.
264.17 s
[ListLike] Testing 1:FoldableLL:1:foldr1:23:Text.Builder
264.17 s
[ListLike] Cases: 2274 Tried: 101 Errors: 0 Failures: 0+++ OK, passed 100 tests; 18 discarded.
264.17 s
[ListLike] Testing 1:FoldableLL:1:foldr1:24:UTF8 ByteString
264.17 s
[ListLike] Cases: 2274 Tried: 102 Errors: 0 Failures: 0+++ OK, passed 100 tests; 21 discarded.
264.17 s
[ListLike] Testing 1:FoldableLL:1:foldr1:25:UTF8 ByteString.Lazy
264.17 s
[attoparsec] | ^^^^^^^^^^^^^
264.17 s
[attoparsec]
264.17 s
[attoparsec] tests/QC/IPv6/Internal.hs:113:31: warning : [ GHC-40910 ] [ -Wunused-matches ]
264.17 s
[attoparsec] Defined but not used: ‘otherwise’
264.17 s
[attoparsec] |
264.17 s
[attoparsec] 113 | otherwise -> c
264.17 s
[attoparsec] | ^^^^^^^^^
264.17 s
[attoparsec]
264.17 s
[attoparsec] tests/QC/IPv6/Internal.hs:113:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
264.17 s
[attoparsec] This binding for ‘otherwise’ shadows the existing binding
264.17 s
[attoparsec] imported from ‘Prelude’ at tests/QC/IPv6/Internal.hs:16:8-23
264.17 s
[attoparsec] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
264.17 s
[attoparsec] |
264.17 s
[attoparsec] 113 | otherwise -> c
264.17 s
[attoparsec] | ^^^^^^^^^
264.17 s
[attoparsec]
264.17 s
[attoparsec] tests/QC/IPv6/Internal.hs:145:5: warning : [ GHC-62161 ] [ -Wincomplete-patterns ]
264.17 s
[attoparsec] Pattern match(es) are non-exhaustive
264.17 s
[attoparsec] In a case alternative:
264.17 s
[attoparsec] Patterns of type ‘IResult T.Text [IPv6AddrToken]’ not matched:
264.17 s
[attoparsec] Partial _
264.17 s
[attoparsec] |
264.17 s
[attoparsec] 145 | case readText s of
264.17 s
[attoparsec] | ^^^^^^^^^^^^^^^^^^...
264.17 s
[attoparsec]
264.17 s
[attoparsec] tests/QC/IPv6/Internal.hs:149:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
264.17 s
[attoparsec] This binding for ‘s’ shadows the existing binding
264.17 s
[attoparsec] bound at tests/QC/IPv6/Internal.hs:144:21
264.17 s
[attoparsec] |
264.17 s
[attoparsec] 149 | readText s = feed (parse (many1 $ ipv4Addr <|> sixteenBit <|> doubleColon <|> colon) s) T.empty
264.17 s
[attoparsec] | ^
264.17 s
[attoparsec]
264.17 s
[attoparsec] tests/QC/IPv6/Internal.hs:212:55: warning : [ GHC-63394 ] [ -Wx-partial ]
264.17 s
[attoparsec] In the use of ‘tail’
264.17 s
[attoparsec] (imported from Prelude, but defined in GHC.Internal.List):
264.17 s
[attoparsec] "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"."
264.17 s
[attoparsec] |
264.17 s
[attoparsec] 212 | let snds = if not (null (snd s)) then tail (snd s) else []
264.17 s
[attoparsec] | ^^^^
264.17 s
[attoparsec]
264.17 s
[attoparsec] tests/QC/IPv6/Internal.hs:219:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
264.17 s
[attoparsec] This binding for ‘x’ shadows the existing binding
264.17 s
[attoparsec] bound at tests/QC/IPv6/Internal.hs:218:42
264.17 s
[attoparsec] |
264.17 s
[attoparsec] 219 | ntks tks - foldl (\c x -> if (x /= DoubleColon) && (x /= Colon) then c+1 else c) 0 x
264.17 s
[attoparsec] | ^
264.17 s
[attoparsec]
264.17 s
[attoparsec] tests/QC/IPv6/Internal.hs:221:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
264.17 s
[attoparsec] This binding for ‘tks’ shadows the existing binding
264.17 s
[attoparsec] bound at tests/QC/IPv6/Internal.hs:207:17
264.17 s
[attoparsec] |
264.17 s
[attoparsec] 221 | ntks tks = if countIPv4Addr tks == 1 then 7 else 8
264.17 s
[attoparsec] | ^^^
264.17 s
[attoparsec]
264.17 s
[crypton-x509-validation] past: OK
264.17 s
[crypton-x509-validation] present: OK
264.17 s
[crypton-x509-validation] future: OK
264.17 s
[crypton-x509-validation] intermediate
264.17 s
[crypton-x509-validation] enabled
264.17 s
[crypton-x509-validation] past: OK
264.17 s
[crypton-x509-validation] present: OK
264.17 s
[crypton-x509-validation] future: OK
264.17 s
[crypton-x509-validation] disabled
264.17 s
[crypton-x509-validation] past: OK
264.17 s
[crypton-x509-validation] present: OK
264.17 s
[crypton-x509-validation] future: OK
264.17 s
[crypton-x509-validation] timeshift
264.17 s
[crypton-x509-validation] at-past
264.17 s
[crypton-x509-validation] past: OK
264.17 s
[crypton-x509-validation] present: OK
264.17 s
[crypton-x509-validation] future: OK
264.17 s
[crypton-x509-validation] at-present
264.17 s
[crypton-x509-validation] past: OK
264.17 s
[crypton-x509-validation] present: OK
264.17 s
[crypton-x509-validation] future: OK
264.17 s
[crypton-x509-validation] in-future
264.17 s
[crypton-x509-validation] past: OK
264.17 s
[crypton-x509-validation] present: OK
264.17 s
[crypton-x509-validation] future: OK
264.17 s
[crypton-x509-validation] CommonName
264.17 s
[crypton-x509-validation] no-common-name: OK
264.17 s
[crypton-x509-validation] simple
264.17 s
[crypton-x509-validation] www.example.com: OK
264.17 s
[crypton-x509-validation] www2.example.com: OK
264.17 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK
264.17 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
264.17 s
[crypton-x509-validation] WWW.example.com: OK
264.17 s
[crypton-x509-validation] www..example.com: OK
264.17 s
[crypton-x509-validation] empty: OK
264.17 s
[crypton-x509-validation] wildcard
264.17 s
[crypton-x509-validation] example.com: OK
264.17 s
[crypton-x509-validation] www.example.com: OK
264.17 s
[crypton-x509-validation] www.EXAMPLE.com: OK
264.17 s
[crypton-x509-validation] www2.example.com: OK
264.17 s
[crypton-x509-validation] www.m.example.com: OK
264.17 s
[crypton-x509-validation] single: OK
264.17 s
[crypton-x509-validation] disabled
264.17 s
[crypton-x509-validation] www.example.com: OK
264.17 s
[crypton-x509-validation] www2.example.com: OK
264.17 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK
264.17 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
264.17 s
[crypton-x509-validation] WWW.example.com: OK
264.17 s
[crypton-x509-validation] www..example.com: OK
264.17 s
[crypton-x509-validation] empty: OK
264.17 s
[crypton-x509-validation] SubjectAltName
264.17 s
[crypton-x509-validation] simple
264.17 s
[crypton-x509-validation] www.example.com: OK
264.17 s
[crypton-x509-validation] www2.example.com: OK
264.17 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK
264.17 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
264.17 s
[crypton-x509-validation] WWW.example.com: OK
264.17 s
[crypton-x509-validation] www..example.com: OK
264.17 s
[crypton-x509-validation] empty: OK
264.17 s
[crypton-x509-validation] wildcard
264.17 s
[crypton-x509-validation] example.com: OK
264.17 s
[crypton-x509-validation] www.example.com: OK
264.17 s
[crypton-x509-validation] www.EXAMPLE.com: OK
264.17 s
[crypton-x509-validation] www2.example.com: OK
264.17 s
[crypton-x509-validation] www.m.example.com: OK
264.17 s
[crypton-x509-validation] single: OK
264.17 s
[crypton-x509-validation] cn-not-used: OK
264.17 s
[crypton-x509-validation] IP addresses
264.17 s
[crypton-x509-validation] 10.0.0.1: OK
264.17 s
[crypton-x509-validation] 10.0.0.2: OK
264.17 s
[crypton-x509-validation] 10.0.0.1.example.com: OK
264.17 s
[crypton-x509-validation] 266.0.0.1: OK
264.17 s
[crypton-x509-validation] 2001:0db8:85a3:0000:0000:8a2e:0370:7334: OK
264.17 s
[crypton-x509-validation] 2001:0db8:85a3::8a2e:0370:7334: OK
264.17 s
[crypton-x509-validation] 2001:0db8:85a3:0:0:8a2e:0370:7334: OK
264.17 s
[crypton-x509-validation] ::1: OK
264.17 s
[crypton-x509-validation] disabled
264.17 s
[crypton-x509-validation] www.example.com: OK
264.17 s
[crypton-x509-validation] www2.example.com: OK
264.17 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK
264.17 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
264.17 s
[crypton-x509-validation] WWW.example.com: OK
264.17 s
[crypton-x509-validation] www..example.com: OK
264.17 s
[crypton-x509-validation] empty: OK
264.17 s
[crypton-x509-validation] key-usage
264.17 s
[crypton-x509-validation] none: OK
264.17 s
[crypton-x509-validation] valid: OK
264.18 s
[crypton-x509-validation] invalid: OK
264.18 s
[crypton-x509-validation] key-purpose
264.18 s
[crypton-x509-validation] none: OK
264.18 s
[crypton-x509-validation] valid: OK
264.18 s
[hedgehog] Dependency mtl >=2.1 && <2.4: using mtl-2.3.1
264.18 s
[hedgehog] Dependency pretty-show >=1.6 && <1.11: using pretty-show-1.10
264.18 s
[hedgehog] Dependency text >=1.1 && <2.2: using text-2.1.3
264.18 s
[hedgehog] Dependency transformers >=0.3 && <0.7: using transformers-0.6.1.1
264.18 s
[hedgehog] Source component graph:
264.18 s
[hedgehog] component lib
264.18 s
[hedgehog] component test:test dependency lib
264.18 s
[hedgehog] Configured component graph:
264.18 s
[hedgehog] component hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O
264.18 s
[hedgehog] include ansi-terminal-1.1.3-AekLug7AhnB6bymVWH8ARH
264.18 s
[hedgehog] include async-2.2.5-EuAp0zBnh6jBUz0tzBUdck
264.18 s
[hedgehog] include barbies-2.1.1.0-Feu2kjKq8qkCVUJE1MWXRA
264.18 s
[hedgehog] include base-4.20.2.0-edab
264.18 s
[hedgehog] include bytestring-0.12.2.0-d4b6
264.18 s
[hedgehog] include concurrent-output-1.10.21-DV0o4JrhQA7KKiwDI85w11
264.18 s
[hedgehog] include containers-0.7-8e24
264.18 s
[hedgehog] include deepseq-1.5.0.0-500b
264.18 s
[hedgehog] include directory-1.3.8.5-0fd7
264.18 s
[hedgehog] include erf-2.0.0.0-J6epOYDitSCKKJ30OvRvAA
264.18 s
[hedgehog] include exceptions-0.10.9-d1ea
264.18 s
[hedgehog] include lifted-async-0.10.2.7-9Qt30HD6DcH1czUYmCHxY7
264.18 s
[hedgehog] include mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
264.18 s
[hedgehog] include monad-control-1.0.3.1-82RuV1apuLb8qpaFL0ZGX
264.18 s
[hedgehog] include mtl-2.3.1-32a4
264.18 s
[hedgehog] include pretty-show-1.10-DfAFzs4W4IrAvRrk3gzjv9
264.18 s
[hedgehog] include primitive-0.9.1.0-BOs6dxdfkf82TnuTfxheNk
264.18 s
[hedgehog] include random-1.2.1.3-Ekid3QlDtEV5bwzHR95Ho0
264.18 s
[hedgehog] include resourcet-1.3.0-7yTPUmjjrfp92Ob7osLre3
264.18 s
[hedgehog] include safe-exceptions-0.1.7.4-BAqPKTWBLVp4b9lO5eloF9
264.18 s
[hedgehog] include stm-2.5.3.1-05a4
264.18 s
[hedgehog] include template-haskell-2.22.0.0-bcc5
264.18 s
[hedgehog] include text-2.1.3-afaf
264.18 s
[hedgehog] include time-1.12.2-dceb
264.18 s
[hedgehog] include transformers-0.6.1.1-9cdc
264.18 s
[hedgehog] include transformers-base-0.4.6-54wpI8CAHSOD3ZO1ZJUwpu
264.18 s
[hedgehog] include wl-pprint-annotated-0.1.0.1-GCAqHduIwOtLpKmtuNbWQE
264.18 s
[hedgehog] component hedgehog-1.5-LeO3vHWfY4280nn0oy6foQ-test
264.18 s
[hedgehog] include base-4.20.2.0-edab
264.18 s
[hedgehog] include containers-0.7-8e24
264.18 s
[hedgehog] include hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O
264.18 s
[hedgehog] include mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
264.18 s
[hedgehog] include mtl-2.3.1-32a4
264.18 s
[hedgehog] include pretty-show-1.10-DfAFzs4W4IrAvRrk3gzjv9
264.18 s
[hedgehog] include text-2.1.3-afaf
264.18 s
[hedgehog] include transformers-0.6.1.1-9cdc
264.18 s
[hedgehog] Linked component graph:
264.18 s
[hedgehog] unit hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O
264.18 s
[hedgehog] include ansi-terminal-1.1.3-AekLug7AhnB6bymVWH8ARH
264.18 s
[hedgehog] include async-2.2.5-EuAp0zBnh6jBUz0tzBUdck
264.18 s
[hedgehog] include barbies-2.1.1.0-Feu2kjKq8qkCVUJE1MWXRA
264.18 s
[hedgehog] include base-4.20.2.0-edab
264.18 s
[hedgehog] include bytestring-0.12.2.0-d4b6
264.18 s
[hedgehog] include concurrent-output-1.10.21-DV0o4JrhQA7KKiwDI85w11
264.18 s
[hedgehog] include containers-0.7-8e24
264.18 s
[hedgehog] include deepseq-1.5.0.0-500b
264.18 s
[hedgehog] include directory-1.3.8.5-0fd7
264.18 s
[hedgehog] include erf-2.0.0.0-J6epOYDitSCKKJ30OvRvAA
264.18 s
[hedgehog] include exceptions-0.10.9-d1ea
264.18 s
[hedgehog] include lifted-async-0.10.2.7-9Qt30HD6DcH1czUYmCHxY7
264.18 s
[hedgehog] include mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
264.18 s
[hedgehog] include monad-control-1.0.3.1-82RuV1apuLb8qpaFL0ZGX
264.18 s
[hedgehog] include mtl-2.3.1-32a4
264.18 s
[hedgehog] include pretty-show-1.10-DfAFzs4W4IrAvRrk3gzjv9
264.18 s
[hedgehog] include primitive-0.9.1.0-BOs6dxdfkf82TnuTfxheNk
264.18 s
[hedgehog] include random-1.2.1.3-Ekid3QlDtEV5bwzHR95Ho0
264.18 s
[hedgehog] include resourcet-1.3.0-7yTPUmjjrfp92Ob7osLre3
264.18 s
[hedgehog] include safe-exceptions-0.1.7.4-BAqPKTWBLVp4b9lO5eloF9
264.18 s
[hedgehog] include stm-2.5.3.1-05a4
264.18 s
[hedgehog] include template-haskell-2.22.0.0-bcc5
264.18 s
[hedgehog] include text-2.1.3-afaf
264.18 s
[hedgehog] include time-1.12.2-dceb
264.18 s
[hedgehog] include transformers-0.6.1.1-9cdc
264.18 s
[hedgehog] include transformers-base-0.4.6-54wpI8CAHSOD3ZO1ZJUwpu
264.18 s
[hedgehog] include wl-pprint-annotated-0.1.0.1-GCAqHduIwOtLpKmtuNbWQE
264.25 s
[here:post-build] Uploading to the NixCI cache: /nix/store/5laz2ap6lzys8jm8lkxn584127rz0fnl-here-1.2.14 /nix/store/mj844mhh44bc2zvvz0gnp5w17xrrfqa1-here-1.2.14-doc
264.31 s
[here:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
264.47 s
[here:post-build] copying 2 paths...
264.47 s
[here:post-build] copying path '/nix/store/mj844mhh44bc2zvvz0gnp5w17xrrfqa1-here-1.2.14-doc' to 'https://cache.nix-ci.com'...
264.66 s
[here:post-build] copying path '/nix/store/5laz2ap6lzys8jm8lkxn584127rz0fnl-here-1.2.14' to 'https://cache.nix-ci.com'...
265.20 s
[here:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
265.46 s
[here:post-build] copying 3 paths...
265.46 s
[here:post-build] copying path '/nix/store/scw3h2yn6wngq5gk0j3q7ih06fihnmdn-here-1.2.14.tar.gz.drv' to 'https://cache.nix-ci.com'...
265.46 s
[here:post-build] copying path '/nix/store/gnvx469c3j6w64sfvjm07gx4l9ddvngl-here-cabal-1.2.14.drv' to 'https://cache.nix-ci.com'...
265.64 s
[here:post-build] copying path '/nix/store/8ps00x1dr72qdcklgam19v3ppspn6q46-here-1.2.14.drv' to 'https://cache.nix-ci.com'...
265.80 s
Progress: 15 of 146 built (14 building), 794 of 794 downloaded from cache
265.80 s
[http-api-data] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
265.80 s
[http-api-data]
265.80 s
[http-api-data] [2 of 4] Compiling Web.Internal.FormUrlEncoded ( src/Web/Internal/FormUrlEncoded.hs, dist/build/Web/Internal/FormUrlEncoded.o, dist/build/Web/Internal/FormUrlEncoded.dyn_o )
265.80 s
[http-api-data] src/Web/Internal/FormUrlEncoded.hs:40:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
265.80 s
[http-api-data] The import of ‘Data.Semigroup’ is redundant
265.80 s
[http-api-data] except perhaps to import instances from ‘Data.Semigroup’
265.80 s
[http-api-data] To import instances alone, use: import Data.Semigroup()
265.80 s
[http-api-data] |
265.80 s
[http-api-data] 40 | import Data.Semigroup (Semigroup (..))
265.80 s
[http-api-data] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
265.80 s
[http-api-data]
265.80 s
[http-api-data] src/Web/Internal/FormUrlEncoded.hs:58:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
265.80 s
[http-api-data] The import of ‘Numeric.Natural’ is redundant
265.80 s
[http-api-data] except perhaps to import instances from ‘Numeric.Natural’
265.80 s
[http-api-data] To import instances alone, use: import Numeric.Natural()
265.80 s
[http-api-data] |
265.80 s
[http-api-data] 58 | import Numeric.Natural (Natural)
265.80 s
[http-api-data] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
265.80 s
[http-api-data]
265.80 s
[http-api-data] src/Web/Internal/FormUrlEncoded.hs:336:23: warning : [ GHC-39567 ] [ -Wstar-is-type ]
265.80 s
[http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
265.80 s
[http-api-data] relies on the StarIsType extension, which will become
265.80 s
[http-api-data] deprecated in the future.
265.80 s
[http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
265.80 s
[http-api-data] |
265.80 s
[http-api-data] 336 | class GToForm t (f :: * -> *) where
265.80 s
[http-api-data] | ^
265.80 s
[http-api-data]
265.80 s
[http-api-data] src/Web/Internal/FormUrlEncoded.hs:336:28: warning : [ GHC-39567 ] [ -Wstar-is-type ]
265.80 s
[http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
265.80 s
[http-api-data] relies on the StarIsType extension, which will become
265.80 s
[http-api-data] deprecated in the future.
265.80 s
[http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
265.80 s
[http-api-data] |
265.80 s
[http-api-data] 336 | class GToForm t (f :: * -> * ) where
265.80 s
[http-api-data] | ^
265.80 s
[http-api-data]
265.80 s
[http-api-data] src/Web/Internal/FormUrlEncoded.hs:484:25: warning : [ GHC-39567 ] [ -Wstar-is-type ]
265.80 s
[http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
265.80 s
[http-api-data] relies on the StarIsType extension, which will become
265.80 s
[http-api-data] deprecated in the future.
265.80 s
[http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
265.80 s
[http-api-data] |
265.80 s
[http-api-data] 484 | class GFromForm t (f :: * -> *) where
265.80 s
[http-api-data] | ^
265.80 s
[http-api-data]
265.80 s
[http-api-data] src/Web/Internal/FormUrlEncoded.hs:484:30: warning : [ GHC-39567 ] [ -Wstar-is-type ]
265.80 s
[http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
265.80 s
[http-api-data] relies on the StarIsType extension, which will become
265.80 s
[http-api-data] deprecated in the future.
265.80 s
[http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
265.80 s
[http-api-data] |
265.80 s
[http-api-data] 484 | class GFromForm t (f :: * -> * ) where
265.80 s
[http-api-data] | ^
265.80 s
[http-api-data]
265.80 s
[http-api-data] [3 of 4] Compiling Web.FormUrlEncoded ( src/Web/FormUrlEncoded.hs, dist/build/Web/FormUrlEncoded.o, dist/build/Web/FormUrlEncoded.dyn_o )
265.80 s
[http-client] [11 of 19] Compiling Network.PublicSuffixList.Types ( publicsuffixlist/Network/PublicSuffixList/Types.hs, dist/build/Network/PublicSuffixList/Types.o, dist/build/Network/PublicSuffixList/Types.dyn_o )
265.80 s
[http-client] [12 of 19] Compiling Network.PublicSuffixList.Serialize ( publicsuffixlist/Network/PublicSuffixList/Serialize.hs, dist/build/Network/PublicSuffixList/Serialize.o, dist/build/Network/PublicSuffixList/Serialize.dyn_o )
265.80 s
[http-client] [13 of 19] Compiling Network.PublicSuffixList.DataStructure ( publicsuffixlist/Network/PublicSuffixList/DataStructure.hs, dist/build/Network/PublicSuffixList/DataStructure.o, dist/build/Network/PublicSuffixList/DataStructure.dyn_o )
265.80 s
[http-client] [14 of 19] Compiling Network.PublicSuffixList.Lookup ( publicsuffixlist/Network/PublicSuffixList/Lookup.hs, dist/build/Network/PublicSuffixList/Lookup.o, dist/build/Network/PublicSuffixList/Lookup.dyn_o )
265.80 s
[http-client] publicsuffixlist/Network/PublicSuffixList/Lookup.hs:69:63: warning : [ GHC-63394 ] [ -Wx-partial ]
265.80 s
[http-client] In the use of ‘tail’
265.80 s
[http-client] (imported from Prelude, but defined in GHC.Internal.List):
265.80 s
[http-client] "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"."
265.80 s
[http-client] |
265.80 s
[http-client] 69 | output _ (OffEnd True x) = Just $ T.intercalate "." $ tail $ T.splitOn "." x
265.80 s
[http-client] | ^^^^
265.80 s
[http-client]
265.80 s
[http-client] [15 of 19] Compiling Network.HTTP.Client.Cookies ( Network/HTTP/Client/Cookies.hs, dist/build/Network/HTTP/Client/Cookies.o, dist/build/Network/HTTP/Client/Cookies.dyn_o )
265.80 s
[http-client] [16 of 19] Compiling Network.HTTP.Client.Core ( Network/HTTP/Client/Core.hs, dist/build/Network/HTTP/Client/Core.o, dist/build/Network/HTTP/Client/Core.dyn_o )
265.80 s
[http-client] [17 of 19] Compiling Network.HTTP.Client.Internal ( Network/HTTP/Client/Internal.hs, dist/build/Network/HTTP/Client/Internal.o, dist/build/Network/HTTP/Client/Internal.dyn_o )
265.80 s
[http-client] [18 of 19] Compiling Network.HTTP.Client ( Network/HTTP/Client.hs, dist/build/Network/HTTP/Client.o, dist/build/Network/HTTP/Client.dyn_o )
265.80 s
[http-client] [19 of 19] Compiling Network.HTTP.Client.MultipartFormData ( Network/HTTP/Client/MultipartFormData.hs, dist/build/Network/HTTP/Client/MultipartFormData.o, dist/build/Network/HTTP/Client/MultipartFormData.dyn_o )
265.80 s
[http-client] [ 1 of 19] Compiling Data.KeyedPool ( Data/KeyedPool.hs, dist/build/Data/KeyedPool.p_o )
265.80 s
[http-client] [ 2 of 19] Compiling Network.HTTP.Client.Types ( Network/HTTP/Client/Types.hs, dist/build/Network/HTTP/Client/Types.p_o )
265.80 s
[lucid] include mtl-2.3.1-32a4
265.80 s
[lucid] include parsec-3.1.18.0-c218
265.80 s
[lucid] include text-2.1.3-afaf
265.80 s
[lucid] Linked component graph:
265.80 s
[lucid] unit lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul
265.80 s
[lucid] include base-4.20.2.0-edab
265.80 s
[lucid] include blaze-builder-0.4.4.1-96BkIEBa9csIx6RJkivYwX
265.80 s
[lucid] include bytestring-0.12.2.0-d4b6
265.80 s
[lucid] include containers-0.7-8e24
265.80 s
[lucid] include hashable-1.5.0.0-GgKIJuF7y5IKX5gE0TLYem
265.80 s
[lucid] include mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
265.80 s
[lucid] include mtl-2.3.1-32a4
265.80 s
[lucid] include text-2.1.3-afaf
265.80 s
[lucid] include transformers-0.6.1.1-9cdc
265.80 s
[lucid] Lucid=lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul:Lucid,Lucid.Base=lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul:Lucid.Base,Lucid.Bootstrap=lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul:Lucid.Bootstrap,Lucid.Html5=lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul:Lucid.Html5
265.80 s
[lucid] unit lucid-2.11.20250303-GGHvj5zLRfiB5Ba7YEr0B6-test
265.80 s
[lucid] include HUnit-1.6.2.0-J9UIViJzRBNHDK0ikBmCM1
265.80 s
[lucid] include base-4.20.2.0-edab
265.80 s
[lucid] include bifunctors-5.6.2-8NzckJD92rXC5OEd1cAxiA
265.80 s
[lucid] include hspec-2.11.14-HsLiVUmjJGcL8Xrb9QYMtO
265.80 s
[lucid] include lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul
265.80 s
[lucid] include mtl-2.3.1-32a4
265.80 s
[lucid] include parsec-3.1.18.0-c218
265.80 s
[lucid] include text-2.1.3-afaf
265.80 s
[lucid] Ready component graph:
265.80 s
[lucid] definite lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul
265.80 s
[lucid] depends base-4.20.2.0-edab
265.80 s
[lucid] depends blaze-builder-0.4.4.1-96BkIEBa9csIx6RJkivYwX
265.80 s
[lucid] depends bytestring-0.12.2.0-d4b6
265.80 s
[lucid] depends containers-0.7-8e24
265.80 s
[lucid] depends hashable-1.5.0.0-GgKIJuF7y5IKX5gE0TLYem
265.80 s
[lucid] depends mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
265.80 s
[lucid] depends mtl-2.3.1-32a4
265.80 s
[lucid] depends text-2.1.3-afaf
265.80 s
[lucid] depends transformers-0.6.1.1-9cdc
265.80 s
[lucid] definite lucid-2.11.20250303-GGHvj5zLRfiB5Ba7YEr0B6-test
265.80 s
[lucid] depends HUnit-1.6.2.0-J9UIViJzRBNHDK0ikBmCM1
265.80 s
[lucid] depends base-4.20.2.0-edab
265.80 s
[lucid] depends bifunctors-5.6.2-8NzckJD92rXC5OEd1cAxiA
265.80 s
[lucid] depends hspec-2.11.14-HsLiVUmjJGcL8Xrb9QYMtO
265.80 s
[lucid] depends lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul
265.80 s
[lucid] depends mtl-2.3.1-32a4
265.80 s
[lucid] depends parsec-3.1.18.0-c218
265.80 s
[lucid] depends text-2.1.3-afaf
265.80 s
[lucid] Using Cabal-3.12.1.0 compiled by ghc-9.10
265.80 s
[lucid] Using compiler: ghc-9.10.3
265.80 s
[lucid] Using install prefix:
265.80 s
[lucid] /nix/store/bmzwgh2glawqj5nv7w52ic9kiisabbda-lucid-2.11.20250303
265.80 s
[lucid] Executables installed in:
265.80 s
[lucid] /nix/store/bmzwgh2glawqj5nv7w52ic9kiisabbda-lucid-2.11.20250303/bin
265.80 s
[lucid] Libraries installed in:
265.80 s
[lucid] /nix/store/bmzwgh2glawqj5nv7w52ic9kiisabbda-lucid-2.11.20250303/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul
265.80 s
[lucid] Dynamic Libraries installed in:
265.80 s
[lucid] /nix/store/bmzwgh2glawqj5nv7w52ic9kiisabbda-lucid-2.11.20250303/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
265.80 s
[lucid] Private executables installed in:
265.80 s
[lucid] /nix/store/bmzwgh2glawqj5nv7w52ic9kiisabbda-lucid-2.11.20250303/libexec/x86_64-linux-ghc-9.10.3-2929/lucid-2.11.20250303
265.80 s
[lucid] Data files installed in:
265.80 s
[lucid] /nix/store/bmzwgh2glawqj5nv7w52ic9kiisabbda-lucid-2.11.20250303/share/x86_64-linux-ghc-9.10.3-2929/lucid-2.11.20250303
265.80 s
[lucid] Documentation installed in:
265.80 s
[lucid] /nix/store/32zfpaigbywwxfnjv7ns9m9qqwiygaha-lucid-2.11.20250303-doc/share/doc/lucid-2.11.20250303
265.80 s
[lucid] Configuration files installed in:
265.80 s
[lucid] /nix/store/bmzwgh2glawqj5nv7w52ic9kiisabbda-lucid-2.11.20250303/etc
265.80 s
[lucid] No alex found
265.80 s
[lucid] Using ar found on system at:
265.80 s
[lucid] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
265.80 s
[lucid] No c2hs found
265.80 s
[lucid] No cpphs found
265.81 s
[lucid] No doctest found
265.81 s
[lucid] Using gcc version 14.3.0 given by user at:
265.81 s
[lucid] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
265.81 s
[lucid] Using ghc version 9.10.3 found on system at:
265.81 s
[lucid] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
265.81 s
[lucid] Using ghc-pkg version 9.10.3 found on system at:
265.81 s
[lucid] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
265.81 s
[lucid] No ghcjs found
265.81 s
[lucid] No ghcjs-pkg found
265.81 s
[lucid] No greencard found
265.81 s
[lucid] Using haddock version 2.31.1 found on system at:
265.81 s
[lucid] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
265.81 s
[lucid] No happy found
265.81 s
[lucid] Using haskell-suite found on system at: haskell-suite-dummy-location
265.81 s
[lucid] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
265.81 s
[lucid] No hmake found
265.93 s
[optics-extra:post-build] Uploading to the NixCI cache: /nix/store/dwpsliln4cz9hvm7qagfghfdd6yb22i7-optics-extra-0.4.2.1-doc /nix/store/lbxpcy5gppd6hn30y3n7lybil3avf5q4-optics-extra-0.4.2.1
265.99 s
[optics-extra:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
266.14 s
[optics-extra:post-build] copying 2 paths...
266.14 s
[optics-extra:post-build] copying path '/nix/store/dwpsliln4cz9hvm7qagfghfdd6yb22i7-optics-extra-0.4.2.1-doc' to 'https://cache.nix-ci.com'...
266.71 s
[optics-extra:post-build] copying path '/nix/store/lbxpcy5gppd6hn30y3n7lybil3avf5q4-optics-extra-0.4.2.1' to 'https://cache.nix-ci.com'...
269.18 s
[optics-extra:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
269.36 s
[optics-extra:post-build] copying 2 paths...
269.36 s
[optics-extra:post-build] copying path '/nix/store/whb91f4ga9jf2kcr0haw33zx9g8cmq9m-optics-extra-0.4.2.1.tar.gz.drv' to 'https://cache.nix-ci.com'...
269.50 s
[optics-extra:post-build] copying path '/nix/store/svdfrqhkxsvgmq94qgxi3374yfqz47is-optics-extra-0.4.2.1.drv' to 'https://cache.nix-ci.com'...
269.66 s
Progress: 16 of 147 built (13 building), 794 of 794 downloaded from cache
269.66 s
[profunctors] Data.Profunctor=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor,Data.Profunctor.Adjunction=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Adjunction,Data.Profunctor.Cayley=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Cayley,Data.Profunctor.Choice=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Choice,Data.Profunctor.Closed=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Closed,Data.Profunctor.Composition=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Composition,Data.Profunctor.Mapping=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Mapping,Data.Profunctor.Monad=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Monad,Data.Profunctor.Ran=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Ran,Data.Profunctor.Rep=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Rep,Data.Profunctor.Sieve=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Sieve,Data.Profunctor.Strong=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Strong,Data.Profunctor.Traversing=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Traversing,Data.Profunctor.Types=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Types,Data.Profunctor.Unsafe=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Unsafe,Data.Profunctor.Yoneda=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Yoneda
269.66 s
[profunctors] Ready component graph:
269.66 s
[profunctors] definite profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe
269.66 s
[profunctors] depends base-4.20.2.0-edab
269.66 s
[profunctors] depends base-orphans-0.9.3-6ZyxLOzI8z0BSTHFaP3bGd
269.66 s
[profunctors] depends bifunctors-5.6.2-8NzckJD92rXC5OEd1cAxiA
269.66 s
[profunctors] depends comonad-5.0.9-GrRuWgZDdY9Huhj26tVc6Y
269.66 s
[profunctors] depends contravariant-1.5.5-KG5b7x5WeGrHdNxUewsCww
269.66 s
[profunctors] depends distributive-0.6.2.1-vQxGBG4wEW5xV6KD5UlvF
269.66 s
[profunctors] depends tagged-0.8.9-Fvxuro0CfIjAHcxhMGiznN
269.66 s
[profunctors] depends transformers-0.6.1.1-9cdc
269.66 s
[profunctors] Using Cabal-3.12.1.0 compiled by ghc-9.10
269.66 s
[profunctors] Using compiler: ghc-9.10.3
269.66 s
[profunctors] Using install prefix:
269.66 s
[profunctors] /nix/store/qwn2bqhsgzqq1vr7vfsvkk0nspcwcafw-profunctors-5.6.3
269.66 s
[profunctors] Executables installed in:
269.66 s
[profunctors] /nix/store/qwn2bqhsgzqq1vr7vfsvkk0nspcwcafw-profunctors-5.6.3/bin
269.66 s
[profunctors] Libraries installed in:
269.66 s
[profunctors] /nix/store/qwn2bqhsgzqq1vr7vfsvkk0nspcwcafw-profunctors-5.6.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe
269.66 s
[profunctors] Dynamic Libraries installed in:
269.66 s
[profunctors] /nix/store/qwn2bqhsgzqq1vr7vfsvkk0nspcwcafw-profunctors-5.6.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
269.66 s
[profunctors] Private executables installed in:
269.66 s
[profunctors] /nix/store/qwn2bqhsgzqq1vr7vfsvkk0nspcwcafw-profunctors-5.6.3/libexec/x86_64-linux-ghc-9.10.3-2929/profunctors-5.6.3
269.66 s
[profunctors] Data files installed in:
269.66 s
[profunctors] /nix/store/qwn2bqhsgzqq1vr7vfsvkk0nspcwcafw-profunctors-5.6.3/share/x86_64-linux-ghc-9.10.3-2929/profunctors-5.6.3
269.66 s
[profunctors] Documentation installed in:
269.66 s
[profunctors] /nix/store/wi57v4f1gjxbia79dgscv5323nik1n2s-profunctors-5.6.3-doc/share/doc/profunctors-5.6.3
269.66 s
[profunctors] Configuration files installed in:
269.66 s
[profunctors] /nix/store/qwn2bqhsgzqq1vr7vfsvkk0nspcwcafw-profunctors-5.6.3/etc
269.66 s
[profunctors] No alex found
269.66 s
[profunctors] Using ar found on system at:
269.66 s
[profunctors] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
269.66 s
[profunctors] No c2hs found
269.66 s
[profunctors] No cpphs found
269.66 s
[profunctors] No doctest found
269.66 s
[profunctors] Using gcc version 14.3.0 given by user at:
269.66 s
[profunctors] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
269.66 s
[profunctors] Using ghc version 9.10.3 found on system at:
269.66 s
[profunctors] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
269.66 s
[profunctors] Using ghc-pkg version 9.10.3 found on system at:
269.66 s
[profunctors] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
269.66 s
[profunctors] No ghcjs found
269.66 s
[profunctors] No ghcjs-pkg found
269.66 s
[profunctors] No greencard found
269.66 s
[profunctors] Using haddock version 2.31.1 found on system at:
269.66 s
[profunctors] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
269.66 s
[profunctors] No happy found
269.66 s
[profunctors] Using haskell-suite found on system at: haskell-suite-dummy-location
269.66 s
[profunctors] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
269.66 s
[profunctors] No hmake found
269.66 s
[profunctors] Using hpc version 0.69 found on system at:
269.66 s
[profunctors] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
269.66 s
[profunctors] Using hsc2hs version 0.68.10 found on system at:
269.66 s
[profunctors] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
269.66 s
[profunctors] Using hscolour version 1.25 found on system at:
269.67 s
[profunctors] /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
269.67 s
[profunctors] No jhc found
269.67 s
[profunctors] Using ld found on system at:
269.67 s
[profunctors] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
269.67 s
[semigroupoids] include transformers-compat-0.7.2-851PhoGXfDZCMo5NcAV0m
269.67 s
[semigroupoids] include unordered-containers-0.2.20.1-9KalHIt3BYW4p6uHUKhmip
269.67 s
[semigroupoids] Linked component graph:
269.67 s
[semigroupoids] unit semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n
269.67 s
[semigroupoids] include base-4.20.2.0-edab
269.67 s
[semigroupoids] include base-orphans-0.9.3-6ZyxLOzI8z0BSTHFaP3bGd
269.67 s
[semigroupoids] include bifunctors-5.6.2-8NzckJD92rXC5OEd1cAxiA
269.67 s
[semigroupoids] include comonad-5.0.9-GrRuWgZDdY9Huhj26tVc6Y
269.67 s
[semigroupoids] include containers-0.7-8e24
269.67 s
[semigroupoids] include contravariant-1.5.5-KG5b7x5WeGrHdNxUewsCww
269.67 s
[semigroupoids] include distributive-0.6.2.1-vQxGBG4wEW5xV6KD5UlvF
269.67 s
[semigroupoids] include hashable-1.5.0.0-GgKIJuF7y5IKX5gE0TLYem
269.67 s
[semigroupoids] include tagged-0.8.9-Fvxuro0CfIjAHcxhMGiznN
269.67 s
[semigroupoids] include template-haskell-2.22.0.0-bcc5
269.67 s
[semigroupoids] include transformers-0.6.1.1-9cdc
269.67 s
[semigroupoids] include transformers-compat-0.7.2-851PhoGXfDZCMo5NcAV0m
269.67 s
[semigroupoids] include unordered-containers-0.2.20.1-9KalHIt3BYW4p6uHUKhmip
269.67 s
[semigroupoids] Data.Bifunctor.Apply=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Bifunctor.Apply,Data.Functor.Alt=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Alt,Data.Functor.Apply=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Apply,Data.Functor.Bind=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Bind,Data.Functor.Bind.Class=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Bind.Class,Data.Functor.Bind.Trans=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Bind.Trans,Data.Functor.Contravariant.Conclude=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Contravariant.Conclude,Data.Functor.Contravariant.Decide=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Contravariant.Decide,Data.Functor.Contravariant.Divise=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Contravariant.Divise,Data.Functor.Extend=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Extend,Data.Functor.Plus=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Plus,Data.Groupoid=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Groupoid,Data.Isomorphism=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Isomorphism,Data.Semigroup.Bifoldable=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroup.Bifoldable,Data.Semigroup.Bitraversable=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroup.Bitraversable,Data.Semigroup.Foldable=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroup.Foldable,Data.Semigroup.Foldable.Class=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroup.Foldable.Class,Data.Semigroup.Traversable=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroup.Traversable,Data.Semigroup.Traversable.Class=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroup.Traversable.Class,Data.Semigroupoid=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroupoid,Data.Semigroupoid.Categorical=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroupoid.Categorical,Data.Semigroupoid.Dual=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroupoid.Dual,Data.Semigroupoid.Ob=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroupoid.Ob,Data.Semigroupoid.Static=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroupoid.Static,Data.Traversable.Instances=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Traversable.Instances,Semigroupoids.Do=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Semigroupoids.Do
269.67 s
[semigroupoids] Ready component graph:
269.67 s
[semigroupoids] definite semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n
269.67 s
[semigroupoids] depends base-4.20.2.0-edab
269.67 s
[semigroupoids] depends base-orphans-0.9.3-6ZyxLOzI8z0BSTHFaP3bGd
269.67 s
[semigroupoids] depends bifunctors-5.6.2-8NzckJD92rXC5OEd1cAxiA
269.67 s
[semigroupoids] depends comonad-5.0.9-GrRuWgZDdY9Huhj26tVc6Y
269.67 s
[semigroupoids] depends containers-0.7-8e24
269.67 s
[semigroupoids] depends contravariant-1.5.5-KG5b7x5WeGrHdNxUewsCww
269.67 s
[semigroupoids] depends distributive-0.6.2.1-vQxGBG4wEW5xV6KD5UlvF
269.67 s
[semigroupoids] depends hashable-1.5.0.0-GgKIJuF7y5IKX5gE0TLYem
269.67 s
[semigroupoids] depends tagged-0.8.9-Fvxuro0CfIjAHcxhMGiznN
269.67 s
[semigroupoids] depends template-haskell-2.22.0.0-bcc5
269.67 s
[semigroupoids] depends transformers-0.6.1.1-9cdc
269.67 s
[semigroupoids] depends transformers-compat-0.7.2-851PhoGXfDZCMo5NcAV0m
269.67 s
[semigroupoids] depends unordered-containers-0.2.20.1-9KalHIt3BYW4p6uHUKhmip
269.67 s
[semigroupoids] Using Cabal-3.12.1.0 compiled by ghc-9.10
269.67 s
[semigroupoids] Using compiler: ghc-9.10.3
269.67 s
[semigroupoids] Using install prefix:
269.67 s
[string-interpolate] interpolating into lazy ByteString shouldn't have quotes [✔]
269.67 s
[string-interpolate] +++ OK, passed 10000 tests.
269.67 s
[string-interpolate] when interpolating into strict ByteString
269.67 s
[string-interpolate] should handle literal Unicode strings correctly [✔]
269.67 s
[string-interpolate] when interpolating into lazy ByteString
269.67 s
[string-interpolate] should handle literal Unicode strings correctly [✔]
269.67 s
[string-interpolate] __i
269.67 s
[string-interpolate] when there are newlines
269.67 s
[string-interpolate] handles a small code snippet correctly/1 [✔]
269.67 s
[string-interpolate] handles a small code snippet correctly/2 [✔]
269.67 s
[string-interpolate] handles a small code snippet correctly/3 [✔]
269.67 s
[string-interpolate] handles tabs [✔]
269.67 s
[string-interpolate] __i'E
269.67 s
[string-interpolate] when there are newlines
269.67 s
[string-interpolate] handles a small code snippet correctly/1 [✔]
269.67 s
[string-interpolate] handles a small code snippet correctly/2 [✔]
269.67 s
[string-interpolate] handles a small code snippet correctly/3 [✔]
269.67 s
[string-interpolate] __i'L
269.67 s
[string-interpolate] when there are newlines
269.67 s
[string-interpolate] handles a small code snippet correctly/1 [✔]
269.67 s
[string-interpolate] handles a small code snippet correctly/2 [✔]
269.67 s
[string-interpolate] handles a small code snippet correctly/3 [✔]
269.67 s
[string-interpolate] iii
269.67 s
[string-interpolate] when there is whitespace
269.67 s
[string-interpolate] collapses a small example of whitespace [✔]
269.67 s
[string-interpolate] collapses a small example of newlines [✔]
269.67 s
[string-interpolate] iii'E
269.67 s
[string-interpolate] when there is whitespace
269.67 s
[string-interpolate] collapses a small example of whitespace [✔]
269.67 s
[string-interpolate] collapses a small example of newlines [✔]
269.67 s
[string-interpolate] iii'L
269.67 s
[string-interpolate] when there is whitespace
269.67 s
[string-interpolate] collapses a small example of whitespace [✔]
269.67 s
[string-interpolate] collapses a small example of newlines [✔]
269.67 s
[string-interpolate]
269.67 s
[string-interpolate] Finished in 1.0222 seconds
269.67 s
[string-interpolate] 57 examples, 0 failures
269.67 s
[string-interpolate] Test suite string-interpolate-test: PASS
269.67 s
[string-interpolate] Test suite logged to:
269.67 s
[string-interpolate] dist/test/string-interpolate-0.3.4.0-string-interpolate-test.log
269.67 s
[string-interpolate] 1 of 1 test suites (1 of 1 test cases) passed.
269.67 s
[string-interpolate] Phase: haddockPhase
269.67 s
[string-interpolate] Preprocessing library for string-interpolate-0.3.4.0...
269.67 s
[string-interpolate] Running Haddock on library for string-interpolate-0.3.4.0...
269.67 s
[string-interpolate] [ 1 of 11] Compiling Data.String.Interpolate.Conversion.Classes ( src/lib/Data/String/Interpolate/Conversion/Classes.hs, /build/ghc820_0/ghc_14.o, /build/ghc820_0/ghc_14.dyn_o )
269.67 s
[string-interpolate] [ 2 of 11] Compiling Data.String.Interpolate.Conversion.Encoding ( src/lib/Data/String/Interpolate/Conversion/Encoding.hs, /build/ghc820_0/ghc_16.o, /build/ghc820_0/ghc_16.dyn_o )
269.67 s
[string-interpolate] [ 3 of 11] Compiling Data.String.Interpolate.Conversion.ByteStringSink ( src/lib/Data/String/Interpolate/Conversion/ByteStringSink.hs, /build/ghc820_0/ghc_12.o, /build/ghc820_0/ghc_12.dyn_o )
269.67 s
[string-interpolate] [ 4 of 11] Compiling Data.String.Interpolate.Conversion.TextSink ( src/lib/Data/String/Interpolate/Conversion/TextSink.hs, /build/ghc820_0/ghc_18.o, /build/ghc820_0/ghc_18.dyn_o )
269.67 s
[string-interpolate] [ 5 of 11] Compiling Data.String.Interpolate.Conversion ( src/lib/Data/String/Interpolate/Conversion.hs, /build/ghc820_0/ghc_10.o, /build/ghc820_0/ghc_10.dyn_o )
269.67 s
[string-interpolate] [ 6 of 11] Compiling Data.String.Interpolate.Types ( src/lib/Data/String/Interpolate/Types.hs, /build/ghc820_0/ghc_24.o, /build/ghc820_0/ghc_24.dyn_o )
269.67 s
[string-interpolate] [ 7 of 11] Compiling Data.String.Interpolate.Lines ( src/lib/Data/String/Interpolate/Lines.hs, /build/ghc820_0/ghc_20.o, /build/ghc820_0/ghc_20.dyn_o )
269.67 s
[string-interpolate] [ 8 of 11] Compiling Data.String.Interpolate.Parse ( src/lib/Data/String/Interpolate/Parse.hs, /build/ghc820_0/ghc_22.o, /build/ghc820_0/ghc_22.dyn_o )
269.67 s
[string-interpolate] [ 9 of 11] Compiling Data.String.Interpolate.Whitespace ( src/lib/Data/String/Interpolate/Whitespace.hs, /build/ghc820_0/ghc_26.o, /build/ghc820_0/ghc_26.dyn_o )
269.67 s
[string-interpolate] [10 of 11] Compiling Data.String.Interpolate ( src/lib/Data/String/Interpolate.hs, nothing )
269.67 s
[string-interpolate] [11 of 11] Compiling Paths_string_interpolate ( dist/build/autogen/Paths_string_interpolate.hs, nothing )
269.67 s
[string-interpolate] Haddock coverage:
269.67 s
[string-interpolate] Warning: 'build' is out of scope.
269.67 s
[string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
269.67 s
[string-interpolate] Warning: 'interpolate' is out of scope.
269.67 s
[string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
269.67 s
[string-interpolate] Warning: 'charUtf8' is out of scope.
269.67 s
[string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
269.67 s
[string-interpolate] 0% ( 0 / 1) in 'Data.String.Interpolate.Conversion.ByteStringSink'
269.67 s
[string-interpolate] Missing documentation for:
269.67 s
[string-interpolate] Module header
269.67 s
[string-interpolate] 0% ( 0 / 1) in 'Data.String.Interpolate.Conversion.TextSink'
269.67 s
[string-interpolate] Missing documentation for:
269.67 s
[string-interpolate] Module header
269.67 s
[string-interpolate] 100% ( 8 / 8) in 'Data.String.Interpolate.Conversion'
269.67 s
[string-interpolate] 0% ( 0 / 4) in 'Data.String.Interpolate.Types'
269.67 s
[string-interpolate] Missing documentation for:
269.74 s
[wai:post-build] Uploading to the NixCI cache: /nix/store/ay8ld679v7aphz9vrzwhbbvyqwng8vw3-wai-3.2.4 /nix/store/kf0fhhr33nypli72yc1zbbbp7i23pvl7-wai-3.2.4-doc
269.79 s
[wai:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
269.94 s
[wai:post-build] copying 2 paths...
269.94 s
[wai:post-build] copying path '/nix/store/kf0fhhr33nypli72yc1zbbbp7i23pvl7-wai-3.2.4-doc' to 'https://cache.nix-ci.com'...
270.16 s
[wai:post-build] copying path '/nix/store/ay8ld679v7aphz9vrzwhbbvyqwng8vw3-wai-3.2.4' to 'https://cache.nix-ci.com'...
270.78 s
[wai:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
270.99 s
[wai:post-build] copying 3 paths...
270.99 s
[wai:post-build] copying path '/nix/store/anldj7rlj879xjm1adsf8iaw3ajqawlk-wai-cabal-3.2.4.drv' to 'https://cache.nix-ci.com'...
270.99 s
[wai:post-build] copying path '/nix/store/g1b23yz9nv91zfclb16gpqyyxjjxqf1w-wai-3.2.4.tar.gz.drv' to 'https://cache.nix-ci.com'...
271.14 s
[wai:post-build] copying path '/nix/store/kkfhwzqpv063rclraz1rxw4vy44x20v7-wai-3.2.4.drv' to 'https://cache.nix-ci.com'...
271.93 s
Progress: 17 of 148 built (12 building), 794 of 794 downloaded from cache
272.02 s
[witherable:post-build] Uploading to the NixCI cache: /nix/store/sjcsb5982ffi2saplb8dh5c4xj3w580h-witherable-0.5-doc /nix/store/x8yfihajav6hnwbzbhxaka5r895flxcf-witherable-0.5
272.08 s
[witherable:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
272.25 s
[witherable:post-build] copying 2 paths...
272.25 s
[witherable:post-build] copying path '/nix/store/sjcsb5982ffi2saplb8dh5c4xj3w580h-witherable-0.5-doc' to 'https://cache.nix-ci.com'...
272.52 s
[witherable:post-build] copying path '/nix/store/x8yfihajav6hnwbzbhxaka5r895flxcf-witherable-0.5' to 'https://cache.nix-ci.com'...
274.03 s
[witherable:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
274.25 s
[witherable:post-build] copying 2 paths...
274.29 s
[witherable:post-build] copying path '/nix/store/695vki9jb3qc77jafyqqgnkkwbm0fj19-witherable-0.5.tar.gz.drv' to 'https://cache.nix-ci.com'...
274.39 s
[witherable:post-build] copying path '/nix/store/y358w9rgcvjvi6d1lygms7f4igiizmgz-witherable-0.5.drv' to 'https://cache.nix-ci.com'...
274.58 s
Progress: 18 of 149 built (11 building), 794 of 794 downloaded from cache
274.59 s
[ListLike] Cases: 2274 Tried: 103 Errors: 0 Failures: 0+++ OK, passed 100 tests; 15 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:0:[Int]
274.59 s
[ListLike] Cases: 2274 Tried: 104 Errors: 0 Failures: 0+++ OK, passed 100 tests; 16 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:1:MyList Int
274.59 s
[ListLike] Cases: 2274 Tried: 105 Errors: 0 Failures: 0+++ OK, passed 100 tests; 20 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:2:String
274.59 s
[ListLike] Cases: 2274 Tried: 106 Errors: 0 Failures: 0+++ OK, passed 100 tests; 20 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:3:[Bool]
274.59 s
[ListLike] Cases: 2274 Tried: 107 Errors: 0 Failures: 0+++ OK, passed 100 tests; 19 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:4:MyList Bool
274.59 s
[ListLike] Cases: 2274 Tried: 108 Errors: 0 Failures: 0+++ OK, passed 100 tests; 10 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:5:ByteString
274.59 s
[ListLike] Cases: 2274 Tried: 109 Errors: 0 Failures: 0+++ OK, passed 100 tests; 17 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:6:ByteString.Lazy
274.59 s
[ListLike] Cases: 2274 Tried: 110 Errors: 0 Failures: 0+++ OK, passed 100 tests; 17 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:7:Chars
274.59 s
[ListLike] Cases: 2274 Tried: 111 Errors: 0 Failures: 0+++ OK, passed 100 tests; 15 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:8:Sequence Int
274.59 s
[ListLike] Cases: 2274 Tried: 112 Errors: 0 Failures: 0+++ OK, passed 100 tests; 16 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:9:Sequence Bool
274.59 s
[ListLike] Cases: 2274 Tried: 113 Errors: 0 Failures: 0+++ OK, passed 100 tests; 15 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:10:Sequence Char
274.59 s
[ListLike] Cases: 2274 Tried: 114 Errors: 0 Failures: 0+++ OK, passed 100 tests; 14 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:11:Array Int Int
274.59 s
[ListLike] Cases: 2274 Tried: 115 Errors: 0 Failures: 0+++ OK, passed 100 tests; 18 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:12:Array Int Bool
274.59 s
[ListLike] Cases: 2274 Tried: 116 Errors: 0 Failures: 0+++ OK, passed 100 tests; 17 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:13:Array (Just Int)
274.59 s
[ListLike] Cases: 2274 Tried: 117 Errors: 0 Failures: 0+++ OK, passed 100 tests; 14 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:14:DList Int
274.59 s
[ListLike] Cases: 2274 Tried: 118 Errors: 0 Failures: 0+++ OK, passed 100 tests; 12 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:15:Vector Int
274.59 s
[ListLike] Cases: 2274 Tried: 119 Errors: 0 Failures: 0+++ OK, passed 100 tests; 16 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:16:StorableVector Int
274.59 s
[ListLike] Cases: 2274 Tried: 120 Errors: 0 Failures: 0+++ OK, passed 100 tests; 18 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:17:UnboxVector Int
274.59 s
[ListLike] Cases: 2274 Tried: 121 Errors: 0 Failures: 0+++ OK, passed 100 tests; 15 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:18:Vector Bool
274.59 s
[ListLike] Cases: 2274 Tried: 122 Errors: 0 Failures: 0+++ OK, passed 100 tests; 15 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:19:StorableVector Bool
274.59 s
[ListLike] Cases: 2274 Tried: 123 Errors: 0 Failures: 0+++ OK, passed 100 tests; 14 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:20:UnboxVector Bool
274.59 s
[ListLike] Cases: 2274 Tried: 124 Errors: 0 Failures: 0+++ OK, passed 100 tests; 16 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:21:Text
274.59 s
[ListLike] Cases: 2274 Tried: 125 Errors: 0 Failures: 0+++ OK, passed 100 tests; 13 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:22:Text.Lazy
274.59 s
[ListLike] Cases: 2274 Tried: 126 Errors: 0 Failures: 0+++ OK, passed 100 tests; 14 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:23:Text.Builder
274.59 s
[ListLike] Cases: 2274 Tried: 127 Errors: 0 Failures: 0+++ OK, passed 100 tests; 19 discarded.
274.59 s
[ListLike] Testing 1:FoldableLL:2:foldl1:24:UTF8 ByteString
274.59 s
[attoparsec] tests/QC/IPv6/Internal.hs:242:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
274.59 s
[attoparsec] This binding for ‘t’ shadows the existing binding
274.59 s
[attoparsec] bound at tests/QC/IPv6/Internal.hs:235:23
274.59 s
[attoparsec] |
274.59 s
[attoparsec] 242 | where longest t = case t of
274.59 s
[attoparsec] | ^
274.59 s
[attoparsec]
274.59 s
[attoparsec] tests/QC/IPv6/Internal.hs:247:21: warning : [ GHC-63394 ] [ -Wx-partial ]
274.59 s
[attoparsec] In the use of ‘head’
274.59 s
[attoparsec] (imported from Prelude, but defined in GHC.Internal.List):
274.59 s
[attoparsec] "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"."
274.59 s
[attoparsec] |
274.59 s
[attoparsec] 247 | helper h = (head h == AllZeros, lh) where lh = length h
274.59 s
[attoparsec] | ^^^^
274.59 s
[attoparsec]
274.59 s
[attoparsec] tests/QC/IPv6/Internal.hs:298:12: warning : [ GHC-18042 ] [ -Wtype-defaults ]
274.59 s
[attoparsec] • Defaulting the type variable ‘a0’ to type ‘Integer’ in the following constraints
274.59 s
[attoparsec] (Integral a0)
274.59 s
[attoparsec] arising from a use of ‘R.decimal’
274.59 s
[attoparsec] at tests/QC/IPv6/Internal.hs:298:12-20
274.59 s
[attoparsec] (Ord a0)
274.59 s
[attoparsec] arising from a use of ‘<’ at tests/QC/IPv6/Internal.hs:299:39
274.59 s
[attoparsec] (Num a0)
274.59 s
[attoparsec] arising from the literal ‘256’
274.59 s
[attoparsec] at tests/QC/IPv6/Internal.hs:299:41-43
274.59 s
[attoparsec] (Show a0)
274.59 s
[attoparsec] arising from a use of ‘show’ at tests/QC/IPv6/Internal.hs:299:59-62
274.59 s
[attoparsec] • In the expression: R.decimal ds
274.59 s
[attoparsec] In a stmt of a 'do' block:
274.59 s
[attoparsec] case R.decimal ds of
274.59 s
[attoparsec] Right (n, _)
274.59 s
[attoparsec] -> return (if n < 256 then T.pack $ show n else T.empty)
274.59 s
[attoparsec] Left _ -> return T.empty
274.59 s
[attoparsec] In the expression:
274.59 s
[attoparsec] do ds <- takeWhile1 isDigit
274.59 s
[attoparsec] case R.decimal ds of
274.59 s
[attoparsec] Right (n, _)
274.59 s
[attoparsec] -> return (if n < 256 then T.pack $ show n else T.empty)
274.59 s
[attoparsec] Left _ -> return T.empty
274.59 s
[attoparsec] |
274.59 s
[attoparsec] 298 | case R.decimal ds of
274.59 s
[attoparsec] | ^^^^^^^^^
274.59 s
[attoparsec]
274.59 s
[attoparsec] tests/QC/IPv6/Internal.hs:304:5: warning : [ GHC-81995 ] [ -Wunused-do-bind ]
274.59 s
[attoparsec] A do-notation statement discarded a result of type ‘T.Text’
274.59 s
[attoparsec] Suggested fix: Suppress this warning by saying ‘_ <- string "::"’
274.59 s
[attoparsec] |
274.59 s
[attoparsec] 304 | string "::"
274.59 s
[attoparsec] | ^^^^^^^^^^^
274.59 s
[attoparsec]
274.59 s
[attoparsec] tests/QC/IPv6/Internal.hs:309:5: warning : [ GHC-81995 ] [ -Wunused-do-bind ]
274.59 s
[attoparsec] A do-notation statement discarded a result of type ‘T.Text’
274.59 s
[attoparsec] Suggested fix: Suppress this warning by saying ‘_ <- string ":"’
274.59 s
[attoparsec] |
274.59 s
[attoparsec] 309 | string ":"
274.59 s
[attoparsec] | ^^^^^^^^^^
274.59 s
[attoparsec]
274.59 s
[attoparsec] [ 7 of 12] Compiling QC.Rechunked ( tests/QC/Rechunked.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Rechunked.o )
274.59 s
[attoparsec] [ 8 of 12] Compiling QC.Simple ( tests/QC/Simple.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Simple.o )
274.59 s
[attoparsec] tests/QC/Simple.hs:10:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
274.59 s
[attoparsec] The import of ‘Data.List’ is redundant
274.59 s
[attoparsec] except perhaps to import instances from ‘Data.List’
274.59 s
[attoparsec] To import instances alone, use: import Data.List()
274.59 s
[attoparsec] |
274.59 s
[attoparsec] 10 | import Data.List (foldl')
274.59 s
[crypton-x509-validation] invalid: OK
274.59 s
[crypton-x509-validation] exhaustive: OK
274.59 s
[crypton-x509-validation] ECDSA
274.59 s
[crypton-x509-validation] signature
274.59 s
[crypton-x509-validation] valid: OK
274.59 s
[crypton-x509-validation] invalid: OK
274.59 s
[crypton-x509-validation] chain
274.59 s
[crypton-x509-validation] empty: OK
274.59 s
[crypton-x509-validation] incomplete: OK
274.59 s
[crypton-x509-validation] self-signed: OK
274.59 s
[crypton-x509-validation] leaf-not-v3
274.59 s
[crypton-x509-validation] v3-disallowed: OK
274.59 s
[crypton-x509-validation] v3-allowed: OK
274.59 s
[crypton-x509-validation] strict-ordering
274.59 s
[crypton-x509-validation] enabled: OK (0.02s)
274.59 s
[crypton-x509-validation] disabled: OK
274.59 s
[crypton-x509-validation] ca-constraints
274.59 s
[crypton-x509-validation] enabled
274.59 s
[crypton-x509-validation] cert-sign: OK
274.59 s
[crypton-x509-validation] crl-sign: OK
274.59 s
[crypton-x509-validation] not-ca: OK
274.59 s
[crypton-x509-validation] no-basic: OK
274.59 s
[crypton-x509-validation] bad-depth: OK
274.59 s
[crypton-x509-validation] disabled
274.59 s
[crypton-x509-validation] cert-sign: OK (0.01s)
274.59 s
[crypton-x509-validation] crl-sign: OK (0.01s)
274.59 s
[crypton-x509-validation] not-ca: OK (0.01s)
274.59 s
[crypton-x509-validation] no-basic: OK (0.01s)
274.59 s
[crypton-x509-validation] bad-depth: OK (0.01s)
274.59 s
[crypton-x509-validation] dates
274.59 s
[crypton-x509-validation] leaf
274.59 s
[crypton-x509-validation] enabled
274.59 s
[crypton-x509-validation] past: OK
274.59 s
[crypton-x509-validation] present: OK
274.59 s
[crypton-x509-validation] future: OK
274.59 s
[crypton-x509-validation] disabled
274.59 s
[crypton-x509-validation] past: OK
274.59 s
[crypton-x509-validation] present: OK
274.59 s
[crypton-x509-validation] future: OK
274.59 s
[crypton-x509-validation] intermediate
274.59 s
[crypton-x509-validation] enabled
274.59 s
[crypton-x509-validation] past: OK
274.59 s
[crypton-x509-validation] present: OK
274.59 s
[crypton-x509-validation] future: OK
274.59 s
[crypton-x509-validation] disabled
274.59 s
[crypton-x509-validation] past: OK
274.59 s
[crypton-x509-validation] present: OK
274.59 s
[crypton-x509-validation] future: OK
274.59 s
[crypton-x509-validation] timeshift
274.59 s
[crypton-x509-validation] at-past
274.59 s
[crypton-x509-validation] past: OK
274.59 s
[crypton-x509-validation] present: OK
274.59 s
[crypton-x509-validation] future: OK
274.59 s
[crypton-x509-validation] at-present
274.59 s
[crypton-x509-validation] past: OK
274.59 s
[crypton-x509-validation] present: OK
274.59 s
[crypton-x509-validation] future: OK
274.59 s
[crypton-x509-validation] in-future
274.59 s
[crypton-x509-validation] past: OK
274.59 s
[crypton-x509-validation] present: OK
274.59 s
[crypton-x509-validation] future: OK
274.59 s
[crypton-x509-validation] CommonName
274.59 s
[crypton-x509-validation] no-common-name: OK
274.59 s
[crypton-x509-validation] simple
274.59 s
[crypton-x509-validation] www.example.com: OK
274.59 s
[crypton-x509-validation] www2.example.com: OK
274.59 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK
274.59 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
274.59 s
[crypton-x509-validation] WWW.example.com: OK
274.59 s
[crypton-x509-validation] www..example.com: OK
274.59 s
[crypton-x509-validation] empty: OK
274.59 s
[crypton-x509-validation] wildcard
274.59 s
[crypton-x509-validation] example.com: OK
274.59 s
[crypton-x509-validation] www.example.com: OK
274.59 s
[crypton-x509-validation] www.EXAMPLE.com: OK
274.59 s
[crypton-x509-validation] www2.example.com: OK
274.59 s
[crypton-x509-validation] www.m.example.com: OK
274.59 s
[crypton-x509-validation] single: OK
274.59 s
[crypton-x509-validation] disabled
274.59 s
[crypton-x509-validation] www.example.com: OK
274.59 s
[crypton-x509-validation] www2.example.com: OK
274.59 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK
274.59 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
274.59 s
[crypton-x509-validation] WWW.example.com: OK
274.59 s
[crypton-x509-validation] www..example.com: OK
274.59 s
[crypton-x509-validation] empty: OK
274.59 s
[crypton-x509-validation] SubjectAltName
274.59 s
[crypton-x509-validation] simple
274.59 s
[crypton-x509-validation] www.example.com: OK (0.01s)
274.59 s
[crypton-x509-validation] www2.example.com: OK
274.59 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK (0.01s)
274.59 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
274.59 s
[crypton-x509-validation] WWW.example.com: OK (0.01s)
274.59 s
[crypton-x509-validation] www..example.com: OK
274.59 s
[crypton-x509-validation] empty: OK
274.59 s
[crypton-x509-validation] wildcard
274.59 s
[hedgehog] Hedgehog=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog,Hedgehog.Gen=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Gen,Hedgehog.Internal.Barbie=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Barbie,Hedgehog.Internal.Config=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Config,Hedgehog.Internal.Discovery=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Discovery,Hedgehog.Internal.Distributive=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Distributive,Hedgehog.Internal.Exception=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Exception,Hedgehog.Internal.Gen=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Gen,Hedgehog.Internal.HTraversable=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.HTraversable,Hedgehog.Internal.Opaque=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Opaque,Hedgehog.Internal.Prelude=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Prelude,Hedgehog.Internal.Property=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Property,Hedgehog.Internal.Queue=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Queue,Hedgehog.Internal.Range=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Range,Hedgehog.Internal.Region=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Region,Hedgehog.Internal.Report=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Report,Hedgehog.Internal.Runner=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Runner,Hedgehog.Internal.Seed=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Seed,Hedgehog.Internal.Show=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Show,Hedgehog.Internal.Shrink=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Shrink,Hedgehog.Internal.Source=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Source,Hedgehog.Internal.State=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.State,Hedgehog.Internal.TH=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.TH,Hedgehog.Internal.Tree=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Tree,Hedgehog.Internal.Tripping=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Tripping,Hedgehog.Main=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Main,Hedgehog.Range=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Range
274.60 s
[hedgehog] unit hedgehog-1.5-LeO3vHWfY4280nn0oy6foQ-test
274.60 s
[hedgehog] include base-4.20.2.0-edab
274.60 s
[hedgehog] include containers-0.7-8e24
274.60 s
[hedgehog] include hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O
274.60 s
[hedgehog] include mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
274.60 s
[hedgehog] include mtl-2.3.1-32a4
274.60 s
[hedgehog] include pretty-show-1.10-DfAFzs4W4IrAvRrk3gzjv9
274.60 s
[hedgehog] include text-2.1.3-afaf
274.60 s
[hedgehog] include transformers-0.6.1.1-9cdc
274.60 s
[hedgehog] Ready component graph:
274.60 s
[hedgehog] definite hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O
274.60 s
[hedgehog] depends ansi-terminal-1.1.3-AekLug7AhnB6bymVWH8ARH
274.60 s
[hedgehog] depends async-2.2.5-EuAp0zBnh6jBUz0tzBUdck
274.60 s
[hedgehog] depends barbies-2.1.1.0-Feu2kjKq8qkCVUJE1MWXRA
274.60 s
[hedgehog] depends base-4.20.2.0-edab
274.60 s
[hedgehog] depends bytestring-0.12.2.0-d4b6
274.60 s
[hedgehog] depends concurrent-output-1.10.21-DV0o4JrhQA7KKiwDI85w11
274.60 s
[hedgehog] depends containers-0.7-8e24
274.60 s
[hedgehog] depends deepseq-1.5.0.0-500b
274.60 s
[hedgehog] depends directory-1.3.8.5-0fd7
274.60 s
[hedgehog] depends erf-2.0.0.0-J6epOYDitSCKKJ30OvRvAA
274.60 s
[hedgehog] depends exceptions-0.10.9-d1ea
274.60 s
[hedgehog] depends lifted-async-0.10.2.7-9Qt30HD6DcH1czUYmCHxY7
274.60 s
[hedgehog] depends mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
274.60 s
[hedgehog] depends monad-control-1.0.3.1-82RuV1apuLb8qpaFL0ZGX
274.60 s
[hedgehog] depends mtl-2.3.1-32a4
274.60 s
[hedgehog] depends pretty-show-1.10-DfAFzs4W4IrAvRrk3gzjv9
274.60 s
[hedgehog] depends primitive-0.9.1.0-BOs6dxdfkf82TnuTfxheNk
274.60 s
[hedgehog] depends random-1.2.1.3-Ekid3QlDtEV5bwzHR95Ho0
274.60 s
[hedgehog] depends resourcet-1.3.0-7yTPUmjjrfp92Ob7osLre3
274.60 s
[hedgehog] depends safe-exceptions-0.1.7.4-BAqPKTWBLVp4b9lO5eloF9
274.60 s
[hedgehog] depends stm-2.5.3.1-05a4
274.60 s
[hedgehog] depends template-haskell-2.22.0.0-bcc5
274.60 s
[hedgehog] depends text-2.1.3-afaf
274.60 s
[hedgehog] depends time-1.12.2-dceb
274.60 s
[hedgehog] depends transformers-0.6.1.1-9cdc
274.60 s
[hedgehog] depends transformers-base-0.4.6-54wpI8CAHSOD3ZO1ZJUwpu
274.60 s
[hedgehog] depends wl-pprint-annotated-0.1.0.1-GCAqHduIwOtLpKmtuNbWQE
274.60 s
[hedgehog] definite hedgehog-1.5-LeO3vHWfY4280nn0oy6foQ-test
274.60 s
[hedgehog] depends base-4.20.2.0-edab
274.60 s
[hedgehog] depends containers-0.7-8e24
274.60 s
[hedgehog] depends hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O
274.60 s
[hedgehog] depends mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
274.60 s
[hedgehog] depends mtl-2.3.1-32a4
274.60 s
[hedgehog] depends pretty-show-1.10-DfAFzs4W4IrAvRrk3gzjv9
274.60 s
[hedgehog] depends text-2.1.3-afaf
274.60 s
[hedgehog] depends transformers-0.6.1.1-9cdc
274.60 s
[hedgehog] Using Cabal-3.12.1.0 compiled by ghc-9.10
274.60 s
[hedgehog] Using compiler: ghc-9.10.3
274.60 s
[hedgehog] Using install prefix: /nix/store/klaapr9c03i8dga41prm5fvf1w5iy4c2-hedgehog-1.5
274.60 s
[hedgehog] Executables installed in:
274.60 s
[hedgehog] /nix/store/klaapr9c03i8dga41prm5fvf1w5iy4c2-hedgehog-1.5/bin
274.60 s
[hedgehog] Libraries installed in:
274.60 s
[http-api-data] [4 of 4] Compiling Web.HttpApiData ( src/Web/HttpApiData.hs, dist/build/Web/HttpApiData.o, dist/build/Web/HttpApiData.dyn_o )
274.60 s
[http-api-data] [1 of 4] Compiling Web.Internal.HttpApiData ( src/Web/Internal/HttpApiData.hs, dist/build/Web/Internal/HttpApiData.p_o )
274.60 s
[http-api-data] src/Web/Internal/HttpApiData.hs:35:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
274.60 s
[http-api-data] The import of ‘Data.Semigroup’ is redundant
274.60 s
[http-api-data] except perhaps to import instances from ‘Data.Semigroup’
274.60 s
[http-api-data] To import instances alone, use: import Data.Semigroup()
274.60 s
[http-api-data] |
274.60 s
[http-api-data] 35 | import Data.Semigroup (Semigroup (..))
274.60 s
[http-api-data] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
274.60 s
[http-api-data]
274.60 s
[http-api-data] [2 of 4] Compiling Web.Internal.FormUrlEncoded ( src/Web/Internal/FormUrlEncoded.hs, dist/build/Web/Internal/FormUrlEncoded.p_o )
274.60 s
[http-api-data] src/Web/Internal/FormUrlEncoded.hs:40:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
274.60 s
[http-api-data] The import of ‘Data.Semigroup’ is redundant
274.60 s
[http-api-data] except perhaps to import instances from ‘Data.Semigroup’
274.60 s
[http-api-data] To import instances alone, use: import Data.Semigroup()
274.60 s
[http-api-data] |
274.60 s
[http-api-data] 40 | import Data.Semigroup (Semigroup (..))
274.60 s
[http-api-data] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
274.60 s
[http-api-data]
274.60 s
[http-api-data] src/Web/Internal/FormUrlEncoded.hs:58:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
274.60 s
[http-api-data] The import of ‘Numeric.Natural’ is redundant
274.60 s
[http-api-data] except perhaps to import instances from ‘Numeric.Natural’
274.60 s
[http-api-data] To import instances alone, use: import Numeric.Natural()
274.60 s
[http-api-data] |
274.60 s
[http-api-data] 58 | import Numeric.Natural (Natural)
274.60 s
[http-api-data] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
274.60 s
[http-api-data]
274.60 s
[http-api-data] src/Web/Internal/FormUrlEncoded.hs:336:23: warning : [ GHC-39567 ] [ -Wstar-is-type ]
274.60 s
[http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
274.60 s
[http-api-data] relies on the StarIsType extension, which will become
274.60 s
[http-api-data] deprecated in the future.
274.60 s
[http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
274.60 s
[http-api-data] |
274.60 s
[http-api-data] 336 | class GToForm t (f :: * -> *) where
274.60 s
[http-api-data] | ^
274.60 s
[http-api-data]
274.60 s
[http-api-data] src/Web/Internal/FormUrlEncoded.hs:336:28: warning : [ GHC-39567 ] [ -Wstar-is-type ]
274.60 s
[http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
274.60 s
[http-api-data] relies on the StarIsType extension, which will become
274.60 s
[http-api-data] deprecated in the future.
274.60 s
[http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
274.60 s
[http-api-data] |
274.60 s
[http-api-data] 336 | class GToForm t (f :: * -> * ) where
274.60 s
[http-api-data] | ^
274.60 s
[http-api-data]
274.60 s
[http-api-data] src/Web/Internal/FormUrlEncoded.hs:484:25: warning : [ GHC-39567 ] [ -Wstar-is-type ]
274.60 s
[http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
274.60 s
[http-api-data] relies on the StarIsType extension, which will become
274.60 s
[http-api-data] deprecated in the future.
274.60 s
[http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
274.60 s
[http-api-data] |
274.60 s
[http-api-data] 484 | class GFromForm t (f :: * -> *) where
274.60 s
[http-api-data] | ^
274.60 s
[http-api-data]
274.60 s
[http-client] [ 3 of 19] Compiling Network.HTTP.Client.Connection ( Network/HTTP/Client/Connection.hs, dist/build/Network/HTTP/Client/Connection.p_o )
274.60 s
[http-client] [ 4 of 19] Compiling Network.HTTP.Client.Headers ( Network/HTTP/Client/Headers.hs, dist/build/Network/HTTP/Client/Headers.p_o )
274.60 s
[http-client] [ 5 of 19] Compiling Network.HTTP.Client.Body ( Network/HTTP/Client/Body.hs, dist/build/Network/HTTP/Client/Body.p_o )
274.60 s
[http-client] [ 6 of 19] Compiling Network.HTTP.Client.Util ( Network/HTTP/Client/Util.hs, dist/build/Network/HTTP/Client/Util.p_o )
274.60 s
[http-client] [ 7 of 19] Compiling Network.HTTP.Client.Request ( Network/HTTP/Client/Request.hs, dist/build/Network/HTTP/Client/Request.p_o )
274.60 s
[http-client] [ 8 of 19] Compiling Network.HTTP.Client.Response ( Network/HTTP/Client/Response.hs, dist/build/Network/HTTP/Client/Response.p_o )
274.60 s
[http-client] [ 9 of 19] Compiling Network.HTTP.Proxy ( Network/HTTP/Proxy.hs, dist/build/Network/HTTP/Proxy.p_o )
274.60 s
[http-client] [10 of 19] Compiling Network.HTTP.Client.Manager ( Network/HTTP/Client/Manager.hs, dist/build/Network/HTTP/Client/Manager.p_o )
274.60 s
[http-client] [11 of 19] Compiling Network.PublicSuffixList.Types ( publicsuffixlist/Network/PublicSuffixList/Types.hs, dist/build/Network/PublicSuffixList/Types.p_o )
274.60 s
[http-client] [12 of 19] Compiling Network.PublicSuffixList.Serialize ( publicsuffixlist/Network/PublicSuffixList/Serialize.hs, dist/build/Network/PublicSuffixList/Serialize.p_o )
274.60 s
[http-client] [13 of 19] Compiling Network.PublicSuffixList.DataStructure ( publicsuffixlist/Network/PublicSuffixList/DataStructure.hs, dist/build/Network/PublicSuffixList/DataStructure.p_o )
274.60 s
[http-client] [14 of 19] Compiling Network.PublicSuffixList.Lookup ( publicsuffixlist/Network/PublicSuffixList/Lookup.hs, dist/build/Network/PublicSuffixList/Lookup.p_o )
274.60 s
[http-client] publicsuffixlist/Network/PublicSuffixList/Lookup.hs:69:63: warning : [ GHC-63394 ] [ -Wx-partial ]
274.60 s
[http-client] In the use of ‘tail’
274.60 s
[http-client] (imported from Prelude, but defined in GHC.Internal.List):
274.60 s
[http-client] "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"."
274.60 s
[http-client] |
274.60 s
[http-client] 69 | output _ (OffEnd True x) = Just $ T.intercalate "." $ tail $ T.splitOn "." x
274.60 s
[http-client] | ^^^^
274.60 s
[http-client]
274.60 s
[http-client] [15 of 19] Compiling Network.HTTP.Client.Cookies ( Network/HTTP/Client/Cookies.hs, dist/build/Network/HTTP/Client/Cookies.p_o )
274.60 s
[http-client] [16 of 19] Compiling Network.HTTP.Client.Core ( Network/HTTP/Client/Core.hs, dist/build/Network/HTTP/Client/Core.p_o )
274.60 s
[http-client] [17 of 19] Compiling Network.HTTP.Client.Internal ( Network/HTTP/Client/Internal.hs, dist/build/Network/HTTP/Client/Internal.p_o )
274.60 s
[http-client] [18 of 19] Compiling Network.HTTP.Client ( Network/HTTP/Client.hs, dist/build/Network/HTTP/Client.p_o )
274.60 s
[http-client] [19 of 19] Compiling Network.HTTP.Client.MultipartFormData ( Network/HTTP/Client/MultipartFormData.hs, dist/build/Network/HTTP/Client/MultipartFormData.p_o )
274.60 s
[http-client] Phase: haddockPhase
274.60 s
[http-client] Preprocessing library for http-client-0.7.19...
274.60 s
[http-client] Running Haddock on library for http-client-0.7.19...
274.60 s
[http-client] [ 1 of 19] Compiling Data.KeyedPool ( Data/KeyedPool.hs, nothing )
274.60 s
[http-client] [ 2 of 19] Compiling Network.HTTP.Client.Types ( Network/HTTP/Client/Types.hs, nothing )
274.60 s
[http-client] [ 3 of 19] Compiling Network.HTTP.Client.Connection ( Network/HTTP/Client/Connection.hs, nothing )
274.60 s
[http-client] [ 4 of 19] Compiling Network.HTTP.Client.Headers ( Network/HTTP/Client/Headers.hs, nothing )
274.60 s
[http-client] [ 5 of 19] Compiling Network.HTTP.Client.Body ( Network/HTTP/Client/Body.hs, nothing )
274.60 s
[http-client] [ 6 of 19] Compiling Network.HTTP.Client.Util ( Network/HTTP/Client/Util.hs, nothing )
274.60 s
[http-client] [ 7 of 19] Compiling Network.HTTP.Client.Request ( Network/HTTP/Client/Request.hs, nothing )
274.60 s
[http-client] [ 8 of 19] Compiling Network.HTTP.Client.Response ( Network/HTTP/Client/Response.hs, nothing )
274.60 s
[http-client] [ 9 of 19] Compiling Network.HTTP.Proxy ( Network/HTTP/Proxy.hs, nothing )
274.60 s
[lucid] Using hpc version 0.69 found on system at:
274.60 s
[lucid] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
274.60 s
[lucid] Using hsc2hs version 0.68.10 found on system at:
274.60 s
[lucid] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
274.60 s
[lucid] Using hscolour version 1.25 found on system at:
274.60 s
[lucid] /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
274.60 s
[lucid] No jhc found
274.60 s
[lucid] Using ld found on system at:
274.60 s
[lucid] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
274.60 s
[lucid] No pkg-config found
274.60 s
[lucid] Using runghc version 9.10.3 found on system at:
274.60 s
[lucid] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
274.60 s
[lucid] Using strip version 2.44 found on system at:
274.60 s
[lucid] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
274.60 s
[lucid] Using tar found on system at:
274.60 s
[lucid] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
274.60 s
[lucid] No uhc found
274.60 s
[lucid] Phase: buildPhase
274.60 s
[lucid] Preprocessing library for lucid-2.11.20250303...
274.60 s
[lucid] Building library for lucid-2.11.20250303...
274.60 s
[lucid] [1 of 4] Compiling Lucid.Base ( src/Lucid/Base.hs, dist/build/Lucid/Base.o, dist/build/Lucid/Base.dyn_o )
274.60 s
[lucid] src/Lucid/Base.hs:62:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
274.60 s
[lucid] The import of ‘Data.Semigroup’ is redundant
274.60 s
[lucid] except perhaps to import instances from ‘Data.Semigroup’
274.60 s
[lucid] To import instances alone, use: import Data.Semigroup()
274.60 s
[lucid] |
274.60 s
[lucid] 62 | import Data.Semigroup (Semigroup (..))
274.60 s
[lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
274.60 s
[lucid]
274.60 s
[lucid] src/Lucid/Base.hs:63:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
274.60 s
[lucid] The import of ‘Data.Monoid’ is redundant
274.60 s
[lucid] except perhaps to import instances from ‘Data.Monoid’
274.60 s
[lucid] To import instances alone, use: import Data.Monoid()
274.60 s
[lucid] |
274.60 s
[lucid] 63 | import Data.Monoid (Monoid (..))
274.60 s
[lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
274.60 s
[lucid]
274.60 s
[lucid] src/Lucid/Base.hs:119:3: warning : [ GHC-50928 ] [ -Wnoncanonical-monoid-instances ]
274.60 s
[lucid] Noncanonical ‘mappend’ definition detected
274.60 s
[lucid] in the instance declaration for ‘Monoid (HtmlT m a)’.
274.60 s
[lucid] ‘mappend’ will eventually be removed in favour of ‘(<>)’
274.60 s
[lucid] Suggested fix:
274.60 s
[lucid] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
274.60 s
[lucid] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
274.60 s
[lucid] |
274.60 s
[lucid] 119 | mappend = liftA2 mappend
274.60 s
[lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^
274.60 s
[lucid]
274.60 s
[lucid] src/Lucid/Base.hs:147:3: warning : [ GHC-22705 ] [ -Wnoncanonical-monad-instances ]
274.60 s
[lucid] Noncanonical ‘return’ definition detected
274.60 s
[lucid] in the instance declaration for ‘Monad (HtmlT m)’.
274.60 s
[lucid] ‘return’ will eventually be removed in favour of ‘pure’
274.60 s
[lucid] Suggested fix:
274.60 s
[lucid] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
274.60 s
[lucid] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
274.60 s
[lucid] |
274.60 s
[lucid] 147 | return a = HtmlT (return (mempty,a))
274.60 s
[lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
274.60 s
[lucid]
274.60 s
[lucid] src/Lucid/Base.hs:156:3: warning : [ GHC-22705 ] [ -Wnoncanonical-monad-instances ]
274.60 s
[lucid] Noncanonical ‘(>>)’ definition detected
274.60 s
[lucid] in the instance declaration for ‘Monad (HtmlT m)’.
274.60 s
[profunctors] No pkg-config found
274.60 s
[profunctors] Using runghc version 9.10.3 found on system at:
274.60 s
[profunctors] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
274.60 s
[profunctors] Using strip version 2.44 found on system at:
274.60 s
[profunctors] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
274.60 s
[profunctors] Using tar found on system at:
274.60 s
[profunctors] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
274.60 s
[profunctors] No uhc found
274.60 s
[profunctors] Phase: buildPhase
274.60 s
[profunctors] Preprocessing library for profunctors-5.6.3...
274.60 s
[profunctors] Building library for profunctors-5.6.3...
274.60 s
[profunctors] [ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.o, dist/build/Data/Profunctor/Unsafe.dyn_o )
274.60 s
[profunctors] [ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.o, dist/build/Data/Profunctor/Types.dyn_o )
274.60 s
[profunctors] [ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.o, dist/build/Data/Profunctor/Monad.dyn_o )
274.60 s
[profunctors] [ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.o, dist/build/Data/Profunctor/Adjunction.dyn_o )
274.60 s
[profunctors] [ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.o, dist/build/Data/Profunctor/Strong.dyn_o )
274.60 s
[profunctors] [ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.o, dist/build/Data/Profunctor/Closed.dyn_o )
274.60 s
[profunctors] [ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.o, dist/build/Data/Profunctor/Choice.dyn_o )
274.60 s
[profunctors] [ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.o, dist/build/Data/Profunctor/Traversing.dyn_o )
274.60 s
[profunctors] [ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.o, dist/build/Data/Profunctor/Mapping.dyn_o )
274.60 s
[profunctors] [10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.o, dist/build/Data/Profunctor.dyn_o )
274.60 s
[profunctors] [11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.o, dist/build/Data/Profunctor/Sieve.dyn_o )
274.60 s
[profunctors] [12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.o, dist/build/Data/Profunctor/Rep.dyn_o )
274.60 s
[profunctors] [13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.o, dist/build/Data/Profunctor/Composition.dyn_o )
274.60 s
[profunctors] [14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.o, dist/build/Data/Profunctor/Ran.dyn_o )
274.60 s
[profunctors] [15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.o, dist/build/Data/Profunctor/Cayley.dyn_o )
274.60 s
[profunctors] [16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, dist/build/Data/Profunctor/Yoneda.o, dist/build/Data/Profunctor/Yoneda.dyn_o )
274.60 s
[profunctors] [ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.p_o )
274.60 s
[profunctors] [ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.p_o )
274.60 s
[profunctors] [ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.p_o )
274.60 s
[profunctors] [ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.p_o )
274.60 s
[profunctors] [ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.p_o )
274.60 s
[profunctors] [ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.p_o )
274.60 s
[profunctors] [ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.p_o )
274.60 s
[profunctors] [ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.p_o )
274.60 s
[profunctors] [ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.p_o )
274.60 s
[semigroupoids] /nix/store/0gzvlbn5bx412s5gkxca7n968dmdr4mw-semigroupoids-6.0.1
274.60 s
[semigroupoids] Executables installed in:
274.60 s
[semigroupoids] /nix/store/0gzvlbn5bx412s5gkxca7n968dmdr4mw-semigroupoids-6.0.1/bin
274.60 s
[semigroupoids] Libraries installed in:
274.60 s
[semigroupoids] /nix/store/0gzvlbn5bx412s5gkxca7n968dmdr4mw-semigroupoids-6.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n
274.60 s
[semigroupoids] Dynamic Libraries installed in:
274.60 s
[semigroupoids] /nix/store/0gzvlbn5bx412s5gkxca7n968dmdr4mw-semigroupoids-6.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
274.60 s
[semigroupoids] Private executables installed in:
274.60 s
[semigroupoids] /nix/store/0gzvlbn5bx412s5gkxca7n968dmdr4mw-semigroupoids-6.0.1/libexec/x86_64-linux-ghc-9.10.3-2929/semigroupoids-6.0.1
274.60 s
[semigroupoids] Data files installed in:
274.60 s
[semigroupoids] /nix/store/0gzvlbn5bx412s5gkxca7n968dmdr4mw-semigroupoids-6.0.1/share/x86_64-linux-ghc-9.10.3-2929/semigroupoids-6.0.1
274.60 s
[semigroupoids] Documentation installed in:
274.60 s
[semigroupoids] /nix/store/p3d685jhzbj50955qznv9yk516bij47x-semigroupoids-6.0.1-doc/share/doc/semigroupoids-6.0.1
274.60 s
[semigroupoids] Configuration files installed in:
274.60 s
[semigroupoids] /nix/store/0gzvlbn5bx412s5gkxca7n968dmdr4mw-semigroupoids-6.0.1/etc
274.60 s
[semigroupoids] No alex found
274.60 s
[semigroupoids] Using ar found on system at:
274.60 s
[semigroupoids] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
274.60 s
[semigroupoids] No c2hs found
274.60 s
[semigroupoids] No cpphs found
274.60 s
[semigroupoids] No doctest found
274.60 s
[semigroupoids] Using gcc version 14.3.0 given by user at:
274.60 s
[semigroupoids] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
274.60 s
[semigroupoids] Using ghc version 9.10.3 found on system at:
274.61 s
[semigroupoids] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
274.61 s
[semigroupoids] Using ghc-pkg version 9.10.3 found on system at:
274.61 s
[semigroupoids] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
274.61 s
[semigroupoids] No ghcjs found
274.61 s
[semigroupoids] No ghcjs-pkg found
274.61 s
[semigroupoids] No greencard found
274.61 s
[semigroupoids] Using haddock version 2.31.1 found on system at:
274.61 s
[semigroupoids] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
274.61 s
[semigroupoids] No happy found
274.61 s
[semigroupoids] Using haskell-suite found on system at: haskell-suite-dummy-location
274.61 s
[semigroupoids] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
274.61 s
[semigroupoids] No hmake found
274.61 s
[semigroupoids] Using hpc version 0.69 found on system at:
274.61 s
[semigroupoids] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
274.61 s
[semigroupoids] Using hsc2hs version 0.68.10 found on system at:
274.61 s
[semigroupoids] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
274.61 s
[semigroupoids] Using hscolour version 1.25 found on system at:
274.61 s
[semigroupoids] /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
274.61 s
[semigroupoids] No jhc found
274.61 s
[semigroupoids] Using ld found on system at:
274.61 s
[semigroupoids] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
274.61 s
[semigroupoids] No pkg-config found
274.61 s
[semigroupoids] Using runghc version 9.10.3 found on system at:
274.61 s
[semigroupoids] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
274.61 s
[semigroupoids] Using strip version 2.44 found on system at:
274.61 s
[semigroupoids] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
274.61 s
[semigroupoids] Using tar found on system at:
274.61 s
[semigroupoids] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
274.61 s
[semigroupoids] No uhc found
274.61 s
[semigroupoids] Phase: buildPhase
274.61 s
[semigroupoids] Preprocessing library for semigroupoids-6.0.1...
274.61 s
[semigroupoids] Building library for semigroupoids-6.0.1...
274.61 s
[semigroupoids] [ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.o, dist/build/Data/Functor/Extend.dyn_o )
274.61 s
[semigroupoids] [ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.o, dist/build/Data/Semigroup/Foldable/Class.dyn_o )
274.61 s
[semigroupoids] [ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.o, dist/build/Data/Traversable/Instances.dyn_o )
274.61 s
[semigroupoids] [ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, dist/build/Semigroupoids/Internal.o, dist/build/Semigroupoids/Internal.dyn_o )
274.61 s
[semigroupoids] [ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.o, dist/build/Data/Functor/Bind/Class.dyn_o )
274.61 s
[semigroupoids] [ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.o, dist/build/Data/Functor/Apply.dyn_o )
274.61 s
[semigroupoids] [ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.o, dist/build/Data/Semigroup/Bifoldable.dyn_o )
274.61 s
[string-interpolate] Module header
274.61 s
[string-interpolate] InterpSegment (src/lib/Data/String/Interpolate/Types.hs:7)
274.61 s
[string-interpolate] Line (src/lib/Data/String/Interpolate/Types.hs:14)
274.61 s
[string-interpolate] Lines (src/lib/Data/String/Interpolate/Types.hs:15)
274.61 s
[string-interpolate] Warning: 'Line' is out of scope.
274.61 s
[string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
274.61 s
[string-interpolate] Warning: 'parseInterpSegments' is out of scope.
274.61 s
[string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
274.61 s
[string-interpolate] 80% ( 4 / 5) in 'Data.String.Interpolate.Parse'
274.61 s
[string-interpolate] Missing documentation for:
274.61 s
[string-interpolate] dosToUnix (src/lib/Data/String/Interpolate/Parse.hs:110)
274.61 s
[string-interpolate] Warning: 'i' is out of scope.
274.61 s
[string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
274.61 s
[string-interpolate] Warning: '__i' is out of scope.
274.61 s
[string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
274.61 s
[string-interpolate] Warning: 'iii' is out of scope.
274.61 s
[string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
274.61 s
[string-interpolate] Warning: 'IsString' is out of scope.
274.61 s
[string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
274.61 s
[string-interpolate] Warning: 'Show' is out of scope.
274.61 s
[string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
274.61 s
[string-interpolate] 100% ( 10 / 10) in 'Data.String.Interpolate'
274.61 s
[string-interpolate] Warning: Data.String.Interpolate.Conversion.ByteStringSink: could not find link destinations for:
274.61 s
[string-interpolate] - Data.String.Interpolate.Conversion.Classes.B
274.61 s
[string-interpolate] Warning: Data.String.Interpolate.Conversion.TextSink: could not find link destinations for:
274.61 s
[string-interpolate] - Data.String.Interpolate.Conversion.Classes.B
274.61 s
[string-interpolate] Warning: Data.String.Interpolate.Conversion: could not find link destinations for:
274.61 s
[string-interpolate] - Data.String.Interpolate.Conversion.Classes.B
274.61 s
[string-interpolate] Documentation created: dist/doc/html/string-interpolate/,
274.61 s
[string-interpolate] dist/doc/html/string-interpolate/string-interpolate.txt
274.61 s
[string-interpolate] Preprocessing test suite 'string-interpolate-test' for string-interpolate-0.3.4.0...
274.61 s
[string-interpolate] Phase: installPhase
274.61 s
[string-interpolate] Installing library in /nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/string-interpolate-0.3.4.0-13wSWwvyjtA9Ve3bDfm3lP
274.61 s
[string-interpolate] Phase: fixupPhase
274.61 s
[string-interpolate] shrinking RPATHs of ELF executables and libraries in /nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0
274.61 s
[string-interpolate] shrinking /nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/libHSstring-interpolate-0.3.4.0-13wSWwvyjtA9Ve3bDfm3lP-ghc9.10.3.so
274.61 s
[string-interpolate] checking for references to /build/ in /nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0...
274.61 s
[string-interpolate] patching script interpreter paths in /nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0
274.61 s
[string-interpolate] stripping (with command strip and flags -S -p) in /nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0/lib
274.61 s
[string-interpolate] shrinking RPATHs of ELF executables and libraries in /nix/store/5rmdkr8lavpyg4g9l37zz69kq53hcn4n-string-interpolate-0.3.4.0-doc
274.61 s
[string-interpolate] checking for references to /build/ in /nix/store/5rmdkr8lavpyg4g9l37zz69kq53hcn4n-string-interpolate-0.3.4.0-doc...
274.61 s
[string-interpolate] patching script interpreter paths in /nix/store/5rmdkr8lavpyg4g9l37zz69kq53hcn4n-string-interpolate-0.3.4.0-doc
274.61 s
[unison-util-serialization] Phase: setupCompilerEnvironmentPhase
274.61 s
[unison-util-serialization] Build with /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3.
274.61 s
[unison-util-serialization] Phase: unpackPhase
274.61 s
[unison-util-serialization] unpacking source archive /nix/store/73gadfrmvpvnqq1gc9j0x6772l41f8a0-stacklock2nix-pkg-sources-unison-util-serialization
274.61 s
[unison-util-serialization] source root is stacklock2nix-pkg-sources-unison-util-serialization
274.61 s
[unison-util-serialization] Phase: patchPhase
274.61 s
[unison-util-serialization] Phase: compileBuildDriverPhase
274.61 s
[unison-util-serialization] setupCompileFlags: -package-db=/build/tmp.qwgiQACTR4/setup-package.conf.d -threaded
274.61 s
[unison-util-serialization] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.qwgiQACTR4/Main.o )
274.61 s
[unison-util-serialization] [2 of 2] Linking Setup
274.61 s
[unison-util-serialization] Phase: updateAutotoolsGnuConfigScriptsPhase
274.61 s
[unison-util-serialization] Phase: configurePhase
274.61 s
[unison-util-serialization] configureFlags: --verbose --prefix=/nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/68ycfmfvm3fdyvm1mdybwg6ixa7bhl6r-unison-util-serialization-0.0.0-doc/share/doc/unison-util-serialization-0.0.0 --with-gcc=gcc --package-db=/build/tmp.qwgiQACTR4/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
274.61 s
[unison-util-serialization] Using Parsec parser
274.61 s
[unison-util-serialization] Configuring unison-util-serialization-0.0.0...
274.61 s
[unison-util-serialization] Dependency base: using base-4.20.2.0
274.61 s
[unison-util-serialization] Dependency bytes: using bytes-0.17.4
274.61 s
[unison-util-serialization] Dependency bytestring: using bytestring-0.12.2.0
274.61 s
[unison-util-serialization] Dependency containers: using containers-0.7
274.61 s
[unison-util-serialization] Dependency filepath: using filepath-1.5.4.0
274.61 s
[unison-util-serialization] Dependency text: using text-2.1.3
274.61 s
[unison-util-serialization] Dependency text-short: using text-short-0.1.6
274.61 s
[unison-util-serialization] Dependency unliftio: using unliftio-0.2.25.1
274.61 s
[unison-util-serialization] Dependency vector: using vector-0.13.2.0
274.61 s
[unison-util-serialization] Source component graph: component lib
274.61 s
[unison-util-serialization] Configured component graph:
274.61 s
[unison-util-serialization] component unison-util-serialization-0.0.0-gwqLgh85C92FebwTqRDIY
274.61 s
[unison-util-serialization] include base-4.20.2.0-edab
274.61 s
[unison-util-serialization] include bytes-0.17.4-4QHLOboeOcz1aoN8FVNuR6
274.61 s
[unison-util-serialization] include bytestring-0.12.2.0-d4b6
274.61 s
[unison-util-serialization] include containers-0.7-8e24
274.61 s
[unison-util-serialization] include filepath-1.5.4.0-fef9
274.61 s
[unison-util-serialization] include text-2.1.3-afaf
274.61 s
[unison-util-serialization] include text-short-0.1.6-CpHWoekPWzfLE0HZvgPOlg
274.61 s
[unison-util-serialization] include unliftio-0.2.25.1-4HM1beCQW9O8IJh0Kbtuuw
274.61 s
[unison-util-serialization] include vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
274.61 s
[unison-util-serialization] Linked component graph:
274.61 s
[unison-util-serialization] unit unison-util-serialization-0.0.0-gwqLgh85C92FebwTqRDIY
274.61 s
[unison-util-serialization] include base-4.20.2.0-edab
274.61 s
[unison-util-serialization] include bytes-0.17.4-4QHLOboeOcz1aoN8FVNuR6
274.61 s
[unison-util-serialization] include bytestring-0.12.2.0-d4b6
274.61 s
[unison-util-serialization] include containers-0.7-8e24
274.61 s
[unison-util-serialization] include filepath-1.5.4.0-fef9
274.61 s
[unison-util-serialization] include text-2.1.3-afaf
274.61 s
[unison-util-serialization] include text-short-0.1.6-CpHWoekPWzfLE0HZvgPOlg
274.61 s
[unison-util-serialization] include unliftio-0.2.25.1-4HM1beCQW9O8IJh0Kbtuuw
274.61 s
[unison-util-serialization] include vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
274.61 s
[unison-util-serialization] U.Util.Serialization=unison-util-serialization-0.0.0-gwqLgh85C92FebwTqRDIY:U.Util.Serialization
274.61 s
[unison-util-serialization] Ready component graph:
274.61 s
[unison-util-serialization] definite unison-util-serialization-0.0.0-gwqLgh85C92FebwTqRDIY
274.61 s
[unison-util-serialization] depends base-4.20.2.0-edab
274.61 s
[unison-util-serialization] depends bytes-0.17.4-4QHLOboeOcz1aoN8FVNuR6
274.61 s
[unison-util-serialization] depends bytestring-0.12.2.0-d4b6
274.61 s
[ListLike] Cases: 2274 Tried: 128 Errors: 0 Failures: 0+++ OK, passed 100 tests; 15 discarded.
274.61 s
[ListLike] Testing 1:FoldableLL:2:foldl1:25:UTF8 ByteString.Lazy
274.61 s
[ListLike] Cases: 2274 Tried: 129 Errors: 0 Failures: 0+++ OK, passed 100 tests; 18 discarded.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':0:[Int]
274.61 s
[ListLike] Cases: 2274 Tried: 130 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':1:MyList Int
274.61 s
[ListLike] Cases: 2274 Tried: 131 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':2:String
274.61 s
[ListLike] Cases: 2274 Tried: 132 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':3:[Bool]
274.61 s
[ListLike] Cases: 2274 Tried: 133 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':4:MyList Bool
274.61 s
[ListLike] Cases: 2274 Tried: 134 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':5:ByteString
274.61 s
[ListLike] Cases: 2274 Tried: 135 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':6:ByteString.Lazy
274.61 s
[ListLike] Cases: 2274 Tried: 136 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':7:Chars
274.61 s
[ListLike] Cases: 2274 Tried: 137 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':8:Sequence Int
274.61 s
[ListLike] Cases: 2274 Tried: 138 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':9:Sequence Bool
274.61 s
[ListLike] Cases: 2274 Tried: 139 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':10:Sequence Char
274.61 s
[ListLike] Cases: 2274 Tried: 140 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':11:Array Int Int
274.61 s
[ListLike] Cases: 2274 Tried: 141 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':12:Array Int Bool
274.61 s
[ListLike] Cases: 2274 Tried: 142 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':13:Array (Just Int)
274.61 s
[ListLike] Cases: 2274 Tried: 143 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':14:DList Int
274.61 s
[ListLike] Cases: 2274 Tried: 144 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':15:Vector Int
274.61 s
[ListLike] Cases: 2274 Tried: 145 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':16:StorableVector Int
274.61 s
[ListLike] Cases: 2274 Tried: 146 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':17:UnboxVector Int
274.61 s
[ListLike] Cases: 2274 Tried: 147 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':18:Vector Bool
274.61 s
[ListLike] Cases: 2274 Tried: 148 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':19:StorableVector Bool
274.61 s
[ListLike] Cases: 2274 Tried: 149 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':20:UnboxVector Bool
274.61 s
[ListLike] Cases: 2274 Tried: 150 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':21:Text
274.61 s
[ListLike] Cases: 2274 Tried: 151 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':22:Text.Lazy
274.61 s
[ListLike] Cases: 2274 Tried: 152 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':23:Text.Builder
274.61 s
[ListLike] Cases: 2274 Tried: 153 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[ListLike] Testing 1:FoldableLL:3:foldl':24:UTF8 ByteString
274.61 s
[ListLike] Cases: 2274 Tried: 154 Errors: 0 Failures: 0+++ OK, passed 100 tests.
274.61 s
[attoparsec] | ^^^^^^^^^^^^^^^^^^^^^^^^^
274.61 s
[attoparsec]
274.61 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 )
274.61 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 )
274.61 s
[attoparsec] tests/QC/Text/Regressions.hs:9:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
274.61 s
[attoparsec] The import of ‘Data.List’ is redundant
274.61 s
[attoparsec] except perhaps to import instances from ‘Data.List’
274.61 s
[attoparsec] To import instances alone, use: import Data.List()
274.61 s
[attoparsec] |
274.61 s
[attoparsec] 9 | import Data.List (foldl')
274.61 s
[attoparsec] | ^^^^^^^^^^^^^^^^^^^^^^^^^
274.61 s
[attoparsec]
274.61 s
[attoparsec] tests/QC/Text/Regressions.hs:12:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
274.61 s
[attoparsec] The import of ‘Data.Monoid’ is redundant
274.61 s
[attoparsec] except perhaps to import instances from ‘Data.Monoid’
274.61 s
[attoparsec] To import instances alone, use: import Data.Monoid()
274.61 s
[attoparsec] |
274.61 s
[attoparsec] 12 | import Data.Monoid ((<>))
274.61 s
[attoparsec] | ^^^^^^^^^^^^^^^^^^^^^^^^^
274.61 s
[attoparsec]
274.61 s
[attoparsec] [11 of 12] Compiling QC.Text ( tests/QC/Text.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text.o )
274.61 s
[attoparsec] [12 of 12] Compiling Main ( tests/QC.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/Main.o )
274.61 s
[attoparsec] [13 of 13] Linking dist/build/attoparsec-tests/attoparsec-tests
274.61 s
[attoparsec] buildPhase completed in 1 minutes 2 seconds
274.61 s
[attoparsec] Phase: checkPhase
274.61 s
[attoparsec] Running 1 test suites...
274.61 s
[attoparsec] Test suite attoparsec-tests: RUNNING...
274.61 s
[attoparsec] tests
274.61 s
[attoparsec] bs
274.61 s
[attoparsec] anyWord8: OK
274.61 s
[attoparsec] +++ OK, passed 100 tests.
274.61 s
[attoparsec] endOfInput: OK
274.61 s
[attoparsec] +++ OK, passed 100 tests.
274.61 s
[attoparsec] endOfLine: OK
274.61 s
[attoparsec] +++ OK, failed as expected. Falsified, Falsified (after 2 tests and 1 shrink):
274.61 s
[attoparsec] "\NUL"
274.61 s
[attoparsec] '\NUL' /= '\n'
274.61 s
[attoparsec]
274.61 s
[attoparsec] ('\NUL',Nothing) /= ('\r',Just '\n')
274.61 s
[attoparsec] notWord8: OK
274.61 s
[attoparsec] +++ OK, passed 100 tests.
274.61 s
[attoparsec] peekWord8: OK
274.61 s
[attoparsec] +++ OK, passed 100 tests.
274.61 s
[attoparsec] peekWord8': OK
274.61 s
[attoparsec] +++ OK, passed 100 tests.
274.61 s
[attoparsec] satisfy: OK
274.61 s
[attoparsec] +++ OK, passed 100 tests.
274.61 s
[attoparsec] satisfyWith: OK
274.61 s
[attoparsec] +++ OK, passed 100 tests.
274.61 s
[attoparsec] scan: OK
274.61 s
[attoparsec] +++ OK, passed 100 tests.
274.61 s
[attoparsec] skip: OK
274.61 s
[attoparsec] +++ OK, failed as expected. Falsified (after 2 tests and 1 shrink):
274.61 s
[attoparsec] 0
274.62 s
[attoparsec] "\NUL"
274.62 s
[attoparsec] not (0 < 0)
274.62 s
[attoparsec] skipWhile: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] string: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] stringCI: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] strings: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] take: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] takeByteString: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] takeCount: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] takeLazyByteString: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] takeTill: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] takeWhile: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] takeWhile1: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] takeWhile1_empty: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] takeWhileIncluding: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests; 1 discarded.
274.62 s
[attoparsec] getChunk: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] word8: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] members: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] nonmembers: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] buf
274.62 s
[attoparsec] b_unbuffer: OK (0.02s)
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] t_unbuffer: OK (0.01s)
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] t_unbuffer_three: OK
274.62 s
[attoparsec] +++ OK, passed 100 tests.
274.62 s
[attoparsec] b_length: OK (0.02s)
274.62 s
[crypton-x509-validation] example.com: OK
274.62 s
[crypton-x509-validation] www.example.com: OK (0.01s)
274.62 s
[crypton-x509-validation] www.EXAMPLE.com: OK
274.62 s
[crypton-x509-validation] www2.example.com: OK
274.62 s
[crypton-x509-validation] www.m.example.com: OK
274.62 s
[crypton-x509-validation] single: OK
274.62 s
[crypton-x509-validation] cn-not-used: OK
274.62 s
[crypton-x509-validation] IP addresses
274.62 s
[crypton-x509-validation] 10.0.0.1: OK
274.62 s
[crypton-x509-validation] 10.0.0.2: OK
274.62 s
[crypton-x509-validation] 10.0.0.1.example.com: OK
274.62 s
[crypton-x509-validation] 266.0.0.1: OK
274.62 s
[crypton-x509-validation] 2001:0db8:85a3:0000:0000:8a2e:0370:7334: OK
274.62 s
[crypton-x509-validation] 2001:0db8:85a3::8a2e:0370:7334: OK
274.62 s
[crypton-x509-validation] 2001:0db8:85a3:0:0:8a2e:0370:7334: OK
274.62 s
[crypton-x509-validation] ::1: OK (0.01s)
274.62 s
[crypton-x509-validation] disabled
274.62 s
[crypton-x509-validation] www.example.com: OK (0.01s)
274.62 s
[crypton-x509-validation] www2.example.com: OK
274.62 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK
274.62 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
274.62 s
[crypton-x509-validation] WWW.example.com: OK
274.62 s
[crypton-x509-validation] www..example.com: OK
274.62 s
[crypton-x509-validation] empty: OK
274.62 s
[crypton-x509-validation] key-usage
274.62 s
[crypton-x509-validation] none: OK
274.62 s
[crypton-x509-validation] valid: OK
274.62 s
[crypton-x509-validation] invalid: OK
274.62 s
[crypton-x509-validation] key-purpose
274.62 s
[crypton-x509-validation] none: OK
274.62 s
[crypton-x509-validation] valid: OK
274.62 s
[crypton-x509-validation] invalid: OK
274.62 s
[crypton-x509-validation] exhaustive: OK
274.62 s
[crypton-x509-validation] Ed25519
274.62 s
[crypton-x509-validation] signature
274.62 s
[crypton-x509-validation] valid: OK
274.62 s
[crypton-x509-validation] invalid: OK
274.62 s
[crypton-x509-validation] chain
274.62 s
[crypton-x509-validation] empty: OK
274.62 s
[crypton-x509-validation] incomplete: OK
274.62 s
[crypton-x509-validation] self-signed: OK
274.62 s
[crypton-x509-validation] leaf-not-v3
274.62 s
[crypton-x509-validation] v3-disallowed: OK
274.62 s
[crypton-x509-validation] v3-allowed: OK
274.62 s
[crypton-x509-validation] strict-ordering
274.62 s
[crypton-x509-validation] enabled: OK
274.62 s
[crypton-x509-validation] disabled: OK
274.62 s
[crypton-x509-validation] ca-constraints
274.62 s
[crypton-x509-validation] enabled
274.62 s
[crypton-x509-validation] cert-sign: OK
274.62 s
[crypton-x509-validation] crl-sign: OK
274.62 s
[crypton-x509-validation] not-ca: OK
274.62 s
[crypton-x509-validation] no-basic: OK
274.62 s
[crypton-x509-validation] bad-depth: OK
274.62 s
[crypton-x509-validation] disabled
274.62 s
[crypton-x509-validation] cert-sign: OK
274.62 s
[crypton-x509-validation] crl-sign: OK
274.62 s
[crypton-x509-validation] not-ca: OK
274.62 s
[crypton-x509-validation] no-basic: OK
274.62 s
[crypton-x509-validation] bad-depth: OK
274.62 s
[crypton-x509-validation] dates
274.62 s
[crypton-x509-validation] leaf
274.62 s
[crypton-x509-validation] enabled
274.62 s
[crypton-x509-validation] past: OK
274.62 s
[crypton-x509-validation] present: OK
274.62 s
[crypton-x509-validation] future: OK
274.62 s
[crypton-x509-validation] disabled
274.62 s
[crypton-x509-validation] past: OK
274.62 s
[crypton-x509-validation] present: OK
274.62 s
[crypton-x509-validation] future: OK
274.62 s
[crypton-x509-validation] intermediate
274.62 s
[crypton-x509-validation] enabled
274.62 s
[crypton-x509-validation] past: OK
274.62 s
[crypton-x509-validation] present: OK
274.62 s
[crypton-x509-validation] future: OK
274.62 s
[crypton-x509-validation] disabled
274.62 s
[crypton-x509-validation] past: OK
274.62 s
[crypton-x509-validation] present: OK
274.62 s
[crypton-x509-validation] future: OK
274.62 s
[crypton-x509-validation] timeshift
274.62 s
[crypton-x509-validation] at-past
274.62 s
[crypton-x509-validation] past: OK
274.62 s
[crypton-x509-validation] present: OK
274.62 s
[crypton-x509-validation] future: OK
274.62 s
[crypton-x509-validation] at-present
274.62 s
[crypton-x509-validation] past: OK
274.62 s
[crypton-x509-validation] present: OK
274.62 s
[crypton-x509-validation] future: OK
274.62 s
[crypton-x509-validation] in-future
274.62 s
[crypton-x509-validation] past: OK
274.62 s
[crypton-x509-validation] present: OK
274.62 s
[crypton-x509-validation] future: OK
274.62 s
[crypton-x509-validation] CommonName
274.62 s
[crypton-x509-validation] no-common-name: OK
274.62 s
[crypton-x509-validation] simple
274.62 s
[crypton-x509-validation] www.example.com: OK
274.62 s
[hedgehog] /nix/store/klaapr9c03i8dga41prm5fvf1w5iy4c2-hedgehog-1.5/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O
274.62 s
[hedgehog] Dynamic Libraries installed in:
274.62 s
[hedgehog] /nix/store/klaapr9c03i8dga41prm5fvf1w5iy4c2-hedgehog-1.5/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
274.62 s
[hedgehog] Private executables installed in:
274.62 s
[hedgehog] /nix/store/klaapr9c03i8dga41prm5fvf1w5iy4c2-hedgehog-1.5/libexec/x86_64-linux-ghc-9.10.3-2929/hedgehog-1.5
274.62 s
[hedgehog] Data files installed in:
274.62 s
[hedgehog] /nix/store/klaapr9c03i8dga41prm5fvf1w5iy4c2-hedgehog-1.5/share/x86_64-linux-ghc-9.10.3-2929/hedgehog-1.5
274.62 s
[hedgehog] Documentation installed in:
274.62 s
[hedgehog] /nix/store/rl2w3q835xsiv7h462xabhhildzs9wir-hedgehog-1.5-doc/share/doc/hedgehog-1.5
274.62 s
[hedgehog] Configuration files installed in:
274.62 s
[hedgehog] /nix/store/klaapr9c03i8dga41prm5fvf1w5iy4c2-hedgehog-1.5/etc
274.62 s
[hedgehog] No alex found
274.62 s
[hedgehog] Using ar found on system at:
274.62 s
[hedgehog] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
274.62 s
[hedgehog] No c2hs found
274.62 s
[hedgehog] No cpphs found
274.62 s
[hedgehog] No doctest found
274.62 s
[hedgehog] Using gcc version 14.3.0 given by user at:
274.62 s
[hedgehog] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
274.62 s
[hedgehog] Using ghc version 9.10.3 found on system at:
274.62 s
[hedgehog] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
274.62 s
[hedgehog] Using ghc-pkg version 9.10.3 found on system at:
274.62 s
[hedgehog] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
274.62 s
[hedgehog] No ghcjs found
274.62 s
[hedgehog] No ghcjs-pkg found
274.62 s
[hedgehog] No greencard found
274.62 s
[hedgehog] Using haddock version 2.31.1 found on system at:
274.62 s
[hedgehog] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
274.62 s
[hedgehog] No happy found
274.62 s
[hedgehog] Using haskell-suite found on system at: haskell-suite-dummy-location
274.62 s
[hedgehog] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
274.62 s
[hedgehog] No hmake found
274.62 s
[hedgehog] Using hpc version 0.69 found on system at:
274.62 s
[hedgehog] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
274.62 s
[hedgehog] Using hsc2hs version 0.68.10 found on system at:
274.62 s
[hedgehog] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
274.62 s
[hedgehog] Using hscolour version 1.25 found on system at:
274.62 s
[hedgehog] /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
274.62 s
[hedgehog] No jhc found
274.62 s
[hedgehog] Using ld found on system at:
274.62 s
[hedgehog] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
274.62 s
[hedgehog] No pkg-config found
274.62 s
[hedgehog] Using runghc version 9.10.3 found on system at:
274.62 s
[hedgehog] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
274.62 s
[hedgehog] Using strip version 2.44 found on system at:
274.62 s
[hedgehog] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
274.62 s
[hedgehog] Using tar found on system at:
274.62 s
[hedgehog] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
274.62 s
[hedgehog] No uhc found
274.62 s
[hedgehog] Phase: buildPhase
274.62 s
[hedgehog] Preprocessing library for hedgehog-1.5...
274.62 s
[hedgehog] Building library for hedgehog-1.5...
274.62 s
[hedgehog] [ 1 of 27] Compiling Hedgehog.Internal.Barbie ( src/Hedgehog/Internal/Barbie.hs, dist/build/Hedgehog/Internal/Barbie.o, dist/build/Hedgehog/Internal/Barbie.dyn_o )
274.62 s
[hedgehog] [ 2 of 27] Compiling Hedgehog.Internal.Distributive ( src/Hedgehog/Internal/Distributive.hs, dist/build/Hedgehog/Internal/Distributive.o, dist/build/Hedgehog/Internal/Distributive.dyn_o )
274.62 s
[hedgehog] [ 3 of 27] Compiling Hedgehog.Internal.Exception ( src/Hedgehog/Internal/Exception.hs, dist/build/Hedgehog/Internal/Exception.o, dist/build/Hedgehog/Internal/Exception.dyn_o )
274.62 s
[hedgehog] [ 4 of 27] Compiling Hedgehog.Internal.HTraversable ( src/Hedgehog/Internal/HTraversable.hs, dist/build/Hedgehog/Internal/HTraversable.o, dist/build/Hedgehog/Internal/HTraversable.dyn_o )
274.62 s
[hedgehog] [ 5 of 27] Compiling Hedgehog.Internal.Opaque ( src/Hedgehog/Internal/Opaque.hs, dist/build/Hedgehog/Internal/Opaque.o, dist/build/Hedgehog/Internal/Opaque.dyn_o )
274.62 s
[hedgehog] [ 6 of 27] Compiling Hedgehog.Internal.Prelude ( src/Hedgehog/Internal/Prelude.hs, dist/build/Hedgehog/Internal/Prelude.o, dist/build/Hedgehog/Internal/Prelude.dyn_o )
274.62 s
[hedgehog] [ 7 of 27] Compiling Hedgehog.Internal.Range ( src/Hedgehog/Internal/Range.hs, dist/build/Hedgehog/Internal/Range.o, dist/build/Hedgehog/Internal/Range.dyn_o )
274.62 s
[hedgehog] [ 8 of 27] Compiling Hedgehog.Internal.Region ( src/Hedgehog/Internal/Region.hs, dist/build/Hedgehog/Internal/Region.o, dist/build/Hedgehog/Internal/Region.dyn_o )
274.62 s
[hedgehog] [ 9 of 27] Compiling Hedgehog.Internal.Seed ( src/Hedgehog/Internal/Seed.hs, dist/build/Hedgehog/Internal/Seed.o, dist/build/Hedgehog/Internal/Seed.dyn_o )
274.62 s
[http-api-data] src/Web/Internal/FormUrlEncoded.hs:484:30: warning : [ GHC-39567 ] [ -Wstar-is-type ]
274.62 s
[http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
274.62 s
[http-api-data] relies on the StarIsType extension, which will become
274.62 s
[http-api-data] deprecated in the future.
274.62 s
[http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
274.62 s
[http-api-data] |
274.62 s
[http-api-data] 484 | class GFromForm t (f :: * -> * ) where
274.62 s
[http-api-data] | ^
274.62 s
[http-api-data]
274.62 s
[http-api-data] [3 of 4] Compiling Web.FormUrlEncoded ( src/Web/FormUrlEncoded.hs, dist/build/Web/FormUrlEncoded.p_o )
274.62 s
[http-api-data] [4 of 4] Compiling Web.HttpApiData ( src/Web/HttpApiData.hs, dist/build/Web/HttpApiData.p_o )
274.62 s
[http-api-data] Preprocessing test suite 'spec' for http-api-data-0.6.2...
274.62 s
[http-api-data] Building test suite 'spec' for http-api-data-0.6.2...
274.62 s
[http-api-data] [1 of 4] Compiling Web.Internal.TestInstances ( test/Web/Internal/TestInstances.hs, dist/build/spec/spec-tmp/Web/Internal/TestInstances.o )
274.62 s
[http-api-data] test/Web/Internal/TestInstances.hs:11:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
274.62 s
[http-api-data] The import of ‘Control.Applicative’ is redundant
274.62 s
[http-api-data] except perhaps to import instances from ‘Control.Applicative’
274.62 s
[http-api-data] To import instances alone, use: import Control.Applicative()
274.62 s
[http-api-data] |
274.62 s
[http-api-data] 11 | import Control.Applicative
274.62 s
[http-api-data] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
274.62 s
[http-api-data]
274.62 s
[http-api-data] [2 of 4] Compiling Web.Internal.HttpApiDataSpec ( test/Web/Internal/HttpApiDataSpec.hs, dist/build/spec/spec-tmp/Web/Internal/HttpApiDataSpec.o )
274.62 s
[http-client] [10 of 19] Compiling Network.HTTP.Client.Manager ( Network/HTTP/Client/Manager.hs, nothing )
274.62 s
[http-client] [11 of 19] Compiling Network.PublicSuffixList.Types ( publicsuffixlist/Network/PublicSuffixList/Types.hs, nothing )
274.62 s
[http-client] [12 of 19] Compiling Network.PublicSuffixList.Serialize ( publicsuffixlist/Network/PublicSuffixList/Serialize.hs, nothing )
274.62 s
[http-client] [13 of 19] Compiling Network.PublicSuffixList.DataStructure ( publicsuffixlist/Network/PublicSuffixList/DataStructure.hs, nothing )
274.62 s
[http-client] [14 of 19] Compiling Network.PublicSuffixList.Lookup ( publicsuffixlist/Network/PublicSuffixList/Lookup.hs, nothing )
274.62 s
[http-client] publicsuffixlist/Network/PublicSuffixList/Lookup.hs:69:63: warning : [ GHC-63394 ] [ -Wx-partial ]
274.62 s
[http-client] In the use of ‘tail’
274.62 s
[http-client] (imported from Prelude, but defined in GHC.Internal.List):
274.62 s
[http-client] "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"."
274.62 s
[http-client] |
274.62 s
[http-client] 69 | output _ (OffEnd True x) = Just $ T.intercalate "." $ tail $ T.splitOn "." x
274.62 s
[http-client] | ^^^^
274.62 s
[http-client]
274.62 s
[http-client] [15 of 19] Compiling Network.HTTP.Client.Cookies ( Network/HTTP/Client/Cookies.hs, nothing )
274.62 s
[http-client] [16 of 19] Compiling Network.HTTP.Client.Core ( Network/HTTP/Client/Core.hs, nothing )
274.62 s
[http-client] [17 of 19] Compiling Network.HTTP.Client.Internal ( Network/HTTP/Client/Internal.hs, nothing )
274.62 s
[http-client] [18 of 19] Compiling Network.HTTP.Client ( Network/HTTP/Client.hs, nothing )
274.62 s
[http-client] [19 of 19] Compiling Network.HTTP.Client.MultipartFormData ( Network/HTTP/Client/MultipartFormData.hs, nothing )
274.62 s
[http-client] Haddock coverage:
274.62 s
[http-client] Warning: 'KeyedPool' is ambiguous. It is defined
274.62 s
[http-client] * at Data/KeyedPool.hs:54:31
274.62 s
[http-client] * at Data/KeyedPool.hs:54:1
274.62 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
274.62 s
[http-client] by specifying the type/value namespace explicitly.
274.62 s
[http-client] Defaulting to the one defined at Data/KeyedPool.hs:54:1
274.62 s
[http-client] Warning: 'Managed' is ambiguous. It is defined
274.62 s
[http-client] * at Data/KeyedPool.hs:288:25
274.62 s
[http-client] * at Data/KeyedPool.hs:288:1
274.62 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
274.62 s
[http-client] by specifying the type/value namespace explicitly.
274.62 s
[http-client] Defaulting to the one defined at Data/KeyedPool.hs:288:1
274.62 s
[http-client] Warning: 'Reuse' is ambiguous. It is defined
274.62 s
[http-client] * at Data/KeyedPool.hs:309:14
274.62 s
[http-client] * at Data/KeyedPool.hs:309:1
274.62 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
274.62 s
[http-client] by specifying the type/value namespace explicitly.
274.62 s
[http-client] Defaulting to the one defined at Data/KeyedPool.hs:309:1
274.62 s
[http-client] Warning: 'Manager' is ambiguous. It is defined
274.62 s
[http-client] * at Network/HTTP/Client/Types.hs:855:16
274.62 s
[http-client] * at Network/HTTP/Client/Types.hs:855:1
274.62 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
274.62 s
[http-client] by specifying the type/value namespace explicitly.
274.62 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:855:1
274.62 s
[http-client] Warning: 'managerProxy' is out of scope.
274.62 s
[http-client] If you qualify the identifier, haddock can try to link it anyway.
274.62 s
[http-client] Warning: 'defaultManagerSettings' is out of scope.
274.62 s
[http-client] If you qualify the identifier, haddock can try to link it anyway.
274.62 s
[http-client] Warning: 'parseRequest' is out of scope.
274.62 s
[http-client] If you qualify the identifier, haddock can try to link it anyway.
274.62 s
[http-client] Warning: 'defaultRequest' is out of scope.
274.62 s
[http-client] If you qualify the identifier, haddock can try to link it anyway.
274.62 s
[http-client] Warning: 'ResponseTimeout' is ambiguous. It is defined
274.62 s
[http-client] * at Network/HTTP/Client/Types.hs:160:22
274.62 s
[http-client] * at Network/HTTP/Client/Types.hs:652:1
274.62 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
274.62 s
[http-client] by specifying the type/value namespace explicitly.
274.62 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:652:1
274.62 s
[http-client] Warning: 'alwaysDecompress' is out of scope.
274.62 s
[http-client] If you qualify the identifier, haddock can try to link it anyway.
274.62 s
[http-client] Warning: 'browserDecompress' is out of scope.
274.62 s
[http-client] If you qualify the identifier, haddock can try to link it anyway.
274.62 s
[lucid] ‘(>>)’ will eventually be removed in favour of ‘(*>)’
274.62 s
[lucid] Suggested fix:
274.62 s
[lucid] Either remove definition for ‘(>>)’ (recommended) or define as ‘(>>) = (*>)’
274.62 s
[lucid] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
274.62 s
[lucid] |
274.62 s
[lucid] 156 | m >> n = HtmlT $ do
274.62 s
[lucid] | ^^^^^^^^^^^^^^^^^^^...
274.62 s
[lucid]
274.62 s
[lucid] [2 of 4] Compiling Lucid.Html5 ( src/Lucid/Html5.hs, dist/build/Lucid/Html5.o, dist/build/Lucid/Html5.dyn_o )
274.62 s
[lucid] src/Lucid/Html5.hs:11:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
274.62 s
[lucid] The import of ‘Data.Monoid’ is redundant
274.62 s
[lucid] except perhaps to import instances from ‘Data.Monoid’
274.62 s
[lucid] To import instances alone, use: import Data.Monoid()
274.62 s
[lucid] |
274.62 s
[lucid] 11 | import Data.Monoid
274.62 s
[lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
274.62 s
[lucid]
274.62 s
[lucid] [3 of 4] Compiling Lucid.Bootstrap ( src/Lucid/Bootstrap.hs, dist/build/Lucid/Bootstrap.o, dist/build/Lucid/Bootstrap.dyn_o )
274.62 s
[lucid] [4 of 4] Compiling Lucid ( src/Lucid.hs, dist/build/Lucid.o, dist/build/Lucid.dyn_o )
274.62 s
[lucid] [1 of 4] Compiling Lucid.Base ( src/Lucid/Base.hs, dist/build/Lucid/Base.p_o )
274.62 s
[lucid] src/Lucid/Base.hs:62:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
274.62 s
[lucid] The import of ‘Data.Semigroup’ is redundant
274.62 s
[lucid] except perhaps to import instances from ‘Data.Semigroup’
274.62 s
[lucid] To import instances alone, use: import Data.Semigroup()
274.62 s
[lucid] |
274.62 s
[lucid] 62 | import Data.Semigroup (Semigroup (..))
274.62 s
[lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
274.62 s
[lucid]
274.62 s
[lucid] src/Lucid/Base.hs:63:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
274.62 s
[lucid] The import of ‘Data.Monoid’ is redundant
274.62 s
[lucid] except perhaps to import instances from ‘Data.Monoid’
274.62 s
[lucid] To import instances alone, use: import Data.Monoid()
274.62 s
[lucid] |
274.62 s
[lucid] 63 | import Data.Monoid (Monoid (..))
274.62 s
[lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
274.62 s
[lucid]
274.62 s
[lucid] src/Lucid/Base.hs:119:3: warning : [ GHC-50928 ] [ -Wnoncanonical-monoid-instances ]
274.62 s
[lucid] Noncanonical ‘mappend’ definition detected
274.62 s
[lucid] in the instance declaration for ‘Monoid (HtmlT m a)’.
274.62 s
[lucid] ‘mappend’ will eventually be removed in favour of ‘(<>)’
274.62 s
[lucid] Suggested fix:
274.62 s
[lucid] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
274.62 s
[lucid] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
274.62 s
[lucid] |
274.62 s
[lucid] 119 | mappend = liftA2 mappend
274.62 s
[lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^
274.62 s
[lucid]
274.62 s
[lucid] src/Lucid/Base.hs:147:3: warning : [ GHC-22705 ] [ -Wnoncanonical-monad-instances ]
274.62 s
[lucid] Noncanonical ‘return’ definition detected
274.62 s
[lucid] in the instance declaration for ‘Monad (HtmlT m)’.
274.62 s
[lucid] ‘return’ will eventually be removed in favour of ‘pure’
274.62 s
[lucid] Suggested fix:
274.62 s
[lucid] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
274.62 s
[lucid] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
274.62 s
[lucid] |
274.63 s
[lucid] 147 | return a = HtmlT (return (mempty,a))
274.63 s
[lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
274.63 s
[lucid]
274.63 s
[profunctors] [10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.p_o )
274.63 s
[profunctors] [11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.p_o )
274.63 s
[profunctors] [12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.p_o )
274.63 s
[profunctors] [13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.p_o )
274.63 s
[semigroupoids] [ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, dist/build/Data/Functor/Contravariant/Divise.o, dist/build/Data/Functor/Contravariant/Divise.dyn_o )
274.63 s
[semigroupoids] [ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, dist/build/Data/Functor/Contravariant/Decide.o, dist/build/Data/Functor/Contravariant/Decide.dyn_o )
274.63 s
[semigroupoids] [10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, dist/build/Data/Functor/Contravariant/Conclude.o, dist/build/Data/Functor/Contravariant/Conclude.dyn_o )
274.63 s
[semigroupoids] [11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.o, dist/build/Data/Functor/Bind.dyn_o )
274.63 s
[semigroupoids] [12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.o, dist/build/Data/Semigroupoid.dyn_o )
274.63 s
[semigroupoids] [13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.o, dist/build/Data/Semigroupoid/Ob.dyn_o )
274.63 s
[semigroupoids] [14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.o, dist/build/Data/Semigroupoid/Dual.dyn_o )
274.63 s
[semigroupoids] [15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, dist/build/Data/Semigroupoid/Categorical.o, dist/build/Data/Semigroupoid/Categorical.dyn_o )
274.63 s
[semigroupoids] [16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.o, dist/build/Data/Groupoid.dyn_o )
274.63 s
[semigroupoids] [17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.o, dist/build/Data/Isomorphism.dyn_o )
274.63 s
[semigroupoids] [18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.o, dist/build/Data/Functor/Bind/Trans.dyn_o )
274.63 s
[semigroupoids] [19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.o, dist/build/Data/Bifunctor/Apply.dyn_o )
274.63 s
[semigroupoids] [20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.o, dist/build/Data/Functor/Alt.dyn_o )
274.63 s
[semigroupoids] [21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.o, dist/build/Data/Semigroup/Foldable.dyn_o )
274.63 s
[semigroupoids] [22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.o, dist/build/Data/Semigroup/Traversable/Class.dyn_o )
274.63 s
[semigroupoids] [23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.o, dist/build/Data/Semigroup/Traversable.dyn_o )
274.63 s
[semigroupoids] [24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.o, dist/build/Data/Semigroup/Bitraversable.dyn_o )
274.63 s
[semigroupoids] [25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.o, dist/build/Data/Functor/Plus.dyn_o )
274.63 s
[semigroupoids] [26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, dist/build/Semigroupoids/Do.o, dist/build/Semigroupoids/Do.dyn_o )
274.63 s
[semigroupoids] [27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.o, dist/build/Data/Semigroupoid/Static.dyn_o )
274.63 s
[semigroupoids] [ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.p_o )
274.63 s
[semigroupoids] [ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.p_o )
274.63 s
[semigroupoids] [ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.p_o )
274.63 s
[semigroupoids] [ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, dist/build/Semigroupoids/Internal.p_o )
274.63 s
[semigroupoids] [ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.p_o )
274.63 s
[semigroupoids] [ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.p_o )
274.63 s
[semigroupoids] [ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.p_o )
274.73 s
[string-interpolate:post-build] Uploading to the NixCI cache: /nix/store/5rmdkr8lavpyg4g9l37zz69kq53hcn4n-string-interpolate-0.3.4.0-doc /nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0
274.79 s
[string-interpolate:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
274.94 s
[string-interpolate:post-build] copying 2 paths...
274.94 s
[string-interpolate:post-build] copying path '/nix/store/5rmdkr8lavpyg4g9l37zz69kq53hcn4n-string-interpolate-0.3.4.0-doc' to 'https://cache.nix-ci.com'...
275.23 s
[string-interpolate:post-build] copying path '/nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0' to 'https://cache.nix-ci.com'...
276.19 s
[string-interpolate:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
276.39 s
[string-interpolate:post-build] copying 2 paths...
276.39 s
[string-interpolate:post-build] copying path '/nix/store/wvl05rf6780ybadwzcg59sfq3vyvmbdr-string-interpolate-0.3.4.0.tar.gz.drv' to 'https://cache.nix-ci.com'...
276.53 s
[string-interpolate:post-build] copying path '/nix/store/n5fppfh9md7dvsm3d60iy30pqvirswvx-string-interpolate-0.3.4.0.drv' to 'https://cache.nix-ci.com'...
276.69 s
Progress: 19 of 146 built (10 building), 794 of 794 downloaded from cache
276.70 s
[unison-util-serialization] depends containers-0.7-8e24
276.70 s
[unison-util-serialization] depends filepath-1.5.4.0-fef9
276.70 s
[unison-util-serialization] depends text-2.1.3-afaf
276.70 s
[unison-util-serialization] depends text-short-0.1.6-CpHWoekPWzfLE0HZvgPOlg
276.70 s
[unison-util-serialization] depends unliftio-0.2.25.1-4HM1beCQW9O8IJh0Kbtuuw
276.70 s
[unison-util-serialization] depends vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
276.70 s
[unison-util-serialization] Using Cabal-3.12.1.0 compiled by ghc-9.10
276.70 s
[unison-util-serialization] Using compiler: ghc-9.10.3
276.70 s
[unison-util-serialization] Using install prefix:
276.70 s
[unison-util-serialization] /nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0
276.70 s
[unison-util-serialization] Executables installed in:
276.70 s
[unison-util-serialization] /nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0/bin
276.70 s
[unison-util-serialization] Libraries installed in:
276.70 s
[unison-util-serialization] /nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/unison-util-serialization-0.0.0-gwqLgh85C92FebwTqRDIY
276.70 s
[unison-util-serialization] Dynamic Libraries installed in:
276.70 s
[unison-util-serialization] /nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
276.70 s
[unison-util-serialization] Private executables installed in:
276.70 s
[unison-util-serialization] /nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0/libexec/x86_64-linux-ghc-9.10.3-2929/unison-util-serialization-0.0.0
276.70 s
[unison-util-serialization] Data files installed in:
276.70 s
[unison-util-serialization] /nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0/share/x86_64-linux-ghc-9.10.3-2929/unison-util-serialization-0.0.0
276.70 s
[unison-util-serialization] Documentation installed in:
276.70 s
[unison-util-serialization] /nix/store/68ycfmfvm3fdyvm1mdybwg6ixa7bhl6r-unison-util-serialization-0.0.0-doc/share/doc/unison-util-serialization-0.0.0
276.70 s
[unison-util-serialization] Configuration files installed in:
276.70 s
[unison-util-serialization] /nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0/etc
276.70 s
[unison-util-serialization] No alex found
276.70 s
[unison-util-serialization] Using ar found on system at:
276.70 s
[unison-util-serialization] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
276.70 s
[unison-util-serialization] No c2hs found
276.70 s
[unison-util-serialization] No cpphs found
276.70 s
[unison-util-serialization] No doctest found
276.70 s
[unison-util-serialization] Using gcc version 14.3.0 given by user at:
276.70 s
[unison-util-serialization] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
276.70 s
[unison-util-serialization] Using ghc version 9.10.3 found on system at:
276.70 s
[unison-util-serialization] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
276.70 s
[unison-util-serialization] Using ghc-pkg version 9.10.3 found on system at:
276.70 s
[unison-util-serialization] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
276.70 s
[unison-util-serialization] No ghcjs found
276.70 s
[unison-util-serialization] No ghcjs-pkg found
276.70 s
[unison-util-serialization] No greencard found
276.70 s
[unison-util-serialization] Using haddock version 2.31.1 found on system at:
276.70 s
[unison-util-serialization] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
276.70 s
[unison-util-serialization] No happy found
276.70 s
[unison-util-serialization] Using haskell-suite found on system at: haskell-suite-dummy-location
276.70 s
[unison-util-serialization] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
276.70 s
[unison-util-serialization] No hmake found
276.70 s
[unison-util-serialization] Using hpc version 0.69 found on system at:
276.70 s
[unison-util-serialization] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
276.70 s
[unison-util-serialization] Using hsc2hs version 0.68.10 found on system at:
276.70 s
[unison-util-serialization] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
276.70 s
[unison-util-serialization] Using hscolour version 1.25 found on system at:
276.70 s
[unison-util-serialization] /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
276.70 s
[unison-util-serialization] No jhc found
276.70 s
[unison-util-serialization] Using ld found on system at:
276.70 s
[unison-util-serialization] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
276.70 s
[unison-util-serialization] No pkg-config found
276.70 s
[unison-util-serialization] Using runghc version 9.10.3 found on system at:
276.70 s
[unison-util-serialization] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
276.70 s
[unison-util-serialization] Using strip version 2.44 found on system at:
276.70 s
[unison-util-serialization] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
276.70 s
[unison-util-serialization] Using tar found on system at:
276.70 s
[unison-util-serialization] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
276.70 s
[unison-util-serialization] No uhc found
276.70 s
[unison-util-serialization] Phase: buildPhase
276.70 s
[unison-util-serialization] Preprocessing library for unison-util-serialization-0.0.0...
276.70 s
[unison-util-serialization] Building library for unison-util-serialization-0.0.0...
276.70 s
[unison-util-serialization] [1 of 1] Compiling U.Util.Serialization ( U/Util/Serialization.hs, dist/build/U/Util/Serialization.o, dist/build/U/Util/Serialization.dyn_o )
276.70 s
[unison-util-serialization] [1 of 1] Compiling U.Util.Serialization ( U/Util/Serialization.hs, dist/build/U/Util/Serialization.p_o )
276.70 s
[unison-util-serialization] Phase: checkPhase
276.70 s
[unison-util-serialization] Package has no test suites.
276.70 s
[unison-util-serialization] Phase: haddockPhase
276.70 s
[unison-util-serialization] Preprocessing library for unison-util-serialization-0.0.0...
276.70 s
[unison-util-serialization] Running Haddock on library for unison-util-serialization-0.0.0...
276.70 s
[unison-util-serialization] Warning: The documentation for the following packages are not installed. No
276.70 s
[unison-util-serialization] links will be generated to these packages: vector-0.13.2.0
276.70 s
[ListLike] Testing 1:FoldableLL:3:foldl':25:UTF8 ByteString.Lazy
276.70 s
[ListLike] Cases: 2274 Tried: 155 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:0:[Int]
276.70 s
[ListLike] Cases: 2274 Tried: 156 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:1:MyList Int
276.70 s
[ListLike] Cases: 2274 Tried: 157 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:2:String
276.70 s
[ListLike] Cases: 2274 Tried: 158 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:3:[Bool]
276.70 s
[ListLike] Cases: 2274 Tried: 159 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:4:MyList Bool
276.70 s
[ListLike] Cases: 2274 Tried: 160 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:5:ByteString
276.70 s
[ListLike] Cases: 2274 Tried: 161 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:6:ByteString.Lazy
276.70 s
[ListLike] Cases: 2274 Tried: 162 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:7:Chars
276.70 s
[ListLike] Cases: 2274 Tried: 163 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:8:Sequence Int
276.70 s
[ListLike] Cases: 2274 Tried: 164 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:9:Sequence Bool
276.70 s
[ListLike] Cases: 2274 Tried: 165 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:10:Sequence Char
276.70 s
[ListLike] Cases: 2274 Tried: 166 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:11:Array Int Int
276.70 s
[ListLike] Cases: 2274 Tried: 167 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:12:Array Int Bool
276.70 s
[ListLike] Cases: 2274 Tried: 168 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:13:Array (Just Int)
276.70 s
[ListLike] Cases: 2274 Tried: 169 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:14:DList Int
276.70 s
[ListLike] Cases: 2274 Tried: 170 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:15:Vector Int
276.70 s
[ListLike] Cases: 2274 Tried: 171 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:16:StorableVector Int
276.70 s
[ListLike] Cases: 2274 Tried: 172 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:17:UnboxVector Int
276.70 s
[ListLike] Cases: 2274 Tried: 173 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:18:Vector Bool
276.70 s
[ListLike] Cases: 2274 Tried: 174 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:19:StorableVector Bool
276.70 s
[ListLike] Cases: 2274 Tried: 175 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:20:UnboxVector Bool
276.70 s
[ListLike] Cases: 2274 Tried: 176 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:21:Text
276.70 s
[ListLike] Cases: 2274 Tried: 177 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:22:Text.Lazy
276.70 s
[ListLike] Cases: 2274 Tried: 178 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:23:Text.Builder
276.70 s
[ListLike] Cases: 2274 Tried: 179 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:24:UTF8 ByteString
276.70 s
[ListLike] Cases: 2274 Tried: 180 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[ListLike] Testing 1:FoldableLL:4:foldr:25:UTF8 ByteString.Lazy
276.70 s
[ListLike] Cases: 2274 Tried: 181 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] t_length: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] b_unsafeIndex: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] t_iter: FAIL (0.01s)
276.70 s
[attoparsec] *** Failed! Falsified, Falsified (after 33 tests and 60 shrinks):
276.70 s
[attoparsec] BP ["\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL","\NUL\NUL\NUL\NUL\65536\2048\NUL\NUL\NUL\NUL\NUL\65536\NUL\NUL\2049"] "\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\65536\2048\NUL\NUL\NUL\NUL\NUL\65536\NUL\NUL\2049" "\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\65536\2048\NUL\NUL\NUL\NUL\NUL\65536\NUL\NUL\2049"
276.70 s
[attoparsec] 34 /= 0
276.70 s
[attoparsec]
276.70 s
[attoparsec] ('\-4080',2) /= ('\-4106',2)
276.70 s
[attoparsec]
276.70 s
[attoparsec] Use --quickcheck-replay="(SMGen 17481284348911563638 2141117033107791273,32)" to reproduce.
276.70 s
[attoparsec] Use -p '$0=="tests.buf.t_iter"' to rerun this test only.
276.70 s
[attoparsec] t_iter_: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] b_unsafeDrop: OK (0.01s)
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] t_dropCodeUnits: OK (0.01s)
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] combinator
276.70 s
[attoparsec] choice: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] count: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] lookAhead: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] match: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] simple
276.70 s
[attoparsec] issue75: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] text
276.70 s
[attoparsec] anyChar: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] asciiCI: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] char: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] endOfInput: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] endOfLine: OK
276.70 s
[attoparsec] +++ OK, failed as expected. Falsified, Falsified (after 3 tests and 2 shrinks):
276.70 s
[attoparsec] "\NUL"
276.70 s
[attoparsec] '\NUL' /= '\n'
276.70 s
[attoparsec]
276.70 s
[attoparsec] ('\NUL',Nothing) /= ('\r',Just '\n')
276.70 s
[attoparsec] notChar: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] peekChar: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] peekChar': OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] satisfy: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] satisfyWith: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] scan: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] skip: OK
276.70 s
[attoparsec] +++ OK, failed as expected. Falsified (after 5 tests and 13 shrinks):
276.70 s
[attoparsec] 'a'
276.70 s
[attoparsec] "a"
276.70 s
[attoparsec] not ('a' < 'a')
276.70 s
[attoparsec] skipWhile: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] string: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] strings: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] stringCI: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] take: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] takeText: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] takeCount: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] takeLazyText: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] takeTill: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] takeWhile: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] takeWhile1: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] takeWhile1_empty: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] members: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] nonmembers: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] FastSet
276.70 s
[attoparsec] membership is correct: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec] Regressions
276.70 s
[attoparsec] issue105: OK
276.70 s
[attoparsec] +++ OK, passed 100 tests.
276.70 s
[attoparsec]
276.70 s
[attoparsec] 1 out of 70 tests failed (0.19s)
276.70 s
[attoparsec] Test suite attoparsec-tests: FAIL
276.70 s
[attoparsec] Test suite logged to: dist/test/attoparsec-0.14.4-attoparsec-tests.log
276.70 s
[attoparsec] 0 of 1 test suites (0 of 1 test cases) passed.
276.70 s
[crypton-x509-validation] www2.example.com: OK
276.70 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK
276.70 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
276.70 s
[crypton-x509-validation] WWW.example.com: OK
276.70 s
[crypton-x509-validation] www..example.com: OK
276.70 s
[crypton-x509-validation] empty: OK
276.70 s
[crypton-x509-validation] wildcard
276.70 s
[crypton-x509-validation] example.com: OK
276.70 s
[crypton-x509-validation] www.example.com: OK
276.70 s
[crypton-x509-validation] www.EXAMPLE.com: OK
276.70 s
[crypton-x509-validation] www2.example.com: OK
276.70 s
[crypton-x509-validation] www.m.example.com: OK
276.70 s
[crypton-x509-validation] single: OK
276.70 s
[crypton-x509-validation] disabled
276.70 s
[crypton-x509-validation] www.example.com: OK
276.70 s
[crypton-x509-validation] www2.example.com: OK
276.70 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK
276.70 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
276.70 s
[crypton-x509-validation] WWW.example.com: OK
276.70 s
[crypton-x509-validation] www..example.com: OK
276.70 s
[crypton-x509-validation] empty: OK
276.70 s
[crypton-x509-validation] SubjectAltName
276.70 s
[crypton-x509-validation] simple
276.70 s
[crypton-x509-validation] www.example.com: OK
276.70 s
[crypton-x509-validation] www2.example.com: OK
276.70 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK
276.70 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
276.70 s
[crypton-x509-validation] WWW.example.com: OK
276.70 s
[crypton-x509-validation] www..example.com: OK
276.70 s
[crypton-x509-validation] empty: OK
276.70 s
[crypton-x509-validation] wildcard
276.70 s
[crypton-x509-validation] example.com: OK
276.70 s
[crypton-x509-validation] www.example.com: OK
276.70 s
[crypton-x509-validation] www.EXAMPLE.com: OK
276.70 s
[crypton-x509-validation] www2.example.com: OK
276.70 s
[crypton-x509-validation] www.m.example.com: OK
276.70 s
[crypton-x509-validation] single: OK
276.70 s
[crypton-x509-validation] cn-not-used: OK
276.70 s
[crypton-x509-validation] IP addresses
276.70 s
[crypton-x509-validation] 10.0.0.1: OK
276.70 s
[crypton-x509-validation] 10.0.0.2: OK
276.70 s
[crypton-x509-validation] 10.0.0.1.example.com: OK
276.70 s
[crypton-x509-validation] 266.0.0.1: OK
276.70 s
[crypton-x509-validation] 2001:0db8:85a3:0000:0000:8a2e:0370:7334: OK
276.70 s
[crypton-x509-validation] 2001:0db8:85a3::8a2e:0370:7334: OK
276.70 s
[crypton-x509-validation] 2001:0db8:85a3:0:0:8a2e:0370:7334: OK
276.70 s
[crypton-x509-validation] ::1: OK
276.70 s
[crypton-x509-validation] disabled
276.70 s
[crypton-x509-validation] www.example.com: OK
276.70 s
[crypton-x509-validation] www2.example.com: OK
276.70 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK
276.70 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
276.70 s
[crypton-x509-validation] WWW.example.com: OK
276.70 s
[crypton-x509-validation] www..example.com: OK
276.70 s
[crypton-x509-validation] empty: OK
276.70 s
[crypton-x509-validation] key-usage
276.70 s
[crypton-x509-validation] none: OK
276.70 s
[crypton-x509-validation] valid: OK
276.70 s
[crypton-x509-validation] invalid: OK
276.70 s
[crypton-x509-validation] key-purpose
276.70 s
[crypton-x509-validation] none: OK
276.70 s
[crypton-x509-validation] valid: OK
276.70 s
[crypton-x509-validation] invalid: OK
276.70 s
[crypton-x509-validation] exhaustive: OK
276.70 s
[crypton-x509-validation] Ed448
276.70 s
[crypton-x509-validation] signature
276.70 s
[crypton-x509-validation] valid: OK
276.71 s
[crypton-x509-validation] invalid: OK
276.71 s
[crypton-x509-validation] chain
276.71 s
[crypton-x509-validation] empty: OK
276.71 s
[crypton-x509-validation] incomplete: OK
276.71 s
[crypton-x509-validation] self-signed: OK
276.71 s
[crypton-x509-validation] leaf-not-v3
276.71 s
[crypton-x509-validation] v3-disallowed: OK
276.71 s
[crypton-x509-validation] v3-allowed: OK
276.71 s
[crypton-x509-validation] strict-ordering
276.71 s
[crypton-x509-validation] enabled: OK
276.71 s
[crypton-x509-validation] disabled: OK
276.71 s
[crypton-x509-validation] ca-constraints
276.71 s
[crypton-x509-validation] enabled
276.71 s
[crypton-x509-validation] cert-sign: OK
276.71 s
[crypton-x509-validation] crl-sign: OK
276.71 s
[crypton-x509-validation] not-ca: OK
276.71 s
[crypton-x509-validation] no-basic: OK
276.71 s
[crypton-x509-validation] bad-depth: OK
276.71 s
[crypton-x509-validation] disabled
276.71 s
[crypton-x509-validation] cert-sign: OK
276.71 s
[crypton-x509-validation] crl-sign: OK
276.71 s
[crypton-x509-validation] not-ca: OK
276.71 s
[crypton-x509-validation] no-basic: OK
276.71 s
[hedgehog] [10 of 27] Compiling Hedgehog.Internal.Show ( src/Hedgehog/Internal/Show.hs, dist/build/Hedgehog/Internal/Show.o, dist/build/Hedgehog/Internal/Show.dyn_o )
276.71 s
[hedgehog] [11 of 27] Compiling Hedgehog.Internal.Shrink ( src/Hedgehog/Internal/Shrink.hs, dist/build/Hedgehog/Internal/Shrink.o, dist/build/Hedgehog/Internal/Shrink.dyn_o )
276.71 s
[hedgehog] [12 of 27] Compiling Hedgehog.Internal.Source ( src/Hedgehog/Internal/Source.hs, dist/build/Hedgehog/Internal/Source.o, dist/build/Hedgehog/Internal/Source.dyn_o )
276.71 s
[hedgehog] [13 of 27] Compiling Hedgehog.Internal.Tree ( src/Hedgehog/Internal/Tree.hs, dist/build/Hedgehog/Internal/Tree.o, dist/build/Hedgehog/Internal/Tree.dyn_o )
276.71 s
[hedgehog] [14 of 27] Compiling Hedgehog.Main ( src/Hedgehog/Main.hs, dist/build/Hedgehog/Main.o, dist/build/Hedgehog/Main.dyn_o )
276.71 s
[hedgehog] [15 of 27] Compiling Hedgehog.Range ( src/Hedgehog/Range.hs, dist/build/Hedgehog/Range.o, dist/build/Hedgehog/Range.dyn_o )
276.71 s
[hedgehog] [16 of 27] Compiling Hedgehog.Internal.Gen ( src/Hedgehog/Internal/Gen.hs, dist/build/Hedgehog/Internal/Gen.o, dist/build/Hedgehog/Internal/Gen.dyn_o )
276.71 s
[hedgehog] [17 of 27] Compiling Hedgehog.Internal.Property ( src/Hedgehog/Internal/Property.hs, dist/build/Hedgehog/Internal/Property.o, dist/build/Hedgehog/Internal/Property.dyn_o )
276.71 s
[hedgehog] src/Hedgehog/Internal/Property.hs:433:31: warning : [ GHC-63394 ] [ -Wx-partial ]
276.71 s
[hedgehog] In the use of ‘head’
276.71 s
[hedgehog] (imported from Hedgehog.Internal.Prelude, but defined in GHC.Internal.List):
276.71 s
[hedgehog] "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"."
276.71 s
[hedgehog] |
276.71 s
[hedgehog] 433 | groups = List.map (\l -> (head l, length l)) $ List.group sp
276.71 s
[hedgehog] | ^^^^
276.71 s
[hedgehog]
276.71 s
[hedgehog] [18 of 27] Compiling Hedgehog.Internal.Tripping ( src/Hedgehog/Internal/Tripping.hs, dist/build/Hedgehog/Internal/Tripping.o, dist/build/Hedgehog/Internal/Tripping.dyn_o )
276.71 s
[hedgehog] [19 of 27] Compiling Hedgehog.Internal.State ( src/Hedgehog/Internal/State.hs, dist/build/Hedgehog/Internal/State.o, dist/build/Hedgehog/Internal/State.dyn_o )
276.71 s
[hedgehog] [20 of 27] Compiling Hedgehog.Internal.Discovery ( src/Hedgehog/Internal/Discovery.hs, dist/build/Hedgehog/Internal/Discovery.o, dist/build/Hedgehog/Internal/Discovery.dyn_o )
276.71 s
[hedgehog] [21 of 27] Compiling Hedgehog.Internal.TH ( src/Hedgehog/Internal/TH.hs, dist/build/Hedgehog/Internal/TH.o, dist/build/Hedgehog/Internal/TH.dyn_o )
276.71 s
[hedgehog] [22 of 27] Compiling Hedgehog.Internal.Config ( src/Hedgehog/Internal/Config.hs, dist/build/Hedgehog/Internal/Config.o, dist/build/Hedgehog/Internal/Config.dyn_o )
276.71 s
[hedgehog] [23 of 27] Compiling Hedgehog.Internal.Report ( src/Hedgehog/Internal/Report.hs, dist/build/Hedgehog/Internal/Report.o, dist/build/Hedgehog/Internal/Report.dyn_o )
276.71 s
[hedgehog] src/Hedgehog/Internal/Report.hs:1096:37: warning : [ GHC-63394 ] [ -Wx-partial ]
276.71 s
[hedgehog] In the use of ‘head’
276.71 s
[hedgehog] (imported from Hedgehog.Internal.Prelude, but defined in GHC.Internal.List):
276.71 s
[hedgehog] "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"."
276.71 s
[hedgehog] |
276.71 s
[hedgehog] 1096 | replicate fillErrorWidth (head parts)
276.71 s
[hedgehog] | ^^^^
276.71 s
[hedgehog]
276.71 s
[hedgehog] src/Hedgehog/Internal/Report.hs:1098:39: warning : [ GHC-63394 ] [ -Wx-partial ]
276.71 s
[hedgehog] In the use of ‘head’
276.71 s
[hedgehog] (imported from Hedgehog.Internal.Prelude, but defined in GHC.Internal.List):
276.71 s
[http-client] Warning: 'strippedHostName' is out of scope.
276.71 s
[http-client] If you qualify the identifier, haddock can try to link it anyway.
276.71 s
[http-client] Warning: 'Connection' is ambiguous. It is defined
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:81:19
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:81:1
276.71 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
276.71 s
[http-client] by specifying the type/value namespace explicitly.
276.71 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:81:1
276.71 s
[http-client] Warning: 'Request' is ambiguous. It is defined
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:490:16
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:490:1
276.71 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
276.71 s
[http-client] by specifying the type/value namespace explicitly.
276.71 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:490:1
276.71 s
[http-client] Warning: 'equal' is out of scope.
276.71 s
[http-client] If you qualify the identifier, haddock can try to link it anyway.
276.71 s
[http-client] Warning: 'equiv' is out of scope.
276.71 s
[http-client] If you qualify the identifier, haddock can try to link it anyway.
276.71 s
[http-client] Warning: 'Cookie' is ambiguous. It is defined
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:260:15
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:260:1
276.71 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
276.71 s
[http-client] by specifying the type/value namespace explicitly.
276.71 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:260:1
276.71 s
[http-client] Warning: 'Connection' is ambiguous. It is defined
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:81:19
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:81:1
276.71 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
276.71 s
[http-client] by specifying the type/value namespace explicitly.
276.71 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:81:1
276.71 s
[http-client] Warning: 'Request' is ambiguous. It is defined
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:490:16
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:490:1
276.71 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
276.71 s
[http-client] by specifying the type/value namespace explicitly.
276.71 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:490:1
276.71 s
[http-client] Warning: 'URI' is ambiguous. It is defined
276.71 s
[http-client] * in ‘Network.URI’
276.71 s
[http-client] * in ‘Network.URI’
276.71 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
276.71 s
[http-client] by specifying the type/value namespace explicitly.
276.71 s
[http-client] Defaulting to the one defined in ‘Network.URI’
276.71 s
[http-client] Warning: 'PopObserver' is out of scope.
276.71 s
[http-client] If you qualify the identifier, haddock can try to link it anyway.
276.71 s
[http-client] Warning: 'location' is out of scope.
276.71 s
[http-client] If you qualify the identifier, haddock can try to link it anyway.
276.71 s
[http-client] Warning: 'Response' is ambiguous. It is defined
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:692:22
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:692:1
276.71 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
276.71 s
[http-client] by specifying the type/value namespace explicitly.
276.71 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:692:1
276.71 s
[http-client] Warning: 'Source' is out of scope.
276.71 s
[http-client] If you qualify the identifier, haddock can try to link it anyway.
276.71 s
[http-client] Warning: 'Request' is ambiguous. It is defined
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:490:16
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:490:1
276.71 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
276.71 s
[http-client] by specifying the type/value namespace explicitly.
276.71 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:490:1
276.71 s
[http-client] Warning: 'Manager' is ambiguous. It is defined
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:855:16
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:855:1
276.71 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
276.71 s
[http-client] by specifying the type/value namespace explicitly.
276.71 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:855:1
276.71 s
[http-client] Warning: 'publicsuffixlistcreate' is out of scope.
276.71 s
[http-client] If you qualify the identifier, haddock can try to link it anyway.
276.71 s
[http-client] Warning: 'isSuffix' is out of scope.
276.71 s
[http-client] If you qualify the identifier, haddock can try to link it anyway.
276.71 s
[http-client] Warning: 'Response' is ambiguous. It is defined
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:692:22
276.71 s
[http-client] * at Network/HTTP/Client/Types.hs:692:1
276.71 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
276.71 s
[http-client] by specifying the type/value namespace explicitly.
276.71 s
[lucid] src/Lucid/Base.hs:156:3: warning : [ GHC-22705 ] [ -Wnoncanonical-monad-instances ]
276.71 s
[lucid] Noncanonical ‘(>>)’ definition detected
276.71 s
[lucid] in the instance declaration for ‘Monad (HtmlT m)’.
276.71 s
[lucid] ‘(>>)’ will eventually be removed in favour of ‘(*>)’
276.71 s
[lucid] Suggested fix:
276.71 s
[lucid] Either remove definition for ‘(>>)’ (recommended) or define as ‘(>>) = (*>)’
276.71 s
[lucid] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
276.71 s
[lucid] |
276.71 s
[lucid] 156 | m >> n = HtmlT $ do
276.71 s
[lucid] | ^^^^^^^^^^^^^^^^^^^...
276.71 s
[lucid]
276.71 s
[lucid] [2 of 4] Compiling Lucid.Html5 ( src/Lucid/Html5.hs, dist/build/Lucid/Html5.p_o )
276.71 s
[lucid] src/Lucid/Html5.hs:11:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
276.71 s
[lucid] The import of ‘Data.Monoid’ is redundant
276.71 s
[lucid] except perhaps to import instances from ‘Data.Monoid’
276.71 s
[lucid] To import instances alone, use: import Data.Monoid()
276.71 s
[lucid] |
276.71 s
[lucid] 11 | import Data.Monoid
276.71 s
[lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
276.71 s
[lucid]
276.71 s
[lucid] [3 of 4] Compiling Lucid.Bootstrap ( src/Lucid/Bootstrap.hs, dist/build/Lucid/Bootstrap.p_o )
276.71 s
[lucid] [4 of 4] Compiling Lucid ( src/Lucid.hs, dist/build/Lucid.p_o )
276.71 s
[lucid] Preprocessing test suite 'test' for lucid-2.11.20250303...
276.71 s
[lucid] Building test suite 'test' for lucid-2.11.20250303...
276.71 s
[lucid] [1 of 2] Compiling Example1 ( test/Example1.hs, dist/build/test/test-tmp/Example1.o )
276.71 s
[lucid] [2 of 2] Compiling Main ( test/Main.hs, dist/build/test/test-tmp/Main.o )
276.71 s
[lucid] [3 of 3] Linking dist/build/test/test
276.71 s
[lucid] Phase: checkPhase
276.71 s
[profunctors] [14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.p_o )
276.71 s
[profunctors] [15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.p_o )
276.71 s
[profunctors] [16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, dist/build/Data/Profunctor/Yoneda.p_o )
276.71 s
[profunctors] Phase: checkPhase
276.71 s
[profunctors] Package has no test suites.
276.71 s
[profunctors] Phase: haddockPhase
276.71 s
[profunctors] Preprocessing library for profunctors-5.6.3...
276.71 s
[profunctors] Running Haddock on library for profunctors-5.6.3...
276.71 s
[semigroupoids] [ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, dist/build/Data/Functor/Contravariant/Divise.p_o )
276.71 s
[semigroupoids] [ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, dist/build/Data/Functor/Contravariant/Decide.p_o )
276.71 s
[semigroupoids] [10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, dist/build/Data/Functor/Contravariant/Conclude.p_o )
276.71 s
[semigroupoids] [11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.p_o )
276.71 s
[semigroupoids] [12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.p_o )
276.71 s
[semigroupoids] [13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.p_o )
276.71 s
[semigroupoids] [14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.p_o )
276.71 s
[semigroupoids] [15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, dist/build/Data/Semigroupoid/Categorical.p_o )
276.71 s
[semigroupoids] [16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.p_o )
276.71 s
[semigroupoids] [17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.p_o )
276.71 s
[semigroupoids] [18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.p_o )
276.71 s
[semigroupoids] [19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.p_o )
276.71 s
[semigroupoids] [20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.p_o )
276.71 s
[semigroupoids] [21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.p_o )
276.71 s
[semigroupoids] [22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.p_o )
276.71 s
[semigroupoids] [23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.p_o )
276.71 s
[semigroupoids] [24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.p_o )
276.71 s
[semigroupoids] [25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.p_o )
276.71 s
[semigroupoids] [26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, dist/build/Semigroupoids/Do.p_o )
276.71 s
[semigroupoids] [27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.p_o )
276.71 s
[unison-util-serialization] [1 of 1] Compiling U.Util.Serialization ( U/Util/Serialization.hs, nothing )
276.71 s
[unison-util-serialization] Haddock coverage:
276.71 s
[unison-util-serialization] Warning: 'binary' is out of scope.
276.71 s
[unison-util-serialization] If you qualify the identifier, haddock can try to link it anyway.
276.71 s
[unison-util-serialization] 6% ( 3 / 43) in 'U.Util.Serialization'
276.71 s
[unison-util-serialization] Missing documentation for:
276.71 s
[unison-util-serialization] Module header
276.71 s
[unison-util-serialization] Get (U/Util/Serialization.hs:43)
276.71 s
[unison-util-serialization] Put (U/Util/Serialization.hs:45)
276.71 s
[unison-util-serialization] Format (U/Util/Serialization.hs:48)
276.71 s
[unison-util-serialization] debug (U/Util/Serialization.hs:54)
276.71 s
[unison-util-serialization] getFromBytes (U/Util/Serialization.hs:57)
276.71 s
[unison-util-serialization] getFromFile (U/Util/Serialization.hs:61)
276.71 s
[unison-util-serialization] getFromFile' (U/Util/Serialization.hs:66)
276.71 s
[unison-util-serialization] putBytes (U/Util/Serialization.hs:73)
276.71 s
[unison-util-serialization] putWithParentDirs (U/Util/Serialization.hs:76)
276.71 s
[unison-util-serialization] putVarInt (U/Util/Serialization.hs:81)
276.71 s
[unison-util-serialization] getVarInt (U/Util/Serialization.hs:89)
276.71 s
[unison-util-serialization] putText (U/Util/Serialization.hs:101)
276.71 s
[unison-util-serialization] getText (U/Util/Serialization.hs:107)
276.71 s
[unison-util-serialization] skipText (U/Util/Serialization.hs:113)
276.71 s
[unison-util-serialization] putShortText (U/Util/Serialization.hs:116)
276.71 s
[unison-util-serialization] getShortText (U/Util/Serialization.hs:122)
276.71 s
[unison-util-serialization] putFoldable (U/Util/Serialization.hs:139)
276.71 s
[unison-util-serialization] getList (U/Util/Serialization.hs:144)
276.71 s
[unison-util-serialization] getListLength (U/Util/Serialization.hs:149)
276.71 s
[unison-util-serialization] getVector (U/Util/Serialization.hs:153)
276.71 s
[unison-util-serialization] skipVector (U/Util/Serialization.hs:158)
276.71 s
[unison-util-serialization] getSequence (U/Util/Serialization.hs:163)
276.71 s
[unison-util-serialization] getSet (U/Util/Serialization.hs:168)
276.71 s
[unison-util-serialization] putMap (U/Util/Serialization.hs:174)
276.71 s
[unison-util-serialization] addToExistingMap (U/Util/Serialization.hs:177)
276.71 s
[unison-util-serialization] getMap (U/Util/Serialization.hs:186)
276.71 s
[unison-util-serialization] getFramedByteString (U/Util/Serialization.hs:189)
276.71 s
[unison-util-serialization] getRemainingByteString (U/Util/Serialization.hs:192)
276.71 s
[unison-util-serialization] getFramed (U/Util/Serialization.hs:195)
276.71 s
[unison-util-serialization] putFramedByteString (U/Util/Serialization.hs:199)
276.71 s
[unison-util-serialization] putFramed (U/Util/Serialization.hs:204)
276.71 s
[unison-util-serialization] skipFramed (U/Util/Serialization.hs:214)
276.71 s
[unison-util-serialization] putFramedArray (U/Util/Serialization.hs:219)
276.71 s
[unison-util-serialization] getFramedArray (U/Util/Serialization.hs:227)
276.71 s
[unison-util-serialization] lengthFramedArray (U/Util/Serialization.hs:245)
276.71 s
[unison-util-serialization] unsafeFramedArrayLookup (U/Util/Serialization.hs:248)
276.71 s
[unison-util-serialization] putPair (U/Util/Serialization.hs:254)
276.71 s
[unison-util-serialization] getPair (U/Util/Serialization.hs:257)
276.71 s
[unison-util-serialization] getTuple3 (U/Util/Serialization.hs:260)
276.71 s
[unison-util-serialization] Warning: U.Util.Serialization: could not find link destinations for:
276.71 s
[unison-util-serialization] - Data.Vector.Vector
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':0:[Int]
276.71 s
[ListLike] Cases: 2274 Tried: 182 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':1:MyList Int
276.71 s
[ListLike] Cases: 2274 Tried: 183 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':2:String
276.71 s
[ListLike] Cases: 2274 Tried: 184 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':3:[Bool]
276.71 s
[ListLike] Cases: 2274 Tried: 185 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':4:MyList Bool
276.71 s
[ListLike] Cases: 2274 Tried: 186 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':5:ByteString
276.71 s
[ListLike] Cases: 2274 Tried: 187 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':6:ByteString.Lazy
276.71 s
[ListLike] Cases: 2274 Tried: 188 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':7:Chars
276.71 s
[ListLike] Cases: 2274 Tried: 189 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':8:Sequence Int
276.71 s
[ListLike] Cases: 2274 Tried: 190 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':9:Sequence Bool
276.71 s
[ListLike] Cases: 2274 Tried: 191 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':10:Sequence Char
276.71 s
[ListLike] Cases: 2274 Tried: 192 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':11:Array Int Int
276.71 s
[ListLike] Cases: 2274 Tried: 193 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':12:Array Int Bool
276.71 s
[ListLike] Cases: 2274 Tried: 194 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':13:Array (Just Int)
276.71 s
[ListLike] Cases: 2274 Tried: 195 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':14:DList Int
276.71 s
[ListLike] Cases: 2274 Tried: 196 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':15:Vector Int
276.71 s
[ListLike] Cases: 2274 Tried: 197 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':16:StorableVector Int
276.71 s
[ListLike] Cases: 2274 Tried: 198 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':17:UnboxVector Int
276.71 s
[ListLike] Cases: 2274 Tried: 199 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':18:Vector Bool
276.71 s
[ListLike] Cases: 2274 Tried: 200 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':19:StorableVector Bool
276.71 s
[ListLike] Cases: 2274 Tried: 201 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':20:UnboxVector Bool
276.71 s
[ListLike] Cases: 2274 Tried: 202 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':21:Text
276.71 s
[ListLike] Cases: 2274 Tried: 203 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':22:Text.Lazy
276.71 s
[ListLike] Cases: 2274 Tried: 204 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':23:Text.Builder
276.71 s
[ListLike] Cases: 2274 Tried: 205 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':24:UTF8 ByteString
276.71 s
[ListLike] Cases: 2274 Tried: 206 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:5:foldr':25:UTF8 ByteString.Lazy
276.71 s
[ListLike] Cases: 2274 Tried: 207 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.71 s
[ListLike] Testing 1:FoldableLL:6:fold:0:wrap [[Int]]
276.71 s
[ListLike] Cases: 2274 Tried: 208 Errors: 0 Failures: 0+++ OK, passed 100 tests.
276.77 s
Progress: 19 of 145 built (9 building, 1 failed), 794 of 794 downloaded from cache
276.77 s
[crypton-x509-validation] bad-depth: OK
276.77 s
[crypton-x509-validation] dates
276.77 s
[crypton-x509-validation] leaf
276.77 s
[crypton-x509-validation] enabled
276.77 s
[crypton-x509-validation] past: OK
276.77 s
[crypton-x509-validation] present: OK
276.77 s
[crypton-x509-validation] future: OK
276.77 s
[crypton-x509-validation] disabled
276.77 s
[crypton-x509-validation] past: OK
276.77 s
[crypton-x509-validation] present: OK
276.77 s
[crypton-x509-validation] future: OK
276.77 s
[crypton-x509-validation] intermediate
276.77 s
[crypton-x509-validation] enabled
276.77 s
[crypton-x509-validation] past: OK
276.77 s
[crypton-x509-validation] present: OK
276.78 s
[crypton-x509-validation] future: OK
276.78 s
[crypton-x509-validation] disabled
276.78 s
[crypton-x509-validation] past: OK
276.78 s
[crypton-x509-validation] present: OK
276.78 s
[crypton-x509-validation] future: OK
276.78 s
[crypton-x509-validation] timeshift
276.78 s
[crypton-x509-validation] at-past
276.78 s
[crypton-x509-validation] past: OK
276.78 s
[crypton-x509-validation] present: OK
276.78 s
[crypton-x509-validation] future: OK
276.78 s
[crypton-x509-validation] at-present
276.78 s
[crypton-x509-validation] past: OK
276.78 s
[crypton-x509-validation] present: OK
276.78 s
[crypton-x509-validation] future: OK
276.78 s
[crypton-x509-validation] in-future
276.78 s
[crypton-x509-validation] past: OK
276.78 s
[crypton-x509-validation] present: OK
276.78 s
[crypton-x509-validation] future: OK
276.78 s
[crypton-x509-validation] CommonName
276.78 s
[crypton-x509-validation] no-common-name: OK
276.78 s
[crypton-x509-validation] simple
276.78 s
[crypton-x509-validation] www.example.com: OK
276.78 s
[crypton-x509-validation] www2.example.com: OK
276.78 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK
276.78 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
276.78 s
[crypton-x509-validation] WWW.example.com: OK
276.78 s
[crypton-x509-validation] www..example.com: OK
276.78 s
[crypton-x509-validation] empty: OK
276.78 s
[crypton-x509-validation] wildcard
276.78 s
[crypton-x509-validation] example.com: OK
276.78 s
[crypton-x509-validation] www.example.com: OK
276.78 s
[crypton-x509-validation] www.EXAMPLE.com: OK
276.78 s
[crypton-x509-validation] www2.example.com: OK
276.78 s
[crypton-x509-validation] www.m.example.com: OK
276.78 s
[crypton-x509-validation] single: OK
276.78 s
[crypton-x509-validation] disabled
276.78 s
[crypton-x509-validation] www.example.com: OK
276.78 s
[crypton-x509-validation] www2.example.com: OK
276.78 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK
276.78 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
276.78 s
[crypton-x509-validation] WWW.example.com: OK
276.78 s
[crypton-x509-validation] www..example.com: OK
276.78 s
[crypton-x509-validation] empty: OK
276.78 s
[crypton-x509-validation] SubjectAltName
276.78 s
[crypton-x509-validation] simple
276.78 s
[crypton-x509-validation] www.example.com: OK
276.78 s
[crypton-x509-validation] www2.example.com: OK
276.78 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK
276.78 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
276.78 s
[crypton-x509-validation] WWW.example.com: OK
276.78 s
[crypton-x509-validation] www..example.com: OK
276.78 s
[crypton-x509-validation] empty: OK
276.78 s
[crypton-x509-validation] wildcard
276.78 s
[crypton-x509-validation] example.com: OK
276.78 s
[crypton-x509-validation] www.example.com: OK
276.78 s
[crypton-x509-validation] www.EXAMPLE.com: OK
276.78 s
[crypton-x509-validation] www2.example.com: OK
276.78 s
[crypton-x509-validation] www.m.example.com: OK
276.78 s
[crypton-x509-validation] single: OK
276.78 s
[crypton-x509-validation] cn-not-used: OK
276.78 s
[crypton-x509-validation] IP addresses
276.78 s
[crypton-x509-validation] 10.0.0.1: OK
276.78 s
[crypton-x509-validation] 10.0.0.2: OK
276.78 s
[crypton-x509-validation] 10.0.0.1.example.com: OK
276.78 s
[crypton-x509-validation] 266.0.0.1: OK
276.78 s
[crypton-x509-validation] 2001:0db8:85a3:0000:0000:8a2e:0370:7334: OK
276.78 s
[crypton-x509-validation] 2001:0db8:85a3::8a2e:0370:7334: OK
276.78 s
[crypton-x509-validation] 2001:0db8:85a3:0:0:8a2e:0370:7334: OK
276.78 s
[crypton-x509-validation] ::1: OK
276.78 s
[crypton-x509-validation] disabled
276.78 s
[crypton-x509-validation] www.example.com: OK
276.78 s
[crypton-x509-validation] www2.example.com: OK
276.78 s
[crypton-x509-validation] WWW.EXAMPLE.COM: OK
276.78 s
[crypton-x509-validation] www.EXAMPLE.COM: OK
276.78 s
[crypton-x509-validation] WWW.example.com: OK
276.78 s
[crypton-x509-validation] www..example.com: OK
276.78 s
[crypton-x509-validation] empty: OK
276.78 s
[crypton-x509-validation] key-usage
276.78 s
[crypton-x509-validation] none: OK
276.78 s
[hedgehog] "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"."
276.78 s
[hedgehog] |
276.78 s
[hedgehog] 1098 | replicate fillSurplusWidth (head parts)
276.78 s
[hedgehog] | ^^^^
276.78 s
[hedgehog]
276.78 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:692:1
276.78 s
[http-client] Warning: 'Request' is ambiguous. It is defined
276.78 s
[http-client] * at Network/HTTP/Client/Types.hs:490:16
276.78 s
[http-client] * at Network/HTTP/Client/Types.hs:490:1
276.78 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
276.78 s
[http-client] by specifying the type/value namespace explicitly.
276.78 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:490:1
276.78 s
[http-client] Warning: 'Manager' is ambiguous. It is defined
276.78 s
[http-client] * at Network/HTTP/Client/Types.hs:855:16
276.78 s
[http-client] * at Network/HTTP/Client/Types.hs:855:1
276.78 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
276.78 s
[http-client] by specifying the type/value namespace explicitly.
276.78 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:855:1
276.78 s
[http-client] 75% (112 /149) in 'Network.HTTP.Client.Internal'
276.78 s
[http-client] Missing documentation for:
276.78 s
[http-client] makeChunkedReader (Network/HTTP/Client/Body.hs:156)
276.78 s
[http-client] makeLengthReader (Network/HTTP/Client/Body.hs:126)
276.78 s
[http-client] makeGzipReader (Network/HTTP/Client/Body.hs:78)
276.78 s
[http-client] makeUnlimitedReader (Network/HTTP/Client/Body.hs:112)
276.78 s
[http-client] brEmpty (Network/HTTP/Client/Body.hs:54)
276.78 s
[http-client] constBodyReader (Network/HTTP/Client/Body.hs:57)
276.78 s
[http-client] connectionReadLine (Network/HTTP/Client/Connection.hs:35)
276.78 s
[http-client] connectionReadLineWith (Network/HTTP/Client/Connection.hs:47)
276.78 s
[http-client] connectionUnreadLine (Network/HTTP/Client/Connection.hs:65)
276.78 s
[http-client] openSocketConnection (Network/HTTP/Client/Connection.hs:153)
276.78 s
[http-client] openSocketConnectionSize (Network/HTTP/Client/Connection.hs:161)
276.78 s
[http-client] withSocket (Network/HTTP/Client/Connection.hs:189)
276.78 s
[http-client] createCookieJar (Network/HTTP/Client/Cookies.hs:92)
276.78 s
[http-client] destroyCookieJar (Network/HTTP/Client/Cookies.hs:95)
276.78 s
[http-client] removeExistingCookieFromCookieJar (Network/HTTP/Client/Cookies.hs:102)
276.78 s
[http-client] isIpAddress (Network/HTTP/Client/Cookies.hs:42)
276.78 s
[http-client] requestAction (Network/HTTP/Client/Core.hs:118)
276.78 s
[http-client] handleClosedRead (Network/HTTP/Client/Core.hs:264)
276.78 s
[http-client] parseStatusHeaders (Network/HTTP/Client/Headers.hs:32)
276.78 s
[http-client] validateHeaders (Network/HTTP/Client/Headers.hs:142)
276.78 s
[http-client] HeadersValidationResult (Network/HTTP/Client/Headers.hs:137)
276.78 s
[http-client] needsGunzip (Network/HTTP/Client/Request.hs:417)
276.78 s
[http-client] requestBuilder (Network/HTTP/Client/Request.hs:436)
276.78 s
[http-client] getResponse (Network/HTTP/Client/Response.hs:123)
276.78 s
[http-client] getConn (Network/HTTP/Client/Manager.hs:208)
276.78 s
[http-client] NonEmptyList (Network/HTTP/Client/Types.hs:879)
276.78 s
[http-client] HasHttpManager (Network/HTTP/Client/Types.hs:870)
276.78 s
[http-client] HttpExceptionContent (Network/HTTP/Client/Types.hs:133)
276.78 s
[http-client] Cookie (Network/HTTP/Client/Types.hs:260)
276.78 s
[http-client] CookieJar (Network/HTTP/Client/Types.hs:275)
276.78 s
[http-client] Connection (Network/HTTP/Client/Types.hs:81)
276.78 s
[http-client] StatusHeaders (Network/HTTP/Client/Types.hs:95)
276.78 s
[http-client] unHttpExceptionContentWrapper
276.78 s
[http-client] throwHttp (Network/HTTP/Client/Types.hs:111)
276.78 s
[http-client] toHttpException (Network/HTTP/Client/Types.hs:114)
276.78 s
[http-client] ResponseClose (Network/HTTP/Client/Types.hs:741)
276.78 s
[http-client] ConnsMap (Network/HTTP/Client/Types.hs:875)
276.78 s
[http-client] Warning: 'Manager' is ambiguous. It is defined
276.78 s
[http-client] * at Network/HTTP/Client/Types.hs:855:16
276.78 s
[http-client] * at Network/HTTP/Client/Types.hs:855:1
276.78 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
276.78 s
[http-client] by specifying the type/value namespace explicitly.
276.78 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:855:1
276.78 s
[http-client] Warning: 'Request' is ambiguous. It is defined
276.78 s
[http-client] * at Network/HTTP/Client/Types.hs:490:16
276.78 s
[http-client] * at Network/HTTP/Client/Types.hs:490:1
276.78 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
276.79 s
[http-client] by specifying the type/value namespace explicitly.
276.79 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:490:1
276.79 s
[http-client] Warning: 'Response' is ambiguous. It is defined
276.79 s
[http-client] * at Network/HTTP/Client/Types.hs:692:22
276.79 s
[http-client] * at Network/HTTP/Client/Types.hs:692:1
276.79 s
[http-client] You may be able to disambiguate the identifier by qualifying it or
276.79 s
[http-client] by specifying the type/value namespace explicitly.
276.79 s
[http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:692:1
276.79 s
[http-client] Warning: 'tlsManagerSettings' is out of scope.
276.79 s
[http-client] If you qualify the identifier, haddock can try to link it anyway.
276.79 s
[http-client] Warning: 'ManagerSettings' is ambiguous. It is defined
276.79 s
[http-client] * at Network/HTTP/Client/Types.hs:750:24
276.79 s
[http-client] * at Network/HTTP/Client/Types.hs:750:1
276.79 s
error: Cannot build '/nix/store/93bwhazi0qhls4zj7g3nqqfljv9j6z0l-attoparsec-0.14.4.drv '.
276.79 s
Reason: builder failed with exit code 1 .
276.79 s
Output paths:
276.79 s
/nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4
276.79 s
Last 946 log lines:
276.79 s
> Running phase: setupCompilerEnvironmentPhase
276.79 s
> Build with /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3.
276.79 s
> Running phase: unpackPhase
276.79 s
> unpacking source archive /nix/store/7xizd63623bzgyny21lfm7krwk9kr0qf-attoparsec-0.14.4.tar.gz
276.79 s
> source root is attoparsec-0.14.4
276.79 s
> setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "attoparsec-0.14.4/tests/QC/Text/Regressions.hs"
276.79 s
> Running phase: patchPhase
276.79 s
> stacklock2nix: replace Cabal file with revision from /nix/store/ddgaxbwkh160373qpms239bjggyllxcp-attoparsec-cabal-0.14.4.
276.79 s
> Running phase: compileBuildDriverPhase
276.79 s
> setupCompileFlags: -package-db=/build/tmp.VcTQFLAS91/setup-package.conf.d -threaded
276.79 s
> [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.VcTQFLAS91/Main.o )
276.79 s
> [2 of 2] Linking Setup
276.79 s
> Running phase: updateAutotoolsGnuConfigScriptsPhase
276.79 s
> Running phase: configurePhase
276.79 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.VcTQFLAS91/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
276.79 s
> Using Parsec parser
276.79 s
> Configuring attoparsec-0.14.4...
276.79 s
> Flags chosen: developer=False
276.79 s
> Dependency array: using array-0.5.8.0
276.79 s
> Dependency attoparsec:attoparsec-internal: using attoparsec-0.14.4
276.79 s
> Dependency base >=4.5 && <5: using base-4.20.2.0
276.79 s
> Dependency bytestring <0.13: using bytestring-0.12.2.0
276.79 s
> Dependency containers: using containers-0.7
276.79 s
> Dependency deepseq: using deepseq-1.5.0.0
276.79 s
> Dependency ghc-prim <0.14: using ghc-prim-0.12.0
276.79 s
> Dependency scientific >=0.3.1 && <0.4: using scientific-0.3.8.0
276.79 s
> Dependency text >=1.1.1.3: using text-2.1.3
276.79 s
> Dependency transformers >=0.2 && <0.4 || >=0.4.1.0 && <0.7: using
276.79 s
> transformers-0.6.1.1
276.79 s
> Dependency array: using array-0.5.8.0
276.79 s
> Dependency base >=4.5 && <5: using base-4.20.2.0
276.79 s
> Dependency bytestring <0.13: using bytestring-0.12.2.0
276.79 s
> Dependency text >=1.1.1.3: using text-2.1.3
276.79 s
> Dependency QuickCheck >=2.13.2 && <2.16: using QuickCheck-2.15.0.1
276.79 s
> Dependency array: using array-0.5.8.0
276.79 s
> Dependency attoparsec:{attoparsec, attoparsec-internal}: using
276.79 s
> attoparsec-0.14.4
276.79 s
> Dependency attoparsec:{attoparsec, attoparsec-internal}: using
276.79 s
> attoparsec-0.14.4
276.79 s
> Dependency base: using base-4.20.2.0
276.79 s
> Dependency bytestring: using bytestring-0.12.2.0
276.79 s
> Dependency deepseq >=1.1: using deepseq-1.5.0.0
276.79 s
> Dependency quickcheck-unicode: using quickcheck-unicode-1.0.1.0
276.79 s
> Dependency scientific: using scientific-0.3.8.0
276.79 s
> Dependency tasty >=0.11: using tasty-1.5.3
276.79 s
> Dependency tasty-quickcheck >=0.8: using tasty-quickcheck-0.11.1
276.79 s
> Dependency text: using text-2.1.3
276.79 s
> Dependency transformers: using transformers-0.6.1.1
276.79 s
> Dependency vector: using vector-0.13.2.0
276.79 s
> Source component graph:
276.79 s
> component lib:attoparsec-internal
276.79 s
> component lib dependency lib:attoparsec-internal
276.79 s
> component test:attoparsec-tests
276.79 s
> dependency lib
276.79 s
> dependency lib:attoparsec-internal
276.79 s
> Configured component graph:
276.79 s
> component attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
276.79 s
> include array-0.5.8.0-f015
276.79 s
> include base-4.20.2.0-edab
276.79 s
> include bytestring-0.12.2.0-d4b6
276.79 s
> include text-2.1.3-afaf
276.79 s
> component attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
276.79 s
> include array-0.5.8.0-f015
276.79 s
> include attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
276.79 s
> include base-4.20.2.0-edab
276.79 s
> include bytestring-0.12.2.0-d4b6
276.79 s
> include containers-0.7-8e24
276.79 s
> include deepseq-1.5.0.0-500b
276.79 s
> include ghc-prim-0.12.0-0db9
276.79 s
> include scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
276.79 s
> include text-2.1.3-afaf
276.79 s
> include transformers-0.6.1.1-9cdc
276.79 s
> component attoparsec-0.14.4-4ufI9nyNZPW1qDN48yTP5n-attoparsec-tests
276.79 s
> include QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
276.79 s
> include array-0.5.8.0-f015
276.79 s
> include attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
276.79 s
> include attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
276.79 s
> include base-4.20.2.0-edab
276.79 s
> include bytestring-0.12.2.0-d4b6
276.79 s
> include deepseq-1.5.0.0-500b
276.79 s
> include quickcheck-unicode-1.0.1.0-H8kHq9HGRxeEVtrxKwnzD1
276.79 s
> include scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
276.79 s
> include tasty-1.5.3-76yi2z8nymJChOrNxwslOM
276.79 s
> include tasty-quickcheck-0.11.1-JdRPuAV0VUkJapijQUkRuP
276.79 s
> include text-2.1.3-afaf
276.79 s
> include transformers-0.6.1.1-9cdc
276.79 s
> include vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
276.79 s
> Linked component graph:
276.79 s
> unit attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
276.79 s
> include array-0.5.8.0-f015
276.79 s
> include base-4.20.2.0-edab
276.79 s
> include bytestring-0.12.2.0-d4b6
276.79 s
> include text-2.1.3-afaf
276.79 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
276.79 s
> unit attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
276.79 s
> include array-0.5.8.0-f015
276.79 s
> include attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
276.79 s
> include base-4.20.2.0-edab
276.79 s
> include bytestring-0.12.2.0-d4b6
276.79 s
> include containers-0.7-8e24
276.79 s
> include deepseq-1.5.0.0-500b
276.79 s
> include ghc-prim-0.12.0-0db9
276.79 s
> include scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
276.79 s
> include text-2.1.3-afaf
276.79 s
> include transformers-0.6.1.1-9cdc
276.79 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
276.79 s
> unit attoparsec-0.14.4-4ufI9nyNZPW1qDN48yTP5n-attoparsec-tests
276.79 s
> include QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
276.79 s
> include array-0.5.8.0-f015
276.79 s
> include attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
276.79 s
> include attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
276.79 s
> include base-4.20.2.0-edab
276.79 s
> include bytestring-0.12.2.0-d4b6
276.79 s
> include deepseq-1.5.0.0-500b
276.79 s
> include quickcheck-unicode-1.0.1.0-H8kHq9HGRxeEVtrxKwnzD1
276.79 s
> include scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
276.79 s
> include tasty-1.5.3-76yi2z8nymJChOrNxwslOM
276.79 s
> include tasty-quickcheck-0.11.1-JdRPuAV0VUkJapijQUkRuP
276.79 s
> include text-2.1.3-afaf
276.79 s
> include transformers-0.6.1.1-9cdc
276.79 s
> include vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
276.79 s
> Ready component graph:
276.79 s
> definite attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
276.79 s
> depends array-0.5.8.0-f015
276.79 s
> depends base-4.20.2.0-edab
276.79 s
> depends bytestring-0.12.2.0-d4b6
276.79 s
> depends text-2.1.3-afaf
276.79 s
> definite attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
276.79 s
> depends array-0.5.8.0-f015
276.79 s
> depends attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
276.79 s
> depends base-4.20.2.0-edab
276.79 s
> depends bytestring-0.12.2.0-d4b6
276.79 s
> depends containers-0.7-8e24
276.79 s
> depends deepseq-1.5.0.0-500b
276.79 s
> depends ghc-prim-0.12.0-0db9
276.79 s
> depends scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
276.79 s
> depends text-2.1.3-afaf
276.79 s
> depends transformers-0.6.1.1-9cdc
276.79 s
> definite attoparsec-0.14.4-4ufI9nyNZPW1qDN48yTP5n-attoparsec-tests
276.79 s
> depends QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
276.79 s
> depends array-0.5.8.0-f015
276.79 s
> depends attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
276.79 s
> depends attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
276.79 s
> depends base-4.20.2.0-edab
276.79 s
> depends bytestring-0.12.2.0-d4b6
276.79 s
> depends deepseq-1.5.0.0-500b
276.79 s
> depends quickcheck-unicode-1.0.1.0-H8kHq9HGRxeEVtrxKwnzD1
276.79 s
> depends scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
276.79 s
> depends tasty-1.5.3-76yi2z8nymJChOrNxwslOM
276.79 s
> depends tasty-quickcheck-0.11.1-JdRPuAV0VUkJapijQUkRuP
276.79 s
> depends text-2.1.3-afaf
276.79 s
> depends transformers-0.6.1.1-9cdc
276.79 s
> depends vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
276.79 s
> Using Cabal-3.12.1.0 compiled by ghc-9.10
276.79 s
> Using compiler: ghc-9.10.3
276.79 s
> Using install prefix:
276.79 s
> /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4
276.79 s
> Executables installed in:
276.79 s
> /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/bin
276.79 s
> Libraries installed in:
276.79 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
276.79 s
> Dynamic Libraries installed in:
276.79 s
> /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
276.79 s
> Private executables installed in:
276.79 s
> /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/libexec/x86_64-linux-ghc-9.10.3-2929/attoparsec-0.14.4
276.79 s
> Data files installed in:
276.79 s
> /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/share/x86_64-linux-ghc-9.10.3-2929/attoparsec-0.14.4
276.79 s
> Documentation installed in:
276.79 s
> /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/share/doc/x86_64-linux-ghc-9.10.3-2929/attoparsec-0.14.4
276.79 s
> Configuration files installed in:
276.79 s
> /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/etc
276.79 s
> No alex found
276.79 s
> Using ar found on system at:
276.79 s
> /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
276.79 s
> No c2hs found
276.79 s
> No cpphs found
276.79 s
> No doctest found
276.79 s
> Using gcc version 14.3.0 given by user at:
276.79 s
> /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
276.79 s
> Using ghc version 9.10.3 found on system at:
276.79 s
> /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
276.79 s
> Using ghc-pkg version 9.10.3 found on system at:
276.79 s
> /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
276.79 s
> No ghcjs found
276.79 s
> No ghcjs-pkg found
276.79 s
> No greencard found
276.79 s
> Using haddock version 2.31.1 found on system at:
276.79 s
> /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
276.79 s
> No happy found
276.79 s
> Using haskell-suite found on system at: haskell-suite-dummy-location
276.79 s
> Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
276.79 s
> No hmake found
276.79 s
> Using hpc version 0.69 found on system at:
276.79 s
> /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
276.79 s
> Using hsc2hs version 0.68.10 found on system at:
276.79 s
> /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
276.79 s
> Using hscolour version 1.25 found on system at:
276.79 s
> /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
276.79 s
> No jhc found
276.79 s
> Using ld found on system at:
276.79 s
> /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
276.79 s
> No pkg-config found
276.79 s
> Using runghc version 9.10.3 found on system at:
276.79 s
> /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
276.79 s
> Using strip version 2.44 found on system at:
276.79 s
> /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
276.79 s
> Using tar found on system at:
276.79 s
> /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
276.79 s
> No uhc found
276.79 s
> Running phase: buildPhase
276.79 s
> Preprocessing library 'attoparsec-internal' for attoparsec-0.14.4...
276.79 s
> Building library 'attoparsec-internal' for attoparsec-0.14.4...
276.79 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 )
276.79 s
> internal/Data/Attoparsec/ByteString/FastSet.hs:97:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
276.79 s
> In the use of ‘memset’
276.79 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
276.79 s
> Deprecated: "Use Foreign.Marshal.Utils.fillBytes instead"
276.79 s
> |
276.79 s
> 97 | _ <- I.memset t 0 32
276.79 s
> | ^^^^^^^^
276.79 s
>
276.79 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 )
276.79 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 )
276.79 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 )
276.79 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:62:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
276.79 s
> The import of ‘Data.Semigroup’ is redundant
276.79 s
> except perhaps to import instances from ‘Data.Semigroup’
276.79 s
> To import instances alone, use: import Data.Semigroup()
276.79 s
> |
276.79 s
> 62 | import Data.Semigroup (Semigroup(..))
276.79 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:121:11: warning : [ GHC-68441 ] [ -Wdeprecations ]
276.79 s
> In the use of ‘memcpy’
276.79 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
276.79 s
> Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
276.79 s
> |
276.79 s
> 121 | memcpy (ptr0 `plusPtr` (off0+len0))
276.79 s
> | ^^^^^^
276.79 s
>
276.79 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:132:13: warning : [ GHC-68441 ] [ -Wdeprecations ]
276.79 s
> In the use of ‘memcpy’
276.79 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
276.79 s
> Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
276.79 s
> |
276.79 s
> 132 | memcpy ptr (ptr0 `plusPtr` off0) (fromIntegral len0)
276.79 s
> | ^^^^^^
276.79 s
>
276.79 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:133:13: warning : [ GHC-68441 ] [ -Wdeprecations ]
276.79 s
> In the use of ‘memcpy’
276.79 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
276.79 s
> Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
276.79 s
> |
276.79 s
> 133 | memcpy (ptr `plusPtr` len0) (ptr1 `plusPtr` off1)
276.79 s
> | ^^^^^^
276.79 s
>
276.79 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 )
276.79 s
> internal/Data/Attoparsec/Text/Buffer.hs:44:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
276.79 s
> The import of ‘Data.Semigroup’ is redundant
276.79 s
> except perhaps to import instances from ‘Data.Semigroup’
276.79 s
> To import instances alone, use: import Data.Semigroup()
276.79 s
> |
276.79 s
> 44 | import Data.Semigroup (Semigroup(..))
276.79 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 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 )
276.79 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 )
276.79 s
> internal/Data/Attoparsec/ByteString/FastSet.hs:97:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
276.79 s
> In the use of ‘memset’
276.79 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
276.79 s
> Deprecated: "Use Foreign.Marshal.Utils.fillBytes instead"
276.79 s
> |
276.79 s
> 97 | _ <- I.memset t 0 32
276.79 s
> | ^^^^^^^^
276.79 s
>
276.79 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 )
276.79 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 )
276.79 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 )
276.79 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:62:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
276.79 s
> The import of ‘Data.Semigroup’ is redundant
276.79 s
> except perhaps to import instances from ‘Data.Semigroup’
276.79 s
> To import instances alone, use: import Data.Semigroup()
276.79 s
> |
276.79 s
> 62 | import Data.Semigroup (Semigroup(..))
276.79 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:121:11: warning : [ GHC-68441 ] [ -Wdeprecations ]
276.79 s
> In the use of ‘memcpy’
276.79 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
276.79 s
> Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
276.79 s
> |
276.79 s
> 121 | memcpy (ptr0 `plusPtr` (off0+len0))
276.79 s
> | ^^^^^^
276.79 s
>
276.79 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:132:13: warning : [ GHC-68441 ] [ -Wdeprecations ]
276.79 s
> In the use of ‘memcpy’
276.79 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
276.79 s
> Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
276.79 s
> |
276.79 s
> 132 | memcpy ptr (ptr0 `plusPtr` off0) (fromIntegral len0)
276.79 s
> | ^^^^^^
276.79 s
>
276.79 s
> internal/Data/Attoparsec/ByteString/Buffer.hs:133:13: warning : [ GHC-68441 ] [ -Wdeprecations ]
276.79 s
> In the use of ‘memcpy’
276.79 s
> (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
276.79 s
> Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
276.79 s
> |
276.79 s
> 133 | memcpy (ptr `plusPtr` len0) (ptr1 `plusPtr` off1)
276.79 s
> | ^^^^^^
276.79 s
>
276.79 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 )
276.79 s
> internal/Data/Attoparsec/Text/Buffer.hs:44:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
276.79 s
> The import of ‘Data.Semigroup’ is redundant
276.79 s
> except perhaps to import instances from ‘Data.Semigroup’
276.79 s
> To import instances alone, use: import Data.Semigroup()
276.79 s
> |
276.79 s
> 44 | import Data.Semigroup (Semigroup(..))
276.79 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 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 )
276.79 s
> Preprocessing library for attoparsec-0.14.4...
276.79 s
> Building library for attoparsec-0.14.4...
276.79 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 )
276.79 s
> Data/Attoparsec/Internal/Types.hs:28:53: warning : [ GHC-38856 ] [ -Wunused-imports ]
276.79 s
> The import of ‘<$>’ from module ‘Control.Applicative’ is redundant
276.79 s
> |
276.79 s
> 28 | import Control.Applicative as App (Applicative(..), (<$>) )
276.79 s
> | ^^^^^
276.79 s
>
276.79 s
> Data/Attoparsec/Internal/Types.hs:34:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
276.79 s
> The import of ‘Data.Semigroup’ is redundant
276.79 s
> except perhaps to import instances from ‘Data.Semigroup’
276.79 s
> To import instances alone, use: import Data.Semigroup()
276.79 s
> |
276.79 s
> 34 | import Data.Semigroup (Semigroup(..))
276.79 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 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 )
276.79 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 )
276.79 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 )
276.79 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 )
276.79 s
> Data/Attoparsec/Zepto.hs:46:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
276.79 s
> The import of ‘Data.Semigroup’ is redundant
276.79 s
> except perhaps to import instances from ‘Data.Semigroup’
276.79 s
> To import instances alone, use: import Data.Semigroup()
276.79 s
> |
276.79 s
> 46 | import Data.Semigroup (Semigroup(..))
276.79 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 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 )
276.79 s
> Data/Attoparsec/Combinator.hs:46:46: warning : [ GHC-38856 ] [ -Wunused-imports ]
276.79 s
> The import of ‘liftA2’
276.79 s
> from module ‘Control.Applicative’ is redundant
276.79 s
> |
276.79 s
> 46 | import Control.Applicative (Alternative(..), liftA2 , many, (<|>))
276.79 s
> | ^^^^^^
276.79 s
>
276.79 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 )
276.79 s
> Data/Attoparsec/Text/Internal.hs:68:36: warning : [ GHC-38856 ] [ -Wunused-imports ]
276.79 s
> The import of ‘*>, <$>, pure’
276.79 s
> from module ‘Control.Applicative’ is redundant
276.79 s
> |
276.79 s
> 68 | import Control.Applicative ((<|>), (<$>), pure, (*>) )
276.79 s
> | ^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 s
> Data/Attoparsec/Text/Internal.hs:91:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
276.79 s
> The use of ‘~’ without TypeOperators
276.79 s
> will become an error in a future GHC release.
276.79 s
> Suggested fix: Perhaps you intended to use TypeOperators
276.79 s
> |
276.79 s
> 91 | instance (a ~ Text) => IsString (Parser a) where
276.79 s
> | ^
276.79 s
>
276.79 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 )
276.79 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 )
276.79 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 )
276.79 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 )
276.79 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 )
276.79 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 )
276.79 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 )
276.79 s
> Data/Attoparsec/ByteString/Char8.hs:154:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
276.79 s
> The use of ‘~’ without TypeOperators
276.79 s
> will become an error in a future GHC release.
276.79 s
> Suggested fix: Perhaps you intended to use TypeOperators
276.79 s
> |
276.79 s
> 154 | instance (a ~ B.ByteString) => IsString (Parser a) where
276.79 s
> | ^
276.79 s
>
276.79 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 )
276.79 s
> [16 of 16] Compiling Data.Attoparsec ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.o, dist/build/Data/Attoparsec.dyn_o )
276.79 s
> [ 1 of 16] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.p_o )
276.79 s
> Data/Attoparsec/Internal/Types.hs:28:53: warning : [ GHC-38856 ] [ -Wunused-imports ]
276.79 s
> The import of ‘<$>’ from module ‘Control.Applicative’ is redundant
276.79 s
> |
276.79 s
> 28 | import Control.Applicative as App (Applicative(..), (<$>) )
276.79 s
> | ^^^^^
276.79 s
>
276.79 s
> Data/Attoparsec/Internal/Types.hs:34:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
276.79 s
> The import of ‘Data.Semigroup’ is redundant
276.79 s
> except perhaps to import instances from ‘Data.Semigroup’
276.79 s
> To import instances alone, use: import Data.Semigroup()
276.79 s
> |
276.79 s
> 34 | import Data.Semigroup (Semigroup(..))
276.79 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 s
> [ 2 of 16] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.p_o )
276.79 s
> [ 3 of 16] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.p_o )
276.79 s
> [ 4 of 16] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, dist/build/Data/Attoparsec/Types.p_o )
276.79 s
> [ 5 of 16] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.p_o )
276.79 s
> Data/Attoparsec/Zepto.hs:46:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
276.79 s
> The import of ‘Data.Semigroup’ is redundant
276.79 s
> except perhaps to import instances from ‘Data.Semigroup’
276.79 s
> To import instances alone, use: import Data.Semigroup()
276.79 s
> |
276.79 s
> 46 | import Data.Semigroup (Semigroup(..))
276.79 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 s
> [ 6 of 16] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.p_o )
276.79 s
> Data/Attoparsec/Combinator.hs:46:46: warning : [ GHC-38856 ] [ -Wunused-imports ]
276.79 s
> The import of ‘liftA2’
276.79 s
> from module ‘Control.Applicative’ is redundant
276.79 s
> |
276.79 s
> 46 | import Control.Applicative (Alternative(..), liftA2 , many, (<|>))
276.79 s
> | ^^^^^^
276.79 s
>
276.79 s
> [ 7 of 16] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.p_o )
276.79 s
> Data/Attoparsec/Text/Internal.hs:68:36: warning : [ GHC-38856 ] [ -Wunused-imports ]
276.79 s
> The import of ‘*>, <$>, pure’
276.79 s
> from module ‘Control.Applicative’ is redundant
276.79 s
> |
276.79 s
> 68 | import Control.Applicative ((<|>), (<$>), pure, (*>) )
276.79 s
> | ^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 s
> Data/Attoparsec/Text/Internal.hs:91:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
276.79 s
> The use of ‘~’ without TypeOperators
276.79 s
> will become an error in a future GHC release.
276.79 s
> Suggested fix: Perhaps you intended to use TypeOperators
276.79 s
> |
276.79 s
> 91 | instance (a ~ Text) => IsString (Parser a) where
276.79 s
> | ^
276.79 s
>
276.79 s
> [ 8 of 16] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.p_o )
276.79 s
> [ 9 of 16] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.p_o )
276.79 s
> [10 of 16] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.p_o )
276.79 s
> [11 of 16] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.p_o )
276.79 s
> [12 of 16] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, dist/build/Data/Attoparsec/ByteString/Lazy.p_o )
276.79 s
> [13 of 16] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.p_o )
276.79 s
> [14 of 16] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.p_o )
276.79 s
> Data/Attoparsec/ByteString/Char8.hs:154:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
276.79 s
> The use of ‘~’ without TypeOperators
276.79 s
> will become an error in a future GHC release.
276.79 s
> Suggested fix: Perhaps you intended to use TypeOperators
276.79 s
> |
276.79 s
> 154 | instance (a ~ B.ByteString) => IsString (Parser a) where
276.79 s
> | ^
276.79 s
>
276.79 s
> [15 of 16] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.p_o )
276.79 s
> [16 of 16] Compiling Data.Attoparsec ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.p_o )
276.79 s
> Preprocessing test suite 'attoparsec-tests' for attoparsec-0.14.4...
276.79 s
> Building test suite 'attoparsec-tests' for attoparsec-0.14.4...
276.79 s
> [ 1 of 12] Compiling QC.Common ( tests/QC/Common.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Common.o )
276.79 s
> [ 2 of 12] Compiling QC.Combinator ( tests/QC/Combinator.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Combinator.o )
276.79 s
> [ 3 of 12] Compiling QC.ByteString ( tests/QC/ByteString.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/ByteString.o )
276.79 s
> [ 4 of 12] Compiling QC.Buffer ( tests/QC/Buffer.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Buffer.o )
276.79 s
> [ 5 of 12] Compiling QC.IPv6.Types ( tests/QC/IPv6/Types.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/IPv6/Types.o )
276.79 s
> [ 6 of 12] Compiling QC.IPv6.Internal ( tests/QC/IPv6/Internal.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/IPv6/Internal.o )
276.79 s
> tests/QC/IPv6/Internal.hs:32:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
276.79 s
> The import of ‘Control.Monad’ is redundant
276.79 s
> except perhaps to import instances from ‘Control.Monad’
276.79 s
> To import instances alone, use: import Control.Monad()
276.79 s
> |
276.79 s
> 32 | import Control.Monad (replicateM)
276.79 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:34:27: warning : [ GHC-38856 ] [ -Wunused-imports ]
276.79 s
> The import of ‘isHexDigit, toLower’
276.79 s
> from module ‘Data.Char’ is redundant
276.79 s
> |
276.79 s
> 34 | import Data.Char (isDigit,isHexDigit,toLower )
276.79 s
> | ^^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:35:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
276.79 s
> The import of ‘Data.Monoid’ is redundant
276.79 s
> except perhaps to import instances from ‘Data.Monoid’
276.79 s
> To import instances alone, use: import Data.Monoid()
276.79 s
> |
276.79 s
> 35 | import Data.Monoid ((<>))
276.79 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:36:35: warning : [ GHC-38856 ] [ -Wunused-imports ]
276.79 s
> The import of ‘<*’ from module ‘Control.Applicative’ is redundant
276.79 s
> |
276.79 s
> 36 | import Control.Applicative ((<|>),(<*) )
276.79 s
> | ^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:38:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
276.79 s
> The import of ‘Data.Word’ is redundant
276.79 s
> except perhaps to import instances from ‘Data.Word’
276.79 s
> To import instances alone, use: import Data.Word()
276.79 s
> |
276.79 s
> 38 | import Data.Word (Word32)
276.79 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:46:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
276.79 s
> Top-level binding with no type signature: tok0 :: T.Text
276.79 s
> |
276.79 s
> 46 | tok0 = "0"
276.79 s
> | ^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:68:36: warning : [ GHC-40910 ] [ -Wunused-matches ]
276.79 s
> Defined but not used: ‘tok1’
276.79 s
> |
276.79 s
> 68 | isIPv6Addr [DoubleColon,SixteenBit tok1 ] = True
276.79 s
> | ^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:77:17: warning : [ GHC-18042 ] [ -Wtype-defaults ]
276.79 s
> • Defaulting the type variable ‘a0’ to type ‘Integer’ in the following constraints
276.79 s
> (Eq a0)
276.79 s
> arising from the literal ‘0’ at tests/QC/IPv6/Internal.hs:77:17
276.79 s
> (Num a0)
276.79 s
> arising from the literal ‘0’ at tests/QC/IPv6/Internal.hs:77:17
276.79 s
> (Num a0)
276.79 s
> arising from a use of ‘oneMoreIPv4Addr’
276.79 s
> at tests/QC/IPv6/Internal.hs:109:23-37
276.79 s
> (Eq a0)
276.79 s
> arising from a use of ‘==’ at tests/QC/IPv6/Internal.hs:221:45-46
276.79 s
> (Num a0)
276.79 s
> arising from the literal ‘1’ at tests/QC/IPv6/Internal.hs:221:48
276.79 s
> • In the pattern: 0
276.79 s
> In a case alternative:
276.79 s
> 0 -> case lasttk of
276.79 s
> SixteenBit _ -> lenconst
276.79 s
> DoubleColon -> lenconst
276.79 s
> AllZeros -> lenconst
276.79 s
> _ -> False
276.79 s
> In the second argument of ‘(&&)’, namely
276.79 s
> ‘(case countIPv4Addr tks of
276.79 s
> 0 -> case lasttk of
276.79 s
> SixteenBit _ -> lenconst
276.79 s
> DoubleColon -> lenconst
276.79 s
> AllZeros -> lenconst
276.79 s
> _ -> False
276.79 s
> 1 -> case lasttk of
276.79 s
> IPv4Addr _
276.79 s
> -> (lentks == 13 && cdctks == 0) || (lentks < 12 && cdctks == 1)
276.79 s
> _ -> False
276.79 s
> otherwise -> False)’
276.79 s
> |
276.79 s
> 77 | 0 -> case lasttk of
276.79 s
> | ^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:85:17: warning : [ GHC-40910 ] [ -Wunused-matches ]
276.79 s
> Defined but not used: ‘otherwise’
276.79 s
> |
276.79 s
> 85 | otherwise -> False))
276.79 s
> | ^^^^^^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:85:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
276.79 s
> This binding for ‘otherwise’ shadows the existing binding
276.79 s
> imported from ‘Prelude’ at tests/QC/IPv6/Internal.hs:16:8-23
276.79 s
> (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
276.79 s
> |
276.79 s
> 85 | otherwise -> False))
276.79 s
> | ^^^^^^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:89:29: warning : [ GHC-63394 ] [ -Wx-partial ]
276.79 s
> In the use of ‘head’
276.79 s
> (imported from Prelude, but defined in GHC.Internal.List):
276.79 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"."
276.79 s
> |
276.79 s
> 89 | let h = head ts
276.79 s
> | ^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:101:26: warning : [ GHC-63394 ] [ -Wx-partial ]
276.79 s
> In the use of ‘head’
276.79 s
> (imported from Prelude, but defined in GHC.Internal.List):
276.79 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"."
276.79 s
> |
276.79 s
> 101 | case head l of
276.79 s
> | ^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:107:17: warning : [ GHC-40910 ] [ -Wunused-local-binds ]
276.79 s
> Defined but not used: ‘tok1’
276.79 s
> |
276.79 s
> 107 | tok1 = "1"
276.79 s
> | ^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:107:24: warning : [ GHC-18042 ] [ -Wtype-defaults ]
276.79 s
> • Defaulting the type variable ‘a0’ to type ‘String’ in the following constraint
276.79 s
> ghc-internal-9.1003.0:GHC.Internal.Data.String.IsString a0
276.79 s
> arising from the literal ‘"1"’
276.79 s
> • In the expression: "1"
276.79 s
> In an equation for ‘tok1’: tok1 = "1"
276.79 s
> In an equation for ‘isIPv6Addr’:
276.79 s
> isIPv6Addr tks
276.79 s
> = diffNext tks
276.79 s
> &&
276.79 s
> (do let cdctks = countDoubleColon tks
276.79 s
> let lentks = length tks
276.79 s
> let lasttk = last tks
276.79 s
> let lenconst
276.79 s
> = (lentks == 15 && cdctks == 0) || (lentks < 15 && cdctks == 1)
276.79 s
> ....)
276.79 s
> where
276.79 s
> diffNext [] = False
276.79 s
> diffNext [_] = True
276.79 s
> diffNext (t : ts)
276.79 s
> = do let ...
276.79 s
> ....
276.79 s
> firstValidToken l
276.79 s
> = case head l of
276.79 s
> SixteenBit _ -> True
276.79 s
> DoubleColon -> True
276.79 s
> AllZeros -> True
276.79 s
> _ -> False
276.79 s
> countDoubleColon l = length $ elemIndices DoubleColon l
276.79 s
> tok1 = "1"
276.79 s
> |
276.79 s
> 107 | tok1 = "1"
276.79 s
> | ^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:109:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
276.79 s
> Top-level binding with no type signature:
276.79 s
> countIPv4Addr :: [IPv6AddrToken] -> Integer
276.79 s
> |
276.79 s
> 109 | countIPv4Addr = foldr oneMoreIPv4Addr 0
276.79 s
> | ^^^^^^^^^^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:113:31: warning : [ GHC-40910 ] [ -Wunused-matches ]
276.79 s
> Defined but not used: ‘otherwise’
276.79 s
> |
276.79 s
> 113 | otherwise -> c
276.79 s
> | ^^^^^^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:113:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
276.79 s
> This binding for ‘otherwise’ shadows the existing binding
276.79 s
> imported from ‘Prelude’ at tests/QC/IPv6/Internal.hs:16:8-23
276.79 s
> (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
276.79 s
> |
276.79 s
> 113 | otherwise -> c
276.79 s
> | ^^^^^^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:145:5: warning : [ GHC-62161 ] [ -Wincomplete-patterns ]
276.79 s
> Pattern match(es) are non-exhaustive
276.79 s
> In a case alternative:
276.79 s
> Patterns of type ‘IResult T.Text [IPv6AddrToken]’ not matched:
276.79 s
> Partial _
276.79 s
> |
276.79 s
> 145 | case readText s of
276.79 s
> | ^^^^^^^^^^^^^^^^^^...
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:149:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
276.79 s
> This binding for ‘s’ shadows the existing binding
276.79 s
> bound at tests/QC/IPv6/Internal.hs:144:21
276.79 s
> |
276.79 s
> 149 | readText s = feed (parse (many1 $ ipv4Addr <|> sixteenBit <|> doubleColon <|> colon) s) T.empty
276.79 s
> | ^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:212:55: warning : [ GHC-63394 ] [ -Wx-partial ]
276.79 s
> In the use of ‘tail’
276.79 s
> (imported from Prelude, but defined in GHC.Internal.List):
276.79 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"."
276.79 s
> |
276.79 s
> 212 | let snds = if not (null (snd s)) then tail (snd s) else []
276.79 s
> | ^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:219:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
276.79 s
> This binding for ‘x’ shadows the existing binding
276.79 s
> bound at tests/QC/IPv6/Internal.hs:218:42
276.79 s
> |
276.79 s
> 219 | ntks tks - foldl (\c x -> if (x /= DoubleColon) && (x /= Colon) then c+1 else c) 0 x
276.79 s
> | ^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:221:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
276.79 s
> This binding for ‘tks’ shadows the existing binding
276.79 s
> bound at tests/QC/IPv6/Internal.hs:207:17
276.79 s
> |
276.79 s
> 221 | ntks tks = if countIPv4Addr tks == 1 then 7 else 8
276.79 s
> | ^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:242:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
276.79 s
> This binding for ‘t’ shadows the existing binding
276.79 s
> bound at tests/QC/IPv6/Internal.hs:235:23
276.79 s
> |
276.79 s
> 242 | where longest t = case t of
276.79 s
> | ^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:247:21: warning : [ GHC-63394 ] [ -Wx-partial ]
276.79 s
> In the use of ‘head’
276.79 s
> (imported from Prelude, but defined in GHC.Internal.List):
276.79 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"."
276.79 s
> |
276.79 s
> 247 | helper h = (head h == AllZeros, lh) where lh = length h
276.79 s
> | ^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:298:12: warning : [ GHC-18042 ] [ -Wtype-defaults ]
276.79 s
> • Defaulting the type variable ‘a0’ to type ‘Integer’ in the following constraints
276.79 s
> (Integral a0)
276.79 s
> arising from a use of ‘R.decimal’
276.79 s
> at tests/QC/IPv6/Internal.hs:298:12-20
276.79 s
> (Ord a0)
276.79 s
> arising from a use of ‘<’ at tests/QC/IPv6/Internal.hs:299:39
276.79 s
> (Num a0)
276.79 s
> arising from the literal ‘256’
276.79 s
> at tests/QC/IPv6/Internal.hs:299:41-43
276.79 s
> (Show a0)
276.79 s
> arising from a use of ‘show’ at tests/QC/IPv6/Internal.hs:299:59-62
276.79 s
> • In the expression: R.decimal ds
276.79 s
> In a stmt of a 'do' block:
276.79 s
> case R.decimal ds of
276.79 s
> Right (n, _)
276.79 s
> -> return (if n < 256 then T.pack $ show n else T.empty)
276.79 s
> Left _ -> return T.empty
276.79 s
> In the expression:
276.79 s
> do ds <- takeWhile1 isDigit
276.79 s
> case R.decimal ds of
276.79 s
> Right (n, _)
276.79 s
> -> return (if n < 256 then T.pack $ show n else T.empty)
276.79 s
> Left _ -> return T.empty
276.79 s
> |
276.79 s
> 298 | case R.decimal ds of
276.79 s
> | ^^^^^^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:304:5: warning : [ GHC-81995 ] [ -Wunused-do-bind ]
276.79 s
> A do-notation statement discarded a result of type ‘T.Text’
276.79 s
> Suggested fix: Suppress this warning by saying ‘_ <- string "::"’
276.79 s
> |
276.79 s
> 304 | string "::"
276.79 s
> | ^^^^^^^^^^^
276.79 s
>
276.79 s
> tests/QC/IPv6/Internal.hs:309:5: warning : [ GHC-81995 ] [ -Wunused-do-bind ]
276.79 s
> A do-notation statement discarded a result of type ‘T.Text’
276.79 s
> Suggested fix: Suppress this warning by saying ‘_ <- string ":"’
276.79 s
> |
276.79 s
> 309 | string ":"
276.79 s
> | ^^^^^^^^^^
276.79 s
>
276.79 s
> [ 7 of 12] Compiling QC.Rechunked ( tests/QC/Rechunked.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Rechunked.o )
276.79 s
> [ 8 of 12] Compiling QC.Simple ( tests/QC/Simple.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Simple.o )
276.79 s
> tests/QC/Simple.hs:10:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
276.79 s
> The import of ‘Data.List’ is redundant
276.79 s
> except perhaps to import instances from ‘Data.List’
276.79 s
> To import instances alone, use: import Data.List()
276.79 s
> |
276.79 s
> 10 | import Data.List (foldl')
276.79 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 s
> [ 9 of 12] Compiling QC.Text.FastSet ( tests/QC/Text/FastSet.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text/FastSet.o )
276.79 s
> [10 of 12] Compiling QC.Text.Regressions ( tests/QC/Text/Regressions.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text/Regressions.o )
276.79 s
> tests/QC/Text/Regressions.hs:9:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
276.79 s
> The import of ‘Data.List’ is redundant
276.79 s
> except perhaps to import instances from ‘Data.List’
276.79 s
> To import instances alone, use: import Data.List()
276.79 s
> |
276.79 s
> 9 | import Data.List (foldl')
276.79 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 s
> tests/QC/Text/Regressions.hs:12:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
276.79 s
> The import of ‘Data.Monoid’ is redundant
276.79 s
> except perhaps to import instances from ‘Data.Monoid’
276.79 s
> To import instances alone, use: import Data.Monoid()
276.79 s
> |
276.79 s
> 12 | import Data.Monoid ((<>))
276.79 s
> | ^^^^^^^^^^^^^^^^^^^^^^^^^
276.79 s
>
276.79 s
> [11 of 12] Compiling QC.Text ( tests/QC/Text.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text.o )
276.79 s
> [12 of 12] Compiling Main ( tests/QC.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/Main.o )
276.79 s
> [13 of 13] Linking dist/build/attoparsec-tests/attoparsec-tests
276.79 s
> buildPhase completed in 1 minutes 2 seconds
276.79 s
> Running phase: checkPhase
276.79 s
> Running 1 test suites...
276.79 s
> Test suite attoparsec-tests: RUNNING...
276.79 s
> tests
276.79 s
> bs
276.79 s
> anyWord8: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> endOfInput: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> endOfLine: OK
276.79 s
> +++ OK, failed as expected. Falsified, Falsified (after 2 tests and 1 shrink):
276.79 s
> "\NUL"
276.79 s
> '\NUL' /= '\n'
276.79 s
>
276.79 s
> ('\NUL',Nothing) /= ('\r',Just '\n')
276.79 s
> notWord8: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> peekWord8: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> peekWord8': OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> satisfy: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> satisfyWith: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> scan: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> skip: OK
276.79 s
> +++ OK, failed as expected. Falsified (after 2 tests and 1 shrink):
276.79 s
> 0
276.79 s
> "\NUL"
276.79 s
> not (0 < 0)
276.79 s
> skipWhile: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> string: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> stringCI: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> strings: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> take: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> takeByteString: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> takeCount: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> takeLazyByteString: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> takeTill: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> takeWhile: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> takeWhile1: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> takeWhile1_empty: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> takeWhileIncluding: OK
276.79 s
> +++ OK, passed 100 tests; 1 discarded.
276.79 s
> getChunk: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> word8: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> members: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> nonmembers: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> buf
276.79 s
> b_unbuffer: OK (0.02s)
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> t_unbuffer: OK (0.01s)
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> t_unbuffer_three: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> b_length: OK (0.02s)
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> t_length: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> b_unsafeIndex: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> t_iter: FAIL (0.01s)
276.79 s
> *** Failed! Falsified, Falsified (after 33 tests and 60 shrinks):
276.79 s
> BP ["\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL","\NUL\NUL\NUL\NUL\65536\2048\NUL\NUL\NUL\NUL\NUL\65536\NUL\NUL\2049"] "\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\65536\2048\NUL\NUL\NUL\NUL\NUL\65536\NUL\NUL\2049" "\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\65536\2048\NUL\NUL\NUL\NUL\NUL\65536\NUL\NUL\2049"
276.79 s
> 34 /= 0
276.79 s
>
276.79 s
> ('\-4080',2) /= ('\-4106',2)
276.79 s
>
276.79 s
> Use --quickcheck-replay="(SMGen 17481284348911563638 2141117033107791273,32)" to reproduce.
276.79 s
> Use -p '$0=="tests.buf.t_iter"' to rerun this test only.
276.79 s
> t_iter_: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> b_unsafeDrop: OK (0.01s)
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> t_dropCodeUnits: OK (0.01s)
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> combinator
276.79 s
> choice: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> count: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> lookAhead: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> match: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> simple
276.79 s
> issue75: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> text
276.79 s
> anyChar: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> asciiCI: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> char: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> endOfInput: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> endOfLine: OK
276.79 s
> +++ OK, failed as expected. Falsified, Falsified (after 3 tests and 2 shrinks):
276.79 s
> "\NUL"
276.79 s
> '\NUL' /= '\n'
276.79 s
>
276.79 s
> ('\NUL',Nothing) /= ('\r',Just '\n')
276.79 s
> notChar: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> peekChar: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> peekChar': OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> satisfy: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> satisfyWith: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> scan: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> skip: OK
276.79 s
> +++ OK, failed as expected. Falsified (after 5 tests and 13 shrinks):
276.79 s
> 'a'
276.79 s
> "a"
276.79 s
> not ('a' < 'a')
276.79 s
> skipWhile: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> string: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> strings: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> stringCI: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> take: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> takeText: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> takeCount: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> takeLazyText: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> takeTill: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> takeWhile: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> takeWhile1: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> takeWhile1_empty: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> members: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> nonmembers: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> FastSet
276.79 s
> membership is correct: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
> Regressions
276.79 s
> issue105: OK
276.79 s
> +++ OK, passed 100 tests.
276.79 s
>
276.79 s
> 1 out of 70 tests failed (0.19s)
276.79 s
> Test suite attoparsec-tests: FAIL
276.79 s
> Test suite logged to: dist/test/attoparsec-0.14.4-attoparsec-tests.log
276.79 s
> 0 of 1 test suites (0 of 1 test cases) passed.
276.79 s
For full logs, run:
276.79 s
nix log /nix/store/93bwhazi0qhls4zj7g3nqqfljv9j6z0l-attoparsec-0.14.4.drv
276.79 s
error: Cannot build '/nix/store/1kjq4jc8rfkgpxdilg82jqih4i4swjaz-aeson-pretty-0.8.10.drv '.
276.79 s
Reason: 1 dependency failed .
276.79 s
Output paths:
276.79 s
/nix/store/kbkrnykg1c460mbfy5wlzwa3q3i6rnfj-aeson-pretty-0.8.10-doc
276.79 s
/nix/store/y2035j4i1j5nlh3hh69z425zw38fgw4z-aeson-pretty-0.8.10
276.79 s
error: Cannot build '/nix/store/7d2vbb16l6g70blwjdczj35ynpxayv37-attoparsec-aeson-2.2.2.0.drv '.
276.79 s
Reason: 1 dependency failed .
276.79 s
Output paths:
276.79 s
/nix/store/a5jw5p3j8izh4hkxpawngxdr2kvrlpd0-attoparsec-aeson-2.2.2.0
276.79 s
/nix/store/lr19gnlv3y4g59s4s507xfh0lvrb3y24-attoparsec-aeson-2.2.2.0-doc
276.79 s
error: Cannot build '/nix/store/1n52mfsy087gnip68hbq0snhabg0bzny-cassava-0.5.4.1.drv '.
276.79 s
Reason: 1 dependency failed .
276.79 s
Output paths:
276.79 s
/nix/store/fif6j2wfmas2afgpixb850mh17h2b4yn-cassava-0.5.4.1
276.79 s
/nix/store/kvl1x42cf2f0sv8ij80m4k0pkmqq9586-cassava-0.5.4.1-doc
276.79 s
error: Cannot build '/nix/store/smv4ylim408jksd10hdvfsb2gkygr9wi-conduit-extra-1.3.8.drv '.
276.79 s
Reason: 1 dependency failed .
276.79 s
Output paths:
276.79 s
/nix/store/1kjygxmhinq030sd4y9q6gq0r41l0p1y-conduit-extra-1.3.8-doc
276.79 s
/nix/store/yvhicmfzjiyjkfr2a3s13g3nmijpvcby-conduit-extra-1.3.8
276.79 s
error: Cannot build '/nix/store/5hz4rfvni2k2jxqzll7ag4zc33x43n1q-frontmatter-0.1.0.2.drv '.
276.79 s
Reason: 1 dependency failed .
276.79 s
Output paths:
276.79 s
/nix/store/22pf470xkadaw2qkvjjxmm91fwkrspjz-frontmatter-0.1.0.2-doc
276.79 s
/nix/store/cv3x2np3ajnnj91wymjca9g9lxpp4fxq-frontmatter-0.1.0.2
276.79 s
error: Cannot build '/nix/store/xwr3xjqc9faa0ld0ara688pkbyvmis07-hspec-attoparsec-0.1.0.2.drv '.
276.79 s
Reason: 1 dependency failed .
276.79 s
Output paths:
276.79 s
/nix/store/davdvrkx2ggbhyb2rs5z7hngkx3hyrw6-hspec-attoparsec-0.1.0.2-doc
276.79 s
/nix/store/fhsf3bww666xngpqzxly8n8h4i3106r3-hspec-attoparsec-0.1.0.2
276.79 s
error: Cannot build '/nix/store/fizx9qkslqnj0dh8miiy62a4i3sh35kb-http-date-0.0.11.drv '.
276.79 s
Reason: 1 dependency failed .
276.79 s
Output paths:
276.79 s
/nix/store/25sjwri9dix4l8h7ig1zvfzpm3l8n7zn-http-date-0.0.11-doc
276.79 s
/nix/store/gk9bbhyv5qqjf1fmngadybyf71b1x35v-http-date-0.0.11
276.79 s
error: Cannot build '/nix/store/kn9kj6pafvh59asnh6pq9hnwlvk6xr9w-http-link-header-1.2.3.drv '.
276.79 s
Reason: 1 dependency failed .
276.79 s
Output paths:
276.79 s
/nix/store/88fmwgvgxmafp0rgw2b7yzbwv1lgxaak-http-link-header-1.2.3
276.79 s
/nix/store/h8chc08287zwp8n1gkcv7r48qib4ywgp-http-link-header-1.2.3-doc
276.79 s
error: Cannot build '/nix/store/smw2vbklhiawkly3q4n27d02wwfh5zgm-lsp-2.7.0.1.drv '.
276.79 s
Reason: 1 dependency failed .
276.79 s
Output paths:
276.79 s
/nix/store/giyzc1iwnwyv83qz7fw9x6mjgbqiv9p5-lsp-2.7.0.1
276.79 s
/nix/store/njy59qw4x0dy4fxp0ijbwris38w43pl5-lsp-2.7.0.1-doc
276.79 s
error: Cannot build '/nix/store/0pgy8dhwqwfiz607lh3nacy4pr9f1sy4-servant-0.20.3.0.drv '.
276.79 s
Reason: 1 dependency failed .
276.79 s
Output paths:
276.79 s
/nix/store/nrazd03b2ilwpc1fzzjzfhgm3npjhyk3-servant-0.20.3.0
276.79 s
/nix/store/nrn4v99f638v3hg18abs22ws5v54w78b-servant-0.20.3.0-doc
276.79 s
error: Cannot build '/nix/store/fc2cdsih48zd3dibybndgigkmm40xk3c-servant-client-core-0.20.3.0.drv '.
276.79 s
Reason: 1 dependency failed .
276.79 s
Output paths:
276.79 s
/nix/store/1g9l2facpr2q00r875156a83cb3kl7fd-servant-client-core-0.20.3.0-doc
276.79 s
/nix/store/apqkhiajvgv2afwh325pja5zfzdd4729-servant-client-core-0.20.3.0
276.79 s
error: Cannot build '/nix/store/l6xlrzymssj7arbk0ayi7ysdv3qsqxgf-sqlite-simple-0.4.19.0.drv '.
276.79 s
Reason: 1 dependency failed .
276.79 s
Output paths:
276.79 s
/nix/store/6rz7d75nh7vl5cpfl3kgnd76lhw01q5n-sqlite-simple-0.4.19.0-doc
276.79 s
/nix/store/n2f2d92g59pl7qg772ckh23lhiqjkvxs-sqlite-simple-0.4.19.0
276.79 s
error: Cannot build '/nix/store/zm9qkfr7sv3xv4811mx5lp3khp63mh46-unison-cli-0.0.0.drv '.
276.79 s
Reason: 1 dependency failed .
276.79 s
Output paths:
276.79 s
/nix/store/72x2d7582qapwg4dphwmkdz8f6jkks04-unison-cli-0.0.0
276.79 s
/nix/store/dhpn16lgqn048zx2lg8n5z0h3w7h0dhr-unison-cli-0.0.0-doc
276.79 s
error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30010" : Device or resource busy
276.84 s
warning: killing stray builder process 49784 (bash -e /nix/store/l622p70vy8k5sh7y5wizi5f2mic6ynpg-source-stdenv.sh /nix/store/shkw4qm9qcw5sc5n1k5jznc83ny02r39-default-builder.sh)...
276.85 s
error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30016" : Device or resource busy
277.00 s
error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30013" : Device or resource busy
277.06 s
error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30015" : Device or resource busy
277.17 s
error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30002" : Device or resource busy
277.32 s
warning: killing stray builder process 55025 ()...
277.33 s
error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30001" : Device or resource busy
277.47 s
warning: killing stray builder process 43479 (bash -e /nix/store/l622p70vy8k5sh7y5wizi5f2mic6ynpg-source-stdenv.sh /nix/store/shkw4qm9qcw5sc5n1k5jznc83ny02r39-default-builder.sh)...
277.48 s
error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30018" : Device or resource busy
277.54 s
error: Cannot build '/nix/store/82a0172638s4ppydvmi876y732fbjn7i-wai-cors-0.2.7.drv '.
277.54 s
Reason: 1 dependency failed .
277.54 s
Output paths:
277.54 s
/nix/store/6vs2df599y0w6vsmvpaz9n7h53sdq524-wai-cors-0.2.7
277.54 s
/nix/store/8wdd4svrlnx3dn85wn0p70d6w6z1m5qh-wai-cors-0.2.7-data
277.54 s
/nix/store/i1zrdvpl12vsy9lmdy477yfaj1gyz7gl-wai-cors-0.2.7-doc
277.54 s
error: Cannot build '/nix/store/5qr5b8dps415b2kcygar0knzqjc8z606-websockets-0.13.0.0.drv '.
277.54 s
Reason: 1 dependency failed .
277.54 s
Output paths:
277.54 s
/nix/store/0zpsksvp1rlk5ianyb7vn6hg66c9i417-websockets-0.13.0.0
277.54 s
/nix/store/f1pv4scq6ngcw1cfdwswqvj25n9vdsc6-websockets-0.13.0.0-doc
277.54 s
error: Cannot build '/nix/store/8ypvpfd79qjwi3hyzarvdkviaydgh8jx-yaml-0.11.11.2.drv '.
277.54 s
Reason: 1 dependency failed .
277.54 s
Output paths:
277.54 s
/nix/store/02slwfj26wq1p5gh8m9f4m1jdbjlfkfm-yaml-0.11.11.2
277.54 s
/nix/store/lxxkh32kw97ziiafl6v1f7xdjmyfzpbv-yaml-0.11.11.2-doc
277.54 s
error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30012" : Device or resource busy
277.59 s
error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30020" : Device or resource busy
277.64 s
error: Build failed due to failed dependency
277.64 s
error: Cannot build '/nix/store/0q3ik0v7fh0j9prm857a4c71n1xzasb9-unison-cli-main-0.0.0.drv '.
277.64 s
Reason: 1 dependency failed .
277.64 s
Output paths:
277.64 s
/nix/store/9s5djcpv4hdz9kwddyci79lvfp11jl4c-unison-cli-main-0.0.0-doc
277.64 s
/nix/store/fr206cawxzk4liy6cj14c2c763s0y41l-unison-cli-main-0.0.0
277.65 s
Build failed due to failed dependency
277.71 s
Build failed.