2281.43 s
[safe-exceptions] async/async [✔]
2281.43 s
[safe-exceptions] finally
2281.43 s
[safe-exceptions] sync/sync [✔]
2281.43 s
[safe-exceptions] async/sync [✔]
2281.43 s
[safe-exceptions] async/async [✔]
2281.43 s
[safe-exceptions] bracketOnError_
2281.43 s
[safe-exceptions] sync/sync [✔]
2281.43 s
[safe-exceptions] async/sync [✔]
2281.43 s
[safe-exceptions] async/async [✔]
2281.43 s
[safe-exceptions] deepseq
2281.43 s
[safe-exceptions] catchAnyDeep
2281.43 s
[safe-exceptions] arithmetic overflow [✔]
2281.43 s
[safe-exceptions] thread killed [✔]
2281.43 s
[safe-exceptions] <<timeout>> [✔]
2281.43 s
[safe-exceptions] thread blocked indefinitely in an MVar operation [✔]
2281.43 s
[safe-exceptions] thread blocked indefinitely in an STM transaction [✔]
2281.43 s
[safe-exceptions] handleAnyDeep
2281.43 s
[safe-exceptions] arithmetic overflow [✔]
2281.43 s
[safe-exceptions] thread killed [✔]
2281.43 s
[safe-exceptions] <<timeout>> [✔]
2281.43 s
[safe-exceptions] thread blocked indefinitely in an MVar operation [✔]
2281.44 s
[safe-exceptions] thread blocked indefinitely in an STM transaction [✔]
2281.44 s
[safe-exceptions] tryAnyDeep
2281.44 s
[safe-exceptions] arithmetic overflow [✔]
2281.44 s
[safe-exceptions] thread killed [✔]
2281.44 s
[safe-exceptions] <<timeout>> [✔]
2281.44 s
[safe-exceptions] thread blocked indefinitely in an MVar operation [✔]
2281.44 s
[safe-exceptions] thread blocked indefinitely in an STM transaction [✔]
2281.44 s
[safe-exceptions] catchesDeep
2281.44 s
[safe-exceptions] arithmetic overflow [✔]
2281.44 s
[safe-exceptions] thread killed [✔]
2281.44 s
[safe-exceptions] <<timeout>> [✔]
2281.44 s
[safe-exceptions] thread blocked indefinitely in an MVar operation [✔]
2281.44 s
[safe-exceptions] thread blocked indefinitely in an STM transaction [✔]
2281.44 s
[safe-exceptions] catchJust
2281.44 s
[safe-exceptions] catches a selected exception [✔]
2281.44 s
[safe-exceptions] re-raises a selection that is passed on [✔]
2281.44 s
[safe-exceptions] throwString
2281.44 s
[safe-exceptions] is a StringException [✔]
2281.44 s
[safe-exceptions] bracketWithError
2281.44 s
[safe-exceptions] should prioritize exceptions from thing [✔]
2281.44 s
[safe-exceptions] should lift through ExceptT [✔]
2281.45 s
[safe-exceptions]
2281.45 s
[safe-exceptions] Finished in 0.0420 seconds
2281.45 s
[safe-exceptions] 70 examples, 0 failures
2281.45 s
[safe-exceptions] Test suite safe-exceptions-test: PASS
2281.45 s
[safe-exceptions] Test suite logged to:
2281.45 s
[safe-exceptions] dist/test/safe-exceptions-0.1.7.4-safe-exceptions-test.log
2281.45 s
[safe-exceptions] 1 of 1 test suites (1 of 1 test cases) passed.
2281.45 s
[safe-exceptions] Phase: haddockPhase
2281.45 s
[safe-exceptions] Preprocessing library for safe-exceptions-0.1.7.4..
2281.45 s
[safe-exceptions] Running Haddock on library for safe-exceptions-0.1.7.4..
2281.45 s
[safe-exceptions] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2281.45 s
[safe-exceptions] 100% ( 66 / 66) in 'Control.Exception.Safe'
2281.45 s
[stringbuilder] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2281.45 s
[stringbuilder] 85% ( 6 / 7) in 'Data.String.Builder'
2281.45 s
[stringbuilder] Missing documentation for:
2281.45 s
[stringbuilder] Builder (src/Data/String/Builder.hs:42)
2281.45 s
[stringbuilder]
2281.45 s
[stringbuilder] src/Data/String/Builder.hs:24:1: warning : [ -Wunused-imports ]
2281.45 s
[stringbuilder] The import of ‘Control.Applicative’ is redundant
2281.45 s
[stringbuilder] except perhaps to import instances from ‘Control.Applicative’
2281.45 s
[stringbuilder] To import instances alone, use: import Control.Applicative()
2281.45 s
[stringbuilder] |
2281.45 s
[stringbuilder] 24 | import Control.Applicative
2281.45 s
[stringbuilder] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2281.45 s
[stringbuilder]
2281.45 s
[stringbuilder] src/Data/String/Builder.hs:26:1: warning : [ -Wunused-imports ]
2281.45 s
[stringbuilder] The import of ‘Data.Monoid’ is redundant
2281.45 s
[stringbuilder] except perhaps to import instances from ‘Data.Monoid’
2281.45 s
[stringbuilder] To import instances alone, use: import Data.Monoid()
2281.45 s
[stringbuilder] |
2281.45 s
[stringbuilder] 26 | import Data.Monoid
2281.45 s
[stringbuilder] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2281.45 s
[stringbuilder]
2281.45 s
[stringbuilder] src/Data/String/Builder.hs:34:3: warning : [ -Wnoncanonical-monad-instances ]
2281.45 s
[stringbuilder] Noncanonical ‘pure = return’ definition detected
2281.45 s
[stringbuilder] in the instance declaration for ‘Applicative BuilderM’.
2281.45 s
[stringbuilder] Move definition from ‘return’ to ‘pure’
2281.46 s
[stringbuilder] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2281.46 s
[stringbuilder] |
2281.46 s
[stringbuilder] 34 | pure = return
2281.46 s
[stringbuilder] | ^^^^^^^^^^^^^
2281.46 s
[stringbuilder]
2281.46 s
[stringbuilder] src/Data/String/Builder.hs:38:3: warning : [ -Wnoncanonical-monad-instances ]
2281.46 s
[stringbuilder] Noncanonical ‘return’ definition detected
2281.46 s
[stringbuilder] in the instance declaration for ‘Monad BuilderM’.
2281.46 s
[stringbuilder] ‘return’ will eventually be removed in favour of ‘pure’
2281.46 s
[stringbuilder] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2281.46 s
[stringbuilder] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2281.46 s
[stringbuilder] |
2281.46 s
[stringbuilder] 38 | return a = BuilderM a id
2281.46 s
[stringbuilder] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2281.46 s
[stringbuilder]
2281.46 s
[stringbuilder] src/Data/String/Builder.hs:57:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2281.46 s
[stringbuilder] The use of ‘~’ without TypeOperators
2281.46 s
[stringbuilder] will become an error in a future GHC release.
2281.46 s
[stringbuilder] Suggested fix: Perhaps you intended to use TypeOperators
2281.46 s
[stringbuilder] |
2281.46 s
[stringbuilder] 57 | instance (a ~ ()) => IsString (BuilderM a) where
2281.46 s
[stringbuilder] | ^
2281.46 s
[stringbuilder] Documentation created: dist/doc/html/stringbuilder/index.html,
2281.46 s
[stringbuilder] dist/doc/html/stringbuilder/stringbuilder.txt
2281.46 s
[stringbuilder] Preprocessing test suite 'spec' for stringbuilder-0.5.1..
2281.46 s
[stringbuilder] Phase: installPhase
2281.46 s
[stringbuilder] Installing library in /nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/stringbuilder-0.5.1-CnQK9Z884Cn7KxKMfy7oUg
2281.46 s
[stringbuilder] Phase: fixupPhase
2281.46 s
[stringbuilder] shrinking RPATHs of ELF executables and libraries in /nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1
2281.46 s
[stringbuilder] shrinking /nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSstringbuilder-0.5.1-CnQK9Z884Cn7KxKMfy7oUg-ghc9.6.4.so
2281.46 s
[stringbuilder] checking for references to /build/ in /nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1...
2281.46 s
[stringbuilder] patching script interpreter paths in /nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1
2281.46 s
[stringbuilder] stripping (with command strip and flags -S -p) in /nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1/lib
2281.47 s
[syb] Documentation created: dist/doc/html/syb/index.html, dist/doc/html/syb/syb.txt
2281.47 s
[syb] Preprocessing test suite 'unit-tests' for syb-0.7.2.4..
2281.47 s
[syb] Phase: installPhase
2281.47 s
[syb] Installing library in /nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2281.47 s
[syb] Phase: fixupPhase
2281.47 s
[syb] shrinking RPATHs of ELF executables and libraries in /nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4
2281.47 s
[syb] shrinking /nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSsyb-0.7.2.4-G15F1JXeN9i1JxpAeormux-ghc9.6.4.so
2281.47 s
[syb] checking for references to /build/ in /nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4...
2281.47 s
[syb] patching script interpreter paths in /nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4
2281.47 s
[syb] stripping (with command strip and flags -S -p) in /nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4/lib
2281.47 s
[syb] shrinking RPATHs of ELF executables and libraries in /nix/store/2038x12b5z1j2v84y7j7qpjc9ia1zwdx-syb-0.7.2.4-doc
2281.47 s
[syb] checking for references to /build/ in /nix/store/2038x12b5z1j2v84y7j7qpjc9ia1zwdx-syb-0.7.2.4-doc...
2281.47 s
[syb] patching script interpreter paths in /nix/store/2038x12b5z1j2v84y7j7qpjc9ia1zwdx-syb-0.7.2.4-doc
2281.47 s
[text-conversions] Phase: configurePhase
2281.47 s
[text-conversions] configureFlags: --verbose --prefix=/nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/m9gx7h8l6pcl0gp1n6ap2lam73gdc924-text-conversions-0.3.1.1-doc/share/doc/text-conversions-0.3.1.1 --with-gcc=gcc --package-db=/build/tmp.z7YRGSV147/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2281.47 s
[text-conversions] Using Parsec parser
2281.47 s
[text-conversions] Configuring text-conversions-0.3.1.1...
2281.47 s
[text-conversions] Dependency base >=4.7 && <5: using base-4.18.2.0
2281.47 s
[text-conversions] Dependency base16-bytestring <2: using base16-bytestring-1.0.2.0
2281.47 s
[text-conversions] Dependency base64-bytestring <2: using base64-bytestring-1.2.1.0
2281.47 s
[text-conversions] Dependency bytestring <1: using bytestring-0.11.5.3
2281.47 s
[text-conversions] Dependency text <3: using text-2.0.2
2281.47 s
[text-conversions] Dependency base: using base-4.18.2.0
2281.47 s
[text-conversions] Dependency bytestring: using bytestring-0.11.5.3
2281.47 s
[text-conversions] Dependency hspec: using hspec-2.11.12
2281.47 s
[text-conversions] Dependency text: using text-2.0.2
2281.47 s
[text-conversions] Dependency text-conversions: using text-conversions-0.3.1.1
2281.48 s
[text-conversions] Source component graph:
2281.48 s
[text-conversions] component lib
2281.48 s
[text-conversions] component test:text-conversions-test-suite dependency lib
2281.48 s
[text-conversions] Configured component graph:
2281.48 s
[text-conversions] component text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
2281.48 s
[text-conversions] include base-4.18.2.0
2281.48 s
[text-conversions] include base16-bytestring-1.0.2.0-GDyrsHat5bu590SyDUh2y6
2281.48 s
[text-conversions] include base64-bytestring-1.2.1.0-DAVSOlU3B2h7NZhntj5ynm
2281.48 s
[text-conversions] include bytestring-0.11.5.3
2281.48 s
[text-conversions] include text-2.0.2
2281.48 s
[text-conversions] component text-conversions-0.3.1.1-Fxg9MIrdgmtKgPsww2b8e0-text-conversions-test-suite
2281.48 s
[text-conversions] include base-4.18.2.0
2281.48 s
[text-conversions] include bytestring-0.11.5.3
2281.48 s
[text-conversions] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2281.48 s
[text-conversions] include text-2.0.2
2281.48 s
[text-conversions] include text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
2281.48 s
[text-conversions] Linked component graph:
2281.48 s
[text-conversions] unit text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
2281.48 s
[text-conversions] include base-4.18.2.0
2281.48 s
[text-conversions] include base16-bytestring-1.0.2.0-GDyrsHat5bu590SyDUh2y6
2281.48 s
[text-conversions] include base64-bytestring-1.2.1.0-DAVSOlU3B2h7NZhntj5ynm
2281.48 s
[text-conversions] include bytestring-0.11.5.3
2281.48 s
[text-conversions] include text-2.0.2
2281.48 s
[text-conversions] Data.Text.Conversions=text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP:Data.Text.Conversions
2281.48 s
[text-conversions] unit text-conversions-0.3.1.1-Fxg9MIrdgmtKgPsww2b8e0-text-conversions-test-suite
2281.48 s
[text-conversions] include base-4.18.2.0
2281.48 s
[text-conversions] include bytestring-0.11.5.3
2281.48 s
[text-conversions] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2281.48 s
[text-conversions] include text-2.0.2
2281.49 s
[text-conversions] include text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
2281.49 s
[text-conversions] Ready component graph:
2281.49 s
[text-conversions] definite text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
2281.49 s
[text-conversions] depends base-4.18.2.0
2281.49 s
[text-conversions] depends base16-bytestring-1.0.2.0-GDyrsHat5bu590SyDUh2y6
2281.49 s
[text-conversions] depends base64-bytestring-1.2.1.0-DAVSOlU3B2h7NZhntj5ynm
2281.49 s
[text-conversions] depends bytestring-0.11.5.3
2281.49 s
[text-conversions] depends text-2.0.2
2281.49 s
[text-conversions] definite text-conversions-0.3.1.1-Fxg9MIrdgmtKgPsww2b8e0-text-conversions-test-suite
2281.49 s
[text-conversions] depends base-4.18.2.0
2281.49 s
[text-conversions] depends bytestring-0.11.5.3
2281.49 s
[text-conversions] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2281.49 s
[text-conversions] depends text-2.0.2
2281.49 s
[text-conversions] depends text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
2281.49 s
[text-conversions] Using Cabal-3.10.1.0 compiled by ghc-9.6
2281.49 s
[text-conversions] Using compiler: ghc-9.6.4
2281.49 s
[text-conversions] Using install prefix:
2281.49 s
[text-conversions] /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1
2281.49 s
[text-conversions] Executables installed in:
2281.49 s
[text-conversions] /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/bin
2281.49 s
[text-conversions] Libraries installed in:
2281.61 s
[base-orphans] implements shift [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] implements rotate [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] implements setBit [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] implements clearBit [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] implements complementBit [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] implements testBit [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] implements complement [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] implements bit [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] implements bitSize [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] implements isSigned [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] Bounded instance
2281.61 s
[base-orphans] implements minBound [✔]
2281.61 s
[base-orphans] implements maxBound [✔]
2281.61 s
[base-orphans] Integral instance
2281.61 s
[base-orphans] implements quot [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] implements rem [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] implements div [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] implements mod [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] implements quotRem [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] implements divMod [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans] implements toInteger [✔]
2281.61 s
[base-orphans] +++ OK, passed 100 tests.
2281.61 s
[base-orphans]
2281.61 s
[base-orphans] Finished in 0.0263 seconds
2281.61 s
[base-orphans] 49 examples, 0 failures
2281.61 s
[base-orphans] Test suite spec: PASS
2281.61 s
[base-orphans] Test suite logged to: dist/test/base-orphans-0.9.3-spec.log
2281.61 s
[base-orphans] 1 of 1 test suites (1 of 1 test cases) passed.
2281.61 s
[base-orphans] Phase: haddockPhase
2281.61 s
[base-orphans] Preprocessing library for base-orphans-0.9.3..
2281.61 s
[base-orphans] Running Haddock on library for base-orphans-0.9.3..
2281.61 s
[base-orphans] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2281.61 s
[cryptohash-sha256] Phase: setupCompilerEnvironmentPhase
2281.61 s
[cryptohash-sha256] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2281.61 s
[haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2281.61 s
[haskell-src-exts] |
2281.61 s
[haskell-src-exts] 363 | Lex v >> Lex w = Lex $ \k -> v (\_ -> w k)
2281.61 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2281.61 s
[haskell-src-exts]
2281.61 s
[haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:380:32: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2281.61 s
[haskell-src-exts] Pattern match(es) are non-exhaustive
2281.61 s
[haskell-src-exts] In a pattern binding: Patterns of type ‘[Char]’ not matched: []
2281.61 s
[haskell-src-exts] |
2281.61 s
[haskell-src-exts] 380 | -> let (newCh:rest)= if n > 0 then drop (n-1) r else (ch:r)
2281.61 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2281.61 s
[haskell-src-exts]
2281.61 s
[haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:401:29: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2281.61 s
[haskell-src-exts] Pattern match(es) are non-exhaustive
2281.61 s
[haskell-src-exts] In a lambda abstraction:
2281.61 s
[haskell-src-exts] Patterns of type ‘[Char]’, ‘Int’ not matched: [] _
2281.61 s
[haskell-src-exts] |
2281.61 s
[haskell-src-exts] 401 | lexTab = Lex $ \cont -> P $ \(_:r) x -> runP (cont ()) r (nextTab x)
2281.61 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2281.61 s
[haskell-src-exts] [10 of 18] Compiling Language.Haskell.Exts.ParseUtils ( src/Language/Haskell/Exts/ParseUtils.hs, dist/build/Language/Haskell/Exts/ParseUtils.p_o )
2281.61 s
[haskell-src-exts]
2281.61 s
[haskell-src-exts] src/Language/Haskell/Exts/ParseUtils.hs:824:43: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2281.61 s
[haskell-src-exts] Pattern match(es) are non-exhaustive
2281.61 s
[haskell-src-exts] In a pattern binding: Patterns of type ‘[Pat L]’ not matched: []
2281.61 s
[haskell-src-exts] |
2281.62 s
[haskell-src-exts] 824 | else let (a:bs) = ps
2281.62 s
[haskell-src-exts] | ^^^^^^^^^^^
2281.62 s
[haskell-src-exts]
2281.62 s
[haskell-src-exts] src/Language/Haskell/Exts/ParseUtils.hs:856:44: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2281.62 s
[haskell-src-exts] Pattern match(es) are non-exhaustive
2281.62 s
[haskell-src-exts] In a pattern binding:
2281.62 s
[haskell-src-exts] Patterns of type ‘[SrcSpan]’ not matched:
2281.62 s
[haskell-src-exts] []
2281.62 s
[haskell-src-exts] [_]
2281.62 s
[haskell-src-exts] (_:_:_:_)
2281.62 s
[haskell-src-exts] |
2281.62 s
[haskell-src-exts] 856 | let [x,y] = srcInfoPoints l
2281.62 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^
2281.62 s
[haskell-src-exts]
2281.62 s
[haskell-src-exts] src/Language/Haskell/Exts/ParseUtils.hs:906:7: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2281.62 s
[haskell-src-exts] Pattern match(es) are non-exhaustive
2281.62 s
[haskell-src-exts] In a pattern binding: Patterns of type ‘[SrcSpan]’ not matched: []
2281.62 s
[haskell-src-exts] |
2281.62 s
[haskell-src-exts] 906 | let (b:_) = srcInfoPoints loc in return (name,typ,b)
2281.62 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^
2281.62 s
[haskell-src-exts]
2281.62 s
[haskell-src-exts] src/Language/Haskell/Exts/ParseUtils.hs:1289:17: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2281.62 s
[haskell-src-exts] Pattern match(es) are non-exhaustive
2281.62 s
[haskell-src-exts] In a lambda abstraction:
2281.62 s
[haskell-src-exts] Patterns of type ‘(Int, Either SrcSpan (CName L))’ not matched:
2281.62 s
[haskell-src-exts] (_, (Right _))
2281.62 s
[haskell-src-exts] |
2281.62 s
[haskell-src-exts] 1289 | (\(n,Left s) -> EWildcard (noInfoSpan s) n )
2281.62 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2281.62 s
[os-string] 96% ( 93 / 96) in 'System.OsString.Data.ByteString.Short'
2281.62 s
[os-string] Missing documentation for:
2281.62 s
[os-string] append
2281.62 s
[os-string] uncons2 (System/OsString/Data/ByteString/Short.hs:183)
2281.62 s
[os-string] concat
2281.62 s
[os-string] Warning: 'ByteString' is out of scope.
2281.62 s
[os-string] If you qualify the identifier, haddock can try to link it anyway.
2281.62 s
[os-string] Warning: 'CString' is out of scope.
2281.62 s
[os-string] If you qualify the identifier, haddock can try to link it anyway.
2281.62 s
[os-string] 96% ( 92 / 95) in 'System.OsString.Data.ByteString.Short.Word16'
2281.62 s
[os-string] Missing documentation for:
2281.62 s
[os-string] append
2281.62 s
[os-string] concat
2281.62 s
[os-string] breakSubstring (System/OsString/Data/ByteString/Short/Word16.hs:660)
2281.62 s
[os-string] Warning: 'try' is out of scope.
2281.62 s
[os-string] If you qualify the identifier, haddock can try to link it anyway.
2281.62 s
[os-string] 33% ( 1 / 3) in 'System.OsString.Internal.Exception'
2281.62 s
[os-string] Missing documentation for:
2281.62 s
[os-string] Module header
2281.62 s
[os-string] isAsyncException (System/OsString/Internal/Exception.hs:16)
2281.62 s
[os-string] 27% ( 9 / 33) in 'System.OsString.Encoding.Internal'
2281.62 s
[os-string] Missing documentation for:
2281.62 s
[os-string] Module header
2281.62 s
[os-string] ucs2le (System/OsString/Encoding/Internal.hs:41)
2281.62 s
[os-string] mkUcs2le (System/OsString/Encoding/Internal.hs:44)
2281.62 s
[os-string] ucs2le_DF (System/OsString/Encoding/Internal.hs:49)
2281.62 s
[os-string] ucs2le_EF (System/OsString/Encoding/Internal.hs:59)
2281.62 s
[os-string] ucs2le_decode (System/OsString/Encoding/Internal.hs:70)
2281.62 s
[os-string] ucs2le_encode (System/OsString/Encoding/Internal.hs:95)
2281.62 s
[os-string] mkUTF16le_b (System/OsString/Encoding/Internal.hs:130)
2281.62 s
[os-string] utf16le_b_DF (System/OsString/Encoding/Internal.hs:135)
2281.62 s
[os-string] utf16le_b_EF (System/OsString/Encoding/Internal.hs:145)
2281.62 s
[os-string] utf16le_b_decode (System/OsString/Encoding/Internal.hs:156)
2281.62 s
[os-string] utf16le_b_encode (System/OsString/Encoding/Internal.hs:194)
2281.62 s
[os-string] cWcharsToChars_UCS2 (System/OsString/Encoding/Internal.hs:230)
2281.62 s
[os-string] cWcharsToChars (System/OsString/Encoding/Internal.hs:237)
2281.62 s
[os-string] charsToCWchars (System/OsString/Encoding/Internal.hs:247)
2281.62 s
[os-string] withWindowsString (System/OsString/Encoding/Internal.hs:263)
2281.62 s
[os-string] peekWindowsString (System/OsString/Encoding/Internal.hs:266)
2281.62 s
[os-string] withPosixString (System/OsString/Encoding/Internal.hs:271)
2281.62 s
[os-string] withPosixString' (System/OsString/Encoding/Internal.hs:274)
2281.62 s
[os-string] peekPosixString (System/OsString/Encoding/Internal.hs:277)
2281.62 s
[os-string] peekPosixString' (System/OsString/Encoding/Internal.hs:280)
2281.62 s
[os-string] EncodingException (System/OsString/Encoding/Internal.hs:340)
2281.62 s
[os-string] showEncodingException (System/OsString/Encoding/Internal.hs:347)
2281.62 s
[os-string] wNUL (System/OsString/Encoding/Internal.hs:366)
2281.62 s
[os-string]
2281.62 s
[os-string] System/OsString/Encoding/Internal.hs:23:42: warning : [ -Wunused-imports ]
2281.62 s
[os-string] The import of ‘try’ from module ‘Control.Exception’ is redundant
2281.62 s
[os-string] |
2281.62 s
[os-string] 23 | import Control.Exception (SomeException, try , Exception (displayException), evaluate)
2281.62 s
[os-string] | ^^^
2281.62 s
[os-string] 44% ( 11 / 25) in 'System.OsString.Encoding'
2281.62 s
[os-string] Missing documentation for:
2281.62 s
[os-string] Module header
2281.62 s
[os-string] EncodingException (System/OsString/Encoding/Internal.hs:340)
2281.62 s
[os-string] showEncodingException (System/OsString/Encoding/Internal.hs:347)
2281.62 s
[os-string] ucs2le (System/OsString/Encoding/Internal.hs:41)
2281.62 s
[os-string] mkUcs2le (System/OsString/Encoding/Internal.hs:44)
2281.62 s
[os-string] ucs2le_DF (System/OsString/Encoding/Internal.hs:49)
2281.62 s
[os-string] ucs2le_EF (System/OsString/Encoding/Internal.hs:59)
2281.62 s
[os-string] ucs2le_decode (System/OsString/Encoding/Internal.hs:70)
2281.62 s
[os-string] ucs2le_encode (System/OsString/Encoding/Internal.hs:95)
2281.62 s
[os-string] mkUTF16le_b (System/OsString/Encoding/Internal.hs:130)
2281.62 s
[os-string] utf16le_b_DF (System/OsString/Encoding/Internal.hs:135)
2281.62 s
[os-string] utf16le_b_EF (System/OsString/Encoding/Internal.hs:145)
2281.62 s
[os-string] utf16le_b_decode (System/OsString/Encoding/Internal.hs:156)
2281.62 s
[os-string] utf16le_b_encode (System/OsString/Encoding/Internal.hs:194)
2281.62 s
[os-string] Warning: 'ShortByteString' is out of scope.
2281.62 s
[os-string] If you qualify the identifier, haddock can try to link it anyway.
2281.62 s
[os-string] Warning: '(</>)' is out of scope.
2281.62 s
[os-string] If you qualify the identifier, haddock can try to link it anyway.
2281.62 s
[os-string] Warning: Couldn't find .haddock for export unWS
2281.62 s
[os-string] Warning: Couldn't find .haddock for export unPS
2281.62 s
[os-string] Warning: Couldn't find .haddock for export unWW
2281.62 s
[os-string] Warning: Couldn't find .haddock for export unPW
2281.62 s
[resourcet] except perhaps to import instances from ‘Data.Word’
2281.62 s
[resourcet] To import instances alone, use: import Data.Word()
2281.62 s
[resourcet] |
2281.62 s
[resourcet] 67 | import Data.Word(Word)
2281.62 s
[resourcet] | ^^^^^^^^^^^^^^^^^^^^^^
2281.62 s
[resourcet] 100% ( 10 / 10) in 'Data.Acquire'
2281.62 s
[resourcet] Warning: 'concurrently' is out of scope.
2281.62 s
[resourcet] If you qualify the identifier, haddock can try to link it anyway.
2281.63 s
[resourcet] Warning: 'race' is out of scope.
2281.63 s
[resourcet] If you qualify the identifier, haddock can try to link it anyway.
2281.63 s
[resourcet] 100% ( 40 / 40) in 'Control.Monad.Trans.Resource'
2281.63 s
[resourcet] 100% ( 13 / 13) in 'UnliftIO.Resource'
2281.63 s
[resourcet] Warning: Control.Monad.Trans.Resource.Internal: could not find link destinations for:
2281.63 s
[resourcet] - Control.Monad.Trans.Resource.Internal.NextKey
2281.63 s
[resourcet] - Control.Monad.Trans.Resource.Internal.RefCount
2281.63 s
[stringbuilder] shrinking RPATHs of ELF executables and libraries in /nix/store/pa94lnzjpbmvs47mk29a5ms81zjvkv7m-stringbuilder-0.5.1-doc
2281.63 s
[stringbuilder] checking for references to /build/ in /nix/store/pa94lnzjpbmvs47mk29a5ms81zjvkv7m-stringbuilder-0.5.1-doc...
2281.63 s
[stringbuilder] patching script interpreter paths in /nix/store/pa94lnzjpbmvs47mk29a5ms81zjvkv7m-stringbuilder-0.5.1-doc
2281.97 s
[syb:post-build] Uploading to the NixCI cache: /nix/store/2038x12b5z1j2v84y7j7qpjc9ia1zwdx-syb-0.7.2.4-doc /nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4
2282.51 s
[syb:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2283.44 s
[syb:post-build] copying 2 paths...
2283.44 s
[syb:post-build] copying path '/nix/store/2038x12b5z1j2v84y7j7qpjc9ia1zwdx-syb-0.7.2.4-doc' to 'https://cache.nix-ci.com'...
2286.07 s
[syb:post-build] copying path '/nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4' to 'https://cache.nix-ci.com'...
2290.69 s
[syb:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2291.67 s
[syb:post-build] copying 1 paths...
2291.68 s
[syb:post-build] copying path '/nix/store/0g8fnwrq5mgh40dk02ncgxylgba5dbkw-syb-0.7.2.4.drv' to 'https://cache.nix-ci.com'...
2293.79 s
Uploaded syb in 11.9s
2293.80 s
Progress: 107 of 211 built (10 building), 298 of 298 downloaded from cache
2293.80 s
Built syb in 2m36s
2293.80 s
[text-conversions] /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
2293.80 s
[text-conversions] Dynamic Libraries installed in:
2293.80 s
[text-conversions] /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2293.80 s
[text-conversions] Private executables installed in:
2293.80 s
[text-conversions] /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/libexec/x86_64-linux-ghc-9.6.4/text-conversions-0.3.1.1
2293.80 s
[text-conversions] Data files installed in:
2293.80 s
[text-conversions] /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/share/x86_64-linux-ghc-9.6.4/text-conversions-0.3.1.1
2293.80 s
[text-conversions] Documentation installed in:
2293.80 s
[text-conversions] /nix/store/m9gx7h8l6pcl0gp1n6ap2lam73gdc924-text-conversions-0.3.1.1-doc/share/doc/text-conversions-0.3.1.1
2293.80 s
[text-conversions] Configuration files installed in:
2293.80 s
[text-conversions] /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/etc
2293.80 s
[text-conversions] No alex found
2293.80 s
[text-conversions] Using ar found on system at:
2293.80 s
[text-conversions] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2293.80 s
[text-conversions] No c2hs found
2293.80 s
[text-conversions] No cpphs found
2293.80 s
[text-conversions] No doctest found
2293.80 s
[text-conversions] Using gcc version 14.3.0 given by user at:
2293.80 s
[text-conversions] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2293.80 s
[text-conversions] Using ghc version 9.6.4 found on system at:
2293.80 s
[text-conversions] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2293.80 s
[text-conversions] Using ghc-pkg version 9.6.4 found on system at:
2293.80 s
[text-conversions] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2293.80 s
[text-conversions] No ghcjs found
2293.80 s
[text-conversions] No ghcjs-pkg found
2293.80 s
[text-conversions] No greencard found
2293.80 s
[text-conversions] Using haddock version 2.29.2 found on system at:
2293.80 s
[text-conversions] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2293.80 s
[text-conversions] No happy found
2293.80 s
[text-conversions] Using haskell-suite found on system at: haskell-suite-dummy-location
2293.80 s
[text-conversions] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2293.80 s
[text-conversions] No hmake found
2293.81 s
[text-conversions] Using hpc version 0.68 found on system at:
2293.81 s
[text-conversions] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2293.81 s
[text-conversions] Using hsc2hs version 0.68.9 found on system at:
2293.81 s
[text-conversions] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2293.81 s
[text-conversions] Using hscolour version 1.25 found on system at:
2293.81 s
[text-conversions] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2293.81 s
[text-conversions] No jhc found
2293.81 s
[text-conversions] Using ld found on system at:
2293.81 s
[text-conversions] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2293.81 s
[text-conversions] No pkg-config found
2293.81 s
[text-conversions] Using runghc version 9.6.4 found on system at:
2293.81 s
[text-conversions] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2293.81 s
[text-conversions] Using strip version 2.44 found on system at:
2293.81 s
[text-conversions] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2293.81 s
[text-conversions] Using tar found on system at:
2293.81 s
[text-conversions] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2293.81 s
[text-conversions] No uhc found
2293.81 s
[text-conversions] Phase: buildPhase
2293.81 s
[text-conversions] Preprocessing library for text-conversions-0.3.1.1..
2293.81 s
[text-conversions] Building library for text-conversions-0.3.1.1..
2293.81 s
[text-conversions] [1 of 1] Compiling Data.Text.Conversions ( src/Data/Text/Conversions.hs, dist/build/Data/Text/Conversions.o, dist/build/Data/Text/Conversions.dyn_o )
2293.81 s
[text-conversions] [1 of 1] Compiling Data.Text.Conversions ( src/Data/Text/Conversions.hs, dist/build/Data/Text/Conversions.p_o )
2293.81 s
[text-conversions] Preprocessing test suite 'text-conversions-test-suite' for text-conversions-0.3.1.1..
2293.81 s
[text-conversions] Building test suite 'text-conversions-test-suite' for text-conversions-0.3.1.1..
2293.81 s
[text-conversions] [1 of 2] Compiling Data.Text.ConversionsSpec ( test/Data/Text/ConversionsSpec.hs, dist/build/text-conversions-test-suite/text-conversions-test-suite-tmp/Data/Text/ConversionsSpec.o )
2293.81 s
[text-conversions] [2 of 2] Compiling Main ( test/Main.hs, dist/build/text-conversions-test-suite/text-conversions-test-suite-tmp/Main.o )
2294.04 s
Building /nix/store/ak4m2wwlcyaml5sv9dgv1ya61vd69dlq-ChasingBottoms-1.3.1.15.drv
2294.12 s
Waiting for lock on waiting for a free build user ID for '/nix/store/ff1pg83pa840pdlrq1mnafdiwnmsfjcs-th-expand-syns
2294.12 s
[base-orphans] 100% ( 1 / 1) in 'Data.Orphans'
2294.20 s
[cryptohash-sha256] Phase: unpackPhase
2294.20 s
[cryptohash-sha256] unpacking source archive /nix/store/m981mdy5c3mczg1szxz26bl9aind65ny-cryptohash-sha256-0.11.102.1.tar.gz
2294.20 s
[cryptohash-sha256] source root is cryptohash-sha256-0.11.102.1
2294.20 s
[cryptohash-sha256] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "cryptohash-sha256-0.11.102.1/src-tests/test-sha256.hs"
2294.20 s
[cryptohash-sha256] Phase: patchPhase
2294.20 s
[cryptohash-sha256] Replace Cabal file with edited version from mirror://hackage/cryptohash-sha256-0.11.102.1/revision/6.cabal.
2294.20 s
[cryptohash-sha256] Phase: compileBuildDriverPhase
2294.20 s
[cryptohash-sha256] setupCompileFlags: -package-db=/build/tmp.FJ2Jxy5mls/setup-package.conf.d -threaded
2294.20 s
[cryptohash-sha256] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.FJ2Jxy5mls/Main.o )
2294.20 s
[cryptohash-sha256] [2 of 2] Linking Setup
2294.20 s
[cryptohash-sha256] Phase: updateAutotoolsGnuConfigScriptsPhase
2294.20 s
[cryptohash-sha256] Phase: configurePhase
2294.20 s
[cryptohash-sha256] configureFlags: --verbose --prefix=/nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/h3ag1l7ni75nvhx7rbi6030g1fid8i2v-cryptohash-sha256-0.11.102.1-doc/share/doc/cryptohash-sha256-0.11.102.1 --with-gcc=gcc --package-db=/build/tmp.FJ2Jxy5mls/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 -fuse-cbits --extra-lib-dirs=/nix/store/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2294.20 s
[cryptohash-sha256] Using Parsec parser
2294.20 s
[cryptohash-sha256] Configuring cryptohash-sha256-0.11.102.1...
2294.20 s
[cryptohash-sha256] Flags chosen: exe=False, use-cbits=True
2294.20 s
[cryptohash-sha256] Dependency base >=4.5 && <5: using base-4.18.2.0
2294.20 s
[cryptohash-sha256] Dependency bytestring >=0.9.2.0 && <0.10 || >=0.10.0.0 && <0.11 || >=0.11.0.0
2294.20 s
[cryptohash-sha256] && <0.12 || >=0.12.0.2 && <0.13: using bytestring-0.11.5.3
2294.20 s
[cryptohash-sha256] Dependency SHA >=1.6.4 && <1.7: using SHA-1.6.4.4
2294.20 s
[cryptohash-sha256] Dependency base: using base-4.18.2.0
2294.20 s
[cryptohash-sha256] Dependency base16-bytestring >=0.1.1 && <0.2 || >=1.0.0 && <1.1: using
2294.20 s
[cryptohash-sha256] base16-bytestring-1.0.2.0
2294.20 s
[cryptohash-sha256] Dependency bytestring: using bytestring-0.11.5.3
2294.20 s
[cryptohash-sha256] Dependency cryptohash-sha256: using cryptohash-sha256-0.11.102.1
2294.20 s
[cryptohash-sha256] Dependency tasty >=1.4 && <1.6: using tasty-1.5.3
2294.20 s
[cryptohash-sha256] Dependency tasty-hunit >=0.10 && <0.11: using tasty-hunit-0.10.2
2294.20 s
[cryptohash-sha256] Dependency tasty-quickcheck >=0.10 && <1: using tasty-quickcheck-0.11
2294.20 s
[haskell-src-exts] [11 of 18] Compiling Language.Haskell.Exts.InternalLexer ( src/Language/Haskell/Exts/InternalLexer.hs, dist/build/Language/Haskell/Exts/InternalLexer.p_o )
2294.20 s
[haskell-src-exts] [12 of 18] Compiling Language.Haskell.Exts.Lexer ( src/Language/Haskell/Exts/Lexer.hs, dist/build/Language/Haskell/Exts/Lexer.p_o )
2294.20 s
[haskell-src-exts] [13 of 18] Compiling Language.Haskell.Exts.InternalParser ( dist/build/Language/Haskell/Exts/InternalParser.hs, dist/build/Language/Haskell/Exts/InternalParser.p_o )
2294.22 s
[network] [ 9 of 29] Compiling Network.Socket.STM ( Network/Socket/STM.hs, dist/build/Network/Socket/STM.o, dist/build/Network/Socket/STM.dyn_o )
2294.22 s
[network] [10 of 29] Compiling Network.Socket.Posix.Cmsg ( dist/build/Network/Socket/Posix/Cmsg.hs, dist/build/Network/Socket/Posix/Cmsg.o, dist/build/Network/Socket/Posix/Cmsg.dyn_o )
2294.22 s
[os-string] 50% ( 9 / 18) in 'System.OsString.Internal.Types'
2294.22 s
[os-string] Missing documentation for:
2294.22 s
[os-string] Module header
2294.22 s
[os-string] unWS
2294.22 s
[os-string] unPS
2294.22 s
[os-string] PlatformString (System/OsString/Internal/Types.hs:114)
2294.22 s
[os-string] WindowsChar (System/OsString/Internal/Types.hs:117)
2294.22 s
[os-string] unWW
2294.22 s
[os-string] PosixChar (System/OsString/Internal/Types.hs:123)
2294.22 s
[os-string] unPW
2294.22 s
[os-string] PlatformChar (System/OsString/Internal/Types.hs:148)
2294.22 s
[os-string] Warning: 'setFileSystemEncoding' is out of scope.
2294.22 s
[os-string] If you qualify the identifier, haddock can try to link it anyway.
2294.22 s
[os-string] Warning: 'getLocaleEncoding' is out of scope.
2294.22 s
[os-string] If you qualify the identifier, haddock can try to link it anyway.
2294.22 s
[os-string] Warning: 'OsString' is out of scope.
2294.22 s
[os-string] If you qualify the identifier, haddock can try to link it anyway.
2294.22 s
[os-string] 94% ( 93 / 98) in 'System.OsString.Posix'
2294.22 s
[os-string] Missing documentation for:
2294.22 s
[os-string] Module header
2294.22 s
[os-string] PosixChar (System/OsString/Internal/Types.hs:123)
2294.22 s
[os-string] singleton (System/OsString/Common.hs:494)
2294.22 s
[os-string] empty (System/OsString/Common.hs:497)
2294.22 s
[os-string] concat (System/OsString/Common.hs:705)
2294.22 s
[os-string] Warning: 'setFileSystemEncoding' is out of scope.
2294.22 s
[os-string] If you qualify the identifier, haddock can try to link it anyway.
2294.22 s
[os-string] Warning: 'unsafePerformIO' is out of scope.
2294.23 s
[os-string] If you qualify the identifier, haddock can try to link it anyway.
2294.23 s
[os-string] Warning: 'getLocaleEncoding' is out of scope.
2294.23 s
[os-string] If you qualify the identifier, haddock can try to link it anyway.
2294.23 s
[os-string] Warning: 'head' is ambiguous. It is defined
2294.23 s
[os-string] * in ‘GHC.List’
2294.23 s
[os-string] * at System/OsString/Internal.hs:281:1
2294.23 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2294.23 s
[os-string] by specifying the type/value namespace explicitly.
2294.23 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:281:1
2294.23 s
[os-string] Warning: 'tail' is ambiguous. It is defined
2294.23 s
[os-string] * in ‘GHC.List’
2294.23 s
[os-string] * at System/OsString/Internal.hs:265:1
2294.23 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2294.23 s
[os-string] by specifying the type/value namespace explicitly.
2294.23 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:265:1
2294.23 s
[os-string] Warning: 'init' is ambiguous. It is defined
2294.23 s
[os-string] * in ‘GHC.List’
2294.23 s
[os-string] * at System/OsString/Internal.hs:290:1
2294.23 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2294.23 s
[os-string] by specifying the type/value namespace explicitly.
2294.23 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:290:1
2294.23 s
[os-string] Warning: 'last' is ambiguous. It is defined
2294.23 s
[os-string] * in ‘GHC.List’
2294.23 s
[os-string] * at System/OsString/Internal.hs:256:1
2294.23 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2294.23 s
[os-string] by specifying the type/value namespace explicitly.
2294.23 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:256:1
2294.23 s
[os-string] Warning: 'map' is ambiguous. It is defined
2294.23 s
[os-string] * in ‘GHC.Base’
2294.23 s
[os-string] * at System/OsString/Internal.hs:316:1
2294.23 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2294.23 s
[os-string] by specifying the type/value namespace explicitly.
2294.23 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:316:1
2294.23 s
[os-string] Warning: 'reverse' is ambiguous. It is defined
2294.23 s
[os-string] * in ‘GHC.List’
2294.24 s
[os-string] * at System/OsString/Internal.hs:322:1
2294.24 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2294.24 s
[os-string] by specifying the type/value namespace explicitly.
2294.24 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:322:1
2294.24 s
[os-string] Warning: 'foldl' is ambiguous. It is defined
2294.24 s
[os-string] * in ‘Data.Foldable’
2294.24 s
[os-string] * at System/OsString/Internal.hs:338:1
2294.24 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2294.24 s
[os-string] by specifying the type/value namespace explicitly.
2294.24 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:338:1
2294.24 s
[os-string] Warning: 'foldl1' is ambiguous. It is defined
2294.24 s
[os-string] * in ‘Data.Foldable’
2294.24 s
[os-string] * at System/OsString/Internal.hs:352:1
2294.24 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2294.24 s
[os-string] by specifying the type/value namespace explicitly.
2294.24 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:352:1
2294.24 s
[os-string] Warning: 'foldr' is ambiguous. It is defined
2294.24 s
[os-string] * in ‘Data.Foldable’
2294.24 s
[os-string] * at System/OsString/Internal.hs:368:1
2294.24 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2294.24 s
[os-string] by specifying the type/value namespace explicitly.
2294.24 s
[safe-exceptions] Documentation created: dist/doc/html/safe-exceptions/index.html,
2294.24 s
[safe-exceptions] dist/doc/html/safe-exceptions/safe-exceptions.txt
2294.24 s
[safe-exceptions] Preprocessing test suite 'safe-exceptions-test' for safe-exceptions-0.1.7.4..
2294.24 s
[safe-exceptions] Phase: installPhase
2294.24 s
[safe-exceptions] Installing library in /nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/safe-exceptions-0.1.7.4-DDGbahiGzy58iJbr0IQWcu
2294.24 s
[safe-exceptions] Phase: fixupPhase
2294.24 s
[safe-exceptions] shrinking RPATHs of ELF executables and libraries in /nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4
2294.24 s
[safe-exceptions] shrinking /nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSsafe-exceptions-0.1.7.4-DDGbahiGzy58iJbr0IQWcu-ghc9.6.4.so
2294.25 s
[safe-exceptions] checking for references to /build/ in /nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4...
2294.25 s
[safe-exceptions] patching script interpreter paths in /nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4
2294.25 s
[safe-exceptions] stripping (with command strip and flags -S -p) in /nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4/lib
2294.25 s
[safe-exceptions] shrinking RPATHs of ELF executables and libraries in /nix/store/nfnrq5rshjyfz2mwk2sy10l55pnaiy3b-safe-exceptions-0.1.7.4-doc
2294.25 s
[safe-exceptions] checking for references to /build/ in /nix/store/nfnrq5rshjyfz2mwk2sy10l55pnaiy3b-safe-exceptions-0.1.7.4-doc...
2294.25 s
[safe-exceptions] patching script interpreter paths in /nix/store/nfnrq5rshjyfz2mwk2sy10l55pnaiy3b-safe-exceptions-0.1.7.4-doc
2294.52 s
[stringbuilder:post-build] Uploading to the NixCI cache: /nix/store/pa94lnzjpbmvs47mk29a5ms81zjvkv7m-stringbuilder-0.5.1-doc /nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1
2295.05 s
[stringbuilder:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2295.79 s
[stringbuilder:post-build] copying 2 paths...
2295.79 s
[stringbuilder:post-build] copying path '/nix/store/pa94lnzjpbmvs47mk29a5ms81zjvkv7m-stringbuilder-0.5.1-doc' to 'https://cache.nix-ci.com'...
2297.12 s
[stringbuilder:post-build] copying path '/nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1' to 'https://cache.nix-ci.com'...
2299.80 s
[stringbuilder:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2301.63 s
[stringbuilder:post-build] copying 1 paths...
2301.63 s
[stringbuilder:post-build] copying path '/nix/store/f98capaxxkhk03d4xh8br5nx68qqbrkz-stringbuilder-0.5.1.drv' to 'https://cache.nix-ci.com'...
2303.76 s
Uploaded stringbuilder in 9.3s
2303.78 s
Progress: 108 of 211 built (10 building), 298 of 298 downloaded from cache
2303.78 s
Built stringbuilder in 1m25s
2304.01 s
Building /nix/store/f767mc1in7sg38qmcrn8nvg1b5dia40m-tasty-kat-0.0.3.drv
2304.01 s
[text-conversions] [3 of 3] Linking dist/build/text-conversions-test-suite/text-conversions-test-suite
2304.01 s
[text-conversions] Phase: checkPhase
2304.01 s
[text-conversions] Running 1 test suites...
2304.01 s
[text-conversions] Test suite text-conversions-test-suite: RUNNING...
2304.01 s
[text-conversions]
2304.01 s
[text-conversions] Data.Text.Conversions
2304.01 s
[text-conversions] convertText
2304.01 s
[text-conversions] can convert strings to and from text [✔]
2304.01 s
[text-conversions] converts between strict and lazy text [✔]
2304.01 s
[text-conversions] can convert between things with ToText/FromText conversions [✔]
2304.01 s
[text-conversions] can convert between things with FromText instances that produce functors [✔]
2304.01 s
[text-conversions] UTF8
2304.01 s
[text-conversions] properly encodes text as bytestrings [✔]
2304.01 s
[text-conversions] Base16
2304.01 s
[text-conversions] encodes bytestrings as base 16 encoded text [✔]
2304.01 s
[text-conversions] decodes properly encoded base 16 text as bytestrings [✔]
2304.01 s
[text-conversions] fails to decode improperly encoded base 16 text as bytestrings [✔]
2304.01 s
[text-conversions] Base64
2304.01 s
[text-conversions] encodes bytestrings as base 64 encoded text [✔]
2304.01 s
[text-conversions] decodes properly encoded base 64 text as bytestrings [✔]
2304.01 s
[text-conversions] fails to decode improperly encoded base 64 text as bytestrings [✔]
2304.01 s
[text-conversions] decodeConvertText
2304.01 s
[text-conversions] can convert between things in functors with a DecodeText instance [✔]
2304.01 s
[text-conversions] UTF8
2304.01 s
[text-conversions] successfully decodes properly encoded bytestrings [✔]
2304.01 s
[text-conversions] fails to decode improperly encoded bytestrings [✔]
2304.01 s
[text-conversions]
2304.01 s
[text-conversions] Finished in 0.0094 seconds
2304.01 s
[text-conversions] 14 examples, 0 failures
2304.01 s
[text-conversions] Test suite text-conversions-test-suite: PASS
2304.01 s
[text-conversions] Test suite logged to:
2304.01 s
[text-conversions] dist/test/text-conversions-0.3.1.1-text-conversions-test-suite.log
2304.01 s
[text-conversions] 1 of 1 test suites (1 of 1 test cases) passed.
2304.02 s
[text-conversions] Phase: haddockPhase
2304.02 s
[text-conversions] Preprocessing library for text-conversions-0.3.1.1..
2304.02 s
[text-conversions] Running Haddock on library for text-conversions-0.3.1.1..
2304.02 s
[text-conversions] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2304.02 s
[text-conversions] 100% ( 11 / 11) in 'Data.Text.Conversions'
2304.37 s
Waiting for lock on waiting for a free build user ID for '/nix/store/m9mymrfhr77bnvmrb2cp8kcnan9fagyr-doctest
2304.37 s
[ChasingBottoms] Phase: setupCompilerEnvironmentPhase
2304.37 s
[ChasingBottoms] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2304.37 s
[ChasingBottoms] Phase: unpackPhase
2304.37 s
[ChasingBottoms] unpacking source archive /nix/store/hc9qv81sw76j1lmqdh8cqxmrfnvq36da-ChasingBottoms-1.3.1.15.tar.gz
2304.37 s
[ChasingBottoms] source root is ChasingBottoms-1.3.1.15
2304.37 s
[ChasingBottoms] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ChasingBottoms-1.3.1.15/Test/ChasingBottoms/TimeOut/Tests.hs"
2304.37 s
[ChasingBottoms] Phase: patchPhase
2304.37 s
[ChasingBottoms] Replace Cabal file with edited version from mirror://hackage/ChasingBottoms-1.3.1.15/revision/2.cabal.
2304.37 s
[ChasingBottoms] Run jailbreak-cabal to lift version restrictions on build inputs.
2304.37 s
[ChasingBottoms] Phase: compileBuildDriverPhase
2304.37 s
[ChasingBottoms] setupCompileFlags: -package-db=/build/tmp.9cW5mLbsVS/setup-package.conf.d -threaded
2304.37 s
[ChasingBottoms] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.9cW5mLbsVS/Main.o )
2304.37 s
[ChasingBottoms] [2 of 2] Linking Setup
2304.46 s
[cryptohash-sha256] Source component graph:
2304.46 s
[cryptohash-sha256] component lib
2304.46 s
[cryptohash-sha256] component test:test-sha256 dependency lib
2304.46 s
[cryptohash-sha256] Configured component graph:
2304.46 s
[cryptohash-sha256] component cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
2304.46 s
[cryptohash-sha256] include base-4.18.2.0
2304.46 s
[cryptohash-sha256] include bytestring-0.11.5.3
2304.46 s
[cryptohash-sha256] component cryptohash-sha256-0.11.102.1-Gd9MVc6vrye9yp12EvV3x3-test-sha256
2304.46 s
[cryptohash-sha256] include SHA-1.6.4.4-IVlRvzWxq1fDPIDwXC46pv
2304.46 s
[cryptohash-sha256] include base-4.18.2.0
2304.46 s
[cryptohash-sha256] include base16-bytestring-1.0.2.0-GDyrsHat5bu590SyDUh2y6
2304.46 s
[cryptohash-sha256] include bytestring-0.11.5.3
2304.46 s
[cryptohash-sha256] include cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
2304.46 s
[cryptohash-sha256] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2304.46 s
[cryptohash-sha256] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2304.46 s
[cryptohash-sha256] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2304.46 s
[cryptohash-sha256] Linked component graph:
2304.46 s
[cryptohash-sha256] unit cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
2304.46 s
[cryptohash-sha256] include base-4.18.2.0
2304.46 s
[cryptohash-sha256] include bytestring-0.11.5.3
2304.46 s
[cryptohash-sha256] Crypto.Hash.SHA256=cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9:Crypto.Hash.SHA256
2304.46 s
[cryptohash-sha256] unit cryptohash-sha256-0.11.102.1-Gd9MVc6vrye9yp12EvV3x3-test-sha256
2304.46 s
[cryptohash-sha256] include SHA-1.6.4.4-IVlRvzWxq1fDPIDwXC46pv
2304.46 s
[cryptohash-sha256] include base-4.18.2.0
2304.46 s
[cryptohash-sha256] include base16-bytestring-1.0.2.0-GDyrsHat5bu590SyDUh2y6
2304.46 s
[cryptohash-sha256] include bytestring-0.11.5.3
2304.46 s
[cryptohash-sha256] include cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
2304.46 s
[cryptohash-sha256] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2304.46 s
[cryptohash-sha256] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2304.46 s
[cryptohash-sha256] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2304.46 s
[cryptohash-sha256] Ready component graph:
2304.46 s
[cryptohash-sha256] definite cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
2304.47 s
[cryptohash-sha256] depends base-4.18.2.0
2304.47 s
[cryptohash-sha256] depends bytestring-0.11.5.3
2304.47 s
[cryptohash-sha256] definite cryptohash-sha256-0.11.102.1-Gd9MVc6vrye9yp12EvV3x3-test-sha256
2304.47 s
[cryptohash-sha256] depends SHA-1.6.4.4-IVlRvzWxq1fDPIDwXC46pv
2304.47 s
[cryptohash-sha256] depends base-4.18.2.0
2304.47 s
[cryptohash-sha256] depends base16-bytestring-1.0.2.0-GDyrsHat5bu590SyDUh2y6
2304.47 s
[cryptohash-sha256] depends bytestring-0.11.5.3
2304.47 s
[cryptohash-sha256] depends cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
2304.47 s
[cryptohash-sha256] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2304.47 s
[cryptohash-sha256] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2304.47 s
[cryptohash-sha256] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2304.47 s
[cryptohash-sha256] Using Cabal-3.10.1.0 compiled by ghc-9.6
2304.47 s
[cryptohash-sha256] Using compiler: ghc-9.6.4
2304.47 s
[cryptohash-sha256] Using install prefix:
2304.47 s
[cryptohash-sha256] /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1
2304.47 s
[cryptohash-sha256] Executables installed in:
2304.47 s
[cryptohash-sha256] /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/bin
2304.47 s
[cryptohash-sha256] Libraries installed in:
2304.47 s
[cryptohash-sha256] /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
2304.47 s
[cryptohash-sha256] Dynamic Libraries installed in:
2304.47 s
[cryptohash-sha256] /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2304.47 s
[cryptohash-sha256] Private executables installed in:
2304.47 s
[cryptohash-sha256] /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/libexec/x86_64-linux-ghc-9.6.4/cryptohash-sha256-0.11.102.1
2304.47 s
[cryptohash-sha256] Data files installed in:
2304.47 s
[cryptohash-sha256] /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/share/x86_64-linux-ghc-9.6.4/cryptohash-sha256-0.11.102.1
2304.47 s
[cryptohash-sha256] Documentation installed in:
2304.47 s
[cryptohash-sha256] /nix/store/h3ag1l7ni75nvhx7rbi6030g1fid8i2v-cryptohash-sha256-0.11.102.1-doc/share/doc/cryptohash-sha256-0.11.102.1
2304.47 s
[cryptohash-sha256] Configuration files installed in:
2304.47 s
[cryptohash-sha256] /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/etc
2304.47 s
[cryptohash-sha256] No alex found
2304.47 s
[cryptohash-sha256] Using ar found on system at:
2304.47 s
[cryptohash-sha256] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2304.47 s
[cryptohash-sha256] No c2hs found
2304.47 s
[cryptohash-sha256] No cpphs found
2304.47 s
[cryptohash-sha256] No doctest found
2304.47 s
[cryptohash-sha256] Using gcc version 14.3.0 given by user at:
2304.47 s
[cryptohash-sha256] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2304.47 s
[cryptohash-sha256] Using ghc version 9.6.4 found on system at:
2304.47 s
[cryptohash-sha256] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2304.47 s
[cryptohash-sha256] Using ghc-pkg version 9.6.4 found on system at:
2304.47 s
[cryptohash-sha256] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2304.47 s
[cryptohash-sha256] No ghcjs found
2304.47 s
[cryptohash-sha256] No ghcjs-pkg found
2304.47 s
[cryptohash-sha256] No greencard found
2304.47 s
[cryptohash-sha256] Using haddock version 2.29.2 found on system at:
2304.47 s
[cryptohash-sha256] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2304.47 s
[cryptohash-sha256] No happy found
2304.47 s
[cryptohash-sha256] Using haskell-suite found on system at: haskell-suite-dummy-location
2304.49 s
[generic-deriving] [ 7 of 21] Compiling Generics.Deriving.Copoint ( src/Generics/Deriving/Copoint.hs, dist/build/Generics/Deriving/Copoint.o, dist/build/Generics/Deriving/Copoint.dyn_o )
2304.49 s
[generic-deriving] [ 8 of 21] Compiling Generics.Deriving.ConNames ( src/Generics/Deriving/ConNames.hs, dist/build/Generics/Deriving/ConNames.o, dist/build/Generics/Deriving/ConNames.dyn_o )
2304.49 s
[generic-deriving] [ 9 of 21] Compiling Generics.Deriving.Semigroup.Internal ( src/Generics/Deriving/Semigroup/Internal.hs, dist/build/Generics/Deriving/Semigroup/Internal.o, dist/build/Generics/Deriving/Semigroup/Internal.dyn_o )
2304.49 s
[generic-deriving] [10 of 21] Compiling Generics.Deriving.Monoid.Internal ( src/Generics/Deriving/Monoid/Internal.hs, dist/build/Generics/Deriving/Monoid/Internal.o, dist/build/Generics/Deriving/Monoid/Internal.dyn_o )
2304.49 s
[generic-deriving] [11 of 21] Compiling Generics.Deriving.Semigroup ( src/Generics/Deriving/Semigroup.hs, dist/build/Generics/Deriving/Semigroup.o, dist/build/Generics/Deriving/Semigroup.dyn_o )
2304.49 s
[generic-deriving] [12 of 21] Compiling Generics.Deriving.Monoid ( src/Generics/Deriving/Monoid.hs, dist/build/Generics/Deriving/Monoid.o, dist/build/Generics/Deriving/Monoid.dyn_o )
2304.49 s
[generic-deriving] [13 of 21] Compiling Generics.Deriving.Show ( src/Generics/Deriving/Show.hs, dist/build/Generics/Deriving/Show.o, dist/build/Generics/Deriving/Show.dyn_o )
2304.49 s
[generic-deriving] [14 of 21] Compiling Generics.Deriving.Traversable ( src/Generics/Deriving/Traversable.hs, dist/build/Generics/Deriving/Traversable.o, dist/build/Generics/Deriving/Traversable.dyn_o )
2304.49 s
[generic-deriving] [15 of 21] Compiling Generics.Deriving.Uniplate ( src/Generics/Deriving/Uniplate.hs, dist/build/Generics/Deriving/Uniplate.o, dist/build/Generics/Deriving/Uniplate.dyn_o )
2304.49 s
[generic-deriving] [16 of 21] Compiling Generics.Deriving.Default ( src/Generics/Deriving/Default.hs, dist/build/Generics/Deriving/Default.o, dist/build/Generics/Deriving/Default.dyn_o )
2304.49 s
[generic-deriving] [17 of 21] Compiling Generics.Deriving ( src/Generics/Deriving.hs, dist/build/Generics/Deriving.o, dist/build/Generics/Deriving.dyn_o )
2304.49 s
[generic-deriving] [18 of 21] Compiling Generics.Deriving.TH.Internal ( src/Generics/Deriving/TH/Internal.hs, dist/build/Generics/Deriving/TH/Internal.o, dist/build/Generics/Deriving/TH/Internal.dyn_o )
2304.49 s
[generic-deriving] [19 of 21] Compiling Generics.Deriving.TH.Post4_9 ( src/Generics/Deriving/TH/Post4_9.hs, dist/build/Generics/Deriving/TH/Post4_9.o, dist/build/Generics/Deriving/TH/Post4_9.dyn_o )
2304.67 s
[network] [11 of 29] Compiling Network.Socket.Internal ( Network/Socket/Internal.hs, dist/build/Network/Socket/Internal.o, dist/build/Network/Socket/Internal.dyn_o )
2304.68 s
[network] [12 of 29] Compiling Network.Socket.Posix.MsgHdr ( dist/build/Network/Socket/Posix/MsgHdr.hs, dist/build/Network/Socket/Posix/MsgHdr.o, dist/build/Network/Socket/Posix/MsgHdr.dyn_o )
2304.68 s
[network] [13 of 29] Compiling Network.Socket.Posix.CmsgHdr ( dist/build/Network/Socket/Posix/CmsgHdr.hs, dist/build/Network/Socket/Posix/CmsgHdr.o, dist/build/Network/Socket/Posix/CmsgHdr.dyn_o )
2304.68 s
[network] [14 of 29] Compiling Network.Socket.Options ( dist/build/Network/Socket/Options.hs, dist/build/Network/Socket/Options.o, dist/build/Network/Socket/Options.dyn_o )
2304.68 s
[network] [15 of 29] Compiling Network.Socket.Syscall ( Network/Socket/Syscall.hs, dist/build/Network/Socket/Syscall.o, dist/build/Network/Socket/Syscall.dyn_o )
2304.68 s
[network] [16 of 29] Compiling Network.Socket.Name ( Network/Socket/Name.hs, dist/build/Network/Socket/Name.o, dist/build/Network/Socket/Name.dyn_o )
2304.68 s
[network] [17 of 29] Compiling Network.Socket.Info ( dist/build/Network/Socket/Info.hs, dist/build/Network/Socket/Info.o, dist/build/Network/Socket/Info.dyn_o )
2304.68 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:368:1
2304.68 s
[os-string] Warning: 'foldr1' is ambiguous. It is defined
2304.68 s
[os-string] * in ‘Data.Foldable’
2304.68 s
[os-string] * at System/OsString/Internal.hs:382:1
2304.68 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2304.68 s
[os-string] by specifying the type/value namespace explicitly.
2304.68 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:382:1
2304.68 s
[os-string] Warning: 'all' is ambiguous. It is defined
2304.68 s
[os-string] * in ‘Data.Foldable’
2304.68 s
[os-string] * at System/OsString/Internal.hs:396:1
2304.68 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2304.68 s
[os-string] by specifying the type/value namespace explicitly.
2304.68 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:396:1
2304.68 s
[os-string] Warning: 'any' is ambiguous. It is defined
2304.68 s
[os-string] * in ‘Data.Foldable’
2304.68 s
[os-string] * at System/OsString/Internal.hs:403:1
2304.69 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2304.69 s
[os-string] by specifying the type/value namespace explicitly.
2304.69 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:403:1
2304.70 s
[os-string] Warning: 'replicate' is ambiguous. It is defined
2304.70 s
[os-string] * in ‘GHC.List’
2304.70 s
[os-string] * at System/OsString/Internal.hs:418:1
2304.70 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2304.70 s
[os-string] by specifying the type/value namespace explicitly.
2304.70 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:418:1
2304.70 s
[os-string] Warning: 'take' is ambiguous. It is defined
2304.70 s
[os-string] * in ‘GHC.List’
2304.70 s
[os-string] * at System/OsString/Internal.hs:460:1
2304.70 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2304.70 s
[os-string] by specifying the type/value namespace explicitly.
2304.70 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:460:1
2304.70 s
[os-string] Warning: 'length' is ambiguous. It is defined
2304.70 s
[os-string] * in ‘Data.Foldable’
2304.70 s
[os-string] * at System/OsString/Internal.hs:309:1
2304.70 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2304.70 s
[os-string] by specifying the type/value namespace explicitly.
2304.70 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:309:1
2304.70 s
[os-string] Warning: 'drop' is ambiguous. It is defined
2304.70 s
[os-string] * in ‘GHC.List’
2304.70 s
[os-string] * at System/OsString/Internal.hs:497:1
2304.70 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2304.70 s
[os-string] by specifying the type/value namespace explicitly.
2304.70 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:497:1
2304.70 s
[os-string] Warning: 'takeWhile' is ambiguous. It is defined
2304.70 s
[os-string] * in ‘GHC.List’
2304.70 s
[os-string] * at System/OsString/Internal.hs:491:1
2304.70 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2304.70 s
[os-string] by specifying the type/value namespace explicitly.
2304.70 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:491:1
2304.71 s
[os-string] Warning: 'dropWhile' is ambiguous. It is defined
2304.71 s
[os-string] * in ‘GHC.List’
2304.71 s
[os-string] * at System/OsString/Internal.hs:519:1
2304.71 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2304.71 s
[os-string] by specifying the type/value namespace explicitly.
2304.71 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:519:1
2304.71 s
[os-string] Warning: 'break' is ambiguous. It is defined
2304.71 s
[os-string] * in ‘GHC.List’
2304.71 s
[os-string] * at System/OsString/Internal.hs:548:1
2304.71 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2304.71 s
[os-string] by specifying the type/value namespace explicitly.
2304.71 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:548:1
2304.71 s
[os-string] Warning: 'span' is ambiguous. It is defined
2304.71 s
[os-string] * in ‘GHC.List’
2304.71 s
[os-string] * at System/OsString/Internal.hs:558:1
2304.71 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2304.71 s
[os-string] by specifying the type/value namespace explicitly.
2304.71 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:558:1
2304.71 s
[os-string] Warning: 'splitAt' is ambiguous. It is defined
2304.71 s
[os-string] * in ‘GHC.List’
2304.71 s
[os-string] * at System/OsString/Internal.hs:583:1
2304.71 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2304.71 s
[os-string] by specifying the type/value namespace explicitly.
2304.71 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:583:1
2304.72 s
[os-string] Warning: 'elem' is ambiguous. It is defined
2304.72 s
[os-string] * in ‘Data.Foldable’
2304.72 s
[os-string] * at System/OsString/Internal.hs:686:1
2304.72 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2304.72 s
[os-string] by specifying the type/value namespace explicitly.
2304.72 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:686:1
2304.72 s
[resourcet] Documentation created: dist/doc/html/resourcet/index.html,
2304.72 s
[resourcet] dist/doc/html/resourcet/resourcet.txt
2304.72 s
[resourcet] Preprocessing test suite 'test' for resourcet-1.3.0..
2304.72 s
[resourcet] haddockPhase completed in 30 seconds
2304.72 s
[resourcet] Phase: installPhase
2304.72 s
[resourcet] Installing library in /nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/resourcet-1.3.0-Ag2nySKVTz1BqVKoH3KxZu
2304.72 s
[resourcet] Phase: fixupPhase
2304.72 s
[resourcet] shrinking RPATHs of ELF executables and libraries in /nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0
2304.72 s
[resourcet] shrinking /nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSresourcet-1.3.0-Ag2nySKVTz1BqVKoH3KxZu-ghc9.6.4.so
2304.72 s
[resourcet] checking for references to /build/ in /nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0...
2304.72 s
[resourcet] patching script interpreter paths in /nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0
2304.72 s
[resourcet] stripping (with command strip and flags -S -p) in /nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0/lib
2305.06 s
[safe-exceptions:post-build] Uploading to the NixCI cache: /nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4 /nix/store/nfnrq5rshjyfz2mwk2sy10l55pnaiy3b-safe-exceptions-0.1.7.4-doc
2305.64 s
[safe-exceptions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2306.08 s
[safe-exceptions:post-build] copying 2 paths...
2306.08 s
[safe-exceptions:post-build] copying path '/nix/store/nfnrq5rshjyfz2mwk2sy10l55pnaiy3b-safe-exceptions-0.1.7.4-doc' to 'https://cache.nix-ci.com'...
2307.80 s
[safe-exceptions:post-build] copying path '/nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4' to 'https://cache.nix-ci.com'...
2310.34 s
[safe-exceptions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2311.30 s
[safe-exceptions:post-build] copying 1 paths...
2311.31 s
[safe-exceptions:post-build] copying path '/nix/store/qlr6gmr6kijki8l2avpq9d9zgszq4d0r-safe-exceptions-0.1.7.4.drv' to 'https://cache.nix-ci.com'...
2313.33 s
Uploaded safe-exceptions in 8.4s
2313.33 s
Progress: 109 of 211 built (10 building), 298 of 298 downloaded from cache
2313.34 s
Built safe-exceptions in 1m46s
2313.64 s
Building /nix/store/hjpj8jrl8k5ka7gzbpgxhdl2l1ns7j88-th-compat-0.1.6.drv
2313.87 s
Building /nix/store/ff1pg83pa840pdlrq1mnafdiwnmsfjcs-th-expand-syns-0.4.12.0.drv
2314.12 s
Building /nix/store/dvq1vzaffqlr638hrlwik9pz13cy46h4-unix-time-0.4.16.drv
2314.17 s
[ChasingBottoms] Phase: updateAutotoolsGnuConfigScriptsPhase
2314.17 s
[ChasingBottoms] Phase: configurePhase
2314.17 s
[ChasingBottoms] configureFlags: --verbose --prefix=/nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/a6qhb9ak288m91knc6ipqfmm3bhl8xyd-ChasingBottoms-1.3.1.15-doc/share/doc/ChasingBottoms-1.3.1.15 --with-gcc=gcc --package-db=/build/tmp.9cW5mLbsVS/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2314.17 s
[ChasingBottoms] Using Parsec parser
2314.17 s
[ChasingBottoms] Configuring ChasingBottoms-1.3.1.15...
2314.17 s
[ChasingBottoms] Dependency QuickCheck: using QuickCheck-2.14.3
2314.17 s
[ChasingBottoms] Dependency base: using base-4.18.2.0
2314.17 s
[ChasingBottoms] Dependency containers: using containers-0.6.7
2314.17 s
[ChasingBottoms] Dependency mtl: using mtl-2.3.1
2314.17 s
[ChasingBottoms] Dependency random: using random-1.2.1.3
2314.17 s
[ChasingBottoms] Dependency syb: using syb-0.7.2.4
2314.17 s
[ChasingBottoms] Dependency QuickCheck: using QuickCheck-2.14.3
2314.17 s
[ChasingBottoms] Dependency array: using array-0.5.6.0
2314.17 s
[ChasingBottoms] Dependency base: using base-4.18.2.0
2314.17 s
[ChasingBottoms] Dependency containers: using containers-0.6.7
2314.17 s
[ChasingBottoms] Dependency mtl: using mtl-2.3.1
2314.17 s
[ChasingBottoms] Dependency random: using random-1.2.1.3
2314.17 s
[ChasingBottoms] Dependency syb: using syb-0.7.2.4
2314.17 s
[ChasingBottoms] Source component graph:
2314.17 s
[ChasingBottoms] component test:ChasingBottomsTestSuite
2314.17 s
[ChasingBottoms] component lib
2314.17 s
[ChasingBottoms] Configured component graph:
2314.17 s
[ChasingBottoms] component ChasingBottoms-1.3.1.15-HTTlyyLIAmHK6SKRL4emN3-ChasingBottomsTestSuite
2314.17 s
[ChasingBottoms] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2314.17 s
[ChasingBottoms] include array-0.5.6.0
2314.17 s
[ChasingBottoms] include base-4.18.2.0
2314.17 s
[ChasingBottoms] include containers-0.6.7
2314.17 s
[ChasingBottoms] include mtl-2.3.1
2314.17 s
[ChasingBottoms] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2314.18 s
[ChasingBottoms] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2314.18 s
[ChasingBottoms] component ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5
2314.18 s
[ChasingBottoms] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2314.18 s
[ChasingBottoms] include base-4.18.2.0
2314.18 s
[ChasingBottoms] include containers-0.6.7
2314.18 s
[ChasingBottoms] include mtl-2.3.1
2314.18 s
[ChasingBottoms] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2314.18 s
[ChasingBottoms] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2314.18 s
[ChasingBottoms] Linked component graph:
2314.18 s
[ChasingBottoms] unit ChasingBottoms-1.3.1.15-HTTlyyLIAmHK6SKRL4emN3-ChasingBottomsTestSuite
2314.18 s
[ChasingBottoms] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2314.18 s
[ChasingBottoms] include array-0.5.6.0
2314.18 s
[ChasingBottoms] include base-4.18.2.0
2314.18 s
[ChasingBottoms] include containers-0.6.7
2314.18 s
[ChasingBottoms] include mtl-2.3.1
2314.18 s
[ChasingBottoms] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2314.18 s
[ChasingBottoms] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2314.18 s
[ChasingBottoms] unit ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5
2314.18 s
[ChasingBottoms] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2314.18 s
[ChasingBottoms] include base-4.18.2.0
2314.18 s
[ChasingBottoms] include containers-0.6.7
2314.18 s
[ChasingBottoms] include mtl-2.3.1
2314.18 s
[ChasingBottoms] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2314.18 s
[ChasingBottoms] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2314.18 s
[base-orphans] Documentation created: dist/doc/html/base-orphans/index.html,
2314.18 s
[base-orphans] dist/doc/html/base-orphans/base-orphans.txt
2314.18 s
[base-orphans] Preprocessing test suite 'spec' for base-orphans-0.9.3..
2314.18 s
[base-orphans] haddockPhase completed in 34 seconds
2314.18 s
[base-orphans] Phase: installPhase
2314.18 s
[base-orphans] Installing library in /nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2314.18 s
[base-orphans] Phase: fixupPhase
2314.18 s
[base-orphans] shrinking RPATHs of ELF executables and libraries in /nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3
2314.18 s
[base-orphans] shrinking /nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSbase-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z-ghc9.6.4.so
2314.18 s
[base-orphans] checking for references to /build/ in /nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3...
2314.18 s
[base-orphans] patching script interpreter paths in /nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3
2314.18 s
[base-orphans] stripping (with command strip and flags -S -p) in /nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3/lib
2314.18 s
[base-orphans] shrinking RPATHs of ELF executables and libraries in /nix/store/fx4k5dmanngcas2psykf608i56a0dyls-base-orphans-0.9.3-doc
2314.18 s
[base-orphans] checking for references to /build/ in /nix/store/fx4k5dmanngcas2psykf608i56a0dyls-base-orphans-0.9.3-doc...
2314.18 s
[base-orphans] patching script interpreter paths in /nix/store/fx4k5dmanngcas2psykf608i56a0dyls-base-orphans-0.9.3-doc
2314.21 s
[cryptohash-sha256] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2314.21 s
[cryptohash-sha256] No hmake found
2314.21 s
[cryptohash-sha256] Using hpc version 0.68 found on system at:
2314.21 s
[cryptohash-sha256] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2314.21 s
[cryptohash-sha256] Using hsc2hs version 0.68.9 found on system at:
2314.21 s
[cryptohash-sha256] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2314.21 s
[cryptohash-sha256] Using hscolour version 1.25 found on system at:
2314.21 s
[cryptohash-sha256] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2314.21 s
[cryptohash-sha256] No jhc found
2314.21 s
[cryptohash-sha256] Using ld found on system at:
2314.21 s
[cryptohash-sha256] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2314.21 s
[cryptohash-sha256] No pkg-config found
2314.21 s
[cryptohash-sha256] Using runghc version 9.6.4 found on system at:
2314.21 s
[cryptohash-sha256] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2314.21 s
[cryptohash-sha256] Using strip version 2.44 found on system at:
2314.21 s
[cryptohash-sha256] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2314.21 s
[cryptohash-sha256] Using tar found on system at:
2314.21 s
[cryptohash-sha256] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2314.21 s
[cryptohash-sha256] No uhc found
2314.21 s
[cryptohash-sha256] Phase: buildPhase
2314.21 s
[cryptohash-sha256] Preprocessing library for cryptohash-sha256-0.11.102.1..
2314.21 s
[cryptohash-sha256] Building library for cryptohash-sha256-0.11.102.1..
2314.21 s
[cryptohash-sha256] [1 of 3] Compiling Compat ( src/Compat.hs, dist/build/Compat.o, dist/build/Compat.dyn_o )
2314.21 s
[cryptohash-sha256] [2 of 3] Compiling Crypto.Hash.SHA256.FFI ( src/Crypto/Hash/SHA256/FFI.hs, dist/build/Crypto/Hash/SHA256/FFI.o, dist/build/Crypto/Hash/SHA256/FFI.dyn_o )
2314.21 s
[cryptohash-sha256] [3 of 3] Compiling Crypto.Hash.SHA256 ( src/Crypto/Hash/SHA256.hs, dist/build/Crypto/Hash/SHA256.o, dist/build/Crypto/Hash/SHA256.dyn_o )
2314.21 s
[cryptohash-sha256]
2314.21 s
[cryptohash-sha256] src/Crypto/Hash/SHA256.hs:144:19: warning : [ GHC-68441 ] [ -Wdeprecations ]
2314.21 s
[cryptohash-sha256] In the use of ‘memcpy’
2314.21 s
[cryptohash-sha256] (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
2314.21 s
[cryptohash-sha256] Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
2314.21 s
[cryptohash-sha256] |
2314.21 s
[cryptohash-sha256] 144 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
2314.21 s
[cryptohash-sha256] | ^^^^^^
2314.21 s
[cryptohash-sha256]
2314.21 s
[cryptohash-sha256] src/Crypto/Hash/SHA256.hs:336:53: warning : [ GHC-68441 ] [ -Wdeprecations ]
2314.21 s
[cryptohash-sha256] In the use of ‘memcpy’
2314.21 s
[cryptohash-sha256] (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
2314.21 s
[cryptohash-sha256] Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
2314.21 s
[cryptohash-sha256] |
2314.21 s
[cryptohash-sha256] 336 | withByteStringPtr t' $ \tptr' -> memcpy p tptr' 32
2314.21 s
[cryptohash-sha256] | ^^^^^^
2314.21 s
[cryptohash-sha256] [1 of 3] Compiling Compat ( src/Compat.hs, dist/build/Compat.p_o )
2314.21 s
[cryptohash-sha256] [2 of 3] Compiling Crypto.Hash.SHA256.FFI ( src/Crypto/Hash/SHA256/FFI.hs, dist/build/Crypto/Hash/SHA256/FFI.p_o )
2314.21 s
[cryptohash-sha256] [3 of 3] Compiling Crypto.Hash.SHA256 ( src/Crypto/Hash/SHA256.hs, dist/build/Crypto/Hash/SHA256.p_o )
2314.21 s
[cryptohash-sha256]
2314.21 s
[cryptohash-sha256] src/Crypto/Hash/SHA256.hs:144:19: warning : [ GHC-68441 ] [ -Wdeprecations ]
2314.21 s
[cryptohash-sha256] In the use of ‘memcpy’
2314.21 s
[cryptohash-sha256] (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
2314.21 s
[cryptohash-sha256] Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
2314.21 s
[cryptohash-sha256] |
2314.21 s
[cryptohash-sha256] 144 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
2314.21 s
[cryptohash-sha256] | ^^^^^^
2314.21 s
[cryptohash-sha256]
2314.21 s
[cryptohash-sha256] src/Crypto/Hash/SHA256.hs:336:53: warning : [ GHC-68441 ] [ -Wdeprecations ]
2314.21 s
[cryptohash-sha256] In the use of ‘memcpy’
2314.21 s
[cryptohash-sha256] (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
2314.21 s
[cryptohash-sha256] Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
2314.21 s
[cryptohash-sha256] |
2314.21 s
[cryptohash-sha256] 336 | withByteStringPtr t' $ \tptr' -> memcpy p tptr' 32
2314.22 s
[generic-deriving] [20 of 21] Compiling Generics.Deriving.TH ( src/Generics/Deriving/TH.hs, dist/build/Generics/Deriving/TH.o, dist/build/Generics/Deriving/TH.dyn_o )
2314.22 s
[generic-deriving] [21 of 21] Compiling Paths_generic_deriving ( dist/build/autogen/Paths_generic_deriving.hs, dist/build/Paths_generic_deriving.o, dist/build/Paths_generic_deriving.dyn_o )
2314.28 s
[network] [18 of 29] Compiling Network.Socket.Handle ( Network/Socket/Handle.hs, dist/build/Network/Socket/Handle.o, dist/build/Network/Socket/Handle.dyn_o )
2314.28 s
[network] [19 of 29] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/build/Network/Socket/ByteString/Internal.o, dist/build/Network/Socket/ByteString/Internal.dyn_o )
2314.28 s
[network] [20 of 29] Compiling Network.Socket.Buffer ( dist/build/Network/Socket/Buffer.hs, dist/build/Network/Socket/Buffer.o, dist/build/Network/Socket/Buffer.dyn_o )
2314.28 s
[network] [21 of 29] Compiling Network.Socket.SockAddr ( Network/Socket/SockAddr.hs, dist/build/Network/Socket/SockAddr.o, dist/build/Network/Socket/SockAddr.dyn_o )
2314.28 s
[network] [22 of 29] Compiling Network.Socket.Shutdown ( Network/Socket/Shutdown.hs, dist/build/Network/Socket/Shutdown.o, dist/build/Network/Socket/Shutdown.dyn_o )
2314.28 s
[network] [23 of 29] Compiling Network.Socket.ByteString.IO ( dist/build/Network/Socket/ByteString/IO.hs, dist/build/Network/Socket/ByteString/IO.o, dist/build/Network/Socket/ByteString/IO.dyn_o )
2314.28 s
[network] [24 of 29] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, dist/build/Network/Socket/ByteString/Lazy/Posix.o, dist/build/Network/Socket/ByteString/Lazy/Posix.dyn_o )
2314.28 s
[network] [25 of 29] Compiling Network.Socket.ByteString ( Network/Socket/ByteString.hs, dist/build/Network/Socket/ByteString.o, dist/build/Network/Socket/ByteString.dyn_o )
2314.28 s
[network] [26 of 29] Compiling Network.Socket.Address ( Network/Socket/Address.hs, dist/build/Network/Socket/Address.o, dist/build/Network/Socket/Address.dyn_o )
2314.28 s
[network] [27 of 29] Compiling Network.Socket.Unix ( dist/build/Network/Socket/Unix.hs, dist/build/Network/Socket/Unix.o, dist/build/Network/Socket/Unix.dyn_o )
2314.28 s
[network] [28 of 29] Compiling Network.Socket ( Network/Socket.hs, dist/build/Network/Socket.o, dist/build/Network/Socket.dyn_o )
2314.28 s
[network] [29 of 29] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, dist/build/Network/Socket/ByteString/Lazy.o, dist/build/Network/Socket/ByteString/Lazy.dyn_o )
2314.28 s
[network] [ 1 of 29] Compiling Network.Socket.Imports ( Network/Socket/Imports.hs, dist/build/Network/Socket/Imports.p_o )
2314.28 s
[network] [ 2 of 29] Compiling Network.Socket.If ( Network/Socket/If.hs, dist/build/Network/Socket/If.p_o )
2314.28 s
[os-string] Warning: 'filter' is ambiguous. It is defined
2314.28 s
[os-string] * in ‘GHC.List’
2314.28 s
[os-string] * at System/OsString/Internal.hs:704:1
2314.28 s
[os-string] You may be able to disambiguate the identifier by qualifying it or
2314.28 s
[os-string] by specifying the type/value namespace explicitly.
2314.28 s
[os-string] Defaulting to the one defined at System/OsString/Internal.hs:704:1
2314.28 s
[os-string] 94% ( 74 / 78) in 'System.OsString.Internal'
2314.28 s
[os-string] Missing documentation for:
2314.28 s
[os-string] Module header
2314.28 s
[os-string] empty (System/OsString/Internal.hs:220)
2314.28 s
[os-string] singleton (System/OsString/Internal.hs:223)
2314.28 s
[os-string] concat (System/OsString/Internal.hs:408)
2314.28 s
[os-string] Warning: 'setFileSystemEncoding' is out of scope.
2314.28 s
[os-string] If you qualify the identifier, haddock can try to link it anyway.
2314.28 s
[os-string] Warning: 'unsafePerformIO' is out of scope.
2314.28 s
[os-string] If you qualify the identifier, haddock can try to link it anyway.
2314.28 s
[os-string] 96% ( 96 / 99) in 'System.OsString'
2314.28 s
[os-string] Missing documentation for:
2314.28 s
[os-string] empty (System/OsString/Internal.hs:220)
2314.28 s
[os-string] singleton (System/OsString/Internal.hs:223)
2314.28 s
[os-string] concat (System/OsString/Internal.hs:408)
2314.28 s
[os-string] Warning: 'unsafeDupablePerformIO' is out of scope.
2314.28 s
[os-string] If you qualify the identifier, haddock can try to link it anyway.
2314.29 s
[os-string] Warning: 'OsString' is out of scope.
2314.29 s
[os-string] If you qualify the identifier, haddock can try to link it anyway.
2314.29 s
[os-string] 94% ( 93 / 98) in 'System.OsString.Windows'
2314.29 s
[os-string] Missing documentation for:
2314.29 s
[os-string] Module header
2314.29 s
[os-string] WindowsChar (System/OsString/Internal/Types.hs:117)
2314.29 s
[os-string] singleton (System/OsString/Common.hs:494)
2314.29 s
[os-string] empty (System/OsString/Common.hs:497)
2314.29 s
[os-string] concat (System/OsString/Common.hs:705)
2314.29 s
[os-string] Documentation created: dist/doc/html/os-string/index.html,
2314.29 s
[os-string] dist/doc/html/os-string/os-string.txt
2314.29 s
[os-string] Preprocessing test suite 'encoding-tests' for os-string-2.0.7..
2314.29 s
[os-string] Preprocessing test suite 'bytestring-tests' for os-string-2.0.7..
2314.29 s
[os-string] haddockPhase completed in 38 seconds
2314.29 s
[os-string] Phase: installPhase
2314.29 s
[os-string] Installing library in /nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/os-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb
2314.29 s
[os-string] Phase: fixupPhase
2314.29 s
[os-string] shrinking RPATHs of ELF executables and libraries in /nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7
2314.29 s
[os-string] shrinking /nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSos-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb-ghc9.6.4.so
2314.29 s
[os-string] checking for references to /build/ in /nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7...
2314.29 s
[os-string] patching script interpreter paths in /nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7
2314.29 s
[os-string] stripping (with command strip and flags -S -p) in /nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7/lib
2314.29 s
[os-string] shrinking RPATHs of ELF executables and libraries in /nix/store/vqq59j5jyh7srsvcg9zmsac5d0khww1k-os-string-2.0.7-doc
2314.29 s
[os-string] checking for references to /build/ in /nix/store/vqq59j5jyh7srsvcg9zmsac5d0khww1k-os-string-2.0.7-doc...
2314.29 s
[os-string] patching script interpreter paths in /nix/store/vqq59j5jyh7srsvcg9zmsac5d0khww1k-os-string-2.0.7-doc
2314.29 s
[resourcet] shrinking RPATHs of ELF executables and libraries in /nix/store/1c3a62b3imq5cbzdxfbnv3ik0v8zpb91-resourcet-1.3.0-doc
2314.29 s
[resourcet] checking for references to /build/ in /nix/store/1c3a62b3imq5cbzdxfbnv3ik0v8zpb91-resourcet-1.3.0-doc...
2314.29 s
[resourcet] patching script interpreter paths in /nix/store/1c3a62b3imq5cbzdxfbnv3ik0v8zpb91-resourcet-1.3.0-doc
2314.29 s
[tasty-kat] Phase: setupCompilerEnvironmentPhase
2314.29 s
[tasty-kat] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2314.29 s
[tasty-kat] Phase: unpackPhase
2314.29 s
[tasty-kat] unpacking source archive /nix/store/5ccvvz1grv7ccj7x6ls35afhgcmscjq7-tasty-kat-0.0.3.tar.gz
2314.29 s
[tasty-kat] source root is tasty-kat-0.0.3
2314.29 s
[tasty-kat] setting SOURCE_DATE_EPOCH to timestamp 1421778142 of file "tasty-kat-0.0.3/Test/Tasty/KAT/Internal.hs"
2314.29 s
[tasty-kat] Phase: patchPhase
2314.29 s
[tasty-kat] Phase: compileBuildDriverPhase
2314.29 s
[tasty-kat] setupCompileFlags: -package-db=/build/tmp.QFnCnksICC/setup-package.conf.d -threaded
2314.29 s
[tasty-kat] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.QFnCnksICC/Main.o )
2314.29 s
[tasty-kat] [2 of 2] Linking Setup
2314.29 s
[tasty-kat] Phase: updateAutotoolsGnuConfigScriptsPhase
2314.29 s
[tasty-kat] Phase: configurePhase
2314.29 s
[tasty-kat] configureFlags: --verbose --prefix=/nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/15bwlg1vhmd4jm5dp5fh4f8qplm933bb-tasty-kat-0.0.3-doc/share/doc/tasty-kat-0.0.3 --with-gcc=gcc --package-db=/build/tmp.QFnCnksICC/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2314.29 s
[text-conversions] Documentation created: dist/doc/html/text-conversions/index.html,
2314.29 s
[text-conversions] dist/doc/html/text-conversions/text-conversions.txt
2314.29 s
[text-conversions] Preprocessing test suite 'text-conversions-test-suite' for text-conversions-0.3.1.1..
2314.29 s
[text-conversions] Phase: installPhase
2314.29 s
[text-conversions] Installing library in /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
2314.29 s
[th-expand-syns] Phase: setupCompilerEnvironmentPhase
2314.29 s
[th-expand-syns] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2314.35 s
[ChasingBottoms] Test.ChasingBottoms=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms,Test.ChasingBottoms.Approx=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms.Approx,Test.ChasingBottoms.ApproxShow=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms.ApproxShow,Test.ChasingBottoms.ContinuousFunctions=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms.ContinuousFunctions,Test.ChasingBottoms.IsBottom=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms.IsBottom,Test.ChasingBottoms.Nat=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms.Nat,Test.ChasingBottoms.SemanticOrd=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms.SemanticOrd,Test.ChasingBottoms.TimeOut=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms.TimeOut
2314.35 s
[ChasingBottoms] Ready component graph:
2314.35 s
[ChasingBottoms] definite ChasingBottoms-1.3.1.15-HTTlyyLIAmHK6SKRL4emN3-ChasingBottomsTestSuite
2314.35 s
[ChasingBottoms] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2314.35 s
[ChasingBottoms] depends array-0.5.6.0
2314.35 s
[ChasingBottoms] depends base-4.18.2.0
2314.35 s
[ChasingBottoms] depends containers-0.6.7
2314.35 s
[ChasingBottoms] depends mtl-2.3.1
2314.35 s
[ChasingBottoms] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2314.35 s
[ChasingBottoms] depends syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2314.35 s
[ChasingBottoms] definite ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5
2314.35 s
[ChasingBottoms] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2314.35 s
[ChasingBottoms] depends base-4.18.2.0
2314.35 s
[ChasingBottoms] depends containers-0.6.7
2314.35 s
[ChasingBottoms] depends mtl-2.3.1
2314.35 s
[ChasingBottoms] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2314.35 s
[ChasingBottoms] depends syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2314.35 s
[ChasingBottoms] Using Cabal-3.10.1.0 compiled by ghc-9.6
2314.35 s
[ChasingBottoms] Using compiler: ghc-9.6.4
2314.35 s
[ChasingBottoms] Using install prefix:
2314.35 s
[ChasingBottoms] /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15
2314.35 s
[ChasingBottoms] Executables installed in:
2314.35 s
[ChasingBottoms] /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/bin
2314.35 s
[ChasingBottoms] Libraries installed in:
2314.35 s
[ChasingBottoms] /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5
2314.35 s
[ChasingBottoms] Dynamic Libraries installed in:
2314.35 s
[ChasingBottoms] /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2314.35 s
[ChasingBottoms] Private executables installed in:
2314.35 s
[ChasingBottoms] /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/libexec/x86_64-linux-ghc-9.6.4/ChasingBottoms-1.3.1.15
2314.35 s
[ChasingBottoms] Data files installed in:
2314.35 s
[ChasingBottoms] /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/share/x86_64-linux-ghc-9.6.4/ChasingBottoms-1.3.1.15
2314.35 s
[ChasingBottoms] Documentation installed in:
2314.35 s
[ChasingBottoms] /nix/store/a6qhb9ak288m91knc6ipqfmm3bhl8xyd-ChasingBottoms-1.3.1.15-doc/share/doc/ChasingBottoms-1.3.1.15
2314.35 s
[ChasingBottoms] Configuration files installed in:
2314.35 s
[ChasingBottoms] /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/etc
2314.35 s
[ChasingBottoms] No alex found
2314.35 s
[ChasingBottoms] Using ar found on system at:
2314.35 s
[ChasingBottoms] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2314.35 s
[ChasingBottoms] No c2hs found
2314.35 s
[ChasingBottoms] No cpphs found
2314.35 s
[ChasingBottoms] No doctest found
2314.35 s
[ChasingBottoms] Using gcc version 14.3.0 given by user at:
2314.35 s
[ChasingBottoms] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2314.35 s
[ChasingBottoms] Using ghc version 9.6.4 found on system at:
2314.36 s
[ChasingBottoms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2314.36 s
[ChasingBottoms] Using ghc-pkg version 9.6.4 found on system at:
2314.36 s
[ChasingBottoms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2314.36 s
[ChasingBottoms] No ghcjs found
2314.36 s
[ChasingBottoms] No ghcjs-pkg found
2314.36 s
[ChasingBottoms] No greencard found
2314.36 s
[ChasingBottoms] Using haddock version 2.29.2 found on system at:
2314.36 s
[ChasingBottoms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2314.36 s
[ChasingBottoms] No happy found
2314.36 s
[ChasingBottoms] Using haskell-suite found on system at: haskell-suite-dummy-location
2314.36 s
[ChasingBottoms] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2314.36 s
[ChasingBottoms] No hmake found
2314.36 s
[ChasingBottoms] Using hpc version 0.68 found on system at:
2314.36 s
[ChasingBottoms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2314.36 s
[ChasingBottoms] Using hsc2hs version 0.68.9 found on system at:
2314.36 s
[ChasingBottoms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2314.36 s
[ChasingBottoms] Using hscolour version 1.25 found on system at:
2314.36 s
[ChasingBottoms] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2314.37 s
[ChasingBottoms] No jhc found
2314.37 s
[ChasingBottoms] Using ld found on system at:
2314.37 s
[ChasingBottoms] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2314.37 s
[ChasingBottoms] No pkg-config found
2314.37 s
[ChasingBottoms] Using runghc version 9.6.4 found on system at:
2314.37 s
[ChasingBottoms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2314.37 s
[ChasingBottoms] Using strip version 2.44 found on system at:
2314.37 s
[ChasingBottoms] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2314.37 s
[ChasingBottoms] Using tar found on system at:
2314.37 s
[ChasingBottoms] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2314.37 s
[ChasingBottoms] No uhc found
2314.37 s
[ChasingBottoms] Phase: buildPhase
2314.37 s
[ChasingBottoms] Preprocessing test suite 'ChasingBottomsTestSuite' for ChasingBottoms-1.3.1.15..
2314.37 s
[ChasingBottoms] Building test suite 'ChasingBottomsTestSuite' for ChasingBottoms-1.3.1.15..
2314.37 s
[ChasingBottoms] [ 1 of 20] Compiling Test.ChasingBottoms.IsType ( Test/ChasingBottoms/IsType.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/IsType.o )
2314.76 s
[base-orphans:post-build] Uploading to the NixCI cache: /nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3 /nix/store/fx4k5dmanngcas2psykf608i56a0dyls-base-orphans-0.9.3-doc
2315.13 s
[base-orphans:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2315.71 s
[base-orphans:post-build] copying 2 paths...
2315.73 s
[base-orphans:post-build] copying path '/nix/store/fx4k5dmanngcas2psykf608i56a0dyls-base-orphans-0.9.3-doc' to 'https://cache.nix-ci.com'...
2317.32 s
[base-orphans:post-build] copying path '/nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3' to 'https://cache.nix-ci.com'...
2321.51 s
[base-orphans:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2322.56 s
[base-orphans:post-build] copying 1 paths...
2322.57 s
[base-orphans:post-build] copying path '/nix/store/g34vrr4q792d45x04q0qmdbcgapr90kj-base-orphans-0.9.3.drv' to 'https://cache.nix-ci.com'...
2324.65 s
Uploaded base-orphans in 10.1s
2324.65 s
Progress: 110 of 211 built (12 building), 298 of 298 downloaded from cache
2324.65 s
Built base-orphans in 1m59s
2324.65 s
[cryptohash-sha256] | ^^^^^^
2325.08 s
[os-string:post-build] Uploading to the NixCI cache: /nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7 /nix/store/vqq59j5jyh7srsvcg9zmsac5d0khww1k-os-string-2.0.7-doc
2325.66 s
[os-string:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2327.02 s
[os-string:post-build] copying 2 paths...
2327.04 s
[os-string:post-build] copying path '/nix/store/vqq59j5jyh7srsvcg9zmsac5d0khww1k-os-string-2.0.7-doc' to 'https://cache.nix-ci.com'...
2330.47 s
[os-string:post-build] copying path '/nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7' to 'https://cache.nix-ci.com'...
2338.78 s
[os-string:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2340.07 s
[os-string:post-build] copying 1 paths...
2340.07 s
[os-string:post-build] copying path '/nix/store/qbkzrlafd4jzayhnb38zk74jpd1148mw-os-string-2.0.7.drv' to 'https://cache.nix-ci.com'...
2342.06 s
Uploaded os-string in 17.1s
2342.06 s
Progress: 111 of 212 built (11 building), 298 of 298 downloaded from cache
2342.06 s
Built os-string in 7m30s
2342.53 s
[resourcet:post-build] Uploading to the NixCI cache: /nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0 /nix/store/1c3a62b3imq5cbzdxfbnv3ik0v8zpb91-resourcet-1.3.0-doc
2343.11 s
[resourcet:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2343.69 s
[resourcet:post-build] copying 2 paths...
2343.69 s
[resourcet:post-build] copying path '/nix/store/1c3a62b3imq5cbzdxfbnv3ik0v8zpb91-resourcet-1.3.0-doc' to 'https://cache.nix-ci.com'...
2346.19 s
[resourcet:post-build] copying path '/nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0' to 'https://cache.nix-ci.com'...
2351.06 s
[resourcet:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2352.44 s
[resourcet:post-build] copying 1 paths...
2352.45 s
[resourcet:post-build] copying path '/nix/store/05p3w9w1hlplr579hy37z92315j4ksh4-resourcet-1.3.0.drv' to 'https://cache.nix-ci.com'...
2354.74 s
Uploaded resourcet in 12.4s
2354.74 s
Progress: 112 of 213 built (10 building), 298 of 298 downloaded from cache
2354.74 s
Built resourcet in 2m28s
2354.74 s
[tasty-kat] Using Parsec parser
2354.74 s
[tasty-kat] Configuring tasty-kat-0.0.3...
2354.74 s
[th-compat] Phase: setupCompilerEnvironmentPhase
2354.74 s
[th-compat] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2355.10 s
Building /nix/store/1lp6faj858hfi59y4q5qjd5988ahvakx-hashable-1.4.7.0.drv
2355.38 s
Building /nix/store/k8qwd4a4dc2gbwk2370b6ak4f49qvx0k-transformers-base-0.4.6.drv
2355.38 s
[ChasingBottoms] [ 2 of 20] Compiling Test.ChasingBottoms.IsType.Tests ( Test/ChasingBottoms/IsType/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/IsType/Tests.o )
2355.38 s
[ChasingBottoms] [ 3 of 20] Compiling Test.ChasingBottoms.Nat ( Test/ChasingBottoms/Nat.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/Nat.o )
2355.38 s
[ChasingBottoms] [ 4 of 20] Compiling Test.ChasingBottoms.Approx ( Test/ChasingBottoms/Approx.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/Approx.o )
2355.38 s
[ChasingBottoms] [ 5 of 20] Compiling Test.ChasingBottoms.TestUtilities ( Test/ChasingBottoms/TestUtilities.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/TestUtilities.o )
2355.38 s
[ChasingBottoms] [ 6 of 20] Compiling Test.ChasingBottoms.IsBottom[boot] ( Test/ChasingBottoms/IsBottom.hs-boot, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/IsBottom.o-boot )
2355.38 s
[ChasingBottoms] [ 7 of 20] Compiling Test.ChasingBottoms.TimeOut ( Test/ChasingBottoms/TimeOut.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/TimeOut.o )
2355.38 s
[ChasingBottoms] [ 8 of 20] Compiling Test.ChasingBottoms.IsBottom ( Test/ChasingBottoms/IsBottom.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/IsBottom.o )
2355.38 s
[ChasingBottoms] [ 9 of 20] Compiling Test.ChasingBottoms.SemanticOrd ( Test/ChasingBottoms/SemanticOrd.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/SemanticOrd.o )
2355.38 s
[ChasingBottoms] [10 of 20] Compiling Test.ChasingBottoms.Nat.Tests ( Test/ChasingBottoms/Nat/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/Nat/Tests.o )
2355.38 s
[ChasingBottoms] [11 of 20] Compiling Test.ChasingBottoms.IsBottom.Tests ( Test/ChasingBottoms/IsBottom/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/IsBottom/Tests.o )
2355.38 s
[ChasingBottoms]
2355.38 s
[ChasingBottoms] Test/ChasingBottoms/IsBottom/Tests.hs:56:19: warning : [ GHC-53633 ] [ -Woverlapping-patterns ]
2355.38 s
[ChasingBottoms] Pattern match is redundant
2355.38 s
[ChasingBottoms] In a pattern binding: Just x = ...
2355.38 s
[ChasingBottoms] |
2355.38 s
[ChasingBottoms] 56 | , isBottom (let Just x = Nothing in x :: Char)
2355.38 s
[ChasingBottoms] | ^^^^^^^^^^^^^^^^
2355.38 s
[ChasingBottoms] [12 of 20] Compiling Test.ChasingBottoms.ContinuousFunctions ( Test/ChasingBottoms/ContinuousFunctions.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/ContinuousFunctions.o )
2355.38 s
[ChasingBottoms] [13 of 20] Compiling Test.ChasingBottoms.ApproxShow ( Test/ChasingBottoms/ApproxShow.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/ApproxShow.o )
2355.38 s
[ChasingBottoms] [14 of 20] Compiling Test.ChasingBottoms.TestUtilities.Generators ( Test/ChasingBottoms/TestUtilities/Generators.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/TestUtilities/Generators.o )
2355.39 s
[ChasingBottoms] [15 of 20] Compiling Test.ChasingBottoms.SemanticOrd.Tests ( Test/ChasingBottoms/SemanticOrd/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/SemanticOrd/Tests.o )
2355.39 s
[ChasingBottoms] [16 of 20] Compiling Test.ChasingBottoms.ContinuousFunctions.Tests ( Test/ChasingBottoms/ContinuousFunctions/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/ContinuousFunctions/Tests.o )
2355.39 s
[ChasingBottoms] [17 of 20] Compiling Test.ChasingBottoms.ApproxShow.Tests ( Test/ChasingBottoms/ApproxShow/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/ApproxShow/Tests.o )
2355.39 s
[ChasingBottoms] [18 of 20] Compiling Test.ChasingBottoms.Approx.Tests ( Test/ChasingBottoms/Approx/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/Approx/Tests.o )
2355.39 s
[ChasingBottoms] [19 of 20] Compiling Test.ChasingBottoms.TimeOut.Tests ( Test/ChasingBottoms/TimeOut/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/TimeOut/Tests.o )
2355.39 s
[ChasingBottoms] [20 of 20] Compiling Main ( Test/ChasingBottoms/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Main.o )
2355.66 s
Building /nix/store/4lrjxfsv4nq6s2sr3yv4hca4kqwfnw8w-cookie-0.5.1.drv
2355.66 s
[cryptohash-sha256] Preprocessing test suite 'test-sha256' for cryptohash-sha256-0.11.102.1..
2355.66 s
[cryptohash-sha256] Building test suite 'test-sha256' for cryptohash-sha256-0.11.102.1..
2355.66 s
[cryptohash-sha256] [1 of 1] Compiling Main ( src-tests/test-sha256.hs, dist/build/test-sha256/test-sha256-tmp/Main.o )
2355.66 s
[cryptohash-sha256] [2 of 2] Linking dist/build/test-sha256/test-sha256
2355.66 s
[cryptohash-sha256] buildPhase completed in 32 seconds
2355.66 s
[cryptohash-sha256] Phase: checkPhase
2355.66 s
[cryptohash-sha256] Running 1 test suites...
2355.66 s
[cryptohash-sha256] Test suite test-sha256: RUNNING...
2355.66 s
[cryptohash-sha256] cryptohash-sha256
2355.66 s
[cryptohash-sha256] KATs
2355.66 s
[cryptohash-sha256] vec1
2355.66 s
[cryptohash-sha256] one-pass: OK
2355.66 s
[cryptohash-sha256] one-pass': OK
2355.66 s
[cryptohash-sha256] inc-1: OK
2355.66 s
[cryptohash-sha256] inc-2: OK
2355.66 s
[cryptohash-sha256] inc-3: OK
2355.66 s
[cryptohash-sha256] inc-4: OK
2355.66 s
[cryptohash-sha256] inc-5: OK
2355.66 s
[cryptohash-sha256] inc-7: OK
2355.66 s
[cryptohash-sha256] inc-8: OK
2355.66 s
[cryptohash-sha256] inc-9: OK
2355.66 s
[cryptohash-sha256] inc-16: OK
2355.66 s
[cryptohash-sha256] lazy-1: OK
2355.66 s
[cryptohash-sha256] lazy-2: OK
2355.66 s
[cryptohash-sha256] lazy-7: OK
2355.66 s
[cryptohash-sha256] lazy-8: OK
2355.66 s
[cryptohash-sha256] lazy-16: OK
2355.66 s
[cryptohash-sha256] lazy-1': OK
2355.66 s
[cryptohash-sha256] lazy-2': OK
2355.66 s
[cryptohash-sha256] lazy-7': OK
2355.66 s
[cryptohash-sha256] lazy-8': OK
2355.66 s
[cryptohash-sha256] lazy-16': OK
2355.66 s
[cryptohash-sha256] vec2
2355.66 s
[cryptohash-sha256] one-pass: OK
2355.66 s
[cryptohash-sha256] one-pass': OK
2355.66 s
[cryptohash-sha256] inc-1: OK
2355.66 s
[cryptohash-sha256] inc-2: OK
2355.66 s
[cryptohash-sha256] inc-3: OK
2355.66 s
[cryptohash-sha256] inc-4: OK
2355.66 s
[cryptohash-sha256] inc-5: OK
2355.66 s
[cryptohash-sha256] inc-7: OK
2355.67 s
[cryptohash-sha256] inc-8: OK
2355.67 s
[cryptohash-sha256] inc-9: OK
2355.67 s
[cryptohash-sha256] inc-16: OK
2355.67 s
[cryptohash-sha256] lazy-1: OK
2355.67 s
[cryptohash-sha256] lazy-2: OK
2355.67 s
[cryptohash-sha256] lazy-7: OK
2355.67 s
[cryptohash-sha256] lazy-8: OK
2355.67 s
[cryptohash-sha256] lazy-16: OK
2355.67 s
[cryptohash-sha256] lazy-1': OK
2355.67 s
[cryptohash-sha256] lazy-2': OK
2355.67 s
[cryptohash-sha256] lazy-7': OK
2355.67 s
[cryptohash-sha256] lazy-8': OK
2355.67 s
[cryptohash-sha256] lazy-16': OK
2355.67 s
[cryptohash-sha256] vec3
2355.67 s
[cryptohash-sha256] one-pass: OK
2355.67 s
[cryptohash-sha256] one-pass': OK
2355.67 s
[cryptohash-sha256] inc-1: OK
2355.67 s
[cryptohash-sha256] inc-2: OK
2355.67 s
[cryptohash-sha256] inc-3: OK
2355.67 s
[cryptohash-sha256] inc-4: OK
2355.67 s
[cryptohash-sha256] inc-5: OK
2355.67 s
[cryptohash-sha256] inc-7: OK
2355.67 s
[cryptohash-sha256] inc-8: OK
2355.67 s
[cryptohash-sha256] inc-9: OK
2355.67 s
[cryptohash-sha256] inc-16: OK
2355.67 s
[cryptohash-sha256] lazy-1: OK
2355.67 s
[cryptohash-sha256] lazy-2: OK
2355.67 s
[cryptohash-sha256] lazy-7: OK
2355.67 s
[cryptohash-sha256] lazy-8: OK
2355.67 s
[cryptohash-sha256] lazy-16: OK
2355.67 s
[cryptohash-sha256] lazy-1': OK
2355.67 s
[cryptohash-sha256] lazy-2': OK
2355.67 s
[cryptohash-sha256] lazy-7': OK
2355.67 s
[cryptohash-sha256] lazy-8': OK
2355.67 s
[cryptohash-sha256] lazy-16': OK
2355.67 s
[cryptohash-sha256] vec4
2355.67 s
[cryptohash-sha256] one-pass: OK
2355.67 s
[cryptohash-sha256] one-pass': OK
2355.67 s
[cryptohash-sha256] inc-1: OK
2355.67 s
[cryptohash-sha256] inc-2: OK
2355.67 s
[cryptohash-sha256] inc-3: OK
2355.67 s
[cryptohash-sha256] inc-4: OK
2355.67 s
[cryptohash-sha256] inc-5: OK
2355.67 s
[cryptohash-sha256] inc-7: OK
2355.67 s
[cryptohash-sha256] inc-8: OK
2355.67 s
[cryptohash-sha256] inc-9: OK
2355.67 s
[cryptohash-sha256] inc-16: OK
2355.67 s
[cryptohash-sha256] lazy-1: OK
2355.67 s
[cryptohash-sha256] lazy-2: OK
2355.67 s
[cryptohash-sha256] lazy-7: OK
2355.67 s
[cryptohash-sha256] lazy-8: OK
2355.67 s
[cryptohash-sha256] lazy-16: OK
2355.67 s
[cryptohash-sha256] lazy-1': OK
2355.67 s
[cryptohash-sha256] lazy-2': OK
2355.67 s
[cryptohash-sha256] lazy-7': OK
2355.67 s
[cryptohash-sha256] lazy-8': OK
2355.67 s
[cryptohash-sha256] lazy-16': OK
2355.67 s
[cryptohash-sha256] vec5
2355.67 s
[cryptohash-sha256] one-pass: OK
2355.67 s
[cryptohash-sha256] one-pass': OK
2355.67 s
[cryptohash-sha256] inc-1: OK
2355.67 s
[cryptohash-sha256] inc-2: OK
2355.67 s
[cryptohash-sha256] inc-3: OK
2355.67 s
[cryptohash-sha256] inc-4: OK
2355.67 s
[cryptohash-sha256] inc-5: OK
2355.67 s
[cryptohash-sha256] inc-7: OK
2355.67 s
[cryptohash-sha256] inc-8: OK
2355.67 s
[cryptohash-sha256] inc-9: OK
2355.67 s
[cryptohash-sha256] inc-16: OK
2355.67 s
[cryptohash-sha256] lazy-1: OK
2355.67 s
[cryptohash-sha256] lazy-2: OK
2355.68 s
[cryptohash-sha256] lazy-7: OK
2355.68 s
[cryptohash-sha256] lazy-8: OK
2355.68 s
[cryptohash-sha256] lazy-16: OK
2355.68 s
[cryptohash-sha256] lazy-1': OK
2355.68 s
[cryptohash-sha256] lazy-2': OK
2355.68 s
[cryptohash-sha256] lazy-7': OK
2355.68 s
[cryptohash-sha256] lazy-8': OK
2355.68 s
[cryptohash-sha256] lazy-16': OK
2355.68 s
[cryptohash-sha256] vec6
2355.68 s
[cryptohash-sha256] one-pass: OK
2355.68 s
[cryptohash-sha256] one-pass': OK
2355.68 s
[cryptohash-sha256] inc-1: OK
2355.68 s
[cryptohash-sha256] inc-2: OK
2355.68 s
[cryptohash-sha256] inc-3: OK
2355.68 s
[cryptohash-sha256] inc-4: OK
2355.68 s
[cryptohash-sha256] inc-5: OK
2355.68 s
[cryptohash-sha256] inc-7: OK
2355.68 s
[cryptohash-sha256] inc-8: OK
2355.68 s
[cryptohash-sha256] inc-9: OK
2355.68 s
[cryptohash-sha256] inc-16: OK
2355.68 s
[cryptohash-sha256] lazy-1: OK
2355.68 s
[cryptohash-sha256] lazy-2: OK
2355.68 s
[cryptohash-sha256] lazy-7: OK
2355.68 s
[cryptohash-sha256] lazy-8: OK
2355.68 s
[cryptohash-sha256] lazy-16: OK
2355.68 s
[cryptohash-sha256] lazy-1': OK
2355.68 s
[cryptohash-sha256] lazy-2': OK
2355.68 s
[cryptohash-sha256] lazy-7': OK
2355.68 s
[cryptohash-sha256] lazy-8': OK
2355.68 s
[cryptohash-sha256] lazy-16': OK
2355.68 s
[cryptohash-sha256] lazy-63u: OK
2355.68 s
[cryptohash-sha256] lazy-65u: OK
2355.68 s
[cryptohash-sha256] lazy-97u: OK
2355.68 s
[cryptohash-sha256] lazy-63u': OK
2355.68 s
[cryptohash-sha256] lazy-65u': OK
2355.68 s
[cryptohash-sha256] lazy-97u': OK
2355.68 s
[cryptohash-sha256] vec7
2355.68 s
[cryptohash-sha256] one-pass: OK (0.02s)
2355.68 s
[cryptohash-sha256] one-pass': OK
2355.68 s
[cryptohash-sha256] inc-1: OK (0.11s)
2355.95 s
Building /nix/store/m9mymrfhr77bnvmrb2cp8kcnan9fagyr-doctest-0.22.6.drv
2355.95 s
[generic-deriving] [ 1 of 21] Compiling Generics.Deriving.Instances ( src/Generics/Deriving/Instances.hs, dist/build/Generics/Deriving/Instances.p_o )
2355.95 s
[generic-deriving] [ 2 of 21] Compiling Generics.Deriving.Base ( src/Generics/Deriving/Base.hs, dist/build/Generics/Deriving/Base.p_o )
2355.95 s
[generic-deriving] [ 3 of 21] Compiling Generics.Deriving.Functor ( src/Generics/Deriving/Functor.hs, dist/build/Generics/Deriving/Functor.p_o )
2355.95 s
[generic-deriving] [ 4 of 21] Compiling Generics.Deriving.Foldable ( src/Generics/Deriving/Foldable.hs, dist/build/Generics/Deriving/Foldable.p_o )
2355.95 s
[generic-deriving] [ 5 of 21] Compiling Generics.Deriving.Eq ( src/Generics/Deriving/Eq.hs, dist/build/Generics/Deriving/Eq.p_o )
2355.95 s
[generic-deriving] [ 6 of 21] Compiling Generics.Deriving.Enum ( src/Generics/Deriving/Enum.hs, dist/build/Generics/Deriving/Enum.p_o )
2356.05 s
[network] [ 3 of 29] Compiling Network.Socket.Flag ( dist/build/Network/Socket/Flag.hs, dist/build/Network/Socket/Flag.p_o )
2356.05 s
[network] [ 4 of 29] Compiling Network.Socket.Cbits ( dist/build/Network/Socket/Cbits.hs, dist/build/Network/Socket/Cbits.p_o )
2356.05 s
[network] [ 5 of 29] Compiling Network.Socket.Fcntl ( Network/Socket/Fcntl.hs, dist/build/Network/Socket/Fcntl.p_o )
2356.05 s
[network] [ 6 of 29] Compiling Network.Socket.Posix.IOVec ( dist/build/Network/Socket/Posix/IOVec.hs, dist/build/Network/Socket/Posix/IOVec.p_o )
2356.05 s
[network] [ 7 of 29] Compiling Network.Socket.ReadShow ( Network/Socket/ReadShow.hs, dist/build/Network/Socket/ReadShow.p_o )
2356.05 s
[network] [ 8 of 29] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, dist/build/Network/Socket/Types.p_o )
2356.05 s
[network] [ 9 of 29] Compiling Network.Socket.STM ( Network/Socket/STM.hs, dist/build/Network/Socket/STM.p_o )
2356.05 s
[network] [10 of 29] Compiling Network.Socket.Posix.Cmsg ( dist/build/Network/Socket/Posix/Cmsg.hs, dist/build/Network/Socket/Posix/Cmsg.p_o )
2356.05 s
[network] [11 of 29] Compiling Network.Socket.Internal ( Network/Socket/Internal.hs, dist/build/Network/Socket/Internal.p_o )
2356.05 s
[network] [12 of 29] Compiling Network.Socket.Posix.MsgHdr ( dist/build/Network/Socket/Posix/MsgHdr.hs, dist/build/Network/Socket/Posix/MsgHdr.p_o )
2356.05 s
[network] [13 of 29] Compiling Network.Socket.Posix.CmsgHdr ( dist/build/Network/Socket/Posix/CmsgHdr.hs, dist/build/Network/Socket/Posix/CmsgHdr.p_o )
2356.05 s
[network] [14 of 29] Compiling Network.Socket.Options ( dist/build/Network/Socket/Options.hs, dist/build/Network/Socket/Options.p_o )
2356.06 s
[network] [15 of 29] Compiling Network.Socket.Syscall ( Network/Socket/Syscall.hs, dist/build/Network/Socket/Syscall.p_o )
2356.06 s
[network] [16 of 29] Compiling Network.Socket.Name ( Network/Socket/Name.hs, dist/build/Network/Socket/Name.p_o )
2356.06 s
[network] [17 of 29] Compiling Network.Socket.Info ( dist/build/Network/Socket/Info.hs, dist/build/Network/Socket/Info.p_o )
2356.06 s
[network] [18 of 29] Compiling Network.Socket.Handle ( Network/Socket/Handle.hs, dist/build/Network/Socket/Handle.p_o )
2356.06 s
[network] [19 of 29] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/build/Network/Socket/ByteString/Internal.p_o )
2356.06 s
[network] [20 of 29] Compiling Network.Socket.Buffer ( dist/build/Network/Socket/Buffer.hs, dist/build/Network/Socket/Buffer.p_o )
2356.06 s
[network] [21 of 29] Compiling Network.Socket.SockAddr ( Network/Socket/SockAddr.hs, dist/build/Network/Socket/SockAddr.p_o )
2356.06 s
[network] [22 of 29] Compiling Network.Socket.Shutdown ( Network/Socket/Shutdown.hs, dist/build/Network/Socket/Shutdown.p_o )
2356.06 s
[network] [23 of 29] Compiling Network.Socket.ByteString.IO ( dist/build/Network/Socket/ByteString/IO.hs, dist/build/Network/Socket/ByteString/IO.p_o )
2356.06 s
[network] [24 of 29] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, dist/build/Network/Socket/ByteString/Lazy/Posix.p_o )
2356.06 s
[network] [25 of 29] Compiling Network.Socket.ByteString ( Network/Socket/ByteString.hs, dist/build/Network/Socket/ByteString.p_o )
2356.06 s
[network] [26 of 29] Compiling Network.Socket.Address ( Network/Socket/Address.hs, dist/build/Network/Socket/Address.p_o )
2356.06 s
[network] [27 of 29] Compiling Network.Socket.Unix ( dist/build/Network/Socket/Unix.hs, dist/build/Network/Socket/Unix.p_o )
2356.06 s
[network] [28 of 29] Compiling Network.Socket ( Network/Socket.hs, dist/build/Network/Socket.p_o )
2356.06 s
[network] [29 of 29] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, dist/build/Network/Socket/ByteString/Lazy.p_o )
2356.06 s
[tasty-kat] Dependency base >=4 && <5: using base-4.18.2.0
2356.06 s
[tasty-kat] Dependency bytestring: using bytestring-0.11.5.3
2356.06 s
[tasty-kat] Dependency tasty: using tasty-1.5.3
2356.06 s
[tasty-kat] Dependency base >=3 && <5: using base-4.18.2.0
2356.06 s
[tasty-kat] Dependency bytestring: using bytestring-0.11.5.3
2356.06 s
[tasty-kat] Dependency mtl: using mtl-2.3.1
2356.06 s
[tasty-kat] Dependency tasty: using tasty-1.5.3
2356.06 s
[tasty-kat] Dependency tasty-hunit: using tasty-hunit-0.10.2
2356.06 s
[tasty-kat] Dependency tasty-kat: using tasty-kat-0.0.3
2356.06 s
[tasty-kat] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
2356.06 s
[tasty-kat] Source component graph:
2356.06 s
[tasty-kat] component lib
2356.06 s
[tasty-kat] component test:test-tasty-kat dependency lib
2356.06 s
[tasty-kat] Configured component graph:
2356.06 s
[tasty-kat] component tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
2356.06 s
[tasty-kat] include base-4.18.2.0
2356.06 s
[tasty-kat] include bytestring-0.11.5.3
2356.06 s
[tasty-kat] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2356.06 s
[tasty-kat] component tasty-kat-0.0.3-1RU4bYdfkA7GjFTRrzOiS1-test-tasty-kat
2356.06 s
[tasty-kat] include base-4.18.2.0
2356.06 s
[tasty-kat] include bytestring-0.11.5.3
2356.06 s
[tasty-kat] include mtl-2.3.1
2356.06 s
[tasty-kat] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2356.06 s
[tasty-kat] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2356.06 s
[tasty-kat] include tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
2356.06 s
[tasty-kat] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2356.06 s
[tasty-kat] Linked component graph:
2356.06 s
[tasty-kat] unit tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
2356.06 s
[tasty-kat] include base-4.18.2.0
2356.06 s
[tasty-kat] include bytestring-0.11.5.3
2356.06 s
[tasty-kat] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2356.06 s
[tasty-kat] Test.Tasty.KAT=tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB:Test.Tasty.KAT,Test.Tasty.KAT.FileLoader=tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB:Test.Tasty.KAT.FileLoader
2356.06 s
[tasty-kat] unit tasty-kat-0.0.3-1RU4bYdfkA7GjFTRrzOiS1-test-tasty-kat
2356.06 s
[tasty-kat] include base-4.18.2.0
2356.06 s
[tasty-kat] include bytestring-0.11.5.3
2356.06 s
[tasty-kat] include mtl-2.3.1
2356.06 s
[tasty-kat] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2356.06 s
[tasty-kat] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2356.06 s
[tasty-kat] include tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
2356.07 s
[tasty-kat] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2356.07 s
[tasty-kat] Ready component graph:
2356.07 s
[tasty-kat] definite tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
2356.07 s
[tasty-kat] depends base-4.18.2.0
2356.07 s
[tasty-kat] depends bytestring-0.11.5.3
2356.07 s
[tasty-kat] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2356.07 s
[tasty-kat] definite tasty-kat-0.0.3-1RU4bYdfkA7GjFTRrzOiS1-test-tasty-kat
2356.07 s
[tasty-kat] depends base-4.18.2.0
2356.07 s
[tasty-kat] depends bytestring-0.11.5.3
2356.07 s
[tasty-kat] depends mtl-2.3.1
2356.07 s
[tasty-kat] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2356.07 s
[tasty-kat] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2356.07 s
[tasty-kat] depends tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
2356.07 s
[tasty-kat] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2356.07 s
[tasty-kat] Using Cabal-3.10.1.0 compiled by ghc-9.6
2356.07 s
[tasty-kat] Using compiler: ghc-9.6.4
2356.07 s
[tasty-kat] Using install prefix:
2356.07 s
[tasty-kat] /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3
2356.07 s
[tasty-kat] Executables installed in:
2356.07 s
[tasty-kat] /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/bin
2356.07 s
[tasty-kat] Libraries installed in:
2356.07 s
[tasty-kat] /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
2356.07 s
[tasty-kat] Dynamic Libraries installed in:
2356.07 s
[tasty-kat] /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2356.07 s
[tasty-kat] Private executables installed in:
2356.07 s
[tasty-kat] /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/libexec/x86_64-linux-ghc-9.6.4/tasty-kat-0.0.3
2356.07 s
[tasty-kat] Data files installed in:
2356.07 s
[tasty-kat] /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/share/x86_64-linux-ghc-9.6.4/tasty-kat-0.0.3
2356.07 s
[tasty-kat] Documentation installed in:
2356.07 s
[tasty-kat] /nix/store/15bwlg1vhmd4jm5dp5fh4f8qplm933bb-tasty-kat-0.0.3-doc/share/doc/tasty-kat-0.0.3
2356.07 s
[tasty-kat] Configuration files installed in:
2356.07 s
[tasty-kat] /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/etc
2356.07 s
[tasty-kat] No alex found
2356.07 s
[tasty-kat] Using ar found on system at:
2356.07 s
[tasty-kat] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2356.07 s
[tasty-kat] No c2hs found
2356.07 s
[tasty-kat] No cpphs found
2356.07 s
[tasty-kat] No doctest found
2356.07 s
[tasty-kat] Using gcc version 14.3.0 given by user at:
2356.07 s
[tasty-kat] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2356.07 s
[tasty-kat] Using ghc version 9.6.4 found on system at:
2356.07 s
[tasty-kat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2356.07 s
[tasty-kat] Using ghc-pkg version 9.6.4 found on system at:
2356.07 s
[tasty-kat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2356.07 s
[tasty-kat] No ghcjs found
2356.07 s
[tasty-kat] No ghcjs-pkg found
2356.07 s
[tasty-kat] No greencard found
2356.07 s
[tasty-kat] Using haddock version 2.29.2 found on system at:
2356.07 s
[text-conversions] Phase: fixupPhase
2356.07 s
[text-conversions] shrinking RPATHs of ELF executables and libraries in /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1
2356.07 s
[text-conversions] shrinking /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHStext-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP-ghc9.6.4.so
2356.07 s
[text-conversions] checking for references to /build/ in /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1...
2356.07 s
[text-conversions] patching script interpreter paths in /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1
2356.07 s
[text-conversions] stripping (with command strip and flags -S -p) in /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/lib
2356.07 s
[text-conversions] shrinking RPATHs of ELF executables and libraries in /nix/store/m9gx7h8l6pcl0gp1n6ap2lam73gdc924-text-conversions-0.3.1.1-doc
2356.07 s
[text-conversions] checking for references to /build/ in /nix/store/m9gx7h8l6pcl0gp1n6ap2lam73gdc924-text-conversions-0.3.1.1-doc...
2356.07 s
[text-conversions] patching script interpreter paths in /nix/store/m9gx7h8l6pcl0gp1n6ap2lam73gdc924-text-conversions-0.3.1.1-doc
2356.07 s
[th-compat] Phase: unpackPhase
2356.07 s
[th-compat] unpacking source archive /nix/store/bmsqz0a64lbyah0yxc2mzry5xwfbxg5b-th-compat-0.1.6.tar.gz
2356.07 s
[th-compat] source root is th-compat-0.1.6
2356.07 s
[th-compat] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "th-compat-0.1.6/th-compat.cabal"
2356.07 s
[th-compat] Phase: patchPhase
2356.07 s
[th-compat] Phase: compileBuildDriverPhase
2356.07 s
[th-compat] setupCompileFlags: -package-db=/build/tmp.P11RxqhYX9/setup-package.conf.d -threaded
2356.07 s
[th-compat] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.P11RxqhYX9/Main.o )
2356.08 s
[th-compat] [2 of 2] Linking Setup
2356.08 s
[th-compat] Phase: updateAutotoolsGnuConfigScriptsPhase
2356.08 s
[th-compat] Phase: configurePhase
2356.08 s
[th-compat] configureFlags: --verbose --prefix=/nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/whqwxq3x2wk396mjfg70pzfnvrl2dm0k-th-compat-0.1.6-doc/share/doc/th-compat-0.1.6 --with-gcc=gcc --package-db=/build/tmp.P11RxqhYX9/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2356.08 s
[th-compat] Using Parsec parser
2356.08 s
[th-compat] Configuring th-compat-0.1.6...
2356.08 s
[th-compat] Dependency base >=4.9 && <5: using base-4.18.2.0
2356.08 s
[th-compat] Dependency template-haskell >=2.11 && <2.24: using template-haskell-2.20.0.0
2356.08 s
[th-compat] Dependency base >=4.9 && <5: using base-4.18.2.0
2356.08 s
[th-compat] Dependency hspec >=2 && <3: using hspec-2.11.12
2356.08 s
[th-compat] Dependency mtl >=2.1 && <2.4: using mtl-2.3.1
2356.08 s
[th-compat] Dependency template-haskell >=2.5 && <2.24: using template-haskell-2.20.0.0
2356.08 s
[th-compat] Dependency th-compat: using th-compat-0.1.6
2356.08 s
[th-compat] Source component graph:
2356.08 s
[th-compat] component lib
2356.08 s
[th-compat] component test:spec dependency lib
2356.08 s
[th-compat] Configured component graph:
2356.08 s
[th-compat] component th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
2356.08 s
[th-compat] include base-4.18.2.0
2356.08 s
[th-compat] include template-haskell-2.20.0.0
2356.08 s
[th-compat] component th-compat-0.1.6-AmJyUu8arUI4l5v4i0HCsc-spec
2356.08 s
[th-compat] include base-4.18.2.0
2356.08 s
[th-compat] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2356.08 s
[th-compat] include mtl-2.3.1
2356.08 s
[th-compat] include template-haskell-2.20.0.0
2356.08 s
[th-compat] include th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
2356.08 s
[th-compat] Linked component graph:
2356.08 s
[th-compat] unit th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
2356.08 s
[th-compat] include base-4.18.2.0
2356.08 s
[th-compat] include template-haskell-2.20.0.0
2356.08 s
[th-compat] Language.Haskell.TH.Syntax.Compat=th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH:Language.Haskell.TH.Syntax.Compat
2356.08 s
[th-compat] unit th-compat-0.1.6-AmJyUu8arUI4l5v4i0HCsc-spec
2356.08 s
[th-compat] include base-4.18.2.0
2356.08 s
[th-compat] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2356.08 s
[th-compat] include mtl-2.3.1
2356.08 s
[th-compat] include template-haskell-2.20.0.0
2356.08 s
[th-compat] include th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
2356.08 s
[th-compat] Ready component graph:
2356.08 s
[th-compat] definite th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
2356.08 s
[th-compat] depends base-4.18.2.0
2356.08 s
[th-compat] depends template-haskell-2.20.0.0
2356.08 s
[th-compat] definite th-compat-0.1.6-AmJyUu8arUI4l5v4i0HCsc-spec
2356.08 s
[th-compat] depends base-4.18.2.0
2356.08 s
[th-compat] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2356.08 s
[th-compat] depends mtl-2.3.1
2356.08 s
[th-compat] depends template-haskell-2.20.0.0
2356.08 s
[th-compat] depends th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
2356.08 s
[th-compat] Using Cabal-3.10.1.0 compiled by ghc-9.6
2356.08 s
[th-compat] Using compiler: ghc-9.6.4
2356.08 s
[th-compat] Using install prefix:
2356.08 s
[th-compat] /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6
2356.08 s
[th-compat] Executables installed in:
2356.08 s
[th-compat] /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/bin
2356.08 s
[th-compat] Libraries installed in:
2356.08 s
[th-expand-syns] Phase: unpackPhase
2356.08 s
[th-expand-syns] unpacking source archive /nix/store/1znxs0mcpbghw141wcs3j2xgwfwrxmbl-th-expand-syns-0.4.12.0.tar.gz
2356.08 s
[th-expand-syns] source root is th-expand-syns-0.4.12.0
2356.08 s
[th-expand-syns] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "th-expand-syns-0.4.12.0/th-expand-syns.cabal"
2356.08 s
[th-expand-syns] Phase: patchPhase
2356.08 s
[th-expand-syns] Phase: compileBuildDriverPhase
2356.08 s
[th-expand-syns] setupCompileFlags: -package-db=/build/tmp.nORCUpKxFx/setup-package.conf.d -threaded
2356.08 s
[th-expand-syns] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.nORCUpKxFx/Main.o )
2356.08 s
[th-expand-syns] [2 of 2] Linking Setup
2356.08 s
[th-expand-syns] Phase: updateAutotoolsGnuConfigScriptsPhase
2356.08 s
[th-expand-syns] Phase: configurePhase
2356.08 s
[th-expand-syns] configureFlags: --verbose --prefix=/nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/n8g3adiclm7c5zv5sl0c0q9v6s7ahah0-th-expand-syns-0.4.12.0-doc/share/doc/th-expand-syns-0.4.12.0 --with-gcc=gcc --package-db=/build/tmp.nORCUpKxFx/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2356.08 s
[th-expand-syns] Using Parsec parser
2356.08 s
[th-expand-syns] Configuring th-expand-syns-0.4.12.0...
2356.08 s
[th-expand-syns] Dependency base >=4.9 && <5: using base-4.18.2.0
2356.08 s
[th-expand-syns] Dependency containers: using containers-0.6.7
2356.08 s
[th-expand-syns] Dependency syb: using syb-0.7.2.4
2356.08 s
[th-expand-syns] Dependency template-haskell >=2.11 && <2.24: using template-haskell-2.20.0.0
2356.08 s
[th-expand-syns] Dependency th-abstraction >=0.4.3 && <0.8: using th-abstraction-0.7.1.0
2356.08 s
[th-expand-syns] Dependency base: using base-4.18.2.0
2356.08 s
[th-expand-syns] Dependency template-haskell: using template-haskell-2.20.0.0
2356.08 s
[th-expand-syns] Dependency th-abstraction: using th-abstraction-0.7.1.0
2356.08 s
[th-expand-syns] Dependency th-expand-syns: using th-expand-syns-0.4.12.0
2356.08 s
[th-expand-syns] Source component graph:
2356.08 s
[th-expand-syns] component lib
2356.08 s
[th-expand-syns] component test:test-th-expand-syns dependency lib
2356.08 s
[th-expand-syns] Configured component graph:
2356.08 s
[th-expand-syns] component th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
2356.08 s
[th-expand-syns] include base-4.18.2.0
2356.08 s
[th-expand-syns] include containers-0.6.7
2356.08 s
[th-expand-syns] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2356.08 s
[th-expand-syns] include template-haskell-2.20.0.0
2356.08 s
[th-expand-syns] include th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
2356.08 s
[th-expand-syns] component th-expand-syns-0.4.12.0-6Bjjuhi1LUm11EvTNn6wp9-test-th-expand-syns
2356.08 s
[th-expand-syns] include base-4.18.2.0
2356.08 s
[th-expand-syns] include template-haskell-2.20.0.0
2356.08 s
[th-expand-syns] include th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
2356.08 s
[th-expand-syns] include th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
2356.08 s
[th-expand-syns] Linked component graph:
2356.08 s
[th-expand-syns] unit th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
2356.08 s
[th-expand-syns] include base-4.18.2.0
2356.08 s
[th-expand-syns] include containers-0.6.7
2356.08 s
[th-expand-syns] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2356.08 s
[th-expand-syns] include template-haskell-2.20.0.0
2356.08 s
[th-expand-syns] include th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
2356.08 s
[th-expand-syns] Language.Haskell.TH.ExpandSyns=th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay:Language.Haskell.TH.ExpandSyns
2356.08 s
[th-expand-syns] unit th-expand-syns-0.4.12.0-6Bjjuhi1LUm11EvTNn6wp9-test-th-expand-syns
2356.08 s
[th-expand-syns] include base-4.18.2.0
2356.08 s
[th-expand-syns] include template-haskell-2.20.0.0
2356.08 s
[th-expand-syns] include th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
2356.08 s
[th-expand-syns] include th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
2356.08 s
[th-expand-syns] Ready component graph:
2356.08 s
[th-expand-syns] definite th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
2356.08 s
[th-expand-syns] depends base-4.18.2.0
2356.08 s
[th-expand-syns] depends containers-0.6.7
2356.08 s
[unix-time] Phase: setupCompilerEnvironmentPhase
2356.08 s
[unix-time] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2356.08 s
[unix-time] Phase: unpackPhase
2356.08 s
[unix-time] unpacking source archive /nix/store/p3lirzrwnk63jxm006j86k6qpvyjy75s-unix-time-0.4.16.tar.gz
2356.08 s
[unix-time] source root is unix-time-0.4.16
2356.08 s
[unix-time] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "unix-time-0.4.16/unix-time.cabal"
2356.08 s
[unix-time] Phase: patchPhase
2356.08 s
[unix-time] Phase: compileBuildDriverPhase
2356.08 s
[unix-time] setupCompileFlags: -package-db=/build/tmp.KIOfLal2CQ/setup-package.conf.d -threaded
2356.08 s
[unix-time] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.KIOfLal2CQ/Main.o )
2356.08 s
[unix-time] [2 of 2] Linking Setup
2356.08 s
[unix-time] Phase: updateAutotoolsGnuConfigScriptsPhase
2356.08 s
[unix-time] Phase: configurePhase
2356.08 s
[unix-time] configureFlags: --verbose --prefix=/nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/50lcfcvi0y3m8j858z1jr821qgyjcpa8-unix-time-0.4.16-doc/share/doc/unix-time-0.4.16 --with-gcc=gcc --package-db=/build/tmp.KIOfLal2CQ/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2356.08 s
[unix-time] Using Parsec parser
2356.08 s
[unix-time] Configuring unix-time-0.4.16...
2356.08 s
[unix-time] Dependency base >=4.4 && <5: using base-4.18.2.0
2356.08 s
[unix-time] Dependency binary: using binary-0.8.9.1
2356.08 s
[unix-time] Dependency bytestring: using bytestring-0.11.5.3
2356.08 s
[unix-time] Dependency old-time: using old-time-1.1.0.4
2356.08 s
[unix-time] Dependency QuickCheck: using QuickCheck-2.14.3
2356.08 s
[unix-time] Dependency base: using base-4.18.2.0
2356.08 s
[unix-time] Dependency bytestring: using bytestring-0.11.5.3
2356.08 s
[unix-time] Dependency hspec >=2.6: using hspec-2.11.12
2356.08 s
[unix-time] Dependency old-locale: using old-locale-1.0.0.7
2356.08 s
[unix-time] Dependency old-time: using old-time-1.1.0.4
2356.09 s
[unix-time] Dependency template-haskell: using template-haskell-2.20.0.0
2356.09 s
[unix-time] Dependency time: using time-1.12.2
2356.09 s
[unix-time] Dependency unix-time: using unix-time-0.4.16
2356.09 s
[unix-time] Source component graph:
2356.09 s
[unix-time] component lib
2356.09 s
[unix-time] component test:spec dependency lib
2356.09 s
[unix-time] Configured component graph:
2356.09 s
[unix-time] component unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
2356.09 s
[unix-time] include base-4.18.2.0
2356.09 s
[unix-time] include binary-0.8.9.1
2356.09 s
[unix-time] include bytestring-0.11.5.3
2356.09 s
[unix-time] include old-time-1.1.0.4-2NGSN81F5XGBsIJ7yHs5p3
2356.09 s
[unix-time] component unix-time-0.4.16-J75kk279Ug458fg08Ckkie-spec
2356.09 s
[unix-time] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2356.09 s
[unix-time] include base-4.18.2.0
2356.09 s
[unix-time] include bytestring-0.11.5.3
2356.09 s
[unix-time] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2356.09 s
[unix-time] include old-locale-1.0.0.7-9ClBrOuOIT6EwyhqtYJ951
2356.09 s
[unix-time] include old-time-1.1.0.4-2NGSN81F5XGBsIJ7yHs5p3
2356.09 s
[unix-time] include template-haskell-2.20.0.0
2356.09 s
[unix-time] include time-1.12.2
2356.09 s
[unix-time] include unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
2356.09 s
[unix-time] Linked component graph:
2356.09 s
[unix-time] unit unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
2356.09 s
[unix-time] include base-4.18.2.0
2356.09 s
[unix-time] include binary-0.8.9.1
2356.09 s
[unix-time] include bytestring-0.11.5.3
2356.09 s
[unix-time] include old-time-1.1.0.4-2NGSN81F5XGBsIJ7yHs5p3
2356.09 s
[unix-time] Data.UnixTime=unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy:Data.UnixTime
2356.09 s
[unix-time] unit unix-time-0.4.16-J75kk279Ug458fg08Ckkie-spec
2356.09 s
[unix-time] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2356.09 s
[unix-time] include base-4.18.2.0
2356.09 s
[unix-time] include bytestring-0.11.5.3
2356.20 s
[ChasingBottoms] [21 of 21] Linking dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite
2356.20 s
[ChasingBottoms] Preprocessing library for ChasingBottoms-1.3.1.15..
2356.20 s
[ChasingBottoms] Building library for ChasingBottoms-1.3.1.15..
2356.21 s
[ChasingBottoms] [ 1 of 10] Compiling Test.ChasingBottoms.IsType ( Test/ChasingBottoms/IsType.hs, dist/build/Test/ChasingBottoms/IsType.o, dist/build/Test/ChasingBottoms/IsType.dyn_o )
2356.21 s
[ChasingBottoms] [ 2 of 10] Compiling Test.ChasingBottoms.Nat ( Test/ChasingBottoms/Nat.hs, dist/build/Test/ChasingBottoms/Nat.o, dist/build/Test/ChasingBottoms/Nat.dyn_o )
2356.21 s
[ChasingBottoms] [ 3 of 10] Compiling Test.ChasingBottoms.Approx ( Test/ChasingBottoms/Approx.hs, dist/build/Test/ChasingBottoms/Approx.o, dist/build/Test/ChasingBottoms/Approx.dyn_o )
2356.21 s
[ChasingBottoms] [ 4 of 10] Compiling Test.ChasingBottoms.IsBottom[boot] ( Test/ChasingBottoms/IsBottom.hs-boot, dist/build/Test/ChasingBottoms/IsBottom.o-boot, dist/build/Test/ChasingBottoms/IsBottom.dyn_o-boot )
2356.21 s
[ChasingBottoms] [ 5 of 10] Compiling Test.ChasingBottoms.TimeOut ( Test/ChasingBottoms/TimeOut.hs, dist/build/Test/ChasingBottoms/TimeOut.o, dist/build/Test/ChasingBottoms/TimeOut.dyn_o )
2356.21 s
[ChasingBottoms] [ 6 of 10] Compiling Test.ChasingBottoms.IsBottom ( Test/ChasingBottoms/IsBottom.hs, dist/build/Test/ChasingBottoms/IsBottom.o, dist/build/Test/ChasingBottoms/IsBottom.dyn_o )
2356.21 s
[ChasingBottoms] [ 7 of 10] Compiling Test.ChasingBottoms.SemanticOrd ( Test/ChasingBottoms/SemanticOrd.hs, dist/build/Test/ChasingBottoms/SemanticOrd.o, dist/build/Test/ChasingBottoms/SemanticOrd.dyn_o )
2356.21 s
[ChasingBottoms] [ 8 of 10] Compiling Test.ChasingBottoms.ContinuousFunctions ( Test/ChasingBottoms/ContinuousFunctions.hs, dist/build/Test/ChasingBottoms/ContinuousFunctions.o, dist/build/Test/ChasingBottoms/ContinuousFunctions.dyn_o )
2356.21 s
[cookie] Phase: setupCompilerEnvironmentPhase
2356.21 s
[cookie] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2356.21 s
[cryptohash-sha256] inc-2: OK (0.05s)
2356.21 s
[cryptohash-sha256] inc-3: OK (0.05s)
2356.21 s
[cryptohash-sha256] inc-4: OK (0.03s)
2356.21 s
[cryptohash-sha256] inc-5: OK (0.02s)
2356.21 s
[cryptohash-sha256] inc-7: OK (0.02s)
2356.21 s
[cryptohash-sha256] inc-8: OK (0.02s)
2356.21 s
[cryptohash-sha256] inc-9: OK (0.01s)
2356.21 s
[cryptohash-sha256] inc-16: OK
2356.21 s
[cryptohash-sha256] lazy-1: OK (0.07s)
2356.21 s
[cryptohash-sha256] lazy-2: OK (0.03s)
2356.21 s
[cryptohash-sha256] lazy-7: OK
2356.21 s
[cryptohash-sha256] lazy-8: OK (0.01s)
2356.21 s
[cryptohash-sha256] lazy-16: OK
2356.21 s
[cryptohash-sha256] lazy-1': OK (0.06s)
2356.21 s
[cryptohash-sha256] lazy-2': OK (0.03s)
2356.21 s
[cryptohash-sha256] lazy-7': OK (0.01s)
2356.21 s
[cryptohash-sha256] lazy-8': OK (0.01s)
2356.21 s
[cryptohash-sha256] lazy-16': OK
2356.21 s
[cryptohash-sha256] lazy-63u: OK
2356.21 s
[cryptohash-sha256] lazy-65u: OK
2356.21 s
[cryptohash-sha256] lazy-97u: OK
2356.21 s
[cryptohash-sha256] lazy-131u: OK
2356.21 s
[cryptohash-sha256] lazy-63u': OK
2356.21 s
[cryptohash-sha256] lazy-65u': OK
2356.21 s
[cryptohash-sha256] lazy-97u': OK
2356.21 s
[cryptohash-sha256] lazy-131u': OK
2356.21 s
[cryptohash-sha256] XL-vec
2356.21 s
[cryptohash-sha256] inc: OK (14.67s)
2356.21 s
[cryptohash-sha256] XL-vec'
2356.21 s
[hashable] Phase: setupCompilerEnvironmentPhase
2356.21 s
[hashable] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2356.21 s
[tasty-kat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2356.21 s
[tasty-kat] No happy found
2356.21 s
[tasty-kat] Using haskell-suite found on system at: haskell-suite-dummy-location
2356.21 s
[tasty-kat] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2356.21 s
[tasty-kat] No hmake found
2356.21 s
[tasty-kat] Using hpc version 0.68 found on system at:
2356.21 s
[tasty-kat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2356.21 s
[tasty-kat] Using hsc2hs version 0.68.9 found on system at:
2356.21 s
[tasty-kat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2356.21 s
[tasty-kat] Using hscolour version 1.25 found on system at:
2356.21 s
[tasty-kat] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2356.21 s
[tasty-kat] No jhc found
2356.21 s
[tasty-kat] Using ld found on system at:
2356.21 s
[tasty-kat] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2356.21 s
[tasty-kat] No pkg-config found
2356.21 s
[tasty-kat] Using runghc version 9.6.4 found on system at:
2356.22 s
[tasty-kat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2356.22 s
[tasty-kat] Using strip version 2.44 found on system at:
2356.22 s
[tasty-kat] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2356.22 s
[tasty-kat] Using tar found on system at:
2356.22 s
[tasty-kat] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2356.22 s
[tasty-kat] No uhc found
2356.22 s
[tasty-kat] Phase: buildPhase
2356.22 s
[tasty-kat] Preprocessing library for tasty-kat-0.0.3..
2356.22 s
[tasty-kat] Building library for tasty-kat-0.0.3..
2356.22 s
[tasty-kat] [1 of 3] Compiling Test.Tasty.KAT.Internal ( Test/Tasty/KAT/Internal.hs, dist/build/Test/Tasty/KAT/Internal.o, dist/build/Test/Tasty/KAT/Internal.dyn_o )
2356.22 s
[tasty-kat] [2 of 3] Compiling Test.Tasty.KAT.FileLoader ( Test/Tasty/KAT/FileLoader.hs, dist/build/Test/Tasty/KAT/FileLoader.o, dist/build/Test/Tasty/KAT/FileLoader.dyn_o )
2356.22 s
[tasty-kat] [3 of 3] Compiling Test.Tasty.KAT ( Test/Tasty/KAT.hs, dist/build/Test/Tasty/KAT.o, dist/build/Test/Tasty/KAT.dyn_o )
2356.22 s
[tasty-kat]
2356.22 s
[tasty-kat] Test/Tasty/KAT.hs:24:1: warning : [ -Wunused-imports ]
2356.22 s
[tasty-kat] The import of ‘Control.Applicative’ is redundant
2356.22 s
[tasty-kat] except perhaps to import instances from ‘Control.Applicative’
2356.22 s
[tasty-kat] To import instances alone, use: import Control.Applicative()
2356.22 s
[tasty-kat] |
2356.22 s
[tasty-kat] 24 | import Control.Applicative
2356.22 s
[tasty-kat] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2356.22 s
[tasty-kat] [1 of 3] Compiling Test.Tasty.KAT.Internal ( Test/Tasty/KAT/Internal.hs, dist/build/Test/Tasty/KAT/Internal.p_o )
2356.22 s
[tasty-kat] [2 of 3] Compiling Test.Tasty.KAT.FileLoader ( Test/Tasty/KAT/FileLoader.hs, dist/build/Test/Tasty/KAT/FileLoader.p_o )
2356.22 s
[tasty-kat] [3 of 3] Compiling Test.Tasty.KAT ( Test/Tasty/KAT.hs, dist/build/Test/Tasty/KAT.p_o )
2356.22 s
[tasty-kat]
2356.22 s
[tasty-kat] Test/Tasty/KAT.hs:24:1: warning : [ -Wunused-imports ]
2356.22 s
[tasty-kat] The import of ‘Control.Applicative’ is redundant
2356.22 s
[tasty-kat] except perhaps to import instances from ‘Control.Applicative’
2356.22 s
[tasty-kat] To import instances alone, use: import Control.Applicative()
2356.22 s
[tasty-kat] |
2356.22 s
[tasty-kat] 24 | import Control.Applicative
2356.22 s
[tasty-kat] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2356.22 s
[tasty-kat] Preprocessing test suite 'test-tasty-kat' for tasty-kat-0.0.3..
2356.22 s
[tasty-kat] Building test suite 'test-tasty-kat' for tasty-kat-0.0.3..
2356.22 s
[tasty-kat] [1 of 1] Compiling Main ( tests/Tests.hs, dist/build/test-tasty-kat/test-tasty-kat-tmp/Main.o )
2356.22 s
[tasty-kat] [2 of 2] Linking dist/build/test-tasty-kat/test-tasty-kat
2356.22 s
[tasty-kat] Phase: checkPhase
2356.22 s
[tasty-kat] Running 1 test suites...
2356.22 s
[tasty-kat] Test suite test-tasty-kat: RUNNING...
2356.22 s
[tasty-kat] tasty-kat
2356.22 s
[tasty-kat] kat-detailed
2356.22 s
[tasty-kat] add
2356.22 s
[tasty-kat] 1: OK
2356.22 s
[tasty-kat] 2: OK
2356.22 s
[tasty-kat] sub
2356.22 s
[tasty-kat] 1: OK
2356.22 s
[tasty-kat] add
2356.22 s
[tasty-kat] 1: OK
2356.22 s
[tasty-kat] base64
2356.22 s
[tasty-kat] 1: OK
2356.22 s
[tasty-kat] 2: OK
2356.22 s
[tasty-kat] kat-grouped
2356.22 s
[tasty-kat] add: OK
2356.22 s
[tasty-kat] 2 tests succeed
2356.22 s
[tasty-kat] sub: OK
2356.22 s
[tasty-kat] 1 tests succeed
2356.22 s
[tasty-kat] add: OK
2356.22 s
[tasty-kat] 1 tests succeed
2356.22 s
[tasty-kat] base64: OK
2356.22 s
[tasty-kat] 2 tests succeed
2356.22 s
[tasty-kat]
2356.22 s
[tasty-kat] All 10 tests passed (0.00s)
2356.22 s
[tasty-kat] Test suite test-tasty-kat: PASS
2356.22 s
[tasty-kat] Test suite logged to: dist/test/tasty-kat-0.0.3-test-tasty-kat.log
2356.22 s
[tasty-kat] 1 of 1 test suites (1 of 1 test cases) passed.
2356.22 s
[tasty-kat] Phase: haddockPhase
2356.22 s
[tasty-kat] Preprocessing library for tasty-kat-0.0.3..
2356.22 s
[tasty-kat] Running Haddock on library for tasty-kat-0.0.3..
2356.83 s
[text-conversions:post-build] Uploading to the NixCI cache: /nix/store/m9gx7h8l6pcl0gp1n6ap2lam73gdc924-text-conversions-0.3.1.1-doc /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1
2357.78 s
[text-conversions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2359.13 s
[text-conversions:post-build] copying 2 paths...
2359.13 s
[text-conversions:post-build] copying path '/nix/store/m9gx7h8l6pcl0gp1n6ap2lam73gdc924-text-conversions-0.3.1.1-doc' to 'https://cache.nix-ci.com'...
2360.81 s
[text-conversions:post-build] copying path '/nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1' to 'https://cache.nix-ci.com'...
2363.82 s
[text-conversions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2365.45 s
[text-conversions:post-build] copying 1 paths...
2365.45 s
[text-conversions:post-build] copying path '/nix/store/6ibnj1ilvgk37vwwn51xri5nrcv21fk2-text-conversions-0.3.1.1.drv' to 'https://cache.nix-ci.com'...
2367.37 s
Uploaded text-conversions in 10.7s
2367.37 s
Progress: 113 of 211 built (13 building), 298 of 298 downloaded from cache
2367.37 s
Built text-conversions in 2m01s
2367.37 s
[th-compat] /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
2367.37 s
[th-compat] Dynamic Libraries installed in:
2367.37 s
[th-compat] /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2367.37 s
[th-compat] Private executables installed in:
2367.37 s
[th-compat] /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/libexec/x86_64-linux-ghc-9.6.4/th-compat-0.1.6
2367.37 s
[th-compat] Data files installed in:
2367.37 s
[th-compat] /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/share/x86_64-linux-ghc-9.6.4/th-compat-0.1.6
2367.37 s
[th-compat] Documentation installed in:
2367.37 s
[th-compat] /nix/store/whqwxq3x2wk396mjfg70pzfnvrl2dm0k-th-compat-0.1.6-doc/share/doc/th-compat-0.1.6
2367.37 s
[th-compat] Configuration files installed in:
2367.38 s
[th-compat] /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/etc
2367.38 s
[th-compat] No alex found
2367.38 s
[th-compat] Using ar found on system at:
2367.38 s
[th-compat] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2367.38 s
[th-compat] No c2hs found
2367.38 s
[th-compat] No cpphs found
2367.38 s
[th-compat] No doctest found
2367.38 s
[th-compat] Using gcc version 14.3.0 given by user at:
2367.38 s
[th-compat] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2367.38 s
[th-compat] Using ghc version 9.6.4 found on system at:
2367.38 s
[th-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2367.38 s
[th-compat] Using ghc-pkg version 9.6.4 found on system at:
2367.38 s
[th-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2367.38 s
[th-compat] No ghcjs found
2367.38 s
[th-compat] No ghcjs-pkg found
2367.38 s
[th-compat] No greencard found
2367.38 s
[th-compat] Using haddock version 2.29.2 found on system at:
2367.38 s
[th-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2367.38 s
[th-compat] No happy found
2367.38 s
[th-compat] Using haskell-suite found on system at: haskell-suite-dummy-location
2367.38 s
[th-compat] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2367.38 s
[th-compat] No hmake found
2367.38 s
[th-compat] Using hpc version 0.68 found on system at:
2367.38 s
[th-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2367.38 s
[th-compat] Using hsc2hs version 0.68.9 found on system at:
2367.38 s
[th-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2367.38 s
[th-compat] Using hscolour version 1.25 found on system at:
2367.38 s
[th-compat] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2367.38 s
[th-compat] No jhc found
2367.38 s
[th-compat] Using ld found on system at:
2367.38 s
[th-compat] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2367.38 s
[th-compat] No pkg-config found
2367.38 s
[th-compat] Using runghc version 9.6.4 found on system at:
2367.38 s
[th-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2367.38 s
[th-compat] Using strip version 2.44 found on system at:
2367.38 s
[th-compat] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2367.38 s
[th-compat] Using tar found on system at:
2367.38 s
[th-compat] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2367.38 s
[th-compat] No uhc found
2367.38 s
[th-compat] Phase: buildPhase
2367.38 s
[th-compat] Preprocessing library for th-compat-0.1.6..
2367.38 s
[th-compat] Building library for th-compat-0.1.6..
2367.38 s
[th-compat] [1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, dist/build/Language/Haskell/TH/Syntax/Compat.o, dist/build/Language/Haskell/TH/Syntax/Compat.dyn_o )
2367.38 s
[th-compat] [1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, dist/build/Language/Haskell/TH/Syntax/Compat.p_o )
2367.38 s
[th-compat] Preprocessing test suite 'spec' for th-compat-0.1.6..
2367.38 s
[th-compat] Building test suite 'spec' for th-compat-0.1.6..
2367.38 s
[th-compat] [1 of 3] Compiling Types ( tests/Types.hs, dist/build/spec/spec-tmp/Types.o, dist/build/spec/spec-tmp/Types.dyn_o )
2367.38 s
[th-compat] [2 of 3] Compiling Language.Haskell.TH.Syntax.CompatSpec ( tests/Language/Haskell/TH/Syntax/CompatSpec.hs, dist/build/spec/spec-tmp/Language/Haskell/TH/Syntax/CompatSpec.o )
2367.38 s
[th-compat] [3 of 3] Compiling Main ( tests/Spec.hs, dist/build/spec/spec-tmp/Main.o )
2367.38 s
[th-compat] [4 of 4] Linking dist/build/spec/spec
2367.38 s
[th-compat] Phase: checkPhase
2367.38 s
[th-compat] Running 1 test suites...
2367.38 s
[th-compat] Test suite spec: RUNNING...
2367.38 s
[th-compat]
2367.38 s
[th-compat] Language.Haskell.TH.Syntax.Compat
2367.38 s
[th-compat] newName
2367.38 s
[th-compat] works on something that isn't a Quasi instance [✔]
2367.38 s
[th-compat] unsafeQToQuote
2367.38 s
[th-compat] works on Quasi-less expressions [✔]
2367.38 s
[th-compat] errors on Quasi-ful expressions [✔]
2367.38 s
[th-compat] IsCode
2367.38 s
[th-compat] manipulates typed TH expressions in a backwards-compatible way [✔]
2367.38 s
[th-compat] joinSplice
2367.38 s
[th-compat] allows intermixing typed TH splices with monadic computations in a convenient way [✔]
2367.38 s
[th-compat] liftSplice
2367.38 s
[th-expand-syns] depends syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2367.38 s
[th-expand-syns] depends template-haskell-2.20.0.0
2367.38 s
[th-expand-syns] depends th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
2367.38 s
[th-expand-syns] definite th-expand-syns-0.4.12.0-6Bjjuhi1LUm11EvTNn6wp9-test-th-expand-syns
2367.38 s
[th-expand-syns] depends base-4.18.2.0
2367.38 s
[th-expand-syns] depends template-haskell-2.20.0.0
2367.38 s
[th-expand-syns] depends th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
2367.38 s
[th-expand-syns] depends th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
2367.38 s
[th-expand-syns] Using Cabal-3.10.1.0 compiled by ghc-9.6
2367.38 s
[th-expand-syns] Using compiler: ghc-9.6.4
2367.38 s
[th-expand-syns] Using install prefix:
2367.38 s
[th-expand-syns] /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0
2367.38 s
[th-expand-syns] Executables installed in:
2367.38 s
[th-expand-syns] /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/bin
2367.38 s
[th-expand-syns] Libraries installed in:
2367.38 s
[th-expand-syns] /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
2367.39 s
[th-expand-syns] Dynamic Libraries installed in:
2367.39 s
[th-expand-syns] /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2367.39 s
[th-expand-syns] Private executables installed in:
2367.39 s
[th-expand-syns] /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/libexec/x86_64-linux-ghc-9.6.4/th-expand-syns-0.4.12.0
2367.39 s
[th-expand-syns] Data files installed in:
2367.39 s
[th-expand-syns] /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/share/x86_64-linux-ghc-9.6.4/th-expand-syns-0.4.12.0
2367.39 s
[th-expand-syns] Documentation installed in:
2367.39 s
[th-expand-syns] /nix/store/n8g3adiclm7c5zv5sl0c0q9v6s7ahah0-th-expand-syns-0.4.12.0-doc/share/doc/th-expand-syns-0.4.12.0
2367.39 s
[th-expand-syns] Configuration files installed in:
2367.39 s
[th-expand-syns] /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/etc
2367.39 s
[th-expand-syns] No alex found
2367.39 s
[th-expand-syns] Using ar found on system at:
2367.39 s
[th-expand-syns] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2367.39 s
[th-expand-syns] No c2hs found
2367.39 s
[th-expand-syns] No cpphs found
2367.39 s
[th-expand-syns] No doctest found
2367.39 s
[th-expand-syns] Using gcc version 14.3.0 given by user at:
2367.39 s
[th-expand-syns] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2367.39 s
[th-expand-syns] Using ghc version 9.6.4 found on system at:
2367.39 s
[th-expand-syns] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2367.39 s
[th-expand-syns] Using ghc-pkg version 9.6.4 found on system at:
2367.39 s
[th-expand-syns] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2367.39 s
[th-expand-syns] No ghcjs found
2367.39 s
[th-expand-syns] No ghcjs-pkg found
2367.39 s
[th-expand-syns] No greencard found
2367.39 s
[th-expand-syns] Using haddock version 2.29.2 found on system at:
2367.39 s
[th-expand-syns] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2367.39 s
[th-expand-syns] No happy found
2367.39 s
[th-expand-syns] Using haskell-suite found on system at: haskell-suite-dummy-location
2367.39 s
[th-expand-syns] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2367.39 s
[th-expand-syns] No hmake found
2367.39 s
[th-expand-syns] Using hpc version 0.68 found on system at:
2367.39 s
[th-expand-syns] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2367.39 s
[th-expand-syns] Using hsc2hs version 0.68.9 found on system at:
2367.39 s
[th-expand-syns] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2367.39 s
[th-expand-syns] Using hscolour version 1.25 found on system at:
2367.39 s
[th-expand-syns] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2367.39 s
[th-expand-syns] No jhc found
2367.39 s
[th-expand-syns] Using ld found on system at:
2367.39 s
[th-expand-syns] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2367.39 s
[th-expand-syns] No pkg-config found
2367.39 s
[th-expand-syns] Using runghc version 9.6.4 found on system at:
2367.39 s
[th-expand-syns] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2367.39 s
[th-expand-syns] Using strip version 2.44 found on system at:
2367.39 s
[th-expand-syns] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2367.39 s
[th-expand-syns] Using tar found on system at:
2367.39 s
[th-expand-syns] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2367.39 s
[th-expand-syns] No uhc found
2367.39 s
[th-expand-syns] Phase: buildPhase
2367.39 s
[th-expand-syns] Preprocessing library for th-expand-syns-0.4.12.0..
2367.39 s
[th-expand-syns] Building library for th-expand-syns-0.4.12.0..
2367.39 s
[th-expand-syns] [1 of 1] Compiling Language.Haskell.TH.ExpandSyns ( Language/Haskell/TH/ExpandSyns.hs, dist/build/Language/Haskell/TH/ExpandSyns.o, dist/build/Language/Haskell/TH/ExpandSyns.dyn_o )
2367.39 s
[th-expand-syns] [1 of 1] Compiling Language.Haskell.TH.ExpandSyns ( Language/Haskell/TH/ExpandSyns.hs, dist/build/Language/Haskell/TH/ExpandSyns.p_o )
2367.39 s
[th-expand-syns] Preprocessing test suite 'test-th-expand-syns' for th-expand-syns-0.4.12.0..
2367.39 s
[th-expand-syns] Building test suite 'test-th-expand-syns' for th-expand-syns-0.4.12.0..
2367.39 s
[th-expand-syns] [1 of 3] Compiling Util ( testing/Util.hs, dist/build/test-th-expand-syns/test-th-expand-syns-tmp/Util.o, dist/build/test-th-expand-syns/test-th-expand-syns-tmp/Util.dyn_o )
2367.39 s
[transformers-base] Phase: setupCompilerEnvironmentPhase
2367.39 s
[transformers-base] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2367.39 s
[unix-time] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2367.39 s
[unix-time] include old-locale-1.0.0.7-9ClBrOuOIT6EwyhqtYJ951
2367.39 s
[unix-time] include old-time-1.1.0.4-2NGSN81F5XGBsIJ7yHs5p3
2367.39 s
[unix-time] include template-haskell-2.20.0.0
2367.39 s
[unix-time] include time-1.12.2
2367.39 s
[unix-time] include unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
2367.39 s
[unix-time] Ready component graph:
2367.39 s
[unix-time] definite unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
2367.39 s
[unix-time] depends base-4.18.2.0
2367.39 s
[unix-time] depends binary-0.8.9.1
2367.39 s
[unix-time] depends bytestring-0.11.5.3
2367.39 s
[unix-time] depends old-time-1.1.0.4-2NGSN81F5XGBsIJ7yHs5p3
2367.39 s
[unix-time] definite unix-time-0.4.16-J75kk279Ug458fg08Ckkie-spec
2367.39 s
[unix-time] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2367.39 s
[unix-time] depends base-4.18.2.0
2367.39 s
[unix-time] depends bytestring-0.11.5.3
2367.39 s
[unix-time] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2367.39 s
[unix-time] depends old-locale-1.0.0.7-9ClBrOuOIT6EwyhqtYJ951
2367.39 s
[unix-time] depends old-time-1.1.0.4-2NGSN81F5XGBsIJ7yHs5p3
2367.39 s
[unix-time] depends template-haskell-2.20.0.0
2367.39 s
[unix-time] depends time-1.12.2
2367.39 s
[unix-time] depends unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
2367.39 s
[unix-time] Using Cabal-3.10.1.0 compiled by ghc-9.6
2367.39 s
[unix-time] Using compiler: ghc-9.6.4
2367.39 s
[unix-time] Using install prefix:
2367.39 s
[unix-time] /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16
2367.39 s
[unix-time] Executables installed in:
2367.39 s
[unix-time] /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/bin
2367.39 s
[unix-time] Libraries installed in:
2367.39 s
[unix-time] /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
2367.39 s
[unix-time] Dynamic Libraries installed in:
2367.40 s
[unix-time] /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2367.40 s
[unix-time] Private executables installed in:
2367.40 s
[unix-time] /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/libexec/x86_64-linux-ghc-9.6.4/unix-time-0.4.16
2367.40 s
[unix-time] Data files installed in:
2367.40 s
[unix-time] /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/share/x86_64-linux-ghc-9.6.4/unix-time-0.4.16
2367.40 s
[unix-time] Documentation installed in:
2367.40 s
[unix-time] /nix/store/50lcfcvi0y3m8j858z1jr821qgyjcpa8-unix-time-0.4.16-doc/share/doc/unix-time-0.4.16
2367.40 s
[unix-time] Configuration files installed in:
2367.40 s
[unix-time] /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/etc
2367.40 s
[unix-time] No alex found
2367.40 s
[unix-time] Using ar found on system at:
2367.40 s
[unix-time] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2367.40 s
[unix-time] No c2hs found
2367.40 s
[unix-time] No cpphs found
2367.40 s
[unix-time] No doctest found
2367.40 s
[unix-time] Using gcc version 14.3.0 given by user at:
2367.40 s
[unix-time] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2367.40 s
[unix-time] Using ghc version 9.6.4 found on system at:
2367.40 s
[unix-time] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2367.40 s
[unix-time] Using ghc-pkg version 9.6.4 found on system at:
2367.40 s
[unix-time] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2367.40 s
[unix-time] No ghcjs found
2367.40 s
[unix-time] No ghcjs-pkg found
2367.40 s
[unix-time] No greencard found
2367.40 s
[unix-time] Using haddock version 2.29.2 found on system at:
2367.40 s
[unix-time] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2367.40 s
[unix-time] No happy found
2367.40 s
[unix-time] Using haskell-suite found on system at: haskell-suite-dummy-location
2367.40 s
[unix-time] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2367.40 s
[unix-time] No hmake found
2367.40 s
[unix-time] Using hpc version 0.68 found on system at:
2367.40 s
[unix-time] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2367.40 s
[unix-time] Using hsc2hs version 0.68.9 found on system at:
2367.40 s
[unix-time] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2367.40 s
[unix-time] Using hscolour version 1.25 found on system at:
2367.40 s
[unix-time] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2367.40 s
[unix-time] No jhc found
2367.40 s
[unix-time] Using ld found on system at:
2367.40 s
[unix-time] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2367.40 s
[unix-time] No pkg-config found
2367.40 s
[unix-time] Using runghc version 9.6.4 found on system at:
2367.40 s
[unix-time] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2367.40 s
[unix-time] Using strip version 2.44 found on system at:
2367.40 s
[unix-time] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2367.40 s
[unix-time] Using tar found on system at:
2367.40 s
[unix-time] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2367.40 s
[unix-time] No uhc found
2367.40 s
[unix-time] Running: /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh //build/unix-time-0.4.16/configure '--with-compiler=ghc' '--prefix=/nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16' '--libdir=$prefix/lib/$compiler/lib' 'CC=/nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc'
2367.40 s
[unix-time] checking for gcc... /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2367.40 s
[ChasingBottoms] [ 9 of 10] Compiling Test.ChasingBottoms.ApproxShow ( Test/ChasingBottoms/ApproxShow.hs, dist/build/Test/ChasingBottoms/ApproxShow.o, dist/build/Test/ChasingBottoms/ApproxShow.dyn_o )
2367.40 s
[ChasingBottoms] [10 of 10] Compiling Test.ChasingBottoms ( Test/ChasingBottoms.hs, dist/build/Test/ChasingBottoms.o, dist/build/Test/ChasingBottoms.dyn_o )
2367.40 s
[ChasingBottoms] [ 1 of 10] Compiling Test.ChasingBottoms.IsType ( Test/ChasingBottoms/IsType.hs, dist/build/Test/ChasingBottoms/IsType.p_o )
2367.40 s
[ChasingBottoms] [ 2 of 10] Compiling Test.ChasingBottoms.Nat ( Test/ChasingBottoms/Nat.hs, dist/build/Test/ChasingBottoms/Nat.p_o )
2367.40 s
[ChasingBottoms] [ 3 of 10] Compiling Test.ChasingBottoms.Approx ( Test/ChasingBottoms/Approx.hs, dist/build/Test/ChasingBottoms/Approx.p_o )
2367.40 s
[cookie] Phase: unpackPhase
2367.40 s
[cookie] unpacking source archive /nix/store/z7grqqxf8pvpw5p3s8rsc42g3q519vxf-cookie-0.5.1.tar.gz
2367.40 s
[cookie] source root is cookie-0.5.1
2367.40 s
[cookie] setting SOURCE_DATE_EPOCH to timestamp 1743424146 of file "cookie-0.5.1/Web/Cookie.hs"
2367.40 s
[cookie] Phase: patchPhase
2367.40 s
[cookie] Phase: compileBuildDriverPhase
2367.40 s
[cookie] setupCompileFlags: -package-db=/build/tmp.xR9QZmqepM/setup-package.conf.d -threaded
2367.40 s
[cookie] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.xR9QZmqepM/Main.o )
2367.40 s
[cookie] [2 of 2] Linking Setup
2367.40 s
[cookie] Phase: updateAutotoolsGnuConfigScriptsPhase
2367.40 s
[cookie] Phase: configurePhase
2367.40 s
[cookie] configureFlags: --verbose --prefix=/nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/kgbz09rvbfqxdlxhizhfn1lhc2vzi63m-cookie-0.5.1-doc/share/doc/cookie-0.5.1 --with-gcc=gcc --package-db=/build/tmp.xR9QZmqepM/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2367.40 s
[cookie] Using Parsec parser
2367.40 s
[cookie] Configuring cookie-0.5.1...
2367.40 s
[cryptohash-sha256] inc': OK (20.82s)
2367.40 s
[cryptohash-sha256] RFC4231
2367.40 s
[cryptohash-sha256] vec1
2367.40 s
[cryptohash-sha256] hmac: OK
2367.40 s
[cryptohash-sha256] hmaclazy: OK
2367.40 s
[cryptohash-sha256] vec2
2367.40 s
[cryptohash-sha256] hmac: OK
2367.40 s
[cryptohash-sha256] hmaclazy: OK
2367.40 s
[cryptohash-sha256] vec3
2367.40 s
[cryptohash-sha256] hmac: OK
2367.40 s
[cryptohash-sha256] hmaclazy: OK
2367.40 s
[cryptohash-sha256] vec4
2367.40 s
[cryptohash-sha256] hmac: OK
2367.40 s
[cryptohash-sha256] hmaclazy: OK
2367.40 s
[cryptohash-sha256] vec5
2367.40 s
[cryptohash-sha256] hmac: OK
2367.40 s
[cryptohash-sha256] hmaclazy: OK
2367.40 s
[cryptohash-sha256] vec6
2367.40 s
[cryptohash-sha256] hmac: OK
2367.40 s
[cryptohash-sha256] hmaclazy: OK
2367.40 s
[cryptohash-sha256] vec7
2367.40 s
[cryptohash-sha256] hmac: OK
2367.40 s
[cryptohash-sha256] hmaclazy: OK
2367.40 s
[cryptohash-sha256] RFC5869
2367.40 s
[cryptohash-sha256] vec1
2367.40 s
[cryptohash-sha256] hkdf: OK
2367.40 s
[cryptohash-sha256] vec2
2367.40 s
[cryptohash-sha256] hkdf: OK
2367.40 s
[cryptohash-sha256] vec3
2367.40 s
[cryptohash-sha256] hkdf: OK
2367.40 s
[cryptohash-sha256] REF
2367.40 s
[cryptohash-sha256] hash: OK
2367.40 s
[cryptohash-sha256] +++ OK, passed 100 tests.
2367.40 s
[cryptohash-sha256] start: OK
2367.40 s
[cryptohash-sha256] +++ OK, passed 100 tests.
2367.40 s
[cryptohash-sha256] hashlazy: OK (0.04s)
2367.40 s
[cryptohash-sha256] +++ OK, passed 100 tests.
2367.40 s
[cryptohash-sha256] startlazy: OK (0.03s)
2367.40 s
[cryptohash-sha256] +++ OK, passed 100 tests.
2367.41 s
[cryptohash-sha256] hashlazyAndLength: OK (0.02s)
2367.41 s
[cryptohash-sha256] +++ OK, passed 100 tests.
2367.41 s
[cryptohash-sha256] hmac: OK
2367.41 s
[cryptohash-sha256] +++ OK, passed 100 tests.
2367.41 s
[cryptohash-sha256] hmaclazy: OK (0.03s)
2367.41 s
[cryptohash-sha256] +++ OK, passed 100 tests.
2367.41 s
[cryptohash-sha256] hmaclazyAndLength: OK (0.03s)
2367.41 s
[cryptohash-sha256] +++ OK, passed 100 tests.
2367.41 s
[cryptohash-sha256]
2367.41 s
[cryptohash-sha256] All 188 tests passed (36.31s)
2367.41 s
[cryptohash-sha256] Test suite test-sha256: PASS
2367.41 s
[cryptohash-sha256] Test suite logged to: dist/test/cryptohash-sha256-0.11.102.1-test-sha256.log
2367.41 s
[cryptohash-sha256] 1 of 1 test suites (1 of 1 test cases) passed.
2367.41 s
[cryptohash-sha256] checkPhase completed in 38 seconds
2367.41 s
[cryptohash-sha256] Phase: haddockPhase
2367.41 s
[cryptohash-sha256] Preprocessing library for cryptohash-sha256-0.11.102.1..
2367.41 s
[cryptohash-sha256] Running Haddock on library for cryptohash-sha256-0.11.102.1..
2367.41 s
[doctest] Phase: setupCompilerEnvironmentPhase
2367.41 s
[doctest] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2367.41 s
[doctest] Phase: unpackPhase
2367.41 s
[doctest] unpacking source archive /nix/store/mk30nc4vbm3vmsbjqpy8zxvmg7i4j2bx-doctest-0.22.6.tar.gz
2367.41 s
[doctest] source root is doctest-0.22.6
2367.41 s
[doctest] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "doctest-0.22.6/test/UtilSpec.hs"
2367.41 s
[doctest] Phase: patchPhase
2367.41 s
[doctest] applying patch /nix/store/q6x451lgsrmarzh4grswgr3s1j4iqadx-doctest-0.23.0-ghc-9.12.patch
2367.41 s
[doctest] patching file test/Language/Haskell/GhciWrapperSpec.hs
2367.41 s
[doctest] Phase: compileBuildDriverPhase
2367.41 s
[doctest] setupCompileFlags: -package-db=/build/tmp.yZp1yL32nV/setup-package.conf.d -threaded
2367.41 s
[doctest] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.yZp1yL32nV/Main.o )
2367.41 s
[doctest] [2 of 2] Linking Setup
2367.41 s
[doctest] Phase: updateAutotoolsGnuConfigScriptsPhase
2367.41 s
[doctest] Phase: configurePhase
2367.41 s
[doctest] configureFlags: --verbose --prefix=/nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/3gjr00s3518v9df8zgjl83y31rx3mfc9-doctest-0.22.6-doc/share/doc/doctest-0.22.6 --with-gcc=gcc --package-db=/build/tmp.yZp1yL32nV/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/lib
2367.41 s
[doctest] Using Parsec parser
2367.41 s
[doctest] Configuring doctest-0.22.6...
2367.41 s
[hashable] Phase: unpackPhase
2367.41 s
[hashable] unpacking source archive /nix/store/2dk5qbxi8bbajqmfgy0l665lhfg214dp-hashable-1.4.7.0.tar.gz
2367.41 s
[hashable] source root is hashable-1.4.7.0
2367.41 s
[hashable] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hashable-1.4.7.0/xxHash-0.8.2/xxhash.h"
2367.41 s
[hashable] Phase: patchPhase
2367.41 s
[hashable] Run jailbreak-cabal to lift version restrictions on build inputs.
2367.41 s
[hashable] Phase: compileBuildDriverPhase
2367.41 s
[hashable] setupCompileFlags: -package-db=/build/tmp.nlTTZCxfzw/setup-package.conf.d -threaded
2367.41 s
[hashable] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.nlTTZCxfzw/Main.o )
2367.41 s
[hashable] [2 of 2] Linking Setup
2367.41 s
[hashable] Phase: updateAutotoolsGnuConfigScriptsPhase
2367.41 s
[hashable] Phase: configurePhase
2367.41 s
[hashable] configureFlags: --verbose --prefix=/nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/q6nq3pbgmhphkyj7xvsnzx2pp2rfcxw7-hashable-1.4.7.0-doc/share/doc/hashable-1.4.7.0 --with-gcc=gcc --package-db=/build/tmp.nlTTZCxfzw/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2367.41 s
[hashable] Using Parsec parser
2367.41 s
[hashable] Configuring hashable-1.4.7.0...
2367.59 s
Building /nix/store/ly8pf97r18ly3h6zfskk0xg4hh97lrj6-hourglass-0.2.12.drv
2367.65 s
[network] Preprocessing test suite 'spec' for network-3.2.7.0..
2367.65 s
[network] Building test suite 'spec' for network-3.2.7.0..
2367.65 s
[network] [1 of 5] Compiling Network.Test.Common ( tests/Network/Test/Common.hs, dist/build/spec/spec-tmp/Network/Test/Common.o )
2367.65 s
[network] [2 of 5] Compiling Network.SocketSpec ( tests/Network/SocketSpec.hs, dist/build/spec/spec-tmp/Network/SocketSpec.o )
2367.65 s
[tasty-kat] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2367.65 s
[tasty-kat] 33% ( 6 / 18) in 'Test.Tasty.KAT.FileLoader'
2367.65 s
[tasty-kat] Missing documentation for:
2367.65 s
[tasty-kat] katLoader (Test/Tasty/KAT/FileLoader.hs:71)
2367.65 s
[tasty-kat] mapTestUnitValues (Test/Tasty/KAT/FileLoader.hs:114)
2367.65 s
[tasty-kat] mapTestUnits (Test/Tasty/KAT/FileLoader.hs:117)
2367.65 s
[tasty-kat] mapTestUnitValuesBase64 (Test/Tasty/KAT/FileLoader.hs:122)
2367.65 s
[tasty-kat] mapTestUnitValuesBase16 (Test/Tasty/KAT/FileLoader.hs:125)
2367.65 s
[tasty-kat] valueUnbase16 (Test/Tasty/KAT/FileLoader.hs:184)
2367.65 s
[tasty-kat] valueUnbase64 (Test/Tasty/KAT/FileLoader.hs:129)
2367.65 s
[tasty-kat] valueInteger (Test/Tasty/KAT/FileLoader.hs:200)
2367.65 s
[tasty-kat] valueHexInteger (Test/Tasty/KAT/FileLoader.hs:203)
2367.65 s
[tasty-kat] TestResource (Test/Tasty/KAT/FileLoader.hs:44)
2367.65 s
[tasty-kat] TestGroup (Test/Tasty/KAT/FileLoader.hs:45)
2367.65 s
[tasty-kat] TestUnit (Test/Tasty/KAT/FileLoader.hs:46)
2367.65 s
[tasty-kat] 77% ( 7 / 9) in 'Test.Tasty.KAT'
2367.65 s
[tasty-kat] Missing documentation for:
2367.65 s
[tasty-kat] Resource (Test/Tasty/KAT.hs:31)
2367.65 s
[tasty-kat] mapTestUnits (Test/Tasty/KAT/FileLoader.hs:117)
2367.65 s
[tasty-kat]
2367.65 s
[tasty-kat] Test/Tasty/KAT.hs:24:1: warning : [ -Wunused-imports ]
2367.65 s
[tasty-kat] The import of ‘Control.Applicative’ is redundant
2367.66 s
[tasty-kat] except perhaps to import instances from ‘Control.Applicative’
2367.66 s
[tasty-kat] To import instances alone, use: import Control.Applicative()
2367.66 s
[tasty-kat] |
2367.66 s
[tasty-kat] 24 | import Control.Applicative
2367.66 s
[tasty-kat] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2367.66 s
[th-compat] allows intermixing typed TH splices with monadic computations in a convenient way [✔]
2367.66 s
[th-compat] liftTypedFromUntypedSplice
2367.66 s
[th-compat] allows defining liftTyped in a convenient, backwards-compatible way [✔]
2367.66 s
[th-compat] unTypeSplice
2367.66 s
[th-compat] allows unwrapping Code in a convenient, backwards-compatible way [✔]
2367.66 s
[th-compat]
2367.66 s
[th-compat] Finished in 0.1101 seconds
2367.66 s
[th-compat] 8 examples, 0 failures
2367.66 s
[th-compat] Test suite spec: PASS
2367.66 s
[th-compat] Test suite logged to: dist/test/th-compat-0.1.6-spec.log
2367.66 s
[th-compat] 1 of 1 test suites (1 of 1 test cases) passed.
2367.66 s
[th-compat] Phase: haddockPhase
2367.66 s
[th-compat] Preprocessing library for th-compat-0.1.6..
2367.66 s
[th-compat] Running Haddock on library for th-compat-0.1.6..
2367.66 s
[th-compat] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2367.66 s
[th-compat] Warning: 'lift' is out of scope.
2367.66 s
[th-compat] If you qualify the identifier, haddock can try to link it anyway.
2367.66 s
[th-compat] Warning: 'liftTyped' is out of scope.
2367.66 s
[th-compat] If you qualify the identifier, haddock can try to link it anyway.
2367.66 s
[th-compat] Warning: 'm' is out of scope.
2367.66 s
[th-compat] If you qualify the identifier, haddock can try to link it anyway.
2367.66 s
[th-compat] Warning: 'TExp' is out of scope.
2367.66 s
[th-compat] If you qualify the identifier, haddock can try to link it anyway.
2367.66 s
[th-compat] Warning: 'Lift' is out of scope.
2367.66 s
[th-compat] If you qualify the identifier, haddock can try to link it anyway.
2367.66 s
[th-compat] Warning: 'newNameQuote' is out of scope.
2367.66 s
[th-compat] If you qualify the identifier, haddock can try to link it anyway.
2367.67 s
[th-compat] 95% ( 44 / 46) in 'Language.Haskell.TH.Syntax.Compat'
2367.67 s
[th-compat] Missing documentation for:
2367.67 s
[th-compat] Code
2367.67 s
[th-compat] CodeQ
2367.67 s
[th-expand-syns] [2 of 3] Compiling Types ( testing/Types.hs, dist/build/test-th-expand-syns/test-th-expand-syns-tmp/Types.o, dist/build/test-th-expand-syns/test-th-expand-syns-tmp/Types.dyn_o )
2367.67 s
[th-expand-syns] [3 of 3] Compiling Main ( testing/Main.hs, dist/build/test-th-expand-syns/test-th-expand-syns-tmp/Main.o )
2367.67 s
[th-expand-syns] info: input = ForallT [PlainTV a_6989586621679027774 SpecifiedSpec] [AppT (ConT GHC.Show.Show) (VarT a_6989586621679027774)] (AppT (AppT ArrowT (VarT a_6989586621679027774)) (AppT (AppT ArrowT (AppT (ConT Types.ForAll) (ConT GHC.Types.List))) (AppT (AppT (TupleT 2) (ConT GHC.Types.Int)) (AppT (ConT Types.ApplyToInteger) (ConT GHC.Types.List)))))
2367.67 s
[th-expand-syns] info: expected = ForallT [PlainTV a_6989586621679027775 SpecifiedSpec] [AppT (ConT GHC.Show.Show) (VarT a_6989586621679027775)] (AppT (AppT ArrowT (VarT a_6989586621679027775)) (AppT (AppT ArrowT (ForallT [KindedTV x_6989586621679027776 SpecifiedSpec StarT] [] (AppT (ConT GHC.Types.List) (VarT x_6989586621679027776)))) (AppT (AppT (TupleT 2) (ConT GHC.Types.Int)) (AppT (ConT GHC.Types.List) (ConT GHC.Num.Integer.Integer)))))
2367.67 s
[th-expand-syns] info: actual = ForallT [PlainTV a_6989586621679027774 SpecifiedSpec] [AppT (ConT GHC.Show.Show) (VarT a_6989586621679027774)] (AppT (AppT ArrowT (VarT a_6989586621679027774)) (AppT (AppT ArrowT (ForallT [KindedTV x_7566047373982451924 SpecifiedSpec StarT] [] (AppT (ConT GHC.Types.List) (VarT x_7566047373982451924)))) (AppT (AppT (TupleT 2) (ConT GHC.Types.Int)) (AppT (ConT GHC.Types.List) (ConT GHC.Num.Integer.Integer)))))
2367.67 s
[th-expand-syns] info: input = ForallT [PlainTV y SpecifiedSpec] [] (AppT (ConT E) (VarT y))
2367.67 s
[th-expand-syns] info: expected = ForallT [PlainTV y SpecifiedSpec] [] (ForallT [KindedTV y_0 SpecifiedSpec StarT] [] (AppT (AppT ArrowT (AppT (AppT (ConT Data.Either.Either) (VarT y)) (VarT y_0))) (ConT GHC.Types.Int)))
2367.67 s
[th-expand-syns] info: actual = ForallT [PlainTV y SpecifiedSpec] [] (ForallT [KindedTV y_7566047373982452031 SpecifiedSpec StarT] [] (AppT (AppT ArrowT (AppT (AppT (ConT Data.Either.Either) (VarT y)) (VarT y_7566047373982452031))) (ConT GHC.Types.Int)))
2367.67 s
[th-expand-syns] info: input = AppT (AppT (AppT (TupleT 3) (AppT (ConT Types.DF1) (ConT GHC.Types.Int))) (AppT (ConT Types.TF1) (ConT GHC.Types.Int))) (AppT (ConT Types.AT1) (ConT GHC.Types.Int))
2367.67 s
[th-expand-syns] info: expected = AppT (AppT (AppT (TupleT 3) (AppT (ConT Types.DF1) (ConT GHC.Types.Int))) (AppT (ConT Types.TF1) (ConT GHC.Types.Int))) (AppT (ConT Types.AT1) (ConT GHC.Types.Int))
2367.67 s
[th-expand-syns] info: actual = AppT (AppT (AppT (TupleT 3) (AppT (ConT Types.DF1) (ConT GHC.Types.Int))) (AppT (ConT Types.TF1) (ConT GHC.Types.Int))) (AppT (ConT Types.AT1) (ConT GHC.Types.Int))
2367.67 s
[th-expand-syns] info: input = AppT (AppT (AppT (TupleT 3) (AppT (ConT Types.DF1) (ConT Types.Int'))) (AppT (ConT Types.TF1) (ConT Types.Int'))) (AppT (ConT Types.AT1) (ConT Types.Int'))
2367.67 s
[th-expand-syns] info: expected = AppT (AppT (AppT (TupleT 3) (AppT (ConT Types.DF1) (ConT GHC.Types.Int))) (AppT (ConT Types.TF1) (ConT GHC.Types.Int))) (AppT (ConT Types.AT1) (ConT GHC.Types.Int))
2367.67 s
[th-expand-syns] info: actual = AppT (AppT (AppT (TupleT 3) (AppT (ConT Types.DF1) (ConT GHC.Types.Int))) (AppT (ConT Types.TF1) (ConT GHC.Types.Int))) (AppT (ConT Types.AT1) (ConT GHC.Types.Int))
2367.67 s
[th-expand-syns] info: input = AppT (AppT (ConT Types.Either') (AppT (ConT Types.ListOf) (ConT Types.Int'))) (AppT (ConT Types.ListOf) (ConT GHC.Types.Char))
2367.67 s
[th-expand-syns] info: expected = AppT (AppT (ConT Data.Either.Either) (AppT ListT (ConT GHC.Types.Int))) (AppT ListT (ConT GHC.Types.Char))
2367.67 s
[th-expand-syns] info: actual = AppT (AppT (ConT Data.Either.Either) (AppT ListT (ConT GHC.Types.Int))) (AppT ListT (ConT GHC.Types.Char))
2367.67 s
[th-expand-syns] info: input = ConT Types.Int''
2367.67 s
[th-expand-syns] info: expected = ConT GHC.Types.Int
2367.67 s
[th-expand-syns] info: actual = ConT GHC.Types.Int
2367.67 s
[th-expand-syns] info: input = SigT (ConT GHC.Types.Int) (AppT (ConT Types.Id) StarT)
2367.67 s
[th-expand-syns] info: expected = SigT (ConT GHC.Types.Int) StarT
2367.67 s
[th-expand-syns] info: actual = SigT (ConT GHC.Types.Int) StarT
2367.67 s
[th-expand-syns]
2367.67 s
[th-expand-syns] testing/Main.hs:42:6: warning : [ GHC-39584 ]
2367.67 s
[th-expand-syns] th-expand-syns: WARNING: Type synonym families (and associated type synonyms) are currently not supported (they won't be expanded). Name of unsupported family: Types.AT1
2367.67 s
[th-expand-syns] |
2367.67 s
[th-expand-syns] 42 | $(let
2367.67 s
[transformers-base] Phase: unpackPhase
2367.67 s
[transformers-base] unpacking source archive /nix/store/71kdgb07m7iidi66qjgqh0jvmr47j4m3-transformers-base-0.4.6.tar.gz
2367.67 s
[transformers-base] source root is transformers-base-0.4.6
2367.67 s
[transformers-base] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "transformers-base-0.4.6/transformers-base.cabal"
2367.67 s
[transformers-base] Phase: patchPhase
2367.67 s
[transformers-base] Phase: compileBuildDriverPhase
2367.67 s
[transformers-base] setupCompileFlags: -package-db=/build/tmp.WVBOURaTg8/setup-package.conf.d -threaded
2367.67 s
[transformers-base] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.WVBOURaTg8/Main.o )
2367.67 s
[transformers-base] [2 of 2] Linking Setup
2367.67 s
[transformers-base] Phase: updateAutotoolsGnuConfigScriptsPhase
2367.67 s
[transformers-base] Phase: configurePhase
2367.68 s
[transformers-base] configureFlags: --verbose --prefix=/nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/pdwc6z08jk7dc0k40bp1jhnar2ckkldm-transformers-base-0.4.6-doc/share/doc/transformers-base-0.4.6 --with-gcc=gcc --package-db=/build/tmp.WVBOURaTg8/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2367.68 s
[transformers-base] Using Parsec parser
2367.68 s
[transformers-base] Configuring transformers-base-0.4.6...
2367.68 s
[unix-time] checking whether the C compiler works... yes
2367.68 s
[unix-time] checking for C compiler default output file name... a.out
2367.68 s
[unix-time] checking for suffix of executables...
2367.68 s
[unix-time] checking whether we are cross compiling... no
2367.68 s
[unix-time] checking for suffix of object files... o
2367.68 s
[unix-time] checking whether we are using the GNU C compiler... yes
2367.68 s
[unix-time] checking whether /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc accepts -g... yes
2367.68 s
[unix-time] checking for /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc option to accept ISO C89... none needed
2367.68 s
[unix-time] checking how to run the C preprocessor... /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc -E
2367.68 s
[unix-time] checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
2367.68 s
[unix-time] checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
2367.68 s
[unix-time] checking for ANSI C header files... yes
2367.68 s
[unix-time] checking for sys/types.h... yes
2367.68 s
[unix-time] checking for sys/stat.h... yes
2367.68 s
[unix-time] checking for stdlib.h... yes
2367.68 s
[unix-time] checking for string.h... yes
2367.68 s
[unix-time] checking for memory.h... yes
2367.68 s
[unix-time] checking for strings.h... yes
2367.68 s
[unix-time] checking for inttypes.h... yes
2367.68 s
[unix-time] checking for stdint.h... yes
2367.68 s
[unix-time] checking for unistd.h... yes
2367.68 s
[unix-time] checking xlocale.h usability... no
2367.68 s
[unix-time] checking xlocale.h presence... no
2367.68 s
[unix-time] checking for xlocale.h... no
2367.68 s
[unix-time] checking for strptime_l... yes
2367.68 s
[unix-time] checking for timegm... yes
2367.68 s
[unix-time] checking whether _mkgmtime is declared... no
2367.68 s
[unix-time] checking for _get_current_locale... no
2367.68 s
[unix-time] checking for _create_locale... no
2367.68 s
[unix-time] checking for strtol_l... yes
2367.68 s
[unix-time] checking for strtoll_l... yes
2367.68 s
[unix-time] checking for _isspace_l... no
2367.68 s
[unix-time] checking for _isupper_l... no
2367.68 s
[unix-time] checking for _isdigit_l... no
2367.68 s
[unix-time] checking for _isblank_l... no
2367.68 s
[unix-time] configure: creating ./config.status
2367.68 s
[unix-time] config.status: creating cbits/config.h
2367.68 s
[unix-time] Phase: buildPhase
2367.68 s
[unix-time] Preprocessing library for unix-time-0.4.16..
2367.68 s
[unix-time] Building library for unix-time-0.4.16..
2367.68 s
[unix-time] [1 of 5] Compiling Data.UnixTime.Types ( dist/build/Data/UnixTime/Types.hs, dist/build/Data/UnixTime/Types.o, dist/build/Data/UnixTime/Types.dyn_o )
2367.68 s
[unix-time]
2367.68 s
[unix-time] Data/UnixTime/Types.hsc:5:1: warning : [ -Wunused-imports ]
2367.68 s
[unix-time] The import of ‘Control.Applicative’ is redundant
2367.68 s
[unix-time] except perhaps to import instances from ‘Control.Applicative’
2367.68 s
[unix-time] To import instances alone, use: import Control.Applicative()
2367.68 s
[unix-time] |
2367.68 s
[unix-time] 5 | import Control.Applicative ((<$>), (<*>))
2367.68 s
[unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2367.68 s
[unix-time] [2 of 5] Compiling Data.UnixTime.Sys ( dist/build/Data/UnixTime/Sys.hs, dist/build/Data/UnixTime/Sys.o, dist/build/Data/UnixTime/Sys.dyn_o )
2367.68 s
[unix-time] [3 of 5] Compiling Data.UnixTime.Diff ( Data/UnixTime/Diff.hs, dist/build/Data/UnixTime/Diff.o, dist/build/Data/UnixTime/Diff.dyn_o )
2367.68 s
[unix-time]
2367.68 s
[unix-time] Data/UnixTime/Diff.hs:48:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2367.68 s
[unix-time] Rule "Integral->UnixDiffTime" may never fire
2367.68 s
[unix-time] because ‘fromIntegral’ might inline first
2367.68 s
[unix-time] Suggested fix:
2367.68 s
[unix-time] Add an INLINE[n] or NOINLINE[n] pragma for ‘fromIntegral’
2367.68 s
[unix-time] |
2367.68 s
[unix-time] 48 | {-# RULES "Integral->UnixDiffTime" fromIntegral = secondsToUnixDiffTime #-}
2367.68 s
[unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2367.68 s
[unix-time] [4 of 5] Compiling Data.UnixTime.Conv ( Data/UnixTime/Conv.hs, dist/build/Data/UnixTime/Conv.o, dist/build/Data/UnixTime/Conv.dyn_o )
2367.68 s
[unix-time]
2367.68 s
[unix-time] Data/UnixTime/Conv.hs:17:1: warning : [ -Wunused-imports ]
2367.68 s
[unix-time] The import of ‘Control.Applicative’ is redundant
2367.68 s
[unix-time] except perhaps to import instances from ‘Control.Applicative’
2367.68 s
[unix-time] To import instances alone, use: import Control.Applicative()
2367.68 s
[unix-time] |
2367.68 s
[unix-time] 17 | import Control.Applicative
2367.68 s
[unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2367.75 s
[cryptohash-sha256] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2367.75 s
[th-expand-syns] | ^^^^...
2367.75 s
[th-expand-syns]
2367.75 s
[th-expand-syns] testing/Main.hs:42:6: warning : [ GHC-39584 ]
2367.75 s
[th-expand-syns] th-expand-syns: WARNING: Type synonym families (and associated type synonyms) are currently not supported (they won't be expanded). Name of unsupported family: Types.TF1
2367.75 s
[th-expand-syns] |
2367.75 s
[th-expand-syns] 42 | $(let
2367.75 s
[th-expand-syns] | ^^^^...
2367.75 s
[th-expand-syns]
2367.75 s
[th-expand-syns] testing/Main.hs:48:6: warning : [ GHC-39584 ]
2367.75 s
[th-expand-syns] th-expand-syns: WARNING: Type synonym families (and associated type synonyms) are currently not supported (they won't be expanded). Name of unsupported family: Types.AT1
2367.75 s
[th-expand-syns] |
2367.75 s
[th-expand-syns] 48 | $(mkTest [t| (DF1 Int', TF1 Int', AT1 Int') |]
2367.76 s
[th-expand-syns] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2367.76 s
[th-expand-syns]
2367.76 s
[th-expand-syns] testing/Main.hs:48:6: warning : [ GHC-39584 ]
2367.76 s
[th-expand-syns] th-expand-syns: WARNING: Type synonym families (and associated type synonyms) are currently not supported (they won't be expanded). Name of unsupported family: Types.TF1
2367.76 s
[th-expand-syns] |
2367.76 s
[th-expand-syns] 48 | $(mkTest [t| (DF1 Int', TF1 Int', AT1 Int') |]
2367.76 s
[th-expand-syns] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2367.76 s
[th-expand-syns]
2367.76 s
[th-expand-syns] testing/Main.hs:66:6: warning : [ GHC-39584 ]
2367.76 s
[th-expand-syns] No warning about type families should appear after this line.
2367.76 s
[th-expand-syns] |
2367.76 s
[th-expand-syns] 66 | $(do
2367.76 s
[th-expand-syns] | ^^^...
2367.76 s
[th-expand-syns] [4 of 4] Linking dist/build/test-th-expand-syns/test-th-expand-syns
2367.76 s
[th-expand-syns] Phase: checkPhase
2367.76 s
[th-expand-syns] Running 1 test suites...
2367.76 s
[th-expand-syns] Test suite test-th-expand-syns: RUNNING...
2367.76 s
[th-expand-syns] Basic test...
2367.76 s
[th-expand-syns] Ok
2367.76 s
[th-expand-syns] Variable capture avoidance test...
2367.76 s
[th-expand-syns] Ok
2367.76 s
[th-expand-syns] Testing that it doesn't crash on type families (expanding them is not supported yet)
2367.76 s
[th-expand-syns] Ok
2367.76 s
[th-expand-syns] Testing that the args of type family applications are handled
2367.76 s
[th-expand-syns] Ok
2367.76 s
[th-expand-syns] Higher-kinded synonym
2367.76 s
[th-expand-syns] Ok
2367.76 s
[th-expand-syns] Nested
2367.76 s
[th-expand-syns] Ok
2367.76 s
[th-expand-syns] Synonyms in kinds
2367.76 s
[th-expand-syns] Ok
2367.76 s
[th-expand-syns] Test suite test-th-expand-syns: PASS
2367.76 s
[th-expand-syns] Test suite logged to:
2367.76 s
[th-expand-syns] dist/test/th-expand-syns-0.4.12.0-test-th-expand-syns.log
2367.76 s
[th-expand-syns] 1 of 1 test suites (1 of 1 test cases) passed.
2367.76 s
[th-expand-syns] Phase: haddockPhase
2367.76 s
[th-expand-syns] Preprocessing library for th-expand-syns-0.4.12.0..
2367.76 s
[th-expand-syns] Running Haddock on library for th-expand-syns-0.4.12.0..
2367.76 s
[th-expand-syns] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2367.76 s
[th-expand-syns] 81% ( 9 / 11) in 'Language.Haskell.TH.ExpandSyns'
2367.76 s
[th-expand-syns] Missing documentation for:
2367.76 s
[th-expand-syns] Module header
2367.76 s
[th-expand-syns] SynonymExpansionSettings (Language/Haskell/TH/ExpandSyns.hs:31)
2367.77 s
[unix-time] [5 of 5] Compiling Data.UnixTime ( Data/UnixTime.hs, dist/build/Data/UnixTime.o, dist/build/Data/UnixTime.dyn_o )
2367.77 s
[unix-time] [1 of 5] Compiling Data.UnixTime.Types ( dist/build/Data/UnixTime/Types.hs, dist/build/Data/UnixTime/Types.p_o )
2367.77 s
[unix-time]
2367.77 s
[unix-time] Data/UnixTime/Types.hsc:5:1: warning : [ -Wunused-imports ]
2367.77 s
[unix-time] The import of ‘Control.Applicative’ is redundant
2367.77 s
[unix-time] except perhaps to import instances from ‘Control.Applicative’
2367.77 s
[unix-time] To import instances alone, use: import Control.Applicative()
2367.77 s
[unix-time] |
2367.77 s
[unix-time] 5 | import Control.Applicative ((<$>), (<*>))
2367.77 s
[unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2367.77 s
[unix-time] [2 of 5] Compiling Data.UnixTime.Sys ( dist/build/Data/UnixTime/Sys.hs, dist/build/Data/UnixTime/Sys.p_o )
2367.77 s
[unix-time] [3 of 5] Compiling Data.UnixTime.Diff ( Data/UnixTime/Diff.hs, dist/build/Data/UnixTime/Diff.p_o )
2367.77 s
[unix-time]
2367.77 s
[unix-time] Data/UnixTime/Diff.hs:48:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2367.77 s
[unix-time] Rule "Integral->UnixDiffTime" may never fire
2367.77 s
[unix-time] because ‘fromIntegral’ might inline first
2367.77 s
[unix-time] Suggested fix:
2367.77 s
[unix-time] Add an INLINE[n] or NOINLINE[n] pragma for ‘fromIntegral’
2367.77 s
[unix-time] |
2367.77 s
[unix-time] 48 | {-# RULES "Integral->UnixDiffTime" fromIntegral = secondsToUnixDiffTime #-}
2367.77 s
[unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2367.77 s
[unix-time] [4 of 5] Compiling Data.UnixTime.Conv ( Data/UnixTime/Conv.hs, dist/build/Data/UnixTime/Conv.p_o )
2367.77 s
[unix-time]
2367.77 s
[unix-time] Data/UnixTime/Conv.hs:17:1: warning : [ -Wunused-imports ]
2367.77 s
[unix-time] The import of ‘Control.Applicative’ is redundant
2367.77 s
[unix-time] except perhaps to import instances from ‘Control.Applicative’
2367.77 s
[unix-time] To import instances alone, use: import Control.Applicative()
2367.77 s
[unix-time] |
2367.77 s
[unix-time] 17 | import Control.Applicative
2367.78 s
[unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2367.78 s
[unix-time] [5 of 5] Compiling Data.UnixTime ( Data/UnixTime.hs, dist/build/Data/UnixTime.p_o )
2367.92 s
[transformers-base] Flags chosen: orphaninstances=True
2367.92 s
[transformers-base] Dependency base >=3 && <4.4 || >=4.5 && <5: using base-4.18.2.0
2367.92 s
[transformers-base] Dependency base-orphans >=0.3: using base-orphans-0.9.3
2367.92 s
[transformers-base] Dependency stm >=2.3: using stm-2.5.1.0
2367.92 s
[transformers-base] Dependency transformers >=0.2: using transformers-0.6.1.0
2367.92 s
[transformers-base] Dependency transformers-compat >=0.6.1: using transformers-compat-0.7.2
2368.09 s
[hourglass] Phase: setupCompilerEnvironmentPhase
2368.12 s
[hourglass] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2368.50 s
[ChasingBottoms] [ 4 of 10] Compiling Test.ChasingBottoms.IsBottom[boot] ( Test/ChasingBottoms/IsBottom.hs-boot, dist/build/Test/ChasingBottoms/IsBottom.p_o-boot )
2368.50 s
[ChasingBottoms] [ 5 of 10] Compiling Test.ChasingBottoms.TimeOut ( Test/ChasingBottoms/TimeOut.hs, dist/build/Test/ChasingBottoms/TimeOut.p_o )
2368.50 s
[ChasingBottoms] [ 6 of 10] Compiling Test.ChasingBottoms.IsBottom ( Test/ChasingBottoms/IsBottom.hs, dist/build/Test/ChasingBottoms/IsBottom.p_o )
2368.50 s
[ChasingBottoms] [ 7 of 10] Compiling Test.ChasingBottoms.SemanticOrd ( Test/ChasingBottoms/SemanticOrd.hs, dist/build/Test/ChasingBottoms/SemanticOrd.p_o )
2368.68 s
[cryptohash-sha256] Warning: 'hash' is out of scope.
2368.68 s
[cryptohash-sha256] If you qualify the identifier, haddock can try to link it anyway.
2368.68 s
[cryptohash-sha256] Warning: 'hashlazy' is out of scope.
2368.68 s
[cryptohash-sha256] If you qualify the identifier, haddock can try to link it anyway.
2368.68 s
[cryptohash-sha256] Warning: 'finalize' is out of scope.
2368.68 s
[cryptohash-sha256] If you qualify the identifier, haddock can try to link it anyway.
2368.94 s
[cryptohash-sha256] 100% ( 24 / 24) in 'Crypto.Hash.SHA256'
2369.24 s
[hourglass] Phase: unpackPhase
2369.26 s
[hourglass] unpacking source archive /nix/store/5xfn191gpiglz2zzqjbzp40a6nnkiv52-hourglass-0.2.12.tar.gz
2369.28 s
[cryptohash-sha256]
2369.28 s
[cryptohash-sha256] src/Crypto/Hash/SHA256.hs:144:19: warning : [ GHC-68441 ] [ -Wdeprecations ]
2369.29 s
[cryptohash-sha256] In the use of ‘memcpy’
2369.29 s
[cryptohash-sha256] (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
2369.29 s
[cryptohash-sha256] Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
2369.29 s
[cryptohash-sha256] |
2369.29 s
[hourglass] source root is hourglass-0.2.12
2369.29 s
[cryptohash-sha256] 144 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
2369.29 s
[cryptohash-sha256] | ^^^^^^
2369.29 s
[cryptohash-sha256]
2369.30 s
[cryptohash-sha256] src/Crypto/Hash/SHA256.hs:336:53: warning : [ GHC-68441 ] [ -Wdeprecations ]
2369.30 s
[cryptohash-sha256] In the use of ‘memcpy’
2369.30 s
[cryptohash-sha256] (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
2369.30 s
[cryptohash-sha256] Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
2369.30 s
[cryptohash-sha256] |
2369.30 s
[cryptohash-sha256] 336 | withByteStringPtr t' $ \tptr' -> memcpy p tptr' 32
2369.30 s
[cryptohash-sha256] | ^^^^^^
2369.47 s
[hourglass] setting SOURCE_DATE_EPOCH to timestamp 1535139922 of file "hourglass-0.2.12/hourglass.cabal"
2369.47 s
[hourglass] Phase: patchPhase
2369.50 s
[hourglass] Replace Cabal file with edited version from mirror://hackage/hourglass-0.2.12/revision/1.cabal.
2369.51 s
[hourglass] applying patch /nix/store/8y093s2r95rgc8cpa3269s57dhyvv1bj-hourglass-pr-56.patch
2369.53 s
[cookie] Dependency base >=4 && <5: using base-4.18.2.0
2369.53 s
[cookie] Dependency bytestring >=0.10.2: using bytestring-0.11.5.3
2369.53 s
[cookie] Dependency data-default-class: using data-default-class-0.1.2.2
2369.53 s
[cookie] Dependency deepseq: using deepseq-1.4.8.1
2369.53 s
[cookie] Dependency text >=1.1: using text-2.0.2
2369.53 s
[cookie] Dependency time >=1.5: using time-1.12.2
2369.53 s
[cookie] Dependency HUnit: using HUnit-1.6.2.0
2369.53 s
[cookie] Dependency QuickCheck: using QuickCheck-2.14.3
2369.53 s
[cookie] Dependency base: using base-4.18.2.0
2369.53 s
[cookie] Dependency bytestring >=0.10.2: using bytestring-0.11.5.3
2369.53 s
[cookie] Dependency cookie: using cookie-0.5.1
2369.53 s
[cookie] Dependency tasty: using tasty-1.5.3
2369.53 s
[cookie] Dependency tasty-hunit: using tasty-hunit-0.10.2
2369.53 s
[cookie] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
2369.53 s
[cookie] Dependency text >=1.1: using text-2.0.2
2369.53 s
[cookie] Dependency time >=1.5: using time-1.12.2
2369.53 s
[hashable] Flags chosen: arch-native=False, integer-gmp=True, random-initial-seed=False
2369.53 s
[hashable] Dependency base: using base-4.18.2.0
2369.53 s
[hashable] Dependency bytestring: using bytestring-0.11.5.3
2369.53 s
[hashable] Dependency containers: using containers-0.6.7
2369.53 s
[hashable] Dependency deepseq: using deepseq-1.4.8.1
2369.53 s
[hashable] Dependency filepath >=1.4.1.2 && <1.6: using filepath-1.4.200.1
2369.53 s
[hashable] Dependency ghc-bignum >=1.0 && <1.4: using ghc-bignum-1.3
2369.53 s
[hashable] Dependency ghc-prim: using ghc-prim-0.10.0
2369.53 s
[hashable] Dependency os-string >=2.0.2: using os-string-2.0.7
2369.53 s
[hashable] Dependency text: using text-2.0.2
2369.53 s
[hashable] Dependency HUnit: using HUnit-1.6.2.0
2369.53 s
[hashable] Dependency QuickCheck: using QuickCheck-2.14.3
2369.53 s
[hashable] Dependency base: using base-4.18.2.0
2369.53 s
[hashable] Dependency bytestring: using bytestring-0.11.5.3
2369.53 s
[hashable] Dependency filepath: using filepath-1.4.200.1
2369.53 s
[hashable] Dependency ghc-prim: using ghc-prim-0.10.0
2369.53 s
[hashable] Dependency hashable: using hashable-1.4.7.0
2369.53 s
[hashable] Dependency os-string: using os-string-2.0.7
2369.53 s
[hashable] Dependency random: using random-1.2.1.3
2369.53 s
[hashable] Dependency tasty: using tasty-1.5.3
2369.53 s
[hashable] Dependency tasty-hunit: using tasty-hunit-0.10.2
2369.53 s
[hashable] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
2369.53 s
[hashable] Dependency text: using text-2.0.2
2369.53 s
[hashable] Dependency unix: using unix-2.8.4.0
2369.53 s
[hashable] Dependency base: using base-4.18.2.0
2369.53 s
[hashable] Dependency bytestring: using bytestring-0.11.5.3
2369.53 s
[hashable] Dependency primitive: using primitive-0.9.1.0
2369.53 s
[hashable] Dependency tasty: using tasty-1.5.3
2369.53 s
[hashable] Dependency tasty-hunit: using tasty-hunit-0.10.2
2369.53 s
[hashable] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
2369.53 s
[hashable] Dependency base: using base-4.18.2.0
2369.53 s
[hashable] Dependency ghc-prim: using ghc-prim-0.10.0
2369.53 s
[hashable] Dependency hashable: using hashable-1.4.7.0
2369.55 s
[hourglass] patching file tests/Tests.hs
2369.55 s
[hourglass] Run jailbreak-cabal to lift version restrictions on build inputs.
2369.62 s
[hourglass] Phase: compileBuildDriverPhase
2369.64 s
[hourglass] setupCompileFlags: -package-db=/build/tmp.EiJDW3SWy6/setup-package.conf.d -threaded
2369.79 s
[transformers-base] Source component graph: component lib
2369.79 s
[transformers-base] Configured component graph:
2369.79 s
[transformers-base] component transformers-base-0.4.6-5k145cGgioO865g11CxlME
2369.79 s
[transformers-base] include base-4.18.2.0
2369.79 s
[transformers-base] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2369.79 s
[transformers-base] include stm-2.5.1.0
2369.79 s
[transformers-base] include transformers-0.6.1.0
2369.79 s
[transformers-base] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
2369.79 s
[transformers-base] Linked component graph:
2369.79 s
[transformers-base] unit transformers-base-0.4.6-5k145cGgioO865g11CxlME
2369.79 s
[transformers-base] include base-4.18.2.0
2369.79 s
[transformers-base] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2369.79 s
[transformers-base] include stm-2.5.1.0
2369.79 s
[transformers-base] include transformers-0.6.1.0
2369.79 s
[transformers-base] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
2369.79 s
[transformers-base] Control.Monad.Base=transformers-base-0.4.6-5k145cGgioO865g11CxlME:Control.Monad.Base
2369.79 s
[transformers-base] Ready component graph:
2369.79 s
[transformers-base] definite transformers-base-0.4.6-5k145cGgioO865g11CxlME
2369.79 s
[transformers-base] depends base-4.18.2.0
2369.79 s
[transformers-base] depends base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2369.79 s
[transformers-base] depends stm-2.5.1.0
2369.79 s
[transformers-base] depends transformers-0.6.1.0
2369.79 s
[transformers-base] depends transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
2369.79 s
[transformers-base] Using Cabal-3.10.1.0 compiled by ghc-9.6
2369.79 s
[transformers-base] Using compiler: ghc-9.6.4
2369.79 s
[transformers-base] Using install prefix:
2369.79 s
[transformers-base] /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6
2369.79 s
[transformers-base] Executables installed in:
2369.79 s
[transformers-base] /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/bin
2369.79 s
[transformers-base] Libraries installed in:
2369.79 s
[transformers-base] /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/transformers-base-0.4.6-5k145cGgioO865g11CxlME
2369.79 s
[transformers-base] Dynamic Libraries installed in:
2369.79 s
[transformers-base] /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2369.79 s
[transformers-base] Private executables installed in:
2369.79 s
[transformers-base] /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/libexec/x86_64-linux-ghc-9.6.4/transformers-base-0.4.6
2369.79 s
[transformers-base] Data files installed in:
2369.79 s
[transformers-base] /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/share/x86_64-linux-ghc-9.6.4/transformers-base-0.4.6
2369.79 s
[transformers-base] Documentation installed in:
2369.79 s
[transformers-base] /nix/store/pdwc6z08jk7dc0k40bp1jhnar2ckkldm-transformers-base-0.4.6-doc/share/doc/transformers-base-0.4.6
2369.79 s
[transformers-base] Configuration files installed in:
2369.80 s
[transformers-base] /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/etc
2369.80 s
[transformers-base] No alex found
2369.80 s
[transformers-base] Using ar found on system at:
2369.80 s
[transformers-base] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2369.80 s
[transformers-base] No c2hs found
2369.80 s
[transformers-base] No cpphs found
2369.80 s
[transformers-base] No doctest found
2369.80 s
[transformers-base] Using gcc version 14.3.0 given by user at:
2369.80 s
[transformers-base] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2369.80 s
[transformers-base] Using ghc version 9.6.4 found on system at:
2369.80 s
[transformers-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2369.80 s
[transformers-base] Using ghc-pkg version 9.6.4 found on system at:
2369.80 s
[transformers-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2369.80 s
[transformers-base] No ghcjs found
2369.80 s
[transformers-base] No ghcjs-pkg found
2369.80 s
[transformers-base] No greencard found
2369.80 s
[transformers-base] Using haddock version 2.29.2 found on system at:
2369.80 s
[transformers-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2369.80 s
[transformers-base] No happy found
2369.80 s
[transformers-base] Using haskell-suite found on system at: haskell-suite-dummy-location
2369.80 s
[transformers-base] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2369.80 s
[transformers-base] No hmake found
2369.80 s
[transformers-base] Using hpc version 0.68 found on system at:
2369.80 s
[transformers-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2369.80 s
[transformers-base] Using hsc2hs version 0.68.9 found on system at:
2369.80 s
[transformers-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2369.80 s
[transformers-base] Using hscolour version 1.25 found on system at:
2369.80 s
[transformers-base] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2369.80 s
[transformers-base] No jhc found
2369.80 s
[transformers-base] Using ld found on system at:
2369.80 s
[transformers-base] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2369.80 s
[transformers-base] No pkg-config found
2369.80 s
[transformers-base] Using runghc version 9.6.4 found on system at:
2369.80 s
[transformers-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2369.80 s
[transformers-base] Using strip version 2.44 found on system at:
2369.80 s
[transformers-base] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2369.80 s
[transformers-base] Using tar found on system at:
2369.80 s
[transformers-base] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2369.80 s
[transformers-base] No uhc found
2370.22 s
[doctest] Flags chosen: cabal-doctest=False
2370.22 s
[doctest] Dependency base >=4.7 && <5: using base-4.18.2.0
2370.22 s
[doctest] Dependency code-page >=0.1: using code-page-0.2.1
2370.22 s
[doctest] Dependency containers: using containers-0.6.7
2370.22 s
[doctest] Dependency deepseq: using deepseq-1.4.8.1
2370.22 s
[doctest] Dependency directory: using directory-1.3.8.1
2370.22 s
[doctest] Dependency exceptions: using exceptions-0.10.7
2370.22 s
[doctest] Dependency filepath: using filepath-1.4.200.1
2370.22 s
[doctest] Dependency ghc >=8.0 && <9.12: using ghc-9.6.4
2370.22 s
[doctest] Dependency ghc-paths >=0.1.0.9: using ghc-paths-0.1.0.12
2370.22 s
[doctest] Dependency process: using process-1.6.17.0
2370.22 s
[doctest] Dependency syb >=0.3: using syb-0.7.2.4
2370.22 s
[doctest] Dependency transformers: using transformers-0.6.1.0
2370.22 s
[doctest] Dependency base >=4.7 && <5: using base-4.18.2.0
2370.22 s
[doctest] Dependency doctest: using doctest-0.22.6
2370.22 s
[doctest] Dependency HUnit: using HUnit-1.6.2.0
2370.22 s
[doctest] Dependency QuickCheck >=2.13.1: using QuickCheck-2.14.3
2370.22 s
[doctest] Dependency base >=4.7 && <5: using base-4.18.2.0
2370.22 s
[doctest] Dependency code-page >=0.1: using code-page-0.2.1
2370.22 s
[doctest] Dependency containers: using containers-0.6.7
2370.22 s
[doctest] Dependency deepseq: using deepseq-1.4.8.1
2370.22 s
[doctest] Dependency directory: using directory-1.3.8.1
2370.22 s
[doctest] Dependency exceptions: using exceptions-0.10.7
2370.22 s
[doctest] Dependency filepath: using filepath-1.4.200.1
2370.22 s
[doctest] Dependency ghc >=8.0 && <9.12: using ghc-9.6.4
2370.22 s
[doctest] Dependency ghc-paths >=0.1.0.9: using ghc-paths-0.1.0.12
2370.22 s
[doctest] Dependency hspec >=2.3.0: using hspec-2.11.12
2370.22 s
[doctest] Dependency hspec-core >=2.3.0: using hspec-core-2.11.12
2370.22 s
[doctest] Dependency mockery: using mockery-0.3.5
2370.22 s
[doctest] Dependency process: using process-1.6.17.0
2370.22 s
[doctest] Dependency silently >=1.2.4: using silently-1.2.5.4
2370.22 s
[doctest] Dependency stringbuilder >=0.4: using stringbuilder-0.5.1
2370.22 s
[doctest] Dependency syb >=0.3: using syb-0.7.2.4
2370.22 s
[doctest] Dependency transformers: using transformers-0.6.1.0
2370.42 s
[hourglass] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.EiJDW3SWy6/Main.o )
2370.43 s
[transformers-base] Phase: buildPhase
2370.89 s
[transformers-base] Preprocessing library for transformers-base-0.4.6..
2370.91 s
[transformers-base] Building library for transformers-base-0.4.6..
2370.97 s
[cookie] Source component graph:
2370.97 s
[cookie] component lib
2370.97 s
[cookie] component test:test dependency lib
2370.97 s
[cookie] Configured component graph:
2370.97 s
[cookie] component cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
2370.97 s
[cookie] include base-4.18.2.0
2370.97 s
[cookie] include bytestring-0.11.5.3
2370.97 s
[cookie] include data-default-class-0.1.2.2-61xIcN6ddrM8AYp6zXOUp8
2370.97 s
[cookie] include deepseq-1.4.8.1
2370.97 s
[cookie] include text-2.0.2
2370.97 s
[cookie] include time-1.12.2
2370.97 s
[cookie] component cookie-0.5.1-72HQByRsPBI7HKlfOLI8Mp-test
2370.97 s
[cookie] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2370.97 s
[cookie] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2370.97 s
[cookie] include base-4.18.2.0
2370.97 s
[cookie] include bytestring-0.11.5.3
2370.97 s
[cookie] include cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
2370.97 s
[cookie] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2370.97 s
[cookie] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2370.97 s
[cookie] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2370.97 s
[cookie] include text-2.0.2
2370.97 s
[cookie] include time-1.12.2
2370.97 s
[cookie] Linked component graph:
2370.97 s
[cookie] unit cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
2370.97 s
[cookie] include base-4.18.2.0
2370.97 s
[cookie] include bytestring-0.11.5.3
2370.97 s
[cookie] include data-default-class-0.1.2.2-61xIcN6ddrM8AYp6zXOUp8
2370.97 s
[cookie] include deepseq-1.4.8.1
2370.97 s
[cookie] include text-2.0.2
2370.97 s
[cookie] include time-1.12.2
2370.97 s
[cookie] Web.Cookie=cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf:Web.Cookie
2370.97 s
[cookie] unit cookie-0.5.1-72HQByRsPBI7HKlfOLI8Mp-test
2370.97 s
[cookie] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2370.97 s
[cookie] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2370.97 s
[cookie] include base-4.18.2.0
2370.97 s
[cookie] include bytestring-0.11.5.3
2370.97 s
[cookie] include cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
2370.97 s
[cookie] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2370.97 s
[cookie] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2370.97 s
[cookie] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2370.97 s
[cookie] include text-2.0.2
2370.97 s
[cookie] include time-1.12.2
2370.97 s
[cookie] Ready component graph:
2370.97 s
[cookie] definite cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
2370.97 s
[cookie] depends base-4.18.2.0
2370.97 s
[cookie] depends bytestring-0.11.5.3
2370.97 s
[cookie] depends data-default-class-0.1.2.2-61xIcN6ddrM8AYp6zXOUp8
2370.97 s
[cookie] depends deepseq-1.4.8.1
2370.97 s
[cookie] depends text-2.0.2
2370.97 s
[cookie] depends time-1.12.2
2370.97 s
[cookie] definite cookie-0.5.1-72HQByRsPBI7HKlfOLI8Mp-test
2370.97 s
[cookie] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2370.97 s
[cookie] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2370.97 s
[cookie] depends base-4.18.2.0
2370.97 s
[cookie] depends bytestring-0.11.5.3
2370.97 s
[cookie] depends cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
2370.97 s
[cookie] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2370.97 s
[cookie] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2370.97 s
[cookie] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2370.97 s
[cookie] depends text-2.0.2
2370.97 s
[cookie] depends time-1.12.2
2370.97 s
[cookie] Using Cabal-3.10.1.0 compiled by ghc-9.6
2370.97 s
[cookie] Using compiler: ghc-9.6.4
2370.97 s
[cookie] Using install prefix: /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1
2370.97 s
[cookie] Executables installed in:
2370.97 s
[cookie] /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/bin
2370.98 s
[cookie] Libraries installed in:
2370.98 s
[cookie] /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
2370.98 s
[cookie] Dynamic Libraries installed in:
2370.98 s
[cookie] /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2370.98 s
[cookie] Private executables installed in:
2370.98 s
[cookie] /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/libexec/x86_64-linux-ghc-9.6.4/cookie-0.5.1
2370.98 s
[cookie] Data files installed in:
2370.98 s
[cookie] /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/share/x86_64-linux-ghc-9.6.4/cookie-0.5.1
2370.98 s
[cookie] Documentation installed in:
2370.98 s
[cookie] /nix/store/kgbz09rvbfqxdlxhizhfn1lhc2vzi63m-cookie-0.5.1-doc/share/doc/cookie-0.5.1
2370.98 s
[cookie] Configuration files installed in:
2370.98 s
[cookie] /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/etc
2370.98 s
[cookie] No alex found
2370.98 s
[cookie] Using ar found on system at:
2370.98 s
[cookie] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2370.98 s
[cookie] No c2hs found
2370.98 s
[cookie] No cpphs found
2370.98 s
[cookie] No doctest found
2370.98 s
[cookie] Using gcc version 14.3.0 given by user at:
2370.98 s
[cookie] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2370.98 s
[cookie] Using ghc version 9.6.4 found on system at:
2370.98 s
[cookie] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2370.98 s
[cookie] Using ghc-pkg version 9.6.4 found on system at:
2370.98 s
[cookie] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2370.98 s
[cookie] No ghcjs found
2370.98 s
[cookie] No ghcjs-pkg found
2370.98 s
[cookie] No greencard found
2370.98 s
[cookie] Using haddock version 2.29.2 found on system at:
2370.98 s
[cookie] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2370.98 s
[cookie] No happy found
2370.98 s
[cookie] Using haskell-suite found on system at: haskell-suite-dummy-location
2370.98 s
[cookie] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2370.98 s
[cookie] No hmake found
2370.98 s
[cookie] Using hpc version 0.68 found on system at:
2370.98 s
[cookie] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2370.98 s
[cookie] Using hsc2hs version 0.68.9 found on system at:
2370.98 s
[cookie] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2370.98 s
[cookie] Using hscolour version 1.25 found on system at:
2370.98 s
[cookie] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2370.98 s
[cookie] No jhc found
2370.98 s
[cookie] Using ld found on system at:
2370.98 s
[cookie] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2370.98 s
[cookie] No pkg-config found
2370.98 s
[cookie] Using runghc version 9.6.4 found on system at:
2370.98 s
[cookie] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2370.98 s
[cookie] Using strip version 2.44 found on system at:
2370.98 s
[cookie] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2370.98 s
[cookie] Using tar found on system at:
2370.98 s
[cookie] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2370.98 s
[cookie] No uhc found
2371.03 s
[hourglass] [2 of 2] Linking Setup
2371.21 s
[hashable] Source component graph:
2371.22 s
[hashable] component test:xxhash-tests
2371.22 s
[hashable] component lib
2371.22 s
[hashable] component test:hashable-examples dependency lib
2371.22 s
[hashable] component test:hashable-tests dependency lib
2371.22 s
[hashable] Configured component graph:
2371.22 s
[hashable] component hashable-1.4.7.0-5Rn2TQeZPIdHIBerJuCNAR-xxhash-tests
2371.22 s
[hashable] include base-4.18.2.0
2371.22 s
[hashable] include bytestring-0.11.5.3
2371.22 s
[hashable] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2371.22 s
[hashable] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2371.22 s
[hashable] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2371.22 s
[hashable] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2371.22 s
[hashable] component hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2371.22 s
[hashable] include base-4.18.2.0
2371.22 s
[hashable] include bytestring-0.11.5.3
2371.22 s
[hashable] include containers-0.6.7
2371.22 s
[hashable] include deepseq-1.4.8.1
2371.22 s
[hashable] include filepath-1.4.200.1
2371.22 s
[hashable] include ghc-bignum-1.3
2371.22 s
[hashable] include ghc-prim-0.10.0
2371.22 s
[hashable] include os-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb
2371.22 s
[hashable] include text-2.0.2
2371.22 s
[hashable] component hashable-1.4.7.0-55OqdJUgye8E1wuPdZsflu-hashable-examples
2371.22 s
[hashable] include base-4.18.2.0
2371.22 s
[hashable] include ghc-prim-0.10.0
2371.22 s
[hashable] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2371.22 s
[hashable] component hashable-1.4.7.0-EmJMh5ycfa0LMfb2B1JXGp-hashable-tests
2371.22 s
[hashable] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2371.22 s
[hashable] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2371.22 s
[hashable] include base-4.18.2.0
2371.22 s
[hashable] include bytestring-0.11.5.3
2371.22 s
[hashable] include filepath-1.4.200.1
2371.22 s
[hashable] include ghc-prim-0.10.0
2371.22 s
[hashable] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2371.22 s
[hashable] include os-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb
2371.22 s
[hashable] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2371.22 s
[hashable] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2371.22 s
[hashable] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2371.22 s
[hashable] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2371.22 s
[hashable] include text-2.0.2
2371.22 s
[hashable] include unix-2.8.4.0
2371.22 s
[hashable] Linked component graph:
2371.22 s
[hashable] unit hashable-1.4.7.0-5Rn2TQeZPIdHIBerJuCNAR-xxhash-tests
2371.22 s
[hashable] include base-4.18.2.0
2371.22 s
[hashable] include bytestring-0.11.5.3
2371.22 s
[hashable] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2371.22 s
[hashable] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2371.22 s
[hashable] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2371.22 s
[hashable] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2371.22 s
[hashable] unit hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2371.22 s
[hashable] include base-4.18.2.0
2371.22 s
[hashable] include bytestring-0.11.5.3
2371.22 s
[hashable] include containers-0.6.7
2371.22 s
[hashable] include deepseq-1.4.8.1
2371.22 s
[hashable] include filepath-1.4.200.1
2371.22 s
[hashable] include ghc-bignum-1.3
2371.22 s
[hashable] include ghc-prim-0.10.0
2371.22 s
[hashable] include os-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb
2371.22 s
[hashable] include text-2.0.2
2371.22 s
[hashable] Data.Hashable=hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts:Data.Hashable,Data.Hashable.Generic=hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts:Data.Hashable.Generic,Data.Hashable.Lifted=hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts:Data.Hashable.Lifted
2371.22 s
[hashable] unit hashable-1.4.7.0-55OqdJUgye8E1wuPdZsflu-hashable-examples
2371.22 s
[hashable] include base-4.18.2.0
2371.22 s
[hashable] include ghc-prim-0.10.0
2371.22 s
[hashable] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2371.22 s
[hashable] unit hashable-1.4.7.0-EmJMh5ycfa0LMfb2B1JXGp-hashable-tests
2371.22 s
[hashable] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2371.22 s
[hashable] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2371.22 s
[hashable] include base-4.18.2.0
2371.22 s
[hashable] include bytestring-0.11.5.3
2371.22 s
[hashable] include filepath-1.4.200.1
2371.23 s
[hashable] include ghc-prim-0.10.0
2371.23 s
[hashable] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2371.23 s
[hashable] include os-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb
2371.23 s
[hashable] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2371.23 s
[hashable] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2371.23 s
[hashable] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2371.23 s
[hashable] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2371.23 s
[hashable] include text-2.0.2
2371.23 s
[hashable] include unix-2.8.4.0
2371.23 s
[hashable] Ready component graph:
2371.23 s
[hashable] definite hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2371.23 s
[hashable] depends base-4.18.2.0
2371.23 s
[hashable] depends bytestring-0.11.5.3
2371.23 s
[hashable] depends containers-0.6.7
2371.23 s
[hashable] depends deepseq-1.4.8.1
2371.23 s
[hashable] depends filepath-1.4.200.1
2371.23 s
[hashable] depends ghc-bignum-1.3
2371.23 s
[hashable] depends ghc-prim-0.10.0
2371.23 s
[hashable] depends os-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb
2371.23 s
[hashable] depends text-2.0.2
2371.23 s
[hashable] definite hashable-1.4.7.0-EmJMh5ycfa0LMfb2B1JXGp-hashable-tests
2371.23 s
[hashable] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2371.23 s
[hashable] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2371.23 s
[hashable] depends base-4.18.2.0
2371.23 s
[hashable] depends bytestring-0.11.5.3
2371.23 s
[hashable] depends filepath-1.4.200.1
2371.23 s
[hashable] depends ghc-prim-0.10.0
2371.23 s
[hashable] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2371.23 s
[hashable] depends os-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb
2371.23 s
[hashable] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2371.23 s
[hashable] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2371.23 s
[hashable] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2371.23 s
[hashable] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2371.23 s
[hashable] depends text-2.0.2
2371.23 s
[hashable] depends unix-2.8.4.0
2371.23 s
[hashable] definite hashable-1.4.7.0-5Rn2TQeZPIdHIBerJuCNAR-xxhash-tests
2371.23 s
[hashable] depends base-4.18.2.0
2371.23 s
[hashable] depends bytestring-0.11.5.3
2371.23 s
[hashable] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2371.23 s
[hashable] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2371.23 s
[hashable] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2371.23 s
[hashable] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2371.23 s
[hashable] definite hashable-1.4.7.0-55OqdJUgye8E1wuPdZsflu-hashable-examples
2371.23 s
[hashable] depends base-4.18.2.0
2371.23 s
[hashable] depends ghc-prim-0.10.0
2371.23 s
[hashable] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2371.23 s
[hashable] Using Cabal-3.10.1.0 compiled by ghc-9.6
2371.23 s
[hashable] Using compiler: ghc-9.6.4
2371.23 s
[hashable] Using install prefix:
2371.23 s
[hashable] /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0
2371.23 s
[hashable] Executables installed in:
2371.23 s
[hashable] /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/bin
2371.23 s
[hashable] Libraries installed in:
2371.23 s
[hashable] /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2371.23 s
[hashable] Dynamic Libraries installed in:
2371.23 s
[hashable] /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2371.23 s
[hashable] Private executables installed in:
2371.23 s
[hashable] /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/libexec/x86_64-linux-ghc-9.6.4/hashable-1.4.7.0
2371.23 s
[hashable] Data files installed in:
2371.23 s
[hashable] /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/share/x86_64-linux-ghc-9.6.4/hashable-1.4.7.0
2371.23 s
[hashable] Documentation installed in:
2371.23 s
[hashable] /nix/store/q6nq3pbgmhphkyj7xvsnzx2pp2rfcxw7-hashable-1.4.7.0-doc/share/doc/hashable-1.4.7.0
2371.23 s
[hashable] Configuration files installed in:
2371.23 s
[hashable] /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/etc
2371.23 s
[hashable] No alex found
2371.23 s
[hashable] Using ar found on system at:
2371.23 s
[hashable] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2371.23 s
[hashable] No c2hs found
2371.23 s
[hashable] No cpphs found
2371.23 s
[hashable] No doctest found
2371.23 s
[hashable] Using gcc version 14.3.0 given by user at:
2371.23 s
[hashable] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2371.23 s
[hashable] Using ghc version 9.6.4 found on system at:
2371.23 s
[hashable] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2371.23 s
[hashable] Using ghc-pkg version 9.6.4 found on system at:
2371.23 s
[hashable] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2371.23 s
[hashable] No ghcjs found
2371.23 s
[hashable] No ghcjs-pkg found
2371.23 s
[hashable] No greencard found
2371.23 s
[hashable] Using haddock version 2.29.2 found on system at:
2371.23 s
[hashable] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2371.23 s
[hashable] No happy found
2371.23 s
[hashable] Using haskell-suite found on system at: haskell-suite-dummy-location
2371.23 s
[hashable] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2371.23 s
[hashable] No hmake found
2371.24 s
[hashable] Using hpc version 0.68 found on system at:
2371.24 s
[hashable] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2371.24 s
[hashable] Using hsc2hs version 0.68.9 found on system at:
2371.24 s
[hashable] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2371.24 s
[hashable] Using hscolour version 1.25 found on system at:
2371.24 s
[hashable] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2371.24 s
[hashable] No jhc found
2371.24 s
[hashable] Using ld found on system at:
2371.24 s
[hashable] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2371.24 s
[hashable] No pkg-config found
2371.24 s
[hashable] Using runghc version 9.6.4 found on system at:
2371.24 s
[hashable] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2371.24 s
[hashable] Using strip version 2.44 found on system at:
2371.24 s
[hashable] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2371.24 s
[hashable] Using tar found on system at:
2371.24 s
[hashable] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2371.24 s
[hashable] No uhc found
2371.81 s
[cookie] Phase: buildPhase
2371.86 s
[doctest] Source component graph:
2371.86 s
[doctest] component test:spec
2371.86 s
[doctest] component lib
2371.86 s
[doctest] component exe:doctest dependency lib
2371.86 s
[doctest] Configured component graph:
2371.86 s
[doctest] component doctest-0.22.6-9H9i9KEuaREDVGdB9Cj6h8-spec
2371.86 s
[doctest] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2371.86 s
[doctest] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2371.86 s
[doctest] include base-4.18.2.0
2371.86 s
[doctest] include code-page-0.2.1-IixcuQlTQsB50QZtfgryhO
2371.86 s
[doctest] include containers-0.6.7
2371.86 s
[doctest] include deepseq-1.4.8.1
2371.86 s
[doctest] include directory-1.3.8.1
2371.86 s
[doctest] include exceptions-0.10.7
2371.86 s
[doctest] include filepath-1.4.200.1
2371.86 s
[doctest] include ghc-9.6.4
2371.86 s
[doctest] include ghc-paths-0.1.0.12-1todoggmNCy3YHecmcjAiu
2371.86 s
[doctest] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2371.86 s
[doctest] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
2371.86 s
[doctest] include mockery-0.3.5-GyA2Ju7XgkZEYf99Dd5tsS
2371.86 s
[doctest] include process-1.6.17.0
2371.86 s
[doctest] include silently-1.2.5.4-77qEZpjXPT03ICfLJTYs0b
2371.86 s
[doctest] include stringbuilder-0.5.1-CnQK9Z884Cn7KxKMfy7oUg
2371.86 s
[doctest] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2371.86 s
[doctest] include transformers-0.6.1.0
2371.86 s
[doctest] component doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
2371.86 s
[doctest] include base-4.18.2.0
2371.86 s
[doctest] include code-page-0.2.1-IixcuQlTQsB50QZtfgryhO
2371.86 s
[doctest] include containers-0.6.7
2371.86 s
[doctest] include deepseq-1.4.8.1
2371.86 s
[doctest] include directory-1.3.8.1
2371.86 s
[doctest] include exceptions-0.10.7
2371.86 s
[doctest] include filepath-1.4.200.1
2371.86 s
[doctest] include ghc-9.6.4
2371.86 s
[doctest] include ghc-paths-0.1.0.12-1todoggmNCy3YHecmcjAiu
2371.86 s
[doctest] include process-1.6.17.0
2371.86 s
[doctest] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2371.86 s
[doctest] include transformers-0.6.1.0
2371.86 s
[doctest] component doctest-0.22.6-9xLUDOh4VXD14ZvzZfQMox-doctest
2371.86 s
[doctest] include base-4.18.2.0
2371.86 s
[doctest] include doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
2371.86 s
[doctest] Linked component graph:
2371.86 s
[doctest] unit doctest-0.22.6-9H9i9KEuaREDVGdB9Cj6h8-spec
2371.86 s
[doctest] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2371.86 s
[doctest] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2371.86 s
[doctest] include base-4.18.2.0
2371.86 s
[doctest] include code-page-0.2.1-IixcuQlTQsB50QZtfgryhO
2371.86 s
[doctest] include containers-0.6.7
2371.86 s
[doctest] include deepseq-1.4.8.1
2371.86 s
[doctest] include directory-1.3.8.1
2371.86 s
[doctest] include exceptions-0.10.7
2371.86 s
[doctest] include filepath-1.4.200.1
2371.86 s
[doctest] include ghc-9.6.4
2371.86 s
[doctest] include ghc-paths-0.1.0.12-1todoggmNCy3YHecmcjAiu
2371.86 s
[doctest] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2371.86 s
[doctest] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
2371.86 s
[doctest] include mockery-0.3.5-GyA2Ju7XgkZEYf99Dd5tsS
2371.86 s
[doctest] include process-1.6.17.0
2371.86 s
[doctest] include silently-1.2.5.4-77qEZpjXPT03ICfLJTYs0b
2371.86 s
[doctest] include stringbuilder-0.5.1-CnQK9Z884Cn7KxKMfy7oUg
2371.86 s
[doctest] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2371.86 s
[doctest] include transformers-0.6.1.0
2371.86 s
[doctest] unit doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
2371.86 s
[doctest] include base-4.18.2.0
2371.86 s
[doctest] include code-page-0.2.1-IixcuQlTQsB50QZtfgryhO
2371.86 s
[doctest] include containers-0.6.7
2371.86 s
[doctest] include deepseq-1.4.8.1
2371.86 s
[doctest] include directory-1.3.8.1
2371.86 s
[doctest] include exceptions-0.10.7
2371.86 s
[doctest] include filepath-1.4.200.1
2371.86 s
[doctest] include ghc-9.6.4
2371.86 s
[doctest] include ghc-paths-0.1.0.12-1todoggmNCy3YHecmcjAiu
2371.87 s
[doctest] include process-1.6.17.0
2371.87 s
[doctest] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2371.87 s
[doctest] include transformers-0.6.1.0
2371.87 s
[doctest] Test.DocTest=doctest-0.22.6-D1xz5902JP91GiKkmAIUSg:Test.DocTest,Test.DocTest.Internal.Cabal=doctest-0.22.6-D1xz5902JP91GiKkmAIUSg:Test.DocTest.Internal.Cabal,Test.DocTest.Internal.Extract=doctest-0.22.6-D1xz5902JP91GiKkmAIUSg:Test.DocTest.Internal.Extract,Test.DocTest.Internal.Location=doctest-0.22.6-D1xz5902JP91GiKkmAIUSg:Test.DocTest.Internal.Location,Test.DocTest.Internal.Parse=doctest-0.22.6-D1xz5902JP91GiKkmAIUSg:Test.DocTest.Internal.Parse,Test.DocTest.Internal.Run=doctest-0.22.6-D1xz5902JP91GiKkmAIUSg:Test.DocTest.Internal.Run
2371.87 s
[doctest] unit doctest-0.22.6-9xLUDOh4VXD14ZvzZfQMox-doctest
2371.87 s
[doctest] include base-4.18.2.0
2371.87 s
[doctest] include doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
2371.87 s
[doctest] Ready component graph:
2371.87 s
[doctest] definite doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
2371.87 s
[doctest] depends base-4.18.2.0
2371.87 s
[doctest] depends code-page-0.2.1-IixcuQlTQsB50QZtfgryhO
2371.87 s
[doctest] depends containers-0.6.7
2371.87 s
[doctest] depends deepseq-1.4.8.1
2371.87 s
[doctest] depends directory-1.3.8.1
2371.87 s
[doctest] depends exceptions-0.10.7
2371.87 s
[doctest] depends filepath-1.4.200.1
2371.87 s
[doctest] depends ghc-9.6.4
2371.87 s
[doctest] depends ghc-paths-0.1.0.12-1todoggmNCy3YHecmcjAiu
2371.87 s
[doctest] depends process-1.6.17.0
2371.87 s
[doctest] depends syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2371.87 s
[doctest] depends transformers-0.6.1.0
2371.87 s
[doctest] definite doctest-0.22.6-9xLUDOh4VXD14ZvzZfQMox-doctest
2371.87 s
[doctest] depends base-4.18.2.0
2371.87 s
[doctest] depends doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
2371.87 s
[doctest] definite doctest-0.22.6-9H9i9KEuaREDVGdB9Cj6h8-spec
2371.87 s
[doctest] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2371.87 s
[doctest] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2371.87 s
[doctest] depends base-4.18.2.0
2371.87 s
[doctest] depends code-page-0.2.1-IixcuQlTQsB50QZtfgryhO
2371.87 s
[doctest] depends containers-0.6.7
2371.87 s
[doctest] depends deepseq-1.4.8.1
2371.87 s
[doctest] depends directory-1.3.8.1
2371.87 s
[doctest] depends exceptions-0.10.7
2371.87 s
[doctest] depends filepath-1.4.200.1
2371.87 s
[doctest] depends ghc-9.6.4
2371.87 s
[doctest] depends ghc-paths-0.1.0.12-1todoggmNCy3YHecmcjAiu
2371.87 s
[doctest] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2371.87 s
[doctest] depends hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
2371.87 s
[doctest] depends mockery-0.3.5-GyA2Ju7XgkZEYf99Dd5tsS
2371.87 s
[doctest] depends process-1.6.17.0
2371.87 s
[doctest] depends silently-1.2.5.4-77qEZpjXPT03ICfLJTYs0b
2371.87 s
[doctest] depends stringbuilder-0.5.1-CnQK9Z884Cn7KxKMfy7oUg
2371.87 s
[doctest] depends syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2371.87 s
[doctest] depends transformers-0.6.1.0
2371.87 s
[doctest] Using Cabal-3.10.1.0 compiled by ghc-9.6
2371.87 s
[doctest] Using compiler: ghc-9.6.4
2371.87 s
[doctest] Using install prefix:
2371.87 s
[doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6
2371.87 s
[doctest] Executables installed in:
2371.87 s
[doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/bin
2371.87 s
[doctest] Libraries installed in:
2371.87 s
[doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
2371.87 s
[doctest] Dynamic Libraries installed in:
2371.87 s
[doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2371.87 s
[doctest] Private executables installed in:
2371.87 s
[doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/libexec/x86_64-linux-ghc-9.6.4/doctest-0.22.6
2371.87 s
[doctest] Data files installed in:
2371.87 s
[doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/share/x86_64-linux-ghc-9.6.4/doctest-0.22.6
2371.87 s
[doctest] Documentation installed in:
2371.87 s
[doctest] /nix/store/3gjr00s3518v9df8zgjl83y31rx3mfc9-doctest-0.22.6-doc/share/doc/doctest-0.22.6
2371.87 s
[doctest] Configuration files installed in:
2371.87 s
[doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/etc
2371.87 s
[doctest] No alex found
2371.87 s
[doctest] Using ar found on system at:
2371.87 s
[doctest] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2371.87 s
[doctest] No c2hs found
2371.87 s
[doctest] No cpphs found
2371.87 s
[doctest] No doctest found
2371.87 s
[doctest] Using gcc version 14.3.0 given by user at:
2371.87 s
[doctest] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2371.87 s
[doctest] Using ghc version 9.6.4 found on system at:
2371.87 s
[doctest] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2371.87 s
[doctest] Using ghc-pkg version 9.6.4 found on system at:
2371.87 s
[doctest] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2371.87 s
[doctest] No ghcjs found
2371.87 s
[doctest] No ghcjs-pkg found
2371.87 s
[doctest] No greencard found
2371.87 s
[doctest] Using haddock version 2.29.2 found on system at:
2371.87 s
[doctest] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2371.87 s
[doctest] No happy found
2371.87 s
[doctest] Using haskell-suite found on system at: haskell-suite-dummy-location
2371.87 s
[doctest] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2371.87 s
[doctest] No hmake found
2371.87 s
[doctest] Using hpc version 0.68 found on system at:
2371.87 s
[doctest] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2371.87 s
[doctest] Using hsc2hs version 0.68.9 found on system at:
2371.87 s
[doctest] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2371.87 s
[doctest] Using hscolour version 1.25 found on system at:
2371.87 s
[doctest] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2371.87 s
[doctest] No jhc found
2371.87 s
[doctest] Using ld found on system at:
2371.87 s
[doctest] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2371.87 s
[doctest] No pkg-config found
2371.87 s
[doctest] Using runghc version 9.6.4 found on system at:
2371.87 s
[doctest] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2371.87 s
[doctest] Using strip version 2.44 found on system at:
2371.87 s
[doctest] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2371.87 s
[doctest] Using tar found on system at:
2371.87 s
[doctest] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2371.87 s
[doctest] No uhc found
2372.13 s
[transformers-base] [1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o, dist/build/Control/Monad/Base.dyn_o )
2372.33 s
[hashable] Phase: buildPhase
2372.48 s
[cookie] Preprocessing library for cookie-0.5.1..
2372.74 s
Building /nix/store/4103cjl8f7h3gb6k7dffj9dwy094f1s1-integer-conversion-0.1.1.drv
2372.79 s
[cookie] Building library for cookie-0.5.1..
2372.79 s
[doctest] Phase: buildPhase
2372.79 s
[doctest] Preprocessing library for doctest-0.22.6..
2372.79 s
[doctest] Building library for doctest-0.22.6..
2372.80 s
[hashable] Preprocessing library for hashable-1.4.7.0..
2372.81 s
[hashable] Building library for hashable-1.4.7.0..
2373.15 s
[cookie] [1 of 1] Compiling Web.Cookie ( Web/Cookie.hs, dist/build/Web/Cookie.o, dist/build/Web/Cookie.dyn_o )
2373.15 s
[integer-conversion] Phase: setupCompilerEnvironmentPhase
2373.21 s
[ChasingBottoms] [ 8 of 10] Compiling Test.ChasingBottoms.ContinuousFunctions ( Test/ChasingBottoms/ContinuousFunctions.hs, dist/build/Test/ChasingBottoms/ContinuousFunctions.p_o )
2373.27 s
[integer-conversion] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2374.72 s
[hashable] [ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.o, dist/build/Data/Hashable/FFI.dyn_o )
2374.97 s
[integer-conversion] Phase: unpackPhase
2375.08 s
[integer-conversion] unpacking source archive /nix/store/wq5j4z9jkm5p3y00wgv9i2w35bmmilva-integer-conversion-0.1.1.tar.gz
2375.14 s
[integer-conversion] source root is integer-conversion-0.1.1
2375.29 s
[integer-conversion] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "integer-conversion-0.1.1/tests/integer-conversion-tests.hs"
2375.42 s
[integer-conversion] Phase: patchPhase
2375.42 s
[integer-conversion] Replace Cabal file with edited version from mirror://hackage/integer-conversion-0.1.1/revision/1.cabal.
2375.42 s
[integer-conversion] Phase: compileBuildDriverPhase
2375.43 s
[integer-conversion] setupCompileFlags: -package-db=/build/tmp.wBS83BCnBT/setup-package.conf.d -threaded
2375.66 s
[doctest] [ 1 of 25] Compiling Imports ( src/Imports.hs, dist/build/Imports.o, dist/build/Imports.dyn_o )
2375.79 s
[unix-time] Preprocessing test suite 'spec' for unix-time-0.4.16..
2375.79 s
[unix-time] Building test suite 'spec' for unix-time-0.4.16..
2375.85 s
[integer-conversion] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.wBS83BCnBT/Main.o )
2375.95 s
[transformers-base] [1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.p_o )
2376.09 s
[unix-time] [1 of 2] Compiling UnixTimeSpec ( test/UnixTimeSpec.hs, dist/build/spec/spec-tmp/UnixTimeSpec.o )
2376.26 s
[ChasingBottoms] [ 9 of 10] Compiling Test.ChasingBottoms.ApproxShow ( Test/ChasingBottoms/ApproxShow.hs, dist/build/Test/ChasingBottoms/ApproxShow.p_o )
2376.26 s
[ChasingBottoms] [10 of 10] Compiling Test.ChasingBottoms ( Test/ChasingBottoms.hs, dist/build/Test/ChasingBottoms.p_o )
2376.37 s
[integer-conversion] [2 of 2] Linking Setup
2376.52 s
[th-compat] Documentation created: dist/doc/html/th-compat/index.html,
2376.53 s
[th-compat] dist/doc/html/th-compat/th-compat.txt
2376.67 s
[doctest] [ 2 of 25] Compiling GhcUtil ( src/GhcUtil.hs, dist/build/GhcUtil.o, dist/build/GhcUtil.dyn_o )
2376.94 s
[th-compat] Preprocessing test suite 'spec' for th-compat-0.1.6..
2376.98 s
[th-compat] Phase: installPhase
2377.20 s
[th-compat] Installing library in /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
2377.97 s
[th-compat] Phase: fixupPhase
2377.98 s
[th-compat] shrinking RPATHs of ELF executables and libraries in /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6
2377.99 s
[th-compat] shrinking /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSth-compat-0.1.6-6YqkPrgkBky42wiiPi0NH-ghc9.6.4.so
2378.14 s
[th-compat] checking for references to /build/ in /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6...
2378.18 s
[th-compat] patching script interpreter paths in /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6
2378.21 s
[th-compat] stripping (with command strip and flags -S -p) in /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/lib
2378.47 s
[th-compat] shrinking RPATHs of ELF executables and libraries in /nix/store/whqwxq3x2wk396mjfg70pzfnvrl2dm0k-th-compat-0.1.6-doc
2378.49 s
[th-compat] checking for references to /build/ in /nix/store/whqwxq3x2wk396mjfg70pzfnvrl2dm0k-th-compat-0.1.6-doc...
2378.53 s
[th-compat] patching script interpreter paths in /nix/store/whqwxq3x2wk396mjfg70pzfnvrl2dm0k-th-compat-0.1.6-doc
2378.67 s
[hashable] [ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.o, dist/build/Data/Hashable/Imports.dyn_o )
2378.67 s
[hashable] [ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.o, dist/build/Data/Hashable/Mix.dyn_o )
2378.68 s
[hashable] [ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.o, dist/build/Data/Hashable/XXH3.dyn_o )
2379.27 s
[th-compat:post-build] Uploading to the NixCI cache: /nix/store/whqwxq3x2wk396mjfg70pzfnvrl2dm0k-th-compat-0.1.6-doc /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6
2379.96 s
[th-compat:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2381.35 s
[th-compat:post-build] copying 2 paths...
2381.35 s
[th-compat:post-build] copying path '/nix/store/whqwxq3x2wk396mjfg70pzfnvrl2dm0k-th-compat-0.1.6-doc' to 'https://cache.nix-ci.com'...
2383.00 s
[th-compat:post-build] copying path '/nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6' to 'https://cache.nix-ci.com'...
2385.74 s
[th-compat:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2386.72 s
[th-compat:post-build] copying 1 paths...
2386.72 s
[th-compat:post-build] copying path '/nix/store/hjpj8jrl8k5ka7gzbpgxhdl2l1ns7j88-th-compat-0.1.6.drv' to 'https://cache.nix-ci.com'...
2388.53 s
Uploaded th-compat in 9.5s
2388.54 s
Progress: 114 of 211 built (14 building), 298 of 298 downloaded from cache
2388.54 s
Built th-compat in 1m14s
2388.79 s
Building /nix/store/irz11iaavkppwng7ksvh2ymyv4lhnx86-network-uri-2.6.4.2.drv
2388.79 s
[ChasingBottoms] buildPhase completed in 1 minutes 14 seconds
2388.79 s
[ChasingBottoms] Phase: checkPhase
2388.79 s
[ChasingBottoms] Running 1 test suites...
2388.79 s
[ChasingBottoms] Test suite ChasingBottomsTestSuite: RUNNING...
2388.79 s
[ChasingBottoms] Approx:
2388.79 s
[ChasingBottoms] [True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True]
2388.79 s
[ChasingBottoms] ApproxShow:
2388.79 s
[ChasingBottoms] [True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True]
2388.79 s
[ChasingBottoms] ContinuousFunctions:
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests; 840 discarded.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests; 917 discarded.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] True
2388.79 s
[ChasingBottoms] Generators:
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] OK.
2388.79 s
[ChasingBottoms] True
2388.79 s
[ChasingBottoms] IsBottom:
2388.79 s
[ChasingBottoms] [True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True]
2388.79 s
[ChasingBottoms] IsType:
2388.79 s
[ChasingBottoms] [True,True,True,True,True,True,True,True,True,True,True,True,True]
2388.79 s
[ChasingBottoms] Nat:
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.79 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests; 982 discarded.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1 test.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests; 2652 discarded.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests; 2865 discarded.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests; 1014 discarded.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests; 137 discarded.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests; 125 discarded.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests; 121 discarded.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests; 137 discarded.
2388.80 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.80 s
[ChasingBottoms] OK.
2388.81 s
[ChasingBottoms] OK.
2388.81 s
[ChasingBottoms] OK.
2388.81 s
[ChasingBottoms] True
2388.81 s
[ChasingBottoms] SemanticOrd:
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2388.81 s
[cookie] [1 of 1] Compiling Web.Cookie ( Web/Cookie.hs, dist/build/Web/Cookie.p_o )
2388.81 s
[generic-deriving] [ 7 of 21] Compiling Generics.Deriving.Copoint ( src/Generics/Deriving/Copoint.hs, dist/build/Generics/Deriving/Copoint.p_o )
2388.81 s
[generic-deriving] [ 8 of 21] Compiling Generics.Deriving.ConNames ( src/Generics/Deriving/ConNames.hs, dist/build/Generics/Deriving/ConNames.p_o )
2388.81 s
[generic-deriving] [ 9 of 21] Compiling Generics.Deriving.Semigroup.Internal ( src/Generics/Deriving/Semigroup/Internal.hs, dist/build/Generics/Deriving/Semigroup/Internal.p_o )
2388.81 s
[generic-deriving] [10 of 21] Compiling Generics.Deriving.Monoid.Internal ( src/Generics/Deriving/Monoid/Internal.hs, dist/build/Generics/Deriving/Monoid/Internal.p_o )
2388.81 s
[generic-deriving] [11 of 21] Compiling Generics.Deriving.Semigroup ( src/Generics/Deriving/Semigroup.hs, dist/build/Generics/Deriving/Semigroup.p_o )
2388.81 s
[generic-deriving] [12 of 21] Compiling Generics.Deriving.Monoid ( src/Generics/Deriving/Monoid.hs, dist/build/Generics/Deriving/Monoid.p_o )
2388.81 s
[generic-deriving] [13 of 21] Compiling Generics.Deriving.Show ( src/Generics/Deriving/Show.hs, dist/build/Generics/Deriving/Show.p_o )
2388.81 s
[generic-deriving] [14 of 21] Compiling Generics.Deriving.Traversable ( src/Generics/Deriving/Traversable.hs, dist/build/Generics/Deriving/Traversable.p_o )
2388.81 s
[generic-deriving] [15 of 21] Compiling Generics.Deriving.Uniplate ( src/Generics/Deriving/Uniplate.hs, dist/build/Generics/Deriving/Uniplate.p_o )
2388.81 s
[generic-deriving] [16 of 21] Compiling Generics.Deriving.Default ( src/Generics/Deriving/Default.hs, dist/build/Generics/Deriving/Default.p_o )
2388.81 s
[generic-deriving] [17 of 21] Compiling Generics.Deriving ( src/Generics/Deriving.hs, dist/build/Generics/Deriving.p_o )
2388.81 s
[generic-deriving] [18 of 21] Compiling Generics.Deriving.TH.Internal ( src/Generics/Deriving/TH/Internal.hs, dist/build/Generics/Deriving/TH/Internal.p_o )
2388.81 s
[hashable] [ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.o, dist/build/Data/Hashable/LowLevel.dyn_o )
2388.81 s
[hashable] [ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o )
2388.81 s
[haskell-src-exts] [14 of 18] Compiling Language.Haskell.Exts.Parser ( src/Language/Haskell/Exts/Parser.hs, dist/build/Language/Haskell/Exts/Parser.p_o )
2388.81 s
[hourglass] Phase: updateAutotoolsGnuConfigScriptsPhase
2388.81 s
[hourglass] Phase: configurePhase
2388.81 s
[hourglass] configureFlags: --verbose --prefix=/nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/xpjpfiqlv17anbi9msh6vmnzcngfmaqa-hourglass-0.2.12-doc/share/doc/hourglass-0.2.12 --with-gcc=gcc --package-db=/build/tmp.EiJDW3SWy6/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2388.81 s
[hourglass] Using Parsec parser
2388.81 s
[hourglass] Configuring hourglass-0.2.12...
2388.81 s
[hourglass] Dependency base: using base-4.18.2.0
2388.81 s
[hourglass] Dependency deepseq: using deepseq-1.4.8.1
2388.81 s
[hourglass] Dependency base: using base-4.18.2.0
2388.81 s
[hourglass] Dependency deepseq: using deepseq-1.4.8.1
2388.81 s
[hourglass] Dependency hourglass: using hourglass-0.2.12
2388.81 s
[hourglass] Dependency mtl: using mtl-2.3.1
2388.81 s
[hourglass] Dependency old-locale: using old-locale-1.0.0.7
2388.81 s
[hourglass] Dependency tasty: using tasty-1.5.3
2388.81 s
[hourglass] Dependency tasty-hunit: using tasty-hunit-0.10.2
2388.81 s
[hourglass] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
2388.81 s
[hourglass] Dependency time: using time-1.12.2
2388.81 s
[hourglass] Source component graph:
2388.81 s
[hourglass] component lib
2388.81 s
[hourglass] component test:test-hourglass dependency lib
2388.81 s
[hourglass] Configured component graph:
2388.81 s
[hourglass] component hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2388.81 s
[hourglass] include base-4.18.2.0
2388.81 s
[hourglass] include deepseq-1.4.8.1
2388.81 s
[hourglass] component hourglass-0.2.12-DHc5z9yKTHqItla8yDNe0R-test-hourglass
2388.81 s
[hourglass] include base-4.18.2.0
2388.81 s
[hourglass] include deepseq-1.4.8.1
2388.81 s
[hourglass] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2388.81 s
[hourglass] include mtl-2.3.1
2388.81 s
[hourglass] include old-locale-1.0.0.7-9ClBrOuOIT6EwyhqtYJ951
2388.81 s
[hourglass] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2388.81 s
[hourglass] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2388.81 s
[hourglass] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2388.81 s
[hourglass] include time-1.12.2
2388.81 s
[hourglass] Linked component graph:
2388.81 s
[hourglass] unit hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2388.81 s
[hourglass] include base-4.18.2.0
2388.81 s
[hourglass] include deepseq-1.4.8.1
2388.81 s
[hourglass] Data.Hourglass=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:Data.Hourglass,Data.Hourglass.Compat=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:Data.Hourglass.Compat,Data.Hourglass.Epoch=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:Data.Hourglass.Epoch,Data.Hourglass.Types=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:Data.Hourglass.Types,System.Hourglass=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:System.Hourglass,Time.Compat=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:Time.Compat,Time.System=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:Time.System,Time.Types=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:Time.Types
2388.81 s
[hourglass] unit hourglass-0.2.12-DHc5z9yKTHqItla8yDNe0R-test-hourglass
2388.81 s
[hourglass] include base-4.18.2.0
2388.81 s
[hourglass] include deepseq-1.4.8.1
2388.81 s
[hourglass] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2388.81 s
[hourglass] include mtl-2.3.1
2388.81 s
[hourglass] include old-locale-1.0.0.7-9ClBrOuOIT6EwyhqtYJ951
2388.81 s
[hourglass] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2388.81 s
[hourglass] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2388.81 s
[hourglass] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2388.81 s
[hourglass] include time-1.12.2
2388.81 s
[hourglass] Ready component graph:
2388.81 s
[hourglass] definite hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2388.81 s
[hourglass] depends base-4.18.2.0
2388.81 s
[hourglass] depends deepseq-1.4.8.1
2388.81 s
[hourglass] definite hourglass-0.2.12-DHc5z9yKTHqItla8yDNe0R-test-hourglass
2388.81 s
[hourglass] depends base-4.18.2.0
2388.81 s
[hourglass] depends deepseq-1.4.8.1
2388.81 s
[hourglass] depends hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2388.81 s
[hourglass] depends mtl-2.3.1
2388.81 s
[integer-conversion] Phase: updateAutotoolsGnuConfigScriptsPhase
2388.81 s
[integer-conversion] Phase: configurePhase
2388.81 s
[integer-conversion] configureFlags: --verbose --prefix=/nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/2kfjiwy2sj6nq7i2wa09r3i01qp3x50y-integer-conversion-0.1.1-doc/share/doc/integer-conversion-0.1.1 --with-gcc=gcc --package-db=/build/tmp.wBS83BCnBT/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2388.81 s
[integer-conversion] Using Parsec parser
2388.81 s
[integer-conversion] Configuring integer-conversion-0.1.1...
2388.81 s
[integer-conversion] Dependency base >=4.12.0.0 && <4.22: using base-4.18.2.0
2388.81 s
[integer-conversion] Dependency bytestring >=0.10.8.1 && <0.11 || >=0.11.4.0 && <0.12 || >=0.12.0.2
2388.81 s
[integer-conversion] && <0.13: using bytestring-0.11.5.3
2388.81 s
[integer-conversion] Dependency primitive >=0.9.0.0 && <0.10: using primitive-0.9.1.0
2388.81 s
[integer-conversion] Dependency text >=1.2.3.0 && <1.3 || >=2.0.1 && <2.2: using text-2.0.2
2388.81 s
[integer-conversion] Dependency QuickCheck >=2.14.3 && <2.16: using QuickCheck-2.14.3
2388.81 s
[integer-conversion] Dependency base: using base-4.18.2.0
2388.81 s
[integer-conversion] Dependency bytestring: using bytestring-0.11.5.3
2388.81 s
[integer-conversion] Dependency integer-conversion: using integer-conversion-0.1.1
2388.81 s
[integer-conversion] Dependency tasty >=1.4.3 && <1.6: using tasty-1.5.3
2388.81 s
[integer-conversion] Dependency tasty-quickcheck >=0.10.2 && <0.12: using tasty-quickcheck-0.11
2388.81 s
[integer-conversion] Dependency text: using text-2.0.2
2388.81 s
[integer-conversion] Source component graph:
2388.81 s
[integer-conversion] component lib
2388.81 s
[integer-conversion] component test:integer-conversion-tests dependency lib
2388.81 s
[integer-conversion] Configured component graph:
2388.81 s
[integer-conversion] component integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
2388.81 s
[integer-conversion] include base-4.18.2.0
2388.81 s
[integer-conversion] include bytestring-0.11.5.3
2388.81 s
[integer-conversion] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2388.81 s
[integer-conversion] include text-2.0.2
2388.81 s
[integer-conversion] component integer-conversion-0.1.1-AjgUi87maskHtDABldp1gB-integer-conversion-tests
2388.81 s
[integer-conversion] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2388.81 s
[integer-conversion] include base-4.18.2.0
2388.81 s
[integer-conversion] include bytestring-0.11.5.3
2388.81 s
[integer-conversion] include integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
2388.81 s
[integer-conversion] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2388.81 s
[integer-conversion] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2388.81 s
[integer-conversion] include text-2.0.2
2388.81 s
[integer-conversion] Linked component graph:
2388.81 s
[integer-conversion] unit integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
2388.81 s
[integer-conversion] include base-4.18.2.0
2388.81 s
[integer-conversion] include bytestring-0.11.5.3
2388.81 s
[integer-conversion] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2388.81 s
[integer-conversion] include text-2.0.2
2388.81 s
[integer-conversion] Data.Integer.Conversion=integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM:Data.Integer.Conversion
2388.81 s
[integer-conversion] unit integer-conversion-0.1.1-AjgUi87maskHtDABldp1gB-integer-conversion-tests
2388.81 s
[integer-conversion] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2388.81 s
[integer-conversion] include base-4.18.2.0
2388.81 s
[integer-conversion] include bytestring-0.11.5.3
2388.81 s
[integer-conversion] include integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
2388.81 s
[integer-conversion] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2388.81 s
[integer-conversion] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2388.81 s
[integer-conversion] include text-2.0.2
2388.81 s
[integer-conversion] Ready component graph:
2388.81 s
[integer-conversion] definite integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
2388.82 s
[integer-conversion] depends base-4.18.2.0
2388.82 s
[integer-conversion] depends bytestring-0.11.5.3
2388.82 s
[integer-conversion] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2388.82 s
[integer-conversion] depends text-2.0.2
2388.82 s
[integer-conversion] definite integer-conversion-0.1.1-AjgUi87maskHtDABldp1gB-integer-conversion-tests
2388.82 s
[integer-conversion] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2388.82 s
[integer-conversion] depends base-4.18.2.0
2388.82 s
[integer-conversion] depends bytestring-0.11.5.3
2388.82 s
[integer-conversion] depends integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
2388.82 s
[network] [3 of 5] Compiling Network.Socket.ByteStringSpec ( tests/Network/Socket/ByteStringSpec.hs, dist/build/spec/spec-tmp/Network/Socket/ByteStringSpec.o )
2388.82 s
[network] [4 of 5] Compiling Network.Socket.ByteString.LazySpec ( tests/Network/Socket/ByteString/LazySpec.hs, dist/build/spec/spec-tmp/Network/Socket/ByteString/LazySpec.o )
2388.82 s
[network] [5 of 5] Compiling Main ( tests/Spec.hs, dist/build/spec/spec-tmp/Main.o )
2388.82 s
[network] [6 of 6] Linking dist/build/spec/spec
2388.82 s
[network] buildPhase completed in 2 minutes 23 seconds
2388.82 s
[network] Phase: checkPhase
2388.82 s
[tasty-kat] Documentation created: dist/doc/html/tasty-kat/index.html,
2388.82 s
[tasty-kat] dist/doc/html/tasty-kat/tasty-kat.txt
2388.82 s
[tasty-kat] Preprocessing test suite 'test-tasty-kat' for tasty-kat-0.0.3..
2388.82 s
[tasty-kat] haddockPhase completed in 40 seconds
2388.82 s
[tasty-kat] Phase: installPhase
2388.82 s
[tasty-kat] Installing library in /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
2388.82 s
[tasty-kat] Phase: fixupPhase
2388.82 s
[tasty-kat] shrinking RPATHs of ELF executables and libraries in /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3
2388.82 s
[tasty-kat] shrinking /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHStasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB-ghc9.6.4.so
2388.82 s
[tasty-kat] checking for references to /build/ in /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3...
2388.82 s
[tasty-kat] patching script interpreter paths in /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3
2388.82 s
[tasty-kat] stripping (with command strip and flags -S -p) in /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/lib
2388.82 s
[tasty-kat] shrinking RPATHs of ELF executables and libraries in /nix/store/15bwlg1vhmd4jm5dp5fh4f8qplm933bb-tasty-kat-0.0.3-doc
2388.82 s
[tasty-kat] checking for references to /build/ in /nix/store/15bwlg1vhmd4jm5dp5fh4f8qplm933bb-tasty-kat-0.0.3-doc...
2388.82 s
[tasty-kat] patching script interpreter paths in /nix/store/15bwlg1vhmd4jm5dp5fh4f8qplm933bb-tasty-kat-0.0.3-doc
2388.82 s
[th-expand-syns] Documentation created: dist/doc/html/th-expand-syns/index.html,
2388.82 s
[th-expand-syns] dist/doc/html/th-expand-syns/th-expand-syns.txt
2388.82 s
[th-expand-syns] Preprocessing test suite 'test-th-expand-syns' for th-expand-syns-0.4.12.0..
2388.82 s
[th-expand-syns] Phase: installPhase
2388.82 s
[th-expand-syns] Installing library in /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
2388.82 s
[th-expand-syns] Phase: fixupPhase
2388.82 s
[th-expand-syns] shrinking RPATHs of ELF executables and libraries in /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0
2388.82 s
[th-expand-syns] shrinking /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSth-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay-ghc9.6.4.so
2388.82 s
[th-expand-syns] checking for references to /build/ in /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0...
2388.82 s
[th-expand-syns] patching script interpreter paths in /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0
2388.82 s
[th-expand-syns] stripping (with command strip and flags -S -p) in /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/lib
2388.82 s
[th-expand-syns] shrinking RPATHs of ELF executables and libraries in /nix/store/n8g3adiclm7c5zv5sl0c0q9v6s7ahah0-th-expand-syns-0.4.12.0-doc
2388.82 s
[th-expand-syns] checking for references to /build/ in /nix/store/n8g3adiclm7c5zv5sl0c0q9v6s7ahah0-th-expand-syns-0.4.12.0-doc...
2388.82 s
[th-expand-syns] patching script interpreter paths in /nix/store/n8g3adiclm7c5zv5sl0c0q9v6s7ahah0-th-expand-syns-0.4.12.0-doc
2388.82 s
[transformers-base] Phase: checkPhase
2388.82 s
[transformers-base] Package has no test suites.
2388.82 s
[transformers-base] Phase: haddockPhase
2388.82 s
[transformers-base] Preprocessing library for transformers-base-0.4.6..
2388.82 s
[transformers-base] Running Haddock on library for transformers-base-0.4.6..
2388.82 s
[transformers-base] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2388.82 s
[transformers-base] 33% ( 1 / 3) in 'Control.Monad.Base'
2388.82 s
[transformers-base] Missing documentation for:
2388.82 s
[transformers-base] Module header
2388.82 s
[transformers-base] MonadBase (src/Control/Monad/Base.hs:60)
2388.82 s
[unix-time] [2 of 2] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
2388.82 s
[unix-time] [3 of 3] Linking dist/build/spec/spec
2388.82 s
[unix-time] buildPhase completed in 40 seconds
2388.82 s
[unix-time] Phase: checkPhase
2388.82 s
[unix-time] Running 1 test suites...
2388.82 s
[unix-time] Test suite spec: RUNNING...
2388.82 s
[unix-time]
2388.82 s
[unix-time] UnixTime
2388.82 s
[unix-time] formatUnixTime
2388.82 s
[unix-time] behaves like the model [✔]
2388.82 s
[unix-time] +++ OK, passed 100 tests.
2388.82 s
[unix-time] parseUnixTimeGMT & formatUnixTimeGMT
2388.82 s
[unix-time] inverses the result [✔]
2388.82 s
[unix-time] +++ OK, passed 100 tests.
2388.82 s
[unix-time] inverses the result (2) [✔]
2388.82 s
[unix-time] +++ OK, passed 100 tests.
2388.82 s
[unix-time] addUnixDiffTime & diffUnixTime
2388.82 s
[unix-time] invrses the result [✔]
2388.82 s
[unix-time] +++ OK, passed 100 tests.
2388.82 s
[unix-time] UnixTime Storable instance
2388.82 s
[unix-time] peek . poke = id [✔]
2388.82 s
[unix-time] +++ OK, passed 100 tests.
2388.82 s
[unix-time] getUnixTime
2388.82 s
[unix-time] works well [✔]
2388.82 s
[unix-time] should work in Template Haskell [✔]
2388.82 s
[unix-time]
2388.82 s
[unix-time] Finished in 0.0202 seconds
2388.82 s
[unix-time] 7 examples, 0 failures
2388.82 s
[unix-time] Test suite spec: PASS
2388.82 s
[unix-time] Test suite logged to: dist/test/unix-time-0.4.16-spec.log
2388.82 s
[unix-time] 1 of 1 test suites (1 of 1 test cases) passed.
2388.82 s
[unix-time] Phase: haddockPhase
2388.82 s
[unix-time] Preprocessing library for unix-time-0.4.16..
2388.82 s
[unix-time] Running Haddock on library for unix-time-0.4.16..
2389.03 s
Building /nix/store/h1v9g1xfpvsnvspcgbqhm7454hiq3v46-validity-0.12.1.0.drv
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.03 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] +++ OK, passed 1000 tests.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.04 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] OK.
2389.05 s
[ChasingBottoms] True
2389.05 s
[ChasingBottoms] TimeOut:
2389.05 s
[ChasingBottoms] True
2389.05 s
[ChasingBottoms]
2389.05 s
[ChasingBottoms] All tests succeeded.
2389.05 s
[ChasingBottoms] Test suite ChasingBottomsTestSuite: PASS
2389.05 s
[ChasingBottoms] Test suite logged to:
2389.05 s
[ChasingBottoms] dist/test/ChasingBottoms-1.3.1.15-ChasingBottomsTestSuite.log
2389.05 s
[ChasingBottoms] 1 of 1 test suites (1 of 1 test cases) passed.
2389.05 s
[ChasingBottoms] Phase: haddockPhase
2389.05 s
[ChasingBottoms] Preprocessing test suite 'ChasingBottomsTestSuite' for ChasingBottoms-1.3.1.15..
2389.05 s
[ChasingBottoms] Preprocessing library for ChasingBottoms-1.3.1.15..
2389.05 s
[ChasingBottoms] Running Haddock on library for ChasingBottoms-1.3.1.15..
2389.05 s
[ChasingBottoms] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2389.05 s
[generic-deriving] [19 of 21] Compiling Generics.Deriving.TH.Post4_9 ( src/Generics/Deriving/TH/Post4_9.hs, dist/build/Generics/Deriving/TH/Post4_9.p_o )
2389.05 s
[hourglass] depends old-locale-1.0.0.7-9ClBrOuOIT6EwyhqtYJ951
2389.05 s
[hourglass] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2389.05 s
[hourglass] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2389.05 s
[hourglass] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2389.05 s
[hourglass] depends time-1.12.2
2389.05 s
[hourglass] Using Cabal-3.10.1.0 compiled by ghc-9.6
2389.05 s
[hourglass] Using compiler: ghc-9.6.4
2389.05 s
[hourglass] Using install prefix:
2389.05 s
[hourglass] /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12
2389.05 s
[hourglass] Executables installed in:
2389.05 s
[hourglass] /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/bin
2389.05 s
[hourglass] Libraries installed in:
2389.05 s
[hourglass] /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2389.05 s
[hourglass] Dynamic Libraries installed in:
2389.05 s
[hourglass] /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2389.05 s
[hourglass] Private executables installed in:
2389.05 s
[hourglass] /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/libexec/x86_64-linux-ghc-9.6.4/hourglass-0.2.12
2389.05 s
[hourglass] Data files installed in:
2389.05 s
[hourglass] /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/share/x86_64-linux-ghc-9.6.4/hourglass-0.2.12
2389.05 s
[hourglass] Documentation installed in:
2389.06 s
[hourglass] /nix/store/xpjpfiqlv17anbi9msh6vmnzcngfmaqa-hourglass-0.2.12-doc/share/doc/hourglass-0.2.12
2389.06 s
[hourglass] Configuration files installed in:
2389.06 s
[hourglass] /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/etc
2389.06 s
[hourglass] No alex found
2389.06 s
[hourglass] Using ar found on system at:
2389.06 s
[hourglass] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2389.06 s
[hourglass] No c2hs found
2389.06 s
[hourglass] No cpphs found
2389.06 s
[hourglass] No doctest found
2389.06 s
[hourglass] Using gcc version 14.3.0 given by user at:
2389.06 s
[hourglass] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2389.06 s
[hourglass] Using ghc version 9.6.4 found on system at:
2389.06 s
[hourglass] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2389.06 s
[hourglass] Using ghc-pkg version 9.6.4 found on system at:
2389.06 s
[hourglass] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2389.06 s
[hourglass] No ghcjs found
2389.06 s
[hourglass] No ghcjs-pkg found
2389.06 s
[hourglass] No greencard found
2389.06 s
[hourglass] Using haddock version 2.29.2 found on system at:
2389.06 s
[hourglass] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2389.06 s
[hourglass] No happy found
2389.06 s
[hourglass] Using haskell-suite found on system at: haskell-suite-dummy-location
2389.06 s
[hourglass] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2389.06 s
[hourglass] No hmake found
2389.06 s
[hourglass] Using hpc version 0.68 found on system at:
2389.06 s
[hourglass] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2389.06 s
[hourglass] Using hsc2hs version 0.68.9 found on system at:
2389.06 s
[hourglass] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2389.06 s
[hourglass] Using hscolour version 1.25 found on system at:
2389.06 s
[hourglass] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2389.06 s
[hourglass] No jhc found
2389.06 s
[hourglass] Using ld found on system at:
2389.06 s
[hourglass] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2389.06 s
[hourglass] No pkg-config found
2389.06 s
[hourglass] Using runghc version 9.6.4 found on system at:
2389.06 s
[hourglass] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2389.06 s
[hourglass] Using strip version 2.44 found on system at:
2389.06 s
[hourglass] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2389.06 s
[hourglass] Using tar found on system at:
2389.06 s
[hourglass] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2389.06 s
[hourglass] No uhc found
2389.06 s
[hourglass] Phase: buildPhase
2389.06 s
[hourglass] Preprocessing library for hourglass-0.2.12..
2389.06 s
[hourglass] Building library for hourglass-0.2.12..
2389.06 s
[hourglass] [ 1 of 17] Compiling Data.Hourglass.Utils ( Data/Hourglass/Utils.hs, dist/build/Data/Hourglass/Utils.o, dist/build/Data/Hourglass/Utils.dyn_o )
2389.06 s
[hourglass] [ 2 of 17] Compiling Data.Hourglass.Zone ( Data/Hourglass/Zone.hs, dist/build/Data/Hourglass/Zone.o, dist/build/Data/Hourglass/Zone.dyn_o )
2389.06 s
[integer-conversion] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2389.06 s
[integer-conversion] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2389.06 s
[integer-conversion] depends text-2.0.2
2389.08 s
[integer-conversion] Using Cabal-3.10.1.0 compiled by ghc-9.6
2389.08 s
[integer-conversion] Using compiler: ghc-9.6.4
2389.08 s
[integer-conversion] Using install prefix:
2389.08 s
[integer-conversion] /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1
2389.08 s
[integer-conversion] Executables installed in:
2389.08 s
[integer-conversion] /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/bin
2389.08 s
[integer-conversion] Libraries installed in:
2389.08 s
[integer-conversion] /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
2389.08 s
[integer-conversion] Dynamic Libraries installed in:
2389.08 s
[integer-conversion] /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2389.08 s
[integer-conversion] Private executables installed in:
2389.08 s
[integer-conversion] /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/libexec/x86_64-linux-ghc-9.6.4/integer-conversion-0.1.1
2389.08 s
[integer-conversion] Data files installed in:
2389.08 s
[integer-conversion] /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/share/x86_64-linux-ghc-9.6.4/integer-conversion-0.1.1
2389.08 s
[integer-conversion] Documentation installed in:
2389.08 s
[integer-conversion] /nix/store/2kfjiwy2sj6nq7i2wa09r3i01qp3x50y-integer-conversion-0.1.1-doc/share/doc/integer-conversion-0.1.1
2389.08 s
[integer-conversion] Configuration files installed in:
2389.08 s
[integer-conversion] /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/etc
2389.08 s
[integer-conversion] No alex found
2389.08 s
[integer-conversion] Using ar found on system at:
2389.08 s
[integer-conversion] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2389.08 s
[integer-conversion] No c2hs found
2389.08 s
[integer-conversion] No cpphs found
2389.08 s
[integer-conversion] No doctest found
2389.08 s
[integer-conversion] Using gcc version 14.3.0 given by user at:
2389.08 s
[integer-conversion] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2389.08 s
[integer-conversion] Using ghc version 9.6.4 found on system at:
2389.08 s
[integer-conversion] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2389.08 s
[integer-conversion] Using ghc-pkg version 9.6.4 found on system at:
2389.08 s
[integer-conversion] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2389.09 s
[integer-conversion] No ghcjs found
2389.09 s
[integer-conversion] No ghcjs-pkg found
2389.09 s
[integer-conversion] No greencard found
2389.09 s
[integer-conversion] Using haddock version 2.29.2 found on system at:
2389.09 s
[integer-conversion] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2389.09 s
[integer-conversion] No happy found
2389.09 s
[integer-conversion] Using haskell-suite found on system at: haskell-suite-dummy-location
2389.09 s
[integer-conversion] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2389.09 s
[integer-conversion] No hmake found
2389.09 s
[integer-conversion] Using hpc version 0.68 found on system at:
2389.09 s
[integer-conversion] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2389.09 s
[integer-conversion] Using hsc2hs version 0.68.9 found on system at:
2389.09 s
[integer-conversion] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2389.09 s
[integer-conversion] Using hscolour version 1.25 found on system at:
2389.09 s
[integer-conversion] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2389.09 s
[integer-conversion] No jhc found
2389.09 s
[integer-conversion] Using ld found on system at:
2389.09 s
[integer-conversion] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2389.09 s
[integer-conversion] No pkg-config found
2389.09 s
[integer-conversion] Using runghc version 9.6.4 found on system at:
2389.09 s
[integer-conversion] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2389.09 s
[integer-conversion] Using strip version 2.44 found on system at:
2389.09 s
[integer-conversion] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2389.09 s
[integer-conversion] Using tar found on system at:
2389.09 s
[integer-conversion] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2389.09 s
[integer-conversion] No uhc found
2389.09 s
[integer-conversion] Phase: buildPhase
2389.09 s
[integer-conversion] Preprocessing library for integer-conversion-0.1.1..
2389.09 s
[integer-conversion] Building library for integer-conversion-0.1.1..
2389.09 s
[integer-conversion] [1 of 1] Compiling Data.Integer.Conversion ( src/Data/Integer/Conversion.hs, dist/build/Data/Integer/Conversion.o, dist/build/Data/Integer/Conversion.dyn_o )
2389.09 s
[network] Running 1 test suites...
2389.09 s
[network] Test suite spec: RUNNING...
2389.09 s
[network]
2389.10 s
[network] Network.Socket
2389.10 s
[network] connect
2389.10 s
[network] fails to connect and throws an IOException [✔]
2389.48 s
[tasty-kat:post-build] Uploading to the NixCI cache: /nix/store/15bwlg1vhmd4jm5dp5fh4f8qplm933bb-tasty-kat-0.0.3-doc /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3
2390.30 s
[tasty-kat:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2391.40 s
[tasty-kat:post-build] copying 2 paths...
2391.46 s
[tasty-kat:post-build] copying path '/nix/store/15bwlg1vhmd4jm5dp5fh4f8qplm933bb-tasty-kat-0.0.3-doc' to 'https://cache.nix-ci.com'...
2393.00 s
[tasty-kat:post-build] copying path '/nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3' to 'https://cache.nix-ci.com'...
2395.88 s
[tasty-kat:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2396.75 s
[tasty-kat:post-build] copying 1 paths...
2396.76 s
[tasty-kat:post-build] copying path '/nix/store/f767mc1in7sg38qmcrn8nvg1b5dia40m-tasty-kat-0.0.3.drv' to 'https://cache.nix-ci.com'...
2398.76 s
Uploaded tasty-kat in 9.4s
2398.76 s
Progress: 115 of 211 built (15 building), 298 of 298 downloaded from cache
2398.76 s
Built tasty-kat in 1m34s
2399.17 s
[th-expand-syns:post-build] Uploading to the NixCI cache: /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0 /nix/store/n8g3adiclm7c5zv5sl0c0q9v6s7ahah0-th-expand-syns-0.4.12.0-doc
2400.13 s
[th-expand-syns:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2400.83 s
[th-expand-syns:post-build] copying 2 paths...
2400.83 s
[th-expand-syns:post-build] copying path '/nix/store/n8g3adiclm7c5zv5sl0c0q9v6s7ahah0-th-expand-syns-0.4.12.0-doc' to 'https://cache.nix-ci.com'...
2402.74 s
[th-expand-syns:post-build] copying path '/nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0' to 'https://cache.nix-ci.com'...
2405.42 s
[th-expand-syns:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2406.78 s
[th-expand-syns:post-build] copying 1 paths...
2406.78 s
[th-expand-syns:post-build] copying path '/nix/store/ff1pg83pa840pdlrq1mnafdiwnmsfjcs-th-expand-syns-0.4.12.0.drv' to 'https://cache.nix-ci.com'...
2409.36 s
Uploaded th-expand-syns in 10.4s
2409.38 s
Progress: 116 of 212 built (14 building), 298 of 298 downloaded from cache
2409.38 s
Built th-expand-syns in 1m35s
2409.38 s
[unix-time] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2409.60 s
Building /nix/store/hlakyfhn7xhfcga865vvwbh3ixdmpr83-zlib-0.7.1.0.drv
2409.86 s
Building /nix/store/df229b8a7p1f0j3hj20bw304s965xr7w-crypton-1.0.4.drv
2409.87 s
[ChasingBottoms] 100% ( 6 / 6) in 'Test.ChasingBottoms.Nat'
2409.87 s
[ChasingBottoms] 100% ( 2 / 2) in 'Test.ChasingBottoms.Approx'
2409.87 s
[ChasingBottoms] 83% ( 5 / 6) in 'Test.ChasingBottoms.TimeOut'
2409.87 s
[ChasingBottoms] Missing documentation for:
2409.87 s
[ChasingBottoms] Result (Test/ChasingBottoms/TimeOut.hs:34)
2409.87 s
[ChasingBottoms] 100% ( 7 / 7) in 'Test.ChasingBottoms.IsBottom'
2409.87 s
[ChasingBottoms] 100% ( 5 / 5) in 'Test.ChasingBottoms.SemanticOrd'
2409.87 s
[ChasingBottoms] 100% ( 25 / 25) in 'Test.ChasingBottoms.ContinuousFunctions'
2409.87 s
[ChasingBottoms] 66% ( 2 / 3) in 'Test.ChasingBottoms.ApproxShow'
2409.87 s
[ChasingBottoms] Missing documentation for:
2409.87 s
[ChasingBottoms] ApproxShow (Test/ChasingBottoms/ApproxShow.hs:30)
2409.87 s
[ChasingBottoms] 100% ( 8 / 8) in 'Test.ChasingBottoms'
2409.87 s
[cookie] Preprocessing test suite 'test' for cookie-0.5.1..
2409.87 s
[cookie] Building test suite 'test' for cookie-0.5.1..
2409.87 s
[cookie] [1 of 1] Compiling Main ( test/Spec.hs, dist/build/test/test-tmp/Main.o )
2409.87 s
[cookie] [2 of 2] Linking dist/build/test/test
2409.87 s
[cookie] buildPhase completed in 31 seconds
2409.87 s
[cookie] Phase: checkPhase
2409.87 s
[cookie] Running 1 test suites...
2409.87 s
[cookie] Test suite test: RUNNING...
2409.87 s
[cookie] cookie
2409.87 s
[cookie] parse/render cookies: OK (0.06s)
2409.87 s
[cookie] +++ OK, passed 100 tests.
2409.87 s
[cookie] parse/render SetCookie: OK (0.03s)
2409.87 s
[cookie] +++ OK, passed 100 tests.
2409.87 s
[cookie] parse/render cookies text: OK (0.14s)
2409.87 s
[cookie] +++ OK, passed 100 tests.
2409.87 s
[cookie] parseCookies: OK
2409.87 s
[cookie] parseQuotedCookies: OK
2409.87 s
[cookie] parseQuotedSetCookie: OK
2409.87 s
[cookie] year 24: OK
2409.87 s
[cookie] year 69: OK
2409.87 s
[cookie] year 70: OK
2409.87 s
[cookie]
2409.87 s
[cookie] All 9 tests passed (0.27s)
2409.87 s
[cookie] Test suite test: PASS
2409.87 s
[cookie] Test suite logged to: dist/test/cookie-0.5.1-test.log
2409.87 s
[cookie] 1 of 1 test suites (1 of 1 test cases) passed.
2409.87 s
[cookie] Phase: haddockPhase
2409.87 s
[cookie] Preprocessing library for cookie-0.5.1..
2409.87 s
[cookie] Running Haddock on library for cookie-0.5.1..
2409.87 s
[cookie] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2409.87 s
[cookie] 75% ( 28 / 37) in 'Web.Cookie'
2409.87 s
[cookie] Missing documentation for:
2409.87 s
[cookie] Module header
2409.87 s
[cookie] parseSetCookie (Web/Cookie.hs:268)
2409.87 s
[cookie] renderSetCookie (Web/Cookie.hs:227)
2409.87 s
[cookie] Cookies (Web/Cookie.hs:75)
2409.87 s
[cookie] renderCookies (Web/Cookie.hs:129)
2409.87 s
[cookie] parseCookiesText (Web/Cookie.hs:66)
2409.87 s
[cookie] renderCookiesText (Web/Cookie.hs:72)
2409.87 s
[cookie] expiresFormat (Web/Cookie.hs:294)
2409.87 s
[cookie] parseCookieExpires (Web/Cookie.hs:302)
2409.87 s
[cryptohash-sha256] Documentation created: dist/doc/html/cryptohash-sha256/index.html,
2409.87 s
[cryptohash-sha256] dist/doc/html/cryptohash-sha256/cryptohash-sha256.txt
2409.87 s
[cryptohash-sha256] Preprocessing test suite 'test-sha256' for cryptohash-sha256-0.11.102.1..
2409.87 s
[cryptohash-sha256] Phase: installPhase
2409.87 s
[cryptohash-sha256] Installing library in /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
2409.87 s
[cryptohash-sha256] Phase: fixupPhase
2409.87 s
[cryptohash-sha256] shrinking RPATHs of ELF executables and libraries in /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1
2409.87 s
[cryptohash-sha256] shrinking /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHScryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9-ghc9.6.4.so
2409.87 s
[cryptohash-sha256] checking for references to /build/ in /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1...
2409.87 s
[cryptohash-sha256] patching script interpreter paths in /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1
2409.88 s
[cryptohash-sha256] stripping (with command strip and flags -S -p) in /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/lib
2409.88 s
[cryptohash-sha256] shrinking RPATHs of ELF executables and libraries in /nix/store/h3ag1l7ni75nvhx7rbi6030g1fid8i2v-cryptohash-sha256-0.11.102.1-doc
2409.88 s
[cryptohash-sha256] checking for references to /build/ in /nix/store/h3ag1l7ni75nvhx7rbi6030g1fid8i2v-cryptohash-sha256-0.11.102.1-doc...
2409.88 s
[cryptohash-sha256] patching script interpreter paths in /nix/store/h3ag1l7ni75nvhx7rbi6030g1fid8i2v-cryptohash-sha256-0.11.102.1-doc
2409.88 s
[doctest] [ 3 of 25] Compiling Cabal.Paths ( src/Cabal/Paths.hs, dist/build/Cabal/Paths.o, dist/build/Cabal/Paths.dyn_o )
2409.88 s
[doctest] [ 4 of 25] Compiling Cabal.Options ( src/Cabal/Options.hs, dist/build/Cabal/Options.o, dist/build/Cabal/Options.dyn_o )
2409.88 s
[doctest] [ 5 of 25] Compiling Language.Haskell.GhciWrapper ( src/Language/Haskell/GhciWrapper.hs, dist/build/Language/Haskell/GhciWrapper.o, dist/build/Language/Haskell/GhciWrapper.dyn_o )
2409.88 s
[doctest] [ 6 of 25] Compiling Interpreter ( src/Interpreter.hs, dist/build/Interpreter.o, dist/build/Interpreter.dyn_o )
2409.88 s
[doctest] [ 7 of 25] Compiling Location ( src/Location.hs, dist/build/Location.o, dist/build/Location.dyn_o )
2409.88 s
[doctest] [ 8 of 25] Compiling PackageDBs ( src/PackageDBs.hs, dist/build/PackageDBs.o, dist/build/PackageDBs.dyn_o )
2409.88 s
[doctest] [ 9 of 25] Compiling Paths_doctest ( dist/build/autogen/Paths_doctest.hs, dist/build/Paths_doctest.o, dist/build/Paths_doctest.dyn_o )
2409.88 s
[doctest] [10 of 25] Compiling Info ( src/Info.hs, dist/build/Info.o, dist/build/Info.dyn_o )
2409.88 s
[doctest] [11 of 25] Compiling Options ( src/Options.hs, dist/build/Options.o, dist/build/Options.dyn_o )
2409.88 s
[doctest] [12 of 25] Compiling Cabal ( src/Cabal.hs, dist/build/Cabal.o, dist/build/Cabal.dyn_o )
2409.88 s
[doctest] [13 of 25] Compiling Test.DocTest.Internal.Cabal ( src/Test/DocTest/Internal/Cabal.hs, dist/build/Test/DocTest/Internal/Cabal.o, dist/build/Test/DocTest/Internal/Cabal.dyn_o )
2409.88 s
[doctest] [14 of 25] Compiling Test.DocTest.Internal.Location ( src/Test/DocTest/Internal/Location.hs, dist/build/Test/DocTest/Internal/Location.o, dist/build/Test/DocTest/Internal/Location.dyn_o )
2409.88 s
[doctest] [15 of 25] Compiling Util ( src/Util.hs, dist/build/Util.o, dist/build/Util.dyn_o )
2409.88 s
[doctest] [16 of 25] Compiling Extract ( src/Extract.hs, dist/build/Extract.o, dist/build/Extract.dyn_o )
2409.88 s
[doctest] [17 of 25] Compiling Test.DocTest.Internal.Extract ( src/Test/DocTest/Internal/Extract.hs, dist/build/Test/DocTest/Internal/Extract.o, dist/build/Test/DocTest/Internal/Extract.dyn_o )
2409.88 s
[doctest] [18 of 25] Compiling Parse ( src/Parse.hs, dist/build/Parse.o, dist/build/Parse.dyn_o )
2409.88 s
[doctest] [19 of 25] Compiling Test.DocTest.Internal.Parse ( src/Test/DocTest/Internal/Parse.hs, dist/build/Test/DocTest/Internal/Parse.o, dist/build/Test/DocTest/Internal/Parse.dyn_o )
2409.88 s
[doctest] [20 of 25] Compiling Runner.Example ( src/Runner/Example.hs, dist/build/Runner/Example.o, dist/build/Runner/Example.dyn_o )
2409.88 s
[doctest] [21 of 25] Compiling Property ( src/Property.hs, dist/build/Property.o, dist/build/Property.dyn_o )
2409.88 s
[doctest] [22 of 25] Compiling Runner ( src/Runner.hs, dist/build/Runner.o, dist/build/Runner.dyn_o )
2409.88 s
[doctest] [23 of 25] Compiling Run ( src/Run.hs, dist/build/Run.o, dist/build/Run.dyn_o )
2409.88 s
[doctest] [24 of 25] Compiling Test.DocTest.Internal.Run ( src/Test/DocTest/Internal/Run.hs, dist/build/Test/DocTest/Internal/Run.o, dist/build/Test/DocTest/Internal/Run.dyn_o )
2409.88 s
[doctest] [25 of 25] Compiling Test.DocTest ( src/Test/DocTest.hs, dist/build/Test/DocTest.o, dist/build/Test/DocTest.dyn_o )
2409.88 s
[doctest] [ 1 of 25] Compiling Imports ( src/Imports.hs, dist/build/Imports.p_o )
2409.88 s
[generic-deriving] [20 of 21] Compiling Generics.Deriving.TH ( src/Generics/Deriving/TH.hs, dist/build/Generics/Deriving/TH.p_o )
2409.88 s
[generic-deriving] [21 of 21] Compiling Paths_generic_deriving ( dist/build/autogen/Paths_generic_deriving.hs, dist/build/Paths_generic_deriving.p_o )
2409.88 s
[generic-deriving] Preprocessing test suite 'spec' for generic-deriving-1.14.6..
2409.88 s
[generic-deriving] Building test suite 'spec' for generic-deriving-1.14.6..
2409.88 s
[generic-deriving] [1 of 8] Compiling DefaultSpec ( tests/DefaultSpec.hs, dist/build/spec/spec-tmp/DefaultSpec.o )
2409.88 s
[hashable] [ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o, dist/build/Data/Hashable/Lifted.dyn_o )
2409.88 s
[hashable] [ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.o, dist/build/Data/Hashable/Generic/Instances.dyn_o )
2409.88 s
[hashable]
2409.88 s
[hashable] src/Data/Hashable/Generic/Instances.hs:5:14: warning : [ GHC-19244 ] [ -Wtrustworthy-safe ]
2409.88 s
[hashable] ‘Data.Hashable.Generic.Instances’ is marked as Trustworthy but has been inferred as safe!
2409.89 s
[hashable] |
2409.89 s
[hashable] 5 | {-# LANGUAGE Trustworthy #-}
2409.89 s
[hashable] | ^^^^^^^^^^^
2409.89 s
[hashable] [ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o, dist/build/Data/Hashable/Generic.dyn_o )
2409.89 s
[hashable] [10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, dist/build/Data/Hashable.o, dist/build/Data/Hashable.dyn_o )
2409.89 s
[hashable] [ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.p_o )
2409.89 s
[hashable] [ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.p_o )
2409.89 s
[hashable] [ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.p_o )
2409.89 s
[hashable] [ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.p_o )
2409.89 s
[hashable] [ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.p_o )
2409.89 s
[hashable] [ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.p_o )
2409.89 s
[haskell-src-exts] [15 of 18] Compiling Language.Haskell.Exts.ExactPrint ( src/Language/Haskell/Exts/ExactPrint.hs, dist/build/Language/Haskell/Exts/ExactPrint.p_o )
2409.89 s
[haskell-src-exts]
2409.89 s
[haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:50:3: warning : [ -Wnoncanonical-monad-instances ]
2409.89 s
[haskell-src-exts] Noncanonical ‘pure = return’ definition detected
2409.89 s
[haskell-src-exts] in the instance declaration for ‘Applicative EP’.
2409.89 s
[haskell-src-exts] Move definition from ‘return’ to ‘pure’
2409.89 s
[haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2409.89 s
[haskell-src-exts] |
2409.89 s
[haskell-src-exts] 50 | pure = return
2409.90 s
[haskell-src-exts] | ^^^^^^^^^^^^^
2409.90 s
[haskell-src-exts]
2409.90 s
[haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:54:3: warning : [ -Wnoncanonical-monad-instances ]
2409.90 s
[haskell-src-exts] Noncanonical ‘return’ definition detected
2409.90 s
[haskell-src-exts] in the instance declaration for ‘Monad EP’.
2409.90 s
[haskell-src-exts] ‘return’ will eventually be removed in favour of ‘pure’
2409.90 s
[haskell-src-exts] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2409.90 s
[haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2409.90 s
[haskell-src-exts] |
2409.90 s
[haskell-src-exts] 54 | return x = EP $ \l cs -> (x, l, cs, id)
2409.90 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2409.90 s
[haskell-src-exts]
2409.91 s
[haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:381:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2409.91 s
[haskell-src-exts] Pattern match(es) are non-exhaustive
2409.91 s
[haskell-src-exts] In a pattern binding: Patterns of type ‘[SrcSpan]’ not matched: []
2409.91 s
[haskell-src-exts] |
2409.91 s
[haskell-src-exts] 381 | let (x:pts') = pts
2409.91 s
[haskell-src-exts] | ^^^^^^^^^^^^^^
2409.91 s
[haskell-src-exts]
2409.91 s
[haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:702:21: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2409.91 s
[haskell-src-exts] Pattern match(es) are non-exhaustive
2409.91 s
[haskell-src-exts] In a pattern binding: Patterns of type ‘[SrcSpan]’ not matched: []
2409.91 s
[haskell-src-exts] |
2409.91 s
[haskell-src-exts] 702 | let (p:pts') = pts
2409.91 s
[haskell-src-exts] | ^^^^^^^^^^^^^^
2409.91 s
[haskell-src-exts]
2409.91 s
[haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:742:13: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2409.91 s
[haskell-src-exts] Pattern match(es) are non-exhaustive
2409.91 s
[haskell-src-exts] In a pattern binding: Patterns of type ‘[SrcSpan]’ not matched: []
2409.91 s
[haskell-src-exts] |
2409.92 s
[haskell-src-exts] 742 | let (pat:pts) = srcInfoPoints l
2409.92 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2409.92 s
[haskell-src-exts]
2409.92 s
[haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:1748:13: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2409.92 s
[haskell-src-exts] Pattern match(es) are non-exhaustive
2409.92 s
[haskell-src-exts] In a pattern binding: Patterns of type ‘[SrcSpan]’ not matched: []
2409.92 s
[haskell-src-exts] |
2409.92 s
[haskell-src-exts] 1748 | let (opt:pts) = srcInfoPoints l
2409.92 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2409.92 s
[haskell-src-exts] [16 of 18] Compiling Language.Haskell.Exts.Build ( src/Language/Haskell/Exts/Build.hs, dist/build/Language/Haskell/Exts/Build.p_o )
2409.92 s
[haskell-src-exts] [17 of 18] Compiling Language.Preprocessor.Unlit ( src/Language/Preprocessor/Unlit.hs, dist/build/Language/Preprocessor/Unlit.p_o )
2409.92 s
[haskell-src-exts]
2409.92 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:17:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2409.92 s
[haskell-src-exts] This binding for ‘x’ shadows the existing binding
2409.92 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:17
2409.92 s
[haskell-src-exts] |
2409.92 s
[haskell-src-exts] 17 | allProg (('\\':x ):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs
2409.92 s
[hourglass] [ 3 of 17] Compiling Time.Types ( Time/Types.hs, dist/build/Time/Types.o, dist/build/Time/Types.dyn_o )
2409.92 s
[hourglass] [ 4 of 17] Compiling Data.Hourglass.Types ( Data/Hourglass/Types.hs, dist/build/Data/Hourglass/Types.o, dist/build/Data/Hourglass/Types.dyn_o )
2409.92 s
[hourglass] [ 5 of 17] Compiling Data.Hourglass.Internal.Unix ( Data/Hourglass/Internal/Unix.hs, dist/build/Data/Hourglass/Internal/Unix.o, dist/build/Data/Hourglass/Internal/Unix.dyn_o )
2409.92 s
[hourglass]
2409.92 s
[hourglass] Data/Hourglass/Internal/Unix.hs:24:1: warning : [ -Wunused-imports ]
2409.92 s
[hourglass] The import of ‘Control.Applicative’ is redundant
2409.92 s
[hourglass] except perhaps to import instances from ‘Control.Applicative’
2409.92 s
[hourglass] To import instances alone, use: import Control.Applicative()
2409.92 s
[hourglass] |
2409.92 s
[hourglass] 24 | import Control.Applicative
2409.92 s
[hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2409.92 s
[hourglass] [ 6 of 17] Compiling Data.Hourglass.Internal ( Data/Hourglass/Internal.hs, dist/build/Data/Hourglass/Internal.o, dist/build/Data/Hourglass/Internal.dyn_o )
2409.92 s
[hourglass] [ 7 of 17] Compiling Data.Hourglass.Calendar ( Data/Hourglass/Calendar.hs, dist/build/Data/Hourglass/Calendar.o, dist/build/Data/Hourglass/Calendar.dyn_o )
2409.92 s
[hourglass] [ 8 of 17] Compiling Data.Hourglass.Diff ( Data/Hourglass/Diff.hs, dist/build/Data/Hourglass/Diff.o, dist/build/Data/Hourglass/Diff.dyn_o )
2409.93 s
[hourglass]
2409.93 s
[hourglass] Data/Hourglass/Diff.hs:23:1: warning : [ -Wunused-imports ]
2409.93 s
[hourglass] The import of ‘Data.Monoid’ is redundant
2409.93 s
[hourglass] except perhaps to import instances from ‘Data.Monoid’
2409.93 s
[hourglass] To import instances alone, use: import Data.Monoid()
2409.93 s
[hourglass] |
2409.93 s
[hourglass] 23 | import Data.Monoid
2409.93 s
[hourglass] | ^^^^^^^^^^^^^^^^^^
2409.93 s
[hourglass]
2409.93 s
[hourglass] Data/Hourglass/Diff.hs:49:5: warning : [ -Wnoncanonical-monoid-instances ]
2409.93 s
[hourglass] Noncanonical ‘mappend’ definition detected
2409.93 s
[hourglass] in the instance declaration for ‘Monoid Period’.
2409.93 s
[hourglass] ‘mappend’ will eventually be removed in favour of ‘(<>)’
2409.93 s
[hourglass] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
2409.93 s
[hourglass] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
2409.93 s
[hourglass] |
2409.93 s
[hourglass] 49 | mappend (Period y1 m1 d1) (Period y2 m2 d2) =
2409.93 s
[hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2409.93 s
[hourglass]
2409.93 s
[hourglass] Data/Hourglass/Diff.hs:70:5: warning : [ -Wnoncanonical-monoid-instances ]
2409.93 s
[hourglass] Noncanonical ‘mappend’ definition detected
2409.93 s
[hourglass] in the instance declaration for ‘Monoid Duration’.
2409.93 s
[hourglass] ‘mappend’ will eventually be removed in favour of ‘(<>)’
2409.93 s
[hourglass] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
2409.93 s
[hourglass] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
2409.94 s
[hourglass] |
2409.94 s
[hourglass] 70 | mappend (Duration h1 m1 s1 ns1) (Duration h2 m2 s2 ns2) =
2409.94 s
[hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2409.94 s
[integer-conversion] [1 of 1] Compiling Data.Integer.Conversion ( src/Data/Integer/Conversion.hs, dist/build/Data/Integer/Conversion.p_o )
2409.94 s
[integer-conversion] Preprocessing test suite 'integer-conversion-tests' for integer-conversion-0.1.1..
2409.94 s
[integer-conversion] Building test suite 'integer-conversion-tests' for integer-conversion-0.1.1..
2409.94 s
[integer-conversion] [1 of 3] Compiling Alternative ( src-other/Alternative.hs, dist/build/integer-conversion-tests/integer-conversion-tests-tmp/Alternative.o )
2409.94 s
[integer-conversion] [2 of 3] Compiling Naive ( src-other/Naive.hs, dist/build/integer-conversion-tests/integer-conversion-tests-tmp/Naive.o )
2409.94 s
[integer-conversion] [3 of 3] Compiling Main ( tests/integer-conversion-tests.hs, dist/build/integer-conversion-tests/integer-conversion-tests-tmp/Main.o )
2409.94 s
[integer-conversion] [4 of 4] Linking dist/build/integer-conversion-tests/integer-conversion-tests
2409.94 s
[integer-conversion] Phase: checkPhase
2409.94 s
[integer-conversion] Running 1 test suites...
2409.94 s
[integer-conversion] Test suite integer-conversion-tests: RUNNING...
2409.94 s
[integer-conversion] integer-conversion
2409.94 s
[integer-conversion] text
2409.94 s
[integer-conversion] naive: OK (0.02s)
2409.94 s
[integer-conversion] +++ OK, passed 100 tests:
2409.94 s
[integer-conversion] 79% short
2409.94 s
[integer-conversion] 21% long
2409.94 s
[integer-conversion] alt: OK (0.02s)
2409.94 s
[integer-conversion] +++ OK, passed 100 tests:
2409.94 s
[integer-conversion] 73% short
2409.94 s
[integer-conversion] 27% long
2409.94 s
[integer-conversion] bs
2409.94 s
[integer-conversion] naive: OK
2409.94 s
[integer-conversion] +++ OK, passed 100 tests:
2409.94 s
[integer-conversion] 77% short
2409.94 s
[integer-conversion] 23% long
2409.94 s
[integer-conversion] alt: OK (0.01s)
2409.94 s
[integer-conversion] +++ OK, passed 100 tests:
2409.95 s
[integer-conversion] 71% short
2409.95 s
[integer-conversion] 29% long
2409.95 s
[integer-conversion] string
2409.95 s
[integer-conversion] naive: OK
2409.95 s
[integer-conversion] +++ OK, passed 100 tests:
2409.95 s
[integer-conversion] 84% short
2409.95 s
[integer-conversion] 16% long
2409.95 s
[integer-conversion] alt: OK
2409.95 s
[integer-conversion] +++ OK, passed 100 tests:
2409.95 s
[integer-conversion] 78% short
2409.95 s
[integer-conversion] 22% long
2409.95 s
[integer-conversion]
2409.95 s
[integer-conversion] All 6 tests passed (0.07s)
2409.95 s
[integer-conversion] Test suite integer-conversion-tests: PASS
2409.95 s
[integer-conversion] Test suite logged to:
2409.95 s
[integer-conversion] dist/test/integer-conversion-0.1.1-integer-conversion-tests.log
2409.95 s
[integer-conversion] 1 of 1 test suites (1 of 1 test cases) passed.
2409.95 s
[integer-conversion] Phase: haddockPhase
2409.95 s
[network] successfully connects to a socket with no exception [✔]
2409.95 s
[network] bind
2409.95 s
[network] successfully binds to an ipv4 socket [✔]
2409.95 s
[network] successfully binds to a unix socket [✔]
2409.95 s
[network] UserTimeout
2409.95 s
[network] can be set [✔]
2409.95 s
[network] getAddrInfo
2409.95 s
[network] works for IPv4 address [✔]
2409.95 s
[network] works for IPv6 address [✔]
2409.95 s
[network] does not cause segfault on macOS 10.8.2 due to AI_NUMERICSERV [✔]
2409.95 s
[network] ifNameToIndex and ifIndexToName
2409.95 s
[network] convert a name to an index and back [✔]
2409.95 s
[network] socket
2409.95 s
[network] should not be GCed while blocking [✔]
2409.96 s
[network] unix sockets
2409.96 s
[network] basic unix sockets end-to-end [✔]
2409.96 s
[network] can end-to-end with an abstract socket [✔]
2409.96 s
[network] safely throws an exception [✔]
2409.96 s
[network] socketPair
2409.96 s
[network] can send and recieve bi-directionally [✔]
2409.96 s
[network] sendFd/recvFd
2409.96 s
[network] can send and recieve a file descriptor [✔]
2409.96 s
[network] getPeerCredential
2409.96 s
[network] can return something [✔]
2409.96 s
[network] gracefulClose
2409.96 s
[network] does not send TCP RST back [✔]
2409.96 s
[network] socketToFd
2409.96 s
[network] socketToFd can send using fd [✔]
2409.96 s
[network] getNameInfo
2409.96 s
[network] works for IPv4 address [✔]
2409.96 s
[network] works for IPv6 address [✔]
2409.96 s
[network] works for IPv6 address [✔]
2409.96 s
[network] works for global multicast IPv6 address [✔]
2409.97 s
[network] show SocketAddr
2409.97 s
[network] works for IPv4 address [✔]
2409.97 s
[network] works for IPv6 address [✔]
2409.97 s
[network] works for IPv6 address with zeros [✔]
2409.97 s
[network] works for multicast IPv6 address with reserved scope [✔]
2409.97 s
[network] show Family
2409.97 s
[network] works for pattern synonyms [✔]
2409.97 s
[network] works for unsupported [✔]
2409.97 s
[network] works for positive values [✔]
2409.97 s
[network] works for negative values [✔]
2409.97 s
[network] show SocketType
2409.97 s
[network] works for pattern synonyms [✔]
2409.97 s
[network] works for unsupported [✔]
2409.97 s
[network] works for positive values [✔]
2409.97 s
[network] works for negative values [✔]
2409.97 s
[network] show SocketOptions
2409.97 s
[network] works for pattern synonyms [✔]
2409.97 s
[network] works for unsupported [✔]
2409.98 s
[network] works for positive values [✔]
2409.98 s
[network] works for negative values [✔]
2409.98 s
[network] show CmsgId
2409.98 s
[network] works for pattern synonyms [✔]
2409.98 s
[network] works for unsupported [✔]
2409.98 s
[network] works for positive values [✔]
2409.98 s
[network] works for negative values [✔]
2409.98 s
[network] bijective encodeCmsg-decodeCmsg roundtrip equality
2409.98 s
[network] holds for [Fd] [✔]
2409.98 s
[network] +++ OK, passed 100 tests.
2409.98 s
[network] bijective read-show roundtrip equality
2409.98 s
[network] holds for Family [✔]
2409.98 s
[network] +++ OK, passed 100 tests.
2409.98 s
[network] holds for SocketType [✔]
2409.98 s
[network] +++ OK, passed 100 tests.
2409.98 s
[network] holds for SocketOption [✔]
2409.98 s
[network] +++ OK, passed 100 tests.
2409.98 s
[network] holds for CmsgId [✔]
2409.98 s
[network] +++ OK, passed 100 tests.
2409.98 s
[network] Network.Socket.ByteString
2409.98 s
[network] send
2409.98 s
[network] works well [✔]
2409.98 s
[network] throws when closed [✔]
2409.98 s
[network] checks -1 correctly on Windows [✔]
2409.98 s
[network] sendAll
2409.98 s
[network] works well [✔]
2409.98 s
[network] throws when closed [✔]
2409.98 s
[network] sendTo
2409.99 s
[network] works well [✔]
2409.99 s
[network] throws when closed [✔]
2409.99 s
[network] sendAllTo
2409.99 s
[network] works well [✔]
2409.99 s
[network] throws when closed [✔]
2409.99 s
[network] sendMany
2409.99 s
[network] works well [✔]
2409.99 s
[network] throws when closed [✔]
2409.99 s
[network] sendManyTo
2409.99 s
[network] works well [✔]
2409.99 s
[network] throws when closed [✔]
2409.99 s
[network] recv
2409.99 s
[network] works well [✔]
2409.99 s
[network] throws when closed [✔]
2409.99 s
[network] can treat overflow [✔]
2409.99 s
[network] returns empty string at EOF [✔]
2409.99 s
[network] checks -1 correctly on Windows [✔]
2409.99 s
[network] recvFrom
2409.99 s
[network] works well [✔]
2410.00 s
[network] throws when closed [✔]
2410.00 s
[network] can treat overflow [✔]
2410.00 s
[network] returns empty string at EOF [✔]
2410.00 s
[network] sendMsg
2410.00 s
[network] works well [✔]
2410.00 s
[network] throws when closed [✔]
2410.00 s
[network] recvMsg
2410.00 s
[network] works well [✔]
2410.00 s
[network] receives truncated flag [✔]
2410.00 s
[network] peek [✔]
2410.00 s
[network] receives control messages for IPv4 [✔]
2410.00 s
[network] receives control messages for IPv6 [✔]
2410.00 s
[network] receives truncated control messages [✔]
2410.00 s
[network] Network.Socket.ByteString.Lazy
2410.00 s
[network] send
2410.00 s
[network] works well [✔]
2410.00 s
[network] throws when closed [✔]
2410.00 s
[network] sendAll
2410.00 s
[network] works well [✔]
2410.00 s
[network] throws when closed [✔]
2410.00 s
[network] getContents
2410.00 s
[network] works well [✔]
2410.00 s
[network] returns empty string at EOF [✔]
2410.00 s
[network] recv
2410.00 s
[network] works well [✔]
2410.00 s
[network] throws when closed [✔]
2410.01 s
[network] can treat overflow [✔]
2410.01 s
[network] returns empty string at EOF [✔]
2410.01 s
[network]
2410.01 s
[network] Finished in 0.3589 seconds
2410.02 s
[network] 87 examples, 0 failures
2410.02 s
[network] Test suite spec: PASS
2410.02 s
[network] Test suite logged to: dist/test/network-3.2.7.0-spec.log
2410.02 s
[network] 1 of 1 test suites (1 of 1 test cases) passed.
2410.02 s
[network] Phase: haddockPhase
2410.02 s
[network] Preprocessing library for network-3.2.7.0..
2410.02 s
[network] Running Haddock on library for network-3.2.7.0..
2410.02 s
[network] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2410.02 s
[network-uri] Phase: setupCompilerEnvironmentPhase
2410.02 s
[network-uri] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2410.02 s
[network-uri] Phase: unpackPhase
2410.02 s
[network-uri] unpacking source archive /nix/store/jzwm4kwkhsdkpk8w44mr6kpcq5ja62x6-network-uri-2.6.4.2.tar.gz
2410.02 s
[network-uri] source root is network-uri-2.6.4.2
2410.02 s
[network-uri] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "network-uri-2.6.4.2/tests/uri-bench.hs"
2410.02 s
[network-uri] Phase: patchPhase
2410.02 s
[network-uri] Replace Cabal file with edited version from mirror://hackage/network-uri-2.6.4.2/revision/1.cabal.
2410.02 s
[network-uri] Phase: compileBuildDriverPhase
2410.02 s
[network-uri] setupCompileFlags: -package-db=/build/tmp.IfUaZfdCky/setup-package.conf.d -threaded
2410.02 s
[network-uri] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.IfUaZfdCky/Main.o )
2410.02 s
[network-uri] [2 of 2] Linking Setup
2410.02 s
[network-uri] Phase: updateAutotoolsGnuConfigScriptsPhase
2410.02 s
[network-uri] Phase: configurePhase
2410.02 s
[network-uri] configureFlags: --verbose --prefix=/nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/qvfrbaf0gsdqkz712z5plny53x27wwf2-network-uri-2.6.4.2-doc/share/doc/network-uri-2.6.4.2 --with-gcc=gcc --package-db=/build/tmp.IfUaZfdCky/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2410.02 s
[network-uri] Using Parsec parser
2410.02 s
[network-uri] Configuring network-uri-2.6.4.2...
2410.02 s
[network-uri] Dependency base >=3 && <5: using base-4.18.2.0
2410.02 s
[network-uri] Dependency deepseq >=1.1 && <1.6: using deepseq-1.4.8.1
2410.02 s
[network-uri] Dependency parsec >=3.1.12.0 && <3.2: using parsec-3.1.16.1
2410.02 s
[network-uri] Dependency template-haskell: using template-haskell-2.20.0.0
2410.02 s
[network-uri] Dependency th-compat >=0.1.1 && <1.0: using th-compat-0.1.6
2410.02 s
[network-uri] Dependency HUnit: using HUnit-1.6.2.0
2410.02 s
[network-uri] Dependency QuickCheck: using QuickCheck-2.14.3
2410.02 s
[network-uri] Dependency base <5: using base-4.18.2.0
2410.02 s
[network-uri] Dependency network-uri: using network-uri-2.6.4.2
2410.02 s
[network-uri] Dependency tasty: using tasty-1.5.3
2410.02 s
[network-uri] Dependency tasty-hunit: using tasty-hunit-0.10.2
2410.02 s
[network-uri] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
2410.02 s
[network-uri] Source component graph:
2410.02 s
[network-uri] component lib
2410.02 s
[network-uri] component test:uri dependency lib
2410.02 s
[network-uri] Configured component graph:
2410.02 s
[network-uri] component network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
2410.02 s
[network-uri] include base-4.18.2.0
2410.03 s
[network-uri] include deepseq-1.4.8.1
2410.03 s
[network-uri] include parsec-3.1.16.1
2410.03 s
[network-uri] include template-haskell-2.20.0.0
2410.03 s
[network-uri] include th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
2410.03 s
[network-uri] component network-uri-2.6.4.2-FS3nTMrBMrQ9qEotR5eiCW-uri
2410.03 s
[network-uri] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2410.03 s
[network-uri] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2410.03 s
[network-uri] include base-4.18.2.0
2410.03 s
[network-uri] include network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
2410.03 s
[network-uri] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2410.03 s
[network-uri] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2410.03 s
[network-uri] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2410.03 s
[network-uri] Linked component graph:
2410.03 s
[network-uri] unit network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
2410.03 s
[network-uri] include base-4.18.2.0
2410.03 s
[network-uri] include deepseq-1.4.8.1
2410.03 s
[network-uri] include parsec-3.1.16.1
2410.03 s
[network-uri] include template-haskell-2.20.0.0
2410.03 s
[network-uri] include th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
2410.03 s
[transformers-base] Documentation created: dist/doc/html/transformers-base/index.html,
2410.03 s
[transformers-base] dist/doc/html/transformers-base/transformers-base.txt
2410.03 s
[transformers-base] Phase: installPhase
2410.03 s
[transformers-base] Installing library in /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/transformers-base-0.4.6-5k145cGgioO865g11CxlME
2410.03 s
[transformers-base] Phase: fixupPhase
2410.03 s
[transformers-base] shrinking RPATHs of ELF executables and libraries in /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6
2410.03 s
[transformers-base] shrinking /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHStransformers-base-0.4.6-5k145cGgioO865g11CxlME-ghc9.6.4.so
2410.04 s
[transformers-base] checking for references to /build/ in /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6...
2410.04 s
[transformers-base] patching script interpreter paths in /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6
2410.04 s
[transformers-base] stripping (with command strip and flags -S -p) in /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/lib
2410.04 s
[transformers-base] shrinking RPATHs of ELF executables and libraries in /nix/store/pdwc6z08jk7dc0k40bp1jhnar2ckkldm-transformers-base-0.4.6-doc
2410.04 s
[transformers-base] checking for references to /build/ in /nix/store/pdwc6z08jk7dc0k40bp1jhnar2ckkldm-transformers-base-0.4.6-doc...
2410.04 s
[transformers-base] patching script interpreter paths in /nix/store/pdwc6z08jk7dc0k40bp1jhnar2ckkldm-transformers-base-0.4.6-doc
2410.04 s
[unix-time]
2410.04 s
[unix-time] Data/UnixTime/Types.hsc:5:1: warning : [ -Wunused-imports ]
2410.04 s
[unix-time] The import of ‘Control.Applicative’ is redundant
2410.04 s
[unix-time] except perhaps to import instances from ‘Control.Applicative’
2410.04 s
[unix-time] To import instances alone, use: import Control.Applicative()
2410.04 s
[unix-time] |
2410.04 s
[unix-time] 5 | import Control.Applicative ((<$>), (<*>))
2410.04 s
[unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2410.04 s
[unix-time]
2410.04 s
[unix-time] Data/UnixTime/Conv.hs:17:1: warning : [ -Wunused-imports ]
2410.04 s
[unix-time] The import of ‘Control.Applicative’ is redundant
2410.04 s
[unix-time] except perhaps to import instances from ‘Control.Applicative’
2410.04 s
[unix-time] To import instances alone, use: import Control.Applicative()
2410.04 s
[unix-time] |
2410.04 s
[unix-time] 17 | import Control.Applicative
2410.04 s
[unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2410.04 s
[unix-time] 96% ( 24 / 25) in 'Data.UnixTime'
2410.04 s
[unix-time] Missing documentation for:
2410.04 s
[unix-time] Module header
2410.04 s
[validity] Phase: setupCompilerEnvironmentPhase
2410.04 s
[validity] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2410.04 s
[validity] Phase: unpackPhase
2410.04 s
[validity] unpacking source archive /nix/store/xds4clp9q64z2k3lbp3d0xj22dzjky2m-validity-0.12.1.0.tar.gz
2410.04 s
[validity] source root is validity-0.12.1.0
2410.05 s
[validity] setting SOURCE_DATE_EPOCH to timestamp 1721316556 of file "validity-0.12.1.0/validity.cabal"
2410.05 s
[validity] Phase: patchPhase
2410.05 s
[validity] Phase: compileBuildDriverPhase
2410.05 s
[validity] setupCompileFlags: -package-db=/build/tmp.7vye7qTbwI/setup-package.conf.d -threaded
2410.05 s
[validity] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.7vye7qTbwI/Main.o )
2410.05 s
[validity] [2 of 2] Linking Setup
2410.05 s
[validity] Phase: updateAutotoolsGnuConfigScriptsPhase
2410.05 s
[validity] Phase: configurePhase
2410.05 s
[validity] configureFlags: --verbose --prefix=/nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/dmml2qvqxgkas2x574bivg70si28rvax-validity-0.12.1.0-doc/share/doc/validity-0.12.1.0 --with-gcc=gcc --package-db=/build/tmp.7vye7qTbwI/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2410.05 s
[validity] Using Parsec parser
2410.05 s
[validity] Configuring validity-0.12.1.0...
2410.05 s
[validity] Dependency base >=4.13 && <5: using base-4.18.2.0
2410.05 s
[validity] Dependency base >=4.13 && <5: using base-4.18.2.0
2410.05 s
[validity] Dependency hspec: using hspec-2.11.12
2410.05 s
[validity] Dependency validity: using validity-0.12.1.0
2410.05 s
[validity] Source component graph:
2410.05 s
[validity] component lib
2410.05 s
[validity] component test:validity-test dependency lib
2410.05 s
[validity] Configured component graph:
2410.05 s
[validity] component validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2410.05 s
[validity] include base-4.18.2.0
2410.05 s
[validity] component validity-0.12.1.0-AoVDwQ6yo1oBMPrMlPXAI1-validity-test
2410.05 s
[validity] include base-4.18.2.0
2410.05 s
[validity] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2410.05 s
[validity] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2410.05 s
[validity] Linked component graph:
2410.05 s
[validity] unit validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2410.05 s
[validity] include base-4.18.2.0
2410.05 s
[validity] Data.Validity=validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh:Data.Validity
2410.05 s
[validity] unit validity-0.12.1.0-AoVDwQ6yo1oBMPrMlPXAI1-validity-test
2410.05 s
[validity] include base-4.18.2.0
2410.05 s
[validity] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2410.05 s
[validity] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2410.05 s
[validity] Ready component graph:
2410.05 s
[validity] definite validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2410.06 s
[validity] depends base-4.18.2.0
2410.06 s
[validity] definite validity-0.12.1.0-AoVDwQ6yo1oBMPrMlPXAI1-validity-test
2410.06 s
[validity] depends base-4.18.2.0
2410.06 s
[validity] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2410.06 s
[validity] depends validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2410.06 s
[validity] Using Cabal-3.10.1.0 compiled by ghc-9.6
2410.06 s
[validity] Using compiler: ghc-9.6.4
2410.06 s
[validity] Using install prefix:
2410.06 s
[validity] /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0
2410.07 s
[validity] Executables installed in:
2410.07 s
[validity] /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/bin
2410.07 s
[validity] Libraries installed in:
2410.07 s
[validity] /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2410.07 s
[validity] Dynamic Libraries installed in:
2410.07 s
[validity] /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2410.79 s
[cryptohash-sha256:post-build] Uploading to the NixCI cache: /nix/store/h3ag1l7ni75nvhx7rbi6030g1fid8i2v-cryptohash-sha256-0.11.102.1-doc /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1
2411.47 s
[cryptohash-sha256:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2412.79 s
[cryptohash-sha256:post-build] copying 2 paths...
2412.79 s
[cryptohash-sha256:post-build] copying path '/nix/store/h3ag1l7ni75nvhx7rbi6030g1fid8i2v-cryptohash-sha256-0.11.102.1-doc' to 'https://cache.nix-ci.com'...
2414.42 s
[cryptohash-sha256:post-build] copying path '/nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1' to 'https://cache.nix-ci.com'...
2417.21 s
[cryptohash-sha256:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2418.43 s
[cryptohash-sha256:post-build] copying 1 paths...
2418.43 s
[cryptohash-sha256:post-build] copying path '/nix/store/4xknkdx9g5km1c2fwjpq0iv1827q4ppj-cryptohash-sha256-0.11.102.1.drv' to 'https://cache.nix-ci.com'...
2420.41 s
Uploaded cryptohash-sha256 in 10.1s
2420.43 s
Progress: 117 of 211 built (15 building), 298 of 298 downloaded from cache
2420.43 s
Built cryptohash-sha256 in 2m19s
2420.43 s
[haskell-src-exts] | ^
2420.43 s
[haskell-src-exts]
2420.43 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:17:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2420.43 s
[haskell-src-exts] This binding for ‘xs’ shadows the existing binding
2420.43 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:20
2420.43 s
[haskell-src-exts] |
2420.43 s
[haskell-src-exts] 17 | allProg (('\\':x):xs ) | "end{code}"`isPrefixOf`x = Blank : classify xs
2420.43 s
[haskell-src-exts] | ^^
2420.43 s
[haskell-src-exts]
2420.43 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:18:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2420.43 s
[haskell-src-exts] This binding for ‘x’ shadows the existing binding
2420.43 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:17
2420.43 s
[haskell-src-exts] |
2420.43 s
[haskell-src-exts] 18 | allProg (x :xs) = Program x:allProg xs
2420.43 s
[haskell-src-exts] | ^
2420.43 s
[haskell-src-exts]
2420.43 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:18:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2420.43 s
[haskell-src-exts] This binding for ‘xs’ shadows the existing binding
2420.43 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:20
2420.43 s
[haskell-src-exts] |
2420.43 s
[haskell-src-exts] 18 | allProg (x:xs ) = Program x:allProg xs
2420.43 s
[haskell-src-exts] | ^^
2420.43 s
[haskell-src-exts]
2420.43 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:27:11: warning : [ -Wunused-matches ]
2420.43 s
[haskell-src-exts] Defined but not used: ‘x’
2420.43 s
[haskell-src-exts] |
2420.43 s
[haskell-src-exts] 27 | classify (x :xs) = Comment:classify xs
2420.43 s
[haskell-src-exts] | ^
2420.43 s
[haskell-src-exts]
2420.43 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:46:17: warning : [ -Wunused-matches ]
2420.43 s
[haskell-src-exts] Defined but not used: ‘y’
2420.43 s
[haskell-src-exts] |
2420.43 s
[haskell-src-exts] 46 | adjacent file n y @(Program _) (x@Comment :xs) = error (message file n "program" "comment")
2420.44 s
[haskell-src-exts] | ^
2420.44 s
[haskell-src-exts]
2420.44 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:46:32: warning : [ -Wunused-matches ]
2420.44 s
[haskell-src-exts] Defined but not used: ‘x’
2420.44 s
[haskell-src-exts] |
2420.44 s
[haskell-src-exts] 46 | adjacent file n y@(Program _) (x @Comment :xs) = error (message file n "program" "comment")
2420.44 s
[haskell-src-exts] | ^
2420.44 s
[haskell-src-exts]
2420.44 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:46:48: warning : [ -Wunused-matches ]
2420.44 s
[haskell-src-exts] Defined but not used: ‘xs’
2420.44 s
[haskell-src-exts] |
2420.44 s
[haskell-src-exts] 46 | adjacent file n y@(Program _) (x@Comment :xs ) = error (message file n "program" "comment")
2420.44 s
[haskell-src-exts] | ^^
2420.44 s
[haskell-src-exts]
2420.44 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:47:10: warning : [ -Wunused-matches ]
2420.44 s
[haskell-src-exts] Defined but not used: ‘file’
2420.44 s
[haskell-src-exts] |
2420.44 s
[haskell-src-exts] 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs
2420.44 s
[haskell-src-exts] | ^^^^
2420.44 s
[haskell-src-exts]
2420.44 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:47:15: warning : [ -Wunused-matches ]
2420.44 s
[haskell-src-exts] Defined but not used: ‘n’
2420.44 s
[haskell-src-exts] |
2420.44 s
[haskell-src-exts] 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs
2420.44 s
[haskell-src-exts] | ^
2420.44 s
[haskell-src-exts]
2420.44 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:49:17: warning : [ -Wunused-matches ]
2420.44 s
[haskell-src-exts] Defined but not used: ‘y’
2420.44 s
[haskell-src-exts] |
2420.44 s
[network] Warning: 'getAddrInfo' is out of scope.
2420.44 s
[network] If you qualify the identifier, haddock can try to link it anyway.
2420.44 s
[network] Warning: 'Fds' is out of scope.
2420.44 s
[network] If you qualify the identifier, haddock can try to link it anyway.
2420.44 s
[network] 100% ( 20 / 20) in 'Network.Socket.Internal'
2420.44 s
[network] Warning: 'sendmsg' is out of scope.
2420.45 s
[network] If you qualify the identifier, haddock can try to link it anyway.
2420.45 s
[network] Warning: 'setSocOptValue' is out of scope.
2420.45 s
[network] If you qualify the identifier, haddock can try to link it anyway.
2420.45 s
[network] Warning: 'inet_ntop' is out of scope.
2420.45 s
[network] If you qualify the identifier, haddock can try to link it anyway.
2420.45 s
[network] Warning: 'hClose' is out of scope.
2420.45 s
[network] If you qualify the identifier, haddock can try to link it anyway.
2420.45 s
[network] Warning: 'gracefulClose' is out of scope.
2420.45 s
[network] If you qualify the identifier, haddock can try to link it anyway.
2420.45 s
[network] Warning: 'socket' is out of scope.
2420.45 s
[network] If you qualify the identifier, haddock can try to link it anyway.
2420.45 s
[network] Cannot find documentation for: $vectored
2420.45 s
[network] 100% ( 17 / 17) in 'Network.Socket.ByteString'
2420.45 s
[network] 100% ( 19 / 19) in 'Network.Socket.Address'
2420.45 s
[network] 97% (127 /130) in 'Network.Socket'
2420.45 s
[network] Missing documentation for:
2420.45 s
[network] AddrInfo (Network/Socket/Info.hsc:104)
2420.45 s
[network] ShutdownCmd (Network/Socket/Shutdown.hs:28)
2420.45 s
[network] packFamily (Network/Socket/Types.hsc:398)
2420.45 s
[network] 75% ( 6 / 8) in 'Network.Socket.ByteString.Lazy'
2420.45 s
[network] Missing documentation for:
2420.45 s
[network] send (Network/Socket/ByteString/Lazy/Posix.hs:22)
2420.45 s
[network] sendAll (Network/Socket/ByteString/Lazy/Posix.hs:52)
2420.45 s
[network] Warning: Network.Socket: could not find link destinations for:
2420.45 s
[network] - Network.Socket.Info.GetAddrInfo
2420.45 s
[network-uri] Network.URI=network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq:Network.URI,Network.URI.Lens=network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq:Network.URI.Lens,Network.URI.Static=network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq:Network.URI.Static
2420.45 s
[network-uri] unit network-uri-2.6.4.2-FS3nTMrBMrQ9qEotR5eiCW-uri
2420.45 s
[network-uri] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2420.45 s
[network-uri] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2420.45 s
[network-uri] include base-4.18.2.0
2420.45 s
[network-uri] include network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
2420.45 s
[network-uri] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2420.45 s
[network-uri] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2420.46 s
[network-uri] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2420.46 s
[network-uri] Ready component graph:
2420.46 s
[network-uri] definite network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
2420.46 s
[network-uri] depends base-4.18.2.0
2420.46 s
[network-uri] depends deepseq-1.4.8.1
2420.46 s
[network-uri] depends parsec-3.1.16.1
2420.46 s
[network-uri] depends template-haskell-2.20.0.0
2420.46 s
[network-uri] depends th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
2420.46 s
[network-uri] definite network-uri-2.6.4.2-FS3nTMrBMrQ9qEotR5eiCW-uri
2420.46 s
[network-uri] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2420.46 s
[network-uri] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2420.46 s
[network-uri] depends base-4.18.2.0
2420.46 s
[network-uri] depends network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
2420.46 s
[network-uri] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2420.46 s
[network-uri] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2420.46 s
[network-uri] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2420.46 s
[network-uri] Using Cabal-3.10.1.0 compiled by ghc-9.6
2420.46 s
[network-uri] Using compiler: ghc-9.6.4
2420.46 s
[network-uri] Using install prefix:
2420.46 s
[network-uri] /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2
2420.46 s
[network-uri] Executables installed in:
2420.46 s
[network-uri] /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/bin
2420.47 s
[network-uri] Libraries installed in:
2420.47 s
[network-uri] /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
2420.47 s
[network-uri] Dynamic Libraries installed in:
2420.47 s
[network-uri] /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2420.47 s
[network-uri] Private executables installed in:
2420.47 s
[network-uri] /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/libexec/x86_64-linux-ghc-9.6.4/network-uri-2.6.4.2
2420.47 s
[network-uri] Data files installed in:
2420.47 s
[network-uri] /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/share/x86_64-linux-ghc-9.6.4/network-uri-2.6.4.2
2420.47 s
[network-uri] Documentation installed in:
2420.47 s
[network-uri] /nix/store/qvfrbaf0gsdqkz712z5plny53x27wwf2-network-uri-2.6.4.2-doc/share/doc/network-uri-2.6.4.2
2420.47 s
[network-uri] Configuration files installed in:
2420.47 s
[network-uri] /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/etc
2420.47 s
[network-uri] No alex found
2420.47 s
[network-uri] Using ar found on system at:
2420.47 s
[network-uri] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2420.48 s
[network-uri] No c2hs found
2420.48 s
[network-uri] No cpphs found
2420.48 s
[network-uri] No doctest found
2420.48 s
[network-uri] Using gcc version 14.3.0 given by user at:
2420.48 s
[network-uri] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2420.48 s
[network-uri] Using ghc version 9.6.4 found on system at:
2420.48 s
[network-uri] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2420.48 s
[network-uri] Using ghc-pkg version 9.6.4 found on system at:
2420.48 s
[network-uri] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2420.48 s
[network-uri] No ghcjs found
2420.48 s
[network-uri] No ghcjs-pkg found
2420.48 s
[network-uri] No greencard found
2420.48 s
[network-uri] Using haddock version 2.29.2 found on system at:
2420.48 s
[network-uri] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2420.48 s
[network-uri] No happy found
2420.48 s
[network-uri] Using haskell-suite found on system at: haskell-suite-dummy-location
2420.48 s
[network-uri] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2420.48 s
[network-uri] No hmake found
2420.48 s
[network-uri] Using hpc version 0.68 found on system at:
2420.48 s
[network-uri] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2420.48 s
[network-uri] Using hsc2hs version 0.68.9 found on system at:
2420.48 s
[network-uri] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2420.48 s
[network-uri] Using hscolour version 1.25 found on system at:
2420.48 s
[network-uri] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2420.48 s
[network-uri] No jhc found
2420.48 s
[network-uri] Using ld found on system at:
2420.48 s
[network-uri] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2420.48 s
[network-uri] No pkg-config found
2420.48 s
[network-uri] Using runghc version 9.6.4 found on system at:
2420.48 s
[network-uri] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2420.48 s
[network-uri] Using strip version 2.44 found on system at:
2420.48 s
[network-uri] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2420.48 s
[network-uri] Using tar found on system at:
2420.48 s
[network-uri] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2420.48 s
[network-uri] No uhc found
2420.48 s
[network-uri] Phase: buildPhase
2420.95 s
[transformers-base:post-build] Uploading to the NixCI cache: /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6 /nix/store/pdwc6z08jk7dc0k40bp1jhnar2ckkldm-transformers-base-0.4.6-doc
2421.50 s
[transformers-base:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2423.05 s
[transformers-base:post-build] copying 2 paths...
2423.05 s
[transformers-base:post-build] copying path '/nix/store/pdwc6z08jk7dc0k40bp1jhnar2ckkldm-transformers-base-0.4.6-doc' to 'https://cache.nix-ci.com'...
2426.19 s
[transformers-base:post-build] copying path '/nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6' to 'https://cache.nix-ci.com'...
2429.18 s
[transformers-base:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2430.67 s
[transformers-base:post-build] copying 1 paths...
2430.67 s
[transformers-base:post-build] copying path '/nix/store/k8qwd4a4dc2gbwk2370b6ak4f49qvx0k-transformers-base-0.4.6.drv' to 'https://cache.nix-ci.com'...
2432.67 s
Uploaded transformers-base in 12.0s
2432.68 s
Progress: 118 of 212 built (14 building), 298 of 298 downloaded from cache
2432.69 s
Built transformers-base in 1m17s
2432.69 s
[validity] Private executables installed in:
2432.69 s
[validity] /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/libexec/x86_64-linux-ghc-9.6.4/validity-0.12.1.0
2432.69 s
[validity] Data files installed in:
2432.69 s
[validity] /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/share/x86_64-linux-ghc-9.6.4/validity-0.12.1.0
2432.69 s
[validity] Documentation installed in:
2432.69 s
[validity] /nix/store/dmml2qvqxgkas2x574bivg70si28rvax-validity-0.12.1.0-doc/share/doc/validity-0.12.1.0
2432.69 s
[validity] Configuration files installed in:
2432.69 s
[validity] /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/etc
2432.69 s
[validity] No alex found
2432.69 s
[validity] Using ar found on system at:
2432.69 s
[validity] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2432.69 s
[validity] No c2hs found
2432.69 s
[validity] No cpphs found
2432.69 s
[validity] No doctest found
2432.69 s
[validity] Using gcc version 14.3.0 given by user at:
2432.69 s
[validity] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2432.69 s
[validity] Using ghc version 9.6.4 found on system at:
2432.69 s
[validity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2432.69 s
[validity] Using ghc-pkg version 9.6.4 found on system at:
2432.69 s
[validity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2432.69 s
[validity] No ghcjs found
2432.69 s
[validity] No ghcjs-pkg found
2432.69 s
[validity] No greencard found
2432.69 s
[validity] Using haddock version 2.29.2 found on system at:
2432.69 s
[validity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2432.69 s
[validity] No happy found
2432.69 s
[validity] Using haskell-suite found on system at: haskell-suite-dummy-location
2432.69 s
[validity] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2432.69 s
[validity] No hmake found
2432.69 s
[validity] Using hpc version 0.68 found on system at:
2432.69 s
[validity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2432.69 s
[validity] Using hsc2hs version 0.68.9 found on system at:
2432.69 s
[validity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2432.69 s
[validity] Using hscolour version 1.25 found on system at:
2432.69 s
[validity] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2432.69 s
[validity] No jhc found
2432.69 s
[validity] Using ld found on system at:
2432.69 s
[validity] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2432.69 s
[validity] No pkg-config found
2432.69 s
[validity] Using runghc version 9.6.4 found on system at:
2432.69 s
[validity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2432.69 s
[validity] Using strip version 2.44 found on system at:
2432.69 s
[validity] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2432.69 s
[validity] Using tar found on system at:
2432.69 s
[validity] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2432.69 s
[validity] No uhc found
2432.69 s
[validity] Phase: buildPhase
2432.69 s
[validity] Preprocessing library for validity-0.12.1.0..
2432.69 s
[validity] Building library for validity-0.12.1.0..
2432.69 s
[validity] [1 of 2] Compiling Data.Validity ( src/Data/Validity.hs, dist/build/Data/Validity.o, dist/build/Data/Validity.dyn_o )
2432.94 s
Building /nix/store/bl4z689jjy8kmqj6gpjsbfld8pq7qwp7-th-reify-many-0.1.10.drv
2433.21 s
Building /nix/store/1agrz359vibjsvflxcgkwdabrpk4q8vl-monad-control-1.0.3.1.drv
2433.21 s
[ChasingBottoms] Documentation created: dist/doc/html/ChasingBottoms/index.html,
2433.21 s
[ChasingBottoms] dist/doc/html/ChasingBottoms/ChasingBottoms.txt
2433.21 s
[ChasingBottoms] haddockPhase completed in 30 seconds
2433.21 s
[ChasingBottoms] Phase: installPhase
2433.21 s
[ChasingBottoms] Installing library in /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5
2433.21 s
[ChasingBottoms] Phase: fixupPhase
2433.21 s
[ChasingBottoms] shrinking RPATHs of ELF executables and libraries in /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15
2433.21 s
[ChasingBottoms] shrinking /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5-ghc9.6.4.so
2433.21 s
[ChasingBottoms] checking for references to /build/ in /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15...
2433.21 s
[ChasingBottoms] patching script interpreter paths in /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15
2433.21 s
[ChasingBottoms] stripping (with command strip and flags -S -p) in /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/lib
2433.21 s
[ChasingBottoms] shrinking RPATHs of ELF executables and libraries in /nix/store/a6qhb9ak288m91knc6ipqfmm3bhl8xyd-ChasingBottoms-1.3.1.15-doc
2433.22 s
[ChasingBottoms] checking for references to /build/ in /nix/store/a6qhb9ak288m91knc6ipqfmm3bhl8xyd-ChasingBottoms-1.3.1.15-doc...
2433.22 s
[ChasingBottoms] patching script interpreter paths in /nix/store/a6qhb9ak288m91knc6ipqfmm3bhl8xyd-ChasingBottoms-1.3.1.15-doc
2433.22 s
[crypton] Phase: setupCompilerEnvironmentPhase
2433.22 s
[crypton] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2433.22 s
[crypton] Phase: unpackPhase
2433.22 s
[crypton] unpacking source archive /nix/store/g2z3x8dh5f0hdaz58d6q36ih4g1j6ls3-crypton-1.0.4.tar.gz
2433.22 s
[crypton] source root is crypton-1.0.4
2433.22 s
[crypton] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "crypton-1.0.4/tests/XSalsa.hs"
2433.22 s
[crypton] Phase: patchPhase
2433.22 s
[crypton] Phase: compileBuildDriverPhase
2433.22 s
[crypton] setupCompileFlags: -package-db=/build/tmp.gshOceY1HY/setup-package.conf.d -threaded
2433.22 s
[crypton] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.gshOceY1HY/Main.o )
2433.22 s
[crypton] [2 of 2] Linking Setup
2433.22 s
[crypton] Phase: updateAutotoolsGnuConfigScriptsPhase
2433.22 s
[crypton] Phase: configurePhase
2433.22 s
[crypton] configureFlags: --verbose --prefix=/nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/0rvmc6x9y7ffwgnlmpg4qd3nqbjdd8x2-crypton-1.0.4-doc/share/doc/crypton-1.0.4 --with-gcc=gcc --package-db=/build/tmp.gshOceY1HY/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2433.22 s
[crypton] Using Parsec parser
2433.22 s
[crypton] Configuring crypton-1.0.4...
2433.22 s
[crypton] Flags chosen: check_alignment=False, integer-gmp=True,
2433.22 s
[crypton] old_toolchain_inliner=False, support_aesni=True, support_deepseq=True,
2433.22 s
[crypton] support_pclmuldq=True, support_rdrand=True, support_sse=False,
2433.22 s
[crypton] use_target_attributes=True
2433.22 s
[crypton] Dependency base >=4.13 && <5: using base-4.18.2.0
2433.22 s
[crypton] Dependency basement >=0.0.6: using basement-0.0.16
2433.22 s
[crypton] Dependency bytestring: using bytestring-0.11.5.3
2433.22 s
[crypton] Dependency deepseq: using deepseq-1.4.8.1
2433.22 s
[crypton] Dependency ghc-prim: using ghc-prim-0.10.0
2433.22 s
[crypton] Dependency integer-gmp: using integer-gmp-1.1
2433.22 s
[crypton] Dependency memory >=0.14.18: using memory-0.18.0
2433.22 s
[crypton] Dependency base >=4.13 && <5: using base-4.18.2.0
2433.22 s
[crypton] Dependency bytestring: using bytestring-0.11.5.3
2433.22 s
[crypton] Dependency crypton: using crypton-1.0.4
2433.22 s
[crypton] Dependency memory: using memory-0.18.0
2433.22 s
[crypton] Dependency tasty: using tasty-1.5.3
2433.22 s
[crypton] Dependency tasty-hunit: using tasty-hunit-0.10.2
2433.22 s
[crypton] Dependency tasty-kat: using tasty-kat-0.0.3
2433.22 s
[crypton] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
2433.22 s
[crypton] Source component graph:
2433.22 s
[crypton] component lib
2433.22 s
[crypton] component test:test-crypton dependency lib
2433.22 s
[crypton] Configured component graph:
2433.22 s
[crypton] component crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
2433.22 s
[crypton] include base-4.18.2.0
2433.22 s
[crypton] include basement-0.0.16-DD6H8SGD4AW2EysJRRfDZR
2433.22 s
[crypton] include bytestring-0.11.5.3
2433.22 s
[crypton] include deepseq-1.4.8.1
2433.22 s
[crypton] include ghc-prim-0.10.0
2433.22 s
[crypton] include integer-gmp-1.1
2433.22 s
[crypton] include memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
2433.22 s
[crypton] component crypton-1.0.4-DlIemFGe5Tk2mlsJCEoKs0-test-crypton
2433.22 s
[crypton] include base-4.18.2.0
2433.22 s
[crypton] include bytestring-0.11.5.3
2433.22 s
[crypton] include crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
2433.22 s
[crypton] include memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
2433.22 s
[crypton] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2433.22 s
[crypton] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2433.22 s
[crypton] include tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
2433.22 s
[crypton] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2433.22 s
[crypton] Linked component graph:
2433.22 s
[crypton] unit crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
2433.22 s
[crypton] include base-4.18.2.0
2433.22 s
[doctest] [ 2 of 25] Compiling GhcUtil ( src/GhcUtil.hs, dist/build/GhcUtil.p_o )
2433.22 s
[doctest] [ 3 of 25] Compiling Cabal.Paths ( src/Cabal/Paths.hs, dist/build/Cabal/Paths.p_o )
2433.22 s
[doctest] [ 4 of 25] Compiling Cabal.Options ( src/Cabal/Options.hs, dist/build/Cabal/Options.p_o )
2433.22 s
[doctest] [ 5 of 25] Compiling Language.Haskell.GhciWrapper ( src/Language/Haskell/GhciWrapper.hs, dist/build/Language/Haskell/GhciWrapper.p_o )
2433.22 s
[doctest] [ 6 of 25] Compiling Interpreter ( src/Interpreter.hs, dist/build/Interpreter.p_o )
2433.22 s
[doctest] [ 7 of 25] Compiling Location ( src/Location.hs, dist/build/Location.p_o )
2433.24 s
[doctest] [ 8 of 25] Compiling PackageDBs ( src/PackageDBs.hs, dist/build/PackageDBs.p_o )
2433.24 s
[doctest] [ 9 of 25] Compiling Paths_doctest ( dist/build/autogen/Paths_doctest.hs, dist/build/Paths_doctest.p_o )
2433.24 s
[doctest] [10 of 25] Compiling Info ( src/Info.hs, dist/build/Info.p_o )
2433.24 s
[doctest] [11 of 25] Compiling Options ( src/Options.hs, dist/build/Options.p_o )
2433.24 s
[doctest] [12 of 25] Compiling Cabal ( src/Cabal.hs, dist/build/Cabal.p_o )
2433.24 s
[doctest] [13 of 25] Compiling Test.DocTest.Internal.Cabal ( src/Test/DocTest/Internal/Cabal.hs, dist/build/Test/DocTest/Internal/Cabal.p_o )
2433.24 s
[generic-deriving] [2 of 8] Compiling EmptyCaseSpec ( tests/EmptyCaseSpec.hs, dist/build/spec/spec-tmp/EmptyCaseSpec.o )
2433.24 s
[generic-deriving] [3 of 8] Compiling ExampleSpec ( tests/ExampleSpec.hs, dist/build/spec/spec-tmp/ExampleSpec.o )
2433.24 s
[generic-deriving] [4 of 8] Compiling T68Spec ( tests/T68Spec.hs, dist/build/spec/spec-tmp/T68Spec.o )
2433.24 s
[generic-deriving] [5 of 8] Compiling T80Spec ( tests/T80Spec.hs, dist/build/spec/spec-tmp/T80Spec.o )
2433.24 s
[generic-deriving] [6 of 8] Compiling T82Spec ( tests/T82Spec.hs, dist/build/spec/spec-tmp/T82Spec.o )
2433.24 s
[generic-deriving] [7 of 8] Compiling TypeInTypeSpec ( tests/TypeInTypeSpec.hs, dist/build/spec/spec-tmp/TypeInTypeSpec.o )
2433.24 s
[generic-deriving] [8 of 8] Compiling Main ( tests/Spec.hs, dist/build/spec/spec-tmp/Main.o )
2433.24 s
[hashable] [ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.p_o )
2433.24 s
[hashable] [ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.p_o )
2433.24 s
[hashable]
2433.24 s
[hashable] src/Data/Hashable/Generic/Instances.hs:5:14: warning : [ GHC-19244 ] [ -Wtrustworthy-safe ]
2433.24 s
[hashable] ‘Data.Hashable.Generic.Instances’ is marked as Trustworthy but has been inferred as safe!
2433.24 s
[hashable] |
2433.24 s
[hashable] 5 | {-# LANGUAGE Trustworthy #-}
2433.24 s
[hashable] | ^^^^^^^^^^^
2433.24 s
[hashable] [ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.p_o )
2433.24 s
[hashable] [10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, dist/build/Data/Hashable.p_o )
2433.24 s
[hashable] Preprocessing test suite 'hashable-tests' for hashable-1.4.7.0..
2433.24 s
[hashable] Building test suite 'hashable-tests' for hashable-1.4.7.0..
2433.24 s
[hashable] [1 of 4] Compiling Properties ( tests/Properties.hs, dist/build/hashable-tests/hashable-tests-tmp/Properties.o )
2433.24 s
[hashable]
2433.24 s
[hashable] tests/Properties.hs:34:1: warning : [ -Wdeprecations ]
2433.24 s
[hashable] Module ‘System.OsString.Internal.Types’ is deprecated:
2433.24 s
[hashable] "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5."
2433.24 s
[hashable] |
2433.24 s
[hashable] 34 | import qualified "filepath" System.OsString.Internal.Types as FP
2433.24 s
[hashable] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2433.24 s
[hashable]
2433.24 s
[hashable] tests/Properties.hs:181:1: warning : [ -Wunused-top-binds ]
2433.24 s
[hashable] Defined but not used: ‘pProduct2’
2433.24 s
[hashable] |
2433.24 s
[hashable] 181 | pProduct2 x y = hash (x, y) == hash (Product2 x y)
2433.24 s
[hashable] | ^^^^^^^^^
2433.24 s
[hashable]
2433.24 s
[hashable] tests/Properties.hs:184:1: warning : [ -Wunused-top-binds ]
2433.24 s
[hashable] Defined but not used: ‘pProduct3’
2433.24 s
[hashable] |
2433.25 s
[hashable] 184 | pProduct3 x y z = hash (x, y, z) == hash (Product3 x y z)
2433.25 s
[hashable] | ^^^^^^^^^
2433.25 s
[haskell-src-exts] 49 | adjacent file n y @Comment (x@(Program _) :xs) = error (message file n "comment" "program")
2433.25 s
[haskell-src-exts] | ^
2433.25 s
[haskell-src-exts]
2433.25 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:49:32: warning : [ -Wunused-matches ]
2433.25 s
[haskell-src-exts] Defined but not used: ‘x’
2433.25 s
[haskell-src-exts] |
2433.25 s
[haskell-src-exts] 49 | adjacent file n y@Comment (x @(Program _) :xs) = error (message file n "comment" "program")
2433.25 s
[haskell-src-exts] | ^
2433.25 s
[haskell-src-exts]
2433.25 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:49:48: warning : [ -Wunused-matches ]
2433.25 s
[haskell-src-exts] Defined but not used: ‘xs’
2433.25 s
[haskell-src-exts] |
2433.25 s
[haskell-src-exts] 49 | adjacent file n y@Comment (x@(Program _) :xs ) = error (message file n "comment" "program")
2433.25 s
[haskell-src-exts] | ^^
2433.25 s
[haskell-src-exts]
2433.25 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:50:10: warning : [ -Wunused-matches ]
2433.25 s
[haskell-src-exts] Defined but not used: ‘file’
2433.25 s
[haskell-src-exts] |
2433.25 s
[haskell-src-exts] 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs
2433.25 s
[haskell-src-exts] | ^^^^
2433.25 s
[haskell-src-exts]
2433.25 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:50:15: warning : [ -Wunused-matches ]
2433.25 s
[haskell-src-exts] Defined but not used: ‘n’
2433.25 s
[haskell-src-exts] |
2433.25 s
[haskell-src-exts] 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs
2433.25 s
[haskell-src-exts] | ^
2433.25 s
[haskell-src-exts]
2433.25 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:52:10: warning : [ -Wunused-matches ]
2433.25 s
[haskell-src-exts] Defined but not used: ‘file’
2433.25 s
[haskell-src-exts] |
2433.25 s
[haskell-src-exts] 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs
2433.25 s
[haskell-src-exts] | ^^^^
2433.25 s
[haskell-src-exts]
2433.25 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:52:15: warning : [ -Wunused-matches ]
2433.25 s
[haskell-src-exts] Defined but not used: ‘n’
2433.25 s
[haskell-src-exts] |
2433.25 s
[haskell-src-exts] 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs
2433.25 s
[haskell-src-exts] | ^
2433.25 s
[haskell-src-exts]
2433.25 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:54:34: warning : [ -Wunused-matches ]
2433.25 s
[haskell-src-exts] Defined but not used: ‘next’
2433.25 s
[haskell-src-exts] |
2433.25 s
[haskell-src-exts] 54 | adjacent file n _ (x@next :xs) = x: adjacent file (n+1) x xs
2433.25 s
[haskell-src-exts] | ^^^^
2433.25 s
[haskell-src-exts]
2433.25 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:55:10: warning : [ -Wunused-matches ]
2433.25 s
[haskell-src-exts] Defined but not used: ‘file’
2433.25 s
[haskell-src-exts] |
2433.25 s
[haskell-src-exts] 55 | adjacent file n _ [] = []
2433.25 s
[haskell-src-exts] | ^^^^
2433.25 s
[haskell-src-exts]
2433.25 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:55:15: warning : [ -Wunused-matches ]
2433.25 s
[haskell-src-exts] Defined but not used: ‘n’
2433.25 s
[haskell-src-exts] |
2433.25 s
[haskell-src-exts] 55 | adjacent file n _ [] = []
2433.25 s
[haskell-src-exts] | ^
2433.25 s
[haskell-src-exts]
2433.25 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:69:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2433.25 s
[haskell-src-exts] This binding for ‘s’ shadows the existing binding
2433.25 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
2433.25 s
[haskell-src-exts] |
2433.25 s
[haskell-src-exts] 69 | lines' ('\^M':'\n':s ) acc = acc [] : lines' s id -- DOS
2433.25 s
[haskell-src-exts] | ^
2433.25 s
[haskell-src-exts]
2433.25 s
[hourglass] [ 9 of 17] Compiling Data.Hourglass.Time ( Data/Hourglass/Time.hs, dist/build/Data/Hourglass/Time.o, dist/build/Data/Hourglass/Time.dyn_o )
2433.25 s
[hourglass] [10 of 17] Compiling Data.Hourglass.Epoch ( Data/Hourglass/Epoch.hs, dist/build/Data/Hourglass/Epoch.o, dist/build/Data/Hourglass/Epoch.dyn_o )
2433.25 s
[hourglass] [11 of 17] Compiling Data.Hourglass.Local ( Data/Hourglass/Local.hs, dist/build/Data/Hourglass/Local.o, dist/build/Data/Hourglass/Local.dyn_o )
2433.25 s
[hourglass] [12 of 17] Compiling Time.System ( Time/System.hs, dist/build/Time/System.o, dist/build/Time/System.dyn_o )
2433.25 s
[hourglass]
2433.25 s
[hourglass] Time/System.hs:23:1: warning : [ -Wunused-imports ]
2433.25 s
[hourglass] The import of ‘Control.Applicative’ is redundant
2433.25 s
[hourglass] except perhaps to import instances from ‘Control.Applicative’
2433.25 s
[hourglass] To import instances alone, use: import Control.Applicative()
2433.25 s
[hourglass] |
2433.25 s
[hourglass] 23 | import Control.Applicative
2433.25 s
[hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2433.25 s
[hourglass] [13 of 17] Compiling System.Hourglass ( System/Hourglass.hs, dist/build/System/Hourglass.o, dist/build/System/Hourglass.dyn_o )
2433.25 s
[hourglass] [14 of 17] Compiling Data.Hourglass.Format ( Data/Hourglass/Format.hs, dist/build/Data/Hourglass/Format.o, dist/build/Data/Hourglass/Format.dyn_o )
2433.25 s
[hourglass] [15 of 17] Compiling Data.Hourglass ( Data/Hourglass.hs, dist/build/Data/Hourglass.o, dist/build/Data/Hourglass.dyn_o )
2433.25 s
[hourglass] [16 of 17] Compiling Time.Compat ( Time/Compat.hs, dist/build/Time/Compat.o, dist/build/Time/Compat.dyn_o )
2433.25 s
[hourglass] [17 of 17] Compiling Data.Hourglass.Compat ( Data/Hourglass/Compat.hs, dist/build/Data/Hourglass/Compat.o, dist/build/Data/Hourglass/Compat.dyn_o )
2433.25 s
[hourglass] [ 1 of 17] Compiling Data.Hourglass.Utils ( Data/Hourglass/Utils.hs, dist/build/Data/Hourglass/Utils.p_o )
2433.25 s
[hourglass] [ 2 of 17] Compiling Data.Hourglass.Zone ( Data/Hourglass/Zone.hs, dist/build/Data/Hourglass/Zone.p_o )
2433.25 s
[hourglass] [ 3 of 17] Compiling Time.Types ( Time/Types.hs, dist/build/Time/Types.p_o )
2433.25 s
[integer-conversion] Preprocessing library for integer-conversion-0.1.1..
2433.25 s
[integer-conversion] Running Haddock on library for integer-conversion-0.1.1..
2433.25 s
[integer-conversion] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2433.25 s
[integer-conversion] 100% ( 5 / 5) in 'Data.Integer.Conversion'
2433.25 s
[network-uri] Preprocessing library for network-uri-2.6.4.2..
2433.25 s
[network-uri] Building library for network-uri-2.6.4.2..
2433.26 s
[network-uri] [1 of 3] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.o, dist/build/Network/URI.dyn_o )
2433.26 s
[unix-time] Documentation created: dist/doc/html/unix-time/index.html,
2433.26 s
[unix-time] dist/doc/html/unix-time/unix-time.txt
2433.26 s
[unix-time] Preprocessing test suite 'spec' for unix-time-0.4.16..
2433.26 s
[unix-time] haddockPhase completed in 32 seconds
2433.26 s
[unix-time] Phase: installPhase
2433.26 s
[unix-time] Installing library in /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
2433.26 s
[unix-time] Phase: fixupPhase
2433.26 s
[unix-time] shrinking RPATHs of ELF executables and libraries in /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16
2433.26 s
[unix-time] shrinking /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSunix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy-ghc9.6.4.so
2433.26 s
[unix-time] checking for references to /build/ in /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16...
2433.26 s
[unix-time] patching script interpreter paths in /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16
2433.26 s
[unix-time] stripping (with command strip and flags -S -p) in /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/lib
2433.26 s
[unix-time] shrinking RPATHs of ELF executables and libraries in /nix/store/50lcfcvi0y3m8j858z1jr821qgyjcpa8-unix-time-0.4.16-doc
2433.26 s
[unix-time] checking for references to /build/ in /nix/store/50lcfcvi0y3m8j858z1jr821qgyjcpa8-unix-time-0.4.16-doc...
2433.26 s
[unix-time] patching script interpreter paths in /nix/store/50lcfcvi0y3m8j858z1jr821qgyjcpa8-unix-time-0.4.16-doc
2433.26 s
[validity] [2 of 2] Compiling Paths_validity ( dist/build/autogen/Paths_validity.hs, dist/build/Paths_validity.o, dist/build/Paths_validity.dyn_o )
2433.26 s
[validity] [1 of 2] Compiling Data.Validity ( src/Data/Validity.hs, dist/build/Data/Validity.p_o )
2433.26 s
[validity] [2 of 2] Compiling Paths_validity ( dist/build/autogen/Paths_validity.hs, dist/build/Paths_validity.p_o )
2433.26 s
[validity] Preprocessing test suite 'validity-test' for validity-0.12.1.0..
2433.26 s
[validity] Building test suite 'validity-test' for validity-0.12.1.0..
2433.26 s
[validity] [1 of 3] Compiling Data.ValiditySpec ( test/Data/ValiditySpec.hs, dist/build/validity-test/validity-test-tmp/Data/ValiditySpec.o )
2433.26 s
[zlib] Phase: setupCompilerEnvironmentPhase
2433.26 s
[zlib] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2433.26 s
[zlib] Phase: unpackPhase
2433.26 s
[zlib] unpacking source archive /nix/store/16q8rz5il1wp2k86w6zfkiky1zk048a7-zlib-0.7.1.0.tar.gz
2433.26 s
[zlib] source root is zlib-0.7.1.0
2433.26 s
[zlib] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "zlib-0.7.1.0/zlib.cabal"
2433.26 s
[zlib] Phase: patchPhase
2433.26 s
[zlib] Replace Cabal file with edited version from mirror://hackage/zlib-0.7.1.0/revision/2.cabal.
2433.26 s
[zlib] Phase: compileBuildDriverPhase
2433.26 s
[zlib] setupCompileFlags: -package-db=/build/tmp.hE7ofNudht/setup-package.conf.d -threaded
2433.26 s
[zlib] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.hE7ofNudht/Main.o )
2433.26 s
[zlib] [2 of 2] Linking Setup
2433.26 s
[zlib] Phase: updateAutotoolsGnuConfigScriptsPhase
2433.26 s
[zlib] Phase: configurePhase
2433.26 s
[zlib] configureFlags: --verbose --prefix=/nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/sicr01kfv3094miyy5dajxwdqa2rnn9w-zlib-0.7.1.0-doc/share/doc/zlib-0.7.1.0 --with-gcc=gcc --package-db=/build/tmp.hE7ofNudht/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib --extra-include-dirs=/nix/store/wqahxs411zx3nykdqa8c2j3d127r3cff-zlib-1.3.1-dev/include --extra-lib-dirs=/nix/store/wqahxs411zx3nykdqa8c2j3d127r3cff-zlib-1.3.1-dev/lib --extra-lib-dirs=/nix/store/8icpg7vrz95c6ap3mznmlmg7h0l2av1w-zlib-1.3.1/lib
2433.26 s
[zlib] Using Parsec parser
2433.26 s
[zlib] Configuring zlib-0.7.1.0...
2433.26 s
[zlib] Flags chosen: bundled-c-zlib=False, non-blocking-ffi=True, pkg-config=True
2433.26 s
[zlib] Dependency base >=4.9 && <4.22: using base-4.18.2.0
2433.26 s
[zlib] Dependency bytestring >=0.9 && <0.13: using bytestring-0.11.5.3
2433.26 s
[zlib] Dependency QuickCheck >=2 && <3: using QuickCheck-2.14.3
2433.26 s
[zlib] Dependency base: using base-4.18.2.0
2433.26 s
[zlib] Dependency bytestring: using bytestring-0.11.5.3
2433.26 s
[zlib] Dependency tasty >=0.8 && <1.6: using tasty-1.5.3
2433.26 s
[zlib] Dependency tasty-quickcheck >=0.8 && <1: using tasty-quickcheck-0.11
2433.26 s
[zlib] Dependency zlib: using zlib-0.7.1.0
2433.26 s
[zlib] Dependency zlib: using version 1.3.1
2433.26 s
[zlib] Source component graph:
2433.26 s
[zlib] component lib
2433.26 s
[zlib] component test:tests dependency lib
2433.26 s
[zlib] Configured component graph:
2433.26 s
[zlib] component zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
2433.26 s
[zlib] include base-4.18.2.0
2433.26 s
[zlib] include bytestring-0.11.5.3
2433.26 s
[zlib] component zlib-0.7.1.0-5wtJhnZluMy8bwvQvUSMY-tests
2433.26 s
[zlib] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2433.26 s
[zlib] include base-4.18.2.0
2433.26 s
[zlib] include bytestring-0.11.5.3
2433.26 s
[zlib] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2433.26 s
[zlib] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2433.26 s
[zlib] include zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
2433.26 s
[zlib] Linked component graph:
2433.26 s
[zlib] unit zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
2433.26 s
[zlib] include base-4.18.2.0
2433.26 s
[zlib] include bytestring-0.11.5.3
2433.76 s
[ChasingBottoms:post-build] Uploading to the NixCI cache: /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15 /nix/store/a6qhb9ak288m91knc6ipqfmm3bhl8xyd-ChasingBottoms-1.3.1.15-doc
2434.47 s
[ChasingBottoms:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2435.02 s
[ChasingBottoms:post-build] copying 2 paths...
2435.02 s
[ChasingBottoms:post-build] copying path '/nix/store/a6qhb9ak288m91knc6ipqfmm3bhl8xyd-ChasingBottoms-1.3.1.15-doc' to 'https://cache.nix-ci.com'...
2436.09 s
[ChasingBottoms:post-build] copying path '/nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15' to 'https://cache.nix-ci.com'...
2440.53 s
[ChasingBottoms:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2441.38 s
[ChasingBottoms:post-build] copying 1 paths...
2441.38 s
[ChasingBottoms:post-build] copying path '/nix/store/ak4m2wwlcyaml5sv9dgv1ya61vd69dlq-ChasingBottoms-1.3.1.15.drv' to 'https://cache.nix-ci.com'...
2443.43 s
Uploaded ChasingBottoms in 9.8s
2443.44 s
Progress: 119 of 211 built (15 building), 298 of 298 downloaded from cache
2443.44 s
Built ChasingBottoms in 2m29s
2443.44 s
[cookie] Documentation created: dist/doc/html/cookie/index.html,
2443.44 s
[cookie] dist/doc/html/cookie/cookie.txt
2443.44 s
[crypton] include basement-0.0.16-DD6H8SGD4AW2EysJRRfDZR
2443.44 s
[crypton] include bytestring-0.11.5.3
2443.44 s
[crypton] include deepseq-1.4.8.1
2443.44 s
[crypton] include ghc-prim-0.10.0
2443.44 s
[crypton] include integer-gmp-1.1
2443.44 s
[crypton] include memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
2443.44 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:70:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2443.44 s
[haskell-src-exts] This binding for ‘s’ shadows the existing binding
2443.44 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
2443.44 s
[haskell-src-exts] |
2443.44 s
[haskell-src-exts] 70 | lines' ('\^M':s ) acc = acc [] : lines' s id -- MacOS
2443.45 s
[haskell-src-exts] | ^
2443.45 s
[haskell-src-exts]
2443.45 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:71:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2443.45 s
[haskell-src-exts] This binding for ‘s’ shadows the existing binding
2443.45 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
2443.45 s
[haskell-src-exts] |
2443.45 s
[haskell-src-exts] 71 | lines' ('\n':s ) acc = acc [] : lines' s id -- Unix
2443.45 s
[haskell-src-exts] | ^
2443.45 s
[haskell-src-exts]
2443.45 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:72:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2443.45 s
[haskell-src-exts] This binding for ‘s’ shadows the existing binding
2443.45 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
2443.45 s
[haskell-src-exts] |
2443.45 s
[haskell-src-exts] 72 | lines' (c:s ) acc = lines' s (acc . (c:))
2443.45 s
[haskell-src-exts] | ^
2443.45 s
[haskell-src-exts] [18 of 18] Compiling Language.Haskell.Exts ( src/Language/Haskell/Exts.hs, dist/build/Language/Haskell/Exts.p_o )
2443.45 s
[haskell-src-exts] buildPhase completed in 16 minutes 58 seconds
2443.45 s
[haskell-src-exts] Phase: haddockPhase
2443.45 s
[haskell-src-exts] Preprocessing library for haskell-src-exts-1.23.1..
2443.45 s
[haskell-src-exts] Running Haddock on library for haskell-src-exts-1.23.1..
2443.45 s
[haskell-src-exts] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2443.45 s
[haskell-src-exts] Warning: 'capi' is out of scope.
2443.45 s
[haskell-src-exts] If you qualify the identifier, haddock can try to link it anyway.
2443.45 s
[haskell-src-exts] 65% ( 13 / 20) in 'Language.Haskell.Exts.Extension'
2443.45 s
[haskell-src-exts] Missing documentation for:
2443.45 s
[haskell-src-exts] Language (src/Language/Haskell/Exts/Extension.hs:86)
2443.45 s
[haskell-src-exts] knownLanguages (src/Language/Haskell/Exts/Extension.hs:105)
2443.45 s
[haskell-src-exts] classifyLanguage (src/Language/Haskell/Exts/Extension.hs:108)
2443.45 s
[haskell-src-exts] prettyLanguage (src/Language/Haskell/Exts/Extension.hs:114)
2443.45 s
[haskell-src-exts] KnownExtension (src/Language/Haskell/Exts/Extension.hs:135)
2443.45 s
[haskell-src-exts] ghcDefault (src/Language/Haskell/Exts/Extension.hs:646)
2443.45 s
[haskell-src-exts] toExtensionList (src/Language/Haskell/Exts/Extension.hs:725)
2443.45 s
[haskell-src-exts] Warning: 'SrcInfoSpan' is out of scope.
2443.45 s
[haskell-src-exts] If you qualify the identifier, haddock can try to link it anyway.
2443.45 s
[haskell-src-exts] 87% ( 21 / 24) in 'Language.Haskell.Exts.SrcLoc'
2443.45 s
[haskell-src-exts] Missing documentation for:
2443.45 s
[haskell-src-exts] showInt (src/Language/Haskell/Exts/SrcLoc.hs:21)
2443.45 s
[haskell-src-exts] noLoc (src/Language/Haskell/Exts/SrcLoc.hs:38)
2443.45 s
[haskell-src-exts] spanSize (src/Language/Haskell/Exts/SrcLoc.hs:86)
2443.45 s
[haskell-src-exts] Warning: 'forall' is out of scope.
2443.45 s
[haskell-src-exts] If you qualify the identifier, haddock can try to link it anyway.
2443.45 s
[haskell-src-exts] 65% ( 99 /152) in 'Language.Haskell.Exts.Syntax'
2443.45 s
[haskell-src-exts] Missing documentation for:
2443.45 s
[haskell-src-exts] PatternSynDirection (src/Language/Haskell/Exts/Syntax.hs:346)
2443.45 s
[haskell-src-exts] ResultSig (src/Language/Haskell/Exts/Syntax.hs:389)
2443.45 s
[haskell-src-exts] Unpackedness (src/Language/Haskell/Exts/Syntax.hs:605)
2443.45 s
[haskell-src-exts] Role (src/Language/Haskell/Exts/Syntax.hs:373)
2443.45 s
[haskell-src-exts] MaybePromotedName (src/Language/Haskell/Exts/Syntax.hs:655)
2443.45 s
[haskell-src-exts] prelude_mod (src/Language/Haskell/Exts/Syntax.hs:1009)
2443.45 s
[haskell-src-exts] main_mod (src/Language/Haskell/Exts/Syntax.hs:1009)
2443.45 s
[haskell-src-exts] main_name (src/Language/Haskell/Exts/Syntax.hs:1013)
2443.45 s
[haskell-src-exts] unit_con_name (src/Language/Haskell/Exts/Syntax.hs:1016)
2443.45 s
[haskell-src-exts] tuple_con_name (src/Language/Haskell/Exts/Syntax.hs:1019)
2443.45 s
[haskell-src-exts] list_con_name (src/Language/Haskell/Exts/Syntax.hs:1022)
2443.45 s
[haskell-src-exts] list_cons_name (src/Language/Haskell/Exts/Syntax.hs:1025)
2443.45 s
[haskell-src-exts] unboxed_singleton_con_name (src/Language/Haskell/Exts/Syntax.hs:1028)
2443.45 s
[haskell-src-exts] unit_con (src/Language/Haskell/Exts/Syntax.hs:1031)
2443.45 s
[haskell-src-exts] tuple_con (src/Language/Haskell/Exts/Syntax.hs:1034)
2443.45 s
[haskell-src-exts] unboxed_singleton_con (src/Language/Haskell/Exts/Syntax.hs:1037)
2443.45 s
[haskell-src-exts] as_name (src/Language/Haskell/Exts/Syntax.hs:1040)
2443.45 s
[haskell-src-exts] qualified_name (src/Language/Haskell/Exts/Syntax.hs:1040)
2443.80 s
[unix-time:post-build] Uploading to the NixCI cache: /nix/store/50lcfcvi0y3m8j858z1jr821qgyjcpa8-unix-time-0.4.16-doc /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16
2444.38 s
[unix-time:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2445.86 s
[unix-time:post-build] copying 2 paths...
2445.87 s
[unix-time:post-build] copying path '/nix/store/50lcfcvi0y3m8j858z1jr821qgyjcpa8-unix-time-0.4.16-doc' to 'https://cache.nix-ci.com'...
2447.47 s
[unix-time:post-build] copying path '/nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16' to 'https://cache.nix-ci.com'...
2451.70 s
[unix-time:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2453.54 s
[unix-time:post-build] copying 1 paths...
2453.54 s
[unix-time:post-build] copying path '/nix/store/dvq1vzaffqlr638hrlwik9pz13cy46h4-unix-time-0.4.16.drv' to 'https://cache.nix-ci.com'...
2455.59 s
Uploaded unix-time in 11.9s
2455.60 s
Progress: 120 of 212 built (14 building), 298 of 298 downloaded from cache
2455.61 s
Built unix-time in 2m21s
2455.61 s
[zlib] Codec.Compression.GZip=zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk:Codec.Compression.GZip,Codec.Compression.Zlib=zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk:Codec.Compression.Zlib,Codec.Compression.Zlib.Internal=zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk:Codec.Compression.Zlib.Internal,Codec.Compression.Zlib.Raw=zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk:Codec.Compression.Zlib.Raw
2455.61 s
[zlib] unit zlib-0.7.1.0-5wtJhnZluMy8bwvQvUSMY-tests
2455.61 s
[zlib] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2455.61 s
[zlib] include base-4.18.2.0
2455.61 s
[zlib] include bytestring-0.11.5.3
2455.61 s
[zlib] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2455.61 s
[zlib] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2455.61 s
[zlib] include zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
2455.61 s
[zlib] Ready component graph:
2455.61 s
[zlib] definite zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
2455.61 s
[zlib] depends base-4.18.2.0
2455.61 s
[zlib] depends bytestring-0.11.5.3
2455.61 s
[zlib] definite zlib-0.7.1.0-5wtJhnZluMy8bwvQvUSMY-tests
2455.61 s
[zlib] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2455.61 s
[zlib] depends base-4.18.2.0
2455.61 s
[zlib] depends bytestring-0.11.5.3
2455.61 s
[zlib] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2455.61 s
[zlib] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2455.61 s
[zlib] depends zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
2455.61 s
[zlib] Using Cabal-3.10.1.0 compiled by ghc-9.6
2455.61 s
[zlib] Using compiler: ghc-9.6.4
2455.61 s
[zlib] Using install prefix: /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0
2455.61 s
[zlib] Executables installed in:
2455.61 s
[zlib] /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/bin
2455.61 s
[zlib] Libraries installed in:
2455.61 s
[zlib] /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
2455.61 s
[zlib] Dynamic Libraries installed in:
2455.61 s
[zlib] /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2455.61 s
[zlib] Private executables installed in:
2455.61 s
[zlib] /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/libexec/x86_64-linux-ghc-9.6.4/zlib-0.7.1.0
2455.61 s
[zlib] Data files installed in:
2455.61 s
[zlib] /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/share/x86_64-linux-ghc-9.6.4/zlib-0.7.1.0
2455.61 s
[zlib] Documentation installed in:
2455.61 s
[zlib] /nix/store/sicr01kfv3094miyy5dajxwdqa2rnn9w-zlib-0.7.1.0-doc/share/doc/zlib-0.7.1.0
2455.61 s
[zlib] Configuration files installed in:
2455.61 s
[zlib] /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/etc
2455.61 s
[zlib] No alex found
2455.61 s
[zlib] Using ar found on system at:
2455.61 s
[zlib] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2455.61 s
[zlib] No c2hs found
2455.61 s
[zlib] No cpphs found
2455.61 s
[zlib] No doctest found
2455.61 s
[zlib] Using gcc version 14.3.0 given by user at:
2455.61 s
[zlib] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2455.61 s
[zlib] Using ghc version 9.6.4 found on system at:
2455.61 s
[zlib] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2455.61 s
[zlib] Using ghc-pkg version 9.6.4 found on system at:
2455.61 s
[zlib] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2455.61 s
[zlib] No ghcjs found
2455.61 s
[zlib] No ghcjs-pkg found
2455.61 s
[zlib] No greencard found
2455.61 s
[zlib] Using haddock version 2.29.2 found on system at:
2455.61 s
[zlib] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2455.61 s
[zlib] No happy found
2455.61 s
[zlib] Using haskell-suite found on system at: haskell-suite-dummy-location
2455.61 s
[zlib] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2455.61 s
[zlib] No hmake found
2455.61 s
[zlib] Using hpc version 0.68 found on system at:
2455.61 s
[zlib] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2455.61 s
[zlib] Using hsc2hs version 0.68.9 found on system at:
2455.61 s
[zlib] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2455.61 s
[zlib] Using hscolour version 1.25 found on system at:
2455.61 s
[zlib] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2455.61 s
[zlib] No jhc found
2455.61 s
[zlib] Using ld found on system at:
2455.61 s
[zlib] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2455.61 s
[zlib] Using pkg-config version 0.29.2 found on system at:
2455.61 s
[zlib] /nix/store/284df5f5mq01h1wmsz9grrqzraa3r9vi-pkg-config-wrapper-0.29.2/bin/pkg-config
2455.61 s
[zlib] Using runghc version 9.6.4 found on system at:
2455.61 s
[zlib] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2455.61 s
[zlib] Using strip version 2.44 found on system at:
2455.62 s
[zlib] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2455.62 s
[zlib] Using tar found on system at:
2455.62 s
[zlib] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2455.62 s
[zlib] No uhc found
2455.62 s
[zlib] Phase: buildPhase
2455.62 s
[zlib] Preprocessing library for zlib-0.7.1.0..
2455.62 s
[zlib] Building library for zlib-0.7.1.0..
2455.62 s
[zlib] [1 of 6] Compiling Codec.Compression.Zlib.ByteStringCompat ( Codec/Compression/Zlib/ByteStringCompat.hs, dist/build/Codec/Compression/Zlib/ByteStringCompat.o, dist/build/Codec/Compression/Zlib/ByteStringCompat.dyn_o )
2455.62 s
[cookie] Preprocessing test suite 'test' for cookie-0.5.1..
2455.62 s
[cookie] haddockPhase completed in 30 seconds
2455.62 s
[cookie] Phase: installPhase
2455.62 s
[cookie] Installing library in /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
2455.62 s
[cookie] Phase: fixupPhase
2455.62 s
[cookie] shrinking RPATHs of ELF executables and libraries in /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1
2455.62 s
[cookie] shrinking /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHScookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf-ghc9.6.4.so
2455.62 s
[cookie] checking for references to /build/ in /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1...
2455.62 s
[cookie] patching script interpreter paths in /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1
2455.62 s
[cookie] stripping (with command strip and flags -S -p) in /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/lib
2455.62 s
[cookie] shrinking RPATHs of ELF executables and libraries in /nix/store/kgbz09rvbfqxdlxhizhfn1lhc2vzi63m-cookie-0.5.1-doc
2455.62 s
[cookie] checking for references to /build/ in /nix/store/kgbz09rvbfqxdlxhizhfn1lhc2vzi63m-cookie-0.5.1-doc...
2455.62 s
[cookie] patching script interpreter paths in /nix/store/kgbz09rvbfqxdlxhizhfn1lhc2vzi63m-cookie-0.5.1-doc
2455.62 s
[crypton] Crypto.Cipher.AES=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.AES,Crypto.Cipher.AESGCMSIV=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.AESGCMSIV,Crypto.Cipher.Blowfish=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.Blowfish,Crypto.Cipher.CAST5=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.CAST5,Crypto.Cipher.Camellia=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.Camellia,Crypto.Cipher.ChaCha=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.ChaCha,Crypto.Cipher.ChaChaPoly1305=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.ChaChaPoly1305,Crypto.Cipher.DES=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.DES,Crypto.Cipher.RC4=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.RC4,Crypto.Cipher.Salsa=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.Salsa,Crypto.Cipher.TripleDES=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.TripleDES,Crypto.Cipher.Twofish=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.Twofish,Crypto.Cipher.Types=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.Types,Crypto.Cipher.Utils=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.Utils,Crypto.Cipher.XSalsa=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.XSalsa,Crypto.ConstructHash.MiyaguchiPreneel=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.ConstructHash.MiyaguchiPreneel,Crypto.Data.AFIS=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Data.AFIS,Crypto.Data.Padding=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Data.Padding,Crypto.ECC=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.ECC,Crypto.ECC.Edwards25519=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.ECC.Edwards25519,Crypto.Error=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Error,Crypto.Hash=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Hash,Crypto.Hash.Algorithms=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Hash.Algorithms,Crypto.Hash.IO=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Hash.IO,Crypto.KDF.Argon2=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.KDF.Argon2,Crypto.KDF.BCrypt=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.KDF.BCrypt,Crypto.KDF.BCryptPBKDF=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.KDF.BCryptPBKDF,Crypto.KDF.HKDF=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.KDF.HKDF,Crypto.KDF.PBKDF2=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.KDF.PBKDF2,Crypto.KDF.Scrypt=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.KDF.Scrypt,Crypto.MAC.CMAC=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.MAC.CMAC,Crypto.MAC.HMAC=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.MAC.HMAC,Crypto.MAC.KMAC=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.MAC.KMAC,Crypto.MAC.KeyedBlake2=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.MAC.KeyedBlake2,Crypto.MAC.Poly1305=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.MAC.Poly1305,Crypto.Number.Basic=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Basic,Crypto.Number.F2m=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.F2m,Crypto.Number.Generate=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Generate,Crypto.Number.ModArithmetic=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.ModArithmetic,Crypto.Number.Nat=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Nat,Crypto.Number.Prime=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Prime,Crypto.Number.Serialize=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Serialize,Crypto.Number.Serialize.Internal=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Serialize.Internal,Crypto.Number.Serialize.Internal.LE=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Serialize.Internal.LE,Crypto.Number.Serialize.LE=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Serialize.LE,Crypto.OTP=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.OTP,Crypto.PubKey.Curve25519=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Curve25519,Crypto.PubKey.Curve448=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Curve448,Crypto.PubKey.DH=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.DH,Crypto.PubKey.DSA=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.DSA,Crypto.PubKey.ECC.DH=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECC.DH,Crypto.PubKey.ECC.ECDSA=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECC.ECDSA,Crypto.PubKey.ECC.Generate=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECC.Generate,Crypto.PubKey.ECC.P256=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECC.P256,Crypto.PubKey.ECC.Prim=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECC.Prim,Crypto.PubKey.ECC.Types=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECC.Types,Crypto.PubKey.ECDSA=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECDSA,Crypto.PubKey.ECIES=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECIES,Crypto.PubKey.Ed25519=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Ed25519,Crypto.PubKey.Ed448=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Ed448,Crypto.PubKey.EdDSA=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.EdDSA,Crypto.PubKey.MaskGenFunction=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.MaskGenFunction,Crypto.PubKey.RSA=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.RSA,Crypto.PubKey.RSA.OAEP=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.RSA.OAEP,Crypto.PubKey.RSA.PKCS15=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.RSA.PKCS15,Crypto.PubKey.RSA.PSS=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.RSA.PSS,Crypto.PubKey.RSA.Prim=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.RSA.Prim,Crypto.PubKey.RSA.Types=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.RSA.Types,Crypto.PubKey.Rabin.Basic=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Rabin.Basic,Crypto.PubKey.Rabin.Modified=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Rabin.Modified,Crypto.PubKey.Rabin.OAEP=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Rabin.OAEP,Crypto.PubKey.Rabin.RW=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Rabin.RW,Crypto.PubKey.Rabin.Types=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Rabin.Types,Crypto.Random=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Random,Crypto.Random.Entropy=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Random.Entropy,Crypto.Random.Entropy.Unsafe=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Random.Entropy.Unsafe,Crypto.Random.EntropyPool=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Random.EntropyPool,Crypto.Random.Types=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Random.Types,Crypto.System.CPU=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.System.CPU,Crypto.Tutorial=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Tutorial
2455.62 s
[crypton] unit crypton-1.0.4-DlIemFGe5Tk2mlsJCEoKs0-test-crypton
2455.62 s
[crypton] include base-4.18.2.0
2455.62 s
[crypton] include bytestring-0.11.5.3
2455.62 s
[crypton] include crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
2455.62 s
[crypton] include memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
2455.62 s
[crypton] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2455.62 s
[crypton] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2455.62 s
[crypton] include tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
2455.62 s
[crypton] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2455.62 s
[crypton] Ready component graph:
2455.62 s
[crypton] definite crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
2455.62 s
[crypton] depends base-4.18.2.0
2455.62 s
[crypton] depends basement-0.0.16-DD6H8SGD4AW2EysJRRfDZR
2455.62 s
[crypton] depends bytestring-0.11.5.3
2455.62 s
[crypton] depends deepseq-1.4.8.1
2455.62 s
[crypton] depends ghc-prim-0.10.0
2455.62 s
[crypton] depends integer-gmp-1.1
2455.62 s
[crypton] depends memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
2455.62 s
[crypton] definite crypton-1.0.4-DlIemFGe5Tk2mlsJCEoKs0-test-crypton
2455.62 s
[crypton] depends base-4.18.2.0
2455.62 s
[crypton] depends bytestring-0.11.5.3
2455.62 s
[crypton] depends crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
2455.62 s
[crypton] depends memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
2455.62 s
[crypton] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2455.62 s
[crypton] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2455.62 s
[crypton] depends tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
2455.62 s
[crypton] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2455.62 s
[crypton] Using Cabal-3.10.1.0 compiled by ghc-9.6
2455.62 s
[crypton] Using compiler: ghc-9.6.4
2455.62 s
[crypton] Using install prefix:
2455.62 s
[crypton] /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4
2455.62 s
[crypton] Executables installed in:
2455.63 s
[crypton] /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/bin
2455.63 s
[crypton] Libraries installed in:
2455.63 s
[doctest] [14 of 25] Compiling Test.DocTest.Internal.Location ( src/Test/DocTest/Internal/Location.hs, dist/build/Test/DocTest/Internal/Location.p_o )
2455.63 s
[doctest] [15 of 25] Compiling Util ( src/Util.hs, dist/build/Util.p_o )
2455.63 s
[doctest] [16 of 25] Compiling Extract ( src/Extract.hs, dist/build/Extract.p_o )
2455.63 s
[doctest] [17 of 25] Compiling Test.DocTest.Internal.Extract ( src/Test/DocTest/Internal/Extract.hs, dist/build/Test/DocTest/Internal/Extract.p_o )
2455.63 s
[doctest] [18 of 25] Compiling Parse ( src/Parse.hs, dist/build/Parse.p_o )
2455.63 s
[doctest] [19 of 25] Compiling Test.DocTest.Internal.Parse ( src/Test/DocTest/Internal/Parse.hs, dist/build/Test/DocTest/Internal/Parse.p_o )
2455.63 s
[doctest] [20 of 25] Compiling Runner.Example ( src/Runner/Example.hs, dist/build/Runner/Example.p_o )
2455.63 s
[doctest] [21 of 25] Compiling Property ( src/Property.hs, dist/build/Property.p_o )
2455.63 s
[doctest] [22 of 25] Compiling Runner ( src/Runner.hs, dist/build/Runner.p_o )
2455.63 s
[doctest] [23 of 25] Compiling Run ( src/Run.hs, dist/build/Run.p_o )
2455.63 s
[doctest] [24 of 25] Compiling Test.DocTest.Internal.Run ( src/Test/DocTest/Internal/Run.hs, dist/build/Test/DocTest/Internal/Run.p_o )
2455.63 s
[doctest] [25 of 25] Compiling Test.DocTest ( src/Test/DocTest.hs, dist/build/Test/DocTest.p_o )
2455.63 s
[generic-deriving] [9 of 9] Linking dist/build/spec/spec
2455.63 s
[generic-deriving] buildPhase completed in 3 minutes 37 seconds
2455.63 s
[generic-deriving] Phase: checkPhase
2455.63 s
[generic-deriving] Running 1 test suites...
2455.63 s
[generic-deriving] Test suite spec: RUNNING...
2455.63 s
[generic-deriving]
2455.63 s
[generic-deriving] Default
2455.63 s
[generic-deriving] DerivingVia Default
2455.63 s
[generic-deriving] GEq is commutative for derivingVia (Default MyType) [✔]
2455.63 s
[generic-deriving] GShow for MyType is like Show for Bool with derivingVia (Default MyType) but prefixed with 'MyType ' [✔]
2455.63 s
[generic-deriving] GEq is commutative for parameterized derivingVia (Default (MyType1 Bool)) [✔]
2455.63 s
[generic-deriving] GShow for MyType1 Bool is like Show for Bool with derivingVia (Default (MyType1 Bool)) but prefixed with 'MyType1 ' [✔]
2455.63 s
[generic-deriving] GEq is commutative for derivingVia (Default Bool) [✔]
2455.63 s
[generic-deriving] GENum is correct for derivingVia (Default Bool) [✔]
2455.63 s
[generic-deriving] GShow for TestShow is the same as Show for Bool with derivingVia (Default Bool) [✔]
2455.63 s
[generic-deriving] GSemigroup is like First when instantiated with derivingVia (First Bool) [✔]
2455.63 s
[generic-deriving] GFoldable with derivingVia (Default1 Option) acts like mconcat with Maybe (First Bool) [✔]
2455.63 s
[generic-deriving] +++ OK, passed 100 tests.
2455.63 s
[generic-deriving] GFunctor for TestFunctor Bool is as Functor for Maybe Bool [✔]
2455.63 s
[generic-deriving] Example
2455.63 s
[generic-deriving] [] and Maybe tests
2455.63 s
[generic-deriving] gshow hList [✔]
2455.63 s
[generic-deriving] gshow (children maybe2) [✔]
2455.63 s
[generic-deriving] gshow (transform (const "abc") []) [✔]
2455.63 s
[generic-deriving] gshow (transform double hList) [✔]
2455.63 s
[generic-deriving] gshow (geq hList hList) [✔]
2455.63 s
[generic-deriving] gshow (geq maybe1 maybe2) [✔]
2455.63 s
[generic-deriving] gshow (take 5 genum) [✔]
2455.63 s
[generic-deriving] gshow (take 15 genum) [✔]
2455.63 s
[generic-deriving] gshow (range ([0], [1])) [✔]
2455.63 s
[generic-deriving] gshow (inRange ([0], [3,5]) hList) [✔]
2455.63 s
[generic-deriving] Tests for Tree
2455.63 s
[generic-deriving] gshow tree [✔]
2455.63 s
[generic-deriving] gshow (children tree) [✔]
2455.63 s
[generic-deriving] gshow (descend (descend (\_ -> Branch 0 Empty Empty)) tree) [✔]
2455.63 s
[generic-deriving] gshow (context tree [Branch 1 Empty Empty,Empty]) [✔]
2455.63 s
[generic-deriving] gshow (transform upgradeTree tree) [✔]
2455.63 s
[generic-deriving] gshow (take 10 genum) [✔]
2455.63 s
[generic-deriving] Tests for List
2455.63 s
[generic-deriving] gshow (gmap fromEnum list) [✔]
2455.63 s
[generic-deriving] gshow (gmap gshow listlist) [✔]
2455.63 s
[generic-deriving] gshow list [✔]
2455.63 s
[generic-deriving] gshow listlist [✔]
2455.63 s
[generic-deriving] gshow (children list) [✔]
2455.64 s
[generic-deriving] gshow (children listlist) [✔]
2455.64 s
[generic-deriving] Tests for Rose
2455.64 s
[generic-deriving] gshow rose1 [✔]
2455.64 s
[generic-deriving] gshow (gmap gshow rose1) [✔]
2455.64 s
[generic-deriving] Tests for GRose
2455.64 s
[generic-deriving] gshow grose1 [✔]
2455.64 s
[generic-deriving] gshow (gmap gshow grose1) [✔]
2455.64 s
[generic-deriving] Tests for Either
2455.64 s
[generic-deriving] gshow either1 [✔]
2455.64 s
[generic-deriving] gshow (gmap gshow either1) [✔]
2455.64 s
[generic-deriving] Tests for Nested
2455.64 s
[generic-deriving] gshow nested [✔]
2455.64 s
[generic-deriving] gshow (gmap gshow nested) [✔]
2455.64 s
[generic-deriving] Tests for Bush
2455.64 s
[generic-deriving] gshow bush1 [✔]
2455.64 s
[generic-deriving] gshow (gmap gshow bush1) [✔]
2455.64 s
[generic-deriving] TypeInType
2455.64 s
[generic-deriving] TyCon Bool 'False 'True
2455.64 s
[generic-deriving] has an appropriately kinded Generic1 instance [✔]
2455.64 s
[generic-deriving] TyFam Bool 'False 'True
2455.64 s
[generic-deriving] has an appropriately kinded Generic1 instance [✔]
2455.64 s
[generic-deriving]
2455.64 s
[generic-deriving] Finished in 0.0306 seconds
2455.64 s
[generic-deriving] 44 examples, 0 failures
2455.64 s
[generic-deriving] Test suite spec: PASS
2455.64 s
[generic-deriving] Test suite logged to: dist/test/generic-deriving-1.14.6-spec.log
2455.64 s
[generic-deriving] 1 of 1 test suites (1 of 1 test cases) passed.
2455.64 s
[generic-deriving] Phase: haddockPhase
2455.64 s
[generic-deriving] Preprocessing library for generic-deriving-1.14.6..
2455.64 s
[generic-deriving] Running Haddock on library for generic-deriving-1.14.6..
2455.64 s
[generic-deriving] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2455.65 s
[generic-deriving] 0% ( 0 / 1) in 'Generics.Deriving.Instances'
2455.65 s
[generic-deriving] Missing documentation for:
2455.65 s
[generic-deriving] Module header
2455.65 s
[generic-deriving] 50% ( 1 / 2) in 'Generics.Deriving.Base'
2455.65 s
[generic-deriving] Missing documentation for:
2455.65 s
[generic-deriving] Module header
2455.65 s
[generic-deriving] 42% ( 3 / 7) in 'Generics.Deriving.Functor'
2455.65 s
[generic-deriving] Missing documentation for:
2455.65 s
[generic-deriving] Module header
2455.65 s
[generic-deriving] GFunctor (src/Generics/Deriving/Functor.hs:92)
2455.65 s
[generic-deriving] gmapdefault (src/Generics/Deriving/Functor.hs:98)
2455.65 s
[generic-deriving] GFunctor' (src/Generics/Deriving/Functor.hs:43)
2455.65 s
[generic-deriving] 16% ( 4 / 24) in 'Generics.Deriving.Foldable'
2455.65 s
[generic-deriving] Missing documentation for:
2455.65 s
[generic-deriving] Module header
2455.65 s
[generic-deriving] GFoldable (src/Generics/Deriving/Foldable.hs:108)
2455.65 s
[generic-deriving] gfoldMapdefault (src/Generics/Deriving/Foldable.hs:145)
2455.65 s
[generic-deriving] gtoList (src/Generics/Deriving/Foldable.hs:222)
2455.65 s
[generic-deriving] gconcat (src/Generics/Deriving/Foldable.hs:225)
2455.65 s
[generic-deriving] gconcatMap (src/Generics/Deriving/Foldable.hs:228)
2455.65 s
[generic-deriving] gand (src/Generics/Deriving/Foldable.hs:231)
2455.65 s
[generic-deriving] gor (src/Generics/Deriving/Foldable.hs:234)
2455.65 s
[generic-deriving] gany (src/Generics/Deriving/Foldable.hs:237)
2455.65 s
[generic-deriving] gall (src/Generics/Deriving/Foldable.hs:240)
2455.65 s
[generic-deriving] gsum (src/Generics/Deriving/Foldable.hs:243)
2455.65 s
[hashable] [2 of 4] Compiling Regress.Mmap ( dist/build/hashable-tests/hashable-tests-tmp/Regress/Mmap.hs, dist/build/hashable-tests/hashable-tests-tmp/Regress/Mmap.o )
2455.65 s
[hashable] [3 of 4] Compiling Regress ( tests/Regress.hs, dist/build/hashable-tests/hashable-tests-tmp/Regress.o )
2455.65 s
[hashable] [4 of 4] Compiling Main ( tests/Main.hs, dist/build/hashable-tests/hashable-tests-tmp/Main.o )
2455.65 s
[hashable] [5 of 5] Linking dist/build/hashable-tests/hashable-tests
2455.65 s
[hashable] Preprocessing test suite 'xxhash-tests' for hashable-1.4.7.0..
2455.65 s
[hashable] Building test suite 'xxhash-tests' for hashable-1.4.7.0..
2455.65 s
[hashable] [1 of 3] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/xxhash-tests/xxhash-tests-tmp/Data/Hashable/FFI.o )
2455.65 s
[hashable] [2 of 3] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/xxhash-tests/xxhash-tests-tmp/Data/Hashable/XXH3.o )
2455.65 s
[hashable] [3 of 3] Compiling Main ( tests/xxhash-tests.hs, dist/build/xxhash-tests/xxhash-tests-tmp/Main.o )
2455.65 s
[hashable] [4 of 4] Linking dist/build/xxhash-tests/xxhash-tests
2455.65 s
[hashable] Preprocessing test suite 'hashable-examples' for hashable-1.4.7.0..
2455.65 s
[hashable] Building test suite 'hashable-examples' for hashable-1.4.7.0..
2455.65 s
[hashable] [1 of 1] Compiling Main ( examples/Main.hs, dist/build/hashable-examples/hashable-examples-tmp/Main.o )
2455.65 s
[haskell-src-exts] hiding_name (src/Language/Haskell/Exts/Syntax.hs:1040)
2455.65 s
[haskell-src-exts] minus_name (src/Language/Haskell/Exts/Syntax.hs:1040)
2455.65 s
[haskell-src-exts] bang_name (src/Language/Haskell/Exts/Syntax.hs:1040)
2455.65 s
[haskell-src-exts] dot_name (src/Language/Haskell/Exts/Syntax.hs:1040)
2455.65 s
[haskell-src-exts] star_name (src/Language/Haskell/Exts/Syntax.hs:1040)
2455.65 s
[haskell-src-exts] export_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] safe_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] unsafe_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] interruptible_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] threadsafe_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] stdcall_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] ccall_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] cplusplus_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] dotnet_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] jvm_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] js_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] javascript_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] capi_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] forall_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] family_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] role_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] hole_name (src/Language/Haskell/Exts/Syntax.hs:1049)
2455.65 s
[haskell-src-exts] stock_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] anyclass_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] via_name (src/Language/Haskell/Exts/Syntax.hs:1052)
2455.65 s
[haskell-src-exts] unit_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1076)
2455.65 s
[haskell-src-exts] fun_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1076)
2455.65 s
[haskell-src-exts] list_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1076)
2455.65 s
[haskell-src-exts] tuple_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1082)
2455.65 s
[haskell-src-exts] unboxed_singleton_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1076)
2455.65 s
[haskell-src-exts] unit_tycon (src/Language/Haskell/Exts/Syntax.hs:1085)
2455.65 s
[haskell-src-exts] fun_tycon (src/Language/Haskell/Exts/Syntax.hs:1085)
2455.65 s
[haskell-src-exts] list_tycon (src/Language/Haskell/Exts/Syntax.hs:1085)
2455.65 s
[haskell-src-exts] tuple_tycon (src/Language/Haskell/Exts/Syntax.hs:1091)
2455.65 s
[haskell-src-exts] unboxed_singleton_tycon (src/Language/Haskell/Exts/Syntax.hs:1085)
2455.65 s
[haskell-src-exts] 94% ( 17 / 18) in 'Language.Haskell.Exts.Pretty'
2455.65 s
[haskell-src-exts] Missing documentation for:
2455.66 s
[haskell-src-exts] Indent (src/Language/Haskell/Exts/Pretty.hs:58)
2455.66 s
[haskell-src-exts]
2455.66 s
[haskell-src-exts] src/Language/Haskell/Exts/Pretty.hs:119:9: warning : [ -Wnoncanonical-monad-instances ]
2455.66 s
[haskell-src-exts] Noncanonical ‘(>>)’ definition detected
2455.66 s
[haskell-src-exts] in the instance declaration for ‘Monad (DocM s)’.
2455.66 s
[haskell-src-exts] ‘(>>)’ will eventually be removed in favour of ‘(*>)’
2455.66 s
[haskell-src-exts] Either remove definition for ‘(>>)’ (recommended) or define as ‘(>>) = (*>)’
2455.66 s
[haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2455.66 s
[haskell-src-exts] |
2455.66 s
[haskell-src-exts] 119 | (>>) = then_DocM
2455.66 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^
2455.66 s
[haskell-src-exts]
2455.66 s
[haskell-src-exts] src/Language/Haskell/Exts/Pretty.hs:120:9: warning : [ -Wnoncanonical-monad-instances ]
2455.66 s
[haskell-src-exts] Noncanonical ‘return’ definition detected
2455.66 s
[haskell-src-exts] in the instance declaration for ‘Monad (DocM s)’.
2455.66 s
[haskell-src-exts] ‘return’ will eventually be removed in favour of ‘pure’
2455.66 s
[haskell-src-exts] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2455.66 s
[haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2455.66 s
[haskell-src-exts] |
2455.66 s
[haskell-src-exts] 120 | return = retDocM
2455.66 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^
2455.66 s
[haskell-src-exts] 75% ( 9 / 12) in 'Language.Haskell.Exts.Fixity'
2455.66 s
[haskell-src-exts] Missing documentation for:
2455.66 s
[haskell-src-exts] infix_ (src/Language/Haskell/Exts/Fixity.hs:185)
2455.66 s
[haskell-src-exts] infixl_ (src/Language/Haskell/Exts/Fixity.hs:185)
2455.66 s
[haskell-src-exts] infixr_ (src/Language/Haskell/Exts/Fixity.hs:185)
2455.66 s
[haskell-src-exts] 100% ( 4 / 4) in 'Language.Haskell.Exts.Comments'
2455.66 s
[haskell-src-exts] Warning: 'Prelude' is out of scope.
2455.66 s
[haskell-src-exts] If you qualify the identifier, haddock can try to link it anyway.
2455.66 s
[haskell-src-exts]
2455.66 s
[hourglass] [ 4 of 17] Compiling Data.Hourglass.Types ( Data/Hourglass/Types.hs, dist/build/Data/Hourglass/Types.p_o )
2455.66 s
[hourglass] [ 5 of 17] Compiling Data.Hourglass.Internal.Unix ( Data/Hourglass/Internal/Unix.hs, dist/build/Data/Hourglass/Internal/Unix.p_o )
2455.66 s
[hourglass]
2455.66 s
[hourglass] Data/Hourglass/Internal/Unix.hs:24:1: warning : [ -Wunused-imports ]
2455.66 s
[hourglass] The import of ‘Control.Applicative’ is redundant
2455.66 s
[hourglass] except perhaps to import instances from ‘Control.Applicative’
2455.66 s
[hourglass] To import instances alone, use: import Control.Applicative()
2455.66 s
[hourglass] |
2455.66 s
[hourglass] 24 | import Control.Applicative
2455.66 s
[hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2455.66 s
[hourglass] [ 6 of 17] Compiling Data.Hourglass.Internal ( Data/Hourglass/Internal.hs, dist/build/Data/Hourglass/Internal.p_o )
2455.66 s
[hourglass] [ 7 of 17] Compiling Data.Hourglass.Calendar ( Data/Hourglass/Calendar.hs, dist/build/Data/Hourglass/Calendar.p_o )
2455.66 s
[hourglass] [ 8 of 17] Compiling Data.Hourglass.Diff ( Data/Hourglass/Diff.hs, dist/build/Data/Hourglass/Diff.p_o )
2455.66 s
[hourglass]
2455.66 s
[hourglass] Data/Hourglass/Diff.hs:23:1: warning : [ -Wunused-imports ]
2455.66 s
[hourglass] The import of ‘Data.Monoid’ is redundant
2455.66 s
[hourglass] except perhaps to import instances from ‘Data.Monoid’
2455.66 s
[hourglass] To import instances alone, use: import Data.Monoid()
2455.66 s
[hourglass] |
2455.66 s
[hourglass] 23 | import Data.Monoid
2455.66 s
[hourglass] | ^^^^^^^^^^^^^^^^^^
2455.66 s
[hourglass]
2455.66 s
[hourglass] Data/Hourglass/Diff.hs:49:5: warning : [ -Wnoncanonical-monoid-instances ]
2455.66 s
[hourglass] Noncanonical ‘mappend’ definition detected
2455.66 s
[hourglass] in the instance declaration for ‘Monoid Period’.
2455.66 s
[hourglass] ‘mappend’ will eventually be removed in favour of ‘(<>)’
2455.66 s
[hourglass] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
2455.66 s
[hourglass] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
2455.66 s
[hourglass] |
2455.66 s
[hourglass] 49 | mappend (Period y1 m1 d1) (Period y2 m2 d2) =
2455.66 s
[hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2455.66 s
[hourglass]
2455.66 s
[hourglass] Data/Hourglass/Diff.hs:70:5: warning : [ -Wnoncanonical-monoid-instances ]
2455.66 s
[hourglass] Noncanonical ‘mappend’ definition detected
2455.66 s
[hourglass] in the instance declaration for ‘Monoid Duration’.
2455.66 s
[hourglass] ‘mappend’ will eventually be removed in favour of ‘(<>)’
2455.66 s
[hourglass] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
2455.66 s
[hourglass] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
2455.66 s
[hourglass] |
2455.66 s
[hourglass] 70 | mappend (Duration h1 m1 s1 ns1) (Duration h2 m2 s2 ns2) =
2455.66 s
[hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2455.66 s
[hourglass] [ 9 of 17] Compiling Data.Hourglass.Time ( Data/Hourglass/Time.hs, dist/build/Data/Hourglass/Time.p_o )
2455.66 s
[hourglass] [10 of 17] Compiling Data.Hourglass.Epoch ( Data/Hourglass/Epoch.hs, dist/build/Data/Hourglass/Epoch.p_o )
2455.66 s
[hourglass] [11 of 17] Compiling Data.Hourglass.Local ( Data/Hourglass/Local.hs, dist/build/Data/Hourglass/Local.p_o )
2455.66 s
[hourglass] [12 of 17] Compiling Time.System ( Time/System.hs, dist/build/Time/System.p_o )
2455.66 s
[hourglass]
2455.66 s
[hourglass] Time/System.hs:23:1: warning : [ -Wunused-imports ]
2455.67 s
[hourglass] The import of ‘Control.Applicative’ is redundant
2455.67 s
[hourglass] except perhaps to import instances from ‘Control.Applicative’
2455.67 s
[hourglass] To import instances alone, use: import Control.Applicative()
2455.67 s
[hourglass] |
2455.67 s
[hourglass] 23 | import Control.Applicative
2455.67 s
[hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2455.67 s
[hourglass] [13 of 17] Compiling System.Hourglass ( System/Hourglass.hs, dist/build/System/Hourglass.p_o )
2455.67 s
[hourglass] [14 of 17] Compiling Data.Hourglass.Format ( Data/Hourglass/Format.hs, dist/build/Data/Hourglass/Format.p_o )
2455.67 s
[integer-conversion] Documentation created: dist/doc/html/integer-conversion/index.html,
2455.67 s
[integer-conversion] dist/doc/html/integer-conversion/integer-conversion.txt
2455.67 s
[integer-conversion] Preprocessing test suite 'integer-conversion-tests' for integer-conversion-0.1.1..
2455.67 s
[integer-conversion] haddockPhase completed in 31 seconds
2455.67 s
[integer-conversion] Phase: installPhase
2455.67 s
[integer-conversion] Installing library in /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
2455.67 s
[integer-conversion] Phase: fixupPhase
2455.67 s
[integer-conversion] shrinking RPATHs of ELF executables and libraries in /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1
2455.67 s
[integer-conversion] shrinking /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSinteger-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM-ghc9.6.4.so
2455.67 s
[integer-conversion] checking for references to /build/ in /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1...
2455.67 s
[integer-conversion] patching script interpreter paths in /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1
2455.67 s
[integer-conversion] stripping (with command strip and flags -S -p) in /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/lib
2455.67 s
[integer-conversion] shrinking RPATHs of ELF executables and libraries in /nix/store/2kfjiwy2sj6nq7i2wa09r3i01qp3x50y-integer-conversion-0.1.1-doc
2455.67 s
[integer-conversion] checking for references to /build/ in /nix/store/2kfjiwy2sj6nq7i2wa09r3i01qp3x50y-integer-conversion-0.1.1-doc...
2455.67 s
[integer-conversion] patching script interpreter paths in /nix/store/2kfjiwy2sj6nq7i2wa09r3i01qp3x50y-integer-conversion-0.1.1-doc
2455.67 s
[monad-control] Phase: setupCompilerEnvironmentPhase
2455.67 s
[monad-control] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2455.67 s
[monad-control] Phase: unpackPhase
2455.67 s
[monad-control] unpacking source archive /nix/store/396b43ags6h9xxjjcz1ykx39qy5hxywi-monad-control-1.0.3.1.tar.gz
2455.67 s
[monad-control] source root is monad-control-1.0.3.1
2455.67 s
[monad-control] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "monad-control-1.0.3.1/src/Control/Monad/Trans/Control.hs"
2455.67 s
[monad-control] Phase: patchPhase
2455.67 s
[monad-control] Phase: compileBuildDriverPhase
2455.67 s
[monad-control] setupCompileFlags: -package-db=/build/tmp.rQKRikepXc/setup-package.conf.d -threaded
2455.67 s
[monad-control] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.rQKRikepXc/Main.o )
2455.67 s
[monad-control] [2 of 2] Linking Setup
2455.67 s
[monad-control] Phase: updateAutotoolsGnuConfigScriptsPhase
2455.67 s
[monad-control] Phase: configurePhase
2455.67 s
[monad-control] configureFlags: --verbose --prefix=/nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/mmqf74fp2d0a4rmc4y81rj897k010pvg-monad-control-1.0.3.1-doc/share/doc/monad-control-1.0.3.1 --with-gcc=gcc --package-db=/build/tmp.rQKRikepXc/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2455.67 s
[monad-control] Using Parsec parser
2455.67 s
[monad-control] Configuring monad-control-1.0.3.1...
2455.67 s
[monad-control] Dependency base >=4.5 && <5: using base-4.18.2.0
2455.67 s
[monad-control] Dependency stm >=2.3 && <3: using stm-2.5.1.0
2455.67 s
[monad-control] Dependency transformers >=0.2 && <0.7: using transformers-0.6.1.0
2455.67 s
[monad-control] Dependency transformers-base >=0.4.4 && <0.5: using transformers-base-0.4.6
2455.67 s
[monad-control] Dependency transformers-compat >=0.3 && <0.8: using transformers-compat-0.7.2
2455.67 s
[monad-control] Source component graph: component lib
2455.67 s
[monad-control] Configured component graph:
2455.68 s
[monad-control] component monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2455.68 s
[monad-control] include base-4.18.2.0
2455.68 s
[monad-control] include stm-2.5.1.0
2455.68 s
[monad-control] include transformers-0.6.1.0
2455.68 s
[monad-control] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
2455.68 s
[monad-control] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
2455.68 s
[monad-control] Linked component graph:
2455.68 s
[monad-control] unit monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2455.68 s
[monad-control] include base-4.18.2.0
2455.68 s
[monad-control] include stm-2.5.1.0
2455.68 s
[monad-control] include transformers-0.6.1.0
2455.68 s
[monad-control] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
2455.68 s
[monad-control] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
2455.68 s
[monad-control] Control.Monad.Trans.Control=monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI:Control.Monad.Trans.Control
2455.68 s
[monad-control] Ready component graph:
2455.68 s
[monad-control] definite monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2455.68 s
[monad-control] depends base-4.18.2.0
2455.68 s
[monad-control] depends stm-2.5.1.0
2455.68 s
[monad-control] depends transformers-0.6.1.0
2455.68 s
[monad-control] depends transformers-base-0.4.6-5k145cGgioO865g11CxlME
2455.68 s
[monad-control] depends transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
2455.68 s
[monad-control] Using Cabal-3.10.1.0 compiled by ghc-9.6
2455.68 s
[monad-control] Using compiler: ghc-9.6.4
2455.69 s
[monad-control] Using install prefix:
2455.69 s
[monad-control] /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1
2455.69 s
[monad-control] Executables installed in:
2455.69 s
[monad-control] /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/bin
2455.69 s
[monad-control] Libraries installed in:
2455.69 s
[monad-control] /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2455.69 s
[network] Documentation created: dist/doc/html/network/index.html,
2455.69 s
[network] dist/doc/html/network/network.txt
2455.69 s
[network] Preprocessing test suite 'spec' for network-3.2.7.0..
2455.69 s
[network] haddockPhase completed in 50 seconds
2455.69 s
[network] Phase: installPhase
2455.69 s
[network] Installing library in /nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2455.69 s
[network] Phase: fixupPhase
2455.69 s
[network] shrinking RPATHs of ELF executables and libraries in /nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0
2455.69 s
[network] shrinking /nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSnetwork-3.2.7.0-ECECM88u90y5Hp4q8JjOA9-ghc9.6.4.so
2455.69 s
[network] checking for references to /build/ in /nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0...
2455.69 s
[network] patching script interpreter paths in /nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0
2455.69 s
[network] stripping (with command strip and flags -S -p) in /nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0/lib
2455.69 s
[network] shrinking RPATHs of ELF executables and libraries in /nix/store/q4qqa4d89i9vc5nh4vfa9j918kds1107-network-3.2.7.0-doc
2455.69 s
[network] checking for references to /build/ in /nix/store/q4qqa4d89i9vc5nh4vfa9j918kds1107-network-3.2.7.0-doc...
2455.69 s
[network] patching script interpreter paths in /nix/store/q4qqa4d89i9vc5nh4vfa9j918kds1107-network-3.2.7.0-doc
2455.69 s
[network-uri] [2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, dist/build/Network/URI/Lens.o, dist/build/Network/URI/Lens.dyn_o )
2455.69 s
[network-uri] [3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, dist/build/Network/URI/Static.o, dist/build/Network/URI/Static.dyn_o )
2455.69 s
[network-uri] [1 of 3] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.p_o )
2455.69 s
[th-reify-many] Phase: setupCompilerEnvironmentPhase
2455.69 s
[th-reify-many] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2455.69 s
[th-reify-many] Phase: unpackPhase
2455.69 s
[th-reify-many] unpacking source archive /nix/store/0nm9527rmsd90pr1r38bhm4wqc51j43z-th-reify-many-0.1.10.tar.gz
2455.69 s
[th-reify-many] source root is th-reify-many-0.1.10
2455.69 s
[th-reify-many] setting SOURCE_DATE_EPOCH to timestamp 1630891237 of file "th-reify-many-0.1.10/th-reify-many.cabal"
2455.69 s
[th-reify-many] Phase: patchPhase
2455.69 s
[th-reify-many] Phase: compileBuildDriverPhase
2455.70 s
[th-reify-many] setupCompileFlags: -package-db=/build/tmp.HSZ9GSZsF2/setup-package.conf.d -threaded
2455.70 s
[th-reify-many] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.HSZ9GSZsF2/Main.o )
2455.70 s
[th-reify-many] [2 of 2] Linking Setup
2455.70 s
[th-reify-many] Phase: updateAutotoolsGnuConfigScriptsPhase
2455.70 s
[th-reify-many] Phase: configurePhase
2455.70 s
[th-reify-many] configureFlags: --verbose --prefix=/nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/pljnlz1s3sawdmmxmj1vbabf5d6g9vd5-th-reify-many-0.1.10-doc/share/doc/th-reify-many-0.1.10 --with-gcc=gcc --package-db=/build/tmp.HSZ9GSZsF2/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2455.70 s
[th-reify-many] Using Parsec parser
2455.70 s
[th-reify-many] Configuring th-reify-many-0.1.10...
2455.70 s
[th-reify-many] Dependency base >=4 && <5: using base-4.18.2.0
2455.70 s
[th-reify-many] Dependency containers: using containers-0.6.7
2455.70 s
[th-reify-many] Dependency mtl: using mtl-2.3.1
2455.70 s
[th-reify-many] Dependency safe: using safe-0.3.21
2455.70 s
[th-reify-many] Dependency template-haskell >=2.5.0.0: using template-haskell-2.20.0.0
2455.70 s
[th-reify-many] Dependency th-expand-syns: using th-expand-syns-0.4.12.0
2455.70 s
[th-reify-many] Dependency base: using base-4.18.2.0
2455.70 s
[th-reify-many] Dependency template-haskell: using template-haskell-2.20.0.0
2455.70 s
[th-reify-many] Dependency th-reify-many: using th-reify-many-0.1.10
2455.70 s
[th-reify-many] Source component graph:
2455.70 s
[th-reify-many] component lib
2455.70 s
[th-reify-many] component test:test dependency lib
2455.70 s
[th-reify-many] Configured component graph:
2455.70 s
[th-reify-many] component th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
2455.70 s
[th-reify-many] include base-4.18.2.0
2455.70 s
[th-reify-many] include containers-0.6.7
2455.71 s
[th-reify-many] include mtl-2.3.1
2455.71 s
[th-reify-many] include safe-0.3.21-44lIWTSVWX58KGqMrrSC5W
2455.71 s
[th-reify-many] include template-haskell-2.20.0.0
2455.71 s
[th-reify-many] include th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
2455.71 s
[th-reify-many] component th-reify-many-0.1.10-DNNcNf5DdhQLJ4zeAWPItn-test
2455.71 s
[th-reify-many] include base-4.18.2.0
2455.71 s
[th-reify-many] include template-haskell-2.20.0.0
2455.71 s
[th-reify-many] include th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
2455.71 s
[th-reify-many] Linked component graph:
2455.71 s
[th-reify-many] unit th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
2455.71 s
[th-reify-many] include base-4.18.2.0
2455.71 s
[th-reify-many] include containers-0.6.7
2455.71 s
[th-reify-many] include mtl-2.3.1
2455.71 s
[th-reify-many] include safe-0.3.21-44lIWTSVWX58KGqMrrSC5W
2455.71 s
[th-reify-many] include template-haskell-2.20.0.0
2455.71 s
[th-reify-many] include th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
2455.71 s
[th-reify-many] Language.Haskell.TH.ReifyMany=th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4:Language.Haskell.TH.ReifyMany,Language.Haskell.TH.ReifyMany.Internal=th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4:Language.Haskell.TH.ReifyMany.Internal
2455.71 s
[th-reify-many] unit th-reify-many-0.1.10-DNNcNf5DdhQLJ4zeAWPItn-test
2455.71 s
[th-reify-many] include base-4.18.2.0
2455.71 s
[th-reify-many] include template-haskell-2.20.0.0
2455.71 s
[th-reify-many] include th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
2455.71 s
[th-reify-many] Ready component graph:
2455.71 s
[th-reify-many] definite th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
2455.71 s
[validity] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/validity-test/validity-test-tmp/Main.o )
2455.71 s
[validity] [3 of 3] Compiling Paths_validity ( dist/build/validity-test/autogen/Paths_validity.hs, dist/build/validity-test/validity-test-tmp/Paths_validity.o )
2455.71 s
[validity] [4 of 4] Linking dist/build/validity-test/validity-test
2455.71 s
[validity] buildPhase completed in 38 seconds
2455.71 s
[validity] Phase: checkPhase
2455.71 s
[validity] Running 1 test suites...
2455.71 s
[validity] Test suite validity-test: RUNNING...
2455.71 s
[validity]
2455.71 s
[validity] Data.Validity
2455.71 s
[validity] Small numbers
2455.71 s
[validity] Validity Int8
2455.71 s
[validity] Says that minBound is valid [✔]
2455.71 s
[validity] Says that maxBound is valid [✔]
2455.71 s
[validity] Validity Int16
2455.71 s
[validity] Says that minBound is valid [✔]
2455.71 s
[validity] Says that maxBound is valid [✔]
2455.71 s
[validity] Validity Int32
2455.71 s
[validity] Says that minBound is valid [✔]
2455.72 s
[validity] Says that maxBound is valid [✔]
2455.72 s
[validity] Validity Word8
2455.72 s
[validity] Says that minBound is valid [✔]
2455.72 s
[validity] Says that maxBound is valid [✔]
2455.72 s
[validity] Validity Word16
2455.72 s
[validity] Says that minBound is valid [✔]
2455.72 s
[validity] Says that maxBound is valid [✔]
2455.72 s
[validity] Validity Word32
2455.72 s
[validity] Says that minBound is valid [✔]
2455.72 s
[validity] Says that maxBound is valid [✔]
2455.72 s
[validity] Chars
2455.72 s
[validity] Small
2455.72 s
[validity] Validity Char
2455.72 s
[validity] Says that minBound is valid [✔]
2455.72 s
[validity] Says that maxBound is valid [✔]
2455.72 s
[validity] Says that 2147483647 is invalid [✔]
2455.72 s
[validity] Says that a negative char is invalid [✔]
2455.72 s
[validity] Says that a very positive char is invalid [✔]
2455.72 s
[validity] Says that a very negative char is invalid [✔]
2455.72 s
[validity] Weird
2455.72 s
[validity] isUtf16SurrogateCodePoint
2455.72 s
[validity] Says that a is a valid char [✔]
2455.72 s
[validity] Says that \55810 is an invalid char [✔]
2455.72 s
[validity] validateCharNotUtf16SurrogateCodePoint
2455.72 s
[validity] Says that a is a valid char [✔]
2455.72 s
[validity] Says that \55810 is an invalid char [✔]
2455.72 s
[validity] Lines
2455.72 s
[validity] isLineSeparator
2455.72 s
[validity] Says that a is not a line separator [✔]
2455.72 s
[validity] Says that '\n' is a line separator [✔]
2455.72 s
[validity] Says that '\r' is a line separator [✔]
2455.72 s
[validity] validateCharNotLineSeparator
2455.72 s
[validity] Says that a is not a line separator [✔]
2455.72 s
[validity] Says that '\n' is a line separator [✔]
2455.72 s
[validity] Says that '\r' is a line separator [✔]
2455.72 s
[validity] isSingleLine
2455.73 s
[validity] says that "abc" is a single line [✔]
2455.73 s
[validity] says that "d
2455.73 s
[validity] e" is a single line [✔]
2455.73 s
[validity] validateStringSingleLine
2455.73 s
[validity] says that "abc" is a single line [✔]
2455.73 s
[validity] says that "d
2455.73 s
[validity] e" is a single line [✔]
2455.73 s
[validity] Ratio
2455.73 s
[validity] says that 0 is valid [✔]
2455.73 s
[validity] says that 1 is valid [✔]
2455.73 s
[validity] says that minBound is valid [✔]
2455.73 s
[validity] says that maxBound is valid [✔]
2455.73 s
[validity] says that maxBound / minBound is invalid [✔]
2455.73 s
[validity] says that minBound / maxBound is invalid [✔]
2455.73 s
[validity] says that minBound / 2957808295740799111 is valid [✔]
2455.73 s
[validity] NormalisedRatio
2455.73 s
[validity] says that NaN is invalid [✔]
2455.73 s
[validity] says that +Inf is invalid [✔]
2455.73 s
[validity] says that -Inf is invalid [✔]
2455.73 s
[validity] says that these non-normalised numbers are invalid [✔]
2455.73 s
[validity] Wrong
2455.73 s
[validity] says Wrong is invalid [✔]
2455.73 s
[validity] says Fine is valid [✔]
2455.73 s
[validity] GeneratedValidity
2455.73 s
[validity] says G (1:%0) 0 is not valid [✔]
2455.73 s
[validity] says G 0 (1:%0) is not valid [✔]
2455.73 s
[validity] says G 0 0 is valid [✔]
2455.73 s
[validity]
2455.73 s
[validity] Finished in 0.0255 seconds
2455.73 s
[validity] 48 examples, 0 failures
2455.73 s
[validity] Test suite validity-test: PASS
2455.73 s
[validity] Test suite logged to: dist/test/validity-0.12.1.0-validity-test.log
2455.73 s
[validity] 1 of 1 test suites (1 of 1 test cases) passed.
2455.73 s
[validity] Phase: haddockPhase
2455.74 s
[validity] Preprocessing library for validity-0.12.1.0..
2455.74 s
[validity] Running Haddock on library for validity-0.12.1.0..
2455.74 s
[validity] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2455.74 s
[validity] Warning: 'a' is out of scope.
2455.74 s
[validity] If you qualify the identifier, haddock can try to link it anyway.
2455.74 s
[validity] 68% ( 31 / 45) in 'Data.Validity'
2455.74 s
[validity] Missing documentation for:
2455.74 s
[validity] genericValidate (src/Data/Validity.hs:203)
2455.74 s
[validity] valid (src/Data/Validity.hs:310)
2455.74 s
[validity] validateCharNotUtf16SurrogateCodePoint (src/Data/Validity.hs:429)
2455.74 s
[validity] isUtf16SurrogateCodePoint (src/Data/Validity.hs:433)
2455.74 s
[validity] validateCharNotLineSeparator (src/Data/Validity.hs:436)
2455.74 s
[validity] isLineSeparator (src/Data/Validity.hs:440)
2455.74 s
[validity] validateStringSingleLine (src/Data/Validity.hs:446)
2455.74 s
[validity] isSingleLine (src/Data/Validity.hs:449)
2455.74 s
[validity] validateNotNaN (src/Data/Validity.hs:551)
2455.74 s
[zlib] [2 of 6] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, dist/build/Codec/Compression/Zlib/Stream.o, dist/build/Codec/Compression/Zlib/Stream.dyn_o )
2455.74 s
[zlib] [3 of 6] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, dist/build/Codec/Compression/Zlib/Internal.o, dist/build/Codec/Compression/Zlib/Internal.dyn_o )
2455.74 s
[zlib] [4 of 6] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, dist/build/Codec/Compression/Zlib/Raw.o, dist/build/Codec/Compression/Zlib/Raw.dyn_o )
2455.74 s
[zlib] [5 of 6] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, dist/build/Codec/Compression/Zlib.o, dist/build/Codec/Compression/Zlib.dyn_o )
2455.74 s
[zlib] [6 of 6] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, dist/build/Codec/Compression/GZip.o, dist/build/Codec/Compression/GZip.dyn_o )
2455.74 s
[zlib] [1 of 6] Compiling Codec.Compression.Zlib.ByteStringCompat ( Codec/Compression/Zlib/ByteStringCompat.hs, dist/build/Codec/Compression/Zlib/ByteStringCompat.p_o )
2455.74 s
[zlib] [2 of 6] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, dist/build/Codec/Compression/Zlib/Stream.p_o )
2456.17 s
[cookie:post-build] Uploading to the NixCI cache: /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1 /nix/store/kgbz09rvbfqxdlxhizhfn1lhc2vzi63m-cookie-0.5.1-doc
2456.99 s
[cookie:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2458.14 s
[cookie:post-build] copying 2 paths...
2458.14 s
[cookie:post-build] copying path '/nix/store/kgbz09rvbfqxdlxhizhfn1lhc2vzi63m-cookie-0.5.1-doc' to 'https://cache.nix-ci.com'...
2459.98 s
[cookie:post-build] copying path '/nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1' to 'https://cache.nix-ci.com'...
2462.79 s
[cookie:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2464.70 s
[cookie:post-build] copying 1 paths...
2464.71 s
[cookie:post-build] copying path '/nix/store/4lrjxfsv4nq6s2sr3yv4hca4kqwfnw8w-cookie-0.5.1.drv' to 'https://cache.nix-ci.com'...
2466.53 s
Uploaded cookie in 10.6s
2466.54 s
Progress: 121 of 211 built (13 building), 298 of 298 downloaded from cache
2466.54 s
Built cookie in 1m50s
2466.54 s
[crypton] /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
2466.54 s
[crypton] Dynamic Libraries installed in:
2466.54 s
[crypton] /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2466.54 s
[crypton] Private executables installed in:
2466.54 s
[crypton] /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/libexec/x86_64-linux-ghc-9.6.4/crypton-1.0.4
2466.54 s
[crypton] Data files installed in:
2466.54 s
[crypton] /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/share/x86_64-linux-ghc-9.6.4/crypton-1.0.4
2466.54 s
[crypton] Documentation installed in:
2466.54 s
[crypton] /nix/store/0rvmc6x9y7ffwgnlmpg4qd3nqbjdd8x2-crypton-1.0.4-doc/share/doc/crypton-1.0.4
2466.54 s
[crypton] Configuration files installed in:
2466.54 s
[crypton] /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/etc
2466.54 s
[crypton] No alex found
2466.54 s
[crypton] Using ar found on system at:
2466.54 s
[crypton] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2466.54 s
[crypton] No c2hs found
2466.54 s
[crypton] No cpphs found
2466.54 s
[crypton] No doctest found
2466.54 s
[crypton] Using gcc version 14.3.0 given by user at:
2466.54 s
[crypton] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2466.54 s
[crypton] Using ghc version 9.6.4 found on system at:
2466.54 s
[crypton] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2466.54 s
[crypton] Using ghc-pkg version 9.6.4 found on system at:
2466.54 s
[crypton] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2466.54 s
[crypton] No ghcjs found
2466.54 s
[crypton] No ghcjs-pkg found
2466.54 s
[crypton] No greencard found
2466.54 s
[crypton] Using haddock version 2.29.2 found on system at:
2466.54 s
[crypton] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2466.54 s
[crypton] No happy found
2466.54 s
[crypton] Using haskell-suite found on system at: haskell-suite-dummy-location
2466.54 s
[crypton] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2466.54 s
[crypton] No hmake found
2466.54 s
[crypton] Using hpc version 0.68 found on system at:
2466.54 s
[crypton] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2466.54 s
[crypton] Using hsc2hs version 0.68.9 found on system at:
2466.54 s
[crypton] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2466.54 s
[crypton] Using hscolour version 1.25 found on system at:
2466.54 s
[crypton] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2466.54 s
[crypton] No jhc found
2466.54 s
[crypton] Using ld found on system at:
2466.54 s
[crypton] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2466.54 s
[crypton] No pkg-config found
2466.54 s
[crypton] Using runghc version 9.6.4 found on system at:
2466.54 s
[crypton] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2466.54 s
[crypton] Using strip version 2.44 found on system at:
2466.55 s
[crypton] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2466.55 s
[crypton] Using tar found on system at:
2466.55 s
[crypton] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2466.55 s
[crypton] No uhc found
2466.55 s
[crypton] Phase: buildPhase
2466.55 s
[crypton] Preprocessing library for crypton-1.0.4..
2466.55 s
[crypton] Building library for crypton-1.0.4..
2466.55 s
[crypton] [ 1 of 139] Compiling Crypto.Cipher.DES.Primitive ( Crypto/Cipher/DES/Primitive.hs, dist/build/Crypto/Cipher/DES/Primitive.o, dist/build/Crypto/Cipher/DES/Primitive.dyn_o )
2466.55 s
[generic-deriving] gproduct (src/Generics/Deriving/Foldable.hs:246)
2466.55 s
[generic-deriving] gmaximum (src/Generics/Deriving/Foldable.hs:249)
2466.55 s
[generic-deriving] gmaximumBy (src/Generics/Deriving/Foldable.hs:252)
2466.55 s
[generic-deriving] gminimum (src/Generics/Deriving/Foldable.hs:258)
2466.55 s
[generic-deriving] gminimumBy (src/Generics/Deriving/Foldable.hs:261)
2466.55 s
[generic-deriving] gelem (src/Generics/Deriving/Foldable.hs:267)
2466.55 s
[generic-deriving] gnotElem (src/Generics/Deriving/Foldable.hs:270)
2466.55 s
[generic-deriving] gfind (src/Generics/Deriving/Foldable.hs:273)
2466.55 s
[generic-deriving] GFoldable' (src/Generics/Deriving/Foldable.hs:59)
2466.55 s
[generic-deriving] 42% ( 3 / 7) in 'Generics.Deriving.Eq'
2466.55 s
[generic-deriving] Missing documentation for:
2466.55 s
[generic-deriving] Module header
2466.55 s
[generic-deriving] GEq (src/Generics/Deriving/Eq.hs:104)
2466.55 s
[generic-deriving] geqdefault (src/Generics/Deriving/Eq.hs:110)
2466.55 s
[generic-deriving] GEq' (src/Generics/Deriving/Eq.hs:64)
2466.55 s
[generic-deriving] 33% ( 5 / 15) in 'Generics.Deriving.Enum'
2466.55 s
[generic-deriving] Missing documentation for:
2466.55 s
[generic-deriving] Module header
2466.55 s
[generic-deriving] GEnum (src/Generics/Deriving/Enum.hs:130)
2466.55 s
[generic-deriving] genumDefault (src/Generics/Deriving/Enum.hs:114)
2466.55 s
[generic-deriving] toEnumDefault (src/Generics/Deriving/Enum.hs:117)
2466.55 s
[generic-deriving] fromEnumDefault (src/Generics/Deriving/Enum.hs:123)
2466.55 s
[generic-deriving] Enum' (src/Generics/Deriving/Enum.hs:96)
2466.55 s
[generic-deriving] GIx (src/Generics/Deriving/Enum.hs:519)
2466.55 s
[generic-deriving] rangeDefault (src/Generics/Deriving/Enum.hs:537)
2466.55 s
[generic-deriving] indexDefault (src/Generics/Deriving/Enum.hs:546)
2466.55 s
[generic-deriving] inRangeDefault (src/Generics/Deriving/Enum.hs:557)
2466.55 s
[generic-deriving] 42% ( 3 / 7) in 'Generics.Deriving.Copoint'
2466.55 s
[generic-deriving] Missing documentation for:
2466.55 s
[generic-deriving] Module header
2466.55 s
[generic-deriving] GCopoint (src/Generics/Deriving/Copoint.hs:71)
2466.55 s
[generic-deriving] gcopointdefault (src/Generics/Deriving/Copoint.hs:77)
2466.55 s
[generic-deriving] GCopoint' (src/Generics/Deriving/Copoint.hs:37)
2466.55 s
[generic-deriving] 80% ( 4 / 5) in 'Generics.Deriving.ConNames'
2466.55 s
[generic-deriving] Missing documentation for:
2466.55 s
[generic-deriving] ConNames (src/Generics/Deriving/ConNames.hs:32)
2466.55 s
[generic-deriving] 42% ( 3 / 7) in 'Generics.Deriving.Semigroup'
2466.55 s
[generic-deriving] Missing documentation for:
2466.55 s
[generic-deriving] Module header
2466.55 s
[generic-deriving] GSemigroup (src/Generics/Deriving/Semigroup/Internal.hs:51)
2466.55 s
[generic-deriving] gsappenddefault (src/Generics/Deriving/Semigroup/Internal.hs:76)
2466.56 s
[generic-deriving] GSemigroup' (src/Generics/Deriving/Semigroup/Internal.hs:33)
2466.56 s
[generic-deriving] 60% ( 12 / 20) in 'Generics.Deriving.Monoid'
2466.56 s
[generic-deriving] Missing documentation for:
2466.56 s
[generic-deriving] Module header
2466.56 s
[generic-deriving] GMonoid (src/Generics/Deriving/Monoid/Internal.hs:134)
2466.56 s
[generic-deriving] gmemptydefault (src/Generics/Deriving/Monoid/Internal.hs:96)
2466.56 s
[generic-deriving] gmappenddefault (src/Generics/Deriving/Monoid/Internal.hs:99)
2466.56 s
[generic-deriving] GMonoid' (src/Generics/Deriving/Monoid/Internal.hs:74)
2466.56 s
[generic-deriving] memptydefault (src/Generics/Deriving/Monoid/Internal.hs:126)
2466.56 s
[generic-deriving] mappenddefault (src/Generics/Deriving/Monoid/Internal.hs:129)
2466.56 s
[generic-deriving] Monoid' (src/Generics/Deriving/Monoid/Internal.hs:104)
2466.56 s
[generic-deriving] 42% ( 3 / 7) in 'Generics.Deriving.Show'
2466.56 s
[generic-deriving] Missing documentation for:
2466.56 s
[generic-deriving] Module header
2466.56 s
[generic-deriving] GShow (src/Generics/Deriving/Show.hs:155)
2466.56 s
[generic-deriving] gshowsPrecdefault (src/Generics/Deriving/Show.hs:173)
2466.56 s
[generic-deriving] GShow' (src/Generics/Deriving/Show.hs:70)
2466.56 s
[generic-deriving] 42% ( 3 / 7) in 'Generics.Deriving.Traversable'
2466.56 s
[generic-deriving] Missing documentation for:
2466.56 s
[generic-deriving] Module header
2466.56 s
[generic-deriving] GTraversable (src/Generics/Deriving/Traversable.hs:94)
2466.56 s
[generic-deriving] gtraversedefault (src/Generics/Deriving/Traversable.hs:109)
2466.56 s
[generic-deriving] GTraversable' (src/Generics/Deriving/Traversable.hs:45)
2466.56 s
[generic-deriving] 27% ( 6 / 22) in 'Generics.Deriving.Uniplate'
2466.56 s
[generic-deriving] Missing documentation for:
2466.56 s
[generic-deriving] Uniplate (src/Generics/Deriving/Uniplate.hs:146)
2466.56 s
[generic-deriving] uniplate (src/Generics/Deriving/Uniplate.hs:192)
2466.56 s
[generic-deriving] universe (src/Generics/Deriving/Uniplate.hs:195)
2466.56 s
[generic-deriving] rewrite (src/Generics/Deriving/Uniplate.hs:200)
2466.56 s
[generic-deriving] rewriteM (src/Generics/Deriving/Uniplate.hs:205)
2466.56 s
[generic-deriving] contexts (src/Generics/Deriving/Uniplate.hs:210)
2466.56 s
[generic-deriving] holes (src/Generics/Deriving/Uniplate.hs:217)
2466.56 s
[generic-deriving] para (src/Generics/Deriving/Uniplate.hs:223)
2466.56 s
[generic-deriving] childrendefault (src/Generics/Deriving/Uniplate.hs:171)
2466.56 s
[generic-deriving] contextdefault (src/Generics/Deriving/Uniplate.hs:174)
2466.56 s
[generic-deriving] descenddefault (src/Generics/Deriving/Uniplate.hs:177)
2466.56 s
[generic-deriving] descendMdefault (src/Generics/Deriving/Uniplate.hs:180)
2466.56 s
[generic-deriving] transformdefault (src/Generics/Deriving/Uniplate.hs:183)
2466.56 s
[generic-deriving] transformMdefault (src/Generics/Deriving/Uniplate.hs:186)
2466.56 s
[generic-deriving] Uniplate' (src/Generics/Deriving/Uniplate.hs:61)
2466.56 s
[generic-deriving] Context' (src/Generics/Deriving/Uniplate.hs:118)
2466.56 s
[generic-deriving] 100% ( 9 / 9) in 'Generics.Deriving.Default'
2467.01 s
[integer-conversion:post-build] Uploading to the NixCI cache: /nix/store/2kfjiwy2sj6nq7i2wa09r3i01qp3x50y-integer-conversion-0.1.1-doc /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1
2467.72 s
[integer-conversion:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2469.03 s
[integer-conversion:post-build] copying 2 paths...
2469.05 s
[integer-conversion:post-build] copying path '/nix/store/2kfjiwy2sj6nq7i2wa09r3i01qp3x50y-integer-conversion-0.1.1-doc' to 'https://cache.nix-ci.com'...
2470.63 s
[integer-conversion:post-build] copying path '/nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1' to 'https://cache.nix-ci.com'...
2473.24 s
[integer-conversion:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2474.22 s
[integer-conversion:post-build] copying 1 paths...
2474.25 s
[integer-conversion:post-build] copying path '/nix/store/4103cjl8f7h3gb6k7dffj9dwy094f1s1-integer-conversion-0.1.1.drv' to 'https://cache.nix-ci.com'...
2476.16 s
Uploaded integer-conversion in 9.3s
2476.17 s
Progress: 122 of 212 built (12 building), 298 of 298 downloaded from cache
2476.17 s
Built integer-conversion in 1m43s
2476.17 s
[monad-control] Dynamic Libraries installed in:
2476.17 s
[monad-control] /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2476.17 s
[monad-control] Private executables installed in:
2476.17 s
[monad-control] /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/libexec/x86_64-linux-ghc-9.6.4/monad-control-1.0.3.1
2476.17 s
[monad-control] Data files installed in:
2476.17 s
[monad-control] /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/share/x86_64-linux-ghc-9.6.4/monad-control-1.0.3.1
2476.17 s
[monad-control] Documentation installed in:
2476.17 s
[monad-control] /nix/store/mmqf74fp2d0a4rmc4y81rj897k010pvg-monad-control-1.0.3.1-doc/share/doc/monad-control-1.0.3.1
2476.17 s
[monad-control] Configuration files installed in:
2476.17 s
[monad-control] /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/etc
2476.17 s
[monad-control] No alex found
2476.17 s
[monad-control] Using ar found on system at:
2476.17 s
[monad-control] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2476.17 s
[monad-control] No c2hs found
2476.17 s
[monad-control] No cpphs found
2476.17 s
[monad-control] No doctest found
2476.17 s
[monad-control] Using gcc version 14.3.0 given by user at:
2476.17 s
[monad-control] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2476.17 s
[monad-control] Using ghc version 9.6.4 found on system at:
2476.17 s
[monad-control] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2476.17 s
[monad-control] Using ghc-pkg version 9.6.4 found on system at:
2476.17 s
[monad-control] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2476.17 s
[monad-control] No ghcjs found
2476.17 s
[monad-control] No ghcjs-pkg found
2476.17 s
[monad-control] No greencard found
2476.17 s
[monad-control] Using haddock version 2.29.2 found on system at:
2476.17 s
[monad-control] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2476.17 s
[monad-control] No happy found
2476.17 s
[monad-control] Using haskell-suite found on system at: haskell-suite-dummy-location
2476.17 s
[monad-control] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2476.17 s
[monad-control] No hmake found
2476.17 s
[monad-control] Using hpc version 0.68 found on system at:
2476.17 s
[monad-control] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2476.17 s
[monad-control] Using hsc2hs version 0.68.9 found on system at:
2476.17 s
[monad-control] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2476.17 s
[monad-control] Using hscolour version 1.25 found on system at:
2476.17 s
[monad-control] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2476.17 s
[monad-control] No jhc found
2476.17 s
[monad-control] Using ld found on system at:
2476.17 s
[monad-control] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2476.17 s
[monad-control] No pkg-config found
2476.17 s
[monad-control] Using runghc version 9.6.4 found on system at:
2476.17 s
[monad-control] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2476.17 s
[monad-control] Using strip version 2.44 found on system at:
2476.17 s
[monad-control] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2476.17 s
[monad-control] Using tar found on system at:
2476.17 s
[monad-control] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2476.17 s
[monad-control] No uhc found
2476.17 s
[monad-control] Phase: buildPhase
2476.17 s
[monad-control] Preprocessing library for monad-control-1.0.3.1..
2476.17 s
[monad-control] Building library for monad-control-1.0.3.1..
2476.17 s
[monad-control] [1 of 1] Compiling Control.Monad.Trans.Control ( src/Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o, dist/build/Control/Monad/Trans/Control.dyn_o )
2476.17 s
[monad-control]
2476.17 s
[monad-control] src/Control/Monad/Trans/Control.hs:207:19: warning : [ GHC-39567 ] [ -Wstar-is-type ]
2476.17 s
[monad-control] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
2476.17 s
[monad-control] relies on the StarIsType extension, which will become
2476.17 s
[monad-control] deprecated in the future.
2476.17 s
[monad-control] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
2476.17 s
[monad-control] |
2476.17 s
[monad-control] 207 | type StT t a :: *
2476.17 s
[monad-control] | ^
2476.17 s
[monad-control]
2476.17 s
[monad-control] src/Control/Monad/Trans/Control.hs:546:21: warning : [ GHC-39567 ] [ -Wstar-is-type ]
2476.18 s
[monad-control] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
2476.18 s
[monad-control] relies on the StarIsType extension, which will become
2476.18 s
[monad-control] deprecated in the future.
2476.18 s
[monad-control] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
2476.18 s
[monad-control] |
2476.18 s
[monad-control] 546 | type StM m a :: *
2476.18 s
[monad-control] | ^
2476.18 s
[monad-control] [1 of 1] Compiling Control.Monad.Trans.Control ( src/Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.p_o )
2476.18 s
[monad-control]
2476.61 s
[network:post-build] Uploading to the NixCI cache: /nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0 /nix/store/q4qqa4d89i9vc5nh4vfa9j918kds1107-network-3.2.7.0-doc
2477.15 s
[network:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2477.89 s
[network:post-build] copying 2 paths...
2477.89 s
[network:post-build] copying path '/nix/store/q4qqa4d89i9vc5nh4vfa9j918kds1107-network-3.2.7.0-doc' to 'https://cache.nix-ci.com'...
2480.68 s
[network:post-build] copying path '/nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0' to 'https://cache.nix-ci.com'...
2490.93 s
[network:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2492.67 s
[network:post-build] copying 1 paths...
2492.67 s
[network:post-build] copying path '/nix/store/mbs7mz632fid433x8y04vihx6cmq0shj-network-3.2.7.0.drv' to 'https://cache.nix-ci.com'...
2496.39 s
Uploaded network in 19.9s
2496.40 s
Progress: 123 of 213 built (11 building), 298 of 298 downloaded from cache
2496.40 s
Built network in 4m50s
2496.40 s
[th-reify-many] depends base-4.18.2.0
2496.40 s
[th-reify-many] depends containers-0.6.7
2496.40 s
[th-reify-many] depends mtl-2.3.1
2496.40 s
[th-reify-many] depends safe-0.3.21-44lIWTSVWX58KGqMrrSC5W
2496.40 s
[th-reify-many] depends template-haskell-2.20.0.0
2496.40 s
[th-reify-many] depends th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
2496.40 s
[th-reify-many] definite th-reify-many-0.1.10-DNNcNf5DdhQLJ4zeAWPItn-test
2496.40 s
[th-reify-many] depends base-4.18.2.0
2496.40 s
[th-reify-many] depends template-haskell-2.20.0.0
2496.40 s
[th-reify-many] depends th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
2496.40 s
[th-reify-many] Using Cabal-3.10.1.0 compiled by ghc-9.6
2496.40 s
[th-reify-many] Using compiler: ghc-9.6.4
2496.40 s
[th-reify-many] Using install prefix:
2496.40 s
[th-reify-many] /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10
2496.40 s
[th-reify-many] Executables installed in:
2496.40 s
[th-reify-many] /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/bin
2496.40 s
[th-reify-many] Libraries installed in:
2496.40 s
[th-reify-many] /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
2496.41 s
[th-reify-many] Dynamic Libraries installed in:
2496.41 s
[th-reify-many] /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2496.41 s
[th-reify-many] Private executables installed in:
2496.41 s
[th-reify-many] /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/libexec/x86_64-linux-ghc-9.6.4/th-reify-many-0.1.10
2496.41 s
[th-reify-many] Data files installed in:
2496.41 s
[th-reify-many] /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/share/x86_64-linux-ghc-9.6.4/th-reify-many-0.1.10
2496.41 s
[th-reify-many] Documentation installed in:
2496.41 s
[th-reify-many] /nix/store/pljnlz1s3sawdmmxmj1vbabf5d6g9vd5-th-reify-many-0.1.10-doc/share/doc/th-reify-many-0.1.10
2496.41 s
[th-reify-many] Configuration files installed in:
2496.41 s
[th-reify-many] /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/etc
2496.41 s
[th-reify-many] No alex found
2496.41 s
[th-reify-many] Using ar found on system at:
2496.41 s
[th-reify-many] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2496.41 s
[th-reify-many] No c2hs found
2496.41 s
[th-reify-many] No cpphs found
2496.41 s
[th-reify-many] No doctest found
2496.41 s
[th-reify-many] Using gcc version 14.3.0 given by user at:
2496.41 s
[th-reify-many] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2496.41 s
[th-reify-many] Using ghc version 9.6.4 found on system at:
2496.41 s
[th-reify-many] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2496.41 s
[th-reify-many] Using ghc-pkg version 9.6.4 found on system at:
2496.41 s
[th-reify-many] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2496.42 s
[th-reify-many] No ghcjs found
2496.42 s
[th-reify-many] No ghcjs-pkg found
2496.42 s
[th-reify-many] No greencard found
2496.42 s
[th-reify-many] Using haddock version 2.29.2 found on system at:
2496.42 s
[th-reify-many] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2496.42 s
[th-reify-many] No happy found
2496.42 s
[th-reify-many] Using haskell-suite found on system at: haskell-suite-dummy-location
2496.42 s
[th-reify-many] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2496.42 s
[th-reify-many] No hmake found
2496.42 s
[th-reify-many] Using hpc version 0.68 found on system at:
2496.42 s
[th-reify-many] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2496.42 s
[th-reify-many] Using hsc2hs version 0.68.9 found on system at:
2496.42 s
[th-reify-many] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2496.42 s
[th-reify-many] Using hscolour version 1.25 found on system at:
2496.42 s
[th-reify-many] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2496.42 s
[th-reify-many] No jhc found
2496.42 s
[th-reify-many] Using ld found on system at:
2496.42 s
[th-reify-many] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2496.42 s
[th-reify-many] No pkg-config found
2496.42 s
[th-reify-many] Using runghc version 9.6.4 found on system at:
2496.42 s
[th-reify-many] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2496.42 s
[th-reify-many] Using strip version 2.44 found on system at:
2496.42 s
[th-reify-many] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2496.42 s
[th-reify-many] Using tar found on system at:
2496.42 s
[th-reify-many] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2496.42 s
[th-reify-many] No uhc found
2496.42 s
[th-reify-many] Phase: buildPhase
2496.42 s
[th-reify-many] Preprocessing library for th-reify-many-0.1.10..
2496.42 s
[th-reify-many] Building library for th-reify-many-0.1.10..
2496.43 s
[th-reify-many] [1 of 2] Compiling Language.Haskell.TH.ReifyMany.Internal ( src/Language/Haskell/TH/ReifyMany/Internal.hs, dist/build/Language/Haskell/TH/ReifyMany/Internal.o, dist/build/Language/Haskell/TH/ReifyMany/Internal.dyn_o )
2496.43 s
[th-reify-many] [2 of 2] Compiling Language.Haskell.TH.ReifyMany ( src/Language/Haskell/TH/ReifyMany.hs, dist/build/Language/Haskell/TH/ReifyMany.o, dist/build/Language/Haskell/TH/ReifyMany.dyn_o )
2496.43 s
[th-reify-many] [1 of 2] Compiling Language.Haskell.TH.ReifyMany.Internal ( src/Language/Haskell/TH/ReifyMany/Internal.hs, dist/build/Language/Haskell/TH/ReifyMany/Internal.p_o )
2496.43 s
[validity] validateNotInfinite (src/Data/Validity.hs:554)
2496.43 s
[validity] validateRatioNotNaN (src/Data/Validity.hs:557)
2496.43 s
[validity] validateRatioNotInfinite (src/Data/Validity.hs:563)
2496.43 s
[validity] validateRatioNormalised (src/Data/Validity.hs:570)
2496.43 s
[validity] ValidationChain (src/Data/Validity.hs:206)
2496.43 s
[validity] Warning: Data.Validity: could not find link destinations for:
2496.43 s
[validity] - Data.Validity.GValidity
2496.71 s
Building /nix/store/23hqr2xk359n27ifnaf223q5b810haxd-iproute-1.7.15.drv
2496.99 s
Building /nix/store/q5zz75nmcw5psk2jgh8c3f7mfax58yh0-socks-0.6.1.drv
2496.99 s
[crypton] [ 2 of 139] Compiling Crypto.Data.Padding ( Crypto/Data/Padding.hs, dist/build/Crypto/Data/Padding.o, dist/build/Crypto/Data/Padding.dyn_o )
2496.99 s
[crypton] [ 3 of 139] Compiling Crypto.Error.Types ( Crypto/Error/Types.hs, dist/build/Crypto/Error/Types.o, dist/build/Crypto/Error/Types.dyn_o )
2496.99 s
[crypton] [ 4 of 139] Compiling Crypto.Error ( Crypto/Error.hs, dist/build/Crypto/Error.o, dist/build/Crypto/Error.dyn_o )
2496.99 s
[crypton] [ 5 of 139] Compiling Crypto.Internal.Compat ( Crypto/Internal/Compat.hs, dist/build/Crypto/Internal/Compat.o, dist/build/Crypto/Internal/Compat.dyn_o )
2497.00 s
[crypton] [ 6 of 139] Compiling Crypto.Internal.ByteArray ( Crypto/Internal/ByteArray.hs, dist/build/Crypto/Internal/ByteArray.o, dist/build/Crypto/Internal/ByteArray.dyn_o )
2497.00 s
[crypton] [ 7 of 139] Compiling Crypto.Cipher.Types.Utils ( Crypto/Cipher/Types/Utils.hs, dist/build/Crypto/Cipher/Types/Utils.o, dist/build/Crypto/Cipher/Types/Utils.dyn_o )
2497.00 s
[crypton] [ 8 of 139] Compiling Crypto.Internal.CompatPrim ( Crypto/Internal/CompatPrim.hs, dist/build/Crypto/Internal/CompatPrim.o, dist/build/Crypto/Internal/CompatPrim.dyn_o )
2497.00 s
[crypton] [ 9 of 139] Compiling Crypto.Internal.DeepSeq ( Crypto/Internal/DeepSeq.hs, dist/build/Crypto/Internal/DeepSeq.o, dist/build/Crypto/Internal/DeepSeq.dyn_o )
2497.00 s
[crypton] [ 10 of 139] Compiling Crypto.Cipher.Types.Base ( Crypto/Cipher/Types/Base.hs, dist/build/Crypto/Cipher/Types/Base.o, dist/build/Crypto/Cipher/Types/Base.dyn_o )
2497.00 s
[crypton] [ 11 of 139] Compiling Crypto.Cipher.Types.Stream ( Crypto/Cipher/Types/Stream.hs, dist/build/Crypto/Cipher/Types/Stream.o, dist/build/Crypto/Cipher/Types/Stream.dyn_o )
2497.00 s
[crypton] [ 12 of 139] Compiling Crypto.Internal.Imports ( Crypto/Internal/Imports.hs, dist/build/Crypto/Internal/Imports.o, dist/build/Crypto/Internal/Imports.dyn_o )
2497.00 s
[crypton] [ 13 of 139] Compiling Crypto.Internal.Builder ( Crypto/Internal/Builder.hs, dist/build/Crypto/Internal/Builder.o, dist/build/Crypto/Internal/Builder.dyn_o )
2497.00 s
[crypton] [ 14 of 139] Compiling Crypto.Hash.Types ( Crypto/Hash/Types.hs, dist/build/Crypto/Hash/Types.o, dist/build/Crypto/Hash/Types.dyn_o )
2497.00 s
[crypton] [ 15 of 139] Compiling Crypto.Hash.Whirlpool ( Crypto/Hash/Whirlpool.hs, dist/build/Crypto/Hash/Whirlpool.o, dist/build/Crypto/Hash/Whirlpool.dyn_o )
2497.00 s
[crypton] [ 16 of 139] Compiling Crypto.Hash.Tiger ( Crypto/Hash/Tiger.hs, dist/build/Crypto/Hash/Tiger.o, dist/build/Crypto/Hash/Tiger.dyn_o )
2497.00 s
[crypton] [ 17 of 139] Compiling Crypto.Hash.Skein512 ( Crypto/Hash/Skein512.hs, dist/build/Crypto/Hash/Skein512.o, dist/build/Crypto/Hash/Skein512.dyn_o )
2497.00 s
[crypton] [ 18 of 139] Compiling Crypto.Hash.Skein256 ( Crypto/Hash/Skein256.hs, dist/build/Crypto/Hash/Skein256.o, dist/build/Crypto/Hash/Skein256.dyn_o )
2497.00 s
[crypton] [ 19 of 139] Compiling Crypto.Hash.SHA512t ( Crypto/Hash/SHA512t.hs, dist/build/Crypto/Hash/SHA512t.o, dist/build/Crypto/Hash/SHA512t.dyn_o )
2497.00 s
[crypton] [ 20 of 139] Compiling Crypto.Hash.SHA512 ( Crypto/Hash/SHA512.hs, dist/build/Crypto/Hash/SHA512.o, dist/build/Crypto/Hash/SHA512.dyn_o )
2497.00 s
[crypton] [ 21 of 139] Compiling Crypto.Hash.SHA384 ( Crypto/Hash/SHA384.hs, dist/build/Crypto/Hash/SHA384.o, dist/build/Crypto/Hash/SHA384.dyn_o )
2497.00 s
[crypton] [ 22 of 139] Compiling Crypto.Hash.SHA3 ( Crypto/Hash/SHA3.hs, dist/build/Crypto/Hash/SHA3.o, dist/build/Crypto/Hash/SHA3.dyn_o )
2497.00 s
[crypton] [ 23 of 139] Compiling Crypto.Hash.SHA256 ( Crypto/Hash/SHA256.hs, dist/build/Crypto/Hash/SHA256.o, dist/build/Crypto/Hash/SHA256.dyn_o )
2497.00 s
[crypton] [ 24 of 139] Compiling Crypto.Hash.SHA224 ( Crypto/Hash/SHA224.hs, dist/build/Crypto/Hash/SHA224.o, dist/build/Crypto/Hash/SHA224.dyn_o )
2497.00 s
[crypton] [ 25 of 139] Compiling Crypto.Hash.SHA1 ( Crypto/Hash/SHA1.hs, dist/build/Crypto/Hash/SHA1.o, dist/build/Crypto/Hash/SHA1.dyn_o )
2497.00 s
[crypton] [ 26 of 139] Compiling Crypto.Hash.RIPEMD160 ( Crypto/Hash/RIPEMD160.hs, dist/build/Crypto/Hash/RIPEMD160.o, dist/build/Crypto/Hash/RIPEMD160.dyn_o )
2497.00 s
[crypton] [ 27 of 139] Compiling Crypto.Hash.MD5 ( Crypto/Hash/MD5.hs, dist/build/Crypto/Hash/MD5.o, dist/build/Crypto/Hash/MD5.dyn_o )
2497.00 s
[crypton] [ 28 of 139] Compiling Crypto.Hash.MD4 ( Crypto/Hash/MD4.hs, dist/build/Crypto/Hash/MD4.o, dist/build/Crypto/Hash/MD4.dyn_o )
2497.00 s
[crypton] [ 29 of 139] Compiling Crypto.Hash.MD2 ( Crypto/Hash/MD2.hs, dist/build/Crypto/Hash/MD2.o, dist/build/Crypto/Hash/MD2.dyn_o )
2497.00 s
[doctest] Preprocessing executable 'doctest' for doctest-0.22.6..
2497.00 s
[doctest] Building executable 'doctest' for doctest-0.22.6..
2497.00 s
[doctest] [1 of 2] Compiling Main ( driver/doctest.hs, dist/build/doctest/doctest-tmp/Main.o )
2497.00 s
[doctest] [2 of 2] Compiling Paths_doctest ( dist/build/doctest/autogen/Paths_doctest.hs, dist/build/doctest/doctest-tmp/Paths_doctest.o )
2497.00 s
[doctest] [3 of 3] Linking dist/build/doctest/doctest
2497.00 s
[doctest] Preprocessing test suite 'spec' for doctest-0.22.6..
2497.00 s
[doctest] Building test suite 'spec' for doctest-0.22.6..
2497.00 s
[doctest] [ 1 of 42] Compiling Imports ( src/Imports.hs, dist/build/spec/spec-tmp/Imports.o )
2497.00 s
[doctest] [ 2 of 42] Compiling GhcUtil ( src/GhcUtil.hs, dist/build/spec/spec-tmp/GhcUtil.o )
2497.00 s
[generic-deriving] 90% ( 9 / 10) in 'Generics.Deriving'
2497.00 s
[generic-deriving] Missing documentation for:
2497.00 s
[generic-deriving] Module header
2497.00 s
[generic-deriving] Warning: 'Generic' is ambiguous. It is defined
2497.00 s
[generic-deriving] * at src/Generics/Deriving/TH/Internal.hs:335:21
2497.00 s
[generic-deriving] * in ‘GHC.Generics’
2497.00 s
[generic-deriving] You may be able to disambiguate the identifier by qualifying it or
2497.00 s
[generic-deriving] by specifying the type/value namespace explicitly.
2497.00 s
[generic-deriving] Defaulting to the one defined at src/Generics/Deriving/TH/Internal.hs:335:1
2497.00 s
[generic-deriving] Warning: 'Generic1' is ambiguous. It is defined
2497.00 s
[generic-deriving] * at src/Generics/Deriving/TH/Internal.hs:335:31
2497.00 s
[generic-deriving] * in ‘GHC.Generics’
2497.00 s
[generic-deriving] You may be able to disambiguate the identifier by qualifying it or
2497.00 s
[generic-deriving] by specifying the type/value namespace explicitly.
2497.00 s
[generic-deriving] Defaulting to the one defined at src/Generics/Deriving/TH/Internal.hs:335:1
2497.00 s
[generic-deriving] Warning: 'Data' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.00 s
[generic-deriving] Warning: 'Constructor' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.00 s
[generic-deriving] Warning: 'Selector' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.00 s
[generic-deriving] Warning: 'Rep' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.00 s
[generic-deriving] Warning: 'Rep1' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.00 s
[generic-deriving] Warning: 'Data' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.00 s
[generic-deriving] Warning: 'Constructor' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.00 s
[generic-deriving] Warning: 'Selector' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.00 s
[generic-deriving] Warning: 'Representable0' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.00 s
[generic-deriving] Warning: 'Representable1' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.00 s
[generic-deriving] Warning: 'Rep0' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.00 s
[generic-deriving] Warning: 'from' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.00 s
[generic-deriving] Warning: 'to' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.00 s
[generic-deriving] Warning: 'from1' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.00 s
[generic-deriving] Warning: 'to1' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.00 s
[generic-deriving] Warning: 'f' is out of scope.
2497.00 s
[generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
2497.01 s
[generic-deriving] 100% ( 50 / 50) in 'Generics.Deriving.TH'
2497.01 s
[generic-deriving] Warning: Generics.Deriving.Show: could not find link destinations for:
2497.01 s
[generic-deriving] - Generics.Deriving.Show.Type
2497.01 s
[generic-deriving] Warning: Generics.Deriving.TH: could not find link destinations for:
2497.01 s
[generic-deriving] - Generics.Deriving.TH.Internal.Generic
2497.01 s
[generic-deriving] - Generics.Deriving.TH.Internal.Generic1
2497.01 s
[generic-deriving] Documentation created: dist/doc/html/generic-deriving/index.html,
2497.01 s
[generic-deriving] dist/doc/html/generic-deriving/generic-deriving.txt
2497.01 s
[generic-deriving] Preprocessing test suite 'spec' for generic-deriving-1.14.6..
2497.01 s
[generic-deriving] haddockPhase completed in 48 seconds
2497.01 s
[generic-deriving] Phase: installPhase
2497.01 s
[generic-deriving] Installing library in /nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/generic-deriving-1.14.6-AFWaLXm9E0mBPgH53Xb82X
2497.01 s
[generic-deriving] Phase: fixupPhase
2497.01 s
[generic-deriving] shrinking RPATHs of ELF executables and libraries in /nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6
2497.01 s
[generic-deriving] shrinking /nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSgeneric-deriving-1.14.6-AFWaLXm9E0mBPgH53Xb82X-ghc9.6.4.so
2497.01 s
[generic-deriving] checking for references to /build/ in /nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6...
2497.01 s
[generic-deriving] patching script interpreter paths in /nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6
2497.01 s
[generic-deriving] stripping (with command strip and flags -S -p) in /nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6/lib
2497.01 s
[generic-deriving] shrinking RPATHs of ELF executables and libraries in /nix/store/gdhq9z2cphbq5misz1nyr4lcrxbkqr2x-generic-deriving-1.14.6-doc
2497.01 s
[hashable] [2 of 2] Linking dist/build/hashable-examples/hashable-examples
2497.01 s
[hashable] buildPhase completed in 1 minutes 28 seconds
2497.01 s
[hashable] Phase: checkPhase
2497.01 s
[hashable] Running 3 test suites...
2497.01 s
[hashable] Test suite hashable-tests: RUNNING...
2497.01 s
[hashable] hashable
2497.01 s
[hashable] properties
2497.01 s
[hashable] bernstein: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] text
2497.01 s
[hashable] text/strict: OK (0.01s)
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] text/lazy: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] text/rechunk: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] text/rechunked: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] text/rechunked-salt: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] bytestring
2497.01 s
[hashable] bytestring/strict: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] bytestring/lazy: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] bytestring/short: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] bytestring/rechunk: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] bytestring/rechunked: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] bytestring/rechunked-salt: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] generics
2497.01 s
[hashable] sum2_differ: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] sum3_differ: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] genericHashWithSalt: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] lifted law
2497.01 s
[hashable] Hashed: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] regressions
2497.01 s
[hashable] hashNearPageBoundary: OK
2497.01 s
[hashable] Fixed: OK
2497.01 s
[hashable] Generic: sum of nullary constructors
2497.01 s
[hashable] 0: OK
2497.01 s
[hashable] 1: OK
2497.01 s
[hashable] 2: OK
2497.01 s
[hashable] 3: OK
2497.01 s
[hashable] 4: OK
2497.01 s
[hashable] Zero tuples: issue 271: OK
2497.01 s
[hashable] odd, odd: issue 271: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] Generic: Peano https://github.com/tibbe/hashable/issues/135: OK
2497.01 s
[hashable] 64 bit Text: OK
2497.01 s
[hashable] concatenation
2497.01 s
[hashable] String: OK
2497.01 s
[hashable] Text: OK
2497.01 s
[hashable] Lazy Text: OK
2497.01 s
[hashable] ByteString: OK
2497.01 s
[hashable] Lazy ByteString: OK
2497.01 s
[hashable]
2497.01 s
[hashable] All 32 tests passed (0.07s)
2497.01 s
[hashable] Test suite hashable-tests: PASS
2497.01 s
[hashable] Test suite logged to: dist/test/hashable-1.4.7.0-hashable-tests.log
2497.01 s
[hashable] Test suite xxhash-tests: RUNNING...
2497.01 s
[hashable] xxhash
2497.01 s
[hashable] oneshot
2497.01 s
[hashable] w64-ref: OK (0.01s)
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] w64-examples: OK
2497.01 s
[hashable] w32-ref: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] w32-examples: OK
2497.01 s
[hashable] incremental
2497.01 s
[hashable] empty: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable] bs: OK
2497.01 s
[hashable] +++ OK, passed 100 tests.
2497.01 s
[hashable]
2497.01 s
[hashable] All 6 tests passed (0.03s)
2497.01 s
[hashable] Test suite xxhash-tests: PASS
2497.01 s
[hashable] Test suite logged to: dist/test/hashable-1.4.7.0-xxhash-tests.log
2497.01 s
[hashable] Test suite hashable-examples: RUNNING...
2497.01 s
[hashable] Hashing Foo1
2497.01 s
[hashable] 1460070160016269167
2497.01 s
[hashable] Hashing Foo2
2497.01 s
[hashable] 6195646254581046287
2497.01 s
[hashable] Hashing Bar
2497.01 s
[hashable] 1416438184658348349
2497.01 s
[hashable] Test suite hashable-examples: PASS
2497.01 s
[hashable] Test suite logged to: dist/test/hashable-1.4.7.0-hashable-examples.log
2497.01 s
[hashable] 3 of 3 test suites (3 of 3 test cases) passed.
2497.01 s
[haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:101:3: warning : [ -Wnoncanonical-monad-instances ]
2497.01 s
[haskell-src-exts] Noncanonical ‘return’ definition detected
2497.01 s
[haskell-src-exts] in the instance declaration for ‘Monad ParseResult’.
2497.01 s
[haskell-src-exts] ‘return’ will eventually be removed in favour of ‘pure’
2497.01 s
[haskell-src-exts] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2497.01 s
[haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2497.01 s
[haskell-src-exts] |
2497.01 s
[haskell-src-exts] 101 | return = ParseOk
2497.01 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^
2497.01 s
[haskell-src-exts]
2497.01 s
[haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:245:3: warning : [ -Wnoncanonical-monad-instances ]
2497.01 s
[haskell-src-exts] Noncanonical ‘pure = return’ definition detected
2497.01 s
[haskell-src-exts] in the instance declaration for ‘Applicative P’.
2497.01 s
[haskell-src-exts] Move definition from ‘return’ to ‘pure’
2497.01 s
[haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2497.01 s
[haskell-src-exts] |
2497.02 s
[haskell-src-exts] 245 | pure = return
2497.02 s
[haskell-src-exts] | ^^^^^^^^^^^^^
2497.02 s
[haskell-src-exts]
2497.02 s
[haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:249:5: warning : [ -Wnoncanonical-monad-instances ]
2497.02 s
[haskell-src-exts] Noncanonical ‘return’ definition detected
2497.02 s
[haskell-src-exts] in the instance declaration for ‘Monad P’.
2497.02 s
[haskell-src-exts] ‘return’ will eventually be removed in favour of ‘pure’
2497.02 s
[haskell-src-exts] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2497.02 s
[haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2497.02 s
[haskell-src-exts] |
2497.02 s
[haskell-src-exts] 249 | return a = P $ \_i _x _y _l _ch s _m -> Ok s a
2497.02 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2497.02 s
[haskell-src-exts]
2497.02 s
[haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:357:5: warning : [ -Wnoncanonical-monad-instances ]
2497.02 s
[haskell-src-exts] Noncanonical ‘pure = return’ definition detected
2497.02 s
[haskell-src-exts] in the instance declaration for ‘Applicative (Lex r)’.
2497.02 s
[haskell-src-exts] Move definition from ‘return’ to ‘pure’
2497.02 s
[haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2497.02 s
[haskell-src-exts] |
2497.02 s
[haskell-src-exts] 357 | pure = return
2497.02 s
[haskell-src-exts] | ^^^^^^^^^^^^^
2497.02 s
[haskell-src-exts]
2497.02 s
[haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:361:5: warning : [ -Wnoncanonical-monad-instances ]
2497.02 s
[haskell-src-exts] Noncanonical ‘return’ definition detected
2497.02 s
[haskell-src-exts] in the instance declaration for ‘Monad (Lex r)’.
2497.02 s
[haskell-src-exts] ‘return’ will eventually be removed in favour of ‘pure’
2497.02 s
[haskell-src-exts] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2497.02 s
[haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2497.02 s
[haskell-src-exts] |
2497.02 s
[haskell-src-exts] 361 | return a = Lex $ \k -> k a
2497.02 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2497.02 s
[haskell-src-exts]
2497.02 s
[haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:363:5: warning : [ -Wnoncanonical-monad-instances ]
2497.02 s
[haskell-src-exts] Noncanonical ‘(>>)’ definition detected
2497.02 s
[haskell-src-exts] in the instance declaration for ‘Monad (Lex r)’.
2497.02 s
[haskell-src-exts] ‘(>>)’ will eventually be removed in favour of ‘(*>)’
2497.02 s
[haskell-src-exts] Either remove definition for ‘(>>)’ (recommended) or define as ‘(>>) = (*>)’
2497.02 s
[haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2497.02 s
[haskell-src-exts] |
2497.02 s
[haskell-src-exts] 363 | Lex v >> Lex w = Lex $ \k -> v (\_ -> w k)
2497.02 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2497.02 s
[haskell-src-exts] 66% ( 4 / 6) in 'Language.Haskell.Exts.Lexer'
2497.02 s
[haskell-src-exts] Missing documentation for:
2497.02 s
[haskell-src-exts] Token (src/Language/Haskell/Exts/InternalLexer.hs:37)
2497.02 s
[haskell-src-exts] showToken (src/Language/Haskell/Exts/InternalLexer.hs:1319)
2497.02 s
[hourglass] [15 of 17] Compiling Data.Hourglass ( Data/Hourglass.hs, dist/build/Data/Hourglass.p_o )
2497.02 s
[hourglass] [16 of 17] Compiling Time.Compat ( Time/Compat.hs, dist/build/Time/Compat.p_o )
2497.02 s
[hourglass] [17 of 17] Compiling Data.Hourglass.Compat ( Data/Hourglass/Compat.hs, dist/build/Data/Hourglass/Compat.p_o )
2497.02 s
[hourglass] Preprocessing test suite 'test-hourglass' for hourglass-0.2.12..
2497.02 s
[hourglass] Building test suite 'test-hourglass' for hourglass-0.2.12..
2497.02 s
[hourglass]
2497.02 s
[hourglass] <no location info>: warning : [ GHC-32850 ] [ -Wmissing-home-modules ]
2497.02 s
[hourglass] These modules are needed for compilation but not listed in your .cabal file's other-modules for ‘main’ :
2497.02 s
[hourglass] TimeDB
2497.02 s
[hourglass] [1 of 2] Compiling TimeDB ( tests/TimeDB.hs, dist/build/test-hourglass/test-hourglass-tmp/TimeDB.o )
2497.02 s
[hourglass] [2 of 2] Compiling Main ( tests/Tests.hs, dist/build/test-hourglass/test-hourglass-tmp/Main.o )
2497.02 s
[hourglass]
2497.02 s
[hourglass] tests/Tests.hs:7:1: warning : [ -Wunused-imports ]
2497.02 s
[hourglass] The import of ‘Control.Applicative’ is redundant
2497.02 s
[hourglass] except perhaps to import instances from ‘Control.Applicative’
2497.02 s
[hourglass] To import instances alone, use: import Control.Applicative()
2497.02 s
[hourglass] |
2497.02 s
[hourglass] 7 | import Control.Applicative
2497.02 s
[hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2497.02 s
[hourglass]
2497.02 s
[hourglass] tests/Tests.hs:27:1: warning : [ -Wunused-imports ]
2497.02 s
[hourglass] The qualified import of ‘System.Locale’ is redundant
2497.02 s
[hourglass] except perhaps to import instances from ‘System.Locale’
2497.02 s
[hourglass] To import instances alone, use: import System.Locale()
2497.02 s
[hourglass] |
2497.02 s
[hourglass] 27 | import qualified System.Locale as T hiding (defaultTimeLocale)
2497.02 s
[hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2497.02 s
[hourglass]
2497.02 s
[hourglass] tests/Tests.hs:231:23: warning : [ GHC-18042 ] [ -Wtype-defaults ]
2497.02 s
[hourglass] • Defaulting the type variable ‘a0’ to type ‘Integer’ in the following constraints
2497.02 s
[hourglass] (Real a0)
2497.02 s
[hourglass] arising from a use of ‘toRational’ at tests/Tests.hs:231:23-32
2497.02 s
[hourglass] (Num a0) arising from the literal ‘0’ at tests/Tests.hs:231:34
2497.02 s
[hourglass] • In the expression: toRational 0 :: Rational
2497.02 s
[hourglass] In an equation for ‘ref’: ref = toRational 0 :: Rational
2497.02 s
[hourglass] In the second argument of ‘($)’, namely
2497.02 s
[hourglass] ‘let
2497.02 s
[hourglass] res = toRational (ElapsedP (Elapsed $ Seconds 0) (NanoSeconds 0))
2497.02 s
[hourglass] ref = toRational 0 :: Rational
2497.02 s
[hourglass] in assertEqual "failed equality" ref res’
2497.02 s
[hourglass] |
2497.02 s
[hourglass] 231 | ref = toRational 0 :: Rational
2497.02 s
[hourglass] | ^^^^^^^^^^
2497.02 s
[hourglass]
2497.02 s
[hourglass] tests/Tests.hs:235:23: warning : [ GHC-18042 ] [ -Wtype-defaults ]
2497.02 s
[hourglass] • Defaulting the type variable ‘a0’ to type ‘Integer’ in the following constraints
2497.02 s
[hourglass] (Real a0)
2497.02 s
[hourglass] arising from a use of ‘toRational’ at tests/Tests.hs:235:23-32
2497.02 s
[hourglass] (Num a0) arising from the literal ‘100’ at tests/Tests.hs:235:34-36
2497.02 s
[hourglass] • In the first argument of ‘(+)’, namely ‘toRational 100’
2497.02 s
[hourglass] In the expression: toRational 100 + (1 % 1000) :: Rational
2497.02 s
[hourglass] In an equation for ‘ref’:
2497.02 s
[hourglass] ref = toRational 100 + (1 % 1000) :: Rational
2497.02 s
[hourglass] |
2497.02 s
[hourglass] 235 | ref = toRational 100 + (1 % 1000) :: Rational
2497.02 s
[hourglass] | ^^^^^^^^^^
2497.02 s
[hourglass]
2497.02 s
[hourglass] <no location info>: warning : [ GHC-32850 ] [ -Wmissing-home-modules ]
2497.02 s
[hourglass] These modules are needed for compilation but not listed in your .cabal file's other-modules for ‘main’ :
2497.02 s
[hourglass] TimeDB
2497.02 s
[monad-control] src/Control/Monad/Trans/Control.hs:207:19: warning : [ GHC-39567 ] [ -Wstar-is-type ]
2497.02 s
[monad-control] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
2497.02 s
[monad-control] relies on the StarIsType extension, which will become
2497.02 s
[monad-control] deprecated in the future.
2497.02 s
[monad-control] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
2497.02 s
[monad-control] |
2497.02 s
[monad-control] 207 | type StT t a :: *
2497.02 s
[monad-control] | ^
2497.02 s
[monad-control]
2497.02 s
[monad-control] src/Control/Monad/Trans/Control.hs:546:21: warning : [ GHC-39567 ] [ -Wstar-is-type ]
2497.02 s
[monad-control] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
2497.02 s
[monad-control] relies on the StarIsType extension, which will become
2497.02 s
[monad-control] deprecated in the future.
2497.02 s
[monad-control] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
2497.02 s
[monad-control] |
2497.02 s
[monad-control] 546 | type StM m a :: *
2497.02 s
[monad-control] | ^
2497.02 s
[monad-control] Phase: checkPhase
2497.02 s
[monad-control] Package has no test suites.
2497.02 s
[monad-control] Phase: haddockPhase
2497.02 s
[monad-control] Preprocessing library for monad-control-1.0.3.1..
2497.02 s
[monad-control] Running Haddock on library for monad-control-1.0.3.1..
2497.02 s
[monad-control] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2497.02 s
[monad-control] Warning: 'lift' is out of scope.
2497.02 s
[monad-control] If you qualify the identifier, haddock can try to link it anyway.
2497.02 s
[monad-control] Warning: 'withFile' is out of scope.
2497.02 s
[monad-control] If you qualify the identifier, haddock can try to link it anyway.
2497.02 s
[monad-control] Warning: 'ErrorT' is out of scope.
2497.02 s
[monad-control] If you qualify the identifier, haddock can try to link it anyway.
2497.02 s
[monad-control] Warning: 'Error' is out of scope.
2497.02 s
[monad-control] If you qualify the identifier, haddock can try to link it anyway.
2497.02 s
[monad-control] Warning: 'ListT' is out of scope.
2497.02 s
[monad-control] If you qualify the identifier, haddock can try to link it anyway.
2497.02 s
[monad-control] Warning: 'Just' is out of scope.
2497.02 s
[monad-control] If you qualify the identifier, haddock can try to link it anyway.
2497.02 s
[monad-control] Warning: 'flip' is out of scope.
2497.02 s
[monad-control] If you qualify the identifier, haddock can try to link it anyway.
2497.02 s
[monad-control] Warning: 'liftIO' is out of scope.
2497.02 s
[monad-control] If you qualify the identifier, haddock can try to link it anyway.
2497.02 s
[monad-control] Warning: 'liftBase' is out of scope.
2497.02 s
[monad-control] If you qualify the identifier, haddock can try to link it anyway.
2497.02 s
[monad-control] Warning: 'MonadIO' is out of scope.
2497.02 s
[monad-control] If you qualify the identifier, haddock can try to link it anyway.
2497.02 s
[monad-control] 100% ( 35 / 35) in 'Control.Monad.Trans.Control'
2497.02 s
[monad-control]
2497.02 s
[monad-control] src/Control/Monad/Trans/Control.hs:207:19: warning : [ GHC-39567 ] [ -Wstar-is-type ]
2497.02 s
[monad-control] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
2497.02 s
[monad-control] relies on the StarIsType extension, which will become
2497.02 s
[monad-control] deprecated in the future.
2497.02 s
[monad-control] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
2497.02 s
[monad-control] |
2497.02 s
[monad-control] 207 | type StT t a :: *
2497.02 s
[monad-control] | ^
2497.03 s
[monad-control]
2497.03 s
[monad-control] src/Control/Monad/Trans/Control.hs:546:21: warning : [ GHC-39567 ] [ -Wstar-is-type ]
2497.03 s
[monad-control] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
2497.03 s
[monad-control] relies on the StarIsType extension, which will become
2497.03 s
[monad-control] deprecated in the future.
2497.03 s
[monad-control] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
2497.03 s
[monad-control] |
2497.03 s
[monad-control] 546 | type StM m a :: *
2497.03 s
[monad-control] | ^
2497.03 s
[monad-control] Documentation created: dist/doc/html/monad-control/index.html,
2497.03 s
[monad-control] dist/doc/html/monad-control/monad-control.txt
2497.03 s
[monad-control] Phase: installPhase
2497.03 s
[monad-control] Installing library in /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2497.03 s
[monad-control] Phase: fixupPhase
2497.03 s
[monad-control] shrinking RPATHs of ELF executables and libraries in /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1
2497.03 s
[network-uri] [2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, dist/build/Network/URI/Lens.p_o )
2497.03 s
[network-uri] [3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, dist/build/Network/URI/Static.p_o )
2497.03 s
[network-uri] Preprocessing test suite 'uri' for network-uri-2.6.4.2..
2497.03 s
[network-uri] Building test suite 'uri' for network-uri-2.6.4.2..
2497.03 s
[network-uri] [1 of 1] Compiling Main ( tests/uri001.hs, dist/build/uri/uri-tmp/Main.o )
2497.03 s
[network-uri]
2497.03 s
[network-uri] tests/uri001.hs:1279:5: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2497.03 s
[network-uri] Pattern match(es) are non-exhaustive
2497.03 s
[network-uri] In a pattern binding:
2497.03 s
[network-uri] Patterns of type ‘Maybe URI’ not matched: Nothing
2497.03 s
[network-uri] |
2497.03 s
[network-uri] 1279 | Just uri = parseURIReference str
2497.03 s
[network-uri] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2497.03 s
[network-uri]
2497.03 s
[network-uri] tests/uri001.hs:1285:5: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2497.03 s
[network-uri] Pattern match(es) are non-exhaustive
2497.03 s
[network-uri] In a pattern binding:
2497.03 s
[network-uri] Patterns of type ‘Maybe URI’ not matched: Nothing
2497.03 s
[network-uri] |
2497.03 s
[network-uri] 1285 | Just uri = parseURIReference str
2497.03 s
[network-uri] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2497.03 s
[network-uri]
2497.03 s
[network-uri] tests/uri001.hs:1405:1: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2497.03 s
[network-uri] Pattern match(es) are non-exhaustive
2497.03 s
[network-uri] In a pattern binding:
2497.03 s
[network-uri] Patterns of type ‘Maybe URI’ not matched: Nothing
2497.03 s
[network-uri] |
2497.03 s
[network-uri] 1405 | (Just bu02) = parseURIReference "http://example/x/y/z"
2497.03 s
[network-uri] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2497.03 s
[network-uri]
2497.03 s
[network-uri] tests/uri001.hs:1406:1: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2497.03 s
[network-uri] Pattern match(es) are non-exhaustive
2497.03 s
[network-uri] In a pattern binding:
2497.03 s
[network-uri] Patterns of type ‘Maybe URI’ not matched: Nothing
2497.03 s
[network-uri] |
2497.03 s
[network-uri] 1406 | (Just ou02) = parseURIReference "../abc"
2497.03 s
[network-uri] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2497.03 s
[network-uri]
2497.03 s
[network-uri] tests/uri001.hs:1407:1: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2497.03 s
[network-uri] Pattern match(es) are non-exhaustive
2497.03 s
[network-uri] In a pattern binding:
2497.03 s
[network-uri] Patterns of type ‘Maybe URI’ not matched: Nothing
2497.03 s
[network-uri] |
2497.03 s
[network-uri] 1407 | (Just ru02) = parseURIReference "http://example/x/abc"
2497.03 s
[network-uri] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2497.03 s
[network-uri] [2 of 2] Linking dist/build/uri/uri
2497.03 s
[network-uri] buildPhase completed in 1 minutes 20 seconds
2497.03 s
[network-uri] Phase: checkPhase
2497.03 s
[network-uri] Running 1 test suites...
2497.03 s
[network-uri] Test suite uri: RUNNING...
2497.03 s
[network-uri] all
2497.03 s
[network-uri] Test URIrefs
2497.03 s
[network-uri] testURIRef001: OK
2497.03 s
[network-uri] testURIRef002: OK
2497.03 s
[network-uri] testURIRef003: OK
2497.03 s
[network-uri] testURIRef004: OK
2497.03 s
[network-uri] testURIRef005: OK
2497.03 s
[network-uri] testURIRef006: OK
2497.03 s
[network-uri] testURIRef007: OK
2497.03 s
[network-uri] testURIRef008: OK
2497.03 s
[network-uri] testURIRef009: OK
2497.03 s
[network-uri] testURIRef010: OK
2497.03 s
[network-uri] testURIRef011: OK
2497.03 s
[network-uri] testURIRef012: OK
2497.03 s
[network-uri] testURIRef013: OK
2497.03 s
[network-uri] testURIRef014: OK
2497.03 s
[network-uri] testURIRef015: OK
2497.03 s
[network-uri] testURIRef016: OK
2497.03 s
[network-uri] testURIRef017: OK
2497.03 s
[network-uri] testURIRef018: OK
2497.03 s
[network-uri] testURIRef019: OK
2497.03 s
[network-uri] testURIRef021: OK
2497.03 s
[network-uri] testURIRef022: OK
2497.03 s
[network-uri] testURIRef023: OK (0.02s)
2497.03 s
[network-uri] testURIRef024: OK
2497.03 s
[network-uri] testURIRef025: OK
2497.03 s
[network-uri] testURIRef026: OK
2497.03 s
[th-reify-many] [2 of 2] Compiling Language.Haskell.TH.ReifyMany ( src/Language/Haskell/TH/ReifyMany.hs, dist/build/Language/Haskell/TH/ReifyMany.p_o )
2497.03 s
[th-reify-many] Preprocessing test suite 'test' for th-reify-many-0.1.10..
2497.03 s
[th-reify-many] Building test suite 'test' for th-reify-many-0.1.10..
2497.03 s
[th-reify-many] [1 of 1] Compiling Main ( tests/Main.hs, dist/build/test/test-tmp/Main.o )
2497.03 s
[th-reify-many] [2 of 2] Linking dist/build/test/test
2497.03 s
[th-reify-many] Phase: checkPhase
2497.03 s
[th-reify-many] Running 1 test suites...
2497.03 s
[th-reify-many] Test suite test: RUNNING...
2497.03 s
[th-reify-many] worked!
2497.03 s
[th-reify-many] Test suite test: PASS
2497.03 s
[th-reify-many] Test suite logged to: dist/test/th-reify-many-0.1.10-test.log
2497.03 s
[th-reify-many] 1 of 1 test suites (1 of 1 test cases) passed.
2497.03 s
[th-reify-many] Phase: haddockPhase
2497.03 s
[th-reify-many] Preprocessing library for th-reify-many-0.1.10..
2497.03 s
[th-reify-many] Running Haddock on library for th-reify-many-0.1.10..
2497.03 s
[th-reify-many] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2497.03 s
[th-reify-many] 92% ( 12 / 13) in 'Language.Haskell.TH.ReifyMany.Internal'
2497.03 s
[th-reify-many] Missing documentation for:
2497.03 s
[th-reify-many] Module header
2497.03 s
[th-reify-many] 100% ( 4 / 4) in 'Language.Haskell.TH.ReifyMany'
2497.03 s
[validity] Documentation created: dist/doc/html/validity/index.html,
2497.03 s
[validity] dist/doc/html/validity/validity.txt
2497.03 s
[validity] Preprocessing test suite 'validity-test' for validity-0.12.1.0..
2497.03 s
[validity] Phase: installPhase
2497.03 s
[validity] Installing library in /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2497.03 s
[validity] Phase: fixupPhase
2497.03 s
[validity] shrinking RPATHs of ELF executables and libraries in /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0
2497.03 s
[validity] shrinking /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSvalidity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh-ghc9.6.4.so
2497.03 s
[validity] checking for references to /build/ in /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0...
2497.03 s
[validity] patching script interpreter paths in /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0
2497.03 s
[validity] stripping (with command strip and flags -S -p) in /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/lib
2497.03 s
[validity] shrinking RPATHs of ELF executables and libraries in /nix/store/dmml2qvqxgkas2x574bivg70si28rvax-validity-0.12.1.0-doc
2497.03 s
[validity] checking for references to /build/ in /nix/store/dmml2qvqxgkas2x574bivg70si28rvax-validity-0.12.1.0-doc...
2497.03 s
[validity] patching script interpreter paths in /nix/store/dmml2qvqxgkas2x574bivg70si28rvax-validity-0.12.1.0-doc
2497.03 s
[zlib] [3 of 6] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, dist/build/Codec/Compression/Zlib/Internal.p_o )
2497.03 s
[zlib] [4 of 6] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, dist/build/Codec/Compression/Zlib/Raw.p_o )
2497.03 s
[zlib] [5 of 6] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, dist/build/Codec/Compression/Zlib.p_o )
2497.03 s
[zlib] [6 of 6] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, dist/build/Codec/Compression/GZip.p_o )
2497.03 s
[zlib] Preprocessing test suite 'tests' for zlib-0.7.1.0..
2497.03 s
[zlib] Building test suite 'tests' for zlib-0.7.1.0..
2497.03 s
[zlib] [1 of 4] Compiling Test.Codec.Compression.Zlib.Stream ( test/Test/Codec/Compression/Zlib/Stream.hs, dist/build/tests/tests-tmp/Test/Codec/Compression/Zlib/Stream.o )
2497.03 s
[zlib] [2 of 4] Compiling Test.Codec.Compression.Zlib.Internal ( test/Test/Codec/Compression/Zlib/Internal.hs, dist/build/tests/tests-tmp/Test/Codec/Compression/Zlib/Internal.o )
2497.03 s
[zlib] [3 of 4] Compiling Utils ( test/Utils.hs, dist/build/tests/tests-tmp/Utils.o )
2497.03 s
[zlib] [4 of 4] Compiling Main ( test/Test.hs, dist/build/tests/tests-tmp/Main.o )
2497.03 s
[zlib] [5 of 5] Linking dist/build/tests/tests
2497.03 s
[zlib] buildPhase completed in 1 minutes 3 seconds
2497.03 s
[zlib] Phase: checkPhase
2497.03 s
[zlib] Running 1 test suites...
2497.03 s
[zlib] Test suite tests: RUNNING...
2497.03 s
[zlib] zlib tests
2497.03 s
[zlib] property tests
2497.03 s
[zlib] decompress . compress = id (standard): OK (3.35s)
2497.03 s
[zlib] +++ OK, passed 100 tests; 99 discarded.
2497.03 s
[zlib] decompress . compress = id (Zlib -> GZipOrZLib): OK (3.19s)
2497.03 s
[zlib] +++ OK, passed 100 tests; 142 discarded.
2497.03 s
[crypton] [ 30 of 139] Compiling Crypto.Hash.Keccak ( Crypto/Hash/Keccak.hs, dist/build/Crypto/Hash/Keccak.o, dist/build/Crypto/Hash/Keccak.dyn_o )
2497.03 s
[crypton] [ 31 of 139] Compiling Crypto.Hash.IO ( Crypto/Hash/IO.hs, dist/build/Crypto/Hash/IO.o, dist/build/Crypto/Hash/IO.dyn_o )
2497.03 s
[crypton] [ 32 of 139] Compiling Crypto.Hash.Blake2sp ( Crypto/Hash/Blake2sp.hs, dist/build/Crypto/Hash/Blake2sp.o, dist/build/Crypto/Hash/Blake2sp.dyn_o )
2497.03 s
[crypton] [ 33 of 139] Compiling Crypto.Hash.Blake2s ( Crypto/Hash/Blake2s.hs, dist/build/Crypto/Hash/Blake2s.o, dist/build/Crypto/Hash/Blake2s.dyn_o )
2497.03 s
[crypton] [ 34 of 139] Compiling Crypto.Hash.Blake2bp ( Crypto/Hash/Blake2bp.hs, dist/build/Crypto/Hash/Blake2bp.o, dist/build/Crypto/Hash/Blake2bp.dyn_o )
2497.03 s
[crypton] [ 35 of 139] Compiling Crypto.Hash.Blake2b ( Crypto/Hash/Blake2b.hs, dist/build/Crypto/Hash/Blake2b.o, dist/build/Crypto/Hash/Blake2b.dyn_o )
2497.03 s
[crypton] [ 36 of 139] Compiling Crypto.Cipher.Types.GF ( Crypto/Cipher/Types/GF.hs, dist/build/Crypto/Cipher/Types/GF.o, dist/build/Crypto/Cipher/Types/GF.dyn_o )
2497.03 s
[crypton] [ 37 of 139] Compiling Crypto.Cipher.Types.AEAD ( Crypto/Cipher/Types/AEAD.hs, dist/build/Crypto/Cipher/Types/AEAD.o, dist/build/Crypto/Cipher/Types/AEAD.dyn_o )
2497.03 s
[crypton] [ 38 of 139] Compiling Crypto.Cipher.Types.Block ( Crypto/Cipher/Types/Block.hs, dist/build/Crypto/Cipher/Types/Block.o, dist/build/Crypto/Cipher/Types/Block.dyn_o )
2497.03 s
[generic-deriving] checking for references to /build/ in /nix/store/gdhq9z2cphbq5misz1nyr4lcrxbkqr2x-generic-deriving-1.14.6-doc...
2497.03 s
[generic-deriving] patching script interpreter paths in /nix/store/gdhq9z2cphbq5misz1nyr4lcrxbkqr2x-generic-deriving-1.14.6-doc
2497.03 s
[hashable] Phase: haddockPhase
2497.03 s
[hashable] Preprocessing library for hashable-1.4.7.0..
2497.03 s
[hashable] Running Haddock on library for hashable-1.4.7.0..
2497.03 s
[hashable] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2497.03 s
[hashable] Warning: 'hash' is out of scope.
2497.03 s
[hashable] If you qualify the identifier, haddock can try to link it anyway.
2497.03 s
[hashable] Warning: 'defaultHashWith' is out of scope.
2497.03 s
[hashable] If you qualify the identifier, haddock can try to link it anyway.
2497.03 s
[hashable] Warning: 'Arg' is out of scope.
2497.03 s
[hashable] If you qualify the identifier, haddock can try to link it anyway.
2497.03 s
[hashable] 80% ( 8 / 10) in 'Data.Hashable.Lifted'
2497.03 s
[hashable] Missing documentation for:
2497.03 s
[hashable] Hashable1 (src/Data/Hashable/Class.hs:278)
2497.03 s
[hashable] Hashable2 (src/Data/Hashable/Class.hs:293)
2497.03 s
[hashable]
2497.03 s
[hashable] src/Data/Hashable/Generic/Instances.hs:5:14: warning : [ GHC-19244 ] [ -Wtrustworthy-safe ]
2497.03 s
[hashable] ‘Data.Hashable.Generic.Instances’ is marked as Trustworthy but has been inferred as safe!
2497.03 s
[hashable] |
2497.03 s
[hashable] 5 | {-# LANGUAGE Trustworthy #-}
2497.03 s
[hashable] | ^^^^^^^^^^^
2497.03 s
[hashable] 66% ( 6 / 9) in 'Data.Hashable.Generic'
2497.03 s
[hashable] Missing documentation for:
2497.03 s
[hashable] One (src/Data/Hashable/Class.hs:268)
2497.03 s
[hashable] Zero (src/Data/Hashable/Class.hs:267)
2497.03 s
[hashable] HashArgs (src/Data/Hashable/Class.hs:270)
2497.03 s
[hashable] Warning: 'Generic' is out of scope.
2497.03 s
[hashable] If you qualify the identifier, haddock can try to link it anyway.
2497.03 s
[hashable] 100% ( 31 / 31) in 'Data.Hashable'
2497.03 s
[hashable] Warning: Data.Hashable.Generic: could not find link destinations for:
2497.03 s
[hashable] - Data.Hashable.Class.D:R:HashArgsOnea0
2497.03 s
[hashable] - Data.Hashable.Class.D:R:HashArgsZeroa0
2497.03 s
[hashable] - Data.Hashable.Generic.Instances.GSum
2497.03 s
[hashable] Warning: Data.Hashable: could not find link destinations for:
2497.03 s
[hashable] - Data.Hashable.Mix.Salt
2497.03 s
[hashable] Documentation created: dist/doc/html/hashable/index.html,
2497.03 s
[hashable] dist/doc/html/hashable/hashable.txt
2497.03 s
[hashable] Preprocessing test suite 'hashable-tests' for hashable-1.4.7.0..
2497.03 s
[hashable] Preprocessing test suite 'xxhash-tests' for hashable-1.4.7.0..
2497.03 s
[hashable] Preprocessing test suite 'hashable-examples' for hashable-1.4.7.0..
2497.03 s
[hashable] haddockPhase completed in 34 seconds
2497.03 s
[hashable] Phase: installPhase
2497.03 s
[hashable] Installing library in /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2497.03 s
[haskell-src-exts] 93% ( 42 / 45) in 'Language.Haskell.Exts.Parser'
2497.03 s
[haskell-src-exts] Missing documentation for:
2497.03 s
[haskell-src-exts] unListOf (src/Language/Haskell/Exts/Parser.hs:249)
2497.03 s
[haskell-src-exts] PragmasAndModuleHead (src/Language/Haskell/Exts/Parser.hs:192)
2497.03 s
[haskell-src-exts] ModuleHeadAndImports (src/Language/Haskell/Exts/Parser.hs:212)
2497.03 s
[haskell-src-exts] 66% ( 2 / 3) in 'Language.Haskell.Exts.ExactPrint'
2497.04 s
[haskell-src-exts] Missing documentation for:
2497.04 s
[haskell-src-exts] ExactP (src/Language/Haskell/Exts/ExactPrint.hs:224)
2497.04 s
[haskell-src-exts]
2497.04 s
[haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:50:3: warning : [ -Wnoncanonical-monad-instances ]
2497.04 s
[haskell-src-exts] Noncanonical ‘pure = return’ definition detected
2497.04 s
[haskell-src-exts] in the instance declaration for ‘Applicative EP’.
2497.04 s
[haskell-src-exts] Move definition from ‘return’ to ‘pure’
2497.04 s
[haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2497.04 s
[haskell-src-exts] |
2497.04 s
[haskell-src-exts] 50 | pure = return
2497.04 s
[haskell-src-exts] | ^^^^^^^^^^^^^
2497.04 s
[haskell-src-exts]
2497.04 s
[haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:54:3: warning : [ -Wnoncanonical-monad-instances ]
2497.04 s
[haskell-src-exts] Noncanonical ‘return’ definition detected
2497.04 s
[haskell-src-exts] in the instance declaration for ‘Monad EP’.
2497.04 s
[haskell-src-exts] ‘return’ will eventually be removed in favour of ‘pure’
2497.04 s
[haskell-src-exts] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2497.04 s
[haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2497.04 s
[haskell-src-exts] |
2497.04 s
[haskell-src-exts] 54 | return x = EP $ \l cs -> (x, l, cs, id)
2497.04 s
[haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2497.04 s
[haskell-src-exts] 100% ( 49 / 49) in 'Language.Haskell.Exts.Build'
2497.04 s
[haskell-src-exts]
2497.04 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:17:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2497.04 s
[haskell-src-exts] This binding for ‘x’ shadows the existing binding
2497.04 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:17
2497.04 s
[haskell-src-exts] |
2497.04 s
[haskell-src-exts] 17 | allProg (('\\':x ):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs
2497.04 s
[haskell-src-exts] | ^
2497.04 s
[haskell-src-exts]
2497.04 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:17:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2497.04 s
[haskell-src-exts] This binding for ‘xs’ shadows the existing binding
2497.04 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:20
2497.04 s
[haskell-src-exts] |
2497.04 s
[haskell-src-exts] 17 | allProg (('\\':x):xs ) | "end{code}"`isPrefixOf`x = Blank : classify xs
2497.04 s
[haskell-src-exts] | ^^
2497.04 s
[haskell-src-exts]
2497.04 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:18:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2497.04 s
[haskell-src-exts] This binding for ‘x’ shadows the existing binding
2497.04 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:17
2497.04 s
[haskell-src-exts] |
2497.04 s
[haskell-src-exts] 18 | allProg (x :xs) = Program x:allProg xs
2497.04 s
[haskell-src-exts] | ^
2497.04 s
[haskell-src-exts]
2497.04 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:18:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2497.04 s
[haskell-src-exts] This binding for ‘xs’ shadows the existing binding
2497.04 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:20
2497.04 s
[haskell-src-exts] |
2497.04 s
[haskell-src-exts] 18 | allProg (x:xs ) = Program x:allProg xs
2497.04 s
[haskell-src-exts] | ^^
2497.04 s
[haskell-src-exts]
2497.04 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:27:11: warning : [ -Wunused-matches ]
2497.04 s
[haskell-src-exts] Defined but not used: ‘x’
2497.04 s
[haskell-src-exts] |
2497.04 s
[haskell-src-exts] 27 | classify (x :xs) = Comment:classify xs
2497.04 s
[haskell-src-exts] | ^
2497.04 s
[haskell-src-exts]
2497.04 s
[hourglass] [3 of 3] Linking dist/build/test-hourglass/test-hourglass
2497.04 s
[hourglass] buildPhase completed in 1 minutes 34 seconds
2497.04 s
[hourglass] Phase: checkPhase
2497.04 s
[hourglass] Running 1 test suites...
2497.04 s
[hourglass] Test suite test-hourglass: RUNNING...
2497.04 s
[hourglass] hourglass
2497.04 s
[hourglass] conversion
2497.04 s
[hourglass] calendar: OK
2497.04 s
[hourglass] +++ OK, passed 100 tests.
2497.04 s
[hourglass] win epoch: OK (0.02s)
2497.04 s
[hourglass] +++ OK, passed 100 tests.
2497.04 s
[hourglass] localtime
2497.04 s
[hourglass] eq: OK
2497.04 s
[hourglass] +++ OK, passed 100 tests.
2497.04 s
[hourglass] set: OK
2497.04 s
[hourglass] +++ OK, passed 100 tests.
2497.04 s
[hourglass] arithmetic
2497.04 s
[hourglass] ElapseP add
2497.04 s
[hourglass] 1s.90000000ns + 2s.90000000ns ?= 3s.180000000ns: OK
2497.04 s
[hourglass] 1s.900000000ns + 1s.200000000ns ?= 3s.100000000ns: OK
2497.04 s
[hourglass] 1s.1ns + 0s.999999999ns ?= 2s.0ns: OK
2497.04 s
[hourglass] ElapseP sub
2497.04 s
[hourglass] 1s.100000000ns - 1s.100000000ns ?= 0s.0ns: OK
2497.04 s
[hourglass] 1s.900000000ns - 1s.100000000ns ?= 0s.800000000ns: OK
2497.04 s
[hourglass] 1s.100000000ns - 0s.200000000ns ?= 0s.900000000ns: OK
2497.04 s
[hourglass] 1s.100000000ns - 2s.400000000ns ?= -2s.700000000ns: OK
2497.04 s
[hourglass] Arbitrary-isValidDate: OK
2497.04 s
[hourglass] +++ OK, passed 100 tests.
2497.04 s
[hourglass] dateAddPeriod: OK
2497.04 s
[hourglass] +++ OK, passed 100 tests.
2497.04 s
[hourglass] formating
2497.04 s
[hourglass] iso8601 date: OK
2497.04 s
[hourglass] +++ OK, passed 100 tests.
2497.04 s
[hourglass] unix seconds: OK
2497.04 s
[hourglass] +++ OK, passed 100 tests.
2497.04 s
[hourglass] parsing
2497.04 s
[hourglass] iso8601 date: OK
2497.04 s
[hourglass] +++ OK, passed 100 tests.
2497.04 s
[hourglass] timezone: OK
2497.04 s
[hourglass] +++ OK, passed 100 tests.
2497.04 s
[hourglass] custom-1: OK
2497.04 s
[hourglass] +++ OK, passed 100 tests.
2497.04 s
[hourglass] custom-2: OK
2497.04 s
[hourglass] +++ OK, passed 100 tests.
2497.04 s
[hourglass] Regression Tests
2497.04 s
[hourglass] Real instance of ElapsedP (#33): OK
2497.04 s
[hourglass] Real instance of ElapsedP (#33) (2): OK
2497.04 s
[hourglass]
2497.04 s
[hourglass] All 21 tests passed (0.04s)
2497.04 s
[hourglass] Test suite test-hourglass: PASS
2497.04 s
[hourglass] Test suite logged to: dist/test/hourglass-0.2.12-test-hourglass.log
2497.04 s
[hourglass] 1 of 1 test suites (1 of 1 test cases) passed.
2497.04 s
[hourglass] Phase: haddockPhase
2497.04 s
[hourglass] Preprocessing library for hourglass-0.2.12..
2497.04 s
[hourglass] Running Haddock on library for hourglass-0.2.12..
2497.04 s
[hourglass] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2497.04 s
[hourglass] 100% ( 23 / 23) in 'Time.Types'
2497.04 s
[hourglass] 100% ( 2 / 2) in 'Data.Hourglass.Types'
2497.04 s
[hourglass]
2497.04 s
[hourglass] Data/Hourglass/Internal/Unix.hs:24:1: warning : [ -Wunused-imports ]
2497.04 s
[hourglass] The import of ‘Control.Applicative’ is redundant
2497.04 s
[hourglass] except perhaps to import instances from ‘Control.Applicative’
2497.05 s
[hourglass] To import instances alone, use: import Control.Applicative()
2497.05 s
[hourglass] |
2497.05 s
[hourglass] 24 | import Control.Applicative
2497.05 s
[hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2497.05 s
[hourglass]
2497.05 s
[hourglass] Data/Hourglass/Diff.hs:23:1: warning : [ -Wunused-imports ]
2497.05 s
[hourglass] The import of ‘Data.Monoid’ is redundant
2497.05 s
[hourglass] except perhaps to import instances from ‘Data.Monoid’
2497.05 s
[hourglass] To import instances alone, use: import Data.Monoid()
2497.05 s
[hourglass] |
2497.05 s
[hourglass] 23 | import Data.Monoid
2497.05 s
[hourglass] | ^^^^^^^^^^^^^^^^^^
2497.05 s
[hourglass]
2497.05 s
[hourglass] Data/Hourglass/Diff.hs:49:5: warning : [ -Wnoncanonical-monoid-instances ]
2497.05 s
[hourglass] Noncanonical ‘mappend’ definition detected
2497.05 s
[hourglass] in the instance declaration for ‘Monoid Period’.
2497.05 s
[hourglass] ‘mappend’ will eventually be removed in favour of ‘(<>)’
2497.05 s
[hourglass] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
2497.05 s
[hourglass] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
2497.05 s
[hourglass] |
2497.05 s
[hourglass] 49 | mappend (Period y1 m1 d1) (Period y2 m2 d2) =
2497.05 s
[monad-control] shrinking /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSmonad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI-ghc9.6.4.so
2497.05 s
[monad-control] checking for references to /build/ in /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1...
2497.05 s
[monad-control] patching script interpreter paths in /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1
2497.05 s
[monad-control] stripping (with command strip and flags -S -p) in /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/lib
2497.05 s
[monad-control] shrinking RPATHs of ELF executables and libraries in /nix/store/mmqf74fp2d0a4rmc4y81rj897k010pvg-monad-control-1.0.3.1-doc
2497.05 s
[monad-control] checking for references to /build/ in /nix/store/mmqf74fp2d0a4rmc4y81rj897k010pvg-monad-control-1.0.3.1-doc...
2497.05 s
[monad-control] patching script interpreter paths in /nix/store/mmqf74fp2d0a4rmc4y81rj897k010pvg-monad-control-1.0.3.1-doc
2497.05 s
[network-uri] testURIRef027: OK
2497.05 s
[network-uri] testURIRef028: OK
2497.05 s
[network-uri] testURIRef029: OK
2497.05 s
[network-uri] testURIRef031: OK
2497.05 s
[network-uri] testURIRef032: OK
2497.05 s
[network-uri] testURIRef033: OK
2497.05 s
[network-uri] testURIRef034: OK
2497.05 s
[network-uri] testURIRef035: OK
2497.05 s
[network-uri] testURIRef036: OK
2497.05 s
[network-uri] testURIRef037: OK
2497.05 s
[network-uri] testURIRef038: OK
2497.05 s
[network-uri] testURIRef039: OK
2497.05 s
[network-uri] testURIRef040: OK
2497.05 s
[network-uri] testURIRef041: OK
2497.05 s
[network-uri] testURIRef042: OK
2497.05 s
[network-uri] testURIRef043: OK
2497.05 s
[network-uri] testURIRef044: OK
2497.05 s
[network-uri] testURIRef045: OK
2497.05 s
[network-uri] testURIRef046: OK
2497.05 s
[network-uri] testURIRef047: OK
2497.05 s
[network-uri] testURIRef048: OK
2497.05 s
[network-uri] testURIRef049: OK
2497.05 s
[network-uri] testURIRef050: OK
2497.05 s
[network-uri] testURIRef051: OK
2497.05 s
[network-uri] testURIRef052: OK
2497.05 s
[network-uri] testURIRef053: OK
2497.05 s
[network-uri] testURIRef054: OK
2497.05 s
[network-uri] testURIRef055: OK
2497.05 s
[network-uri] testURIRef056: OK
2497.05 s
[network-uri] testURIRef057: OK
2497.05 s
[network-uri] testURIRef058: OK
2497.05 s
[network-uri] testURIRef059: OK
2497.05 s
[network-uri] testURIRef060: OK
2497.05 s
[network-uri] testURIRef061: OK
2497.05 s
[network-uri] testURIRef062: OK
2497.05 s
[network-uri] testURIRef063: OK
2497.05 s
[network-uri] testURIRef064: OK
2497.05 s
[network-uri] testURIRef065: OK
2497.05 s
[network-uri] testURIRef066: OK
2497.05 s
[network-uri] testURIRef067: OK
2497.05 s
[network-uri] testURIRef068: OK
2497.05 s
[network-uri] testURIRef069: OK
2497.05 s
[network-uri] testURIRef070: OK
2497.05 s
[network-uri] testURIRef071: OK
2497.05 s
[network-uri] testURIRef072: OK
2497.05 s
[network-uri] testURIRef073: OK
2497.05 s
[network-uri] testURIRef074: OK
2497.05 s
[network-uri] testURIRef075: OK
2497.05 s
[network-uri] testURIRef076: OK
2497.05 s
[network-uri] testURIRef077: OK
2497.05 s
[network-uri] testURIRef080: OK
2497.05 s
[network-uri] testURIRef081: OK
2497.05 s
[network-uri] testURIRef082: OK
2497.05 s
[network-uri] testURIRef083: OK
2497.05 s
[network-uri] testURIRef084: OK
2497.05 s
[network-uri] testURIRef085: OK
2497.05 s
[network-uri] testURIRef086: OK
2497.05 s
[network-uri] testURIRef087: OK
2497.05 s
[network-uri] testURIRef090: OK
2497.05 s
[network-uri] testURIRef091: OK
2497.05 s
[network-uri] testURIRef092: OK
2497.05 s
[network-uri] testURIRef093: OK
2497.05 s
[network-uri] testURIRef094: OK
2497.05 s
[network-uri] testURIRef095: OK
2497.05 s
[network-uri] testURIRef096: OK
2497.05 s
[network-uri] testURIRef097: OK
2497.05 s
[network-uri] testURIRef098: OK
2497.05 s
[network-uri] testURIRef101: OK
2497.05 s
[network-uri] testURIRef102: OK
2497.05 s
[network-uri] testURIRef103: OK
2497.05 s
[network-uri] testURIRef104: OK
2497.05 s
[network-uri] testURIRef105: OK
2497.05 s
[network-uri] testURIRef106: OK
2497.05 s
[network-uri] testURIRef107: OK
2497.05 s
[network-uri] testURIRef108: OK
2497.05 s
[network-uri] testURIRef111: OK
2497.05 s
[network-uri] testURIRef112: OK
2497.05 s
[network-uri] testURIRef113: OK (0.02s)
2497.05 s
[network-uri] testURIRef114: OK
2497.05 s
[network-uri] testURIRef115: OK
2497.05 s
[network-uri] testURIRef116: OK
2497.05 s
[network-uri] testURIRef117: OK
2497.05 s
[network-uri] testURIRef118: OK
2497.05 s
[network-uri] testURIRef119: OK
2497.05 s
[network-uri] testURIRef120: OK
2497.05 s
[network-uri] testURIRef121: OK
2497.05 s
[network-uri] testURIRef122: OK
2497.05 s
[network-uri] Test URIrefs
2497.05 s
[network-uri] testComponent01: OK
2497.05 s
[network-uri] testComponent02: OK
2497.05 s
[network-uri] testComponent03: OK
2497.05 s
[network-uri] testComponent04: OK
2497.05 s
[network-uri] testComponent05: OK
2497.05 s
[network-uri] testComponent06: OK
2497.05 s
[network-uri] testComponent07: OK
2497.05 s
[network-uri] testComponent11: OK
2497.05 s
[network-uri] testComponent12: OK
2497.05 s
[network-uri] Test Relative URIs
2497.05 s
[network-uri] testRelative01: OK
2497.06 s
[network-uri] testRelative02: OK
2497.06 s
[network-uri] testRelative03: OK
2497.06 s
[network-uri] testRelative04: OK
2497.06 s
[network-uri] testRelative05: OK
2497.06 s
[network-uri] testRelative06: OK
2497.06 s
[network-uri] testRelative07: OK
2497.06 s
[network-uri] testRelative08: OK
2497.06 s
[network-uri] testRelative09: OK
2497.06 s
[network-uri] testRelative10: OK
2497.06 s
[network-uri] testRelative11: OK
2497.55 s
[validity:post-build] Uploading to the NixCI cache: /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0 /nix/store/dmml2qvqxgkas2x574bivg70si28rvax-validity-0.12.1.0-doc
2498.09 s
[validity:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2498.86 s
[validity:post-build] copying 2 paths...
2498.86 s
[validity:post-build] copying path '/nix/store/dmml2qvqxgkas2x574bivg70si28rvax-validity-0.12.1.0-doc' to 'https://cache.nix-ci.com'...
2500.37 s
[validity:post-build] copying path '/nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0' to 'https://cache.nix-ci.com'...
2503.77 s
[validity:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2504.48 s
[validity:post-build] copying 1 paths...
2504.48 s
[validity:post-build] copying path '/nix/store/h1v9g1xfpvsnvspcgbqhm7454hiq3v46-validity-0.12.1.0.drv' to 'https://cache.nix-ci.com'...
2506.46 s
Uploaded validity in 9.0s
2506.46 s
Progress: 124 of 211 built (12 building), 298 of 298 downloaded from cache
2506.46 s
Built validity in 1m57s
2506.81 s
Building /nix/store/gdi5p0dx3iihvh8xjw4j486ji1jsykwg-genvalidity-1.1.1.0.drv
2506.81 s
[doctest] [ 3 of 42] Compiling Cabal.Paths ( src/Cabal/Paths.hs, dist/build/spec/spec-tmp/Cabal/Paths.o )
2506.81 s
[doctest] [ 4 of 42] Compiling Cabal.Options ( src/Cabal/Options.hs, dist/build/spec/spec-tmp/Cabal/Options.o )
2506.81 s
[doctest] [ 5 of 42] Compiling Cabal.OptionsSpec ( test/Cabal/OptionsSpec.hs, dist/build/spec/spec-tmp/Cabal/OptionsSpec.o )
2506.81 s
[doctest] [ 6 of 42] Compiling Language.Haskell.GhciWrapper ( src/Language/Haskell/GhciWrapper.hs, dist/build/spec/spec-tmp/Language/Haskell/GhciWrapper.o )
2506.81 s
[doctest] [ 7 of 42] Compiling Interpreter ( src/Interpreter.hs, dist/build/spec/spec-tmp/Interpreter.o )
2506.81 s
[doctest] [ 8 of 42] Compiling InterpreterSpec ( test/InterpreterSpec.hs, dist/build/spec/spec-tmp/InterpreterSpec.o )
2506.81 s
[doctest] [ 9 of 42] Compiling Info ( src/Info.hs, dist/build/spec/spec-tmp/Info.o )
2506.81 s
[doctest] [10 of 42] Compiling InfoSpec ( test/InfoSpec.hs, dist/build/spec/spec-tmp/InfoSpec.o )
2506.81 s
[doctest] [11 of 42] Compiling Cabal ( src/Cabal.hs, dist/build/spec/spec-tmp/Cabal.o )
2506.81 s
[doctest] [12 of 42] Compiling Cabal.PathsSpec ( test/Cabal/PathsSpec.hs, dist/build/spec/spec-tmp/Cabal/PathsSpec.o )
2506.81 s
[doctest] [13 of 42] Compiling Language.Haskell.GhciWrapperSpec ( test/Language/Haskell/GhciWrapperSpec.hs, dist/build/spec/spec-tmp/Language/Haskell/GhciWrapperSpec.o )
2506.81 s
[doctest] [14 of 42] Compiling Location ( src/Location.hs, dist/build/spec/spec-tmp/Location.o )
2506.81 s
[doctest] [15 of 42] Compiling LocationSpec ( test/LocationSpec.hs, dist/build/spec/spec-tmp/LocationSpec.o )
2506.81 s
[doctest] [16 of 42] Compiling Options ( src/Options.hs, dist/build/spec/spec-tmp/Options.o )
2506.81 s
[doctest] [17 of 42] Compiling OptionsSpec ( test/OptionsSpec.hs, dist/build/spec/spec-tmp/OptionsSpec.o )
2506.81 s
[doctest] [18 of 42] Compiling PackageDBs ( src/PackageDBs.hs, dist/build/spec/spec-tmp/PackageDBs.o )
2506.81 s
[doctest] [19 of 42] Compiling PackageDBsSpec ( test/PackageDBsSpec.hs, dist/build/spec/spec-tmp/PackageDBsSpec.o )
2506.81 s
[doctest] [20 of 42] Compiling Paths_doctest ( dist/build/spec/autogen/Paths_doctest.hs, dist/build/spec/spec-tmp/Paths_doctest.o )
2506.81 s
[doctest] [21 of 42] Compiling Test.DocTest.Internal.Cabal ( src/Test/DocTest/Internal/Cabal.hs, dist/build/spec/spec-tmp/Test/DocTest/Internal/Cabal.o )
2506.81 s
[doctest] [22 of 42] Compiling Test.DocTest.Internal.Location ( src/Test/DocTest/Internal/Location.hs, dist/build/spec/spec-tmp/Test/DocTest/Internal/Location.o )
2506.81 s
[doctest] [23 of 42] Compiling Util ( src/Util.hs, dist/build/spec/spec-tmp/Util.o )
2506.81 s
[doctest] [24 of 42] Compiling Extract ( src/Extract.hs, dist/build/spec/spec-tmp/Extract.o )
2506.81 s
[doctest] [25 of 42] Compiling Test.DocTest.Internal.Extract ( src/Test/DocTest/Internal/Extract.hs, dist/build/spec/spec-tmp/Test/DocTest/Internal/Extract.o )
2506.81 s
[doctest] [26 of 42] Compiling Parse ( src/Parse.hs, dist/build/spec/spec-tmp/Parse.o )
2507.29 s
[generic-deriving:post-build] Uploading to the NixCI cache: /nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6 /nix/store/gdhq9z2cphbq5misz1nyr4lcrxbkqr2x-generic-deriving-1.14.6-doc
2508.30 s
[generic-deriving:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2508.78 s
[generic-deriving:post-build] copying 2 paths...
2508.79 s
[generic-deriving:post-build] copying path '/nix/store/gdhq9z2cphbq5misz1nyr4lcrxbkqr2x-generic-deriving-1.14.6-doc' to 'https://cache.nix-ci.com'...
2512.56 s
[generic-deriving:post-build] copying path '/nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6' to 'https://cache.nix-ci.com'...
2528.66 s
[generic-deriving:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2529.62 s
[generic-deriving:post-build] copying 1 paths...
2529.63 s
[generic-deriving:post-build] copying path '/nix/store/jh7cmc7zadd7bs5x3xzzrnj7l0qvlh7y-generic-deriving-1.14.6.drv' to 'https://cache.nix-ci.com'...
2530.62 s
Uploaded generic-deriving in 23.4s
2530.63 s
Progress: 125 of 211 built (12 building), 298 of 298 downloaded from cache
2530.63 s
Built generic-deriving in 5m25s
2530.63 s
[hashable] Phase: fixupPhase
2530.63 s
[hashable] shrinking RPATHs of ELF executables and libraries in /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0
2530.63 s
[hashable] shrinking /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHShashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts-ghc9.6.4.so
2530.63 s
[hashable] checking for references to /build/ in /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0...
2530.63 s
[hashable] patching script interpreter paths in /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0
2530.63 s
[hashable] stripping (with command strip and flags -S -p) in /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/lib
2530.63 s
[hashable] shrinking RPATHs of ELF executables and libraries in /nix/store/q6nq3pbgmhphkyj7xvsnzx2pp2rfcxw7-hashable-1.4.7.0-doc
2530.63 s
[hashable] checking for references to /build/ in /nix/store/q6nq3pbgmhphkyj7xvsnzx2pp2rfcxw7-hashable-1.4.7.0-doc...
2530.63 s
[hashable] patching script interpreter paths in /nix/store/q6nq3pbgmhphkyj7xvsnzx2pp2rfcxw7-hashable-1.4.7.0-doc
2530.63 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:46:17: warning : [ -Wunused-matches ]
2530.63 s
[haskell-src-exts] Defined but not used: ‘y’
2530.63 s
[haskell-src-exts] |
2530.63 s
[haskell-src-exts] 46 | adjacent file n y @(Program _) (x@Comment :xs) = error (message file n "program" "comment")
2530.63 s
[haskell-src-exts] | ^
2530.63 s
[haskell-src-exts]
2530.63 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:46:32: warning : [ -Wunused-matches ]
2530.63 s
[haskell-src-exts] Defined but not used: ‘x’
2530.63 s
[haskell-src-exts] |
2530.63 s
[haskell-src-exts] 46 | adjacent file n y@(Program _) (x @Comment :xs) = error (message file n "program" "comment")
2530.63 s
[haskell-src-exts] | ^
2530.63 s
[haskell-src-exts]
2530.63 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:46:48: warning : [ -Wunused-matches ]
2530.63 s
[haskell-src-exts] Defined but not used: ‘xs’
2530.63 s
[haskell-src-exts] |
2530.63 s
[haskell-src-exts] 46 | adjacent file n y@(Program _) (x@Comment :xs ) = error (message file n "program" "comment")
2530.63 s
[haskell-src-exts] | ^^
2530.63 s
[haskell-src-exts]
2530.63 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:47:10: warning : [ -Wunused-matches ]
2530.63 s
[haskell-src-exts] Defined but not used: ‘file’
2530.63 s
[haskell-src-exts] |
2530.63 s
[haskell-src-exts] 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs
2530.63 s
[haskell-src-exts] | ^^^^
2530.63 s
[haskell-src-exts]
2530.63 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:47:15: warning : [ -Wunused-matches ]
2530.63 s
[haskell-src-exts] Defined but not used: ‘n’
2530.63 s
[haskell-src-exts] |
2530.63 s
[haskell-src-exts] 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs
2530.63 s
[haskell-src-exts] | ^
2530.63 s
[haskell-src-exts]
2530.63 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:49:17: warning : [ -Wunused-matches ]
2530.63 s
[haskell-src-exts] Defined but not used: ‘y’
2530.63 s
[haskell-src-exts] |
2530.63 s
[haskell-src-exts] 49 | adjacent file n y @Comment (x@(Program _) :xs) = error (message file n "comment" "program")
2530.63 s
[haskell-src-exts] | ^
2530.63 s
[haskell-src-exts]
2530.63 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:49:32: warning : [ -Wunused-matches ]
2530.63 s
[haskell-src-exts] Defined but not used: ‘x’
2530.63 s
[haskell-src-exts] |
2530.63 s
[haskell-src-exts] 49 | adjacent file n y@Comment (x @(Program _) :xs) = error (message file n "comment" "program")
2530.63 s
[haskell-src-exts] | ^
2530.63 s
[haskell-src-exts]
2530.63 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:49:48: warning : [ -Wunused-matches ]
2530.63 s
[haskell-src-exts] Defined but not used: ‘xs’
2530.63 s
[haskell-src-exts] |
2530.63 s
[haskell-src-exts] 49 | adjacent file n y@Comment (x@(Program _) :xs ) = error (message file n "comment" "program")
2530.63 s
[haskell-src-exts] | ^^
2530.63 s
[haskell-src-exts]
2530.63 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:50:10: warning : [ -Wunused-matches ]
2530.63 s
[haskell-src-exts] Defined but not used: ‘file’
2530.63 s
[haskell-src-exts] |
2530.63 s
[haskell-src-exts] 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs
2530.63 s
[haskell-src-exts] | ^^^^
2530.63 s
[haskell-src-exts]
2530.63 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:50:15: warning : [ -Wunused-matches ]
2530.63 s
[haskell-src-exts] Defined but not used: ‘n’
2530.63 s
[haskell-src-exts] |
2530.63 s
[haskell-src-exts] 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs
2530.63 s
[haskell-src-exts] | ^
2530.63 s
[haskell-src-exts]
2530.63 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:52:10: warning : [ -Wunused-matches ]
2530.63 s
[haskell-src-exts] Defined but not used: ‘file’
2530.63 s
[haskell-src-exts] |
2530.63 s
[hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2530.63 s
[hourglass]
2530.63 s
[hourglass] Data/Hourglass/Diff.hs:70:5: warning : [ -Wnoncanonical-monoid-instances ]
2530.63 s
[hourglass] Noncanonical ‘mappend’ definition detected
2530.63 s
[hourglass] in the instance declaration for ‘Monoid Duration’.
2530.63 s
[hourglass] ‘mappend’ will eventually be removed in favour of ‘(<>)’
2530.63 s
[hourglass] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
2530.64 s
[hourglass] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
2530.64 s
[hourglass] |
2530.64 s
[hourglass] 70 | mappend (Duration h1 m1 s1 ns1) (Duration h2 m2 s2 ns2) =
2530.64 s
[hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2530.64 s
[hourglass] 100% ( 9 / 9) in 'Data.Hourglass.Epoch'
2530.64 s
[hourglass] 100% ( 10 / 10) in 'Time.System'
2530.64 s
[hourglass]
2530.64 s
[hourglass] Time/System.hs:23:1: warning : [ -Wunused-imports ]
2530.64 s
[hourglass] The import of ‘Control.Applicative’ is redundant
2530.64 s
[hourglass] except perhaps to import instances from ‘Control.Applicative’
2530.64 s
[hourglass] To import instances alone, use: import Control.Applicative()
2530.64 s
[hourglass] |
2530.64 s
[hourglass] 23 | import Control.Applicative
2530.64 s
[hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2530.64 s
[hourglass] 100% ( 2 / 2) in 'System.Hourglass'
2530.64 s
[hourglass] Warning: 'Jan' is out of scope.
2530.64 s
[hourglass] If you qualify the identifier, haddock can try to link it anyway.
2530.64 s
[hourglass] Warning: 'Feb' is out of scope.
2530.64 s
[hourglass] If you qualify the identifier, haddock can try to link it anyway.
2530.64 s
[hourglass] 100% ( 57 / 57) in 'Data.Hourglass'
2530.64 s
[hourglass] 100% ( 4 / 4) in 'Time.Compat'
2530.64 s
[hourglass] 100% ( 2 / 2) in 'Data.Hourglass.Compat'
2530.64 s
[hourglass] Documentation created: dist/doc/html/hourglass/index.html,
2530.64 s
[hourglass] dist/doc/html/hourglass/hourglass.txt
2530.64 s
[hourglass] Preprocessing test suite 'test-hourglass' for hourglass-0.2.12..
2530.64 s
[hourglass] Phase: installPhase
2530.64 s
[hourglass] Installing library in /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2530.64 s
[hourglass] Phase: fixupPhase
2530.64 s
[hourglass] shrinking RPATHs of ELF executables and libraries in /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12
2530.64 s
[hourglass] shrinking /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHShourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg-ghc9.6.4.so
2530.64 s
[hourglass] checking for references to /build/ in /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12...
2530.64 s
[hourglass] patching script interpreter paths in /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12
2530.64 s
[hourglass] stripping (with command strip and flags -S -p) in /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/lib
2530.64 s
[iproute] Phase: setupCompilerEnvironmentPhase
2530.64 s
[iproute] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2530.64 s
[iproute] Phase: unpackPhase
2530.64 s
[iproute] unpacking source archive /nix/store/z9ld7cyjs77cik4fi2yrgshpnicyl7k2-iproute-1.7.15.tar.gz
2530.64 s
[iproute] source root is iproute-1.7.15
2530.64 s
[iproute] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "iproute-1.7.15/test/Spec.hs"
2530.64 s
[iproute] Phase: patchPhase
2530.64 s
[iproute] Phase: compileBuildDriverPhase
2530.64 s
[iproute] setupCompileFlags: -package-db=/build/tmp.0Z5kgMZ5Vy/setup-package.conf.d -threaded
2530.64 s
[iproute] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.0Z5kgMZ5Vy/Main.o )
2530.64 s
[iproute] [2 of 2] Linking Setup
2530.64 s
[iproute] Phase: updateAutotoolsGnuConfigScriptsPhase
2530.64 s
[iproute] Phase: configurePhase
2530.64 s
[iproute] configureFlags: --verbose --prefix=/nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/24jpcgfj1i8270kb6qa68rfqkf9y521k-iproute-1.7.15-doc/share/doc/iproute-1.7.15 --with-gcc=gcc --package-db=/build/tmp.0Z5kgMZ5Vy/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2530.64 s
[iproute] Using Parsec parser
2530.64 s
[iproute] Configuring iproute-1.7.15...
2530.88 s
[monad-control:post-build] Uploading to the NixCI cache: /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1 /nix/store/mmqf74fp2d0a4rmc4y81rj897k010pvg-monad-control-1.0.3.1-doc
2531.30 s
[monad-control:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2531.89 s
[monad-control:post-build] copying 2 paths...
2531.89 s
[monad-control:post-build] copying path '/nix/store/mmqf74fp2d0a4rmc4y81rj897k010pvg-monad-control-1.0.3.1-doc' to 'https://cache.nix-ci.com'...
2533.24 s
[monad-control:post-build] copying path '/nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1' to 'https://cache.nix-ci.com'...
2535.60 s
[monad-control:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2536.21 s
[monad-control:post-build] copying 1 paths...
2536.21 s
[monad-control:post-build] copying path '/nix/store/1agrz359vibjsvflxcgkwdabrpk4q8vl-monad-control-1.0.3.1.drv' to 'https://cache.nix-ci.com'...
2537.78 s
Uploaded monad-control in 7.0s
2537.78 s
Progress: 126 of 212 built (11 building), 298 of 298 downloaded from cache
2537.78 s
Built monad-control in 1m44s
2537.78 s
[network-uri] testRelative12: OK
2537.78 s
[network-uri] testRelative13: OK
2537.78 s
[network-uri] testRelative14: OK
2537.79 s
[network-uri] testRelative15: OK
2537.79 s
[network-uri] testRelative16: OK
2537.79 s
[network-uri] testRelative17: OK
2537.79 s
[network-uri] testRelative18: OK
2537.79 s
[network-uri] testRelative19: OK
2537.79 s
[network-uri] testRelative20: OK
2537.79 s
[network-uri] testRelative21: OK
2537.79 s
[network-uri] testRelative22: OK
2537.79 s
[network-uri] testRelative23: OK
2537.79 s
[network-uri] testRelative24: OK
2537.79 s
[network-uri] testRelative25: OK
2537.79 s
[network-uri] testRelative26: OK
2537.79 s
[network-uri] testRelative27: OK
2537.79 s
[network-uri] testRelative28: OK
2537.79 s
[network-uri] testRelative29: OK
2537.79 s
[network-uri] testRelative30: OK
2537.79 s
[network-uri] testRelative31: OK
2537.79 s
[network-uri] testRelative32: OK
2537.79 s
[network-uri] testRelative33: OK
2537.79 s
[network-uri] testRelative34: OK
2537.79 s
[network-uri] testRelative35: OK
2537.79 s
[network-uri] testRelative36: OK
2537.79 s
[network-uri] testRelative37: OK
2537.79 s
[network-uri] testRelative38: OK
2537.79 s
[network-uri] testRelative39: OK
2537.79 s
[network-uri] testRelative40: OK
2537.79 s
[network-uri] testRelative41: OK
2537.79 s
[network-uri] testRelative42: OK
2537.79 s
[network-uri] testRelative43: OK
2537.79 s
[network-uri] testRelative44: OK
2537.79 s
[network-uri] testRelative45: OK
2537.79 s
[network-uri] testRelative46: OK
2537.79 s
[network-uri] testRelative47: OK
2537.79 s
[network-uri] testRelative48: OK
2537.79 s
[network-uri] testRelative49: OK
2537.79 s
[network-uri] testRelative50: OK
2537.79 s
[network-uri] testRelative51: OK
2537.79 s
[network-uri] testRelative52: OK
2537.79 s
[network-uri] testRelative53: OK
2537.79 s
[network-uri] testRelative54: OK
2537.79 s
[network-uri] testRelative55: OK
2537.79 s
[network-uri] testRelative56: OK
2537.79 s
[network-uri] testRelative57: OK
2537.79 s
[network-uri] testRelative60: OK
2537.79 s
[network-uri] testRelative61: OK
2537.79 s
[network-uri] testRelative62: OK
2537.79 s
[network-uri] testRelative63: OK
2537.79 s
[network-uri] testRelative64: OK
2537.79 s
[network-uri] testRelative65: OK
2537.79 s
[network-uri] testRelative70: OK
2537.79 s
[network-uri] testRelative71: OK
2537.79 s
[network-uri] testRelative72: OK
2537.79 s
[network-uri] testRelative73: OK
2537.79 s
[network-uri] testRelative74: OK
2537.79 s
[network-uri] testRelative75: OK
2537.79 s
[network-uri] testRelative76: OK
2537.79 s
[network-uri] testRelative77: OK
2537.79 s
[network-uri] testRelative78: OK
2537.79 s
[network-uri] testRelative79: OK
2537.79 s
[network-uri] testRelative80: OK
2537.79 s
[network-uri] testRelative81: OK
2537.79 s
[network-uri] testRelative91: OK
2537.79 s
[network-uri] testRelative92: OK
2537.79 s
[network-uri] testRelative93: OK
2537.79 s
[network-uri] testRelative94: OK
2537.79 s
[network-uri] testRelative95: OK
2537.79 s
[network-uri] testRelative96: OK
2537.79 s
[network-uri] testRelative97: OK
2537.79 s
[network-uri] testRelative98: OK
2537.79 s
[network-uri] testRelative99: OK
2537.79 s
[network-uri] Test RFC2396 examples
2537.79 s
[network-uri] testRFC01: OK
2537.79 s
[network-uri] testRFC02: OK
2537.79 s
[network-uri] testRFC03: OK
2537.79 s
[network-uri] testRFC04: OK
2537.79 s
[network-uri] testRFC05: OK
2537.79 s
[network-uri] testRFC06: OK
2537.79 s
[network-uri] testRFC07: OK
2537.79 s
[network-uri] testRFC08: OK
2537.79 s
[network-uri] testRFC09: OK
2537.80 s
[network-uri] testRFC10: OK
2537.80 s
[network-uri] testRFC11: OK
2537.80 s
[network-uri] testRFC12: OK
2537.80 s
[network-uri] testRFC13: OK
2537.80 s
[network-uri] testRFC14: OK
2537.80 s
[network-uri] testRFC15: OK
2537.80 s
[network-uri] testRFC16: OK
2537.80 s
[network-uri] testRFC17: OK
2537.80 s
[network-uri] testRFC18: OK
2537.80 s
[network-uri] testRFC19: OK
2537.80 s
[network-uri] testRFC20: OK
2537.80 s
[network-uri] testRFC21: OK
2537.80 s
[network-uri] testRFC22: OK
2537.80 s
[network-uri] testRFC23: OK
2537.80 s
[network-uri] testRFC24: OK
2537.80 s
[network-uri] testRFC31: OK
2537.80 s
[network-uri] testRFC32: OK
2537.80 s
[network-uri] testRFC33: OK
2537.80 s
[network-uri] testRFC34: OK
2537.80 s
[network-uri] testRFC35: OK
2537.80 s
[network-uri] testRFC36: OK
2537.80 s
[network-uri] testRFC37: OK
2537.80 s
[network-uri] testRFC38: OK
2537.80 s
[network-uri] testRFC39: OK
2537.80 s
[network-uri] testRFC40: OK
2537.80 s
[socks] Phase: setupCompilerEnvironmentPhase
2537.80 s
[socks] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2537.80 s
[socks] Phase: unpackPhase
2537.80 s
[socks] unpacking source archive /nix/store/jyfh3j96vxixnjp9aljkx51yjqw0ik9a-socks-0.6.1.tar.gz
2537.80 s
[socks] source root is socks-0.6.1
2537.80 s
[socks] setting SOURCE_DATE_EPOCH to timestamp 1569839803 of file "socks-0.6.1/socks.cabal"
2537.80 s
[socks] Phase: patchPhase
2537.80 s
[socks] Phase: compileBuildDriverPhase
2537.80 s
[socks] setupCompileFlags: -package-db=/build/tmp.WQTOzdn2Z2/setup-package.conf.d -threaded
2537.80 s
[socks] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.WQTOzdn2Z2/Main.o )
2537.80 s
[socks] [2 of 2] Linking Setup
2537.80 s
[socks] Phase: updateAutotoolsGnuConfigScriptsPhase
2537.80 s
[socks] Phase: configurePhase
2537.80 s
[socks] configureFlags: --verbose --prefix=/nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/rywrs6dx02hxw0zqx2wcx0rjxjxa3diy-socks-0.6.1-doc/share/doc/socks-0.6.1 --with-gcc=gcc --package-db=/build/tmp.WQTOzdn2Z2/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2537.80 s
[socks] Using Parsec parser
2537.80 s
[socks] Configuring socks-0.6.1...
2537.80 s
[th-reify-many] Documentation created: dist/doc/html/th-reify-many/index.html,
2537.80 s
[th-reify-many] dist/doc/html/th-reify-many/th-reify-many.txt
2537.80 s
[th-reify-many] Preprocessing test suite 'test' for th-reify-many-0.1.10..
2537.80 s
[th-reify-many] Phase: installPhase
2537.80 s
[th-reify-many] Installing library in /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
2537.80 s
[th-reify-many] Phase: fixupPhase
2537.80 s
[th-reify-many] shrinking RPATHs of ELF executables and libraries in /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10
2537.80 s
[th-reify-many] shrinking /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSth-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4-ghc9.6.4.so
2537.80 s
[th-reify-many] checking for references to /build/ in /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10...
2537.80 s
[th-reify-many] patching script interpreter paths in /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10
2537.80 s
[th-reify-many] stripping (with command strip and flags -S -p) in /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/lib
2537.80 s
[th-reify-many] shrinking RPATHs of ELF executables and libraries in /nix/store/pljnlz1s3sawdmmxmj1vbabf5d6g9vd5-th-reify-many-0.1.10-doc
2537.80 s
[th-reify-many] checking for references to /build/ in /nix/store/pljnlz1s3sawdmmxmj1vbabf5d6g9vd5-th-reify-many-0.1.10-doc...
2537.80 s
[th-reify-many] patching script interpreter paths in /nix/store/pljnlz1s3sawdmmxmj1vbabf5d6g9vd5-th-reify-many-0.1.10-doc
2537.80 s
[zlib] decompress . compress = id (GZip -> GZipOrZlib): OK (2.99s)
2537.80 s
[zlib] +++ OK, passed 100 tests; 79 discarded.
2537.80 s
[zlib] concatenated gzip members: OK (2.63s)
2537.80 s
[zlib] +++ OK, passed 100 tests; 83 discarded.
2537.80 s
[zlib] multiple gzip members, boundaries (all 2-chunks): OK (0.07s)
2537.80 s
[zlib] +++ OK, passed 100 tests.
2537.80 s
[zlib] multiple gzip members, boundaries (all 3-chunks): OK (0.90s)
2537.80 s
[zlib] +++ OK, passed 100 tests.
2537.80 s
[zlib] prefixes of valid stream detected as truncated: OK (0.03s)
2537.80 s
[zlib] +++ OK, passed 100 tests.
2537.80 s
[zlib] compress works with BSes with non-zero offset: OK (0.01s)
2537.80 s
[zlib] +++ OK, passed 100 tests; 146 discarded.
2537.80 s
[zlib] unit tests
2537.80 s
[zlib] simple gzip case: OK
2537.80 s
[zlib] +++ OK, passed 1 test.
2537.80 s
[zlib] detect bad CRC: OK
2537.80 s
[zlib] +++ OK, passed 1 test.
2537.80 s
[zlib] detect non-gzip: OK (0.01s)
2537.80 s
[zlib] +++ OK, passed 100 tests.
2537.80 s
[zlib] detect custom dictionary: OK
2537.80 s
[zlib] +++ OK, passed 1 test.
2537.80 s
[zlib] detect inflate with wrong dict: OK
2537.80 s
[zlib] +++ OK, passed 1 test.
2537.80 s
[zlib] detect inflate with right dict: OK
2537.80 s
[zlib] +++ OK, passed 1 test.
2537.80 s
[zlib] handle trailing data: OK
2537.80 s
[zlib] +++ OK, passed 1 test.
2537.80 s
[zlib] multiple gzip members: OK
2537.80 s
[zlib] +++ OK, passed 100 tests.
2537.80 s
[zlib] check small input chunks: OK (0.05s)
2537.80 s
[zlib] +++ OK, passed 100 tests.
2537.80 s
[zlib] check empty input: OK
2537.80 s
[zlib] +++ OK, passed 1 test.
2537.80 s
[zlib] check exception raised: OK
2537.80 s
[zlib] +++ OK, passed 1 test.
2537.95 s
Building /nix/store/kl2rpzzbc1rz78aaqdr93wy1nc3np6zw-distributive-0.6.2.1.drv
2538.11 s
Building /nix/store/mv66i45lpwyhxs3ycc80wxlkpmnc0fbb-lifted-base-0.2.3.12.drv
2538.11 s
[crypton] [ 39 of 139] Compiling Crypto.Cipher.Types ( Crypto/Cipher/Types.hs, dist/build/Crypto/Cipher/Types.o, dist/build/Crypto/Cipher/Types.dyn_o )
2538.11 s
[crypton] [ 40 of 139] Compiling Crypto.ConstructHash.MiyaguchiPreneel ( Crypto/ConstructHash/MiyaguchiPreneel.hs, dist/build/Crypto/ConstructHash/MiyaguchiPreneel.o, dist/build/Crypto/ConstructHash/MiyaguchiPreneel.dyn_o )
2538.11 s
[crypton] [ 41 of 139] Compiling Crypto.Cipher.Utils ( Crypto/Cipher/Utils.hs, dist/build/Crypto/Cipher/Utils.o, dist/build/Crypto/Cipher/Utils.dyn_o )
2538.11 s
[crypton] [ 42 of 139] Compiling Crypto.Cipher.TripleDES ( Crypto/Cipher/TripleDES.hs, dist/build/Crypto/Cipher/TripleDES.o, dist/build/Crypto/Cipher/TripleDES.dyn_o )
2538.11 s
[crypton] [ 43 of 139] Compiling Crypto.Cipher.DES ( Crypto/Cipher/DES.hs, dist/build/Crypto/Cipher/DES.o, dist/build/Crypto/Cipher/DES.dyn_o )
2538.11 s
[crypton] [ 44 of 139] Compiling Crypto.Cipher.Salsa ( Crypto/Cipher/Salsa.hs, dist/build/Crypto/Cipher/Salsa.o, dist/build/Crypto/Cipher/Salsa.dyn_o )
2538.11 s
[crypton] [ 45 of 139] Compiling Crypto.Cipher.XSalsa ( Crypto/Cipher/XSalsa.hs, dist/build/Crypto/Cipher/XSalsa.o, dist/build/Crypto/Cipher/XSalsa.dyn_o )
2538.11 s
[crypton] [ 46 of 139] Compiling Crypto.Cipher.RC4 ( Crypto/Cipher/RC4.hs, dist/build/Crypto/Cipher/RC4.o, dist/build/Crypto/Cipher/RC4.dyn_o )
2538.11 s
[crypton] [ 47 of 139] Compiling Crypto.Cipher.ChaCha ( Crypto/Cipher/ChaCha.hs, dist/build/Crypto/Cipher/ChaCha.o, dist/build/Crypto/Cipher/ChaCha.dyn_o )
2538.11 s
[crypton] [ 48 of 139] Compiling Crypto.Cipher.AES.Primitive ( Crypto/Cipher/AES/Primitive.hs, dist/build/Crypto/Cipher/AES/Primitive.o, dist/build/Crypto/Cipher/AES/Primitive.dyn_o )
2538.11 s
[crypton] [ 49 of 139] Compiling Crypto.Cipher.AES ( Crypto/Cipher/AES.hs, dist/build/Crypto/Cipher/AES.o, dist/build/Crypto/Cipher/AES.dyn_o )
2538.11 s
[crypton] [ 50 of 139] Compiling Crypto.Internal.Nat ( Crypto/Internal/Nat.hs, dist/build/Crypto/Internal/Nat.o, dist/build/Crypto/Internal/Nat.dyn_o )
2538.11 s
[crypton] [ 51 of 139] Compiling Crypto.Hash.SHAKE ( Crypto/Hash/SHAKE.hs, dist/build/Crypto/Hash/SHAKE.o, dist/build/Crypto/Hash/SHAKE.dyn_o )
2538.11 s
[crypton] [ 52 of 139] Compiling Crypto.Hash.Blake2 ( Crypto/Hash/Blake2.hs, dist/build/Crypto/Hash/Blake2.o, dist/build/Crypto/Hash/Blake2.dyn_o )
2538.11 s
[crypton] [ 53 of 139] Compiling Crypto.Hash.Algorithms ( Crypto/Hash/Algorithms.hs, dist/build/Crypto/Hash/Algorithms.o, dist/build/Crypto/Hash/Algorithms.dyn_o )
2538.11 s
[crypton] [ 54 of 139] Compiling Crypto.Hash ( Crypto/Hash.hs, dist/build/Crypto/Hash.o, dist/build/Crypto/Hash.dyn_o )
2538.11 s
[crypton] [ 55 of 139] Compiling Crypto.Internal.WordArray ( Crypto/Internal/WordArray.hs, dist/build/Crypto/Internal/WordArray.o, dist/build/Crypto/Internal/WordArray.dyn_o )
2538.11 s
[crypton] [ 56 of 139] Compiling Crypto.Cipher.Twofish.Primitive ( Crypto/Cipher/Twofish/Primitive.hs, dist/build/Crypto/Cipher/Twofish/Primitive.o, dist/build/Crypto/Cipher/Twofish/Primitive.dyn_o )
2538.11 s
[crypton] [ 57 of 139] Compiling Crypto.Cipher.Twofish ( Crypto/Cipher/Twofish.hs, dist/build/Crypto/Cipher/Twofish.o, dist/build/Crypto/Cipher/Twofish.dyn_o )
2538.11 s
[crypton] [ 58 of 139] Compiling Crypto.Cipher.CAST5.Primitive ( Crypto/Cipher/CAST5/Primitive.hs, dist/build/Crypto/Cipher/CAST5/Primitive.o, dist/build/Crypto/Cipher/CAST5/Primitive.dyn_o )
2538.11 s
[crypton] [ 59 of 139] Compiling Crypto.Cipher.CAST5 ( Crypto/Cipher/CAST5.hs, dist/build/Crypto/Cipher/CAST5.o, dist/build/Crypto/Cipher/CAST5.dyn_o )
2538.11 s
[crypton] [ 60 of 139] Compiling Crypto.Cipher.Blowfish.Box ( Crypto/Cipher/Blowfish/Box.hs, dist/build/Crypto/Cipher/Blowfish/Box.o, dist/build/Crypto/Cipher/Blowfish/Box.dyn_o )
2538.11 s
[crypton] [ 61 of 139] Compiling Crypto.Cipher.Blowfish.Primitive ( Crypto/Cipher/Blowfish/Primitive.hs, dist/build/Crypto/Cipher/Blowfish/Primitive.o, dist/build/Crypto/Cipher/Blowfish/Primitive.dyn_o )
2538.11 s
[crypton] [ 62 of 139] Compiling Crypto.Cipher.Blowfish ( Crypto/Cipher/Blowfish.hs, dist/build/Crypto/Cipher/Blowfish.o, dist/build/Crypto/Cipher/Blowfish.dyn_o )
2538.11 s
[crypton] [ 63 of 139] Compiling Crypto.Internal.Words ( Crypto/Internal/Words.hs, dist/build/Crypto/Internal/Words.o, dist/build/Crypto/Internal/Words.dyn_o )
2538.11 s
[crypton] [ 64 of 139] Compiling Crypto.Cipher.Camellia.Primitive ( Crypto/Cipher/Camellia/Primitive.hs, dist/build/Crypto/Cipher/Camellia/Primitive.o, dist/build/Crypto/Cipher/Camellia/Primitive.dyn_o )
2538.11 s
[doctest] [27 of 42] Compiling Test.DocTest.Internal.Parse ( src/Test/DocTest/Internal/Parse.hs, dist/build/spec/spec-tmp/Test/DocTest/Internal/Parse.o )
2538.11 s
[doctest] [28 of 42] Compiling Runner.Example ( src/Runner/Example.hs, dist/build/spec/spec-tmp/Runner/Example.o )
2538.11 s
[doctest] [29 of 42] Compiling Runner.ExampleSpec ( test/Runner/ExampleSpec.hs, dist/build/spec/spec-tmp/Runner/ExampleSpec.o )
2538.11 s
[doctest] [30 of 42] Compiling Property ( src/Property.hs, dist/build/spec/spec-tmp/Property.o )
2538.11 s
[doctest] [31 of 42] Compiling Runner ( src/Runner.hs, dist/build/spec/spec-tmp/Runner.o )
2538.11 s
[doctest] [32 of 42] Compiling RunnerSpec ( test/RunnerSpec.hs, dist/build/spec/spec-tmp/RunnerSpec.o )
2538.12 s
[doctest] [33 of 42] Compiling Run ( src/Run.hs, dist/build/spec/spec-tmp/Run.o )
2538.12 s
[doctest] [34 of 42] Compiling Test.DocTest.Internal.Run ( src/Test/DocTest/Internal/Run.hs, dist/build/spec/spec-tmp/Test/DocTest/Internal/Run.o )
2538.12 s
[doctest] [35 of 42] Compiling Test.DocTest ( src/Test/DocTest.hs, dist/build/spec/spec-tmp/Test/DocTest.o )
2538.12 s
[doctest] [36 of 42] Compiling RunSpec ( test/RunSpec.hs, dist/build/spec/spec-tmp/RunSpec.o )
2538.12 s
[doctest] [37 of 42] Compiling MainSpec ( test/MainSpec.hs, dist/build/spec/spec-tmp/MainSpec.o )
2538.12 s
[doctest] [38 of 42] Compiling PropertySpec ( test/PropertySpec.hs, dist/build/spec/spec-tmp/PropertySpec.o )
2538.12 s
[doctest] [39 of 42] Compiling ParseSpec ( test/ParseSpec.hs, dist/build/spec/spec-tmp/ParseSpec.o )
2538.12 s
[doctest] [40 of 42] Compiling ExtractSpec ( test/ExtractSpec.hs, dist/build/spec/spec-tmp/ExtractSpec.o )
2538.12 s
[doctest] [41 of 42] Compiling UtilSpec ( test/UtilSpec.hs, dist/build/spec/spec-tmp/UtilSpec.o )
2538.12 s
[doctest] [42 of 42] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
2538.12 s
[doctest] [43 of 43] Linking dist/build/spec/spec
2538.12 s
[doctest] buildPhase completed in 2 minutes 40 seconds
2538.12 s
[doctest] Phase: checkPhase
2538.12 s
[doctest] Running 1 test suites...
2538.12 s
[doctest] Test suite spec: RUNNING...
2538.12 s
[doctest]
2538.12 s
[doctest] Extract
2538.12 s
[doctest] extract
2538.12 s
[doctest] extracts documentation for a top-level declaration [✔]
2538.12 s
[doctest] extracts documentation from argument list [✔]
2538.12 s
[doctest] extracts documentation for a type class function [✔]
2538.12 s
[doctest] extracts documentation from the argument list of a type class function [✔]
2538.12 s
[doctest] extracts documentation from the module header [✔]
2538.12 s
[doctest] extracts documentation from imported modules [✔]
2538.12 s
[doctest] extracts documentation from export list [✔]
2538.12 s
[doctest] extracts documentation from named chunks [✔]
2538.12 s
[doctest] returns docstrings in the same order they appear in the source [✔]
2538.12 s
[doctest] extracts $setup code [✔]
2538.12 s
[doctest] fails on invalid flags [✔]
2538.12 s
[doctest] extract (regression tests)
2538.12 s
[doctest] works with infix operators [✔]
2538.12 s
[doctest] works with parallel list comprehensions [✔]
2538.12 s
[doctest] works with list comprehensions in instance definitions [✔]
2538.12 s
[doctest] works with foreign imports [✔]
2538.12 s
[doctest] works for rewrite rules [✔]
2538.12 s
[doctest] works for rewrite rules with type signatures [✔]
2538.12 s
[doctest] strips CR from dos line endings [✔]
2538.12 s
[doctest] works with a module that splices in an expression from an other module [✔]
2538.12 s
[doctest] works for type families and GHC 7.6.1 [✔]
2538.12 s
[doctest] Info
2538.12 s
[doctest] formatInfo
2538.12 s
[doctest] formats --info output [✔]
2538.12 s
[doctest] Interpreter
2538.12 s
[doctest] interpreterSupported
2538.12 s
[doctest] indicates whether GHCi is supported on current platform [✔]
2538.12 s
[doctest] ghcInfo
2538.12 s
[doctest] includes "Have interpreter" [✔]
2538.12 s
[doctest] safeEval
2538.12 s
[doctest] evaluates an expression [✔]
2538.12 s
[doctest] returns Left on unterminated multiline command [✔]
2538.12 s
[doctest] filterExpression
2538.12 s
[doctest] removes :set -XTemplateHaskell [✔]
2538.12 s
[doctest] filters -XTemplateHaskell [✔]
2538.12 s
[doctest] leaves :set-statement that do not set -XTemplateHaskell alone [✔]
2538.12 s
[doctest] Language.Haskell.GhciWrapper
2538.12 s
[doctest] evalEcho
2538.12 s
[doctest] prints result to stdout [✔]
2538.12 s
[doctest] evalIt
2538.12 s
[doctest] preserves it [✔]
2538.12 s
[doctest] eval
2538.12 s
[doctest] shows literals [✔]
2538.12 s
[genvalidity] Phase: setupCompilerEnvironmentPhase
2538.12 s
[genvalidity] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2538.12 s
[genvalidity] Phase: unpackPhase
2538.12 s
[genvalidity] unpacking source archive /nix/store/y5npg16sl3j4p47nac6iysyfggk0xnb5-genvalidity-1.1.1.0.tar.gz
2538.12 s
[genvalidity] source root is genvalidity-1.1.1.0
2538.12 s
[genvalidity] setting SOURCE_DATE_EPOCH to timestamp 1721316556 of file "genvalidity-1.1.1.0/src/Data/GenValidity.hs"
2538.12 s
[genvalidity] Phase: patchPhase
2538.12 s
[genvalidity] Phase: compileBuildDriverPhase
2538.12 s
[genvalidity] setupCompileFlags: -package-db=/build/tmp.KbZz7mS7n5/setup-package.conf.d -threaded
2538.12 s
[genvalidity] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.KbZz7mS7n5/Main.o )
2538.12 s
[genvalidity] [2 of 2] Linking Setup
2538.12 s
[genvalidity] Phase: updateAutotoolsGnuConfigScriptsPhase
2538.12 s
[genvalidity] Phase: configurePhase
2538.12 s
[genvalidity] configureFlags: --verbose --prefix=/nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/la0dxa3glkmvhmwvisip192nh4s0xv4j-genvalidity-1.1.1.0-doc/share/doc/genvalidity-1.1.1.0 --with-gcc=gcc --package-db=/build/tmp.KbZz7mS7n5/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2538.12 s
[genvalidity] Using Parsec parser
2538.12 s
[genvalidity] Configuring genvalidity-1.1.1.0...
2538.12 s
[genvalidity] Dependency QuickCheck >=2.13: using QuickCheck-2.14.3
2538.12 s
[genvalidity] Dependency base >=4.13 && <5: using base-4.18.2.0
2538.12 s
[genvalidity] Dependency random >=1.1: using random-1.2.1.3
2538.12 s
[genvalidity] Dependency validity >=0.12.1: using validity-0.12.1.0
2538.12 s
[genvalidity] Dependency QuickCheck: using QuickCheck-2.14.3
2538.12 s
[genvalidity] Dependency base >=4.13 && <5: using base-4.18.2.0
2538.12 s
[genvalidity] Dependency genvalidity: using genvalidity-1.1.1.0
2538.12 s
[genvalidity] Dependency hspec: using hspec-2.11.12
2538.12 s
[genvalidity] Dependency hspec-core: using hspec-core-2.11.12
2538.12 s
[genvalidity] Source component graph:
2538.12 s
[genvalidity] component lib
2538.12 s
[genvalidity] component test:genvalidity-test dependency lib
2538.12 s
[genvalidity] Configured component graph:
2538.12 s
[genvalidity] component genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2538.12 s
[genvalidity] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2538.12 s
[genvalidity] include base-4.18.2.0
2538.12 s
[genvalidity] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2538.12 s
[genvalidity] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2538.12 s
[genvalidity] component genvalidity-1.1.1.0-CiWjMCH9o2B4wo8gk2ouK-genvalidity-test
2538.12 s
[genvalidity] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2538.12 s
[genvalidity] include base-4.18.2.0
2538.12 s
[genvalidity] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2538.12 s
[genvalidity] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2538.12 s
[genvalidity] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
2538.12 s
[genvalidity] Linked component graph:
2538.12 s
[genvalidity] unit genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2538.12 s
[genvalidity] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2538.12 s
[genvalidity] include base-4.18.2.0
2538.12 s
[genvalidity] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2538.12 s
[genvalidity] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2538.12 s
[genvalidity] Data.GenValidity=genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy:Data.GenValidity,Data.GenValidity.Utils=genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy:Data.GenValidity.Utils
2538.12 s
[genvalidity] unit genvalidity-1.1.1.0-CiWjMCH9o2B4wo8gk2ouK-genvalidity-test
2538.12 s
[genvalidity] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2538.12 s
[genvalidity] include base-4.18.2.0
2538.12 s
[genvalidity] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2538.44 s
[hashable:post-build] Uploading to the NixCI cache: /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0 /nix/store/q6nq3pbgmhphkyj7xvsnzx2pp2rfcxw7-hashable-1.4.7.0-doc
2539.19 s
[hashable:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2539.60 s
[hashable:post-build] copying 2 paths...
2539.60 s
[hashable:post-build] copying path '/nix/store/q6nq3pbgmhphkyj7xvsnzx2pp2rfcxw7-hashable-1.4.7.0-doc' to 'https://cache.nix-ci.com'...
2540.36 s
[hashable:post-build] copying path '/nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0' to 'https://cache.nix-ci.com'...
2544.03 s
[hashable:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2544.81 s
[hashable:post-build] copying 1 paths...
2544.81 s
[hashable:post-build] copying path '/nix/store/1lp6faj858hfi59y4q5qjd5988ahvakx-hashable-1.4.7.0.drv' to 'https://cache.nix-ci.com'...
2546.41 s
Uploaded hashable in 8.1s
2546.41 s
Progress: 127 of 211 built (12 building), 298 of 298 downloaded from cache
2546.41 s
Built hashable in 3m11s
2546.41 s
[haskell-src-exts] 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs
2546.41 s
[haskell-src-exts] | ^^^^
2546.41 s
[haskell-src-exts]
2546.41 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:52:15: warning : [ -Wunused-matches ]
2546.41 s
[haskell-src-exts] Defined but not used: ‘n’
2546.41 s
[haskell-src-exts] |
2546.41 s
[haskell-src-exts] 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs
2546.41 s
[haskell-src-exts] | ^
2546.41 s
[haskell-src-exts]
2546.42 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:54:34: warning : [ -Wunused-matches ]
2546.42 s
[haskell-src-exts] Defined but not used: ‘next’
2546.42 s
[haskell-src-exts] |
2546.42 s
[haskell-src-exts] 54 | adjacent file n _ (x@next :xs) = x: adjacent file (n+1) x xs
2546.42 s
[haskell-src-exts] | ^^^^
2546.42 s
[haskell-src-exts]
2546.42 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:55:10: warning : [ -Wunused-matches ]
2546.42 s
[haskell-src-exts] Defined but not used: ‘file’
2546.42 s
[haskell-src-exts] |
2546.42 s
[haskell-src-exts] 55 | adjacent file n _ [] = []
2546.42 s
[haskell-src-exts] | ^^^^
2546.42 s
[haskell-src-exts]
2546.42 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:55:15: warning : [ -Wunused-matches ]
2546.42 s
[haskell-src-exts] Defined but not used: ‘n’
2546.42 s
[haskell-src-exts] |
2546.42 s
[haskell-src-exts] 55 | adjacent file n _ [] = []
2546.42 s
[haskell-src-exts] | ^
2546.42 s
[haskell-src-exts]
2546.42 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:69:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2546.42 s
[haskell-src-exts] This binding for ‘s’ shadows the existing binding
2546.42 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
2546.42 s
[haskell-src-exts] |
2546.42 s
[haskell-src-exts] 69 | lines' ('\^M':'\n':s ) acc = acc [] : lines' s id -- DOS
2546.42 s
[haskell-src-exts] | ^
2546.42 s
[haskell-src-exts]
2546.42 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:70:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2546.42 s
[haskell-src-exts] This binding for ‘s’ shadows the existing binding
2546.42 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
2546.42 s
[haskell-src-exts] |
2546.42 s
[haskell-src-exts] 70 | lines' ('\^M':s ) acc = acc [] : lines' s id -- MacOS
2546.42 s
[haskell-src-exts] | ^
2546.42 s
[haskell-src-exts]
2546.42 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:71:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2546.42 s
[haskell-src-exts] This binding for ‘s’ shadows the existing binding
2546.42 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
2546.42 s
[haskell-src-exts] |
2546.42 s
[haskell-src-exts] 71 | lines' ('\n':s ) acc = acc [] : lines' s id -- Unix
2546.42 s
[haskell-src-exts] | ^
2546.42 s
[haskell-src-exts]
2546.42 s
[haskell-src-exts] src/Language/Preprocessor/Unlit.hs:72:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2546.42 s
[haskell-src-exts] This binding for ‘s’ shadows the existing binding
2546.42 s
[haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
2546.42 s
[haskell-src-exts] |
2546.42 s
[haskell-src-exts] 72 | lines' (c:s ) acc = lines' s (acc . (c:))
2546.42 s
[haskell-src-exts] | ^
2546.42 s
[haskell-src-exts] 88% ( 23 / 26) in 'Language.Haskell.Exts'
2546.42 s
[haskell-src-exts] Missing documentation for:
2546.42 s
[haskell-src-exts] Token (src/Language/Haskell/Exts/InternalLexer.hs:37)
2546.42 s
[haskell-src-exts] parseFileWithComments (src/Language/Haskell/Exts.hs:74)
2546.42 s
[haskell-src-exts] parseFileContentsWithComments (src/Language/Haskell/Exts.hs:115)
2546.42 s
[haskell-src-exts] Warning: Language.Haskell.Exts.SrcLoc: could not find link destinations for:
2546.42 s
[haskell-src-exts] - Language.Haskell.Exts.Pretty.pretty
2546.42 s
[haskell-src-exts] - Language.Haskell.Exts.Pretty.prettyPrec
2546.42 s
[haskell-src-exts] - Language.Haskell.Exts.Pretty.Doc
2546.42 s
[haskell-src-exts] - Language.Haskell.Exts.ParseMonad.P
2546.42 s
[hourglass] shrinking RPATHs of ELF executables and libraries in /nix/store/xpjpfiqlv17anbi9msh6vmnzcngfmaqa-hourglass-0.2.12-doc
2546.42 s
[hourglass] checking for references to /build/ in /nix/store/xpjpfiqlv17anbi9msh6vmnzcngfmaqa-hourglass-0.2.12-doc...
2546.42 s
[hourglass] patching script interpreter paths in /nix/store/xpjpfiqlv17anbi9msh6vmnzcngfmaqa-hourglass-0.2.12-doc
2546.42 s
[iproute] Dependency appar: using appar-0.1.8
2546.42 s
[iproute] Dependency base >=4.9 && <5: using base-4.18.2.0
2546.42 s
[iproute] Dependency byteorder: using byteorder-1.0.4
2546.42 s
[iproute] Dependency bytestring: using bytestring-0.11.5.3
2546.42 s
[iproute] Dependency containers: using containers-0.6.7
2546.42 s
[iproute] Dependency network: using network-3.2.7.0
2546.42 s
[iproute] Dependency QuickCheck: using QuickCheck-2.14.3
2546.42 s
[iproute] Dependency appar: using appar-0.1.8
2546.42 s
[iproute] Dependency base >=4.6 && <5: using base-4.18.2.0
2546.42 s
[iproute] Dependency byteorder: using byteorder-1.0.4
2546.42 s
[iproute] Dependency bytestring: using bytestring-0.11.5.3
2546.42 s
[iproute] Dependency containers: using containers-0.6.7
2546.42 s
[iproute] Dependency hspec: using hspec-2.11.12
2546.42 s
[iproute] Dependency iproute: using iproute-1.7.15
2546.42 s
[iproute] Dependency network: using network-3.2.7.0
2546.42 s
[iproute] Dependency safe: using safe-0.3.21
2546.42 s
[iproute] Source component graph:
2546.42 s
[iproute] component lib
2546.42 s
[iproute] component test:spec dependency lib
2546.42 s
[iproute] Configured component graph:
2546.42 s
[iproute] component iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
2546.42 s
[iproute] include appar-0.1.8-2UYkbPOz3CVDU6UBsF1opz
2546.42 s
[iproute] include base-4.18.2.0
2546.42 s
[iproute] include byteorder-1.0.4-KgHnyAnKoyVGvIK2rOLowO
2546.42 s
[iproute] include bytestring-0.11.5.3
2546.42 s
[iproute] include containers-0.6.7
2546.42 s
[iproute] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2546.42 s
[iproute] component iproute-1.7.15-ECzF0WnOZAL9oEumYrSO2-spec
2546.42 s
[iproute] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2546.42 s
[iproute] include appar-0.1.8-2UYkbPOz3CVDU6UBsF1opz
2546.43 s
[iproute] include base-4.18.2.0
2546.43 s
[iproute] include byteorder-1.0.4-KgHnyAnKoyVGvIK2rOLowO
2546.43 s
[iproute] include bytestring-0.11.5.3
2546.43 s
[iproute] include containers-0.6.7
2546.43 s
[iproute] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2546.43 s
[iproute] include iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
2546.43 s
[iproute] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2546.43 s
[iproute] include safe-0.3.21-44lIWTSVWX58KGqMrrSC5W
2546.43 s
[iproute] Linked component graph:
2546.43 s
[iproute] unit iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
2546.43 s
[iproute] include appar-0.1.8-2UYkbPOz3CVDU6UBsF1opz
2546.43 s
[iproute] include base-4.18.2.0
2546.43 s
[iproute] include byteorder-1.0.4-KgHnyAnKoyVGvIK2rOLowO
2546.43 s
[iproute] include bytestring-0.11.5.3
2546.43 s
[iproute] include containers-0.6.7
2546.43 s
[iproute] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2546.43 s
[iproute] Data.IP=iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC:Data.IP,Data.IP.Builder=iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC:Data.IP.Builder,Data.IP.Internal=iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC:Data.IP.Internal,Data.IP.RouteTable=iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC:Data.IP.RouteTable,Data.IP.RouteTable.Internal=iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC:Data.IP.RouteTable.Internal
2546.43 s
[iproute] unit iproute-1.7.15-ECzF0WnOZAL9oEumYrSO2-spec
2546.43 s
[iproute] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2546.43 s
[iproute] include appar-0.1.8-2UYkbPOz3CVDU6UBsF1opz
2546.43 s
[iproute] include base-4.18.2.0
2546.43 s
[iproute] include byteorder-1.0.4-KgHnyAnKoyVGvIK2rOLowO
2546.43 s
[iproute] include bytestring-0.11.5.3
2546.43 s
[iproute] include containers-0.6.7
2546.43 s
[iproute] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2546.43 s
[iproute] include iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
2546.43 s
[iproute] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2546.43 s
[iproute] include safe-0.3.21-44lIWTSVWX58KGqMrrSC5W
2546.43 s
[iproute] Ready component graph:
2546.43 s
[iproute] definite iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
2546.43 s
[iproute] depends appar-0.1.8-2UYkbPOz3CVDU6UBsF1opz
2546.43 s
[iproute] depends base-4.18.2.0
2546.43 s
[iproute] depends byteorder-1.0.4-KgHnyAnKoyVGvIK2rOLowO
2546.43 s
[iproute] depends bytestring-0.11.5.3
2546.43 s
[iproute] depends containers-0.6.7
2546.43 s
[iproute] depends network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2546.43 s
[iproute] definite iproute-1.7.15-ECzF0WnOZAL9oEumYrSO2-spec
2546.43 s
[iproute] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2546.43 s
[iproute] depends appar-0.1.8-2UYkbPOz3CVDU6UBsF1opz
2546.43 s
[iproute] depends base-4.18.2.0
2546.43 s
[iproute] depends byteorder-1.0.4-KgHnyAnKoyVGvIK2rOLowO
2546.43 s
[iproute] depends bytestring-0.11.5.3
2546.43 s
[iproute] depends containers-0.6.7
2546.43 s
[iproute] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2546.43 s
[iproute] depends iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
2546.43 s
[iproute] depends network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2546.43 s
[iproute] depends safe-0.3.21-44lIWTSVWX58KGqMrrSC5W
2546.43 s
[iproute] Using Cabal-3.10.1.0 compiled by ghc-9.6
2546.43 s
[iproute] Using compiler: ghc-9.6.4
2546.43 s
[iproute] Using install prefix:
2546.43 s
[iproute] /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15
2546.43 s
[iproute] Executables installed in:
2546.43 s
[iproute] /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/bin
2546.43 s
[iproute] Libraries installed in:
2546.43 s
[network-uri] testRFC41: OK
2546.43 s
[network-uri] testRFC42: OK
2546.43 s
[network-uri] testRFC43: OK
2546.43 s
[network-uri] testRFC44: OK
2546.43 s
[network-uri] testRFC45: OK
2546.43 s
[network-uri] testRFC46: OK
2546.43 s
[network-uri] testRFC47: OK
2546.43 s
[network-uri] testRFC48: OK
2546.43 s
[network-uri] testRFC49: OK
2546.43 s
[network-uri] testRFC50: OK
2546.43 s
[network-uri] testRFC60: OK
2546.43 s
[network-uri] testRFC61: OK
2546.43 s
[network-uri] testRFC62: OK
2546.43 s
[network-uri] testRFC63: OK
2546.43 s
[network-uri] testRFC64: OK
2546.43 s
[network-uri] testRFC65: OK
2546.43 s
[network-uri] testRFC66: OK
2546.43 s
[network-uri] testRFC67: OK
2546.43 s
[network-uri] testRFC68: OK
2546.43 s
[network-uri] testRFC69: OK
2546.43 s
[network-uri] testRFC70: OK
2546.43 s
[network-uri] Test oddball examples
2546.43 s
[network-uri] testMail01: OK
2546.43 s
[network-uri] testMail02: OK
2546.43 s
[network-uri] testMail03: OK
2546.43 s
[network-uri] testMail11: OK
2546.43 s
[network-uri] testMail12: OK
2546.43 s
[network-uri] testMail13: OK
2546.43 s
[network-uri] testMail14: OK
2546.43 s
[network-uri] testMail15: OK
2546.43 s
[network-uri] testMail16: OK
2546.43 s
[network-uri] testInfo17: OK
2546.43 s
[network-uri] testNormalizeSuite
2546.43 s
[network-uri] testNormalize01: OK
2546.43 s
[network-uri] testNormalize11: OK
2546.43 s
[network-uri] testNormalize12: OK
2546.43 s
[network-uri] testNormalize13: OK
2546.43 s
[network-uri] testNormalize21: OK
2546.43 s
[network-uri] testNormalize22: OK
2546.43 s
[network-uri] testNormalize23: OK
2546.43 s
[network-uri] testNormalize24: OK
2546.43 s
[network-uri] testNormalize25: OK
2546.43 s
[network-uri] testNormalize26: OK
2546.43 s
[network-uri] testNormalize27: OK
2546.43 s
[network-uri] testNormalize28: OK
2546.43 s
[network-uri] testShowURI
2546.43 s
[network-uri] testShowURI01: OK
2546.43 s
[network-uri] testShowURI02: OK
2546.43 s
[network-uri] testShowURI03: OK
2546.43 s
[network-uri] testShowURI04: OK
2546.43 s
[network-uri] testEscapeURIString
2546.43 s
[network-uri] testEscapeURIString01: OK
2546.43 s
[network-uri] testEscapeURIString02: OK
2546.43 s
[network-uri] testEscapeURIString03: OK
2546.43 s
[network-uri] testEscapeURIString04: OK
2546.43 s
[network-uri] testEscapeURIString05: OK
2546.43 s
[network-uri] testEscapeURIString06: OK
2546.43 s
[network-uri] testUnescapeEscape01: OK
2546.43 s
[network-uri] testUnescapeEscape02: OK
2546.43 s
[network-uri] propEscapeUnEscapeLoop: OK
2546.43 s
[network-uri] +++ OK, passed 100 tests.
2546.43 s
[network-uri] propEscapeUnEscapeLoopHiChars: OK
2546.43 s
[network-uri] +++ OK, passed 100 tests.
2546.43 s
[network-uri] testNormalizeURIString
2546.43 s
[network-uri] testNormalizeURIString01: OK
2546.43 s
[network-uri] testNormalizeURIString02: OK
2546.43 s
[network-uri] testNormalizeURIString03: OK
2546.43 s
[network-uri] testNormalizeURIString04: OK
2546.43 s
[network-uri] testNormalizeURIString05: OK
2546.43 s
[network-uri] testNormalizeURIString06: OK
2546.43 s
[network-uri] testNormalizeURIString07: OK
2546.43 s
[network-uri] testRelativeTo
2546.43 s
[network-uri] testRelativeTo01: OK
2546.43 s
[network-uri] testRelativeTo02: OK
2546.43 s
[network-uri] testRelativeTo03: OK
2546.43 s
[network-uri] testAltFn
2546.43 s
[network-uri] testAltFn01: OK
2546.43 s
[network-uri] testAltFn02: OK
2546.43 s
[network-uri] testAltFn03: OK
2546.43 s
[network-uri] testAltFn04: OK
2546.43 s
[network-uri] testAltFn05: OK
2546.43 s
[network-uri] testAltFn06: OK
2546.43 s
[network-uri] testAltFn07: OK
2546.43 s
[network-uri] testAltFn08: OK
2546.44 s
[network-uri] testAltFn11: OK
2546.44 s
[network-uri] testAltFn12: OK
2546.44 s
[network-uri] testAltFn13: OK
2546.44 s
[network-uri] testAltFn14: OK
2546.44 s
[network-uri] testAltFn15: OK
2546.44 s
[network-uri] testAltFn16: OK
2546.44 s
[network-uri] testAltFn17: OK
2546.44 s
[network-uri] testIsAbsolute
2546.44 s
[network-uri] testIsAbsolute01: OK
2546.44 s
[network-uri] testIsAbsolute02: OK
2546.44 s
[network-uri] testIsAbsolute03: OK
2546.44 s
[network-uri] testIsRelative
2546.44 s
[network-uri] testIsRelative01: OK
2546.44 s
[network-uri] testIsRelative02: OK
2546.44 s
[network-uri] testIsRelative03: OK
2546.44 s
[network-uri] testIsRelative04: OK
2546.44 s
[network-uri] testPathSegments
2546.44 s
[network-uri] testPathSegments03: OK
2546.44 s
[network-uri] testPathSegments04: OK
2546.44 s
[network-uri] testPathSegments05: OK
2546.44 s
[network-uri] testPathSegments06: OK
2546.44 s
[network-uri] testPathSegments07: OK
2546.44 s
[network-uri] testPathSegments03: OK
2546.44 s
[network-uri] testPathSegments04: OK
2546.44 s
[network-uri] testPathSegments05: OK
2546.44 s
[network-uri] testPathSegments06: OK
2546.44 s
[network-uri] testPathSegments07: OK
2546.44 s
[network-uri] testRectify
2546.44 s
[network-uri] : OK
2546.44 s
[network-uri] : OK
2546.44 s
[socks] Dependency base >=3 && <5: using base-4.18.2.0
2546.44 s
[socks] Dependency basement: using basement-0.0.16
2546.44 s
[socks] Dependency bytestring: using bytestring-0.11.5.3
2546.44 s
[socks] Dependency cereal >=0.3.1: using cereal-0.5.8.3
2546.44 s
[socks] Dependency network >=2.6: using network-3.2.7.0
2546.44 s
[socks] Source component graph: component lib
2546.44 s
[socks] Configured component graph:
2546.44 s
[socks] component socks-0.6.1-Ie8C4damlqwEErRyJrYvpe
2546.44 s
[socks] include base-4.18.2.0
2546.44 s
[socks] include basement-0.0.16-DD6H8SGD4AW2EysJRRfDZR
2546.44 s
[socks] include bytestring-0.11.5.3
2546.44 s
[socks] include cereal-0.5.8.3-EgVur8QJEroGNCGPmpNJcd
2546.44 s
[socks] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2546.44 s
[socks] Linked component graph:
2546.44 s
[socks] unit socks-0.6.1-Ie8C4damlqwEErRyJrYvpe
2546.44 s
[socks] include base-4.18.2.0
2546.44 s
[socks] include basement-0.0.16-DD6H8SGD4AW2EysJRRfDZR
2546.44 s
[socks] include bytestring-0.11.5.3
2546.44 s
[socks] include cereal-0.5.8.3-EgVur8QJEroGNCGPmpNJcd
2546.44 s
[socks] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2546.44 s
[socks] Network.Socks5=socks-0.6.1-Ie8C4damlqwEErRyJrYvpe:Network.Socks5,Network.Socks5.Lowlevel=socks-0.6.1-Ie8C4damlqwEErRyJrYvpe:Network.Socks5.Lowlevel,Network.Socks5.Types=socks-0.6.1-Ie8C4damlqwEErRyJrYvpe:Network.Socks5.Types
2546.44 s
[socks] Ready component graph:
2546.44 s
[socks] definite socks-0.6.1-Ie8C4damlqwEErRyJrYvpe
2546.44 s
[socks] depends base-4.18.2.0
2546.44 s
[socks] depends basement-0.0.16-DD6H8SGD4AW2EysJRRfDZR
2546.44 s
[socks] depends bytestring-0.11.5.3
2546.44 s
[socks] depends cereal-0.5.8.3-EgVur8QJEroGNCGPmpNJcd
2546.44 s
[socks] depends network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2546.44 s
[socks] Using Cabal-3.10.1.0 compiled by ghc-9.6
2546.44 s
[socks] Using compiler: ghc-9.6.4
2546.44 s
[socks] Using install prefix: /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1
2546.44 s
[socks] Executables installed in:
2546.44 s
[socks] /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/bin
2546.44 s
[socks] Libraries installed in:
2546.44 s
[socks] /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/socks-0.6.1-Ie8C4damlqwEErRyJrYvpe
2546.44 s
[socks] Dynamic Libraries installed in:
2546.44 s
[socks] /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2546.44 s
[socks] Private executables installed in:
2546.44 s
[socks] /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/libexec/x86_64-linux-ghc-9.6.4/socks-0.6.1
2546.44 s
[socks] Data files installed in:
2546.44 s
[socks] /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/share/x86_64-linux-ghc-9.6.4/socks-0.6.1
2546.44 s
[socks] Documentation installed in:
2546.44 s
[socks] /nix/store/rywrs6dx02hxw0zqx2wcx0rjxjxa3diy-socks-0.6.1-doc/share/doc/socks-0.6.1
2546.44 s
[socks] Configuration files installed in:
2546.44 s
[socks] /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/etc
2546.44 s
[socks] No alex found
2546.44 s
[socks] Using ar found on system at:
2546.44 s
[socks] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2546.44 s
[socks] No c2hs found
2546.44 s
[socks] No cpphs found
2546.44 s
[socks] No doctest found
2546.44 s
[socks] Using gcc version 14.3.0 given by user at:
2546.44 s
[socks] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2546.44 s
[socks] Using ghc version 9.6.4 found on system at:
2546.44 s
[socks] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2546.44 s
[socks] Using ghc-pkg version 9.6.4 found on system at:
2546.44 s
[socks] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2546.44 s
[socks] No ghcjs found
2546.44 s
[socks] No ghcjs-pkg found
2546.44 s
[socks] No greencard found
2546.44 s
[socks] Using haddock version 2.29.2 found on system at:
2546.44 s
[socks] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2546.44 s
[socks] No happy found
2546.44 s
[socks] Using haskell-suite found on system at: haskell-suite-dummy-location
2546.44 s
[socks] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2546.44 s
[socks] No hmake found
2546.44 s
[socks] Using hpc version 0.68 found on system at:
2546.44 s
[socks] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2546.44 s
[socks] Using hsc2hs version 0.68.9 found on system at:
2546.44 s
[socks] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2546.44 s
[socks] Using hscolour version 1.25 found on system at:
2546.44 s
[socks] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2546.44 s
[socks] No jhc found
2546.44 s
[socks] Using ld found on system at:
2546.44 s
[socks] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2546.44 s
[socks] No pkg-config found
2546.44 s
[socks] Using runghc version 9.6.4 found on system at:
2546.44 s
[socks] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2546.44 s
[socks] Using strip version 2.44 found on system at:
2546.44 s
[socks] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2546.44 s
[socks] Using tar found on system at:
2546.44 s
[socks] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2546.44 s
[socks] No uhc found
2546.63 s
[th-reify-many:post-build] Uploading to the NixCI cache: /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10 /nix/store/pljnlz1s3sawdmmxmj1vbabf5d6g9vd5-th-reify-many-0.1.10-doc
2547.15 s
[th-reify-many:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2547.90 s
[th-reify-many:post-build] copying 2 paths...
2547.90 s
[th-reify-many:post-build] copying path '/nix/store/pljnlz1s3sawdmmxmj1vbabf5d6g9vd5-th-reify-many-0.1.10-doc' to 'https://cache.nix-ci.com'...
2549.36 s
[th-reify-many:post-build] copying path '/nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10' to 'https://cache.nix-ci.com'...
2551.90 s
[th-reify-many:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2553.29 s
[th-reify-many:post-build] copying 1 paths...
2553.30 s
[th-reify-many:post-build] copying path '/nix/store/bl4z689jjy8kmqj6gpjsbfld8pq7qwp7-th-reify-many-0.1.10.drv' to 'https://cache.nix-ci.com'...
2556.11 s
Uploaded th-reify-many in 9.5s
2556.15 s
Progress: 128 of 212 built (11 building), 298 of 298 downloaded from cache
2556.15 s
Built th-reify-many in 2m03s
2556.40 s
Building /nix/store/4xzpyhjrj7sx9n8gshsjgb6npkahw10g-OneTuple-0.4.2.drv
2556.55 s
Building /nix/store/7bf9i2xc6frv1n29rd4zfi0a2117yh74-async-2.2.5.drv
2556.72 s
Building /nix/store/p3nn7g9783049f1vkrkgf5l9jxd04ghf-case-insensitive-1.2.1.0.drv
2556.89 s
Building /nix/store/pfhy3whc4ylphs6w04v0nq3j9l19q59k-constraints-0.14.2.drv
2556.93 s
Waiting for lock on waiting for a free build user ID for '/nix/store/w4h7ry8kxma5id4cp9zqsgldhw0qx2l1-data-fix
2556.96 s
Waiting for lock on waiting for a free build user ID for '/nix/store/5mbk4a3hibwgvgqc9qkh6fl1v2v71njh-text-short
2556.99 s
Waiting for lock on waiting for a free build user ID for '/nix/store/s3sg3vgdd2v8shnd24k6hyzmhkh4ak0c-th-orphans
2557.04 s
Waiting for lock on waiting for a free build user ID for '/nix/store/bckjvaym7kx1lzmfnbbplkgw1n057d33-these
2557.08 s
Waiting for lock on waiting for a free build user ID for '/nix/store/ppiv1z5q73av7c2a9l5889h4g1cq9wnp-time-compat
2557.15 s
Waiting for lock on waiting for a free build user ID for '/nix/store/4xn8v7z6dqc0nqxcxcrnnbf52wkcgwcv-uuid-types
2557.15 s
[OneTuple] Phase: setupCompilerEnvironmentPhase
2557.15 s
[OneTuple] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2557.15 s
[async] Phase: setupCompilerEnvironmentPhase
2557.15 s
[async] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2557.16 s
[case-insensitive] Phase: setupCompilerEnvironmentPhase
2557.16 s
[case-insensitive] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2557.16 s
[crypton] [ 65 of 139] Compiling Crypto.Cipher.Camellia ( Crypto/Cipher/Camellia.hs, dist/build/Crypto/Cipher/Camellia.o, dist/build/Crypto/Cipher/Camellia.dyn_o )
2557.16 s
[crypton] [ 66 of 139] Compiling Crypto.KDF.Argon2 ( Crypto/KDF/Argon2.hs, dist/build/Crypto/KDF/Argon2.o, dist/build/Crypto/KDF/Argon2.dyn_o )
2557.16 s
[crypton] [ 67 of 139] Compiling Crypto.KDF.BCryptPBKDF ( Crypto/KDF/BCryptPBKDF.hs, dist/build/Crypto/KDF/BCryptPBKDF.o, dist/build/Crypto/KDF/BCryptPBKDF.dyn_o )
2557.16 s
[crypton] [ 68 of 139] Compiling Crypto.MAC.CMAC ( Crypto/MAC/CMAC.hs, dist/build/Crypto/MAC/CMAC.o, dist/build/Crypto/MAC/CMAC.dyn_o )
2557.16 s
[crypton] [ 69 of 139] Compiling Crypto.MAC.HMAC ( Crypto/MAC/HMAC.hs, dist/build/Crypto/MAC/HMAC.o, dist/build/Crypto/MAC/HMAC.dyn_o )
2557.16 s
[crypton] [ 70 of 139] Compiling Crypto.KDF.PBKDF2 ( Crypto/KDF/PBKDF2.hs, dist/build/Crypto/KDF/PBKDF2.o, dist/build/Crypto/KDF/PBKDF2.dyn_o )
2557.16 s
[crypton] [ 71 of 139] Compiling Crypto.KDF.Scrypt ( Crypto/KDF/Scrypt.hs, dist/build/Crypto/KDF/Scrypt.o, dist/build/Crypto/KDF/Scrypt.dyn_o )
2557.16 s
[crypton] [ 72 of 139] Compiling Crypto.KDF.HKDF ( Crypto/KDF/HKDF.hs, dist/build/Crypto/KDF/HKDF.o, dist/build/Crypto/KDF/HKDF.dyn_o )
2557.16 s
[crypton] [ 73 of 139] Compiling Crypto.MAC.KMAC ( Crypto/MAC/KMAC.hs, dist/build/Crypto/MAC/KMAC.o, dist/build/Crypto/MAC/KMAC.dyn_o )
2557.16 s
[crypton] [ 74 of 139] Compiling Crypto.MAC.KeyedBlake2 ( Crypto/MAC/KeyedBlake2.hs, dist/build/Crypto/MAC/KeyedBlake2.o, dist/build/Crypto/MAC/KeyedBlake2.dyn_o )
2557.16 s
[crypton] [ 75 of 139] Compiling Crypto.MAC.Poly1305 ( Crypto/MAC/Poly1305.hs, dist/build/Crypto/MAC/Poly1305.o, dist/build/Crypto/MAC/Poly1305.dyn_o )
2557.16 s
[crypton] [ 76 of 139] Compiling Crypto.Cipher.ChaChaPoly1305 ( Crypto/Cipher/ChaChaPoly1305.hs, dist/build/Crypto/Cipher/ChaChaPoly1305.o, dist/build/Crypto/Cipher/ChaChaPoly1305.dyn_o )
2557.16 s
[crypton] [ 77 of 139] Compiling Crypto.Number.Compat ( Crypto/Number/Compat.hs, dist/build/Crypto/Number/Compat.o, dist/build/Crypto/Number/Compat.dyn_o )
2557.16 s
[crypton] [ 78 of 139] Compiling Crypto.Number.Basic ( Crypto/Number/Basic.hs, dist/build/Crypto/Number/Basic.o, dist/build/Crypto/Number/Basic.dyn_o )
2557.16 s
[crypton] [ 79 of 139] Compiling Crypto.ECC.Simple.Types ( Crypto/ECC/Simple/Types.hs, dist/build/Crypto/ECC/Simple/Types.o, dist/build/Crypto/ECC/Simple/Types.dyn_o )
2557.16 s
[crypton] [ 80 of 139] Compiling Crypto.Number.F2m ( Crypto/Number/F2m.hs, dist/build/Crypto/Number/F2m.o, dist/build/Crypto/Number/F2m.dyn_o )
2557.16 s
[crypton] [ 81 of 139] Compiling Crypto.Number.ModArithmetic ( Crypto/Number/ModArithmetic.hs, dist/build/Crypto/Number/ModArithmetic.o, dist/build/Crypto/Number/ModArithmetic.dyn_o )
2557.16 s
[crypton] [ 82 of 139] Compiling Crypto.Number.Nat ( Crypto/Number/Nat.hs, dist/build/Crypto/Number/Nat.o, dist/build/Crypto/Number/Nat.dyn_o )
2557.16 s
[crypton] [ 83 of 139] Compiling Crypto.Number.Serialize.Internal ( Crypto/Number/Serialize/Internal.hs, dist/build/Crypto/Number/Serialize/Internal.o, dist/build/Crypto/Number/Serialize/Internal.dyn_o )
2557.16 s
[crypton] [ 84 of 139] Compiling Crypto.Number.Serialize ( Crypto/Number/Serialize.hs, dist/build/Crypto/Number/Serialize.o, dist/build/Crypto/Number/Serialize.dyn_o )
2557.16 s
[crypton] [ 85 of 139] Compiling Crypto.Number.Serialize.Internal.LE ( Crypto/Number/Serialize/Internal/LE.hs, dist/build/Crypto/Number/Serialize/Internal/LE.o, dist/build/Crypto/Number/Serialize/Internal/LE.dyn_o )
2557.16 s
[crypton] [ 86 of 139] Compiling Crypto.Number.Serialize.LE ( Crypto/Number/Serialize/LE.hs, dist/build/Crypto/Number/Serialize/LE.o, dist/build/Crypto/Number/Serialize/LE.dyn_o )
2557.16 s
[crypton] [ 87 of 139] Compiling Crypto.OTP ( Crypto/OTP.hs, dist/build/Crypto/OTP.o, dist/build/Crypto/OTP.dyn_o )
2557.16 s
[crypton] [ 88 of 139] Compiling Crypto.PubKey.ECC.Types ( Crypto/PubKey/ECC/Types.hs, dist/build/Crypto/PubKey/ECC/Types.o, dist/build/Crypto/PubKey/ECC/Types.dyn_o )
2557.16 s
[crypton] [ 89 of 139] Compiling Crypto.PubKey.Internal ( Crypto/PubKey/Internal.hs, dist/build/Crypto/PubKey/Internal.o, dist/build/Crypto/PubKey/Internal.dyn_o )
2557.16 s
[crypton] [ 90 of 139] Compiling Crypto.PubKey.MaskGenFunction ( Crypto/PubKey/MaskGenFunction.hs, dist/build/Crypto/PubKey/MaskGenFunction.o, dist/build/Crypto/PubKey/MaskGenFunction.dyn_o )
2557.16 s
[crypton] [ 91 of 139] Compiling Crypto.PubKey.RSA.Types ( Crypto/PubKey/RSA/Types.hs, dist/build/Crypto/PubKey/RSA/Types.o, dist/build/Crypto/PubKey/RSA/Types.dyn_o )
2557.16 s
[distributive] Phase: setupCompilerEnvironmentPhase
2557.16 s
[distributive] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2557.16 s
[distributive] Phase: unpackPhase
2557.16 s
[distributive] unpacking source archive /nix/store/v1axhj3cpaixlyfy04qv0442ny8d7m5w-distributive-0.6.2.1.tar.gz
2557.16 s
[distributive] source root is distributive-0.6.2.1
2557.16 s
[distributive] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "distributive-0.6.2.1/.vim.custom"
2557.16 s
[distributive] Phase: patchPhase
2557.16 s
[distributive] Replace Cabal file with edited version from mirror://hackage/distributive-0.6.2.1/revision/1.cabal.
2557.16 s
[distributive] Phase: compileBuildDriverPhase
2557.16 s
[distributive] setupCompileFlags: -package-db=/build/tmp.ataRbZQFke/setup-package.conf.d -threaded
2557.16 s
[distributive] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.ataRbZQFke/Main.o )
2557.16 s
[distributive] [2 of 2] Linking Setup
2557.16 s
[distributive] Phase: updateAutotoolsGnuConfigScriptsPhase
2557.16 s
[distributive] Phase: configurePhase
2557.16 s
[distributive] configureFlags: --verbose --prefix=/nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/6pkvqmnzqlq8cbhfwdahl0slc98s9j80-distributive-0.6.2.1-doc/share/doc/distributive-0.6.2.1 --with-gcc=gcc --package-db=/build/tmp.ataRbZQFke/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2557.16 s
[distributive] Using Parsec parser
2557.16 s
[distributive] Configuring distributive-0.6.2.1...
2557.16 s
[distributive] Flags chosen: semigroups=True, tagged=True
2557.16 s
[distributive] Dependency base >=4 && <5: using base-4.18.2.0
2557.16 s
[distributive] Dependency base-orphans >=0.5.2 && <1: using base-orphans-0.9.3
2557.16 s
[distributive] Dependency tagged >=0.7 && <1: using tagged-0.8.8
2557.16 s
[distributive] Dependency transformers >=0.3 && <0.7: using transformers-0.6.1.0
2557.16 s
[distributive] Dependency base >=4 && <5: using base-4.18.2.0
2557.16 s
[distributive] Dependency distributive: using distributive-0.6.2.1
2557.16 s
[distributive] Dependency generic-deriving >=1.11 && <2: using generic-deriving-1.14.6
2557.16 s
[distributive] Dependency hspec >=2 && <3: using hspec-2.11.12
2557.16 s
[distributive] Source component graph:
2557.16 s
[distributive] component lib
2557.16 s
[distributive] component test:spec dependency lib
2557.16 s
[distributive] Configured component graph:
2557.16 s
[distributive] component distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2557.16 s
[distributive] include base-4.18.2.0
2557.16 s
[distributive] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2557.16 s
[distributive] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
2557.16 s
[distributive] include transformers-0.6.1.0
2557.16 s
[distributive] component distributive-0.6.2.1-GLArh4mq6tX4KUaZjFtZPe-spec
2557.16 s
[distributive] include base-4.18.2.0
2557.16 s
[distributive] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2557.16 s
[distributive] include generic-deriving-1.14.6-AFWaLXm9E0mBPgH53Xb82X
2557.16 s
[distributive] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2557.16 s
[distributive] Linked component graph:
2557.16 s
[distributive] unit distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2557.16 s
[distributive] include base-4.18.2.0
2557.16 s
[distributive] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2557.16 s
[distributive] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
2557.16 s
[distributive] include transformers-0.6.1.0
2557.16 s
[distributive] Data.Distributive=distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy:Data.Distributive,Data.Distributive.Generic=distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy:Data.Distributive.Generic
2557.16 s
[distributive] unit distributive-0.6.2.1-GLArh4mq6tX4KUaZjFtZPe-spec
2557.16 s
[distributive] include base-4.18.2.0
2557.16 s
[distributive] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2557.16 s
[distributive] include generic-deriving-1.14.6-AFWaLXm9E0mBPgH53Xb82X
2557.16 s
[doctest] shows string literals containing Unicode [✔]
2557.16 s
[doctest] evaluates simple expressions [✔]
2557.16 s
[doctest] supports let bindings [✔]
2557.16 s
[doctest] allows import statements [✔]
2557.16 s
[doctest] captures stdout [✔]
2557.16 s
[doctest] captures stdout (Unicode) [✔]
2557.16 s
[doctest] captures stdout (empty line) [✔]
2557.16 s
[doctest] captures stdout (multiple lines) [✔]
2557.16 s
[doctest] captures stderr [✔]
2557.16 s
[doctest] captures stderr (Unicode) [✔]
2557.16 s
[doctest] shows exceptions [✔]
2557.16 s
[doctest] shows exceptions (ExitCode) [✔]
2557.16 s
[doctest] gives an error message for identifiers that are not in scope [✔]
2557.16 s
[doctest] when configVerbose is True
2557.16 s
[doctest] prints prompt [✔]
2557.16 s
[doctest] with -XOverloadedStrings, -Wall and -Werror
2557.17 s
[doctest] does not fail on marker expression (bug fix) [✔]
2557.17 s
[doctest] with NoImplicitPrelude
2557.17 s
[doctest] works [✔]
2557.17 s
[doctest] with a strange String type
2557.17 s
[doctest] works [✔]
2557.17 s
[doctest] Location
2557.17 s
[doctest] toLocation
2557.17 s
[doctest] works for a regular SrcSpan [✔]
2557.17 s
[doctest] works for a single-line SrcSpan [✔]
2557.17 s
[doctest] works for a SrcSpan that corresponds to single point [✔]
2557.17 s
[doctest] works for a bad SrcSpan [✔]
2557.17 s
[doctest] works for a SrcLoc with bad locations [✔]
2557.17 s
[doctest] enumerate
2557.17 s
[doctest] replicates UnhelpfulLocation [✔]
2557.17 s
[doctest] enumerates Location [✔]
2557.17 s
[doctest] Main
2557.17 s
[doctest] doctest
2557.17 s
[doctest] testSimple [✔]
2557.17 s
[doctest] it-variable [✔]
2557.17 s
[doctest] it-variable in $setup [✔]
2557.17 s
[doctest] failing [✔]
2557.17 s
[doctest] skips subsequent examples from the same group if an example fails [✔]
2557.17 s
[doctest] testImport [✔]
2557.17 s
[genvalidity] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2557.17 s
[genvalidity] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
2557.17 s
[genvalidity] Ready component graph:
2557.17 s
[genvalidity] definite genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2557.17 s
[genvalidity] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2557.17 s
[genvalidity] depends base-4.18.2.0
2557.17 s
[genvalidity] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2557.17 s
[genvalidity] depends validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2557.17 s
[genvalidity] definite genvalidity-1.1.1.0-CiWjMCH9o2B4wo8gk2ouK-genvalidity-test
2557.17 s
[genvalidity] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2557.17 s
[genvalidity] depends base-4.18.2.0
2557.17 s
[genvalidity] depends genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2557.17 s
[genvalidity] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2557.17 s
[genvalidity] depends hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
2557.17 s
[genvalidity] Using Cabal-3.10.1.0 compiled by ghc-9.6
2557.17 s
[genvalidity] Using compiler: ghc-9.6.4
2557.17 s
[genvalidity] Using install prefix:
2557.17 s
[genvalidity] /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0
2557.17 s
[genvalidity] Executables installed in:
2557.17 s
[genvalidity] /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/bin
2557.17 s
[genvalidity] Libraries installed in:
2557.17 s
[genvalidity] /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2557.17 s
[genvalidity] Dynamic Libraries installed in:
2557.17 s
[genvalidity] /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2557.17 s
[genvalidity] Private executables installed in:
2557.17 s
[genvalidity] /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/libexec/x86_64-linux-ghc-9.6.4/genvalidity-1.1.1.0
2557.17 s
[genvalidity] Data files installed in:
2557.17 s
[genvalidity] /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/share/x86_64-linux-ghc-9.6.4/genvalidity-1.1.1.0
2557.17 s
[genvalidity] Documentation installed in:
2557.17 s
[genvalidity] /nix/store/la0dxa3glkmvhmwvisip192nh4s0xv4j-genvalidity-1.1.1.0-doc/share/doc/genvalidity-1.1.1.0
2557.17 s
[genvalidity] Configuration files installed in:
2557.17 s
[genvalidity] /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/etc
2557.17 s
[genvalidity] No alex found
2557.17 s
[genvalidity] Using ar found on system at:
2557.17 s
[genvalidity] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2557.17 s
[genvalidity] No c2hs found
2557.17 s
[genvalidity] No cpphs found
2557.17 s
[genvalidity] No doctest found
2557.17 s
[genvalidity] Using gcc version 14.3.0 given by user at:
2557.17 s
[genvalidity] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2557.17 s
[genvalidity] Using ghc version 9.6.4 found on system at:
2557.17 s
[genvalidity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2557.17 s
[genvalidity] Using ghc-pkg version 9.6.4 found on system at:
2557.17 s
[genvalidity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2557.17 s
[genvalidity] No ghcjs found
2557.17 s
[genvalidity] No ghcjs-pkg found
2557.17 s
[genvalidity] No greencard found
2557.17 s
[genvalidity] Using haddock version 2.29.2 found on system at:
2557.17 s
[genvalidity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2557.17 s
[genvalidity] No happy found
2557.17 s
[genvalidity] Using haskell-suite found on system at: haskell-suite-dummy-location
2557.17 s
[genvalidity] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2557.17 s
[genvalidity] No hmake found
2557.17 s
[genvalidity] Using hpc version 0.68 found on system at:
2557.17 s
[genvalidity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2557.17 s
[genvalidity] Using hsc2hs version 0.68.9 found on system at:
2557.17 s
[genvalidity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2557.17 s
[genvalidity] Using hscolour version 1.25 found on system at:
2557.17 s
[genvalidity] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2557.17 s
[genvalidity] No jhc found
2557.17 s
[genvalidity] Using ld found on system at:
2557.17 s
[genvalidity] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2557.17 s
[genvalidity] No pkg-config found
2557.17 s
[genvalidity] Using runghc version 9.6.4 found on system at:
2557.17 s
[genvalidity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2557.17 s
[genvalidity] Using strip version 2.44 found on system at:
2557.17 s
[genvalidity] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2557.17 s
[genvalidity] Using tar found on system at:
2557.17 s
[genvalidity] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2557.17 s
[genvalidity] No uhc found
2557.17 s
[genvalidity] Phase: buildPhase
2557.17 s
[genvalidity] Preprocessing library for genvalidity-1.1.1.0..
2557.17 s
[genvalidity] Building library for genvalidity-1.1.1.0..
2557.17 s
[genvalidity] [1 of 3] Compiling Data.GenValidity.Utils ( src/Data/GenValidity/Utils.hs, dist/build/Data/GenValidity/Utils.o, dist/build/Data/GenValidity/Utils.dyn_o )
2557.17 s
[genvalidity] [2 of 3] Compiling Data.GenValidity ( src/Data/GenValidity.hs, dist/build/Data/GenValidity.o, dist/build/Data/GenValidity.dyn_o )
2557.17 s
[genvalidity] [3 of 3] Compiling Paths_genvalidity ( dist/build/autogen/Paths_genvalidity.hs, dist/build/Paths_genvalidity.o, dist/build/Paths_genvalidity.dyn_o )
2557.17 s
[haskell-src-exts] - Language.Haskell.Exts.ParseMonad.parser
2557.17 s
[haskell-src-exts] Warning: Language.Haskell.Exts.Syntax: could not find link destinations for:
2557.17 s
[haskell-src-exts] - Language.Haskell.Exts.Pretty.pretty
2557.17 s
[haskell-src-exts] - Language.Haskell.Exts.Pretty.prettyPrec
2557.17 s
[haskell-src-exts] - Language.Haskell.Exts.Pretty.Doc
2557.17 s
[haskell-src-exts] - Language.Haskell.Exts.ParseMonad.P
2557.17 s
[haskell-src-exts] - Language.Haskell.Exts.ParseMonad.parser
2557.17 s
[haskell-src-exts] - Language.Haskell.Exts.ExactPrint.exactP
2557.17 s
[haskell-src-exts] - Language.Haskell.Exts.ExactPrint.EP
2557.17 s
[haskell-src-exts] Warning: Language.Haskell.Exts.Pretty: could not find link destinations for:
2557.17 s
[haskell-src-exts] - Language.Haskell.Exts.Pretty.pretty
2557.17 s
[haskell-src-exts] - Language.Haskell.Exts.Pretty.prettyPrec
2557.17 s
[haskell-src-exts] - Language.Haskell.Exts.Pretty.Doc
2557.17 s
[haskell-src-exts] Warning: Language.Haskell.Exts.Parser: could not find link destinations for:
2557.17 s
[haskell-src-exts] - Language.Haskell.Exts.ParseMonad.P
2557.17 s
[haskell-src-exts] - Language.Haskell.Exts.ParseMonad.parser
2557.17 s
[haskell-src-exts] Warning: Language.Haskell.Exts.ExactPrint: could not find link destinations for:
2557.17 s
[haskell-src-exts] - Language.Haskell.Exts.ExactPrint.exactP
2557.17 s
[haskell-src-exts] - Language.Haskell.Exts.ExactPrint.EP
2557.17 s
[haskell-src-exts] Documentation created: dist/doc/html/haskell-src-exts/index.html,
2557.17 s
[haskell-src-exts] dist/doc/html/haskell-src-exts/haskell-src-exts.txt
2557.17 s
[haskell-src-exts] haddockPhase completed in 2 minutes 10 seconds
2557.17 s
[haskell-src-exts] Phase: installPhase
2557.17 s
[haskell-src-exts] Installing library in /nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
2557.17 s
[haskell-src-exts] Phase: fixupPhase
2557.17 s
[haskell-src-exts] shrinking RPATHs of ELF executables and libraries in /nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1
2557.17 s
[haskell-src-exts] shrinking /nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHShaskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r-ghc9.6.4.so
2557.17 s
[haskell-src-exts] checking for references to /build/ in /nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1...
2557.17 s
[haskell-src-exts] patching script interpreter paths in /nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1
2557.17 s
[haskell-src-exts] stripping (with command strip and flags -S -p) in /nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1/lib
2557.17 s
[haskell-src-exts] shrinking RPATHs of ELF executables and libraries in /nix/store/kw1sk2xwbz1r0x4j2k6gzc909i466rfb-haskell-src-exts-1.23.1-doc
2557.17 s
[haskell-src-exts] checking for references to /build/ in /nix/store/kw1sk2xwbz1r0x4j2k6gzc909i466rfb-haskell-src-exts-1.23.1-doc...
2557.17 s
[haskell-src-exts] patching script interpreter paths in /nix/store/kw1sk2xwbz1r0x4j2k6gzc909i466rfb-haskell-src-exts-1.23.1-doc
2557.57 s
[hourglass:post-build] Uploading to the NixCI cache: /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12 /nix/store/xpjpfiqlv17anbi9msh6vmnzcngfmaqa-hourglass-0.2.12-doc
2558.19 s
[hourglass:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2559.24 s
[hourglass:post-build] copying 2 paths...
2559.24 s
[hourglass:post-build] copying path '/nix/store/xpjpfiqlv17anbi9msh6vmnzcngfmaqa-hourglass-0.2.12-doc' to 'https://cache.nix-ci.com'...
2561.55 s
[hourglass:post-build] copying path '/nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12' to 'https://cache.nix-ci.com'...
2569.36 s
[hourglass:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2570.31 s
[hourglass:post-build] copying 1 paths...
2570.31 s
[hourglass:post-build] copying path '/nix/store/ly8pf97r18ly3h6zfskk0xg4hh97lrj6-hourglass-0.2.12.drv' to 'https://cache.nix-ci.com'...
2571.00 s
Uploaded hourglass in 13.6s
2571.01 s
Progress: 129 of 211 built (14 building), 298 of 298 downloaded from cache
2571.01 s
Built hourglass in 3m23s
2571.01 s
[iproute] /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
2571.01 s
[iproute] Dynamic Libraries installed in:
2571.01 s
[iproute] /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2571.01 s
[iproute] Private executables installed in:
2571.01 s
[iproute] /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/libexec/x86_64-linux-ghc-9.6.4/iproute-1.7.15
2571.01 s
[iproute] Data files installed in:
2571.01 s
[iproute] /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/share/x86_64-linux-ghc-9.6.4/iproute-1.7.15
2571.01 s
[iproute] Documentation installed in:
2571.01 s
[iproute] /nix/store/24jpcgfj1i8270kb6qa68rfqkf9y521k-iproute-1.7.15-doc/share/doc/iproute-1.7.15
2571.01 s
[iproute] Configuration files installed in:
2571.01 s
[iproute] /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/etc
2571.01 s
[iproute] No alex found
2571.01 s
[iproute] Using ar found on system at:
2571.01 s
[iproute] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2571.01 s
[iproute] No c2hs found
2571.01 s
[iproute] No cpphs found
2571.01 s
[iproute] No doctest found
2571.01 s
[iproute] Using gcc version 14.3.0 given by user at:
2571.01 s
[iproute] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2571.01 s
[iproute] Using ghc version 9.6.4 found on system at:
2571.01 s
[iproute] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2571.01 s
[iproute] Using ghc-pkg version 9.6.4 found on system at:
2571.01 s
[iproute] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2571.01 s
[iproute] No ghcjs found
2571.01 s
[iproute] No ghcjs-pkg found
2571.01 s
[iproute] No greencard found
2571.01 s
[iproute] Using haddock version 2.29.2 found on system at:
2571.01 s
[iproute] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2571.01 s
[iproute] No happy found
2571.01 s
[iproute] Using haskell-suite found on system at: haskell-suite-dummy-location
2571.01 s
[iproute] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2571.01 s
[iproute] No hmake found
2571.01 s
[iproute] Using hpc version 0.68 found on system at:
2571.01 s
[iproute] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2571.01 s
[iproute] Using hsc2hs version 0.68.9 found on system at:
2571.02 s
[iproute] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2571.02 s
[iproute] Using hscolour version 1.25 found on system at:
2571.02 s
[iproute] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2571.02 s
[iproute] No jhc found
2571.02 s
[iproute] Using ld found on system at:
2571.02 s
[iproute] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2571.02 s
[iproute] No pkg-config found
2571.02 s
[iproute] Using runghc version 9.6.4 found on system at:
2571.02 s
[iproute] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2571.02 s
[iproute] Using strip version 2.44 found on system at:
2571.02 s
[iproute] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2571.02 s
[iproute] Using tar found on system at:
2571.02 s
[iproute] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2571.02 s
[iproute] No uhc found
2571.02 s
[iproute] Phase: buildPhase
2571.02 s
[iproute] Preprocessing library for iproute-1.7.15..
2571.02 s
[iproute] Building library for iproute-1.7.15..
2571.02 s
[iproute] [1 of 9] Compiling Data.IP.Addr ( Data/IP/Addr.hs, dist/build/Data/IP/Addr.o, dist/build/Data/IP/Addr.dyn_o )
2571.02 s
[iproute]
2571.02 s
[iproute] Data/IP/Addr.hs:679:5: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2571.02 s
[iproute] Pattern match(es) are non-exhaustive
2571.02 s
[iproute] In a pattern binding:
2571.02 s
[iproute] Patterns of type ‘[Int]’ not matched:
2571.02 s
[iproute] []
2571.02 s
[iproute] [_]
2571.02 s
[iproute] [_, _]
2571.02 s
[iproute] [_, _, _]
2571.02 s
[iproute] ...
2571.02 s
[iproute] |
2571.02 s
[iproute] 679 | [i1, i2, i3, i4] = fromIPv4 ip
2571.02 s
[iproute] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2571.02 s
[iproute] [2 of 9] Compiling Data.IP.Builder ( Data/IP/Builder.hs, dist/build/Data/IP/Builder.o, dist/build/Data/IP/Builder.dyn_o )
2571.02 s
[iproute] [3 of 9] Compiling Data.IP.Mask ( Data/IP/Mask.hs, dist/build/Data/IP/Mask.o, dist/build/Data/IP/Mask.dyn_o )
2571.02 s
[iproute] [4 of 9] Compiling Data.IP.Range ( Data/IP/Range.hs, dist/build/Data/IP/Range.o, dist/build/Data/IP/Range.dyn_o )
2571.02 s
[iproute] [5 of 9] Compiling Data.IP.Op ( Data/IP/Op.hs, dist/build/Data/IP/Op.o, dist/build/Data/IP/Op.dyn_o )
2571.02 s
[iproute]
2571.02 s
[iproute] Data/IP/Op.hs:103:5: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2571.02 s
[iproute] Pattern match(es) are non-exhaustive
2571.03 s
[iproute] In a pattern binding:
2571.03 s
[iproute] Patterns of type ‘[Int]’ not matched:
2571.03 s
[iproute] []
2571.03 s
[iproute] [_]
2571.03 s
[iproute] [_, _]
2571.03 s
[iproute] [_, _, _]
2571.03 s
[iproute] ...
2571.03 s
[iproute] |
2571.03 s
[lifted-base] Phase: setupCompilerEnvironmentPhase
2571.03 s
[lifted-base] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2571.03 s
[lifted-base] Phase: unpackPhase
2571.03 s
[lifted-base] unpacking source archive /nix/store/w69j2sj76rm1fkacbv4ikkk7k9f0q603-lifted-base-0.2.3.12.tar.gz
2571.03 s
[lifted-base] source root is lifted-base-0.2.3.12
2571.03 s
[lifted-base] setting SOURCE_DATE_EPOCH to timestamp 1521058398 of file "lifted-base-0.2.3.12/test/test.hs"
2571.03 s
[lifted-base] Phase: patchPhase
2571.03 s
[lifted-base] applying patch /nix/store/wjvpd3257lnn4zxpn7711nmjb4ilsfaj-6b61483ec7fd0d5d5d56ccb967860d42740781e8.patch
2571.03 s
[lifted-base] patching file test/test.hs
2571.03 s
[lifted-base] Phase: compileBuildDriverPhase
2571.03 s
[lifted-base] setupCompileFlags: -package-db=/build/tmp.vfaDo1A8da/setup-package.conf.d -threaded
2571.03 s
[lifted-base] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.vfaDo1A8da/Main.o )
2571.03 s
[lifted-base] [2 of 2] Linking Setup
2571.03 s
[lifted-base] Phase: updateAutotoolsGnuConfigScriptsPhase
2571.03 s
[lifted-base] Phase: configurePhase
2571.03 s
[lifted-base] configureFlags: --verbose --prefix=/nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/cynad10ma5227plf16gmjbpb4j6dg00c-lifted-base-0.2.3.12-doc/share/doc/lifted-base-0.2.3.12 --with-gcc=gcc --package-db=/build/tmp.vfaDo1A8da/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2571.03 s
[lifted-base] Using Parsec parser
2571.03 s
[lifted-base] Configuring lifted-base-0.2.3.12...
2571.03 s
[lifted-base] Dependency base >=3 && <5: using base-4.18.2.0
2571.03 s
[lifted-base] Dependency monad-control >=0.3: using monad-control-1.0.3.1
2571.03 s
[lifted-base] Dependency transformers-base >=0.4: using transformers-base-0.4.6
2571.03 s
[lifted-base] Dependency HUnit >=1.2.2: using HUnit-1.6.2.0
2571.03 s
[lifted-base] Dependency base >=3 && <5: using base-4.18.2.0
2571.03 s
[lifted-base] Dependency lifted-base: using lifted-base-0.2.3.12
2571.03 s
[lifted-base] Dependency monad-control >=1.0.0.3: using monad-control-1.0.3.1
2571.03 s
[lifted-base] Dependency test-framework >=0.2.4: using test-framework-0.8.2.2
2571.03 s
[lifted-base] Dependency test-framework-hunit >=0.2.4: using test-framework-hunit-0.3.0.2
2571.03 s
[lifted-base] Dependency transformers >=0.3: using transformers-0.6.1.0
2571.03 s
[lifted-base] Dependency transformers-base >=0.4.4: using transformers-base-0.4.6
2571.03 s
[lifted-base] Dependency transformers-compat >=0.3: using transformers-compat-0.7.2
2571.03 s
[lifted-base] Source component graph:
2571.03 s
[lifted-base] component lib
2571.03 s
[lifted-base] component test:test-lifted-base dependency lib
2571.03 s
[lifted-base] Configured component graph:
2571.03 s
[lifted-base] component lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
2571.03 s
[lifted-base] include base-4.18.2.0
2571.03 s
[lifted-base] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2571.03 s
[lifted-base] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
2571.03 s
[lifted-base] component lifted-base-0.2.3.12-GM81moq1B90FhC8aeDOEzC-test-lifted-base
2571.03 s
[lifted-base] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2571.03 s
[lifted-base] include base-4.18.2.0
2571.03 s
[lifted-base] include lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
2571.03 s
[lifted-base] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2571.03 s
[lifted-base] include test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
2571.03 s
[lifted-base] include test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
2571.03 s
[lifted-base] include transformers-0.6.1.0
2571.03 s
[lifted-base] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
2571.03 s
[lifted-base] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
2571.03 s
[lifted-base] Linked component graph:
2571.03 s
[lifted-base] unit lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
2571.03 s
[lifted-base] include base-4.18.2.0
2571.03 s
[network-uri] : OK
2571.03 s
[network-uri]
2571.03 s
[network-uri] All 341 tests passed (0.14s)
2571.03 s
[network-uri] Test suite uri: PASS
2571.03 s
[network-uri] Test suite logged to: dist/test/network-uri-2.6.4.2-uri.log
2571.03 s
[network-uri] 1 of 1 test suites (1 of 1 test cases) passed.
2571.03 s
[network-uri] Phase: haddockPhase
2571.03 s
[network-uri] Preprocessing library for network-uri-2.6.4.2..
2571.03 s
[network-uri] Running Haddock on library for network-uri-2.6.4.2..
2571.04 s
[network-uri] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2571.04 s
[network-uri] 77% ( 42 / 54) in 'Network.URI'
2571.04 s
[network-uri] Missing documentation for:
2571.04 s
[network-uri] uriIsAbsolute (Network/URI.hs:387)
2571.04 s
[network-uri] uriIsRelative (Network/URI.hs:390)
2571.04 s
[network-uri] uriAuthToString (Network/URI.hs:958)
2571.04 s
[network-uri] parseabsoluteURI (Network/URI.hs:1399)
2571.04 s
[network-uri] escapeString (Network/URI.hs:1403)
2571.04 s
[network-uri] reserved (Network/URI.hs:1407)
2571.04 s
[network-uri] unreserved (Network/URI.hs:1411)
2571.04 s
[network-uri] scheme (Network/URI.hs:1417)
2571.04 s
[network-uri] authority (Network/URI.hs:1424)
2571.04 s
[network-uri] path (Network/URI.hs:1432)
2571.04 s
[network-uri] query (Network/URI.hs:1436)
2571.04 s
[network-uri] fragment (Network/URI.hs:1440)
2571.04 s
[network-uri] 11% ( 1 / 9) in 'Network.URI.Lens'
2571.04 s
[network-uri] Missing documentation for:
2571.04 s
[network-uri] uriRegNameLens (Network/URI/Lens.hs:31)
2571.04 s
[network-uri] uriUserInfoLens (Network/URI/Lens.hs:34)
2571.04 s
[network-uri] uriPortLens (Network/URI/Lens.hs:38)
2571.04 s
[network-uri] uriAuthorityLens (Network/URI/Lens.hs:41)
2571.04 s
[network-uri] uriSchemeLens (Network/URI/Lens.hs:45)
2571.04 s
[network-uri] uriPathLens (Network/URI/Lens.hs:48)
2571.04 s
[network-uri] uriQueryLens (Network/URI/Lens.hs:51)
2571.04 s
[network-uri] uriFragmentLens (Network/URI/Lens.hs:54)
2571.04 s
[network-uri] 88% ( 8 / 9) in 'Network.URI.Static'
2571.04 s
[network-uri] Missing documentation for:
2571.04 s
[network-uri] Module header
2571.04 s
[network-uri] Warning: Network.URI.Lens: could not find link destinations for:
2571.04 s
[network-uri] - Network.URI.Lens.Lens'
2571.04 s
[network-uri] Documentation created: dist/doc/html/network-uri/index.html,
2571.04 s
[network-uri] dist/doc/html/network-uri/network-uri.txt
2571.04 s
[network-uri] Preprocessing test suite 'uri' for network-uri-2.6.4.2..
2571.04 s
[network-uri] Phase: installPhase
2571.04 s
[network-uri] Installing library in /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
2571.04 s
[network-uri] Phase: fixupPhase
2571.04 s
[network-uri] shrinking RPATHs of ELF executables and libraries in /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2
2571.04 s
[network-uri] shrinking /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSnetwork-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq-ghc9.6.4.so
2571.04 s
[network-uri] checking for references to /build/ in /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2...
2571.04 s
[network-uri] patching script interpreter paths in /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2
2571.04 s
[network-uri] stripping (with command strip and flags -S -p) in /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/lib
2571.04 s
[network-uri] shrinking RPATHs of ELF executables and libraries in /nix/store/qvfrbaf0gsdqkz712z5plny53x27wwf2-network-uri-2.6.4.2-doc
2571.04 s
[network-uri] checking for references to /build/ in /nix/store/qvfrbaf0gsdqkz712z5plny53x27wwf2-network-uri-2.6.4.2-doc...
2571.04 s
[network-uri] patching script interpreter paths in /nix/store/qvfrbaf0gsdqkz712z5plny53x27wwf2-network-uri-2.6.4.2-doc
2571.04 s
[socks] Phase: buildPhase
2571.04 s
[socks] Preprocessing library for socks-0.6.1..
2571.04 s
[socks] Building library for socks-0.6.1..
2571.04 s
[socks] [1 of 7] Compiling Network.Socks5.Parse ( Network/Socks5/Parse.hs, dist/build/Network/Socks5/Parse.o, dist/build/Network/Socks5/Parse.dyn_o )
2571.04 s
[socks]
2571.04 s
[socks] Network/Socks5/Parse.hs:75:5: warning : [ -Wnoncanonical-monad-instances ]
2571.04 s
[socks] Noncanonical ‘return’ definition detected
2571.04 s
[socks] in the instance declaration for ‘Monad Parser’.
2571.04 s
[socks] ‘return’ will eventually be removed in favour of ‘pure’
2571.04 s
[socks] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2571.04 s
[socks] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2571.04 s
[socks] |
2571.04 s
[socks] 75 | return v = Parser $ \buf _ ok -> ok buf v
2571.04 s
[socks] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2571.04 s
[socks]
2571.04 s
[socks] Network/Socks5/Parse.hs:91:5: warning : [ -Wnoncanonical-monad-instances ]
2571.04 s
[socks] Noncanonical ‘pure = return’ definition detected
2571.04 s
[socks] in the instance declaration for ‘Applicative Parser’.
2571.04 s
[socks] Move definition from ‘return’ to ‘pure’
2571.04 s
[socks] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2571.04 s
[socks] |
2571.04 s
[socks] 91 | pure = return
2571.04 s
[socks] | ^^^^^^^^^^^^^^^^^^
2571.04 s
[socks] [2 of 7] Compiling Network.Socks5.Types ( Network/Socks5/Types.hs, dist/build/Network/Socks5/Types.o, dist/build/Network/Socks5/Types.dyn_o )
2571.04 s
[socks] [3 of 7] Compiling Network.Socks5.Conf ( Network/Socks5/Conf.hs, dist/build/Network/Socks5/Conf.o, dist/build/Network/Socks5/Conf.dyn_o )
2571.04 s
[socks] [4 of 7] Compiling Network.Socks5.Wire ( Network/Socks5/Wire.hs, dist/build/Network/Socks5/Wire.o, dist/build/Network/Socks5/Wire.dyn_o )
2571.04 s
[socks] [5 of 7] Compiling Network.Socks5.Command ( Network/Socks5/Command.hs, dist/build/Network/Socks5/Command.o, dist/build/Network/Socks5/Command.dyn_o )
2571.04 s
[socks] [6 of 7] Compiling Network.Socks5.Lowlevel ( Network/Socks5/Lowlevel.hs, dist/build/Network/Socks5/Lowlevel.o, dist/build/Network/Socks5/Lowlevel.dyn_o )
2571.04 s
[socks] [7 of 7] Compiling Network.Socks5 ( Network/Socks5.hs, dist/build/Network/Socks5.o, dist/build/Network/Socks5.dyn_o )
2571.04 s
[socks] [1 of 7] Compiling Network.Socks5.Parse ( Network/Socks5/Parse.hs, dist/build/Network/Socks5/Parse.p_o )
2571.04 s
[socks]
2571.04 s
[socks] Network/Socks5/Parse.hs:75:5: warning : [ -Wnoncanonical-monad-instances ]
2571.04 s
[socks] Noncanonical ‘return’ definition detected
2571.04 s
[socks] in the instance declaration for ‘Monad Parser’.
2571.04 s
[socks] ‘return’ will eventually be removed in favour of ‘pure’
2571.04 s
[socks] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2571.04 s
[socks] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2571.04 s
[socks] |
2571.04 s
[socks] 75 | return v = Parser $ \buf _ ok -> ok buf v
2571.04 s
[socks] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2571.04 s
[socks]
2571.04 s
[socks] Network/Socks5/Parse.hs:91:5: warning : [ -Wnoncanonical-monad-instances ]
2571.04 s
[socks] Noncanonical ‘pure = return’ definition detected
2571.05 s
[socks] in the instance declaration for ‘Applicative Parser’.
2571.05 s
[socks] Move definition from ‘return’ to ‘pure’
2571.05 s
[socks] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2571.05 s
[socks] |
2571.05 s
[socks] 91 | pure = return
2571.05 s
[socks] | ^^^^^^^^^^^^^^^^^^
2571.05 s
[socks] [2 of 7] Compiling Network.Socks5.Types ( Network/Socks5/Types.hs, dist/build/Network/Socks5/Types.p_o )
2571.05 s
[socks] [3 of 7] Compiling Network.Socks5.Conf ( Network/Socks5/Conf.hs, dist/build/Network/Socks5/Conf.p_o )
2571.05 s
[socks] [4 of 7] Compiling Network.Socks5.Wire ( Network/Socks5/Wire.hs, dist/build/Network/Socks5/Wire.p_o )
2571.05 s
[zlib] check compress large chunk: OK (51.40s)
2571.05 s
[zlib] +++ OK, passed 1 test.
2571.05 s
[zlib]
2571.05 s
[zlib] All 20 tests passed (64.66s)
2571.37 s
Building /nix/store/58phva7bdr7lcj4zafv7krxllwv8x156-asn1-types-0.3.4.drv
2571.37 s
[OneTuple] Phase: unpackPhase
2571.37 s
[OneTuple] unpacking source archive /nix/store/xpigz6w15mkzrg5z4cw65qbnis5rcm34-OneTuple-0.4.2.tar.gz
2571.37 s
[OneTuple] source root is OneTuple-0.4.2
2571.37 s
[OneTuple] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "OneTuple-0.4.2/test/th.hs"
2571.37 s
[OneTuple] Phase: patchPhase
2571.37 s
[OneTuple] Replace Cabal file with edited version from mirror://hackage/OneTuple-0.4.2/revision/1.cabal.
2571.37 s
[OneTuple] Phase: compileBuildDriverPhase
2571.37 s
[OneTuple] setupCompileFlags: -package-db=/build/tmp.5Gac4EU122/setup-package.conf.d -threaded
2571.37 s
[OneTuple] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.5Gac4EU122/Main.o )
2571.37 s
[OneTuple] [2 of 2] Linking Setup
2571.37 s
[OneTuple] Phase: updateAutotoolsGnuConfigScriptsPhase
2571.37 s
[OneTuple] Phase: configurePhase
2571.37 s
[OneTuple] configureFlags: --verbose --prefix=/nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/5z15jyx9wzisplxlpacy67k7kgb52iby-OneTuple-0.4.2-doc/share/doc/OneTuple-0.4.2 --with-gcc=gcc --package-db=/build/tmp.5Gac4EU122/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2571.37 s
[OneTuple] Using Parsec parser
2571.37 s
[OneTuple] Configuring OneTuple-0.4.2...
2571.37 s
[OneTuple] Dependency base >=4.12 && <4.22: using base-4.18.2.0
2571.37 s
[OneTuple] Dependency ghc-prim: using ghc-prim-0.10.0
2571.37 s
[OneTuple] Dependency template-haskell: using template-haskell-2.20.0.0
2571.37 s
[OneTuple] Dependency OneTuple: using OneTuple-0.4.2
2571.37 s
[OneTuple] Dependency base: using base-4.18.2.0
2571.37 s
[OneTuple] Dependency hashable: using hashable-1.4.7.0
2571.37 s
[OneTuple] Dependency OneTuple: using OneTuple-0.4.2
2571.37 s
[OneTuple] Dependency base: using base-4.18.2.0
2571.37 s
[OneTuple] Dependency template-haskell: using template-haskell-2.20.0.0
2571.37 s
[OneTuple] Source component graph:
2571.37 s
[OneTuple] component lib
2571.37 s
[OneTuple] component test:instances dependency lib
2571.37 s
[OneTuple] component test:th dependency lib
2571.37 s
[OneTuple] Configured component graph:
2571.37 s
[OneTuple] component OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
2571.37 s
[OneTuple] include base-4.18.2.0
2571.37 s
[OneTuple] include ghc-prim-0.10.0
2571.37 s
[OneTuple] include template-haskell-2.20.0.0
2571.37 s
[OneTuple] component OneTuple-0.4.2-CSqVIS9D9n65y2LhdcGCSn-instances
2571.37 s
[OneTuple] include OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
2571.37 s
[OneTuple] include base-4.18.2.0
2571.37 s
[OneTuple] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2571.37 s
[OneTuple] component OneTuple-0.4.2-Be2xIyqNBzcHlOETnVnULN-th
2571.37 s
[OneTuple] include OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
2571.37 s
[OneTuple] include base-4.18.2.0
2571.37 s
[OneTuple] include template-haskell-2.20.0.0
2571.37 s
[OneTuple] Linked component graph:
2571.37 s
[OneTuple] unit OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
2571.37 s
[OneTuple] include base-4.18.2.0
2571.37 s
[OneTuple] include ghc-prim-0.10.0
2571.37 s
[OneTuple] include template-haskell-2.20.0.0
2571.37 s
[OneTuple] Data.Tuple.OneTuple=OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH:Data.Tuple.OneTuple,Data.Tuple.Solo=OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH:Data.Tuple.Solo,Data.Tuple.Solo.TH=OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH:Data.Tuple.Solo.TH
2571.37 s
[OneTuple] unit OneTuple-0.4.2-CSqVIS9D9n65y2LhdcGCSn-instances
2571.37 s
[OneTuple] include OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
2571.37 s
[OneTuple] include base-4.18.2.0
2571.37 s
[OneTuple] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2571.37 s
[OneTuple] unit OneTuple-0.4.2-Be2xIyqNBzcHlOETnVnULN-th
2571.37 s
[OneTuple] include OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
2571.37 s
[OneTuple] include base-4.18.2.0
2571.37 s
[OneTuple] include template-haskell-2.20.0.0
2571.37 s
[OneTuple] Ready component graph:
2571.37 s
[OneTuple] definite OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
2571.37 s
[OneTuple] depends base-4.18.2.0
2571.37 s
[async] Phase: unpackPhase
2571.37 s
[async] unpacking source archive /nix/store/zcfkav5mq2fcqmljmwcr011smnqy9q05-async-2.2.5.tar.gz
2571.38 s
[async] source root is async-2.2.5
2571.38 s
[async] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "async-2.2.5/test/test-async.hs"
2571.38 s
[async] Phase: patchPhase
2571.38 s
[async] Replace Cabal file with edited version from mirror://hackage/async-2.2.5/revision/3.cabal.
2571.38 s
[async] Phase: compileBuildDriverPhase
2571.38 s
[async] setupCompileFlags: -package-db=/build/tmp.YvLS6LLMDn/setup-package.conf.d -threaded
2571.38 s
[async] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.YvLS6LLMDn/Main.o )
2571.38 s
[async] [2 of 2] Linking Setup
2571.38 s
[async] Phase: updateAutotoolsGnuConfigScriptsPhase
2571.38 s
[async] Phase: configurePhase
2571.38 s
[async] configureFlags: --verbose --prefix=/nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/mimhdpfzh1rq1nrkpgv3i5bciyd84rfl-async-2.2.5-doc/share/doc/async-2.2.5 --with-gcc=gcc --package-db=/build/tmp.YvLS6LLMDn/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2571.38 s
[async] Using Parsec parser
2571.38 s
[async] Configuring async-2.2.5...
2571.38 s
[async] Flags chosen: bench=False
2571.38 s
[async] Dependency base >=4.3 && <4.22: using base-4.18.2.0
2571.38 s
[async] Dependency hashable >=1.1.2.0 && <1.6: using hashable-1.4.7.0
2571.38 s
[async] Dependency stm >=2.2 && <2.6: using stm-2.5.1.0
2571.38 s
[async] Dependency HUnit: using HUnit-1.6.2.0
2571.38 s
[async] Dependency async: using async-2.2.5
2571.38 s
[async] Dependency base: using base-4.18.2.0
2571.38 s
[async] Dependency stm: using stm-2.5.1.0
2571.38 s
[async] Dependency test-framework: using test-framework-0.8.2.2
2571.38 s
[async] Dependency test-framework-hunit: using test-framework-hunit-0.3.0.2
2571.38 s
[async] Source component graph:
2571.38 s
[async] component lib
2571.38 s
[async] component test:test-async dependency lib
2571.38 s
[async] Configured component graph:
2571.38 s
[async] component async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2571.38 s
[async] include base-4.18.2.0
2571.38 s
[async] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2571.38 s
[async] include stm-2.5.1.0
2571.38 s
[async] component async-2.2.5-JkXX893D4IsFdWmd5g8VA0-test-async
2571.38 s
[async] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2571.38 s
[async] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2571.38 s
[async] include base-4.18.2.0
2571.38 s
[async] include stm-2.5.1.0
2571.38 s
[async] include test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
2571.38 s
[async] include test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
2571.39 s
[async] Linked component graph:
2571.39 s
[async] unit async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2571.39 s
[async] include base-4.18.2.0
2571.39 s
[async] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2571.39 s
[async] include stm-2.5.1.0
2571.40 s
[async] Control.Concurrent.Async=async-2.2.5-sGJFzu4bkmLEjth7eTA6J:Control.Concurrent.Async,Control.Concurrent.Async.Internal=async-2.2.5-sGJFzu4bkmLEjth7eTA6J:Control.Concurrent.Async.Internal
2571.40 s
[async] unit async-2.2.5-JkXX893D4IsFdWmd5g8VA0-test-async
2571.40 s
[async] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2571.40 s
[async] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2571.40 s
[async] include base-4.18.2.0
2571.40 s
[async] include stm-2.5.1.0
2571.40 s
[async] include test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
2571.40 s
[async] include test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
2571.40 s
[async] Ready component graph:
2571.40 s
[async] definite async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2571.40 s
[async] depends base-4.18.2.0
2571.40 s
[async] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2571.40 s
[async] depends stm-2.5.1.0
2571.40 s
[case-insensitive] Phase: unpackPhase
2571.40 s
[case-insensitive] unpacking source archive /nix/store/j5ii6jyxahhhmc58d6wd31055hk6a12s-case-insensitive-1.2.1.0.tar.gz
2571.40 s
[case-insensitive] source root is case-insensitive-1.2.1.0
2571.40 s
[case-insensitive] setting SOURCE_DATE_EPOCH to timestamp 1557030904 of file "case-insensitive-1.2.1.0/test/test.hs"
2571.40 s
[case-insensitive] Phase: patchPhase
2571.40 s
[case-insensitive] Phase: compileBuildDriverPhase
2571.40 s
[case-insensitive] setupCompileFlags: -package-db=/build/tmp.aorPqsyFnQ/setup-package.conf.d -threaded
2571.40 s
[case-insensitive] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.aorPqsyFnQ/Main.o )
2571.40 s
[case-insensitive] [2 of 2] Linking Setup
2571.40 s
[case-insensitive] Phase: updateAutotoolsGnuConfigScriptsPhase
2571.40 s
[case-insensitive] Phase: configurePhase
2571.40 s
[case-insensitive] configureFlags: --verbose --prefix=/nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/5hqv885bn6lmw0gnycpdxly0nmr6gjqg-case-insensitive-1.2.1.0-doc/share/doc/case-insensitive-1.2.1.0 --with-gcc=gcc --package-db=/build/tmp.aorPqsyFnQ/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2571.40 s
[case-insensitive] Using Parsec parser
2571.40 s
[case-insensitive] Configuring case-insensitive-1.2.1.0...
2571.40 s
[case-insensitive] Dependency base >=3 && <5: using base-4.18.2.0
2571.40 s
[case-insensitive] Dependency bytestring >=0.9: using bytestring-0.11.5.3
2571.40 s
[case-insensitive] Dependency deepseq >=1.1: using deepseq-1.4.8.1
2571.40 s
[case-insensitive] Dependency hashable >=1.0: using hashable-1.4.7.0
2571.40 s
[case-insensitive] Dependency text >=0.3: using text-2.0.2
2571.40 s
[case-insensitive] Dependency HUnit >=1.2.2: using HUnit-1.6.2.0
2571.40 s
[case-insensitive] Dependency base >=3 && <5: using base-4.18.2.0
2571.40 s
[case-insensitive] Dependency bytestring >=0.9: using bytestring-0.11.5.3
2571.40 s
[case-insensitive] Dependency case-insensitive: using case-insensitive-1.2.1.0
2571.40 s
[case-insensitive] Dependency test-framework >=0.2.4: using test-framework-0.8.2.2
2571.40 s
[case-insensitive] Dependency test-framework-hunit >=0.2.4: using test-framework-hunit-0.3.0.2
2571.40 s
[case-insensitive] Dependency text >=0.3: using text-2.0.2
2571.40 s
[case-insensitive] Source component graph:
2571.40 s
[case-insensitive] component lib
2571.40 s
[case-insensitive] component test:test-case-insensitive dependency lib
2571.40 s
[case-insensitive] Configured component graph:
2571.40 s
[case-insensitive] component case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
2571.40 s
[case-insensitive] include base-4.18.2.0
2571.40 s
[case-insensitive] include bytestring-0.11.5.3
2571.40 s
[case-insensitive] include deepseq-1.4.8.1
2571.40 s
[case-insensitive] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2571.40 s
[case-insensitive] include text-2.0.2
2571.40 s
[case-insensitive] component case-insensitive-1.2.1.0-3l26joYCcqTKHq30sam1Z5-test-case-insensitive
2571.40 s
[case-insensitive] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2571.40 s
[case-insensitive] include base-4.18.2.0
2571.40 s
[case-insensitive] include bytestring-0.11.5.3
2571.40 s
[case-insensitive] include case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
2571.40 s
[case-insensitive] include test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
2571.41 s
[case-insensitive] include test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
2571.41 s
[case-insensitive] include text-2.0.2
2571.41 s
[case-insensitive] Linked component graph:
2571.41 s
[case-insensitive] unit case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
2571.41 s
[case-insensitive] include base-4.18.2.0
2571.41 s
[case-insensitive] include bytestring-0.11.5.3
2571.41 s
[case-insensitive] include deepseq-1.4.8.1
2571.41 s
[case-insensitive] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2571.41 s
[case-insensitive] include text-2.0.2
2571.41 s
[case-insensitive] Data.CaseInsensitive=case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0:Data.CaseInsensitive,Data.CaseInsensitive.Unsafe=case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0:Data.CaseInsensitive.Unsafe
2571.41 s
[case-insensitive] unit case-insensitive-1.2.1.0-3l26joYCcqTKHq30sam1Z5-test-case-insensitive
2571.41 s
[case-insensitive] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2571.41 s
[constraints] Phase: setupCompilerEnvironmentPhase
2571.41 s
[constraints] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2571.41 s
[constraints] Phase: unpackPhase
2571.41 s
[constraints] unpacking source archive /nix/store/9b3980c2m9ign1w8ym4pvak4c716pkcs-constraints-0.14.2.tar.gz
2571.41 s
[constraints] source root is constraints-0.14.2
2571.41 s
[constraints] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "constraints-0.14.2/tests/Spec.hs"
2571.41 s
[constraints] Phase: patchPhase
2571.41 s
[constraints] Replace Cabal file with edited version from mirror://hackage/constraints-0.14.2/revision/1.cabal.
2571.41 s
[constraints] Phase: compileBuildDriverPhase
2571.41 s
[constraints] setupCompileFlags: -package-db=/build/tmp.bg29zPBcYZ/setup-package.conf.d -threaded
2571.41 s
[constraints] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.bg29zPBcYZ/Main.o )
2571.41 s
[constraints] [2 of 2] Linking Setup
2571.41 s
[constraints] Phase: updateAutotoolsGnuConfigScriptsPhase
2571.41 s
[constraints] Phase: configurePhase
2571.41 s
[constraints] configureFlags: --verbose --prefix=/nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/px77abh9aph73nlnj85m49zx4f2xljip-constraints-0.14.2-doc/share/doc/constraints-0.14.2 --with-gcc=gcc --package-db=/build/tmp.bg29zPBcYZ/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2571.41 s
[constraints] Using Parsec parser
2571.41 s
[constraints] Configuring constraints-0.14.2...
2571.41 s
[constraints] Dependency base >=4.12 && <5: using base-4.18.2.0
2571.41 s
[constraints] Dependency binary >=0.7.1 && <0.9: using binary-0.8.9.1
2571.41 s
[constraints] Dependency boring >=0.2 && <0.3: using boring-0.2.2
2571.41 s
[constraints] Dependency deepseq >=1.3 && <1.6: using deepseq-1.4.8.1
2571.41 s
[constraints] Dependency ghc-prim: using ghc-prim-0.10.0
2571.41 s
[constraints] Dependency hashable >=1.2 && <1.6: using hashable-1.4.7.0
2571.41 s
[constraints] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
2571.41 s
[constraints] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.0
2571.41 s
[constraints] Dependency base: using base-4.18.2.0
2571.41 s
[constraints] Dependency constraints: using constraints-0.14.2
2571.41 s
[constraints] Dependency hspec >=2: using hspec-2.11.12
2571.41 s
[constraints] Source component graph:
2571.41 s
[constraints] component lib
2571.41 s
[constraints] component test:spec dependency lib
2571.41 s
[constraints] Configured component graph:
2571.41 s
[constraints] component constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
2571.41 s
[constraints] include base-4.18.2.0
2571.41 s
[constraints] include binary-0.8.9.1
2571.41 s
[constraints] include boring-0.2.2-7XzsSmLvRC72TGz61ob8Fj
2571.41 s
[constraints] include deepseq-1.4.8.1
2571.42 s
[constraints] include ghc-prim-0.10.0
2571.42 s
[constraints] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2571.42 s
[constraints] include mtl-2.3.1
2571.42 s
[constraints] include transformers-0.6.1.0
2571.42 s
[constraints] component constraints-0.14.2-JSMkouAVqHjKDbOQ7wPGuQ-spec
2571.42 s
[constraints] include base-4.18.2.0
2571.42 s
[constraints] include constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
2571.42 s
[constraints] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2571.42 s
[constraints] Linked component graph:
2571.42 s
[constraints] unit constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
2571.42 s
[constraints] include base-4.18.2.0
2571.42 s
[constraints] include binary-0.8.9.1
2571.42 s
[constraints] include boring-0.2.2-7XzsSmLvRC72TGz61ob8Fj
2571.42 s
[constraints] include deepseq-1.4.8.1
2571.42 s
[constraints] include ghc-prim-0.10.0
2571.42 s
[constraints] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2571.42 s
[constraints] include mtl-2.3.1
2571.42 s
[constraints] include transformers-0.6.1.0
2571.42 s
[crypton] [ 92 of 139] Compiling Crypto.PubKey.RSA.Prim ( Crypto/PubKey/RSA/Prim.hs, dist/build/Crypto/PubKey/RSA/Prim.o, dist/build/Crypto/PubKey/RSA/Prim.dyn_o )
2571.42 s
[crypton] [ 93 of 139] Compiling Crypto.Random.Entropy.Source ( Crypto/Random/Entropy/Source.hs, dist/build/Crypto/Random/Entropy/Source.o, dist/build/Crypto/Random/Entropy/Source.dyn_o )
2571.42 s
[crypton] [ 94 of 139] Compiling Crypto.Random.Entropy.RDRand ( Crypto/Random/Entropy/RDRand.hs, dist/build/Crypto/Random/Entropy/RDRand.o, dist/build/Crypto/Random/Entropy/RDRand.dyn_o )
2571.42 s
[crypton] [ 95 of 139] Compiling Crypto.Random.Entropy.Unix ( Crypto/Random/Entropy/Unix.hs, dist/build/Crypto/Random/Entropy/Unix.o, dist/build/Crypto/Random/Entropy/Unix.dyn_o )
2571.42 s
[crypton] [ 96 of 139] Compiling Crypto.Random.Entropy.Backend ( Crypto/Random/Entropy/Backend.hs, dist/build/Crypto/Random/Entropy/Backend.o, dist/build/Crypto/Random/Entropy/Backend.dyn_o )
2571.42 s
[crypton] [ 97 of 139] Compiling Crypto.Random.Entropy.Unsafe ( Crypto/Random/Entropy/Unsafe.hs, dist/build/Crypto/Random/Entropy/Unsafe.o, dist/build/Crypto/Random/Entropy/Unsafe.dyn_o )
2571.42 s
[crypton] [ 98 of 139] Compiling Crypto.Random.Entropy ( Crypto/Random/Entropy.hs, dist/build/Crypto/Random/Entropy.o, dist/build/Crypto/Random/Entropy.dyn_o )
2571.42 s
[crypton] [ 99 of 139] Compiling Crypto.Random.EntropyPool ( Crypto/Random/EntropyPool.hs, dist/build/Crypto/Random/EntropyPool.o, dist/build/Crypto/Random/EntropyPool.dyn_o )
2571.42 s
[crypton] [100 of 139] Compiling Crypto.Random.Types ( Crypto/Random/Types.hs, dist/build/Crypto/Random/Types.o, dist/build/Crypto/Random/Types.dyn_o )
2571.42 s
[crypton] [101 of 139] Compiling Crypto.Random.SystemDRG ( Crypto/Random/SystemDRG.hs, dist/build/Crypto/Random/SystemDRG.o, dist/build/Crypto/Random/SystemDRG.dyn_o )
2571.42 s
[crypton] [102 of 139] Compiling Crypto.Random.HmacDRG ( Crypto/Random/HmacDRG.hs, dist/build/Crypto/Random/HmacDRG.o, dist/build/Crypto/Random/HmacDRG.dyn_o )
2571.42 s
[crypton] [103 of 139] Compiling Crypto.Random.ChaChaDRG ( Crypto/Random/ChaChaDRG.hs, dist/build/Crypto/Random/ChaChaDRG.o, dist/build/Crypto/Random/ChaChaDRG.dyn_o )
2571.42 s
[crypton] [104 of 139] Compiling Crypto.Random ( Crypto/Random.hs, dist/build/Crypto/Random.o, dist/build/Crypto/Random.dyn_o )
2571.42 s
[crypton] [105 of 139] Compiling Crypto.Random.Probabilistic ( Crypto/Random/Probabilistic.hs, dist/build/Crypto/Random/Probabilistic.o, dist/build/Crypto/Random/Probabilistic.dyn_o )
2571.42 s
[crypton] [106 of 139] Compiling Crypto.PubKey.Ed448 ( Crypto/PubKey/Ed448.hs, dist/build/Crypto/PubKey/Ed448.o, dist/build/Crypto/PubKey/Ed448.dyn_o )
2571.42 s
[crypton] [107 of 139] Compiling Crypto.PubKey.Ed25519 ( Crypto/PubKey/Ed25519.hs, dist/build/Crypto/PubKey/Ed25519.o, dist/build/Crypto/PubKey/Ed25519.dyn_o )
2571.42 s
[crypton] [108 of 139] Compiling Crypto.PubKey.ECC.P256 ( Crypto/PubKey/ECC/P256.hs, dist/build/Crypto/PubKey/ECC/P256.o, dist/build/Crypto/PubKey/ECC/P256.dyn_o )
2571.42 s
[crypton] [109 of 139] Compiling Crypto.PubKey.Curve448 ( Crypto/PubKey/Curve448.hs, dist/build/Crypto/PubKey/Curve448.o, dist/build/Crypto/PubKey/Curve448.dyn_o )
2571.42 s
[crypton] [110 of 139] Compiling Crypto.PubKey.Curve25519 ( Crypto/PubKey/Curve25519.hs, dist/build/Crypto/PubKey/Curve25519.o, dist/build/Crypto/PubKey/Curve25519.dyn_o )
2571.42 s
[crypton] [111 of 139] Compiling Crypto.KDF.BCrypt ( Crypto/KDF/BCrypt.hs, dist/build/Crypto/KDF/BCrypt.o, dist/build/Crypto/KDF/BCrypt.dyn_o )
2571.42 s
[crypton] [112 of 139] Compiling Crypto.ECC.Edwards25519 ( Crypto/ECC/Edwards25519.hs, dist/build/Crypto/ECC/Edwards25519.o, dist/build/Crypto/ECC/Edwards25519.dyn_o )
2571.42 s
[crypton] [113 of 139] Compiling Crypto.Cipher.AESGCMSIV ( Crypto/Cipher/AESGCMSIV.hs, dist/build/Crypto/Cipher/AESGCMSIV.o, dist/build/Crypto/Cipher/AESGCMSIV.dyn_o )
2571.42 s
[crypton] [114 of 139] Compiling Crypto.Number.Generate ( Crypto/Number/Generate.hs, dist/build/Crypto/Number/Generate.o, dist/build/Crypto/Number/Generate.dyn_o )
2571.42 s
[crypton] [115 of 139] Compiling Crypto.PubKey.ECC.Prim ( Crypto/PubKey/ECC/Prim.hs, dist/build/Crypto/PubKey/ECC/Prim.o, dist/build/Crypto/PubKey/ECC/Prim.dyn_o )
2571.42 s
[crypton] [116 of 139] Compiling Crypto.PubKey.ECC.ECDSA ( Crypto/PubKey/ECC/ECDSA.hs, dist/build/Crypto/PubKey/ECC/ECDSA.o, dist/build/Crypto/PubKey/ECC/ECDSA.dyn_o )
2571.42 s
[crypton] [117 of 139] Compiling Crypto.PubKey.ECC.Generate ( Crypto/PubKey/ECC/Generate.hs, dist/build/Crypto/PubKey/ECC/Generate.o, dist/build/Crypto/PubKey/ECC/Generate.dyn_o )
2571.44 s
[distributive] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2571.45 s
[distributive] Ready component graph:
2571.45 s
[distributive] definite distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2571.45 s
[distributive] depends base-4.18.2.0
2571.45 s
[distributive] depends base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2571.45 s
[distributive] depends tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
2571.45 s
[distributive] depends transformers-0.6.1.0
2571.45 s
[distributive] definite distributive-0.6.2.1-GLArh4mq6tX4KUaZjFtZPe-spec
2571.45 s
[distributive] depends base-4.18.2.0
2571.45 s
[distributive] depends distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2571.45 s
[distributive] depends generic-deriving-1.14.6-AFWaLXm9E0mBPgH53Xb82X
2571.45 s
[distributive] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2571.45 s
[distributive] Using Cabal-3.10.1.0 compiled by ghc-9.6
2571.45 s
[distributive] Using compiler: ghc-9.6.4
2571.45 s
[distributive] Using install prefix:
2571.45 s
[distributive] /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1
2571.45 s
[distributive] Executables installed in:
2571.45 s
[distributive] /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/bin
2571.45 s
[distributive] Libraries installed in:
2571.45 s
[distributive] /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2571.45 s
[distributive] Dynamic Libraries installed in:
2571.45 s
[distributive] /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2571.45 s
[distributive] Private executables installed in:
2571.45 s
[distributive] /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/libexec/x86_64-linux-ghc-9.6.4/distributive-0.6.2.1
2571.45 s
[distributive] Data files installed in:
2571.45 s
[distributive] /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/share/x86_64-linux-ghc-9.6.4/distributive-0.6.2.1
2571.45 s
[distributive] Documentation installed in:
2571.45 s
[distributive] /nix/store/6pkvqmnzqlq8cbhfwdahl0slc98s9j80-distributive-0.6.2.1-doc/share/doc/distributive-0.6.2.1
2571.45 s
[distributive] Configuration files installed in:
2571.45 s
[distributive] /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/etc
2571.45 s
[distributive] No alex found
2571.45 s
[distributive] Using ar found on system at:
2571.45 s
[distributive] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2571.45 s
[distributive] No c2hs found
2571.45 s
[distributive] No cpphs found
2571.45 s
[distributive] No doctest found
2571.45 s
[distributive] Using gcc version 14.3.0 given by user at:
2571.46 s
[distributive] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2571.46 s
[distributive] Using ghc version 9.6.4 found on system at:
2571.46 s
[distributive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2571.46 s
[distributive] Using ghc-pkg version 9.6.4 found on system at:
2571.46 s
[distributive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2571.46 s
[distributive] No ghcjs found
2571.46 s
[distributive] No ghcjs-pkg found
2571.46 s
[distributive] No greencard found
2571.46 s
[distributive] Using haddock version 2.29.2 found on system at:
2571.46 s
[distributive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2571.46 s
[distributive] No happy found
2571.46 s
[distributive] Using haskell-suite found on system at: haskell-suite-dummy-location
2571.46 s
[distributive] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2571.46 s
[distributive] No hmake found
2571.46 s
[distributive] Using hpc version 0.68 found on system at:
2571.46 s
[distributive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2571.46 s
[distributive] Using hsc2hs version 0.68.9 found on system at:
2571.46 s
[distributive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2571.46 s
[distributive] Using hscolour version 1.25 found on system at:
2571.46 s
[distributive] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2571.46 s
[distributive] No jhc found
2571.46 s
[distributive] Using ld found on system at:
2571.46 s
[distributive] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2571.46 s
[distributive] No pkg-config found
2571.46 s
[distributive] Using runghc version 9.6.4 found on system at:
2571.46 s
[distributive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2571.46 s
[distributive] Using strip version 2.44 found on system at:
2571.46 s
[distributive] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2571.46 s
[distributive] Using tar found on system at:
2571.46 s
[distributive] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2571.46 s
[distributive] No uhc found
2571.46 s
[distributive] Phase: buildPhase
2571.46 s
[distributive] Preprocessing library for distributive-0.6.2.1..
2571.46 s
[distributive] Building library for distributive-0.6.2.1..
2571.46 s
[distributive] [1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.o, dist/build/Data/Distributive.dyn_o )
2571.46 s
[distributive]
2571.46 s
[distributive] src/Data/Distributive.hs:157:26: warning : [ GHC-47082 ] [ -Woperator-whitespace-ext-conflict ]
2571.46 s
[distributive] The prefix use of a ‘$’ would denote an untyped splice
2571.46 s
[distributive] were the TemplateHaskell extension enabled.
2571.46 s
[distributive] Suggested fix: Add whitespace after the ‘$’.
2571.46 s
[distributive] |
2571.46 s
[distributive] 157 | distribute a e = fmap ($ e) a
2571.46 s
[doctest] testCommentLocation [✔]
2571.46 s
[doctest] testPutStr [✔]
2571.46 s
[doctest] fails on multi-line expressions, introduced with :{ [✔]
2571.46 s
[doctest] testBlankline [✔]
2571.46 s
[doctest] examples from the same Haddock comment share the same scope [✔]
2571.46 s
[doctest] testDocumentationForArguments [✔]
2571.46 s
[doctest] template-haskell [✔]
2571.46 s
[doctest] handles source files with CRLF line endings [✔]
2571.46 s
[doctest] runs $setup before each test group [✔]
2571.47 s
[doctest] skips subsequent tests from a module, if $setup fails [✔]
2571.47 s
[doctest] ignores trailing whitespace when matching test output [✔]
2571.47 s
[doctest] doctest as a runner for QuickCheck properties
2571.47 s
[doctest] runs a boolean property [✔]
2571.47 s
[doctest] runs an explicitly quantified property [✔]
2571.47 s
[doctest] runs an implicitly quantified property [✔]
2571.47 s
[genvalidity] [1 of 3] Compiling Data.GenValidity.Utils ( src/Data/GenValidity/Utils.hs, dist/build/Data/GenValidity/Utils.p_o )
2571.47 s
[genvalidity] [2 of 3] Compiling Data.GenValidity ( src/Data/GenValidity.hs, dist/build/Data/GenValidity.p_o )
2571.47 s
[genvalidity] [3 of 3] Compiling Paths_genvalidity ( dist/build/autogen/Paths_genvalidity.hs, dist/build/Paths_genvalidity.p_o )
2571.47 s
[genvalidity] Preprocessing test suite 'genvalidity-test' for genvalidity-1.1.1.0..
2571.47 s
[genvalidity] Building test suite 'genvalidity-test' for genvalidity-1.1.1.0..
2571.47 s
[genvalidity] [1 of 6] Compiling Data.GenValidity.GenericSpec ( test/Data/GenValidity/GenericSpec.hs, dist/build/genvalidity-test/genvalidity-test-tmp/Data/GenValidity/GenericSpec.o )
2571.47 s
[genvalidity] [2 of 6] Compiling Data.GenValidity.ShrinkGenericSpec ( test/Data/GenValidity/ShrinkGenericSpec.hs, dist/build/genvalidity-test/genvalidity-test-tmp/Data/GenValidity/ShrinkGenericSpec.o )
2571.47 s
[genvalidity] [3 of 6] Compiling Data.GenValiditySpec ( test/Data/GenValiditySpec.hs, dist/build/genvalidity-test/genvalidity-test-tmp/Data/GenValiditySpec.o )
2571.47 s
[genvalidity] [4 of 6] Compiling Data.InstanceSpec ( test/Data/InstanceSpec.hs, dist/build/genvalidity-test/genvalidity-test-tmp/Data/InstanceSpec.o )
2571.47 s
[genvalidity] [5 of 6] Compiling Main ( test/Spec.hs, dist/build/genvalidity-test/genvalidity-test-tmp/Main.o )
2571.47 s
[genvalidity] [6 of 6] Compiling Paths_genvalidity ( dist/build/genvalidity-test/autogen/Paths_genvalidity.hs, dist/build/genvalidity-test/genvalidity-test-tmp/Paths_genvalidity.o )
2571.47 s
[genvalidity] [7 of 7] Linking dist/build/genvalidity-test/genvalidity-test
2571.47 s
[genvalidity] buildPhase completed in 47 seconds
2571.47 s
[genvalidity] Phase: checkPhase
2571.47 s
[genvalidity] Running 1 test suites...
2571.47 s
[genvalidity] Test suite genvalidity-test: RUNNING...
2571.47 s
[genvalidity]
2571.47 s
[genvalidity] Data.GenValidity
2571.47 s
[genvalidity] genUtf16SurrogateCodePoint
2571.47 s
[genvalidity] generates Utf16 surrogate codepoints [✔]
2571.47 s
[genvalidity] +++ OK, passed 100 tests.
2571.47 s
[genvalidity] genLineSeparator
2571.47 s
[genvalidity] generates only line separators [✔]
2571.47 s
[genvalidity] +++ OK, passed 100 tests.
2571.47 s
[genvalidity] genNonLineSeparator
2571.47 s
[genvalidity] never generates line separators [✔]
2571.47 s
[genvalidity] +++ OK, passed 100 tests.
2571.47 s
[genvalidity] genSingleLineString
2571.48 s
[genvalidity] generates only single line strings [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] upTo
2571.48 s
[genvalidity] returns only positive integers [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] returns only integers smaller than or equal to the given number [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] genSplit
2571.48 s
[genvalidity] returns positive integers [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] returns two integers such that the sum is the original integer [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] genSplit3
2571.48 s
[genvalidity] returns positive integers [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] returns three integers such that the sum is the original integer [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] genSplit4
2571.48 s
[genvalidity] returns positive integers [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] returns four integers such that the sum is the original integer [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] genSplit5
2571.48 s
[genvalidity] returns positive integers [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] returns four integers such that the sum is the original integer [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] arbPartition
2571.48 s
[genvalidity] returns an empty list upon strictly negative input [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] returns a list of positive integers [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] Data.GenValidity.Generic
2571.48 s
[genvalidity] genValidStructurally
2571.48 s
[genvalidity] only generates valid "Bool"s [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] only generates valid "Ordering"s [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] only generates valid "Maybe Double"s [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] only generates valid "Either Double Ordering"s [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] only generates valid "MyType"s [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] shrinkValidStructurally
2571.48 s
[genvalidity] only shrinks to valid "Bool"s [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] never shrinks to itself for valid "Bool"s [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] only shrinks to valid "Ordering"s [✔]
2571.48 s
[genvalidity] +++ OK, passed 100 tests.
2571.48 s
[genvalidity] never shrinks to itself for valid "Ordering"s [✔]
2571.49 s
[genvalidity] +++ OK, passed 100 tests.
2571.49 s
[genvalidity] only shrinks to valid "Maybe Double"s [✔]
2571.49 s
[genvalidity] +++ OK, passed 100 tests.
2571.49 s
[genvalidity] never shrinks to itself for valid "Maybe Double"s [✔]
2571.49 s
[genvalidity] +++ OK, passed 100 tests.
2572.44 s
[haskell-src-exts:post-build] Uploading to the NixCI cache: /nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1 /nix/store/kw1sk2xwbz1r0x4j2k6gzc909i466rfb-haskell-src-exts-1.23.1-doc
2573.21 s
[haskell-src-exts:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2574.23 s
[haskell-src-exts:post-build] copying 2 paths...
2574.24 s
[haskell-src-exts:post-build] copying path '/nix/store/kw1sk2xwbz1r0x4j2k6gzc909i466rfb-haskell-src-exts-1.23.1-doc' to 'https://cache.nix-ci.com'...
2584.57 s
[haskell-src-exts:post-build] copying path '/nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1' to 'https://cache.nix-ci.com'...
2616.46 s
[haskell-src-exts:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2617.12 s
[haskell-src-exts:post-build] copying 1 paths...
2617.12 s
[haskell-src-exts:post-build] copying path '/nix/store/vyd6x2wylrln41gzsnq9pargvymp3vhj-haskell-src-exts-1.23.1.drv' to 'https://cache.nix-ci.com'...
2618.63 s
Uploaded haskell-src-exts in 46.3s
2618.63 s
Progress: 130 of 211 built (14 building), 298 of 298 downloaded from cache
2618.63 s
Built haskell-src-exts in 20m45s
2618.64 s
[iproute] 103 | [i1, i2, i3, i4] = fromIPv4 ip
2618.64 s
[iproute] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2618.64 s
[iproute] [6 of 9] Compiling Data.IP.Internal ( Data/IP/Internal.hs, dist/build/Data/IP/Internal.o, dist/build/Data/IP/Internal.dyn_o )
2618.64 s
[iproute] [7 of 9] Compiling Data.IP ( Data/IP.hs, dist/build/Data/IP.o, dist/build/Data/IP.dyn_o )
2618.64 s
[iproute] [8 of 9] Compiling Data.IP.RouteTable.Internal ( Data/IP/RouteTable/Internal.hs, dist/build/Data/IP/RouteTable/Internal.o, dist/build/Data/IP/RouteTable/Internal.dyn_o )
2618.64 s
[iproute] [9 of 9] Compiling Data.IP.RouteTable ( Data/IP/RouteTable.hs, dist/build/Data/IP/RouteTable.o, dist/build/Data/IP/RouteTable.dyn_o )
2618.64 s
[iproute] [1 of 9] Compiling Data.IP.Addr ( Data/IP/Addr.hs, dist/build/Data/IP/Addr.p_o )
2618.64 s
[iproute]
2618.64 s
[iproute] Data/IP/Addr.hs:679:5: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2618.64 s
[iproute] Pattern match(es) are non-exhaustive
2618.64 s
[iproute] In a pattern binding:
2618.64 s
[iproute] Patterns of type ‘[Int]’ not matched:
2618.64 s
[iproute] []
2618.64 s
[iproute] [_]
2618.64 s
[iproute] [_, _]
2618.64 s
[iproute] [_, _, _]
2618.64 s
[iproute] ...
2618.64 s
[iproute] |
2618.64 s
[iproute] 679 | [i1, i2, i3, i4] = fromIPv4 ip
2618.64 s
[iproute] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2618.64 s
[iproute] [2 of 9] Compiling Data.IP.Builder ( Data/IP/Builder.hs, dist/build/Data/IP/Builder.p_o )
2618.64 s
[iproute] [3 of 9] Compiling Data.IP.Mask ( Data/IP/Mask.hs, dist/build/Data/IP/Mask.p_o )
2618.64 s
[iproute] [4 of 9] Compiling Data.IP.Range ( Data/IP/Range.hs, dist/build/Data/IP/Range.p_o )
2618.64 s
[iproute] [5 of 9] Compiling Data.IP.Op ( Data/IP/Op.hs, dist/build/Data/IP/Op.p_o )
2618.64 s
[iproute]
2618.64 s
[iproute] Data/IP/Op.hs:103:5: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2618.64 s
[iproute] Pattern match(es) are non-exhaustive
2618.64 s
[iproute] In a pattern binding:
2618.64 s
[iproute] Patterns of type ‘[Int]’ not matched:
2618.64 s
[iproute] []
2618.64 s
[iproute] [_]
2618.64 s
[iproute] [_, _]
2618.64 s
[iproute] [_, _, _]
2618.64 s
[iproute] ...
2618.64 s
[iproute] |
2618.64 s
[iproute] 103 | [i1, i2, i3, i4] = fromIPv4 ip
2618.64 s
[iproute] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2618.64 s
[iproute] [6 of 9] Compiling Data.IP.Internal ( Data/IP/Internal.hs, dist/build/Data/IP/Internal.p_o )
2618.64 s
[iproute] [7 of 9] Compiling Data.IP ( Data/IP.hs, dist/build/Data/IP.p_o )
2618.64 s
[iproute] [8 of 9] Compiling Data.IP.RouteTable.Internal ( Data/IP/RouteTable/Internal.hs, dist/build/Data/IP/RouteTable/Internal.p_o )
2618.65 s
[iproute] [9 of 9] Compiling Data.IP.RouteTable ( Data/IP/RouteTable.hs, dist/build/Data/IP/RouteTable.p_o )
2618.65 s
[iproute] Preprocessing test suite 'spec' for iproute-1.7.15..
2618.65 s
[iproute] Building test suite 'spec' for iproute-1.7.15..
2618.65 s
[iproute] [1 of 4] Compiling BuilderSpec ( test/BuilderSpec.hs, dist/build/spec/spec-tmp/BuilderSpec.o )
2618.65 s
[iproute] [2 of 4] Compiling RouteTableSpec ( test/RouteTableSpec.hs, dist/build/spec/spec-tmp/RouteTableSpec.o )
2618.65 s
[iproute]
2618.65 s
[iproute] test/RouteTableSpec.hs:17:1: warning : [ -Wunused-imports ]
2618.65 s
[iproute] The import of ‘Data.Monoid’ is redundant
2618.65 s
[iproute] except perhaps to import instances from ‘Data.Monoid’
2618.65 s
[iproute] To import instances alone, use: import Data.Monoid()
2618.65 s
[iproute] |
2618.65 s
[iproute] 17 | import Data.Monoid ((<>))
2618.65 s
[iproute] | ^^^^^^^^^^^^^^^^^^^^^^^^^
2618.65 s
[iproute] [3 of 4] Compiling IPSpec ( test/IPSpec.hs, dist/build/spec/spec-tmp/IPSpec.o )
2618.65 s
[iproute] [4 of 4] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
2618.65 s
[iproute] [5 of 5] Linking dist/build/spec/spec
2618.65 s
[iproute] buildPhase completed in 45 seconds
2618.65 s
[iproute] Phase: checkPhase
2618.65 s
[iproute] Running 1 test suites...
2618.65 s
[iproute] Test suite spec: RUNNING...
2618.65 s
[iproute]
2618.65 s
[iproute] Builder
2618.65 s
[iproute] test builders
2618.65 s
[iproute] IPv4 Builder matches Show instance [✔]
2618.65 s
[iproute] +++ OK, passed 100 tests.
2618.65 s
[iproute] IPv6 Builder matches Show instance [✔]
2618.65 s
[iproute] +++ OK, passed 100 tests.
2618.65 s
[iproute] IP
2618.65 s
[iproute] read
2618.65 s
[iproute] IPv4 [✔]
2618.65 s
[iproute] +++ OK, passed 100 tests.
2618.65 s
[iproute] IPv6 [✔]
2618.65 s
[iproute] +++ OK, passed 100 tests.
2618.65 s
[iproute] IPv4 failure [✔]
2618.65 s
[iproute] +++ OK, passed 100 tests.
2618.65 s
[iproute] IPv6 failure [✔]
2618.65 s
[iproute] +++ OK, passed 100 tests.
2618.65 s
[lifted-base] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2618.65 s
[lifted-base] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
2618.65 s
[lifted-base] Control.Concurrent.Chan.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Control.Concurrent.Chan.Lifted,Control.Concurrent.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Control.Concurrent.Lifted,Control.Concurrent.MVar.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Control.Concurrent.MVar.Lifted,Control.Concurrent.QSem.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Control.Concurrent.QSem.Lifted,Control.Concurrent.QSemN.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Control.Concurrent.QSemN.Lifted,Control.Exception.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Control.Exception.Lifted,Data.IORef.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Data.IORef.Lifted,Foreign.Marshal.Utils.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Foreign.Marshal.Utils.Lifted,System.Timeout.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:System.Timeout.Lifted
2618.65 s
[lifted-base] unit lifted-base-0.2.3.12-GM81moq1B90FhC8aeDOEzC-test-lifted-base
2618.65 s
[lifted-base] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2618.65 s
[lifted-base] include base-4.18.2.0
2618.65 s
[lifted-base] include lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
2618.65 s
[lifted-base] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2618.65 s
[lifted-base] include test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
2618.65 s
[lifted-base] include test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
2618.65 s
[lifted-base] include transformers-0.6.1.0
2618.65 s
[lifted-base] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
2618.65 s
[lifted-base] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
2618.65 s
[lifted-base] Ready component graph:
2618.65 s
[lifted-base] definite lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
2618.65 s
[lifted-base] depends base-4.18.2.0
2618.65 s
[lifted-base] depends monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2618.65 s
[lifted-base] depends transformers-base-0.4.6-5k145cGgioO865g11CxlME
2618.65 s
[lifted-base] definite lifted-base-0.2.3.12-GM81moq1B90FhC8aeDOEzC-test-lifted-base
2618.65 s
[lifted-base] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2618.65 s
[lifted-base] depends base-4.18.2.0
2618.65 s
[lifted-base] depends lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
2618.65 s
[lifted-base] depends monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2618.65 s
[lifted-base] depends test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
2618.65 s
[lifted-base] depends test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
2618.65 s
[lifted-base] depends transformers-0.6.1.0
2618.65 s
[lifted-base] depends transformers-base-0.4.6-5k145cGgioO865g11CxlME
2618.65 s
[lifted-base] depends transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
2618.66 s
[lifted-base] Using Cabal-3.10.1.0 compiled by ghc-9.6
2618.66 s
[lifted-base] Using compiler: ghc-9.6.4
2618.66 s
[lifted-base] Using install prefix:
2618.66 s
[lifted-base] /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12
2618.66 s
[lifted-base] Executables installed in:
2618.66 s
[lifted-base] /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/bin
2618.66 s
[lifted-base] Libraries installed in:
2618.66 s
[lifted-base] /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
2618.66 s
[lifted-base] Dynamic Libraries installed in:
2618.66 s
[lifted-base] /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2618.66 s
[lifted-base] Private executables installed in:
2618.66 s
[lifted-base] /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/libexec/x86_64-linux-ghc-9.6.4/lifted-base-0.2.3.12
2618.66 s
[lifted-base] Data files installed in:
2618.66 s
[lifted-base] /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/share/x86_64-linux-ghc-9.6.4/lifted-base-0.2.3.12
2618.66 s
[lifted-base] Documentation installed in:
2618.66 s
[lifted-base] /nix/store/cynad10ma5227plf16gmjbpb4j6dg00c-lifted-base-0.2.3.12-doc/share/doc/lifted-base-0.2.3.12
2618.66 s
[lifted-base] Configuration files installed in:
2618.66 s
[lifted-base] /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/etc
2618.66 s
[lifted-base] No alex found
2618.66 s
[lifted-base] Using ar found on system at:
2618.66 s
[lifted-base] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2618.66 s
[lifted-base] No c2hs found
2618.66 s
[lifted-base] No cpphs found
2618.66 s
[lifted-base] No doctest found
2618.66 s
[lifted-base] Using gcc version 14.3.0 given by user at:
2618.66 s
[lifted-base] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2618.66 s
[lifted-base] Using ghc version 9.6.4 found on system at:
2618.66 s
[lifted-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2618.66 s
[lifted-base] Using ghc-pkg version 9.6.4 found on system at:
2618.66 s
[lifted-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2618.66 s
[lifted-base] No ghcjs found
2618.66 s
[lifted-base] No ghcjs-pkg found
2618.66 s
[lifted-base] No greencard found
2618.66 s
[lifted-base] Using haddock version 2.29.2 found on system at:
2618.83 s
[network-uri:post-build] Uploading to the NixCI cache: /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2 /nix/store/qvfrbaf0gsdqkz712z5plny53x27wwf2-network-uri-2.6.4.2-doc
2619.08 s
[network-uri:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2620.15 s
[network-uri:post-build] copying 2 paths...
2620.15 s
[network-uri:post-build] copying path '/nix/store/qvfrbaf0gsdqkz712z5plny53x27wwf2-network-uri-2.6.4.2-doc' to 'https://cache.nix-ci.com'...
2621.83 s
[network-uri:post-build] copying path '/nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2' to 'https://cache.nix-ci.com'...
2625.39 s
[network-uri:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2626.12 s
[network-uri:post-build] copying 1 paths...
2626.12 s
[network-uri:post-build] copying path '/nix/store/irz11iaavkppwng7ksvh2ymyv4lhnx86-network-uri-2.6.4.2.drv' to 'https://cache.nix-ci.com'...
2627.83 s
Uploaded network-uri in 9.0s
2627.84 s
Progress: 131 of 212 built (13 building), 298 of 298 downloaded from cache
2627.84 s
Built network-uri in 3m59s
2627.84 s
[socks] [5 of 7] Compiling Network.Socks5.Command ( Network/Socks5/Command.hs, dist/build/Network/Socks5/Command.p_o )
2627.84 s
[socks] [6 of 7] Compiling Network.Socks5.Lowlevel ( Network/Socks5/Lowlevel.hs, dist/build/Network/Socks5/Lowlevel.p_o )
2627.84 s
[socks] [7 of 7] Compiling Network.Socks5 ( Network/Socks5.hs, dist/build/Network/Socks5.p_o )
2627.84 s
[socks] buildPhase completed in 31 seconds
2627.84 s
[socks] Phase: checkPhase
2627.84 s
[socks] Package has no test suites.
2627.84 s
[socks] Phase: haddockPhase
2627.84 s
[socks] Preprocessing library for socks-0.6.1..
2627.84 s
[socks] Running Haddock on library for socks-0.6.1..
2627.84 s
[socks] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2627.84 s
[socks]
2627.84 s
[socks] Network/Socks5/Parse.hs:75:5: warning : [ -Wnoncanonical-monad-instances ]
2627.84 s
[socks] Noncanonical ‘return’ definition detected
2627.84 s
[socks] in the instance declaration for ‘Monad Parser’.
2627.85 s
[socks] ‘return’ will eventually be removed in favour of ‘pure’
2627.85 s
[socks] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2627.85 s
[socks] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2627.85 s
[socks] |
2627.85 s
[socks] 75 | return v = Parser $ \buf _ ok -> ok buf v
2627.85 s
[socks] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2627.85 s
[socks]
2627.85 s
[socks] Network/Socks5/Parse.hs:91:5: warning : [ -Wnoncanonical-monad-instances ]
2627.85 s
[socks] Noncanonical ‘pure = return’ definition detected
2627.85 s
[socks] in the instance declaration for ‘Applicative Parser’.
2627.85 s
[socks] Move definition from ‘return’ to ‘pure’
2627.85 s
[socks] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2627.85 s
[socks] |
2627.85 s
[socks] 91 | pure = return
2627.85 s
[socks] | ^^^^^^^^^^^^^^^^^^
2627.85 s
[socks] 100% ( 9 / 9) in 'Network.Socks5.Types'
2627.85 s
[socks] 33% ( 6 / 18) in 'Network.Socks5.Lowlevel'
2627.85 s
[socks] Missing documentation for:
2627.85 s
[socks] Module header
2627.85 s
[socks] socksListen (Network/Socks5/Lowlevel.hs:13)
2627.85 s
[socks] establish (Network/Socks5/Command.hs:39)
2627.85 s
[socks] Connect (Network/Socks5/Command.hs:44)
2627.85 s
[socks] Command (Network/Socks5/Command.hs:46)
2627.85 s
[socks] connectIPV4 (Network/Socks5/Command.hs:64)
2627.85 s
[socks] connectIPV6 (Network/Socks5/Command.hs:69)
2627.85 s
[socks] connectDomainName (Network/Socks5/Command.hs:76)
2627.85 s
[socks] rpc (Network/Socks5/Command.hs:85)
2627.85 s
[socks] rpc_ (Network/Socks5/Command.hs:94)
2627.85 s
[socks] sendSerialized (Network/Socks5/Command.hs:79)
2627.85 s
[socks] waitSerialized (Network/Socks5/Command.hs:82)
2627.85 s
[socks] 100% ( 16 / 16) in 'Network.Socks5'
2627.85 s
[socks] Warning: Network.Socks5.Types: could not find link destinations for:
2627.85 s
[socks] - Network.Socks5.Types.FQDN
2627.85 s
[socks] Warning: Network.Socks5: could not find link destinations for:
2627.85 s
[socks] - Network.Socks5.Types.FQDN
2627.85 s
[socks] Documentation created: dist/doc/html/socks/index.html,
2627.85 s
[socks] dist/doc/html/socks/socks.txt
2627.85 s
[socks] Phase: installPhase
2627.85 s
[socks] Installing library in /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/socks-0.6.1-Ie8C4damlqwEErRyJrYvpe
2627.85 s
[socks] Phase: fixupPhase
2627.85 s
[socks] shrinking RPATHs of ELF executables and libraries in /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1
2627.85 s
[socks] shrinking /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSsocks-0.6.1-Ie8C4damlqwEErRyJrYvpe-ghc9.6.4.so
2627.85 s
[socks] checking for references to /build/ in /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1...
2627.85 s
[socks] patching script interpreter paths in /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1
2627.85 s
[socks] stripping (with command strip and flags -S -p) in /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/lib
2627.85 s
[socks] shrinking RPATHs of ELF executables and libraries in /nix/store/rywrs6dx02hxw0zqx2wcx0rjxjxa3diy-socks-0.6.1-doc
2627.85 s
[socks] checking for references to /build/ in /nix/store/rywrs6dx02hxw0zqx2wcx0rjxjxa3diy-socks-0.6.1-doc...
2627.85 s
[socks] patching script interpreter paths in /nix/store/rywrs6dx02hxw0zqx2wcx0rjxjxa3diy-socks-0.6.1-doc
2627.95 s
Building /nix/store/5mbk4a3hibwgvgqc9qkh6fl1v2v71njh-text-short-0.1.6.drv
2628.11 s
Building /nix/store/s3sg3vgdd2v8shnd24k6hyzmhkh4ak0c-th-orphans-0.13.16.drv
2628.26 s
Building /nix/store/bckjvaym7kx1lzmfnbbplkgw1n057d33-these-1.2.1.drv
2628.26 s
[zlib] Test suite tests: PASS
2628.26 s
[zlib] Test suite logged to: dist/test/zlib-0.7.1.0-tests.log
2628.26 s
[zlib] 1 of 1 test suites (1 of 1 test cases) passed.
2628.26 s
[zlib] checkPhase completed in 1 minutes 10 seconds
2628.26 s
[zlib] Phase: haddockPhase
2628.26 s
[zlib] Preprocessing library for zlib-0.7.1.0..
2628.26 s
[zlib] Running Haddock on library for zlib-0.7.1.0..
2628.26 s
[zlib] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2628.26 s
[zlib] 100% ( 53 / 53) in 'Codec.Compression.Zlib.Internal'
2628.26 s
[zlib] 100% ( 35 / 35) in 'Codec.Compression.Zlib.Raw'
2628.26 s
[zlib] 100% ( 36 / 36) in 'Codec.Compression.Zlib'
2628.26 s
[zlib] 100% ( 36 / 36) in 'Codec.Compression.GZip'
2628.26 s
[zlib] Warning: Codec.Compression.Zlib.Internal: could not find link destinations for:
2628.26 s
[zlib] - Codec.Compression.Zlib.Stream.StreamEnd
2628.26 s
[zlib] - Codec.Compression.Zlib.Stream.DictionaryHash
2628.26 s
[zlib] Warning: Codec.Compression.Zlib.Raw: could not find link destinations for:
2628.26 s
[zlib] - Codec.Compression.Zlib.Stream.StreamEnd
2628.27 s
[zlib] - Codec.Compression.Zlib.Stream.DictionaryHash
2628.27 s
[zlib] Warning: Codec.Compression.Zlib: could not find link destinations for:
2628.27 s
[zlib] - Codec.Compression.Zlib.Stream.StreamEnd
2628.27 s
[zlib] - Codec.Compression.Zlib.Stream.DictionaryHash
2628.27 s
[zlib] Warning: Codec.Compression.GZip: could not find link destinations for:
2628.27 s
[zlib] - Codec.Compression.Zlib.Stream.StreamEnd
2628.27 s
[zlib] - Codec.Compression.Zlib.Stream.DictionaryHash
2628.28 s
[OneTuple] depends ghc-prim-0.10.0
2628.28 s
[OneTuple] depends template-haskell-2.20.0.0
2628.28 s
[OneTuple] definite OneTuple-0.4.2-CSqVIS9D9n65y2LhdcGCSn-instances
2628.28 s
[OneTuple] depends OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
2628.28 s
[OneTuple] depends base-4.18.2.0
2628.28 s
[OneTuple] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2628.28 s
[OneTuple] definite OneTuple-0.4.2-Be2xIyqNBzcHlOETnVnULN-th
2628.28 s
[OneTuple] depends OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
2628.28 s
[OneTuple] depends base-4.18.2.0
2628.28 s
[OneTuple] depends template-haskell-2.20.0.0
2628.28 s
[OneTuple] Using Cabal-3.10.1.0 compiled by ghc-9.6
2628.28 s
[OneTuple] Using compiler: ghc-9.6.4
2628.28 s
[OneTuple] Using install prefix:
2628.28 s
[OneTuple] /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2
2628.28 s
[OneTuple] Executables installed in:
2628.28 s
[OneTuple] /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/bin
2628.28 s
[OneTuple] Libraries installed in:
2628.28 s
[OneTuple] /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
2628.28 s
[OneTuple] Dynamic Libraries installed in:
2628.28 s
[OneTuple] /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2628.28 s
[OneTuple] Private executables installed in:
2628.28 s
[OneTuple] /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/libexec/x86_64-linux-ghc-9.6.4/OneTuple-0.4.2
2628.28 s
[OneTuple] Data files installed in:
2628.29 s
[OneTuple] /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/share/x86_64-linux-ghc-9.6.4/OneTuple-0.4.2
2628.29 s
[OneTuple] Documentation installed in:
2628.29 s
[OneTuple] /nix/store/5z15jyx9wzisplxlpacy67k7kgb52iby-OneTuple-0.4.2-doc/share/doc/OneTuple-0.4.2
2628.29 s
[OneTuple] Configuration files installed in:
2628.29 s
[OneTuple] /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/etc
2628.29 s
[OneTuple] No alex found
2628.29 s
[OneTuple] Using ar found on system at:
2628.29 s
[OneTuple] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2628.29 s
[OneTuple] No c2hs found
2628.29 s
[OneTuple] No cpphs found
2628.29 s
[OneTuple] No doctest found
2628.29 s
[OneTuple] Using gcc version 14.3.0 given by user at:
2628.29 s
[OneTuple] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2628.29 s
[OneTuple] Using ghc version 9.6.4 found on system at:
2628.29 s
[OneTuple] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2628.29 s
[OneTuple] Using ghc-pkg version 9.6.4 found on system at:
2628.29 s
[OneTuple] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2628.29 s
[OneTuple] No ghcjs found
2628.29 s
[OneTuple] No ghcjs-pkg found
2628.29 s
[OneTuple] No greencard found
2628.29 s
[OneTuple] Using haddock version 2.29.2 found on system at:
2628.29 s
[OneTuple] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2628.29 s
[OneTuple] No happy found
2628.29 s
[OneTuple] Using haskell-suite found on system at: haskell-suite-dummy-location
2628.29 s
[OneTuple] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2628.29 s
[OneTuple] No hmake found
2628.29 s
[OneTuple] Using hpc version 0.68 found on system at:
2628.29 s
[OneTuple] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2628.29 s
[OneTuple] Using hsc2hs version 0.68.9 found on system at:
2628.29 s
[OneTuple] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2628.29 s
[OneTuple] Using hscolour version 1.25 found on system at:
2628.29 s
[OneTuple] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2628.29 s
[OneTuple] No jhc found
2628.29 s
[OneTuple] Using ld found on system at:
2628.29 s
[OneTuple] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2628.29 s
[OneTuple] No pkg-config found
2628.29 s
[OneTuple] Using runghc version 9.6.4 found on system at:
2628.29 s
[OneTuple] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2628.29 s
[OneTuple] Using strip version 2.44 found on system at:
2628.29 s
[OneTuple] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2628.29 s
[OneTuple] Using tar found on system at:
2628.29 s
[OneTuple] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2628.29 s
[OneTuple] No uhc found
2628.29 s
[OneTuple] Phase: buildPhase
2628.29 s
[OneTuple] Preprocessing library for OneTuple-0.4.2..
2628.29 s
[OneTuple] Building library for OneTuple-0.4.2..
2628.29 s
[OneTuple] [1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, dist/build/Data/Tuple/Solo.o, dist/build/Data/Tuple/Solo.dyn_o )
2628.29 s
[OneTuple] [2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, dist/build/Data/Tuple/OneTuple.o, dist/build/Data/Tuple/OneTuple.dyn_o )
2628.29 s
[OneTuple] [3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, dist/build/Data/Tuple/Solo/TH.o, dist/build/Data/Tuple/Solo/TH.dyn_o )
2628.29 s
[OneTuple] [1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, dist/build/Data/Tuple/Solo.p_o )
2628.29 s
[OneTuple] [2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, dist/build/Data/Tuple/OneTuple.p_o )
2628.29 s
[OneTuple] [3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, dist/build/Data/Tuple/Solo/TH.p_o )
2628.29 s
[OneTuple] Preprocessing test suite 'instances' for OneTuple-0.4.2..
2628.29 s
[asn1-types] Phase: setupCompilerEnvironmentPhase
2628.29 s
[asn1-types] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2628.29 s
[asn1-types] Phase: unpackPhase
2628.29 s
[asn1-types] unpacking source archive /nix/store/aac5k2xlgphvw69f8ba3zykc0z6dkgm0-asn1-types-0.3.4.tar.gz
2628.29 s
[asn1-types] source root is asn1-types-0.3.4
2628.29 s
[asn1-types] setting SOURCE_DATE_EPOCH to timestamp 1585081953 of file "asn1-types-0.3.4/asn1-types.cabal"
2628.29 s
[asn1-types] Phase: patchPhase
2628.29 s
[asn1-types] Phase: compileBuildDriverPhase
2628.29 s
[asn1-types] setupCompileFlags: -package-db=/build/tmp.SWsEaoRiVw/setup-package.conf.d -threaded
2628.29 s
[asn1-types] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.SWsEaoRiVw/Main.o )
2628.29 s
[asn1-types] [2 of 2] Linking Setup
2628.29 s
[asn1-types] Phase: updateAutotoolsGnuConfigScriptsPhase
2628.29 s
[asn1-types] Phase: configurePhase
2628.29 s
[asn1-types] configureFlags: --verbose --prefix=/nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/25s0y4yig77cys5s4jpkkh42i4b59fxa-asn1-types-0.3.4-doc/share/doc/asn1-types-0.3.4 --with-gcc=gcc --package-db=/build/tmp.SWsEaoRiVw/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2628.29 s
[asn1-types] Using Parsec parser
2628.29 s
[asn1-types] Warning: asn1-types.cabal:17:34: version operators used. To use version
2628.29 s
[asn1-types] operators the package needs to specify at least 'cabal-version: >= 1.8'.
2628.29 s
[asn1-types] Configuring asn1-types-0.3.4...
2628.29 s
[asn1-types] Dependency base >=3 && <5: using base-4.18.2.0
2628.29 s
[asn1-types] Dependency bytestring: using bytestring-0.11.5.3
2628.29 s
[asn1-types] Dependency hourglass: using hourglass-0.2.12
2628.29 s
[asn1-types] Dependency memory: using memory-0.18.0
2628.29 s
[asn1-types] Source component graph: component lib
2628.29 s
[asn1-types] Configured component graph:
2628.29 s
[asn1-types] component asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
2628.29 s
[asn1-types] include base-4.18.2.0
2628.29 s
[asn1-types] include bytestring-0.11.5.3
2628.30 s
[asn1-types] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2628.30 s
[asn1-types] include memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
2628.30 s
[asn1-types] Linked component graph:
2628.30 s
[asn1-types] unit asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
2628.30 s
[asn1-types] include base-4.18.2.0
2628.30 s
[asn1-types] include bytestring-0.11.5.3
2628.30 s
[asn1-types] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2628.30 s
[asn1-types] include memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
2628.30 s
[asn1-types] Data.ASN1.BitArray=asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8:Data.ASN1.BitArray,Data.ASN1.OID=asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8:Data.ASN1.OID,Data.ASN1.Pretty=asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8:Data.ASN1.Pretty,Data.ASN1.Types=asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8:Data.ASN1.Types,Data.ASN1.Types.Lowlevel=asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8:Data.ASN1.Types.Lowlevel,Data.ASN1.Types.String=asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8:Data.ASN1.Types.String
2628.30 s
[asn1-types] Ready component graph:
2628.30 s
[asn1-types] definite asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
2628.30 s
[asn1-types] depends base-4.18.2.0
2628.30 s
[asn1-types] depends bytestring-0.11.5.3
2628.30 s
[asn1-types] depends hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2628.30 s
[asn1-types] depends memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
2628.30 s
[asn1-types] Using Cabal-3.10.1.0 compiled by ghc-9.6
2628.30 s
[asn1-types] Using compiler: ghc-9.6.4
2628.30 s
[asn1-types] Using install prefix:
2628.30 s
[asn1-types] /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4
2628.30 s
[asn1-types] Executables installed in:
2628.30 s
[asn1-types] /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/bin
2628.30 s
[asn1-types] Libraries installed in:
2628.30 s
[async] definite async-2.2.5-JkXX893D4IsFdWmd5g8VA0-test-async
2628.30 s
[async] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2628.30 s
[async] depends async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2628.30 s
[async] depends base-4.18.2.0
2628.30 s
[async] depends stm-2.5.1.0
2628.30 s
[async] depends test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
2628.30 s
[async] depends test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
2628.30 s
[async] Using Cabal-3.10.1.0 compiled by ghc-9.6
2628.30 s
[async] Using compiler: ghc-9.6.4
2628.30 s
[async] Using install prefix: /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5
2628.30 s
[async] Executables installed in:
2628.30 s
[async] /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/bin
2628.30 s
[async] Libraries installed in:
2628.30 s
[async] /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2628.30 s
[async] Dynamic Libraries installed in:
2628.30 s
[async] /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2628.30 s
[async] Private executables installed in:
2628.30 s
[async] /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/libexec/x86_64-linux-ghc-9.6.4/async-2.2.5
2628.30 s
[async] Data files installed in:
2628.30 s
[async] /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/share/x86_64-linux-ghc-9.6.4/async-2.2.5
2628.30 s
[async] Documentation installed in:
2628.30 s
[async] /nix/store/mimhdpfzh1rq1nrkpgv3i5bciyd84rfl-async-2.2.5-doc/share/doc/async-2.2.5
2628.30 s
[async] Configuration files installed in:
2628.30 s
[async] /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/etc
2628.30 s
[async] No alex found
2628.30 s
[async] Using ar found on system at:
2628.30 s
[async] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2628.30 s
[async] No c2hs found
2628.30 s
[async] No cpphs found
2628.30 s
[async] No doctest found
2628.30 s
[async] Using gcc version 14.3.0 given by user at:
2628.30 s
[async] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2628.30 s
[async] Using ghc version 9.6.4 found on system at:
2628.30 s
[async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2628.30 s
[async] Using ghc-pkg version 9.6.4 found on system at:
2628.30 s
[async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2628.30 s
[async] No ghcjs found
2628.30 s
[async] No ghcjs-pkg found
2628.30 s
[async] No greencard found
2628.30 s
[async] Using haddock version 2.29.2 found on system at:
2628.30 s
[async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2628.30 s
[async] No happy found
2628.30 s
[async] Using haskell-suite found on system at: haskell-suite-dummy-location
2628.30 s
[async] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2628.30 s
[async] No hmake found
2628.30 s
[async] Using hpc version 0.68 found on system at:
2628.30 s
[async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2628.30 s
[async] Using hsc2hs version 0.68.9 found on system at:
2628.30 s
[async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2628.30 s
[async] Using hscolour version 1.25 found on system at:
2628.30 s
[async] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2628.30 s
[async] No jhc found
2628.30 s
[async] Using ld found on system at:
2628.30 s
[async] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2628.30 s
[async] No pkg-config found
2628.30 s
[async] Using runghc version 9.6.4 found on system at:
2628.30 s
[async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2628.30 s
[async] Using strip version 2.44 found on system at:
2628.30 s
[async] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2628.30 s
[async] Using tar found on system at:
2628.30 s
[async] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2628.30 s
[async] No uhc found
2628.30 s
[async] Phase: buildPhase
2628.30 s
[async] Preprocessing library for async-2.2.5..
2628.30 s
[async] Building library for async-2.2.5..
2628.30 s
[async] [1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, dist/build/Control/Concurrent/Async/Internal.o, dist/build/Control/Concurrent/Async/Internal.dyn_o )
2628.30 s
[async]
2628.30 s
[async] Control/Concurrent/Async/Internal.hs:50:1: warning : [ -Wunused-imports ]
2628.30 s
[async] The import of ‘Data.Semigroup’ is redundant
2628.30 s
[async] except perhaps to import instances from ‘Data.Semigroup’
2628.30 s
[async] To import instances alone, use: import Data.Semigroup()
2628.30 s
[async] |
2628.30 s
[async] 50 | import Data.Semigroup (Semigroup((<>)))
2628.30 s
[async] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2628.30 s
[async] [2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o )
2628.30 s
[case-insensitive] include base-4.18.2.0
2628.30 s
[case-insensitive] include bytestring-0.11.5.3
2628.30 s
[case-insensitive] include case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
2628.30 s
[case-insensitive] include test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
2628.30 s
[case-insensitive] include test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
2628.30 s
[case-insensitive] include text-2.0.2
2628.30 s
[case-insensitive] Ready component graph:
2628.30 s
[case-insensitive] definite case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
2628.30 s
[case-insensitive] depends base-4.18.2.0
2628.30 s
[case-insensitive] depends bytestring-0.11.5.3
2628.30 s
[case-insensitive] depends deepseq-1.4.8.1
2628.30 s
[case-insensitive] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2628.30 s
[case-insensitive] depends text-2.0.2
2628.30 s
[case-insensitive] definite case-insensitive-1.2.1.0-3l26joYCcqTKHq30sam1Z5-test-case-insensitive
2628.30 s
[case-insensitive] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2628.30 s
[case-insensitive] depends base-4.18.2.0
2628.30 s
[case-insensitive] depends bytestring-0.11.5.3
2628.30 s
[case-insensitive] depends case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
2628.30 s
[case-insensitive] depends test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
2628.30 s
[case-insensitive] depends test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
2628.30 s
[case-insensitive] depends text-2.0.2
2628.30 s
[case-insensitive] Using Cabal-3.10.1.0 compiled by ghc-9.6
2628.30 s
[case-insensitive] Using compiler: ghc-9.6.4
2628.30 s
[case-insensitive] Using install prefix:
2628.30 s
[case-insensitive] /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0
2628.30 s
[case-insensitive] Executables installed in:
2628.30 s
[case-insensitive] /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/bin
2628.30 s
[case-insensitive] Libraries installed in:
2628.30 s
[case-insensitive] /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
2628.30 s
[case-insensitive] Dynamic Libraries installed in:
2628.30 s
[case-insensitive] /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2628.30 s
[case-insensitive] Private executables installed in:
2628.30 s
[case-insensitive] /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/libexec/x86_64-linux-ghc-9.6.4/case-insensitive-1.2.1.0
2628.30 s
[case-insensitive] Data files installed in:
2628.30 s
[case-insensitive] /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/share/x86_64-linux-ghc-9.6.4/case-insensitive-1.2.1.0
2628.30 s
[case-insensitive] Documentation installed in:
2628.30 s
[case-insensitive] /nix/store/5hqv885bn6lmw0gnycpdxly0nmr6gjqg-case-insensitive-1.2.1.0-doc/share/doc/case-insensitive-1.2.1.0
2628.30 s
[case-insensitive] Configuration files installed in:
2628.30 s
[case-insensitive] /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/etc
2628.30 s
[case-insensitive] No alex found
2628.30 s
[case-insensitive] Using ar found on system at:
2628.30 s
[case-insensitive] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2628.30 s
[case-insensitive] No c2hs found
2628.30 s
[case-insensitive] No cpphs found
2628.30 s
[case-insensitive] No doctest found
2628.30 s
[case-insensitive] Using gcc version 14.3.0 given by user at:
2628.30 s
[case-insensitive] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2628.30 s
[case-insensitive] Using ghc version 9.6.4 found on system at:
2628.30 s
[case-insensitive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2628.30 s
[case-insensitive] Using ghc-pkg version 9.6.4 found on system at:
2628.30 s
[case-insensitive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2628.30 s
[case-insensitive] No ghcjs found
2628.30 s
[case-insensitive] No ghcjs-pkg found
2628.30 s
[case-insensitive] No greencard found
2628.30 s
[case-insensitive] Using haddock version 2.29.2 found on system at:
2628.30 s
[case-insensitive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2628.30 s
[case-insensitive] No happy found
2628.30 s
[case-insensitive] Using haskell-suite found on system at: haskell-suite-dummy-location
2628.30 s
[case-insensitive] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2628.30 s
[case-insensitive] No hmake found
2628.30 s
[case-insensitive] Using hpc version 0.68 found on system at:
2628.30 s
[case-insensitive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2628.30 s
[case-insensitive] Using hsc2hs version 0.68.9 found on system at:
2628.30 s
[case-insensitive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2628.30 s
[case-insensitive] Using hscolour version 1.25 found on system at:
2628.30 s
[case-insensitive] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2628.30 s
[case-insensitive] No jhc found
2628.30 s
[case-insensitive] Using ld found on system at:
2628.30 s
[case-insensitive] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2628.30 s
[case-insensitive] No pkg-config found
2628.30 s
[case-insensitive] Using runghc version 9.6.4 found on system at:
2628.31 s
[case-insensitive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2628.31 s
[case-insensitive] Using strip version 2.44 found on system at:
2628.31 s
[case-insensitive] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2628.31 s
[case-insensitive] Using tar found on system at:
2628.31 s
[case-insensitive] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2628.31 s
[case-insensitive] No uhc found
2628.31 s
[case-insensitive] Phase: buildPhase
2628.31 s
[case-insensitive] Preprocessing library for case-insensitive-1.2.1.0..
2628.31 s
[case-insensitive] Building library for case-insensitive-1.2.1.0..
2628.31 s
[constraints] Data.Constraint=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint,Data.Constraint.Char=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint.Char,Data.Constraint.Deferrable=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint.Deferrable,Data.Constraint.Forall=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint.Forall,Data.Constraint.Lifting=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint.Lifting,Data.Constraint.Nat=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint.Nat,Data.Constraint.Symbol=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint.Symbol,Data.Constraint.Unsafe=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint.Unsafe
2628.31 s
[constraints] unit constraints-0.14.2-JSMkouAVqHjKDbOQ7wPGuQ-spec
2628.31 s
[constraints] include base-4.18.2.0
2628.31 s
[constraints] include constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
2628.31 s
[constraints] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2628.31 s
[constraints] Ready component graph:
2628.31 s
[constraints] definite constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
2628.31 s
[constraints] depends base-4.18.2.0
2628.31 s
[constraints] depends binary-0.8.9.1
2628.31 s
[constraints] depends boring-0.2.2-7XzsSmLvRC72TGz61ob8Fj
2628.31 s
[constraints] depends deepseq-1.4.8.1
2628.31 s
[constraints] depends ghc-prim-0.10.0
2628.31 s
[constraints] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2628.31 s
[constraints] depends mtl-2.3.1
2628.31 s
[constraints] depends transformers-0.6.1.0
2628.31 s
[constraints] definite constraints-0.14.2-JSMkouAVqHjKDbOQ7wPGuQ-spec
2628.31 s
[constraints] depends base-4.18.2.0
2628.31 s
[constraints] depends constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
2628.31 s
[constraints] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2628.31 s
[constraints] Using Cabal-3.10.1.0 compiled by ghc-9.6
2628.31 s
[constraints] Using compiler: ghc-9.6.4
2628.31 s
[constraints] Using install prefix:
2628.31 s
[constraints] /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2
2628.31 s
[constraints] Executables installed in:
2628.31 s
[constraints] /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/bin
2628.31 s
[constraints] Libraries installed in:
2628.31 s
[constraints] /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
2628.31 s
[constraints] Dynamic Libraries installed in:
2628.31 s
[constraints] /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2628.31 s
[constraints] Private executables installed in:
2628.31 s
[constraints] /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/libexec/x86_64-linux-ghc-9.6.4/constraints-0.14.2
2628.31 s
[constraints] Data files installed in:
2628.31 s
[constraints] /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/share/x86_64-linux-ghc-9.6.4/constraints-0.14.2
2628.31 s
[constraints] Documentation installed in:
2628.31 s
[constraints] /nix/store/px77abh9aph73nlnj85m49zx4f2xljip-constraints-0.14.2-doc/share/doc/constraints-0.14.2
2628.31 s
[constraints] Configuration files installed in:
2628.31 s
[constraints] /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/etc
2628.31 s
[constraints] No alex found
2628.31 s
[constraints] Using ar found on system at:
2628.31 s
[constraints] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2628.31 s
[constraints] No c2hs found
2628.31 s
[constraints] No cpphs found
2628.31 s
[constraints] No doctest found
2628.31 s
[constraints] Using gcc version 14.3.0 given by user at:
2628.31 s
[constraints] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2628.31 s
[constraints] Using ghc version 9.6.4 found on system at:
2628.31 s
[constraints] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2628.31 s
[constraints] Using ghc-pkg version 9.6.4 found on system at:
2628.31 s
[constraints] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2628.31 s
[constraints] No ghcjs found
2628.31 s
[constraints] No ghcjs-pkg found
2628.31 s
[constraints] No greencard found
2628.31 s
[constraints] Using haddock version 2.29.2 found on system at:
2628.31 s
[constraints] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2628.31 s
[constraints] No happy found
2628.31 s
[constraints] Using haskell-suite found on system at: haskell-suite-dummy-location
2628.31 s
[constraints] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2628.31 s
[constraints] No hmake found
2628.31 s
[constraints] Using hpc version 0.68 found on system at:
2628.31 s
[constraints] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2628.31 s
[constraints] Using hsc2hs version 0.68.9 found on system at:
2628.31 s
[constraints] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2628.31 s
[constraints] Using hscolour version 1.25 found on system at:
2628.31 s
[constraints] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2628.31 s
[constraints] No jhc found
2628.31 s
[constraints] Using ld found on system at:
2628.31 s
[constraints] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2628.31 s
[constraints] No pkg-config found
2628.31 s
[constraints] Using runghc version 9.6.4 found on system at:
2628.31 s
[constraints] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2628.31 s
[constraints] Using strip version 2.44 found on system at:
2628.31 s
[constraints] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2628.31 s
[constraints] Using tar found on system at:
2628.31 s
[constraints] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2628.31 s
[constraints] No uhc found
2628.31 s
[crypton] [118 of 139] Compiling Crypto.PubKey.DSA ( Crypto/PubKey/DSA.hs, dist/build/Crypto/PubKey/DSA.o, dist/build/Crypto/PubKey/DSA.dyn_o )
2628.31 s
[crypton] [119 of 139] Compiling Crypto.Number.Prime ( Crypto/Number/Prime.hs, dist/build/Crypto/Number/Prime.o, dist/build/Crypto/Number/Prime.dyn_o )
2628.31 s
[crypton] [120 of 139] Compiling Crypto.PubKey.Rabin.Types ( Crypto/PubKey/Rabin/Types.hs, dist/build/Crypto/PubKey/Rabin/Types.o, dist/build/Crypto/PubKey/Rabin/Types.dyn_o )
2628.31 s
[crypton] [121 of 139] Compiling Crypto.PubKey.Rabin.OAEP ( Crypto/PubKey/Rabin/OAEP.hs, dist/build/Crypto/PubKey/Rabin/OAEP.o, dist/build/Crypto/PubKey/Rabin/OAEP.dyn_o )
2628.31 s
[crypton] [122 of 139] Compiling Crypto.PubKey.Rabin.RW ( Crypto/PubKey/Rabin/RW.hs, dist/build/Crypto/PubKey/Rabin/RW.o, dist/build/Crypto/PubKey/Rabin/RW.dyn_o )
2628.31 s
[crypton] [123 of 139] Compiling Crypto.PubKey.Rabin.Modified ( Crypto/PubKey/Rabin/Modified.hs, dist/build/Crypto/PubKey/Rabin/Modified.o, dist/build/Crypto/PubKey/Rabin/Modified.dyn_o )
2628.31 s
[crypton] [124 of 139] Compiling Crypto.PubKey.Rabin.Basic ( Crypto/PubKey/Rabin/Basic.hs, dist/build/Crypto/PubKey/Rabin/Basic.o, dist/build/Crypto/PubKey/Rabin/Basic.dyn_o )
2628.31 s
[crypton] [125 of 139] Compiling Crypto.PubKey.RSA ( Crypto/PubKey/RSA.hs, dist/build/Crypto/PubKey/RSA.o, dist/build/Crypto/PubKey/RSA.dyn_o )
2628.31 s
[crypton] [126 of 139] Compiling Crypto.PubKey.RSA.PSS ( Crypto/PubKey/RSA/PSS.hs, dist/build/Crypto/PubKey/RSA/PSS.o, dist/build/Crypto/PubKey/RSA/PSS.dyn_o )
2628.31 s
[crypton] [127 of 139] Compiling Crypto.PubKey.RSA.PKCS15 ( Crypto/PubKey/RSA/PKCS15.hs, dist/build/Crypto/PubKey/RSA/PKCS15.o, dist/build/Crypto/PubKey/RSA/PKCS15.dyn_o )
2628.31 s
[crypton] [128 of 139] Compiling Crypto.PubKey.RSA.OAEP ( Crypto/PubKey/RSA/OAEP.hs, dist/build/Crypto/PubKey/RSA/OAEP.o, dist/build/Crypto/PubKey/RSA/OAEP.dyn_o )
2628.31 s
[crypton] [129 of 139] Compiling Crypto.PubKey.DH ( Crypto/PubKey/DH.hs, dist/build/Crypto/PubKey/DH.o, dist/build/Crypto/PubKey/DH.dyn_o )
2628.31 s
[crypton] [130 of 139] Compiling Crypto.PubKey.ElGamal ( Crypto/PubKey/ElGamal.hs, dist/build/Crypto/PubKey/ElGamal.o, dist/build/Crypto/PubKey/ElGamal.dyn_o )
2628.31 s
[crypton] [131 of 139] Compiling Crypto.PubKey.ECC.DH ( Crypto/PubKey/ECC/DH.hs, dist/build/Crypto/PubKey/ECC/DH.o, dist/build/Crypto/PubKey/ECC/DH.dyn_o )
2628.31 s
[crypton] [132 of 139] Compiling Crypto.ECC.Simple.Prim ( Crypto/ECC/Simple/Prim.hs, dist/build/Crypto/ECC/Simple/Prim.o, dist/build/Crypto/ECC/Simple/Prim.dyn_o )
2628.31 s
[crypton] [133 of 139] Compiling Crypto.ECC ( Crypto/ECC.hs, dist/build/Crypto/ECC.o, dist/build/Crypto/ECC.dyn_o )
2628.31 s
[crypton] [134 of 139] Compiling Crypto.PubKey.EdDSA ( Crypto/PubKey/EdDSA.hs, dist/build/Crypto/PubKey/EdDSA.o, dist/build/Crypto/PubKey/EdDSA.dyn_o )
2628.31 s
[crypton] [135 of 139] Compiling Crypto.PubKey.ECIES ( Crypto/PubKey/ECIES.hs, dist/build/Crypto/PubKey/ECIES.o, dist/build/Crypto/PubKey/ECIES.dyn_o )
2628.31 s
[crypton] [136 of 139] Compiling Crypto.PubKey.ECDSA ( Crypto/PubKey/ECDSA.hs, dist/build/Crypto/PubKey/ECDSA.o, dist/build/Crypto/PubKey/ECDSA.dyn_o )
2628.31 s
[crypton] [137 of 139] Compiling Crypto.Data.AFIS ( Crypto/Data/AFIS.hs, dist/build/Crypto/Data/AFIS.o, dist/build/Crypto/Data/AFIS.dyn_o )
2628.31 s
[crypton] [138 of 139] Compiling Crypto.System.CPU ( Crypto/System/CPU.hs, dist/build/Crypto/System/CPU.o, dist/build/Crypto/System/CPU.dyn_o )
2628.31 s
[crypton] [139 of 139] Compiling Crypto.Tutorial ( Crypto/Tutorial.hs, dist/build/Crypto/Tutorial.o, dist/build/Crypto/Tutorial.dyn_o )
2628.31 s
[crypton] [ 1 of 139] Compiling Crypto.Cipher.DES.Primitive ( Crypto/Cipher/DES/Primitive.hs, dist/build/Crypto/Cipher/DES/Primitive.p_o )
2628.31 s
[crypton] [ 2 of 139] Compiling Crypto.Data.Padding ( Crypto/Data/Padding.hs, dist/build/Crypto/Data/Padding.p_o )
2628.31 s
[crypton] [ 3 of 139] Compiling Crypto.Error.Types ( Crypto/Error/Types.hs, dist/build/Crypto/Error/Types.p_o )
2628.31 s
[crypton] [ 4 of 139] Compiling Crypto.Error ( Crypto/Error.hs, dist/build/Crypto/Error.p_o )
2628.31 s
[crypton] [ 5 of 139] Compiling Crypto.Internal.Compat ( Crypto/Internal/Compat.hs, dist/build/Crypto/Internal/Compat.p_o )
2628.31 s
[crypton] [ 6 of 139] Compiling Crypto.Internal.ByteArray ( Crypto/Internal/ByteArray.hs, dist/build/Crypto/Internal/ByteArray.p_o )
2628.31 s
[crypton] [ 7 of 139] Compiling Crypto.Cipher.Types.Utils ( Crypto/Cipher/Types/Utils.hs, dist/build/Crypto/Cipher/Types/Utils.p_o )
2628.31 s
[crypton] [ 8 of 139] Compiling Crypto.Internal.CompatPrim ( Crypto/Internal/CompatPrim.hs, dist/build/Crypto/Internal/CompatPrim.p_o )
2628.31 s
[distributive] | ^
2628.31 s
[distributive] [2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.o, dist/build/Data/Distributive/Generic.dyn_o )
2628.31 s
[distributive] [1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.p_o )
2628.31 s
[distributive]
2628.31 s
[distributive] src/Data/Distributive.hs:157:26: warning : [ GHC-47082 ] [ -Woperator-whitespace-ext-conflict ]
2628.31 s
[distributive] The prefix use of a ‘$’ would denote an untyped splice
2628.31 s
[distributive] were the TemplateHaskell extension enabled.
2628.31 s
[distributive] Suggested fix: Add whitespace after the ‘$’.
2628.31 s
[distributive] |
2628.31 s
[distributive] 157 | distribute a e = fmap ($ e) a
2628.31 s
[distributive] | ^
2628.31 s
[distributive] [2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.p_o )
2628.31 s
[distributive] Preprocessing test suite 'spec' for distributive-0.6.2.1..
2628.31 s
[distributive] Building test suite 'spec' for distributive-0.6.2.1..
2628.31 s
[distributive] [1 of 2] Compiling GenericsSpec ( tests/GenericsSpec.hs, dist/build/spec/spec-tmp/GenericsSpec.o )
2628.31 s
[distributive] [2 of 2] Compiling Main ( tests/Spec.hs, dist/build/spec/spec-tmp/Main.o )
2628.31 s
[distributive] [3 of 3] Linking dist/build/spec/spec
2628.31 s
[distributive] Phase: checkPhase
2628.31 s
[distributive] Running 1 test suites...
2628.31 s
[distributive] Test suite spec: RUNNING...
2628.31 s
[distributive]
2628.31 s
[distributive] Generics
2628.31 s
[distributive] Id
2628.31 s
[distributive] distribute idExample = idExample [✔]
2628.31 s
[distributive] Stream
2628.31 s
[distributive] runId (shead (stail (distribute streamExample))) = 1 [✔]
2628.31 s
[distributive] PolyRec
2628.31 s
[distributive] runId (plast (runId (pinit (distribute polyRecExample)))) = 1 [✔]
2628.31 s
[distributive]
2628.31 s
[distributive] Finished in 0.0037 seconds
2628.31 s
[distributive] 3 examples, 0 failures
2628.31 s
[distributive] Test suite spec: PASS
2628.31 s
[distributive] Test suite logged to: dist/test/distributive-0.6.2.1-spec.log
2628.31 s
[distributive] 1 of 1 test suites (1 of 1 test cases) passed.
2628.31 s
[distributive] Phase: haddockPhase
2628.31 s
[distributive] Preprocessing library for distributive-0.6.2.1..
2628.31 s
[distributive] Running Haddock on library for distributive-0.6.2.1..
2628.31 s
[distributive] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2628.31 s
[distributive] Warning: 'Representable' is out of scope.
2628.31 s
[distributive] If you qualify the identifier, haddock can try to link it anyway.
2628.31 s
[distributive] 100% ( 4 / 4) in 'Data.Distributive'
2628.31 s
[distributive]
2628.31 s
[distributive] src/Data/Distributive.hs:157:26: warning : [ GHC-47082 ] [ -Woperator-whitespace-ext-conflict ]
2628.31 s
[distributive] The prefix use of a ‘$’ would denote an untyped splice
2628.31 s
[distributive] were the TemplateHaskell extension enabled.
2628.31 s
[distributive] Suggested fix: Add whitespace after the ‘$’.
2628.31 s
[distributive] |
2628.31 s
[distributive] 157 | distribute a e = fmap ($ e) a
2628.31 s
[distributive] | ^
2628.31 s
[distributive] 75% ( 3 / 4) in 'Data.Distributive.Generic'
2628.31 s
[distributive] Missing documentation for:
2628.31 s
[distributive] GDistributive (src/Data/Distributive/Generic.hs:51)
2628.31 s
[distributive] Documentation created: dist/doc/html/distributive/index.html,
2628.31 s
[distributive] dist/doc/html/distributive/distributive.txt
2628.31 s
[distributive] Preprocessing test suite 'spec' for distributive-0.6.2.1..
2628.31 s
[distributive] Phase: installPhase
2628.31 s
[distributive] Installing library in /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2628.31 s
[distributive] Phase: fixupPhase
2628.31 s
[distributive] shrinking RPATHs of ELF executables and libraries in /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1
2628.31 s
[distributive] shrinking /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSdistributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy-ghc9.6.4.so
2628.31 s
[distributive] checking for references to /build/ in /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1...
2628.31 s
[distributive] patching script interpreter paths in /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1
2628.31 s
[distributive] stripping (with command strip and flags -S -p) in /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/lib
2628.31 s
[doctest] reports a failing property [✔]
2628.31 s
[doctest] runs a boolean property with an explicit type signature [✔]
2628.31 s
[doctest] runs $setup before each property [✔]
2628.31 s
[doctest] doctest (regression tests)
2628.31 s
[doctest] bugfixWorkingDirectory [✔]
2628.31 s
[doctest] bugfixOutputToStdErr [✔]
2628.31 s
[doctest] bugfixImportHierarchical [✔]
2628.31 s
[doctest] bugfixMultipleModules [✔]
2628.31 s
[doctest] testCPP [✔]
2628.31 s
[doctest] template-haskell-bugfix [✔]
2628.31 s
[doctest] doesn't clash with user bindings of stdout/stderr [✔]
2628.31 s
[doctest] doesn't get confused by doctests using System.IO imports [✔]
2628.31 s
[doctest] Options
2628.31 s
[doctest] parseOptions
2628.31 s
[doctest] strips --optghc [✔]
2628.31 s
[doctest] strips --optghc= [✔]
2628.31 s
[doctest] with ghc options that are not valid with --interactive
2628.31 s
[doctest] returns ProxyToGhc [✔]
2628.31 s
[doctest] +++ OK, passed 100 tests.
2628.31 s
[doctest] with --interactive
2628.31 s
[doctest] disables magic mode [✔]
2628.31 s
[doctest] filters out --interactive [✔]
2628.31 s
[doctest] accepts --fast [✔]
2628.31 s
[doctest] --no-magic
2628.32 s
[doctest] without --no-magic
2628.32 s
[doctest] enables magic mode [✔]
2628.32 s
[doctest] with --no-magic
2628.32 s
[doctest] disables magic mode [✔]
2628.32 s
[doctest] --fast
2628.32 s
[doctest] without --fast
2628.32 s
[doctest] disables fast mode [✔]
2628.32 s
[doctest] with --fast
2628.32 s
[doctest] enabled fast mode [✔]
2628.32 s
[doctest] --preserve-it
2628.32 s
[doctest] without --preserve-it
2628.32 s
[doctest] does not preserve the `it` variable [✔]
2628.32 s
[doctest] with --preserve-it
2628.32 s
[doctest] preserves the `it` variable [✔]
2628.32 s
[doctest] with --help
2628.32 s
[doctest] outputs usage information [✔]
2628.32 s
[doctest] with --version
2628.32 s
[doctest] outputs version information [✔]
2628.32 s
[doctest] with --info
2628.32 s
[doctest] outputs machine readable version information [✔]
2628.32 s
[doctest] --verbose
2628.32 s
[doctest] without --verbose
2628.32 s
[doctest] is not verbose by default [✔]
2628.32 s
[doctest] with --verbose
2628.32 s
[doctest] parses verbose option [✔]
2628.32 s
[doctest] PackageDBs
2628.32 s
[doctest] getPackageDBsFromEnv
2628.32 s
[doctest] uses global and user when no env used [✔]
2628.32 s
[doctest] respects GHC_PACKAGE_PATH [✔]
2628.32 s
[doctest] Parse
2628.32 s
[doctest] extractDocTests
2628.32 s
[doctest] extracts properties from a module [✔]
2628.32 s
[doctest] extracts examples from a module [✔]
2628.32 s
[doctest] extracts examples from documentation for non-exported names [✔]
2628.32 s
[doctest] extracts multiple examples from a module [✔]
2628.32 s
[doctest] returns an empty list, if documentation contains no examples [✔]
2628.32 s
[doctest] sets setup code to Nothing, if it does not contain any tests [✔]
2628.32 s
[doctest] keeps modules that only contain setup code [✔]
2628.32 s
[doctest] parseInteractions (an internal function)
2628.32 s
[doctest] parses an interaction [✔]
2628.32 s
[doctest] drops whitespace as appropriate [✔]
2628.32 s
[doctest] parses an interaction without a result [✔]
2628.32 s
[doctest] works with a complex example [✔]
2628.32 s
[doctest] attaches location information to parsed interactions [✔]
2628.32 s
[doctest] basic multiline [✔]
2628.32 s
[doctest] multiline align output [✔]
2628.32 s
[doctest] multiline align output with >>> [✔]
2628.32 s
[doctest] parses wild cards lines [✔]
2628.32 s
[doctest] parses wild card chunks [✔]
2628.32 s
[doctest] parseProperties (an internal function)
2628.32 s
[doctest] parses a property [✔]
2628.32 s
[doctest] mkLineChunks (an internal function)
2628.32 s
[doctest] replaces ellipsis with WildCardChunks [✔]
2628.32 s
[doctest] doesn't replace fewer than 3 consecutive dots [✔]
2628.32 s
[doctest] handles leading and trailing dots [✔]
2628.32 s
[doctest] handles leading and trailing ellipsis [✔]
2628.32 s
[doctest] Property
2628.32 s
[doctest] runProperty
2628.32 s
[doctest] reports a failing property [✔]
2628.32 s
[doctest] runs a Bool property [✔]
2628.32 s
[doctest] runs a Bool property with an explicit type signature [✔]
2628.32 s
[doctest] runs an implicitly quantified property [✔]
2628.32 s
[doctest] runs an implicitly quantified property even with GHC 7.4 [✔]
2628.32 s
[doctest] runs an explicitly quantified property [✔]
2628.32 s
[doctest] allows to mix implicit and explicit quantification [✔]
2628.32 s
[doctest] reports the value for which a property fails [✔]
2628.32 s
[doctest] reports the values for which a property that takes multiple arguments fails [✔]
2628.32 s
[doctest] defaults ambiguous type variables to Integer [✔]
2628.32 s
[doctest] freeVariables
2628.32 s
[doctest] finds a free variables in a term [✔]
2628.32 s
[doctest] ignores duplicates [✔]
2628.32 s
[doctest] works for terms with multiple names [✔]
2628.32 s
[doctest] works for names that contain a prime [✔]
2628.32 s
[doctest] works for names that are similar to other names that are in scope [✔]
2628.32 s
[doctest] parseNotInScope
2628.32 s
[doctest] when error message was produced by GHC 7.4.1
2628.32 s
[doctest] extracts a variable name of variable that is not in scope from an error message [✔]
2628.32 s
[doctest] ignores duplicates [✔]
2628.32 s
[doctest] works for variable names that contain a prime [✔]
2628.32 s
[doctest] works for error messages with suggestions [✔]
2628.32 s
[doctest] when error message was produced by GHC 8.0.1
2628.32 s
[doctest] extracts a variable name of variable that is not in scope from an error message [✔]
2628.32 s
[genvalidity] only shrinks to valid "Either Double Ordering"s [✔]
2628.32 s
[genvalidity] +++ OK, passed 100 tests.
2628.32 s
[genvalidity] never shrinks to itself for valid "Either Double Ordering"s [✔]
2628.32 s
[genvalidity] +++ OK, passed 100 tests.
2628.32 s
[genvalidity] only shrinks to valid "MyType"s [✔]
2628.32 s
[genvalidity] +++ OK, passed 100 tests.
2628.32 s
[genvalidity] never shrinks to itself for valid "MyType"s [✔]
2628.32 s
[genvalidity] +++ OK, passed 100 tests.
2628.32 s
[genvalidity] Data.GenValidity.ShrinkGeneric
2628.32 s
[genvalidity] default shrinkValid
2628.32 s
[genvalidity] figures out the right shrinking function for A [✔]
2628.32 s
[genvalidity] figures out the right shrinking function for B [✔]
2628.32 s
[genvalidity] shrinks tuples correctly [✔]
2628.32 s
[genvalidity] figures out the right shrinking function for Ex [✔]
2628.32 s
[genvalidity] shrinkValidStructurally
2628.32 s
[genvalidity] shrinks tuples correctly [✔]
2628.32 s
[genvalidity] figures out the right shrinking function for Ex [✔]
2628.32 s
[genvalidity] Data.Instance
2628.32 s
[genvalidity] genValid of () generates only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 100 tests.
2628.32 s
[genvalidity] shrinkValid of () shrinks to only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of () only produces values that do not crash while validating [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of () does not shrink to itself [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] genValid of Bool generates only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 100 tests.
2628.32 s
[genvalidity] shrinkValid of Bool shrinks to only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Bool only produces values that do not crash while validating [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Bool does not shrink to itself [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] genValid of Ordering generates only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 100 tests.
2628.32 s
[genvalidity] shrinkValid of Ordering shrinks to only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Ordering only produces values that do not crash while validating [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Ordering does not shrink to itself [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] genValid of Char generates only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 100 tests.
2628.32 s
[genvalidity] shrinkValid of Char shrinks to only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Char only produces values that do not crash while validating [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Char does not shrink to itself [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] genValid of Word generates only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 100 tests.
2628.32 s
[genvalidity] shrinkValid of Word shrinks to only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Word only produces values that do not crash while validating [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Word does not shrink to itself [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] genValid of Word8 generates only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 100 tests.
2628.32 s
[genvalidity] shrinkValid of Word8 shrinks to only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Word8 only produces values that do not crash while validating [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Word8 does not shrink to itself [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] genValid of Word16 generates only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 100 tests.
2628.32 s
[genvalidity] shrinkValid of Word16 shrinks to only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Word16 only produces values that do not crash while validating [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Word16 does not shrink to itself [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] genValid of Word32 generates only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 100 tests.
2628.32 s
[genvalidity] shrinkValid of Word32 shrinks to only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Word32 only produces values that do not crash while validating [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Word32 does not shrink to itself [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] genValid of Word64 generates only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 100 tests.
2628.32 s
[genvalidity] shrinkValid of Word64 shrinks to only valid values [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Word64 only produces values that do not crash while validating [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] shrinkValid of Word64 does not shrink to itself [✔]
2628.32 s
[genvalidity] +++ OK, passed 20 tests.
2628.32 s
[genvalidity] genValid of Int generates only valid values [✔]
2628.32 s
[iproute] can read even if unnecessary spaces exist [✔]
2628.32 s
[iproute] does not read overflow IPv4 octets [✔]
2628.32 s
[iproute] can read even if unnecessary spaces exist [✔]
2628.32 s
[iproute] does not read overflow mask lengths [✔]
2628.32 s
[iproute] can read embedded v4 in v6 range [✔]
2628.32 s
[iproute] RouteTable
2628.32 s
[iproute] fromList
2628.32 s
[iproute] creates the same tree for random input and ordered input [✔]
2628.32 s
[iproute] +++ OK, passed 100 tests.
2628.32 s
[iproute] creates the same tree for random input and ordered input [✔]
2628.32 s
[iproute] +++ OK, passed 100 tests.
2628.32 s
[iproute] stores input in the incremental order [✔]
2628.32 s
[iproute] +++ OK, passed 100 tests.
2628.32 s
[iproute] stores input in the incremental order [✔]
2628.33 s
[iproute] +++ OK, passed 100 tests.
2628.33 s
[iproute] toList
2628.33 s
[iproute] expands as sorted [✔]
2628.33 s
[iproute] +++ OK, passed 100 tests.
2628.33 s
[iproute] expands as sorted [✔]
2628.33 s
[iproute] +++ OK, passed 100 tests.
2628.33 s
[iproute] folds
2628.33 s
[iproute] foldl [✔]
2628.33 s
[iproute] +++ OK, passed 100 tests; 12 discarded.
2628.33 s
[iproute] foldr [✔]
2628.33 s
[iproute] +++ OK, passed 100 tests; 12 discarded.
2628.33 s
[iproute] monoid
2628.33 s
[iproute] monoid instance [✔]
2628.33 s
[iproute] +++ OK, passed 100 tests; 17 discarded.
2628.33 s
[iproute]
2628.33 s
[iproute] Finished in 0.1503 seconds
2628.33 s
[iproute] 20 examples, 0 failures
2628.33 s
[iproute] Test suite spec: PASS
2628.33 s
[iproute] Test suite logged to: dist/test/iproute-1.7.15-spec.log
2628.33 s
[iproute] 1 of 1 test suites (1 of 1 test cases) passed.
2628.33 s
[iproute] Phase: haddockPhase
2628.33 s
[iproute] Preprocessing library for iproute-1.7.15..
2628.33 s
[iproute] Running Haddock on library for iproute-1.7.15..
2628.33 s
[iproute] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2628.33 s
[iproute] Warning: 'IPv4' is ambiguous. It is defined
2628.33 s
[iproute] * at Data/IP/Addr.hs:33:7
2628.33 s
[iproute] * at Data/IP/Addr.hs:84:1
2628.33 s
[iproute] You may be able to disambiguate the identifier by qualifying it or
2628.33 s
[iproute] by specifying the type/value namespace explicitly.
2628.33 s
[iproute] Defaulting to the one defined at Data/IP/Addr.hs:32:1
2628.33 s
[iproute] Warning: 'IPv6' is ambiguous. It is defined
2628.33 s
[iproute] * at Data/IP/Addr.hs:34:7
2628.33 s
[iproute] * at Data/IP/Addr.hs:105:1
2628.33 s
[iproute] You may be able to disambiguate the identifier by qualifying it or
2628.33 s
[iproute] by specifying the type/value namespace explicitly.
2628.33 s
[iproute] Defaulting to the one defined at Data/IP/Addr.hs:32:1
2628.33 s
[iproute] Warning: 'inet_ntop' is out of scope.
2628.33 s
[iproute] If you qualify the identifier, haddock can try to link it anyway.
2628.33 s
[iproute] Warning: 'IPv4' is ambiguous. It is defined
2628.33 s
[iproute] * at Data/IP/Addr.hs:33:7
2628.33 s
[iproute] * at Data/IP/Addr.hs:84:1
2628.33 s
[iproute] You may be able to disambiguate the identifier by qualifying it or
2628.33 s
[iproute] by specifying the type/value namespace explicitly.
2628.33 s
[iproute] Defaulting to the one defined at Data/IP/Addr.hs:32:1
2628.33 s
[iproute] Warning: 'IPv6' is ambiguous. It is defined
2628.33 s
[iproute] * at Data/IP/Addr.hs:34:7
2628.33 s
[iproute] * at Data/IP/Addr.hs:105:1
2628.33 s
[iproute] You may be able to disambiguate the identifier by qualifying it or
2628.33 s
[iproute] by specifying the type/value namespace explicitly.
2628.33 s
[iproute] Defaulting to the one defined at Data/IP/Addr.hs:32:1
2628.33 s
[iproute] 80% ( 4 / 5) in 'Data.IP.Builder'
2628.33 s
[iproute] Missing documentation for:
2628.33 s
[iproute] Module header
2628.33 s
[iproute] Warning: 'IPv4' is ambiguous. It is defined
2628.33 s
[iproute] * at Data/IP/Addr.hs:33:7
2628.33 s
[iproute] * at Data/IP/Addr.hs:84:1
2628.33 s
[iproute] You may be able to disambiguate the identifier by qualifying it or
2628.33 s
[iproute] by specifying the type/value namespace explicitly.
2628.33 s
[iproute] Defaulting to the one defined at Data/IP/Addr.hs:32:1
2628.33 s
[iproute] Warning: 'IPv6' is ambiguous. It is defined
2628.33 s
[iproute] * at Data/IP/Addr.hs:34:7
2628.33 s
[iproute] * at Data/IP/Addr.hs:105:1
2628.33 s
[iproute] You may be able to disambiguate the identifier by qualifying it or
2628.33 s
[iproute] by specifying the type/value namespace explicitly.
2628.33 s
[iproute] Defaulting to the one defined at Data/IP/Addr.hs:32:1
2628.33 s
[iproute] Warning: 'makeAddrRange' is out of scope.
2628.33 s
[iproute] If you qualify the identifier, haddock can try to link it anyway.
2628.33 s
[iproute] Warning: 'unmakeAddrRange' is out of scope.
2628.33 s
[iproute] If you qualify the identifier, haddock can try to link it anyway.
2628.33 s
[iproute] 50% ( 3 / 6) in 'Data.IP.Internal'
2628.33 s
[iproute] Missing documentation for:
2628.33 s
[iproute] Module header
2628.33 s
[iproute] IPv4Addr (Data/IP/Addr.hs:75)
2628.33 s
[iproute] IPv6Addr (Data/IP/Addr.hs:76)
2628.33 s
[iproute] 100% ( 35 / 35) in 'Data.IP'
2628.33 s
[iproute] Warning: 'IPrange' is out of scope.
2628.33 s
[iproute] If you qualify the identifier, haddock can try to link it anyway.
2628.33 s
[iproute] Warning: 'toList' is ambiguous. It is defined
2628.33 s
[iproute] * in ‘Data.Foldable’
2628.33 s
[iproute] * at Data/IP/RouteTable/Internal.hs:339:1
2628.33 s
[iproute] You may be able to disambiguate the identifier by qualifying it or
2628.33 s
[iproute] by specifying the type/value namespace explicitly.
2628.33 s
[lifted-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2628.33 s
[lifted-base] No happy found
2628.33 s
[lifted-base] Using haskell-suite found on system at: haskell-suite-dummy-location
2628.33 s
[lifted-base] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2628.33 s
[lifted-base] No hmake found
2628.33 s
[lifted-base] Using hpc version 0.68 found on system at:
2628.33 s
[lifted-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2628.33 s
[lifted-base] Using hsc2hs version 0.68.9 found on system at:
2628.33 s
[lifted-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2628.33 s
[lifted-base] Using hscolour version 1.25 found on system at:
2628.33 s
[lifted-base] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2628.33 s
[lifted-base] No jhc found
2628.33 s
[lifted-base] Using ld found on system at:
2628.33 s
[lifted-base] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2628.33 s
[lifted-base] No pkg-config found
2628.33 s
[lifted-base] Using runghc version 9.6.4 found on system at:
2628.33 s
[lifted-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2628.33 s
[lifted-base] Using strip version 2.44 found on system at:
2628.33 s
[lifted-base] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2628.33 s
[lifted-base] Using tar found on system at:
2628.33 s
[lifted-base] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2628.33 s
[lifted-base] No uhc found
2628.33 s
[lifted-base] Phase: buildPhase
2628.33 s
[lifted-base] Preprocessing library for lifted-base-0.2.3.12..
2628.33 s
[lifted-base] Building library for lifted-base-0.2.3.12..
2628.33 s
[lifted-base] [1 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, dist/build/Control/Concurrent/Chan/Lifted.o, dist/build/Control/Concurrent/Chan/Lifted.dyn_o )
2628.33 s
[lifted-base] [2 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, dist/build/Control/Concurrent/MVar/Lifted.o, dist/build/Control/Concurrent/MVar/Lifted.dyn_o )
2628.33 s
[lifted-base] [3 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, dist/build/Control/Concurrent/QSem/Lifted.o, dist/build/Control/Concurrent/QSem/Lifted.dyn_o )
2628.33 s
[lifted-base] [4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, dist/build/Control/Concurrent/QSemN/Lifted.o, dist/build/Control/Concurrent/QSemN/Lifted.dyn_o )
2628.33 s
[lifted-base] [5 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, dist/build/Control/Exception/Lifted.o, dist/build/Control/Exception/Lifted.dyn_o )
2628.33 s
[lifted-base] [6 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, dist/build/Control/Concurrent/Lifted.o, dist/build/Control/Concurrent/Lifted.dyn_o )
2628.33 s
[lifted-base] [7 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, dist/build/Data/IORef/Lifted.o, dist/build/Data/IORef/Lifted.dyn_o )
2628.33 s
[lifted-base] [8 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, dist/build/Foreign/Marshal/Utils/Lifted.o, dist/build/Foreign/Marshal/Utils/Lifted.dyn_o )
2628.33 s
[lifted-base] [9 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, dist/build/System/Timeout/Lifted.o, dist/build/System/Timeout/Lifted.dyn_o )
2628.33 s
[lifted-base] [1 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, dist/build/Control/Concurrent/Chan/Lifted.p_o )
2628.33 s
[lifted-base] [2 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, dist/build/Control/Concurrent/MVar/Lifted.p_o )
2628.33 s
[lifted-base] [3 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, dist/build/Control/Concurrent/QSem/Lifted.p_o )
2628.33 s
[lifted-base] [4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, dist/build/Control/Concurrent/QSemN/Lifted.p_o )
2628.33 s
[lifted-base] [5 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, dist/build/Control/Exception/Lifted.p_o )
2628.33 s
[lifted-base] [6 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, dist/build/Control/Concurrent/Lifted.p_o )
2628.33 s
[lifted-base] [7 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, dist/build/Data/IORef/Lifted.p_o )
2628.33 s
[lifted-base] [8 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, dist/build/Foreign/Marshal/Utils/Lifted.p_o )
2628.34 s
[lifted-base] [9 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, dist/build/System/Timeout/Lifted.p_o )
2628.34 s
[lifted-base] Preprocessing test suite 'test-lifted-base' for lifted-base-0.2.3.12..
2628.34 s
[lifted-base] Building test suite 'test-lifted-base' for lifted-base-0.2.3.12..
2628.34 s
[lifted-base] [1 of 1] Compiling Main ( test/test.hs, dist/build/test-lifted-base/test-lifted-base-tmp/Main.o )
2628.59 s
[socks:post-build] Uploading to the NixCI cache: /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1 /nix/store/rywrs6dx02hxw0zqx2wcx0rjxjxa3diy-socks-0.6.1-doc
2628.92 s
[socks:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2629.29 s
[socks:post-build] copying 2 paths...
2629.29 s
[socks:post-build] copying path '/nix/store/rywrs6dx02hxw0zqx2wcx0rjxjxa3diy-socks-0.6.1-doc' to 'https://cache.nix-ci.com'...
2630.67 s
[socks:post-build] copying path '/nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1' to 'https://cache.nix-ci.com'...
2635.06 s
[socks:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2636.25 s
[socks:post-build] copying 1 paths...
2636.25 s
[socks:post-build] copying path '/nix/store/q5zz75nmcw5psk2jgh8c3f7mfax58yh0-socks-0.6.1.drv' to 'https://cache.nix-ci.com'...
2638.23 s
Uploaded socks in 9.7s
2638.25 s
Progress: 132 of 211 built (15 building), 298 of 298 downloaded from cache
2638.25 s
Built socks in 2m21s
2638.25 s
[text-short] Phase: setupCompilerEnvironmentPhase
2638.25 s
[text-short] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2638.25 s
[zlib] Documentation created: dist/doc/html/zlib/index.html,
2638.25 s
[zlib] dist/doc/html/zlib/zlib.txt
2638.25 s
[zlib] Preprocessing test suite 'tests' for zlib-0.7.1.0..
2638.25 s
[zlib] Phase: installPhase
2638.25 s
[zlib] Installing library in /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
2638.25 s
[zlib] Phase: fixupPhase
2638.25 s
[zlib] shrinking RPATHs of ELF executables and libraries in /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0
2638.25 s
[zlib] shrinking /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSzlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk-ghc9.6.4.so
2638.25 s
[zlib] checking for references to /build/ in /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0...
2638.25 s
[zlib] patching script interpreter paths in /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0
2638.25 s
[zlib] stripping (with command strip and flags -S -p) in /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/lib
2638.25 s
[zlib] shrinking RPATHs of ELF executables and libraries in /nix/store/sicr01kfv3094miyy5dajxwdqa2rnn9w-zlib-0.7.1.0-doc
2638.25 s
[zlib] checking for references to /build/ in /nix/store/sicr01kfv3094miyy5dajxwdqa2rnn9w-zlib-0.7.1.0-doc...
2638.25 s
[zlib] patching script interpreter paths in /nix/store/sicr01kfv3094miyy5dajxwdqa2rnn9w-zlib-0.7.1.0-doc
2638.35 s
Waiting for lock on waiting for a free build user ID for '/nix/store/w4h7ry8kxma5id4cp9zqsgldhw0qx2l1-data-fix
2638.45 s
Waiting for lock on waiting for a free build user ID for '/nix/store/ppiv1z5q73av7c2a9l5889h4g1cq9wnp-time-compat
2638.48 s
Waiting for lock on waiting for a free build user ID for '/nix/store/4xn8v7z6dqc0nqxcxcrnnbf52wkcgwcv-uuid-types
2638.48 s
[OneTuple] Building test suite 'instances' for OneTuple-0.4.2..
2638.48 s
[OneTuple] [1 of 1] Compiling Main ( test/instances.hs, dist/build/instances/instances-tmp/Main.o )
2638.48 s
[OneTuple] [2 of 2] Linking dist/build/instances/instances
2638.48 s
[OneTuple] Preprocessing test suite 'th' for OneTuple-0.4.2..
2638.48 s
[OneTuple] Building test suite 'th' for OneTuple-0.4.2..
2638.48 s
[OneTuple] [1 of 1] Compiling Main ( test/th.hs, dist/build/th/th-tmp/Main.o )
2638.48 s
[OneTuple] [2 of 2] Linking dist/build/th/th
2638.48 s
[OneTuple] Phase: checkPhase
2638.48 s
[OneTuple] Running 2 test suites...
2638.48 s
[OneTuple] Test suite instances: RUNNING...
2638.48 s
[OneTuple] works
2638.48 s
[OneTuple] Test suite instances: PASS
2638.48 s
[OneTuple] Test suite logged to: dist/test/OneTuple-0.4.2-instances.log
2638.48 s
[OneTuple] Test suite th: RUNNING...
2638.48 s
[OneTuple] True
2638.48 s
[OneTuple] Test suite th: PASS
2638.48 s
[OneTuple] Test suite logged to: dist/test/OneTuple-0.4.2-th.log
2638.48 s
[OneTuple] 2 of 2 test suites (2 of 2 test cases) passed.
2638.48 s
[OneTuple] Phase: haddockPhase
2638.48 s
[OneTuple] Preprocessing library for OneTuple-0.4.2..
2638.48 s
[OneTuple] Running Haddock on library for OneTuple-0.4.2..
2638.48 s
[OneTuple] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2638.48 s
[OneTuple] 66% ( 2 / 3) in 'Data.Tuple.Solo'
2638.48 s
[OneTuple] Missing documentation for:
2638.48 s
[OneTuple] getSolo
2638.48 s
[OneTuple] 25% ( 1 / 4) in 'Data.Tuple.OneTuple'
2638.48 s
[OneTuple] Missing documentation for:
2638.48 s
[OneTuple] OneTuple (src/Data/Tuple/OneTuple.hs:21)
2638.48 s
[OneTuple] OneTuple (src/Data/Tuple/OneTuple.hs:28)
2638.49 s
[OneTuple] only (src/Data/Tuple/OneTuple.hs:23)
2638.49 s
[OneTuple] Warning: 'Solo' is out of scope.
2638.49 s
[OneTuple] If you qualify the identifier, haddock can try to link it anyway.
2638.49 s
[OneTuple] 50% ( 1 / 2) in 'Data.Tuple.Solo.TH'
2638.49 s
[OneTuple] Missing documentation for:
2638.49 s
[OneTuple] tupE
2638.49 s
[OneTuple] Documentation created: dist/doc/html/OneTuple/index.html,
2638.49 s
[OneTuple] dist/doc/html/OneTuple/OneTuple.txt
2638.49 s
[OneTuple] Preprocessing test suite 'instances' for OneTuple-0.4.2..
2638.49 s
[OneTuple] Preprocessing test suite 'th' for OneTuple-0.4.2..
2638.49 s
[OneTuple] Phase: installPhase
2638.49 s
[OneTuple] Installing library in /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
2638.49 s
[OneTuple] Phase: fixupPhase
2638.49 s
[OneTuple] shrinking RPATHs of ELF executables and libraries in /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2
2638.49 s
[OneTuple] shrinking /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSOneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH-ghc9.6.4.so
2638.49 s
[OneTuple] checking for references to /build/ in /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2...
2638.49 s
[OneTuple] patching script interpreter paths in /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2
2638.49 s
[OneTuple] stripping (with command strip and flags -S -p) in /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/lib
2638.49 s
[OneTuple] shrinking RPATHs of ELF executables and libraries in /nix/store/5z15jyx9wzisplxlpacy67k7kgb52iby-OneTuple-0.4.2-doc
2638.49 s
[OneTuple] checking for references to /build/ in /nix/store/5z15jyx9wzisplxlpacy67k7kgb52iby-OneTuple-0.4.2-doc...
2638.49 s
[OneTuple] patching script interpreter paths in /nix/store/5z15jyx9wzisplxlpacy67k7kgb52iby-OneTuple-0.4.2-doc
2638.49 s
[asn1-types] /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
2638.49 s
[asn1-types] Dynamic Libraries installed in:
2638.49 s
[asn1-types] /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2638.49 s
[asn1-types] Private executables installed in:
2638.49 s
[asn1-types] /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/libexec/x86_64-linux-ghc-9.6.4/asn1-types-0.3.4
2638.49 s
[asn1-types] Data files installed in:
2638.49 s
[asn1-types] /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/share/x86_64-linux-ghc-9.6.4/asn1-types-0.3.4
2638.49 s
[asn1-types] Documentation installed in:
2638.49 s
[asn1-types] /nix/store/25s0y4yig77cys5s4jpkkh42i4b59fxa-asn1-types-0.3.4-doc/share/doc/asn1-types-0.3.4
2638.49 s
[asn1-types] Configuration files installed in:
2638.49 s
[asn1-types] /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/etc
2638.49 s
[asn1-types] No alex found
2638.49 s
[asn1-types] Using ar found on system at:
2638.49 s
[asn1-types] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2638.49 s
[asn1-types] No c2hs found
2638.49 s
[asn1-types] No cpphs found
2638.49 s
[asn1-types] No doctest found
2638.49 s
[asn1-types] Using gcc version 14.3.0 given by user at:
2638.49 s
[asn1-types] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2638.49 s
[asn1-types] Using ghc version 9.6.4 found on system at:
2638.49 s
[asn1-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2638.49 s
[asn1-types] Using ghc-pkg version 9.6.4 found on system at:
2638.49 s
[asn1-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2638.49 s
[asn1-types] No ghcjs found
2638.49 s
[asn1-types] No ghcjs-pkg found
2638.49 s
[asn1-types] No greencard found
2638.49 s
[asn1-types] Using haddock version 2.29.2 found on system at:
2638.49 s
[asn1-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2638.49 s
[asn1-types] No happy found
2638.49 s
[asn1-types] Using haskell-suite found on system at: haskell-suite-dummy-location
2638.49 s
[asn1-types] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2638.49 s
[asn1-types] No hmake found
2638.49 s
[asn1-types] Using hpc version 0.68 found on system at:
2638.49 s
[asn1-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2638.49 s
[asn1-types] Using hsc2hs version 0.68.9 found on system at:
2638.49 s
[asn1-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2638.49 s
[asn1-types] Using hscolour version 1.25 found on system at:
2638.49 s
[asn1-types] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2638.49 s
[asn1-types] No jhc found
2638.49 s
[asn1-types] Using ld found on system at:
2638.49 s
[asn1-types] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2638.49 s
[asn1-types] No pkg-config found
2638.49 s
[asn1-types] Using runghc version 9.6.4 found on system at:
2638.49 s
[asn1-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2638.49 s
[asn1-types] Using strip version 2.44 found on system at:
2638.50 s
[asn1-types] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2638.50 s
[asn1-types] Using tar found on system at:
2638.50 s
[asn1-types] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2638.50 s
[asn1-types] No uhc found
2638.50 s
[asn1-types] Phase: buildPhase
2638.50 s
[asn1-types] Preprocessing library for asn1-types-0.3.4..
2638.50 s
[asn1-types] Building library for asn1-types-0.3.4..
2638.50 s
[asn1-types] [1 of 6] Compiling Data.ASN1.BitArray ( Data/ASN1/BitArray.hs, dist/build/Data/ASN1/BitArray.o, dist/build/Data/ASN1/BitArray.dyn_o )
2638.50 s
[asn1-types] [2 of 6] Compiling Data.ASN1.OID ( Data/ASN1/OID.hs, dist/build/Data/ASN1/OID.o, dist/build/Data/ASN1/OID.dyn_o )
2638.50 s
[asn1-types] [3 of 6] Compiling Data.ASN1.Types.Lowlevel ( Data/ASN1/Types/Lowlevel.hs, dist/build/Data/ASN1/Types/Lowlevel.o, dist/build/Data/ASN1/Types/Lowlevel.dyn_o )
2638.50 s
[asn1-types] [4 of 6] Compiling Data.ASN1.Types.String ( Data/ASN1/Types/String.hs, dist/build/Data/ASN1/Types/String.o, dist/build/Data/ASN1/Types/String.dyn_o )
2638.50 s
[asn1-types] [5 of 6] Compiling Data.ASN1.Types ( Data/ASN1/Types.hs, dist/build/Data/ASN1/Types.o, dist/build/Data/ASN1/Types.dyn_o )
2638.50 s
[asn1-types] [6 of 6] Compiling Data.ASN1.Pretty ( Data/ASN1/Pretty.hs, dist/build/Data/ASN1/Pretty.o, dist/build/Data/ASN1/Pretty.dyn_o )
2638.50 s
[asn1-types] [1 of 6] Compiling Data.ASN1.BitArray ( Data/ASN1/BitArray.hs, dist/build/Data/ASN1/BitArray.p_o )
2638.50 s
[asn1-types] [2 of 6] Compiling Data.ASN1.OID ( Data/ASN1/OID.hs, dist/build/Data/ASN1/OID.p_o )
2638.50 s
[asn1-types] [3 of 6] Compiling Data.ASN1.Types.Lowlevel ( Data/ASN1/Types/Lowlevel.hs, dist/build/Data/ASN1/Types/Lowlevel.p_o )
2638.50 s
[asn1-types] [4 of 6] Compiling Data.ASN1.Types.String ( Data/ASN1/Types/String.hs, dist/build/Data/ASN1/Types/String.p_o )
2638.50 s
[asn1-types] [5 of 6] Compiling Data.ASN1.Types ( Data/ASN1/Types.hs, dist/build/Data/ASN1/Types.p_o )
2638.50 s
[asn1-types] [6 of 6] Compiling Data.ASN1.Pretty ( Data/ASN1/Pretty.hs, dist/build/Data/ASN1/Pretty.p_o )
2638.50 s
[asn1-types] Phase: checkPhase
2638.50 s
[async] [1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, dist/build/Control/Concurrent/Async/Internal.p_o )
2638.50 s
[async]
2638.50 s
[async] Control/Concurrent/Async/Internal.hs:50:1: warning : [ -Wunused-imports ]
2638.50 s
[async] The import of ‘Data.Semigroup’ is redundant
2638.50 s
[async] except perhaps to import instances from ‘Data.Semigroup’
2638.50 s
[async] To import instances alone, use: import Data.Semigroup()
2638.50 s
[async] |
2638.50 s
[async] 50 | import Data.Semigroup (Semigroup((<>)))
2638.50 s
[async] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2638.50 s
[async] [2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.p_o )
2638.50 s
[async] Preprocessing test suite 'test-async' for async-2.2.5..
2638.50 s
[async] Building test suite 'test-async' for async-2.2.5..
2638.50 s
[async] [1 of 1] Compiling Main ( test/test-async.hs, dist/build/test-async/test-async-tmp/Main.o )
2638.50 s
[async] [2 of 2] Linking dist/build/test-async/test-async
2638.50 s
[async] Phase: checkPhase
2638.50 s
[async] Running 1 test suites...
2638.50 s
[async] Test suite test-async: RUNNING...
2638.50 s
[async] async_wait: [OK]
2638.50 s
[async] async_waitCatch: [OK]
2638.50 s
[async] async_exwait: [OK]
2638.50 s
[async] async_exwaitCatch: [OK]
2638.50 s
[async] withasync_waitCatch: [OK]
2638.50 s
[async] withasync_wait2: [OK]
2638.50 s
[async] async_cancel_rep:
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.50 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.51 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[async] async_cancel: [OK]
2638.52 s
[case-insensitive] [1 of 3] Compiling Data.CaseInsensitive.Internal ( Data/CaseInsensitive/Internal.hs, dist/build/Data/CaseInsensitive/Internal.o, dist/build/Data/CaseInsensitive/Internal.dyn_o )
2638.52 s
[case-insensitive]
2638.52 s
[case-insensitive] Data/CaseInsensitive/Internal.hs:124:5: warning : [ -Wnoncanonical-monoid-instances ]
2638.52 s
[case-insensitive] Noncanonical ‘mappend’ definition detected
2638.52 s
[case-insensitive] in the instance declaration for ‘Monoid (CI s)’.
2638.52 s
[case-insensitive] ‘mappend’ will eventually be removed in favour of ‘(<>)’
2638.52 s
[case-insensitive] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
2638.52 s
[case-insensitive] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
2638.52 s
[case-insensitive] |
2638.52 s
[case-insensitive] 124 | CI o1 l1 `mappend` CI o2 l2 = CI (o1 `mappend` o2) (l1 `mappend` l2)
2638.52 s
[case-insensitive] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2638.52 s
[case-insensitive] [2 of 3] Compiling Data.CaseInsensitive ( Data/CaseInsensitive.hs, dist/build/Data/CaseInsensitive.o, dist/build/Data/CaseInsensitive.dyn_o )
2638.52 s
[case-insensitive] [3 of 3] Compiling Data.CaseInsensitive.Unsafe ( Data/CaseInsensitive/Unsafe.hs, dist/build/Data/CaseInsensitive/Unsafe.o, dist/build/Data/CaseInsensitive/Unsafe.dyn_o )
2638.52 s
[case-insensitive] [1 of 3] Compiling Data.CaseInsensitive.Internal ( Data/CaseInsensitive/Internal.hs, dist/build/Data/CaseInsensitive/Internal.p_o )
2638.52 s
[case-insensitive]
2638.52 s
[case-insensitive] Data/CaseInsensitive/Internal.hs:124:5: warning : [ -Wnoncanonical-monoid-instances ]
2638.52 s
[case-insensitive] Noncanonical ‘mappend’ definition detected
2638.52 s
[case-insensitive] in the instance declaration for ‘Monoid (CI s)’.
2638.52 s
[case-insensitive] ‘mappend’ will eventually be removed in favour of ‘(<>)’
2638.52 s
[case-insensitive] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
2638.52 s
[case-insensitive] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
2638.52 s
[case-insensitive] |
2638.52 s
[case-insensitive] 124 | CI o1 l1 `mappend` CI o2 l2 = CI (o1 `mappend` o2) (l1 `mappend` l2)
2638.52 s
[case-insensitive] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2638.52 s
[case-insensitive] [2 of 3] Compiling Data.CaseInsensitive ( Data/CaseInsensitive.hs, dist/build/Data/CaseInsensitive.p_o )
2638.52 s
[case-insensitive] [3 of 3] Compiling Data.CaseInsensitive.Unsafe ( Data/CaseInsensitive/Unsafe.hs, dist/build/Data/CaseInsensitive/Unsafe.p_o )
2638.52 s
[case-insensitive] Preprocessing test suite 'test-case-insensitive' for case-insensitive-1.2.1.0..
2638.52 s
[case-insensitive] Building test suite 'test-case-insensitive' for case-insensitive-1.2.1.0..
2638.52 s
[case-insensitive] [1 of 1] Compiling Main ( test/test.hs, dist/build/test-case-insensitive/test-case-insensitive-tmp/Main.o )
2638.52 s
[case-insensitive] [2 of 2] Linking dist/build/test-case-insensitive/test-case-insensitive
2638.52 s
[case-insensitive] Phase: checkPhase
2638.52 s
[case-insensitive] Running 1 test suites...
2638.52 s
[case-insensitive] Test suite test-case-insensitive: RUNNING...
2638.52 s
[case-insensitive] ASCII:
2638.52 s
[case-insensitive] String: [OK]
2638.52 s
[case-insensitive] ByteString: [OK]
2638.52 s
[case-insensitive] Lazy.ByteString: [OK]
2638.52 s
[case-insensitive] Text: [OK]
2638.52 s
[case-insensitive] Lazy.Text: [OK]
2638.52 s
[case-insensitive] ISO-8859-1:
2638.52 s
[case-insensitive] String: [OK]
2638.52 s
[case-insensitive] ByteString: [OK]
2638.52 s
[case-insensitive] Lazy.ByteString: [OK]
2638.52 s
[case-insensitive] Text: [OK]
2638.52 s
[case-insensitive] Lazy.Text: [OK]
2638.52 s
[case-insensitive]
2638.52 s
[case-insensitive] Test Cases Total
2638.52 s
[case-insensitive] Passed 10 10
2638.52 s
[case-insensitive] Failed 0 0
2638.52 s
[case-insensitive] Total 10 10
2638.52 s
[case-insensitive] Test suite test-case-insensitive: PASS
2638.52 s
[case-insensitive] Test suite logged to:
2638.52 s
[case-insensitive] dist/test/case-insensitive-1.2.1.0-test-case-insensitive.log
2638.52 s
[case-insensitive] 1 of 1 test suites (1 of 1 test cases) passed.
2638.52 s
[case-insensitive] Phase: haddockPhase
2638.52 s
[case-insensitive] Preprocessing library for case-insensitive-1.2.1.0..
2638.52 s
[case-insensitive] Running Haddock on library for case-insensitive-1.2.1.0..
2638.52 s
[case-insensitive] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2638.52 s
[case-insensitive] Warning: 'String' is out of scope.
2638.52 s
[case-insensitive] If you qualify the identifier, haddock can try to link it anyway.
2638.52 s
[case-insensitive]
2638.52 s
[case-insensitive] Data/CaseInsensitive/Internal.hs:124:5: warning : [ -Wnoncanonical-monoid-instances ]
2638.52 s
[case-insensitive] Noncanonical ‘mappend’ definition detected
2638.52 s
[case-insensitive] in the instance declaration for ‘Monoid (CI s)’.
2638.53 s
[case-insensitive] ‘mappend’ will eventually be removed in favour of ‘(<>)’
2638.53 s
[case-insensitive] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
2638.53 s
[constraints] Phase: buildPhase
2638.53 s
[constraints] Preprocessing library for constraints-0.14.2..
2638.53 s
[constraints] Building library for constraints-0.14.2..
2638.53 s
[constraints] [1 of 8] Compiling Data.Constraint ( src/Data/Constraint.hs, dist/build/Data/Constraint.o, dist/build/Data/Constraint.dyn_o )
2638.53 s
[constraints] [2 of 8] Compiling Data.Constraint.Deferrable ( src/Data/Constraint/Deferrable.hs, dist/build/Data/Constraint/Deferrable.o, dist/build/Data/Constraint/Deferrable.dyn_o )
2638.53 s
[constraints] [3 of 8] Compiling Data.Constraint.Forall ( src/Data/Constraint/Forall.hs, dist/build/Data/Constraint/Forall.o, dist/build/Data/Constraint/Forall.dyn_o )
2638.53 s
[constraints] [4 of 8] Compiling Data.Constraint.Lifting ( src/Data/Constraint/Lifting.hs, dist/build/Data/Constraint/Lifting.o, dist/build/Data/Constraint/Lifting.dyn_o )
2638.53 s
[constraints] [5 of 8] Compiling Data.Constraint.Unsafe ( src/Data/Constraint/Unsafe.hs, dist/build/Data/Constraint/Unsafe.o, dist/build/Data/Constraint/Unsafe.dyn_o )
2638.53 s
[constraints] [6 of 8] Compiling Data.Constraint.Nat ( src/Data/Constraint/Nat.hs, dist/build/Data/Constraint/Nat.o, dist/build/Data/Constraint/Nat.dyn_o )
2638.53 s
[constraints] [7 of 8] Compiling Data.Constraint.Symbol ( src/Data/Constraint/Symbol.hs, dist/build/Data/Constraint/Symbol.o, dist/build/Data/Constraint/Symbol.dyn_o )
2638.53 s
[constraints] [8 of 8] Compiling Data.Constraint.Char ( src/Data/Constraint/Char.hs, dist/build/Data/Constraint/Char.o, dist/build/Data/Constraint/Char.dyn_o )
2638.53 s
[constraints] [1 of 8] Compiling Data.Constraint ( src/Data/Constraint.hs, dist/build/Data/Constraint.p_o )
2638.53 s
[constraints] [2 of 8] Compiling Data.Constraint.Deferrable ( src/Data/Constraint/Deferrable.hs, dist/build/Data/Constraint/Deferrable.p_o )
2638.53 s
[constraints] [3 of 8] Compiling Data.Constraint.Forall ( src/Data/Constraint/Forall.hs, dist/build/Data/Constraint/Forall.p_o )
2638.53 s
[constraints] [4 of 8] Compiling Data.Constraint.Lifting ( src/Data/Constraint/Lifting.hs, dist/build/Data/Constraint/Lifting.p_o )
2638.53 s
[constraints] [5 of 8] Compiling Data.Constraint.Unsafe ( src/Data/Constraint/Unsafe.hs, dist/build/Data/Constraint/Unsafe.p_o )
2638.53 s
[constraints] [6 of 8] Compiling Data.Constraint.Nat ( src/Data/Constraint/Nat.hs, dist/build/Data/Constraint/Nat.p_o )
2638.53 s
[constraints] [7 of 8] Compiling Data.Constraint.Symbol ( src/Data/Constraint/Symbol.hs, dist/build/Data/Constraint/Symbol.p_o )
2638.53 s
[constraints] [8 of 8] Compiling Data.Constraint.Char ( src/Data/Constraint/Char.hs, dist/build/Data/Constraint/Char.p_o )
2638.53 s
[constraints] Preprocessing test suite 'spec' for constraints-0.14.2..
2638.53 s
[constraints] Building test suite 'spec' for constraints-0.14.2..
2638.53 s
[constraints] [1 of 3] Compiling GH117Spec ( tests/GH117Spec.hs, dist/build/spec/spec-tmp/GH117Spec.o )
2638.53 s
[constraints] [2 of 3] Compiling GH55Spec ( tests/GH55Spec.hs, dist/build/spec/spec-tmp/GH55Spec.o )
2638.53 s
[constraints] [3 of 3] Compiling Main ( tests/Spec.hs, dist/build/spec/spec-tmp/Main.o )
2638.53 s
[constraints] [4 of 4] Linking dist/build/spec/spec
2638.53 s
[constraints] buildPhase completed in 32 seconds
2638.53 s
[constraints] Phase: checkPhase
2638.53 s
[constraints] Running 1 test suites...
2638.53 s
[constraints] Test suite spec: RUNNING...
2638.53 s
[constraints]
2638.53 s
[constraints] GH55
2638.53 s
[constraints] GH #53
2638.53 s
[constraints] should normalize Lcm m m [✔]
2638.53 s
[constraints] GH117
2638.53 s
[constraints] GH #117
2638.53 s
[constraints] should evaluate `charToNat @'a'` to 97 [✔]
2638.53 s
[constraints] should evaluate `natToChar @97` to 'a' [✔]
2638.53 s
[constraints]
2638.53 s
[constraints] Finished in 0.0024 seconds
2638.53 s
[constraints] 3 examples, 0 failures
2638.53 s
[constraints] Test suite spec: PASS
2638.53 s
[constraints] Test suite logged to: dist/test/constraints-0.14.2-spec.log
2638.53 s
[constraints] 1 of 1 test suites (1 of 1 test cases) passed.
2638.53 s
[constraints] Phase: haddockPhase
2638.53 s
[constraints] Preprocessing library for constraints-0.14.2..
2638.53 s
[constraints] Running Haddock on library for constraints-0.14.2..
2638.53 s
[constraints] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2638.53 s
[constraints] Warning: 'Sat' is out of scope.
2638.53 s
[constraints] If you qualify the identifier, haddock can try to link it anyway.
2638.53 s
[constraints] Warning: 'IncoherentInstances' is out of scope.
2638.53 s
[constraints] If you qualify the identifier, haddock can try to link it anyway.
2638.53 s
[constraints] Warning: '.' is ambiguous. It is defined
2638.53 s
[constraints] * in ‘GHC.Base’
2638.53 s
[constraints] * in ‘Control.Category’
2638.53 s
[constraints] You may be able to disambiguate the identifier by qualifying it or
2638.53 s
[constraints] by specifying the type/value namespace explicitly.
2638.53 s
[constraints] Defaulting to the one defined in ‘Control.Category’
2638.53 s
[constraints] Warning: 'id' is ambiguous. It is defined
2638.53 s
[constraints] * in ‘GHC.Base’
2638.53 s
[constraints] * in ‘Control.Category’
2638.53 s
[constraints] You may be able to disambiguate the identifier by qualifying it or
2638.53 s
[crypton] [ 9 of 139] Compiling Crypto.Internal.DeepSeq ( Crypto/Internal/DeepSeq.hs, dist/build/Crypto/Internal/DeepSeq.p_o )
2638.53 s
[crypton] [ 10 of 139] Compiling Crypto.Cipher.Types.Base ( Crypto/Cipher/Types/Base.hs, dist/build/Crypto/Cipher/Types/Base.p_o )
2638.53 s
[crypton] [ 11 of 139] Compiling Crypto.Cipher.Types.Stream ( Crypto/Cipher/Types/Stream.hs, dist/build/Crypto/Cipher/Types/Stream.p_o )
2638.53 s
[crypton] [ 12 of 139] Compiling Crypto.Internal.Imports ( Crypto/Internal/Imports.hs, dist/build/Crypto/Internal/Imports.p_o )
2638.53 s
[crypton] [ 13 of 139] Compiling Crypto.Internal.Builder ( Crypto/Internal/Builder.hs, dist/build/Crypto/Internal/Builder.p_o )
2638.53 s
[crypton] [ 14 of 139] Compiling Crypto.Hash.Types ( Crypto/Hash/Types.hs, dist/build/Crypto/Hash/Types.p_o )
2638.53 s
[crypton] [ 15 of 139] Compiling Crypto.Hash.Whirlpool ( Crypto/Hash/Whirlpool.hs, dist/build/Crypto/Hash/Whirlpool.p_o )
2638.53 s
[crypton] [ 16 of 139] Compiling Crypto.Hash.Tiger ( Crypto/Hash/Tiger.hs, dist/build/Crypto/Hash/Tiger.p_o )
2638.53 s
[crypton] [ 17 of 139] Compiling Crypto.Hash.Skein512 ( Crypto/Hash/Skein512.hs, dist/build/Crypto/Hash/Skein512.p_o )
2638.53 s
[crypton] [ 18 of 139] Compiling Crypto.Hash.Skein256 ( Crypto/Hash/Skein256.hs, dist/build/Crypto/Hash/Skein256.p_o )
2638.53 s
[crypton] [ 19 of 139] Compiling Crypto.Hash.SHA512t ( Crypto/Hash/SHA512t.hs, dist/build/Crypto/Hash/SHA512t.p_o )
2638.53 s
[crypton] [ 20 of 139] Compiling Crypto.Hash.SHA512 ( Crypto/Hash/SHA512.hs, dist/build/Crypto/Hash/SHA512.p_o )
2638.53 s
[crypton] [ 21 of 139] Compiling Crypto.Hash.SHA384 ( Crypto/Hash/SHA384.hs, dist/build/Crypto/Hash/SHA384.p_o )
2638.53 s
[crypton] [ 22 of 139] Compiling Crypto.Hash.SHA3 ( Crypto/Hash/SHA3.hs, dist/build/Crypto/Hash/SHA3.p_o )
2638.53 s
[crypton] [ 23 of 139] Compiling Crypto.Hash.SHA256 ( Crypto/Hash/SHA256.hs, dist/build/Crypto/Hash/SHA256.p_o )
2638.53 s
[crypton] [ 24 of 139] Compiling Crypto.Hash.SHA224 ( Crypto/Hash/SHA224.hs, dist/build/Crypto/Hash/SHA224.p_o )
2638.53 s
[crypton] [ 25 of 139] Compiling Crypto.Hash.SHA1 ( Crypto/Hash/SHA1.hs, dist/build/Crypto/Hash/SHA1.p_o )
2638.53 s
[crypton] [ 26 of 139] Compiling Crypto.Hash.RIPEMD160 ( Crypto/Hash/RIPEMD160.hs, dist/build/Crypto/Hash/RIPEMD160.p_o )
2638.53 s
[crypton] [ 27 of 139] Compiling Crypto.Hash.MD5 ( Crypto/Hash/MD5.hs, dist/build/Crypto/Hash/MD5.p_o )
2638.53 s
[crypton] [ 28 of 139] Compiling Crypto.Hash.MD4 ( Crypto/Hash/MD4.hs, dist/build/Crypto/Hash/MD4.p_o )
2638.53 s
[crypton] [ 29 of 139] Compiling Crypto.Hash.MD2 ( Crypto/Hash/MD2.hs, dist/build/Crypto/Hash/MD2.p_o )
2638.53 s
[crypton] [ 30 of 139] Compiling Crypto.Hash.Keccak ( Crypto/Hash/Keccak.hs, dist/build/Crypto/Hash/Keccak.p_o )
2638.53 s
[crypton] [ 31 of 139] Compiling Crypto.Hash.IO ( Crypto/Hash/IO.hs, dist/build/Crypto/Hash/IO.p_o )
2638.53 s
[crypton] [ 32 of 139] Compiling Crypto.Hash.Blake2sp ( Crypto/Hash/Blake2sp.hs, dist/build/Crypto/Hash/Blake2sp.p_o )
2638.53 s
[crypton] [ 33 of 139] Compiling Crypto.Hash.Blake2s ( Crypto/Hash/Blake2s.hs, dist/build/Crypto/Hash/Blake2s.p_o )
2638.53 s
[crypton] [ 34 of 139] Compiling Crypto.Hash.Blake2bp ( Crypto/Hash/Blake2bp.hs, dist/build/Crypto/Hash/Blake2bp.p_o )
2638.53 s
[crypton] [ 35 of 139] Compiling Crypto.Hash.Blake2b ( Crypto/Hash/Blake2b.hs, dist/build/Crypto/Hash/Blake2b.p_o )
2638.53 s
[crypton] [ 36 of 139] Compiling Crypto.Cipher.Types.GF ( Crypto/Cipher/Types/GF.hs, dist/build/Crypto/Cipher/Types/GF.p_o )
2638.53 s
[crypton] [ 37 of 139] Compiling Crypto.Cipher.Types.AEAD ( Crypto/Cipher/Types/AEAD.hs, dist/build/Crypto/Cipher/Types/AEAD.p_o )
2638.53 s
[crypton] [ 38 of 139] Compiling Crypto.Cipher.Types.Block ( Crypto/Cipher/Types/Block.hs, dist/build/Crypto/Cipher/Types/Block.p_o )
2638.53 s
[crypton] [ 39 of 139] Compiling Crypto.Cipher.Types ( Crypto/Cipher/Types.hs, dist/build/Crypto/Cipher/Types.p_o )
2638.53 s
[crypton] [ 40 of 139] Compiling Crypto.ConstructHash.MiyaguchiPreneel ( Crypto/ConstructHash/MiyaguchiPreneel.hs, dist/build/Crypto/ConstructHash/MiyaguchiPreneel.p_o )
2638.53 s
[crypton] [ 41 of 139] Compiling Crypto.Cipher.Utils ( Crypto/Cipher/Utils.hs, dist/build/Crypto/Cipher/Utils.p_o )
2638.53 s
[crypton] [ 42 of 139] Compiling Crypto.Cipher.TripleDES ( Crypto/Cipher/TripleDES.hs, dist/build/Crypto/Cipher/TripleDES.p_o )
2638.53 s
[crypton] [ 43 of 139] Compiling Crypto.Cipher.DES ( Crypto/Cipher/DES.hs, dist/build/Crypto/Cipher/DES.p_o )
2638.53 s
[crypton] [ 44 of 139] Compiling Crypto.Cipher.Salsa ( Crypto/Cipher/Salsa.hs, dist/build/Crypto/Cipher/Salsa.p_o )
2638.53 s
[crypton] [ 45 of 139] Compiling Crypto.Cipher.XSalsa ( Crypto/Cipher/XSalsa.hs, dist/build/Crypto/Cipher/XSalsa.p_o )
2638.53 s
[distributive] shrinking RPATHs of ELF executables and libraries in /nix/store/6pkvqmnzqlq8cbhfwdahl0slc98s9j80-distributive-0.6.2.1-doc
2638.53 s
[distributive] checking for references to /build/ in /nix/store/6pkvqmnzqlq8cbhfwdahl0slc98s9j80-distributive-0.6.2.1-doc...
2638.53 s
[distributive] patching script interpreter paths in /nix/store/6pkvqmnzqlq8cbhfwdahl0slc98s9j80-distributive-0.6.2.1-doc
2638.53 s
[doctest] ignores duplicates [✔]
2638.53 s
[doctest] works for variable names that contain a prime [✔]
2638.53 s
[doctest] works for error messages with suggestions [✔]
2638.53 s
[doctest] Run
2638.53 s
[doctest] doctest
2638.53 s
[doctest] exits with ExitFailure if at least one test case fails [✔]
2638.54 s
[doctest] prints help on --help [✔]
2638.54 s
[doctest] prints version on --version [✔]
2638.54 s
[doctest] accepts arbitrary GHC options [✔]
2638.54 s
[doctest] accepts GHC options with --optghc [✔]
2638.54 s
[doctest] prints a deprecation message for --optghc [✔]
2638.54 s
[doctest] prints error message on invalid option [✔]
2638.54 s
[doctest] prints verbose description of a specification [✔]
2638.54 s
[doctest] prints verbose description of a property [✔]
2638.54 s
[doctest] prints verbose error [✔]
2638.54 s
[doctest] can deal with potentially problematic GHC options [✔]
2638.54 s
[doctest] doctestWithResult
2638.54 s
[doctest] on parse error
2638.54 s
[doctest] aborts with (ExitFailure 1) [✔]
2638.54 s
[doctest] prints a useful error message [✔]
2638.54 s
[doctest] expandDirs
2638.54 s
[doctest] expands a directory [✔]
2638.54 s
[doctest] ignores files [✔]
2638.54 s
[doctest] ignores random things [✔]
2638.54 s
[doctest] Runner
2638.54 s
[doctest] report
2638.54 s
[doctest] when mode is interactive
2638.54 s
[doctest] writes to stderr [✔]
2638.54 s
[doctest] overwrites any intermediate output [✔]
2638.54 s
[doctest] blank out intermediate output if necessary [✔]
2638.54 s
[doctest] when mode is non-interactive
2638.54 s
[doctest] writes to stderr [✔]
2638.54 s
[doctest] report_
2638.54 s
[doctest] when mode is interactive
2638.54 s
[doctest] writes intermediate output to stderr [✔]
2638.54 s
[doctest] overwrites any intermediate output [✔]
2638.54 s
[doctest] blank out intermediate output if necessary [✔]
2638.54 s
[doctest] when mode is non-interactive
2638.54 s
[doctest] is ignored [✔]
2638.54 s
[doctest] does not influence a subsequent call to `report` [✔]
2638.54 s
[doctest] does not require `report` to blank out any intermediate output [✔]
2638.54 s
[doctest] Runner.Example
2638.54 s
[doctest] mkResult
2638.54 s
[doctest] returns Equal when output matches [✔]
2638.54 s
[doctest] +++ OK, passed 100 tests.
2638.54 s
[doctest] ignores trailing whitespace [✔]
2638.54 s
[doctest] with WildCardLine
2638.54 s
[doctest] matches zero lines [✔]
2638.54 s
[doctest] matches first zero line [✔]
2638.54 s
[doctest] matches final zero line [✔]
2638.54 s
[doctest] matches an arbitrary number of lines [✔]
2638.54 s
[doctest] matches an arbitrary number of lines (quickcheck) [✔]
2638.54 s
[doctest] +++ OK, passed 100 tests.
2638.54 s
[doctest] with WildCardChunk
2638.54 s
[doctest] matches an arbitrary line chunk [✔]
2638.54 s
[doctest] matches an arbitrary line chunk at end [✔]
2638.54 s
[doctest] does not match at end [✔]
2638.54 s
[doctest] does not match at start [✔]
2638.54 s
[doctest] when output does not match
2638.54 s
[doctest] constructs failure message [✔]
2638.54 s
[doctest] constructs failure message for multi-line output [✔]
2638.54 s
[doctest] when any output line contains "unsafe" characters
2638.54 s
[doctest] uses show to format output lines [✔]
2638.54 s
[doctest] insert caret after last matching character on different lengths [✔]
2638.54 s
[doctest] insert caret after mismatching line for multi-line output [✔]
2638.54 s
[doctest] insert caret after mismatching line with the longest match for multi-line wildcard pattern [✔]
2638.54 s
[doctest] insert caret after longest match for wildcard [✔]
2638.54 s
[doctest] show expanded pattern for long matches [✔]
2638.54 s
[doctest] Util
2638.54 s
[doctest] convertDosLineEndings
2638.54 s
[doctest] converts CRLF to LF [✔]
2638.54 s
[doctest] strips a trailing CR [✔]
2638.54 s
[doctest] takeWhileEnd
2638.54 s
[doctest] returns the longest suffix of elements that satisfy a given predicate [✔]
2638.54 s
[doctest]
2638.54 s
[doctest] Finished in 73.2798 seconds
2638.54 s
[doctest] 198 examples, 0 failures
2638.54 s
[doctest] Test suite spec: PASS
2638.54 s
[doctest] Test suite logged to: dist/test/doctest-0.22.6-spec.log
2638.54 s
[doctest] 1 of 1 test suites (1 of 1 test cases) passed.
2638.54 s
[doctest] checkPhase completed in 1 minutes 14 seconds
2638.54 s
[doctest] Phase: haddockPhase
2638.54 s
[doctest] Preprocessing library for doctest-0.22.6..
2638.54 s
[doctest] Running Haddock on library for doctest-0.22.6..
2638.54 s
[doctest] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2638.54 s
[doctest] 0% ( 0 / 2) in 'Test.DocTest.Internal.Cabal'
2638.54 s
[doctest] Missing documentation for:
2638.54 s
[doctest] Module header
2638.54 s
[doctest] doctest (src/Test/DocTest/Internal/Cabal.hs:9)
2638.54 s
[doctest] 88% ( 8 / 9) in 'Test.DocTest.Internal.Location'
2638.54 s
[doctest] Missing documentation for:
2638.54 s
[doctest] Module header
2638.54 s
[doctest] 66% ( 2 / 3) in 'Test.DocTest.Internal.Extract'
2638.54 s
[doctest] Missing documentation for:
2638.54 s
[doctest] Module header
2638.54 s
[doctest] 22% ( 2 / 9) in 'Test.DocTest.Internal.Parse'
2638.54 s
[doctest] Missing documentation for:
2638.54 s
[doctest] Module header
2638.54 s
[doctest] DocTest (src/Parse.hs:29)
2638.54 s
[doctest] Expression (src/Parse.hs:44)
2638.54 s
[doctest] ExpectedResult (src/Parse.hs:45)
2638.54 s
[doctest] ExpectedLine (src/Parse.hs:38)
2638.54 s
[doctest] LineChunk (src/Parse.hs:32)
2638.54 s
[doctest] parseModules (src/Parse.hs:59)
2638.54 s
[doctest] 16% ( 2 / 12) in 'Test.DocTest.Internal.Run'
2638.54 s
[doctest] Missing documentation for:
2638.54 s
[genvalidity] +++ OK, passed 100 tests.
2638.54 s
[genvalidity] shrinkValid of Int shrinks to only valid values [✔]
2638.54 s
[genvalidity] +++ OK, passed 20 tests.
2638.54 s
[genvalidity] shrinkValid of Int only produces values that do not crash while validating [✔]
2638.54 s
[genvalidity] +++ OK, passed 20 tests.
2638.54 s
[genvalidity] shrinkValid of Int does not shrink to itself [✔]
2638.54 s
[genvalidity] +++ OK, passed 20 tests.
2638.54 s
[genvalidity] genValid of Int8 generates only valid values [✔]
2638.54 s
[genvalidity] +++ OK, passed 100 tests.
2638.54 s
[genvalidity] shrinkValid of Int8 shrinks to only valid values [✔]
2638.54 s
[genvalidity] +++ OK, passed 20 tests.
2638.54 s
[genvalidity] shrinkValid of Int8 only produces values that do not crash while validating [✔]
2638.54 s
[genvalidity] +++ OK, passed 20 tests.
2638.54 s
[genvalidity] shrinkValid of Int8 does not shrink to itself [✔]
2638.54 s
[genvalidity] +++ OK, passed 20 tests.
2638.54 s
[genvalidity] genValid of Int16 generates only valid values [✔]
2638.54 s
[genvalidity] +++ OK, passed 100 tests.
2638.54 s
[genvalidity] shrinkValid of Int16 shrinks to only valid values [✔]
2638.54 s
[genvalidity] +++ OK, passed 20 tests.
2638.54 s
[genvalidity] shrinkValid of Int16 only produces values that do not crash while validating [✔]
2638.54 s
[genvalidity] +++ OK, passed 20 tests.
2638.54 s
[genvalidity] shrinkValid of Int16 does not shrink to itself [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] genValid of Int32 generates only valid values [✔]
2638.55 s
[genvalidity] +++ OK, passed 100 tests.
2638.55 s
[genvalidity] shrinkValid of Int32 shrinks to only valid values [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] shrinkValid of Int32 only produces values that do not crash while validating [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] shrinkValid of Int32 does not shrink to itself [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] genValid of Int64 generates only valid values [✔]
2638.55 s
[genvalidity] +++ OK, passed 100 tests.
2638.55 s
[genvalidity] shrinkValid of Int64 shrinks to only valid values [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] shrinkValid of Int64 only produces values that do not crash while validating [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] shrinkValid of Int64 does not shrink to itself [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] genValid of Integer generates only valid values [✔]
2638.55 s
[genvalidity] +++ OK, passed 100 tests.
2638.55 s
[genvalidity] shrinkValid of Integer shrinks to only valid values [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] shrinkValid of Integer only produces values that do not crash while validating [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] shrinkValid of Integer does not shrink to itself [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] genValid of Float generates only valid values [✔]
2638.55 s
[genvalidity] +++ OK, passed 100 tests.
2638.55 s
[genvalidity] shrinkValid of Float shrinks to only valid values [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] shrinkValid of Float only produces values that do not crash while validating [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] shrinkValid of Float does not shrink to itself [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] genValid of (Float,Float) generates only valid values [✔]
2638.55 s
[genvalidity] +++ OK, passed 50 tests.
2638.55 s
[genvalidity] shrinkValid of (Float,Float) shrinks to only valid values [✔]
2638.55 s
[genvalidity] +++ OK, passed 10 tests.
2638.55 s
[genvalidity] shrinkValid of (Float,Float) only produces values that do not crash while validating [✔]
2638.55 s
[genvalidity] +++ OK, passed 10 tests.
2638.55 s
[genvalidity] shrinkValid of (Float,Float) does not shrink to itself [✔]
2638.55 s
[genvalidity] +++ OK, passed 10 tests.
2638.55 s
[genvalidity] shrinkValid Float
2638.55 s
[genvalidity] Does not shrink -2.1393704e20 to itself [✔]
2638.55 s
[genvalidity] Does not shrink 1.2223988e-12 to itself [✔]
2638.55 s
[genvalidity] Does not shrink 2.7896812e10 to itself [✔]
2638.55 s
[genvalidity] shrinkValid Double
2638.55 s
[genvalidity] Does not shrink -1.032730679986007e18 to itself [✔]
2638.55 s
[genvalidity] genValid of Double generates only valid values [✔]
2638.55 s
[genvalidity] +++ OK, passed 100 tests.
2638.55 s
[genvalidity] shrinkValid of Double shrinks to only valid values [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] shrinkValid of Double only produces values that do not crash while validating [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] shrinkValid of Double does not shrink to itself [✔]
2638.55 s
[genvalidity] +++ OK, passed 20 tests.
2638.55 s
[genvalidity] genValid of (Double,Double) generates only valid values [✔]
2638.55 s
[genvalidity] +++ OK, passed 50 tests.
2638.55 s
[genvalidity] shrinkValid of (Double,Double) shrinks to only valid values [✔]
2638.55 s
[genvalidity] +++ OK, passed 10 tests.
2638.55 s
[genvalidity] shrinkValid of (Double,Double) only produces values that do not crash while validating [✔]
2638.55 s
[genvalidity] +++ OK, passed 10 tests.
2638.55 s
[genvalidity] shrinkValid of (Double,Double) does not shrink to itself [✔]
2638.55 s
[genvalidity] +++ OK, passed 10 tests.
2638.55 s
[genvalidity] genValid of Ratio Int generates only valid values [✔]
2638.55 s
[genvalidity] +++ OK, passed 100 tests.
2638.55 s
[iproute] Defaulting to the one defined at Data/IP/RouteTable/Internal.hs:339:1
2638.55 s
[iproute] 55% ( 15 / 27) in 'Data.IP.RouteTable.Internal'
2638.55 s
[iproute] Missing documentation for:
2638.55 s
[iproute] intToTBitIPv4 (Data/IP/RouteTable/Internal.hs:61)
2638.55 s
[iproute] intToTBitIPv6 (Data/IP/RouteTable/Internal.hs:64)
2638.55 s
[iproute] intToTBitsWord32 (Data/IP/RouteTable/Internal.hs:67)
2638.55 s
[iproute] intToTBitsIPv4 (Data/IP/RouteTable/Internal.hs:70)
2638.55 s
[iproute] intToTBitsIPv6 (Data/IP/RouteTable/Internal.hs:73)
2638.55 s
[iproute] link (Data/IP/RouteTable/Internal.hs:163)
2638.55 s
[iproute] glue (Data/IP/RouteTable/Internal.hs:172)
2638.55 s
[iproute] keyToTestBit (Data/IP/RouteTable/Internal.hs:179)
2638.55 s
[iproute] isLeft (Data/IP/RouteTable/Internal.hs:182)
2638.55 s
[iproute] node (Data/IP/RouteTable/Internal.hs:205)
2638.55 s
[iproute] search (Data/IP/RouteTable/Internal.hs:253)
2638.55 s
[iproute] foldt (Data/IP/RouteTable/Internal.hs:347)
2638.55 s
[iproute] Warning: 'IPRange' is out of scope.
2638.55 s
[iproute] If you qualify the identifier, haddock can try to link it anyway.
2638.55 s
[iproute] 100% ( 18 / 18) in 'Data.IP.RouteTable'
2638.55 s
[iproute] Documentation created: dist/doc/html/iproute/index.html,
2638.55 s
[iproute] dist/doc/html/iproute/iproute.txt
2638.55 s
[iproute] Preprocessing test suite 'spec' for iproute-1.7.15..
2638.55 s
[iproute] Phase: installPhase
2638.55 s
[iproute] Installing library in /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
2638.55 s
[iproute] Phase: fixupPhase
2638.55 s
[iproute] shrinking RPATHs of ELF executables and libraries in /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15
2638.55 s
[iproute] shrinking /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSiproute-1.7.15-ftb8ht6aeq6IepsQWbBZC-ghc9.6.4.so
2638.55 s
[iproute] checking for references to /build/ in /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15...
2638.55 s
[iproute] patching script interpreter paths in /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15
2638.55 s
[iproute] stripping (with command strip and flags -S -p) in /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/lib
2638.55 s
[iproute] shrinking RPATHs of ELF executables and libraries in /nix/store/24jpcgfj1i8270kb6qa68rfqkf9y521k-iproute-1.7.15-doc
2638.55 s
[iproute] checking for references to /build/ in /nix/store/24jpcgfj1i8270kb6qa68rfqkf9y521k-iproute-1.7.15-doc...
2638.55 s
[iproute] patching script interpreter paths in /nix/store/24jpcgfj1i8270kb6qa68rfqkf9y521k-iproute-1.7.15-doc
2638.55 s
[lifted-base] [2 of 2] Linking dist/build/test-lifted-base/test-lifted-base
2638.55 s
[lifted-base] Phase: checkPhase
2638.55 s
[lifted-base] Running 1 test suites...
2638.55 s
[lifted-base] Test suite test-lifted-base: RUNNING...
2638.55 s
[lifted-base] IdentityT:
2638.55 s
[lifted-base] finally: [OK]
2638.55 s
[lifted-base] catch: [OK]
2638.55 s
[lifted-base] bracket: [OK]
2638.55 s
[lifted-base] bracket_: [OK]
2638.55 s
[lifted-base] onException: [OK]
2638.55 s
[lifted-base] MaybeT:
2638.55 s
[lifted-base] finally: [OK]
2638.55 s
[lifted-base] catch: [OK]
2638.55 s
[lifted-base] bracket: [OK]
2638.55 s
[lifted-base] bracket_: [OK]
2638.55 s
[lifted-base] onException: [OK]
2638.55 s
[lifted-base] ReaderT:
2638.55 s
[lifted-base] finally: [OK]
2638.55 s
[lifted-base] catch: [OK]
2638.55 s
[lifted-base] bracket: [OK]
2638.55 s
[lifted-base] bracket_: [OK]
2638.55 s
[lifted-base] onException: [OK]
2638.55 s
[lifted-base] WriterT:
2638.55 s
[lifted-base] finally: [OK]
2638.55 s
[lifted-base] catch: [OK]
2638.55 s
[lifted-base] bracket: [OK]
2638.55 s
[lifted-base] bracket_: [OK]
2638.55 s
[lifted-base] onException: [OK]
2638.55 s
[lifted-base] ExceptT:
2638.55 s
[lifted-base] finally: [OK]
2638.55 s
[lifted-base] catch: [OK]
2638.55 s
[lifted-base] bracket: [OK]
2638.55 s
[lifted-base] bracket_: [OK]
2638.55 s
[lifted-base] onException: [OK]
2638.55 s
[lifted-base] StateT:
2638.55 s
[lifted-base] finally: [OK]
2638.55 s
[lifted-base] catch: [OK]
2638.55 s
[lifted-base] bracket: [OK]
2638.55 s
[lifted-base] bracket_: [OK]
2638.55 s
[lifted-base] onException: [OK]
2638.55 s
[lifted-base] RWST:
2638.55 s
[lifted-base] finally: [OK]
2638.55 s
[lifted-base] catch: [OK]
2638.55 s
[lifted-base] bracket: [OK]
2638.55 s
[lifted-base] bracket_: [OK]
2638.55 s
[lifted-base] onException: [OK]
2638.55 s
[lifted-base] ExceptT throwE: [OK]
2638.55 s
[lifted-base] WriterT tell: [OK]
2638.55 s
[lifted-base]
2638.55 s
[lifted-base] Test Cases Total
2638.55 s
[lifted-base] Passed 37 37
2638.55 s
[lifted-base] Failed 0 0
2638.56 s
[lifted-base] Total 37 37
2638.56 s
[lifted-base] Test suite test-lifted-base: PASS
2638.56 s
[lifted-base] Test suite logged to: dist/test/lifted-base-0.2.3.12-test-lifted-base.log
2638.56 s
[lifted-base] 1 of 1 test suites (1 of 1 test cases) passed.
2638.56 s
[lifted-base] Phase: haddockPhase
2638.56 s
[lifted-base] Preprocessing library for lifted-base-0.2.3.12..
2638.56 s
[lifted-base] Running Haddock on library for lifted-base-0.2.3.12..
2638.56 s
[lifted-base] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2638.56 s
[lifted-base] 100% ( 8 / 8) in 'Control.Concurrent.Chan.Lifted'
2638.56 s
[lifted-base] 100% ( 19 / 19) in 'Control.Concurrent.MVar.Lifted'
2638.56 s
[lifted-base] 100% ( 5 / 5) in 'Control.Concurrent.QSem.Lifted'
2638.56 s
[lifted-base] 100% ( 5 / 5) in 'Control.Concurrent.QSemN.Lifted'
2638.56 s
[lifted-base] Warning: 'liftBaseOp' is out of scope.
2638.56 s
[lifted-base] If you qualify the identifier, haddock can try to link it anyway.
2638.56 s
[lifted-base] 100% ( 64 / 64) in 'Control.Exception.Lifted'
2638.56 s
[lifted-base] 100% ( 36 / 36) in 'Control.Concurrent.Lifted'
2638.56 s
[lifted-base] 100% ( 11 / 11) in 'Data.IORef.Lifted'
2638.56 s
[lifted-base] Warning: 'MonadBase' is out of scope.
2638.56 s
[lifted-base] If you qualify the identifier, haddock can try to link it anyway.
2638.56 s
[lifted-base] 100% ( 2 / 2) in 'Foreign.Marshal.Utils.Lifted'
2638.56 s
[lifted-base] 100% ( 2 / 2) in 'System.Timeout.Lifted'
2638.56 s
[lifted-base] Documentation created: dist/doc/html/lifted-base/index.html,
2638.56 s
[lifted-base] dist/doc/html/lifted-base/lifted-base.txt
2638.56 s
[lifted-base] Preprocessing test suite 'test-lifted-base' for lifted-base-0.2.3.12..
2638.56 s
[lifted-base] Phase: installPhase
2638.56 s
[lifted-base] Installing library in /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
2638.56 s
[lifted-base] Phase: fixupPhase
2638.56 s
[lifted-base] shrinking RPATHs of ELF executables and libraries in /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12
2638.56 s
[lifted-base] shrinking /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSlifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B-ghc9.6.4.so
2638.56 s
[lifted-base] checking for references to /build/ in /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12...
2638.56 s
[lifted-base] patching script interpreter paths in /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12
2638.56 s
[lifted-base] stripping (with command strip and flags -S -p) in /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/lib
2638.56 s
[lifted-base] shrinking RPATHs of ELF executables and libraries in /nix/store/cynad10ma5227plf16gmjbpb4j6dg00c-lifted-base-0.2.3.12-doc
2638.56 s
[lifted-base] checking for references to /build/ in /nix/store/cynad10ma5227plf16gmjbpb4j6dg00c-lifted-base-0.2.3.12-doc...
2638.56 s
[lifted-base] patching script interpreter paths in /nix/store/cynad10ma5227plf16gmjbpb4j6dg00c-lifted-base-0.2.3.12-doc
2638.56 s
[text-short] Phase: unpackPhase
2638.56 s
[text-short] unpacking source archive /nix/store/73fqxgslfgfnmf0wbaj60cv4lp2mvnw5-text-short-0.1.6.tar.gz
2638.56 s
[text-short] source root is text-short-0.1.6
2638.56 s
[text-short] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "text-short-0.1.6/text-short.cabal"
2638.56 s
[text-short] Phase: patchPhase
2638.56 s
[text-short] Replace Cabal file with edited version from mirror://hackage/text-short-0.1.6/revision/3.cabal.
2638.56 s
[text-short] Phase: compileBuildDriverPhase
2638.56 s
[text-short] setupCompileFlags: -package-db=/build/tmp.sWnE1uDwy4/setup-package.conf.d -threaded
2638.56 s
[text-short] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.sWnE1uDwy4/Main.o )
2638.56 s
[text-short] [2 of 2] Linking Setup
2638.56 s
[text-short] Phase: updateAutotoolsGnuConfigScriptsPhase
2638.56 s
[text-short] Phase: configurePhase
2638.56 s
[text-short] configureFlags: --verbose --prefix=/nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/jxd5hld0sdb996scym88ijnjgdzjsgwc-text-short-0.1.6-doc/share/doc/text-short-0.1.6 --with-gcc=gcc --package-db=/build/tmp.sWnE1uDwy4/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2638.56 s
[text-short] Using Parsec parser
2638.56 s
[text-short] Configuring text-short-0.1.6...
2638.56 s
[text-short] Flags chosen: asserts=False
2638.56 s
[text-short] Dependency base >=4.12 && <4.22: using base-4.18.2.0
2638.56 s
[text-short] Dependency binary >=0.8.6.0 && <0.9: using binary-0.8.9.1
2638.56 s
[text-short] Dependency bytestring >=0.10.8.2 && <0.13: using bytestring-0.11.5.3
2638.56 s
[text-short] Dependency deepseq >=1.4.4.0 && <1.6: using deepseq-1.4.8.1
2638.56 s
[text-short] Dependency ghc-prim >=0.5.3 && <0.14: using ghc-prim-0.10.0
2638.56 s
[text-short] Dependency hashable >=1.4.4.0 && <1.6: using hashable-1.4.7.0
2638.56 s
[text-short] Dependency template-haskell >=2.14.0.0 && <2.24: using
2638.56 s
[text-short] template-haskell-2.20.0.0
2638.56 s
[text-short] Dependency text >=1.2.3.1 && <1.3 || >=2.0 && <2.2: using text-2.0.2
2638.56 s
[text-short] Dependency base: using base-4.18.2.0
2638.56 s
[text-short] Dependency binary: using binary-0.8.9.1
2638.56 s
[text-short] Dependency bytestring: using bytestring-0.11.5.3
2638.56 s
[text-short] Dependency tasty >=1.4 && <1.6: using tasty-1.5.3
2638.56 s
[text-short] Dependency tasty-hunit >=0.10.0 && <0.11: using tasty-hunit-0.10.2
2638.56 s
[text-short] Dependency tasty-quickcheck >=0.10 && <0.12: using tasty-quickcheck-0.11
2638.56 s
[text-short] Dependency template-haskell: using template-haskell-2.20.0.0
2638.56 s
[text-short] Dependency text: using text-2.0.2
2638.56 s
[text-short] Dependency text-short: using text-short-0.1.6
2638.56 s
[text-short] Source component graph:
2638.56 s
[text-short] component lib
2638.56 s
[text-short] component test:text-short-tests dependency lib
2638.56 s
[text-short] Configured component graph:
2638.56 s
[text-short] component text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
2638.56 s
[text-short] include base-4.18.2.0
2638.56 s
[text-short] include binary-0.8.9.1
2638.56 s
[text-short] include bytestring-0.11.5.3
2638.56 s
[text-short] include deepseq-1.4.8.1
2638.56 s
[text-short] include ghc-prim-0.10.0
2638.56 s
[text-short] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2638.56 s
[text-short] include template-haskell-2.20.0.0
2638.56 s
[text-short] include text-2.0.2
2638.56 s
[text-short] component text-short-0.1.6-CRD9NHTEGjz9MpZc0e6cHh-text-short-tests
2638.56 s
[text-short] include base-4.18.2.0
2638.56 s
[text-short] include binary-0.8.9.1
2638.56 s
[text-short] include bytestring-0.11.5.3
2638.56 s
[text-short] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2638.56 s
[text-short] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2638.56 s
[text-short] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2638.56 s
[text-short] include template-haskell-2.20.0.0
2638.56 s
[text-short] include text-2.0.2
2638.56 s
[text-short] include text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
2638.56 s
[th-orphans] Phase: setupCompilerEnvironmentPhase
2638.56 s
[th-orphans] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2638.56 s
[th-orphans] Phase: unpackPhase
2638.56 s
[th-orphans] unpacking source archive /nix/store/gahszv102xgczaa6mwjh3fygzv3rzyh3-th-orphans-0.13.16.tar.gz
2638.56 s
[th-orphans] source root is th-orphans-0.13.16
2638.56 s
[th-orphans] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "th-orphans-0.13.16/th-orphans.cabal"
2638.56 s
[th-orphans] Phase: patchPhase
2638.56 s
[th-orphans] Phase: compileBuildDriverPhase
2638.56 s
[th-orphans] setupCompileFlags: -package-db=/build/tmp.McoK64Oqcs/setup-package.conf.d -threaded
2638.56 s
[th-orphans] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.McoK64Oqcs/Main.o )
2638.56 s
[th-orphans] [2 of 2] Linking Setup
2638.56 s
[th-orphans] Phase: updateAutotoolsGnuConfigScriptsPhase
2638.56 s
[th-orphans] Phase: configurePhase
2638.56 s
[th-orphans] configureFlags: --verbose --prefix=/nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/xiyxb4k85bsg0yj9b57ff8mcqiqfcb5h-th-orphans-0.13.16-doc/share/doc/th-orphans-0.13.16 --with-gcc=gcc --package-db=/build/tmp.McoK64Oqcs/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2638.56 s
[th-orphans] Using Parsec parser
2638.56 s
[th-orphans] Configuring th-orphans-0.13.16...
2638.56 s
[th-orphans] Dependency base >=4.9 && <5: using base-4.18.2.0
2638.56 s
[th-orphans] Dependency mtl >=2: using mtl-2.3.1
2638.56 s
[th-orphans] Dependency template-haskell >=2.11 && <2.24: using template-haskell-2.20.0.0
2638.56 s
[th-orphans] Dependency th-compat >=0.1 && <0.2: using th-compat-0.1.6
2638.56 s
[th-orphans] Dependency th-lift >=0.7.1: using th-lift-0.8.6
2638.56 s
[th-orphans] Dependency th-reify-many >=0.1.9 && <0.2: using th-reify-many-0.1.10
2638.56 s
[th-orphans] Dependency base: using base-4.18.2.0
2638.56 s
[th-orphans] Dependency bytestring: using bytestring-0.11.5.3
2638.56 s
[th-orphans] Dependency ghc-prim: using ghc-prim-0.10.0
2638.56 s
[th-orphans] Dependency hspec: using hspec-2.11.12
2638.56 s
[th-orphans] Dependency template-haskell: using template-haskell-2.20.0.0
2638.56 s
[th-orphans] Dependency th-lift: using th-lift-0.8.6
2638.56 s
[th-orphans] Dependency th-orphans: using th-orphans-0.13.16
2638.56 s
[th-orphans] Source component graph:
2638.56 s
[th-orphans] component lib
2638.56 s
[th-orphans] component test:test dependency lib
2638.56 s
[th-orphans] Configured component graph:
2638.56 s
[th-orphans] component th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
2638.56 s
[th-orphans] include base-4.18.2.0
2638.56 s
[th-orphans] include mtl-2.3.1
2638.56 s
[th-orphans] include template-haskell-2.20.0.0
2638.56 s
[th-orphans] include th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
2638.56 s
[th-orphans] include th-lift-0.8.6-2vosYs7tbaFAE4U5pNr6VH
2638.56 s
[th-orphans] include th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
2638.56 s
[th-orphans] component th-orphans-0.13.16-DusRmc8VihA5q32vvjzZfi-test
2638.56 s
[th-orphans] include base-4.18.2.0
2638.56 s
[th-orphans] include bytestring-0.11.5.3
2638.56 s
[th-orphans] include ghc-prim-0.10.0
2638.56 s
[th-orphans] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2638.56 s
[th-orphans] include template-haskell-2.20.0.0
2638.56 s
[th-orphans] include th-lift-0.8.6-2vosYs7tbaFAE4U5pNr6VH
2638.56 s
[th-orphans] include th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
2638.56 s
[th-orphans] Linked component graph:
2638.56 s
[th-orphans] unit th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
2638.56 s
[th-orphans] include base-4.18.2.0
2638.56 s
[th-orphans] include mtl-2.3.1
2638.56 s
[th-orphans] include template-haskell-2.20.0.0
2638.56 s
[th-orphans] include th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
2638.56 s
[th-orphans] include th-lift-0.8.6-2vosYs7tbaFAE4U5pNr6VH
2638.56 s
[th-orphans] include th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
2638.56 s
[these] Phase: setupCompilerEnvironmentPhase
2638.56 s
[these] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2638.56 s
[these] Phase: unpackPhase
2638.56 s
[these] unpacking source archive /nix/store/68jyhraz9gap8cmxlsfy9nwk6cm77blq-these-1.2.1.tar.gz
2638.56 s
[these] source root is these-1.2.1
2638.56 s
[these] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "these-1.2.1/these.cabal"
2638.56 s
[these] Phase: patchPhase
2638.56 s
[these] Replace Cabal file with edited version from mirror://hackage/these-1.2.1/revision/2.cabal.
2638.56 s
[these] Phase: compileBuildDriverPhase
2638.56 s
[these] setupCompileFlags: -package-db=/build/tmp.ThZTuYbcHp/setup-package.conf.d -threaded
2638.56 s
[these] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.ThZTuYbcHp/Main.o )
2638.56 s
[these] [2 of 2] Linking Setup
2638.56 s
[these] Phase: updateAutotoolsGnuConfigScriptsPhase
2638.56 s
[these] Phase: configurePhase
2638.56 s
[these] configureFlags: --verbose --prefix=/nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/0rpvx8zdvnpqasxmy7l95qbl6zksvid4-these-1.2.1-doc/share/doc/these-1.2.1 --with-gcc=gcc --package-db=/build/tmp.ThZTuYbcHp/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2638.56 s
[these] Using Parsec parser
2638.56 s
[these] Configuring these-1.2.1...
2638.56 s
[these] Dependency assoc >=1.1.1 && <1.2: using assoc-1.1.1
2638.56 s
[these] Dependency base >=4.12.0.0 && <4.22: using base-4.18.2.0
2638.56 s
[these] Dependency binary >=0.8.6.0 && <0.10: using binary-0.8.9.1
2638.56 s
[these] Dependency deepseq >=1.4.4.0 && <1.6: using deepseq-1.4.8.1
2638.57 s
[these] Dependency hashable >=1.4.4.0 && <1.6: using hashable-1.4.7.0
2638.57 s
[these] Source component graph: component lib
2638.57 s
[these] Configured component graph:
2638.57 s
[these] component these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
2638.57 s
[these] include assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
2638.57 s
[these] include base-4.18.2.0
2638.57 s
[these] include binary-0.8.9.1
2638.57 s
[these] include deepseq-1.4.8.1
2638.57 s
[these] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2638.57 s
[these] Linked component graph:
2638.57 s
[these] unit these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
2638.57 s
[these] include assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
2638.57 s
[these] include base-4.18.2.0
2638.57 s
[these] include binary-0.8.9.1
2638.57 s
[these] include deepseq-1.4.8.1
2638.57 s
[these] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2638.57 s
[these] Data.Functor.These=these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9:Data.Functor.These,Data.These=these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9:Data.These,Data.These.Combinators=these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9:Data.These.Combinators
2638.57 s
[these] Ready component graph:
2638.57 s
[these] definite these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
2638.57 s
[these] depends assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
2638.57 s
[these] depends base-4.18.2.0
2638.57 s
[these] depends binary-0.8.9.1
2638.57 s
[these] depends deepseq-1.4.8.1
2638.57 s
[these] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2638.57 s
[these] Using Cabal-3.10.1.0 compiled by ghc-9.6
2638.57 s
[these] Using compiler: ghc-9.6.4
2638.57 s
[these] Using install prefix: /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1
2638.57 s
[these] Executables installed in:
2638.57 s
[these] /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/bin
2638.57 s
[these] Libraries installed in:
2638.57 s
[these] /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
2638.57 s
[these] Dynamic Libraries installed in:
2639.13 s
[zlib:post-build] Uploading to the NixCI cache: /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0 /nix/store/sicr01kfv3094miyy5dajxwdqa2rnn9w-zlib-0.7.1.0-doc
2639.95 s
[zlib:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2640.94 s
[zlib:post-build] copying 2 paths...
2641.01 s
[zlib:post-build] copying path '/nix/store/sicr01kfv3094miyy5dajxwdqa2rnn9w-zlib-0.7.1.0-doc' to 'https://cache.nix-ci.com'...
2642.64 s
[zlib:post-build] copying path '/nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0' to 'https://cache.nix-ci.com'...
2648.09 s
[zlib:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2650.57 s
[zlib:post-build] copying 1 paths...
2650.57 s
[zlib:post-build] copying path '/nix/store/hlakyfhn7xhfcga865vvwbh3ixdmpr83-zlib-0.7.1.0.drv' to 'https://cache.nix-ci.com'...
2653.67 s
Uploaded zlib in 14.9s
2653.69 s
Progress: 133 of 211 built (14 building), 298 of 298 downloaded from cache
2653.69 s
Built zlib in 4m04s
2653.97 s
[OneTuple:post-build] Uploading to the NixCI cache: /nix/store/5z15jyx9wzisplxlpacy67k7kgb52iby-OneTuple-0.4.2-doc /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2
2654.57 s
[OneTuple:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2656.09 s
[OneTuple:post-build] copying 2 paths...
2656.09 s
[OneTuple:post-build] copying path '/nix/store/5z15jyx9wzisplxlpacy67k7kgb52iby-OneTuple-0.4.2-doc' to 'https://cache.nix-ci.com'...
2658.62 s
[OneTuple:post-build] copying path '/nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2' to 'https://cache.nix-ci.com'...
2662.84 s
[OneTuple:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2663.80 s
[OneTuple:post-build] copying 1 paths...
2663.82 s
[OneTuple:post-build] copying path '/nix/store/4xzpyhjrj7sx9n8gshsjgb6npkahw10g-OneTuple-0.4.2.drv' to 'https://cache.nix-ci.com'...
2664.20 s
Uploaded OneTuple in 10.4s
2664.21 s
Progress: 134 of 211 built (13 building), 298 of 298 downloaded from cache
2664.21 s
Built OneTuple in 1m47s
2664.21 s
[asn1-types] Package has no test suites.
2664.21 s
[asn1-types] Phase: haddockPhase
2664.21 s
[asn1-types] Preprocessing library for asn1-types-0.3.4..
2664.21 s
[asn1-types] Running Haddock on library for asn1-types-0.3.4..
2664.21 s
[asn1-types] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2664.21 s
[asn1-types] 100% ( 10 / 10) in 'Data.ASN1.BitArray'
2664.21 s
[asn1-types] 100% ( 5 / 5) in 'Data.ASN1.OID'
2664.21 s
[asn1-types] 100% ( 8 / 8) in 'Data.ASN1.Types.Lowlevel'
2664.21 s
[asn1-types] 100% ( 5 / 5) in 'Data.ASN1.Types.String'
2664.21 s
[asn1-types] 100% ( 13 / 13) in 'Data.ASN1.Types'
2664.21 s
[asn1-types] 66% ( 2 / 3) in 'Data.ASN1.Pretty'
2664.21 s
[asn1-types] Missing documentation for:
2664.21 s
[asn1-types] PrettyType (Data/ASN1/Pretty.hs:19)
2664.21 s
[asn1-types] Documentation created: dist/doc/html/asn1-types/index.html,
2664.21 s
[asn1-types] dist/doc/html/asn1-types/asn1-types.txt
2664.21 s
[asn1-types] Phase: installPhase
2664.21 s
[asn1-types] Installing library in /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
2664.21 s
[asn1-types] Phase: fixupPhase
2664.21 s
[asn1-types] shrinking RPATHs of ELF executables and libraries in /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4
2664.21 s
[asn1-types] shrinking /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSasn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8-ghc9.6.4.so
2664.22 s
[asn1-types] checking for references to /build/ in /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4...
2664.22 s
[asn1-types] patching script interpreter paths in /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4
2664.22 s
[asn1-types] stripping (with command strip and flags -S -p) in /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/lib
2664.22 s
[asn1-types] shrinking RPATHs of ELF executables and libraries in /nix/store/25s0y4yig77cys5s4jpkkh42i4b59fxa-asn1-types-0.3.4-doc
2664.22 s
[asn1-types] checking for references to /build/ in /nix/store/25s0y4yig77cys5s4jpkkh42i4b59fxa-asn1-types-0.3.4-doc...
2664.22 s
[asn1-types] patching script interpreter paths in /nix/store/25s0y4yig77cys5s4jpkkh42i4b59fxa-asn1-types-0.3.4-doc
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.22 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.23 s
[async] async_cancel: [OK]
2664.24 s
[async] async_cancel: [OK]
2664.24 s
[async] async_cancel: [OK]
2664.24 s
[async] async_cancel: [OK]
2664.24 s
[async] async_cancel: [OK]
2664.24 s
[async] async_cancel: [OK]
2664.24 s
[async] async_cancel: [OK]
2664.24 s
[async] async_cancel: [OK]
2664.24 s
[async] async_cancel: [OK]
2664.24 s
[async] async_cancel: [OK]
2664.24 s
[async] async_cancel: [OK]
2664.24 s
[async] async_cancel: [OK]
2664.24 s
[async] async_cancel: [OK]
2664.24 s
[case-insensitive] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
2664.24 s
[case-insensitive] |
2664.24 s
[case-insensitive] 124 | CI o1 l1 `mappend` CI o2 l2 = CI (o1 `mappend` o2) (l1 `mappend` l2)
2664.24 s
[case-insensitive] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2664.24 s
[case-insensitive] 100% ( 8 / 8) in 'Data.CaseInsensitive'
2664.24 s
[case-insensitive] 100% ( 2 / 2) in 'Data.CaseInsensitive.Unsafe'
2664.24 s
[case-insensitive] Warning: Data.CaseInsensitive: could not find link destinations for:
2664.24 s
[case-insensitive] - Data.CaseInsensitive.Internal.foldCaseList
2664.24 s
[case-insensitive] Documentation created: dist/doc/html/case-insensitive/index.html,
2664.24 s
[case-insensitive] dist/doc/html/case-insensitive/case-insensitive.txt
2664.24 s
[case-insensitive] Preprocessing test suite 'test-case-insensitive' for case-insensitive-1.2.1.0..
2664.24 s
[case-insensitive] Phase: installPhase
2664.24 s
[case-insensitive] Installing library in /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
2664.24 s
[case-insensitive] Phase: fixupPhase
2664.24 s
[case-insensitive] shrinking RPATHs of ELF executables and libraries in /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0
2664.24 s
[case-insensitive] shrinking /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHScase-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0-ghc9.6.4.so
2664.24 s
[case-insensitive] checking for references to /build/ in /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0...
2664.24 s
[case-insensitive] patching script interpreter paths in /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0
2664.24 s
[case-insensitive] stripping (with command strip and flags -S -p) in /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/lib
2664.24 s
[case-insensitive] shrinking RPATHs of ELF executables and libraries in /nix/store/5hqv885bn6lmw0gnycpdxly0nmr6gjqg-case-insensitive-1.2.1.0-doc
2664.24 s
[case-insensitive] checking for references to /build/ in /nix/store/5hqv885bn6lmw0gnycpdxly0nmr6gjqg-case-insensitive-1.2.1.0-doc...
2664.24 s
[case-insensitive] patching script interpreter paths in /nix/store/5hqv885bn6lmw0gnycpdxly0nmr6gjqg-case-insensitive-1.2.1.0-doc
2664.24 s
[constraints] by specifying the type/value namespace explicitly.
2664.24 s
[constraints] Defaulting to the one defined in ‘Control.Category’
2664.24 s
[constraints] Warning: 'Any' is out of scope.
2664.24 s
[constraints] If you qualify the identifier, haddock can try to link it anyway.
2664.24 s
[constraints] 93% ( 30 / 32) in 'Data.Constraint'
2664.24 s
[constraints] Missing documentation for:
2664.24 s
[constraints] strengthen1 (src/Data/Constraint.hs:365)
2664.24 s
[constraints] strengthen2 (src/Data/Constraint.hs:368)
2664.24 s
[constraints] 57% ( 4 / 7) in 'Data.Constraint.Deferrable'
2664.24 s
[constraints] Missing documentation for:
2664.24 s
[constraints] UnsatisfiedConstraint (src/Data/Constraint/Deferrable.hs:39)
2664.24 s
[constraints] defer (src/Data/Constraint/Deferrable.hs:52)
2664.24 s
[constraints] deferred (src/Data/Constraint/Deferrable.hs:49)
2664.24 s
[constraints] 75% ( 9 / 12) in 'Data.Constraint.Forall'
2664.24 s
[constraints] Missing documentation for:
2664.24 s
[constraints] Forall (src/Data/Constraint/Forall.hs:41)
2664.24 s
[constraints] Forall1 (src/Data/Constraint/Forall.hs:88)
2664.24 s
[constraints] forall_ (src/Data/Constraint/Forall.hs:54)
2664.24 s
[constraints] 0% ( 0 / 3) in 'Data.Constraint.Lifting'
2664.24 s
[constraints] Missing documentation for:
2664.24 s
[constraints] Module header
2664.24 s
[constraints] Lifting (src/Data/Constraint/Lifting.hs:50)
2664.24 s
[constraints] Lifting2 (src/Data/Constraint/Lifting.hs:356)
2664.24 s
[constraints] Warning: 'Nat' is out of scope.
2664.24 s
[constraints] If you qualify the identifier, haddock can try to link it anyway.
2664.24 s
[constraints] Warning: 'Symbol' is out of scope.
2664.24 s
[constraints] If you qualify the identifier, haddock can try to link it anyway.
2664.24 s
[constraints] 100% ( 10 / 10) in 'Data.Constraint.Unsafe'
2664.24 s
[constraints] 3% ( 4 /101) in 'Data.Constraint.Nat'
2664.24 s
[constraints] Missing documentation for:
2664.24 s
[constraints] Min (src/Data/Constraint/Nat.hs:66)
2664.24 s
[constraints] Max (src/Data/Constraint/Nat.hs:68)
2664.24 s
[constraints] Lcm (src/Data/Constraint/Nat.hs:72)
2664.24 s
[constraints] Gcd (src/Data/Constraint/Nat.hs:70)
2664.24 s
[constraints] Divides (src/Data/Constraint/Nat.hs:75)
2664.24 s
[constraints] plusNat (src/Data/Constraint/Nat.hs:131)
2664.24 s
[constraints] minusNat (src/Data/Constraint/Nat.hs:134)
2664.24 s
[constraints] timesNat (src/Data/Constraint/Nat.hs:143)
2664.24 s
[constraints] powNat (src/Data/Constraint/Nat.hs:146)
2664.24 s
[constraints] minNat (src/Data/Constraint/Nat.hs:137)
2664.24 s
[constraints] maxNat (src/Data/Constraint/Nat.hs:140)
2664.24 s
[constraints] gcdNat (src/Data/Constraint/Nat.hs:125)
2664.24 s
[constraints] lcmNat (src/Data/Constraint/Nat.hs:128)
2664.24 s
[constraints] divNat (src/Data/Constraint/Nat.hs:149)
2664.24 s
[constraints] modNat (src/Data/Constraint/Nat.hs:152)
2664.24 s
[constraints] log2Nat (src/Data/Constraint/Nat.hs:155)
2664.24 s
[constraints] plusZero (src/Data/Constraint/Nat.hs:165)
2664.24 s
[constraints] minusZero (src/Data/Constraint/Nat.hs:168)
2664.24 s
[constraints] timesZero (src/Data/Constraint/Nat.hs:171)
2664.24 s
[constraints] timesOne (src/Data/Constraint/Nat.hs:174)
2664.24 s
[constraints] powZero (src/Data/Constraint/Nat.hs:191)
2664.24 s
[constraints] powOne (src/Data/Constraint/Nat.hs:249)
2664.24 s
[constraints] maxZero (src/Data/Constraint/Nat.hs:184)
2664.24 s
[constraints] minZero (src/Data/Constraint/Nat.hs:177)
2664.24 s
[constraints] gcdZero (src/Data/Constraint/Nat.hs:113)
2664.24 s
[constraints] gcdOne (src/Data/Constraint/Nat.hs:116)
2664.24 s
[constraints] lcmZero (src/Data/Constraint/Nat.hs:119)
2664.24 s
[constraints] lcmOne (src/Data/Constraint/Nat.hs:122)
2664.24 s
[constraints] plusAssociates (src/Data/Constraint/Nat.hs:279)
2664.24 s
[constraints] timesAssociates (src/Data/Constraint/Nat.hs:282)
2664.24 s
[constraints] minAssociates (src/Data/Constraint/Nat.hs:285)
2664.24 s
[constraints] maxAssociates (src/Data/Constraint/Nat.hs:288)
2664.24 s
[constraints] gcdAssociates (src/Data/Constraint/Nat.hs:291)
2664.24 s
[constraints] lcmAssociates (src/Data/Constraint/Nat.hs:294)
2664.24 s
[constraints] plusCommutes (src/Data/Constraint/Nat.hs:267)
2664.24 s
[constraints] timesCommutes (src/Data/Constraint/Nat.hs:270)
2664.24 s
[constraints] minCommutes (src/Data/Constraint/Nat.hs:273)
2664.24 s
[constraints] maxCommutes (src/Data/Constraint/Nat.hs:276)
2664.24 s
[constraints] gcdCommutes (src/Data/Constraint/Nat.hs:107)
2664.24 s
[constraints] lcmCommutes (src/Data/Constraint/Nat.hs:110)
2664.24 s
[constraints] plusDistributesOverTimes (src/Data/Constraint/Nat.hs:339)
2664.24 s
[constraints] timesDistributesOverPow (src/Data/Constraint/Nat.hs:342)
2664.24 s
[constraints] timesDistributesOverGcd (src/Data/Constraint/Nat.hs:345)
2664.24 s
[constraints] timesDistributesOverLcm (src/Data/Constraint/Nat.hs:348)
2664.24 s
[constraints] minDistributesOverPlus (src/Data/Constraint/Nat.hs:309)
2664.24 s
[constraints] minDistributesOverTimes (src/Data/Constraint/Nat.hs:312)
2664.24 s
[constraints] minDistributesOverPow1 (src/Data/Constraint/Nat.hs:315)
2664.24 s
[constraints] minDistributesOverPow2 (src/Data/Constraint/Nat.hs:318)
2664.24 s
[constraints] minDistributesOverMax (src/Data/Constraint/Nat.hs:321)
2664.24 s
[constraints] maxDistributesOverPlus (src/Data/Constraint/Nat.hs:324)
2664.24 s
[constraints] maxDistributesOverTimes (src/Data/Constraint/Nat.hs:327)
2664.24 s
[constraints] maxDistributesOverPow1 (src/Data/Constraint/Nat.hs:330)
2664.24 s
[constraints] maxDistributesOverPow2 (src/Data/Constraint/Nat.hs:333)
2664.24 s
[constraints] maxDistributesOverMin (src/Data/Constraint/Nat.hs:336)
2664.24 s
[constraints] gcdDistributesOverLcm (src/Data/Constraint/Nat.hs:357)
2664.24 s
[crypton] [ 46 of 139] Compiling Crypto.Cipher.RC4 ( Crypto/Cipher/RC4.hs, dist/build/Crypto/Cipher/RC4.p_o )
2664.24 s
[crypton] [ 47 of 139] Compiling Crypto.Cipher.ChaCha ( Crypto/Cipher/ChaCha.hs, dist/build/Crypto/Cipher/ChaCha.p_o )
2664.24 s
[crypton] [ 48 of 139] Compiling Crypto.Cipher.AES.Primitive ( Crypto/Cipher/AES/Primitive.hs, dist/build/Crypto/Cipher/AES/Primitive.p_o )
2664.24 s
[crypton] [ 49 of 139] Compiling Crypto.Cipher.AES ( Crypto/Cipher/AES.hs, dist/build/Crypto/Cipher/AES.p_o )
2664.24 s
[crypton] [ 50 of 139] Compiling Crypto.Internal.Nat ( Crypto/Internal/Nat.hs, dist/build/Crypto/Internal/Nat.p_o )
2664.24 s
[crypton] [ 51 of 139] Compiling Crypto.Hash.SHAKE ( Crypto/Hash/SHAKE.hs, dist/build/Crypto/Hash/SHAKE.p_o )
2664.24 s
[crypton] [ 52 of 139] Compiling Crypto.Hash.Blake2 ( Crypto/Hash/Blake2.hs, dist/build/Crypto/Hash/Blake2.p_o )
2664.24 s
[crypton] [ 53 of 139] Compiling Crypto.Hash.Algorithms ( Crypto/Hash/Algorithms.hs, dist/build/Crypto/Hash/Algorithms.p_o )
2664.24 s
[crypton] [ 54 of 139] Compiling Crypto.Hash ( Crypto/Hash.hs, dist/build/Crypto/Hash.p_o )
2664.24 s
[crypton] [ 55 of 139] Compiling Crypto.Internal.WordArray ( Crypto/Internal/WordArray.hs, dist/build/Crypto/Internal/WordArray.p_o )
2664.25 s
[crypton] [ 56 of 139] Compiling Crypto.Cipher.Twofish.Primitive ( Crypto/Cipher/Twofish/Primitive.hs, dist/build/Crypto/Cipher/Twofish/Primitive.p_o )
2664.25 s
[crypton] [ 57 of 139] Compiling Crypto.Cipher.Twofish ( Crypto/Cipher/Twofish.hs, dist/build/Crypto/Cipher/Twofish.p_o )
2664.25 s
[crypton] [ 58 of 139] Compiling Crypto.Cipher.CAST5.Primitive ( Crypto/Cipher/CAST5/Primitive.hs, dist/build/Crypto/Cipher/CAST5/Primitive.p_o )
2664.25 s
[crypton] [ 59 of 139] Compiling Crypto.Cipher.CAST5 ( Crypto/Cipher/CAST5.hs, dist/build/Crypto/Cipher/CAST5.p_o )
2664.25 s
[crypton] [ 60 of 139] Compiling Crypto.Cipher.Blowfish.Box ( Crypto/Cipher/Blowfish/Box.hs, dist/build/Crypto/Cipher/Blowfish/Box.p_o )
2664.25 s
[crypton] [ 61 of 139] Compiling Crypto.Cipher.Blowfish.Primitive ( Crypto/Cipher/Blowfish/Primitive.hs, dist/build/Crypto/Cipher/Blowfish/Primitive.p_o )
2664.25 s
[crypton] [ 62 of 139] Compiling Crypto.Cipher.Blowfish ( Crypto/Cipher/Blowfish.hs, dist/build/Crypto/Cipher/Blowfish.p_o )
2664.25 s
[crypton] [ 63 of 139] Compiling Crypto.Internal.Words ( Crypto/Internal/Words.hs, dist/build/Crypto/Internal/Words.p_o )
2664.25 s
[crypton] [ 64 of 139] Compiling Crypto.Cipher.Camellia.Primitive ( Crypto/Cipher/Camellia/Primitive.hs, dist/build/Crypto/Cipher/Camellia/Primitive.p_o )
2664.25 s
[crypton] [ 65 of 139] Compiling Crypto.Cipher.Camellia ( Crypto/Cipher/Camellia.hs, dist/build/Crypto/Cipher/Camellia.p_o )
2664.25 s
[crypton] [ 66 of 139] Compiling Crypto.KDF.Argon2 ( Crypto/KDF/Argon2.hs, dist/build/Crypto/KDF/Argon2.p_o )
2664.25 s
[crypton] [ 67 of 139] Compiling Crypto.KDF.BCryptPBKDF ( Crypto/KDF/BCryptPBKDF.hs, dist/build/Crypto/KDF/BCryptPBKDF.p_o )
2664.25 s
[crypton] [ 68 of 139] Compiling Crypto.MAC.CMAC ( Crypto/MAC/CMAC.hs, dist/build/Crypto/MAC/CMAC.p_o )
2664.25 s
[crypton] [ 69 of 139] Compiling Crypto.MAC.HMAC ( Crypto/MAC/HMAC.hs, dist/build/Crypto/MAC/HMAC.p_o )
2664.25 s
[crypton] [ 70 of 139] Compiling Crypto.KDF.PBKDF2 ( Crypto/KDF/PBKDF2.hs, dist/build/Crypto/KDF/PBKDF2.p_o )
2664.25 s
[crypton] [ 71 of 139] Compiling Crypto.KDF.Scrypt ( Crypto/KDF/Scrypt.hs, dist/build/Crypto/KDF/Scrypt.p_o )
2664.25 s
[crypton] [ 72 of 139] Compiling Crypto.KDF.HKDF ( Crypto/KDF/HKDF.hs, dist/build/Crypto/KDF/HKDF.p_o )
2664.25 s
[crypton] [ 73 of 139] Compiling Crypto.MAC.KMAC ( Crypto/MAC/KMAC.hs, dist/build/Crypto/MAC/KMAC.p_o )
2664.25 s
[crypton] [ 74 of 139] Compiling Crypto.MAC.KeyedBlake2 ( Crypto/MAC/KeyedBlake2.hs, dist/build/Crypto/MAC/KeyedBlake2.p_o )
2664.25 s
[crypton] [ 75 of 139] Compiling Crypto.MAC.Poly1305 ( Crypto/MAC/Poly1305.hs, dist/build/Crypto/MAC/Poly1305.p_o )
2664.25 s
[crypton] [ 76 of 139] Compiling Crypto.Cipher.ChaChaPoly1305 ( Crypto/Cipher/ChaChaPoly1305.hs, dist/build/Crypto/Cipher/ChaChaPoly1305.p_o )
2664.25 s
[crypton] [ 77 of 139] Compiling Crypto.Number.Compat ( Crypto/Number/Compat.hs, dist/build/Crypto/Number/Compat.p_o )
2664.25 s
[crypton] [ 78 of 139] Compiling Crypto.Number.Basic ( Crypto/Number/Basic.hs, dist/build/Crypto/Number/Basic.p_o )
2664.25 s
[crypton] [ 79 of 139] Compiling Crypto.ECC.Simple.Types ( Crypto/ECC/Simple/Types.hs, dist/build/Crypto/ECC/Simple/Types.p_o )
2664.25 s
[crypton] [ 80 of 139] Compiling Crypto.Number.F2m ( Crypto/Number/F2m.hs, dist/build/Crypto/Number/F2m.p_o )
2664.25 s
[crypton] [ 81 of 139] Compiling Crypto.Number.ModArithmetic ( Crypto/Number/ModArithmetic.hs, dist/build/Crypto/Number/ModArithmetic.p_o )
2664.25 s
[crypton] [ 82 of 139] Compiling Crypto.Number.Nat ( Crypto/Number/Nat.hs, dist/build/Crypto/Number/Nat.p_o )
2664.40 s
Building /nix/store/w4h7ry8kxma5id4cp9zqsgldhw0qx2l1-data-fix-0.3.4.drv
2664.71 s
[distributive:post-build] Uploading to the NixCI cache: /nix/store/6pkvqmnzqlq8cbhfwdahl0slc98s9j80-distributive-0.6.2.1-doc /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1
2665.09 s
[distributive:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2665.67 s
[distributive:post-build] copying 2 paths...
2665.67 s
[distributive:post-build] copying path '/nix/store/6pkvqmnzqlq8cbhfwdahl0slc98s9j80-distributive-0.6.2.1-doc' to 'https://cache.nix-ci.com'...
2666.03 s
[distributive:post-build] copying path '/nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1' to 'https://cache.nix-ci.com'...
2667.76 s
[distributive:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2668.51 s
[distributive:post-build] copying 1 paths...
2668.55 s
[distributive:post-build] copying path '/nix/store/kl2rpzzbc1rz78aaqdr93wy1nc3np6zw-distributive-0.6.2.1.drv' to 'https://cache.nix-ci.com'...
2669.02 s
Uploaded distributive in 4.4s
2669.03 s
Progress: 135 of 212 built (13 building), 298 of 298 downloaded from cache
2669.03 s
Built distributive in 2m11s
2669.03 s
[doctest] Module header
2669.03 s
[doctest] doctestWithRepl (src/Run.hs:64)
2669.03 s
[doctest] Config (src/Options.hs:56)
2669.03 s
[doctest] defaultConfig (src/Options.hs:64)
2669.03 s
[doctest] doctestWith (src/Run.hs:134)
2669.03 s
[doctest] Result (src/Run.hs:137)
2669.03 s
[doctest] isSuccess (src/Run.hs:139)
2669.03 s
[doctest] evaluateResult (src/Run.hs:142)
2669.03 s
[doctest] doctestWithResult (src/Run.hs:145)
2669.03 s
[doctest] runDocTests (src/Run.hs:155)
2669.03 s
[doctest] 50% ( 1 / 2) in 'Test.DocTest'
2669.03 s
[doctest] Missing documentation for:
2669.03 s
[doctest] Module header
2669.03 s
[doctest] Documentation created: dist/doc/html/doctest/index.html,
2669.03 s
[doctest] dist/doc/html/doctest/doctest.txt
2669.03 s
[doctest] Preprocessing executable 'doctest' for doctest-0.22.6..
2669.03 s
[doctest] Preprocessing test suite 'spec' for doctest-0.22.6..
2669.03 s
[doctest] haddockPhase completed in 32 seconds
2669.03 s
[doctest] Phase: installPhase
2669.03 s
[doctest] Installing library in /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
2669.03 s
[doctest] Installing executable doctest in /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/bin
2669.03 s
[doctest] Warning: The directory
2669.03 s
[doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/bin is not in the
2669.03 s
[doctest] system search path.
2669.03 s
[doctest] Phase: fixupPhase
2669.03 s
[doctest] shrinking RPATHs of ELF executables and libraries in /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6
2669.03 s
[doctest] shrinking /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSdoctest-0.22.6-D1xz5902JP91GiKkmAIUSg-ghc9.6.4.so
2669.03 s
[doctest] shrinking /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/bin/doctest
2669.03 s
[doctest] checking for references to /build/ in /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6...
2669.03 s
[doctest] patching script interpreter paths in /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6
2669.03 s
[doctest] stripping (with command strip and flags -S -p) in /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/lib /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/bin
2669.03 s
[doctest] shrinking RPATHs of ELF executables and libraries in /nix/store/3gjr00s3518v9df8zgjl83y31rx3mfc9-doctest-0.22.6-doc
2669.03 s
[doctest] checking for references to /build/ in /nix/store/3gjr00s3518v9df8zgjl83y31rx3mfc9-doctest-0.22.6-doc...
2669.03 s
[doctest] patching script interpreter paths in /nix/store/3gjr00s3518v9df8zgjl83y31rx3mfc9-doctest-0.22.6-doc
2669.03 s
[genvalidity] shrinkValid of Ratio Int shrinks to only valid values [✔]
2669.03 s
[genvalidity] +++ OK, passed 20 tests.
2669.03 s
[genvalidity] shrinkValid of Ratio Int only produces values that do not crash while validating [✔]
2669.03 s
[genvalidity] +++ OK, passed 20 tests.
2669.03 s
[genvalidity] shrinkValid of Ratio Int does not shrink to itself [✔]
2669.03 s
[genvalidity] +++ OK, passed 20 tests.
2669.03 s
[genvalidity] genValid of Either Bool Ordering generates only valid values [✔]
2669.03 s
[genvalidity] +++ OK, passed 50 tests.
2669.03 s
[genvalidity] shrinkValid of Either Bool Ordering shrinks to only valid values [✔]
2669.03 s
[genvalidity] +++ OK, passed 10 tests.
2669.03 s
[genvalidity] shrinkValid of Either Bool Ordering only produces values that do not crash while validating [✔]
2669.03 s
[genvalidity] +++ OK, passed 10 tests.
2669.03 s
[genvalidity] shrinkValid of Either Bool Ordering does not shrink to itself [✔]
2669.03 s
[genvalidity] +++ OK, passed 10 tests.
2669.03 s
[genvalidity] genValid of Maybe Ordering generates only valid values [✔]
2669.03 s
[genvalidity] +++ OK, passed 100 tests.
2669.03 s
[genvalidity] shrinkValid of Maybe Ordering shrinks to only valid values [✔]
2669.03 s
[genvalidity] +++ OK, passed 20 tests.
2669.03 s
[genvalidity] shrinkValid of Maybe Ordering only produces values that do not crash while validating [✔]
2669.03 s
[genvalidity] +++ OK, passed 20 tests.
2669.03 s
[genvalidity] shrinkValid of Maybe Ordering does not shrink to itself [✔]
2669.03 s
[genvalidity] +++ OK, passed 20 tests.
2669.03 s
[genvalidity] genValid of Maybe (Maybe Ordering) generates only valid values [✔]
2669.03 s
[genvalidity] +++ OK, passed 100 tests.
2669.04 s
[genvalidity] shrinkValid of Maybe (Maybe Ordering) shrinks to only valid values [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] shrinkValid of Maybe (Maybe Ordering) only produces values that do not crash while validating [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] shrinkValid of Maybe (Maybe Ordering) does not shrink to itself [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] genValid of Ratio Integer generates only valid values [✔]
2669.04 s
[genvalidity] +++ OK, passed 100 tests.
2669.04 s
[genvalidity] shrinkValid of Ratio Integer shrinks to only valid values [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] shrinkValid of Ratio Integer only produces values that do not crash while validating [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] shrinkValid of Ratio Integer does not shrink to itself [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] genValid of Ratio Int generates only valid values [✔]
2669.04 s
[genvalidity] +++ OK, passed 100 tests.
2669.04 s
[genvalidity] shrinkValid of Ratio Int shrinks to only valid values [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] shrinkValid of Ratio Int only produces values that do not crash while validating [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] shrinkValid of Ratio Int does not shrink to itself [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] genValid of Ratio Int8 generates only valid values [✔]
2669.04 s
[genvalidity] +++ OK, passed 100 tests.
2669.04 s
[genvalidity] shrinkValid of Ratio Int8 shrinks to only valid values [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] shrinkValid of Ratio Int8 only produces values that do not crash while validating [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] shrinkValid of Ratio Int8 does not shrink to itself [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] shrinking (Ratio Int)
2669.04 s
[genvalidity] can shrink this example [✔]
2669.04 s
[genvalidity] shrinking (Ratio Int8)
2669.04 s
[genvalidity] can shrink this example [✔]
2669.04 s
[genvalidity] genValid of Fixed * E0 generates only valid values [✔]
2669.04 s
[genvalidity] +++ OK, passed 100 tests.
2669.04 s
[genvalidity] shrinkValid of Fixed * E0 shrinks to only valid values [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] shrinkValid of Fixed * E0 only produces values that do not crash while validating [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] shrinkValid of Fixed * E0 does not shrink to itself [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] genValid of ((Fixed * E0),(Fixed * E0)) generates only valid values [✔]
2669.04 s
[genvalidity] +++ OK, passed 50 tests.
2669.04 s
[genvalidity] shrinkValid of ((Fixed * E0),(Fixed * E0)) shrinks to only valid values [✔]
2669.04 s
[genvalidity] +++ OK, passed 10 tests.
2669.04 s
[genvalidity] shrinkValid of ((Fixed * E0),(Fixed * E0)) only produces values that do not crash while validating [✔]
2669.04 s
[genvalidity] +++ OK, passed 10 tests.
2669.04 s
[genvalidity] shrinkValid of ((Fixed * E0),(Fixed * E0)) does not shrink to itself [✔]
2669.04 s
[genvalidity] +++ OK, passed 10 tests.
2669.04 s
[genvalidity] genValid of Fixed * E1 generates only valid values [✔]
2669.04 s
[genvalidity] +++ OK, passed 100 tests.
2669.04 s
[genvalidity] shrinkValid of Fixed * E1 shrinks to only valid values [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] shrinkValid of Fixed * E1 only produces values that do not crash while validating [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.04 s
[genvalidity] shrinkValid of Fixed * E1 does not shrink to itself [✔]
2669.04 s
[genvalidity] +++ OK, passed 20 tests.
2669.33 s
[iproute:post-build] Uploading to the NixCI cache: /nix/store/24jpcgfj1i8270kb6qa68rfqkf9y521k-iproute-1.7.15-doc /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15
2669.86 s
[iproute:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2670.44 s
[iproute:post-build] copying 2 paths...
2670.44 s
[iproute:post-build] copying path '/nix/store/24jpcgfj1i8270kb6qa68rfqkf9y521k-iproute-1.7.15-doc' to 'https://cache.nix-ci.com'...
2671.30 s
[iproute:post-build] copying path '/nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15' to 'https://cache.nix-ci.com'...
2676.80 s
[iproute:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2677.28 s
[iproute:post-build] copying 1 paths...
2677.28 s
[iproute:post-build] copying path '/nix/store/23hqr2xk359n27ifnaf223q5b810haxd-iproute-1.7.15.drv' to 'https://cache.nix-ci.com'...
2677.92 s
Uploaded iproute in 8.7s
2677.93 s
Progress: 136 of 213 built (12 building), 298 of 298 downloaded from cache
2677.93 s
Built iproute in 3m01s
2678.22 s
[lifted-base:post-build] Uploading to the NixCI cache: /nix/store/cynad10ma5227plf16gmjbpb4j6dg00c-lifted-base-0.2.3.12-doc /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12
2678.95 s
[lifted-base:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2679.38 s
[lifted-base:post-build] copying 2 paths...
2679.38 s
[lifted-base:post-build] copying path '/nix/store/cynad10ma5227plf16gmjbpb4j6dg00c-lifted-base-0.2.3.12-doc' to 'https://cache.nix-ci.com'...
2679.93 s
[lifted-base:post-build] copying path '/nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12' to 'https://cache.nix-ci.com'...
2681.42 s
[lifted-base:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2682.00 s
[lifted-base:post-build] copying 1 paths...
2682.01 s
[lifted-base:post-build] copying path '/nix/store/mv66i45lpwyhxs3ycc80wxlkpmnc0fbb-lifted-base-0.2.3.12.drv' to 'https://cache.nix-ci.com'...
2682.45 s
Uploaded lifted-base in 4.3s
2682.46 s
Progress: 137 of 214 built (11 building), 298 of 298 downloaded from cache
2682.46 s
Built lifted-base in 2m24s
2682.46 s
[text-short] Linked component graph:
2682.46 s
[text-short] unit text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
2682.46 s
[text-short] include base-4.18.2.0
2682.46 s
[text-short] include binary-0.8.9.1
2682.46 s
[text-short] include bytestring-0.11.5.3
2682.46 s
[text-short] include deepseq-1.4.8.1
2682.46 s
[text-short] include ghc-prim-0.10.0
2682.46 s
[text-short] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2682.46 s
[text-short] include template-haskell-2.20.0.0
2682.46 s
[text-short] include text-2.0.2
2682.46 s
[text-short] Data.Text.Short=text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5:Data.Text.Short,Data.Text.Short.Partial=text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5:Data.Text.Short.Partial,Data.Text.Short.Unsafe=text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5:Data.Text.Short.Unsafe
2682.46 s
[text-short] unit text-short-0.1.6-CRD9NHTEGjz9MpZc0e6cHh-text-short-tests
2682.46 s
[text-short] include base-4.18.2.0
2682.46 s
[text-short] include binary-0.8.9.1
2682.46 s
[text-short] include bytestring-0.11.5.3
2682.46 s
[text-short] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2682.46 s
[text-short] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2682.46 s
[text-short] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2682.46 s
[text-short] include template-haskell-2.20.0.0
2682.46 s
[text-short] include text-2.0.2
2682.46 s
[text-short] include text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
2682.46 s
[text-short] Ready component graph:
2682.46 s
[text-short] definite text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
2682.46 s
[text-short] depends base-4.18.2.0
2682.46 s
[text-short] depends binary-0.8.9.1
2682.46 s
[text-short] depends bytestring-0.11.5.3
2682.46 s
[text-short] depends deepseq-1.4.8.1
2682.46 s
[text-short] depends ghc-prim-0.10.0
2682.46 s
[text-short] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2682.46 s
[text-short] depends template-haskell-2.20.0.0
2682.47 s
[text-short] depends text-2.0.2
2682.47 s
[text-short] definite text-short-0.1.6-CRD9NHTEGjz9MpZc0e6cHh-text-short-tests
2682.47 s
[text-short] depends base-4.18.2.0
2682.47 s
[text-short] depends binary-0.8.9.1
2682.47 s
[text-short] depends bytestring-0.11.5.3
2682.47 s
[text-short] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2682.47 s
[text-short] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2682.47 s
[text-short] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2682.47 s
[text-short] depends template-haskell-2.20.0.0
2682.47 s
[text-short] depends text-2.0.2
2682.47 s
[text-short] depends text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
2682.47 s
[text-short] Using Cabal-3.10.1.0 compiled by ghc-9.6
2682.47 s
[text-short] Using compiler: ghc-9.6.4
2682.47 s
[text-short] Using install prefix:
2682.47 s
[text-short] /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6
2682.47 s
[text-short] Executables installed in:
2682.47 s
[text-short] /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/bin
2682.47 s
[text-short] Libraries installed in:
2682.47 s
[text-short] /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
2682.47 s
[text-short] Dynamic Libraries installed in:
2682.47 s
[text-short] /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2682.47 s
[text-short] Private executables installed in:
2682.47 s
[text-short] /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/libexec/x86_64-linux-ghc-9.6.4/text-short-0.1.6
2682.47 s
[text-short] Data files installed in:
2682.47 s
[text-short] /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/share/x86_64-linux-ghc-9.6.4/text-short-0.1.6
2682.47 s
[text-short] Documentation installed in:
2682.47 s
[text-short] /nix/store/jxd5hld0sdb996scym88ijnjgdzjsgwc-text-short-0.1.6-doc/share/doc/text-short-0.1.6
2682.47 s
[text-short] Configuration files installed in:
2682.47 s
[text-short] /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/etc
2682.47 s
[text-short] No alex found
2682.47 s
[text-short] Using ar found on system at:
2682.47 s
[text-short] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2682.47 s
[text-short] No c2hs found
2682.47 s
[text-short] No cpphs found
2682.47 s
[text-short] No doctest found
2682.47 s
[text-short] Using gcc version 14.3.0 given by user at:
2682.47 s
[text-short] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2682.47 s
[text-short] Using ghc version 9.6.4 found on system at:
2682.47 s
[text-short] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2682.47 s
[text-short] Using ghc-pkg version 9.6.4 found on system at:
2682.47 s
[text-short] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2682.47 s
[text-short] No ghcjs found
2682.47 s
[text-short] No ghcjs-pkg found
2682.47 s
[text-short] No greencard found
2682.47 s
[text-short] Using haddock version 2.29.2 found on system at:
2682.47 s
[text-short] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2682.47 s
[text-short] No happy found
2682.47 s
[text-short] Using haskell-suite found on system at: haskell-suite-dummy-location
2682.47 s
[text-short] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2682.47 s
[text-short] No hmake found
2682.47 s
[text-short] Using hpc version 0.68 found on system at:
2682.47 s
[text-short] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2682.47 s
[text-short] Using hsc2hs version 0.68.9 found on system at:
2682.47 s
[text-short] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2682.47 s
[text-short] Using hscolour version 1.25 found on system at:
2682.47 s
[th-orphans] Language.Haskell.TH.Instances=th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I:Language.Haskell.TH.Instances
2682.47 s
[th-orphans] unit th-orphans-0.13.16-DusRmc8VihA5q32vvjzZfi-test
2682.47 s
[th-orphans] include base-4.18.2.0
2682.47 s
[th-orphans] include bytestring-0.11.5.3
2682.47 s
[th-orphans] include ghc-prim-0.10.0
2682.47 s
[th-orphans] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2682.47 s
[th-orphans] include template-haskell-2.20.0.0
2682.47 s
[th-orphans] include th-lift-0.8.6-2vosYs7tbaFAE4U5pNr6VH
2682.47 s
[th-orphans] include th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
2682.47 s
[th-orphans] Ready component graph:
2682.47 s
[th-orphans] definite th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
2682.47 s
[th-orphans] depends base-4.18.2.0
2682.47 s
[th-orphans] depends mtl-2.3.1
2682.47 s
[th-orphans] depends template-haskell-2.20.0.0
2682.47 s
[th-orphans] depends th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
2682.47 s
[th-orphans] depends th-lift-0.8.6-2vosYs7tbaFAE4U5pNr6VH
2682.47 s
[th-orphans] depends th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
2682.47 s
[th-orphans] definite th-orphans-0.13.16-DusRmc8VihA5q32vvjzZfi-test
2682.47 s
[th-orphans] depends base-4.18.2.0
2682.47 s
[th-orphans] depends bytestring-0.11.5.3
2682.47 s
[th-orphans] depends ghc-prim-0.10.0
2682.47 s
[th-orphans] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2682.47 s
[th-orphans] depends template-haskell-2.20.0.0
2682.47 s
[th-orphans] depends th-lift-0.8.6-2vosYs7tbaFAE4U5pNr6VH
2682.47 s
[th-orphans] depends th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
2682.47 s
[th-orphans] Using Cabal-3.10.1.0 compiled by ghc-9.6
2682.47 s
[th-orphans] Using compiler: ghc-9.6.4
2682.47 s
[th-orphans] Using install prefix:
2682.47 s
[th-orphans] /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16
2682.47 s
[th-orphans] Executables installed in:
2682.47 s
[th-orphans] /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/bin
2682.47 s
[th-orphans] Libraries installed in:
2682.47 s
[th-orphans] /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
2682.47 s
[th-orphans] Dynamic Libraries installed in:
2682.47 s
[th-orphans] /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2682.47 s
[th-orphans] Private executables installed in:
2682.47 s
[th-orphans] /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/libexec/x86_64-linux-ghc-9.6.4/th-orphans-0.13.16
2682.47 s
[th-orphans] Data files installed in:
2682.48 s
[th-orphans] /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/share/x86_64-linux-ghc-9.6.4/th-orphans-0.13.16
2682.48 s
[th-orphans] Documentation installed in:
2682.48 s
[th-orphans] /nix/store/xiyxb4k85bsg0yj9b57ff8mcqiqfcb5h-th-orphans-0.13.16-doc/share/doc/th-orphans-0.13.16
2682.48 s
[th-orphans] Configuration files installed in:
2682.48 s
[th-orphans] /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/etc
2682.48 s
[th-orphans] No alex found
2682.48 s
[th-orphans] Using ar found on system at:
2682.48 s
[th-orphans] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2682.48 s
[th-orphans] No c2hs found
2682.48 s
[th-orphans] No cpphs found
2682.48 s
[th-orphans] No doctest found
2682.48 s
[th-orphans] Using gcc version 14.3.0 given by user at:
2682.48 s
[th-orphans] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2682.48 s
[th-orphans] Using ghc version 9.6.4 found on system at:
2682.48 s
[th-orphans] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2682.48 s
[th-orphans] Using ghc-pkg version 9.6.4 found on system at:
2682.48 s
[th-orphans] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2682.48 s
[th-orphans] No ghcjs found
2682.48 s
[th-orphans] No ghcjs-pkg found
2682.48 s
[th-orphans] No greencard found
2682.48 s
[th-orphans] Using haddock version 2.29.2 found on system at:
2682.48 s
[th-orphans] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2682.48 s
[th-orphans] No happy found
2682.48 s
[th-orphans] Using haskell-suite found on system at: haskell-suite-dummy-location
2682.48 s
[th-orphans] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2682.48 s
[th-orphans] No hmake found
2682.48 s
[th-orphans] Using hpc version 0.68 found on system at:
2682.48 s
[th-orphans] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2682.48 s
[th-orphans] Using hsc2hs version 0.68.9 found on system at:
2682.48 s
[th-orphans] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2682.48 s
[th-orphans] Using hscolour version 1.25 found on system at:
2682.48 s
[th-orphans] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2682.48 s
[th-orphans] No jhc found
2682.48 s
[th-orphans] Using ld found on system at:
2682.48 s
[th-orphans] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2682.48 s
[th-orphans] No pkg-config found
2682.48 s
[th-orphans] Using runghc version 9.6.4 found on system at:
2682.48 s
[th-orphans] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2682.48 s
[th-orphans] Using strip version 2.44 found on system at:
2682.48 s
[th-orphans] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2682.48 s
[th-orphans] Using tar found on system at:
2682.48 s
[th-orphans] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2682.48 s
[th-orphans] No uhc found
2682.48 s
[th-orphans] Phase: buildPhase
2682.48 s
[th-orphans] Preprocessing library for th-orphans-0.13.16..
2682.48 s
[th-orphans] Building library for th-orphans-0.13.16..
2682.48 s
[these] /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2682.48 s
[these] Private executables installed in:
2682.48 s
[these] /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/libexec/x86_64-linux-ghc-9.6.4/these-1.2.1
2682.48 s
[these] Data files installed in:
2682.48 s
[these] /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/share/x86_64-linux-ghc-9.6.4/these-1.2.1
2682.48 s
[these] Documentation installed in:
2682.48 s
[these] /nix/store/0rpvx8zdvnpqasxmy7l95qbl6zksvid4-these-1.2.1-doc/share/doc/these-1.2.1
2682.48 s
[these] Configuration files installed in:
2682.48 s
[these] /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/etc
2682.48 s
[these] No alex found
2682.48 s
[these] Using ar found on system at:
2682.48 s
[these] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2682.48 s
[these] No c2hs found
2682.48 s
[these] No cpphs found
2682.48 s
[these] No doctest found
2682.48 s
[these] Using gcc version 14.3.0 given by user at:
2682.48 s
[these] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2682.48 s
[these] Using ghc version 9.6.4 found on system at:
2682.48 s
[these] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2682.48 s
[these] Using ghc-pkg version 9.6.4 found on system at:
2682.48 s
[these] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2682.48 s
[these] No ghcjs found
2682.48 s
[these] No ghcjs-pkg found
2682.48 s
[these] No greencard found
2682.48 s
[these] Using haddock version 2.29.2 found on system at:
2682.48 s
[these] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2682.48 s
[these] No happy found
2682.48 s
[these] Using haskell-suite found on system at: haskell-suite-dummy-location
2682.48 s
[these] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2682.48 s
[these] No hmake found
2682.48 s
[these] Using hpc version 0.68 found on system at:
2682.48 s
[these] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2682.48 s
[these] Using hsc2hs version 0.68.9 found on system at:
2682.48 s
[these] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2682.48 s
[these] Using hscolour version 1.25 found on system at:
2682.48 s
[these] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2682.48 s
[these] No jhc found
2682.48 s
[these] Using ld found on system at:
2682.48 s
[these] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2682.48 s
[these] No pkg-config found
2682.48 s
[these] Using runghc version 9.6.4 found on system at:
2682.48 s
[these] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2682.48 s
[these] Using strip version 2.44 found on system at:
2682.48 s
[these] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2682.48 s
[these] Using tar found on system at:
2682.48 s
[these] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2682.48 s
[these] No uhc found
2682.48 s
[these] Phase: buildPhase
2682.48 s
[these] Preprocessing library for these-1.2.1..
2682.48 s
[these] Building library for these-1.2.1..
2682.48 s
[these] [1 of 3] Compiling Data.Functor.These ( src/Data/Functor/These.hs, dist/build/Data/Functor/These.o, dist/build/Data/Functor/These.dyn_o )
2682.48 s
[these] [2 of 3] Compiling Data.These ( src/Data/These.hs, dist/build/Data/These.o, dist/build/Data/These.dyn_o )
2682.48 s
[these] [3 of 3] Compiling Data.These.Combinators ( src/Data/These/Combinators.hs, dist/build/Data/These/Combinators.o, dist/build/Data/These/Combinators.dyn_o )
2682.48 s
[these] [1 of 3] Compiling Data.Functor.These ( src/Data/Functor/These.hs, dist/build/Data/Functor/These.p_o )
2682.48 s
[these] [2 of 3] Compiling Data.These ( src/Data/These.hs, dist/build/Data/These.p_o )
2682.63 s
Building /nix/store/ppiv1z5q73av7c2a9l5889h4g1cq9wnp-time-compat-1.9.7.drv
2682.81 s
Building /nix/store/4xn8v7z6dqc0nqxcxcrnnbf52wkcgwcv-uuid-types-1.0.6.drv
2683.22 s
Building /nix/store/vmfxl8021ka0xrp836lw4fjmxbx0vvxi-barbies-2.1.1.0.drv
2683.47 s
Building /nix/store/47s40zdvcl8a91m67605zih6rv12914c-comonad-5.0.9.drv
2683.73 s
[asn1-types:post-build] Uploading to the NixCI cache: /nix/store/25s0y4yig77cys5s4jpkkh42i4b59fxa-asn1-types-0.3.4-doc /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4
2684.39 s
[asn1-types:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2685.06 s
[asn1-types:post-build] copying 2 paths...
2685.06 s
[asn1-types:post-build] copying path '/nix/store/25s0y4yig77cys5s4jpkkh42i4b59fxa-asn1-types-0.3.4-doc' to 'https://cache.nix-ci.com'...
2685.63 s
[asn1-types:post-build] copying path '/nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4' to 'https://cache.nix-ci.com'...
2688.85 s
[asn1-types:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2689.88 s
[asn1-types:post-build] copying 1 paths...
2689.88 s
[asn1-types:post-build] copying path '/nix/store/58phva7bdr7lcj4zafv7krxllwv8x156-asn1-types-0.3.4.drv' to 'https://cache.nix-ci.com'...
2690.97 s
Uploaded asn1-types in 7.4s
2690.99 s
Progress: 138 of 211 built (14 building), 298 of 298 downloaded from cache
2690.99 s
Built asn1-types in 1m59s
2690.99 s
[async] async_cancel: [OK]
2690.99 s
[async] async_cancel: [OK]
2690.99 s
[async] async_cancel: [OK]
2690.99 s
[async] async_cancel: [OK]
2690.99 s
[async] async_cancel: [OK]
2690.99 s
[async] async_cancel: [OK]
2690.99 s
[async] async_cancel: [OK]
2690.99 s
[async] async_cancel: [OK]
2690.99 s
[async] async_cancel: [OK]
2690.99 s
[async] async_cancel: [OK]
2690.99 s
[async] async_cancel: [OK]
2690.99 s
[async] async_cancel: [OK]
2690.99 s
[async] async_cancel: [OK]
2690.99 s
[async] async_cancel: [OK]
2690.99 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.00 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.01 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.02 s
[async] async_cancel: [OK]
2691.28 s
[case-insensitive:post-build] Uploading to the NixCI cache: /nix/store/5hqv885bn6lmw0gnycpdxly0nmr6gjqg-case-insensitive-1.2.1.0-doc /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0
2692.10 s
[case-insensitive:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2692.82 s
[case-insensitive:post-build] copying 2 paths...
2692.83 s
[case-insensitive:post-build] copying path '/nix/store/5hqv885bn6lmw0gnycpdxly0nmr6gjqg-case-insensitive-1.2.1.0-doc' to 'https://cache.nix-ci.com'...
2693.26 s
[case-insensitive:post-build] copying path '/nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0' to 'https://cache.nix-ci.com'...
2695.12 s
[case-insensitive:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2695.65 s
[case-insensitive:post-build] copying 1 paths...
2695.65 s
[case-insensitive:post-build] copying path '/nix/store/p3nn7g9783049f1vkrkgf5l9jxd04ghf-case-insensitive-1.2.1.0.drv' to 'https://cache.nix-ci.com'...
2696.25 s
Uploaded case-insensitive in 5.1s
2696.25 s
Progress: 139 of 212 built (13 building), 298 of 298 downloaded from cache
2696.25 s
Built case-insensitive in 2m19s
2696.25 s
[constraints] lcmDistributesOverGcd (src/Data/Constraint/Nat.hs:360)
2696.25 s
[constraints] minIsIdempotent (src/Data/Constraint/Nat.hs:297)
2696.25 s
[constraints] maxIsIdempotent (src/Data/Constraint/Nat.hs:300)
2696.25 s
[constraints] lcmIsIdempotent (src/Data/Constraint/Nat.hs:306)
2696.25 s
[constraints] gcdIsIdempotent (src/Data/Constraint/Nat.hs:303)
2696.25 s
[constraints] plusIsCancellative (src/Data/Constraint/Nat.hs:351)
2696.25 s
[constraints] timesIsCancellative (src/Data/Constraint/Nat.hs:354)
2696.25 s
[constraints] dividesPlus (src/Data/Constraint/Nat.hs:363)
2696.25 s
[constraints] dividesTimes (src/Data/Constraint/Nat.hs:366)
2696.25 s
[constraints] dividesMin (src/Data/Constraint/Nat.hs:369)
2696.25 s
[constraints] dividesMax (src/Data/Constraint/Nat.hs:372)
2696.25 s
[constraints] dividesPow (src/Data/Constraint/Nat.hs:381)
2696.25 s
[constraints] dividesGcd (src/Data/Constraint/Nat.hs:101)
2696.25 s
[constraints] dividesLcm (src/Data/Constraint/Nat.hs:104)
2696.25 s
[constraints] plusMonotone1 (src/Data/Constraint/Nat.hs:213)
2696.25 s
[constraints] plusMonotone2 (src/Data/Constraint/Nat.hs:216)
2696.25 s
[constraints] timesMonotone1 (src/Data/Constraint/Nat.hs:231)
2696.25 s
[constraints] timesMonotone2 (src/Data/Constraint/Nat.hs:234)
2696.25 s
[constraints] powMonotone1 (src/Data/Constraint/Nat.hs:219)
2696.25 s
[constraints] powMonotone2 (src/Data/Constraint/Nat.hs:222)
2696.25 s
[constraints] minMonotone1 (src/Data/Constraint/Nat.hs:237)
2696.25 s
[constraints] minMonotone2 (src/Data/Constraint/Nat.hs:240)
2696.25 s
[constraints] maxMonotone1 (src/Data/Constraint/Nat.hs:243)
2696.25 s
[constraints] maxMonotone2 (src/Data/Constraint/Nat.hs:246)
2696.25 s
[constraints] divMonotone1 (src/Data/Constraint/Nat.hs:225)
2696.25 s
[constraints] divMonotone2 (src/Data/Constraint/Nat.hs:228)
2696.25 s
[constraints] euclideanNat (src/Data/Constraint/Nat.hs:264)
2696.25 s
[constraints] plusMod (src/Data/Constraint/Nat.hs:252)
2696.25 s
[constraints] timesMod (src/Data/Constraint/Nat.hs:255)
2696.25 s
[constraints] modBound (src/Data/Constraint/Nat.hs:258)
2696.25 s
[constraints] log2Pow (src/Data/Constraint/Nat.hs:261)
2696.25 s
[constraints] dividesDef (src/Data/Constraint/Nat.hs:378)
2696.26 s
[constraints] timesDiv (src/Data/Constraint/Nat.hs:384)
2696.26 s
[constraints] eqLe (src/Data/Constraint/Nat.hs:98)
2696.26 s
[constraints] leEq (src/Data/Constraint/Nat.hs:392)
2696.26 s
[constraints] leId (src/Data/Constraint/Nat.hs:389)
2696.26 s
[constraints] leTrans (src/Data/Constraint/Nat.hs:395)
2696.26 s
[constraints] leZero (src/Data/Constraint/Nat.hs:194)
2696.26 s
[constraints] zeroLe (src/Data/Constraint/Nat.hs:197)
2696.26 s
[constraints] plusMinusInverse1 (src/Data/Constraint/Nat.hs:204)
2696.26 s
[constraints] plusMinusInverse2 (src/Data/Constraint/Nat.hs:207)
2696.26 s
[constraints] plusMinusInverse3 (src/Data/Constraint/Nat.hs:210)
2696.26 s
[constraints] 12% ( 3 / 24) in 'Data.Constraint.Symbol'
2696.26 s
[constraints] Missing documentation for:
2696.26 s
[constraints] Take (src/Data/Constraint/Symbol.hs:53)
2696.26 s
[constraints] Drop (src/Data/Constraint/Symbol.hs:54)
2696.26 s
[constraints] Length (src/Data/Constraint/Symbol.hs:55)
2696.26 s
[constraints] appendSymbol (src/Data/Constraint/Symbol.hs:86)
2696.26 s
[constraints] appendUnit1 (src/Data/Constraint/Symbol.hs:89)
2696.26 s
[constraints] appendUnit2 (src/Data/Constraint/Symbol.hs:92)
2696.26 s
[constraints] appendAssociates (src/Data/Constraint/Symbol.hs:95)
2696.26 s
[constraints] takeSymbol (src/Data/Constraint/Symbol.hs:98)
2696.26 s
[constraints] dropSymbol (src/Data/Constraint/Symbol.hs:101)
2696.26 s
[constraints] takeAppendDrop (src/Data/Constraint/Symbol.hs:104)
2696.26 s
[constraints] lengthSymbol (src/Data/Constraint/Symbol.hs:107)
2696.26 s
[constraints] takeLength (src/Data/Constraint/Symbol.hs:110)
2696.26 s
[constraints] take0 (src/Data/Constraint/Symbol.hs:113)
2696.26 s
[constraints] takeEmpty (src/Data/Constraint/Symbol.hs:116)
2696.26 s
[constraints] dropLength (src/Data/Constraint/Symbol.hs:119)
2696.26 s
[constraints] drop0 (src/Data/Constraint/Symbol.hs:122)
2696.26 s
[constraints] dropEmpty (src/Data/Constraint/Symbol.hs:125)
2696.26 s
[constraints] lengthTake (src/Data/Constraint/Symbol.hs:128)
2696.26 s
[constraints] lengthDrop (src/Data/Constraint/Symbol.hs:131)
2696.26 s
[constraints] dropDrop (src/Data/Constraint/Symbol.hs:134)
2696.26 s
[constraints] takeTake (src/Data/Constraint/Symbol.hs:137)
2696.26 s
[constraints] 60% ( 3 / 5) in 'Data.Constraint.Char'
2696.26 s
[constraints] Missing documentation for:
2696.26 s
[constraints] charToNat (src/Data/Constraint/Char.hs:54)
2696.26 s
[constraints] natToChar (src/Data/Constraint/Char.hs:59)
2696.26 s
[constraints] Warning: Data.Constraint.Forall: could not find link destinations for:
2696.26 s
[constraints] - Data.Constraint.Forall.ForallV'
2696.26 s
[constraints] - Data.Constraint.Forall.Q
2696.26 s
[constraints] - Data.Constraint.Forall.ComposeC
2696.26 s
[constraints] Documentation created: dist/doc/html/constraints/index.html,
2696.26 s
[constraints] dist/doc/html/constraints/constraints.txt
2696.26 s
[constraints] Preprocessing test suite 'spec' for constraints-0.14.2..
2696.26 s
[constraints] Phase: installPhase
2696.26 s
[constraints] Installing library in /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
2696.26 s
[constraints] Phase: fixupPhase
2696.26 s
[crypton] [ 83 of 139] Compiling Crypto.Number.Serialize.Internal ( Crypto/Number/Serialize/Internal.hs, dist/build/Crypto/Number/Serialize/Internal.p_o )
2696.26 s
[crypton] [ 84 of 139] Compiling Crypto.Number.Serialize ( Crypto/Number/Serialize.hs, dist/build/Crypto/Number/Serialize.p_o )
2696.26 s
[crypton] [ 85 of 139] Compiling Crypto.Number.Serialize.Internal.LE ( Crypto/Number/Serialize/Internal/LE.hs, dist/build/Crypto/Number/Serialize/Internal/LE.p_o )
2696.26 s
[crypton] [ 86 of 139] Compiling Crypto.Number.Serialize.LE ( Crypto/Number/Serialize/LE.hs, dist/build/Crypto/Number/Serialize/LE.p_o )
2696.26 s
[crypton] [ 87 of 139] Compiling Crypto.OTP ( Crypto/OTP.hs, dist/build/Crypto/OTP.p_o )
2696.26 s
[crypton] [ 88 of 139] Compiling Crypto.PubKey.ECC.Types ( Crypto/PubKey/ECC/Types.hs, dist/build/Crypto/PubKey/ECC/Types.p_o )
2696.26 s
[crypton] [ 89 of 139] Compiling Crypto.PubKey.Internal ( Crypto/PubKey/Internal.hs, dist/build/Crypto/PubKey/Internal.p_o )
2696.26 s
[crypton] [ 90 of 139] Compiling Crypto.PubKey.MaskGenFunction ( Crypto/PubKey/MaskGenFunction.hs, dist/build/Crypto/PubKey/MaskGenFunction.p_o )
2696.26 s
[crypton] [ 91 of 139] Compiling Crypto.PubKey.RSA.Types ( Crypto/PubKey/RSA/Types.hs, dist/build/Crypto/PubKey/RSA/Types.p_o )
2696.26 s
[crypton] [ 92 of 139] Compiling Crypto.PubKey.RSA.Prim ( Crypto/PubKey/RSA/Prim.hs, dist/build/Crypto/PubKey/RSA/Prim.p_o )
2696.26 s
[crypton] [ 93 of 139] Compiling Crypto.Random.Entropy.Source ( Crypto/Random/Entropy/Source.hs, dist/build/Crypto/Random/Entropy/Source.p_o )
2696.26 s
[crypton] [ 94 of 139] Compiling Crypto.Random.Entropy.RDRand ( Crypto/Random/Entropy/RDRand.hs, dist/build/Crypto/Random/Entropy/RDRand.p_o )
2696.26 s
[crypton] [ 95 of 139] Compiling Crypto.Random.Entropy.Unix ( Crypto/Random/Entropy/Unix.hs, dist/build/Crypto/Random/Entropy/Unix.p_o )
2696.26 s
[crypton] [ 96 of 139] Compiling Crypto.Random.Entropy.Backend ( Crypto/Random/Entropy/Backend.hs, dist/build/Crypto/Random/Entropy/Backend.p_o )
2696.26 s
[crypton] [ 97 of 139] Compiling Crypto.Random.Entropy.Unsafe ( Crypto/Random/Entropy/Unsafe.hs, dist/build/Crypto/Random/Entropy/Unsafe.p_o )
2696.26 s
[crypton] [ 98 of 139] Compiling Crypto.Random.Entropy ( Crypto/Random/Entropy.hs, dist/build/Crypto/Random/Entropy.p_o )
2696.26 s
[crypton] [ 99 of 139] Compiling Crypto.Random.EntropyPool ( Crypto/Random/EntropyPool.hs, dist/build/Crypto/Random/EntropyPool.p_o )
2696.26 s
[crypton] [100 of 139] Compiling Crypto.Random.Types ( Crypto/Random/Types.hs, dist/build/Crypto/Random/Types.p_o )
2696.26 s
[crypton] [101 of 139] Compiling Crypto.Random.SystemDRG ( Crypto/Random/SystemDRG.hs, dist/build/Crypto/Random/SystemDRG.p_o )
2696.26 s
[crypton] [102 of 139] Compiling Crypto.Random.HmacDRG ( Crypto/Random/HmacDRG.hs, dist/build/Crypto/Random/HmacDRG.p_o )
2696.26 s
[crypton] [103 of 139] Compiling Crypto.Random.ChaChaDRG ( Crypto/Random/ChaChaDRG.hs, dist/build/Crypto/Random/ChaChaDRG.p_o )
2696.26 s
[crypton] [104 of 139] Compiling Crypto.Random ( Crypto/Random.hs, dist/build/Crypto/Random.p_o )
2696.26 s
[crypton] [105 of 139] Compiling Crypto.Random.Probabilistic ( Crypto/Random/Probabilistic.hs, dist/build/Crypto/Random/Probabilistic.p_o )
2696.26 s
[crypton] [106 of 139] Compiling Crypto.PubKey.Ed448 ( Crypto/PubKey/Ed448.hs, dist/build/Crypto/PubKey/Ed448.p_o )
2696.26 s
[crypton] [107 of 139] Compiling Crypto.PubKey.Ed25519 ( Crypto/PubKey/Ed25519.hs, dist/build/Crypto/PubKey/Ed25519.p_o )
2696.26 s
[crypton] [108 of 139] Compiling Crypto.PubKey.ECC.P256 ( Crypto/PubKey/ECC/P256.hs, dist/build/Crypto/PubKey/ECC/P256.p_o )
2696.26 s
[crypton] [109 of 139] Compiling Crypto.PubKey.Curve448 ( Crypto/PubKey/Curve448.hs, dist/build/Crypto/PubKey/Curve448.p_o )
2696.26 s
[crypton] [110 of 139] Compiling Crypto.PubKey.Curve25519 ( Crypto/PubKey/Curve25519.hs, dist/build/Crypto/PubKey/Curve25519.p_o )
2696.26 s
[crypton] [111 of 139] Compiling Crypto.KDF.BCrypt ( Crypto/KDF/BCrypt.hs, dist/build/Crypto/KDF/BCrypt.p_o )
2696.26 s
[crypton] [112 of 139] Compiling Crypto.ECC.Edwards25519 ( Crypto/ECC/Edwards25519.hs, dist/build/Crypto/ECC/Edwards25519.p_o )
2696.26 s
[crypton] [113 of 139] Compiling Crypto.Cipher.AESGCMSIV ( Crypto/Cipher/AESGCMSIV.hs, dist/build/Crypto/Cipher/AESGCMSIV.p_o )
2696.26 s
[crypton] [114 of 139] Compiling Crypto.Number.Generate ( Crypto/Number/Generate.hs, dist/build/Crypto/Number/Generate.p_o )
2696.26 s
[crypton] [115 of 139] Compiling Crypto.PubKey.ECC.Prim ( Crypto/PubKey/ECC/Prim.hs, dist/build/Crypto/PubKey/ECC/Prim.p_o )
2696.26 s
[crypton] [116 of 139] Compiling Crypto.PubKey.ECC.ECDSA ( Crypto/PubKey/ECC/ECDSA.hs, dist/build/Crypto/PubKey/ECC/ECDSA.p_o )
2696.26 s
[data-fix] Phase: setupCompilerEnvironmentPhase
2696.26 s
[data-fix] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2696.26 s
[data-fix] Phase: unpackPhase
2696.26 s
[data-fix] unpacking source archive /nix/store/8d6jv94g6pjxgcr1il58v4zdq79dm1qd-data-fix-0.3.4.tar.gz
2696.26 s
[data-fix] source root is data-fix-0.3.4
2696.26 s
[data-fix] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "data-fix-0.3.4/src/Data/Fix.hs"
2696.26 s
[data-fix] Phase: patchPhase
2696.26 s
[data-fix] Replace Cabal file with edited version from mirror://hackage/data-fix-0.3.4/revision/1.cabal.
2696.26 s
[data-fix] Phase: compileBuildDriverPhase
2696.26 s
[data-fix] setupCompileFlags: -package-db=/build/tmp.M54hdoE8IW/setup-package.conf.d -threaded
2696.26 s
[data-fix] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.M54hdoE8IW/Main.o )
2696.26 s
[data-fix] [2 of 2] Linking Setup
2696.26 s
[data-fix] Phase: updateAutotoolsGnuConfigScriptsPhase
2696.26 s
[data-fix] Phase: configurePhase
2696.26 s
[data-fix] configureFlags: --verbose --prefix=/nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/pd2i5gqzsy31r7v9g924fab92sd9n0z2-data-fix-0.3.4-doc/share/doc/data-fix-0.3.4 --with-gcc=gcc --package-db=/build/tmp.M54hdoE8IW/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2696.26 s
[data-fix] Using Parsec parser
2696.26 s
[data-fix] Configuring data-fix-0.3.4...
2696.26 s
[data-fix] Dependency base >=4.12.0.0 && <4.22: using base-4.18.2.0
2696.26 s
[data-fix] Dependency deepseq >=1.4.4.0 && <1.6: using deepseq-1.4.8.1
2696.27 s
[data-fix] Dependency hashable >=1.4.4.0 && <1.6: using hashable-1.4.7.0
2696.27 s
[data-fix] Source component graph: component lib
2696.27 s
[data-fix] Configured component graph:
2696.27 s
[data-fix] component data-fix-0.3.4-9LlqsMiEL1rBZpB6q5xLjq
2696.27 s
[data-fix] include base-4.18.2.0
2696.27 s
[data-fix] include deepseq-1.4.8.1
2696.27 s
[data-fix] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2696.27 s
[data-fix] Linked component graph:
2696.27 s
[data-fix] unit data-fix-0.3.4-9LlqsMiEL1rBZpB6q5xLjq
2696.27 s
[data-fix] include base-4.18.2.0
2696.27 s
[data-fix] include deepseq-1.4.8.1
2696.27 s
[data-fix] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2696.27 s
[data-fix] Data.Fix=data-fix-0.3.4-9LlqsMiEL1rBZpB6q5xLjq:Data.Fix
2696.27 s
[data-fix] Ready component graph:
2696.27 s
[data-fix] definite data-fix-0.3.4-9LlqsMiEL1rBZpB6q5xLjq
2696.27 s
[data-fix] depends base-4.18.2.0
2696.27 s
[data-fix] depends deepseq-1.4.8.1
2696.27 s
[data-fix] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2696.27 s
[data-fix] Using Cabal-3.10.1.0 compiled by ghc-9.6
2696.27 s
[data-fix] Using compiler: ghc-9.6.4
2696.27 s
[data-fix] Using install prefix:
2696.27 s
[data-fix] /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4
2696.27 s
[data-fix] Executables installed in:
2696.27 s
[data-fix] /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/bin
2696.27 s
[data-fix] Libraries installed in:
2696.27 s
[data-fix] /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/data-fix-0.3.4-9LlqsMiEL1rBZpB6q5xLjq
2696.27 s
[data-fix] Dynamic Libraries installed in:
2696.27 s
[data-fix] /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2696.27 s
[data-fix] Private executables installed in:
2696.27 s
[data-fix] /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/libexec/x86_64-linux-ghc-9.6.4/data-fix-0.3.4
2696.27 s
[data-fix] Data files installed in:
2696.27 s
[data-fix] /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/share/x86_64-linux-ghc-9.6.4/data-fix-0.3.4
2696.27 s
[data-fix] Documentation installed in:
2696.27 s
[data-fix] /nix/store/pd2i5gqzsy31r7v9g924fab92sd9n0z2-data-fix-0.3.4-doc/share/doc/data-fix-0.3.4
2696.27 s
[data-fix] Configuration files installed in:
2696.91 s
[doctest:post-build] Uploading to the NixCI cache: /nix/store/3gjr00s3518v9df8zgjl83y31rx3mfc9-doctest-0.22.6-doc /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6
2697.73 s
[doctest:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2698.39 s
[doctest:post-build] copying 2 paths...
2698.39 s
[doctest:post-build] copying path '/nix/store/3gjr00s3518v9df8zgjl83y31rx3mfc9-doctest-0.22.6-doc' to 'https://cache.nix-ci.com'...
2700.46 s
[doctest:post-build] copying path '/nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6' to 'https://cache.nix-ci.com'...
2744.89 s
[doctest:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2745.25 s
[doctest:post-build] copying 1 paths...
2745.25 s
[doctest:post-build] copying path '/nix/store/m9mymrfhr77bnvmrb2cp8kcnan9fagyr-doctest-0.22.6.drv' to 'https://cache.nix-ci.com'...
2745.75 s
Uploaded doctest in 48.9s
2745.77 s
Progress: 140 of 213 built (12 building), 298 of 298 downloaded from cache
2745.77 s
Built doctest in 6m29s
2745.77 s
[genvalidity] genValid of ((Fixed * E1),(Fixed * E1)) generates only valid values [✔]
2745.77 s
[genvalidity] +++ OK, passed 50 tests.
2745.77 s
[genvalidity] shrinkValid of ((Fixed * E1),(Fixed * E1)) shrinks to only valid values [✔]
2745.77 s
[genvalidity] +++ OK, passed 10 tests.
2745.77 s
[genvalidity] shrinkValid of ((Fixed * E1),(Fixed * E1)) only produces values that do not crash while validating [✔]
2745.77 s
[genvalidity] +++ OK, passed 10 tests.
2745.77 s
[genvalidity] shrinkValid of ((Fixed * E1),(Fixed * E1)) does not shrink to itself [✔]
2745.77 s
[genvalidity] +++ OK, passed 10 tests.
2745.77 s
[genvalidity] genValid of Fixed * E2 generates only valid values [✔]
2745.77 s
[genvalidity] +++ OK, passed 100 tests.
2745.77 s
[genvalidity] shrinkValid of Fixed * E2 shrinks to only valid values [✔]
2745.77 s
[genvalidity] +++ OK, passed 20 tests.
2745.77 s
[genvalidity] shrinkValid of Fixed * E2 only produces values that do not crash while validating [✔]
2745.77 s
[genvalidity] +++ OK, passed 20 tests.
2745.77 s
[genvalidity] shrinkValid of Fixed * E2 does not shrink to itself [✔]
2745.77 s
[genvalidity] +++ OK, passed 20 tests.
2745.77 s
[genvalidity] genValid of ((Fixed * E2),(Fixed * E2)) generates only valid values [✔]
2745.77 s
[genvalidity] +++ OK, passed 50 tests.
2745.77 s
[genvalidity] shrinkValid of ((Fixed * E2),(Fixed * E2)) shrinks to only valid values [✔]
2745.78 s
[genvalidity] +++ OK, passed 10 tests.
2745.78 s
[genvalidity] shrinkValid of ((Fixed * E2),(Fixed * E2)) only produces values that do not crash while validating [✔]
2745.78 s
[genvalidity] +++ OK, passed 10 tests.
2745.78 s
[genvalidity] shrinkValid of ((Fixed * E2),(Fixed * E2)) does not shrink to itself [✔]
2745.78 s
[genvalidity] +++ OK, passed 10 tests.
2745.78 s
[genvalidity] genValid of Fixed * E3 generates only valid values [✔]
2745.78 s
[genvalidity] +++ OK, passed 100 tests.
2745.78 s
[genvalidity] shrinkValid of Fixed * E3 shrinks to only valid values [✔]
2745.78 s
[genvalidity] +++ OK, passed 20 tests.
2745.78 s
[genvalidity] shrinkValid of Fixed * E3 only produces values that do not crash while validating [✔]
2745.78 s
[genvalidity] +++ OK, passed 20 tests.
2745.78 s
[genvalidity] shrinkValid of Fixed * E3 does not shrink to itself [✔]
2745.78 s
[genvalidity] +++ OK, passed 20 tests.
2745.78 s
[genvalidity] genValid of ((Fixed * E3),(Fixed * E3)) generates only valid values [✔]
2745.78 s
[genvalidity] +++ OK, passed 50 tests.
2745.78 s
[genvalidity] shrinkValid of ((Fixed * E3),(Fixed * E3)) shrinks to only valid values [✔]
2745.78 s
[genvalidity] +++ OK, passed 10 tests.
2745.78 s
[genvalidity] shrinkValid of ((Fixed * E3),(Fixed * E3)) only produces values that do not crash while validating [✔]
2745.78 s
[genvalidity] +++ OK, passed 10 tests.
2745.78 s
[genvalidity] shrinkValid of ((Fixed * E3),(Fixed * E3)) does not shrink to itself [✔]
2745.78 s
[genvalidity] +++ OK, passed 10 tests.
2745.78 s
[genvalidity] genValid of Fixed * E6 generates only valid values [✔]
2745.78 s
[genvalidity] +++ OK, passed 100 tests.
2745.78 s
[genvalidity] shrinkValid of Fixed * E6 shrinks to only valid values [✔]
2745.78 s
[genvalidity] +++ OK, passed 20 tests.
2745.78 s
[genvalidity] shrinkValid of Fixed * E6 only produces values that do not crash while validating [✔]
2745.78 s
[genvalidity] +++ OK, passed 20 tests.
2745.78 s
[genvalidity] shrinkValid of Fixed * E6 does not shrink to itself [✔]
2745.78 s
[genvalidity] +++ OK, passed 20 tests.
2745.78 s
[genvalidity] genValid of ((Fixed * E6),(Fixed * E6)) generates only valid values [✔]
2745.78 s
[genvalidity] +++ OK, passed 50 tests.
2745.78 s
[genvalidity] shrinkValid of ((Fixed * E6),(Fixed * E6)) shrinks to only valid values [✔]
2745.79 s
[genvalidity] +++ OK, passed 10 tests.
2745.79 s
[genvalidity] shrinkValid of ((Fixed * E6),(Fixed * E6)) only produces values that do not crash while validating [✔]
2745.79 s
[genvalidity] +++ OK, passed 10 tests.
2745.79 s
[genvalidity] shrinkValid of ((Fixed * E6),(Fixed * E6)) does not shrink to itself [✔]
2745.79 s
[genvalidity] +++ OK, passed 10 tests.
2745.79 s
[genvalidity] genValid of Fixed * E9 generates only valid values [✔]
2745.79 s
[genvalidity] +++ OK, passed 100 tests.
2745.79 s
[genvalidity] shrinkValid of Fixed * E9 shrinks to only valid values [✔]
2745.79 s
[genvalidity] +++ OK, passed 20 tests.
2745.79 s
[genvalidity] shrinkValid of Fixed * E9 only produces values that do not crash while validating [✔]
2745.79 s
[genvalidity] +++ OK, passed 20 tests.
2745.79 s
[genvalidity] shrinkValid of Fixed * E9 does not shrink to itself [✔]
2745.79 s
[genvalidity] +++ OK, passed 20 tests.
2745.79 s
[genvalidity] genValid of ((Fixed * E9),(Fixed * E9)) generates only valid values [✔]
2745.79 s
[genvalidity] +++ OK, passed 50 tests.
2745.79 s
[genvalidity] shrinkValid of ((Fixed * E9),(Fixed * E9)) shrinks to only valid values [✔]
2745.79 s
[genvalidity] +++ OK, passed 10 tests.
2745.79 s
[genvalidity] shrinkValid of ((Fixed * E9),(Fixed * E9)) only produces values that do not crash while validating [✔]
2745.79 s
[genvalidity] +++ OK, passed 10 tests.
2745.79 s
[genvalidity] shrinkValid of ((Fixed * E9),(Fixed * E9)) does not shrink to itself [✔]
2745.79 s
[genvalidity] +++ OK, passed 10 tests.
2745.79 s
[genvalidity] genValid of Fixed * E12 generates only valid values [✔]
2745.79 s
[genvalidity] +++ OK, passed 100 tests.
2745.79 s
[genvalidity] shrinkValid of Fixed * E12 shrinks to only valid values [✔]
2745.79 s
[genvalidity] +++ OK, passed 20 tests.
2745.79 s
[genvalidity] shrinkValid of Fixed * E12 only produces values that do not crash while validating [✔]
2745.79 s
[genvalidity] +++ OK, passed 20 tests.
2745.79 s
[text-short] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2745.79 s
[text-short] No jhc found
2745.79 s
[text-short] Using ld found on system at:
2745.79 s
[text-short] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2745.79 s
[text-short] No pkg-config found
2745.79 s
[text-short] Using runghc version 9.6.4 found on system at:
2745.79 s
[text-short] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2745.79 s
[text-short] Using strip version 2.44 found on system at:
2745.79 s
[text-short] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2745.79 s
[text-short] Using tar found on system at:
2745.79 s
[text-short] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2745.79 s
[text-short] No uhc found
2745.79 s
[text-short] Phase: buildPhase
2745.79 s
[text-short] Preprocessing library for text-short-0.1.6..
2745.79 s
[text-short] Building library for text-short-0.1.6..
2745.79 s
[text-short] [1 of 5] Compiling PrimOps ( src-ghc804/PrimOps.hs, dist/build/PrimOps.o, dist/build/PrimOps.dyn_o )
2745.80 s
[text-short] [2 of 5] Compiling Data.Text.Short.Internal ( src/Data/Text/Short/Internal.hs, dist/build/Data/Text/Short/Internal.o, dist/build/Data/Text/Short/Internal.dyn_o )
2745.80 s
[text-short] [3 of 5] Compiling Data.Text.Short.Unsafe ( src/Data/Text/Short/Unsafe.hs, dist/build/Data/Text/Short/Unsafe.o, dist/build/Data/Text/Short/Unsafe.dyn_o )
2745.80 s
[text-short] [4 of 5] Compiling Data.Text.Short ( src/Data/Text/Short.hs, dist/build/Data/Text/Short.o, dist/build/Data/Text/Short.dyn_o )
2745.80 s
[text-short] [5 of 5] Compiling Data.Text.Short.Partial ( src/Data/Text/Short/Partial.hs, dist/build/Data/Text/Short/Partial.o, dist/build/Data/Text/Short/Partial.dyn_o )
2745.80 s
[text-short] [1 of 5] Compiling PrimOps ( src-ghc804/PrimOps.hs, dist/build/PrimOps.p_o )
2745.80 s
[text-short] [2 of 5] Compiling Data.Text.Short.Internal ( src/Data/Text/Short/Internal.hs, dist/build/Data/Text/Short/Internal.p_o )
2745.80 s
[text-short] [3 of 5] Compiling Data.Text.Short.Unsafe ( src/Data/Text/Short/Unsafe.hs, dist/build/Data/Text/Short/Unsafe.p_o )
2745.80 s
[text-short] [4 of 5] Compiling Data.Text.Short ( src/Data/Text/Short.hs, dist/build/Data/Text/Short.p_o )
2745.80 s
[text-short] [5 of 5] Compiling Data.Text.Short.Partial ( src/Data/Text/Short/Partial.hs, dist/build/Data/Text/Short/Partial.p_o )
2745.80 s
[text-short] Preprocessing test suite 'text-short-tests' for text-short-0.1.6..
2745.80 s
[text-short] Building test suite 'text-short-tests' for text-short-0.1.6..
2745.80 s
[text-short] [1 of 1] Compiling Main ( src-test/Tests.hs, dist/build/text-short-tests/text-short-tests-tmp/Main.o )
2745.80 s
[text-short] [2 of 2] Linking dist/build/text-short-tests/text-short-tests
2745.80 s
[text-short] buildPhase completed in 34 seconds
2745.80 s
[text-short] Phase: checkPhase
2745.80 s
[text-short] Running 1 test suites...
2745.80 s
[text-short] Test suite text-short-tests: RUNNING...
2745.80 s
[text-short] Tests
2745.80 s
[text-short] Unit-tests
2745.80 s
[text-short] fromText mempty: OK
2745.80 s
[text-short] fromShortByteString [0xc0,0x80]: OK
2745.80 s
[text-short] fromByteString [0xc0,0x80]: OK
2745.80 s
[text-short] fromByteString [0xf0,0x90,0x80,0x80]: OK
2745.80 s
[text-short] fromByteString [0xf4,0x90,0x80,0x80]: OK
2745.80 s
[text-short] IsString U+D800: OK
2745.80 s
[text-short] Binary.encode: OK
2745.80 s
[text-short] Binary.decode: OK
2745.80 s
[text-short] singleton: OK (0.04s)
2745.80 s
[text-short] splitAtEnd: OK
2745.80 s
[text-short] split#1: OK
2745.80 s
[text-short] split#2: OK
2745.80 s
[text-short] split#3: OK
2745.80 s
[text-short] split#4: OK
2745.80 s
[text-short] literal0: OK
2745.80 s
[text-short] literal1: OK
2745.80 s
[text-short] literal2: OK
2745.80 s
[text-short] literal3: OK
2745.80 s
[text-short] literal4: OK
2745.80 s
[text-short] literal5: OK
2745.80 s
[text-short] literal6: OK
2745.80 s
[text-short] literal7: OK
2745.80 s
[text-short] literal8: OK
2745.80 s
[text-short] literal9: OK
2745.80 s
[text-short] literal10: OK
2745.80 s
[text-short] literal12: OK
2745.80 s
[text-short] TH.Lift: OK
2745.80 s
[text-short] TTH.Lift: OK
2745.80 s
[text-short] Properties
2745.80 s
[text-short] length/fromText: OK (0.88s)
2745.80 s
[text-short] +++ OK, passed 50000 tests.
2745.80 s
[text-short] length/fromString: OK (1.13s)
2745.80 s
[text-short] +++ OK, passed 50000 tests.
2745.80 s
[text-short] length/append: OK (1.57s)
2745.80 s
[text-short] +++ OK, passed 50000 tests.
2745.80 s
[text-short] compare: OK (1.40s)
2745.81 s
[text-short] +++ OK, passed 50000 tests.
2745.81 s
[th-orphans] [1 of 2] Compiling Language.Haskell.TH.Instances.Internal ( src/Language/Haskell/TH/Instances/Internal.hs, dist/build/Language/Haskell/TH/Instances/Internal.o, dist/build/Language/Haskell/TH/Instances/Internal.dyn_o )
2745.81 s
[th-orphans] [2 of 2] Compiling Language.Haskell.TH.Instances ( src/Language/Haskell/TH/Instances.hs, dist/build/Language/Haskell/TH/Instances.o, dist/build/Language/Haskell/TH/Instances.dyn_o )
2745.81 s
[th-orphans] [1 of 2] Compiling Language.Haskell.TH.Instances.Internal ( src/Language/Haskell/TH/Instances/Internal.hs, dist/build/Language/Haskell/TH/Instances/Internal.p_o )
2745.81 s
[th-orphans] [2 of 2] Compiling Language.Haskell.TH.Instances ( src/Language/Haskell/TH/Instances.hs, dist/build/Language/Haskell/TH/Instances.p_o )
2745.81 s
[th-orphans] Preprocessing test suite 'test' for th-orphans-0.13.16..
2745.81 s
[th-orphans] Building test suite 'test' for th-orphans-0.13.16..
2745.81 s
[th-orphans] [1 of 2] Compiling TestUtil ( test/TestUtil.hs, dist/build/test/test-tmp/TestUtil.o, dist/build/test/test-tmp/TestUtil.dyn_o )
2745.81 s
[th-orphans] [2 of 2] Compiling Main ( test/Spec.hs, dist/build/test/test-tmp/Main.o )
2745.81 s
[th-orphans] [3 of 3] Linking dist/build/test/test
2745.81 s
[th-orphans] buildPhase completed in 42 seconds
2745.81 s
[th-orphans] Phase: checkPhase
2745.81 s
[th-orphans] Running 1 test suites...
2745.81 s
[th-orphans] Test suite test: RUNNING...
2745.81 s
[th-orphans]
2745.81 s
[th-orphans] Doesn't infinite loop when comparing types [✔]
2745.81 s
[th-orphans] Compares types correctly [✔]
2745.81 s
[th-orphans] Lifts bytes [✔]
2745.81 s
[th-orphans]
2745.81 s
[th-orphans] Finished in 0.0934 seconds
2745.81 s
[th-orphans] 3 examples, 0 failures
2745.81 s
[th-orphans] Test suite test: PASS
2745.81 s
[th-orphans] Test suite logged to: dist/test/th-orphans-0.13.16-test.log
2745.81 s
[th-orphans] 1 of 1 test suites (1 of 1 test cases) passed.
2745.81 s
[th-orphans] Phase: haddockPhase
2745.81 s
[th-orphans] Preprocessing library for th-orphans-0.13.16..
2745.81 s
[th-orphans] Running Haddock on library for th-orphans-0.13.16..
2745.81 s
[th-orphans] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2745.81 s
[these] [3 of 3] Compiling Data.These.Combinators ( src/Data/These/Combinators.hs, dist/build/Data/These/Combinators.p_o )
2745.81 s
[these] Phase: checkPhase
2745.81 s
[these] Package has no test suites.
2745.81 s
[these] Phase: haddockPhase
2745.81 s
[these] Preprocessing library for these-1.2.1..
2745.81 s
[these] Running Haddock on library for these-1.2.1..
2745.81 s
[these] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2745.81 s
[these] 0% ( 0 / 2) in 'Data.Functor.These'
2745.81 s
[these] Missing documentation for:
2745.81 s
[these] Module header
2745.81 s
[these] These1 (src/Data/Functor/These.hs:38)
2745.81 s
[these] Warning: 'Maybe' is out of scope.
2745.81 s
[these] If you qualify the identifier, haddock can try to link it anyway.
2745.81 s
[these] Warning: 'here' is out of scope.
2745.81 s
[these] If you qualify the identifier, haddock can try to link it anyway.
2745.81 s
[these] Warning: 'there' is out of scope.
2745.81 s
[these] If you qualify the identifier, haddock can try to link it anyway.
2745.81 s
[these] 76% ( 13 / 17) in 'Data.These'
2745.81 s
[these] Missing documentation for:
2745.81 s
[these] distrThesePair (src/Data/These.hs:157)
2745.81 s
[these] undistrThesePair (src/Data/These.hs:162)
2745.81 s
[these] distrPairThese (src/Data/These.hs:174)
2745.81 s
[these] undistrPairThese (src/Data/These.hs:179)
2745.81 s
[these] Warning: 'Bifunctor' is out of scope.
2745.81 s
[these] If you qualify the identifier, haddock can try to link it anyway.
2745.81 s
[these] Warning: 'here' is out of scope.
2745.81 s
[these] If you qualify the identifier, haddock can try to link it anyway.
2745.81 s
[these] Warning: 'there' is out of scope.
2745.81 s
[these] If you qualify the identifier, haddock can try to link it anyway.
2745.81 s
[these] Warning: 'Bitraversable' is out of scope.
2745.81 s
[these] If you qualify the identifier, haddock can try to link it anyway.
2745.81 s
[these] Warning: 'id' is out of scope.
2745.81 s
[these] If you qualify the identifier, haddock can try to link it anyway.
2745.81 s
[these] Warning: '_This' is out of scope.
2745.81 s
[these] If you qualify the identifier, haddock can try to link it anyway.
2745.81 s
[these] Warning: '_That' is out of scope.
2745.81 s
[these] If you qualify the identifier, haddock can try to link it anyway.
2745.81 s
[these] Warning: '_These' is out of scope.
2745.81 s
[these] If you qualify the identifier, haddock can try to link it anyway.
2745.82 s
[these] 78% ( 30 / 38) in 'Data.These.Combinators'
2745.82 s
[these] Missing documentation for:
2745.82 s
[these] justThis (src/Data/These/Combinators.hs:182)
2745.82 s
[these] justThat (src/Data/These/Combinators.hs:186)
2745.82 s
[these] justThese (src/Data/These/Combinators.hs:190)
2745.82 s
[these] catHere (src/Data/These/Combinators.hs:210)
2745.82 s
[these] catThere (src/Data/These/Combinators.hs:213)
2745.82 s
[these] mapThis (src/Data/These/Combinators.hs:241)
2745.82 s
[these] mapThat (src/Data/These/Combinators.hs:245)
2745.82 s
[these] mapThese (src/Data/These/Combinators.hs:249)
2745.82 s
[these] Documentation created: dist/doc/html/these/index.html,
2745.82 s
[these] dist/doc/html/these/these.txt
2745.82 s
[these] Phase: installPhase
2745.82 s
[these] Installing library in /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
2745.82 s
[these] Phase: fixupPhase
2745.82 s
[these] shrinking RPATHs of ELF executables and libraries in /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1
2745.82 s
[these] shrinking /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSthese-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9-ghc9.6.4.so
2745.82 s
[these] checking for references to /build/ in /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1...
2745.82 s
[these] patching script interpreter paths in /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1
2745.82 s
[these] stripping (with command strip and flags -S -p) in /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/lib
2745.82 s
[these] shrinking RPATHs of ELF executables and libraries in /nix/store/0rpvx8zdvnpqasxmy7l95qbl6zksvid4-these-1.2.1-doc
2745.82 s
[these] checking for references to /build/ in /nix/store/0rpvx8zdvnpqasxmy7l95qbl6zksvid4-these-1.2.1-doc...
2745.82 s
[these] patching script interpreter paths in /nix/store/0rpvx8zdvnpqasxmy7l95qbl6zksvid4-these-1.2.1-doc
2745.82 s
[time-compat] Phase: setupCompilerEnvironmentPhase
2745.82 s
[time-compat] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2745.82 s
[uuid-types] Phase: setupCompilerEnvironmentPhase
2745.82 s
[uuid-types] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2746.02 s
Building /nix/store/cryv4k07pv351y30ki8q5399q1ny6axd-asn1-encoding-0.9.6.drv
2746.19 s
Building /nix/store/by1ch6m1r5mv1xg8f6slwpv1h1hwr1dj-vector-0.13.2.0.drv
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.19 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.20 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.21 s
[async] async_cancel: [OK]
2746.22 s
[async] async_cancel: [OK]
2746.22 s
[async] async_cancel: [OK]
2746.22 s
[async] async_cancel: [OK]
2746.22 s
[async] async_cancel: [OK]
2746.22 s
[async] async_cancel: [OK]
2746.22 s
[async] async_cancel: [OK]
2746.22 s
[async] async_cancel: [OK]
2746.22 s
[async] async_cancel: [OK]
2746.22 s
[async] async_cancel: [OK]
2746.22 s
[async] async_cancel: [OK]
2746.22 s
[async] async_cancel: [OK]
2746.22 s
[async] async_cancel: [OK]
2746.22 s
[async] async_cancel: [OK]
2746.22 s
[barbies] Phase: setupCompilerEnvironmentPhase
2746.22 s
[barbies] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2746.22 s
[barbies] Phase: unpackPhase
2746.22 s
[barbies] unpacking source archive /nix/store/h95z7v6r0ic5fspf4rjlk5g8am9n3wi9-barbies-2.1.1.0.tar.gz
2746.22 s
[barbies] source root is barbies-2.1.1.0
2746.22 s
[barbies] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "barbies-2.1.1.0/test/TestBiBarbies.hs"
2746.22 s
[barbies] Phase: patchPhase
2746.22 s
[barbies] Phase: compileBuildDriverPhase
2746.22 s
[barbies] setupCompileFlags: -package-db=/build/tmp.4wW6wmT4tA/setup-package.conf.d -threaded
2746.22 s
[barbies] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.4wW6wmT4tA/Main.o )
2746.22 s
[barbies] [2 of 2] Linking Setup
2746.22 s
[barbies] Phase: updateAutotoolsGnuConfigScriptsPhase
2746.22 s
[barbies] Phase: configurePhase
2746.22 s
[barbies] configureFlags: --verbose --prefix=/nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/w8q90m80mdbqcr6y0bnrba1w34psgv1g-barbies-2.1.1.0-doc/share/doc/barbies-2.1.1.0 --with-gcc=gcc --package-db=/build/tmp.4wW6wmT4tA/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2746.22 s
[barbies] Using Parsec parser
2746.22 s
[barbies] Configuring barbies-2.1.1.0...
2746.22 s
[barbies] Dependency base >=4.11 && <5: using base-4.18.2.0
2746.22 s
[barbies] Dependency distributive: using distributive-0.6.2.1
2746.22 s
[barbies] Dependency transformers: using transformers-0.6.1.0
2746.22 s
[barbies] Dependency QuickCheck: using QuickCheck-2.14.3
2746.22 s
[barbies] Dependency barbies: using barbies-2.1.1.0
2746.22 s
[barbies] Dependency base >=4.7 && <5: using base-4.18.2.0
2746.22 s
[barbies] Dependency distributive: using distributive-0.6.2.1
2746.22 s
[barbies] Dependency tasty: using tasty-1.5.3
2746.22 s
[barbies] Dependency tasty-hunit: using tasty-hunit-0.10.2
2746.22 s
[barbies] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
2746.22 s
[barbies] Source component graph:
2746.22 s
[barbies] component lib
2746.22 s
[barbies] component test:barbies-test dependency lib
2746.22 s
[barbies] Configured component graph:
2746.22 s
[barbies] component barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
2746.22 s
[barbies] include base-4.18.2.0
2746.22 s
[barbies] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2746.22 s
[barbies] include transformers-0.6.1.0
2746.22 s
[barbies] component barbies-2.1.1.0-HRsl67PlUTVKaQxhQKWNNZ-barbies-test
2746.22 s
[barbies] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2746.22 s
[barbies] include barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
2746.22 s
[barbies] include base-4.18.2.0
2746.22 s
[barbies] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2746.22 s
[barbies] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2746.22 s
[barbies] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2746.22 s
[barbies] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2746.22 s
[barbies] Linked component graph:
2746.22 s
[barbies] unit barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
2746.22 s
[barbies] include base-4.18.2.0
2746.22 s
[barbies] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2746.22 s
[barbies] include transformers-0.6.1.0
2746.22 s
[comonad] Phase: setupCompilerEnvironmentPhase
2746.22 s
[comonad] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2746.22 s
[comonad] Phase: unpackPhase
2746.22 s
[comonad] unpacking source archive /nix/store/snhqfca9p2d2cgbilvwdcwj6p6hgljgx-comonad-5.0.9.tar.gz
2746.22 s
[comonad] source root is comonad-5.0.9
2746.22 s
[comonad] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "comonad-5.0.9/.vim.custom"
2746.22 s
[comonad] Phase: patchPhase
2746.22 s
[comonad] Replace Cabal file with edited version from mirror://hackage/comonad-5.0.9/revision/1.cabal.
2746.22 s
[comonad] Phase: compileBuildDriverPhase
2746.22 s
[comonad] setupCompileFlags: -package-db=/build/tmp.iqtzaRg0R3/setup-package.conf.d -threaded
2746.22 s
[comonad] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.iqtzaRg0R3/Main.o )
2746.22 s
[comonad] [2 of 2] Linking Setup
2746.22 s
[comonad] Phase: updateAutotoolsGnuConfigScriptsPhase
2746.22 s
[comonad] Phase: configurePhase
2746.22 s
[comonad] configureFlags: --verbose --prefix=/nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/0gyaag6s5n87j4vwamcliazadc8nnb7a-comonad-5.0.9-doc/share/doc/comonad-5.0.9 --with-gcc=gcc --package-db=/build/tmp.iqtzaRg0R3/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2746.22 s
[comonad] Using Parsec parser
2746.22 s
[comonad] Configuring comonad-5.0.9...
2746.22 s
[comonad] Flags chosen: containers=True, distributive=True, indexed-traversable=True
2746.22 s
[comonad] Dependency base >=4.9 && <5: using base-4.18.2.0
2746.22 s
[comonad] Dependency containers >=0.3 && <0.9: using containers-0.6.7
2746.22 s
[comonad] Dependency distributive >=0.5.2 && <1: using distributive-0.6.2.1
2746.22 s
[comonad] Dependency indexed-traversable >=0.1.1 && <0.2: using
2746.22 s
[comonad] indexed-traversable-0.1.4
2746.22 s
[comonad] Dependency tagged >=0.8.6.1 && <1: using tagged-0.8.8
2746.22 s
[comonad] Dependency transformers >=0.3 && <0.7: using transformers-0.6.1.0
2746.22 s
[comonad] Dependency transformers-compat >=0.5 && <1: using transformers-compat-0.7.2
2746.22 s
[comonad] Source component graph: component lib
2746.22 s
[comonad] Configured component graph:
2746.22 s
[comonad] component comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
2746.22 s
[comonad] include base-4.18.2.0
2746.22 s
[comonad] include containers-0.6.7
2746.22 s
[comonad] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2746.22 s
[comonad] include indexed-traversable-0.1.4-7v6wrTQvaPlAf96LYtS0J1
2746.22 s
[comonad] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
2746.22 s
[comonad] include transformers-0.6.1.0
2746.22 s
[comonad] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
2746.22 s
[comonad] Linked component graph:
2746.22 s
[comonad] unit comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
2746.22 s
[comonad] include base-4.18.2.0
2746.22 s
[comonad] include containers-0.6.7
2746.23 s
[comonad] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2746.23 s
[comonad] include indexed-traversable-0.1.4-7v6wrTQvaPlAf96LYtS0J1
2746.23 s
[comonad] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
2746.23 s
[comonad] include transformers-0.6.1.0
2746.23 s
[comonad] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
2746.23 s
[constraints] shrinking RPATHs of ELF executables and libraries in /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2
2746.23 s
[constraints] shrinking /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSconstraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm-ghc9.6.4.so
2746.23 s
[constraints] checking for references to /build/ in /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2...
2746.23 s
[constraints] patching script interpreter paths in /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2
2746.23 s
[constraints] stripping (with command strip and flags -S -p) in /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/lib
2746.23 s
[constraints] shrinking RPATHs of ELF executables and libraries in /nix/store/px77abh9aph73nlnj85m49zx4f2xljip-constraints-0.14.2-doc
2746.23 s
[constraints] checking for references to /build/ in /nix/store/px77abh9aph73nlnj85m49zx4f2xljip-constraints-0.14.2-doc...
2746.23 s
[constraints] patching script interpreter paths in /nix/store/px77abh9aph73nlnj85m49zx4f2xljip-constraints-0.14.2-doc
2746.23 s
[crypton] [117 of 139] Compiling Crypto.PubKey.ECC.Generate ( Crypto/PubKey/ECC/Generate.hs, dist/build/Crypto/PubKey/ECC/Generate.p_o )
2746.23 s
[crypton] [118 of 139] Compiling Crypto.PubKey.DSA ( Crypto/PubKey/DSA.hs, dist/build/Crypto/PubKey/DSA.p_o )
2746.23 s
[crypton] [119 of 139] Compiling Crypto.Number.Prime ( Crypto/Number/Prime.hs, dist/build/Crypto/Number/Prime.p_o )
2746.23 s
[crypton] [120 of 139] Compiling Crypto.PubKey.Rabin.Types ( Crypto/PubKey/Rabin/Types.hs, dist/build/Crypto/PubKey/Rabin/Types.p_o )
2746.23 s
[crypton] [121 of 139] Compiling Crypto.PubKey.Rabin.OAEP ( Crypto/PubKey/Rabin/OAEP.hs, dist/build/Crypto/PubKey/Rabin/OAEP.p_o )
2746.23 s
[crypton] [122 of 139] Compiling Crypto.PubKey.Rabin.RW ( Crypto/PubKey/Rabin/RW.hs, dist/build/Crypto/PubKey/Rabin/RW.p_o )
2746.23 s
[crypton] [123 of 139] Compiling Crypto.PubKey.Rabin.Modified ( Crypto/PubKey/Rabin/Modified.hs, dist/build/Crypto/PubKey/Rabin/Modified.p_o )
2746.23 s
[crypton] [124 of 139] Compiling Crypto.PubKey.Rabin.Basic ( Crypto/PubKey/Rabin/Basic.hs, dist/build/Crypto/PubKey/Rabin/Basic.p_o )
2746.23 s
[crypton] [125 of 139] Compiling Crypto.PubKey.RSA ( Crypto/PubKey/RSA.hs, dist/build/Crypto/PubKey/RSA.p_o )
2746.23 s
[crypton] [126 of 139] Compiling Crypto.PubKey.RSA.PSS ( Crypto/PubKey/RSA/PSS.hs, dist/build/Crypto/PubKey/RSA/PSS.p_o )
2746.23 s
[crypton] [127 of 139] Compiling Crypto.PubKey.RSA.PKCS15 ( Crypto/PubKey/RSA/PKCS15.hs, dist/build/Crypto/PubKey/RSA/PKCS15.p_o )
2746.23 s
[crypton] [128 of 139] Compiling Crypto.PubKey.RSA.OAEP ( Crypto/PubKey/RSA/OAEP.hs, dist/build/Crypto/PubKey/RSA/OAEP.p_o )
2746.23 s
[crypton] [129 of 139] Compiling Crypto.PubKey.DH ( Crypto/PubKey/DH.hs, dist/build/Crypto/PubKey/DH.p_o )
2746.23 s
[crypton] [130 of 139] Compiling Crypto.PubKey.ElGamal ( Crypto/PubKey/ElGamal.hs, dist/build/Crypto/PubKey/ElGamal.p_o )
2746.23 s
[crypton] [131 of 139] Compiling Crypto.PubKey.ECC.DH ( Crypto/PubKey/ECC/DH.hs, dist/build/Crypto/PubKey/ECC/DH.p_o )
2746.23 s
[crypton] [132 of 139] Compiling Crypto.ECC.Simple.Prim ( Crypto/ECC/Simple/Prim.hs, dist/build/Crypto/ECC/Simple/Prim.p_o )
2746.23 s
[crypton] [133 of 139] Compiling Crypto.ECC ( Crypto/ECC.hs, dist/build/Crypto/ECC.p_o )
2746.23 s
[crypton] [134 of 139] Compiling Crypto.PubKey.EdDSA ( Crypto/PubKey/EdDSA.hs, dist/build/Crypto/PubKey/EdDSA.p_o )
2746.23 s
[crypton] [135 of 139] Compiling Crypto.PubKey.ECIES ( Crypto/PubKey/ECIES.hs, dist/build/Crypto/PubKey/ECIES.p_o )
2746.23 s
[crypton] [136 of 139] Compiling Crypto.PubKey.ECDSA ( Crypto/PubKey/ECDSA.hs, dist/build/Crypto/PubKey/ECDSA.p_o )
2746.23 s
[crypton] [137 of 139] Compiling Crypto.Data.AFIS ( Crypto/Data/AFIS.hs, dist/build/Crypto/Data/AFIS.p_o )
2746.23 s
[crypton] [138 of 139] Compiling Crypto.System.CPU ( Crypto/System/CPU.hs, dist/build/Crypto/System/CPU.p_o )
2746.23 s
[crypton] [139 of 139] Compiling Crypto.Tutorial ( Crypto/Tutorial.hs, dist/build/Crypto/Tutorial.p_o )
2746.23 s
[data-fix] /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/etc
2746.23 s
[data-fix] No alex found
2746.23 s
[data-fix] Using ar found on system at:
2746.23 s
[data-fix] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2746.23 s
[data-fix] No c2hs found
2746.23 s
[data-fix] No cpphs found
2746.23 s
[data-fix] No doctest found
2746.23 s
[data-fix] Using gcc version 14.3.0 given by user at:
2746.23 s
[data-fix] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2746.23 s
[data-fix] Using ghc version 9.6.4 found on system at:
2746.23 s
[data-fix] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2746.23 s
[data-fix] Using ghc-pkg version 9.6.4 found on system at:
2746.23 s
[data-fix] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2746.23 s
[data-fix] No ghcjs found
2746.23 s
[data-fix] No ghcjs-pkg found
2746.23 s
[data-fix] No greencard found
2746.23 s
[data-fix] Using haddock version 2.29.2 found on system at:
2746.23 s
[data-fix] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2746.23 s
[data-fix] No happy found
2746.23 s
[data-fix] Using haskell-suite found on system at: haskell-suite-dummy-location
2746.23 s
[data-fix] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2746.23 s
[data-fix] No hmake found
2746.23 s
[data-fix] Using hpc version 0.68 found on system at:
2746.23 s
[data-fix] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2746.23 s
[data-fix] Using hsc2hs version 0.68.9 found on system at:
2746.23 s
[data-fix] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2746.23 s
[data-fix] Using hscolour version 1.25 found on system at:
2746.23 s
[data-fix] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2746.23 s
[data-fix] No jhc found
2746.23 s
[data-fix] Using ld found on system at:
2746.23 s
[data-fix] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2746.23 s
[data-fix] No pkg-config found
2746.23 s
[data-fix] Using runghc version 9.6.4 found on system at:
2746.23 s
[data-fix] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2746.23 s
[data-fix] Using strip version 2.44 found on system at:
2746.23 s
[data-fix] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2746.23 s
[data-fix] Using tar found on system at:
2746.23 s
[data-fix] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2746.23 s
[data-fix] No uhc found
2746.23 s
[data-fix] Phase: buildPhase
2746.23 s
[data-fix] Preprocessing library for data-fix-0.3.4..
2746.23 s
[data-fix] Building library for data-fix-0.3.4..
2746.23 s
[data-fix] [1 of 1] Compiling Data.Fix ( src/Data/Fix.hs, dist/build/Data/Fix.o, dist/build/Data/Fix.dyn_o )
2746.23 s
[data-fix] [1 of 1] Compiling Data.Fix ( src/Data/Fix.hs, dist/build/Data/Fix.p_o )
2746.23 s
[data-fix] Phase: checkPhase
2746.23 s
[data-fix] Package has no test suites.
2746.23 s
[data-fix] Phase: haddockPhase
2746.23 s
[data-fix] Preprocessing library for data-fix-0.3.4..
2746.23 s
[data-fix] Running Haddock on library for data-fix-0.3.4..
2746.23 s
[data-fix] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2746.23 s
[data-fix] Warning: 'ListF' is out of scope.
2746.23 s
[data-fix] If you qualify the identifier, haddock can try to link it anyway.
2746.23 s
[data-fix] 100% ( 36 / 36) in 'Data.Fix'
2746.23 s
[data-fix] Documentation created: dist/doc/html/data-fix/index.html,
2746.23 s
[data-fix] dist/doc/html/data-fix/data-fix.txt
2746.23 s
[data-fix] Phase: installPhase
2746.23 s
[data-fix] Installing library in /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/data-fix-0.3.4-9LlqsMiEL1rBZpB6q5xLjq
2746.23 s
[data-fix] Phase: fixupPhase
2746.24 s
[data-fix] shrinking RPATHs of ELF executables and libraries in /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4
2746.24 s
[data-fix] shrinking /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSdata-fix-0.3.4-9LlqsMiEL1rBZpB6q5xLjq-ghc9.6.4.so
2746.24 s
[data-fix] checking for references to /build/ in /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4...
2746.24 s
[data-fix] patching script interpreter paths in /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4
2746.24 s
[data-fix] stripping (with command strip and flags -S -p) in /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/lib
2746.24 s
[data-fix] shrinking RPATHs of ELF executables and libraries in /nix/store/pd2i5gqzsy31r7v9g924fab92sd9n0z2-data-fix-0.3.4-doc
2746.24 s
[data-fix] checking for references to /build/ in /nix/store/pd2i5gqzsy31r7v9g924fab92sd9n0z2-data-fix-0.3.4-doc...
2746.24 s
[data-fix] patching script interpreter paths in /nix/store/pd2i5gqzsy31r7v9g924fab92sd9n0z2-data-fix-0.3.4-doc
2746.24 s
[genvalidity] shrinkValid of Fixed * E12 does not shrink to itself [✔]
2746.24 s
[genvalidity] +++ OK, passed 20 tests.
2746.24 s
[genvalidity] genValid of ((Fixed * E12),(Fixed * E12)) generates only valid values [✔]
2746.24 s
[genvalidity] +++ OK, passed 50 tests.
2746.24 s
[genvalidity] shrinkValid of ((Fixed * E12),(Fixed * E12)) shrinks to only valid values [✔]
2746.24 s
[genvalidity] +++ OK, passed 10 tests.
2746.24 s
[genvalidity] shrinkValid of ((Fixed * E12),(Fixed * E12)) only produces values that do not crash while validating [✔]
2746.24 s
[genvalidity] +++ OK, passed 10 tests.
2746.24 s
[genvalidity] shrinkValid of ((Fixed * E12),(Fixed * E12)) does not shrink to itself [✔]
2746.24 s
[genvalidity] +++ OK, passed 10 tests.
2746.24 s
[genvalidity] genValid of Natural generates only valid values [✔]
2746.24 s
[genvalidity] +++ OK, passed 100 tests.
2746.24 s
[genvalidity] shrinkValid of Natural shrinks to only valid values [✔]
2746.24 s
[genvalidity] +++ OK, passed 20 tests.
2746.24 s
[genvalidity] shrinkValid of Natural only produces values that do not crash while validating [✔]
2746.24 s
[genvalidity] +++ OK, passed 20 tests.
2746.24 s
[genvalidity] shrinkValid of Natural does not shrink to itself [✔]
2746.24 s
[genvalidity] +++ OK, passed 20 tests.
2746.24 s
[genvalidity] genValid of (Natural,Natural) generates only valid values [✔]
2746.24 s
[genvalidity] +++ OK, passed 50 tests.
2746.24 s
[genvalidity] shrinkValid of (Natural,Natural) shrinks to only valid values [✔]
2746.24 s
[genvalidity] +++ OK, passed 10 tests.
2746.24 s
[genvalidity] shrinkValid of (Natural,Natural) only produces values that do not crash while validating [✔]
2746.24 s
[genvalidity] +++ OK, passed 10 tests.
2746.24 s
[genvalidity] shrinkValid of (Natural,Natural) does not shrink to itself [✔]
2746.24 s
[genvalidity] +++ OK, passed 10 tests.
2746.24 s
[genvalidity] genValid of NonEmpty Ordering generates only valid values [✔]
2746.24 s
[genvalidity] +++ OK, passed 100 tests.
2746.24 s
[genvalidity] shrinkValid of NonEmpty Ordering shrinks to only valid values [✔]
2746.24 s
[genvalidity] +++ OK, passed 20 tests.
2746.24 s
[genvalidity] shrinkValid of NonEmpty Ordering only produces values that do not crash while validating [✔]
2746.24 s
[genvalidity] +++ OK, passed 20 tests.
2746.24 s
[genvalidity] shrinkValid of NonEmpty Ordering does not shrink to itself [✔]
2746.24 s
[genvalidity] +++ OK, passed 20 tests.
2746.24 s
[genvalidity]
2746.24 s
[genvalidity] Finished in 5.5865 seconds
2746.24 s
[genvalidity] 215 examples, 0 failures
2746.24 s
[genvalidity] Test suite genvalidity-test: PASS
2746.24 s
[genvalidity] Test suite logged to: dist/test/genvalidity-1.1.1.0-genvalidity-test.log
2746.24 s
[genvalidity] 1 of 1 test suites (1 of 1 test cases) passed.
2746.24 s
[genvalidity] checkPhase completed in 1 minutes 4 seconds
2746.24 s
[genvalidity] Phase: haddockPhase
2746.24 s
[genvalidity] Preprocessing library for genvalidity-1.1.1.0..
2746.24 s
[genvalidity] Running Haddock on library for genvalidity-1.1.1.0..
2746.24 s
[genvalidity] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2746.24 s
[genvalidity] Warning: 'n' is out of scope.
2746.24 s
[genvalidity] If you qualify the identifier, haddock can try to link it anyway.
2746.24 s
[genvalidity] Warning: 'a' is out of scope.
2746.24 s
[genvalidity] If you qualify the identifier, haddock can try to link it anyway.
2746.24 s
[genvalidity] Warning: 'ls' is out of scope.
2746.24 s
[genvalidity] If you qualify the identifier, haddock can try to link it anyway.
2746.24 s
[genvalidity] Warning: 'NonEmpty' is ambiguous. It is defined
2746.24 s
[genvalidity] * in ‘Test.QuickCheck.Modifiers’
2746.24 s
[genvalidity] * in ‘GHC.Base’
2746.24 s
[genvalidity] You may be able to disambiguate the identifier by qualifying it or
2746.24 s
[genvalidity] by specifying the type/value namespace explicitly.
2746.24 s
[genvalidity] Defaulting to the one defined in ‘Test.QuickCheck.Modifiers’
2746.24 s
[genvalidity] 77% ( 27 / 35) in 'Data.GenValidity.Utils'
2746.24 s
[genvalidity] Missing documentation for:
2746.24 s
[genvalidity] Module header
2746.24 s
[genvalidity] genListLength (src/Data/GenValidity/Utils.hs:157)
2746.24 s
[genvalidity] genStringBy (src/Data/GenValidity/Utils.hs:179)
2746.24 s
[genvalidity] genStringBy1 (src/Data/GenValidity/Utils.hs:183)
2746.24 s
[genvalidity] genMaybe (src/Data/GenValidity/Utils.hs:146)
2746.24 s
[genvalidity] genNonEmptyOf (src/Data/GenValidity/Utils.hs:149)
2746.24 s
[genvalidity] genInteger (src/Data/GenValidity/Utils.hs:374)
2746.24 s
[genvalidity] shrinkNonEmpty (src/Data/GenValidity/Utils.hs:249)
2746.24 s
[genvalidity] 65% ( 15 / 23) in 'Data.GenValidity'
2746.25 s
[genvalidity] Missing documentation for:
2746.25 s
[genvalidity] genUtf16SurrogateCodePoint (src/Data/GenValidity.hs:251)
2746.25 s
[genvalidity] genLineSeparator (src/Data/GenValidity.hs:254)
2746.25 s
[genvalidity] genNonLineSeparator (src/Data/GenValidity.hs:257)
2746.25 s
[genvalidity] genSingleLineString (src/Data/GenValidity.hs:260)
2746.25 s
[genvalidity] GGenValid (src/Data/GenValidity.hs:364)
2746.25 s
[genvalidity] GValidRecursivelyShrink (src/Data/GenValidity.hs:422)
2746.25 s
[genvalidity] GValidSubterms (src/Data/GenValidity.hs:452)
2746.25 s
[genvalidity] GValidSubtermsIncl (src/Data/GenValidity.hs:474)
2746.25 s
[genvalidity] Documentation created: dist/doc/html/genvalidity/index.html,
2746.25 s
[genvalidity] dist/doc/html/genvalidity/genvalidity.txt
2746.25 s
[genvalidity] Preprocessing test suite 'genvalidity-test' for genvalidity-1.1.1.0..
2746.25 s
[genvalidity] Phase: installPhase
2746.25 s
[text-short] (==): OK (1.55s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] (!?): OK (0.81s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] indexEndMaybe: OK (0.94s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] toText.fromText: OK (0.69s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] fromByteString: OK (0.49s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] fromByteString.toByteString: OK (0.82s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] toString.fromString: OK (0.98s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] isAscii: OK (1.01s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] isAscii2: OK (0.71s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] splitAt: OK (1.05s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] intercalate/split: OK (0.98s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] intersperse: OK (1.11s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] intercalate: OK (26.52s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] reverse.singleton: OK (0.10s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] reverse: OK (0.72s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] filter: OK (2.36s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] replicate: OK (0.73s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.25 s
[text-short] dropAround: OK (1.15s)
2746.25 s
[text-short] +++ OK, passed 50000 tests.
2746.26 s
[text-short] foldl: OK (4.07s)
2746.26 s
[text-short] +++ OK, passed 50000 tests.
2746.26 s
[text-short] foldl #2: OK (0.61s)
2746.26 s
[text-short] +++ OK, passed 50000 tests.
2746.26 s
[text-short] foldl #3: OK (0.55s)
2746.26 s
[text-short] +++ OK, passed 50000 tests.
2746.26 s
[text-short] foldl': OK (3.63s)
2746.26 s
[text-short] +++ OK, passed 50000 tests.
2746.26 s
[text-short] foldl' #2: OK (0.96s)
2746.26 s
[text-short] +++ OK, passed 50000 tests.
2746.26 s
[text-short] foldl' #3: OK (0.97s)
2746.26 s
[text-short] +++ OK, passed 50000 tests.
2746.26 s
[text-short] foldr: OK (3.40s)
2746.26 s
[text-short] +++ OK, passed 50000 tests.
2746.26 s
[text-short] foldr #2: OK (0.57s)
2746.26 s
[text-short] +++ OK, passed 50000 tests.
2746.26 s
[text-short] foldr #3: OK (0.55s)
2746.26 s
[text-short] +++ OK, passed 50000 tests.
2746.26 s
[text-short] foldr1: OK (3.14s)
2746.26 s
[text-short] +++ OK, passed 50000 tests; 7983 discarded.
2746.26 s
[text-short] foldl1: OK (3.54s)
2746.26 s
[text-short] +++ OK, passed 50000 tests; 8182 discarded.
2746.26 s
[text-short] foldl1': OK (3.46s)
2746.26 s
[text-short] +++ OK, passed 50000 tests; 8065 discarded.
2746.26 s
[th-orphans] Warning: 'MonadFix' is out of scope.
2746.26 s
[th-orphans] If you qualify the identifier, haddock can try to link it anyway.
2746.26 s
[th-orphans] 100% ( 1 / 1) in 'Language.Haskell.TH.Instances'
2746.26 s
[th-orphans] Documentation created: dist/doc/html/th-orphans/index.html,
2746.26 s
[th-orphans] dist/doc/html/th-orphans/th-orphans.txt
2746.26 s
[th-orphans] Preprocessing test suite 'test' for th-orphans-0.13.16..
2746.26 s
[th-orphans] Phase: installPhase
2746.26 s
[th-orphans] Installing library in /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
2746.26 s
[th-orphans] Phase: fixupPhase
2746.26 s
[th-orphans] shrinking RPATHs of ELF executables and libraries in /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16
2746.26 s
[th-orphans] shrinking /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSth-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I-ghc9.6.4.so
2746.26 s
[th-orphans] checking for references to /build/ in /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16...
2746.26 s
[th-orphans] patching script interpreter paths in /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16
2746.26 s
[th-orphans] stripping (with command strip and flags -S -p) in /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/lib
2746.26 s
[th-orphans] shrinking RPATHs of ELF executables and libraries in /nix/store/xiyxb4k85bsg0yj9b57ff8mcqiqfcb5h-th-orphans-0.13.16-doc
2746.26 s
[th-orphans] checking for references to /build/ in /nix/store/xiyxb4k85bsg0yj9b57ff8mcqiqfcb5h-th-orphans-0.13.16-doc...
2746.26 s
[th-orphans] patching script interpreter paths in /nix/store/xiyxb4k85bsg0yj9b57ff8mcqiqfcb5h-th-orphans-0.13.16-doc
2746.53 s
[these:post-build] Uploading to the NixCI cache: /nix/store/0rpvx8zdvnpqasxmy7l95qbl6zksvid4-these-1.2.1-doc /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1
2747.13 s
[these:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2747.69 s
[these:post-build] copying 2 paths...
2747.69 s
[these:post-build] copying path '/nix/store/0rpvx8zdvnpqasxmy7l95qbl6zksvid4-these-1.2.1-doc' to 'https://cache.nix-ci.com'...
2748.72 s
[these:post-build] copying path '/nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1' to 'https://cache.nix-ci.com'...
2752.06 s
[these:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2752.72 s
[these:post-build] copying 1 paths...
2752.73 s
[these:post-build] copying path '/nix/store/bckjvaym7kx1lzmfnbbplkgw1n057d33-these-1.2.1.drv' to 'https://cache.nix-ci.com'...
2753.36 s
Uploaded these in 7.0s
2753.38 s
Progress: 141 of 211 built (13 building), 298 of 298 downloaded from cache
2753.38 s
Built these in 2m05s
2753.38 s
[time-compat] Phase: unpackPhase
2753.38 s
[time-compat] unpacking source archive /nix/store/cyhgy871zir7xxvsnrall1bl6w9izihd-time-compat-1.9.7.tar.gz
2753.38 s
[time-compat] source root is time-compat-1.9.7
2753.38 s
[time-compat] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "time-compat-1.9.7/time-compat.cabal"
2753.38 s
[time-compat] Phase: patchPhase
2753.38 s
[time-compat] Replace Cabal file with edited version from mirror://hackage/time-compat-1.9.7/revision/2.cabal.
2753.38 s
[time-compat] Phase: compileBuildDriverPhase
2753.38 s
[time-compat] setupCompileFlags: -package-db=/build/tmp.uspeHTLKRQ/setup-package.conf.d -threaded
2753.38 s
[time-compat] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.uspeHTLKRQ/Main.o )
2753.38 s
[time-compat] [2 of 2] Linking Setup
2753.38 s
[time-compat] Phase: updateAutotoolsGnuConfigScriptsPhase
2753.38 s
[time-compat] Phase: configurePhase
2753.38 s
[time-compat] configureFlags: --verbose --prefix=/nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/n8w5dr4xg2n3h2vf8lyg89bin413nzdd-time-compat-1.9.7-doc/share/doc/time-compat-1.9.7 --with-gcc=gcc --package-db=/build/tmp.uspeHTLKRQ/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2753.38 s
[time-compat] Using Parsec parser
2753.38 s
[time-compat] Configuring time-compat-1.9.7...
2753.38 s
[time-compat] Dependency base >=4.12 && <4.21: using base-4.18.2.0
2753.38 s
[time-compat] Dependency base-orphans >=0.9.2 && <0.10: using base-orphans-0.9.3
2753.38 s
[time-compat] Dependency deepseq >=1.4.4.0 && <1.6: using deepseq-1.4.8.1
2753.38 s
[time-compat] Dependency hashable >=1.4.4.0 && <1.6: using hashable-1.4.7.0
2753.38 s
[time-compat] Dependency time >=1.8.0.2 && <1.9 || >=1.9.2 && <1.9.4 || >=1.10 && <1.10.1 ||
2753.38 s
[time-compat] >=1.11 && <1.11.2 || >=1.12 && <1.13: using time-1.12.2
2753.38 s
[time-compat] Dependency HUnit >=1.3.1 && <1.3.2 || >=1.6.0.0 && <1.7: using HUnit-1.6.2.0
2753.38 s
[time-compat] Dependency base: using base-4.18.2.0
2753.38 s
[time-compat] Dependency deepseq: using deepseq-1.4.8.1
2753.38 s
[time-compat] Dependency hashable >=1.4.0.0 && <1.6: using hashable-1.4.7.0
2753.38 s
[time-compat] Dependency time-compat: using time-compat-1.9.7
2753.38 s
[time-compat] Dependency QuickCheck >=2.13 && <2.16: using QuickCheck-2.14.3
2753.38 s
[time-compat] Dependency base: using base-4.18.2.0
2753.38 s
[time-compat] Dependency deepseq: using deepseq-1.4.8.1
2753.38 s
[time-compat] Dependency tagged >=0.8.6 && <0.9: using tagged-0.8.8
2753.38 s
[time-compat] Dependency tasty >=1.5 && <1.6: using tasty-1.5.3
2753.38 s
[time-compat] Dependency tasty-hunit >=0.10 && <0.11: using tasty-hunit-0.10.2
2753.38 s
[time-compat] Dependency tasty-quickcheck >=0.10 && <0.12: using tasty-quickcheck-0.11
2753.38 s
[time-compat] Dependency time: using time-1.12.2
2753.38 s
[time-compat] Dependency time-compat: using time-compat-1.9.7
2753.38 s
[time-compat] Source component graph:
2753.38 s
[time-compat] component lib
2753.38 s
[time-compat] component test:instances dependency lib
2753.38 s
[time-compat] component test:main dependency lib
2753.38 s
[time-compat] Configured component graph:
2753.38 s
[time-compat] component time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
2753.39 s
[time-compat] include base-4.18.2.0
2753.39 s
[time-compat] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2753.39 s
[time-compat] include deepseq-1.4.8.1
2753.39 s
[time-compat] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2753.39 s
[time-compat] include time-1.12.2
2753.39 s
[time-compat] component time-compat-1.9.7-11kSuvyx9Fd45AfytKgc3f-instances
2753.39 s
[time-compat] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2753.39 s
[time-compat] include base-4.18.2.0
2753.39 s
[time-compat] include deepseq-1.4.8.1
2753.39 s
[time-compat] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2753.39 s
[time-compat] include time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
2753.39 s
[time-compat] component time-compat-1.9.7-NcVbGQvP8VCp45Zou0I6W-main
2753.39 s
[time-compat] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2753.39 s
[uuid-types] Phase: unpackPhase
2753.39 s
[uuid-types] unpacking source archive /nix/store/l26k32zhs3vwn025fsbd7bbl3s4girrp-uuid-types-1.0.6.tar.gz
2753.39 s
[uuid-types] source root is uuid-types-1.0.6
2753.39 s
[uuid-types] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "uuid-types-1.0.6/uuid-types.cabal"
2753.39 s
[uuid-types] Phase: patchPhase
2753.39 s
[uuid-types] Replace Cabal file with edited version from mirror://hackage/uuid-types-1.0.6/revision/3.cabal.
2753.39 s
[uuid-types] Phase: compileBuildDriverPhase
2753.39 s
[uuid-types] setupCompileFlags: -package-db=/build/tmp.ZRoJ28ut09/setup-package.conf.d -threaded
2753.39 s
[uuid-types] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.ZRoJ28ut09/Main.o )
2753.39 s
[uuid-types] [2 of 2] Linking Setup
2753.39 s
[uuid-types] Phase: updateAutotoolsGnuConfigScriptsPhase
2753.39 s
[uuid-types] Phase: configurePhase
2753.39 s
[uuid-types] configureFlags: --verbose --prefix=/nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/dr0p21d1x8bf7hnb58vjvznv0rzc4my5-uuid-types-1.0.6-doc/share/doc/uuid-types-1.0.6 --with-gcc=gcc --package-db=/build/tmp.ZRoJ28ut09/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2753.39 s
[uuid-types] Using Parsec parser
2753.39 s
[uuid-types] Configuring uuid-types-1.0.6...
2753.39 s
[uuid-types] Dependency base >=4.12.0.0 && <5: using base-4.18.2.0
2753.39 s
[uuid-types] Dependency binary >=0.8.6.0 && <0.9: using binary-0.8.9.1
2753.39 s
[uuid-types] Dependency bytestring >=0.10.8.2 && <0.13: using bytestring-0.11.5.3
2753.39 s
[uuid-types] Dependency deepseq >=1.4.4.0 && <1.6: using deepseq-1.4.8.1
2753.39 s
[uuid-types] Dependency hashable >=1.4.4.0 && <1.6: using hashable-1.4.7.0
2753.39 s
[uuid-types] Dependency random >=1.2.1.2 && <1.4: using random-1.2.1.3
2753.39 s
[uuid-types] Dependency template-haskell >=2.14.0.0 && <2.24: using
2753.39 s
[uuid-types] template-haskell-2.20.0.0
2753.39 s
[uuid-types] Dependency text >=1.2.3.0 && <1.3 || >=2.0 && <2.2: using text-2.0.2
2753.39 s
[uuid-types] Dependency QuickCheck >=2.14.2 && <2.16: using QuickCheck-2.14.3
2753.39 s
[uuid-types] Dependency base: using base-4.18.2.0
2753.39 s
[uuid-types] Dependency binary: using binary-0.8.9.1
2753.39 s
[uuid-types] Dependency bytestring: using bytestring-0.11.5.3
2753.39 s
[uuid-types] Dependency tasty >=1.4.0.1 && <1.6: using tasty-1.5.3
2753.39 s
[uuid-types] Dependency tasty-hunit >=0.10 && <0.11: using tasty-hunit-0.10.2
2753.39 s
[uuid-types] Dependency tasty-quickcheck >=0.10 && <0.12: using tasty-quickcheck-0.11
2753.39 s
[uuid-types] Dependency template-haskell: using template-haskell-2.20.0.0
2753.39 s
[uuid-types] Dependency uuid-types: using uuid-types-1.0.6
2753.39 s
[uuid-types] Source component graph:
2753.39 s
[uuid-types] component lib
2753.39 s
[uuid-types] component test:testuuid dependency lib
2753.39 s
[uuid-types] Configured component graph:
2753.39 s
[uuid-types] component uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
2753.39 s
[uuid-types] include base-4.18.2.0
2753.39 s
[uuid-types] include binary-0.8.9.1
2753.39 s
[uuid-types] include bytestring-0.11.5.3
2753.39 s
[uuid-types] include deepseq-1.4.8.1
2753.39 s
[uuid-types] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2753.39 s
[uuid-types] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2753.39 s
[uuid-types] include template-haskell-2.20.0.0
2753.39 s
[uuid-types] include text-2.0.2
2753.39 s
[uuid-types] component uuid-types-1.0.6-BVznWAaOoNTsEjjrCTY81-testuuid
2753.39 s
[uuid-types] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2753.39 s
[uuid-types] include base-4.18.2.0
2753.39 s
[uuid-types] include binary-0.8.9.1
2753.39 s
[uuid-types] include bytestring-0.11.5.3
2753.39 s
[uuid-types] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2753.39 s
[uuid-types] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2753.39 s
[uuid-types] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2753.39 s
[uuid-types] include template-haskell-2.20.0.0
2753.39 s
[uuid-types] include uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
2753.39 s
[uuid-types] Linked component graph:
2753.60 s
Building /nix/store/prpqwiiqxjm7ld8gsf6mxh6y1pll28h8-strict-0.5.1.drv
2753.60 s
[asn1-encoding] Phase: setupCompilerEnvironmentPhase
2753.60 s
[asn1-encoding] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2753.60 s
[asn1-encoding] Phase: unpackPhase
2753.60 s
[asn1-encoding] unpacking source archive /nix/store/rj7pj1mmdm1h4980q8s0v4f55gnnrrl6-asn1-encoding-0.9.6.tar.gz
2753.60 s
[asn1-encoding] source root is asn1-encoding-0.9.6
2753.60 s
[asn1-encoding] setting SOURCE_DATE_EPOCH to timestamp 1569783997 of file "asn1-encoding-0.9.6/asn1-encoding.cabal"
2753.60 s
[asn1-encoding] Phase: patchPhase
2753.60 s
[asn1-encoding] Replace Cabal file with edited version from mirror://hackage/asn1-encoding-0.9.6/revision/2.cabal.
2753.60 s
[asn1-encoding] Phase: compileBuildDriverPhase
2753.60 s
[asn1-encoding] setupCompileFlags: -package-db=/build/tmp.9xIgQUwewi/setup-package.conf.d -threaded
2753.60 s
[asn1-encoding] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.9xIgQUwewi/Main.o )
2753.60 s
[asn1-encoding] [2 of 2] Linking Setup
2753.60 s
[asn1-encoding] Phase: updateAutotoolsGnuConfigScriptsPhase
2753.60 s
[asn1-encoding] Phase: configurePhase
2753.60 s
[asn1-encoding] configureFlags: --verbose --prefix=/nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/ybn4dq52267q78pvbiqasknqmi9hh8a6-asn1-encoding-0.9.6-doc/share/doc/asn1-encoding-0.9.6 --with-gcc=gcc --package-db=/build/tmp.9xIgQUwewi/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2753.60 s
[asn1-encoding] Using Parsec parser
2753.60 s
[asn1-encoding] Configuring asn1-encoding-0.9.6...
2753.60 s
[async] async_cancel: [OK]
2753.60 s
[async] async_cancel: [OK]
2753.60 s
[async] async_cancel: [OK]
2753.60 s
[async] async_cancel: [OK]
2753.60 s
[async] async_cancel: [OK]
2753.60 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.61 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[async] async_cancel: [OK]
2753.62 s
[barbies] Barbies=barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F:Barbies,Barbies.Bare=barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F:Barbies.Bare,Barbies.Bi=barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F:Barbies.Bi,Barbies.Constraints=barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F:Barbies.Constraints,Barbies.Internal=barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F:Barbies.Internal,Data.Functor.Barbie=barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F:Data.Functor.Barbie,Data.Functor.Transformer=barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F:Data.Functor.Transformer
2753.62 s
[barbies] unit barbies-2.1.1.0-HRsl67PlUTVKaQxhQKWNNZ-barbies-test
2753.62 s
[barbies] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2753.62 s
[barbies] include barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
2753.62 s
[barbies] include base-4.18.2.0
2753.62 s
[barbies] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2753.62 s
[barbies] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2753.62 s
[barbies] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2753.62 s
[barbies] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2753.62 s
[barbies] Ready component graph:
2753.62 s
[barbies] definite barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
2753.62 s
[barbies] depends base-4.18.2.0
2753.62 s
[barbies] depends distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2753.62 s
[barbies] depends transformers-0.6.1.0
2753.62 s
[barbies] definite barbies-2.1.1.0-HRsl67PlUTVKaQxhQKWNNZ-barbies-test
2753.62 s
[barbies] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2753.62 s
[barbies] depends barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
2753.62 s
[barbies] depends base-4.18.2.0
2753.62 s
[barbies] depends distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2753.62 s
[barbies] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2753.62 s
[barbies] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2753.62 s
[barbies] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2753.62 s
[barbies] Using Cabal-3.10.1.0 compiled by ghc-9.6
2753.62 s
[barbies] Using compiler: ghc-9.6.4
2753.62 s
[barbies] Using install prefix:
2753.62 s
[barbies] /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0
2753.62 s
[barbies] Executables installed in:
2753.62 s
[barbies] /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/bin
2753.62 s
[barbies] Libraries installed in:
2753.62 s
[barbies] /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
2753.62 s
[barbies] Dynamic Libraries installed in:
2753.62 s
[barbies] /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2753.62 s
[barbies] Private executables installed in:
2753.62 s
[barbies] /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/libexec/x86_64-linux-ghc-9.6.4/barbies-2.1.1.0
2753.62 s
[barbies] Data files installed in:
2753.62 s
[barbies] /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/share/x86_64-linux-ghc-9.6.4/barbies-2.1.1.0
2753.62 s
[barbies] Documentation installed in:
2753.62 s
[barbies] /nix/store/w8q90m80mdbqcr6y0bnrba1w34psgv1g-barbies-2.1.1.0-doc/share/doc/barbies-2.1.1.0
2753.62 s
[barbies] Configuration files installed in:
2753.62 s
[barbies] /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/etc
2753.62 s
[barbies] No alex found
2753.62 s
[barbies] Using ar found on system at:
2753.62 s
[barbies] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2753.62 s
[barbies] No c2hs found
2753.62 s
[barbies] No cpphs found
2753.62 s
[barbies] No doctest found
2753.62 s
[barbies] Using gcc version 14.3.0 given by user at:
2753.62 s
[barbies] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2753.62 s
[barbies] Using ghc version 9.6.4 found on system at:
2753.62 s
[barbies] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2753.62 s
[barbies] Using ghc-pkg version 9.6.4 found on system at:
2753.62 s
[barbies] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2753.62 s
[barbies] No ghcjs found
2753.62 s
[barbies] No ghcjs-pkg found
2753.62 s
[barbies] No greencard found
2753.62 s
[barbies] Using haddock version 2.29.2 found on system at:
2753.62 s
[barbies] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2753.62 s
[barbies] No happy found
2753.62 s
[barbies] Using haskell-suite found on system at: haskell-suite-dummy-location
2753.62 s
[barbies] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2753.62 s
[barbies] No hmake found
2753.62 s
[barbies] Using hpc version 0.68 found on system at:
2753.62 s
[barbies] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2753.62 s
[barbies] Using hsc2hs version 0.68.9 found on system at:
2753.62 s
[barbies] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2753.62 s
[barbies] Using hscolour version 1.25 found on system at:
2753.62 s
[barbies] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2753.62 s
[barbies] No jhc found
2753.62 s
[barbies] Using ld found on system at:
2753.62 s
[barbies] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2753.62 s
[barbies] No pkg-config found
2753.62 s
[barbies] Using runghc version 9.6.4 found on system at:
2753.62 s
[barbies] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2753.62 s
[barbies] Using strip version 2.44 found on system at:
2753.62 s
[barbies] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2753.62 s
[barbies] Using tar found on system at:
2753.62 s
[barbies] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2753.62 s
[barbies] No uhc found
2753.62 s
[barbies] Phase: buildPhase
2753.62 s
[barbies] Preprocessing library for barbies-2.1.1.0..
2753.62 s
[barbies] Building library for barbies-2.1.1.0..
2753.62 s
[comonad] Control.Comonad=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad,Control.Comonad.Env=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Env,Control.Comonad.Env.Class=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Env.Class,Control.Comonad.Hoist.Class=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Hoist.Class,Control.Comonad.Identity=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Identity,Control.Comonad.Store=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Store,Control.Comonad.Store.Class=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Store.Class,Control.Comonad.Traced=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Traced,Control.Comonad.Traced.Class=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Traced.Class,Control.Comonad.Trans.Class=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Trans.Class,Control.Comonad.Trans.Env=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Trans.Env,Control.Comonad.Trans.Identity=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Trans.Identity,Control.Comonad.Trans.Store=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Trans.Store,Control.Comonad.Trans.Traced=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Trans.Traced,Data.Functor.Composition=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Data.Functor.Composition
2753.62 s
[comonad] Ready component graph:
2753.62 s
[comonad] definite comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
2753.62 s
[comonad] depends base-4.18.2.0
2753.62 s
[comonad] depends containers-0.6.7
2753.62 s
[comonad] depends distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
2753.62 s
[comonad] depends indexed-traversable-0.1.4-7v6wrTQvaPlAf96LYtS0J1
2753.62 s
[comonad] depends tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
2753.62 s
[comonad] depends transformers-0.6.1.0
2753.62 s
[comonad] depends transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
2753.62 s
[comonad] Using Cabal-3.10.1.0 compiled by ghc-9.6
2753.62 s
[comonad] Using compiler: ghc-9.6.4
2753.62 s
[comonad] Using install prefix:
2753.62 s
[comonad] /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9
2753.62 s
[comonad] Executables installed in:
2753.62 s
[comonad] /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/bin
2753.62 s
[comonad] Libraries installed in:
2753.62 s
[comonad] /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
2753.62 s
[comonad] Dynamic Libraries installed in:
2753.62 s
[comonad] /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2753.62 s
[comonad] Private executables installed in:
2753.62 s
[comonad] /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/libexec/x86_64-linux-ghc-9.6.4/comonad-5.0.9
2753.62 s
[comonad] Data files installed in:
2753.62 s
[comonad] /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/share/x86_64-linux-ghc-9.6.4/comonad-5.0.9
2753.62 s
[comonad] Documentation installed in:
2753.62 s
[comonad] /nix/store/0gyaag6s5n87j4vwamcliazadc8nnb7a-comonad-5.0.9-doc/share/doc/comonad-5.0.9
2753.62 s
[comonad] Configuration files installed in:
2753.62 s
[comonad] /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/etc
2753.62 s
[comonad] No alex found
2753.62 s
[comonad] Using ar found on system at:
2753.62 s
[comonad] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2753.62 s
[comonad] No c2hs found
2753.62 s
[comonad] No cpphs found
2753.62 s
[comonad] No doctest found
2753.62 s
[comonad] Using gcc version 14.3.0 given by user at:
2753.62 s
[comonad] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2753.62 s
[comonad] Using ghc version 9.6.4 found on system at:
2753.62 s
[comonad] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2753.62 s
[comonad] Using ghc-pkg version 9.6.4 found on system at:
2753.62 s
[comonad] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2753.62 s
[comonad] No ghcjs found
2753.62 s
[comonad] No ghcjs-pkg found
2753.62 s
[comonad] No greencard found
2753.62 s
[comonad] Using haddock version 2.29.2 found on system at:
2753.62 s
[comonad] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2753.62 s
[comonad] No happy found
2753.62 s
[comonad] Using haskell-suite found on system at: haskell-suite-dummy-location
2753.62 s
[comonad] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2753.62 s
[comonad] No hmake found
2753.62 s
[comonad] Using hpc version 0.68 found on system at:
2753.62 s
[comonad] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2753.62 s
[comonad] Using hsc2hs version 0.68.9 found on system at:
2753.62 s
[comonad] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2753.62 s
[comonad] Using hscolour version 1.25 found on system at:
2753.62 s
[comonad] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2753.62 s
[comonad] No jhc found
2753.62 s
[comonad] Using ld found on system at:
2753.62 s
[comonad] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2753.62 s
[comonad] No pkg-config found
2753.62 s
[comonad] Using runghc version 9.6.4 found on system at:
2753.62 s
[comonad] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2753.62 s
[comonad] Using strip version 2.44 found on system at:
2753.62 s
[comonad] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2753.62 s
[comonad] Using tar found on system at:
2753.62 s
[comonad] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2753.62 s
[comonad] No uhc found
2753.62 s
[comonad] Phase: buildPhase
2753.91 s
[constraints:post-build] Uploading to the NixCI cache: /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2 /nix/store/px77abh9aph73nlnj85m49zx4f2xljip-constraints-0.14.2-doc
2754.72 s
[constraints:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2755.47 s
[constraints:post-build] copying 2 paths...
2755.47 s
[constraints:post-build] copying path '/nix/store/px77abh9aph73nlnj85m49zx4f2xljip-constraints-0.14.2-doc' to 'https://cache.nix-ci.com'...
2756.82 s
[constraints:post-build] copying path '/nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2' to 'https://cache.nix-ci.com'...
2762.79 s
[constraints:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2763.75 s
[constraints:post-build] copying 1 paths...
2763.75 s
[constraints:post-build] copying path '/nix/store/pfhy3whc4ylphs6w04v0nq3j9l19q59k-constraints-0.14.2.drv' to 'https://cache.nix-ci.com'...
2764.47 s
Uploaded constraints in 10.7s
2764.48 s
Progress: 142 of 211 built (13 building), 298 of 298 downloaded from cache
2764.48 s
Built constraints in 3m27s
2764.79 s
[data-fix:post-build] Uploading to the NixCI cache: /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4 /nix/store/pd2i5gqzsy31r7v9g924fab92sd9n0z2-data-fix-0.3.4-doc
2765.40 s
[data-fix:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2765.93 s
[data-fix:post-build] copying 2 paths...
2765.93 s
[data-fix:post-build] copying path '/nix/store/pd2i5gqzsy31r7v9g924fab92sd9n0z2-data-fix-0.3.4-doc' to 'https://cache.nix-ci.com'...
2766.67 s
[data-fix:post-build] copying path '/nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4' to 'https://cache.nix-ci.com'...
2768.61 s
[data-fix:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2769.72 s
[data-fix:post-build] copying 1 paths...
2769.72 s
[data-fix:post-build] copying path '/nix/store/w4h7ry8kxma5id4cp9zqsgldhw0qx2l1-data-fix-0.3.4.drv' to 'https://cache.nix-ci.com'...
2771.23 s
Uploaded data-fix in 6.5s
2771.23 s
Progress: 143 of 212 built (12 building), 298 of 298 downloaded from cache
2771.23 s
Built data-fix in 1m46s
2771.23 s
[genvalidity] Installing library in /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2771.23 s
[genvalidity] Phase: fixupPhase
2771.24 s
[genvalidity] shrinking RPATHs of ELF executables and libraries in /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0
2771.24 s
[genvalidity] shrinking /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSgenvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy-ghc9.6.4.so
2771.24 s
[genvalidity] checking for references to /build/ in /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0...
2771.24 s
[genvalidity] patching script interpreter paths in /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0
2771.24 s
[genvalidity] stripping (with command strip and flags -S -p) in /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/lib
2771.24 s
[genvalidity] shrinking RPATHs of ELF executables and libraries in /nix/store/la0dxa3glkmvhmwvisip192nh4s0xv4j-genvalidity-1.1.1.0-doc
2771.24 s
[genvalidity] checking for references to /build/ in /nix/store/la0dxa3glkmvhmwvisip192nh4s0xv4j-genvalidity-1.1.1.0-doc...
2771.24 s
[genvalidity] patching script interpreter paths in /nix/store/la0dxa3glkmvhmwvisip192nh4s0xv4j-genvalidity-1.1.1.0-doc
2771.24 s
[text-short] splitAtEnd: OK (1.35s)
2771.24 s
[text-short] +++ OK, passed 50000 tests.
2771.24 s
[text-short] find: OK (1.16s)
2771.24 s
[text-short] +++ OK, passed 50000 tests.
2771.24 s
[text-short] findIndex: OK (1.13s)
2771.24 s
[text-short] +++ OK, passed 50000 tests.
2771.24 s
[text-short] isSuffixOf: OK (1.64s)
2771.24 s
[text-short] +++ OK, passed 50000 tests.
2771.24 s
[text-short] isPrefixOf: OK (1.73s)
2771.24 s
[text-short] +++ OK, passed 50000 tests.
2771.70 s
[th-orphans:post-build] Uploading to the NixCI cache: /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16 /nix/store/xiyxb4k85bsg0yj9b57ff8mcqiqfcb5h-th-orphans-0.13.16-doc
2772.45 s
[th-orphans:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2773.00 s
[th-orphans:post-build] copying 2 paths...
2773.00 s
[th-orphans:post-build] copying path '/nix/store/xiyxb4k85bsg0yj9b57ff8mcqiqfcb5h-th-orphans-0.13.16-doc' to 'https://cache.nix-ci.com'...
2773.70 s
[th-orphans:post-build] copying path '/nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16' to 'https://cache.nix-ci.com'...
2779.35 s
[th-orphans:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2780.42 s
[th-orphans:post-build] copying 1 paths...
2780.42 s
[th-orphans:post-build] copying path '/nix/store/s3sg3vgdd2v8shnd24k6hyzmhkh4ak0c-th-orphans-0.13.16.drv' to 'https://cache.nix-ci.com'...
2780.95 s
Uploaded th-orphans in 9.4s
2780.96 s
Progress: 144 of 213 built (11 building), 298 of 298 downloaded from cache
2780.96 s
Built th-orphans in 2m32s
2780.96 s
[time-compat] include base-4.18.2.0
2780.96 s
[time-compat] include deepseq-1.4.8.1
2780.96 s
[time-compat] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
2780.96 s
[time-compat] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2780.96 s
[time-compat] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2780.96 s
[time-compat] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2780.96 s
[time-compat] include time-1.12.2
2780.96 s
[time-compat] include time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
2780.96 s
[time-compat] Linked component graph:
2780.96 s
[time-compat] unit time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
2780.96 s
[time-compat] include base-4.18.2.0
2780.96 s
[time-compat] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2780.96 s
[time-compat] include deepseq-1.4.8.1
2780.96 s
[time-compat] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2780.96 s
[time-compat] include time-1.12.2
2780.96 s
[time-compat] Data.Time.Calendar.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.Compat,Data.Time.Calendar.Easter.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.Easter.Compat,Data.Time.Calendar.Julian.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.Julian.Compat,Data.Time.Calendar.Month.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.Month.Compat,Data.Time.Calendar.MonthDay.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.MonthDay.Compat,Data.Time.Calendar.OrdinalDate.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.OrdinalDate.Compat,Data.Time.Calendar.Quarter.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.Quarter.Compat,Data.Time.Calendar.WeekDate.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.WeekDate.Compat,Data.Time.Clock.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Clock.Compat,Data.Time.Clock.POSIX.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Clock.POSIX.Compat,Data.Time.Clock.System.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Clock.System.Compat,Data.Time.Clock.TAI.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Clock.TAI.Compat,Data.Time.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Compat,Data.Time.Format.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Format.Compat,Data.Time.Format.ISO8601.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Format.ISO8601.Compat,Data.Time.LocalTime.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.LocalTime.Compat
2780.96 s
[time-compat] unit time-compat-1.9.7-11kSuvyx9Fd45AfytKgc3f-instances
2780.96 s
[time-compat] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2780.96 s
[time-compat] include base-4.18.2.0
2780.96 s
[time-compat] include deepseq-1.4.8.1
2780.96 s
[time-compat] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2780.96 s
[time-compat] include time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
2780.96 s
[time-compat] unit time-compat-1.9.7-NcVbGQvP8VCp45Zou0I6W-main
2780.96 s
[time-compat] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2780.96 s
[time-compat] include base-4.18.2.0
2780.96 s
[time-compat] include deepseq-1.4.8.1
2780.96 s
[time-compat] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
2780.96 s
[time-compat] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2780.96 s
[time-compat] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2780.96 s
[time-compat] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2780.96 s
[time-compat] include time-1.12.2
2780.96 s
[time-compat] include time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
2780.96 s
[time-compat] Ready component graph:
2780.96 s
[time-compat] definite time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
2780.96 s
[time-compat] depends base-4.18.2.0
2780.96 s
[time-compat] depends base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2780.96 s
[time-compat] depends deepseq-1.4.8.1
2780.96 s
[time-compat] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2780.96 s
[time-compat] depends time-1.12.2
2780.96 s
[time-compat] definite time-compat-1.9.7-NcVbGQvP8VCp45Zou0I6W-main
2780.96 s
[time-compat] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2780.96 s
[time-compat] depends base-4.18.2.0
2780.96 s
[time-compat] depends deepseq-1.4.8.1
2780.96 s
[time-compat] depends tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
2780.96 s
[time-compat] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2780.96 s
[time-compat] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2780.96 s
[time-compat] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2780.96 s
[time-compat] depends time-1.12.2
2780.96 s
[time-compat] depends time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
2780.96 s
[time-compat] definite time-compat-1.9.7-11kSuvyx9Fd45AfytKgc3f-instances
2780.97 s
[time-compat] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2780.97 s
[time-compat] depends base-4.18.2.0
2780.97 s
[time-compat] depends deepseq-1.4.8.1
2780.97 s
[time-compat] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2780.97 s
[time-compat] depends time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
2780.97 s
[uuid-types] unit uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
2780.97 s
[uuid-types] include base-4.18.2.0
2780.97 s
[uuid-types] include binary-0.8.9.1
2780.97 s
[uuid-types] include bytestring-0.11.5.3
2780.97 s
[uuid-types] include deepseq-1.4.8.1
2780.97 s
[uuid-types] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2780.97 s
[uuid-types] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2780.97 s
[uuid-types] include template-haskell-2.20.0.0
2780.97 s
[uuid-types] include text-2.0.2
2780.97 s
[uuid-types] Data.UUID.Types=uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL:Data.UUID.Types,Data.UUID.Types.Internal=uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL:Data.UUID.Types.Internal,Data.UUID.Types.Internal.Builder=uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL:Data.UUID.Types.Internal.Builder
2780.97 s
[uuid-types] unit uuid-types-1.0.6-BVznWAaOoNTsEjjrCTY81-testuuid
2780.97 s
[uuid-types] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2780.97 s
[uuid-types] include base-4.18.2.0
2780.97 s
[uuid-types] include binary-0.8.9.1
2780.97 s
[uuid-types] include bytestring-0.11.5.3
2780.97 s
[uuid-types] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2780.97 s
[uuid-types] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2780.97 s
[uuid-types] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2780.97 s
[uuid-types] include template-haskell-2.20.0.0
2780.97 s
[uuid-types] include uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
2780.97 s
[uuid-types] Ready component graph:
2780.97 s
[uuid-types] definite uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
2780.97 s
[uuid-types] depends base-4.18.2.0
2780.97 s
[uuid-types] depends binary-0.8.9.1
2780.97 s
[uuid-types] depends bytestring-0.11.5.3
2780.97 s
[uuid-types] depends deepseq-1.4.8.1
2780.97 s
[uuid-types] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2780.97 s
[uuid-types] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2780.97 s
[uuid-types] depends template-haskell-2.20.0.0
2780.97 s
[uuid-types] depends text-2.0.2
2780.97 s
[uuid-types] definite uuid-types-1.0.6-BVznWAaOoNTsEjjrCTY81-testuuid
2780.97 s
[uuid-types] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2780.97 s
[uuid-types] depends base-4.18.2.0
2780.97 s
[uuid-types] depends binary-0.8.9.1
2780.97 s
[uuid-types] depends bytestring-0.11.5.3
2780.97 s
[uuid-types] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2780.97 s
[uuid-types] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2780.97 s
[uuid-types] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2780.97 s
[uuid-types] depends template-haskell-2.20.0.0
2780.97 s
[uuid-types] depends uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
2780.97 s
[uuid-types] Using Cabal-3.10.1.0 compiled by ghc-9.6
2780.97 s
[uuid-types] Using compiler: ghc-9.6.4
2780.97 s
[uuid-types] Using install prefix:
2780.97 s
[uuid-types] /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6
2780.97 s
[uuid-types] Executables installed in:
2780.97 s
[uuid-types] /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/bin
2780.97 s
[uuid-types] Libraries installed in:
2780.97 s
[uuid-types] /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
2780.97 s
[uuid-types] Dynamic Libraries installed in:
2780.98 s
[uuid-types] /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2780.98 s
[uuid-types] Private executables installed in:
2780.98 s
[uuid-types] /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/libexec/x86_64-linux-ghc-9.6.4/uuid-types-1.0.6
2780.98 s
[uuid-types] Data files installed in:
2780.98 s
[uuid-types] /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/share/x86_64-linux-ghc-9.6.4/uuid-types-1.0.6
2780.98 s
[uuid-types] Documentation installed in:
2780.98 s
[uuid-types] /nix/store/dr0p21d1x8bf7hnb58vjvznv0rzc4my5-uuid-types-1.0.6-doc/share/doc/uuid-types-1.0.6
2780.98 s
[uuid-types] Configuration files installed in:
2780.98 s
[uuid-types] /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/etc
2780.98 s
[uuid-types] No alex found
2780.98 s
[uuid-types] Using ar found on system at:
2780.98 s
[uuid-types] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2780.98 s
[uuid-types] No c2hs found
2780.98 s
[uuid-types] No cpphs found
2780.98 s
[uuid-types] No doctest found
2780.98 s
[uuid-types] Using gcc version 14.3.0 given by user at:
2780.98 s
[uuid-types] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2780.98 s
[uuid-types] Using ghc version 9.6.4 found on system at:
2780.98 s
[uuid-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2780.98 s
[uuid-types] Using ghc-pkg version 9.6.4 found on system at:
2780.98 s
[uuid-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2780.98 s
[uuid-types] No ghcjs found
2780.98 s
[uuid-types] No ghcjs-pkg found
2780.98 s
[uuid-types] No greencard found
2780.98 s
[uuid-types] Using haddock version 2.29.2 found on system at:
2780.98 s
[uuid-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2780.98 s
[uuid-types] No happy found
2780.98 s
[uuid-types] Using haskell-suite found on system at: haskell-suite-dummy-location
2780.98 s
[uuid-types] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2780.98 s
[uuid-types] No hmake found
2780.98 s
[uuid-types] Using hpc version 0.68 found on system at:
2780.98 s
[uuid-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2780.98 s
[uuid-types] Using hsc2hs version 0.68.9 found on system at:
2780.98 s
[vector] Phase: setupCompilerEnvironmentPhase
2780.98 s
[vector] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2780.98 s
[vector] Phase: unpackPhase
2780.98 s
[vector] unpacking source archive /nix/store/ysi2m95adzhn3nmggwppnxvmps3a93x3-vector-0.13.2.0.tar.gz
2780.98 s
[vector] source root is vector-0.13.2.0
2780.98 s
[vector] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "vector-0.13.2.0/vector.cabal"
2780.98 s
[vector] Phase: patchPhase
2780.98 s
[vector] Replace Cabal file with edited version from mirror://hackage/vector-0.13.2.0/revision/1.cabal.
2780.98 s
[vector] Phase: compileBuildDriverPhase
2780.98 s
[vector] setupCompileFlags: -package-db=/build/tmp.zbpCcwL90s/setup-package.conf.d -threaded
2780.98 s
[vector] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.zbpCcwL90s/Main.o )
2780.98 s
[vector] [2 of 2] Linking Setup
2780.98 s
[vector] Phase: updateAutotoolsGnuConfigScriptsPhase
2780.98 s
[vector] Phase: configurePhase
2780.98 s
[vector] configureFlags: --verbose --prefix=/nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.zbpCcwL90s/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/lib
2780.98 s
[vector] Using Parsec parser
2780.98 s
[vector] Configuring vector-0.13.2.0...
2781.21 s
Building /nix/store/0ai4v45inyiy648nkwbqvg1isjs1mvz0-haskell-src-meta-0.8.15.drv
2781.21 s
[asn1-encoding] Dependency asn1-types >=0.3.0 && <0.4: using asn1-types-0.3.4
2781.21 s
[asn1-encoding] Dependency base >=4.7 && <5: using base-4.18.2.0
2781.21 s
[asn1-encoding] Dependency bytestring: using bytestring-0.11.5.3
2781.21 s
[asn1-encoding] Dependency hourglass >=0.2.6: using hourglass-0.2.12
2781.21 s
[asn1-encoding] Dependency asn1-encoding: using asn1-encoding-0.9.6
2781.21 s
[asn1-encoding] Dependency asn1-types: using asn1-types-0.3.4
2781.21 s
[asn1-encoding] Dependency base >=3 && <7: using base-4.18.2.0
2781.21 s
[asn1-encoding] Dependency bytestring: using bytestring-0.11.5.3
2781.21 s
[asn1-encoding] Dependency hourglass: using hourglass-0.2.12
2781.21 s
[asn1-encoding] Dependency mtl: using mtl-2.3.1
2781.21 s
[asn1-encoding] Dependency tasty: using tasty-1.5.3
2781.21 s
[asn1-encoding] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
2781.21 s
[asn1-encoding] Source component graph:
2781.21 s
[asn1-encoding] component lib
2781.21 s
[asn1-encoding] component test:tests-asn1-encoding dependency lib
2781.21 s
[asn1-encoding] Configured component graph:
2781.21 s
[asn1-encoding] component asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
2781.21 s
[asn1-encoding] include asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
2781.21 s
[asn1-encoding] include base-4.18.2.0
2781.21 s
[asn1-encoding] include bytestring-0.11.5.3
2781.21 s
[asn1-encoding] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2781.21 s
[asn1-encoding] component asn1-encoding-0.9.6-EBHUShHc2NmLHEKBByYLPU-tests-asn1-encoding
2781.21 s
[asn1-encoding] include asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
2781.21 s
[asn1-encoding] include asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
2781.21 s
[asn1-encoding] include base-4.18.2.0
2781.21 s
[asn1-encoding] include bytestring-0.11.5.3
2781.21 s
[asn1-encoding] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2781.21 s
[asn1-encoding] include mtl-2.3.1
2781.21 s
[asn1-encoding] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2781.21 s
[asn1-encoding] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2781.21 s
[asn1-encoding] Linked component graph:
2781.21 s
[asn1-encoding] unit asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
2781.21 s
[asn1-encoding] include asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
2781.21 s
[asn1-encoding] include base-4.18.2.0
2781.21 s
[asn1-encoding] include bytestring-0.11.5.3
2781.21 s
[asn1-encoding] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2781.21 s
[asn1-encoding] Data.ASN1.BinaryEncoding=asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2:Data.ASN1.BinaryEncoding,Data.ASN1.BinaryEncoding.Raw=asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2:Data.ASN1.BinaryEncoding.Raw,Data.ASN1.Encoding=asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2:Data.ASN1.Encoding,Data.ASN1.Error=asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2:Data.ASN1.Error,Data.ASN1.Object=asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2:Data.ASN1.Object,Data.ASN1.Prim=asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2:Data.ASN1.Prim,Data.ASN1.Stream=asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2:Data.ASN1.Stream
2781.21 s
[asn1-encoding] unit asn1-encoding-0.9.6-EBHUShHc2NmLHEKBByYLPU-tests-asn1-encoding
2781.21 s
[asn1-encoding] include asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
2781.21 s
[asn1-encoding] include asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
2781.21 s
[asn1-encoding] include base-4.18.2.0
2781.21 s
[asn1-encoding] include bytestring-0.11.5.3
2781.21 s
[asn1-encoding] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2781.21 s
[asn1-encoding] include mtl-2.3.1
2781.22 s
[asn1-encoding] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2781.22 s
[asn1-encoding] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2781.22 s
[asn1-encoding] Ready component graph:
2781.22 s
[asn1-encoding] definite asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
2781.22 s
[asn1-encoding] depends asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
2781.22 s
[asn1-encoding] depends base-4.18.2.0
2781.22 s
[asn1-encoding] depends bytestring-0.11.5.3
2781.22 s
[asn1-encoding] depends hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2781.22 s
[asn1-encoding] definite asn1-encoding-0.9.6-EBHUShHc2NmLHEKBByYLPU-tests-asn1-encoding
2781.22 s
[asn1-encoding] depends asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
2781.22 s
[asn1-encoding] depends asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
2781.22 s
[asn1-encoding] depends base-4.18.2.0
2781.22 s
[asn1-encoding] depends bytestring-0.11.5.3
2781.22 s
[asn1-encoding] depends hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
2781.22 s
[asn1-encoding] depends mtl-2.3.1
2781.22 s
[asn1-encoding] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2781.22 s
[asn1-encoding] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2781.22 s
[asn1-encoding] Using Cabal-3.10.1.0 compiled by ghc-9.6
2781.22 s
[asn1-encoding] Using compiler: ghc-9.6.4
2781.22 s
[asn1-encoding] Using install prefix:
2781.22 s
[asn1-encoding] /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6
2781.22 s
[asn1-encoding] Executables installed in:
2781.22 s
[asn1-encoding] /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/bin
2781.22 s
[asn1-encoding] Libraries installed in:
2781.22 s
[asn1-encoding] /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
2781.22 s
[asn1-encoding] Dynamic Libraries installed in:
2781.22 s
[asn1-encoding] /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2781.22 s
[asn1-encoding] Private executables installed in:
2781.22 s
[asn1-encoding] /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/libexec/x86_64-linux-ghc-9.6.4/asn1-encoding-0.9.6
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.22 s
[async] async_cancel: [OK]
2781.23 s
[async] async_cancel: [OK]
2781.23 s
[async] async_cancel: [OK]
2781.23 s
[async] async_cancel: [OK]
2781.23 s
[async] async_cancel: [OK]
2781.23 s
[async] async_cancel: [OK]
2781.23 s
[async] async_cancel: [OK]
2781.23 s
[async] async_cancel: [OK]
2781.23 s
[async] async_cancel: [OK]
2781.23 s
[async] async_cancel: [OK]
2781.23 s
[async] async_cancel: [OK]
2781.23 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.24 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancel: [OK]
2781.25 s
[async] async_cancelmany: [OK]
2781.25 s
[async] async_poll: [OK]
2781.25 s
[async] async_poll2: [OK]
2781.25 s
[async] withasync_waitCatch_blocked: [OK]
2781.25 s
[async] withasync_wait_blocked: [OK]
2781.25 s
[async] children surviving too long:
2781.25 s
[async] concurrently+success: [OK]
2781.25 s
[async] concurrently+failure: [OK]
2781.25 s
[async] concurrentlyE+success: [OK]
2781.25 s
[async] concurrentlyE+failure: [OK]
2781.25 s
[async] race+success: [OK]
2781.25 s
[async] race+failure: [OK]
2781.25 s
[async] cancel: [OK]
2781.25 s
[async] withAsync: [OK]
2781.25 s
[async] concurrently_: [OK]
2781.25 s
[async] replicateConcurrently_: [OK]
2781.25 s
[async] replicateConcurrently: [OK]
2781.25 s
[async] link1: [OK]
2781.25 s
[async] link2: [OK]
2781.25 s
[async] link1_cancel: [OK]
2781.25 s
[async] concurrently_deadlock: [OK]
2781.25 s
[async] concurrentlyE_deadlock: [OK]
2781.25 s
[async] concurrentlyE:
2781.25 s
[async] concurrentlyE_right: [OK]
2781.25 s
[async] concurrentlyE_left1: [OK]
2781.25 s
[async] concurrentlyE_left2: [OK]
2781.25 s
[async] concurrentlyE_earlyException: [OK]
2781.25 s
[async] concurrentlyE_lateException: [OK]
2781.25 s
[async] concurrentlyE_Monoid: [OK]
2781.26 s
[async] concurrentlyE_Monoid_fail: [OK]
2781.26 s
[async]
2781.26 s
[async] Test Cases Total
2781.26 s
[async] Passed 1034 1034
2781.26 s
[async] Failed 0 0
2781.26 s
[async] Total 1034 1034
2781.26 s
[async] Test suite test-async: PASS
2781.26 s
[async] Test suite logged to: dist/test/async-2.2.5-test-async.log
2781.26 s
[async] 1 of 1 test suites (1 of 1 test cases) passed.
2781.26 s
[async] checkPhase completed in 1 minutes 31 seconds
2781.26 s
[async] Phase: haddockPhase
2781.26 s
[async] Preprocessing library for async-2.2.5..
2781.26 s
[async] Running Haddock on library for async-2.2.5..
2781.26 s
[async] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2781.26 s
[async] 86% ( 58 / 67) in 'Control.Concurrent.Async.Internal'
2781.26 s
[async] Missing documentation for:
2781.26 s
[async] asyncUsing (Control/Concurrent/Async/Internal.hs:122)
2781.26 s
[async] withAsyncUsing (Control/Concurrent/Async/Internal.hs:174)
2781.26 s
[async] ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460)
2781.26 s
[async] isCancel (Control/Concurrent/Async/Internal.hs:541)
2781.26 s
[async] concurrently' (Control/Concurrent/Async/Internal.hs:646)
2781.26 s
[async] catchAll (Control/Concurrent/Async/Internal.hs:857)
2781.26 s
[async] tryAll (Control/Concurrent/Async/Internal.hs:860)
2781.26 s
[async] rawForkIO (Control/Concurrent/Async/Internal.hs:867)
2781.26 s
[async] rawForkOn (Control/Concurrent/Async/Internal.hs:872)
2781.26 s
[async]
2781.26 s
[async] Control/Concurrent/Async/Internal.hs:50:1: warning : [ -Wunused-imports ]
2781.26 s
[async] The import of ‘Data.Semigroup’ is redundant
2781.26 s
[async] except perhaps to import instances from ‘Data.Semigroup’
2781.26 s
[async] To import instances alone, use: import Data.Semigroup()
2781.26 s
[async] |
2781.26 s
[async] 50 | import Data.Semigroup (Semigroup((<>)))
2781.26 s
[barbies] [ 1 of 32] Compiling Barbies.Internal.Dicts ( src/Barbies/Internal/Dicts.hs, dist/build/Barbies/Internal/Dicts.o, dist/build/Barbies/Internal/Dicts.dyn_o )
2781.26 s
[barbies] [ 2 of 32] Compiling Barbies.Internal.Writer ( src/Barbies/Internal/Writer.hs, dist/build/Barbies/Internal/Writer.o, dist/build/Barbies/Internal/Writer.dyn_o )
2781.26 s
[barbies] [ 3 of 32] Compiling Data.Generics.GenericN ( src/Data/Generics/GenericN.hs, dist/build/Data/Generics/GenericN.o, dist/build/Data/Generics/GenericN.dyn_o )
2781.26 s
[barbies] [ 4 of 32] Compiling Barbies.Internal.Wear ( src/Barbies/Internal/Wear.hs, dist/build/Barbies/Internal/Wear.o, dist/build/Barbies/Internal/Wear.dyn_o )
2781.26 s
[barbies] [ 5 of 32] Compiling Barbies.Generics.Traversable ( src/Barbies/Generics/Traversable.hs, dist/build/Barbies/Generics/Traversable.o, dist/build/Barbies/Generics/Traversable.dyn_o )
2781.26 s
[barbies] [ 6 of 32] Compiling Barbies.Generics.Functor ( src/Barbies/Generics/Functor.hs, dist/build/Barbies/Generics/Functor.o, dist/build/Barbies/Generics/Functor.dyn_o )
2781.26 s
[barbies] [ 7 of 32] Compiling Barbies.Internal.FunctorT ( src/Barbies/Internal/FunctorT.hs, dist/build/Barbies/Internal/FunctorT.o, dist/build/Barbies/Internal/FunctorT.dyn_o )
2781.26 s
[barbies] [ 8 of 32] Compiling Barbies.Internal.TraversableT ( src/Barbies/Internal/TraversableT.hs, dist/build/Barbies/Internal/TraversableT.o, dist/build/Barbies/Internal/TraversableT.dyn_o )
2781.26 s
[barbies] [ 9 of 32] Compiling Barbies.Internal.MonadT ( src/Barbies/Internal/MonadT.hs, dist/build/Barbies/Internal/MonadT.o, dist/build/Barbies/Internal/MonadT.dyn_o )
2781.26 s
[barbies] [10 of 32] Compiling Barbies.Internal.FunctorB ( src/Barbies/Internal/FunctorB.hs, dist/build/Barbies/Internal/FunctorB.o, dist/build/Barbies/Internal/FunctorB.dyn_o )
2781.26 s
[barbies] [11 of 32] Compiling Barbies.Internal.TraversableB ( src/Barbies/Internal/TraversableB.hs, dist/build/Barbies/Internal/TraversableB.o, dist/build/Barbies/Internal/TraversableB.dyn_o )
2781.26 s
[barbies] [12 of 32] Compiling Barbies.Generics.Distributive ( src/Barbies/Generics/Distributive.hs, dist/build/Barbies/Generics/Distributive.o, dist/build/Barbies/Generics/Distributive.dyn_o )
2781.26 s
[barbies] [13 of 32] Compiling Barbies.Internal.DistributiveT ( src/Barbies/Internal/DistributiveT.hs, dist/build/Barbies/Internal/DistributiveT.o, dist/build/Barbies/Internal/DistributiveT.dyn_o )
2781.26 s
[barbies] [14 of 32] Compiling Barbies.Internal.DistributiveB ( src/Barbies/Internal/DistributiveB.hs, dist/build/Barbies/Internal/DistributiveB.o, dist/build/Barbies/Internal/DistributiveB.dyn_o )
2781.26 s
[barbies] [15 of 32] Compiling Barbies.Generics.Constraints ( src/Barbies/Generics/Constraints.hs, dist/build/Barbies/Generics/Constraints.o, dist/build/Barbies/Generics/Constraints.dyn_o )
2781.26 s
[barbies] [16 of 32] Compiling Barbies.Generics.Bare ( src/Barbies/Generics/Bare.hs, dist/build/Barbies/Generics/Bare.o, dist/build/Barbies/Generics/Bare.dyn_o )
2781.26 s
[barbies] [17 of 32] Compiling Barbies.Internal.BareB ( src/Barbies/Internal/BareB.hs, dist/build/Barbies/Internal/BareB.o, dist/build/Barbies/Internal/BareB.dyn_o )
2781.26 s
[barbies] [18 of 32] Compiling Barbies.Bare ( src/Barbies/Bare.hs, dist/build/Barbies/Bare.o, dist/build/Barbies/Bare.dyn_o )
2781.26 s
[barbies] [19 of 32] Compiling Barbies.Generics.Applicative ( src/Barbies/Generics/Applicative.hs, dist/build/Barbies/Generics/Applicative.o, dist/build/Barbies/Generics/Applicative.dyn_o )
2781.26 s
[barbies] [20 of 32] Compiling Barbies.Internal.ApplicativeT ( src/Barbies/Internal/ApplicativeT.hs, dist/build/Barbies/Internal/ApplicativeT.o, dist/build/Barbies/Internal/ApplicativeT.dyn_o )
2781.26 s
[barbies] [21 of 32] Compiling Barbies.Internal.ConstraintsT ( src/Barbies/Internal/ConstraintsT.hs, dist/build/Barbies/Internal/ConstraintsT.o, dist/build/Barbies/Internal/ConstraintsT.dyn_o )
2781.26 s
[barbies] [22 of 32] Compiling Data.Functor.Transformer ( src/Data/Functor/Transformer.hs, dist/build/Data/Functor/Transformer.o, dist/build/Data/Functor/Transformer.dyn_o )
2781.26 s
[barbies] [23 of 32] Compiling Barbies.Internal.ApplicativeB ( src/Barbies/Internal/ApplicativeB.hs, dist/build/Barbies/Internal/ApplicativeB.o, dist/build/Barbies/Internal/ApplicativeB.dyn_o )
2781.26 s
[barbies] [24 of 32] Compiling Barbies.Internal.ConstraintsB ( src/Barbies/Internal/ConstraintsB.hs, dist/build/Barbies/Internal/ConstraintsB.o, dist/build/Barbies/Internal/ConstraintsB.dyn_o )
2781.26 s
[comonad] Preprocessing library for comonad-5.0.9..
2781.26 s
[comonad] Building library for comonad-5.0.9..
2781.26 s
[comonad] [ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, dist/build/Control/Comonad.o, dist/build/Control/Comonad.dyn_o )
2781.26 s
[comonad] [ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.o, dist/build/Control/Comonad/Hoist/Class.dyn_o )
2781.26 s
[comonad] [ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.o, dist/build/Control/Comonad/Trans/Class.dyn_o )
2781.26 s
[comonad] [ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.o, dist/build/Control/Comonad/Trans/Env.dyn_o )
2781.27 s
[comonad] [ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.o, dist/build/Control/Comonad/Trans/Identity.dyn_o )
2781.27 s
[comonad] [ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.o, dist/build/Control/Comonad/Identity.dyn_o )
2781.27 s
[comonad] [ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.o, dist/build/Control/Comonad/Trans/Store.dyn_o )
2781.27 s
[comonad] [ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.o, dist/build/Control/Comonad/Trans/Traced.dyn_o )
2781.27 s
[comonad] [ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.o, dist/build/Control/Comonad/Traced/Class.dyn_o )
2781.27 s
[comonad] [10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.o, dist/build/Control/Comonad/Traced.dyn_o )
2781.27 s
[comonad] [11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.o, dist/build/Control/Comonad/Store/Class.dyn_o )
2781.27 s
[comonad] [12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.o, dist/build/Control/Comonad/Store.dyn_o )
2781.27 s
[comonad] [13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.o, dist/build/Control/Comonad/Env/Class.dyn_o )
2781.27 s
[comonad] [14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.o, dist/build/Control/Comonad/Env.dyn_o )
2781.27 s
[comonad] [15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.o, dist/build/Data/Functor/Composition.dyn_o )
2781.27 s
[comonad] [ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, dist/build/Control/Comonad.p_o )
2781.27 s
[comonad] [ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.p_o )
2781.27 s
[comonad] [ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.p_o )
2781.27 s
[comonad] [ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.p_o )
2781.27 s
[comonad] [ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.p_o )
2781.27 s
[comonad] [ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.p_o )
2781.27 s
[comonad] [ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.p_o )
2781.27 s
[comonad] [ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.p_o )
2781.27 s
[comonad] [ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.p_o )
2781.27 s
[comonad] [10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.p_o )
2781.27 s
[comonad] [11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.p_o )
2781.27 s
[comonad] [12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.p_o )
2781.27 s
[crypton] Preprocessing test suite 'test-crypton' for crypton-1.0.4..
2781.27 s
[crypton] Building test suite 'test-crypton' for crypton-1.0.4..
2781.27 s
[crypton] [ 1 of 58] Compiling BCryptPBKDF ( tests/BCryptPBKDF.hs, dist/build/test-crypton/test-crypton-tmp/BCryptPBKDF.o )
2781.50 s
[genvalidity:post-build] Uploading to the NixCI cache: /nix/store/la0dxa3glkmvhmwvisip192nh4s0xv4j-genvalidity-1.1.1.0-doc /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0
2781.89 s
[genvalidity:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2782.62 s
[genvalidity:post-build] copying 2 paths...
2782.62 s
[genvalidity:post-build] copying path '/nix/store/la0dxa3glkmvhmwvisip192nh4s0xv4j-genvalidity-1.1.1.0-doc' to 'https://cache.nix-ci.com'...
2783.77 s
[genvalidity:post-build] copying path '/nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0' to 'https://cache.nix-ci.com'...
2786.96 s
[genvalidity:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2788.08 s
[genvalidity:post-build] copying 1 paths...
2788.09 s
[genvalidity:post-build] copying path '/nix/store/gdi5p0dx3iihvh8xjw4j486ji1jsykwg-genvalidity-1.1.1.0.drv' to 'https://cache.nix-ci.com'...
2788.88 s
Uploaded genvalidity in 7.4s
2788.90 s
Progress: 145 of 211 built (11 building), 298 of 298 downloaded from cache
2788.90 s
Built genvalidity in 4m42s
2788.90 s
[strict] Phase: setupCompilerEnvironmentPhase
2788.90 s
[strict] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2788.90 s
[strict] Phase: unpackPhase
2788.90 s
[strict] unpacking source archive /nix/store/fsrb31ha52zg847j45yqvbbss2qhks1b-strict-0.5.1.tar.gz
2788.90 s
[strict] source root is strict-0.5.1
2788.90 s
[strict] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "strict-0.5.1/strict.cabal"
2788.90 s
[strict] Phase: patchPhase
2788.90 s
[strict] Replace Cabal file with edited version from mirror://hackage/strict-0.5.1/revision/1.cabal.
2788.90 s
[strict] Phase: compileBuildDriverPhase
2788.90 s
[strict] setupCompileFlags: -package-db=/build/tmp.JGRuvnPdnu/setup-package.conf.d -threaded
2788.90 s
[strict] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.JGRuvnPdnu/Main.o )
2788.90 s
[strict] [2 of 2] Linking Setup
2788.91 s
[strict] Phase: updateAutotoolsGnuConfigScriptsPhase
2788.91 s
[strict] Phase: configurePhase
2788.91 s
[strict] configureFlags: --verbose --prefix=/nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/p2k1nvzal2air14wvwpya0avyl18hpwm-strict-0.5.1-doc/share/doc/strict-0.5.1 --with-gcc=gcc --package-db=/build/tmp.JGRuvnPdnu/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2788.91 s
[strict] Using Parsec parser
2788.91 s
[strict] Configuring strict-0.5.1...
2788.91 s
[strict] Dependency assoc >=1.1.1 && <1.2: using assoc-1.1.1
2788.91 s
[strict] Dependency base >=4.12.0.0 && <5: using base-4.18.2.0
2788.92 s
[strict] Dependency binary >=0.8.6.0 && <0.9: using binary-0.8.9.1
2788.92 s
[strict] Dependency bytestring >=0.10.8.2 && <0.13: using bytestring-0.11.5.3
2788.92 s
[strict] Dependency deepseq >=1.4.4.0 && <1.6: using deepseq-1.4.8.1
2788.92 s
[strict] Dependency ghc-prim: using ghc-prim-0.10.0
2788.92 s
[strict] Dependency hashable >=1.4.7.0 && <1.6: using hashable-1.4.7.0
2788.92 s
[strict] Dependency text >=1.2.3.1 && <1.3 || >=2.0 && <2.2: using text-2.0.2
2788.92 s
[strict] Dependency these >=1.2.1 && <1.3: using these-1.2.1
2788.92 s
[strict] Dependency transformers >=0.5.6.2 && <0.7: using transformers-0.6.1.0
2788.92 s
[strict] Source component graph: component lib
2788.92 s
[strict] Configured component graph:
2788.92 s
[strict] component strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o
2788.92 s
[strict] include assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
2788.92 s
[strict] include base-4.18.2.0
2788.92 s
[strict] include binary-0.8.9.1
2788.92 s
[strict] include bytestring-0.11.5.3
2788.92 s
[strict] include deepseq-1.4.8.1
2788.92 s
[strict] include ghc-prim-0.10.0
2788.92 s
[strict] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2788.92 s
[strict] include text-2.0.2
2788.92 s
[strict] include these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
2788.92 s
[strict] include transformers-0.6.1.0
2788.92 s
[strict] Linked component graph:
2788.92 s
[strict] unit strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o
2788.92 s
[strict] include assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
2788.92 s
[strict] include base-4.18.2.0
2788.92 s
[strict] include binary-0.8.9.1
2788.92 s
[strict] include bytestring-0.11.5.3
2788.92 s
[strict] include deepseq-1.4.8.1
2788.92 s
[strict] include ghc-prim-0.10.0
2788.92 s
[strict] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2788.92 s
[strict] include text-2.0.2
2788.92 s
[strict] include these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
2788.92 s
[strict] include transformers-0.6.1.0
2788.92 s
[text-short] stripPrefix: OK (2.03s)
2788.92 s
[text-short] +++ OK, passed 50000 tests.
2788.92 s
[text-short] stripSuffix: OK (2.26s)
2788.92 s
[text-short] +++ OK, passed 50000 tests.
2788.92 s
[text-short] stripPrefix 2: OK (1.11s)
2788.92 s
[text-short] +++ OK, passed 50000 tests.
2788.92 s
[text-short] stripSuffix 2: OK (1.13s)
2788.92 s
[text-short] +++ OK, passed 50000 tests.
2788.92 s
[text-short] cons: OK (1.40s)
2788.92 s
[text-short] +++ OK, passed 50000 tests.
2788.92 s
[text-short] snoc: OK (1.58s)
2788.92 s
[text-short] +++ OK, passed 50000 tests.
2788.92 s
[text-short] uncons: OK (1.47s)
2788.92 s
[text-short] +++ OK, passed 50000 tests.
2788.92 s
[text-short] unsnoc: OK (1.24s)
2788.92 s
[text-short] +++ OK, passed 50000 tests.
2788.92 s
[text-short] break: OK (1.28s)
2788.92 s
[text-short] +++ OK, passed 50000 tests.
2788.92 s
[text-short] span: OK (1.14s)
2788.92 s
[text-short] +++ OK, passed 50000 tests.
2788.92 s
[text-short] breakEnd: OK (1.10s)
2788.92 s
[text-short] +++ OK, passed 50000 tests.
2788.92 s
[text-short] spanEnd: OK (1.08s)
2788.92 s
[text-short] +++ OK, passed 50000 tests.
2788.92 s
[text-short] splitAt/isPrefixOf: OK (1.51s)
2788.92 s
[text-short] +++ OK, passed 50000 tests.
2788.92 s
[text-short] splitAt/isSuffixOf: OK (1.52s)
2788.92 s
[text-short] +++ OK, passed 50000 tests.
2788.92 s
[text-short]
2788.92 s
[text-short] All 81 tests passed (100.06s)
2788.92 s
[text-short] Test suite text-short-tests: PASS
2788.92 s
[text-short] Test suite logged to: dist/test/text-short-0.1.6-text-short-tests.log
2788.92 s
[text-short] 1 of 1 test suites (1 of 1 test cases) passed.
2788.92 s
[text-short] checkPhase completed in 1 minutes 41 seconds
2788.92 s
[text-short] Phase: haddockPhase
2788.92 s
[text-short] Preprocessing library for text-short-0.1.6..
2788.93 s
[text-short] Running Haddock on library for text-short-0.1.6..
2788.93 s
[text-short] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2788.93 s
[text-short] 100% ( 3 / 3) in 'Data.Text.Short.Unsafe'
2788.93 s
[text-short] 100% ( 76 / 76) in 'Data.Text.Short'
2788.93 s
[text-short] 100% ( 9 / 9) in 'Data.Text.Short.Partial'
2788.93 s
[time-compat] Using Cabal-3.10.1.0 compiled by ghc-9.6
2788.93 s
[time-compat] Using compiler: ghc-9.6.4
2788.93 s
[time-compat] Using install prefix:
2788.93 s
[time-compat] /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7
2788.93 s
[time-compat] Executables installed in:
2788.93 s
[time-compat] /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/bin
2788.93 s
[time-compat] Libraries installed in:
2788.93 s
[time-compat] /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
2788.93 s
[time-compat] Dynamic Libraries installed in:
2788.93 s
[time-compat] /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2788.93 s
[time-compat] Private executables installed in:
2788.93 s
[time-compat] /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/libexec/x86_64-linux-ghc-9.6.4/time-compat-1.9.7
2788.93 s
[time-compat] Data files installed in:
2788.93 s
[time-compat] /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/share/x86_64-linux-ghc-9.6.4/time-compat-1.9.7
2788.93 s
[time-compat] Documentation installed in:
2788.93 s
[time-compat] /nix/store/n8w5dr4xg2n3h2vf8lyg89bin413nzdd-time-compat-1.9.7-doc/share/doc/time-compat-1.9.7
2788.93 s
[time-compat] Configuration files installed in:
2788.93 s
[time-compat] /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/etc
2788.93 s
[time-compat] No alex found
2788.93 s
[time-compat] Using ar found on system at:
2788.93 s
[time-compat] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2788.93 s
[time-compat] No c2hs found
2788.93 s
[time-compat] No cpphs found
2788.93 s
[time-compat] No doctest found
2788.93 s
[time-compat] Using gcc version 14.3.0 given by user at:
2788.93 s
[time-compat] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2788.93 s
[time-compat] Using ghc version 9.6.4 found on system at:
2788.93 s
[time-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2788.93 s
[time-compat] Using ghc-pkg version 9.6.4 found on system at:
2788.93 s
[time-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2788.93 s
[time-compat] No ghcjs found
2788.93 s
[time-compat] No ghcjs-pkg found
2788.93 s
[time-compat] No greencard found
2788.93 s
[time-compat] Using haddock version 2.29.2 found on system at:
2788.93 s
[time-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2788.93 s
[time-compat] No happy found
2788.93 s
[time-compat] Using haskell-suite found on system at: haskell-suite-dummy-location
2788.93 s
[time-compat] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2788.93 s
[time-compat] No hmake found
2788.93 s
[time-compat] Using hpc version 0.68 found on system at:
2788.93 s
[time-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2788.93 s
[time-compat] Using hsc2hs version 0.68.9 found on system at:
2788.93 s
[time-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2788.94 s
[time-compat] Using hscolour version 1.25 found on system at:
2788.94 s
[time-compat] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2788.94 s
[time-compat] No jhc found
2788.94 s
[time-compat] Using ld found on system at:
2788.94 s
[time-compat] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2788.94 s
[time-compat] No pkg-config found
2788.94 s
[time-compat] Using runghc version 9.6.4 found on system at:
2788.94 s
[time-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2788.94 s
[time-compat] Using strip version 2.44 found on system at:
2788.94 s
[time-compat] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2788.94 s
[time-compat] Using tar found on system at:
2788.94 s
[time-compat] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2788.94 s
[time-compat] No uhc found
2788.94 s
[time-compat] Phase: buildPhase
2788.94 s
[time-compat] Preprocessing library for time-compat-1.9.7..
2788.94 s
[time-compat] Building library for time-compat-1.9.7..
2788.94 s
[time-compat] [ 1 of 20] Compiling Data.Format ( src/Data/Format.hs, dist/build/Data/Format.o, dist/build/Data/Format.dyn_o )
2788.94 s
[time-compat] [ 2 of 20] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, dist/build/Data/Time/Calendar/Month/Compat.o, dist/build/Data/Time/Calendar/Month/Compat.dyn_o )
2788.94 s
[time-compat] [ 3 of 20] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, dist/build/Data/Time/Calendar/Quarter/Compat.o, dist/build/Data/Time/Calendar/Quarter/Compat.dyn_o )
2788.94 s
[time-compat] [ 4 of 20] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, dist/build/Data/Time/Calendar/Types.o, dist/build/Data/Time/Calendar/Types.dyn_o )
2788.94 s
[time-compat] [ 5 of 20] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, dist/build/Data/Time/Orphans.o, dist/build/Data/Time/Orphans.dyn_o )
2788.94 s
[time-compat] [ 6 of 20] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, dist/build/Data/Time/Format/ISO8601/Compat.o, dist/build/Data/Time/Format/ISO8601/Compat.dyn_o )
2788.94 s
[time-compat] [ 7 of 20] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, dist/build/Data/Time/Format/Compat.o, dist/build/Data/Time/Format/Compat.dyn_o )
2788.94 s
[uuid-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2788.94 s
[uuid-types] Using hscolour version 1.25 found on system at:
2788.94 s
[uuid-types] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2788.95 s
[uuid-types] No jhc found
2788.95 s
[uuid-types] Using ld found on system at:
2788.95 s
[uuid-types] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2788.95 s
[uuid-types] No pkg-config found
2788.95 s
[uuid-types] Using runghc version 9.6.4 found on system at:
2788.95 s
[uuid-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2788.95 s
[uuid-types] Using strip version 2.44 found on system at:
2788.95 s
[uuid-types] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2788.95 s
[uuid-types] Using tar found on system at:
2788.95 s
[uuid-types] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2788.95 s
[uuid-types] No uhc found
2788.95 s
[uuid-types] Phase: buildPhase
2788.95 s
[uuid-types] Preprocessing library for uuid-types-1.0.6..
2788.95 s
[uuid-types] Building library for uuid-types-1.0.6..
2788.95 s
[uuid-types] [1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, dist/build/Data/UUID/Types/Internal/Builder.o, dist/build/Data/UUID/Types/Internal/Builder.dyn_o )
2788.95 s
[uuid-types] [2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, dist/build/Data/UUID/Types/Internal.o, dist/build/Data/UUID/Types/Internal.dyn_o )
2788.95 s
[uuid-types]
2788.95 s
[uuid-types] src/Data/UUID/Types/Internal.hs:49:1: warning : [ -Wunused-imports ]
2788.95 s
[uuid-types] The import of ‘Control.Applicative’ is redundant
2788.95 s
[uuid-types] except perhaps to import instances from ‘Control.Applicative’
2788.95 s
[uuid-types] To import instances alone, use: import Control.Applicative()
2788.95 s
[uuid-types] |
2788.95 s
[uuid-types] 49 | import Control.Applicative ((<*>))
2788.95 s
[uuid-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2788.95 s
[uuid-types]
2788.95 s
[uuid-types] src/Data/UUID/Types/Internal.hs:55:1: warning : [ -Wunused-imports ]
2788.95 s
[uuid-types] The import of ‘Data.Functor’ is redundant
2788.95 s
[uuid-types] except perhaps to import instances from ‘Data.Functor’
2788.95 s
[uuid-types] To import instances alone, use: import Data.Functor()
2788.96 s
[uuid-types] |
2788.96 s
[uuid-types] 55 | import Data.Functor ((<$>))
2788.96 s
[uuid-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2788.96 s
[uuid-types] [3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, dist/build/Data/UUID/Types.o, dist/build/Data/UUID/Types.dyn_o )
2788.96 s
[uuid-types] [1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, dist/build/Data/UUID/Types/Internal/Builder.p_o )
2788.96 s
[uuid-types] [2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, dist/build/Data/UUID/Types/Internal.p_o )
2788.96 s
[uuid-types]
2788.96 s
[uuid-types] src/Data/UUID/Types/Internal.hs:49:1: warning : [ -Wunused-imports ]
2788.96 s
[uuid-types] The import of ‘Control.Applicative’ is redundant
2788.96 s
[uuid-types] except perhaps to import instances from ‘Control.Applicative’
2788.96 s
[uuid-types] To import instances alone, use: import Control.Applicative()
2788.96 s
[uuid-types] |
2788.96 s
[uuid-types] 49 | import Control.Applicative ((<*>))
2788.96 s
[uuid-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2788.96 s
[uuid-types]
2788.96 s
[uuid-types] src/Data/UUID/Types/Internal.hs:55:1: warning : [ -Wunused-imports ]
2788.96 s
[uuid-types] The import of ‘Data.Functor’ is redundant
2788.96 s
[uuid-types] except perhaps to import instances from ‘Data.Functor’
2788.96 s
[uuid-types] To import instances alone, use: import Data.Functor()
2788.96 s
[uuid-types] |
2788.96 s
[uuid-types] 55 | import Data.Functor ((<$>))
2788.96 s
[uuid-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2788.96 s
[uuid-types] [3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, dist/build/Data/UUID/Types.p_o )
2788.96 s
[uuid-types] Preprocessing test suite 'testuuid' for uuid-types-1.0.6..
2788.96 s
[uuid-types] Building test suite 'testuuid' for uuid-types-1.0.6..
2788.96 s
[uuid-types] [1 of 1] Compiling Main ( tests/TestUUID.hs, dist/build/testuuid/testuuid-tmp/Main.o )
2788.96 s
[uuid-types]
2788.96 s
[vector] Flags chosen: boundschecks=True, internalchecks=False, unsafechecks=False,
2788.96 s
[vector] wall=False
2788.96 s
[vector] Dependency base >=4.9 && <4.22: using base-4.18.2.0
2788.96 s
[vector] Dependency deepseq >=1.1 && <1.6: using deepseq-1.4.8.1
2788.96 s
[vector] Dependency primitive >=0.6.4.0 && <0.10: using primitive-0.9.1.0
2788.96 s
[vector] Dependency vector-stream >=0.1 && <0.2: using vector-stream-0.1.0.1
2788.96 s
[vector] Dependency base: using base-4.18.2.0
2788.96 s
[vector] Dependency random >=1.2: using random-1.2.1.3
2788.96 s
[vector] Dependency tasty: using tasty-1.5.3
2788.96 s
[vector] Dependency vector: using vector-0.13.2.0
2788.96 s
[vector] Dependency QuickCheck >=2.9 && <2.16: using QuickCheck-2.14.3
2788.96 s
[vector] Dependency base >=4.5 && <5: using base-4.18.2.0
2788.96 s
[vector] Dependency base-orphans >=0.6: using base-orphans-0.9.3
2788.96 s
[vector] Dependency primitive: using primitive-0.9.1.0
2788.96 s
[vector] Dependency random: using random-1.2.1.3
2788.96 s
[vector] Dependency tasty: using tasty-1.5.3
2788.97 s
[vector] Dependency tasty-hunit: using tasty-hunit-0.10.2
2788.97 s
[vector] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
2788.97 s
[vector] Dependency template-haskell: using template-haskell-2.20.0.0
2788.97 s
[vector] Dependency transformers >=0.2.0.0: using transformers-0.6.1.0
2788.97 s
[vector] Dependency vector: using vector-0.13.2.0
2788.97 s
[vector] Dependency QuickCheck >=2.9 && <2.16: using QuickCheck-2.14.3
2788.97 s
[vector] Dependency base >=4.5 && <5: using base-4.18.2.0
2788.97 s
[vector] Dependency base-orphans >=0.6: using base-orphans-0.9.3
2788.97 s
[vector] Dependency primitive: using primitive-0.9.1.0
2788.97 s
[vector] Dependency random: using random-1.2.1.3
2788.97 s
[vector] Dependency tasty: using tasty-1.5.3
2788.97 s
[vector] Dependency tasty-hunit: using tasty-hunit-0.10.2
2788.97 s
[vector] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
2788.97 s
[vector] Dependency template-haskell: using template-haskell-2.20.0.0
2788.97 s
[vector] Dependency transformers >=0.2.0.0: using transformers-0.6.1.0
2788.97 s
[vector] Dependency vector: using vector-0.13.2.0
2788.97 s
[vector] Dependency base: using base-4.18.2.0
2788.97 s
[vector] Dependency doctest >=0.15 && <0.24: using doctest-0.22.6
2788.97 s
[vector] Dependency primitive >=0.6.4.0 && <0.10: using primitive-0.9.1.0
2788.97 s
[vector] Dependency vector: using vector-0.13.2.0
2788.97 s
[vector] Dependency base: using base-4.18.2.0
2788.97 s
[vector] Dependency primitive >=0.6.4.0 && <0.10: using primitive-0.9.1.0
2788.97 s
[vector] Dependency tasty: using tasty-1.5.3
2788.97 s
[vector] Dependency tasty-inspection-testing >=0.1: using
2788.97 s
[vector] tasty-inspection-testing-0.2.1
2788.97 s
[vector] Dependency vector: using vector-0.13.2.0
2788.97 s
[vector] Source component graph:
2788.97 s
[vector] component lib
2788.97 s
[vector] component lib:benchmarks-O2 dependency lib
2788.97 s
[vector] component test:vector-doctest dependency lib
2788.97 s
[vector] component test:vector-inspection dependency lib
2788.97 s
[vector] component test:vector-tests-O0 dependency lib
2788.97 s
[vector] component test:vector-tests-O2 dependency lib
2788.97 s
[vector] Configured component graph:
2788.97 s
[vector] component vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2788.97 s
[vector] include base-4.18.2.0
2788.97 s
[vector] include deepseq-1.4.8.1
2788.97 s
[vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2788.97 s
[vector] include vector-stream-0.1.0.1-3kAAjYjKcymLd80Bqq9Xxz
2788.97 s
[vector] component vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2
2788.97 s
[vector] include base-4.18.2.0
2788.98 s
[vector] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2788.98 s
[vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2788.98 s
[vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2788.98 s
[vector] component vector-0.13.2.0-5jMMqLdg0jR9vgoSQrXPwN-vector-doctest
2788.98 s
[vector] include base-4.18.2.0
2788.98 s
[vector] include doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
2788.98 s
[vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2788.98 s
[vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2788.98 s
[vector] component vector-0.13.2.0-CSnXJUNJu3hHREJU0hXRTc-vector-inspection
2788.98 s
[vector] include base-4.18.2.0
2788.98 s
[vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2788.98 s
[vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2788.98 s
[vector] include tasty-inspection-testing-0.2.1-IzA5Y4zvV6T7Qr0Rpz99ZO
2788.98 s
[vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2788.98 s
[vector] component vector-0.13.2.0-H8HhyIRU9OR2E6sYXdUQc0-vector-tests-O0
2788.98 s
[vector] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2788.98 s
[vector] include base-4.18.2.0
2788.98 s
[vector] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2788.98 s
[vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2788.98 s
[vector] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2788.98 s
[vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2788.98 s
[vector] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2788.98 s
[vector] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2788.98 s
[vector] include template-haskell-2.20.0.0
2788.98 s
[vector] include transformers-0.6.1.0
2789.26 s
Building /nix/store/wdjff0kxh5ffzp74w0hqsg5zwidhnnf5-genvalidity-property-1.0.0.0.drv
2789.26 s
[asn1-encoding] Data files installed in:
2789.26 s
[asn1-encoding] /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/share/x86_64-linux-ghc-9.6.4/asn1-encoding-0.9.6
2789.27 s
[asn1-encoding] Documentation installed in:
2789.27 s
[asn1-encoding] /nix/store/ybn4dq52267q78pvbiqasknqmi9hh8a6-asn1-encoding-0.9.6-doc/share/doc/asn1-encoding-0.9.6
2789.27 s
[asn1-encoding] Configuration files installed in:
2789.27 s
[asn1-encoding] /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/etc
2789.27 s
[asn1-encoding] No alex found
2789.27 s
[asn1-encoding] Using ar found on system at:
2789.27 s
[asn1-encoding] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2789.27 s
[asn1-encoding] No c2hs found
2789.27 s
[asn1-encoding] No cpphs found
2789.27 s
[asn1-encoding] No doctest found
2789.27 s
[asn1-encoding] Using gcc version 14.3.0 given by user at:
2789.27 s
[asn1-encoding] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2789.28 s
[asn1-encoding] Using ghc version 9.6.4 found on system at:
2789.28 s
[asn1-encoding] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2789.28 s
[asn1-encoding] Using ghc-pkg version 9.6.4 found on system at:
2789.28 s
[asn1-encoding] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2789.28 s
[asn1-encoding] No ghcjs found
2789.28 s
[asn1-encoding] No ghcjs-pkg found
2789.28 s
[asn1-encoding] No greencard found
2789.28 s
[asn1-encoding] Using haddock version 2.29.2 found on system at:
2789.28 s
[asn1-encoding] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2789.29 s
[asn1-encoding] No happy found
2789.29 s
[asn1-encoding] Using haskell-suite found on system at: haskell-suite-dummy-location
2789.29 s
[asn1-encoding] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2789.29 s
[asn1-encoding] No hmake found
2789.29 s
[asn1-encoding] Using hpc version 0.68 found on system at:
2789.29 s
[asn1-encoding] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2789.29 s
[asn1-encoding] Using hsc2hs version 0.68.9 found on system at:
2789.29 s
[asn1-encoding] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2789.29 s
[asn1-encoding] Using hscolour version 1.25 found on system at:
2789.29 s
[asn1-encoding] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2789.29 s
[asn1-encoding] No jhc found
2789.29 s
[asn1-encoding] Using ld found on system at:
2789.29 s
[asn1-encoding] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2789.29 s
[asn1-encoding] No pkg-config found
2789.29 s
[asn1-encoding] Using runghc version 9.6.4 found on system at:
2789.29 s
[asn1-encoding] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2789.29 s
[asn1-encoding] Using strip version 2.44 found on system at:
2789.29 s
[asn1-encoding] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2789.29 s
[asn1-encoding] Using tar found on system at:
2789.30 s
[asn1-encoding] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2789.30 s
[asn1-encoding] No uhc found
2789.30 s
[asn1-encoding] Phase: buildPhase
2789.30 s
[asn1-encoding] Preprocessing library for asn1-encoding-0.9.6..
2789.30 s
[asn1-encoding] Building library for asn1-encoding-0.9.6..
2789.30 s
[asn1-encoding] [ 1 of 12] Compiling Data.ASN1.Error ( Data/ASN1/Error.hs, dist/build/Data/ASN1/Error.o, dist/build/Data/ASN1/Error.dyn_o )
2789.30 s
[asn1-encoding] [ 2 of 12] Compiling Data.ASN1.Get ( Data/ASN1/Get.hs, dist/build/Data/ASN1/Get.o, dist/build/Data/ASN1/Get.dyn_o )
2789.30 s
[asn1-encoding]
2789.30 s
[asn1-encoding] Data/ASN1/Get.hs:31:29: warning : [ -Wunused-imports ]
2789.30 s
[asn1-encoding] The import of ‘Applicative’
2789.30 s
[asn1-encoding] from module ‘Control.Applicative’ is redundant
2789.30 s
[asn1-encoding] |
2789.30 s
[asn1-encoding] 31 | import Control.Applicative (Applicative(..) ,Alternative(..))
2789.30 s
[asn1-encoding] | ^^^^^^^^^^^^^^^
2789.30 s
[asn1-encoding]
2789.30 s
[asn1-encoding] Data/ASN1/Get.hs:92:5: warning : [ -Wnoncanonical-monad-instances ]
2789.30 s
[asn1-encoding] Noncanonical ‘pure = return’ definition detected
2789.30 s
[asn1-encoding] in the instance declaration for ‘Applicative Get’.
2789.30 s
[asn1-encoding] Move definition from ‘return’ to ‘pure’
2789.30 s
[asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2789.30 s
[asn1-encoding] |
2789.30 s
[asn1-encoding] 92 | pure = return
2789.30 s
[asn1-encoding] | ^^^^^^^^^^^^^^
2789.30 s
[asn1-encoding]
2789.30 s
[asn1-encoding] Data/ASN1/Get.hs:101:5: warning : [ -Wnoncanonical-monad-instances ]
2789.30 s
[asn1-encoding] Noncanonical ‘return’ definition detected
2789.30 s
[asn1-encoding] in the instance declaration for ‘Monad Get’.
2789.30 s
[asn1-encoding] ‘return’ will eventually be removed in favour of ‘pure’
2789.30 s
[asn1-encoding] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2789.30 s
[asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2789.30 s
[asn1-encoding] |
2789.30 s
[asn1-encoding] 101 | return a = Get $ \ s0 b0 m0 p0 _ ks -> ks s0 b0 m0 p0 a
2789.30 s
[async] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2789.30 s
[async] Warning: 'forkIO' is out of scope.
2789.31 s
[async] If you qualify the identifier, haddock can try to link it anyway.
2789.31 s
[async] Warning: 'Alternative' is out of scope.
2789.31 s
[async] If you qualify the identifier, haddock can try to link it anyway.
2789.31 s
[async] 98% ( 70 / 71) in 'Control.Concurrent.Async'
2789.31 s
[async] Missing documentation for:
2789.31 s
[async] ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460)
2789.31 s
[async] Documentation created: dist/doc/html/async/index.html,
2789.31 s
[async] dist/doc/html/async/async.txt
2789.31 s
[async] Preprocessing test suite 'test-async' for async-2.2.5..
2789.31 s
[async] Phase: installPhase
2789.31 s
[async] Installing library in /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2789.31 s
[async] Phase: fixupPhase
2789.31 s
[async] shrinking RPATHs of ELF executables and libraries in /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5
2789.31 s
[async] shrinking /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSasync-2.2.5-sGJFzu4bkmLEjth7eTA6J-ghc9.6.4.so
2789.31 s
[async] checking for references to /build/ in /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5...
2789.31 s
[async] patching script interpreter paths in /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5
2789.31 s
[async] stripping (with command strip and flags -S -p) in /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/lib
2789.31 s
[async] shrinking RPATHs of ELF executables and libraries in /nix/store/mimhdpfzh1rq1nrkpgv3i5bciyd84rfl-async-2.2.5-doc
2789.31 s
[async] checking for references to /build/ in /nix/store/mimhdpfzh1rq1nrkpgv3i5bciyd84rfl-async-2.2.5-doc...
2789.31 s
[async] patching script interpreter paths in /nix/store/mimhdpfzh1rq1nrkpgv3i5bciyd84rfl-async-2.2.5-doc
2789.31 s
[barbies] [25 of 32] Compiling Data.Functor.Barbie ( src/Data/Functor/Barbie.hs, dist/build/Data/Functor/Barbie.o, dist/build/Data/Functor/Barbie.dyn_o )
2789.31 s
[barbies] [26 of 32] Compiling Barbies.Internal.Containers ( src/Barbies/Internal/Containers.hs, dist/build/Barbies/Internal/Containers.o, dist/build/Barbies/Internal/Containers.dyn_o )
2789.31 s
[barbies] [27 of 32] Compiling Barbies.Internal.Wrappers ( src/Barbies/Internal/Wrappers.hs, dist/build/Barbies/Internal/Wrappers.o, dist/build/Barbies/Internal/Wrappers.dyn_o )
2789.31 s
[barbies] [28 of 32] Compiling Barbies.Internal.Trivial ( src/Barbies/Internal/Trivial.hs, dist/build/Barbies/Internal/Trivial.o, dist/build/Barbies/Internal/Trivial.dyn_o )
2789.31 s
[barbies] [29 of 32] Compiling Barbies.Bi ( src/Barbies/Bi.hs, dist/build/Barbies/Bi.o, dist/build/Barbies/Bi.dyn_o )
2789.31 s
[barbies] [30 of 32] Compiling Barbies ( src/Barbies.hs, dist/build/Barbies.o, dist/build/Barbies.dyn_o )
2789.31 s
[barbies] [31 of 32] Compiling Barbies.Constraints ( src/Barbies/Constraints.hs, dist/build/Barbies/Constraints.o, dist/build/Barbies/Constraints.dyn_o )
2789.31 s
[barbies] [32 of 32] Compiling Barbies.Internal ( src/Barbies/Internal.hs, dist/build/Barbies/Internal.o, dist/build/Barbies/Internal.dyn_o )
2789.31 s
[barbies] [ 1 of 32] Compiling Barbies.Internal.Dicts ( src/Barbies/Internal/Dicts.hs, dist/build/Barbies/Internal/Dicts.p_o )
2789.31 s
[barbies] [ 2 of 32] Compiling Barbies.Internal.Writer ( src/Barbies/Internal/Writer.hs, dist/build/Barbies/Internal/Writer.p_o )
2789.31 s
[barbies] [ 3 of 32] Compiling Data.Generics.GenericN ( src/Data/Generics/GenericN.hs, dist/build/Data/Generics/GenericN.p_o )
2789.31 s
[barbies] [ 4 of 32] Compiling Barbies.Internal.Wear ( src/Barbies/Internal/Wear.hs, dist/build/Barbies/Internal/Wear.p_o )
2789.31 s
[barbies] [ 5 of 32] Compiling Barbies.Generics.Traversable ( src/Barbies/Generics/Traversable.hs, dist/build/Barbies/Generics/Traversable.p_o )
2789.31 s
[barbies] [ 6 of 32] Compiling Barbies.Generics.Functor ( src/Barbies/Generics/Functor.hs, dist/build/Barbies/Generics/Functor.p_o )
2789.31 s
[barbies] [ 7 of 32] Compiling Barbies.Internal.FunctorT ( src/Barbies/Internal/FunctorT.hs, dist/build/Barbies/Internal/FunctorT.p_o )
2789.31 s
[barbies] [ 8 of 32] Compiling Barbies.Internal.TraversableT ( src/Barbies/Internal/TraversableT.hs, dist/build/Barbies/Internal/TraversableT.p_o )
2789.31 s
[barbies] [ 9 of 32] Compiling Barbies.Internal.MonadT ( src/Barbies/Internal/MonadT.hs, dist/build/Barbies/Internal/MonadT.p_o )
2789.31 s
[barbies] [10 of 32] Compiling Barbies.Internal.FunctorB ( src/Barbies/Internal/FunctorB.hs, dist/build/Barbies/Internal/FunctorB.p_o )
2789.31 s
[barbies] [11 of 32] Compiling Barbies.Internal.TraversableB ( src/Barbies/Internal/TraversableB.hs, dist/build/Barbies/Internal/TraversableB.p_o )
2789.31 s
[barbies] [12 of 32] Compiling Barbies.Generics.Distributive ( src/Barbies/Generics/Distributive.hs, dist/build/Barbies/Generics/Distributive.p_o )
2789.31 s
[barbies] [13 of 32] Compiling Barbies.Internal.DistributiveT ( src/Barbies/Internal/DistributiveT.hs, dist/build/Barbies/Internal/DistributiveT.p_o )
2789.31 s
[barbies] [14 of 32] Compiling Barbies.Internal.DistributiveB ( src/Barbies/Internal/DistributiveB.hs, dist/build/Barbies/Internal/DistributiveB.p_o )
2789.31 s
[barbies] [15 of 32] Compiling Barbies.Generics.Constraints ( src/Barbies/Generics/Constraints.hs, dist/build/Barbies/Generics/Constraints.p_o )
2789.31 s
[barbies] [16 of 32] Compiling Barbies.Generics.Bare ( src/Barbies/Generics/Bare.hs, dist/build/Barbies/Generics/Bare.p_o )
2789.31 s
[barbies] [17 of 32] Compiling Barbies.Internal.BareB ( src/Barbies/Internal/BareB.hs, dist/build/Barbies/Internal/BareB.p_o )
2789.31 s
[barbies] [18 of 32] Compiling Barbies.Bare ( src/Barbies/Bare.hs, dist/build/Barbies/Bare.p_o )
2789.31 s
[barbies] [19 of 32] Compiling Barbies.Generics.Applicative ( src/Barbies/Generics/Applicative.hs, dist/build/Barbies/Generics/Applicative.p_o )
2789.31 s
[barbies] [20 of 32] Compiling Barbies.Internal.ApplicativeT ( src/Barbies/Internal/ApplicativeT.hs, dist/build/Barbies/Internal/ApplicativeT.p_o )
2789.31 s
[barbies] [21 of 32] Compiling Barbies.Internal.ConstraintsT ( src/Barbies/Internal/ConstraintsT.hs, dist/build/Barbies/Internal/ConstraintsT.p_o )
2789.31 s
[barbies] [22 of 32] Compiling Data.Functor.Transformer ( src/Data/Functor/Transformer.hs, dist/build/Data/Functor/Transformer.p_o )
2789.31 s
[barbies] [23 of 32] Compiling Barbies.Internal.ApplicativeB ( src/Barbies/Internal/ApplicativeB.hs, dist/build/Barbies/Internal/ApplicativeB.p_o )
2789.31 s
[barbies] [24 of 32] Compiling Barbies.Internal.ConstraintsB ( src/Barbies/Internal/ConstraintsB.hs, dist/build/Barbies/Internal/ConstraintsB.p_o )
2789.31 s
[comonad] [13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.p_o )
2789.31 s
[comonad] [14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.p_o )
2789.31 s
[comonad] [15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.p_o )
2789.31 s
[comonad] Phase: checkPhase
2789.31 s
[comonad] Package has no test suites.
2789.31 s
[comonad] Phase: haddockPhase
2789.31 s
[comonad] Preprocessing library for comonad-5.0.9..
2789.31 s
[comonad] Running Haddock on library for comonad-5.0.9..
2789.31 s
[comonad] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2789.31 s
[comonad] 100% ( 22 / 22) in 'Control.Comonad'
2789.31 s
[comonad] 50% ( 1 / 2) in 'Control.Comonad.Hoist.Class'
2789.31 s
[comonad] Missing documentation for:
2789.31 s
[comonad] ComonadHoist (src/Control/Comonad/Hoist/Class.hs:20)
2789.31 s
[comonad] 50% ( 1 / 2) in 'Control.Comonad.Trans.Class'
2789.31 s
[comonad] Missing documentation for:
2789.31 s
[comonad] ComonadTrans (src/Control/Comonad/Trans/Class.hs:18)
2789.31 s
[comonad] 69% ( 9 / 13) in 'Control.Comonad.Trans.Env'
2789.31 s
[comonad] Missing documentation for:
2789.32 s
[comonad] Env (src/Control/Comonad/Trans/Env.hs:92)
2789.32 s
[comonad] runEnv (src/Control/Comonad/Trans/Env.hs:99)
2789.32 s
[comonad] EnvT (src/Control/Comonad/Trans/Env.hs:93)
2789.32 s
[comonad] runEnvT (src/Control/Comonad/Trans/Env.hs:102)
2789.32 s
[comonad] 100% ( 2 / 2) in 'Control.Comonad.Trans.Identity'
2789.32 s
[comonad] 100% ( 4 / 4) in 'Control.Comonad.Identity'
2789.32 s
[comonad] 73% ( 11 / 15) in 'Control.Comonad.Trans.Store'
2789.32 s
[comonad] Missing documentation for:
2789.32 s
[comonad] Store (src/Control/Comonad/Trans/Store.hs:87)
2789.32 s
[comonad] runStore (src/Control/Comonad/Trans/Store.hs:93)
2789.32 s
[comonad] StoreT (src/Control/Comonad/Trans/Store.hs:96)
2789.32 s
[comonad] runStoreT (src/Control/Comonad/Trans/Store.hs:98)
2789.32 s
[comonad] 33% ( 4 / 12) in 'Control.Comonad.Trans.Traced'
2789.32 s
[comonad] Missing documentation for:
2789.32 s
[comonad] Traced (src/Control/Comonad/Trans/Traced.hs:55)
2789.32 s
[comonad] traced (src/Control/Comonad/Trans/Traced.hs:57)
2789.32 s
[comonad] runTraced (src/Control/Comonad/Trans/Traced.hs:60)
2789.32 s
[comonad] TracedT (src/Control/Comonad/Trans/Traced.hs:63)
2789.32 s
[comonad] trace (src/Control/Comonad/Trans/Traced.hs:96)
2789.32 s
[comonad] listen (src/Control/Comonad/Trans/Traced.hs:99)
2789.32 s
[comonad] listens (src/Control/Comonad/Trans/Traced.hs:102)
2789.32 s
[comonad] censor (src/Control/Comonad/Trans/Traced.hs:105)
2789.32 s
[comonad] 33% ( 1 / 3) in 'Control.Comonad.Traced.Class'
2789.32 s
[comonad] Missing documentation for:
2789.32 s
[comonad] ComonadTraced (src/Control/Comonad/Traced/Class.hs:28)
2789.32 s
[comonad] traces (src/Control/Comonad/Traced/Class.hs:31)
2789.32 s
[comonad] 57% ( 8 / 14) in 'Control.Comonad.Traced'
2789.32 s
[comonad] Missing documentation for:
2789.32 s
[comonad] ComonadTraced (src/Control/Comonad/Traced/Class.hs:28)
2789.32 s
[comonad] traces (src/Control/Comonad/Traced/Class.hs:31)
2789.32 s
[comonad] Traced (src/Control/Comonad/Trans/Traced.hs:55)
2789.32 s
[comonad] traced (src/Control/Comonad/Trans/Traced.hs:57)
2789.32 s
[comonad] runTraced (src/Control/Comonad/Trans/Traced.hs:60)
2789.32 s
[comonad] TracedT (src/Control/Comonad/Trans/Traced.hs:63)
2789.32 s
[comonad] 25% ( 1 / 4) in 'Control.Comonad.Store.Class'
2789.32 s
[comonad] Missing documentation for:
2789.32 s
[comonad] ComonadStore (src/Control/Comonad/Store/Class.hs:29)
2789.32 s
[comonad] lowerPos (src/Control/Comonad/Store/Class.hs:53)
2789.32 s
[comonad] lowerPeek (src/Control/Comonad/Store/Class.hs:57)
2789.32 s
[comonad] 61% ( 8 / 13) in 'Control.Comonad.Store'
2789.32 s
[comonad] Missing documentation for:
2789.32 s
[comonad] ComonadStore (src/Control/Comonad/Store/Class.hs:29)
2789.32 s
[comonad] Store (src/Control/Comonad/Trans/Store.hs:87)
2789.32 s
[comonad] runStore (src/Control/Comonad/Trans/Store.hs:93)
2789.32 s
[comonad] StoreT (src/Control/Comonad/Trans/Store.hs:96)
2789.32 s
[comonad] runStoreT (src/Control/Comonad/Trans/Store.hs:98)
2789.32 s
[comonad] 33% ( 1 / 3) in 'Control.Comonad.Env.Class'
2789.32 s
[comonad] Missing documentation for:
2789.32 s
[comonad] ComonadEnv (src/Control/Comonad/Env/Class.hs:29)
2789.32 s
[comonad] asks (src/Control/Comonad/Env/Class.hs:32)
2789.32 s
[comonad] 60% ( 9 / 15) in 'Control.Comonad.Env'
2789.32 s
[comonad] Missing documentation for:
2789.32 s
[comonad] ComonadEnv (src/Control/Comonad/Env/Class.hs:29)
2789.32 s
[comonad] asks (src/Control/Comonad/Env/Class.hs:32)
2789.32 s
[comonad] Env (src/Control/Comonad/Trans/Env.hs:92)
2789.32 s
[comonad] runEnv (src/Control/Comonad/Trans/Env.hs:99)
2789.32 s
[comonad] EnvT (src/Control/Comonad/Trans/Env.hs:93)
2789.32 s
[comonad] runEnvT (src/Control/Comonad/Trans/Env.hs:102)
2789.32 s
[comonad] 50% ( 1 / 2) in 'Data.Functor.Composition'
2789.32 s
[comonad] Missing documentation for:
2789.32 s
[comonad] Module header
2789.32 s
[comonad] Warning: Control.Comonad: could not find link destinations for:
2789.32 s
[comonad] - WithIndex.Indexing
2789.32 s
[comonad] - Text.ParserCombinators.ReadP.P
2789.32 s
[crypton] [ 2 of 58] Compiling KAT_AES.KATCBC ( tests/KAT_AES/KATCBC.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AES/KATCBC.o )
2789.32 s
[haskell-src-meta] Phase: setupCompilerEnvironmentPhase
2789.32 s
[haskell-src-meta] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2789.32 s
[haskell-src-meta] Phase: unpackPhase
2789.32 s
[haskell-src-meta] unpacking source archive /nix/store/y975mhxx7ah298zdz9mf6g8rdrgaslzl-haskell-src-meta-0.8.15.tar.gz
2789.32 s
[haskell-src-meta] source root is haskell-src-meta-0.8.15
2789.32 s
[haskell-src-meta] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "haskell-src-meta-0.8.15/tests/TestExamples.hs"
2789.32 s
[haskell-src-meta] Phase: patchPhase
2789.32 s
[haskell-src-meta] Phase: compileBuildDriverPhase
2789.32 s
[haskell-src-meta] setupCompileFlags: -package-db=/build/tmp.aoalyLeZ3G/setup-package.conf.d -threaded
2789.32 s
[haskell-src-meta] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.aoalyLeZ3G/Main.o )
2789.32 s
[haskell-src-meta] [2 of 2] Linking Setup
2789.32 s
[haskell-src-meta] Phase: updateAutotoolsGnuConfigScriptsPhase
2789.32 s
[haskell-src-meta] Phase: configurePhase
2789.32 s
[haskell-src-meta] configureFlags: --verbose --prefix=/nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/n1hln1m9xlbk65w2y3yzfz16dlnhqgkb-haskell-src-meta-0.8.15-doc/share/doc/haskell-src-meta-0.8.15 --with-gcc=gcc --package-db=/build/tmp.aoalyLeZ3G/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2789.32 s
[strict] Data.Strict=strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o:Data.Strict,Data.Strict.Classes=strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o:Data.Strict.Classes,Data.Strict.Either=strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o:Data.Strict.Either,Data.Strict.Maybe=strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o:Data.Strict.Maybe,Data.Strict.These=strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o:Data.Strict.These,Data.Strict.Tuple=strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o:Data.Strict.Tuple,System.IO.Strict=strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o:System.IO.Strict
2789.32 s
[strict] Ready component graph:
2789.32 s
[strict] definite strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o
2789.32 s
[strict] depends assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
2789.32 s
[strict] depends base-4.18.2.0
2789.32 s
[strict] depends binary-0.8.9.1
2789.32 s
[strict] depends bytestring-0.11.5.3
2789.32 s
[strict] depends deepseq-1.4.8.1
2789.32 s
[strict] depends ghc-prim-0.10.0
2789.32 s
[strict] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
2789.33 s
[strict] depends text-2.0.2
2789.33 s
[strict] depends these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
2789.33 s
[strict] depends transformers-0.6.1.0
2789.33 s
[strict] Using Cabal-3.10.1.0 compiled by ghc-9.6
2789.33 s
[strict] Using compiler: ghc-9.6.4
2789.33 s
[strict] Using install prefix: /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1
2789.33 s
[strict] Executables installed in:
2789.33 s
[strict] /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/bin
2789.33 s
[strict] Libraries installed in:
2789.33 s
[strict] /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o
2789.33 s
[strict] Dynamic Libraries installed in:
2789.33 s
[strict] /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2789.33 s
[strict] Private executables installed in:
2789.33 s
[strict] /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/libexec/x86_64-linux-ghc-9.6.4/strict-0.5.1
2789.33 s
[strict] Data files installed in:
2789.33 s
[strict] /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/share/x86_64-linux-ghc-9.6.4/strict-0.5.1
2789.33 s
[strict] Documentation installed in:
2789.33 s
[strict] /nix/store/p2k1nvzal2air14wvwpya0avyl18hpwm-strict-0.5.1-doc/share/doc/strict-0.5.1
2789.33 s
[strict] Configuration files installed in:
2789.33 s
[strict] /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/etc
2789.33 s
[strict] No alex found
2789.33 s
[strict] Using ar found on system at:
2789.33 s
[strict] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2789.33 s
[strict] No c2hs found
2789.33 s
[strict] No cpphs found
2789.33 s
[strict] No doctest found
2789.33 s
[strict] Using gcc version 14.3.0 given by user at:
2789.33 s
[strict] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2789.33 s
[strict] Using ghc version 9.6.4 found on system at:
2789.33 s
[strict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2789.33 s
[strict] Using ghc-pkg version 9.6.4 found on system at:
2789.33 s
[strict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2789.33 s
[strict] No ghcjs found
2789.33 s
[strict] No ghcjs-pkg found
2789.33 s
[strict] No greencard found
2789.33 s
[strict] Using haddock version 2.29.2 found on system at:
2789.33 s
[strict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2789.33 s
[strict] No happy found
2789.33 s
[strict] Using haskell-suite found on system at: haskell-suite-dummy-location
2789.33 s
[strict] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2789.33 s
[strict] No hmake found
2789.33 s
[strict] Using hpc version 0.68 found on system at:
2789.33 s
[strict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2789.33 s
[strict] Using hsc2hs version 0.68.9 found on system at:
2789.33 s
[strict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2789.33 s
[strict] Using hscolour version 1.25 found on system at:
2789.33 s
[strict] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2789.33 s
[strict] No jhc found
2789.33 s
[strict] Using ld found on system at:
2789.33 s
[strict] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2789.33 s
[strict] No pkg-config found
2789.33 s
[strict] Using runghc version 9.6.4 found on system at:
2789.33 s
[strict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2789.33 s
[strict] Using strip version 2.44 found on system at:
2789.33 s
[strict] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2789.33 s
[strict] Using tar found on system at:
2789.33 s
[strict] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2789.33 s
[strict] No uhc found
2789.33 s
[strict] Phase: buildPhase
2789.33 s
[strict] Preprocessing library for strict-0.5.1..
2789.33 s
[strict] Building library for strict-0.5.1..
2789.33 s
[strict] [1 of 7] Compiling Data.Strict.Either ( src/Data/Strict/Either.hs, dist/build/Data/Strict/Either.o, dist/build/Data/Strict/Either.dyn_o )
2789.33 s
[strict] [2 of 7] Compiling Data.Strict.Maybe ( src/Data/Strict/Maybe.hs, dist/build/Data/Strict/Maybe.o, dist/build/Data/Strict/Maybe.dyn_o )
2789.33 s
[strict] [3 of 7] Compiling Data.Strict.These ( src/Data/Strict/These.hs, dist/build/Data/Strict/These.o, dist/build/Data/Strict/These.dyn_o )
2789.33 s
[strict] [4 of 7] Compiling Data.Strict.Tuple ( src/Data/Strict/Tuple.hs, dist/build/Data/Strict/Tuple.o, dist/build/Data/Strict/Tuple.dyn_o )
2789.33 s
[strict]
2789.33 s
[time-compat] [ 8 of 20] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, dist/build/Data/Time/Clock/System/Compat.o, dist/build/Data/Time/Clock/System/Compat.dyn_o )
2789.33 s
[time-compat] [ 9 of 20] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, dist/build/Data/Time/Clock/POSIX/Compat.o, dist/build/Data/Time/Clock/POSIX/Compat.dyn_o )
2789.33 s
[time-compat] [10 of 20] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, dist/build/Data/Time/Clock/Compat.o, dist/build/Data/Time/Clock/Compat.dyn_o )
2789.33 s
[time-compat] [11 of 20] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, dist/build/Data/Time/Calendar/WeekDate/Compat.o, dist/build/Data/Time/Calendar/WeekDate/Compat.dyn_o )
2789.33 s
[time-compat] [12 of 20] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, dist/build/Data/Time/Calendar/Private.o, dist/build/Data/Time/Calendar/Private.dyn_o )
2789.33 s
[time-compat] [13 of 20] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, dist/build/Data/Time/Calendar/OrdinalDate/Compat.o, dist/build/Data/Time/Calendar/OrdinalDate/Compat.dyn_o )
2789.33 s
[time-compat] [14 of 20] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, dist/build/Data/Time/Calendar/MonthDay/Compat.o, dist/build/Data/Time/Calendar/MonthDay/Compat.dyn_o )
2789.33 s
[time-compat] [15 of 20] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, dist/build/Data/Time/Calendar/Easter/Compat.o, dist/build/Data/Time/Calendar/Easter/Compat.dyn_o )
2789.33 s
[time-compat] [16 of 20] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, dist/build/Data/Time/Calendar/Compat.o, dist/build/Data/Time/Calendar/Compat.dyn_o )
2789.33 s
[time-compat] [17 of 20] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, dist/build/Data/Time/LocalTime/Compat.o, dist/build/Data/Time/LocalTime/Compat.dyn_o )
2789.33 s
[time-compat] [18 of 20] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, dist/build/Data/Time/Compat.o, dist/build/Data/Time/Compat.dyn_o )
2789.33 s
[time-compat] [19 of 20] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, dist/build/Data/Time/Clock/TAI/Compat.o, dist/build/Data/Time/Clock/TAI/Compat.dyn_o )
2789.33 s
[time-compat] [20 of 20] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, dist/build/Data/Time/Calendar/Julian/Compat.o, dist/build/Data/Time/Calendar/Julian/Compat.dyn_o )
2789.33 s
[time-compat] [ 1 of 20] Compiling Data.Format ( src/Data/Format.hs, dist/build/Data/Format.p_o )
2789.33 s
[time-compat] [ 2 of 20] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, dist/build/Data/Time/Calendar/Month/Compat.p_o )
2789.33 s
[time-compat] [ 3 of 20] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, dist/build/Data/Time/Calendar/Quarter/Compat.p_o )
2789.33 s
[time-compat] [ 4 of 20] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, dist/build/Data/Time/Calendar/Types.p_o )
2789.33 s
[time-compat] [ 5 of 20] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, dist/build/Data/Time/Orphans.p_o )
2789.33 s
[time-compat] [ 6 of 20] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, dist/build/Data/Time/Format/ISO8601/Compat.p_o )
2789.33 s
[time-compat] [ 7 of 20] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, dist/build/Data/Time/Format/Compat.p_o )
2789.33 s
[time-compat] [ 8 of 20] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, dist/build/Data/Time/Clock/System/Compat.p_o )
2789.33 s
[time-compat] [ 9 of 20] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, dist/build/Data/Time/Clock/POSIX/Compat.p_o )
2789.33 s
[time-compat] [10 of 20] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, dist/build/Data/Time/Clock/Compat.p_o )
2789.33 s
[time-compat] [11 of 20] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, dist/build/Data/Time/Calendar/WeekDate/Compat.p_o )
2789.33 s
[time-compat] [12 of 20] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, dist/build/Data/Time/Calendar/Private.p_o )
2789.33 s
[time-compat] [13 of 20] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, dist/build/Data/Time/Calendar/OrdinalDate/Compat.p_o )
2789.33 s
[uuid-types] tests/TestUUID.hs:11:1: warning : [ -Wunused-imports ]
2789.33 s
[uuid-types] The import of ‘Data.Functor’ is redundant
2789.33 s
[uuid-types] except perhaps to import instances from ‘Data.Functor’
2789.33 s
[uuid-types] To import instances alone, use: import Data.Functor()
2789.33 s
[uuid-types] |
2789.33 s
[uuid-types] 11 | import Data.Functor ((<$>))
2789.33 s
[uuid-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2789.33 s
[uuid-types] [2 of 2] Linking dist/build/testuuid/testuuid
2789.33 s
[uuid-types] Phase: checkPhase
2789.34 s
[uuid-types] Running 1 test suites...
2789.34 s
[uuid-types] Test suite testuuid: RUNNING...
2789.34 s
[uuid-types] tests
2789.34 s
[uuid-types] nil is null: OK
2789.34 s
[uuid-types] nil
2789.34 s
[uuid-types] nil string: OK
2789.34 s
[uuid-types] nil bytes: OK
2789.34 s
[uuid-types] TH.Lift: OK
2789.34 s
[uuid-types] conversions
2789.34 s
[uuid-types] conv bytes to string: OK
2789.34 s
[uuid-types] conv string to bytes: OK
2789.34 s
[uuid-types] UUID fromByteString: OK
2789.34 s
[uuid-types] UUID fromWords: OK
2789.34 s
[uuid-types] UUID Storeable(poke): OK
2789.34 s
[uuid-types] UUID Binary(encode): OK
2789.34 s
[uuid-types] String round trip: OK
2789.34 s
[uuid-types] +++ OK, passed 100 tests.
2789.34 s
[uuid-types] Read/Show round-trip: OK
2789.34 s
[uuid-types] +++ OK, passed 100 tests.
2789.34 s
[uuid-types] ByteString round trip: OK
2789.34 s
[uuid-types] +++ OK, passed 100 tests.
2789.34 s
[uuid-types] Storeable round-trip: OK
2789.34 s
[uuid-types] +++ OK, passed 100 tests.
2789.34 s
[uuid-types] String length: OK
2789.34 s
[uuid-types] +++ OK, passed 100 tests.
2789.34 s
[uuid-types] ByteString length: OK
2789.34 s
[uuid-types] +++ OK, passed 100 tests.
2789.34 s
[uuid-types] Randoms differ: OK
2789.34 s
[uuid-types] +++ OK, passed 100 tests.
2789.34 s
[uuid-types] Random not null: OK
2789.34 s
[uuid-types] +++ OK, passed 100 tests.
2789.34 s
[uuid-types] fromASCIIBytes_fromString1: OK
2789.34 s
[uuid-types] +++ OK, passed 100 tests.
2789.34 s
[uuid-types] fromASCIIBytes_fromString2: OK
2789.34 s
[uuid-types] +++ OK, passed 100 tests.
2789.34 s
[uuid-types] fromASCIIBytes_toString: OK
2789.34 s
[uuid-types] +++ OK, passed 100 tests.
2789.34 s
[uuid-types] fromASCIIBytes_toASCIIBytes: OK
2789.34 s
[uuid-types] +++ OK, passed 100 tests.
2789.34 s
[uuid-types] toASCIIBytes_fromASCIIBytes: OK
2789.34 s
[uuid-types] +++ OK, passed 100 tests.
2789.34 s
[uuid-types] toWords_fromWords: OK
2789.34 s
[uuid-types] +++ OK, passed 100 tests.
2789.34 s
[uuid-types] fromWords_toWords: OK
2789.34 s
[uuid-types] +++ OK, passed 100 tests.
2789.34 s
[uuid-types]
2789.34 s
[uuid-types] All 25 tests passed (0.01s)
2789.34 s
[uuid-types] Test suite testuuid: PASS
2789.34 s
[uuid-types] Test suite logged to: dist/test/uuid-types-1.0.6-testuuid.log
2789.34 s
[uuid-types] 1 of 1 test suites (1 of 1 test cases) passed.
2789.34 s
[uuid-types] Phase: haddockPhase
2789.34 s
[uuid-types] Preprocessing library for uuid-types-1.0.6..
2789.34 s
[uuid-types] Running Haddock on library for uuid-types-1.0.6..
2789.34 s
[uuid-types] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2789.34 s
[uuid-types] Warning: 'u' is out of scope.
2789.34 s
[uuid-types] If you qualify the identifier, haddock can try to link it anyway.
2789.34 s
[uuid-types] Warning: 'ByteString' is out of scope.
2789.34 s
[uuid-types] If you qualify the identifier, haddock can try to link it anyway.
2789.34 s
[uuid-types]
2789.34 s
[uuid-types] src/Data/UUID/Types/Internal.hs:49:1: warning : [ -Wunused-imports ]
2789.34 s
[uuid-types] The import of ‘Control.Applicative’ is redundant
2789.34 s
[uuid-types] except perhaps to import instances from ‘Control.Applicative’
2789.34 s
[uuid-types] To import instances alone, use: import Control.Applicative()
2789.34 s
[uuid-types] |
2789.34 s
[uuid-types] 49 | import Control.Applicative ((<*>))
2789.34 s
[uuid-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2789.34 s
[uuid-types]
2789.34 s
[uuid-types] src/Data/UUID/Types/Internal.hs:55:1: warning : [ -Wunused-imports ]
2789.34 s
[uuid-types] The import of ‘Data.Functor’ is redundant
2789.34 s
[uuid-types] except perhaps to import instances from ‘Data.Functor’
2789.34 s
[uuid-types] To import instances alone, use: import Data.Functor()
2789.34 s
[uuid-types] |
2789.34 s
[uuid-types] 55 | import Data.Functor ((<$>))
2789.34 s
[uuid-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2789.34 s
[uuid-types] 100% ( 23 / 23) in 'Data.UUID.Types'
2789.34 s
[uuid-types] Documentation created: dist/doc/html/uuid-types/index.html,
2789.34 s
[uuid-types] dist/doc/html/uuid-types/uuid-types.txt
2789.34 s
[uuid-types] Preprocessing test suite 'testuuid' for uuid-types-1.0.6..
2789.34 s
[uuid-types] haddockPhase completed in 45 seconds
2789.34 s
[uuid-types] Phase: installPhase
2789.34 s
[vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2789.34 s
[vector] component vector-0.13.2.0-1kJO52aveis1qKX18jwfTw-vector-tests-O2
2789.34 s
[vector] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2789.34 s
[vector] include base-4.18.2.0
2789.34 s
[vector] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2789.34 s
[vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2789.34 s
[vector] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2789.34 s
[vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2789.34 s
[vector] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2789.34 s
[vector] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2789.34 s
[vector] include template-haskell-2.20.0.0
2789.34 s
[vector] include transformers-0.6.1.0
2789.34 s
[vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2789.34 s
[vector] Linked component graph:
2789.34 s
[vector] unit vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2789.34 s
[vector] include base-4.18.2.0
2789.34 s
[vector] include deepseq-1.4.8.1
2789.34 s
[vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2789.34 s
[vector] include vector-stream-0.1.0.1-3kAAjYjKcymLd80Bqq9Xxz
2789.34 s
[vector] Data.Vector=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector,Data.Vector.Fusion.Bundle=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Fusion.Bundle,Data.Vector.Fusion.Bundle.Monadic=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Fusion.Bundle.Monadic,Data.Vector.Fusion.Bundle.Size=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Fusion.Bundle.Size,Data.Vector.Fusion.Stream.Monadic=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Fusion.Stream.Monadic,Data.Vector.Fusion.Util=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Fusion.Util,Data.Vector.Generic=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Generic,Data.Vector.Generic.Base=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Generic.Base,Data.Vector.Generic.Mutable=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Generic.Mutable,Data.Vector.Generic.Mutable.Base=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Generic.Mutable.Base,Data.Vector.Generic.New=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Generic.New,Data.Vector.Internal.Check=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Internal.Check,Data.Vector.Mutable=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Mutable,Data.Vector.Primitive=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Primitive,Data.Vector.Primitive.Mutable=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Primitive.Mutable,Data.Vector.Storable=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Storable,Data.Vector.Storable.Internal=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Storable.Internal,Data.Vector.Storable.Mutable=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Storable.Mutable,Data.Vector.Strict=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Strict,Data.Vector.Strict.Mutable=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Strict.Mutable,Data.Vector.Unboxed=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Unboxed,Data.Vector.Unboxed.Base=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Unboxed.Base,Data.Vector.Unboxed.Mutable=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Unboxed.Mutable
2789.34 s
[vector] unit vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2
2789.34 s
[vector] include base-4.18.2.0
2789.34 s
[vector] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2789.34 s
[vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2789.34 s
[vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2789.34 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2789.34 s
[asn1-encoding] [ 3 of 12] Compiling Data.ASN1.Internal ( Data/ASN1/Internal.hs, dist/build/Data/ASN1/Internal.o, dist/build/Data/ASN1/Internal.dyn_o )
2789.34 s
[asn1-encoding] [ 4 of 12] Compiling Data.ASN1.Object ( Data/ASN1/Object.hs, dist/build/Data/ASN1/Object.o, dist/build/Data/ASN1/Object.dyn_o )
2789.34 s
[asn1-encoding] [ 5 of 12] Compiling Data.ASN1.Serialize ( Data/ASN1/Serialize.hs, dist/build/Data/ASN1/Serialize.o, dist/build/Data/ASN1/Serialize.dyn_o )
2789.34 s
[asn1-encoding]
2789.34 s
[asn1-encoding] Data/ASN1/Serialize.hs:17:1: warning : [ -Wunused-imports ]
2789.34 s
[asn1-encoding] The import of ‘Control.Applicative’ is redundant
2789.34 s
[asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
2789.34 s
[asn1-encoding] To import instances alone, use: import Control.Applicative()
2789.34 s
[asn1-encoding] |
2789.34 s
[asn1-encoding] 17 | import Control.Applicative ((<$>))
2789.34 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2789.34 s
[asn1-encoding] [ 6 of 12] Compiling Data.ASN1.BinaryEncoding.Writer ( Data/ASN1/BinaryEncoding/Writer.hs, dist/build/Data/ASN1/BinaryEncoding/Writer.o, dist/build/Data/ASN1/BinaryEncoding/Writer.dyn_o )
2789.34 s
[asn1-encoding] [ 7 of 12] Compiling Data.ASN1.BinaryEncoding.Parse ( Data/ASN1/BinaryEncoding/Parse.hs, dist/build/Data/ASN1/BinaryEncoding/Parse.o, dist/build/Data/ASN1/BinaryEncoding/Parse.dyn_o )
2789.34 s
[asn1-encoding] [ 8 of 12] Compiling Data.ASN1.BinaryEncoding.Raw ( Data/ASN1/BinaryEncoding/Raw.hs, dist/build/Data/ASN1/BinaryEncoding/Raw.o, dist/build/Data/ASN1/BinaryEncoding/Raw.dyn_o )
2789.34 s
[asn1-encoding] [ 9 of 12] Compiling Data.ASN1.Stream ( Data/ASN1/Stream.hs, dist/build/Data/ASN1/Stream.o, dist/build/Data/ASN1/Stream.dyn_o )
2789.34 s
[asn1-encoding] [10 of 12] Compiling Data.ASN1.Prim ( Data/ASN1/Prim.hs, dist/build/Data/ASN1/Prim.o, dist/build/Data/ASN1/Prim.dyn_o )
2789.34 s
[asn1-encoding]
2789.34 s
[asn1-encoding] Data/ASN1/Prim.hs:55:1: warning : [ -Wunused-imports ]
2789.34 s
[asn1-encoding] The import of ‘Data.Monoid’ is redundant
2789.34 s
[asn1-encoding] except perhaps to import instances from ‘Data.Monoid’
2789.34 s
[asn1-encoding] To import instances alone, use: import Data.Monoid()
2789.34 s
[asn1-encoding] |
2789.34 s
[asn1-encoding] 55 | import Data.Monoid
2789.34 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^
2789.34 s
[asn1-encoding]
2789.34 s
[asn1-encoding] Data/ASN1/Prim.hs:65:1: warning : [ -Wunused-imports ]
2789.34 s
[asn1-encoding] The import of ‘Control.Applicative’ is redundant
2789.34 s
[asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
2789.34 s
[asn1-encoding] To import instances alone, use: import Control.Applicative()
2789.34 s
[asn1-encoding] |
2789.34 s
[asn1-encoding] 65 | import Control.Applicative
2789.34 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2789.34 s
[asn1-encoding]
2789.34 s
[asn1-encoding] Data/ASN1/Prim.hs:259:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2789.34 s
[asn1-encoding] This binding for ‘exponent’ shadows the existing binding
2789.34 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2789.34 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2789.34 s
[asn1-encoding] |
2789.34 s
[asn1-encoding] 259 | exponent = exp' - fromIntegral scaleFactor
2789.34 s
[asn1-encoding] | ^^^^^^^^
2789.34 s
[asn1-encoding]
2789.34 s
[asn1-encoding] Data/ASN1/Prim.hs:296:9: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2789.34 s
[asn1-encoding] Pattern match(es) are non-exhaustive
2789.34 s
[asn1-encoding] In a pattern binding: Patterns of type ‘[Word8]’ not matched: []
2789.34 s
[asn1-encoding] |
2789.34 s
[asn1-encoding] 296 | (x:xs) = B.unpack s
2789.34 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^
2789.34 s
[asn1-encoding]
2789.34 s
[asn1-encoding] Data/ASN1/Prim.hs:428:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2789.35 s
[asn1-encoding] This binding for ‘exp’ shadows the existing binding
2789.35 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2789.35 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2789.35 s
[asn1-encoding] |
2789.35 s
[asn1-encoding] 428 | (man, exp ) = decodeFloat d
2789.66 s
[async:post-build] Uploading to the NixCI cache: /nix/store/mimhdpfzh1rq1nrkpgv3i5bciyd84rfl-async-2.2.5-doc /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5
2790.21 s
[async:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2790.78 s
[async:post-build] copying 2 paths...
2790.78 s
[async:post-build] copying path '/nix/store/mimhdpfzh1rq1nrkpgv3i5bciyd84rfl-async-2.2.5-doc' to 'https://cache.nix-ci.com'...
2791.71 s
[async:post-build] copying path '/nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5' to 'https://cache.nix-ci.com'...
2794.52 s
[async:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2795.83 s
[async:post-build] copying 1 paths...
2795.83 s
[async:post-build] copying path '/nix/store/7bf9i2xc6frv1n29rd4zfi0a2117yh74-async-2.2.5.drv' to 'https://cache.nix-ci.com'...
2796.57 s
Uploaded async in 7.0s
2796.58 s
Progress: 146 of 211 built (11 building), 298 of 298 downloaded from cache
2796.58 s
Built async in 4m00s
2796.59 s
[barbies] [25 of 32] Compiling Data.Functor.Barbie ( src/Data/Functor/Barbie.hs, dist/build/Data/Functor/Barbie.p_o )
2796.59 s
[barbies] [26 of 32] Compiling Barbies.Internal.Containers ( src/Barbies/Internal/Containers.hs, dist/build/Barbies/Internal/Containers.p_o )
2796.59 s
[barbies] [27 of 32] Compiling Barbies.Internal.Wrappers ( src/Barbies/Internal/Wrappers.hs, dist/build/Barbies/Internal/Wrappers.p_o )
2796.59 s
[barbies] [28 of 32] Compiling Barbies.Internal.Trivial ( src/Barbies/Internal/Trivial.hs, dist/build/Barbies/Internal/Trivial.p_o )
2796.59 s
[barbies] [29 of 32] Compiling Barbies.Bi ( src/Barbies/Bi.hs, dist/build/Barbies/Bi.p_o )
2796.59 s
[barbies] [30 of 32] Compiling Barbies ( src/Barbies.hs, dist/build/Barbies.p_o )
2796.59 s
[barbies] [31 of 32] Compiling Barbies.Constraints ( src/Barbies/Constraints.hs, dist/build/Barbies/Constraints.p_o )
2796.59 s
[barbies] [32 of 32] Compiling Barbies.Internal ( src/Barbies/Internal.hs, dist/build/Barbies/Internal.p_o )
2796.59 s
[barbies] Preprocessing test suite 'barbies-test' for barbies-2.1.1.0..
2796.59 s
[barbies] Building test suite 'barbies-test' for barbies-2.1.1.0..
2796.59 s
[barbies] [ 1 of 12] Compiling Clothes ( test/Clothes.hs, dist/build/barbies-test/barbies-test-tmp/Clothes.o )
2796.59 s
[barbies] [ 2 of 12] Compiling Spec.Applicative ( test/Spec/Applicative.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Applicative.o )
2796.59 s
[barbies] [ 3 of 12] Compiling Spec.Bare ( test/Spec/Bare.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Bare.o )
2796.59 s
[barbies] [ 4 of 12] Compiling Spec.Constraints ( test/Spec/Constraints.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Constraints.o )
2796.59 s
[barbies] [ 5 of 12] Compiling Spec.Distributive ( test/Spec/Distributive.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Distributive.o )
2796.59 s
[barbies] [ 6 of 12] Compiling Spec.Functor ( test/Spec/Functor.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Functor.o )
2796.59 s
[barbies] [ 7 of 12] Compiling Spec.Traversable ( test/Spec/Traversable.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Traversable.o )
2796.59 s
[barbies] [ 8 of 12] Compiling Spec.Wrapper ( test/Spec/Wrapper.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Wrapper.o )
2796.59 s
[barbies] [ 9 of 12] Compiling TestBarbies ( test/TestBarbies.hs, dist/build/barbies-test/barbies-test-tmp/TestBarbies.o )
2796.59 s
[barbies] [10 of 12] Compiling TestBarbiesW ( test/TestBarbiesW.hs, dist/build/barbies-test/barbies-test-tmp/TestBarbiesW.o )
2796.59 s
[barbies] [11 of 12] Compiling TestBiBarbies ( test/TestBiBarbies.hs, dist/build/barbies-test/barbies-test-tmp/TestBiBarbies.o )
2796.59 s
[barbies] [12 of 12] Compiling Main ( test/Spec.hs, dist/build/barbies-test/barbies-test-tmp/Main.o )
2796.59 s
[barbies]
2796.59 s
[barbies] test/Spec.hs:18:1: warning : [ -Wunused-imports ]
2796.59 s
[barbies] The import of ‘Control.Applicative’ is redundant
2796.59 s
[barbies] except perhaps to import instances from ‘Control.Applicative’
2796.59 s
[barbies] To import instances alone, use: import Control.Applicative()
2796.59 s
[barbies] |
2796.59 s
[barbies] 18 | import Control.Applicative ( liftA2 )
2796.59 s
[barbies] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2796.59 s
[barbies] [13 of 13] Linking dist/build/barbies-test/barbies-test
2796.59 s
[comonad] Documentation created: dist/doc/html/comonad/index.html,
2796.59 s
[comonad] dist/doc/html/comonad/comonad.txt
2796.59 s
[comonad] Phase: installPhase
2796.59 s
[comonad] Installing library in /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
2796.59 s
[comonad] Phase: fixupPhase
2796.59 s
[comonad] shrinking RPATHs of ELF executables and libraries in /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9
2796.59 s
[comonad] shrinking /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHScomonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi-ghc9.6.4.so
2796.59 s
[comonad] checking for references to /build/ in /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9...
2796.59 s
[comonad] patching script interpreter paths in /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9
2796.59 s
[comonad] stripping (with command strip and flags -S -p) in /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/lib
2796.59 s
[comonad] shrinking RPATHs of ELF executables and libraries in /nix/store/0gyaag6s5n87j4vwamcliazadc8nnb7a-comonad-5.0.9-doc
2796.59 s
[comonad] checking for references to /build/ in /nix/store/0gyaag6s5n87j4vwamcliazadc8nnb7a-comonad-5.0.9-doc...
2796.59 s
[comonad] patching script interpreter paths in /nix/store/0gyaag6s5n87j4vwamcliazadc8nnb7a-comonad-5.0.9-doc
2796.59 s
[strict] src/Data/Strict/Tuple.hs:124:3: warning : [ -Wnoncanonical-monoid-instances ]
2796.59 s
[strict] Noncanonical ‘mappend’ definition detected
2796.59 s
[strict] in the instance declaration for ‘Monoid (Pair a b)’.
2796.60 s
[strict] ‘mappend’ will eventually be removed in favour of ‘(<>)’
2796.60 s
[strict] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
2796.60 s
[strict] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
2796.60 s
[strict] |
2796.60 s
[strict] 124 | (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2)
2796.60 s
[strict] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2796.60 s
[strict] [5 of 7] Compiling Data.Strict.Classes ( src/Data/Strict/Classes.hs, dist/build/Data/Strict/Classes.o, dist/build/Data/Strict/Classes.dyn_o )
2796.60 s
[strict] [6 of 7] Compiling Data.Strict ( src/Data/Strict.hs, dist/build/Data/Strict.o, dist/build/Data/Strict.dyn_o )
2796.60 s
[strict] [7 of 7] Compiling System.IO.Strict ( src/System/IO/Strict.hs, dist/build/System/IO/Strict.o, dist/build/System/IO/Strict.dyn_o )
2796.60 s
[strict] [1 of 7] Compiling Data.Strict.Either ( src/Data/Strict/Either.hs, dist/build/Data/Strict/Either.p_o )
2796.60 s
[time-compat] [14 of 20] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, dist/build/Data/Time/Calendar/MonthDay/Compat.p_o )
2796.60 s
[time-compat] [15 of 20] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, dist/build/Data/Time/Calendar/Easter/Compat.p_o )
2796.60 s
[time-compat] [16 of 20] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, dist/build/Data/Time/Calendar/Compat.p_o )
2796.60 s
[time-compat] [17 of 20] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, dist/build/Data/Time/LocalTime/Compat.p_o )
2796.60 s
[time-compat] [18 of 20] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, dist/build/Data/Time/Compat.p_o )
2796.60 s
[time-compat] [19 of 20] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, dist/build/Data/Time/Clock/TAI/Compat.p_o )
2796.60 s
[time-compat] [20 of 20] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, dist/build/Data/Time/Calendar/Julian/Compat.p_o )
2796.60 s
[time-compat] Preprocessing test suite 'main' for time-compat-1.9.7..
2796.60 s
[time-compat] Building test suite 'main' for time-compat-1.9.7..
2796.60 s
[time-compat] [ 1 of 32] Compiling Test.Arbitrary ( test/main/Test/Arbitrary.hs, dist/build/main/main-tmp/Test/Arbitrary.o )
2796.60 s
[time-compat] [ 2 of 32] Compiling Test.Calendar.AddDaysRef ( test/main/Test/Calendar/AddDaysRef.hs, dist/build/main/main-tmp/Test/Calendar/AddDaysRef.o )
2796.60 s
[time-compat] [ 3 of 32] Compiling Test.Calendar.AddDays ( test/main/Test/Calendar/AddDays.hs, dist/build/main/main-tmp/Test/Calendar/AddDays.o )
2796.60 s
[time-compat] [ 4 of 32] Compiling Test.Calendar.CalendarsRef ( test/main/Test/Calendar/CalendarsRef.hs, dist/build/main/main-tmp/Test/Calendar/CalendarsRef.o )
2796.60 s
[time-compat] [ 5 of 32] Compiling Test.Calendar.Calendars ( test/main/Test/Calendar/Calendars.hs, dist/build/main/main-tmp/Test/Calendar/Calendars.o )
2796.60 s
[time-compat] [ 6 of 32] Compiling Test.Calendar.ClipDatesRef ( test/main/Test/Calendar/ClipDatesRef.hs, dist/build/main/main-tmp/Test/Calendar/ClipDatesRef.o )
2796.60 s
[time-compat] [ 7 of 32] Compiling Test.Calendar.ClipDates ( test/main/Test/Calendar/ClipDates.hs, dist/build/main/main-tmp/Test/Calendar/ClipDates.o )
2796.60 s
[time-compat] [ 8 of 32] Compiling Test.Calendar.ConvertBack ( test/main/Test/Calendar/ConvertBack.hs, dist/build/main/main-tmp/Test/Calendar/ConvertBack.o )
2796.60 s
[time-compat] [ 9 of 32] Compiling Test.Calendar.Duration ( test/main/Test/Calendar/Duration.hs, dist/build/main/main-tmp/Test/Calendar/Duration.o )
2796.60 s
[time-compat] [10 of 32] Compiling Test.Calendar.EasterRef ( test/main/Test/Calendar/EasterRef.hs, dist/build/main/main-tmp/Test/Calendar/EasterRef.o )
2796.60 s
[time-compat] [11 of 32] Compiling Test.Calendar.Easter ( test/main/Test/Calendar/Easter.hs, dist/build/main/main-tmp/Test/Calendar/Easter.o )
2796.60 s
[time-compat] [12 of 32] Compiling Test.Calendar.LongWeekYearsRef ( test/main/Test/Calendar/LongWeekYearsRef.hs, dist/build/main/main-tmp/Test/Calendar/LongWeekYearsRef.o )
2796.60 s
[time-compat] [13 of 32] Compiling Test.Calendar.LongWeekYears ( test/main/Test/Calendar/LongWeekYears.hs, dist/build/main/main-tmp/Test/Calendar/LongWeekYears.o )
2796.60 s
[time-compat] [14 of 32] Compiling Test.Calendar.MonthDayRef ( test/main/Test/Calendar/MonthDayRef.hs, dist/build/main/main-tmp/Test/Calendar/MonthDayRef.o )
2796.60 s
[time-compat] [15 of 32] Compiling Test.Calendar.MonthDay ( test/main/Test/Calendar/MonthDay.hs, dist/build/main/main-tmp/Test/Calendar/MonthDay.o )
2796.60 s
[time-compat] [16 of 32] Compiling Test.Calendar.Valid ( test/main/Test/Calendar/Valid.hs, dist/build/main/main-tmp/Test/Calendar/Valid.o )
2796.60 s
[time-compat] [17 of 32] Compiling Test.Clock.Conversion ( test/main/Test/Clock/Conversion.hs, dist/build/main/main-tmp/Test/Clock/Conversion.o )
2796.60 s
[time-compat] [18 of 32] Compiling Test.Clock.Resolution ( test/main/Test/Clock/Resolution.hs, dist/build/main/main-tmp/Test/Clock/Resolution.o )
2796.60 s
[time-compat] [19 of 32] Compiling Test.Format.Compile ( test/main/Test/Format/Compile.hs, dist/build/main/main-tmp/Test/Format/Compile.o )
2796.60 s
[time-compat] [20 of 32] Compiling Test.LocalTime.CalendarDiffTime ( test/main/Test/LocalTime/CalendarDiffTime.hs, dist/build/main/main-tmp/Test/LocalTime/CalendarDiffTime.o )
2796.60 s
[time-compat] [21 of 32] Compiling Test.LocalTime.TimeOfDay ( test/main/Test/LocalTime/TimeOfDay.hs, dist/build/main/main-tmp/Test/LocalTime/TimeOfDay.o )
2796.60 s
[time-compat] [22 of 32] Compiling Test.LocalTime.TimeRef ( test/main/Test/LocalTime/TimeRef.hs, dist/build/main/main-tmp/Test/LocalTime/TimeRef.o )
2796.60 s
[uuid-types] Installing library in /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
2796.60 s
[uuid-types] Phase: fixupPhase
2796.60 s
[uuid-types] shrinking RPATHs of ELF executables and libraries in /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6
2796.60 s
[uuid-types] shrinking /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSuuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL-ghc9.6.4.so
2796.60 s
[uuid-types] checking for references to /build/ in /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6...
2796.60 s
[uuid-types] patching script interpreter paths in /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6
2796.60 s
[uuid-types] stripping (with command strip and flags -S -p) in /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/lib
2796.60 s
[uuid-types] shrinking RPATHs of ELF executables and libraries in /nix/store/dr0p21d1x8bf7hnb58vjvznv0rzc4my5-uuid-types-1.0.6-doc
2796.60 s
[uuid-types] checking for references to /build/ in /nix/store/dr0p21d1x8bf7hnb58vjvznv0rzc4my5-uuid-types-1.0.6-doc...
2796.60 s
[uuid-types] patching script interpreter paths in /nix/store/dr0p21d1x8bf7hnb58vjvznv0rzc4my5-uuid-types-1.0.6-doc
2796.60 s
[vector] Bench.Vector.Algo.AwShCC=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.AwShCC,Bench.Vector.Algo.FindIndexR=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.FindIndexR,Bench.Vector.Algo.HybCC=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.HybCC,Bench.Vector.Algo.Leaffix=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.Leaffix,Bench.Vector.Algo.ListRank=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.ListRank,Bench.Vector.Algo.MutableSet=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.MutableSet,Bench.Vector.Algo.NextPermutation=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.NextPermutation,Bench.Vector.Algo.Quickhull=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.Quickhull,Bench.Vector.Algo.Rootfix=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.Rootfix,Bench.Vector.Algo.Spectral=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.Spectral,Bench.Vector.Algo.Tridiag=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.Tridiag,Bench.Vector.Tasty=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Tasty,Bench.Vector.TestData.Graph=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.TestData.Graph,Bench.Vector.TestData.ParenTree=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.TestData.ParenTree
2796.60 s
[vector] unit vector-0.13.2.0-5jMMqLdg0jR9vgoSQrXPwN-vector-doctest
2796.60 s
[vector] include base-4.18.2.0
2796.60 s
[vector] include doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
2796.60 s
[vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2796.60 s
[vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2796.60 s
[vector] unit vector-0.13.2.0-CSnXJUNJu3hHREJU0hXRTc-vector-inspection
2796.60 s
[vector] include base-4.18.2.0
2796.60 s
[vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2796.60 s
[vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2796.60 s
[vector] include tasty-inspection-testing-0.2.1-IzA5Y4zvV6T7Qr0Rpz99ZO
2796.60 s
[vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2796.60 s
[vector] unit vector-0.13.2.0-H8HhyIRU9OR2E6sYXdUQc0-vector-tests-O0
2796.60 s
[vector] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2796.60 s
[vector] include base-4.18.2.0
2796.60 s
[vector] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2796.60 s
[vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2796.60 s
[vector] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2796.60 s
[vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2796.60 s
[vector] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2796.60 s
[vector] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2796.60 s
[vector] include template-haskell-2.20.0.0
2796.60 s
[vector] include transformers-0.6.1.0
2796.60 s
[vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2796.60 s
[vector] unit vector-0.13.2.0-1kJO52aveis1qKX18jwfTw-vector-tests-O2
2796.60 s
[vector] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2796.60 s
[vector] include base-4.18.2.0
2796.60 s
[vector] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2796.60 s
[vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2796.60 s
[vector] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2796.60 s
[vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2796.60 s
[vector] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2796.60 s
[vector] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2796.60 s
[vector] include template-haskell-2.20.0.0
2796.60 s
[vector] include transformers-0.6.1.0
2796.60 s
[vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2796.60 s
[vector] Ready component graph:
2796.60 s
[vector] definite vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2796.60 s
[vector] depends base-4.18.2.0
2796.60 s
[vector] depends deepseq-1.4.8.1
2796.60 s
[vector] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2796.60 s
[vector] depends vector-stream-0.1.0.1-3kAAjYjKcymLd80Bqq9Xxz
2796.60 s
[vector] definite vector-0.13.2.0-5jMMqLdg0jR9vgoSQrXPwN-vector-doctest
2796.60 s
[vector] depends base-4.18.2.0
2796.60 s
[vector] depends doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
2796.60 s
[vector] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2796.60 s
[vector] depends vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2796.60 s
[vector] definite vector-0.13.2.0-CSnXJUNJu3hHREJU0hXRTc-vector-inspection
2796.60 s
[vector] depends base-4.18.2.0
2796.60 s
[vector] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2796.60 s
[vector] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2796.60 s
[vector] depends tasty-inspection-testing-0.2.1-IzA5Y4zvV6T7Qr0Rpz99ZO
2796.60 s
[vector] depends vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2796.60 s
[vector] definite vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2
2796.60 s
[vector] depends base-4.18.2.0
2796.60 s
[vector] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2796.60 s
[vector] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2796.60 s
[vector] depends vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2796.60 s
[vector] definite vector-0.13.2.0-H8HhyIRU9OR2E6sYXdUQc0-vector-tests-O0
2796.60 s
[vector] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2796.60 s
[vector] depends base-4.18.2.0
2796.60 s
[vector] depends base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2796.60 s
[vector] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2796.60 s
[vector] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2796.60 s
[vector] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2796.60 s
[vector] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2796.60 s
[vector] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2796.94 s
Building /nix/store/qmcxw2xj6k91z1914wjksza28qphbc5b-concurrent-output-1.10.21.drv
2797.14 s
Building /nix/store/9gk0gk9jahpviqg0kpv9wdy0yj6f69fi-lifted-async-0.10.2.7.drv
2797.48 s
Building /nix/store/k125af4c206wakga6jgyqypgbrxw55z1-logict-0.8.2.0.drv
2797.65 s
Building /nix/store/xgc4x39lzgvcfpgzwjwzhy2ff4mf0m1q-streaming-commons-0.2.3.0.drv
2797.65 s
[asn1-encoding] | ^^^
2797.65 s
[asn1-encoding]
2797.65 s
[asn1-encoding] Data/ASN1/Prim.hs:429:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2797.65 s
[asn1-encoding] This binding for ‘exponent’ shadows the existing binding
2797.65 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2797.65 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2797.65 s
[asn1-encoding] |
2797.65 s
[asn1-encoding] 429 | (mantissa, exponent ) = normalize (fromIntegral $ mkUnsigned man, exp)
2797.65 s
[asn1-encoding] | ^^^^^^^^
2797.65 s
[asn1-encoding]
2797.65 s
[asn1-encoding] Data/ASN1/Prim.hs:441:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2797.65 s
[asn1-encoding] This binding for ‘exponent’ shadows the existing binding
2797.65 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2797.65 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2797.65 s
[asn1-encoding] |
2797.65 s
[asn1-encoding] 441 | normalize (mantissa, exponent ) = (mantissa `shiftR` sh, exponent + sh)
2797.65 s
[asn1-encoding] | ^^^^^^^^
2797.65 s
[asn1-encoding] [11 of 12] Compiling Data.ASN1.Encoding ( Data/ASN1/Encoding.hs, dist/build/Data/ASN1/Encoding.o, dist/build/Data/ASN1/Encoding.dyn_o )
2797.65 s
[asn1-encoding] [12 of 12] Compiling Data.ASN1.BinaryEncoding ( Data/ASN1/BinaryEncoding.hs, dist/build/Data/ASN1/BinaryEncoding.o, dist/build/Data/ASN1/BinaryEncoding.dyn_o )
2797.65 s
[asn1-encoding] [ 1 of 12] Compiling Data.ASN1.Error ( Data/ASN1/Error.hs, dist/build/Data/ASN1/Error.p_o )
2797.65 s
[asn1-encoding] [ 2 of 12] Compiling Data.ASN1.Get ( Data/ASN1/Get.hs, dist/build/Data/ASN1/Get.p_o )
2797.65 s
[asn1-encoding]
2797.65 s
[asn1-encoding] Data/ASN1/Get.hs:31:29: warning : [ -Wunused-imports ]
2797.65 s
[asn1-encoding] The import of ‘Applicative’
2797.65 s
[asn1-encoding] from module ‘Control.Applicative’ is redundant
2797.65 s
[asn1-encoding] |
2797.65 s
[asn1-encoding] 31 | import Control.Applicative (Applicative(..) ,Alternative(..))
2797.65 s
[asn1-encoding] | ^^^^^^^^^^^^^^^
2797.65 s
[asn1-encoding]
2797.65 s
[asn1-encoding] Data/ASN1/Get.hs:92:5: warning : [ -Wnoncanonical-monad-instances ]
2797.65 s
[asn1-encoding] Noncanonical ‘pure = return’ definition detected
2797.65 s
[asn1-encoding] in the instance declaration for ‘Applicative Get’.
2797.65 s
[asn1-encoding] Move definition from ‘return’ to ‘pure’
2797.65 s
[asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2797.65 s
[asn1-encoding] |
2797.65 s
[asn1-encoding] 92 | pure = return
2797.65 s
[asn1-encoding] | ^^^^^^^^^^^^^^
2797.65 s
[asn1-encoding]
2797.65 s
[asn1-encoding] Data/ASN1/Get.hs:101:5: warning : [ -Wnoncanonical-monad-instances ]
2797.65 s
[asn1-encoding] Noncanonical ‘return’ definition detected
2797.65 s
[asn1-encoding] in the instance declaration for ‘Monad Get’.
2797.65 s
[asn1-encoding] ‘return’ will eventually be removed in favour of ‘pure’
2797.65 s
[asn1-encoding] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2797.65 s
[asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2797.65 s
[asn1-encoding] |
2797.65 s
[asn1-encoding] 101 | return a = Get $ \ s0 b0 m0 p0 _ ks -> ks s0 b0 m0 p0 a
2797.65 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2797.65 s
[asn1-encoding] [ 3 of 12] Compiling Data.ASN1.Internal ( Data/ASN1/Internal.hs, dist/build/Data/ASN1/Internal.p_o )
2797.65 s
[asn1-encoding] [ 4 of 12] Compiling Data.ASN1.Object ( Data/ASN1/Object.hs, dist/build/Data/ASN1/Object.p_o )
2797.65 s
[asn1-encoding] [ 5 of 12] Compiling Data.ASN1.Serialize ( Data/ASN1/Serialize.hs, dist/build/Data/ASN1/Serialize.p_o )
2797.65 s
[asn1-encoding]
2797.65 s
[asn1-encoding] Data/ASN1/Serialize.hs:17:1: warning : [ -Wunused-imports ]
2797.65 s
[asn1-encoding] The import of ‘Control.Applicative’ is redundant
2797.65 s
[asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
2797.65 s
[asn1-encoding] To import instances alone, use: import Control.Applicative()
2797.65 s
[asn1-encoding] |
2797.65 s
[asn1-encoding] 17 | import Control.Applicative ((<$>))
2797.65 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2797.65 s
[barbies] buildPhase completed in 1 minutes 36 seconds
2797.65 s
[barbies] Phase: checkPhase
2797.65 s
[barbies] Running 1 test suites...
2797.65 s
[barbies] Test suite barbies-test: RUNNING...
2797.65 s
[barbies] Tests
2797.65 s
[barbies] Functor Laws
2797.65 s
[barbies] Record0
2797.65 s
[barbies] bmap id = id: OK (0.02s)
2797.65 s
[barbies] +++ OK, passed 100 tests.
2797.65 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.04s)
2797.65 s
[barbies] +++ OK, passed 100 tests.
2797.65 s
[barbies] Record1
2797.65 s
[barbies] bmap id = id: OK (0.04s)
2797.65 s
[barbies] +++ OK, passed 100 tests.
2797.65 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.07s)
2797.65 s
[barbies] +++ OK, passed 100 tests.
2797.65 s
[barbies] Record3
2797.66 s
[barbies] bmap id = id: OK (0.39s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.39s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] Record1S
2797.66 s
[barbies] bmap id = id: OK (0.04s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.09s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] Record3S
2797.66 s
[barbies] bmap id = id: OK (0.16s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.16s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] Record1W Covered
2797.66 s
[barbies] bmap id = id: OK (0.04s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.12s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] Record3W Covered
2797.66 s
[barbies] bmap id = id: OK (0.04s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.01s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] Record1WS Covered
2797.66 s
[barbies] bmap id = id: OK (0.07s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.44s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] Record3WS Covered
2797.66 s
[barbies] bmap id = id: OK
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.08s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] Ignore1
2797.66 s
[barbies] bmap id = id: OK (0.02s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.12s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] Sum3
2797.66 s
[barbies] bmap id = id: OK (0.13s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.48s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] SumRec
2797.66 s
[barbies] bmap id = id: OK (0.02s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.37s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] Sum3W Covered
2797.66 s
[barbies] bmap id = id: OK (0.05s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.40s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] SumRecW Covered
2797.66 s
[barbies] bmap id = id: OK (0.14s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.14s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] CompositeRecord
2797.66 s
[barbies] bmap id = id: OK (0.33s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.14s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] NestedF
2797.66 s
[barbies] bmap id = id: OK (0.36s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.37s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] Nested2F
2797.66 s
[barbies] bmap id = id: OK
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.43s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] CompositeRecordW Covered
2797.66 s
[barbies] bmap id = id: OK (0.07s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.25s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] NestedFW Covered
2797.66 s
[barbies] bmap id = id: OK (0.26s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.26s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] Nested2FW Covered
2797.66 s
[barbies] bmap id = id: OK (0.10s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.26s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] ParF Maybe
2797.66 s
[barbies] bmap id = id: OK
2797.66 s
[barbies] +++ OK, passed 100 tests.
2797.66 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.15s)
2797.66 s
[barbies] +++ OK, passed 100 tests.
2798.04 s
[comonad:post-build] Uploading to the NixCI cache: /nix/store/0gyaag6s5n87j4vwamcliazadc8nnb7a-comonad-5.0.9-doc /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9
2798.62 s
[comonad:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2799.33 s
[comonad:post-build] copying 2 paths...
2799.33 s
[comonad:post-build] copying path '/nix/store/0gyaag6s5n87j4vwamcliazadc8nnb7a-comonad-5.0.9-doc' to 'https://cache.nix-ci.com'...
2800.80 s
[comonad:post-build] copying path '/nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9' to 'https://cache.nix-ci.com'...
2807.00 s
[comonad:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2808.52 s
[comonad:post-build] copying 1 paths...
2808.52 s
[comonad:post-build] copying path '/nix/store/47s40zdvcl8a91m67605zih6rv12914c-comonad-5.0.9.drv' to 'https://cache.nix-ci.com'...
2809.44 s
Uploaded comonad in 11.5s
2809.45 s
Progress: 147 of 211 built (14 building), 298 of 298 downloaded from cache
2809.45 s
Built comonad in 2m05s
2809.45 s
[concurrent-output] Phase: setupCompilerEnvironmentPhase
2809.45 s
[concurrent-output] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2809.45 s
[crypton] [ 3 of 58] Compiling KAT_AES.KATCCM ( tests/KAT_AES/KATCCM.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AES/KATCCM.o )
2809.45 s
[crypton] [ 4 of 58] Compiling KAT_AES.KATECB ( tests/KAT_AES/KATECB.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AES/KATECB.o )
2809.45 s
[crypton] [ 5 of 58] Compiling KAT_AES.KATGCM ( tests/KAT_AES/KATGCM.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AES/KATGCM.o )
2809.45 s
[crypton] [ 6 of 58] Compiling KAT_AES.KATOCB3 ( tests/KAT_AES/KATOCB3.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AES/KATOCB3.o )
2809.45 s
[crypton] [ 7 of 58] Compiling KAT_AES.KATXTS ( tests/KAT_AES/KATXTS.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AES/KATXTS.o )
2809.45 s
[crypton] [ 8 of 58] Compiling KAT_PBKDF2 ( tests/KAT_PBKDF2.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PBKDF2.o )
2809.45 s
[crypton] [ 9 of 58] Compiling KAT_PubKey.ECDSA ( tests/KAT_PubKey/ECDSA.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/ECDSA.o )
2809.45 s
[genvalidity-property] Phase: setupCompilerEnvironmentPhase
2809.46 s
[genvalidity-property] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2809.46 s
[genvalidity-property] Phase: unpackPhase
2809.46 s
[genvalidity-property] unpacking source archive /nix/store/3jfmc098bgv6ay3vsqk81cz2139zmnlj-genvalidity-property-1.0.0.0.tar.gz
2809.46 s
[genvalidity-property] source root is genvalidity-property-1.0.0.0
2809.46 s
[genvalidity-property] setting SOURCE_DATE_EPOCH to timestamp 1637423498 of file "genvalidity-property-1.0.0.0/test/Test/Validity/Operations/CommutativitySpec.hs"
2809.46 s
[genvalidity-property] Phase: patchPhase
2809.46 s
[genvalidity-property] Phase: compileBuildDriverPhase
2809.46 s
[genvalidity-property] setupCompileFlags: -package-db=/build/tmp.v0erO870cW/setup-package.conf.d -threaded
2809.46 s
[genvalidity-property] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.v0erO870cW/Main.o )
2809.46 s
[genvalidity-property] [2 of 2] Linking Setup
2809.46 s
[haskell-src-meta] Using Parsec parser
2809.46 s
[haskell-src-meta] Configuring haskell-src-meta-0.8.15...
2809.46 s
[haskell-src-meta] Dependency base >=4.10 && <5: using base-4.18.2.0
2809.46 s
[haskell-src-meta] Dependency haskell-src-exts >=1.21 && <1.24: using haskell-src-exts-1.23.1
2809.46 s
[haskell-src-meta] Dependency pretty >=1.0 && <1.2: using pretty-1.1.3.6
2809.46 s
[haskell-src-meta] Dependency syb >=0.1 && <0.8: using syb-0.7.2.4
2809.46 s
[haskell-src-meta] Dependency template-haskell >=2.12 && <2.24: using template-haskell-2.20.0.0
2809.46 s
[haskell-src-meta] Dependency th-orphans >=0.12 && <0.14: using th-orphans-0.13.16
2809.47 s
[haskell-src-meta] Dependency HUnit >=1.2: using HUnit-1.6.2.0
2809.47 s
[haskell-src-meta] Dependency base >=4.10: using base-4.18.2.0
2809.47 s
[haskell-src-meta] Dependency haskell-src-exts >=1.21: using haskell-src-exts-1.23.1
2809.47 s
[haskell-src-meta] Dependency haskell-src-meta: using haskell-src-meta-0.8.15
2809.47 s
[haskell-src-meta] Dependency pretty >=1.0: using pretty-1.1.3.6
2809.47 s
[haskell-src-meta] Dependency tasty: using tasty-1.5.3
2809.47 s
[haskell-src-meta] Dependency tasty-hunit: using tasty-hunit-0.10.2
2809.47 s
[haskell-src-meta] Dependency template-haskell >=2.12: using template-haskell-2.20.0.0
2809.47 s
[haskell-src-meta] Dependency base: using base-4.18.2.0
2809.47 s
[haskell-src-meta] Dependency haskell-src-exts: using haskell-src-exts-1.23.1
2809.47 s
[haskell-src-meta] Dependency haskell-src-meta: using haskell-src-meta-0.8.15
2809.47 s
[haskell-src-meta] Dependency template-haskell: using template-haskell-2.20.0.0
2809.47 s
[haskell-src-meta] Dependency base: using base-4.18.2.0
2809.47 s
[haskell-src-meta] Dependency containers: using containers-0.6.7
2809.47 s
[haskell-src-meta] Dependency haskell-src-meta: using haskell-src-meta-0.8.15
2809.47 s
[haskell-src-meta] Dependency pretty: using pretty-1.1.3.6
2809.47 s
[haskell-src-meta] Dependency syb: using syb-0.7.2.4
2809.47 s
[haskell-src-meta] Dependency template-haskell: using template-haskell-2.20.0.0
2809.47 s
[haskell-src-meta] Source component graph:
2809.47 s
[haskell-src-meta] component lib
2809.47 s
[haskell-src-meta] component test:examples dependency lib
2809.47 s
[haskell-src-meta] component test:splices dependency lib
2809.47 s
[haskell-src-meta] component test:unit dependency lib
2809.47 s
[haskell-src-meta] Configured component graph:
2809.47 s
[haskell-src-meta] component haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
2809.47 s
[haskell-src-meta] include base-4.18.2.0
2809.47 s
[haskell-src-meta] include haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
2809.47 s
[haskell-src-meta] include pretty-1.1.3.6
2809.47 s
[haskell-src-meta] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2809.47 s
[haskell-src-meta] include template-haskell-2.20.0.0
2809.47 s
[haskell-src-meta] include th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
2809.47 s
[haskell-src-meta] component haskell-src-meta-0.8.15-FB8GXJXZykK4hHysHWwrmS-examples
2809.47 s
[haskell-src-meta] include base-4.18.2.0
2809.47 s
[haskell-src-meta] include containers-0.6.7
2809.47 s
[haskell-src-meta] include haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
2809.47 s
[haskell-src-meta] include pretty-1.1.3.6
2809.47 s
[haskell-src-meta] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2809.47 s
[haskell-src-meta] include template-haskell-2.20.0.0
2809.48 s
[haskell-src-meta] component haskell-src-meta-0.8.15-5mVA8wzOBaSESB7eIMGxEe-splices
2809.48 s
[haskell-src-meta] include base-4.18.2.0
2809.48 s
[haskell-src-meta] include haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
2809.48 s
[haskell-src-meta] include haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
2809.48 s
[haskell-src-meta] include template-haskell-2.20.0.0
2809.48 s
[haskell-src-meta] component haskell-src-meta-0.8.15-3g7eE9ITnRM5N8ilDS5ZPf-unit
2809.48 s
[haskell-src-meta] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2809.48 s
[haskell-src-meta] include base-4.18.2.0
2809.48 s
[haskell-src-meta] include haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
2809.48 s
[haskell-src-meta] include haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
2809.48 s
[haskell-src-meta] include pretty-1.1.3.6
2809.49 s
[haskell-src-meta] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2809.49 s
[haskell-src-meta] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2809.49 s
[haskell-src-meta] include template-haskell-2.20.0.0
2809.49 s
[haskell-src-meta] Linked component graph:
2809.49 s
[haskell-src-meta] unit haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
2809.49 s
[haskell-src-meta] include base-4.18.2.0
2809.49 s
[haskell-src-meta] include haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
2809.49 s
[haskell-src-meta] include pretty-1.1.3.6
2809.49 s
[haskell-src-meta] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2809.49 s
[haskell-src-meta] include template-haskell-2.20.0.0
2809.49 s
[haskell-src-meta] include th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
2809.49 s
[haskell-src-meta] Language.Haskell.Meta=haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5:Language.Haskell.Meta,Language.Haskell.Meta.Extensions=haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5:Language.Haskell.Meta.Extensions,Language.Haskell.Meta.Parse=haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5:Language.Haskell.Meta.Parse,Language.Haskell.Meta.Syntax.Translate=haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5:Language.Haskell.Meta.Syntax.Translate,Language.Haskell.Meta.Utils=haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5:Language.Haskell.Meta.Utils
2809.49 s
[haskell-src-meta] unit haskell-src-meta-0.8.15-FB8GXJXZykK4hHysHWwrmS-examples
2809.49 s
[haskell-src-meta] include base-4.18.2.0
2809.49 s
[haskell-src-meta] include containers-0.6.7
2809.49 s
[haskell-src-meta] include haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
2809.49 s
[haskell-src-meta] include pretty-1.1.3.6
2809.49 s
[haskell-src-meta] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2809.49 s
[lifted-async] Phase: setupCompilerEnvironmentPhase
2809.50 s
[lifted-async] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2809.50 s
[time-compat] [23 of 32] Compiling Test.LocalTime.Time ( test/main/Test/LocalTime/Time.hs, dist/build/main/main-tmp/Test/LocalTime/Time.o )
2809.50 s
[time-compat] [24 of 32] Compiling Test.TestUtil ( test/main/Test/TestUtil.hs, dist/build/main/main-tmp/Test/TestUtil.o )
2809.50 s
[time-compat] [25 of 32] Compiling Test.Format.ParseTime ( test/main/Test/Format/ParseTime.hs, dist/build/main/main-tmp/Test/Format/ParseTime.o )
2809.50 s
[time-compat]
2809.50 s
[time-compat] test/main/Test/Format/ParseTime.hs:692:1: warning : [ -Wunused-top-binds ]
2809.50 s
[time-compat] Defined but not used: ‘monthFormats’
2809.50 s
[time-compat] |
2809.50 s
[time-compat] 692 | monthFormats =
2809.50 s
[time-compat] | ^^^^^^^^^^^^
2809.50 s
[time-compat]
2809.50 s
[time-compat] test/main/Test/Format/ParseTime.hs:764:1: warning : [ -Wunused-top-binds ]
2809.50 s
[time-compat] Defined but not used: ‘calendarDiffDaysFormats’
2809.50 s
[time-compat] |
2809.50 s
[time-compat] 764 | calendarDiffDaysFormats = map FormatString ["%yy%Bm%ww%Dd", "%yy%Bm%dd", "%bm%ww%Dd", "%bm%dd"]
2809.50 s
[time-compat] | ^^^^^^^^^^^^^^^^^^^^^^^
2809.50 s
[time-compat]
2809.50 s
[time-compat] test/main/Test/Format/ParseTime.hs:767:1: warning : [ -Wunused-top-binds ]
2809.50 s
[time-compat] Defined but not used: ‘calendarDiffTimeFormats’
2809.50 s
[time-compat] |
2809.50 s
[time-compat] 767 | calendarDiffTimeFormats =
2809.50 s
[time-compat] | ^^^^^^^^^^^^^^^^^^^^^^^
2809.50 s
[time-compat]
2809.50 s
[time-compat] test/main/Test/Format/ParseTime.hs:780:1: warning : [ -Wunused-top-binds ]
2809.50 s
[time-compat] Defined but not used: ‘diffTimeFormats’
2809.50 s
[time-compat] |
2809.50 s
[time-compat] 780 | diffTimeFormats =
2809.50 s
[time-compat] | ^^^^^^^^^^^^^^^
2809.51 s
[time-compat]
2809.51 s
[time-compat] test/main/Test/Format/ParseTime.hs:784:1: warning : [ -Wunused-top-binds ]
2809.51 s
[time-compat] Defined but not used: ‘nominalDiffTimeFormats’
2809.51 s
[time-compat] |
2809.51 s
[time-compat] 784 | nominalDiffTimeFormats =
2809.51 s
[time-compat] | ^^^^^^^^^^^^^^^^^^^^^^
2809.51 s
[time-compat] [26 of 32] Compiling Test.Format.ISO8601 ( test/main/Test/Format/ISO8601.hs, dist/build/main/main-tmp/Test/Format/ISO8601.o )
2809.51 s
[time-compat] [27 of 32] Compiling Test.Format.Format ( test/main/Test/Format/Format.hs, dist/build/main/main-tmp/Test/Format/Format.o )
2809.51 s
[time-compat]
2809.51 s
[time-compat] test/main/Test/Format/Format.hs:17:1: warning : [ -Wunused-top-binds ]
2809.51 s
[time-compat] Defined but not used: ‘chars’
2809.51 s
[time-compat] |
2809.51 s
[time-compat] 17 | chars = "aAbBcCdDeFgGhHIjklmMnprRStTuUVwWxXyYzZ%"
2809.52 s
[time-compat] | ^^^^^
2809.52 s
[time-compat]
2809.52 s
[time-compat] test/main/Test/Format/Format.hs:21:1: warning : [ -Wunused-top-binds ]
2809.52 s
[time-compat] Defined but not used: ‘modifiers’
2809.52 s
[time-compat] |
2809.52 s
[time-compat] 21 | modifiers = "_-0^"
2809.52 s
[time-compat] | ^^^^^^^^^
2809.52 s
[time-compat]
2809.52 s
[time-compat] test/main/Test/Format/Format.hs:24:1: warning : [ -Wunused-top-binds ]
2809.53 s
[time-compat] Defined but not used: ‘widths’
2809.53 s
[time-compat] |
2809.53 s
[time-compat] 24 | widths = ["", "1", "2", "9", "12"]
2809.53 s
[time-compat] | ^^^^^^
2809.53 s
[time-compat]
2809.53 s
[time-compat] test/main/Test/Format/Format.hs:27:1: warning : [ -Wunused-top-binds ]
2809.53 s
[time-compat] Defined but not used: ‘formats’
2809.53 s
[time-compat] |
2809.53 s
[time-compat] 27 | formats =
2809.53 s
[time-compat] | ^^^^^^^
2809.53 s
[time-compat]
2809.53 s
[time-compat] test/main/Test/Format/Format.hs:36:1: warning : [ -Wunused-top-binds ]
2809.53 s
[time-compat] Defined but not used: ‘somestrings’
2809.53 s
[time-compat] |
2809.53 s
[time-compat] 36 | somestrings = ["", " ", "-", "\n"]
2809.53 s
[time-compat] | ^^^^^^^^^^^
2809.53 s
[time-compat]
2809.53 s
[time-compat] test/main/Test/Format/Format.hs:39:1: warning : [ -Wunused-top-binds ]
2809.80 s
[uuid-types:post-build] Uploading to the NixCI cache: /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6 /nix/store/dr0p21d1x8bf7hnb58vjvznv0rzc4my5-uuid-types-1.0.6-doc
2810.30 s
[uuid-types:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2810.90 s
[uuid-types:post-build] copying 2 paths...
2810.90 s
[uuid-types:post-build] copying path '/nix/store/dr0p21d1x8bf7hnb58vjvznv0rzc4my5-uuid-types-1.0.6-doc' to 'https://cache.nix-ci.com'...
2811.62 s
[uuid-types:post-build] copying path '/nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6' to 'https://cache.nix-ci.com'...
2814.50 s
[uuid-types:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2816.27 s
[uuid-types:post-build] copying 1 paths...
2816.27 s
[uuid-types:post-build] copying path '/nix/store/4xn8v7z6dqc0nqxcxcrnnbf52wkcgwcv-uuid-types-1.0.6.drv' to 'https://cache.nix-ci.com'...
2816.91 s
Uploaded uuid-types in 7.2s
2816.92 s
Progress: 148 of 212 built (13 building), 298 of 298 downloaded from cache
2816.92 s
Built uuid-types in 2m14s
2816.92 s
[vector] depends template-haskell-2.20.0.0
2816.92 s
[vector] depends transformers-0.6.1.0
2816.92 s
[vector] depends vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2816.92 s
[vector] definite vector-0.13.2.0-1kJO52aveis1qKX18jwfTw-vector-tests-O2
2816.92 s
[vector] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2816.92 s
[vector] depends base-4.18.2.0
2816.93 s
[vector] depends base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
2816.93 s
[vector] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2816.93 s
[vector] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2816.93 s
[vector] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2816.93 s
[vector] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2816.93 s
[vector] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
2816.93 s
[vector] depends template-haskell-2.20.0.0
2816.93 s
[vector] depends transformers-0.6.1.0
2816.93 s
[vector] depends vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2816.93 s
[vector] Using Cabal-3.10.1.0 compiled by ghc-9.6
2816.93 s
[vector] Using compiler: ghc-9.6.4
2816.93 s
[vector] Using install prefix:
2816.93 s
[vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0
2816.93 s
[vector] Executables installed in:
2816.93 s
[vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0/bin
2816.93 s
[vector] Libraries installed in:
2816.93 s
[vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
2816.93 s
[vector] Dynamic Libraries installed in:
2816.93 s
[vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2816.93 s
[vector] Private executables installed in:
2816.93 s
[vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0/libexec/x86_64-linux-ghc-9.6.4/vector-0.13.2.0
2816.93 s
[vector] Data files installed in:
2816.93 s
[vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0/share/x86_64-linux-ghc-9.6.4/vector-0.13.2.0
2816.93 s
[vector] Documentation installed in:
2816.93 s
[vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0/share/doc/x86_64-linux-ghc-9.6.4/vector-0.13.2.0
2816.93 s
[vector] Configuration files installed in:
2816.93 s
[vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0/etc
2816.93 s
[vector] No alex found
2816.93 s
[vector] Using ar found on system at:
2816.93 s
[vector] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2816.93 s
[vector] No c2hs found
2816.93 s
[vector] No cpphs found
2816.93 s
[vector] Using doctest version 0.22.6 found on system at:
2816.93 s
[vector] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/bin/doctest
2816.93 s
[vector] Using gcc version 14.3.0 given by user at:
2816.93 s
[vector] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2816.93 s
[vector] Using ghc version 9.6.4 found on system at:
2816.93 s
[vector] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2816.93 s
[vector] Using ghc-pkg version 9.6.4 found on system at:
2816.93 s
[vector] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2816.93 s
[vector] No ghcjs found
2816.93 s
[vector] No ghcjs-pkg found
2816.93 s
[vector] No greencard found
2816.93 s
[vector] Using haddock version 2.29.2 found on system at:
2816.93 s
[vector] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2816.93 s
[vector] No happy found
2816.93 s
[vector] Using haskell-suite found on system at: haskell-suite-dummy-location
2816.94 s
[vector] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2816.94 s
[vector] No hmake found
2816.94 s
[vector] Using hpc version 0.68 found on system at:
2816.94 s
[vector] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2816.94 s
[vector] Using hsc2hs version 0.68.9 found on system at:
2816.94 s
[vector] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2816.94 s
[vector] Using hscolour version 1.25 found on system at:
2816.94 s
[vector] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2816.94 s
[vector] No jhc found
2816.94 s
[vector] Using ld found on system at:
2816.94 s
[vector] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2816.94 s
[vector] No pkg-config found
2816.94 s
[vector] Using runghc version 9.6.4 found on system at:
2816.94 s
[vector] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2816.94 s
[vector] Using strip version 2.44 found on system at:
2816.94 s
[vector] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2816.94 s
[vector] Using tar found on system at:
2816.94 s
[vector] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2816.94 s
[vector] No uhc found
2816.94 s
[vector] Phase: buildPhase
2816.94 s
[vector] Preprocessing library for vector-0.13.2.0..
2816.94 s
[vector] Building library for vector-0.13.2.0..
2816.94 s
[vector] [ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o, dist/build/Data/Vector/Fusion/Stream/Monadic.dyn_o )
2817.25 s
Building /nix/store/6y8bplj1407svzf7grn2qysfn73xzqhl-bifunctors-5.6.2.drv
2817.26 s
[asn1-encoding] [ 6 of 12] Compiling Data.ASN1.BinaryEncoding.Writer ( Data/ASN1/BinaryEncoding/Writer.hs, dist/build/Data/ASN1/BinaryEncoding/Writer.p_o )
2817.26 s
[asn1-encoding] [ 7 of 12] Compiling Data.ASN1.BinaryEncoding.Parse ( Data/ASN1/BinaryEncoding/Parse.hs, dist/build/Data/ASN1/BinaryEncoding/Parse.p_o )
2817.26 s
[asn1-encoding] [ 8 of 12] Compiling Data.ASN1.BinaryEncoding.Raw ( Data/ASN1/BinaryEncoding/Raw.hs, dist/build/Data/ASN1/BinaryEncoding/Raw.p_o )
2817.26 s
[asn1-encoding] [ 9 of 12] Compiling Data.ASN1.Stream ( Data/ASN1/Stream.hs, dist/build/Data/ASN1/Stream.p_o )
2817.26 s
[asn1-encoding] [10 of 12] Compiling Data.ASN1.Prim ( Data/ASN1/Prim.hs, dist/build/Data/ASN1/Prim.p_o )
2817.26 s
[asn1-encoding]
2817.26 s
[asn1-encoding] Data/ASN1/Prim.hs:55:1: warning : [ -Wunused-imports ]
2817.26 s
[asn1-encoding] The import of ‘Data.Monoid’ is redundant
2817.26 s
[asn1-encoding] except perhaps to import instances from ‘Data.Monoid’
2817.26 s
[asn1-encoding] To import instances alone, use: import Data.Monoid()
2817.26 s
[asn1-encoding] |
2817.26 s
[asn1-encoding] 55 | import Data.Monoid
2817.26 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^
2817.26 s
[asn1-encoding]
2817.26 s
[asn1-encoding] Data/ASN1/Prim.hs:65:1: warning : [ -Wunused-imports ]
2817.26 s
[asn1-encoding] The import of ‘Control.Applicative’ is redundant
2817.26 s
[asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
2817.26 s
[asn1-encoding] To import instances alone, use: import Control.Applicative()
2817.26 s
[asn1-encoding] |
2817.26 s
[asn1-encoding] 65 | import Control.Applicative
2817.26 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2817.26 s
[asn1-encoding]
2817.26 s
[asn1-encoding] Data/ASN1/Prim.hs:259:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2817.26 s
[asn1-encoding] This binding for ‘exponent’ shadows the existing binding
2817.26 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2817.26 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2817.26 s
[asn1-encoding] |
2817.26 s
[asn1-encoding] 259 | exponent = exp' - fromIntegral scaleFactor
2817.26 s
[asn1-encoding] | ^^^^^^^^
2817.26 s
[asn1-encoding]
2817.26 s
[asn1-encoding] Data/ASN1/Prim.hs:296:9: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2817.26 s
[asn1-encoding] Pattern match(es) are non-exhaustive
2817.26 s
[asn1-encoding] In a pattern binding: Patterns of type ‘[Word8]’ not matched: []
2817.26 s
[asn1-encoding] |
2817.26 s
[asn1-encoding] 296 | (x:xs) = B.unpack s
2817.26 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^
2817.26 s
[asn1-encoding]
2817.26 s
[asn1-encoding] Data/ASN1/Prim.hs:428:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2817.26 s
[asn1-encoding] This binding for ‘exp’ shadows the existing binding
2817.26 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2817.26 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2817.26 s
[asn1-encoding] |
2817.26 s
[asn1-encoding] 428 | (man, exp ) = decodeFloat d
2817.26 s
[asn1-encoding] | ^^^
2817.26 s
[asn1-encoding]
2817.26 s
[asn1-encoding] Data/ASN1/Prim.hs:429:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2817.26 s
[asn1-encoding] This binding for ‘exponent’ shadows the existing binding
2817.26 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2817.26 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2817.26 s
[asn1-encoding] |
2817.27 s
[asn1-encoding] 429 | (mantissa, exponent ) = normalize (fromIntegral $ mkUnsigned man, exp)
2817.27 s
[asn1-encoding] | ^^^^^^^^
2817.27 s
[asn1-encoding]
2817.27 s
[asn1-encoding] Data/ASN1/Prim.hs:441:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2817.27 s
[asn1-encoding] This binding for ‘exponent’ shadows the existing binding
2817.27 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2817.27 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2817.27 s
[asn1-encoding] |
2817.27 s
[asn1-encoding] 441 | normalize (mantissa, exponent ) = (mantissa `shiftR` sh, exponent + sh)
2817.27 s
[asn1-encoding] | ^^^^^^^^
2817.27 s
[barbies] Flip (* -> *) * (Record0 * *) ()
2817.27 s
[barbies] bmap id = id: OK
2817.27 s
[barbies] +++ OK, passed 100 tests.
2817.27 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.02s)
2817.27 s
[barbies] +++ OK, passed 100 tests.
2817.27 s
[barbies] Flip (* -> *) * (Record1 *) ()
2817.27 s
[barbies] bmap id = id: OK (0.01s)
2817.27 s
[barbies] +++ OK, passed 100 tests.
2817.27 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.01s)
2817.27 s
[barbies] +++ OK, passed 100 tests.
2817.27 s
[barbies] Flip (* -> *) * (Record3 *) ()
2817.27 s
[barbies] bmap id = id: OK (0.03s)
2817.27 s
[barbies] +++ OK, passed 100 tests.
2817.27 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.07s)
2817.27 s
[barbies] +++ OK, passed 100 tests.
2817.27 s
[barbies] Flip (* -> *) * (Record1S *) ()
2817.28 s
[barbies] bmap id = id: OK (0.01s)
2817.28 s
[barbies] +++ OK, passed 100 tests.
2817.28 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.02s)
2817.28 s
[barbies] +++ OK, passed 100 tests.
2817.28 s
[barbies] Flip (* -> *) * (Record3S *) ()
2817.28 s
[barbies] bmap id = id: OK (0.01s)
2817.28 s
[barbies] +++ OK, passed 100 tests.
2817.28 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2817.28 s
[barbies] +++ OK, passed 100 tests.
2817.28 s
[barbies] Flip (* -> *) * (Ignore1 *) ()
2817.28 s
[barbies] bmap id = id: OK
2817.28 s
[barbies] +++ OK, passed 100 tests.
2817.28 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2817.28 s
[barbies] +++ OK, passed 100 tests.
2817.28 s
[barbies] Flip (* -> *) * (Sum3 *) ()
2817.28 s
[barbies] bmap id = id: OK (0.05s)
2817.28 s
[barbies] +++ OK, passed 100 tests.
2817.28 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.03s)
2817.28 s
[barbies] +++ OK, passed 100 tests.
2817.28 s
[barbies] Flip (* -> *) * (CompositeRecord *) ()
2817.28 s
[barbies] bmap id = id: OK (0.11s)
2817.28 s
[barbies] +++ OK, passed 100 tests.
2817.28 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.03s)
2817.28 s
[barbies] +++ OK, passed 100 tests.
2817.28 s
[barbies] Flip (* -> *) * (SumRec *) ()
2817.28 s
[barbies] bmap id = id: OK (0.10s)
2817.28 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] Flip (* -> *) * (NestedF *) ()
2817.29 s
[barbies] bmap id = id: OK (0.21s)
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.08s)
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] Flip (* -> *) * (Nested2F *) ()
2817.29 s
[barbies] bmap id = id: OK (0.08s)
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.07s)
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] Flip (* -> *) (* -> *) NestedB Maybe
2817.29 s
[barbies] bmap id = id: OK (0.11s)
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] MixedBT Maybe
2817.29 s
[barbies] bmap id = id: OK (0.08s)
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] bmap (f . g) = bmap f . bmap g): OK
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] Flip (* -> *) (* -> *) MixedBT Maybe
2817.29 s
[barbies] bmap id = id: OK
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] bmap (f . g) = bmap f . bmap g): OK (0.02s)
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] Distributive Laws
2817.29 s
[barbies] Record0
2817.29 s
[barbies] naturality: OK
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] identity: OK
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] composition: OK
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] Record1
2817.29 s
[barbies] naturality: OK (0.08s)
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] identity: OK
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] composition: OK (0.06s)
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] Record1S
2817.29 s
[barbies] naturality: OK (0.05s)
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] identity: OK
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] composition: OK (0.39s)
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] Record3S
2817.29 s
[barbies] naturality: OK (0.06s)
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] identity: OK (0.11s)
2817.29 s
[barbies] +++ OK, passed 100 tests.
2817.29 s
[barbies] composition: OK (0.90s)
2817.30 s
[barbies] +++ OK, passed 100 tests.
2817.30 s
[barbies] Record1W Covered
2817.30 s
[barbies] naturality: OK (0.15s)
2817.30 s
[barbies] +++ OK, passed 100 tests.
2817.30 s
[barbies] identity: OK (0.08s)
2817.30 s
[barbies] +++ OK, passed 100 tests.
2817.30 s
[barbies] composition: OK (0.10s)
2817.30 s
[barbies] +++ OK, passed 100 tests.
2817.30 s
[barbies] Record3W Covered
2817.30 s
[concurrent-output] Phase: unpackPhase
2817.30 s
[concurrent-output] unpacking source archive /nix/store/pyf7k374ldp9mk2h62dn593zrkammpq9-concurrent-output-1.10.21.tar.gz
2817.30 s
[concurrent-output] source root is concurrent-output-1.10.21
2817.30 s
[concurrent-output] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "concurrent-output-1.10.21/Utility/Monad.hs"
2817.30 s
[concurrent-output] Phase: patchPhase
2817.30 s
[concurrent-output] Phase: compileBuildDriverPhase
2817.30 s
[concurrent-output] setupCompileFlags: -package-db=/build/tmp.FF5OtBbse5/setup-package.conf.d -threaded
2817.30 s
[concurrent-output] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.FF5OtBbse5/Main.o )
2817.30 s
[concurrent-output] [2 of 2] Linking Setup
2817.30 s
[concurrent-output] Phase: updateAutotoolsGnuConfigScriptsPhase
2817.30 s
[concurrent-output] Phase: configurePhase
2817.30 s
[concurrent-output] configureFlags: --verbose --prefix=/nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/z3wk2jxarmqs4cfab8xb74hxai928g70-concurrent-output-1.10.21-doc/share/doc/concurrent-output-1.10.21 --with-gcc=gcc --package-db=/build/tmp.FF5OtBbse5/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2817.31 s
[concurrent-output] Using Parsec parser
2817.31 s
[concurrent-output] Configuring concurrent-output-1.10.21...
2817.31 s
[concurrent-output] Dependency ansi-terminal >=0.6.2 && <1.2.0: using ansi-terminal-1.1.2
2817.31 s
[concurrent-output] Dependency async >=2.0 && <2.3: using async-2.2.5
2817.31 s
[concurrent-output] Dependency base >=4.6 && <5: using base-4.18.2.0
2817.31 s
[concurrent-output] Dependency directory >=1.2.0 && <1.4.0: using directory-1.3.8.1
2817.31 s
[concurrent-output] Dependency exceptions >=0.6.0 && <0.11.0: using exceptions-0.10.7
2817.31 s
[concurrent-output] Dependency process >=1.6.0 && <1.7.0: using process-1.6.17.0
2817.31 s
[concurrent-output] Dependency stm >=2.0 && <2.6: using stm-2.5.1.0
2817.31 s
[concurrent-output] Dependency terminal-size >=0.3.0 && <0.4.0: using terminal-size-0.3.4
2817.31 s
[concurrent-output] Dependency text >=0.11.0 && <2.2: using text-2.0.2
2817.31 s
[concurrent-output] Dependency transformers >=0.3.0 && <0.7.0: using transformers-0.6.1.0
2817.31 s
[concurrent-output] Dependency unix >=2.7.0 && <2.9.0: using unix-2.8.4.0
2817.31 s
[concurrent-output] Source component graph: component lib
2817.31 s
[concurrent-output] Configured component graph:
2817.31 s
[concurrent-output] component concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
2817.31 s
[concurrent-output] include ansi-terminal-1.1.2-LxruBm9vReJ3kO5apRc7O8
2817.31 s
[concurrent-output] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2817.31 s
[concurrent-output] include base-4.18.2.0
2817.31 s
[concurrent-output] include directory-1.3.8.1
2817.31 s
[concurrent-output] include exceptions-0.10.7
2817.31 s
[concurrent-output] include process-1.6.17.0
2817.31 s
[concurrent-output] include stm-2.5.1.0
2817.31 s
[concurrent-output] include terminal-size-0.3.4-2VO6QS5aYmrIVFfGKcHu21
2817.31 s
[concurrent-output] include text-2.0.2
2817.31 s
[concurrent-output] include transformers-0.6.1.0
2817.31 s
[concurrent-output] include unix-2.8.4.0
2817.31 s
[concurrent-output] Linked component graph:
2817.31 s
[concurrent-output] unit concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
2817.31 s
[concurrent-output] include ansi-terminal-1.1.2-LxruBm9vReJ3kO5apRc7O8
2817.31 s
[concurrent-output] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2817.31 s
[concurrent-output] include base-4.18.2.0
2817.31 s
[concurrent-output] include directory-1.3.8.1
2817.31 s
[concurrent-output] include exceptions-0.10.7
2817.31 s
[concurrent-output] include process-1.6.17.0
2817.31 s
[concurrent-output] include stm-2.5.1.0
2817.31 s
[concurrent-output] include terminal-size-0.3.4-2VO6QS5aYmrIVFfGKcHu21
2817.31 s
[concurrent-output] include text-2.0.2
2817.31 s
[concurrent-output] include transformers-0.6.1.0
2817.31 s
[concurrent-output] include unix-2.8.4.0
2817.31 s
[crypton] [10 of 58] Compiling KAT_RC4 ( tests/KAT_RC4.hs, dist/build/test-crypton/test-crypton-tmp/KAT_RC4.o )
2817.31 s
[crypton] [11 of 58] Compiling KAT_Scrypt ( tests/KAT_Scrypt.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Scrypt.o )
2817.31 s
[crypton] [12 of 58] Compiling Utils ( tests/Utils.hs, dist/build/test-crypton/test-crypton-tmp/Utils.o )
2817.31 s
[crypton] [13 of 58] Compiling Imports ( tests/Imports.hs, dist/build/test-crypton/test-crypton-tmp/Imports.o )
2817.31 s
[crypton] [14 of 58] Compiling Salsa ( tests/Salsa.hs, dist/build/test-crypton/test-crypton-tmp/Salsa.o )
2817.31 s
[genvalidity-property] Phase: updateAutotoolsGnuConfigScriptsPhase
2817.31 s
[genvalidity-property] Phase: configurePhase
2817.31 s
[genvalidity-property] configureFlags: --verbose --prefix=/nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/1jzkz0vvyvifg9mr15kfc131jw8cgy30-genvalidity-property-1.0.0.0-doc/share/doc/genvalidity-property-1.0.0.0 --with-gcc=gcc --package-db=/build/tmp.v0erO870cW/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2817.31 s
[genvalidity-property] Using Parsec parser
2817.31 s
[genvalidity-property] Configuring genvalidity-property-1.0.0.0...
2817.31 s
[genvalidity-property] Dependency QuickCheck: using QuickCheck-2.14.3
2817.31 s
[genvalidity-property] Dependency base >=4.7 && <5: using base-4.18.2.0
2817.31 s
[genvalidity-property] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
2817.31 s
[genvalidity-property] Dependency hspec >=2.1: using hspec-2.11.12
2817.32 s
[genvalidity-property] Dependency pretty-show: using pretty-show-1.10
2817.32 s
[genvalidity-property] Dependency validity >=0.9: using validity-0.12.1.0
2817.32 s
[genvalidity-property] Dependency QuickCheck: using QuickCheck-2.14.3
2817.32 s
[genvalidity-property] Dependency base >=4.7 && <5: using base-4.18.2.0
2817.32 s
[genvalidity-property] Dependency genvalidity: using genvalidity-1.1.1.0
2817.32 s
[genvalidity-property] Dependency genvalidity-property: using genvalidity-property-1.0.0.0
2817.32 s
[genvalidity-property] Dependency hspec: using hspec-2.11.12
2817.32 s
[genvalidity-property] Source component graph:
2817.32 s
[genvalidity-property] component lib
2817.32 s
[genvalidity-property] component test:genvalidity-property-test dependency lib
2817.32 s
[genvalidity-property] Configured component graph:
2817.32 s
[genvalidity-property] component genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
2817.32 s
[genvalidity-property] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2817.32 s
[genvalidity-property] include base-4.18.2.0
2817.32 s
[genvalidity-property] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2817.32 s
[genvalidity-property] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2817.32 s
[genvalidity-property] include pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
2817.32 s
[genvalidity-property] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2817.32 s
[genvalidity-property] component genvalidity-property-1.0.0.0-JIQx0b0ll74G3XJA8dBblq-genvalidity-property-test
2817.32 s
[genvalidity-property] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2817.32 s
[genvalidity-property] include base-4.18.2.0
2817.32 s
[genvalidity-property] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2817.32 s
[genvalidity-property] include genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
2817.32 s
[genvalidity-property] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2817.32 s
[genvalidity-property] Linked component graph:
2817.32 s
[genvalidity-property] unit genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
2817.32 s
[genvalidity-property] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2817.32 s
[genvalidity-property] include base-4.18.2.0
2817.32 s
[genvalidity-property] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2817.32 s
[genvalidity-property] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2817.32 s
[genvalidity-property] include pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
2817.32 s
[genvalidity-property] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2817.32 s
[haskell-src-meta] include template-haskell-2.20.0.0
2817.32 s
[haskell-src-meta] unit haskell-src-meta-0.8.15-5mVA8wzOBaSESB7eIMGxEe-splices
2817.32 s
[haskell-src-meta] include base-4.18.2.0
2817.32 s
[haskell-src-meta] include haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
2817.32 s
[haskell-src-meta] include haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
2817.32 s
[haskell-src-meta] include template-haskell-2.20.0.0
2817.32 s
[haskell-src-meta] unit haskell-src-meta-0.8.15-3g7eE9ITnRM5N8ilDS5ZPf-unit
2817.32 s
[haskell-src-meta] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2817.32 s
[haskell-src-meta] include base-4.18.2.0
2817.32 s
[haskell-src-meta] include haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
2817.32 s
[haskell-src-meta] include haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
2817.32 s
[haskell-src-meta] include pretty-1.1.3.6
2817.32 s
[haskell-src-meta] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2817.32 s
[haskell-src-meta] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2817.32 s
[haskell-src-meta] include template-haskell-2.20.0.0
2817.32 s
[haskell-src-meta] Ready component graph:
2817.32 s
[haskell-src-meta] definite haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
2817.32 s
[haskell-src-meta] depends base-4.18.2.0
2817.32 s
[haskell-src-meta] depends haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
2817.32 s
[haskell-src-meta] depends pretty-1.1.3.6
2817.32 s
[haskell-src-meta] depends syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2817.32 s
[haskell-src-meta] depends template-haskell-2.20.0.0
2817.32 s
[haskell-src-meta] depends th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
2817.32 s
[haskell-src-meta] definite haskell-src-meta-0.8.15-FB8GXJXZykK4hHysHWwrmS-examples
2817.32 s
[haskell-src-meta] depends base-4.18.2.0
2817.32 s
[haskell-src-meta] depends containers-0.6.7
2817.32 s
[haskell-src-meta] depends haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
2817.32 s
[haskell-src-meta] depends pretty-1.1.3.6
2817.32 s
[haskell-src-meta] depends syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
2817.32 s
[haskell-src-meta] depends template-haskell-2.20.0.0
2817.32 s
[haskell-src-meta] definite haskell-src-meta-0.8.15-5mVA8wzOBaSESB7eIMGxEe-splices
2817.32 s
[haskell-src-meta] depends base-4.18.2.0
2817.32 s
[haskell-src-meta] depends haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
2817.32 s
[haskell-src-meta] depends haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
2817.32 s
[haskell-src-meta] depends template-haskell-2.20.0.0
2817.32 s
[haskell-src-meta] definite haskell-src-meta-0.8.15-3g7eE9ITnRM5N8ilDS5ZPf-unit
2817.32 s
[haskell-src-meta] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
2817.32 s
[haskell-src-meta] depends base-4.18.2.0
2817.32 s
[haskell-src-meta] depends haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
2817.32 s
[haskell-src-meta] depends haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
2817.32 s
[haskell-src-meta] depends pretty-1.1.3.6
2817.32 s
[haskell-src-meta] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2817.32 s
[haskell-src-meta] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2817.32 s
[haskell-src-meta] depends template-haskell-2.20.0.0
2817.32 s
[haskell-src-meta] Using Cabal-3.10.1.0 compiled by ghc-9.6
2817.32 s
[haskell-src-meta] Using compiler: ghc-9.6.4
2817.32 s
[haskell-src-meta] Using install prefix:
2817.32 s
[haskell-src-meta] /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15
2817.32 s
[haskell-src-meta] Executables installed in:
2817.32 s
[haskell-src-meta] /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/bin
2817.32 s
[haskell-src-meta] Libraries installed in:
2817.32 s
[haskell-src-meta] /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
2817.32 s
[haskell-src-meta] Dynamic Libraries installed in:
2817.32 s
[haskell-src-meta] /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2817.32 s
[haskell-src-meta] Private executables installed in:
2817.32 s
[haskell-src-meta] /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/libexec/x86_64-linux-ghc-9.6.4/haskell-src-meta-0.8.15
2817.32 s
[haskell-src-meta] Data files installed in:
2817.32 s
[haskell-src-meta] /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/share/x86_64-linux-ghc-9.6.4/haskell-src-meta-0.8.15
2817.32 s
[haskell-src-meta] Documentation installed in:
2817.32 s
[haskell-src-meta] /nix/store/n1hln1m9xlbk65w2y3yzfz16dlnhqgkb-haskell-src-meta-0.8.15-doc/share/doc/haskell-src-meta-0.8.15
2817.32 s
[haskell-src-meta] Configuration files installed in:
2817.32 s
[haskell-src-meta] /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/etc
2817.32 s
[haskell-src-meta] No alex found
2817.32 s
[haskell-src-meta] Using ar found on system at:
2817.32 s
[haskell-src-meta] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2817.32 s
[haskell-src-meta] No c2hs found
2817.32 s
[haskell-src-meta] No cpphs found
2817.32 s
[haskell-src-meta] No doctest found
2817.32 s
[haskell-src-meta] Using gcc version 14.3.0 given by user at:
2817.32 s
[haskell-src-meta] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2817.32 s
[haskell-src-meta] Using ghc version 9.6.4 found on system at:
2817.32 s
[haskell-src-meta] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2817.32 s
[haskell-src-meta] Using ghc-pkg version 9.6.4 found on system at:
2817.32 s
[haskell-src-meta] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2817.32 s
[haskell-src-meta] No ghcjs found
2817.32 s
[haskell-src-meta] No ghcjs-pkg found
2817.32 s
[haskell-src-meta] No greencard found
2817.32 s
[haskell-src-meta] Using haddock version 2.29.2 found on system at:
2817.32 s
[haskell-src-meta] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2817.33 s
[haskell-src-meta] No happy found
2817.33 s
[haskell-src-meta] Using haskell-suite found on system at: haskell-suite-dummy-location
2817.33 s
[haskell-src-meta] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2817.33 s
[lifted-async] Phase: unpackPhase
2817.33 s
[lifted-async] unpacking source archive /nix/store/w5ndm5lizzwsyhcb2rzsvjxx5ggxbyi8-lifted-async-0.10.2.7.tar.gz
2817.33 s
[lifted-async] source root is lifted-async-0.10.2.7
2817.33 s
[lifted-async] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lifted-async-0.10.2.7/tests/TestSuite.hs"
2817.33 s
[lifted-async] Phase: patchPhase
2817.33 s
[lifted-async] Phase: compileBuildDriverPhase
2817.33 s
[lifted-async] setupCompileFlags: -package-db=/build/tmp.ZGQ3Oq9stX/setup-package.conf.d -threaded
2817.33 s
[lifted-async] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.ZGQ3Oq9stX/Main.o )
2817.33 s
[lifted-async] [2 of 2] Linking Setup
2817.33 s
[lifted-async] Phase: updateAutotoolsGnuConfigScriptsPhase
2817.33 s
[lifted-async] Phase: configurePhase
2817.33 s
[lifted-async] configureFlags: --verbose --prefix=/nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/69yv0rh159a8wmaazp25h993ms2f259c-lifted-async-0.10.2.7-doc/share/doc/lifted-async-0.10.2.7 --with-gcc=gcc --package-db=/build/tmp.ZGQ3Oq9stX/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2817.33 s
[lifted-async] Using Parsec parser
2817.33 s
[lifted-async] Configuring lifted-async-0.10.2.7...
2817.33 s
[lifted-async] Dependency async >=2.2 && <2.3: using async-2.2.5
2817.33 s
[lifted-async] Dependency base >=4.5 && <4.22: using base-4.18.2.0
2817.33 s
[lifted-async] Dependency constraints >=0.2 && <0.15: using constraints-0.14.2
2817.33 s
[lifted-async] Dependency lifted-base >=0.2 && <0.3: using lifted-base-0.2.3.12
2817.33 s
[lifted-async] Dependency monad-control >=1.0 && <1.1: using monad-control-1.0.3.1
2817.33 s
[lifted-async] Dependency transformers-base >=0.4 && <0.5: using transformers-base-0.4.6
2817.33 s
[lifted-async] Source component graph: component lib
2817.33 s
[lifted-async] Configured component graph:
2817.33 s
[lifted-async] component lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
2817.33 s
[lifted-async] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2817.33 s
[lifted-async] include base-4.18.2.0
2817.33 s
[lifted-async] include constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
2817.33 s
[lifted-async] include lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
2817.33 s
[lifted-async] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2817.33 s
[lifted-async] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
2817.33 s
[lifted-async] Linked component graph:
2817.33 s
[lifted-async] unit lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
2817.33 s
[lifted-async] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2817.33 s
[lifted-async] include base-4.18.2.0
2817.33 s
[lifted-async] include constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
2817.33 s
[lifted-async] include lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
2817.33 s
[lifted-async] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2817.33 s
[lifted-async] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
2817.33 s
[lifted-async] Control.Concurrent.Async.Lifted=lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu:Control.Concurrent.Async.Lifted,Control.Concurrent.Async.Lifted.Safe=lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu:Control.Concurrent.Async.Lifted.Safe
2817.33 s
[lifted-async] Ready component graph:
2817.33 s
[lifted-async] definite lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
2817.33 s
[lifted-async] depends async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2817.33 s
[lifted-async] depends base-4.18.2.0
2817.33 s
[lifted-async] depends constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
2817.33 s
[lifted-async] depends lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
2817.33 s
[lifted-async] depends monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2817.33 s
[lifted-async] depends transformers-base-0.4.6-5k145cGgioO865g11CxlME
2817.33 s
[lifted-async] Using Cabal-3.10.1.0 compiled by ghc-9.6
2817.33 s
[lifted-async] Using compiler: ghc-9.6.4
2817.33 s
[lifted-async] Using install prefix:
2817.33 s
[lifted-async] /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7
2817.33 s
[lifted-async] Executables installed in:
2817.33 s
[logict] Phase: setupCompilerEnvironmentPhase
2817.33 s
[logict] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2817.33 s
[logict] Phase: unpackPhase
2817.33 s
[logict] unpacking source archive /nix/store/8bm3ahkqr8f35z3yrz2jbmxmmv77hvk5-logict-0.8.2.0.tar.gz
2817.33 s
[logict] source root is logict-0.8.2.0
2817.33 s
[logict] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "logict-0.8.2.0/test/Test.hs"
2817.33 s
[logict] Phase: patchPhase
2817.33 s
[logict] Phase: compileBuildDriverPhase
2817.33 s
[logict] setupCompileFlags: -package-db=/build/tmp.ymXvJWj7XC/setup-package.conf.d -threaded
2817.33 s
[logict] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.ymXvJWj7XC/Main.o )
2817.33 s
[logict] [2 of 2] Linking Setup
2817.33 s
[logict] Phase: updateAutotoolsGnuConfigScriptsPhase
2817.33 s
[logict] Phase: configurePhase
2817.33 s
[logict] configureFlags: --verbose --prefix=/nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/8am6yypqfc4m2ms5ladf86g9jq4adjxz-logict-0.8.2.0-doc/share/doc/logict-0.8.2.0 --with-gcc=gcc --package-db=/build/tmp.ymXvJWj7XC/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2817.33 s
[logict] Using Parsec parser
2817.33 s
[logict] Configuring logict-0.8.2.0...
2817.33 s
[logict] Dependency base >=4.9 && <5: using base-4.18.2.0
2817.33 s
[logict] Dependency exceptions <0.11: using exceptions-0.10.7
2817.33 s
[logict] Dependency mtl >=2.0 && <2.4: using mtl-2.3.1
2817.33 s
[logict] Dependency transformers <0.7: using transformers-0.6.1.0
2817.33 s
[logict] Dependency async >=2.0 && <2.3: using async-2.2.5
2817.33 s
[logict] Dependency base: using base-4.18.2.0
2817.33 s
[logict] Dependency logict: using logict-0.8.2.0
2817.33 s
[logict] Dependency mtl: using mtl-2.3.1
2817.33 s
[logict] Dependency tasty <1.6: using tasty-1.5.3
2817.33 s
[logict] Dependency tasty-hunit <0.11: using tasty-hunit-0.10.2
2817.33 s
[logict] Dependency transformers: using transformers-0.6.1.0
2817.33 s
[logict] Source component graph:
2817.33 s
[logict] component lib
2817.33 s
[logict] component test:logict-tests dependency lib
2817.33 s
[logict] Configured component graph:
2817.33 s
[logict] component logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
2817.33 s
[logict] include base-4.18.2.0
2817.33 s
[logict] include exceptions-0.10.7
2817.33 s
[logict] include mtl-2.3.1
2817.33 s
[logict] include transformers-0.6.1.0
2817.33 s
[logict] component logict-0.8.2.0-BtbXIoejAm1FARGS8UD0hE-logict-tests
2817.33 s
[logict] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2817.33 s
[logict] include base-4.18.2.0
2817.33 s
[logict] include logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
2817.33 s
[logict] include mtl-2.3.1
2817.33 s
[logict] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2817.33 s
[logict] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2817.33 s
[logict] include transformers-0.6.1.0
2817.33 s
[logict] Linked component graph:
2817.33 s
[logict] unit logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
2817.33 s
[logict] include base-4.18.2.0
2817.33 s
[logict] include exceptions-0.10.7
2817.33 s
[logict] include mtl-2.3.1
2817.33 s
[logict] include transformers-0.6.1.0
2817.33 s
[logict] Control.Monad.Logic=logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn:Control.Monad.Logic,Control.Monad.Logic.Class=logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn:Control.Monad.Logic.Class
2817.33 s
[logict] unit logict-0.8.2.0-BtbXIoejAm1FARGS8UD0hE-logict-tests
2817.33 s
[logict] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2817.33 s
[logict] include base-4.18.2.0
2817.33 s
[logict] include logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
2817.33 s
[logict] include mtl-2.3.1
2817.33 s
[logict] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2817.33 s
[logict] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2817.33 s
[logict] include transformers-0.6.1.0
2817.33 s
[streaming-commons] Phase: setupCompilerEnvironmentPhase
2817.33 s
[streaming-commons] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2817.33 s
[streaming-commons] Phase: unpackPhase
2817.33 s
[streaming-commons] unpacking source archive /nix/store/hmrzyjhb65w2nsy872wln9wmxzzx9q2q-streaming-commons-0.2.3.0.tar.gz
2817.33 s
[streaming-commons] source root is streaming-commons-0.2.3.0
2817.33 s
[streaming-commons] setting SOURCE_DATE_EPOCH to timestamp 1737289593 of file "streaming-commons-0.2.3.0/streaming-commons.cabal"
2817.33 s
[streaming-commons] Phase: patchPhase
2817.33 s
[streaming-commons] Phase: compileBuildDriverPhase
2817.33 s
[streaming-commons] setupCompileFlags: -package-db=/build/tmp.VI0fT4SrXO/setup-package.conf.d -threaded
2817.33 s
[streaming-commons] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.VI0fT4SrXO/Main.o )
2817.33 s
[streaming-commons] [2 of 2] Linking Setup
2817.33 s
[streaming-commons] Phase: updateAutotoolsGnuConfigScriptsPhase
2817.33 s
[streaming-commons] Phase: configurePhase
2817.33 s
[streaming-commons] configureFlags: --verbose --prefix=/nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/j4fgb7j23xzyhp9dcpa58f60k10v1ash-streaming-commons-0.2.3.0-doc/share/doc/streaming-commons-0.2.3.0 --with-gcc=gcc --package-db=/build/tmp.VI0fT4SrXO/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2817.33 s
[streaming-commons] Using Parsec parser
2817.33 s
[streaming-commons] Configuring streaming-commons-0.2.3.0...
2817.33 s
[streaming-commons] Flags chosen: use-bytestring-builder=False
2817.33 s
[streaming-commons] Dependency array: using array-0.5.6.0
2817.33 s
[streaming-commons] Dependency async: using async-2.2.5
2817.33 s
[streaming-commons] Dependency base >=4.12 && <5: using base-4.18.2.0
2817.33 s
[streaming-commons] Dependency bytestring >=0.10.2.0: using bytestring-0.11.5.3
2817.33 s
[streaming-commons] Dependency directory: using directory-1.3.8.1
2817.33 s
[streaming-commons] Dependency network >=2.4.0.0: using network-3.2.7.0
2817.33 s
[streaming-commons] Dependency process: using process-1.6.17.0
2817.33 s
[streaming-commons] Dependency random: using random-1.2.1.3
2817.33 s
[streaming-commons] Dependency stm: using stm-2.5.1.0
2817.33 s
[streaming-commons] Dependency text >=1.2 && <1.3 || >=2.0 && <2.2: using text-2.0.2
2817.33 s
[streaming-commons] Dependency transformers: using transformers-0.6.1.0
2817.33 s
[streaming-commons] Dependency unix: using unix-2.8.4.0
2817.33 s
[streaming-commons] Dependency zlib: using zlib-0.7.1.0
2817.33 s
[streaming-commons] Dependency QuickCheck: using QuickCheck-2.14.3
2817.33 s
[streaming-commons] Dependency array: using array-0.5.6.0
2817.33 s
[streaming-commons] Dependency async: using async-2.2.5
2817.33 s
[streaming-commons] Dependency base: using base-4.18.2.0
2817.33 s
[streaming-commons] Dependency bytestring >=0.10.2.0: using bytestring-0.11.5.3
2817.33 s
[streaming-commons] Dependency deepseq: using deepseq-1.4.8.1
2817.33 s
[streaming-commons] Dependency hspec >=1.8: using hspec-2.11.12
2817.33 s
[streaming-commons] Dependency network >=2.4.0.0: using network-3.2.7.0
2817.33 s
[streaming-commons] Dependency streaming-commons: using streaming-commons-0.2.3.0
2817.33 s
[streaming-commons] Dependency text: using text-2.0.2
2817.33 s
[streaming-commons] Dependency unix: using unix-2.8.4.0
2817.33 s
[streaming-commons] Dependency zlib: using zlib-0.7.1.0
2817.33 s
[streaming-commons] Source component graph:
2817.33 s
[streaming-commons] component lib
2817.33 s
[streaming-commons] component test:test dependency lib
2817.33 s
[streaming-commons] Configured component graph:
2817.33 s
[streaming-commons] component streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik
2817.33 s
[streaming-commons] include array-0.5.6.0
2817.33 s
[streaming-commons] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2817.33 s
[streaming-commons] include base-4.18.2.0
2817.33 s
[streaming-commons] include bytestring-0.11.5.3
2817.33 s
[streaming-commons] include directory-1.3.8.1
2817.33 s
[streaming-commons] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2817.33 s
[streaming-commons] include process-1.6.17.0
2817.33 s
[streaming-commons] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2817.33 s
[streaming-commons] include stm-2.5.1.0
2817.33 s
[streaming-commons] include text-2.0.2
2817.33 s
[streaming-commons] include transformers-0.6.1.0
2817.33 s
[streaming-commons] include unix-2.8.4.0
2817.33 s
[streaming-commons] include zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
2817.33 s
[strict] [2 of 7] Compiling Data.Strict.Maybe ( src/Data/Strict/Maybe.hs, dist/build/Data/Strict/Maybe.p_o )
2817.33 s
[strict] [3 of 7] Compiling Data.Strict.These ( src/Data/Strict/These.hs, dist/build/Data/Strict/These.p_o )
2817.33 s
[strict] [4 of 7] Compiling Data.Strict.Tuple ( src/Data/Strict/Tuple.hs, dist/build/Data/Strict/Tuple.p_o )
2817.33 s
[strict]
2817.33 s
[strict] src/Data/Strict/Tuple.hs:124:3: warning : [ -Wnoncanonical-monoid-instances ]
2817.33 s
[strict] Noncanonical ‘mappend’ definition detected
2817.33 s
[strict] in the instance declaration for ‘Monoid (Pair a b)’.
2817.33 s
[strict] ‘mappend’ will eventually be removed in favour of ‘(<>)’
2817.33 s
[strict] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
2817.33 s
[strict] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
2817.33 s
[strict] |
2817.33 s
[strict] 124 | (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2)
2817.33 s
[strict] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2817.33 s
[strict] [5 of 7] Compiling Data.Strict.Classes ( src/Data/Strict/Classes.hs, dist/build/Data/Strict/Classes.p_o )
2817.33 s
[strict] [6 of 7] Compiling Data.Strict ( src/Data/Strict.hs, dist/build/Data/Strict.p_o )
2817.33 s
[strict] [7 of 7] Compiling System.IO.Strict ( src/System/IO/Strict.hs, dist/build/System/IO/Strict.p_o )
2817.33 s
[strict] buildPhase completed in 49 seconds
2817.33 s
[strict] Phase: checkPhase
2817.33 s
[strict] Package has no test suites.
2817.33 s
[strict] Phase: haddockPhase
2817.33 s
[strict] Preprocessing library for strict-0.5.1..
2817.33 s
[strict] Running Haddock on library for strict-0.5.1..
2817.33 s
[strict] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2817.33 s
[text-short] Documentation created: dist/doc/html/text-short/index.html,
2817.33 s
[text-short] dist/doc/html/text-short/text-short.txt
2817.33 s
[text-short] Preprocessing test suite 'text-short-tests' for text-short-0.1.6..
2817.33 s
[text-short] haddockPhase completed in 35 seconds
2817.33 s
[text-short] Phase: installPhase
2817.33 s
[text-short] Installing library in /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
2817.33 s
[text-short] Phase: fixupPhase
2817.33 s
[text-short] shrinking RPATHs of ELF executables and libraries in /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6
2817.33 s
[text-short] shrinking /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHStext-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5-ghc9.6.4.so
2817.33 s
[text-short] checking for references to /build/ in /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6...
2817.33 s
[text-short] patching script interpreter paths in /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6
2817.33 s
[text-short] stripping (with command strip and flags -S -p) in /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/lib
2817.33 s
[text-short] shrinking RPATHs of ELF executables and libraries in /nix/store/jxd5hld0sdb996scym88ijnjgdzjsgwc-text-short-0.1.6-doc
2817.33 s
[text-short] checking for references to /build/ in /nix/store/jxd5hld0sdb996scym88ijnjgdzjsgwc-text-short-0.1.6-doc...
2817.33 s
[text-short] patching script interpreter paths in /nix/store/jxd5hld0sdb996scym88ijnjgdzjsgwc-text-short-0.1.6-doc
2817.33 s
[time-compat] Defined but not used: ‘compareExpected’
2817.33 s
[time-compat] |
2817.33 s
[time-compat] 39 | compareExpected testname fmt str proxy =
2817.33 s
[time-compat] | ^^^^^^^^^^^^^^^
2817.33 s
[time-compat]
2817.33 s
[time-compat] test/main/Test/Format/Format.hs:47:1: warning : [ -Wunused-top-binds ]
2817.34 s
[time-compat] Defined but not used: ‘checkParse’
2817.34 s
[time-compat] |
2817.34 s
[time-compat] 47 | checkParse fmt str =
2817.34 s
[time-compat] | ^^^^^^^^^^
2817.34 s
[time-compat]
2817.34 s
[time-compat] test/main/Test/Format/Format.hs:56:1: warning : [ -Wunused-top-binds ]
2817.34 s
[time-compat] Defined but not used: ‘testCheckParse’
2817.34 s
[time-compat] |
2817.34 s
[time-compat] 56 | testCheckParse = testGroup "checkParse" $ tgroup formats $ \fmt -> tgroup somestrings $ \str -> checkParse fmt str
2817.34 s
[time-compat] | ^^^^^^^^^^^^^^
2817.34 s
[time-compat]
2817.34 s
[time-compat] test/main/Test/Format/Format.hs:71:1: warning : [ -Wunused-top-binds ]
2817.34 s
[time-compat] Defined but not used: ‘testZone’
2817.34 s
[time-compat] |
2817.34 s
[time-compat] 71 | testZone fmt expected minutes =
2817.34 s
[time-compat] | ^^^^^^^^
2817.34 s
[time-compat]
2817.34 s
[time-compat] test/main/Test/Format/Format.hs:75:1: warning : [ -Wunused-top-binds ]
2817.34 s
[time-compat] Defined but not used: ‘testZonePair’
2817.34 s
[time-compat] |
2817.34 s
[time-compat] 75 | testZonePair mods expected minutes =
2817.34 s
[time-compat] | ^^^^^^^^^^^^
2817.34 s
[time-compat]
2817.34 s
[time-compat] test/main/Test/Format/Format.hs:81:1: warning : [ -Wunused-top-binds ]
2817.34 s
[time-compat] Defined but not used: ‘testTimeZone’
2817.34 s
[time-compat] |
2817.34 s
[time-compat] 81 | testTimeZone =
2817.34 s
[time-compat] | ^^^^^^^^^^^^
2817.34 s
[time-compat]
2817.34 s
[time-compat] test/main/Test/Format/Format.hs:109:1: warning : [ -Wunused-top-binds ]
2817.34 s
[time-compat] Defined but not used: ‘testAFormat’
2817.34 s
[time-compat] |
2817.34 s
[time-compat] 109 | testAFormat fmt expected t = testCase fmt $ assertEqual "" expected $ formatTime defaultTimeLocale fmt t
2817.34 s
[time-compat] | ^^^^^^^^^^^
2817.34 s
[time-compat] [28 of 32] Compiling Test.Clock.TAI ( test/main/Test/Clock/TAI.hs, dist/build/main/main-tmp/Test/Clock/TAI.o )
2817.34 s
[time-compat] [29 of 32] Compiling Test.Calendar.Week ( test/main/Test/Calendar/Week.hs, dist/build/main/main-tmp/Test/Calendar/Week.o )
2817.34 s
[time-compat] [30 of 32] Compiling Test.Calendar.CalendarProps ( test/main/Test/Calendar/CalendarProps.hs, dist/build/main/main-tmp/Test/Calendar/CalendarProps.o )
2817.34 s
[time-compat] [31 of 32] Compiling Test.Types ( test/main/Test/Types.hs, dist/build/main/main-tmp/Test/Types.o )
2817.34 s
[time-compat] [32 of 32] Compiling Main ( test/main/Main.hs, dist/build/main/main-tmp/Main.o )
2817.34 s
[time-compat]
2817.34 s
[time-compat] test/main/Main.hs:21:1: warning : [ -Wunused-imports ]
2817.34 s
[time-compat] The import of ‘Test.Format.ParseTime’ is redundant
2817.34 s
[time-compat] except perhaps to import instances from ‘Test.Format.ParseTime’
2817.34 s
[time-compat] To import instances alone, use: import Test.Format.ParseTime()
2817.34 s
[time-compat] |
2817.34 s
[time-compat] 21 | import Test.Format.ParseTime
2817.34 s
[time-compat] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2817.34 s
[time-compat] [33 of 33] Linking dist/build/main/main
2817.34 s
[time-compat] Preprocessing test suite 'instances' for time-compat-1.9.7..
2817.34 s
[time-compat] Building test suite 'instances' for time-compat-1.9.7..
2817.34 s
[time-compat] [1 of 1] Compiling Main ( test-instances/Test.hs, dist/build/instances/instances-tmp/Main.o )
2817.34 s
[time-compat] [2 of 2] Linking dist/build/instances/instances
2817.34 s
[time-compat] buildPhase completed in 1 minutes 59 seconds
2817.34 s
[time-compat] Phase: checkPhase
2817.34 s
[time-compat] Running 2 test suites...
2817.34 s
[time-compat] Test suite main: RUNNING...
2817.34 s
[time-compat] Time
2817.34 s
[time-compat] Calendar
2817.34 s
[time-compat] addDays: OK (0.08s)
2817.34 s
[time-compat] calender-props
2817.34 s
[vector] [ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o, dist/build/Data/Vector/Fusion/Util.dyn_o )
2817.34 s
[vector] [ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, dist/build/Data/Vector/Fusion/Bundle/Size.o, dist/build/Data/Vector/Fusion/Bundle/Size.dyn_o )
2817.34 s
[vector] [ 4 of 23] Compiling Data.Vector.Generic.Mutable.Base ( src/Data/Vector/Generic/Mutable/Base.hs, dist/build/Data/Vector/Generic/Mutable/Base.o, dist/build/Data/Vector/Generic/Mutable/Base.dyn_o )
2817.34 s
[vector] [ 5 of 23] Compiling Data.Vector.Generic.Base ( src/Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o, dist/build/Data/Vector/Generic/Base.dyn_o )
2817.34 s
[vector] [ 6 of 23] Compiling Data.Vector.Internal.Check ( src/Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o, dist/build/Data/Vector/Internal/Check.dyn_o )
2817.34 s
[vector] [ 7 of 23] Compiling Data.Vector.Fusion.Bundle.Monadic ( src/Data/Vector/Fusion/Bundle/Monadic.hs, dist/build/Data/Vector/Fusion/Bundle/Monadic.o, dist/build/Data/Vector/Fusion/Bundle/Monadic.dyn_o )
2817.34 s
[asn1-encoding] [11 of 12] Compiling Data.ASN1.Encoding ( Data/ASN1/Encoding.hs, dist/build/Data/ASN1/Encoding.p_o )
2817.34 s
[asn1-encoding] [12 of 12] Compiling Data.ASN1.BinaryEncoding ( Data/ASN1/BinaryEncoding.hs, dist/build/Data/ASN1/BinaryEncoding.p_o )
2817.34 s
[asn1-encoding] Preprocessing test suite 'tests-asn1-encoding' for asn1-encoding-0.9.6..
2817.34 s
[asn1-encoding] Building test suite 'tests-asn1-encoding' for asn1-encoding-0.9.6..
2817.34 s
[asn1-encoding]
2817.34 s
[asn1-encoding] <no location info>: warning : [ GHC-32850 ] [ -Wmissing-home-modules ]
2817.34 s
[asn1-encoding] These modules are needed for compilation but not listed in your .cabal file's other-modules for ‘main’ :
2817.34 s
[asn1-encoding] Data.ASN1.BinaryEncoding
2817.34 s
[asn1-encoding] Data.ASN1.BinaryEncoding.Parse
2817.34 s
[asn1-encoding] Data.ASN1.BinaryEncoding.Writer
2817.34 s
[asn1-encoding] Data.ASN1.Encoding
2817.34 s
[asn1-encoding] Data.ASN1.Error
2817.34 s
[asn1-encoding] Data.ASN1.Get
2817.34 s
[asn1-encoding] Data.ASN1.Internal
2817.34 s
[asn1-encoding] Data.ASN1.Prim
2817.34 s
[asn1-encoding] Data.ASN1.Serialize
2817.34 s
[asn1-encoding] Data.ASN1.Stream
2817.34 s
[asn1-encoding] [ 1 of 11] Compiling Data.ASN1.Error ( Data/ASN1/Error.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/Error.o )
2817.34 s
[asn1-encoding] [ 2 of 11] Compiling Data.ASN1.Get ( Data/ASN1/Get.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/Get.o )
2817.34 s
[asn1-encoding]
2817.34 s
[asn1-encoding] Data/ASN1/Get.hs:31:29: warning : [ -Wunused-imports ]
2817.34 s
[asn1-encoding] The import of ‘Applicative’
2817.34 s
[asn1-encoding] from module ‘Control.Applicative’ is redundant
2817.34 s
[asn1-encoding] |
2817.34 s
[asn1-encoding] 31 | import Control.Applicative (Applicative(..) ,Alternative(..))
2817.34 s
[asn1-encoding] | ^^^^^^^^^^^^^^^
2817.34 s
[asn1-encoding]
2817.34 s
[asn1-encoding] Data/ASN1/Get.hs:92:5: warning : [ -Wnoncanonical-monad-instances ]
2817.34 s
[asn1-encoding] Noncanonical ‘pure = return’ definition detected
2817.34 s
[asn1-encoding] in the instance declaration for ‘Applicative Get’.
2817.34 s
[asn1-encoding] Move definition from ‘return’ to ‘pure’
2817.34 s
[asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2817.34 s
[asn1-encoding] |
2817.34 s
[asn1-encoding] 92 | pure = return
2817.34 s
[asn1-encoding] | ^^^^^^^^^^^^^^
2817.34 s
[asn1-encoding]
2817.34 s
[asn1-encoding] Data/ASN1/Get.hs:101:5: warning : [ -Wnoncanonical-monad-instances ]
2817.34 s
[asn1-encoding] Noncanonical ‘return’ definition detected
2817.34 s
[asn1-encoding] in the instance declaration for ‘Monad Get’.
2817.34 s
[asn1-encoding] ‘return’ will eventually be removed in favour of ‘pure’
2817.34 s
[asn1-encoding] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2817.34 s
[asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2817.34 s
[asn1-encoding] |
2817.34 s
[asn1-encoding] 101 | return a = Get $ \ s0 b0 m0 p0 _ ks -> ks s0 b0 m0 p0 a
2817.34 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2817.34 s
[asn1-encoding] [ 3 of 11] Compiling Data.ASN1.Internal ( Data/ASN1/Internal.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/Internal.o )
2817.34 s
[asn1-encoding] [ 4 of 11] Compiling Data.ASN1.Serialize ( Data/ASN1/Serialize.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/Serialize.o )
2817.34 s
[asn1-encoding]
2817.34 s
[asn1-encoding] Data/ASN1/Serialize.hs:17:1: warning : [ -Wunused-imports ]
2817.34 s
[asn1-encoding] The import of ‘Control.Applicative’ is redundant
2817.34 s
[asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
2817.34 s
[asn1-encoding] To import instances alone, use: import Control.Applicative()
2817.34 s
[asn1-encoding] |
2817.34 s
[asn1-encoding] 17 | import Control.Applicative ((<$>))
2817.34 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2817.34 s
[asn1-encoding] [ 5 of 11] Compiling Data.ASN1.BinaryEncoding.Writer ( Data/ASN1/BinaryEncoding/Writer.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/BinaryEncoding/Writer.o )
2817.34 s
[asn1-encoding] [ 6 of 11] Compiling Data.ASN1.BinaryEncoding.Parse ( Data/ASN1/BinaryEncoding/Parse.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/BinaryEncoding/Parse.o )
2817.34 s
[asn1-encoding] [ 7 of 11] Compiling Data.ASN1.Stream ( Data/ASN1/Stream.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/Stream.o )
2817.34 s
[barbies] naturality: OK (0.10s)
2817.34 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] identity: OK
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] composition: OK (0.60s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] CompositeRecord
2817.35 s
[barbies] naturality: OK (0.13s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] identity: OK (0.02s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] composition: OK (0.55s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] Record1WS Covered
2817.35 s
[barbies] naturality: OK (0.01s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] identity: OK
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] composition: OK (0.04s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] Record3WS Covered
2817.35 s
[barbies] naturality: OK (0.22s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] identity: OK (0.02s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] composition: OK (0.34s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] CompositeRecordW Covered
2817.35 s
[barbies] naturality: OK (0.13s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] identity: OK (0.01s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] composition: OK (1.39s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] Flip (* -> *) * (Record0 * *) ()
2817.35 s
[barbies] naturality: OK (0.02s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] identity: OK
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] composition: OK
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] Flip (* -> *) * (Record1 *) ()
2817.35 s
[barbies] naturality: OK (0.04s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] identity: OK
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] composition: OK (0.18s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] Flip (* -> *) * (Record1S *) ()
2817.35 s
[barbies] naturality: OK (0.01s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] identity: OK
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] composition: OK (0.15s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] Flip (* -> *) * (Record3S *) ()
2817.35 s
[barbies] naturality: OK
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] identity: OK (0.03s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] composition: OK (0.64s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] Traversable Laws
2817.35 s
[barbies] Record0
2817.35 s
[barbies] naturality: OK (0.01s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] identity: OK
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] composition: OK (0.09s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] Record1
2817.35 s
[barbies] naturality: OK (0.01s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] identity: OK
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] composition: OK (0.06s)
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] Record3
2817.35 s
[barbies] naturality: OK
2817.35 s
[barbies] +++ OK, passed 100 tests.
2817.35 s
[barbies] identity: OK
2817.36 s
[barbies] +++ OK, passed 100 tests.
2817.36 s
[barbies] composition: OK (0.12s)
2817.36 s
[barbies] +++ OK, passed 100 tests.
2817.36 s
[barbies] Record1S
2817.36 s
[barbies] naturality: OK
2817.36 s
[barbies] +++ OK, passed 100 tests.
2817.36 s
[barbies] identity: OK
2817.36 s
[barbies] +++ OK, passed 100 tests.
2817.36 s
[barbies] composition: OK (0.03s)
2817.36 s
[barbies] +++ OK, passed 100 tests.
2817.36 s
[barbies] Record3S
2817.36 s
[barbies] naturality: OK (0.03s)
2817.36 s
[barbies] +++ OK, passed 100 tests.
2817.36 s
[barbies] identity: OK (0.04s)
2817.36 s
[barbies] +++ OK, passed 100 tests.
2817.36 s
[barbies] composition: OK (0.05s)
2817.36 s
[barbies] +++ OK, passed 100 tests.
2817.36 s
[barbies] Record1W Covered
2817.36 s
[barbies] naturality: OK
2817.36 s
[barbies] +++ OK, passed 100 tests.
2817.36 s
[barbies] identity: OK
2817.36 s
[barbies] +++ OK, passed 100 tests.
2817.36 s
[barbies] composition: OK (0.04s)
2817.36 s
[barbies] +++ OK, passed 100 tests.
2817.36 s
[barbies] Record3W Covered
2817.36 s
[barbies] naturality: OK (0.15s)
2817.36 s
[barbies] +++ OK, passed 100 tests.
2817.36 s
[concurrent-output] System.Console.Concurrent=concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF:System.Console.Concurrent,System.Console.Concurrent.Internal=concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF:System.Console.Concurrent.Internal,System.Console.Regions=concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF:System.Console.Regions,System.Process.Concurrent=concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF:System.Process.Concurrent
2817.36 s
[concurrent-output] Ready component graph:
2817.36 s
[concurrent-output] definite concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
2817.36 s
[concurrent-output] depends ansi-terminal-1.1.2-LxruBm9vReJ3kO5apRc7O8
2817.36 s
[concurrent-output] depends async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2817.36 s
[concurrent-output] depends base-4.18.2.0
2817.36 s
[concurrent-output] depends directory-1.3.8.1
2817.36 s
[concurrent-output] depends exceptions-0.10.7
2817.36 s
[concurrent-output] depends process-1.6.17.0
2817.36 s
[concurrent-output] depends stm-2.5.1.0
2817.36 s
[concurrent-output] depends terminal-size-0.3.4-2VO6QS5aYmrIVFfGKcHu21
2817.36 s
[concurrent-output] depends text-2.0.2
2817.36 s
[concurrent-output] depends transformers-0.6.1.0
2817.36 s
[concurrent-output] depends unix-2.8.4.0
2817.36 s
[concurrent-output] Using Cabal-3.10.1.0 compiled by ghc-9.6
2817.36 s
[concurrent-output] Using compiler: ghc-9.6.4
2817.36 s
[concurrent-output] Using install prefix:
2817.36 s
[concurrent-output] /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21
2817.36 s
[concurrent-output] Executables installed in:
2817.36 s
[concurrent-output] /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/bin
2817.36 s
[concurrent-output] Libraries installed in:
2817.36 s
[concurrent-output] /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
2817.36 s
[concurrent-output] Dynamic Libraries installed in:
2817.36 s
[concurrent-output] /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2817.36 s
[concurrent-output] Private executables installed in:
2817.36 s
[concurrent-output] /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/libexec/x86_64-linux-ghc-9.6.4/concurrent-output-1.10.21
2817.36 s
[concurrent-output] Data files installed in:
2817.36 s
[concurrent-output] /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/share/x86_64-linux-ghc-9.6.4/concurrent-output-1.10.21
2817.36 s
[concurrent-output] Documentation installed in:
2817.36 s
[concurrent-output] /nix/store/z3wk2jxarmqs4cfab8xb74hxai928g70-concurrent-output-1.10.21-doc/share/doc/concurrent-output-1.10.21
2817.36 s
[concurrent-output] Configuration files installed in:
2817.36 s
[concurrent-output] /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/etc
2817.36 s
[concurrent-output] No alex found
2817.36 s
[concurrent-output] Using ar found on system at:
2817.36 s
[concurrent-output] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2817.36 s
[concurrent-output] No c2hs found
2817.36 s
[concurrent-output] No cpphs found
2817.36 s
[concurrent-output] No doctest found
2817.36 s
[concurrent-output] Using gcc version 14.3.0 given by user at:
2817.36 s
[concurrent-output] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2817.36 s
[concurrent-output] Using ghc version 9.6.4 found on system at:
2817.36 s
[concurrent-output] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2817.36 s
[concurrent-output] Using ghc-pkg version 9.6.4 found on system at:
2817.36 s
[concurrent-output] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2817.36 s
[concurrent-output] No ghcjs found
2817.36 s
[concurrent-output] No ghcjs-pkg found
2817.36 s
[concurrent-output] No greencard found
2817.36 s
[concurrent-output] Using haddock version 2.29.2 found on system at:
2817.36 s
[concurrent-output] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2817.36 s
[concurrent-output] No happy found
2817.36 s
[concurrent-output] Using haskell-suite found on system at: haskell-suite-dummy-location
2817.36 s
[concurrent-output] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2817.36 s
[concurrent-output] No hmake found
2817.36 s
[concurrent-output] Using hpc version 0.68 found on system at:
2817.36 s
[concurrent-output] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2817.36 s
[concurrent-output] Using hsc2hs version 0.68.9 found on system at:
2817.36 s
[concurrent-output] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2817.36 s
[concurrent-output] Using hscolour version 1.25 found on system at:
2817.36 s
[concurrent-output] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2817.36 s
[concurrent-output] No jhc found
2817.36 s
[concurrent-output] Using ld found on system at:
2817.36 s
[concurrent-output] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2817.36 s
[concurrent-output] No pkg-config found
2817.36 s
[concurrent-output] Using runghc version 9.6.4 found on system at:
2817.36 s
[concurrent-output] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2817.36 s
[concurrent-output] Using strip version 2.44 found on system at:
2817.36 s
[concurrent-output] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2817.36 s
[concurrent-output] Using tar found on system at:
2817.36 s
[concurrent-output] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2817.36 s
[concurrent-output] No uhc found
2817.36 s
[concurrent-output] Phase: buildPhase
2817.36 s
[concurrent-output] Preprocessing library for concurrent-output-1.10.21..
2817.36 s
[concurrent-output] Building library for concurrent-output-1.10.21..
2817.36 s
[concurrent-output] [1 of 6] Compiling Utility.Exception ( Utility/Exception.hs, dist/build/Utility/Exception.o, dist/build/Utility/Exception.dyn_o )
2817.36 s
[concurrent-output] [2 of 6] Compiling Utility.Monad ( Utility/Monad.hs, dist/build/Utility/Monad.o, dist/build/Utility/Monad.dyn_o )
2817.36 s
[concurrent-output] [3 of 6] Compiling System.Console.Concurrent.Internal ( System/Console/Concurrent/Internal.hs, dist/build/System/Console/Concurrent/Internal.o, dist/build/System/Console/Concurrent/Internal.dyn_o )
2817.36 s
[genvalidity-property] Test.Validity.Functions=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Functions,Test.Validity.Functions.CanFail=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Functions.CanFail,Test.Validity.Functions.Equivalence=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Functions.Equivalence,Test.Validity.Functions.Idempotence=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Functions.Idempotence,Test.Validity.Functions.Inverse=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Functions.Inverse,Test.Validity.Functions.Validity=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Functions.Validity,Test.Validity.GenValidity.Property=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.GenValidity.Property,Test.Validity.Operations=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Operations,Test.Validity.Operations.Associativity=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Operations.Associativity,Test.Validity.Operations.Commutativity=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Operations.Commutativity,Test.Validity.Operations.Identity=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Operations.Identity,Test.Validity.Property=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Property,Test.Validity.Property.Utils=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Property.Utils,Test.Validity.Relations=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Relations,Test.Validity.Relations.Antireflexivity=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Relations.Antireflexivity,Test.Validity.Relations.Antisymmetry=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Relations.Antisymmetry,Test.Validity.Relations.Reflexivity=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Relations.Reflexivity,Test.Validity.Relations.Symmetry=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Relations.Symmetry,Test.Validity.Relations.Transitivity=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Relations.Transitivity,Test.Validity.Shrinking.Property=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Shrinking.Property,Test.Validity.Types=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Types
2817.36 s
[genvalidity-property] unit genvalidity-property-1.0.0.0-JIQx0b0ll74G3XJA8dBblq-genvalidity-property-test
2817.36 s
[genvalidity-property] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2817.36 s
[genvalidity-property] include base-4.18.2.0
2817.36 s
[genvalidity-property] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2817.36 s
[genvalidity-property] include genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
2817.36 s
[genvalidity-property] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2817.36 s
[genvalidity-property] Ready component graph:
2817.36 s
[genvalidity-property] definite genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
2817.36 s
[genvalidity-property] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2817.36 s
[genvalidity-property] depends base-4.18.2.0
2817.36 s
[genvalidity-property] depends genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2817.36 s
[genvalidity-property] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2817.36 s
[genvalidity-property] depends pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
2817.37 s
[genvalidity-property] depends validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2817.37 s
[genvalidity-property] definite genvalidity-property-1.0.0.0-JIQx0b0ll74G3XJA8dBblq-genvalidity-property-test
2817.37 s
[genvalidity-property] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2817.37 s
[genvalidity-property] depends base-4.18.2.0
2817.37 s
[genvalidity-property] depends genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2817.37 s
[genvalidity-property] depends genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
2817.37 s
[genvalidity-property] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2817.37 s
[genvalidity-property] Using Cabal-3.10.1.0 compiled by ghc-9.6
2817.37 s
[genvalidity-property] Using compiler: ghc-9.6.4
2817.37 s
[genvalidity-property] Using install prefix:
2817.37 s
[genvalidity-property] /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0
2817.37 s
[genvalidity-property] Executables installed in:
2817.37 s
[genvalidity-property] /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/bin
2817.37 s
[genvalidity-property] Libraries installed in:
2817.37 s
[genvalidity-property] /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
2817.37 s
[genvalidity-property] Dynamic Libraries installed in:
2817.37 s
[genvalidity-property] /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2817.37 s
[genvalidity-property] Private executables installed in:
2817.37 s
[genvalidity-property] /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/libexec/x86_64-linux-ghc-9.6.4/genvalidity-property-1.0.0.0
2817.37 s
[genvalidity-property] Data files installed in:
2817.37 s
[genvalidity-property] /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/share/x86_64-linux-ghc-9.6.4/genvalidity-property-1.0.0.0
2817.37 s
[genvalidity-property] Documentation installed in:
2817.37 s
[genvalidity-property] /nix/store/1jzkz0vvyvifg9mr15kfc131jw8cgy30-genvalidity-property-1.0.0.0-doc/share/doc/genvalidity-property-1.0.0.0
2817.37 s
[genvalidity-property] Configuration files installed in:
2817.37 s
[genvalidity-property] /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/etc
2817.37 s
[genvalidity-property] No alex found
2817.37 s
[genvalidity-property] Using ar found on system at:
2817.37 s
[genvalidity-property] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2817.37 s
[genvalidity-property] No c2hs found
2817.37 s
[genvalidity-property] No cpphs found
2817.37 s
[genvalidity-property] No doctest found
2817.37 s
[genvalidity-property] Using gcc version 14.3.0 given by user at:
2817.37 s
[genvalidity-property] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2817.37 s
[haskell-src-meta] No hmake found
2817.37 s
[haskell-src-meta] Using hpc version 0.68 found on system at:
2817.37 s
[haskell-src-meta] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2817.37 s
[haskell-src-meta] Using hsc2hs version 0.68.9 found on system at:
2817.37 s
[haskell-src-meta] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2817.37 s
[haskell-src-meta] Using hscolour version 1.25 found on system at:
2817.37 s
[haskell-src-meta] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2817.37 s
[haskell-src-meta] No jhc found
2817.37 s
[haskell-src-meta] Using ld found on system at:
2817.37 s
[haskell-src-meta] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2817.37 s
[haskell-src-meta] No pkg-config found
2817.37 s
[haskell-src-meta] Using runghc version 9.6.4 found on system at:
2817.37 s
[haskell-src-meta] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2817.37 s
[haskell-src-meta] Using strip version 2.44 found on system at:
2817.37 s
[haskell-src-meta] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2817.37 s
[haskell-src-meta] Using tar found on system at:
2817.37 s
[haskell-src-meta] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2817.37 s
[haskell-src-meta] No uhc found
2817.37 s
[haskell-src-meta] Phase: buildPhase
2817.37 s
[haskell-src-meta] Preprocessing library for haskell-src-meta-0.8.15..
2817.37 s
[haskell-src-meta] Building library for haskell-src-meta-0.8.15..
2817.37 s
[haskell-src-meta] [1 of 6] Compiling Language.Haskell.Meta.Extensions ( src/Language/Haskell/Meta/Extensions.hs, dist/build/Language/Haskell/Meta/Extensions.o, dist/build/Language/Haskell/Meta/Extensions.dyn_o )
2817.37 s
[haskell-src-meta] [2 of 6] Compiling Language.Haskell.Meta.THCompat ( src/Language/Haskell/Meta/THCompat.hs, dist/build/Language/Haskell/Meta/THCompat.o, dist/build/Language/Haskell/Meta/THCompat.dyn_o )
2817.37 s
[haskell-src-meta] [3 of 6] Compiling Language.Haskell.Meta.Syntax.Translate ( src/Language/Haskell/Meta/Syntax/Translate.hs, dist/build/Language/Haskell/Meta/Syntax/Translate.o, dist/build/Language/Haskell/Meta/Syntax/Translate.dyn_o )
2817.37 s
[haskell-src-meta] [4 of 6] Compiling Language.Haskell.Meta.Parse ( src/Language/Haskell/Meta/Parse.hs, dist/build/Language/Haskell/Meta/Parse.o, dist/build/Language/Haskell/Meta/Parse.dyn_o )
2817.37 s
[haskell-src-meta] [5 of 6] Compiling Language.Haskell.Meta ( src/Language/Haskell/Meta.hs, dist/build/Language/Haskell/Meta.o, dist/build/Language/Haskell/Meta.dyn_o )
2817.37 s
[haskell-src-meta] [6 of 6] Compiling Language.Haskell.Meta.Utils ( src/Language/Haskell/Meta/Utils.hs, dist/build/Language/Haskell/Meta/Utils.o, dist/build/Language/Haskell/Meta/Utils.dyn_o )
2817.37 s
[haskell-src-meta] [1 of 6] Compiling Language.Haskell.Meta.Extensions ( src/Language/Haskell/Meta/Extensions.hs, dist/build/Language/Haskell/Meta/Extensions.p_o )
2817.37 s
[haskell-src-meta] [2 of 6] Compiling Language.Haskell.Meta.THCompat ( src/Language/Haskell/Meta/THCompat.hs, dist/build/Language/Haskell/Meta/THCompat.p_o )
2817.37 s
[haskell-src-meta] [3 of 6] Compiling Language.Haskell.Meta.Syntax.Translate ( src/Language/Haskell/Meta/Syntax/Translate.hs, dist/build/Language/Haskell/Meta/Syntax/Translate.p_o )
2817.37 s
[lifted-async] /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/bin
2817.37 s
[lifted-async] Libraries installed in:
2817.37 s
[lifted-async] /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
2817.37 s
[lifted-async] Dynamic Libraries installed in:
2817.37 s
[lifted-async] /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2817.37 s
[lifted-async] Private executables installed in:
2817.37 s
[lifted-async] /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/libexec/x86_64-linux-ghc-9.6.4/lifted-async-0.10.2.7
2817.37 s
[lifted-async] Data files installed in:
2817.37 s
[lifted-async] /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/share/x86_64-linux-ghc-9.6.4/lifted-async-0.10.2.7
2817.37 s
[lifted-async] Documentation installed in:
2817.37 s
[lifted-async] /nix/store/69yv0rh159a8wmaazp25h993ms2f259c-lifted-async-0.10.2.7-doc/share/doc/lifted-async-0.10.2.7
2817.37 s
[lifted-async] Configuration files installed in:
2817.37 s
[lifted-async] /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/etc
2817.37 s
[lifted-async] No alex found
2817.37 s
[lifted-async] Using ar found on system at:
2817.37 s
[lifted-async] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2817.37 s
[lifted-async] No c2hs found
2817.37 s
[lifted-async] No cpphs found
2817.37 s
[lifted-async] No doctest found
2817.37 s
[lifted-async] Using gcc version 14.3.0 given by user at:
2817.37 s
[lifted-async] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2817.37 s
[lifted-async] Using ghc version 9.6.4 found on system at:
2817.37 s
[lifted-async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2817.37 s
[lifted-async] Using ghc-pkg version 9.6.4 found on system at:
2817.37 s
[lifted-async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2817.37 s
[lifted-async] No ghcjs found
2817.37 s
[lifted-async] No ghcjs-pkg found
2817.37 s
[lifted-async] No greencard found
2817.37 s
[lifted-async] Using haddock version 2.29.2 found on system at:
2817.37 s
[lifted-async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2817.37 s
[lifted-async] No happy found
2817.37 s
[lifted-async] Using haskell-suite found on system at: haskell-suite-dummy-location
2817.37 s
[lifted-async] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2817.37 s
[lifted-async] No hmake found
2817.37 s
[lifted-async] Using hpc version 0.68 found on system at:
2817.37 s
[lifted-async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2817.37 s
[lifted-async] Using hsc2hs version 0.68.9 found on system at:
2817.37 s
[lifted-async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2817.37 s
[lifted-async] Using hscolour version 1.25 found on system at:
2817.37 s
[lifted-async] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2817.37 s
[lifted-async] No jhc found
2817.37 s
[lifted-async] Using ld found on system at:
2817.37 s
[lifted-async] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2817.37 s
[lifted-async] No pkg-config found
2817.37 s
[lifted-async] Using runghc version 9.6.4 found on system at:
2817.37 s
[lifted-async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2817.37 s
[lifted-async] Using strip version 2.44 found on system at:
2817.37 s
[lifted-async] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2817.37 s
[lifted-async] Using tar found on system at:
2817.37 s
[lifted-async] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2817.37 s
[lifted-async] No uhc found
2817.37 s
[lifted-async] Phase: buildPhase
2817.37 s
[lifted-async] Preprocessing library for lifted-async-0.10.2.7..
2817.37 s
[lifted-async] Building library for lifted-async-0.10.2.7..
2817.37 s
[lifted-async] [1 of 2] Compiling Control.Concurrent.Async.Lifted ( src/Control/Concurrent/Async/Lifted.hs, dist/build/Control/Concurrent/Async/Lifted.o, dist/build/Control/Concurrent/Async/Lifted.dyn_o )
2817.37 s
[logict] Ready component graph:
2817.37 s
[logict] definite logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
2817.37 s
[logict] depends base-4.18.2.0
2817.37 s
[logict] depends exceptions-0.10.7
2817.37 s
[logict] depends mtl-2.3.1
2817.37 s
[logict] depends transformers-0.6.1.0
2817.37 s
[logict] definite logict-0.8.2.0-BtbXIoejAm1FARGS8UD0hE-logict-tests
2817.37 s
[logict] depends async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2817.37 s
[logict] depends base-4.18.2.0
2817.37 s
[logict] depends logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
2817.37 s
[logict] depends mtl-2.3.1
2817.37 s
[logict] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
2817.37 s
[logict] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
2817.37 s
[logict] depends transformers-0.6.1.0
2817.37 s
[logict] Using Cabal-3.10.1.0 compiled by ghc-9.6
2817.37 s
[logict] Using compiler: ghc-9.6.4
2817.37 s
[logict] Using install prefix:
2817.37 s
[logict] /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0
2817.37 s
[logict] Executables installed in:
2817.37 s
[logict] /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/bin
2817.37 s
[logict] Libraries installed in:
2817.37 s
[logict] /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
2817.37 s
[logict] Dynamic Libraries installed in:
2817.37 s
[logict] /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2817.37 s
[logict] Private executables installed in:
2817.37 s
[logict] /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/libexec/x86_64-linux-ghc-9.6.4/logict-0.8.2.0
2817.37 s
[logict] Data files installed in:
2817.37 s
[logict] /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/share/x86_64-linux-ghc-9.6.4/logict-0.8.2.0
2817.37 s
[logict] Documentation installed in:
2817.37 s
[logict] /nix/store/8am6yypqfc4m2ms5ladf86g9jq4adjxz-logict-0.8.2.0-doc/share/doc/logict-0.8.2.0
2817.37 s
[logict] Configuration files installed in:
2817.37 s
[logict] /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/etc
2817.37 s
[logict] No alex found
2817.37 s
[logict] Using ar found on system at:
2817.37 s
[logict] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2817.37 s
[logict] No c2hs found
2817.37 s
[logict] No cpphs found
2817.37 s
[logict] No doctest found
2817.37 s
[logict] Using gcc version 14.3.0 given by user at:
2817.37 s
[logict] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2817.37 s
[logict] Using ghc version 9.6.4 found on system at:
2817.37 s
[logict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2817.37 s
[logict] Using ghc-pkg version 9.6.4 found on system at:
2817.37 s
[logict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2817.37 s
[logict] No ghcjs found
2817.37 s
[logict] No ghcjs-pkg found
2817.37 s
[logict] No greencard found
2817.37 s
[logict] Using haddock version 2.29.2 found on system at:
2817.37 s
[logict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2817.37 s
[logict] No happy found
2817.37 s
[logict] Using haskell-suite found on system at: haskell-suite-dummy-location
2817.37 s
[logict] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2817.37 s
[logict] No hmake found
2817.37 s
[logict] Using hpc version 0.68 found on system at:
2817.37 s
[logict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2817.37 s
[logict] Using hsc2hs version 0.68.9 found on system at:
2817.37 s
[logict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2817.37 s
[logict] Using hscolour version 1.25 found on system at:
2817.37 s
[logict] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2817.37 s
[logict] No jhc found
2817.37 s
[logict] Using ld found on system at:
2817.37 s
[logict] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2817.37 s
[logict] No pkg-config found
2817.37 s
[logict] Using runghc version 9.6.4 found on system at:
2817.37 s
[logict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2817.37 s
[logict] Using strip version 2.44 found on system at:
2817.37 s
[logict] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2817.37 s
[logict] Using tar found on system at:
2817.37 s
[logict] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2817.37 s
[logict] No uhc found
2817.37 s
[logict] Phase: buildPhase
2817.37 s
[logict] Preprocessing library for logict-0.8.2.0..
2817.37 s
[logict] Building library for logict-0.8.2.0..
2817.38 s
[logict] [1 of 2] Compiling Control.Monad.Logic.Class ( Control/Monad/Logic/Class.hs, dist/build/Control/Monad/Logic/Class.o, dist/build/Control/Monad/Logic/Class.dyn_o )
2817.38 s
[streaming-commons] component streaming-commons-0.2.3.0-8pcoxg3RayE1BmgQUSPqx-test
2817.38 s
[streaming-commons] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2817.38 s
[streaming-commons] include array-0.5.6.0
2817.38 s
[streaming-commons] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2817.38 s
[streaming-commons] include base-4.18.2.0
2817.38 s
[streaming-commons] include bytestring-0.11.5.3
2817.38 s
[streaming-commons] include deepseq-1.4.8.1
2817.38 s
[streaming-commons] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2817.38 s
[streaming-commons] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2817.38 s
[streaming-commons] include streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik
2817.38 s
[streaming-commons] include text-2.0.2
2817.38 s
[streaming-commons] include unix-2.8.4.0
2817.38 s
[streaming-commons] include zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
2817.38 s
[streaming-commons] Linked component graph:
2817.38 s
[streaming-commons] unit streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik
2817.38 s
[streaming-commons] include array-0.5.6.0
2817.38 s
[streaming-commons] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2817.38 s
[streaming-commons] include base-4.18.2.0
2817.38 s
[streaming-commons] include bytestring-0.11.5.3
2817.38 s
[streaming-commons] include directory-1.3.8.1
2817.38 s
[streaming-commons] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2817.38 s
[streaming-commons] include process-1.6.17.0
2817.38 s
[streaming-commons] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2817.38 s
[streaming-commons] include stm-2.5.1.0
2817.38 s
[streaming-commons] include text-2.0.2
2817.38 s
[streaming-commons] include transformers-0.6.1.0
2817.38 s
[streaming-commons] include unix-2.8.4.0
2817.38 s
[streaming-commons] include zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
2817.38 s
[streaming-commons] Data.Streaming.ByteString.Builder=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.ByteString.Builder,Data.Streaming.ByteString.Builder.Buffer=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.ByteString.Builder.Buffer,Data.Streaming.FileRead=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.FileRead,Data.Streaming.Filesystem=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Filesystem,Data.Streaming.Network=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Network,Data.Streaming.Network.Internal=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Network.Internal,Data.Streaming.Process=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Process,Data.Streaming.Process.Internal=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Process.Internal,Data.Streaming.Text=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Text,Data.Streaming.Zlib=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Zlib,Data.Streaming.Zlib.Lowlevel=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Zlib.Lowlevel
2817.38 s
[streaming-commons] unit streaming-commons-0.2.3.0-8pcoxg3RayE1BmgQUSPqx-test
2817.38 s
[streaming-commons] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2817.38 s
[streaming-commons] include array-0.5.6.0
2817.38 s
[streaming-commons] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2817.38 s
[streaming-commons] include base-4.18.2.0
2817.38 s
[streaming-commons] include bytestring-0.11.5.3
2817.38 s
[streaming-commons] include deepseq-1.4.8.1
2817.38 s
[streaming-commons] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2817.38 s
[streaming-commons] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2817.38 s
[streaming-commons] include streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik
2817.38 s
[streaming-commons] include text-2.0.2
2817.38 s
[streaming-commons] include unix-2.8.4.0
2817.38 s
[streaming-commons] include zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
2817.38 s
[streaming-commons] Ready component graph:
2817.38 s
[streaming-commons] definite streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik
2817.38 s
[streaming-commons] depends array-0.5.6.0
2817.38 s
[streaming-commons] depends async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2817.38 s
[streaming-commons] depends base-4.18.2.0
2817.38 s
[streaming-commons] depends bytestring-0.11.5.3
2817.38 s
[streaming-commons] depends directory-1.3.8.1
2817.38 s
[streaming-commons] depends network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2817.38 s
[streaming-commons] depends process-1.6.17.0
2817.38 s
[streaming-commons] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2817.38 s
[streaming-commons] depends stm-2.5.1.0
2817.38 s
[streaming-commons] depends text-2.0.2
2817.38 s
[streaming-commons] depends transformers-0.6.1.0
2817.38 s
[streaming-commons] depends unix-2.8.4.0
2817.38 s
[streaming-commons] depends zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
2817.38 s
[streaming-commons] definite streaming-commons-0.2.3.0-8pcoxg3RayE1BmgQUSPqx-test
2817.38 s
[streaming-commons] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2817.38 s
[streaming-commons] depends array-0.5.6.0
2817.38 s
[streaming-commons] depends async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2817.38 s
[streaming-commons] depends base-4.18.2.0
2817.38 s
[streaming-commons] depends bytestring-0.11.5.3
2817.38 s
[streaming-commons] depends deepseq-1.4.8.1
2817.38 s
[streaming-commons] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2817.38 s
[streaming-commons] depends network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
2817.38 s
[streaming-commons] depends streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik
2817.38 s
[streaming-commons] depends text-2.0.2
2817.38 s
[streaming-commons] depends unix-2.8.4.0
2817.38 s
[streaming-commons] depends zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
2817.38 s
[streaming-commons] Using Cabal-3.10.1.0 compiled by ghc-9.6
2817.89 s
[text-short:post-build] Uploading to the NixCI cache: /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6 /nix/store/jxd5hld0sdb996scym88ijnjgdzjsgwc-text-short-0.1.6-doc
2818.53 s
[text-short:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2819.22 s
[text-short:post-build] copying 2 paths...
2819.23 s
[text-short:post-build] copying path '/nix/store/jxd5hld0sdb996scym88ijnjgdzjsgwc-text-short-0.1.6-doc' to 'https://cache.nix-ci.com'...
2820.36 s
[text-short:post-build] copying path '/nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6' to 'https://cache.nix-ci.com'...
2823.16 s
[text-short:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2824.17 s
[text-short:post-build] copying 1 paths...
2824.17 s
[text-short:post-build] copying path '/nix/store/5mbk4a3hibwgvgqc9qkh6fl1v2v71njh-text-short-0.1.6.drv' to 'https://cache.nix-ci.com'...
2824.78 s
Uploaded text-short in 7.1s
2824.79 s
Progress: 149 of 211 built (13 building), 298 of 298 downloaded from cache
2824.79 s
Built text-short in 3m16s
2824.79 s
[time-compat] YearMonth: OK
2824.79 s
[time-compat] +++ OK, passed 100 tests.
2824.79 s
[time-compat] MonthDay: OK (0.03s)
2824.79 s
[time-compat] +++ OK, passed 100 tests.
2824.80 s
[time-compat] YearQuarter: OK
2824.80 s
[time-compat] +++ OK, passed 100 tests.
2824.80 s
[time-compat] testCalendars: OK
2824.80 s
[time-compat] clipDates
2824.80 s
[time-compat] YearAndDay
2824.80 s
[time-compat] 1968--4 = 1968-001: OK
2824.80 s
[time-compat] 1968-0 = 1968-001: OK
2824.80 s
[time-compat] 1968-1 = 1968-001: OK
2824.80 s
[time-compat] 1968-200 = 1968-200: OK
2824.80 s
[time-compat] 1968-364 = 1968-364: OK
2824.80 s
[time-compat] 1968-365 = 1968-365: OK
2824.80 s
[time-compat] 1968-366 = 1968-366: OK
2824.80 s
[time-compat] 1968-367 = 1968-366: OK
2824.80 s
[time-compat] 1968-700 = 1968-366: OK
2824.80 s
[time-compat] 1969--4 = 1969-001: OK
2824.80 s
[time-compat] 1969-0 = 1969-001: OK
2824.80 s
[time-compat] 1969-1 = 1969-001: OK
2824.80 s
[time-compat] 1969-200 = 1969-200: OK
2824.80 s
[time-compat] 1969-364 = 1969-364: OK
2824.80 s
[time-compat] 1969-365 = 1969-365: OK
2824.80 s
[time-compat] 1969-366 = 1969-365: OK
2824.80 s
[time-compat] 1969-367 = 1969-365: OK
2824.80 s
[time-compat] 1969-700 = 1969-365: OK
2824.80 s
[time-compat] 1971--4 = 1971-001: OK
2824.80 s
[time-compat] 1971-0 = 1971-001: OK
2824.80 s
[time-compat] 1971-1 = 1971-001: OK
2824.80 s
[time-compat] 1971-200 = 1971-200: OK
2824.80 s
[time-compat] 1971-364 = 1971-364: OK
2824.80 s
[time-compat] 1971-365 = 1971-365: OK
2824.80 s
[time-compat] 1971-366 = 1971-365: OK
2824.80 s
[time-compat] 1971-367 = 1971-365: OK
2824.80 s
[time-compat] 1971-700 = 1971-365: OK
2824.80 s
[time-compat] Gregorian
2824.80 s
[time-compat] 1968--20--7 = 1968-01-01: OK
2824.80 s
[time-compat] 1968--20--1 = 1968-01-01: OK
2824.80 s
[time-compat] 1968--20-0 = 1968-01-01: OK
2824.80 s
[time-compat] 1968--20-1 = 1968-01-01: OK
2824.80 s
[time-compat] 1968--20-2 = 1968-01-02: OK
2824.80 s
[time-compat] 1968--20-27 = 1968-01-27: OK
2824.80 s
[time-compat] 1968--20-28 = 1968-01-28: OK
2824.80 s
[time-compat] 1968--20-29 = 1968-01-29: OK
2824.80 s
[time-compat] 1968--20-30 = 1968-01-30: OK
2824.80 s
[time-compat] 1968--20-31 = 1968-01-31: OK
2824.80 s
[time-compat] 1968--20-32 = 1968-01-31: OK
2824.80 s
[time-compat] 1968--20-40 = 1968-01-31: OK
2824.80 s
[time-compat] 1968--1--7 = 1968-01-01: OK
2824.80 s
[time-compat] 1968--1--1 = 1968-01-01: OK
2824.80 s
[time-compat] 1968--1-0 = 1968-01-01: OK
2824.81 s
[asn1-encoding] [ 8 of 11] Compiling Data.ASN1.Prim ( Data/ASN1/Prim.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/Prim.o )
2824.81 s
[asn1-encoding]
2824.81 s
[asn1-encoding] Data/ASN1/Prim.hs:55:1: warning : [ -Wunused-imports ]
2824.81 s
[asn1-encoding] The import of ‘Data.Monoid’ is redundant
2824.81 s
[asn1-encoding] except perhaps to import instances from ‘Data.Monoid’
2824.81 s
[asn1-encoding] To import instances alone, use: import Data.Monoid()
2824.81 s
[asn1-encoding] |
2824.81 s
[asn1-encoding] 55 | import Data.Monoid
2824.81 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^
2824.81 s
[asn1-encoding]
2824.81 s
[asn1-encoding] Data/ASN1/Prim.hs:65:1: warning : [ -Wunused-imports ]
2824.81 s
[asn1-encoding] The import of ‘Control.Applicative’ is redundant
2824.81 s
[asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
2824.81 s
[asn1-encoding] To import instances alone, use: import Control.Applicative()
2824.81 s
[asn1-encoding] |
2824.81 s
[asn1-encoding] 65 | import Control.Applicative
2824.81 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2824.81 s
[asn1-encoding]
2824.81 s
[asn1-encoding] Data/ASN1/Prim.hs:259:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2824.81 s
[asn1-encoding] This binding for ‘exponent’ shadows the existing binding
2824.81 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2824.81 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2824.81 s
[asn1-encoding] |
2824.84 s
[asn1-encoding] 259 | exponent = exp' - fromIntegral scaleFactor
2824.84 s
[asn1-encoding] | ^^^^^^^^
2824.84 s
[asn1-encoding]
2824.84 s
[asn1-encoding] Data/ASN1/Prim.hs:296:9: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2824.84 s
[asn1-encoding] Pattern match(es) are non-exhaustive
2824.84 s
[asn1-encoding] In a pattern binding: Patterns of type ‘[Word8]’ not matched: []
2824.84 s
[asn1-encoding] |
2824.84 s
[asn1-encoding] 296 | (x:xs) = B.unpack s
2824.84 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^
2824.84 s
[asn1-encoding]
2824.84 s
[asn1-encoding] Data/ASN1/Prim.hs:428:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2824.84 s
[asn1-encoding] This binding for ‘exp’ shadows the existing binding
2824.84 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2824.84 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2824.84 s
[asn1-encoding] |
2824.84 s
[asn1-encoding] 428 | (man, exp ) = decodeFloat d
2824.84 s
[asn1-encoding] | ^^^
2824.84 s
[asn1-encoding]
2824.84 s
[asn1-encoding] Data/ASN1/Prim.hs:429:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2824.84 s
[asn1-encoding] This binding for ‘exponent’ shadows the existing binding
2824.84 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2824.84 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2824.84 s
[asn1-encoding] |
2824.84 s
[asn1-encoding] 429 | (mantissa, exponent ) = normalize (fromIntegral $ mkUnsigned man, exp)
2824.84 s
[asn1-encoding] | ^^^^^^^^
2824.84 s
[asn1-encoding]
2824.84 s
[asn1-encoding] Data/ASN1/Prim.hs:441:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2824.85 s
[asn1-encoding] This binding for ‘exponent’ shadows the existing binding
2824.85 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2824.85 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2824.85 s
[asn1-encoding] |
2824.85 s
[asn1-encoding] 441 | normalize (mantissa, exponent ) = (mantissa `shiftR` sh, exponent + sh)
2824.85 s
[asn1-encoding] | ^^^^^^^^
2824.85 s
[asn1-encoding] [ 9 of 11] Compiling Data.ASN1.Encoding ( Data/ASN1/Encoding.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/Encoding.o )
2824.85 s
[asn1-encoding] [10 of 11] Compiling Data.ASN1.BinaryEncoding ( Data/ASN1/BinaryEncoding.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/BinaryEncoding.o )
2824.85 s
[asn1-encoding] [11 of 11] Compiling Main ( tests/Tests.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Main.o )
2824.85 s
[asn1-encoding]
2824.85 s
[barbies] identity: OK (0.01s)
2824.85 s
[barbies] +++ OK, passed 100 tests.
2824.85 s
[barbies] composition: OK
2824.85 s
[barbies] +++ OK, passed 100 tests.
2824.85 s
[barbies] Record1WS Covered
2824.85 s
[barbies] naturality: OK (0.02s)
2824.85 s
[barbies] +++ OK, passed 100 tests.
2824.85 s
[barbies] identity: OK
2824.85 s
[barbies] +++ OK, passed 100 tests.
2824.85 s
[barbies] composition: OK (0.05s)
2824.85 s
[barbies] +++ OK, passed 100 tests.
2824.85 s
[barbies] Record3WS Covered
2824.85 s
[barbies] naturality: OK (0.02s)
2824.85 s
[barbies] +++ OK, passed 100 tests.
2824.85 s
[barbies] identity: OK
2824.85 s
[barbies] +++ OK, passed 100 tests.
2824.85 s
[barbies] composition: OK (0.05s)
2824.85 s
[barbies] +++ OK, passed 100 tests.
2824.85 s
[barbies] Ignore1
2824.85 s
[barbies] naturality: OK (0.08s)
2824.85 s
[barbies] +++ OK, passed 100 tests.
2824.85 s
[barbies] identity: OK (0.04s)
2824.85 s
[barbies] +++ OK, passed 100 tests.
2824.85 s
[barbies] composition: OK
2824.85 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] Sum3
2824.86 s
[barbies] naturality: OK
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] identity: OK
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] composition: OK (0.09s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] SumRec
2824.86 s
[barbies] naturality: OK (0.02s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] identity: OK (0.04s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] composition: OK (0.09s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] Sum3W Covered
2824.86 s
[barbies] naturality: OK
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] identity: OK
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] composition: OK
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] SumRecW Covered
2824.86 s
[barbies] naturality: OK
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] identity: OK (0.05s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] composition: OK (0.02s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] CompositeRecord
2824.86 s
[barbies] naturality: OK (0.07s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] identity: OK
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] composition: OK (0.04s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] NestedF
2824.86 s
[barbies] naturality: OK (0.30s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] identity: OK (0.28s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] composition: OK (0.49s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] Nested2F
2824.86 s
[barbies] naturality: OK (0.29s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] identity: OK (0.02s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] composition: OK (1.21s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] CompositeRecordW Covered
2824.86 s
[barbies] naturality: OK (0.08s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] identity: OK (0.06s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] composition: OK (0.11s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] NestedFW Covered
2824.86 s
[barbies] naturality: OK (0.19s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] identity: OK (0.10s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] composition: OK (0.47s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] Nested2FW Covered
2824.86 s
[barbies] naturality: OK (0.36s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] identity: OK (0.07s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] composition: OK (0.28s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] ParF Maybe
2824.86 s
[barbies] naturality: OK (0.03s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] identity: OK
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] composition: OK (0.03s)
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] Flip (* -> *) * (Record0 * *) ()
2824.86 s
[barbies] naturality: OK
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] identity: OK
2824.86 s
[barbies] +++ OK, passed 100 tests.
2824.86 s
[barbies] composition: OK
2824.86 s
[bifunctors] Phase: setupCompilerEnvironmentPhase
2824.86 s
[bifunctors] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2824.86 s
[bifunctors] Phase: unpackPhase
2824.86 s
[bifunctors] unpacking source archive /nix/store/dp7ac4bf2vl02wm8qq70f8lnhdwv3gdx-bifunctors-5.6.2.tar.gz
2824.86 s
[bifunctors] source root is bifunctors-5.6.2
2824.87 s
[bifunctors] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "bifunctors-5.6.2/tests/T89Spec.hs"
2824.87 s
[bifunctors] Phase: patchPhase
2824.87 s
[bifunctors] Replace Cabal file with edited version from mirror://hackage/bifunctors-5.6.2/revision/2.cabal.
2824.87 s
[bifunctors] Phase: compileBuildDriverPhase
2824.87 s
[bifunctors] setupCompileFlags: -package-db=/build/tmp.tGXUneuH3K/setup-package.conf.d -threaded
2824.87 s
[bifunctors] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.tGXUneuH3K/Main.o )
2824.87 s
[bifunctors] [2 of 2] Linking Setup
2824.87 s
[concurrent-output] [4 of 6] Compiling System.Console.Concurrent ( System/Console/Concurrent.hs, dist/build/System/Console/Concurrent.o, dist/build/System/Console/Concurrent.dyn_o )
2824.87 s
[concurrent-output] [5 of 6] Compiling System.Process.Concurrent ( System/Process/Concurrent.hs, dist/build/System/Process/Concurrent.o, dist/build/System/Process/Concurrent.dyn_o )
2824.87 s
[concurrent-output] [6 of 6] Compiling System.Console.Regions ( System/Console/Regions.hs, dist/build/System/Console/Regions.o, dist/build/System/Console/Regions.dyn_o )
2824.87 s
[genvalidity-property] Using ghc version 9.6.4 found on system at:
2824.87 s
[genvalidity-property] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2824.87 s
[genvalidity-property] Using ghc-pkg version 9.6.4 found on system at:
2824.87 s
[genvalidity-property] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2824.87 s
[genvalidity-property] No ghcjs found
2824.87 s
[genvalidity-property] No ghcjs-pkg found
2824.87 s
[genvalidity-property] No greencard found
2824.87 s
[genvalidity-property] Using haddock version 2.29.2 found on system at:
2824.87 s
[genvalidity-property] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2824.87 s
[genvalidity-property] No happy found
2824.87 s
[genvalidity-property] Using haskell-suite found on system at: haskell-suite-dummy-location
2824.87 s
[genvalidity-property] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2824.87 s
[genvalidity-property] No hmake found
2824.87 s
[genvalidity-property] Using hpc version 0.68 found on system at:
2824.87 s
[genvalidity-property] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2824.87 s
[genvalidity-property] Using hsc2hs version 0.68.9 found on system at:
2824.87 s
[genvalidity-property] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2824.87 s
[genvalidity-property] Using hscolour version 1.25 found on system at:
2824.87 s
[genvalidity-property] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2824.87 s
[genvalidity-property] No jhc found
2824.87 s
[genvalidity-property] Using ld found on system at:
2824.87 s
[genvalidity-property] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2824.87 s
[genvalidity-property] No pkg-config found
2824.87 s
[genvalidity-property] Using runghc version 9.6.4 found on system at:
2824.87 s
[genvalidity-property] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2824.87 s
[genvalidity-property] Using strip version 2.44 found on system at:
2824.87 s
[genvalidity-property] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2824.87 s
[genvalidity-property] Using tar found on system at:
2824.87 s
[genvalidity-property] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2824.87 s
[genvalidity-property] No uhc found
2824.87 s
[genvalidity-property] Phase: buildPhase
2824.87 s
[genvalidity-property] Preprocessing library for genvalidity-property-1.0.0.0..
2824.87 s
[genvalidity-property] Building library for genvalidity-property-1.0.0.0..
2824.87 s
[genvalidity-property] [ 1 of 22] Compiling Paths_genvalidity_property ( dist/build/autogen/Paths_genvalidity_property.hs, dist/build/Paths_genvalidity_property.o, dist/build/Paths_genvalidity_property.dyn_o )
2824.87 s
[genvalidity-property] [ 2 of 22] Compiling Test.Validity.Functions.Idempotence ( src/Test/Validity/Functions/Idempotence.hs, dist/build/Test/Validity/Functions/Idempotence.o, dist/build/Test/Validity/Functions/Idempotence.dyn_o )
2824.87 s
[genvalidity-property] [ 3 of 22] Compiling Test.Validity.Operations.Associativity ( src/Test/Validity/Operations/Associativity.hs, dist/build/Test/Validity/Operations/Associativity.o, dist/build/Test/Validity/Operations/Associativity.dyn_o )
2824.87 s
[genvalidity-property] [ 4 of 22] Compiling Test.Validity.Operations.Commutativity ( src/Test/Validity/Operations/Commutativity.hs, dist/build/Test/Validity/Operations/Commutativity.o, dist/build/Test/Validity/Operations/Commutativity.dyn_o )
2824.87 s
[genvalidity-property] [ 5 of 22] Compiling Test.Validity.Operations.Identity ( src/Test/Validity/Operations/Identity.hs, dist/build/Test/Validity/Operations/Identity.o, dist/build/Test/Validity/Operations/Identity.dyn_o )
2824.87 s
[genvalidity-property] [ 6 of 22] Compiling Test.Validity.Operations ( src/Test/Validity/Operations.hs, dist/build/Test/Validity/Operations.o, dist/build/Test/Validity/Operations.dyn_o )
2824.87 s
[genvalidity-property] [ 7 of 22] Compiling Test.Validity.Property.Utils ( src/Test/Validity/Property/Utils.hs, dist/build/Test/Validity/Property/Utils.o, dist/build/Test/Validity/Property/Utils.dyn_o )
2824.87 s
[genvalidity-property] [ 8 of 22] Compiling Test.Validity.GenValidity.Property ( src/Test/Validity/GenValidity/Property.hs, dist/build/Test/Validity/GenValidity/Property.o, dist/build/Test/Validity/GenValidity/Property.dyn_o )
2824.87 s
[genvalidity-property] [ 9 of 22] Compiling Test.Validity.Functions.Validity ( src/Test/Validity/Functions/Validity.hs, dist/build/Test/Validity/Functions/Validity.o, dist/build/Test/Validity/Functions/Validity.dyn_o )
2824.87 s
[genvalidity-property] [10 of 22] Compiling Test.Validity.Relations.Antireflexivity ( src/Test/Validity/Relations/Antireflexivity.hs, dist/build/Test/Validity/Relations/Antireflexivity.o, dist/build/Test/Validity/Relations/Antireflexivity.dyn_o )
2824.87 s
[genvalidity-property] [11 of 22] Compiling Test.Validity.Relations.Antisymmetry ( src/Test/Validity/Relations/Antisymmetry.hs, dist/build/Test/Validity/Relations/Antisymmetry.o, dist/build/Test/Validity/Relations/Antisymmetry.dyn_o )
2824.87 s
[genvalidity-property] [12 of 22] Compiling Test.Validity.Relations.Reflexivity ( src/Test/Validity/Relations/Reflexivity.hs, dist/build/Test/Validity/Relations/Reflexivity.o, dist/build/Test/Validity/Relations/Reflexivity.dyn_o )
2824.87 s
[lifted-async] [2 of 2] Compiling Control.Concurrent.Async.Lifted.Safe ( src/Control/Concurrent/Async/Lifted/Safe.hs, dist/build/Control/Concurrent/Async/Lifted/Safe.o, dist/build/Control/Concurrent/Async/Lifted/Safe.dyn_o )
2824.87 s
[lifted-async] [1 of 2] Compiling Control.Concurrent.Async.Lifted ( src/Control/Concurrent/Async/Lifted.hs, dist/build/Control/Concurrent/Async/Lifted.p_o )
2824.87 s
[logict] [2 of 2] Compiling Control.Monad.Logic ( Control/Monad/Logic.hs, dist/build/Control/Monad/Logic.o, dist/build/Control/Monad/Logic.dyn_o )
2824.87 s
[streaming-commons] Using compiler: ghc-9.6.4
2824.87 s
[streaming-commons] Using install prefix:
2824.87 s
[streaming-commons] /nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0
2824.87 s
[streaming-commons] Executables installed in:
2824.87 s
[streaming-commons] /nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0/bin
2824.87 s
[streaming-commons] Libraries installed in:
2824.87 s
[streaming-commons] /nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik
2824.87 s
[streaming-commons] Dynamic Libraries installed in:
2824.87 s
[streaming-commons] /nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2824.87 s
[streaming-commons] Private executables installed in:
2824.87 s
[streaming-commons] /nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0/libexec/x86_64-linux-ghc-9.6.4/streaming-commons-0.2.3.0
2824.87 s
[streaming-commons] Data files installed in:
2824.87 s
[streaming-commons] /nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0/share/x86_64-linux-ghc-9.6.4/streaming-commons-0.2.3.0
2824.87 s
[streaming-commons] Documentation installed in:
2824.88 s
[streaming-commons] /nix/store/j4fgb7j23xzyhp9dcpa58f60k10v1ash-streaming-commons-0.2.3.0-doc/share/doc/streaming-commons-0.2.3.0
2824.88 s
[streaming-commons] Configuration files installed in:
2824.88 s
[streaming-commons] /nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0/etc
2824.88 s
[streaming-commons] No alex found
2824.88 s
[streaming-commons] Using ar found on system at:
2824.88 s
[streaming-commons] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2824.88 s
[streaming-commons] No c2hs found
2824.88 s
[streaming-commons] No cpphs found
2824.88 s
[streaming-commons] No doctest found
2824.88 s
[streaming-commons] Using gcc version 14.3.0 given by user at:
2824.88 s
[streaming-commons] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2824.88 s
[streaming-commons] Using ghc version 9.6.4 found on system at:
2824.88 s
[streaming-commons] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2824.88 s
[streaming-commons] Using ghc-pkg version 9.6.4 found on system at:
2824.88 s
[streaming-commons] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2824.88 s
[streaming-commons] No ghcjs found
2824.88 s
[streaming-commons] No ghcjs-pkg found
2824.88 s
[streaming-commons] No greencard found
2824.88 s
[streaming-commons] Using haddock version 2.29.2 found on system at:
2824.88 s
[streaming-commons] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2824.88 s
[streaming-commons] No happy found
2824.88 s
[streaming-commons] Using haskell-suite found on system at: haskell-suite-dummy-location
2824.88 s
[streaming-commons] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2824.88 s
[streaming-commons] No hmake found
2824.88 s
[streaming-commons] Using hpc version 0.68 found on system at:
2824.88 s
[streaming-commons] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2824.88 s
[streaming-commons] Using hsc2hs version 0.68.9 found on system at:
2824.88 s
[streaming-commons] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2824.88 s
[streaming-commons] Using hscolour version 1.25 found on system at:
2824.88 s
[streaming-commons] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2824.88 s
[streaming-commons] No jhc found
2824.88 s
[streaming-commons] Using ld found on system at:
2824.88 s
[streaming-commons] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2824.88 s
[streaming-commons] No pkg-config found
2824.88 s
[streaming-commons] Using runghc version 9.6.4 found on system at:
2824.88 s
[streaming-commons] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2824.88 s
[streaming-commons] Using strip version 2.44 found on system at:
2824.88 s
[streaming-commons] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2824.88 s
[streaming-commons] Using tar found on system at:
2824.88 s
[streaming-commons] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2824.88 s
[streaming-commons] No uhc found
2824.88 s
[streaming-commons] Phase: buildPhase
2824.88 s
[streaming-commons] Preprocessing library for streaming-commons-0.2.3.0..
2824.88 s
[streaming-commons] Building library for streaming-commons-0.2.3.0..
2824.88 s
[streaming-commons] [ 1 of 11] Compiling Data.Streaming.ByteString.Builder.Buffer ( Data/Streaming/ByteString/Builder/Buffer.hs, dist/build/Data/Streaming/ByteString/Builder/Buffer.o, dist/build/Data/Streaming/ByteString/Builder/Buffer.dyn_o )
2824.88 s
[streaming-commons] [ 2 of 11] Compiling Data.Streaming.ByteString.Builder ( Data/Streaming/ByteString/Builder.hs, dist/build/Data/Streaming/ByteString/Builder.o, dist/build/Data/Streaming/ByteString/Builder.dyn_o )
2824.88 s
[streaming-commons] [ 3 of 11] Compiling Data.Streaming.FileRead ( Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.o, dist/build/Data/Streaming/FileRead.dyn_o )
2824.88 s
[streaming-commons] [ 4 of 11] Compiling Data.Streaming.Filesystem ( Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.o, dist/build/Data/Streaming/Filesystem.dyn_o )
2824.88 s
[streaming-commons] [ 5 of 11] Compiling Data.Streaming.Network.Internal ( Data/Streaming/Network/Internal.hs, dist/build/Data/Streaming/Network/Internal.o, dist/build/Data/Streaming/Network/Internal.dyn_o )
2824.88 s
[streaming-commons] [ 6 of 11] Compiling Data.Streaming.Network ( Data/Streaming/Network.hs, dist/build/Data/Streaming/Network.o, dist/build/Data/Streaming/Network.dyn_o )
2824.88 s
[strict] 100% ( 10 / 10) in 'Data.Strict.Either'
2824.88 s
[strict] Warning: '<*>' is out of scope.
2824.88 s
[strict] If you qualify the identifier, haddock can try to link it anyway.
2824.88 s
[strict] 100% ( 11 / 11) in 'Data.Strict.Maybe'
2824.88 s
[strict] Warning: 'here' is out of scope.
2824.88 s
[strict] If you qualify the identifier, haddock can try to link it anyway.
2824.88 s
[strict] Warning: 'there' is out of scope.
2824.88 s
[strict] If you qualify the identifier, haddock can try to link it anyway.
2824.88 s
[strict] 70% ( 12 / 17) in 'Data.Strict.These'
2824.88 s
[strict] Missing documentation for:
2824.88 s
[strict] Module header
2824.88 s
[strict] distrThesePair (src/Data/Strict/These.hs:155)
2824.88 s
[strict] undistrThesePair (src/Data/Strict/These.hs:160)
2824.88 s
[strict] distrPairThese (src/Data/Strict/These.hs:172)
2824.88 s
[strict] undistrPairThese (src/Data/Strict/These.hs:177)
2824.88 s
[strict] 90% ( 9 / 10) in 'Data.Strict.Tuple'
2824.88 s
[strict] Missing documentation for:
2824.88 s
[strict] :!: (src/Data/Strict/Tuple.hs:69)
2824.88 s
[strict]
2824.88 s
[strict] src/Data/Strict/Tuple.hs:124:3: warning : [ -Wnoncanonical-monoid-instances ]
2824.91 s
[strict] Noncanonical ‘mappend’ definition detected
2824.91 s
[strict] in the instance declaration for ‘Monoid (Pair a b)’.
2824.91 s
[strict] ‘mappend’ will eventually be removed in favour of ‘(<>)’
2824.91 s
[strict] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
2824.91 s
[strict] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
2824.91 s
[strict] |
2824.91 s
[strict] 124 | (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2)
2824.91 s
[strict] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2824.91 s
[strict] 50% ( 1 / 2) in 'Data.Strict.Classes'
2824.91 s
[strict] Missing documentation for:
2824.91 s
[strict] Module header
2824.91 s
[strict] 100% ( 6 / 6) in 'Data.Strict'
2824.91 s
[strict] Warning: 'isEOFError' is out of scope.
2824.91 s
[strict] If you qualify the identifier, haddock can try to link it anyway.
2824.91 s
[strict] Warning: 'stdin' is out of scope.
2824.91 s
[strict] If you qualify the identifier, haddock can try to link it anyway.
2824.91 s
[strict] 100% ( 7 / 7) in 'System.IO.Strict'
2824.91 s
[time-compat] 1968--1-1 = 1968-01-01: OK
2824.91 s
[time-compat] 1968--1-2 = 1968-01-02: OK
2824.91 s
[time-compat] 1968--1-27 = 1968-01-27: OK
2824.91 s
[time-compat] 1968--1-28 = 1968-01-28: OK
2824.91 s
[time-compat] 1968--1-29 = 1968-01-29: OK
2824.91 s
[time-compat] 1968--1-30 = 1968-01-30: OK
2824.91 s
[time-compat] 1968--1-31 = 1968-01-31: OK
2824.91 s
[time-compat] 1968--1-32 = 1968-01-31: OK
2824.91 s
[time-compat] 1968--1-40 = 1968-01-31: OK
2824.91 s
[time-compat] 1968-0--7 = 1968-01-01: OK
2824.91 s
[time-compat] 1968-0--1 = 1968-01-01: OK
2824.91 s
[time-compat] 1968-0-0 = 1968-01-01: OK
2824.91 s
[time-compat] 1968-0-1 = 1968-01-01: OK
2824.91 s
[time-compat] 1968-0-2 = 1968-01-02: OK
2824.91 s
[time-compat] 1968-0-27 = 1968-01-27: OK
2824.91 s
[time-compat] 1968-0-28 = 1968-01-28: OK
2824.91 s
[time-compat] 1968-0-29 = 1968-01-29: OK
2824.91 s
[time-compat] 1968-0-30 = 1968-01-30: OK
2824.91 s
[time-compat] 1968-0-31 = 1968-01-31: OK
2824.91 s
[time-compat] 1968-0-32 = 1968-01-31: OK
2824.91 s
[time-compat] 1968-0-40 = 1968-01-31: OK
2824.91 s
[time-compat] 1968-1--7 = 1968-01-01: OK
2824.91 s
[time-compat] 1968-1--1 = 1968-01-01: OK
2824.91 s
[time-compat] 1968-1-0 = 1968-01-01: OK
2824.91 s
[time-compat] 1968-1-1 = 1968-01-01: OK
2824.91 s
[time-compat] 1968-1-2 = 1968-01-02: OK
2824.91 s
[time-compat] 1968-1-27 = 1968-01-27: OK
2824.91 s
[time-compat] 1968-1-28 = 1968-01-28: OK
2824.91 s
[time-compat] 1968-1-29 = 1968-01-29: OK
2824.91 s
[time-compat] 1968-1-30 = 1968-01-30: OK
2824.91 s
[time-compat] 1968-1-31 = 1968-01-31: OK
2824.91 s
[time-compat] 1968-1-32 = 1968-01-31: OK
2824.91 s
[time-compat] 1968-1-40 = 1968-01-31: OK
2824.91 s
[time-compat] 1968-2--7 = 1968-02-01: OK
2824.91 s
[time-compat] 1968-2--1 = 1968-02-01: OK
2824.91 s
[time-compat] 1968-2-0 = 1968-02-01: OK
2824.92 s
[time-compat] 1968-2-1 = 1968-02-01: OK
2824.92 s
[time-compat] 1968-2-2 = 1968-02-02: OK
2824.92 s
[time-compat] 1968-2-27 = 1968-02-27: OK
2824.92 s
[time-compat] 1968-2-28 = 1968-02-28: OK
2824.92 s
[time-compat] 1968-2-29 = 1968-02-29: OK
2824.92 s
[time-compat] 1968-2-30 = 1968-02-29: OK
2824.92 s
[time-compat] 1968-2-31 = 1968-02-29: OK
2824.92 s
[time-compat] 1968-2-32 = 1968-02-29: OK
2824.92 s
[time-compat] 1968-2-40 = 1968-02-29: OK
2824.92 s
[time-compat] 1968-12--7 = 1968-12-01: OK
2824.92 s
[time-compat] 1968-12--1 = 1968-12-01: OK
2824.92 s
[time-compat] 1968-12-0 = 1968-12-01: OK
2824.92 s
[time-compat] 1968-12-1 = 1968-12-01: OK
2824.92 s
[vector] [ 8 of 23] Compiling Data.Vector.Fusion.Bundle ( src/Data/Vector/Fusion/Bundle.hs, dist/build/Data/Vector/Fusion/Bundle.o, dist/build/Data/Vector/Fusion/Bundle.dyn_o )
2824.92 s
[asn1-encoding] tests/Tests.hs:4:1: warning : [ -Wunused-imports ]
2824.92 s
[asn1-encoding] The import of ‘Control.Applicative’ is redundant
2824.92 s
[asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
2824.92 s
[asn1-encoding] To import instances alone, use: import Control.Applicative()
2824.92 s
[asn1-encoding] |
2824.92 s
[asn1-encoding] 4 | import Control.Applicative
2824.92 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2824.92 s
[asn1-encoding]
2824.92 s
[asn1-encoding] tests/Tests.hs:35:25: warning : [ -Wunused-local-binds ]
2824.92 s
[asn1-encoding] Defined but not used: ‘nbBytes’
2824.92 s
[asn1-encoding] |
2824.92 s
[asn1-encoding] 35 | nbBytes nb = if nb > 255 then 1 + nbBytes (nb `div` 256) else 1
2824.92 s
[asn1-encoding] | ^^^^^^^
2824.92 s
[asn1-encoding]
2824.92 s
[asn1-encoding] <no location info>: warning : [ GHC-32850 ] [ -Wmissing-home-modules ]
2824.92 s
[asn1-encoding] These modules are needed for compilation but not listed in your .cabal file's other-modules for ‘main’ :
2824.92 s
[asn1-encoding] Data.ASN1.BinaryEncoding
2824.92 s
[asn1-encoding] Data.ASN1.BinaryEncoding.Parse
2824.92 s
[asn1-encoding] Data.ASN1.BinaryEncoding.Writer
2824.92 s
[asn1-encoding] Data.ASN1.Encoding
2824.92 s
[asn1-encoding] Data.ASN1.Error
2824.92 s
[asn1-encoding] Data.ASN1.Get
2824.92 s
[asn1-encoding] Data.ASN1.Internal
2824.92 s
[asn1-encoding] Data.ASN1.Prim
2824.92 s
[asn1-encoding] Data.ASN1.Serialize
2824.92 s
[asn1-encoding] Data.ASN1.Stream
2824.92 s
[asn1-encoding] [12 of 12] Linking dist/build/tests-asn1-encoding/tests-asn1-encoding
2824.92 s
[asn1-encoding] buildPhase completed in 55 seconds
2824.92 s
[asn1-encoding] Phase: checkPhase
2824.92 s
[asn1-encoding] Running 1 test suites...
2824.92 s
[asn1-encoding] Test suite tests-asn1-encoding: RUNNING...
2824.92 s
[asn1-encoding] asn1-encoding
2824.92 s
[asn1-encoding] Marshalling
2824.92 s
[asn1-encoding] Header: OK
2824.93 s
[asn1-encoding] +++ OK, passed 100 tests.
2824.93 s
[asn1-encoding] Event: OK (0.08s)
2824.93 s
[asn1-encoding] +++ OK, passed 100 tests.
2824.93 s
[asn1-encoding] DER: OK (0.04s)
2824.93 s
[asn1-encoding] +++ OK, passed 100 tests.
2824.93 s
[asn1-encoding] Real: OK
2824.93 s
[asn1-encoding] +++ OK, passed 100 tests.
2824.93 s
[asn1-encoding] Integral Real: OK
2824.93 s
[asn1-encoding] +++ OK, passed 100 tests.
2824.93 s
[asn1-encoding]
2824.93 s
[asn1-encoding] All 5 tests passed (0.12s)
2824.93 s
[asn1-encoding] Test suite tests-asn1-encoding: PASS
2824.93 s
[asn1-encoding] Test suite logged to: dist/test/asn1-encoding-0.9.6-tests-asn1-encoding.log
2824.93 s
[asn1-encoding] 1 of 1 test suites (1 of 1 test cases) passed.
2824.93 s
[asn1-encoding] Phase: haddockPhase
2824.93 s
[asn1-encoding] Preprocessing library for asn1-encoding-0.9.6..
2824.93 s
[asn1-encoding] Running Haddock on library for asn1-encoding-0.9.6..
2824.93 s
[asn1-encoding] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2824.93 s
[asn1-encoding] 100% ( 3 / 3) in 'Data.ASN1.Error'
2824.93 s
[asn1-encoding] Warning: 'get' is out of scope.
2824.93 s
[asn1-encoding] If you qualify the identifier, haddock can try to link it anyway.
2824.93 s
[asn1-encoding]
2824.93 s
[asn1-encoding] Data/ASN1/Get.hs:31:29: warning : [ -Wunused-imports ]
2824.93 s
[asn1-encoding] The import of ‘Applicative’
2824.93 s
[asn1-encoding] from module ‘Control.Applicative’ is redundant
2824.93 s
[asn1-encoding] |
2824.93 s
[asn1-encoding] 31 | import Control.Applicative (Applicative(..) ,Alternative(..))
2824.93 s
[asn1-encoding] | ^^^^^^^^^^^^^^^
2824.93 s
[asn1-encoding]
2824.93 s
[asn1-encoding] Data/ASN1/Get.hs:92:5: warning : [ -Wnoncanonical-monad-instances ]
2824.93 s
[asn1-encoding] Noncanonical ‘pure = return’ definition detected
2824.93 s
[asn1-encoding] in the instance declaration for ‘Applicative Get’.
2824.93 s
[asn1-encoding] Move definition from ‘return’ to ‘pure’
2824.93 s
[asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2824.93 s
[asn1-encoding] |
2824.93 s
[asn1-encoding] 92 | pure = return
2824.93 s
[asn1-encoding] | ^^^^^^^^^^^^^^
2824.93 s
[asn1-encoding]
2824.93 s
[asn1-encoding] Data/ASN1/Get.hs:101:5: warning : [ -Wnoncanonical-monad-instances ]
2824.93 s
[asn1-encoding] Noncanonical ‘return’ definition detected
2824.93 s
[asn1-encoding] in the instance declaration for ‘Monad Get’.
2824.94 s
[asn1-encoding] ‘return’ will eventually be removed in favour of ‘pure’
2824.94 s
[asn1-encoding] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2824.94 s
[asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2824.94 s
[asn1-encoding] |
2824.94 s
[asn1-encoding] 101 | return a = Get $ \ s0 b0 m0 p0 _ ks -> ks s0 b0 m0 p0 a
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] Flip (* -> *) * (Record1 *) ()
2824.94 s
[barbies] naturality: OK
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] identity: OK (0.27s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] composition: OK
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] Flip (* -> *) * (Record3 *) ()
2824.94 s
[barbies] naturality: OK (0.01s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] identity: OK (0.02s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] composition: OK (0.08s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] Flip (* -> *) * (Record1S *) ()
2824.94 s
[barbies] naturality: OK (0.12s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] identity: OK
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] composition: OK (0.04s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] Flip (* -> *) * (Record3S *) ()
2824.94 s
[barbies] naturality: OK (0.02s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] identity: OK (0.01s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] composition: OK (0.12s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] Flip (* -> *) * (Ignore1 *) ()
2824.94 s
[barbies] naturality: OK (0.02s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] identity: OK
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] composition: OK
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] Flip (* -> *) * (Sum3 *) ()
2824.94 s
[barbies] naturality: OK
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] identity: OK
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] composition: OK (0.05s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] Flip (* -> *) * (CompositeRecord *) ()
2824.94 s
[barbies] naturality: OK (0.15s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] identity: OK (0.06s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] composition: OK (0.09s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] Flip (* -> *) * (SumRec *) ()
2824.94 s
[barbies] naturality: OK (0.08s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] identity: OK
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] composition: OK (0.01s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] Flip (* -> *) * (NestedF *) ()
2824.94 s
[barbies] naturality: OK (0.33s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] identity: OK (0.21s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] composition: OK (0.58s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] Flip (* -> *) * (Nested2F *) ()
2824.94 s
[barbies] naturality: OK (0.21s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] identity: OK (0.01s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] composition: OK (0.24s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] Flip (* -> *) (* -> *) NestedB Maybe
2824.94 s
[barbies] naturality: OK (0.03s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] identity: OK (0.05s)
2824.94 s
[barbies] +++ OK, passed 100 tests.
2824.94 s
[barbies] composition: OK (0.03s)
2824.95 s
[barbies] +++ OK, passed 100 tests.
2824.95 s
[barbies] MixedBT Maybe
2824.95 s
[barbies] naturality: OK
2824.95 s
[barbies] +++ OK, passed 100 tests.
2824.95 s
[barbies] identity: OK
2824.95 s
[barbies] +++ OK, passed 100 tests.
2824.95 s
[barbies] composition: OK (0.03s)
2824.95 s
[barbies] +++ OK, passed 100 tests.
2824.95 s
[barbies] Flip (* -> *) (* -> *) MixedBT Maybe
2824.95 s
[barbies] naturality: OK (0.02s)
2824.95 s
[barbies] +++ OK, passed 100 tests.
2824.95 s
[barbies] identity: OK
2824.95 s
[barbies] +++ OK, passed 100 tests.
2824.95 s
[barbies] composition: OK (0.02s)
2824.95 s
[barbies] +++ OK, passed 100 tests.
2824.95 s
[barbies] Applicative laws
2824.95 s
[barbies] Record0
2824.95 s
[barbies] naturality of bprod: OK (0.09s)
2824.95 s
[barbies] +++ OK, passed 100 tests.
2824.95 s
[barbies] left identity: OK
2824.95 s
[barbies] +++ OK, passed 100 tests.
2824.95 s
[barbies] left identity: OK
2824.95 s
[barbies] +++ OK, passed 100 tests.
2824.95 s
[barbies] associativity: OK (0.01s)
2824.95 s
[barbies] +++ OK, passed 100 tests.
2824.95 s
[barbies] Record1
2824.95 s
[barbies] naturality of bprod: OK (0.01s)
2824.95 s
[genvalidity-property] [13 of 22] Compiling Test.Validity.Relations.Symmetry ( src/Test/Validity/Relations/Symmetry.hs, dist/build/Test/Validity/Relations/Symmetry.o, dist/build/Test/Validity/Relations/Symmetry.dyn_o )
2824.95 s
[genvalidity-property] [14 of 22] Compiling Test.Validity.Relations.Transitivity ( src/Test/Validity/Relations/Transitivity.hs, dist/build/Test/Validity/Relations/Transitivity.o, dist/build/Test/Validity/Relations/Transitivity.dyn_o )
2824.95 s
[genvalidity-property] [15 of 22] Compiling Test.Validity.Relations ( src/Test/Validity/Relations.hs, dist/build/Test/Validity/Relations.o, dist/build/Test/Validity/Relations.dyn_o )
2824.95 s
[genvalidity-property] [16 of 22] Compiling Test.Validity.Shrinking.Property ( src/Test/Validity/Shrinking/Property.hs, dist/build/Test/Validity/Shrinking/Property.o, dist/build/Test/Validity/Shrinking/Property.dyn_o )
2824.95 s
[genvalidity-property] [17 of 22] Compiling Test.Validity.Types ( src/Test/Validity/Types.hs, dist/build/Test/Validity/Types.o, dist/build/Test/Validity/Types.dyn_o )
2824.95 s
[genvalidity-property] [18 of 22] Compiling Test.Validity.Functions.Inverse ( src/Test/Validity/Functions/Inverse.hs, dist/build/Test/Validity/Functions/Inverse.o, dist/build/Test/Validity/Functions/Inverse.dyn_o )
2824.95 s
[genvalidity-property] [19 of 22] Compiling Test.Validity.Functions.Equivalence ( src/Test/Validity/Functions/Equivalence.hs, dist/build/Test/Validity/Functions/Equivalence.o, dist/build/Test/Validity/Functions/Equivalence.dyn_o )
2824.95 s
[genvalidity-property] [20 of 22] Compiling Test.Validity.Functions.CanFail ( src/Test/Validity/Functions/CanFail.hs, dist/build/Test/Validity/Functions/CanFail.o, dist/build/Test/Validity/Functions/CanFail.dyn_o )
2824.95 s
[genvalidity-property] [21 of 22] Compiling Test.Validity.Functions ( src/Test/Validity/Functions.hs, dist/build/Test/Validity/Functions.o, dist/build/Test/Validity/Functions.dyn_o )
2824.95 s
[genvalidity-property] [22 of 22] Compiling Test.Validity.Property ( src/Test/Validity/Property.hs, dist/build/Test/Validity/Property.o, dist/build/Test/Validity/Property.dyn_o )
2824.95 s
[genvalidity-property] [ 1 of 22] Compiling Paths_genvalidity_property ( dist/build/autogen/Paths_genvalidity_property.hs, dist/build/Paths_genvalidity_property.p_o )
2824.95 s
[time-compat] 1968-12-2 = 1968-12-02: OK
2824.95 s
[time-compat] 1968-12-27 = 1968-12-27: OK
2824.95 s
[time-compat] 1968-12-28 = 1968-12-28: OK
2824.95 s
[time-compat] 1968-12-29 = 1968-12-29: OK
2824.95 s
[time-compat] 1968-12-30 = 1968-12-30: OK
2824.95 s
[time-compat] 1968-12-31 = 1968-12-31: OK
2824.95 s
[time-compat] 1968-12-32 = 1968-12-31: OK
2824.95 s
[time-compat] 1968-12-40 = 1968-12-31: OK
2824.95 s
[time-compat] 1968-13--7 = 1968-12-01: OK
2824.95 s
[time-compat] 1968-13--1 = 1968-12-01: OK
2824.95 s
[time-compat] 1968-13-0 = 1968-12-01: OK
2824.95 s
[time-compat] 1968-13-1 = 1968-12-01: OK
2824.95 s
[time-compat] 1968-13-2 = 1968-12-02: OK
2824.95 s
[time-compat] 1968-13-27 = 1968-12-27: OK
2824.95 s
[time-compat] 1968-13-28 = 1968-12-28: OK
2824.95 s
[time-compat] 1968-13-29 = 1968-12-29: OK
2824.95 s
[time-compat] 1968-13-30 = 1968-12-30: OK
2824.95 s
[time-compat] 1968-13-31 = 1968-12-31: OK
2824.95 s
[time-compat] 1968-13-32 = 1968-12-31: OK
2824.95 s
[time-compat] 1968-13-40 = 1968-12-31: OK
2824.95 s
[time-compat] 1968-17--7 = 1968-12-01: OK
2824.95 s
[time-compat] 1968-17--1 = 1968-12-01: OK
2824.95 s
[time-compat] 1968-17-0 = 1968-12-01: OK (0.02s)
2824.95 s
[time-compat] 1968-17-1 = 1968-12-01: OK
2824.95 s
[time-compat] 1968-17-2 = 1968-12-02: OK
2824.95 s
[time-compat] 1968-17-27 = 1968-12-27: OK
2824.95 s
[time-compat] 1968-17-28 = 1968-12-28: OK
2824.95 s
[time-compat] 1968-17-29 = 1968-12-29: OK
2824.95 s
[time-compat] 1968-17-30 = 1968-12-30: OK
2824.95 s
[time-compat] 1968-17-31 = 1968-12-31: OK
2824.95 s
[time-compat] 1968-17-32 = 1968-12-31: OK
2824.95 s
[time-compat] 1968-17-40 = 1968-12-31: OK
2824.95 s
[time-compat] 1969--20--7 = 1969-01-01: OK
2824.95 s
[time-compat] 1969--20--1 = 1969-01-01: OK
2824.95 s
[time-compat] 1969--20-0 = 1969-01-01: OK
2824.95 s
[time-compat] 1969--20-1 = 1969-01-01: OK
2824.95 s
[time-compat] 1969--20-2 = 1969-01-02: OK
2824.95 s
[time-compat] 1969--20-27 = 1969-01-27: OK
2824.95 s
[time-compat] 1969--20-28 = 1969-01-28: OK
2824.95 s
[time-compat] 1969--20-29 = 1969-01-29: OK
2824.95 s
[time-compat] 1969--20-30 = 1969-01-30: OK
2824.95 s
[time-compat] 1969--20-31 = 1969-01-31: OK
2824.95 s
[time-compat] 1969--20-32 = 1969-01-31: OK
2824.95 s
[time-compat] 1969--20-40 = 1969-01-31: OK
2824.95 s
[time-compat] 1969--1--7 = 1969-01-01: OK
2824.95 s
[time-compat] 1969--1--1 = 1969-01-01: OK
2824.95 s
[time-compat] 1969--1-0 = 1969-01-01: OK
2824.95 s
[time-compat] 1969--1-1 = 1969-01-01: OK
2824.95 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2824.95 s
[asn1-encoding] 100% ( 2 / 2) in 'Data.ASN1.Object'
2824.95 s
[asn1-encoding]
2824.95 s
[asn1-encoding] Data/ASN1/Serialize.hs:17:1: warning : [ -Wunused-imports ]
2824.95 s
[asn1-encoding] The import of ‘Control.Applicative’ is redundant
2824.95 s
[asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
2824.95 s
[asn1-encoding] To import instances alone, use: import Control.Applicative()
2824.95 s
[asn1-encoding] |
2824.95 s
[asn1-encoding] 17 | import Control.Applicative ((<$>))
2824.95 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2824.95 s
[asn1-encoding] 100% ( 13 / 13) in 'Data.ASN1.BinaryEncoding.Raw'
2824.95 s
[asn1-encoding] 25% ( 1 / 4) in 'Data.ASN1.Stream'
2824.95 s
[asn1-encoding] Missing documentation for:
2824.95 s
[asn1-encoding] ASN1Repr (Data/ASN1/Stream.hs:20)
2824.95 s
[asn1-encoding] getConstructedEnd (Data/ASN1/Stream.hs:22)
2824.95 s
[asn1-encoding] getConstructedEndRepr (Data/ASN1/Stream.hs:30)
2824.95 s
[asn1-encoding] 28% ( 8 / 28) in 'Data.ASN1.Prim'
2824.95 s
[asn1-encoding] Missing documentation for:
2824.95 s
[asn1-encoding] encodeHeader (Data/ASN1/Prim.hs:68)
2824.95 s
[asn1-encoding] encodePrimitiveHeader (Data/ASN1/Prim.hs:98)
2824.95 s
[asn1-encoding] encodePrimitive (Data/ASN1/Prim.hs:115)
2824.95 s
[asn1-encoding] decodePrimitive (Data/ASN1/Prim.hs:164)
2824.95 s
[asn1-encoding] encodeConstructed (Data/ASN1/Prim.hs:146)
2824.95 s
[asn1-encoding] encodeList (Data/ASN1/Prim.hs:132)
2824.95 s
[asn1-encoding] encodeOne (Data/ASN1/Prim.hs:128)
2824.95 s
[asn1-encoding] mkSmallestLength (Data/ASN1/Prim.hs:156)
2824.95 s
[asn1-encoding] getBoolean (Data/ASN1/Prim.hs:196)
2824.95 s
[asn1-encoding] getDouble (Data/ASN1/Prim.hs:228)
2824.95 s
[asn1-encoding] getBitString (Data/ASN1/Prim.hs:272)
2824.95 s
[asn1-encoding] getOctetString (Data/ASN1/Prim.hs:284)
2824.95 s
[asn1-encoding] getNull (Data/ASN1/Prim.hs:287)
2824.95 s
[asn1-encoding] getTime (Data/ASN1/Prim.hs:311)
2824.95 s
[asn1-encoding] putTime (Data/ASN1/Prim.hs:381)
2824.95 s
[asn1-encoding] putInteger (Data/ASN1/Prim.hs:393)
2824.95 s
[asn1-encoding] putDouble (Data/ASN1/Prim.hs:416)
2824.95 s
[asn1-encoding] putBitString (Data/ASN1/Prim.hs:396)
2824.95 s
[asn1-encoding] putString (Data/ASN1/Prim.hs:401)
2824.95 s
[asn1-encoding] putOID (Data/ASN1/Prim.hs:405)
2824.95 s
[asn1-encoding]
2824.95 s
[asn1-encoding] Data/ASN1/Prim.hs:55:1: warning : [ -Wunused-imports ]
2824.95 s
[asn1-encoding] The import of ‘Data.Monoid’ is redundant
2824.95 s
[asn1-encoding] except perhaps to import instances from ‘Data.Monoid’
2824.95 s
[asn1-encoding] To import instances alone, use: import Data.Monoid()
2824.95 s
[asn1-encoding] |
2824.95 s
[asn1-encoding] 55 | import Data.Monoid
2824.95 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^
2824.95 s
[asn1-encoding]
2824.95 s
[asn1-encoding] Data/ASN1/Prim.hs:65:1: warning : [ -Wunused-imports ]
2824.95 s
[asn1-encoding] The import of ‘Control.Applicative’ is redundant
2824.95 s
[asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
2824.95 s
[asn1-encoding] To import instances alone, use: import Control.Applicative()
2824.96 s
[asn1-encoding] |
2824.96 s
[asn1-encoding] 65 | import Control.Applicative
2824.96 s
[asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2824.96 s
[asn1-encoding]
2824.96 s
[asn1-encoding] Data/ASN1/Prim.hs:259:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2824.96 s
[asn1-encoding] This binding for ‘exponent’ shadows the existing binding
2824.96 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2824.96 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2824.96 s
[asn1-encoding] |
2824.96 s
[asn1-encoding] 259 | exponent = exp' - fromIntegral scaleFactor
2824.96 s
[asn1-encoding] | ^^^^^^^^
2824.96 s
[asn1-encoding]
2824.96 s
[asn1-encoding] Data/ASN1/Prim.hs:428:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2824.96 s
[asn1-encoding] This binding for ‘exp’ shadows the existing binding
2824.96 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2824.96 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2824.96 s
[asn1-encoding] |
2824.96 s
[asn1-encoding] 428 | (man, exp ) = decodeFloat d
2824.96 s
[asn1-encoding] | ^^^
2824.96 s
[asn1-encoding]
2824.96 s
[asn1-encoding] Data/ASN1/Prim.hs:429:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2824.96 s
[asn1-encoding] This binding for ‘exponent’ shadows the existing binding
2824.96 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2824.96 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2824.96 s
[asn1-encoding] |
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] associativity: OK (0.09s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] Record3
2824.96 s
[barbies] naturality of bprod: OK (0.06s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK (0.02s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] associativity: OK (0.02s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] CompositeRecord
2824.96 s
[barbies] naturality of bprod: OK (0.02s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK (0.05s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] associativity: OK (0.01s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] NestedF
2824.96 s
[barbies] naturality of bprod: OK (0.97s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK (0.11s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK (0.24s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] associativity: OK (4.28s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] Nested2F
2824.96 s
[barbies] naturality of bprod: OK (0.78s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK (0.03s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK (0.15s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] associativity: OK (5.32s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] Record1S
2824.96 s
[barbies] naturality of bprod: OK (0.02s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK (0.05s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] associativity: OK (0.03s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] Record3S
2824.96 s
[barbies] naturality of bprod: OK (0.08s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK (0.01s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK (0.04s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] associativity: OK (0.14s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] Record1W Covered
2824.96 s
[barbies] naturality of bprod: OK (0.03s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] associativity: OK
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] Record3W Covered
2824.96 s
[barbies] naturality of bprod: OK
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK (0.02s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] associativity: OK (0.07s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] CompositeRecordW Covered
2824.96 s
[barbies] naturality of bprod: OK (0.03s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK (0.03s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK (0.03s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] associativity: OK (0.10s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] NestedFW Covered
2824.96 s
[barbies] naturality of bprod: OK (0.40s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK (0.22s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK (0.29s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] associativity: OK (3.84s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] Nested2FW Covered
2824.96 s
[barbies] naturality of bprod: OK (0.70s)
2824.96 s
[barbies] +++ OK, passed 100 tests.
2824.96 s
[barbies] left identity: OK (0.02s)
2824.97 s
[barbies] +++ OK, passed 100 tests.
2824.97 s
[barbies] left identity: OK (0.07s)
2824.97 s
[barbies] +++ OK, passed 100 tests.
2824.97 s
[barbies] associativity: OK (6.23s)
2824.97 s
[barbies] +++ OK, passed 100 tests.
2824.97 s
[barbies] Record1WS Covered
2824.97 s
[time-compat] 1969--1-2 = 1969-01-02: OK
2824.97 s
[time-compat] 1969--1-27 = 1969-01-27: OK
2824.97 s
[time-compat] 1969--1-28 = 1969-01-28: OK
2824.97 s
[time-compat] 1969--1-29 = 1969-01-29: OK
2824.97 s
[time-compat] 1969--1-30 = 1969-01-30: OK
2824.97 s
[time-compat] 1969--1-31 = 1969-01-31: OK
2824.97 s
[time-compat] 1969--1-32 = 1969-01-31: OK
2824.97 s
[time-compat] 1969--1-40 = 1969-01-31: OK
2824.97 s
[time-compat] 1969-0--7 = 1969-01-01: OK
2824.97 s
[time-compat] 1969-0--1 = 1969-01-01: OK
2824.97 s
[time-compat] 1969-0-0 = 1969-01-01: OK
2824.97 s
[time-compat] 1969-0-1 = 1969-01-01: OK
2824.97 s
[time-compat] 1969-0-2 = 1969-01-02: OK
2824.97 s
[time-compat] 1969-0-27 = 1969-01-27: OK
2824.97 s
[time-compat] 1969-0-28 = 1969-01-28: OK
2824.97 s
[time-compat] 1969-0-29 = 1969-01-29: OK
2824.97 s
[time-compat] 1969-0-30 = 1969-01-30: OK
2824.97 s
[time-compat] 1969-0-31 = 1969-01-31: OK
2824.97 s
[time-compat] 1969-0-32 = 1969-01-31: OK
2824.97 s
[time-compat] 1969-0-40 = 1969-01-31: OK
2824.97 s
[time-compat] 1969-1--7 = 1969-01-01: OK
2824.97 s
[time-compat] 1969-1--1 = 1969-01-01: OK
2824.97 s
[time-compat] 1969-1-0 = 1969-01-01: OK
2824.97 s
[time-compat] 1969-1-1 = 1969-01-01: OK
2824.97 s
[time-compat] 1969-1-2 = 1969-01-02: OK
2824.97 s
[time-compat] 1969-1-27 = 1969-01-27: OK
2824.97 s
[time-compat] 1969-1-28 = 1969-01-28: OK
2824.97 s
[time-compat] 1969-1-29 = 1969-01-29: OK
2824.97 s
[time-compat] 1969-1-30 = 1969-01-30: OK
2824.97 s
[time-compat] 1969-1-31 = 1969-01-31: OK
2824.97 s
[time-compat] 1969-1-32 = 1969-01-31: OK
2824.97 s
[time-compat] 1969-1-40 = 1969-01-31: OK
2824.97 s
[time-compat] 1969-2--7 = 1969-02-01: OK
2824.97 s
[time-compat] 1969-2--1 = 1969-02-01: OK
2824.97 s
[time-compat] 1969-2-0 = 1969-02-01: OK
2824.97 s
[time-compat] 1969-2-1 = 1969-02-01: OK
2824.97 s
[time-compat] 1969-2-2 = 1969-02-02: OK
2824.97 s
[time-compat] 1969-2-27 = 1969-02-27: OK
2824.97 s
[time-compat] 1969-2-28 = 1969-02-28: OK
2824.97 s
[time-compat] 1969-2-29 = 1969-02-28: OK
2824.97 s
[time-compat] 1969-2-30 = 1969-02-28: OK
2824.97 s
[time-compat] 1969-2-31 = 1969-02-28: OK
2824.97 s
[time-compat] 1969-2-32 = 1969-02-28: OK
2824.97 s
[time-compat] 1969-2-40 = 1969-02-28: OK
2824.97 s
[time-compat] 1969-12--7 = 1969-12-01: OK
2824.97 s
[time-compat] 1969-12--1 = 1969-12-01: OK
2824.97 s
[time-compat] 1969-12-0 = 1969-12-01: OK
2824.97 s
[time-compat] 1969-12-1 = 1969-12-01: OK
2824.97 s
[asn1-encoding] 429 | (mantissa, exponent ) = normalize (fromIntegral $ mkUnsigned man, exp)
2824.97 s
[asn1-encoding] | ^^^^^^^^
2824.97 s
[asn1-encoding]
2824.97 s
[asn1-encoding] Data/ASN1/Prim.hs:441:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2824.97 s
[asn1-encoding] This binding for ‘exponent’ shadows the existing binding
2824.98 s
[asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
2824.98 s
[asn1-encoding] (and originally defined in ‘GHC.Float’)
2824.98 s
[asn1-encoding] |
2824.98 s
[asn1-encoding] 441 | normalize (mantissa, exponent ) = (mantissa `shiftR` sh, exponent + sh)
2824.98 s
[asn1-encoding] | ^^^^^^^^
2824.98 s
[asn1-encoding] 100% ( 9 / 9) in 'Data.ASN1.Encoding'
2824.98 s
[asn1-encoding] 100% ( 3 / 3) in 'Data.ASN1.BinaryEncoding'
2824.98 s
[asn1-encoding] Warning: Data.ASN1.Prim: could not find link destinations for:
2824.98 s
[asn1-encoding] - Data.ASN1.Prim.ASN1Ret
2824.98 s
[barbies] naturality of bprod: OK (0.04s)
2824.98 s
[barbies] +++ OK, passed 100 tests.
2824.98 s
[barbies] left identity: OK
2824.98 s
[barbies] +++ OK, passed 100 tests.
2824.98 s
[barbies] left identity: OK
2824.98 s
[barbies] +++ OK, passed 100 tests.
2824.98 s
[barbies] associativity: OK (0.02s)
2824.98 s
[barbies] +++ OK, passed 100 tests.
2824.98 s
[barbies] Record3WS Covered
2824.98 s
[barbies] naturality of bprod: OK (0.01s)
2824.98 s
[barbies] +++ OK, passed 100 tests.
2824.98 s
[barbies] left identity: OK (0.01s)
2824.98 s
[barbies] +++ OK, passed 100 tests.
2824.98 s
[barbies] left identity: OK (0.02s)
2824.98 s
[barbies] +++ OK, passed 100 tests.
2824.98 s
[barbies] associativity: OK (0.13s)
2824.98 s
[barbies] +++ OK, passed 100 tests.
2824.99 s
[barbies] ParX (Maybe ())
2824.99 s
[barbies] naturality of bprod: OK (0.13s)
2824.99 s
[barbies] +++ OK, passed 100 tests.
2824.99 s
[barbies] left identity: OK (0.02s)
2824.99 s
[barbies] +++ OK, passed 100 tests.
2824.99 s
[barbies] left identity: OK
2824.99 s
[barbies] +++ OK, passed 100 tests.
2824.99 s
[barbies] associativity: OK (0.04s)
2824.99 s
[barbies] +++ OK, passed 100 tests.
2824.99 s
[barbies] ParF Sum
2824.99 s
[barbies] naturality of bprod: OK (0.03s)
2824.99 s
[barbies] +++ OK, passed 100 tests.
2824.99 s
[barbies] left identity: OK (0.02s)
2824.99 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] left identity: OK
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] associativity: OK (0.01s)
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] Flip (* -> *) * (Record0 * *) ()
2825.00 s
[barbies] naturality of bprod: OK
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] left identity: OK (0.05s)
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] left identity: OK
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] associativity: OK
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] Flip (* -> *) * (Record1 *) ()
2825.00 s
[barbies] naturality of bprod: OK (0.01s)
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] left identity: OK
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] left identity: OK (0.07s)
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] associativity: OK
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] Flip (* -> *) * (Record3 *) ()
2825.00 s
[barbies] naturality of bprod: OK (0.03s)
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] left identity: OK
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] left identity: OK (0.36s)
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] associativity: OK (0.04s)
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] Flip (* -> *) * (Record1S *) ()
2825.00 s
[barbies] naturality of bprod: OK
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] left identity: OK
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] left identity: OK (0.05s)
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] associativity: OK (0.13s)
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] Flip (* -> *) * (Record3S *) ()
2825.00 s
[barbies] naturality of bprod: OK
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] left identity: OK (0.03s)
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] left identity: OK (0.02s)
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] associativity: OK (0.05s)
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] Flip (* -> *) * (CompositeRecord *) ()
2825.00 s
[barbies] naturality of bprod: OK (0.07s)
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] left identity: OK (0.01s)
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] left identity: OK
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] associativity: OK (0.11s)
2825.00 s
[barbies] +++ OK, passed 100 tests.
2825.00 s
[barbies] Flip (* -> *) * (NestedF *) ()
2825.01 s
[barbies] naturality of bprod: OK (0.50s)
2825.01 s
[barbies] +++ OK, passed 100 tests.
2825.01 s
[barbies] left identity: OK (0.09s)
2825.01 s
[barbies] +++ OK, passed 100 tests.
2825.01 s
[barbies] left identity: OK (0.14s)
2825.01 s
[barbies] +++ OK, passed 100 tests.
2825.01 s
[barbies] associativity: OK (4.16s)
2825.01 s
[barbies] +++ OK, passed 100 tests.
2825.01 s
[barbies] Flip (* -> *) * (Nested2F *) ()
2825.01 s
[barbies] naturality of bprod: OK (0.94s)
2825.01 s
[barbies] +++ OK, passed 100 tests.
2825.01 s
[barbies] left identity: OK (0.03s)
2825.01 s
[time-compat] 1969-12-2 = 1969-12-02: OK
2825.01 s
[time-compat] 1969-12-27 = 1969-12-27: OK
2825.01 s
[time-compat] 1969-12-28 = 1969-12-28: OK
2825.01 s
[time-compat] 1969-12-29 = 1969-12-29: OK
2825.01 s
[time-compat] 1969-12-30 = 1969-12-30: OK
2825.01 s
[time-compat] 1969-12-31 = 1969-12-31: OK
2825.01 s
[time-compat] 1969-12-32 = 1969-12-31: OK
2825.01 s
[time-compat] 1969-12-40 = 1969-12-31: OK
2825.01 s
[time-compat] 1969-13--7 = 1969-12-01: OK
2825.01 s
[time-compat] 1969-13--1 = 1969-12-01: OK
2825.01 s
[time-compat] 1969-13-0 = 1969-12-01: OK
2825.01 s
[time-compat] 1969-13-1 = 1969-12-01: OK
2825.01 s
[time-compat] 1969-13-2 = 1969-12-02: OK
2825.01 s
[time-compat] 1969-13-27 = 1969-12-27: OK
2825.01 s
[time-compat] 1969-13-28 = 1969-12-28: OK
2825.01 s
[time-compat] 1969-13-29 = 1969-12-29: OK
2825.01 s
[time-compat] 1969-13-30 = 1969-12-30: OK
2825.01 s
[time-compat] 1969-13-31 = 1969-12-31: OK
2825.01 s
[time-compat] 1969-13-32 = 1969-12-31: OK
2825.01 s
[time-compat] 1969-13-40 = 1969-12-31: OK
2825.01 s
[time-compat] 1969-17--7 = 1969-12-01: OK
2825.01 s
[time-compat] 1969-17--1 = 1969-12-01: OK
2825.01 s
[time-compat] 1969-17-0 = 1969-12-01: OK
2825.01 s
[time-compat] 1969-17-1 = 1969-12-01: OK
2825.01 s
[time-compat] 1969-17-2 = 1969-12-02: OK
2825.01 s
[time-compat] 1969-17-27 = 1969-12-27: OK
2825.01 s
[time-compat] 1969-17-28 = 1969-12-28: OK
2825.01 s
[time-compat] 1969-17-29 = 1969-12-29: OK
2825.01 s
[time-compat] 1969-17-30 = 1969-12-30: OK
2825.02 s
[time-compat] 1969-17-31 = 1969-12-31: OK
2825.02 s
[time-compat] 1969-17-32 = 1969-12-31: OK
2825.02 s
[time-compat] 1969-17-40 = 1969-12-31: OK
2825.02 s
[time-compat] 1971--20--7 = 1971-01-01: OK
2825.02 s
[time-compat] 1971--20--1 = 1971-01-01: OK
2825.02 s
[time-compat] 1971--20-0 = 1971-01-01: OK
2825.02 s
[time-compat] 1971--20-1 = 1971-01-01: OK
2825.02 s
[time-compat] 1971--20-2 = 1971-01-02: OK
2825.02 s
[time-compat] 1971--20-27 = 1971-01-27: OK
2825.02 s
[time-compat] 1971--20-28 = 1971-01-28: OK
2825.02 s
[time-compat] 1971--20-29 = 1971-01-29: OK
2825.02 s
[time-compat] 1971--20-30 = 1971-01-30: OK
2825.02 s
[time-compat] 1971--20-31 = 1971-01-31: OK
2825.02 s
[time-compat] 1971--20-32 = 1971-01-31: OK
2825.02 s
[time-compat] 1971--20-40 = 1971-01-31: OK
2825.02 s
[time-compat] 1971--1--7 = 1971-01-01: OK
2825.02 s
[time-compat] 1971--1--1 = 1971-01-01: OK
2825.02 s
[time-compat] 1971--1-0 = 1971-01-01: OK
2825.02 s
[time-compat] 1971--1-1 = 1971-01-01: OK
2825.02 s
[barbies] +++ OK, passed 100 tests.
2825.02 s
[barbies] left identity: OK (0.04s)
2825.02 s
[barbies] +++ OK, passed 100 tests.
2825.02 s
[barbies] associativity: OK (5.33s)
2825.02 s
[barbies] +++ OK, passed 100 tests.
2825.02 s
[barbies] Flip (* -> *) * (ParX * (Maybe ())) ()
2825.02 s
[barbies] naturality of bprod: OK (0.02s)
2825.02 s
[barbies] +++ OK, passed 100 tests.
2825.02 s
[barbies] left identity: OK (0.01s)
2825.02 s
[barbies] +++ OK, passed 100 tests.
2825.02 s
[barbies] left identity: OK
2825.02 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] associativity: OK (0.02s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] MixedBT []
2825.03 s
[barbies] naturality of bprod: OK (0.04s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] left identity: OK (0.01s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] left identity: OK (0.09s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] associativity: OK (0.07s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] addDict projection
2825.03 s
[barbies] Record0: OK (0.03s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] Record1: OK (0.01s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] Record3: OK (0.17s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] Record1S: OK
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] Record3S: OK (0.05s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] Record1W Covered: OK
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] Record3W Covered: OK (0.15s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] Record1WS Covered: OK (0.02s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] Record3WS Covered: OK (0.04s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] Ignore1: OK
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] Sum3: OK (0.09s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] SumRec: OK (0.03s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] Sum3W Covered: OK (0.25s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] SumRecW Covered: OK
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] CompositeRecord: OK
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.03 s
[barbies] CompositeRecordW Covered: OK (0.06s)
2825.03 s
[barbies] +++ OK, passed 100 tests.
2825.04 s
[barbies] MixedBT Maybe: OK (0.02s)
2825.04 s
[barbies] +++ OK, passed 100 tests.
2825.04 s
[barbies] Bare laws
2825.04 s
[barbies] Record1W
2825.04 s
[barbies] bcover . bstrip = id: OK (0.01s)
2825.04 s
[barbies] +++ OK, passed 100 tests.
2825.04 s
[barbies] Record3W
2825.04 s
[barbies] bcover . bstrip = id: OK (0.02s)
2825.04 s
[barbies] +++ OK, passed 100 tests.
2825.04 s
[barbies] Record1WS
2825.04 s
[barbies] bcover . bstrip = id: OK
2825.04 s
[barbies] +++ OK, passed 100 tests.
2825.04 s
[barbies] Record3WS
2825.04 s
[barbies] bcover . bstrip = id: OK (0.02s)
2825.04 s
[barbies] +++ OK, passed 100 tests.
2825.05 s
[barbies] Sum3W
2825.05 s
[barbies] bcover . bstrip = id: OK (0.03s)
2825.05 s
[barbies] +++ OK, passed 100 tests.
2825.05 s
[barbies] SumRecW
2825.05 s
[barbies] bcover . bstrip = id: OK (0.10s)
2825.05 s
[barbies] +++ OK, passed 100 tests.
2825.05 s
[barbies] NestedFW
2825.05 s
[barbies] bcover . bstrip = id: OK (0.06s)
2825.05 s
[barbies] +++ OK, passed 100 tests.
2825.05 s
[barbies] Generic wrapper
2825.05 s
[barbies] Monoid laws
2825.05 s
[barbies] neutral element: OK
2825.05 s
[barbies] +++ OK, passed 100 tests.
2825.05 s
[barbies] associativity: OK (0.11s)
2825.05 s
[barbies] +++ OK, passed 100 tests.
2825.05 s
[barbies] Monoid laws
2825.05 s
[barbies] neutral element: OK
2825.05 s
[barbies] +++ OK, passed 100 tests.
2825.05 s
[barbies] associativity: OK (0.10s)
2825.05 s
[barbies] +++ OK, passed 100 tests.
2825.06 s
[barbies] Monoid laws
2825.06 s
[barbies] neutral element: OK
2825.06 s
[barbies] +++ OK, passed 100 tests.
2825.06 s
[barbies] associativity: OK (0.03s)
2825.06 s
[barbies] +++ OK, passed 100 tests.
2825.06 s
[barbies] Monoid laws
2825.06 s
[barbies] neutral element: OK
2825.06 s
[barbies] +++ OK, passed 100 tests.
2825.06 s
[barbies] associativity: OK (0.01s)
2825.06 s
[barbies] +++ OK, passed 100 tests.
2825.06 s
[barbies] Monoid laws
2825.06 s
[barbies] neutral element: OK (0.07s)
2825.06 s
[barbies] +++ OK, passed 100 tests.
2825.06 s
[barbies] associativity: OK (0.17s)
2825.06 s
[barbies] +++ OK, passed 100 tests.
2825.06 s
[barbies] Monoid laws
2825.06 s
[barbies] neutral element: OK (0.12s)
2825.07 s
[barbies] +++ OK, passed 100 tests.
2825.07 s
[barbies] associativity: OK (0.13s)
2825.07 s
[barbies] +++ OK, passed 100 tests.
2825.07 s
[barbies] Monoid laws
2825.07 s
[time-compat] 1971--1-2 = 1971-01-02: OK
2825.07 s
[time-compat] 1971--1-27 = 1971-01-27: OK
2825.07 s
[time-compat] 1971--1-28 = 1971-01-28: OK
2825.07 s
[time-compat] 1971--1-29 = 1971-01-29: OK
2825.07 s
[time-compat] 1971--1-30 = 1971-01-30: OK
2825.07 s
[time-compat] 1971--1-31 = 1971-01-31: OK
2825.07 s
[time-compat] 1971--1-32 = 1971-01-31: OK
2825.07 s
[time-compat] 1971--1-40 = 1971-01-31: OK
2825.07 s
[time-compat] 1971-0--7 = 1971-01-01: OK
2825.07 s
[time-compat] 1971-0--1 = 1971-01-01: OK
2825.07 s
[time-compat] 1971-0-0 = 1971-01-01: OK
2825.07 s
[time-compat] 1971-0-1 = 1971-01-01: OK
2825.07 s
[time-compat] 1971-0-2 = 1971-01-02: OK
2825.07 s
[time-compat] 1971-0-27 = 1971-01-27: OK
2825.07 s
[time-compat] 1971-0-28 = 1971-01-28: OK
2825.07 s
[time-compat] 1971-0-29 = 1971-01-29: OK
2825.07 s
[time-compat] 1971-0-30 = 1971-01-30: OK
2825.07 s
[time-compat] 1971-0-31 = 1971-01-31: OK
2825.07 s
[time-compat] 1971-0-32 = 1971-01-31: OK
2825.07 s
[time-compat] 1971-0-40 = 1971-01-31: OK
2825.08 s
[time-compat] 1971-1--7 = 1971-01-01: OK
2825.08 s
[time-compat] 1971-1--1 = 1971-01-01: OK
2825.08 s
[time-compat] 1971-1-0 = 1971-01-01: OK
2825.08 s
[time-compat] 1971-1-1 = 1971-01-01: OK
2825.08 s
[time-compat] 1971-1-2 = 1971-01-02: OK
2825.08 s
[time-compat] 1971-1-27 = 1971-01-27: OK
2825.08 s
[time-compat] 1971-1-28 = 1971-01-28: OK
2825.08 s
[time-compat] 1971-1-29 = 1971-01-29: OK
2825.08 s
[time-compat] 1971-1-30 = 1971-01-30: OK
2825.08 s
[time-compat] 1971-1-31 = 1971-01-31: OK
2825.08 s
[time-compat] 1971-1-32 = 1971-01-31: OK
2825.08 s
[time-compat] 1971-1-40 = 1971-01-31: OK
2825.08 s
[time-compat] 1971-2--7 = 1971-02-01: OK
2825.08 s
[time-compat] 1971-2--1 = 1971-02-01: OK
2825.08 s
[time-compat] 1971-2-0 = 1971-02-01: OK
2825.08 s
[time-compat] 1971-2-1 = 1971-02-01: OK
2825.08 s
[time-compat] 1971-2-2 = 1971-02-02: OK
2825.08 s
[time-compat] 1971-2-27 = 1971-02-27: OK
2825.08 s
[time-compat] 1971-2-28 = 1971-02-28: OK
2825.08 s
[time-compat] 1971-2-29 = 1971-02-28: OK
2825.08 s
[time-compat] 1971-2-30 = 1971-02-28: OK
2825.08 s
[time-compat] 1971-2-31 = 1971-02-28: OK
2825.08 s
[time-compat] 1971-2-32 = 1971-02-28: OK
2825.08 s
[time-compat] 1971-2-40 = 1971-02-28: OK
2825.08 s
[time-compat] 1971-12--7 = 1971-12-01: OK
2825.08 s
[time-compat] 1971-12--1 = 1971-12-01: OK
2825.08 s
[time-compat] 1971-12-0 = 1971-12-01: OK
2825.08 s
[time-compat] 1971-12-1 = 1971-12-01: OK
2825.08 s
[barbies] neutral element: OK (0.08s)
2825.08 s
[barbies] +++ OK, passed 100 tests.
2825.08 s
[barbies] associativity: OK (0.15s)
2825.08 s
[barbies] +++ OK, passed 100 tests.
2825.08 s
[barbies] Monoid laws
2825.08 s
[barbies] neutral element: OK (0.06s)
2825.08 s
[barbies] +++ OK, passed 100 tests.
2825.08 s
[barbies] associativity: OK (0.11s)
2825.08 s
[barbies] +++ OK, passed 100 tests.
2825.08 s
[barbies] bfoldMap
2825.08 s
[barbies] Record3: OK
2825.08 s
[barbies] bmapC
2825.08 s
[barbies] Record1: OK
2825.08 s
[barbies] btraverseC
2825.08 s
[barbies] Record1: OK
2825.08 s
[barbies] bpureC
2825.08 s
[barbies] Record1: OK
2825.08 s
[barbies] bfoldMapC
2825.08 s
[barbies] Record3S: OK
2825.09 s
[barbies] bzipWithC
2825.09 s
[barbies] Record1S: OK
2825.09 s
[barbies] bzipWith3C
2825.09 s
[barbies] Record1S: OK
2825.09 s
[barbies] bzipWith4C
2825.09 s
[barbies] Record1S: OK
2825.09 s
[barbies]
2825.09 s
[barbies] All 373 tests passed (7.87s)
2825.09 s
[barbies] Test suite barbies-test: PASS
2825.09 s
[barbies] Test suite logged to: dist/test/barbies-2.1.1.0-barbies-test.log
2825.09 s
[barbies] 1 of 1 test suites (1 of 1 test cases) passed.
2825.09 s
[barbies] checkPhase completed in 34 seconds
2825.09 s
[barbies] Phase: haddockPhase
2825.09 s
[time-compat] 1971-12-2 = 1971-12-02: OK
2825.09 s
[time-compat] 1971-12-27 = 1971-12-27: OK
2825.09 s
[time-compat] 1971-12-28 = 1971-12-28: OK
2825.09 s
[time-compat] 1971-12-29 = 1971-12-29: OK
2825.09 s
[time-compat] 1971-12-30 = 1971-12-30: OK
2825.09 s
[time-compat] 1971-12-31 = 1971-12-31: OK
2825.09 s
[time-compat] 1971-12-32 = 1971-12-31: OK
2825.09 s
[time-compat] 1971-12-40 = 1971-12-31: OK
2825.09 s
[time-compat] 1971-13--7 = 1971-12-01: OK
2825.09 s
[time-compat] 1971-13--1 = 1971-12-01: OK
2825.09 s
[time-compat] 1971-13-0 = 1971-12-01: OK
2825.09 s
[time-compat] 1971-13-1 = 1971-12-01: OK
2825.09 s
[time-compat] 1971-13-2 = 1971-12-02: OK
2825.09 s
[time-compat] 1971-13-27 = 1971-12-27: OK
2825.09 s
[time-compat] 1971-13-28 = 1971-12-28: OK
2825.09 s
[time-compat] 1971-13-29 = 1971-12-29: OK
2825.09 s
[time-compat] 1971-13-30 = 1971-12-30: OK
2825.09 s
[time-compat] 1971-13-31 = 1971-12-31: OK
2825.09 s
[time-compat] 1971-13-32 = 1971-12-31: OK
2825.10 s
[time-compat] 1971-13-40 = 1971-12-31: OK
2825.10 s
[time-compat] 1971-17--7 = 1971-12-01: OK
2825.10 s
[time-compat] 1971-17--1 = 1971-12-01: OK
2825.10 s
[time-compat] 1971-17-0 = 1971-12-01: OK
2825.10 s
[time-compat] 1971-17-1 = 1971-12-01: OK
2825.10 s
[time-compat] 1971-17-2 = 1971-12-02: OK
2825.10 s
[time-compat] 1971-17-27 = 1971-12-27: OK
2825.10 s
[time-compat] 1971-17-28 = 1971-12-28: OK
2825.10 s
[time-compat] 1971-17-29 = 1971-12-29: OK
2825.10 s
[time-compat] 1971-17-30 = 1971-12-30: OK
2825.10 s
[time-compat] 1971-17-31 = 1971-12-31: OK
2825.10 s
[time-compat] 1971-17-32 = 1971-12-31: OK
2825.10 s
[time-compat] 1971-17-40 = 1971-12-31: OK
2825.10 s
[time-compat] ISOWeekDay
2825.10 s
[time-compat] 1968-W-20--2 = 1968-W01-1: OK
2825.10 s
[time-compat] 1968-W-20--1 = 1968-W01-1: OK
2825.10 s
[time-compat] 1968-W-20-0 = 1968-W01-1: OK
2825.10 s
[time-compat] 1968-W-20-1 = 1968-W01-1: OK
2825.10 s
[time-compat] 1968-W-20-4 = 1968-W01-4: OK
2825.10 s
[time-compat] 1968-W-20-6 = 1968-W01-6: OK
2825.10 s
[time-compat] 1968-W-20-7 = 1968-W01-7: OK
2825.10 s
[time-compat] 1968-W-20-8 = 1968-W01-7: OK
2825.10 s
[time-compat] 1968-W-20-9 = 1968-W01-7: OK
2825.10 s
[time-compat] 1968-W-1--2 = 1968-W01-1: OK
2825.10 s
[time-compat] 1968-W-1--1 = 1968-W01-1: OK
2825.10 s
[time-compat] 1968-W-1-0 = 1968-W01-1: OK
2825.10 s
[time-compat] 1968-W-1-1 = 1968-W01-1: OK
2825.10 s
[time-compat] 1968-W-1-4 = 1968-W01-4: OK
2825.10 s
[time-compat] 1968-W-1-6 = 1968-W01-6: OK
2825.10 s
[time-compat] 1968-W-1-7 = 1968-W01-7: OK
2825.10 s
[time-compat] 1968-W-1-8 = 1968-W01-7: OK
2825.10 s
[time-compat] 1968-W-1-9 = 1968-W01-7: OK
2825.10 s
[time-compat] 1968-W0--2 = 1968-W01-1: OK
2825.10 s
[time-compat] 1968-W0--1 = 1968-W01-1: OK
2825.11 s
[time-compat] 1968-W0-0 = 1968-W01-1: OK
2825.11 s
[time-compat] 1968-W0-1 = 1968-W01-1: OK
2825.11 s
[time-compat] 1968-W0-4 = 1968-W01-4: OK
2825.11 s
[time-compat] 1968-W0-6 = 1968-W01-6: OK
2825.11 s
[time-compat] 1968-W0-7 = 1968-W01-7: OK
2825.11 s
[time-compat] 1968-W0-8 = 1968-W01-7: OK
2825.11 s
[time-compat] 1968-W0-9 = 1968-W01-7: OK
2825.11 s
[time-compat] 1968-W1--2 = 1968-W01-1: OK
2825.11 s
[time-compat] 1968-W1--1 = 1968-W01-1: OK
2825.11 s
[time-compat] 1968-W1-0 = 1968-W01-1: OK
2825.11 s
[time-compat] 1968-W1-1 = 1968-W01-1: OK
2825.11 s
[time-compat] 1968-W1-4 = 1968-W01-4: OK
2825.11 s
[time-compat] 1968-W1-6 = 1968-W01-6: OK
2825.11 s
[time-compat] 1968-W1-7 = 1968-W01-7: OK
2825.11 s
[time-compat] 1968-W1-8 = 1968-W01-7: OK
2825.11 s
[time-compat] 1968-W1-9 = 1968-W01-7: OK
2825.11 s
[time-compat] 1968-W20--2 = 1968-W20-1: OK
2825.11 s
[time-compat] 1968-W20--1 = 1968-W20-1: OK
2825.11 s
[time-compat] 1968-W20-0 = 1968-W20-1: OK
2825.11 s
[time-compat] 1968-W20-1 = 1968-W20-1: OK
2825.11 s
[time-compat] 1968-W20-4 = 1968-W20-4: OK
2825.11 s
[time-compat] 1968-W20-6 = 1968-W20-6: OK
2825.11 s
[time-compat] 1968-W20-7 = 1968-W20-7: OK
2825.11 s
[time-compat] 1968-W20-8 = 1968-W20-7: OK
2825.11 s
[time-compat] 1968-W20-9 = 1968-W20-7: OK
2825.11 s
[time-compat] 1968-W51--2 = 1968-W51-1: OK
2825.11 s
[time-compat] 1968-W51--1 = 1968-W51-1: OK
2825.11 s
[time-compat] 1968-W51-0 = 1968-W51-1: OK
2825.11 s
[time-compat] 1968-W51-1 = 1968-W51-1: OK
2825.11 s
[time-compat] 1968-W51-4 = 1968-W51-4: OK
2825.11 s
[time-compat] 1968-W51-6 = 1968-W51-6: OK
2825.11 s
[time-compat] 1968-W51-7 = 1968-W51-7: OK
2825.11 s
[time-compat] 1968-W51-8 = 1968-W51-7: OK
2825.11 s
[time-compat] 1968-W51-9 = 1968-W51-7: OK
2825.11 s
[time-compat] 1968-W52--2 = 1968-W52-1: OK
2825.11 s
[time-compat] 1968-W52--1 = 1968-W52-1: OK
2825.11 s
[time-compat] 1968-W52-0 = 1968-W52-1: OK
2825.11 s
[time-compat] 1968-W52-1 = 1968-W52-1: OK
2825.11 s
[time-compat] 1968-W52-4 = 1968-W52-4: OK
2825.11 s
[time-compat] 1968-W52-6 = 1968-W52-6: OK
2825.11 s
[time-compat] 1968-W52-7 = 1968-W52-7: OK
2825.11 s
[time-compat] 1968-W52-8 = 1968-W52-7: OK
2825.11 s
[time-compat] 1968-W52-9 = 1968-W52-7: OK
2825.11 s
[time-compat] 1968-W53--2 = 1968-W52-1: OK
2825.11 s
[time-compat] 1968-W53--1 = 1968-W52-1: OK
2825.11 s
[time-compat] 1968-W53-0 = 1968-W52-1: OK
2825.11 s
[time-compat] 1968-W53-1 = 1968-W52-1: OK
2825.11 s
[time-compat] 1968-W53-4 = 1968-W52-4: OK
2825.11 s
[time-compat] 1968-W53-6 = 1968-W52-6: OK
2825.11 s
[time-compat] 1968-W53-7 = 1968-W52-7: OK
2825.11 s
[time-compat] 1968-W53-8 = 1968-W52-7: OK
2825.11 s
[time-compat] 1968-W53-9 = 1968-W52-7: OK
2825.11 s
[time-compat] 1968-W54--2 = 1968-W52-1: OK
2825.11 s
[time-compat] 1968-W54--1 = 1968-W52-1: OK
2825.11 s
[time-compat] 1968-W54-0 = 1968-W52-1: OK
2825.11 s
[time-compat] 1968-W54-1 = 1968-W52-1: OK
2825.11 s
[time-compat] 1968-W54-4 = 1968-W52-4: OK
2825.11 s
[time-compat] 1968-W54-6 = 1968-W52-6: OK
2825.11 s
[time-compat] 1968-W54-7 = 1968-W52-7: OK
2825.11 s
[time-compat] 1968-W54-8 = 1968-W52-7: OK
2825.11 s
[time-compat] 1968-W54-9 = 1968-W52-7: OK
2825.11 s
[time-compat] 1969-W-20--2 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W-20--1 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W-20-0 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W-20-1 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W-20-4 = 1969-W01-4: OK
2825.12 s
[time-compat] 1969-W-20-6 = 1969-W01-6: OK
2825.12 s
[time-compat] 1969-W-20-7 = 1969-W01-7: OK
2825.12 s
[time-compat] 1969-W-20-8 = 1969-W01-7: OK
2825.12 s
[time-compat] 1969-W-20-9 = 1969-W01-7: OK
2825.12 s
[time-compat] 1969-W-1--2 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W-1--1 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W-1-0 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W-1-1 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W-1-4 = 1969-W01-4: OK
2825.12 s
[time-compat] 1969-W-1-6 = 1969-W01-6: OK
2825.12 s
[time-compat] 1969-W-1-7 = 1969-W01-7: OK
2825.12 s
[time-compat] 1969-W-1-8 = 1969-W01-7: OK
2825.12 s
[time-compat] 1969-W-1-9 = 1969-W01-7: OK
2825.12 s
[time-compat] 1969-W0--2 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W0--1 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W0-0 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W0-1 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W0-4 = 1969-W01-4: OK (0.02s)
2825.12 s
[time-compat] 1969-W0-6 = 1969-W01-6: OK
2825.12 s
[time-compat] 1969-W0-7 = 1969-W01-7: OK
2825.12 s
[time-compat] 1969-W0-8 = 1969-W01-7: OK
2825.12 s
[time-compat] 1969-W0-9 = 1969-W01-7: OK
2825.12 s
[time-compat] 1969-W1--2 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W1--1 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W1-0 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W1-1 = 1969-W01-1: OK
2825.12 s
[time-compat] 1969-W1-4 = 1969-W01-4: OK
2825.12 s
[time-compat] 1969-W1-6 = 1969-W01-6: OK
2825.12 s
[time-compat] 1969-W1-7 = 1969-W01-7: OK
2825.12 s
[time-compat] 1969-W1-8 = 1969-W01-7: OK
2825.12 s
[time-compat] 1969-W1-9 = 1969-W01-7: OK
2825.12 s
[time-compat] 1969-W20--2 = 1969-W20-1: OK
2825.12 s
[time-compat] 1969-W20--1 = 1969-W20-1: OK
2825.12 s
[time-compat] 1969-W20-0 = 1969-W20-1: OK
2825.12 s
[time-compat] 1969-W20-1 = 1969-W20-1: OK
2825.12 s
[time-compat] 1969-W20-4 = 1969-W20-4: OK
2825.12 s
[time-compat] 1969-W20-6 = 1969-W20-6: OK
2825.12 s
[time-compat] 1969-W20-7 = 1969-W20-7: OK
2825.13 s
[time-compat] 1969-W20-8 = 1969-W20-7: OK
2825.13 s
[time-compat] 1969-W20-9 = 1969-W20-7: OK
2825.13 s
[time-compat] 1969-W51--2 = 1969-W51-1: OK
2825.13 s
[time-compat] 1969-W51--1 = 1969-W51-1: OK
2825.13 s
[time-compat] 1969-W51-0 = 1969-W51-1: OK
2825.13 s
[time-compat] 1969-W51-1 = 1969-W51-1: OK
2825.13 s
[time-compat] 1969-W51-4 = 1969-W51-4: OK
2825.13 s
[time-compat] 1969-W51-6 = 1969-W51-6: OK
2825.13 s
[time-compat] 1969-W51-7 = 1969-W51-7: OK
2825.13 s
[time-compat] 1969-W51-8 = 1969-W51-7: OK
2825.13 s
[time-compat] 1969-W51-9 = 1969-W51-7: OK
2825.13 s
[time-compat] 1969-W52--2 = 1969-W52-1: OK
2825.13 s
[time-compat] 1969-W52--1 = 1969-W52-1: OK
2825.13 s
[time-compat] 1969-W52-0 = 1969-W52-1: OK
2825.13 s
[time-compat] 1969-W52-1 = 1969-W52-1: OK
2825.13 s
[time-compat] 1969-W52-4 = 1969-W52-4: OK
2825.13 s
[time-compat] 1969-W52-6 = 1969-W52-6: OK
2825.13 s
[time-compat] 1969-W52-7 = 1969-W52-7: OK
2825.13 s
[time-compat] 1969-W52-8 = 1969-W52-7: OK
2825.13 s
[time-compat] 1969-W52-9 = 1969-W52-7: OK
2825.13 s
[time-compat] 1969-W53--2 = 1969-W52-1: OK
2825.13 s
[time-compat] 1969-W53--1 = 1969-W52-1: OK
2825.13 s
[time-compat] 1969-W53-0 = 1969-W52-1: OK
2825.13 s
[time-compat] 1969-W53-1 = 1969-W52-1: OK
2825.13 s
[time-compat] 1969-W53-4 = 1969-W52-4: OK
2825.13 s
[time-compat] 1969-W53-6 = 1969-W52-6: OK
2825.13 s
[time-compat] 1969-W53-7 = 1969-W52-7: OK
2825.13 s
[time-compat] 1969-W53-8 = 1969-W52-7: OK
2825.13 s
[time-compat] 1969-W53-9 = 1969-W52-7: OK
2825.13 s
[time-compat] 1969-W54--2 = 1969-W52-1: OK
2825.13 s
[time-compat] 1969-W54--1 = 1969-W52-1: OK
2825.13 s
[time-compat] 1969-W54-0 = 1969-W52-1: OK
2825.13 s
[time-compat] 1969-W54-1 = 1969-W52-1: OK
2825.13 s
[time-compat] 1969-W54-4 = 1969-W52-4: OK
2825.13 s
[time-compat] 1969-W54-6 = 1969-W52-6: OK
2825.13 s
[time-compat] 1969-W54-7 = 1969-W52-7: OK
2825.13 s
[time-compat] 1969-W54-8 = 1969-W52-7: OK
2825.13 s
[time-compat] 1969-W54-9 = 1969-W52-7: OK
2825.13 s
[time-compat] 2004-W-20--2 = 2004-W01-1: OK
2825.13 s
[time-compat] 2004-W-20--1 = 2004-W01-1: OK
2825.13 s
[time-compat] 2004-W-20-0 = 2004-W01-1: OK
2825.13 s
[time-compat] 2004-W-20-1 = 2004-W01-1: OK
2825.13 s
[time-compat] 2004-W-20-4 = 2004-W01-4: OK
2825.13 s
[time-compat] 2004-W-20-6 = 2004-W01-6: OK
2825.13 s
[time-compat] 2004-W-20-7 = 2004-W01-7: OK
2825.13 s
[time-compat] 2004-W-20-8 = 2004-W01-7: OK
2825.13 s
[time-compat] 2004-W-20-9 = 2004-W01-7: OK
2825.13 s
[time-compat] 2004-W-1--2 = 2004-W01-1: OK
2825.13 s
[time-compat] 2004-W-1--1 = 2004-W01-1: OK
2825.13 s
[time-compat] 2004-W-1-0 = 2004-W01-1: OK
2825.13 s
[time-compat] 2004-W-1-1 = 2004-W01-1: OK
2825.13 s
[time-compat] 2004-W-1-4 = 2004-W01-4: OK
2825.13 s
[time-compat] 2004-W-1-6 = 2004-W01-6: OK
2825.13 s
[time-compat] 2004-W-1-7 = 2004-W01-7: OK
2825.13 s
[time-compat] 2004-W-1-8 = 2004-W01-7: OK
2825.14 s
[time-compat] 2004-W-1-9 = 2004-W01-7: OK
2825.14 s
[time-compat] 2004-W0--2 = 2004-W01-1: OK
2825.14 s
[time-compat] 2004-W0--1 = 2004-W01-1: OK
2825.14 s
[time-compat] 2004-W0-0 = 2004-W01-1: OK
2825.14 s
[time-compat] 2004-W0-1 = 2004-W01-1: OK
2825.14 s
[time-compat] 2004-W0-4 = 2004-W01-4: OK
2825.14 s
[time-compat] 2004-W0-6 = 2004-W01-6: OK
2825.14 s
[time-compat] 2004-W0-7 = 2004-W01-7: OK
2825.14 s
[time-compat] 2004-W0-8 = 2004-W01-7: OK
2825.14 s
[time-compat] 2004-W0-9 = 2004-W01-7: OK
2825.14 s
[time-compat] 2004-W1--2 = 2004-W01-1: OK
2825.14 s
[time-compat] 2004-W1--1 = 2004-W01-1: OK
2825.14 s
[time-compat] 2004-W1-0 = 2004-W01-1: OK
2825.14 s
[time-compat] 2004-W1-1 = 2004-W01-1: OK
2825.14 s
[time-compat] 2004-W1-4 = 2004-W01-4: OK
2825.14 s
[time-compat] 2004-W1-6 = 2004-W01-6: OK
2825.14 s
[time-compat] 2004-W1-7 = 2004-W01-7: OK
2825.14 s
[time-compat] 2004-W1-8 = 2004-W01-7: OK
2825.14 s
[time-compat] 2004-W1-9 = 2004-W01-7: OK
2825.14 s
[time-compat] 2004-W20--2 = 2004-W20-1: OK
2825.14 s
[time-compat] 2004-W20--1 = 2004-W20-1: OK
2825.14 s
[time-compat] 2004-W20-0 = 2004-W20-1: OK
2825.14 s
[time-compat] 2004-W20-1 = 2004-W20-1: OK
2825.14 s
[time-compat] 2004-W20-4 = 2004-W20-4: OK
2825.14 s
[time-compat] 2004-W20-6 = 2004-W20-6: OK
2825.14 s
[time-compat] 2004-W20-7 = 2004-W20-7: OK
2825.14 s
[time-compat] 2004-W20-8 = 2004-W20-7: OK
2825.14 s
[time-compat] 2004-W20-9 = 2004-W20-7: OK
2825.14 s
[time-compat] 2004-W51--2 = 2004-W51-1: OK
2825.14 s
[time-compat] 2004-W51--1 = 2004-W51-1: OK
2825.14 s
[time-compat] 2004-W51-0 = 2004-W51-1: OK
2825.14 s
[time-compat] 2004-W51-1 = 2004-W51-1: OK
2825.14 s
[time-compat] 2004-W51-4 = 2004-W51-4: OK
2825.14 s
[time-compat] 2004-W51-6 = 2004-W51-6: OK
2825.14 s
[time-compat] 2004-W51-7 = 2004-W51-7: OK
2825.14 s
[time-compat] 2004-W51-8 = 2004-W51-7: OK
2825.14 s
[time-compat] 2004-W51-9 = 2004-W51-7: OK
2825.14 s
[time-compat] 2004-W52--2 = 2004-W52-1: OK
2825.14 s
[time-compat] 2004-W52--1 = 2004-W52-1: OK
2825.14 s
[time-compat] 2004-W52-0 = 2004-W52-1: OK
2825.14 s
[time-compat] 2004-W52-1 = 2004-W52-1: OK
2825.14 s
[time-compat] 2004-W52-4 = 2004-W52-4: OK
2825.14 s
[time-compat] 2004-W52-6 = 2004-W52-6: OK
2825.14 s
[time-compat] 2004-W52-7 = 2004-W52-7: OK
2825.14 s
[time-compat] 2004-W52-8 = 2004-W52-7: OK
2825.14 s
[time-compat] 2004-W52-9 = 2004-W52-7: OK
2825.14 s
[time-compat] 2004-W53--2 = 2004-W53-1: OK
2825.14 s
[time-compat] 2004-W53--1 = 2004-W53-1: OK
2825.14 s
[time-compat] 2004-W53-0 = 2004-W53-1: OK
2825.14 s
[time-compat] 2004-W53-1 = 2004-W53-1: OK
2825.14 s
[time-compat] 2004-W53-4 = 2004-W53-4: OK
2825.14 s
[time-compat] 2004-W53-6 = 2004-W53-6: OK
2825.14 s
[time-compat] 2004-W53-7 = 2004-W53-7: OK
2825.14 s
[time-compat] 2004-W53-8 = 2004-W53-7: OK
2825.14 s
[time-compat] 2004-W53-9 = 2004-W53-7: OK
2825.14 s
[time-compat] 2004-W54--2 = 2004-W53-1: OK
2825.14 s
[time-compat] 2004-W54--1 = 2004-W53-1: OK
2825.14 s
[time-compat] 2004-W54-0 = 2004-W53-1: OK
2825.14 s
[time-compat] 2004-W54-1 = 2004-W53-1: OK
2825.16 s
[time-compat] 2004-W54-4 = 2004-W53-4: OK
2825.16 s
[time-compat] 2004-W54-6 = 2004-W53-6: OK
2825.16 s
[time-compat] 2004-W54-7 = 2004-W53-7: OK
2825.16 s
[time-compat] 2004-W54-8 = 2004-W53-7: OK
2825.16 s
[time-compat] 2004-W54-9 = 2004-W53-7: OK
2825.16 s
[time-compat] convertBack: OK (0.02s)
2825.16 s
[time-compat] longWeekYears: OK
2825.16 s
[time-compat] testMonthDay: OK (0.01s)
2825.16 s
[time-compat] testEaster: OK
2825.16 s
[time-compat] testValid
2825.16 s
[time-compat] Gregorian
2825.16 s
[time-compat] valid: OK (0.03s)
2825.16 s
[time-compat] +++ OK, passed 100 tests; 191 discarded.
2825.16 s
[time-compat] invalid: OK
2825.16 s
[time-compat] +++ OK, passed 100 tests; 72 discarded.
2825.16 s
[time-compat] OrdinalDate
2825.16 s
[time-compat] valid: OK
2825.16 s
[time-compat] +++ OK, passed 100 tests; 14 discarded.
2825.16 s
[time-compat] invalid: OK (0.04s)
2825.16 s
[time-compat] +++ OK, passed 100 tests; 566 discarded.
2825.16 s
[time-compat] WeekDate
2825.16 s
[time-compat] valid: OK
2825.16 s
[time-compat] +++ OK, passed 100 tests; 251 discarded.
2825.16 s
[time-compat] invalid: OK
2825.16 s
[time-compat] +++ OK, passed 100 tests; 39 discarded.
2825.16 s
[time-compat] SundayStartWeek
2825.16 s
[time-compat] valid: OK
2825.16 s
[time-compat] +++ OK, passed 100 tests; 249 discarded.
2825.16 s
[time-compat] invalid: OK
2825.16 s
[time-compat] +++ OK, passed 100 tests; 36 discarded.
2825.16 s
[time-compat] MondayStartWeek
2825.16 s
[time-compat] valid: OK
2825.16 s
[time-compat] +++ OK, passed 100 tests; 337 discarded.
2825.16 s
[time-compat] invalid: OK
2825.16 s
[time-compat] +++ OK, passed 100 tests; 30 discarded.
2825.16 s
[time-compat] Julian
2825.16 s
[time-compat] valid: OK
2825.16 s
[time-compat] +++ OK, passed 100 tests; 162 discarded.
2825.16 s
[time-compat] invalid: OK
2825.16 s
[time-compat] +++ OK, passed 100 tests; 75 discarded.
2825.16 s
[time-compat] Week
2825.16 s
[time-compat] day: OK
2825.16 s
[time-compat] succ
2825.16 s
[time-compat] Monday: OK
2825.16 s
[time-compat] Tuesday: OK
2825.16 s
[time-compat] Wednesday: OK
2825.16 s
[time-compat] Thursday: OK
2825.17 s
[time-compat] Friday: OK
2825.17 s
[time-compat] Saturday: OK
2825.17 s
[time-compat] Sunday: OK
2825.17 s
[time-compat] pred
2825.17 s
[time-compat] Monday: OK
2825.17 s
[time-compat] Tuesday: OK
2825.17 s
[time-compat] Wednesday: OK
2825.17 s
[time-compat] Thursday: OK
2825.17 s
[time-compat] Friday: OK
2825.17 s
[time-compat] Saturday: OK
2825.17 s
[time-compat] Sunday: OK
2825.17 s
[time-compat] sequence
2825.17 s
[time-compat] [Monday .. Sunday]: OK
2825.17 s
[time-compat] [Wednesday .. Wednesday]: OK
2825.17 s
[time-compat] [Sunday .. Saturday]: OK
2825.17 s
[time-compat] [Thursday .. Wednesday]: OK
2825.17 s
[time-compat] [Tuesday ..]: OK
2825.17 s
[time-compat] [Wednesday, Tuesday ..]: OK
2825.17 s
[time-compat] [Sunday, Friday ..]: OK
2825.17 s
[time-compat] [Monday,Sunday .. Tuesday]: OK
2825.17 s
[time-compat] [Thursday, Saturday .. Tuesday]: OK
2825.17 s
[time-compat] read show
2825.17 s
[time-compat] Monday: OK
2825.17 s
[time-compat] Tuesday: OK
2825.17 s
[time-compat] Wednesday: OK
2825.17 s
[time-compat] Thursday: OK
2825.17 s
[time-compat] Friday: OK
2825.17 s
[time-compat] Saturday: OK
2825.17 s
[time-compat] Sunday: OK
2825.17 s
[time-compat] diff
2825.17 s
[time-compat] Friday - Tuesday: OK
2825.17 s
[time-compat] Tuesday - Friday: OK
2825.17 s
[time-compat] firstDayOfWeekOnAfter_onAfter: OK
2825.17 s
[time-compat] +++ OK, passed 100 tests.
2825.17 s
[time-compat] firstDayOfWeekOnAfter_Day: OK
2825.17 s
[time-compat] +++ OK, passed 100 tests.
2825.17 s
[time-compat] toFromWeekCalendar: OK
2825.17 s
[time-compat] +++ OK, passed 100 tests.
2825.17 s
[time-compat] weekChanges: OK
2825.17 s
[time-compat] +++ OK, passed 100 tests.
2825.17 s
[time-compat] weekYearWholeStart: OK
2825.17 s
[time-compat] +++ OK, passed 100 tests.
2825.17 s
[time-compat] weekYearMostStart: OK
2825.17 s
[time-compat] +++ OK, passed 100 tests.
2825.17 s
[time-compat] CalendarDiffDays
2825.17 s
[time-compat] add diff
2825.17 s
[time-compat] add diff GregorianDurationClip: OK
2825.17 s
[time-compat] +++ OK, passed 100 tests.
2825.17 s
[time-compat] add diff GregorianDurationRollOver: OK
2825.17 s
[time-compat] +++ OK, passed 100 tests.
2825.17 s
[time-compat] add diff JulianDurationClip: OK
2825.17 s
[time-compat] +++ OK, passed 100 tests.
2825.17 s
[time-compat] add diff JulianDurationRollOver: OK
2825.17 s
[time-compat] +++ OK, passed 100 tests.
2825.17 s
[time-compat] diffs
2825.17 s
[time-compat] 2017-04-07 - 2017-04-07: OK
2825.17 s
[time-compat] 2017-04-07 - 2017-04-01: OK
2825.18 s
[time-compat] 2017-04-01 - 2017-04-07: OK
2825.18 s
[time-compat] 2017-04-07 - 2017-02-01: OK
2825.18 s
[time-compat] 2017-02-01 - 2017-04-07: OK
2825.18 s
[time-compat] Clock
2825.18 s
[time-compat] clock conversion
2825.18 s
[time-compat] 1970-01-01 00:00:00 UTC
2825.18 s
[time-compat] systemToUTCTime: OK
2825.18 s
[time-compat] utcToSystemTime: OK
2825.18 s
[time-compat] 1970-01-01 23:59:59 UTC
2825.18 s
[time-compat] systemToUTCTime: OK
2825.18 s
[time-compat] utcToSystemTime: OK
2825.18 s
[time-compat] 1970-01-01 23:59:59.999999999 UTC
2825.18 s
[time-compat] systemToUTCTime: OK
2825.18 s
[time-compat] utcToSystemTime: OK
2825.18 s
[time-compat] 1970-01-01 23:59:60 UTC
2825.18 s
[time-compat] systemToUTCTime: OK
2825.18 s
[time-compat] utcToSystemTime: OK
2825.18 s
[time-compat] 1970-01-01 23:59:60.999999999 UTC
2825.18 s
[time-compat] systemToUTCTime: OK
2825.18 s
[time-compat] utcToSystemTime: OK
2825.18 s
[time-compat] 1970-01-02 00:00:00 UTC
2825.18 s
[time-compat] systemToUTCTime: OK
2825.18 s
[time-compat] utcToSystemTime: OK
2825.18 s
[time-compat] resolution
2825.18 s
[time-compat] getCurrentTime: OK (0.96s)
2825.18 s
[time-compat] taiClock: OK (0.60s)
2825.18 s
[time-compat] leap second transition
2825.18 s
[time-compat] mapping: OK
2825.18 s
[time-compat] day length: OK
2825.18 s
[time-compat] differences: OK
2825.19 s
[time-compat] round-trip
2825.19 s
[time-compat] 1: OK
2825.19 s
[time-compat] 2: OK
2825.19 s
[time-compat] 3: OK
2825.19 s
[time-compat] Format
2825.19 s
[time-compat] testFormat
2825.19 s
[time-compat] DayOfWeek
2825.19 s
[time-compat] 'u'
2825.19 s
[time-compat] 2018-01-05: OK
2825.19 s
[time-compat] 2018-01-06: OK
2825.19 s
[time-compat] 2018-01-07: OK
2825.19 s
[time-compat] 2018-01-08: OK
2825.20 s
[time-compat] 2018-01-09: OK
2825.20 s
[time-compat] 2018-01-10: OK
2825.20 s
[time-compat] 2018-01-11: OK
2825.20 s
[time-compat] 2018-01-12: OK
2825.20 s
[time-compat] 2018-01-13: OK
2825.20 s
[time-compat] 2018-01-14: OK
2825.20 s
[time-compat] 2018-01-15: OK
2825.20 s
[time-compat] 2018-01-16: OK
2825.21 s
[time-compat] 2018-01-17: OK
2825.21 s
[time-compat] 2018-01-18: OK
2825.21 s
[time-compat] 2018-01-19: OK
2825.21 s
[time-compat] 2018-01-20: OK
2825.21 s
[time-compat] 2018-01-21: OK
2825.21 s
[time-compat] 2018-01-22: OK
2825.21 s
[time-compat] 2018-01-23: OK
2825.21 s
[time-compat] 2018-01-24: OK
2825.21 s
[time-compat] 2018-01-25: OK
2825.21 s
[time-compat] 2018-01-26: OK
2825.21 s
[time-compat] 'w'
2825.21 s
[time-compat] 2018-01-05: OK
2825.21 s
[time-compat] 2018-01-06: OK
2825.21 s
[time-compat] 2018-01-07: OK
2825.21 s
[time-compat] 2018-01-08: OK
2825.21 s
[time-compat] 2018-01-09: OK
2825.21 s
[time-compat] 2018-01-10: OK
2825.21 s
[time-compat] 2018-01-11: OK
2825.21 s
[time-compat] 2018-01-12: OK
2825.21 s
[time-compat] 2018-01-13: OK
2825.21 s
[time-compat] 2018-01-14: OK
2825.21 s
[time-compat] 2018-01-15: OK
2825.21 s
[time-compat] 2018-01-16: OK
2825.21 s
[time-compat] 2018-01-17: OK
2825.21 s
[time-compat] 2018-01-18: OK
2825.21 s
[time-compat] 2018-01-19: OK
2825.21 s
[time-compat] 2018-01-20: OK
2825.21 s
[time-compat] 2018-01-21: OK
2825.21 s
[time-compat] 2018-01-22: OK
2825.22 s
[time-compat] 2018-01-23: OK
2825.22 s
[time-compat] 2018-01-24: OK
2825.22 s
[time-compat] 2018-01-25: OK
2825.22 s
[time-compat] 2018-01-26: OK
2825.22 s
[time-compat] 'a'
2825.22 s
[time-compat] 2018-01-05: OK
2825.22 s
[time-compat] 2018-01-06: OK
2825.22 s
[time-compat] 2018-01-07: OK
2825.22 s
[time-compat] 2018-01-08: OK
2825.22 s
[time-compat] 2018-01-09: OK
2825.22 s
[time-compat] 2018-01-10: OK
2825.22 s
[time-compat] 2018-01-11: OK
2825.22 s
[time-compat] 2018-01-12: OK
2825.22 s
[time-compat] 2018-01-13: OK
2825.22 s
[time-compat] 2018-01-14: OK
2825.23 s
[time-compat] 2018-01-15: OK
2825.23 s
[time-compat] 2018-01-16: OK
2825.23 s
[time-compat] 2018-01-17: OK
2825.23 s
[time-compat] 2018-01-18: OK
2825.23 s
[time-compat] 2018-01-19: OK
2825.23 s
[time-compat] 2018-01-20: OK
2825.23 s
[time-compat] 2018-01-21: OK
2825.23 s
[time-compat] 2018-01-22: OK
2825.23 s
[time-compat] 2018-01-23: OK
2825.23 s
[time-compat] 2018-01-24: OK
2825.23 s
[time-compat] 2018-01-25: OK
2825.23 s
[time-compat] 2018-01-26: OK
2825.23 s
[time-compat] 'A'
2825.23 s
[time-compat] 2018-01-05: OK
2825.23 s
[time-compat] 2018-01-06: OK
2825.23 s
[time-compat] 2018-01-07: OK
2825.23 s
[time-compat] 2018-01-08: OK
2825.23 s
[time-compat] 2018-01-09: OK
2825.23 s
[time-compat] 2018-01-10: OK
2825.23 s
[time-compat] 2018-01-11: OK
2825.23 s
[time-compat] 2018-01-12: OK
2825.23 s
[time-compat] 2018-01-13: OK
2825.23 s
[time-compat] 2018-01-14: OK
2825.23 s
[time-compat] 2018-01-15: OK
2825.23 s
[time-compat] 2018-01-16: OK
2825.24 s
[time-compat] 2018-01-17: OK
2825.24 s
[time-compat] 2018-01-18: OK
2825.24 s
[time-compat] 2018-01-19: OK
2825.24 s
[time-compat] 2018-01-20: OK
2825.24 s
[time-compat] 2018-01-21: OK
2825.24 s
[time-compat] 2018-01-22: OK
2825.24 s
[time-compat] 2018-01-23: OK
2825.24 s
[time-compat] 2018-01-24: OK
2825.24 s
[time-compat] 2018-01-25: OK
2825.24 s
[time-compat] 2018-01-26: OK
2825.24 s
[time-compat] ISO8601
2825.24 s
[time-compat] show format
2825.24 s
[time-compat] durationDaysFormat: P0D: OK
2825.24 s
[time-compat] durationDaysFormat: P4Y: OK
2825.24 s
[time-compat] durationDaysFormat: P7M: OK
2825.24 s
[time-compat] durationDaysFormat: P5D: OK
2825.24 s
[time-compat] durationDaysFormat: P2Y3M81D: OK
2825.24 s
[time-compat] durationTimeFormat: P0D: OK
2825.25 s
[time-compat] durationTimeFormat: P4Y: OK
2825.25 s
[time-compat] durationTimeFormat: P7M: OK
2825.25 s
[time-compat] durationTimeFormat: P5D: OK
2825.25 s
[time-compat] durationTimeFormat: P2Y3M81D: OK
2825.25 s
[time-compat] durationTimeFormat: PT2H: OK
2825.25 s
[time-compat] durationTimeFormat: PT3M: OK
2825.25 s
[time-compat] durationTimeFormat: PT12S: OK
2825.25 s
[time-compat] durationTimeFormat: PT1M18.77634S: OK
2825.25 s
[time-compat] durationTimeFormat: PT2H1M18.77634S: OK
2825.25 s
[time-compat] durationTimeFormat: P5DT2H1M18.77634S: OK
2825.25 s
[time-compat] durationTimeFormat: P7Y10M5DT2H1M18.77634S: OK
2825.25 s
[time-compat] durationTimeFormat: P7Y10MT2H1M18.77634S: OK
2825.25 s
[time-compat] durationTimeFormat: P8YT2H1M18.77634S: OK
2825.25 s
[time-compat] alternativeDurationDaysFormat: P0001-00-00: OK
2825.25 s
[time-compat] alternativeDurationDaysFormat: P0002-03-29: OK
2825.25 s
[time-compat] alternativeDurationDaysFormat: P0561-08-29: OK
2825.25 s
[time-compat] alternativeDurationTimeFormat: P0000-00-01T00:00:00: OK
2825.25 s
[time-compat] alternativeDurationTimeFormat: P0007-10-05T02:01:18.77634: OK
2825.25 s
[time-compat] alternativeDurationTimeFormat: P4271-10-05T02:01:18.77634: OK
2825.25 s
[time-compat] centuryFormat: 02: OK
2825.25 s
[time-compat] centuryFormat: 21: OK
2825.26 s
[time-compat] intervalFormat etc.: 2015-06-13T21:13:56/P1Y2M7DT5H33M2.34S: OK
2825.26 s
[time-compat] recurringIntervalFormat etc.: R74/2015-06-13T21:13:56/P1Y2M7DT5H33M2.34S: OK
2825.26 s
[time-compat] recurringIntervalFormat etc.: R74/2015-06-13/P1Y2M7D: OK
2825.26 s
[time-compat] timeOffsetFormat: -06:30: OK
2825.26 s
[time-compat] timeOffsetFormat: +00:00: OK
2825.26 s
[time-compat] timeOffsetFormat: +0000: OK
2825.26 s
[time-compat] timeOffsetFormat: +00:10: OK
2825.26 s
[time-compat] timeOffsetFormat: -00:10: OK
2825.27 s
[time-compat] timeOffsetFormat: +01:35: OK
2825.27 s
[time-compat] timeOffsetFormat: -01:35: OK
2825.27 s
[time-compat] timeOffsetFormat: +0135: OK
2825.27 s
[time-compat] timeOffsetFormat: -0135: OK
2825.27 s
[time-compat] timeOffsetFormat: -1100: OK
2825.27 s
[time-compat] timeOffsetFormat: +1015: OK
2825.27 s
[time-compat] zonedTimeFormat: 2024-07-06T08:45:56.553-06:30: OK
2825.27 s
[time-compat] zonedTimeFormat: 2024-07-06T08:45:56.553+06:30: OK
2825.27 s
[time-compat] utcTimeFormat: 2024-07-06T08:45:56.553Z: OK
2825.27 s
[time-compat] utcTimeFormat: 2028-12-31T23:59:60.9Z: OK
2825.27 s
[time-compat] weekDateFormat: 1994-W52-7: OK
2825.27 s
[time-compat] weekDateFormat: 1995-W01-1: OK
2825.27 s
[time-compat] weekDateFormat: 1996-W52-7: OK
2825.27 s
[time-compat] weekDateFormat: 1997-W01-2: OK
2825.27 s
[time-compat] weekDateFormat: 1997-W01-3: OK
2825.27 s
[time-compat] weekDateFormat: 1974-W32-6: OK
2825.27 s
[time-compat] weekDateFormat: 1974W326: OK
2825.27 s
[time-compat] weekDateFormat: 1995-W05-6: OK
2825.27 s
[time-compat] weekDateFormat: 1995W056: OK
2825.27 s
[time-compat] weekDateFormat: +001995-W05-6: OK
2825.27 s
[time-compat] weekDateFormat: +001995W056: OK
2825.28 s
[time-compat] ordinalDateFormat: 1846-235: OK
2825.28 s
[time-compat] ordinalDateFormat: 1844236: OK
2825.28 s
[time-compat] ordinalDateFormat: +01846-235: OK
2825.28 s
[time-compat] hourMinuteFormat: 13:17.25: OK
2825.28 s
[time-compat] hourMinuteFormat: 01:12.4: OK
2825.28 s
[time-compat] hourMinuteFormat: 1317.25: OK
2825.28 s
[time-compat] hourMinuteFormat: 0112.4: OK
2825.28 s
[time-compat] hourFormat: 22: OK
2825.28 s
[time-compat] hourFormat: 06: OK
2825.28 s
[time-compat] hourFormat: 18.9475: OK
2825.28 s
[time-compat] read-show format
2825.28 s
[time-compat] calendarFormat
2825.28 s
[time-compat] extended: OK
2825.28 s
[time-compat] +++ OK, passed 100 tests.
2825.28 s
[time-compat] basic: OK
2825.28 s
[time-compat] +++ OK, passed 100 tests.
2825.28 s
[time-compat] yearMonthFormat: OK
2825.28 s
[time-compat] +++ OK, passed 100 tests; 101 discarded.
2825.28 s
[time-compat] yearFormat: OK
2825.28 s
[time-compat] +++ OK, passed 100 tests.
2825.29 s
[time-compat] centuryFormat: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests.
2825.29 s
[time-compat] expandedCalendarFormat
2825.29 s
[time-compat] extended: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests.
2825.29 s
[time-compat] basic: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests.
2825.29 s
[time-compat] expandedYearMonthFormat: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests; 110 discarded.
2825.29 s
[time-compat] expandedYearFormat: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests.
2825.29 s
[time-compat] expandedCenturyFormat: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests.
2825.29 s
[time-compat] ordinalDateFormat
2825.29 s
[time-compat] extended: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests.
2825.29 s
[time-compat] basic: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests.
2825.29 s
[time-compat] expandedOrdinalDateFormat
2825.29 s
[time-compat] extended: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests.
2825.29 s
[time-compat] basic: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests.
2825.29 s
[time-compat] weekDateFormat
2825.29 s
[time-compat] extended: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests.
2825.29 s
[time-compat] basic: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests.
2825.29 s
[time-compat] yearWeekFormat
2825.29 s
[time-compat] extended: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests; 98 discarded.
2825.29 s
[time-compat] basic: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests; 106 discarded.
2825.29 s
[time-compat] expandedWeekDateFormat
2825.29 s
[time-compat] extended: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests.
2825.29 s
[time-compat] basic: OK
2825.29 s
[time-compat] +++ OK, passed 100 tests.
2825.30 s
[time-compat] expandedYearWeekFormat
2825.30 s
[time-compat] extended: OK
2825.30 s
[time-compat] +++ OK, passed 100 tests; 105 discarded.
2825.30 s
[time-compat] basic: OK
2825.30 s
[time-compat] +++ OK, passed 100 tests; 121 discarded.
2825.30 s
[time-compat] timeOfDayFormat
2825.30 s
[time-compat] extended: OK
2825.30 s
[time-compat] +++ OK, passed 100 tests.
2825.30 s
[time-compat] basic: OK
2825.30 s
[time-compat] +++ OK, passed 100 tests.
2825.30 s
[time-compat] withTimeDesignator
2825.30 s
[time-compat] extended: OK
2825.30 s
[time-compat] +++ OK, passed 100 tests.
2825.30 s
[time-compat] basic: OK
2825.30 s
[time-compat] +++ OK, passed 100 tests.
2825.30 s
[time-compat] withUTCDesignator
2825.30 s
[time-compat] extended: OK
2825.30 s
[time-compat] +++ OK, passed 100 tests.
2825.30 s
[time-compat] basic: OK
2825.30 s
[time-compat] +++ OK, passed 100 tests.
2825.30 s
[time-compat] timeOffsetFormat
2825.30 s
[time-compat] extended: OK
2825.30 s
[time-compat] +++ OK, passed 100 tests.
2825.30 s
[time-compat] basic: OK
2825.30 s
[time-compat] +++ OK, passed 100 tests.
2825.30 s
[time-compat] timeOfDayAndOffsetFormat
2825.30 s
[time-compat] extended: OK
2825.30 s
[time-compat] +++ OK, passed 100 tests.
2825.30 s
[time-compat] basic: OK
2825.30 s
[time-compat] +++ OK, passed 100 tests.
2825.30 s
[time-compat] localTimeFormat
2825.30 s
[time-compat] extended: OK
2825.30 s
[time-compat] +++ OK, passed 100 tests.
2825.30 s
[time-compat] basic: OK
2825.30 s
[time-compat] +++ OK, passed 100 tests.
2825.30 s
[time-compat] zonedTimeFormat
2825.30 s
[time-compat] extended: OK
2825.30 s
[time-compat] +++ OK, passed 100 tests.
2825.30 s
[time-compat] basic: OK (0.01s)
2825.30 s
[time-compat] +++ OK, passed 100 tests.
2825.30 s
[time-compat] utcTimeFormat
2825.31 s
[time-compat] extended: OK (0.01s)
2825.31 s
[time-compat] +++ OK, passed 100 tests.
2825.31 s
[time-compat] basic: OK (0.01s)
2825.31 s
[time-compat] +++ OK, passed 100 tests.
2825.31 s
[time-compat] dayAndTimeFormat
2825.31 s
[time-compat] extended: OK
2825.31 s
[time-compat] +++ OK, passed 100 tests.
2825.31 s
[time-compat] basic: OK
2825.31 s
[time-compat] +++ OK, passed 100 tests.
2825.31 s
[time-compat] timeAndOffsetFormat
2825.31 s
[time-compat] extended: OK
2825.31 s
[time-compat] +++ OK, passed 100 tests.
2825.31 s
[time-compat] basic: OK
2825.31 s
[time-compat] +++ OK, passed 100 tests.
2825.31 s
[time-compat] durationDaysFormat: OK
2825.31 s
[time-compat] +++ OK, passed 100 tests; 264 discarded.
2825.31 s
[time-compat] durationTimeFormat: OK
2825.31 s
[time-compat] +++ OK, passed 100 tests; 307 discarded.
2825.31 s
[time-compat] alternativeDurationDaysFormat
2825.31 s
[time-compat] extended: OK
2825.31 s
[time-compat] +++ OK, passed 100 tests; 533 discarded.
2825.31 s
[time-compat] basic: OK
2825.31 s
[time-compat] +++ OK, passed 100 tests; 426 discarded.
2825.31 s
[time-compat] alternativeDurationTimeFormat
2825.31 s
[time-compat] extended: OK (0.01s)
2825.31 s
[time-compat] +++ OK, passed 100 tests; 388 discarded.
2825.31 s
[time-compat] basic: OK (0.02s)
2825.31 s
[time-compat] +++ OK, passed 100 tests; 428 discarded.
2825.31 s
[time-compat] intervalFormat
2825.31 s
[time-compat] extended: OK (0.02s)
2825.31 s
[time-compat] +++ OK, passed 100 tests; 284 discarded.
2825.31 s
[time-compat] basic: OK (0.02s)
2825.31 s
[time-compat] +++ OK, passed 100 tests; 286 discarded.
2825.31 s
[time-compat] recurringIntervalFormat
2825.31 s
[time-compat] extended: OK (0.02s)
2825.31 s
[time-compat] +++ OK, passed 100 tests; 589 discarded.
2825.31 s
[time-compat] basic: OK (0.02s)
2825.31 s
[time-compat] +++ OK, passed 100 tests; 790 discarded.
2825.31 s
[time-compat] LocalTime
2825.31 s
[time-compat] testTime: OK (0.05s)
2825.31 s
[time-compat] TimeOfDay
2825.31 s
[time-compat] daysAndTimeOfDayToTime . timeToDaysAndTimeOfDay: OK
2825.31 s
[time-compat] +++ OK, passed 100 tests.
2825.31 s
[time-compat] timeOfDayToTime . timeToTimeOfDay: OK
2825.31 s
[time-compat] +++ OK, passed 100 tests.
2825.31 s
[time-compat]
2825.31 s
[time-compat] All 856 tests passed (2.31s)
2825.31 s
[time-compat] Test suite main: PASS
2825.31 s
[time-compat] Test suite logged to: dist/test/time-compat-1.9.7-main.log
2825.31 s
[time-compat] Test suite instances: RUNNING...
2825.32 s
[time-compat] Thu, 20 Aug 2026 15:41:47 UTC
2825.32 s
[time-compat] Thu, 20 Aug 2026 15:41:47 UTC
2825.32 s
[time-compat] MkSystemTime {systemSeconds = 1787240507, systemNanoseconds = 984076565}
2825.32 s
[time-compat] Test suite instances: PASS
2825.32 s
[time-compat] Test suite logged to: dist/test/time-compat-1.9.7-instances.log
2825.32 s
[time-compat] 2 of 2 test suites (2 of 2 test cases) passed.
2825.32 s
[time-compat] Phase: haddockPhase
2825.72 s
[barbies] Preprocessing library for barbies-2.1.1.0..
2825.88 s
[barbies] Running Haddock on library for barbies-2.1.1.0..
2826.35 s
[haskell-src-meta] [4 of 6] Compiling Language.Haskell.Meta.Parse ( src/Language/Haskell/Meta/Parse.hs, dist/build/Language/Haskell/Meta/Parse.p_o )
2826.50 s
[barbies] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2826.80 s
[time-compat] Preprocessing library for time-compat-1.9.7..
2826.82 s
[time-compat] Running Haddock on library for time-compat-1.9.7..
2827.39 s
[haskell-src-meta] [5 of 6] Compiling Language.Haskell.Meta ( src/Language/Haskell/Meta.hs, dist/build/Language/Haskell/Meta.p_o )
2827.54 s
[logict] [1 of 2] Compiling Control.Monad.Logic.Class ( Control/Monad/Logic/Class.hs, dist/build/Control/Monad/Logic/Class.p_o )
2827.73 s
[time-compat] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2827.97 s
[haskell-src-meta] [6 of 6] Compiling Language.Haskell.Meta.Utils ( src/Language/Haskell/Meta/Utils.hs, dist/build/Language/Haskell/Meta/Utils.p_o )
2828.26 s
[genvalidity-property] [ 2 of 22] Compiling Test.Validity.Functions.Idempotence ( src/Test/Validity/Functions/Idempotence.hs, dist/build/Test/Validity/Functions/Idempotence.p_o )
2828.26 s
[genvalidity-property] [ 3 of 22] Compiling Test.Validity.Operations.Associativity ( src/Test/Validity/Operations/Associativity.hs, dist/build/Test/Validity/Operations/Associativity.p_o )
2828.26 s
[genvalidity-property] [ 4 of 22] Compiling Test.Validity.Operations.Commutativity ( src/Test/Validity/Operations/Commutativity.hs, dist/build/Test/Validity/Operations/Commutativity.p_o )
2828.26 s
[genvalidity-property] [ 5 of 22] Compiling Test.Validity.Operations.Identity ( src/Test/Validity/Operations/Identity.hs, dist/build/Test/Validity/Operations/Identity.p_o )
2828.26 s
[genvalidity-property] [ 6 of 22] Compiling Test.Validity.Operations ( src/Test/Validity/Operations.hs, dist/build/Test/Validity/Operations.p_o )
2828.39 s
[bifunctors] Phase: updateAutotoolsGnuConfigScriptsPhase
2828.45 s
[bifunctors] Phase: configurePhase
2828.48 s
[bifunctors] configureFlags: --verbose --prefix=/nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/m54ax7mhwjzfbvdsjz1lcs2gcf17id12-bifunctors-5.6.2-doc/share/doc/bifunctors-5.6.2 --with-gcc=gcc --package-db=/build/tmp.tGXUneuH3K/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2828.51 s
[bifunctors] Using Parsec parser
2828.51 s
[bifunctors] Configuring bifunctors-5.6.2...
2828.89 s
[lifted-async] [2 of 2] Compiling Control.Concurrent.Async.Lifted.Safe ( src/Control/Concurrent/Async/Lifted/Safe.hs, dist/build/Control/Concurrent/Async/Lifted/Safe.p_o )
2830.93 s
[crypton] [15 of 58] Compiling Poly1305 ( tests/Poly1305.hs, dist/build/test-crypton/test-crypton-tmp/Poly1305.o )
2831.02 s
[logict] [2 of 2] Compiling Control.Monad.Logic ( Control/Monad/Logic.hs, dist/build/Control/Monad/Logic.p_o )
2831.05 s
[genvalidity-property] [ 7 of 22] Compiling Test.Validity.Property.Utils ( src/Test/Validity/Property/Utils.hs, dist/build/Test/Validity/Property/Utils.p_o )
2831.05 s
[genvalidity-property] [ 8 of 22] Compiling Test.Validity.GenValidity.Property ( src/Test/Validity/GenValidity/Property.hs, dist/build/Test/Validity/GenValidity/Property.p_o )
2831.05 s
[genvalidity-property] [ 9 of 22] Compiling Test.Validity.Functions.Validity ( src/Test/Validity/Functions/Validity.hs, dist/build/Test/Validity/Functions/Validity.p_o )
2831.20 s
[genvalidity-property] [10 of 22] Compiling Test.Validity.Relations.Antireflexivity ( src/Test/Validity/Relations/Antireflexivity.hs, dist/build/Test/Validity/Relations/Antireflexivity.p_o )
2831.20 s
[genvalidity-property] [11 of 22] Compiling Test.Validity.Relations.Antisymmetry ( src/Test/Validity/Relations/Antisymmetry.hs, dist/build/Test/Validity/Relations/Antisymmetry.p_o )
2831.22 s
[time-compat] 61% ( 8 / 13) in 'Data.Time.Calendar.Month.Compat'
2831.22 s
[time-compat] Missing documentation for:
2831.22 s
[time-compat] Module header
2831.22 s
[time-compat] addMonths
2831.22 s
[time-compat] diffMonths
2831.22 s
[time-compat] fromYearMonthValid
2831.22 s
[time-compat] fromMonthDayValid
2831.24 s
[time-compat] 75% ( 9 / 12) in 'Data.Time.Calendar.Quarter.Compat'
2831.24 s
[time-compat] Missing documentation for:
2831.24 s
[time-compat] Module header
2831.24 s
[time-compat] addQuarters
2831.24 s
[time-compat] diffQuarters
2831.36 s
[genvalidity-property] [12 of 22] Compiling Test.Validity.Relations.Reflexivity ( src/Test/Validity/Relations/Reflexivity.hs, dist/build/Test/Validity/Relations/Reflexivity.p_o )
2831.36 s
[genvalidity-property] [13 of 22] Compiling Test.Validity.Relations.Symmetry ( src/Test/Validity/Relations/Symmetry.hs, dist/build/Test/Validity/Relations/Symmetry.p_o )
2831.36 s
[genvalidity-property] [14 of 22] Compiling Test.Validity.Relations.Transitivity ( src/Test/Validity/Relations/Transitivity.hs, dist/build/Test/Validity/Relations/Transitivity.p_o )
2831.55 s
[bifunctors] Flags chosen: tagged=True
2831.55 s
[bifunctors] Dependency assoc >=1.1 && <1.2: using assoc-1.1.1
2831.55 s
[bifunctors] Dependency base >=4.9 && <5: using base-4.18.2.0
2831.55 s
[bifunctors] Dependency comonad >=5.0.7 && <6: using comonad-5.0.9
2831.55 s
[bifunctors] Dependency containers >=0.5.7.1 && <0.9: using containers-0.6.7
2831.55 s
[bifunctors] Dependency tagged >=0.8.6 && <1: using tagged-0.8.8
2831.55 s
[bifunctors] Dependency template-haskell >=2.11 && <2.24: using template-haskell-2.20.0.0
2831.55 s
[bifunctors] Dependency th-abstraction >=0.4.2.0 && <0.8: using th-abstraction-0.7.1.0
2831.55 s
[bifunctors] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.0
2831.55 s
[bifunctors] Dependency QuickCheck >=2 && <3: using QuickCheck-2.14.3
2831.55 s
[bifunctors] Dependency base >=4 && <5: using base-4.18.2.0
2831.55 s
[bifunctors] Dependency bifunctors: using bifunctors-5.6.2
2831.55 s
[bifunctors] Dependency hspec >=1.8: using hspec-2.11.12
2831.55 s
[bifunctors] Dependency template-haskell: using template-haskell-2.20.0.0
2831.55 s
[bifunctors] Dependency transformers: using transformers-0.6.1.0
2831.55 s
[bifunctors] Dependency transformers-compat: using transformers-compat-0.7.2
2831.74 s
[genvalidity-property] [15 of 22] Compiling Test.Validity.Relations ( src/Test/Validity/Relations.hs, dist/build/Test/Validity/Relations.p_o )
2832.40 s
[time-compat] 93% ( 44 / 47) in 'Data.Time.Format.ISO8601.Compat'
2832.40 s
[time-compat] Missing documentation for:
2832.41 s
[time-compat] Module header
2832.41 s
[time-compat] ISO8601
2832.41 s
[time-compat] FormatExtension
2832.48 s
[time-compat] 68% ( 13 / 19) in 'Data.Time.Format.Compat'
2832.48 s
[time-compat] Missing documentation for:
2832.48 s
[time-compat] Module header
2832.48 s
[time-compat] FormatTime
2832.48 s
[time-compat] parseTime (src/Data/Time/Format/Compat.hs:54)
2832.48 s
[time-compat] readTime (src/Data/Time/Format/Compat.hs:63)
2832.48 s
[time-compat] readsTime (src/Data/Time/Format/Compat.hs:71)
2832.48 s
[time-compat] TimeLocale
2832.54 s
[time-compat] 87% ( 7 / 8) in 'Data.Time.Clock.System.Compat'
2832.54 s
[time-compat] Missing documentation for:
2832.54 s
[time-compat] Module header
2832.54 s
[time-compat] 50% ( 4 / 8) in 'Data.Time.Clock.POSIX.Compat'
2832.54 s
[time-compat] Missing documentation for:
2832.54 s
[time-compat] Module header
2832.54 s
[time-compat] posixSecondsToUTCTime
2832.54 s
[time-compat] utcTimeToPOSIXSeconds
2832.54 s
[time-compat] systemToPOSIXTime
2832.56 s
[time-compat] 96% ( 25 / 26) in 'Data.Time.Clock.Compat'
2832.56 s
[time-compat] Missing documentation for:
2832.56 s
[time-compat] Module header
2832.57 s
[time-compat] 73% ( 11 / 15) in 'Data.Time.Calendar.WeekDate.Compat'
2832.57 s
[time-compat] Missing documentation for:
2832.57 s
[time-compat] Module header
2832.57 s
[time-compat] DayOfWeek
2832.57 s
[time-compat] dayOfWeek
2832.57 s
[time-compat] FirstWeekType
2832.60 s
[barbies] Warning: 'f' is out of scope.
2832.60 s
[barbies] If you qualify the identifier, haddock can try to link it anyway.
2832.74 s
[time-compat] 82% ( 14 / 17) in 'Data.Time.Calendar.OrdinalDate.Compat'
2832.74 s
[time-compat] Missing documentation for:
2832.74 s
[time-compat] Module header
2832.74 s
[time-compat] fromMondayStartWeekValid
2832.74 s
[time-compat] fromSundayStartWeekValid
2832.76 s
[time-compat] 87% ( 7 / 8) in 'Data.Time.Calendar.MonthDay.Compat'
2832.76 s
[time-compat] Missing documentation for:
2832.76 s
[time-compat] Module header
2832.78 s
[time-compat] 83% ( 5 / 6) in 'Data.Time.Calendar.Easter.Compat'
2832.78 s
[time-compat] Missing documentation for:
2832.78 s
[time-compat] Module header
2832.86 s
[time-compat] 72% ( 27 / 37) in 'Data.Time.Calendar.Compat'
2832.86 s
[time-compat] Missing documentation for:
2832.86 s
[time-compat] Module header
2832.86 s
[time-compat] addDays
2832.86 s
[time-compat] diffDays
2832.86 s
[time-compat] CalendarDiffDays
2832.86 s
[time-compat] calendarDay
2832.86 s
[time-compat] calendarWeek
2832.86 s
[time-compat] calendarMonth
2832.86 s
[time-compat] calendarYear
2832.86 s
[time-compat] DayOfWeek
2832.86 s
[time-compat] dayOfWeek
2832.86 s
[time-compat] 79% ( 35 / 44) in 'Data.Time.LocalTime.Compat'
2832.86 s
[time-compat] Missing documentation for:
2832.86 s
[time-compat] Module header
2832.86 s
[time-compat] makeTimeOfDayValid
2832.86 s
[time-compat] CalendarDiffTime
2832.86 s
[time-compat] calendarTimeDays
2832.86 s
[time-compat] calendarTimeTime
2832.86 s
[time-compat] utcToZonedTime
2832.86 s
[time-compat] zonedTimeToUTC
2832.86 s
[time-compat] getZonedTime
2832.86 s
[time-compat] utcToLocalZonedTime
2832.86 s
[time-compat] 80% ( 4 / 5) in 'Data.Time.Compat'
2832.86 s
[time-compat] Missing documentation for:
2832.86 s
[time-compat] Module header
2832.88 s
[time-compat] 64% ( 9 / 14) in 'Data.Time.Clock.TAI.Compat'
2832.88 s
[time-compat] Missing documentation for:
2832.88 s
[time-compat] Module header
2832.88 s
[time-compat] taiNominalDayStart
2832.88 s
[time-compat] utcDayLength
2832.88 s
[time-compat] utcToTAITime
2832.89 s
[time-compat] taiToUTCTime
2832.89 s
[time-compat] 95% ( 23 / 24) in 'Data.Time.Calendar.Julian.Compat'
2832.89 s
[time-compat] Missing documentation for:
2832.89 s
[time-compat] Module header
2833.08 s
[barbies] Warning: 'f' is out of scope.
2833.08 s
[barbies] If you qualify the identifier, haddock can try to link it anyway.
2833.35 s
[bifunctors] Source component graph:
2833.35 s
[bifunctors] component lib
2833.35 s
[bifunctors] component test:bifunctors-spec dependency lib
2833.35 s
[bifunctors] Configured component graph:
2833.35 s
[bifunctors] component bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
2833.35 s
[bifunctors] include assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
2833.35 s
[bifunctors] include base-4.18.2.0
2833.35 s
[bifunctors] include comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
2833.35 s
[bifunctors] include containers-0.6.7
2833.35 s
[bifunctors] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
2833.35 s
[bifunctors] include template-haskell-2.20.0.0
2833.35 s
[bifunctors] include th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
2833.35 s
[bifunctors] include transformers-0.6.1.0
2833.36 s
[bifunctors] component bifunctors-5.6.2-EEAj98kHNnrKLoR6yssuv3-bifunctors-spec
2833.36 s
[bifunctors] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2833.36 s
[bifunctors] include base-4.18.2.0
2833.36 s
[bifunctors] include bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
2833.36 s
[bifunctors] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2833.36 s
[bifunctors] include template-haskell-2.20.0.0
2833.36 s
[bifunctors] include transformers-0.6.1.0
2833.36 s
[bifunctors] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
2833.36 s
[bifunctors] Linked component graph:
2833.36 s
[bifunctors] unit bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
2833.36 s
[bifunctors] include assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
2833.36 s
[bifunctors] include base-4.18.2.0
2833.36 s
[bifunctors] include comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
2833.36 s
[bifunctors] include containers-0.6.7
2833.36 s
[bifunctors] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
2833.36 s
[bifunctors] include template-haskell-2.20.0.0
2833.36 s
[bifunctors] include th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
2833.36 s
[bifunctors] include transformers-0.6.1.0
2833.36 s
[bifunctors] Data.Biapplicative=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Biapplicative,Data.Bifunctor.Biap=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Biap,Data.Bifunctor.Biff=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Biff,Data.Bifunctor.Clown=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Clown,Data.Bifunctor.Fix=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Fix,Data.Bifunctor.Flip=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Flip,Data.Bifunctor.Functor=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Functor,Data.Bifunctor.Join=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Join,Data.Bifunctor.Joker=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Joker,Data.Bifunctor.Product=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Product,Data.Bifunctor.Sum=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Sum,Data.Bifunctor.TH=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.TH,Data.Bifunctor.Tannen=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Tannen,Data.Bifunctor.Wrapped=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Wrapped
2833.36 s
[bifunctors] unit bifunctors-5.6.2-EEAj98kHNnrKLoR6yssuv3-bifunctors-spec
2833.36 s
[bifunctors] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2833.36 s
[bifunctors] include base-4.18.2.0
2833.36 s
[bifunctors] include bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
2833.36 s
[bifunctors] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2833.36 s
[bifunctors] include template-haskell-2.20.0.0
2833.36 s
[bifunctors] include transformers-0.6.1.0
2833.37 s
[bifunctors] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
2833.37 s
[bifunctors] Ready component graph:
2833.37 s
[bifunctors] definite bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
2833.37 s
[bifunctors] depends assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
2833.37 s
[bifunctors] depends base-4.18.2.0
2833.37 s
[bifunctors] depends comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
2833.37 s
[bifunctors] depends containers-0.6.7
2833.37 s
[bifunctors] depends tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
2833.37 s
[bifunctors] depends template-haskell-2.20.0.0
2833.37 s
[bifunctors] depends th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
2833.37 s
[bifunctors] depends transformers-0.6.1.0
2833.37 s
[bifunctors] definite bifunctors-5.6.2-EEAj98kHNnrKLoR6yssuv3-bifunctors-spec
2833.37 s
[bifunctors] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2833.37 s
[bifunctors] depends base-4.18.2.0
2833.37 s
[bifunctors] depends bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
2833.37 s
[bifunctors] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2833.37 s
[bifunctors] depends template-haskell-2.20.0.0
2833.37 s
[bifunctors] depends transformers-0.6.1.0
2833.38 s
[bifunctors] depends transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
2833.38 s
[bifunctors] Using Cabal-3.10.1.0 compiled by ghc-9.6
2833.38 s
[bifunctors] Using compiler: ghc-9.6.4
2833.38 s
[bifunctors] Using install prefix:
2833.38 s
[bifunctors] /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2
2833.38 s
[bifunctors] Executables installed in:
2833.38 s
[bifunctors] /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/bin
2833.38 s
[bifunctors] Libraries installed in:
2833.38 s
[bifunctors] /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
2833.38 s
[bifunctors] Dynamic Libraries installed in:
2833.38 s
[bifunctors] /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2833.38 s
[bifunctors] Private executables installed in:
2833.39 s
[bifunctors] /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/libexec/x86_64-linux-ghc-9.6.4/bifunctors-5.6.2
2833.39 s
[bifunctors] Data files installed in:
2833.39 s
[bifunctors] /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/share/x86_64-linux-ghc-9.6.4/bifunctors-5.6.2
2833.39 s
[bifunctors] Documentation installed in:
2833.39 s
[bifunctors] /nix/store/m54ax7mhwjzfbvdsjz1lcs2gcf17id12-bifunctors-5.6.2-doc/share/doc/bifunctors-5.6.2
2833.39 s
[bifunctors] Configuration files installed in:
2833.39 s
[bifunctors] /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/etc
2833.39 s
[bifunctors] No alex found
2833.39 s
[bifunctors] Using ar found on system at:
2833.39 s
[bifunctors] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2833.39 s
[bifunctors] No c2hs found
2833.39 s
[bifunctors] No cpphs found
2833.39 s
[bifunctors] No doctest found
2833.39 s
[bifunctors] Using gcc version 14.3.0 given by user at:
2833.39 s
[bifunctors] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2833.39 s
[bifunctors] Using ghc version 9.6.4 found on system at:
2833.40 s
[bifunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2833.40 s
[bifunctors] Using ghc-pkg version 9.6.4 found on system at:
2833.40 s
[bifunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2833.40 s
[bifunctors] No ghcjs found
2833.40 s
[bifunctors] No ghcjs-pkg found
2833.40 s
[bifunctors] No greencard found
2833.40 s
[bifunctors] Using haddock version 2.29.2 found on system at:
2833.40 s
[bifunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2833.40 s
[bifunctors] No happy found
2833.40 s
[bifunctors] Using haskell-suite found on system at: haskell-suite-dummy-location
2833.40 s
[bifunctors] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2833.40 s
[bifunctors] No hmake found
2833.40 s
[bifunctors] Using hpc version 0.68 found on system at:
2833.40 s
[bifunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2833.40 s
[bifunctors] Using hsc2hs version 0.68.9 found on system at:
2833.40 s
[bifunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2833.40 s
[bifunctors] Using hscolour version 1.25 found on system at:
2833.40 s
[bifunctors] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2833.40 s
[bifunctors] No jhc found
2833.40 s
[bifunctors] Using ld found on system at:
2833.40 s
[bifunctors] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2833.40 s
[bifunctors] No pkg-config found
2833.40 s
[bifunctors] Using runghc version 9.6.4 found on system at:
2833.40 s
[bifunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2833.40 s
[bifunctors] Using strip version 2.44 found on system at:
2833.40 s
[bifunctors] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2833.40 s
[bifunctors] Using tar found on system at:
2833.40 s
[bifunctors] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2833.40 s
[bifunctors] No uhc found
2833.67 s
[genvalidity-property] [16 of 22] Compiling Test.Validity.Shrinking.Property ( src/Test/Validity/Shrinking/Property.hs, dist/build/Test/Validity/Shrinking/Property.p_o )
2833.67 s
[genvalidity-property] [17 of 22] Compiling Test.Validity.Types ( src/Test/Validity/Types.hs, dist/build/Test/Validity/Types.p_o )
2833.67 s
[genvalidity-property] [18 of 22] Compiling Test.Validity.Functions.Inverse ( src/Test/Validity/Functions/Inverse.hs, dist/build/Test/Validity/Functions/Inverse.p_o )
2833.67 s
[genvalidity-property] [19 of 22] Compiling Test.Validity.Functions.Equivalence ( src/Test/Validity/Functions/Equivalence.hs, dist/build/Test/Validity/Functions/Equivalence.p_o )
2833.86 s
[barbies] Warning: 'Identity' is out of scope.
2833.87 s
[barbies] If you qualify the identifier, haddock can try to link it anyway.
2833.87 s
[barbies] 80% ( 8 / 10) in 'Barbies.Bare'
2833.87 s
[barbies] Missing documentation for:
2833.87 s
[barbies] Bare (src/Barbies/Internal/Wear.hs:12)
2833.87 s
[barbies] Covered (src/Barbies/Internal/Wear.hs:13)
2834.44 s
[time-compat] Warning: Data.Time.Format.ISO8601.Compat: could not find link destinations for:
2834.44 s
[time-compat] - Data.Format.Productish
2834.44 s
[time-compat] - Data.Format.<**>
2834.44 s
[time-compat] - Data.Format.**>
2834.44 s
[time-compat] - Data.Format.<**
2834.44 s
[time-compat] - Data.Format.pUnit
2834.44 s
[time-compat] - Data.Format.Summish
2834.44 s
[time-compat] - Data.Format.<++>
2834.44 s
[time-compat] - Data.Format.pVoid
2834.44 s
[time-compat] - Data.Format.isoMap
2834.44 s
[time-compat] - Data.Format.IsoVariant
2834.45 s
[bifunctors] Phase: buildPhase
2834.69 s
[barbies] Warning: 'tprod'' is out of scope.
2834.69 s
[barbies] If you qualify the identifier, haddock can try to link it anyway.
2835.10 s
[bifunctors] Preprocessing library for bifunctors-5.6.2..
2835.14 s
[bifunctors] Building library for bifunctors-5.6.2..
2835.19 s
[barbies] Warning: 'Product'' is out of scope.
2835.19 s
[barbies] If you qualify the identifier, haddock can try to link it anyway.
2835.23 s
[genvalidity-property] [20 of 22] Compiling Test.Validity.Functions.CanFail ( src/Test/Validity/Functions/CanFail.hs, dist/build/Test/Validity/Functions/CanFail.p_o )
2835.23 s
[genvalidity-property] [21 of 22] Compiling Test.Validity.Functions ( src/Test/Validity/Functions.hs, dist/build/Test/Validity/Functions.p_o )
2835.50 s
[barbies] 97% ( 36 / 37) in 'Data.Functor.Transformer'
2835.50 s
[barbies] Missing documentation for:
2835.50 s
[barbies] Rec (src/Data/Generics/GenericN.hs:51)
2835.74 s
[genvalidity-property] [22 of 22] Compiling Test.Validity.Property ( src/Test/Validity/Property.hs, dist/build/Test/Validity/Property.p_o )
2835.74 s
[barbies] Warning: 'bprod'' is out of scope.
2835.74 s
[barbies] If you qualify the identifier, haddock can try to link it anyway.
2836.08 s
[barbies] Warning: 'Product'' is out of scope.
2836.12 s
[barbies] If you qualify the identifier, haddock can try to link it anyway.
2836.43 s
[barbies] 95% ( 41 / 43) in 'Data.Functor.Barbie'
2836.43 s
[barbies] Missing documentation for:
2836.43 s
[barbies] bfoldMapC (src/Barbies/Internal/ConstraintsB.hs:167)
2836.43 s
[barbies] Rec (src/Data/Generics/GenericN.hs:51)
2836.54 s
[bifunctors] [ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.o, dist/build/Data/Biapplicative.dyn_o )
2836.70 s
[concurrent-output] [1 of 6] Compiling Utility.Exception ( Utility/Exception.hs, dist/build/Utility/Exception.p_o )
2837.94 s
[haskell-src-meta] Preprocessing test suite 'examples' for haskell-src-meta-0.8.15..
2837.94 s
[haskell-src-meta] Building test suite 'examples' for haskell-src-meta-0.8.15..
2838.60 s
[barbies] 94% ( 18 / 19) in 'Barbies.Bi'
2838.60 s
[barbies] Missing documentation for:
2838.60 s
[barbies] Module header
2838.98 s
[barbies] Warning: 'Dependants' is out of scope.
2838.98 s
[barbies] If you qualify the identifier, haddock can try to link it anyway.
2838.99 s
[barbies] 100% ( 20 / 20) in 'Barbies'
2839.02 s
[barbies] 90% ( 9 / 10) in 'Barbies.Constraints'
2839.02 s
[barbies] Missing documentation for:
2839.02 s
[barbies] & (src/Barbies/Internal/ConstraintsB.hs:112)
2839.04 s
[barbies] 56% ( 30 / 53) in 'Barbies.Internal'
2839.04 s
[barbies] Missing documentation for:
2839.04 s
[barbies] Module header
2839.04 s
[barbies] GFunctor (src/Barbies/Generics/Functor.hs:14)
2839.04 s
[barbies] GTraversable (src/Barbies/Generics/Traversable.hs:11)
2839.04 s
[barbies] GDistributive (src/Barbies/Generics/Distributive.hs:17)
2839.04 s
[barbies] gbpureDefault (src/Barbies/Internal/ApplicativeB.hs:174)
2839.04 s
[barbies] GApplicative (src/Barbies/Generics/Applicative.hs:17)
2839.04 s
[barbies] GConstraints (src/Barbies/Generics/Constraints.hs:21)
2839.04 s
[barbies] GAll (src/Barbies/Generics/Constraints.hs:24)
2839.04 s
[barbies] X (src/Barbies/Generics/Constraints.hs:26)
2839.04 s
[barbies] Y (src/Barbies/Generics/Constraints.hs:27)
2839.04 s
[barbies] Self (src/Barbies/Generics/Constraints.hs:141)
2839.04 s
[barbies] Other (src/Barbies/Generics/Constraints.hs:142)
2839.04 s
[barbies] SelfOrOther (src/Barbies/Generics/Constraints.hs:144)
2839.04 s
[barbies] TagSelf0' (src/Barbies/Internal/ConstraintsB.hs:389)
2839.04 s
[barbies] TagSelf1' (src/Barbies/Internal/ConstraintsT.hs:324)
2839.04 s
[barbies] GBare (src/Barbies/Generics/Bare.hs:17)
2839.04 s
[barbies] Param (src/Data/Generics/GenericN.hs:40)
2839.04 s
[barbies] Indexed (src/Data/Generics/GenericN.hs:42)
2839.04 s
[barbies] FilterIndex (src/Data/Generics/GenericN.hs:46)
2839.04 s
[barbies] Zip (src/Data/Generics/GenericN.hs:53)
2839.04 s
[barbies] Rec (src/Data/Generics/GenericN.hs:51)
2839.04 s
[barbies] GenericN (src/Data/Generics/GenericN.hs:68)
2839.04 s
[barbies] GenericP (src/Data/Generics/GenericN.hs:89)
2839.07 s
[haskell-src-meta] [1 of 5] Compiling BF ( examples/BF.hs, dist/build/examples/examples-tmp/BF.o, dist/build/examples/examples-tmp/BF.dyn_o )
2839.25 s
[streaming-commons] [ 7 of 11] Compiling Data.Streaming.Process.Internal ( Data/Streaming/Process/Internal.hs, dist/build/Data/Streaming/Process/Internal.o, dist/build/Data/Streaming/Process/Internal.dyn_o )
2839.25 s
[streaming-commons] [ 8 of 11] Compiling Data.Streaming.Process ( Data/Streaming/Process.hs, dist/build/Data/Streaming/Process.o, dist/build/Data/Streaming/Process.dyn_o )
2839.25 s
[streaming-commons] [ 9 of 11] Compiling Data.Streaming.Text ( Data/Streaming/Text.hs, dist/build/Data/Streaming/Text.o, dist/build/Data/Streaming/Text.dyn_o )
2839.25 s
[streaming-commons] [10 of 11] Compiling Data.Streaming.Zlib.Lowlevel ( Data/Streaming/Zlib/Lowlevel.hs, dist/build/Data/Streaming/Zlib/Lowlevel.o, dist/build/Data/Streaming/Zlib/Lowlevel.dyn_o )
2839.25 s
[streaming-commons]
2839.27 s
[streaming-commons] Data/Streaming/Zlib/Lowlevel.hs:105:1: warning : [ GHC-53633 ] [ -Woverlapping-patterns ]
2839.27 s
[streaming-commons] Pattern match is redundant
2839.27 s
[streaming-commons] In an equation for ‘wbToInt’: wbToInt _ = ...
2839.27 s
[streaming-commons] |
2839.27 s
[streaming-commons] 105 | wbToInt _ = 15
2839.27 s
[streaming-commons] | ^^^^^^^^^^^^^^
2839.27 s
[streaming-commons] [11 of 11] Compiling Data.Streaming.Zlib ( Data/Streaming/Zlib.hs, dist/build/Data/Streaming/Zlib.o, dist/build/Data/Streaming/Zlib.dyn_o )
2839.96 s
[concurrent-output] [2 of 6] Compiling Utility.Monad ( Utility/Monad.hs, dist/build/Utility/Monad.p_o )
2840.72 s
[concurrent-output] [3 of 6] Compiling System.Console.Concurrent.Internal ( System/Console/Concurrent/Internal.hs, dist/build/System/Console/Concurrent/Internal.p_o )
2841.04 s
[lifted-async] Phase: haddockPhase
2841.40 s
[asn1-encoding] Documentation created: dist/doc/html/asn1-encoding/index.html,
2841.46 s
[asn1-encoding] dist/doc/html/asn1-encoding/asn1-encoding.txt
2841.72 s
[streaming-commons] [ 1 of 11] Compiling Data.Streaming.ByteString.Builder.Buffer ( Data/Streaming/ByteString/Builder/Buffer.hs, dist/build/Data/Streaming/ByteString/Builder/Buffer.p_o )
2841.88 s
[asn1-encoding] Preprocessing test suite 'tests-asn1-encoding' for asn1-encoding-0.9.6..
2841.92 s
[asn1-encoding] Phase: installPhase
2841.95 s
[lifted-async] Preprocessing library for lifted-async-0.10.2.7..
2842.14 s
[asn1-encoding] Installing library in /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
2842.16 s
[lifted-async] Running Haddock on library for lifted-async-0.10.2.7..
2842.36 s
[lifted-async] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2843.06 s
[vector] [ 9 of 23] Compiling Data.Vector.Generic.Mutable ( src/Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o, dist/build/Data/Vector/Generic/Mutable.dyn_o )
2843.47 s
[genvalidity-property] Preprocessing test suite 'genvalidity-property-test' for genvalidity-property-1.0.0.0..
2843.47 s
[genvalidity-property] Building test suite 'genvalidity-property-test' for genvalidity-property-1.0.0.0..
2843.93 s
[genvalidity-property] [1 of 3] Compiling Paths_genvalidity_property ( dist/build/genvalidity-property-test/autogen/Paths_genvalidity_property.hs, dist/build/genvalidity-property-test/genvalidity-property-test-tmp/Paths_genvalidity_property.o )
2844.35 s
[crypton] [16 of 58] Compiling Padding ( tests/Padding.hs, dist/build/test-crypton/test-crypton-tmp/Padding.o )
2844.35 s
[crypton] [17 of 58] Compiling Number.F2m ( tests/Number/F2m.hs, dist/build/test-crypton/test-crypton-tmp/Number/F2m.o )
2844.76 s
[logict] Preprocessing test suite 'logict-tests' for logict-0.8.2.0..
2844.76 s
[logict] Building test suite 'logict-tests' for logict-0.8.2.0..
2844.76 s
[asn1-encoding] Phase: fixupPhase
2844.87 s
[asn1-encoding] shrinking RPATHs of ELF executables and libraries in /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6
2844.90 s
[asn1-encoding] shrinking /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSasn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2-ghc9.6.4.so
2844.99 s
[asn1-encoding] checking for references to /build/ in /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6...
2845.08 s
[asn1-encoding] patching script interpreter paths in /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6
2845.10 s
[asn1-encoding] stripping (with command strip and flags -S -p) in /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/lib
2845.17 s
[logict] [1 of 1] Compiling Main ( test/Test.hs, dist/build/logict-tests/logict-tests-tmp/Main.o )
2845.26 s
[lifted-async] Warning: 'a' is out of scope.
2845.26 s
[lifted-async] If you qualify the identifier, haddock can try to link it anyway.
2845.28 s
[lifted-async] 98% ( 62 / 63) in 'Control.Concurrent.Async.Lifted'
2845.28 s
[lifted-async] Missing documentation for:
2845.28 s
[lifted-async] ExceptionInLinkedThread
2845.39 s
[genvalidity-property] [2 of 3] Compiling Test.Validity.Operations.CommutativitySpec ( test/Test/Validity/Operations/CommutativitySpec.hs, dist/build/genvalidity-property-test/genvalidity-property-test-tmp/Test/Validity/Operations/CommutativitySpec.o )
2845.88 s
[asn1-encoding] shrinking RPATHs of ELF executables and libraries in /nix/store/ybn4dq52267q78pvbiqasknqmi9hh8a6-asn1-encoding-0.9.6-doc
2845.89 s
[asn1-encoding] checking for references to /build/ in /nix/store/ybn4dq52267q78pvbiqasknqmi9hh8a6-asn1-encoding-0.9.6-doc...
2845.94 s
[streaming-commons] [ 2 of 11] Compiling Data.Streaming.ByteString.Builder ( Data/Streaming/ByteString/Builder.hs, dist/build/Data/Streaming/ByteString/Builder.p_o )
2845.95 s
[asn1-encoding] patching script interpreter paths in /nix/store/ybn4dq52267q78pvbiqasknqmi9hh8a6-asn1-encoding-0.9.6-doc
2846.52 s
[asn1-encoding:post-build] Uploading to the NixCI cache: /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6 /nix/store/ybn4dq52267q78pvbiqasknqmi9hh8a6-asn1-encoding-0.9.6-doc
2847.11 s
[asn1-encoding:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2847.98 s
[asn1-encoding:post-build] copying 2 paths...
2847.98 s
[asn1-encoding:post-build] copying path '/nix/store/ybn4dq52267q78pvbiqasknqmi9hh8a6-asn1-encoding-0.9.6-doc' to 'https://cache.nix-ci.com'...
2848.85 s
[asn1-encoding:post-build] copying path '/nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6' to 'https://cache.nix-ci.com'...
2852.32 s
[asn1-encoding:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2853.04 s
[asn1-encoding:post-build] copying 1 paths...
2853.04 s
[asn1-encoding:post-build] copying path '/nix/store/cryv4k07pv351y30ki8q5399q1ny6axd-asn1-encoding-0.9.6.drv' to 'https://cache.nix-ci.com'...
2853.69 s
Uploaded asn1-encoding in 7.3s
2853.70 s
Progress: 150 of 211 built (12 building), 298 of 298 downloaded from cache
2853.70 s
Built asn1-encoding in 1m47s
2854.03 s
Building /nix/store/g8chv54yn3wn9kxrcmmmh5gfx5rd78dj-asn1-parse-0.9.5.drv
2854.03 s
[bifunctors] [ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, dist/build/Data/Bifunctor/Biap.o, dist/build/Data/Bifunctor/Biap.dyn_o )
2854.03 s
[concurrent-output] [4 of 6] Compiling System.Console.Concurrent ( System/Console/Concurrent.hs, dist/build/System/Console/Concurrent.p_o )
2854.03 s
[concurrent-output] [5 of 6] Compiling System.Process.Concurrent ( System/Process/Concurrent.hs, dist/build/System/Process/Concurrent.p_o )
2854.03 s
[concurrent-output] [6 of 6] Compiling System.Console.Regions ( System/Console/Regions.hs, dist/build/System/Console/Regions.p_o )
2854.03 s
[genvalidity-property] [3 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-property-test/genvalidity-property-test-tmp/Main.o )
2854.03 s
[genvalidity-property] [4 of 4] Linking dist/build/genvalidity-property-test/genvalidity-property-test
2854.03 s
[genvalidity-property] buildPhase completed in 47 seconds
2854.03 s
[genvalidity-property] Phase: checkPhase
2854.03 s
[genvalidity-property] Running 1 test suites...
2854.03 s
[genvalidity-property] Test suite genvalidity-property-test: RUNNING...
2854.03 s
[genvalidity-property]
2854.03 s
[genvalidity-property] Test.Validity.Operations.Commutativity
2854.03 s
[genvalidity-property] commutative
2854.03 s
[genvalidity-property] + is commutative [✔]
2854.03 s
[genvalidity-property] +++ OK, passed 100 tests.
2854.03 s
[genvalidity-property] * is commutative [✔]
2854.03 s
[genvalidity-property] +++ OK, passed 100 tests.
2854.03 s
[genvalidity-property] dot product is commutative [✔]
2854.03 s
[genvalidity-property] +++ OK, passed 100 tests.
2854.03 s
[genvalidity-property] - is not commutative [✔]
2854.03 s
[genvalidity-property] +++ OK, failed as expected. (after 1 test and 64 shrinks):
2854.03 s
[genvalidity-property] expected: 1
2854.03 s
[genvalidity-property] but got: -1
2854.03 s
[genvalidity-property] (0,1)
2854.03 s
[genvalidity-property] cross product is not commutative [✔]
2854.03 s
[genvalidity-property] +++ OK, failed as expected. (after 1 test and 64 shrinks):
2854.03 s
[genvalidity-property] expected: 1
2854.03 s
[genvalidity-property] but got: -1
2854.03 s
[genvalidity-property] ((0,1),(1,0))
2854.03 s
[genvalidity-property]
2854.03 s
[genvalidity-property] Finished in 0.0384 seconds
2854.03 s
[genvalidity-property] 5 examples, 0 failures
2854.03 s
[genvalidity-property] Test suite genvalidity-property-test: PASS
2854.03 s
[genvalidity-property] Test suite logged to:
2854.03 s
[genvalidity-property] dist/test/genvalidity-property-1.0.0.0-genvalidity-property-test.log
2854.04 s
[genvalidity-property] 1 of 1 test suites (1 of 1 test cases) passed.
2854.04 s
[genvalidity-property] Phase: haddockPhase
2854.04 s
[genvalidity-property] Preprocessing library for genvalidity-property-1.0.0.0..
2854.04 s
[genvalidity-property] Running Haddock on library for genvalidity-property-1.0.0.0..
2854.04 s
[haskell-src-meta] [2 of 5] Compiling Hs ( examples/Hs.hs, dist/build/examples/examples-tmp/Hs.o, dist/build/examples/examples-tmp/Hs.dyn_o )
2854.04 s
[haskell-src-meta] [3 of 5] Compiling HsHere ( examples/HsHere.hs, dist/build/examples/examples-tmp/HsHere.o, dist/build/examples/examples-tmp/HsHere.dyn_o )
2854.04 s
[haskell-src-meta] [4 of 5] Compiling SKI ( examples/SKI.hs, dist/build/examples/examples-tmp/SKI.o, dist/build/examples/examples-tmp/SKI.dyn_o )
2854.04 s
[haskell-src-meta] [5 of 5] Compiling Main ( tests/TestExamples.hs, dist/build/examples/examples-tmp/Main.o )
2854.04 s
[lifted-async] Warning: 'a' is out of scope.
2854.04 s
[lifted-async] If you qualify the identifier, haddock can try to link it anyway.
2854.04 s
[lifted-async] Warning: 'm' is out of scope.
2854.04 s
[lifted-async] If you qualify the identifier, haddock can try to link it anyway.
2854.04 s
[lifted-async] 96% ( 63 / 65) in 'Control.Concurrent.Async.Lifted.Safe'
2854.04 s
[lifted-async] Missing documentation for:
2854.04 s
[lifted-async] Forall
2854.04 s
[lifted-async] ExceptionInLinkedThread
2854.04 s
[streaming-commons] [ 3 of 11] Compiling Data.Streaming.FileRead ( Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.p_o )
2854.04 s
[streaming-commons] [ 4 of 11] Compiling Data.Streaming.Filesystem ( Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.p_o )
2854.04 s
[streaming-commons] [ 5 of 11] Compiling Data.Streaming.Network.Internal ( Data/Streaming/Network/Internal.hs, dist/build/Data/Streaming/Network/Internal.p_o )
2854.04 s
[streaming-commons] [ 6 of 11] Compiling Data.Streaming.Network ( Data/Streaming/Network.hs, dist/build/Data/Streaming/Network.p_o )
2854.29 s
[asn1-parse] Phase: setupCompilerEnvironmentPhase
2854.31 s
[asn1-parse] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2854.34 s
[genvalidity-property] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2854.73 s
[haskell-src-meta] [6 of 6] Linking dist/build/examples/examples
2855.21 s
[asn1-parse] Phase: unpackPhase
2855.26 s
[asn1-parse] unpacking source archive /nix/store/77710zyrarfa479zv69b7p88vcf9iwjx-asn1-parse-0.9.5.tar.gz
2855.29 s
[asn1-parse] source root is asn1-parse-0.9.5
2855.42 s
[asn1-parse] setting SOURCE_DATE_EPOCH to timestamp 1569783987 of file "asn1-parse-0.9.5/asn1-parse.cabal"
2855.44 s
[asn1-parse] Phase: patchPhase
2855.48 s
[asn1-parse] Phase: compileBuildDriverPhase
2855.50 s
[asn1-parse] setupCompileFlags: -package-db=/build/tmp.7McJ2FsxQ7/setup-package.conf.d -threaded
2855.95 s
[genvalidity-property] 50% ( 2 / 4) in 'Test.Validity.Functions.Idempotence'
2855.95 s
[genvalidity-property] Missing documentation for:
2855.95 s
[genvalidity-property] idempotentOnGen (src/Test/Validity/Functions/Idempotence.hs:16)
2855.95 s
[genvalidity-property] idempotent (src/Test/Validity/Functions/Idempotence.hs:19)
2856.01 s
[genvalidity-property] 75% ( 3 / 4) in 'Test.Validity.Operations.Associativity'
2856.01 s
[genvalidity-property] Missing documentation for:
2856.01 s
[genvalidity-property] Module header
2856.02 s
[asn1-parse] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.7McJ2FsxQ7/Main.o )
2856.06 s
[genvalidity-property] 75% ( 3 / 4) in 'Test.Validity.Operations.Commutativity'
2856.06 s
[genvalidity-property] Missing documentation for:
2856.06 s
[genvalidity-property] Module header
2856.13 s
[genvalidity-property] 64% ( 9 / 14) in 'Test.Validity.Operations.Identity'
2856.13 s
[genvalidity-property] Missing documentation for:
2856.13 s
[genvalidity-property] Module header
2856.13 s
[genvalidity-property] leftIdentityOnGenWithEquality (src/Test/Validity/Operations/Identity.hs:43)
2856.13 s
[genvalidity-property] leftIdentityOnGen (src/Test/Validity/Operations/Identity.hs:57)
2856.13 s
[genvalidity-property] rightIdentityOnGenWithEquality (src/Test/Validity/Operations/Identity.hs:100)
2856.13 s
[genvalidity-property] rightIdentityOnGen (src/Test/Validity/Operations/Identity.hs:114)
2856.15 s
[strict] Documentation created: dist/doc/html/strict/index.html,
2856.15 s
[strict] dist/doc/html/strict/strict.txt
2856.19 s
[genvalidity-property] 100% ( 4 / 4) in 'Test.Validity.Operations'
2856.23 s
[asn1-parse] [2 of 2] Linking Setup
2856.38 s
[genvalidity-property] 0% ( 0 / 6) in 'Test.Validity.Property.Utils'
2856.38 s
[genvalidity-property] Missing documentation for:
2856.38 s
[genvalidity-property] Module header
2856.38 s
[genvalidity-property] forAllValid (src/Test/Validity/Property/Utils.hs:15)
2856.38 s
[genvalidity-property] shouldBeValid (src/Test/Validity/Property/Utils.hs:24)
2856.38 s
[genvalidity-property] shouldBeInvalid (src/Test/Validity/Property/Utils.hs:40)
2856.38 s
[genvalidity-property] <==> (src/Test/Validity/Property/Utils.hs:21)
2856.38 s
[genvalidity-property] ===> (src/Test/Validity/Property/Utils.hs:18)
2856.42 s
[genvalidity-property] 100% ( 3 / 3) in 'Test.Validity.GenValidity.Property'
2856.54 s
[strict] haddockPhase completed in 41 seconds
2856.54 s
[strict] Phase: installPhase
2856.71 s
[logict] [2 of 2] Linking dist/build/logict-tests/logict-tests
2856.82 s
[strict] Installing library in /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o
2856.82 s
[genvalidity-property] 40% ( 4 / 10) in 'Test.Validity.Functions.Validity'
2856.82 s
[genvalidity-property] Missing documentation for:
2856.82 s
[genvalidity-property] producesValidsOnGens2 (src/Test/Validity/Functions/Validity.hs:45)
2856.82 s
[genvalidity-property] producesValid2 (src/Test/Validity/Functions/Validity.hs:54)
2856.82 s
[genvalidity-property] producesValidsOnArbitrary2 (src/Test/Validity/Functions/Validity.hs:60)
2856.82 s
[genvalidity-property] producesValidsOnGens3 (src/Test/Validity/Functions/Validity.hs:66)
2856.82 s
[genvalidity-property] producesValid3 (src/Test/Validity/Functions/Validity.hs:75)
2856.82 s
[genvalidity-property] producesValidsOnArbitrary3 (src/Test/Validity/Functions/Validity.hs:89)
2856.88 s
[genvalidity-property] 60% ( 3 / 5) in 'Test.Validity.Relations.Antireflexivity'
2856.88 s
[genvalidity-property] Missing documentation for:
2856.88 s
[genvalidity-property] Module header
2856.88 s
[genvalidity-property] antireflexivityOnGen (src/Test/Validity/Relations/Antireflexivity.hs:30)
2856.94 s
[genvalidity-property] 50% ( 3 / 6) in 'Test.Validity.Relations.Antisymmetry'
2856.94 s
[genvalidity-property] Missing documentation for:
2856.94 s
[genvalidity-property] Module header
2856.94 s
[genvalidity-property] antisymmetryOnGensWithEquality (src/Test/Validity/Relations/Antisymmetry.hs:36)
2856.94 s
[genvalidity-property] antisymmetryOnGens (src/Test/Validity/Relations/Antisymmetry.hs:47)
2856.98 s
[genvalidity-property] 60% ( 3 / 5) in 'Test.Validity.Relations.Reflexivity'
2856.98 s
[genvalidity-property] Missing documentation for:
2856.99 s
[genvalidity-property] Module header
2856.99 s
[genvalidity-property] reflexivityOnGen (src/Test/Validity/Relations/Reflexivity.hs:30)
2857.03 s
[genvalidity-property] 60% ( 3 / 5) in 'Test.Validity.Relations.Symmetry'
2857.03 s
[genvalidity-property] Missing documentation for:
2857.03 s
[genvalidity-property] Module header
2857.03 s
[genvalidity-property] symmetryOnGens (src/Test/Validity/Relations/Symmetry.hs:32)
2857.07 s
[genvalidity-property] 60% ( 3 / 5) in 'Test.Validity.Relations.Transitivity'
2857.07 s
[genvalidity-property] Missing documentation for:
2857.07 s
[genvalidity-property] Module header
2857.07 s
[genvalidity-property] transitivityOnGens (src/Test/Validity/Relations/Transitivity.hs:33)
2857.09 s
[genvalidity-property] 100% ( 6 / 6) in 'Test.Validity.Relations'
2857.15 s
[genvalidity-property] 100% ( 13 / 13) in 'Test.Validity.Shrinking.Property'
2857.17 s
[genvalidity-property] 50% ( 1 / 2) in 'Test.Validity.Types'
2857.17 s
[genvalidity-property] Missing documentation for:
2857.17 s
[genvalidity-property] Module header
2857.23 s
[genvalidity-property] 15% ( 2 / 13) in 'Test.Validity.Functions.Inverse'
2857.23 s
[genvalidity-property] Missing documentation for:
2857.23 s
[genvalidity-property] inverseFunctionsOnGen (src/Test/Validity/Functions/Inverse.hs:26)
2857.23 s
[genvalidity-property] inverseFunctions (src/Test/Validity/Functions/Inverse.hs:31)
2857.23 s
[genvalidity-property] inverseFunctionsIfFirstSucceedsOnGen (src/Test/Validity/Functions/Inverse.hs:42)
2857.23 s
[genvalidity-property] inverseFunctionsIfFirstSucceeds (src/Test/Validity/Functions/Inverse.hs:55)
2857.23 s
[genvalidity-property] inverseFunctionsIfFirstSucceedsOnArbitrary (src/Test/Validity/Functions/Inverse.hs:63)
2857.23 s
[genvalidity-property] inverseFunctionsIfSecondSucceedsOnGen (src/Test/Validity/Functions/Inverse.hs:71)
2857.23 s
[genvalidity-property] inverseFunctionsIfSecondSucceeds (src/Test/Validity/Functions/Inverse.hs:84)
2857.23 s
[genvalidity-property] inverseFunctionsIfSecondSucceedsOnArbitrary (src/Test/Validity/Functions/Inverse.hs:92)
2857.23 s
[genvalidity-property] inverseFunctionsIfSucceedOnGen (src/Test/Validity/Functions/Inverse.hs:100)
2857.23 s
[genvalidity-property] inverseFunctionsIfSucceed (src/Test/Validity/Functions/Inverse.hs:115)
2857.23 s
[genvalidity-property] inverseFunctionsIfSucceedOnArbitrary (src/Test/Validity/Functions/Inverse.hs:123)
2857.42 s
[genvalidity-property] 7% ( 2 / 28) in 'Test.Validity.Functions.Equivalence'
2857.45 s
[genvalidity-property] Missing documentation for:
2857.45 s
[genvalidity-property] Module header
2857.45 s
[genvalidity-property] equivalentOnGen (src/Test/Validity/Functions/Equivalence.hs:40)
2857.45 s
[genvalidity-property] equivalent (src/Test/Validity/Functions/Equivalence.hs:49)
2857.45 s
[genvalidity-property] equivalentOnGens2 (src/Test/Validity/Functions/Equivalence.hs:66)
2857.45 s
[genvalidity-property] equivalent2 (src/Test/Validity/Functions/Equivalence.hs:76)
2857.45 s
[genvalidity-property] equivalentWhenFirstSucceedsOnGen (src/Test/Validity/Functions/Equivalence.hs:93)
2857.45 s
[genvalidity-property] equivalentWhenFirstSucceeds (src/Test/Validity/Functions/Equivalence.hs:114)
2857.45 s
[genvalidity-property] equivalentWhenFirstSucceedsOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:106)
2857.45 s
[genvalidity-property] equivalentWhenFirstSucceedsOnGens2 (src/Test/Validity/Functions/Equivalence.hs:122)
2857.45 s
[genvalidity-property] equivalentWhenFirstSucceeds2 (src/Test/Validity/Functions/Equivalence.hs:150)
2857.45 s
[genvalidity-property] equivalentWhenFirstSucceedsOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:135)
2857.45 s
[genvalidity-property] equivalentWhenSecondSucceedsOnGen (src/Test/Validity/Functions/Equivalence.hs:165)
2857.45 s
[genvalidity-property] equivalentWhenSecondSucceeds (src/Test/Validity/Functions/Equivalence.hs:186)
2857.45 s
[genvalidity-property] equivalentWhenSecondSucceedsOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:178)
2857.45 s
[genvalidity-property] equivalentWhenSecondSucceedsOnGens2 (src/Test/Validity/Functions/Equivalence.hs:194)
2857.45 s
[genvalidity-property] equivalentWhenSecondSucceeds2 (src/Test/Validity/Functions/Equivalence.hs:222)
2857.45 s
[genvalidity-property] equivalentWhenSecondSucceedsOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:207)
2857.45 s
[genvalidity-property] equivalentWhenSucceedOnGen (src/Test/Validity/Functions/Equivalence.hs:237)
2857.45 s
[genvalidity-property] equivalentWhenSucceed (src/Test/Validity/Functions/Equivalence.hs:253)
2857.46 s
[genvalidity-property] equivalentWhenSucceedOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:261)
2857.46 s
[genvalidity-property] equivalentWhenSucceedOnGens2 (src/Test/Validity/Functions/Equivalence.hs:269)
2857.46 s
[genvalidity-property] equivalentWhenSucceed2 (src/Test/Validity/Functions/Equivalence.hs:300)
2857.46 s
[genvalidity-property] equivalentWhenSucceedOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:285)
2857.46 s
[genvalidity-property] equivalentOnGens3 (src/Test/Validity/Functions/Equivalence.hs:315)
2857.46 s
[genvalidity-property] equivalent3 (src/Test/Validity/Functions/Equivalence.hs:325)
2857.46 s
[genvalidity-property] equivalentOnArbitrary3 (src/Test/Validity/Functions/Equivalence.hs:340)
2857.87 s
[genvalidity-property] 38% ( 7 / 18) in 'Test.Validity.Functions.CanFail'
2857.87 s
[genvalidity-property] Missing documentation for:
2857.87 s
[genvalidity-property] Module header
2857.87 s
[genvalidity-property] succeedsOnGens2 (src/Test/Validity/Functions/CanFail.hs:71)
2857.87 s
[genvalidity-property] succeeds2 (src/Test/Validity/Functions/CanFail.hs:80)
2857.87 s
[genvalidity-property] succeedsOnArbitrary2 (src/Test/Validity/Functions/CanFail.hs:86)
2857.87 s
[genvalidity-property] failsOnGens2 (src/Test/Validity/Functions/CanFail.hs:92)
2857.87 s
[genvalidity-property] validIfSucceedsOnGens2 (src/Test/Validity/Functions/CanFail.hs:103)
2857.87 s
[genvalidity-property] validIfSucceeds2 (src/Test/Validity/Functions/CanFail.hs:115)
2857.87 s
[genvalidity-property] validIfSucceedsOnArbitrary2 (src/Test/Validity/Functions/CanFail.hs:121)
2857.87 s
[genvalidity-property] validIfSucceedsOnGens3 (src/Test/Validity/Functions/CanFail.hs:127)
2857.87 s
[genvalidity-property] validIfSucceeds3 (src/Test/Validity/Functions/CanFail.hs:139)
2857.87 s
[genvalidity-property] validIfSucceedsOnArbitrary3 (src/Test/Validity/Functions/CanFail.hs:154)
2857.95 s
[genvalidity-property] 100% ( 6 / 6) in 'Test.Validity.Functions'
2857.99 s
[genvalidity-property] 54% ( 80 /146) in 'Test.Validity.Property'
2857.99 s
[genvalidity-property] Missing documentation for:
2858.00 s
[genvalidity-property] Module header
2858.00 s
[genvalidity-property] forAllValid (src/Test/Validity/Property/Utils.hs:15)
2858.00 s
[genvalidity-property] producesValidsOnGens2 (src/Test/Validity/Functions/Validity.hs:45)
2858.00 s
[genvalidity-property] producesValid2 (src/Test/Validity/Functions/Validity.hs:54)
2858.00 s
[genvalidity-property] producesValidsOnArbitrary2 (src/Test/Validity/Functions/Validity.hs:60)
2858.00 s
[genvalidity-property] producesValidsOnGens3 (src/Test/Validity/Functions/Validity.hs:66)
2858.00 s
[genvalidity-property] producesValid3 (src/Test/Validity/Functions/Validity.hs:75)
2858.00 s
[genvalidity-property] producesValidsOnArbitrary3 (src/Test/Validity/Functions/Validity.hs:89)
2858.00 s
[genvalidity-property] succeedsOnGens2 (src/Test/Validity/Functions/CanFail.hs:71)
2858.00 s
[genvalidity-property] succeeds2 (src/Test/Validity/Functions/CanFail.hs:80)
2858.00 s
[genvalidity-property] succeedsOnArbitrary2 (src/Test/Validity/Functions/CanFail.hs:86)
2858.00 s
[genvalidity-property] failsOnGens2 (src/Test/Validity/Functions/CanFail.hs:92)
2858.00 s
[genvalidity-property] validIfSucceedsOnGens2 (src/Test/Validity/Functions/CanFail.hs:103)
2858.00 s
[genvalidity-property] validIfSucceeds2 (src/Test/Validity/Functions/CanFail.hs:115)
2858.00 s
[genvalidity-property] validIfSucceedsOnArbitrary2 (src/Test/Validity/Functions/CanFail.hs:121)
2858.00 s
[genvalidity-property] validIfSucceedsOnGens3 (src/Test/Validity/Functions/CanFail.hs:127)
2858.00 s
[genvalidity-property] validIfSucceeds3 (src/Test/Validity/Functions/CanFail.hs:139)
2858.00 s
[genvalidity-property] validIfSucceedsOnArbitrary3 (src/Test/Validity/Functions/CanFail.hs:154)
2858.00 s
[genvalidity-property] equivalentOnGen (src/Test/Validity/Functions/Equivalence.hs:40)
2858.00 s
[genvalidity-property] equivalent (src/Test/Validity/Functions/Equivalence.hs:49)
2858.00 s
[genvalidity-property] equivalentOnGens2 (src/Test/Validity/Functions/Equivalence.hs:66)
2858.00 s
[genvalidity-property] equivalent2 (src/Test/Validity/Functions/Equivalence.hs:76)
2858.00 s
[genvalidity-property] equivalentOnGens3 (src/Test/Validity/Functions/Equivalence.hs:315)
2858.00 s
[genvalidity-property] equivalent3 (src/Test/Validity/Functions/Equivalence.hs:325)
2858.00 s
[genvalidity-property] equivalentOnArbitrary3 (src/Test/Validity/Functions/Equivalence.hs:340)
2858.00 s
[genvalidity-property] equivalentWhenFirstSucceedsOnGen (src/Test/Validity/Functions/Equivalence.hs:93)
2858.00 s
[genvalidity-property] equivalentWhenFirstSucceeds (src/Test/Validity/Functions/Equivalence.hs:114)
2858.00 s
[genvalidity-property] equivalentWhenFirstSucceedsOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:106)
2858.00 s
[genvalidity-property] equivalentWhenFirstSucceedsOnGens2 (src/Test/Validity/Functions/Equivalence.hs:122)
2858.00 s
[genvalidity-property] equivalentWhenFirstSucceeds2 (src/Test/Validity/Functions/Equivalence.hs:150)
2858.01 s
[genvalidity-property] equivalentWhenFirstSucceedsOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:135)
2858.01 s
[genvalidity-property] equivalentWhenSecondSucceedsOnGen (src/Test/Validity/Functions/Equivalence.hs:165)
2858.01 s
[genvalidity-property] equivalentWhenSecondSucceeds (src/Test/Validity/Functions/Equivalence.hs:186)
2858.01 s
[genvalidity-property] equivalentWhenSecondSucceedsOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:178)
2858.01 s
[genvalidity-property] equivalentWhenSecondSucceedsOnGens2 (src/Test/Validity/Functions/Equivalence.hs:194)
2858.01 s
[genvalidity-property] equivalentWhenSecondSucceeds2 (src/Test/Validity/Functions/Equivalence.hs:222)
2858.01 s
[genvalidity-property] equivalentWhenSecondSucceedsOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:207)
2858.01 s
[genvalidity-property] equivalentWhenSucceedOnGen (src/Test/Validity/Functions/Equivalence.hs:237)
2858.01 s
[genvalidity-property] equivalentWhenSucceed (src/Test/Validity/Functions/Equivalence.hs:253)
2858.01 s
[genvalidity-property] equivalentWhenSucceedOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:261)
2858.01 s
[genvalidity-property] equivalentWhenSucceedOnGens2 (src/Test/Validity/Functions/Equivalence.hs:269)
2858.01 s
[genvalidity-property] equivalentWhenSucceed2 (src/Test/Validity/Functions/Equivalence.hs:300)
2858.01 s
[genvalidity-property] equivalentWhenSucceedOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:285)
2858.01 s
[genvalidity-property] inverseFunctionsOnGen (src/Test/Validity/Functions/Inverse.hs:26)
2858.01 s
[genvalidity-property] inverseFunctions (src/Test/Validity/Functions/Inverse.hs:31)
2858.01 s
[genvalidity-property] inverseFunctionsIfFirstSucceedsOnGen (src/Test/Validity/Functions/Inverse.hs:42)
2858.01 s
[genvalidity-property] inverseFunctionsIfFirstSucceeds (src/Test/Validity/Functions/Inverse.hs:55)
2858.01 s
[genvalidity-property] inverseFunctionsIfFirstSucceedsOnArbitrary (src/Test/Validity/Functions/Inverse.hs:63)
2858.01 s
[genvalidity-property] inverseFunctionsIfSecondSucceedsOnGen (src/Test/Validity/Functions/Inverse.hs:71)
2858.01 s
[genvalidity-property] inverseFunctionsIfSecondSucceeds (src/Test/Validity/Functions/Inverse.hs:84)
2858.01 s
[genvalidity-property] inverseFunctionsIfSecondSucceedsOnArbitrary (src/Test/Validity/Functions/Inverse.hs:92)
2858.01 s
[genvalidity-property] inverseFunctionsIfSucceedOnGen (src/Test/Validity/Functions/Inverse.hs:100)
2858.01 s
[genvalidity-property] inverseFunctionsIfSucceed (src/Test/Validity/Functions/Inverse.hs:115)
2858.01 s
[genvalidity-property] inverseFunctionsIfSucceedOnArbitrary (src/Test/Validity/Functions/Inverse.hs:123)
2858.01 s
[genvalidity-property] idempotentOnGen (src/Test/Validity/Functions/Idempotence.hs:16)
2858.01 s
[genvalidity-property] idempotent (src/Test/Validity/Functions/Idempotence.hs:19)
2858.01 s
[genvalidity-property] reflexivityOnGen (src/Test/Validity/Relations/Reflexivity.hs:30)
2858.01 s
[genvalidity-property] transitivityOnGens (src/Test/Validity/Relations/Transitivity.hs:33)
2858.01 s
[genvalidity-property] antisymmetryOnGensWithEquality (src/Test/Validity/Relations/Antisymmetry.hs:36)
2858.01 s
[genvalidity-property] antisymmetryOnGens (src/Test/Validity/Relations/Antisymmetry.hs:47)
2858.01 s
[genvalidity-property] antireflexivityOnGen (src/Test/Validity/Relations/Antireflexivity.hs:30)
2858.01 s
[genvalidity-property] symmetryOnGens (src/Test/Validity/Relations/Symmetry.hs:32)
2858.01 s
[genvalidity-property] leftIdentityOnGenWithEquality (src/Test/Validity/Operations/Identity.hs:43)
2858.01 s
[genvalidity-property] leftIdentityOnGen (src/Test/Validity/Operations/Identity.hs:57)
2858.01 s
[genvalidity-property] rightIdentityOnGenWithEquality (src/Test/Validity/Operations/Identity.hs:100)
2858.01 s
[genvalidity-property] rightIdentityOnGen (src/Test/Validity/Operations/Identity.hs:114)
2858.90 s
[crypton] [18 of 58] Compiling Number ( tests/Number.hs, dist/build/test-crypton/test-crypton-tmp/Number.o )
2858.90 s
[crypton] [19 of 58] Compiling KAT_PubKey.Rabin ( tests/KAT_PubKey/Rabin.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/Rabin.o )
2858.90 s
[crypton] [20 of 58] Compiling KAT_PubKey.RSA ( tests/KAT_PubKey/RSA.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/RSA.o )
2858.90 s
[crypton] [21 of 58] Compiling KAT_PubKey.PSS ( tests/KAT_PubKey/PSS.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/PSS.o )
2858.90 s
[crypton] [22 of 58] Compiling KAT_PubKey.P256 ( tests/KAT_PubKey/P256.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/P256.o )
2858.90 s
[crypton] [23 of 58] Compiling KAT_PubKey.OAEP ( tests/KAT_PubKey/OAEP.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/OAEP.o )
2858.91 s
[crypton] [24 of 58] Compiling KAT_PubKey.ECC ( tests/KAT_PubKey/ECC.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/ECC.o )
2858.91 s
[crypton] [25 of 58] Compiling KAT_PubKey.DSA ( tests/KAT_PubKey/DSA.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/DSA.o )
2858.91 s
[crypton] [26 of 58] Compiling KAT_PubKey ( tests/KAT_PubKey.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey.o )
2858.91 s
[crypton] [27 of 58] Compiling KAT_OTP ( tests/KAT_OTP.hs, dist/build/test-crypton/test-crypton-tmp/KAT_OTP.o )
2858.91 s
[crypton] [28 of 58] Compiling KAT_MiyaguchiPreneel ( tests/KAT_MiyaguchiPreneel.hs, dist/build/test-crypton/test-crypton-tmp/KAT_MiyaguchiPreneel.o )
2858.91 s
[crypton] [29 of 58] Compiling KAT_KMAC ( tests/KAT_KMAC.hs, dist/build/test-crypton/test-crypton-tmp/KAT_KMAC.o )
2858.91 s
[crypton] [30 of 58] Compiling KAT_HMAC ( tests/KAT_HMAC.hs, dist/build/test-crypton/test-crypton-tmp/KAT_HMAC.o )
2858.91 s
[crypton] [31 of 58] Compiling KAT_HKDF ( tests/KAT_HKDF.hs, dist/build/test-crypton/test-crypton-tmp/KAT_HKDF.o )
2858.91 s
[crypton] [32 of 58] Compiling KAT_EdDSA ( tests/KAT_EdDSA.hs, dist/build/test-crypton/test-crypton-tmp/KAT_EdDSA.o )
2858.91 s
[crypton]
2858.91 s
[crypton] tests/KAT_EdDSA.hs:20:29: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2858.91 s
[crypton] The use of ‘~’ without TypeOperators
2858.91 s
[crypton] will become an error in a future GHC release.
2858.91 s
[crypton] Suggested fix: Perhaps you intended to use TypeOperators
2858.91 s
[crypton] |
2858.91 s
[crypton] 20 | , HashDigestSize hash ~ EdDSA.CurveDigestSize curve
2858.91 s
[crypton] | ^
2858.91 s
[crypton] [33 of 58] Compiling KAT_Ed448 ( tests/KAT_Ed448.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Ed448.o )
2858.91 s
[crypton] [34 of 58] Compiling KAT_Ed25519 ( tests/KAT_Ed25519.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Ed25519.o )
2858.91 s
[crypton] [35 of 58] Compiling KAT_Curve448 ( tests/KAT_Curve448.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Curve448.o )
2858.91 s
[crypton] [36 of 58] Compiling KAT_Curve25519 ( tests/KAT_Curve25519.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Curve25519.o )
2858.91 s
[crypton] [37 of 58] Compiling KAT_CMAC ( tests/KAT_CMAC.hs, dist/build/test-crypton/test-crypton-tmp/KAT_CMAC.o )
2858.91 s
[crypton] [38 of 58] Compiling KAT_Blake2 ( tests/KAT_Blake2.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Blake2.o )
2858.91 s
[crypton] [39 of 58] Compiling KAT_Argon2 ( tests/KAT_Argon2.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Argon2.o )
2858.91 s
[crypton] [40 of 58] Compiling KAT_AFIS ( tests/KAT_AFIS.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AFIS.o )
2858.91 s
[crypton] [41 of 58] Compiling KAT_AESGCMSIV ( tests/KAT_AESGCMSIV.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AESGCMSIV.o )
2858.91 s
[crypton] [42 of 58] Compiling Hash ( tests/Hash.hs, dist/build/test-crypton/test-crypton-tmp/Hash.o )
2858.91 s
[crypton] [43 of 58] Compiling ECDSA ( tests/ECDSA.hs, dist/build/test-crypton/test-crypton-tmp/ECDSA.o )
2858.91 s
[crypton] [44 of 58] Compiling ECC.Edwards25519 ( tests/ECC/Edwards25519.hs, dist/build/test-crypton/test-crypton-tmp/ECC/Edwards25519.o )
2858.91 s
[crypton] [45 of 58] Compiling ECC ( tests/ECC.hs, dist/build/test-crypton/test-crypton-tmp/ECC.o )
2858.91 s
[crypton] [46 of 58] Compiling ChaChaPoly1305 ( tests/ChaChaPoly1305.hs, dist/build/test-crypton/test-crypton-tmp/ChaChaPoly1305.o )
2858.91 s
[crypton] [47 of 58] Compiling ChaCha ( tests/ChaCha.hs, dist/build/test-crypton/test-crypton-tmp/ChaCha.o )
2858.91 s
[crypton] [48 of 58] Compiling BlockCipher ( tests/BlockCipher.hs, dist/build/test-crypton/test-crypton-tmp/BlockCipher.o )
2859.14 s
[haskell-src-meta] Preprocessing test suite 'splices' for haskell-src-meta-0.8.15..
2859.14 s
[haskell-src-meta] Building test suite 'splices' for haskell-src-meta-0.8.15..
2859.80 s
[strict] Phase: fixupPhase
2859.89 s
[time-compat] Documentation created: dist/doc/html/time-compat/index.html,
2859.89 s
[time-compat] dist/doc/html/time-compat/time-compat.txt
2859.92 s
[strict] shrinking RPATHs of ELF executables and libraries in /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1
2859.93 s
[strict] shrinking /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSstrict-0.5.1-FcZmyblMVSX2Y6XANVnC6o-ghc9.6.4.so
2859.98 s
[strict] checking for references to /build/ in /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1...
2860.01 s
[haskell-src-meta] [1 of 1] Compiling Main ( tests/Splices.hs, dist/build/splices/splices-tmp/Main.o )
2860.09 s
[strict] patching script interpreter paths in /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1
2860.14 s
[strict] stripping (with command strip and flags -S -p) in /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/lib
2860.18 s
[streaming-commons] [ 7 of 11] Compiling Data.Streaming.Process.Internal ( Data/Streaming/Process/Internal.hs, dist/build/Data/Streaming/Process/Internal.p_o )
2860.18 s
[streaming-commons] [ 8 of 11] Compiling Data.Streaming.Process ( Data/Streaming/Process.hs, dist/build/Data/Streaming/Process.p_o )
2860.18 s
[streaming-commons] [ 9 of 11] Compiling Data.Streaming.Text ( Data/Streaming/Text.hs, dist/build/Data/Streaming/Text.p_o )
2860.25 s
[time-compat] Preprocessing test suite 'main' for time-compat-1.9.7..
2860.29 s
[time-compat] Preprocessing test suite 'instances' for time-compat-1.9.7..
2860.33 s
[time-compat] haddockPhase completed in 35 seconds
2860.34 s
[time-compat] Phase: installPhase
2860.46 s
[vector] [10 of 23] Compiling Data.Vector.Generic.New ( src/Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o, dist/build/Data/Vector/Generic/New.dyn_o )
2860.77 s
[logict] buildPhase completed in 47 seconds
2860.78 s
[logict] Phase: checkPhase
2860.90 s
[time-compat] Installing library in /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
2861.00 s
[logict] Running 1 test suites...
2861.00 s
[logict] Test suite logict-tests: RUNNING...
2861.03 s
[logict] All
2861.03 s
[logict] Monad Reader + env
2861.03 s
[logict] Monad Reader 1: OK
2861.03 s
[logict] Monad Reader 2: OK
2861.03 s
[logict] Monad Reader 3: OK
2861.03 s
[logict] Various monads
2861.03 s
[logict] runIdentity all: OK
2861.03 s
[logict] runIdentity many: OK
2861.04 s
[logict] observeAll: OK (0.01s)
2861.06 s
[logict] observeMany: OK
2861.06 s
[logict] runReader is productive: OK
2861.06 s
[logict] observeManyT can be used with Either: OK
2861.06 s
[logict] Control.Monad.Logic tests
2861.06 s
[logict] runLogicT multi: OK
2861.06 s
[logict] runLogicT none: OK
2861.06 s
[logict] runLogicT first: OK
2861.06 s
[logict] runLogic multi: OK
2861.06 s
[logict] runLogic none: OK
2861.06 s
[logict] observe multi: OK
2861.06 s
[logict] observe none: OK
2861.06 s
[logict] observeAll multi: OK
2861.06 s
[logict] observeAll none: OK
2861.06 s
[logict] observeMany multi: OK
2861.06 s
[logict] observeMany none: OK
2861.06 s
[logict] (>>-) Logic: OK
2861.06 s
[logict] Control.Monad.Logic.Class tests
2861.06 s
[logict] msplit laws
2861.06 s
[logict] msplit mzero == return Nothing
2861.06 s
[logict] msplit mzero :: []: OK
2861.06 s
[logict] msplit mzero :: ReaderT: OK
2861.06 s
[logict] msplit mzero :: CPS WriterT: OK
2861.06 s
[logict] msplit mzero :: LogicT: OK
2861.06 s
[logict] msplit mzero :: strict StateT: OK
2861.06 s
[logict] msplit mzero :: lazy StateT: OK
2861.06 s
[logict] msplit (return a `mplus` m) == return (Just a, m)
2861.06 s
[logict] msplit []: OK
2861.06 s
[logict] (>>-) []: OK
2861.06 s
[logict] msplit ReaderT: OK
2861.06 s
[logict] msplit CPS WriterT: OK
2861.06 s
[logict] msplit LogicT: OK
2861.06 s
[logict] msplit strict StateT: OK
2861.06 s
[logict] msplit lazy StateT: OK
2861.06 s
[logict] fair disjunction
2861.06 s
[logict] some odds: OK
2861.06 s
[logict] unfair disjunction: OK
2861.06 s
[logict] fair disjunction :: LogicT: OK
2861.06 s
[logict] fair production: OK
2861.09 s
[strict] shrinking RPATHs of ELF executables and libraries in /nix/store/p2k1nvzal2air14wvwpya0avyl18hpwm-strict-0.5.1-doc
2861.10 s
[strict] checking for references to /build/ in /nix/store/p2k1nvzal2air14wvwpya0avyl18hpwm-strict-0.5.1-doc...
2861.12 s
[strict] patching script interpreter paths in /nix/store/p2k1nvzal2air14wvwpya0avyl18hpwm-strict-0.5.1-doc
2861.18 s
[logict] NONTERMINATION even when fair: OK (0.12s)
2861.18 s
[logict] fair disjunction :: []: OK
2861.18 s
[logict] fair disjunction :: ReaderT: OK
2861.18 s
[logict] fair disjunction :: CPS WriterT: OK
2861.18 s
[logict] fair disjunction :: strict StateT: OK
2861.18 s
[logict] fair disjunction :: lazy StateT: OK
2861.18 s
[logict] fair conjunction
2861.18 s
[logict] fair conjunction :: LogicT: OK
2861.18 s
[logict] fair conjunction OK: OK
2861.18 s
[logict] fair conjunction also OK: OK
2861.56 s
[strict:post-build] Uploading to the NixCI cache: /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1 /nix/store/p2k1nvzal2air14wvwpya0avyl18hpwm-strict-0.5.1-doc
2862.32 s
[strict:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2863.64 s
[strict:post-build] copying 2 paths...
2863.67 s
[strict:post-build] copying path '/nix/store/p2k1nvzal2air14wvwpya0avyl18hpwm-strict-0.5.1-doc' to 'https://cache.nix-ci.com'...
2865.91 s
[strict:post-build] copying path '/nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1' to 'https://cache.nix-ci.com'...
2872.19 s
[strict:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2874.01 s
[strict:post-build] copying 1 paths...
2874.01 s
[strict:post-build] copying path '/nix/store/prpqwiiqxjm7ld8gsf6mxh6y1pll28h8-strict-0.5.1.drv' to 'https://cache.nix-ci.com'...
2874.57 s
Uploaded strict in 13.1s
2874.58 s
Progress: 151 of 211 built (12 building), 298 of 298 downloaded from cache
2874.58 s
Built strict in 2m00s
2874.58 s
[asn1-parse] Phase: updateAutotoolsGnuConfigScriptsPhase
2874.58 s
[asn1-parse] Phase: configurePhase
2874.58 s
[asn1-parse] configureFlags: --verbose --prefix=/nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/jrqryd7la8m6xhhvysiy491f761h4z9g-asn1-parse-0.9.5-doc/share/doc/asn1-parse-0.9.5 --with-gcc=gcc --package-db=/build/tmp.7McJ2FsxQ7/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2874.58 s
[asn1-parse] Using Parsec parser
2874.58 s
[asn1-parse] Warning: asn1-parse.cabal:17:34: version operators used. To use version
2874.58 s
[asn1-parse] operators the package needs to specify at least 'cabal-version: >= 1.8'.
2874.58 s
[asn1-parse] Warning: asn1-parse.cabal:19:42: version operators used. To use version
2874.58 s
[asn1-parse] operators the package needs to specify at least 'cabal-version: >= 1.8'.
2874.58 s
[asn1-parse] Configuring asn1-parse-0.9.5...
2874.58 s
[asn1-parse] Dependency asn1-encoding >=0.9: using asn1-encoding-0.9.6
2874.58 s
[asn1-parse] Dependency asn1-types >=0.3 && <0.4: using asn1-types-0.3.4
2874.58 s
[asn1-parse] Dependency base >=3 && <5: using base-4.18.2.0
2874.58 s
[asn1-parse] Dependency bytestring: using bytestring-0.11.5.3
2874.58 s
[asn1-parse] Source component graph: component lib
2874.58 s
[asn1-parse] Configured component graph:
2874.58 s
[asn1-parse] component asn1-parse-0.9.5-5XOL0a7xkIy5Mjeyn6JlzP
2874.58 s
[asn1-parse] include asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
2874.58 s
[asn1-parse] include asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
2874.58 s
[asn1-parse] include base-4.18.2.0
2874.58 s
[asn1-parse] include bytestring-0.11.5.3
2874.58 s
[asn1-parse] Linked component graph:
2874.58 s
[asn1-parse] unit asn1-parse-0.9.5-5XOL0a7xkIy5Mjeyn6JlzP
2874.58 s
[asn1-parse] include asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
2874.58 s
[asn1-parse] include asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
2874.59 s
[asn1-parse] include base-4.18.2.0
2874.59 s
[asn1-parse] include bytestring-0.11.5.3
2874.59 s
[asn1-parse] Data.ASN1.Parse=asn1-parse-0.9.5-5XOL0a7xkIy5Mjeyn6JlzP:Data.ASN1.Parse
2874.59 s
[asn1-parse] Ready component graph:
2874.59 s
[asn1-parse] definite asn1-parse-0.9.5-5XOL0a7xkIy5Mjeyn6JlzP
2874.59 s
[asn1-parse] depends asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
2874.59 s
[asn1-parse] depends asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
2874.59 s
[asn1-parse] depends base-4.18.2.0
2874.59 s
[asn1-parse] depends bytestring-0.11.5.3
2874.59 s
[asn1-parse] Using Cabal-3.10.1.0 compiled by ghc-9.6
2874.59 s
[asn1-parse] Using compiler: ghc-9.6.4
2874.59 s
[asn1-parse] Using install prefix:
2874.59 s
[asn1-parse] /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5
2874.59 s
[asn1-parse] Executables installed in:
2874.59 s
[asn1-parse] /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/bin
2874.59 s
[asn1-parse] Libraries installed in:
2874.59 s
[asn1-parse] /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/asn1-parse-0.9.5-5XOL0a7xkIy5Mjeyn6JlzP
2874.59 s
[asn1-parse] Dynamic Libraries installed in:
2874.59 s
[asn1-parse] /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2874.59 s
[asn1-parse] Private executables installed in:
2874.59 s
[asn1-parse] /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/libexec/x86_64-linux-ghc-9.6.4/asn1-parse-0.9.5
2874.59 s
[asn1-parse] Data files installed in:
2874.59 s
[asn1-parse] /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/share/x86_64-linux-ghc-9.6.4/asn1-parse-0.9.5
2874.59 s
[asn1-parse] Documentation installed in:
2874.59 s
[asn1-parse] /nix/store/jrqryd7la8m6xhhvysiy491f761h4z9g-asn1-parse-0.9.5-doc/share/doc/asn1-parse-0.9.5
2874.59 s
[asn1-parse] Configuration files installed in:
2874.59 s
[asn1-parse] /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/etc
2874.59 s
[asn1-parse] No alex found
2874.59 s
[asn1-parse] Using ar found on system at:
2874.59 s
[asn1-parse] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2874.59 s
[asn1-parse] No c2hs found
2874.59 s
[asn1-parse] No cpphs found
2874.59 s
[asn1-parse] No doctest found
2874.59 s
[asn1-parse] Using gcc version 14.3.0 given by user at:
2874.59 s
[asn1-parse] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2874.59 s
[asn1-parse] Using ghc version 9.6.4 found on system at:
2874.59 s
[barbies] Documentation created: dist/doc/html/barbies/index.html,
2874.59 s
[barbies] dist/doc/html/barbies/barbies.txt
2874.59 s
[barbies] Preprocessing test suite 'barbies-test' for barbies-2.1.1.0..
2874.59 s
[barbies] haddockPhase completed in 39 seconds
2874.59 s
[barbies] Phase: installPhase
2874.59 s
[barbies] Installing library in /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
2874.59 s
[barbies] Phase: fixupPhase
2874.59 s
[barbies] shrinking RPATHs of ELF executables and libraries in /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0
2874.59 s
[barbies] shrinking /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSbarbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F-ghc9.6.4.so
2874.59 s
[barbies] checking for references to /build/ in /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0...
2874.59 s
[barbies] patching script interpreter paths in /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0
2874.59 s
[barbies] stripping (with command strip and flags -S -p) in /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/lib
2874.59 s
[barbies] shrinking RPATHs of ELF executables and libraries in /nix/store/w8q90m80mdbqcr6y0bnrba1w34psgv1g-barbies-2.1.1.0-doc
2874.59 s
[barbies] checking for references to /build/ in /nix/store/w8q90m80mdbqcr6y0bnrba1w34psgv1g-barbies-2.1.1.0-doc...
2874.59 s
[barbies] patching script interpreter paths in /nix/store/w8q90m80mdbqcr6y0bnrba1w34psgv1g-barbies-2.1.1.0-doc
2874.59 s
[bifunctors] [ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.o, dist/build/Data/Bifunctor/Biff.dyn_o )
2874.59 s
[bifunctors] [ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.o, dist/build/Data/Bifunctor/Clown.dyn_o )
2874.59 s
[bifunctors] [ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.o, dist/build/Data/Bifunctor/Fix.dyn_o )
2874.59 s
[bifunctors] [ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.o, dist/build/Data/Bifunctor/Functor.dyn_o )
2874.59 s
[bifunctors] [ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.o, dist/build/Data/Bifunctor/Flip.dyn_o )
2874.59 s
[bifunctors] [ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.o, dist/build/Data/Bifunctor/Join.dyn_o )
2874.59 s
[bifunctors] [ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.o, dist/build/Data/Bifunctor/Joker.dyn_o )
2874.59 s
[bifunctors] [10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.o, dist/build/Data/Bifunctor/Product.dyn_o )
2874.59 s
[bifunctors] [11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.o, dist/build/Data/Bifunctor/Sum.dyn_o )
2874.59 s
[bifunctors] [12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.o, dist/build/Data/Bifunctor/TH/Internal.dyn_o )
2874.59 s
[bifunctors] [13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.o, dist/build/Data/Bifunctor/TH.dyn_o )
2874.59 s
[concurrent-output] buildPhase completed in 52 seconds
2874.59 s
[concurrent-output] Phase: checkPhase
2874.59 s
[concurrent-output] Package has no test suites.
2874.59 s
[concurrent-output] Phase: haddockPhase
2874.59 s
[concurrent-output] Preprocessing library for concurrent-output-1.10.21..
2874.59 s
[concurrent-output] Running Haddock on library for concurrent-output-1.10.21..
2874.59 s
[concurrent-output] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2874.59 s
[concurrent-output] 46% ( 20 / 43) in 'System.Console.Concurrent.Internal'
2874.59 s
[concurrent-output] Missing documentation for:
2874.59 s
[concurrent-output] OutputHandle (System/Console/Concurrent/Internal.hs:38)
2874.59 s
[concurrent-output] Lock (System/Console/Concurrent/Internal.hs:45)
2874.60 s
[concurrent-output] withLock (System/Console/Concurrent/Internal.hs:75)
2874.60 s
[concurrent-output] takeOutputLock' (System/Console/Concurrent/Internal.hs:78)
2874.60 s
[concurrent-output] outputConcurrent' (System/Console/Concurrent/Internal.hs:170)
2874.60 s
[concurrent-output] fgProcess (System/Console/Concurrent/Internal.hs:243)
2874.60 s
[concurrent-output] bgProcess (System/Console/Concurrent/Internal.hs:255)
2874.60 s
[concurrent-output] willOutput (System/Console/Concurrent/Internal.hs:288)
2874.60 s
[concurrent-output] StdHandle (System/Console/Concurrent/Internal.hs:296)
2874.60 s
[concurrent-output] toHandle (System/Console/Concurrent/Internal.hs:298)
2874.60 s
[concurrent-output] bufferFor (System/Console/Concurrent/Internal.hs:302)
2874.60 s
[concurrent-output] OutputBufferedActivity (System/Console/Concurrent/Internal.hs:306)
2874.60 s
[concurrent-output] AtEnd (System/Console/Concurrent/Internal.hs:314)
2874.60 s
[concurrent-output] BufSig (System/Console/Concurrent/Internal.hs:317)
2874.60 s
[concurrent-output] setupOutputBuffer (System/Console/Concurrent/Internal.hs:319)
2874.60 s
[concurrent-output] outputDrainer (System/Console/Concurrent/Internal.hs:328)
2874.60 s
[concurrent-output] registerOutputThread (System/Console/Concurrent/Internal.hs:348)
2874.60 s
[concurrent-output] unregisterOutputThread (System/Console/Concurrent/Internal.hs:353)
2874.60 s
[concurrent-output] bufferWriter (System/Console/Concurrent/Internal.hs:363)
2874.60 s
[concurrent-output] addOutputBuffer (System/Console/Concurrent/Internal.hs:416)
2874.60 s
[concurrent-output] bufferOutputSTM' (System/Console/Concurrent/Internal.hs:450)
2874.60 s
[concurrent-output] waitAnyBuffer (System/Console/Concurrent/Internal.hs:476)
2874.60 s
[concurrent-output] endsNewLine (System/Console/Concurrent/Internal.hs:490)
2874.60 s
[concurrent-output] 90% ( 18 / 20) in 'System.Console.Concurrent'
2874.60 s
[concurrent-output] Missing documentation for:
2874.60 s
[concurrent-output] StdHandle (System/Console/Concurrent/Internal.hs:296)
2874.60 s
[concurrent-output] waitAnyBuffer (System/Console/Concurrent/Internal.hs:476)
2874.60 s
[concurrent-output] 100% ( 3 / 3) in 'System.Process.Concurrent'
2874.60 s
[concurrent-output] 96% ( 24 / 25) in 'System.Console.Regions'
2874.60 s
[concurrent-output] Missing documentation for:
2874.60 s
[concurrent-output] RegionContent (System/Console/Regions.hs:176)
2874.60 s
[crypton] [49 of 58] Compiling KAT_Twofish ( tests/KAT_Twofish.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Twofish.o )
2874.60 s
[crypton] [50 of 58] Compiling KAT_TripleDES ( tests/KAT_TripleDES.hs, dist/build/test-crypton/test-crypton-tmp/KAT_TripleDES.o )
2874.60 s
[crypton] [51 of 58] Compiling KAT_DES ( tests/KAT_DES.hs, dist/build/test-crypton/test-crypton-tmp/KAT_DES.o )
2874.60 s
[crypton] [52 of 58] Compiling KAT_Camellia ( tests/KAT_Camellia.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Camellia.o )
2874.60 s
[crypton] [53 of 58] Compiling KAT_CAST5 ( tests/KAT_CAST5.hs, dist/build/test-crypton/test-crypton-tmp/KAT_CAST5.o )
2874.60 s
[crypton] [54 of 58] Compiling KAT_Blowfish ( tests/KAT_Blowfish.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Blowfish.o )
2874.60 s
[crypton] [55 of 58] Compiling KAT_AES ( tests/KAT_AES.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AES.o )
2874.60 s
[crypton] [56 of 58] Compiling BCrypt ( tests/BCrypt.hs, dist/build/test-crypton/test-crypton-tmp/BCrypt.o )
2874.61 s
[crypton] [57 of 58] Compiling XSalsa ( tests/XSalsa.hs, dist/build/test-crypton/test-crypton-tmp/XSalsa.o )
2874.61 s
[crypton] [58 of 58] Compiling Main ( tests/Tests.hs, dist/build/test-crypton/test-crypton-tmp/Main.o )
2874.61 s
[crypton] [59 of 59] Linking dist/build/test-crypton/test-crypton
2874.61 s
[crypton] buildPhase completed in 7 minutes 28 seconds
2874.61 s
[crypton] Phase: checkPhase
2874.61 s
[crypton] Running 1 test suites...
2874.61 s
[crypton] Test suite test-crypton: RUNNING...
2874.61 s
[crypton] crypton
2874.61 s
[crypton] runtime
2874.61 s
[crypton] CPU: OK (0.02s)
2874.61 s
[crypton] [AESNI,PCLMUL,RDRAND]
2874.61 s
[crypton] number
2874.61 s
[crypton] num-bits: OK (0.05s)
2874.61 s
[crypton] +++ OK, passed 100 tests.
2874.61 s
[crypton] num-bits2: OK
2874.61 s
[crypton] +++ OK, passed 100 tests.
2874.61 s
[crypton] generate-param: OK
2874.61 s
[crypton] +++ OK, passed 100 tests.
2874.61 s
[crypton] generate-param2: OK (0.02s)
2874.61 s
[crypton] +++ OK, passed 100 tests.
2874.61 s
[crypton] generate-param-odd: OK
2874.61 s
[crypton] +++ OK, passed 100 tests.
2874.61 s
[crypton] generate-range: OK
2874.61 s
[crypton] +++ OK, passed 100 tests.
2874.61 s
[crypton] generate-prime: OK (1.00s)
2874.61 s
[crypton] +++ OK, passed 100 tests.
2874.61 s
[haskell-src-meta] [2 of 2] Linking dist/build/splices/splices
2874.61 s
[haskell-src-meta] Preprocessing test suite 'unit' for haskell-src-meta-0.8.15..
2874.61 s
[haskell-src-meta] Building test suite 'unit' for haskell-src-meta-0.8.15..
2874.61 s
[haskell-src-meta] [1 of 1] Compiling Main ( tests/Main.hs, dist/build/unit/unit-tmp/Main.o )
2874.61 s
[haskell-src-meta] [2 of 2] Linking dist/build/unit/unit
2874.61 s
[haskell-src-meta] buildPhase completed in 1 minutes 18 seconds
2874.61 s
[haskell-src-meta] Phase: checkPhase
2874.61 s
[haskell-src-meta] Running 3 test suites...
2874.61 s
[haskell-src-meta] Test suite examples: RUNNING...
2874.61 s
[haskell-src-meta]
2874.61 s
[haskell-src-meta] Test suite examples: PASS
2874.61 s
[haskell-src-meta] Test suite logged to: dist/test/haskell-src-meta-0.8.15-examples.log
2874.61 s
[haskell-src-meta] Test suite splices: RUNNING...
2874.61 s
[haskell-src-meta] Test suite splices: PASS
2874.61 s
[haskell-src-meta] Test suite logged to: dist/test/haskell-src-meta-0.8.15-splices.log
2874.61 s
[haskell-src-meta] Test suite unit: RUNNING...
2874.61 s
[haskell-src-meta] unit
2874.61 s
[haskell-src-meta] Deriving clauses preserved: OK
2874.61 s
[haskell-src-meta] Type app preserved: OK
2874.61 s
[haskell-src-meta] Ensure that type tuples reconstructed in proper order: OK
2874.62 s
[haskell-src-meta]
2874.62 s
[haskell-src-meta] All 3 tests passed (0.01s)
2874.62 s
[haskell-src-meta] Test suite unit: PASS
2874.62 s
[haskell-src-meta] Test suite logged to: dist/test/haskell-src-meta-0.8.15-unit.log
2874.62 s
[haskell-src-meta] 3 of 3 test suites (3 of 3 test cases) passed.
2874.62 s
[haskell-src-meta] Phase: haddockPhase
2874.62 s
[lifted-async] Documentation created: dist/doc/html/lifted-async/index.html,
2874.62 s
[lifted-async] dist/doc/html/lifted-async/lifted-async.txt
2874.62 s
[logict] fair conjunction NON-PRODUCTIVE: OK (0.12s)
2874.62 s
[logict] fair conjunction also NON-PRODUCTIVE: OK (0.12s)
2874.62 s
[logict] unfair conjunction is NON-PRODUCTIVE: OK (0.12s)
2874.62 s
[logict] fair conjunction :: []: OK
2874.62 s
[logict] fair conjunction :: ReaderT: OK
2874.62 s
[logict] fair conjunction :: CPS WriterT: OK
2874.62 s
[logict] fair conjunction :: strict StateT: OK
2874.62 s
[logict] fair conjunction :: lazy StateT: OK
2874.62 s
[logict] ifte logical conditional (soft-cut)
2874.62 s
[logict] divisible odds: OK
2874.62 s
[logict] indivisible odds, wrong: OK
2874.62 s
[logict] indivisible odds :: LogicT: OK
2874.62 s
[logict] indivisible odds :: []: OK
2874.62 s
[logict] indivisible odds :: ReaderT: OK
2874.62 s
[logict] indivisible odds :: CPS WriterT: OK
2874.62 s
[logict] indivisible odds :: strict StateT: OK
2874.62 s
[logict] indivisible odds :: strict StateT: OK
2874.62 s
[logict] once (pruning)
2874.62 s
[logict] no pruning: OK
2874.62 s
[logict] with pruning: OK
2874.62 s
[logict] lnot (inversion)
2874.62 s
[logict] inversion :: LogicT: OK
2874.62 s
[logict] inversion :: []: OK
2874.62 s
[logict] inversion :: ReaderT: OK
2874.62 s
[logict] inversion :: CPS WriterT: OK
2874.62 s
[logict] inversion :: strict StateT: OK
2874.62 s
[logict] inversion :: lazy StateT: OK
2874.62 s
[logict]
2874.62 s
[logict] All 71 tests passed (0.51s)
2874.62 s
[logict] Test suite logict-tests: PASS
2874.62 s
[logict] Test suite logged to: dist/test/logict-0.8.2.0-logict-tests.log
2874.62 s
[logict] 1 of 1 test suites (1 of 1 test cases) passed.
2874.62 s
[logict] Phase: haddockPhase
2874.62 s
[logict] Preprocessing library for logict-0.8.2.0..
2874.62 s
[logict] Running Haddock on library for logict-0.8.2.0..
2874.62 s
[logict] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2874.62 s
[logict] 100% ( 3 / 3) in 'Control.Monad.Logic.Class'
2874.62 s
[logict] 100% ( 19 / 19) in 'Control.Monad.Logic'
2874.62 s
[streaming-commons] [10 of 11] Compiling Data.Streaming.Zlib.Lowlevel ( Data/Streaming/Zlib/Lowlevel.hs, dist/build/Data/Streaming/Zlib/Lowlevel.p_o )
2874.62 s
[streaming-commons]
2874.62 s
[streaming-commons] Data/Streaming/Zlib/Lowlevel.hs:105:1: warning : [ GHC-53633 ] [ -Woverlapping-patterns ]
2874.62 s
[streaming-commons] Pattern match is redundant
2874.63 s
[streaming-commons] In an equation for ‘wbToInt’: wbToInt _ = ...
2874.63 s
[streaming-commons] |
2874.63 s
[streaming-commons] 105 | wbToInt _ = 15
2874.63 s
[streaming-commons] | ^^^^^^^^^^^^^^
2874.63 s
[streaming-commons] [11 of 11] Compiling Data.Streaming.Zlib ( Data/Streaming/Zlib.hs, dist/build/Data/Streaming/Zlib.p_o )
2874.63 s
[streaming-commons] Preprocessing test suite 'test' for streaming-commons-0.2.3.0..
2874.63 s
[streaming-commons] Building test suite 'test' for streaming-commons-0.2.3.0..
2874.63 s
[streaming-commons] [1 of 8] Compiling Data.Streaming.ByteString.BuilderSpec ( test/Data/Streaming/ByteString/BuilderSpec.hs, dist/build/test/test-tmp/Data/Streaming/ByteString/BuilderSpec.o )
2874.63 s
[time-compat] Phase: fixupPhase
2874.63 s
[time-compat] shrinking RPATHs of ELF executables and libraries in /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7
2874.63 s
[time-compat] shrinking /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHStime-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm-ghc9.6.4.so
2874.63 s
[time-compat] checking for references to /build/ in /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7...
2874.63 s
[time-compat] patching script interpreter paths in /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7
2874.63 s
[time-compat] stripping (with command strip and flags -S -p) in /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/lib
2874.63 s
[time-compat] shrinking RPATHs of ELF executables and libraries in /nix/store/n8w5dr4xg2n3h2vf8lyg89bin413nzdd-time-compat-1.9.7-doc
2874.63 s
[time-compat] checking for references to /build/ in /nix/store/n8w5dr4xg2n3h2vf8lyg89bin413nzdd-time-compat-1.9.7-doc...
2874.63 s
[time-compat] patching script interpreter paths in /nix/store/n8w5dr4xg2n3h2vf8lyg89bin413nzdd-time-compat-1.9.7-doc
2874.63 s
[vector] [11 of 23] Compiling Data.Vector.Generic ( src/Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o, dist/build/Data/Vector/Generic.dyn_o )
2874.63 s
[asn1-parse] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2874.63 s
[asn1-parse] Using ghc-pkg version 9.6.4 found on system at:
2874.63 s
[asn1-parse] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2874.63 s
[asn1-parse] No ghcjs found
2874.63 s
[asn1-parse] No ghcjs-pkg found
2874.63 s
[asn1-parse] No greencard found
2874.63 s
[asn1-parse] Using haddock version 2.29.2 found on system at:
2874.63 s
[asn1-parse] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2874.63 s
[asn1-parse] No happy found
2874.63 s
[asn1-parse] Using haskell-suite found on system at: haskell-suite-dummy-location
2874.63 s
[asn1-parse] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2874.63 s
[asn1-parse] No hmake found
2874.63 s
[asn1-parse] Using hpc version 0.68 found on system at:
2874.63 s
[asn1-parse] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2874.63 s
[asn1-parse] Using hsc2hs version 0.68.9 found on system at:
2874.63 s
[asn1-parse] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2874.63 s
[asn1-parse] Using hscolour version 1.25 found on system at:
2874.63 s
[asn1-parse] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2874.63 s
[asn1-parse] No jhc found
2874.64 s
[asn1-parse] Using ld found on system at:
2874.64 s
[asn1-parse] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2874.64 s
[asn1-parse] No pkg-config found
2874.64 s
[asn1-parse] Using runghc version 9.6.4 found on system at:
2874.64 s
[asn1-parse] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2874.64 s
[asn1-parse] Using strip version 2.44 found on system at:
2874.64 s
[asn1-parse] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2874.64 s
[asn1-parse] Using tar found on system at:
2874.64 s
[asn1-parse] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2874.64 s
[asn1-parse] No uhc found
2874.64 s
[asn1-parse] Phase: buildPhase
2874.64 s
[asn1-parse] Preprocessing library for asn1-parse-0.9.5..
2874.64 s
[asn1-parse] Building library for asn1-parse-0.9.5..
2874.64 s
[asn1-parse] [1 of 1] Compiling Data.ASN1.Parse ( Data/ASN1/Parse.hs, dist/build/Data/ASN1/Parse.o, dist/build/Data/ASN1/Parse.dyn_o )
2874.64 s
[asn1-parse]
2874.64 s
[asn1-parse] Data/ASN1/Parse.hs:35:1: warning : [ -Wunused-imports ]
2874.64 s
[asn1-parse] The import of ‘Control.Monad.Fail’ is redundant
2874.64 s
[asn1-parse] except perhaps to import instances from ‘Control.Monad.Fail’
2874.64 s
[asn1-parse] To import instances alone, use: import Control.Monad.Fail()
2874.64 s
[asn1-parse] |
2874.64 s
[asn1-parse] 35 | import Control.Monad.Fail
2874.64 s
[asn1-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^
2874.64 s
[asn1-parse]
2874.64 s
[asn1-parse] Data/ASN1/Parse.hs:52:5: warning : [ -Wnoncanonical-monad-instances ]
2874.64 s
[asn1-parse] Noncanonical ‘return’ definition detected
2874.64 s
[asn1-parse] in the instance declaration for ‘Monad ParseASN1’.
2874.64 s
[asn1-parse] ‘return’ will eventually be removed in favour of ‘pure’
2874.64 s
[asn1-parse] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2874.64 s
[asn1-parse] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2874.64 s
[asn1-parse] |
2874.64 s
[asn1-parse] 52 | return a = pure a
2874.64 s
[asn1-parse] | ^^^^^^^^^^^^^^^^^^^^
2874.64 s
[asn1-parse] [1 of 1] Compiling Data.ASN1.Parse ( Data/ASN1/Parse.hs, dist/build/Data/ASN1/Parse.p_o )
2874.64 s
[asn1-parse]
2874.64 s
[asn1-parse] Data/ASN1/Parse.hs:35:1: warning : [ -Wunused-imports ]
2874.64 s
[asn1-parse] The import of ‘Control.Monad.Fail’ is redundant
2874.64 s
[asn1-parse] except perhaps to import instances from ‘Control.Monad.Fail’
2874.64 s
[asn1-parse] To import instances alone, use: import Control.Monad.Fail()
2874.64 s
[asn1-parse] |
2874.64 s
[asn1-parse] 35 | import Control.Monad.Fail
2874.64 s
[asn1-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^
2874.64 s
[asn1-parse]
2874.65 s
[asn1-parse] Data/ASN1/Parse.hs:52:5: warning : [ -Wnoncanonical-monad-instances ]
2874.65 s
[asn1-parse] Noncanonical ‘return’ definition detected
2874.65 s
[asn1-parse] in the instance declaration for ‘Monad ParseASN1’.
2874.65 s
[asn1-parse] ‘return’ will eventually be removed in favour of ‘pure’
2874.65 s
[asn1-parse] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2874.65 s
[asn1-parse] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2874.65 s
[asn1-parse] |
2874.65 s
[asn1-parse] 52 | return a = pure a
2874.65 s
[asn1-parse] | ^^^^^^^^^^^^^^^^^^^^
2875.02 s
[barbies:post-build] Uploading to the NixCI cache: /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0 /nix/store/w8q90m80mdbqcr6y0bnrba1w34psgv1g-barbies-2.1.1.0-doc
2875.70 s
[barbies:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2877.21 s
[barbies:post-build] copying 2 paths...
2877.24 s
[barbies:post-build] copying path '/nix/store/w8q90m80mdbqcr6y0bnrba1w34psgv1g-barbies-2.1.1.0-doc' to 'https://cache.nix-ci.com'...
2879.55 s
[barbies:post-build] copying path '/nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0' to 'https://cache.nix-ci.com'...
2887.44 s
[barbies:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2888.17 s
[barbies:post-build] copying 1 paths...
2888.17 s
[barbies:post-build] copying path '/nix/store/vmfxl8021ka0xrp836lw4fjmxbx0vvxi-barbies-2.1.1.0.drv' to 'https://cache.nix-ci.com'...
2888.82 s
Uploaded barbies in 13.9s
2888.83 s
Progress: 152 of 211 built (11 building), 298 of 298 downloaded from cache
2888.83 s
Built barbies in 3m25s
2889.31 s
[time-compat:post-build] Uploading to the NixCI cache: /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7 /nix/store/n8w5dr4xg2n3h2vf8lyg89bin413nzdd-time-compat-1.9.7-doc
2889.98 s
[time-compat:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2890.74 s
[time-compat:post-build] copying 2 paths...
2890.74 s
[time-compat:post-build] copying path '/nix/store/n8w5dr4xg2n3h2vf8lyg89bin413nzdd-time-compat-1.9.7-doc' to 'https://cache.nix-ci.com'...
2891.85 s
[time-compat:post-build] copying path '/nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7' to 'https://cache.nix-ci.com'...
2894.16 s
[time-compat:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2895.66 s
[time-compat:post-build] copying 1 paths...
2895.66 s
[time-compat:post-build] copying path '/nix/store/ppiv1z5q73av7c2a9l5889h4g1cq9wnp-time-compat-1.9.7.drv' to 'https://cache.nix-ci.com'...
2896.60 s
Uploaded time-compat in 7.4s
2896.60 s
Progress: 153 of 212 built (10 building), 298 of 298 downloaded from cache
2896.60 s
Built time-compat in 3m33s
2896.61 s
[asn1-parse] Phase: checkPhase
2896.61 s
[asn1-parse] Package has no test suites.
2896.61 s
[asn1-parse] Phase: haddockPhase
2896.61 s
[asn1-parse] Preprocessing library for asn1-parse-0.9.5..
2896.61 s
[asn1-parse] Running Haddock on library for asn1-parse-0.9.5..
2896.61 s
[asn1-parse] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2896.61 s
[asn1-parse] 93% ( 15 / 16) in 'Data.ASN1.Parse'
2896.61 s
[asn1-parse] Missing documentation for:
2896.61 s
[asn1-parse] ParseASN1 (Data/ASN1/Parse.hs:38)
2896.61 s
[asn1-parse]
2896.61 s
[asn1-parse] Data/ASN1/Parse.hs:35:1: warning : [ -Wunused-imports ]
2896.61 s
[asn1-parse] The import of ‘Control.Monad.Fail’ is redundant
2896.61 s
[asn1-parse] except perhaps to import instances from ‘Control.Monad.Fail’
2896.61 s
[asn1-parse] To import instances alone, use: import Control.Monad.Fail()
2896.61 s
[asn1-parse] |
2896.61 s
[asn1-parse] 35 | import Control.Monad.Fail
2896.61 s
[asn1-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^
2896.61 s
[asn1-parse]
2896.61 s
[asn1-parse] Data/ASN1/Parse.hs:52:5: warning : [ -Wnoncanonical-monad-instances ]
2896.61 s
[asn1-parse] Noncanonical ‘return’ definition detected
2896.61 s
[asn1-parse] in the instance declaration for ‘Monad ParseASN1’.
2896.61 s
[asn1-parse] ‘return’ will eventually be removed in favour of ‘pure’
2896.61 s
[asn1-parse] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
2896.61 s
[asn1-parse] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2896.61 s
[asn1-parse] |
2896.61 s
[asn1-parse] 52 | return a = pure a
2896.61 s
[asn1-parse] | ^^^^^^^^^^^^^^^^^^^^
2896.61 s
[bifunctors] [14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.o, dist/build/Data/Bifunctor/Tannen.dyn_o )
2896.61 s
[bifunctors] [15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.o, dist/build/Data/Bifunctor/Wrapped.dyn_o )
2896.61 s
[bifunctors] [ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.p_o )
2896.61 s
[bifunctors] [ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, dist/build/Data/Bifunctor/Biap.p_o )
2896.61 s
[concurrent-output] Documentation created: dist/doc/html/concurrent-output/index.html,
2896.61 s
[concurrent-output] dist/doc/html/concurrent-output/concurrent-output.txt
2896.61 s
[concurrent-output] haddockPhase completed in 30 seconds
2896.62 s
[concurrent-output] Phase: installPhase
2896.62 s
[concurrent-output] Installing library in /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
2896.62 s
[crypton] generate-safe-prime: OK (5.87s)
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] as-power-of-2-and-odd: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] squareRoot: OK (0.35s)
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] marshalling-be: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] marshalling-le: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] be-rev-le: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] be-rev-le-40: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] le-rev-be: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] le-rev-be-40: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] marshalling-kat-to-bytearray
2896.62 s
[crypton] 0: OK
2896.62 s
[crypton] 1: OK
2896.62 s
[crypton] 2: OK
2896.62 s
[crypton] 3: OK
2896.62 s
[crypton] 4: OK
2896.62 s
[crypton] marshalling-kat-to-integer
2896.62 s
[crypton] 0: OK
2896.62 s
[crypton] 1: OK
2896.62 s
[crypton] 2: OK
2896.62 s
[crypton] 3: OK
2896.62 s
[crypton] 4: OK
2896.62 s
[crypton] number.F2m
2896.62 s
[crypton] addF2m
2896.62 s
[crypton] commutative: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] associative: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] 0 is neutral: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] nullable: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] works per bit: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] modF2m
2896.62 s
[crypton] idempotent: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] upper bound: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] reach upper: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] lower bound: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] reach lower: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] additive: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] mulF2m
2896.62 s
[crypton] commutative: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] associative: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] 1 is neutral: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] 0 is annihilator: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] distributive: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] squareF2m
2896.62 s
[crypton] sqr(a) == a * a: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] sqrt(a) * sqrt(a) = a in GF(2^16): OK (0.77s)
2896.62 s
[crypton] +++ OK, passed 1 test.
2896.62 s
[crypton] powF2m
2896.62 s
[crypton] 2 is square: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] 1 is identity: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] 0 is annihilator: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] (a * b) ^ c == (a ^ c) * (b ^ c): OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] a ^ (b + c) == (a ^ b) * (a ^ c): OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] a ^ (b * c) == (a ^ b) ^ c: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] invF2m
2896.62 s
[crypton] 1 / a * a == 1: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] 1 / a == a (mod a^2-1): OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] divF2m
2896.62 s
[crypton] 1 / a == inv a: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] a / b == a * inv b: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] a * b / b == a: OK
2896.62 s
[crypton] +++ OK, passed 100 tests.
2896.62 s
[crypton] hash
2896.62 s
[crypton] KATs
2896.62 s
[crypton] MD2
2896.62 s
[crypton] 1: OK
2896.62 s
[crypton] 2: OK
2896.62 s
[crypton] 3: OK
2896.62 s
[crypton] MD4
2896.62 s
[crypton] 1: OK
2896.62 s
[crypton] 2: OK
2896.62 s
[crypton] 3: OK
2896.62 s
[crypton] MD5
2896.62 s
[crypton] 1: OK
2896.62 s
[genvalidity-property] Documentation created: dist/doc/html/genvalidity-property/index.html,
2896.62 s
[genvalidity-property] dist/doc/html/genvalidity-property/genvalidity-property.txt
2896.62 s
[genvalidity-property] Preprocessing test suite 'genvalidity-property-test' for genvalidity-property-1.0.0.0..
2896.62 s
[genvalidity-property] haddockPhase completed in 33 seconds
2896.62 s
[genvalidity-property] Phase: installPhase
2896.62 s
[genvalidity-property] Installing library in /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
2896.62 s
[genvalidity-property] Phase: fixupPhase
2896.62 s
[genvalidity-property] shrinking RPATHs of ELF executables and libraries in /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0
2896.62 s
[genvalidity-property] shrinking /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSgenvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD-ghc9.6.4.so
2896.62 s
[genvalidity-property] checking for references to /build/ in /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0...
2896.62 s
[genvalidity-property] patching script interpreter paths in /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0
2896.62 s
[genvalidity-property] stripping (with command strip and flags -S -p) in /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/lib
2896.62 s
[genvalidity-property] shrinking RPATHs of ELF executables and libraries in /nix/store/1jzkz0vvyvifg9mr15kfc131jw8cgy30-genvalidity-property-1.0.0.0-doc
2896.62 s
[genvalidity-property] checking for references to /build/ in /nix/store/1jzkz0vvyvifg9mr15kfc131jw8cgy30-genvalidity-property-1.0.0.0-doc...
2896.62 s
[genvalidity-property] patching script interpreter paths in /nix/store/1jzkz0vvyvifg9mr15kfc131jw8cgy30-genvalidity-property-1.0.0.0-doc
2896.62 s
[haskell-src-meta] Preprocessing library for haskell-src-meta-0.8.15..
2896.62 s
[haskell-src-meta] Running Haddock on library for haskell-src-meta-0.8.15..
2896.62 s
[haskell-src-meta] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2896.62 s
[haskell-src-meta] 100% ( 3 / 3) in 'Language.Haskell.Meta.Extensions'
2896.62 s
[haskell-src-meta] 2% ( 1 / 45) in 'Language.Haskell.Meta.Syntax.Translate'
2896.62 s
[haskell-src-meta] Missing documentation for:
2896.62 s
[haskell-src-meta] DerivClause (src/Language/Haskell/Meta/Syntax/Translate.hs:47)
2896.62 s
[haskell-src-meta] ToName (src/Language/Haskell/Meta/Syntax/Translate.hs:31)
2896.62 s
[haskell-src-meta] ToNames (src/Language/Haskell/Meta/Syntax/Translate.hs:32)
2896.63 s
[haskell-src-meta] ToLit (src/Language/Haskell/Meta/Syntax/Translate.hs:33)
2896.63 s
[haskell-src-meta] ToType (src/Language/Haskell/Meta/Syntax/Translate.hs:34)
2896.63 s
[haskell-src-meta] ToPat (src/Language/Haskell/Meta/Syntax/Translate.hs:35)
2896.63 s
[haskell-src-meta] ToExp (src/Language/Haskell/Meta/Syntax/Translate.hs:36)
2896.63 s
[haskell-src-meta] ToDecs (src/Language/Haskell/Meta/Syntax/Translate.hs:37)
2896.63 s
[haskell-src-meta] ToDec (src/Language/Haskell/Meta/Syntax/Translate.hs:38)
2896.63 s
[haskell-src-meta] ToStmt (src/Language/Haskell/Meta/Syntax/Translate.hs:39)
2896.63 s
[haskell-src-meta] ToLoc (src/Language/Haskell/Meta/Syntax/Translate.hs:40)
2896.63 s
[haskell-src-meta] ToCxt (src/Language/Haskell/Meta/Syntax/Translate.hs:41)
2896.63 s
[haskell-src-meta] ToPred (src/Language/Haskell/Meta/Syntax/Translate.hs:42)
2896.63 s
[haskell-src-meta] ToTyVars (src/Language/Haskell/Meta/Syntax/Translate.hs:43)
2896.63 s
[haskell-src-meta] ToMaybeKind (src/Language/Haskell/Meta/Syntax/Translate.hs:44)
2896.63 s
[haskell-src-meta] ToInjectivityAnn (src/Language/Haskell/Meta/Syntax/Translate.hs:45)
2896.63 s
[haskell-src-meta] ToDerivClauses (src/Language/Haskell/Meta/Syntax/Translate.hs:49)
2896.63 s
[haskell-src-meta] moduleName (src/Language/Haskell/Meta/Syntax/Translate.hs:52)
2896.63 s
[haskell-src-meta] noTH (src/Language/Haskell/Meta/Syntax/Translate.hs:56)
2896.63 s
[haskell-src-meta] noTHyet (src/Language/Haskell/Meta/Syntax/Translate.hs:60)
2896.63 s
[haskell-src-meta] todo (src/Language/Haskell/Meta/Syntax/Translate.hs:65)
2896.63 s
[haskell-src-meta] nonsense (src/Language/Haskell/Meta/Syntax/Translate.hs:69)
2896.63 s
[haskell-src-meta] toTupEl (src/Language/Haskell/Meta/Syntax/Translate.hs:74)
2896.63 s
[haskell-src-meta] toFieldExp (src/Language/Haskell/Meta/Syntax/Translate.hs:251)
2896.63 s
[haskell-src-meta] toGuard (src/Language/Haskell/Meta/Syntax/Translate.hs:309)
2896.63 s
[haskell-src-meta] toMatch (src/Language/Haskell/Meta/Syntax/Translate.hs:302)
2896.63 s
[haskell-src-meta] toBody (src/Language/Haskell/Meta/Syntax/Translate.hs:305)
2896.63 s
[haskell-src-meta] toKind (src/Language/Haskell/Meta/Syntax/Translate.hs:377)
2896.63 s
[haskell-src-meta] toTyVar (src/Language/Haskell/Meta/Syntax/Translate.hs:380)
2896.63 s
[haskell-src-meta] toTyVarSpec (src/Language/Haskell/Meta/Syntax/Translate.hs:390)
2896.63 s
[haskell-src-meta] toTyVarsVis (src/Language/Haskell/Meta/Syntax/Translate.hs:406)
2896.63 s
[haskell-src-meta] .->. (src/Language/Haskell/Meta/Syntax/Translate.hs:463)
2896.63 s
[haskell-src-meta] foldAppT (src/Language/Haskell/Meta/Syntax/Translate.hs:525)
2896.63 s
[haskell-src-meta] toStrictType (src/Language/Haskell/Meta/Syntax/Translate.hs:452)
2896.63 s
[haskell-src-meta] toDerivStrategy (src/Language/Haskell/Meta/Syntax/Translate.hs:498)
2896.63 s
[haskell-src-meta] qualConDeclToCon (src/Language/Haskell/Meta/Syntax/Translate.hs:697)
2896.63 s
[haskell-src-meta] transAct (src/Language/Haskell/Meta/Syntax/Translate.hs:636)
2896.63 s
[haskell-src-meta] hsMatchesToFunD (src/Language/Haskell/Meta/Syntax/Translate.hs:731)
2896.63 s
[haskell-src-meta] hsRhsToBody (src/Language/Haskell/Meta/Syntax/Translate.hs:749)
2896.63 s
[haskell-src-meta] conDeclToCon (src/Language/Haskell/Meta/Syntax/Translate.hs:716)
2896.63 s
[haskell-src-meta] hsMatchToClause (src/Language/Haskell/Meta/Syntax/Translate.hs:737)
2896.63 s
[haskell-src-meta] hsGuardedRhsToBody (src/Language/Haskell/Meta/Syntax/Translate.hs:760)
2896.63 s
[haskell-src-meta] hsStmtToGuard (src/Language/Haskell/Meta/Syntax/Translate.hs:773)
2896.63 s
[haskell-src-meta] TyVarBndr_ (src/Language/Haskell/Meta/THCompat.hs:27)
2896.63 s
[haskell-src-meta] 15% ( 3 / 19) in 'Language.Haskell.Meta.Parse'
2896.63 s
[haskell-src-meta] Missing documentation for:
2896.63 s
[haskell-src-meta] parsePat (src/Language/Haskell/Meta/Parse.hs:45)
2896.63 s
[haskell-src-meta] parseExp (src/Language/Haskell/Meta/Parse.hs:48)
2896.63 s
[haskell-src-meta] parseType (src/Language/Haskell/Meta/Parse.hs:51)
2896.63 s
[haskell-src-meta] parseDecs (src/Language/Haskell/Meta/Parse.hs:54)
2896.63 s
[haskell-src-meta] myDefaultParseMode (src/Language/Haskell/Meta/Parse.hs:66)
2896.63 s
[haskell-src-meta] myDefaultExtensions (src/Language/Haskell/Meta/Parse.hs:73)
2896.63 s
[haskell-src-meta] parseResultToEither (src/Language/Haskell/Meta/Parse.hs:86)
2896.63 s
[haskell-src-meta] parseHsModule (src/Language/Haskell/Meta/Parse.hs:92)
2896.63 s
[haskell-src-meta] parseHsDecls (src/Language/Haskell/Meta/Parse.hs:95)
2896.63 s
[haskell-src-meta] parseHsType (src/Language/Haskell/Meta/Parse.hs:105)
2896.63 s
[haskell-src-meta] parseHsExp (src/Language/Haskell/Meta/Parse.hs:109)
2896.63 s
[haskell-src-meta] parseHsPat (src/Language/Haskell/Meta/Parse.hs:112)
2896.63 s
[haskell-src-meta] pprHsModule (src/Language/Haskell/Meta/Parse.hs:115)
2896.63 s
[haskell-src-meta] moduleDecls (src/Language/Haskell/Meta/Parse.hs:119)
2896.63 s
[lifted-async] haddockPhase completed in 33 seconds
2896.63 s
[lifted-async] Phase: installPhase
2896.63 s
[lifted-async] Installing library in /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
2896.63 s
[lifted-async] Phase: fixupPhase
2896.63 s
[lifted-async] shrinking RPATHs of ELF executables and libraries in /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7
2896.63 s
[lifted-async] shrinking /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSlifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu-ghc9.6.4.so
2896.63 s
[lifted-async] checking for references to /build/ in /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7...
2896.63 s
[lifted-async] patching script interpreter paths in /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7
2896.63 s
[lifted-async] stripping (with command strip and flags -S -p) in /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/lib
2896.63 s
[lifted-async] shrinking RPATHs of ELF executables and libraries in /nix/store/69yv0rh159a8wmaazp25h993ms2f259c-lifted-async-0.10.2.7-doc
2896.63 s
[lifted-async] checking for references to /build/ in /nix/store/69yv0rh159a8wmaazp25h993ms2f259c-lifted-async-0.10.2.7-doc...
2896.63 s
[lifted-async] patching script interpreter paths in /nix/store/69yv0rh159a8wmaazp25h993ms2f259c-lifted-async-0.10.2.7-doc
2896.63 s
[logict] Documentation created: dist/doc/html/logict/index.html,
2896.63 s
[logict] dist/doc/html/logict/logict.txt
2896.63 s
[logict] Preprocessing test suite 'logict-tests' for logict-0.8.2.0..
2896.63 s
[logict] Phase: installPhase
2896.63 s
[logict] Installing library in /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
2896.63 s
[logict] Phase: fixupPhase
2896.63 s
[logict] shrinking RPATHs of ELF executables and libraries in /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0
2896.63 s
[logict] shrinking /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSlogict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn-ghc9.6.4.so
2896.63 s
[logict] checking for references to /build/ in /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0...
2896.63 s
[logict] patching script interpreter paths in /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0
2896.63 s
[logict] stripping (with command strip and flags -S -p) in /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/lib
2896.63 s
[logict] shrinking RPATHs of ELF executables and libraries in /nix/store/8am6yypqfc4m2ms5ladf86g9jq4adjxz-logict-0.8.2.0-doc
2896.63 s
[logict] checking for references to /build/ in /nix/store/8am6yypqfc4m2ms5ladf86g9jq4adjxz-logict-0.8.2.0-doc...
2896.63 s
[logict] patching script interpreter paths in /nix/store/8am6yypqfc4m2ms5ladf86g9jq4adjxz-logict-0.8.2.0-doc
2896.63 s
[streaming-commons] [2 of 8] Compiling Data.Streaming.FileReadSpec ( test/Data/Streaming/FileReadSpec.hs, dist/build/test/test-tmp/Data/Streaming/FileReadSpec.o )
2896.63 s
[streaming-commons] [3 of 8] Compiling Data.Streaming.FilesystemSpec ( test/Data/Streaming/FilesystemSpec.hs, dist/build/test/test-tmp/Data/Streaming/FilesystemSpec.o )
2896.63 s
[streaming-commons] [4 of 8] Compiling Data.Streaming.NetworkSpec ( test/Data/Streaming/NetworkSpec.hs, dist/build/test/test-tmp/Data/Streaming/NetworkSpec.o )
2896.63 s
[streaming-commons] [5 of 8] Compiling Data.Streaming.ProcessSpec ( test/Data/Streaming/ProcessSpec.hs, dist/build/test/test-tmp/Data/Streaming/ProcessSpec.o )
2896.63 s
[streaming-commons] [6 of 8] Compiling Data.Streaming.TextSpec ( test/Data/Streaming/TextSpec.hs, dist/build/test/test-tmp/Data/Streaming/TextSpec.o )
2896.63 s
[streaming-commons] [7 of 8] Compiling Data.Streaming.ZlibSpec ( test/Data/Streaming/ZlibSpec.hs, dist/build/test/test-tmp/Data/Streaming/ZlibSpec.o )
2896.63 s
[streaming-commons] [8 of 8] Compiling Main ( test/Spec.hs, dist/build/test/test-tmp/Main.o )
2896.63 s
[streaming-commons] [9 of 9] Linking dist/build/test/test
2896.63 s
[streaming-commons] buildPhase completed in 1 minutes 19 seconds
2896.63 s
[streaming-commons] Phase: checkPhase
2896.63 s
[streaming-commons] Running 1 test suites...
2896.63 s
[streaming-commons] Test suite test: RUNNING...
2896.63 s
[streaming-commons]
2896.63 s
[streaming-commons] Data.Streaming.ByteString.Builder
2896.63 s
[streaming-commons] Data.Streaming.ByteString.Builder
2896.63 s
[streaming-commons] idempotent to toLazyByteString [✔]
2896.63 s
[streaming-commons] +++ OK, passed 100 tests.
2896.63 s
[streaming-commons] works for large input [✔]
2896.63 s
[streaming-commons] works for lazy bytestring insertion [✔]
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] SHA1
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] SHA224
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] SHA256
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] SHA384
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] SHA512
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] SHA512/224
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] SHA512/256
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] RIPEMD160
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] Tiger
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] Skein256-256
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] Skein512-384
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] Skein512-512
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] Whirlpool
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] Keccak-224
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] Keccak-256
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] Keccak-384
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] Keccak-512
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] SHA3-224
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] SHA3-256
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] SHA3-384
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] SHA3-512
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] Blake2b-160
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] Blake2b-224
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] Blake2b-256
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2896.63 s
[crypton] Blake2b-384
2896.63 s
[crypton] 1: OK
2896.63 s
[crypton] 2: OK
2896.63 s
[crypton] 3: OK
2897.04 s
[genvalidity-property:post-build] Uploading to the NixCI cache: /nix/store/1jzkz0vvyvifg9mr15kfc131jw8cgy30-genvalidity-property-1.0.0.0-doc /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0
2897.74 s
[genvalidity-property:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2898.31 s
[genvalidity-property:post-build] copying 2 paths...
2898.31 s
[genvalidity-property:post-build] copying path '/nix/store/1jzkz0vvyvifg9mr15kfc131jw8cgy30-genvalidity-property-1.0.0.0-doc' to 'https://cache.nix-ci.com'...
2899.17 s
[genvalidity-property:post-build] copying path '/nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0' to 'https://cache.nix-ci.com'...
2902.52 s
[genvalidity-property:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2903.38 s
[genvalidity-property:post-build] copying 1 paths...
2903.38 s
[genvalidity-property:post-build] copying path '/nix/store/wdjff0kxh5ffzp74w0hqsg5zwidhnnf5-genvalidity-property-1.0.0.0.drv' to 'https://cache.nix-ci.com'...
2904.09 s
Uploaded genvalidity-property in 7.2s
2904.10 s
Progress: 154 of 211 built (9 building), 298 of 298 downloaded from cache
2904.10 s
Built genvalidity-property in 1m54s
2904.10 s
[haskell-src-meta] noSrcSpanInfo (src/Language/Haskell/Meta/Parse.hs:138)
2904.10 s
[haskell-src-meta] emptyHsModule (src/Language/Haskell/Meta/Parse.hs:129)
2904.10 s
[haskell-src-meta] 100% ( 4 / 4) in 'Language.Haskell.Meta'
2904.10 s
[haskell-src-meta] 22% ( 11 / 48) in 'Language.Haskell.Meta.Utils'
2904.10 s
[haskell-src-meta] Missing documentation for:
2904.11 s
[haskell-src-meta] TyVarBndrVis (src/Language/Haskell/Meta/Utils.hs:47)
2904.11 s
[haskell-src-meta] conName (src/Language/Haskell/Meta/Utils.hs:304)
2904.11 s
[haskell-src-meta] dataDCons (src/Language/Haskell/Meta/Utils.hs:33)
2904.11 s
[haskell-src-meta] decCons (src/Language/Haskell/Meta/Utils.hs:38)
2904.11 s
[haskell-src-meta] decTyVars (src/Language/Haskell/Meta/Utils.hs:51)
2904.11 s
[haskell-src-meta] decName (src/Language/Haskell/Meta/Utils.hs:59)
2904.11 s
[haskell-src-meta] foreignName (src/Language/Haskell/Meta/Utils.hs:70)
2904.11 s
[haskell-src-meta] cleanNames (src/Language/Haskell/Meta/Utils.hs:75)
2904.11 s
[haskell-src-meta] pp (src/Language/Haskell/Meta/Utils.hs:96)
2904.11 s
[haskell-src-meta] ppDoc (src/Language/Haskell/Meta/Utils.hs:99)
2904.11 s
[haskell-src-meta] gpretty (src/Language/Haskell/Meta/Utils.hs:103)
2904.11 s
[haskell-src-meta] nameToRawCodeStr (src/Language/Haskell/Meta/Utils.hs:119)
2904.11 s
[haskell-src-meta] |$| (src/Language/Haskell/Meta/Utils.hs:140)
2904.11 s
[haskell-src-meta] |.| (src/Language/Haskell/Meta/Utils.hs:144)
2904.11 s
[haskell-src-meta] |->| (src/Language/Haskell/Meta/Utils.hs:148)
2904.11 s
[haskell-src-meta] unForall (src/Language/Haskell/Meta/Utils.hs:154)
2904.11 s
[haskell-src-meta] functionT (src/Language/Haskell/Meta/Utils.hs:158)
2904.11 s
[haskell-src-meta] mkVarT (src/Language/Haskell/Meta/Utils.hs:161)
2904.11 s
[haskell-src-meta] applyT (src/Language/Haskell/Meta/Utils.hs:218)
2904.11 s
[haskell-src-meta] substT (src/Language/Haskell/Meta/Utils.hs:226)
2904.11 s
[haskell-src-meta] splitCon (src/Language/Haskell/Meta/Utils.hs:239)
2904.11 s
[haskell-src-meta] conTypes (src/Language/Haskell/Meta/Utils.hs:250)
2904.11 s
[haskell-src-meta] strictTypeTy (src/Language/Haskell/Meta/Utils.hs:243)
2904.11 s
[haskell-src-meta] varStrictTypeTy (src/Language/Haskell/Meta/Utils.hs:246)
2904.11 s
[haskell-src-meta] conToConType (src/Language/Haskell/Meta/Utils.hs:261)
2904.11 s
[haskell-src-meta] unwindT (src/Language/Haskell/Meta/Utils.hs:267)
2904.11 s
[haskell-src-meta] unwindE (src/Language/Haskell/Meta/Utils.hs:275)
2904.11 s
[haskell-src-meta] typeToName (src/Language/Haskell/Meta/Utils.hs:290)
2904.11 s
[haskell-src-meta] recCName (src/Language/Haskell/Meta/Utils.hs:314)
2904.11 s
[haskell-src-meta] fromDataConI (src/Language/Haskell/Meta/Utils.hs:318)
2904.11 s
[haskell-src-meta] fromTyConI (src/Language/Haskell/Meta/Utils.hs:332)
2904.11 s
[haskell-src-meta] mkFunD (src/Language/Haskell/Meta/Utils.hs:336)
2904.11 s
[haskell-src-meta] mkClauseQ (src/Language/Haskell/Meta/Utils.hs:339)
2904.11 s
[haskell-src-meta] toPatQ (src/Language/Haskell/Meta/Utils.hs:369)
2904.11 s
[haskell-src-meta] showToPatQ (src/Language/Haskell/Meta/Utils.hs:372)
2904.11 s
[haskell-src-meta] eitherQ (src/Language/Haskell/Meta/Utils.hs:377)
2904.11 s
[haskell-src-meta] normalizeT (src/Language/Haskell/Meta/Utils.hs:385)
2904.72 s
[lifted-async:post-build] Uploading to the NixCI cache: /nix/store/69yv0rh159a8wmaazp25h993ms2f259c-lifted-async-0.10.2.7-doc /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7
2905.36 s
[lifted-async:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2905.84 s
[lifted-async:post-build] copying 2 paths...
2905.84 s
[lifted-async:post-build] copying path '/nix/store/69yv0rh159a8wmaazp25h993ms2f259c-lifted-async-0.10.2.7-doc' to 'https://cache.nix-ci.com'...
2906.60 s
[lifted-async:post-build] copying path '/nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7' to 'https://cache.nix-ci.com'...
2909.17 s
[lifted-async:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2909.93 s
[lifted-async:post-build] copying 1 paths...
2909.94 s
[lifted-async:post-build] copying path '/nix/store/9gk0gk9jahpviqg0kpv9wdy0yj6f69fi-lifted-async-0.10.2.7.drv' to 'https://cache.nix-ci.com'...
2910.82 s
Uploaded lifted-async in 6.5s
2910.83 s
Progress: 155 of 212 built (8 building), 298 of 298 downloaded from cache
2910.83 s
Built lifted-async in 1m53s
2911.14 s
[logict:post-build] Uploading to the NixCI cache: /nix/store/8am6yypqfc4m2ms5ladf86g9jq4adjxz-logict-0.8.2.0-doc /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0
2911.61 s
[logict:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2912.31 s
[logict:post-build] copying 2 paths...
2912.31 s
[logict:post-build] copying path '/nix/store/8am6yypqfc4m2ms5ladf86g9jq4adjxz-logict-0.8.2.0-doc' to 'https://cache.nix-ci.com'...
2913.16 s
[logict:post-build] copying path '/nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0' to 'https://cache.nix-ci.com'...
2917.03 s
[logict:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2917.90 s
[logict:post-build] copying 1 paths...
2917.90 s
[logict:post-build] copying path '/nix/store/k125af4c206wakga6jgyqypgbrxw55z1-logict-0.8.2.0.drv' to 'https://cache.nix-ci.com'...
2918.59 s
Uploaded logict in 7.6s
2918.60 s
Progress: 156 of 213 built (7 building), 298 of 298 downloaded from cache
2918.60 s
Built logict in 2m01s
2918.97 s
Building /nix/store/w7fmwfjs7r2xsvg5l2qmc96wxxn4p5j2-genvalidity-hspec-1.0.0.3.drv
2919.29 s
Building /nix/store/6mfi3vcj99s8ksjsgyqq7vismidimf91-smallcheck-1.2.1.1.drv
2919.29 s
[asn1-parse] Documentation created: dist/doc/html/asn1-parse/index.html,
2919.29 s
[asn1-parse] dist/doc/html/asn1-parse/asn1-parse.txt
2919.29 s
[asn1-parse] Phase: installPhase
2919.29 s
[asn1-parse] Installing library in /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/asn1-parse-0.9.5-5XOL0a7xkIy5Mjeyn6JlzP
2919.29 s
[asn1-parse] Phase: fixupPhase
2919.29 s
[asn1-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5
2919.29 s
[asn1-parse] shrinking /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSasn1-parse-0.9.5-5XOL0a7xkIy5Mjeyn6JlzP-ghc9.6.4.so
2919.29 s
[asn1-parse] checking for references to /build/ in /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5...
2919.29 s
[asn1-parse] patching script interpreter paths in /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5
2919.29 s
[asn1-parse] stripping (with command strip and flags -S -p) in /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/lib
2919.29 s
[asn1-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/jrqryd7la8m6xhhvysiy491f761h4z9g-asn1-parse-0.9.5-doc
2919.29 s
[asn1-parse] checking for references to /build/ in /nix/store/jrqryd7la8m6xhhvysiy491f761h4z9g-asn1-parse-0.9.5-doc...
2919.29 s
[asn1-parse] patching script interpreter paths in /nix/store/jrqryd7la8m6xhhvysiy491f761h4z9g-asn1-parse-0.9.5-doc
2919.29 s
[bifunctors] [ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.p_o )
2919.29 s
[bifunctors] [ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.p_o )
2919.29 s
[bifunctors] [ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.p_o )
2919.29 s
[bifunctors] [ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.p_o )
2919.29 s
[bifunctors] [ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.p_o )
2919.30 s
[bifunctors] [ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.p_o )
2919.30 s
[bifunctors] [ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.p_o )
2919.30 s
[bifunctors] [10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.p_o )
2919.30 s
[bifunctors] [11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.p_o )
2919.30 s
[bifunctors] [12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.p_o )
2919.30 s
[bifunctors] [13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.p_o )
2919.30 s
[bifunctors] [14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.p_o )
2919.30 s
[bifunctors] [15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.p_o )
2919.30 s
[bifunctors] Preprocessing test suite 'bifunctors-spec' for bifunctors-5.6.2..
2919.30 s
[bifunctors] Building test suite 'bifunctors-spec' for bifunctors-5.6.2..
2919.30 s
[bifunctors] [1 of 3] Compiling BifunctorSpec ( tests/BifunctorSpec.hs, dist/build/bifunctors-spec/bifunctors-spec-tmp/BifunctorSpec.o )
2919.30 s
[concurrent-output] Phase: fixupPhase
2919.30 s
[concurrent-output] shrinking RPATHs of ELF executables and libraries in /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21
2919.30 s
[concurrent-output] shrinking /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSconcurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF-ghc9.6.4.so
2919.30 s
[concurrent-output] checking for references to /build/ in /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21...
2919.30 s
[concurrent-output] patching script interpreter paths in /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21
2919.30 s
[concurrent-output] stripping (with command strip and flags -S -p) in /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/lib
2919.30 s
[concurrent-output] shrinking RPATHs of ELF executables and libraries in /nix/store/z3wk2jxarmqs4cfab8xb74hxai928g70-concurrent-output-1.10.21-doc
2919.30 s
[concurrent-output] checking for references to /build/ in /nix/store/z3wk2jxarmqs4cfab8xb74hxai928g70-concurrent-output-1.10.21-doc...
2919.30 s
[concurrent-output] patching script interpreter paths in /nix/store/z3wk2jxarmqs4cfab8xb74hxai928g70-concurrent-output-1.10.21-doc
2919.30 s
[crypton] Blake2b-512
2919.30 s
[crypton] 1: OK
2919.30 s
[crypton] 2: OK
2919.30 s
[crypton] 3: OK
2919.30 s
[crypton] Blake2s-160
2919.30 s
[crypton] 1: OK
2919.30 s
[crypton] 2: OK
2919.30 s
[crypton] 3: OK
2919.30 s
[crypton] Blake2s-224
2919.30 s
[crypton] 1: OK
2919.30 s
[crypton] 2: OK
2919.30 s
[crypton] 3: OK
2919.30 s
[crypton] Blake2s-256
2919.30 s
[crypton] 1: OK
2919.30 s
[crypton] 2: OK
2919.30 s
[crypton] 3: OK
2919.30 s
[crypton] SHAKE128_4096
2919.30 s
[crypton] 1: OK
2919.30 s
[crypton] 2: OK
2919.30 s
[crypton] 3: OK
2919.30 s
[crypton] SHAKE256_4096
2919.30 s
[crypton] 1: OK
2919.30 s
[crypton] 2: OK
2919.30 s
[crypton] 3: OK
2919.30 s
[crypton] Blake2b 160
2919.30 s
[crypton] 1: OK
2919.30 s
[crypton] 2: OK
2919.30 s
[crypton] 3: OK
2919.30 s
[crypton] Blake2b 224
2919.30 s
[crypton] 1: OK
2919.30 s
[crypton] 2: OK
2919.30 s
[crypton] 3: OK
2919.30 s
[crypton] Blake2b 256
2919.30 s
[crypton] 1: OK
2919.30 s
[crypton] 2: OK
2919.30 s
[crypton] 3: OK
2919.30 s
[crypton] Blake2b 384
2919.30 s
[crypton] 1: OK
2919.30 s
[crypton] 2: OK
2919.30 s
[crypton] 3: OK
2919.30 s
[crypton] Blake2b 512
2919.30 s
[crypton] 1: OK
2919.30 s
[crypton] 2: OK
2919.30 s
[crypton] 3: OK
2919.30 s
[crypton] Blake2s 160
2919.30 s
[crypton] 1: OK
2919.30 s
[crypton] 2: OK
2919.30 s
[crypton] 3: OK
2919.30 s
[crypton] Blake2s 224
2919.30 s
[crypton] 1: OK
2919.30 s
[crypton] 2: OK
2919.30 s
[crypton] 3: OK
2919.30 s
[crypton] Blake2s 256
2919.30 s
[crypton] 1: OK
2919.30 s
[crypton] 2: OK
2919.30 s
[crypton] 3: OK
2919.30 s
[crypton] Chunking
2919.30 s
[crypton] MD2: OK (0.11s)
2919.30 s
[crypton] +++ OK, passed 100 tests.
2919.30 s
[crypton] MD4: OK (0.07s)
2919.30 s
[crypton] +++ OK, passed 100 tests.
2919.30 s
[crypton] MD5: OK (0.05s)
2919.30 s
[crypton] +++ OK, passed 100 tests.
2919.30 s
[crypton] SHA1: OK (0.05s)
2919.30 s
[crypton] +++ OK, passed 100 tests.
2919.30 s
[crypton] SHA224: OK (0.05s)
2919.30 s
[crypton] +++ OK, passed 100 tests.
2919.30 s
[crypton] SHA256: OK (0.05s)
2919.30 s
[crypton] +++ OK, passed 100 tests.
2919.30 s
[crypton] SHA384: OK (0.05s)
2919.30 s
[crypton] +++ OK, passed 100 tests.
2919.30 s
[crypton] SHA512: OK (0.06s)
2919.30 s
[crypton] +++ OK, passed 100 tests.
2919.30 s
[crypton] SHA512/224: OK (0.05s)
2919.30 s
[crypton] +++ OK, passed 100 tests.
2919.31 s
[crypton] SHA512/256: OK (0.08s)
2919.31 s
[crypton] +++ OK, passed 100 tests.
2919.31 s
[crypton] RIPEMD160: OK (0.05s)
2919.31 s
[crypton] +++ OK, passed 100 tests.
2919.31 s
[crypton] Tiger: OK (0.05s)
2919.31 s
[crypton] +++ OK, passed 100 tests.
2919.31 s
[crypton] Skein256-256: OK (0.05s)
2919.31 s
[crypton] +++ OK, passed 100 tests.
2919.31 s
[crypton] Skein512-384: OK (0.05s)
2919.31 s
[crypton] +++ OK, passed 100 tests.
2919.31 s
[crypton] Skein512-512: OK (0.04s)
2919.31 s
[crypton] +++ OK, passed 100 tests.
2919.31 s
[crypton] Whirlpool: OK (0.04s)
2919.31 s
[crypton] +++ OK, passed 100 tests.
2919.31 s
[crypton] Keccak-224: OK (0.05s)
2919.31 s
[crypton] +++ OK, passed 100 tests.
2919.31 s
[crypton] Keccak-256: OK (0.05s)
2919.31 s
[crypton] +++ OK, passed 100 tests.
2919.31 s
[crypton] Keccak-384: OK (0.04s)
2919.31 s
[crypton] +++ OK, passed 100 tests.
2919.31 s
[crypton] Keccak-512: OK (0.08s)
2919.31 s
[crypton] +++ OK, passed 100 tests.
2919.31 s
[genvalidity-hspec] Phase: setupCompilerEnvironmentPhase
2919.31 s
[genvalidity-hspec] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2919.31 s
[haskell-src-meta] Documentation created: dist/doc/html/haskell-src-meta/index.html,
2919.31 s
[haskell-src-meta] dist/doc/html/haskell-src-meta/haskell-src-meta.txt
2919.31 s
[haskell-src-meta] Preprocessing test suite 'examples' for haskell-src-meta-0.8.15..
2919.31 s
[haskell-src-meta] Preprocessing test suite 'splices' for haskell-src-meta-0.8.15..
2919.31 s
[haskell-src-meta] Preprocessing test suite 'unit' for haskell-src-meta-0.8.15..
2919.31 s
[haskell-src-meta] haddockPhase completed in 30 seconds
2919.31 s
[haskell-src-meta] Phase: installPhase
2919.31 s
[haskell-src-meta] Installing library in /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
2919.31 s
[haskell-src-meta] Phase: fixupPhase
2919.31 s
[haskell-src-meta] shrinking RPATHs of ELF executables and libraries in /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15
2919.31 s
[haskell-src-meta] shrinking /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHShaskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5-ghc9.6.4.so
2919.31 s
[haskell-src-meta] checking for references to /build/ in /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15...
2919.31 s
[haskell-src-meta] patching script interpreter paths in /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15
2919.31 s
[haskell-src-meta] stripping (with command strip and flags -S -p) in /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/lib
2919.31 s
[haskell-src-meta] shrinking RPATHs of ELF executables and libraries in /nix/store/n1hln1m9xlbk65w2y3yzfz16dlnhqgkb-haskell-src-meta-0.8.15-doc
2919.31 s
[haskell-src-meta] checking for references to /build/ in /nix/store/n1hln1m9xlbk65w2y3yzfz16dlnhqgkb-haskell-src-meta-0.8.15-doc...
2919.31 s
[haskell-src-meta] patching script interpreter paths in /nix/store/n1hln1m9xlbk65w2y3yzfz16dlnhqgkb-haskell-src-meta-0.8.15-doc
2919.31 s
[streaming-commons] works for strict bytestring insertion [✔]
2919.31 s
[streaming-commons] +++ OK, passed 100 tests.
2919.31 s
[streaming-commons] flush shouldn't bring in empty strings. [✔]
2919.31 s
[streaming-commons] flushing [✔]
2919.31 s
[streaming-commons] +++ OK, passed 100 tests.
2919.31 s
[streaming-commons] large flush input [✔]
2919.31 s
[streaming-commons] toByteStringIO idempotent to toLazyByteString [✔]
2919.31 s
[streaming-commons] +++ OK, passed 100 tests.
2919.31 s
[streaming-commons] toByteStringIO idempotent to toLazyBytestring, specific case [✔]
2919.31 s
[streaming-commons] Data.Streaming.FileRead
2919.31 s
[streaming-commons] Data.Streaming.FileRead
2919.31 s
[streaming-commons] works [✔]
2919.31 s
[streaming-commons] Data.Streaming.Filesystem
2919.31 s
[streaming-commons] Data.Streaming.Filesystem
2919.31 s
[streaming-commons] dirstream [✔]
2919.31 s
[streaming-commons] getFileType
2919.31 s
[streaming-commons] file [✔]
2919.31 s
[streaming-commons] dir [✔]
2919.31 s
[streaming-commons] file sym [✔]
2919.31 s
[streaming-commons] file sym [✔]
2919.31 s
[streaming-commons] other [✔]
2919.31 s
[streaming-commons] recursive symlink is other [✔]
2919.31 s
[streaming-commons] dangling symlink is other [✔]
2919.31 s
[streaming-commons] Data.Streaming.Network
2919.31 s
[streaming-commons] getDefaultReadBufferSize
2919.31 s
[streaming-commons] sanity [✔]
2919.31 s
[streaming-commons] getUnassignedPort
2919.31 s
[streaming-commons] sanity [✔]
2919.31 s
[streaming-commons] bindRandomPortTCP
2919.31 s
[streaming-commons] sanity [✔]
2919.31 s
[streaming-commons] +++ OK, passed 5 tests.
2919.31 s
[streaming-commons] Data.Streaming.Process
2919.73 s
[asn1-parse:post-build] Uploading to the NixCI cache: /nix/store/jrqryd7la8m6xhhvysiy491f761h4z9g-asn1-parse-0.9.5-doc /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5
2920.35 s
[asn1-parse:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2921.07 s
[asn1-parse:post-build] copying 2 paths...
2921.07 s
[asn1-parse:post-build] copying path '/nix/store/jrqryd7la8m6xhhvysiy491f761h4z9g-asn1-parse-0.9.5-doc' to 'https://cache.nix-ci.com'...
2921.79 s
[asn1-parse:post-build] copying path '/nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5' to 'https://cache.nix-ci.com'...
2923.54 s
[asn1-parse:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2924.53 s
[asn1-parse:post-build] copying 1 paths...
2924.53 s
[asn1-parse:post-build] copying path '/nix/store/g8chv54yn3wn9kxrcmmmh5gfx5rd78dj-asn1-parse-0.9.5.drv' to 'https://cache.nix-ci.com'...
2925.25 s
Uploaded asn1-parse in 5.7s
2925.25 s
Progress: 157 of 211 built (8 building), 298 of 298 downloaded from cache
2925.25 s
Built asn1-parse in 1m11s
2925.73 s
[concurrent-output:post-build] Uploading to the NixCI cache: /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21 /nix/store/z3wk2jxarmqs4cfab8xb74hxai928g70-concurrent-output-1.10.21-doc
2926.48 s
[concurrent-output:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2927.11 s
[concurrent-output:post-build] copying 2 paths...
2927.11 s
[concurrent-output:post-build] copying path '/nix/store/z3wk2jxarmqs4cfab8xb74hxai928g70-concurrent-output-1.10.21-doc' to 'https://cache.nix-ci.com'...
2927.95 s
[concurrent-output:post-build] copying path '/nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21' to 'https://cache.nix-ci.com'...
2931.58 s
[concurrent-output:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2932.59 s
[concurrent-output:post-build] copying 1 paths...
2932.59 s
[concurrent-output:post-build] copying path '/nix/store/qmcxw2xj6k91z1914wjksza28qphbc5b-concurrent-output-1.10.21.drv' to 'https://cache.nix-ci.com'...
2933.39 s
Uploaded concurrent-output in 7.8s
2933.40 s
Progress: 158 of 212 built (7 building), 298 of 298 downloaded from cache
2933.40 s
Built concurrent-output in 2m16s
2933.40 s
[crypton] SHA3-224: OK (0.04s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] SHA3-256: OK (0.05s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] SHA3-384: OK (0.10s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] SHA3-512: OK (0.05s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2b-160: OK (0.04s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2b-224: OK (0.04s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2b-256: OK (0.04s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2b-384: OK (0.04s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2b-512: OK (0.05s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2s-160: OK (0.13s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2s-224: OK (0.15s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2s-256: OK (0.06s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] SHAKE128_4096: OK (0.05s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] SHAKE256_4096: OK (0.05s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2b 160: OK (0.05s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2b 224: OK (0.05s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2b 256: OK (0.04s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2b 384: OK (0.05s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2b 512: OK (0.05s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2s 160: OK (0.06s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2s 224: OK (0.04s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Blake2s 256: OK (0.06s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Prefix
2933.40 s
[crypton] MD5: OK (0.05s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] SHA1: OK (0.04s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] SHA224: OK (0.04s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] SHA256: OK (0.05s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] SHA384: OK (0.05s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] SHA512: OK (0.05s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Hybrid
2933.40 s
[crypton] MD5: OK (0.08s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] SHA1: OK (0.08s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] SHA224: OK (0.09s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] SHA256: OK (0.08s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] SHA384: OK (0.09s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] SHA512: OK (0.08s)
2933.40 s
[crypton] +++ OK, passed 100 tests.
2933.40 s
[crypton] Truncating
2933.40 s
[crypton] SHAKE128
2933.40 s
[crypton] 1: OK
2933.40 s
[crypton] 2: OK
2933.40 s
[crypton] 3: OK
2933.40 s
[crypton] 4: OK
2933.40 s
[crypton] 5: OK
2933.40 s
[crypton] 6: OK
2933.40 s
[crypton] 7: OK
2933.40 s
[crypton] 8: OK
2933.40 s
[crypton] Padding
2933.40 s
[crypton] Cases
2933.40 s
[crypton] 1: OK
2933.40 s
[crypton] 2: OK
2933.40 s
[crypton] 3: OK
2933.40 s
[crypton] ZeroCases
2933.40 s
[crypton] 1: OK
2933.40 s
[crypton] 2: OK
2933.40 s
[crypton] 3: OK
2933.40 s
[crypton] ConstructHash
2933.40 s
[crypton] MiyaguchiPreneel
2933.40 s
[crypton] KATs
2933.40 s
[crypton] aes128
2933.40 s
[crypton] 1: OK
2933.40 s
[crypton] 2: OK
2933.40 s
[crypton] 3: OK
2933.40 s
[crypton] 4: OK
2933.40 s
[crypton] MAC
2933.40 s
[crypton] Poly1305
2933.84 s
[haskell-src-meta:post-build] Uploading to the NixCI cache: /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15 /nix/store/n1hln1m9xlbk65w2y3yzfz16dlnhqgkb-haskell-src-meta-0.8.15-doc
2934.59 s
[haskell-src-meta:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2935.21 s
[haskell-src-meta:post-build] copying 2 paths...
2935.21 s
[haskell-src-meta:post-build] copying path '/nix/store/n1hln1m9xlbk65w2y3yzfz16dlnhqgkb-haskell-src-meta-0.8.15-doc' to 'https://cache.nix-ci.com'...
2936.17 s
[haskell-src-meta:post-build] copying path '/nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15' to 'https://cache.nix-ci.com'...
2941.52 s
[haskell-src-meta:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2942.66 s
[haskell-src-meta:post-build] copying 1 paths...
2942.66 s
[haskell-src-meta:post-build] copying path '/nix/store/0ai4v45inyiy648nkwbqvg1isjs1mvz0-haskell-src-meta-0.8.15.drv' to 'https://cache.nix-ci.com'...
2943.68 s
Uploaded haskell-src-meta in 10.0s
2943.70 s
Progress: 159 of 213 built (6 building), 298 of 298 downloaded from cache
2943.70 s
Built haskell-src-meta in 2m42s
2943.91 s
Building /nix/store/cnx8mzkkrkv2a4y2qprah1sd5z3amqjq-hedgehog-1.5.drv
2943.91 s
[bifunctors] [2 of 3] Compiling T89Spec ( tests/T89Spec.hs, dist/build/bifunctors-spec/bifunctors-spec-tmp/T89Spec.o )
2943.91 s
[bifunctors] [3 of 3] Compiling Main ( tests/Spec.hs, dist/build/bifunctors-spec/bifunctors-spec-tmp/Main.o )
2943.91 s
[bifunctors] [4 of 4] Linking dist/build/bifunctors-spec/bifunctors-spec
2943.91 s
[bifunctors] buildPhase completed in 1 minutes 41 seconds
2943.91 s
[bifunctors] Phase: checkPhase
2943.91 s
[bifunctors] Running 1 test suites...
2943.91 s
[bifunctors] Test suite bifunctors-spec: RUNNING...
2943.91 s
[bifunctors]
2943.91 s
[bifunctors] Bifunctor
2943.91 s
[bifunctors] OneTwoCompose Maybe Either [Int] [Int]
2943.91 s
[bifunctors] satisfies the Bifunctor laws [✔]
2943.91 s
[bifunctors] +++ OK, passed 100 tests.
2943.91 s
[bifunctors] satisfies the Bifoldable laws [✔]
2943.91 s
[bifunctors] +++ OK, passed 100 tests.
2943.91 s
[bifunctors] satisfies the Bitraversable laws [✔]
2943.91 s
[bifunctors] +++ OK, passed 100 tests.
2943.91 s
[bifunctors] OneTwoComposeFam Maybe Either [Int] [Int]
2943.92 s
[bifunctors] satisfies the Bifunctor laws [✔]
2943.92 s
[bifunctors] +++ OK, passed 100 tests.
2943.92 s
[bifunctors] satisfies the Bifoldable laws [✔]
2943.92 s
[bifunctors] +++ OK, passed 100 tests.
2943.92 s
[bifunctors] satisfies the Bitraversable laws [✔]
2943.92 s
[bifunctors] +++ OK, passed 100 tests.
2943.92 s
[bifunctors]
2943.92 s
[bifunctors] Finished in 0.0442 seconds
2943.92 s
[bifunctors] 6 examples, 0 failures
2943.92 s
[bifunctors] Test suite bifunctors-spec: PASS
2943.92 s
[bifunctors] Test suite logged to: dist/test/bifunctors-5.6.2-bifunctors-spec.log
2943.92 s
[bifunctors] 1 of 1 test suites (1 of 1 test cases) passed.
2943.92 s
[bifunctors] Phase: haddockPhase
2943.92 s
[bifunctors] Preprocessing library for bifunctors-5.6.2..
2943.92 s
[bifunctors] Running Haddock on library for bifunctors-5.6.2..
2943.92 s
[bifunctors] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2943.92 s
[bifunctors] 70% ( 7 / 10) in 'Data.Biapplicative'
2943.92 s
[bifunctors] Missing documentation for:
2943.92 s
[bifunctors] Biapplicative (src/Data/Biapplicative.hs:44)
2943.92 s
[bifunctors] <<$>> (src/Data/Biapplicative.hs:40)
2943.92 s
[bifunctors] <<**>> (src/Data/Biapplicative.hs:73)
2943.92 s
[bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Biap'
2943.92 s
[bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Biff'
2943.92 s
[bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Clown'
2943.92 s
[bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Fix'
2943.92 s
[bifunctors] 14% ( 1 / 7) in 'Data.Bifunctor.Functor'
2943.92 s
[bifunctors] Missing documentation for:
2943.92 s
[bifunctors] Module header
2943.92 s
[bifunctors] BifunctorFunctor (src/Data/Bifunctor/Functor.hs:19)
2943.92 s
[bifunctors] BifunctorMonad (src/Data/Bifunctor/Functor.hs:22)
2943.92 s
[bifunctors] biliftM (src/Data/Bifunctor/Functor.hs:30)
2943.92 s
[bifunctors] BifunctorComonad (src/Data/Bifunctor/Functor.hs:34)
2943.92 s
[bifunctors] biliftW (src/Data/Bifunctor/Functor.hs:42)
2943.92 s
[bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Flip'
2943.92 s
[bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Join'
2943.92 s
[bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Joker'
2943.92 s
[bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Product'
2943.92 s
[bifunctors] 0% ( 0 / 2) in 'Data.Bifunctor.Sum'
2943.92 s
[bifunctors] Missing documentation for:
2943.92 s
[bifunctors] Module header
2943.92 s
[bifunctors] Sum (src/Data/Bifunctor/Sum.hs:22)
2943.92 s
[crypton] V0: OK
2943.92 s
[crypton] Chunking: OK (0.01s)
2943.92 s
[crypton] +++ OK, passed 100 tests.
2943.92 s
[crypton] Blake2
2943.92 s
[crypton] KATs
2943.92 s
[crypton] Blake2b_512
2943.92 s
[crypton] 1: OK
2943.92 s
[crypton] incr-1: OK
2943.92 s
[crypton] 2: OK
2943.92 s
[crypton] incr-2: OK
2943.92 s
[crypton] 3: OK
2943.92 s
[crypton] incr-3: OK
2943.92 s
[crypton] Blake2bp_512
2943.92 s
[crypton] 1: OK
2943.92 s
[crypton] incr-1: OK
2943.92 s
[crypton] 2: OK
2943.92 s
[crypton] incr-2: OK
2943.92 s
[crypton] 3: OK
2943.92 s
[crypton] incr-3: OK
2943.92 s
[crypton] Blake2s_512
2943.92 s
[crypton] 1: OK
2943.92 s
[crypton] incr-1: OK
2943.92 s
[crypton] 2: OK
2943.92 s
[crypton] incr-2: OK
2943.92 s
[crypton] 3: OK
2943.92 s
[crypton] incr-3: OK
2943.92 s
[crypton] Blake2sp_512
2943.92 s
[crypton] 1: OK
2943.92 s
[crypton] incr-1: OK
2943.92 s
[crypton] 2: OK
2943.92 s
[crypton] incr-2: OK
2943.92 s
[crypton] 3: OK
2943.92 s
[crypton] incr-3: OK
2943.92 s
[crypton] properties
2943.92 s
[crypton] Blake2b_512
2943.92 s
[crypton] list-one: OK (0.02s)
2943.92 s
[crypton] +++ OK, passed 100 tests.
2943.92 s
[crypton] list-multi: OK (0.02s)
2943.92 s
[crypton] +++ OK, passed 100 tests.
2943.92 s
[crypton] Blake2bp_512
2943.92 s
[crypton] list-one: OK
2943.92 s
[crypton] +++ OK, passed 100 tests.
2943.92 s
[crypton] list-multi: OK (0.01s)
2943.92 s
[crypton] +++ OK, passed 100 tests.
2943.92 s
[crypton] Blake2s_256
2943.92 s
[crypton] list-one: OK
2943.92 s
[crypton] +++ OK, passed 100 tests.
2943.92 s
[crypton] list-multi: OK (0.02s)
2943.92 s
[crypton] +++ OK, passed 100 tests.
2943.92 s
[crypton] Blake2sp_256
2943.92 s
[crypton] list-one: OK
2943.92 s
[crypton] +++ OK, passed 100 tests.
2943.92 s
[crypton] list-multi: OK (0.02s)
2943.92 s
[crypton] +++ OK, passed 100 tests.
2943.92 s
[crypton] CMAC
2943.92 s
[crypton] KAT - NIST test vectors
2943.92 s
[crypton] aes128
2943.92 s
[crypton] 1: OK
2943.92 s
[crypton] 2: OK
2943.92 s
[crypton] 3: OK
2943.92 s
[crypton] 4: OK
2943.92 s
[crypton] 5: OK
2943.92 s
[crypton] 6: OK
2943.92 s
[crypton] 7: OK
2943.92 s
[crypton] aes192
2943.92 s
[crypton] 1: OK
2943.92 s
[crypton] 2: OK
2943.92 s
[crypton] 3: OK
2943.92 s
[crypton] 4: OK
2943.92 s
[crypton] 5: OK
2943.92 s
[crypton] 6: OK
2943.92 s
[crypton] 7: OK
2943.92 s
[crypton] aes256
2943.92 s
[crypton] 1: OK
2943.92 s
[crypton] 2: OK
2943.92 s
[crypton] 3: OK
2943.92 s
[crypton] 4: OK
2943.92 s
[crypton] 5: OK
2943.92 s
[crypton] 6: OK
2943.92 s
[crypton] 7: OK
2943.92 s
[crypton] Three Key TDEA
2943.92 s
[crypton] 1: OK
2943.92 s
[crypton] 2: OK
2943.92 s
[crypton] 3: OK
2943.92 s
[crypton] 4: OK
2943.92 s
[crypton] 5: OK
2943.92 s
[crypton] 6: OK (0.01s)
2943.92 s
[crypton] 7: OK (0.02s)
2943.92 s
[crypton] Two Key TDEA
2943.92 s
[crypton] 1: OK
2943.92 s
[crypton] 2: OK
2943.92 s
[crypton] 3: OK
2943.92 s
[crypton] 4: OK
2943.92 s
[crypton] 5: OK
2943.92 s
[crypton] 6: OK (0.01s)
2943.92 s
[crypton] 7: OK (0.02s)
2943.92 s
[crypton] HMAC
2943.92 s
[crypton] KATs
2943.92 s
[crypton] md5
2943.92 s
[genvalidity-hspec] Phase: unpackPhase
2943.92 s
[genvalidity-hspec] unpacking source archive /nix/store/vhg4y3nns3sl3ayyc5m0nmyjca7kacd5-genvalidity-hspec-1.0.0.3.tar.gz
2943.93 s
[genvalidity-hspec] source root is genvalidity-hspec-1.0.0.3
2943.93 s
[genvalidity-hspec] setting SOURCE_DATE_EPOCH to timestamp 1696423439 of file "genvalidity-hspec-1.0.0.3/genvalidity-hspec.cabal"
2943.93 s
[genvalidity-hspec] Phase: patchPhase
2943.93 s
[genvalidity-hspec] Phase: compileBuildDriverPhase
2943.93 s
[genvalidity-hspec] setupCompileFlags: -package-db=/build/tmp.N3ZvKRdrh3/setup-package.conf.d -threaded
2943.93 s
[genvalidity-hspec] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.N3ZvKRdrh3/Main.o )
2943.93 s
[genvalidity-hspec] [2 of 2] Linking Setup
2943.93 s
[genvalidity-hspec] Phase: updateAutotoolsGnuConfigScriptsPhase
2943.93 s
[genvalidity-hspec] Phase: configurePhase
2943.93 s
[genvalidity-hspec] configureFlags: --verbose --prefix=/nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/lbdwqw2rb7wsicrn6nl1i8izvlfcmr42-genvalidity-hspec-1.0.0.3-doc/share/doc/genvalidity-hspec-1.0.0.3 --with-gcc=gcc --package-db=/build/tmp.N3ZvKRdrh3/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2943.93 s
[genvalidity-hspec] Using Parsec parser
2943.93 s
[genvalidity-hspec] Configuring genvalidity-hspec-1.0.0.3...
2943.93 s
[genvalidity-hspec] Dependency QuickCheck: using QuickCheck-2.14.3
2943.93 s
[genvalidity-hspec] Dependency base >=4.9 && <5: using base-4.18.2.0
2943.93 s
[genvalidity-hspec] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
2943.93 s
[genvalidity-hspec] Dependency genvalidity-property >=0.5: using genvalidity-property-1.0.0.0
2943.93 s
[genvalidity-hspec] Dependency hspec: using hspec-2.11.12
2943.93 s
[genvalidity-hspec] Dependency hspec-core >=2.5.0: using hspec-core-2.11.12
2943.93 s
[genvalidity-hspec] Dependency transformers: using transformers-0.6.1.0
2943.93 s
[genvalidity-hspec] Dependency validity >=0.5: using validity-0.12.1.0
2943.93 s
[genvalidity-hspec] Dependency QuickCheck: using QuickCheck-2.14.3
2943.93 s
[genvalidity-hspec] Dependency base >=4.9 && <5: using base-4.18.2.0
2943.93 s
[genvalidity-hspec] Dependency genvalidity: using genvalidity-1.1.1.0
2943.93 s
[genvalidity-hspec] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.3
2943.93 s
[genvalidity-hspec] Dependency hspec: using hspec-2.11.12
2943.93 s
[genvalidity-hspec] Dependency hspec-core >=2.5.0: using hspec-core-2.11.12
2943.93 s
[genvalidity-hspec] Source component graph:
2943.93 s
[genvalidity-hspec] component lib
2943.93 s
[genvalidity-hspec] component test:genvalidity-hspec-test dependency lib
2943.93 s
[genvalidity-hspec] Configured component graph:
2943.93 s
[genvalidity-hspec] component genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
2943.93 s
[genvalidity-hspec] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2943.93 s
[genvalidity-hspec] include base-4.18.2.0
2943.93 s
[genvalidity-hspec] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2943.93 s
[genvalidity-hspec] include genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
2943.93 s
[genvalidity-hspec] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2943.93 s
[genvalidity-hspec] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
2943.93 s
[genvalidity-hspec] include transformers-0.6.1.0
2943.93 s
[genvalidity-hspec] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2943.93 s
[genvalidity-hspec] component genvalidity-hspec-1.0.0.3-5u4S8JimShwERWRI1SeQOO-genvalidity-hspec-test
2943.93 s
[genvalidity-hspec] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2943.93 s
[genvalidity-hspec] include base-4.18.2.0
2943.93 s
[genvalidity-hspec] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2943.93 s
[genvalidity-hspec] include genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
2943.93 s
[genvalidity-hspec] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2943.93 s
[genvalidity-hspec] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
2943.93 s
[genvalidity-hspec] Linked component graph:
2943.93 s
[genvalidity-hspec] unit genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
2943.93 s
[genvalidity-hspec] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2943.93 s
[genvalidity-hspec] include base-4.18.2.0
2943.93 s
[genvalidity-hspec] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2943.93 s
[smallcheck] Phase: setupCompilerEnvironmentPhase
2943.93 s
[smallcheck] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2943.93 s
[smallcheck] Phase: unpackPhase
2943.93 s
[smallcheck] unpacking source archive /nix/store/4z2d5xjv0wl7ziyllqx31bwhdql1a9bh-smallcheck-1.2.1.1.tar.gz
2943.93 s
[smallcheck] source root is smallcheck-1.2.1.1
2943.93 s
[smallcheck] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "smallcheck-1.2.1.1/Test/SmallCheck/SeriesMonad.hs"
2943.93 s
[smallcheck] Phase: patchPhase
2943.93 s
[smallcheck] Phase: compileBuildDriverPhase
2943.93 s
[smallcheck] setupCompileFlags: -package-db=/build/tmp.a9OvBngkMh/setup-package.conf.d -threaded
2943.93 s
[smallcheck] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.a9OvBngkMh/Main.o )
2943.93 s
[smallcheck] [2 of 2] Linking Setup
2943.93 s
[smallcheck] Phase: updateAutotoolsGnuConfigScriptsPhase
2943.93 s
[smallcheck] Phase: configurePhase
2943.93 s
[smallcheck] configureFlags: --verbose --prefix=/nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/rz1ridbf20v90ryw2y03xha97s7gkaxw-smallcheck-1.2.1.1-doc/share/doc/smallcheck-1.2.1.1 --with-gcc=gcc --package-db=/build/tmp.a9OvBngkMh/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2943.93 s
[smallcheck] Using Parsec parser
2943.93 s
[smallcheck] Configuring smallcheck-1.2.1.1...
2943.93 s
[smallcheck] Dependency base >=4.3 && <5: using base-4.18.2.0
2943.93 s
[smallcheck] Dependency logict >=0.5 && <0.9: using logict-0.8.2.0
2943.93 s
[smallcheck] Dependency mtl <2.4: using mtl-2.3.1
2943.93 s
[smallcheck] Dependency pretty <1.2: using pretty-1.1.3.6
2943.93 s
[smallcheck] Source component graph: component lib
2943.93 s
[smallcheck] Configured component graph:
2943.93 s
[smallcheck] component smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
2943.93 s
[smallcheck] include base-4.18.2.0
2943.93 s
[smallcheck] include logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
2943.94 s
[smallcheck] include mtl-2.3.1
2943.94 s
[smallcheck] include pretty-1.1.3.6
2943.94 s
[smallcheck] Linked component graph:
2943.94 s
[smallcheck] unit smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
2943.94 s
[smallcheck] include base-4.18.2.0
2943.94 s
[smallcheck] include logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
2943.94 s
[smallcheck] include mtl-2.3.1
2943.94 s
[smallcheck] include pretty-1.1.3.6
2943.94 s
[smallcheck] Test.SmallCheck=smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh:Test.SmallCheck,Test.SmallCheck.Drivers=smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh:Test.SmallCheck.Drivers,Test.SmallCheck.Series=smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh:Test.SmallCheck.Series
2943.94 s
[smallcheck] Ready component graph:
2943.94 s
[smallcheck] definite smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
2943.94 s
[smallcheck] depends base-4.18.2.0
2943.94 s
[smallcheck] depends logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
2943.94 s
[smallcheck] depends mtl-2.3.1
2943.94 s
[smallcheck] depends pretty-1.1.3.6
2943.94 s
[smallcheck] Using Cabal-3.10.1.0 compiled by ghc-9.6
2943.94 s
[smallcheck] Using compiler: ghc-9.6.4
2943.94 s
[smallcheck] Using install prefix:
2943.94 s
[smallcheck] /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1
2943.94 s
[smallcheck] Executables installed in:
2943.94 s
[smallcheck] /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/bin
2943.94 s
[smallcheck] Libraries installed in:
2943.94 s
[smallcheck] /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
2943.94 s
[smallcheck] Dynamic Libraries installed in:
2943.94 s
[smallcheck] /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2943.94 s
[smallcheck] Private executables installed in:
2943.94 s
[smallcheck] /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/libexec/x86_64-linux-ghc-9.6.4/smallcheck-1.2.1.1
2943.94 s
[smallcheck] Data files installed in:
2943.94 s
[streaming-commons] cat [✔]
2943.94 s
[streaming-commons] +++ OK, passed 100 tests.
2943.94 s
[streaming-commons] closed stream [✔]
2943.94 s
[streaming-commons] checked process [✔]
2943.94 s
[streaming-commons] blocking vs non-blocking [✔]
2943.94 s
[streaming-commons] Data.Streaming.Text
2943.94 s
[streaming-commons] Data.Streaming.TextSpec
2943.94 s
[streaming-commons] UTF8
2943.94 s
[streaming-commons] bytes [✔]
2943.95 s
[streaming-commons] +++ OK, passed 100 tests.
2943.95 s
[vector] [12 of 23] Compiling Data.Vector.Mutable ( src/Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o, dist/build/Data/Vector/Mutable.dyn_o )
2943.95 s
[vector] [13 of 23] Compiling Data.Vector ( src/Data/Vector.hs, dist/build/Data/Vector.o, dist/build/Data/Vector.dyn_o )
2943.95 s
[crypton] 1: OK
2943.95 s
[crypton] incr-1: OK
2943.95 s
[crypton] 2: OK
2943.95 s
[crypton] incr-2: OK
2943.95 s
[crypton] sha1
2943.95 s
[crypton] 1: OK
2943.95 s
[crypton] incr-1: OK
2943.95 s
[crypton] 2: OK
2943.95 s
[crypton] incr-2: OK
2943.95 s
[crypton] sha256
2943.95 s
[crypton] 1: OK
2943.95 s
[crypton] incr-1: OK
2943.95 s
[crypton] 2: OK
2943.95 s
[crypton] incr-2: OK
2943.95 s
[crypton] keccak-224
2943.95 s
[crypton] 1: OK
2943.95 s
[crypton] incr-1: OK
2943.95 s
[crypton] keccak-256
2943.95 s
[crypton] 1: OK
2943.95 s
[crypton] incr-1: OK
2943.95 s
[crypton] keccak-384
2943.95 s
[crypton] 1: OK
2943.95 s
[crypton] incr-1: OK
2943.95 s
[crypton] keccak-512
2943.95 s
[crypton] 1: OK
2943.95 s
[crypton] incr-1: OK
2943.95 s
[crypton] sha3-224
2943.95 s
[crypton] 1: OK
2943.95 s
[crypton] incr-1: OK
2943.95 s
[crypton] sha3-256
2943.95 s
[crypton] 1: OK
2943.95 s
[crypton] incr-1: OK
2943.95 s
[crypton] sha3-384
2943.95 s
[crypton] 1: OK
2943.95 s
[crypton] incr-1: OK
2943.95 s
[crypton] sha3-512
2943.95 s
[crypton] 1: OK
2943.95 s
[crypton] incr-1: OK
2943.95 s
[crypton] properties
2943.95 s
[crypton] MD5
2943.95 s
[crypton] list-one: OK
2943.95 s
[crypton] +++ OK, passed 100 tests.
2943.95 s
[crypton] list-multi: OK (0.02s)
2943.95 s
[crypton] +++ OK, passed 100 tests.
2943.95 s
[crypton] SHA1
2943.95 s
[crypton] list-one: OK
2943.95 s
[crypton] +++ OK, passed 100 tests.
2943.95 s
[crypton] list-multi: OK (0.02s)
2943.95 s
[crypton] +++ OK, passed 100 tests.
2943.95 s
[crypton] SHA256
2943.95 s
[crypton] list-one: OK (0.01s)
2943.95 s
[crypton] +++ OK, passed 100 tests.
2943.95 s
[crypton] list-multi: OK (0.03s)
2943.95 s
[crypton] +++ OK, passed 100 tests.
2943.95 s
[crypton] SHA3_224
2943.95 s
[crypton] list-one: OK
2943.95 s
[crypton] +++ OK, passed 100 tests.
2943.95 s
[crypton] list-multi: OK (0.02s)
2943.95 s
[crypton] +++ OK, passed 100 tests.
2943.95 s
[crypton] SHA3_256
2943.95 s
[crypton] list-one: OK
2943.95 s
[crypton] +++ OK, passed 100 tests.
2943.95 s
[crypton] list-multi: OK (0.05s)
2943.95 s
[crypton] +++ OK, passed 100 tests.
2943.95 s
[crypton] SHA3_384
2943.95 s
[crypton] list-one: OK
2943.95 s
[crypton] +++ OK, passed 100 tests.
2943.95 s
[crypton] list-multi: OK (0.11s)
2943.95 s
[crypton] +++ OK, passed 100 tests.
2943.95 s
[crypton] SHA3_512
2943.95 s
[crypton] list-one: OK (0.01s)
2943.95 s
[crypton] +++ OK, passed 100 tests.
2943.95 s
[crypton] list-multi: OK (0.04s)
2943.95 s
[crypton] +++ OK, passed 100 tests.
2943.96 s
[crypton] KMAC
2943.96 s
[crypton] KATs
2943.96 s
[crypton] SHAKE128
2943.96 s
[crypton] 1: OK
2943.96 s
[crypton] incr-1: OK
2943.96 s
[crypton] 2: OK
2943.96 s
[crypton] incr-2: OK
2943.96 s
[crypton] 3: OK
2943.96 s
[crypton] incr-3: OK
2943.96 s
[crypton] SHAKE256
2943.96 s
[crypton] 1: OK
2943.96 s
[crypton] incr-1: OK
2943.96 s
[crypton] 2: OK
2943.96 s
[crypton] incr-2: OK
2943.96 s
[crypton] 3: OK
2943.96 s
[crypton] incr-3: OK
2943.96 s
[crypton] properties
2943.96 s
[crypton] SHAKE128_256
2943.96 s
[crypton] list-one: OK (0.03s)
2943.96 s
[crypton] +++ OK, passed 100 tests.
2943.96 s
[crypton] list-multi: OK (0.09s)
2943.96 s
[crypton] +++ OK, passed 100 tests.
2943.96 s
[crypton] SHAKE256_512
2943.96 s
[crypton] list-one: OK (0.03s)
2943.96 s
[crypton] +++ OK, passed 100 tests.
2943.96 s
[crypton] list-multi: OK (0.07s)
2943.96 s
[crypton] +++ OK, passed 100 tests.
2943.96 s
[crypton] Curve25519
2943.96 s
[crypton] KATs
2943.96 s
[crypton] 0: OK
2943.96 s
[crypton] 1: OK
2943.96 s
[genvalidity-hspec] include genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
2943.96 s
[genvalidity-hspec] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2943.96 s
[genvalidity-hspec] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
2943.96 s
[genvalidity-hspec] include transformers-0.6.1.0
2943.96 s
[genvalidity-hspec] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2943.96 s
[genvalidity-hspec] Test.Validity=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity,Test.Validity.Applicative=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Applicative,Test.Validity.Arbitrary=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Arbitrary,Test.Validity.Eq=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Eq,Test.Validity.Functor=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Functor,Test.Validity.GenValidity=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.GenValidity,Test.Validity.Monad=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Monad,Test.Validity.Monoid=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Monoid,Test.Validity.Ord=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Ord,Test.Validity.Show=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Show,Test.Validity.Shrinking=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Shrinking,Test.Validity.Utils=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Utils
2943.96 s
[genvalidity-hspec] unit genvalidity-hspec-1.0.0.3-5u4S8JimShwERWRI1SeQOO-genvalidity-hspec-test
2943.96 s
[genvalidity-hspec] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2943.96 s
[genvalidity-hspec] include base-4.18.2.0
2943.96 s
[genvalidity-hspec] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2943.96 s
[genvalidity-hspec] include genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
2943.96 s
[genvalidity-hspec] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2943.96 s
[genvalidity-hspec] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
2943.96 s
[genvalidity-hspec] Ready component graph:
2943.96 s
[genvalidity-hspec] definite genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
2943.96 s
[genvalidity-hspec] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2943.96 s
[genvalidity-hspec] depends base-4.18.2.0
2943.96 s
[genvalidity-hspec] depends genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2943.96 s
[genvalidity-hspec] depends genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
2943.96 s
[genvalidity-hspec] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2943.96 s
[genvalidity-hspec] depends hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
2943.96 s
[genvalidity-hspec] depends transformers-0.6.1.0
2943.96 s
[genvalidity-hspec] depends validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
2943.96 s
[genvalidity-hspec] definite genvalidity-hspec-1.0.0.3-5u4S8JimShwERWRI1SeQOO-genvalidity-hspec-test
2943.96 s
[genvalidity-hspec] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
2943.96 s
[genvalidity-hspec] depends base-4.18.2.0
2943.96 s
[genvalidity-hspec] depends genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
2943.96 s
[genvalidity-hspec] depends genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
2943.96 s
[genvalidity-hspec] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
2943.96 s
[genvalidity-hspec] depends hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
2943.96 s
[genvalidity-hspec] Using Cabal-3.10.1.0 compiled by ghc-9.6
2943.96 s
[genvalidity-hspec] Using compiler: ghc-9.6.4
2943.96 s
[genvalidity-hspec] Using install prefix:
2943.96 s
[genvalidity-hspec] /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3
2943.97 s
[genvalidity-hspec] Executables installed in:
2943.97 s
[genvalidity-hspec] /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/bin
2943.97 s
[genvalidity-hspec] Libraries installed in:
2943.97 s
[genvalidity-hspec] /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
2943.97 s
[genvalidity-hspec] Dynamic Libraries installed in:
2943.97 s
[genvalidity-hspec] /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2943.97 s
[genvalidity-hspec] Private executables installed in:
2943.97 s
[genvalidity-hspec] /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/libexec/x86_64-linux-ghc-9.6.4/genvalidity-hspec-1.0.0.3
2943.97 s
[genvalidity-hspec] Data files installed in:
2943.97 s
[genvalidity-hspec] /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/share/x86_64-linux-ghc-9.6.4/genvalidity-hspec-1.0.0.3
2943.97 s
[genvalidity-hspec] Documentation installed in:
2943.97 s
[genvalidity-hspec] /nix/store/lbdwqw2rb7wsicrn6nl1i8izvlfcmr42-genvalidity-hspec-1.0.0.3-doc/share/doc/genvalidity-hspec-1.0.0.3
2943.97 s
[genvalidity-hspec] Configuration files installed in:
2943.97 s
[genvalidity-hspec] /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/etc
2943.97 s
[genvalidity-hspec] No alex found
2943.97 s
[genvalidity-hspec] Using ar found on system at:
2943.97 s
[genvalidity-hspec] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2943.97 s
[genvalidity-hspec] No c2hs found
2943.97 s
[genvalidity-hspec] No cpphs found
2943.97 s
[genvalidity-hspec] No doctest found
2943.97 s
[genvalidity-hspec] Using gcc version 14.3.0 given by user at:
2943.97 s
[smallcheck] /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/share/x86_64-linux-ghc-9.6.4/smallcheck-1.2.1.1
2943.97 s
[smallcheck] Documentation installed in:
2943.97 s
[smallcheck] /nix/store/rz1ridbf20v90ryw2y03xha97s7gkaxw-smallcheck-1.2.1.1-doc/share/doc/smallcheck-1.2.1.1
2943.97 s
[smallcheck] Configuration files installed in:
2943.97 s
[smallcheck] /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/etc
2943.97 s
[smallcheck] No alex found
2943.97 s
[smallcheck] Using ar found on system at:
2943.97 s
[smallcheck] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2943.97 s
[smallcheck] No c2hs found
2943.97 s
[smallcheck] No cpphs found
2943.97 s
[smallcheck] No doctest found
2943.97 s
[smallcheck] Using gcc version 14.3.0 given by user at:
2943.97 s
[smallcheck] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2943.97 s
[smallcheck] Using ghc version 9.6.4 found on system at:
2943.97 s
[smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2943.97 s
[smallcheck] Using ghc-pkg version 9.6.4 found on system at:
2943.97 s
[smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2943.97 s
[smallcheck] No ghcjs found
2943.97 s
[smallcheck] No ghcjs-pkg found
2943.97 s
[smallcheck] No greencard found
2943.97 s
[smallcheck] Using haddock version 2.29.2 found on system at:
2943.97 s
[smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2943.97 s
[smallcheck] No happy found
2943.97 s
[smallcheck] Using haskell-suite found on system at: haskell-suite-dummy-location
2943.97 s
[smallcheck] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2943.97 s
[smallcheck] No hmake found
2943.97 s
[smallcheck] Using hpc version 0.68 found on system at:
2943.97 s
[smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2943.97 s
[smallcheck] Using hsc2hs version 0.68.9 found on system at:
2943.97 s
[smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2943.97 s
[smallcheck] Using hscolour version 1.25 found on system at:
2943.97 s
[smallcheck] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2943.97 s
[smallcheck] No jhc found
2943.97 s
[smallcheck] Using ld found on system at:
2943.97 s
[smallcheck] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2943.97 s
[smallcheck] No pkg-config found
2943.97 s
[smallcheck] Using runghc version 9.6.4 found on system at:
2943.97 s
[smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2943.97 s
[smallcheck] Using strip version 2.44 found on system at:
2943.97 s
[smallcheck] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2943.97 s
[smallcheck] Using tar found on system at:
2943.97 s
[smallcheck] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2943.97 s
[smallcheck] No uhc found
2943.97 s
[smallcheck] Phase: buildPhase
2943.97 s
[smallcheck] Preprocessing library for smallcheck-1.2.1.1..
2943.97 s
[smallcheck] Building library for smallcheck-1.2.1.1..
2943.97 s
[smallcheck] [1 of 6] Compiling Test.SmallCheck.Property.Result ( Test/SmallCheck/Property/Result.hs, dist/build/Test/SmallCheck/Property/Result.o, dist/build/Test/SmallCheck/Property/Result.dyn_o )
2943.97 s
[smallcheck] [2 of 6] Compiling Test.SmallCheck.SeriesMonad ( Test/SmallCheck/SeriesMonad.hs, dist/build/Test/SmallCheck/SeriesMonad.o, dist/build/Test/SmallCheck/SeriesMonad.dyn_o )
2943.97 s
[smallcheck] [3 of 6] Compiling Test.SmallCheck.Series ( Test/SmallCheck/Series.hs, dist/build/Test/SmallCheck/Series.o, dist/build/Test/SmallCheck/Series.dyn_o )
2943.97 s
[smallcheck] [4 of 6] Compiling Test.SmallCheck.Property ( Test/SmallCheck/Property.hs, dist/build/Test/SmallCheck/Property.o, dist/build/Test/SmallCheck/Property.dyn_o )
2943.97 s
[smallcheck] [5 of 6] Compiling Test.SmallCheck.Drivers ( Test/SmallCheck/Drivers.hs, dist/build/Test/SmallCheck/Drivers.o, dist/build/Test/SmallCheck/Drivers.dyn_o )
2943.97 s
[crypton] 2: OK
2943.97 s
[crypton] 3: OK
2943.97 s
[crypton] Curve448
2943.97 s
[crypton] KATs
2943.97 s
[crypton] 0: OK
2943.97 s
[crypton] 1: OK
2943.97 s
[crypton] 2: OK
2943.97 s
[crypton] 3: OK
2943.97 s
[crypton] Ed25519
2943.97 s
[crypton] gen secretkey: OK
2943.97 s
[crypton] gen publickey
2943.97 s
[crypton] 0: OK
2943.97 s
[crypton] 1: OK
2943.97 s
[crypton] 2: OK
2943.97 s
[crypton] 3: OK
2943.97 s
[crypton] 4: OK
2943.97 s
[crypton] gen signature
2943.97 s
[crypton] 0: OK
2943.97 s
[crypton] 1: OK
2943.97 s
[crypton] 2: OK
2943.97 s
[crypton] 3: OK
2943.97 s
[crypton] 4: OK
2943.97 s
[crypton] verify sig
2943.98 s
[crypton] 0: OK
2943.98 s
[crypton] 1: OK
2943.98 s
[crypton] 2: OK
2943.98 s
[crypton] 3: OK
2943.98 s
[crypton] 4: OK
2943.98 s
[crypton] Ed448
2943.98 s
[crypton] gen secretkey: OK
2943.98 s
[crypton] gen publickey
2943.98 s
[crypton] 0: OK
2943.98 s
[crypton] 1: OK
2943.98 s
[crypton] 2: OK
2943.98 s
[crypton] 3: OK
2943.98 s
[crypton] 4: OK
2943.98 s
[crypton] 5: OK
2943.98 s
[crypton] 6: OK
2943.98 s
[crypton] 7: OK
2943.98 s
[crypton] gen signature
2943.98 s
[crypton] 0: OK
2943.98 s
[crypton] 1: OK
2943.98 s
[crypton] 2: OK
2943.98 s
[crypton] 3: OK
2943.98 s
[crypton] 4: OK
2943.98 s
[crypton] 5: OK
2943.98 s
[crypton] 6: OK
2943.98 s
[crypton] 7: OK
2943.98 s
[crypton] verify sig
2943.98 s
[crypton] 0: OK
2943.98 s
[crypton] 1: OK
2943.98 s
[crypton] 2: OK
2943.98 s
[crypton] 3: OK
2943.98 s
[crypton] 4: OK
2943.98 s
[crypton] 5: OK
2943.98 s
[crypton] 6: OK
2943.98 s
[crypton] 7: OK
2943.98 s
[crypton] EdDSA
2943.98 s
[crypton] gen publickey
2943.98 s
[crypton] 0: OK
2943.98 s
[crypton] 1: OK
2943.98 s
[crypton] 2: OK
2943.98 s
[crypton] 3: OK
2943.98 s
[crypton] 4: OK
2943.98 s
[crypton] 5: OK
2943.98 s
[crypton] 6: OK
2943.98 s
[crypton] 7: OK
2943.98 s
[crypton] 8: OK
2943.98 s
[crypton] gen signature
2943.98 s
[crypton] 0: OK
2943.98 s
[crypton] 1: OK
2943.98 s
[crypton] 2: OK
2943.98 s
[crypton] 3: OK
2943.98 s
[crypton] 4: OK
2943.98 s
[crypton] 5: OK
2943.98 s
[crypton] 6: OK
2943.98 s
[crypton] 7: OK
2943.98 s
[crypton] 8: OK
2943.98 s
[crypton] verify sig
2943.98 s
[crypton] 0: OK
2943.98 s
[crypton] 1: OK
2943.98 s
[crypton] 2: OK
2943.98 s
[crypton] 3: OK
2943.98 s
[crypton] 4: OK
2943.98 s
[crypton] 5: OK
2943.98 s
[crypton] 6: OK
2943.98 s
[crypton] 7: OK
2943.98 s
[crypton] 8: OK
2943.98 s
[crypton] PubKey
2943.98 s
[crypton] MGF1
2943.98 s
[crypton] 0: OK
2943.98 s
[crypton] RSA
2943.98 s
[crypton] SHA1
2943.98 s
[crypton] signature
2943.98 s
[crypton] 0: OK
2943.98 s
[crypton] 1: OK
2943.98 s
[crypton] 2: OK
2943.98 s
[crypton] verify
2943.98 s
[crypton] 0: OK
2943.98 s
[genvalidity-hspec] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2943.98 s
[genvalidity-hspec] Using ghc version 9.6.4 found on system at:
2943.98 s
[genvalidity-hspec] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2943.98 s
[genvalidity-hspec] Using ghc-pkg version 9.6.4 found on system at:
2943.98 s
[genvalidity-hspec] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2943.98 s
[genvalidity-hspec] No ghcjs found
2943.98 s
[genvalidity-hspec] No ghcjs-pkg found
2943.98 s
[genvalidity-hspec] No greencard found
2943.98 s
[genvalidity-hspec] Using haddock version 2.29.2 found on system at:
2943.98 s
[genvalidity-hspec] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2943.98 s
[genvalidity-hspec] No happy found
2943.98 s
[genvalidity-hspec] Using haskell-suite found on system at: haskell-suite-dummy-location
2943.98 s
[genvalidity-hspec] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2943.98 s
[genvalidity-hspec] No hmake found
2943.98 s
[genvalidity-hspec] Using hpc version 0.68 found on system at:
2943.98 s
[genvalidity-hspec] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2943.98 s
[genvalidity-hspec] Using hsc2hs version 0.68.9 found on system at:
2943.98 s
[genvalidity-hspec] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2943.98 s
[genvalidity-hspec] Using hscolour version 1.25 found on system at:
2943.98 s
[genvalidity-hspec] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2943.98 s
[genvalidity-hspec] No jhc found
2943.98 s
[genvalidity-hspec] Using ld found on system at:
2943.98 s
[genvalidity-hspec] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2943.98 s
[genvalidity-hspec] No pkg-config found
2943.98 s
[genvalidity-hspec] Using runghc version 9.6.4 found on system at:
2943.98 s
[genvalidity-hspec] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2943.98 s
[genvalidity-hspec] Using strip version 2.44 found on system at:
2943.98 s
[genvalidity-hspec] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2943.98 s
[genvalidity-hspec] Using tar found on system at:
2943.98 s
[genvalidity-hspec] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2943.98 s
[genvalidity-hspec] No uhc found
2943.98 s
[genvalidity-hspec] Phase: buildPhase
2943.98 s
[genvalidity-hspec] Preprocessing library for genvalidity-hspec-1.0.0.3..
2943.98 s
[genvalidity-hspec] Building library for genvalidity-hspec-1.0.0.3..
2943.98 s
[genvalidity-hspec] [ 1 of 13] Compiling Paths_genvalidity_hspec ( dist/build/autogen/Paths_genvalidity_hspec.hs, dist/build/Paths_genvalidity_hspec.o, dist/build/Paths_genvalidity_hspec.dyn_o )
2943.98 s
[genvalidity-hspec] [ 2 of 13] Compiling Test.Validity.Utils ( src/Test/Validity/Utils.hs, dist/build/Test/Validity/Utils.o, dist/build/Test/Validity/Utils.dyn_o )
2943.98 s
[genvalidity-hspec]
2943.98 s
[genvalidity-hspec] src/Test/Validity/Utils.hs:90:9: warning : [ GHC-20125 ] [ -Wmissing-fields ]
2943.99 s
[genvalidity-hspec] • Fields of ‘Item’ not initialised:
2943.99 s
[genvalidity-hspec] itemAnnotations :: hspec-core-2.11.12:Test.Hspec.Core.Annotations.Annotations
2943.99 s
[genvalidity-hspec] • In the first argument of ‘Leaf’, namely
2943.99 s
[genvalidity-hspec] ‘Item
2943.99 s
[genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
2943.99 s
[genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
2943.99 s
[genvalidity-hspec] itemExample = \ _ _ _
2943.99 s
[genvalidity-hspec] -> do let ...
2943.99 s
[genvalidity-hspec] ....}’
2943.99 s
[genvalidity-hspec] In the expression:
2943.99 s
[genvalidity-hspec] Leaf
2943.99 s
[genvalidity-hspec] Item
2943.99 s
[genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
2943.99 s
[genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
2943.99 s
[genvalidity-hspec] itemExample = \ _ _ _
2943.99 s
[genvalidity-hspec] -> do let ...
2943.99 s
[genvalidity-hspec] ....}
2943.99 s
[genvalidity-hspec] In an equation for ‘go’:
2943.99 s
[genvalidity-hspec] go sp
2943.99 s
[genvalidity-hspec] = Leaf
2943.99 s
[genvalidity-hspec] Item
2943.99 s
[genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
2943.99 s
[genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
2943.99 s
[genvalidity-hspec] itemExample = \ _ _ _ -> do ...}
2943.99 s
[genvalidity-hspec] |
2943.99 s
[genvalidity-hspec] 90 | Item
2943.99 s
[genvalidity-hspec] | ^^^^...
2943.99 s
[genvalidity-hspec] [ 3 of 13] Compiling Test.Validity.Shrinking ( src/Test/Validity/Shrinking.hs, dist/build/Test/Validity/Shrinking.o, dist/build/Test/Validity/Shrinking.dyn_o )
2943.99 s
[genvalidity-hspec] [ 4 of 13] Compiling Test.Validity.Show ( src/Test/Validity/Show.hs, dist/build/Test/Validity/Show.o, dist/build/Test/Validity/Show.dyn_o )
2943.99 s
[genvalidity-hspec] [ 5 of 13] Compiling Test.Validity.Ord ( src/Test/Validity/Ord.hs, dist/build/Test/Validity/Ord.o, dist/build/Test/Validity/Ord.dyn_o )
2943.99 s
[genvalidity-hspec] [ 6 of 13] Compiling Test.Validity.Monoid ( src/Test/Validity/Monoid.hs, dist/build/Test/Validity/Monoid.o, dist/build/Test/Validity/Monoid.dyn_o )
2943.99 s
[genvalidity-hspec] [ 7 of 13] Compiling Test.Validity.Monad ( src/Test/Validity/Monad.hs, dist/build/Test/Validity/Monad.o, dist/build/Test/Validity/Monad.dyn_o )
2943.99 s
[crypton] 1: OK
2943.99 s
[crypton] RSA-PSS
2943.99 s
[crypton] signature internal
2943.99 s
[crypton] 0: OK
2943.99 s
[crypton] verify internal
2943.99 s
[crypton] 0: OK
2943.99 s
[crypton] signature key 1024
2943.99 s
[crypton] 0: OK
2943.99 s
[crypton] 1: OK
2943.99 s
[crypton] 2: OK
2943.99 s
[crypton] 3: OK
2943.99 s
[crypton] 4: OK
2943.99 s
[crypton] 5: OK
2943.99 s
[crypton] verify key 1024
2943.99 s
[crypton] 0: OK
2943.99 s
[crypton] 1: OK
2943.99 s
[crypton] 2: OK
2943.99 s
[crypton] 3: OK
2943.99 s
[crypton] 4: OK
2943.99 s
[crypton] 5: OK
2943.99 s
[crypton] signature key 1025
2943.99 s
[crypton] 0: OK
2943.99 s
[crypton] 1: OK
2943.99 s
[crypton] 2: OK
2943.99 s
[crypton] 3: OK
2943.99 s
[crypton] 4: OK
2943.99 s
[crypton] 5: OK
2943.99 s
[crypton] verify key 1025
2943.99 s
[crypton] 0: OK
2943.99 s
[crypton] 1: OK
2943.99 s
[crypton] 2: OK
2943.99 s
[crypton] 3: OK
2943.99 s
[crypton] 4: OK
2943.99 s
[crypton] 5: OK
2943.99 s
[crypton] signature key 1026
2943.99 s
[crypton] 0: OK
2943.99 s
[crypton] 1: OK
2943.99 s
[crypton] 2: OK
2943.99 s
[crypton] 3: OK
2943.99 s
[crypton] 4: OK
2943.99 s
[crypton] 5: OK
2943.99 s
[crypton] verify key 1026
2943.99 s
[crypton] 0: OK
2943.99 s
[crypton] 1: OK
2943.99 s
[crypton] 2: OK
2943.99 s
[crypton] 3: OK
2943.99 s
[crypton] 4: OK
2943.99 s
[crypton] 5: OK
2943.99 s
[crypton] signature key 1031
2943.99 s
[crypton] 0: OK
2943.99 s
[crypton] 1: OK
2943.99 s
[crypton] 2: OK
2943.99 s
[crypton] 3: OK
2943.99 s
[crypton] 4: OK
2943.99 s
[crypton] 5: OK
2943.99 s
[crypton] verify key 1031
2943.99 s
[crypton] 0: OK
2943.99 s
[crypton] 1: OK
2943.99 s
[crypton] 2: OK
2943.99 s
[crypton] 3: OK
2943.99 s
[crypton] 4: OK
2943.99 s
[crypton] 5: OK
2943.99 s
[crypton] RSA-OAEP
2943.99 s
[crypton] internal
2943.99 s
[crypton] 0: OK
2943.99 s
[crypton] 0: OK
2943.99 s
[crypton] encryption key 1024 bits
2943.99 s
[crypton] 0: OK
2944.00 s
[crypton] 1: OK
2944.00 s
[crypton] 2: OK
2944.00 s
[crypton] 3: OK
2944.00 s
[crypton] 4: OK
2944.00 s
[crypton] 5: OK
2944.00 s
[crypton] decryption key 1024 bits
2944.00 s
[crypton] 0: OK
2944.00 s
[crypton] 1: OK
2944.00 s
[crypton] 2: OK
2944.00 s
[crypton] 3: OK
2944.00 s
[crypton] 4: OK
2944.00 s
[crypton] 5: OK
2944.00 s
[crypton] DSA
2944.00 s
[crypton] SHA1
2944.00 s
[crypton] signature
2944.00 s
[crypton] 0: OK
2944.00 s
[crypton] 1: OK
2944.00 s
[crypton] 2: OK
2944.00 s
[crypton] 3: OK
2944.00 s
[crypton] 4: OK
2944.00 s
[crypton] 5: OK
2944.00 s
[crypton] 6: OK
2944.00 s
[crypton] 7: OK
2944.00 s
[crypton] 8: OK
2944.00 s
[crypton] 9: OK
2944.00 s
[crypton] 10: OK
2944.00 s
[crypton] 11: OK
2944.00 s
[crypton] 12: OK
2944.00 s
[genvalidity-hspec] [ 8 of 13] Compiling Test.Validity.GenValidity ( src/Test/Validity/GenValidity.hs, dist/build/Test/Validity/GenValidity.o, dist/build/Test/Validity/GenValidity.dyn_o )
2944.00 s
[genvalidity-hspec] [ 9 of 13] Compiling Test.Validity.Functor ( src/Test/Validity/Functor.hs, dist/build/Test/Validity/Functor.o, dist/build/Test/Validity/Functor.dyn_o )
2944.00 s
[genvalidity-hspec] [10 of 13] Compiling Test.Validity.Eq ( src/Test/Validity/Eq.hs, dist/build/Test/Validity/Eq.o, dist/build/Test/Validity/Eq.dyn_o )
2944.00 s
[genvalidity-hspec] [11 of 13] Compiling Test.Validity.Arbitrary ( src/Test/Validity/Arbitrary.hs, dist/build/Test/Validity/Arbitrary.o, dist/build/Test/Validity/Arbitrary.dyn_o )
2944.00 s
[genvalidity-hspec] [12 of 13] Compiling Test.Validity.Applicative ( src/Test/Validity/Applicative.hs, dist/build/Test/Validity/Applicative.o, dist/build/Test/Validity/Applicative.dyn_o )
2944.00 s
[genvalidity-hspec] [13 of 13] Compiling Test.Validity ( src/Test/Validity.hs, dist/build/Test/Validity.o, dist/build/Test/Validity.dyn_o )
2944.00 s
[genvalidity-hspec] [ 1 of 13] Compiling Paths_genvalidity_hspec ( dist/build/autogen/Paths_genvalidity_hspec.hs, dist/build/Paths_genvalidity_hspec.p_o )
2944.00 s
[crypton] 13: OK
2944.00 s
[crypton] verify
2944.00 s
[crypton] 0: OK
2944.00 s
[crypton] 1: OK
2944.00 s
[crypton] 2: OK
2944.00 s
[crypton] 3: OK
2944.00 s
[crypton] 4: OK
2944.00 s
[crypton] 5: OK
2944.00 s
[crypton] 6: OK
2944.00 s
[crypton] 7: OK
2944.00 s
[crypton] 8: OK
2944.00 s
[crypton] 9: OK
2944.00 s
[crypton] 10: OK
2944.00 s
[crypton] 11: OK
2944.00 s
[crypton] 12: OK
2944.00 s
[crypton] 13: OK
2944.00 s
[crypton] SHA224
2944.00 s
[crypton] signature
2944.00 s
[crypton] 0: OK
2944.00 s
[crypton] 1: OK
2944.00 s
[crypton] 2: OK
2944.00 s
[crypton] 3: OK
2944.00 s
[crypton] verify
2944.00 s
[crypton] 0: OK
2944.00 s
[crypton] 1: OK
2944.00 s
[crypton] 2: OK
2944.00 s
[crypton] 3: OK
2944.00 s
[crypton] SHA256
2944.00 s
[crypton] signature
2944.00 s
[crypton] 0: OK
2944.00 s
[crypton] 1: OK
2944.00 s
[crypton] 2: OK
2944.00 s
[crypton] 3: OK
2944.00 s
[crypton] verify
2944.00 s
[crypton] 0: OK
2944.00 s
[crypton] 1: OK
2944.00 s
[crypton] 2: OK
2944.00 s
[crypton] 3: OK
2944.00 s
[crypton] SHA384
2944.00 s
[crypton] signature
2944.00 s
[crypton] 0: OK
2944.00 s
[crypton] 1: OK
2944.00 s
[crypton] 2: OK
2944.00 s
[crypton] 3: OK
2944.00 s
[crypton] verify
2944.00 s
[crypton] 0: OK
2944.00 s
[crypton] 1: OK
2944.00 s
[crypton] 2: OK
2944.00 s
[crypton] 3: OK
2944.00 s
[crypton] SHA512
2944.00 s
[crypton] signature
2944.00 s
[crypton] 0: OK
2944.00 s
[crypton] 1: OK
2944.00 s
[crypton] 2: OK
2944.00 s
[crypton] 3: OK
2944.00 s
[crypton] verify
2944.00 s
[crypton] 0: OK
2944.00 s
[crypton] 1: OK
2944.00 s
[crypton] 2: OK
2944.00 s
[crypton] 3: OK
2944.00 s
[crypton] ECC
2944.00 s
[crypton] valid-point
2944.00 s
[crypton] 0: OK
2944.00 s
[crypton] 1: OK
2944.00 s
[crypton] 2: OK
2944.00 s
[crypton] 3: OK
2944.00 s
[crypton] 4: OK
2944.00 s
[crypton] 5: OK
2944.00 s
[crypton] 6: OK
2944.00 s
[crypton] 7: OK
2944.00 s
[crypton] 8: OK
2944.00 s
[crypton] 9: OK
2944.00 s
[crypton] 10: OK
2944.00 s
[crypton] 11: OK
2944.00 s
[crypton] property
2944.00 s
[crypton] point-add: OK (0.85s)
2944.00 s
[crypton] +++ OK, passed 20 tests.
2944.00 s
[crypton] point-negate-add: OK (1.35s)
2944.00 s
[crypton] +++ OK, passed 20 tests.
2944.00 s
[crypton] point-negate-negate: OK (1.42s)
2944.00 s
[crypton] +++ OK, passed 20 tests.
2944.00 s
[crypton] point-mul-mul: OK (1.61s)
2944.00 s
[crypton] +++ OK, passed 20 tests.
2944.00 s
[crypton] double-scalar-mult: OK (4.39s)
2944.00 s
[crypton] +++ OK, passed 20 tests.
2944.00 s
[crypton] ECDSA
2944.00 s
[crypton] GEC 2
2944.00 s
[crypton] SEC_p160r1."abc".SHA1
2944.00 s
[crypton] public: OK
2944.00 s
[crypton] signature: OK
2944.00 s
[crypton] verify: OK
2944.00 s
[crypton] SEC_t163k1."\162\193\160?\221\NULR\ESC".SHA1
2944.00 s
[crypton] public: OK (0.04s)
2944.00 s
[crypton] signature: OK (0.07s)
2944.00 s
[crypton] verify: OK (0.09s)
2944.00 s
[crypton] SEC_t163k1."g\EOT\128\128\218\174\183}".SHA1
2944.00 s
[crypton] public: OK (0.05s)
2944.00 s
[crypton] signature: OK (0.05s)
2944.00 s
[crypton] verify: OK (0.12s)
2944.00 s
[crypton] SEC_t163k1."w\224\a\220*\205rH".SHA1
2944.00 s
[crypton] public: OK (0.05s)
2944.00 s
[crypton] signature: OK (0.05s)
2944.00 s
[crypton] verify: OK (0.02s)
2944.00 s
[crypton] SEC_t163k1."\251\172\252\206F\136t\132".SHA1
2944.00 s
[crypton] public: OK (0.02s)
2944.00 s
[crypton] signature: OK (0.02s)
2944.00 s
[crypton] verify: OK (0.02s)
2944.00 s
[crypton] RFC 6979
2944.00 s
[crypton] SEC_p192r1."sample".SHA1
2944.00 s
[crypton] public: OK
2944.00 s
[crypton] nonce: OK
2944.00 s
[crypton] signature: OK
2944.00 s
[crypton] verify: OK
2944.00 s
[crypton] SEC_p192r1."sample".SHA224
2944.00 s
[crypton] public: OK
2944.00 s
[crypton] nonce: OK
2944.00 s
[crypton] signature: OK
2944.00 s
[crypton] verify: OK
2944.00 s
[crypton] SEC_p192r1."sample".SHA256
2944.00 s
[crypton] public: OK
2944.00 s
[crypton] nonce: OK
2944.00 s
[crypton] signature: OK
2944.00 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p192r1."sample".SHA384
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p192r1."sample".SHA512
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p192r1."test".SHA1
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p192r1."test".SHA224
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p192r1."test".SHA256
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p192r1."test".SHA384
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p192r1."test".SHA512
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p224r1."sample".SHA1
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p224r1."sample".SHA224
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK (0.02s)
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p224r1."sample".SHA256
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p224r1."sample".SHA384
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p224r1."sample".SHA512
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p224r1."test".SHA1
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p224r1."test".SHA224
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p224r1."test".SHA256
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p224r1."test".SHA384
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p224r1."test".SHA512
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p256r1."sample".SHA1
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p256r1."sample".SHA224
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p256r1."sample".SHA256
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p256r1."sample".SHA384
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p256r1."sample".SHA512
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p256r1."test".SHA1
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p256r1."test".SHA224
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p256r1."test".SHA256
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p256r1."test".SHA384
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p256r1."test".SHA512
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p384r1."sample".SHA1
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p384r1."sample".SHA224
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p384r1."sample".SHA256
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p384r1."sample".SHA384
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p384r1."sample".SHA512
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p384r1."test".SHA1
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p384r1."test".SHA224
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p384r1."test".SHA256
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK (0.01s)
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p384r1."test".SHA384
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p384r1."test".SHA512
2944.01 s
[crypton] public: OK
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK
2944.01 s
[crypton] verify: OK
2944.01 s
[crypton] SEC_p521r1."sample".SHA1
2944.01 s
[crypton] public: OK (0.01s)
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK (0.01s)
2944.01 s
[crypton] verify: OK (0.02s)
2944.01 s
[crypton] SEC_p521r1."sample".SHA224
2944.01 s
[crypton] public: OK (0.01s)
2944.01 s
[crypton] nonce: OK
2944.01 s
[crypton] signature: OK (0.01s)
2944.02 s
[crypton] verify: OK (0.02s)
2944.02 s
[crypton] SEC_p521r1."sample".SHA256
2944.02 s
[crypton] public: OK (0.01s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.01s)
2944.02 s
[crypton] verify: OK (0.01s)
2944.02 s
[crypton] SEC_p521r1."sample".SHA384
2944.02 s
[crypton] public: OK (0.06s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK
2944.02 s
[crypton] verify: OK (0.01s)
2944.02 s
[crypton] SEC_p521r1."sample".SHA512
2944.02 s
[crypton] public: OK (0.01s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.01s)
2944.02 s
[crypton] verify: OK (0.06s)
2944.02 s
[crypton] SEC_p521r1."test".SHA1
2944.02 s
[crypton] public: OK (0.02s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.01s)
2944.02 s
[crypton] verify: OK (0.02s)
2944.02 s
[crypton] SEC_p521r1."test".SHA224
2944.02 s
[crypton] public: OK (0.02s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.01s)
2944.02 s
[crypton] verify: OK (0.02s)
2944.02 s
[crypton] SEC_p521r1."test".SHA256
2944.02 s
[crypton] public: OK (0.01s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.01s)
2944.02 s
[crypton] verify: OK (0.01s)
2944.02 s
[crypton] SEC_p521r1."test".SHA384
2944.02 s
[crypton] public: OK
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.01s)
2944.02 s
[crypton] verify: OK (0.01s)
2944.02 s
[crypton] SEC_p521r1."test".SHA512
2944.02 s
[crypton] public: OK
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK
2944.02 s
[crypton] verify: OK
2944.02 s
[crypton] SEC_t163k1."sample".SHA1
2944.02 s
[crypton] public: OK (0.03s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.04s)
2944.02 s
[crypton] verify: OK (0.03s)
2944.02 s
[crypton] SEC_t163k1."sample".SHA224
2944.02 s
[smallcheck] [6 of 6] Compiling Test.SmallCheck ( Test/SmallCheck.hs, dist/build/Test/SmallCheck.o, dist/build/Test/SmallCheck.dyn_o )
2944.02 s
[crypton] public: OK (0.03s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.02s)
2944.02 s
[crypton] verify: OK (0.02s)
2944.02 s
[crypton] SEC_t163k1."sample".SHA256
2944.02 s
[crypton] public: OK (0.02s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK
2944.02 s
[crypton] verify: OK (0.06s)
2944.02 s
[crypton] SEC_t163k1."sample".SHA384
2944.02 s
[crypton] public: OK (0.03s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.03s)
2944.02 s
[crypton] verify: OK (0.03s)
2944.02 s
[crypton] SEC_t163k1."sample".SHA512
2944.02 s
[crypton] public: OK (0.02s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.02s)
2944.02 s
[crypton] verify: OK (0.03s)
2944.02 s
[crypton] SEC_t163k1."test".SHA1
2944.02 s
[crypton] public: OK (0.03s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.03s)
2944.02 s
[crypton] verify: OK (0.03s)
2944.02 s
[crypton] SEC_t163k1."test".SHA224
2944.02 s
[crypton] public: OK (0.02s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.02s)
2944.02 s
[crypton] verify: OK (0.02s)
2944.02 s
[crypton] SEC_t163k1."test".SHA256
2944.02 s
[crypton] public: OK (0.02s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.03s)
2944.02 s
[crypton] verify: OK (0.03s)
2944.02 s
[crypton] SEC_t163k1."test".SHA384
2944.02 s
[crypton] public: OK (0.03s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.02s)
2944.02 s
[crypton] verify: OK (0.05s)
2944.02 s
[crypton] SEC_t163k1."test".SHA512
2944.02 s
[crypton] public: OK (0.03s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.07s)
2944.02 s
[crypton] verify: OK (0.09s)
2944.02 s
[crypton] SEC_t233k1."sample".SHA1
2944.02 s
[crypton] public: OK (0.07s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.04s)
2944.02 s
[crypton] verify: OK (0.05s)
2944.02 s
[crypton] SEC_t233k1."sample".SHA224
2944.02 s
[crypton] public: OK (0.04s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.04s)
2944.02 s
[crypton] verify: OK (0.05s)
2944.02 s
[crypton] SEC_t233k1."sample".SHA256
2944.02 s
[crypton] public: OK (0.04s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.04s)
2944.02 s
[crypton] verify: OK (0.06s)
2944.02 s
[crypton] SEC_t233k1."sample".SHA384
2944.02 s
[crypton] public: OK (0.04s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.04s)
2944.02 s
[crypton] verify: OK (0.05s)
2944.02 s
[crypton] SEC_t233k1."sample".SHA512
2944.02 s
[crypton] public: OK (0.05s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.09s)
2944.02 s
[crypton] verify: OK (0.06s)
2944.02 s
[crypton] SEC_t233k1."test".SHA1
2944.02 s
[crypton] public: OK (0.12s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.05s)
2944.02 s
[crypton] verify: OK (0.11s)
2944.02 s
[crypton] SEC_t233k1."test".SHA224
2944.02 s
[crypton] public: OK (0.06s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.07s)
2944.02 s
[crypton] verify: OK (0.06s)
2944.02 s
[crypton] SEC_t233k1."test".SHA256
2944.02 s
[crypton] public: OK (0.07s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.05s)
2944.02 s
[crypton] verify: OK (0.06s)
2944.02 s
[crypton] SEC_t233k1."test".SHA384
2944.02 s
[crypton] public: OK (0.07s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.05s)
2944.02 s
[crypton] verify: OK (0.08s)
2944.02 s
[crypton] SEC_t233k1."test".SHA512
2944.02 s
[crypton] public: OK (0.02s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.04s)
2944.02 s
[crypton] verify: OK (0.04s)
2944.02 s
[crypton] SEC_t283k1."sample".SHA1
2944.02 s
[crypton] public: OK (0.06s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.20s)
2944.02 s
[crypton] verify: OK (0.14s)
2944.02 s
[crypton] SEC_t283k1."sample".SHA224
2944.02 s
[crypton] public: OK (0.06s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.10s)
2944.02 s
[crypton] verify: OK (0.12s)
2944.02 s
[crypton] SEC_t283k1."sample".SHA256
2944.02 s
[crypton] public: OK (0.06s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.11s)
2944.02 s
[crypton] verify: OK (0.09s)
2944.02 s
[crypton] SEC_t283k1."sample".SHA384
2944.02 s
[crypton] public: OK (0.16s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.05s)
2944.02 s
[crypton] verify: OK (0.08s)
2944.02 s
[crypton] SEC_t283k1."sample".SHA512
2944.02 s
[crypton] public: OK (0.06s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.05s)
2944.02 s
[crypton] verify: OK (0.06s)
2944.02 s
[crypton] SEC_t283k1."test".SHA1
2944.02 s
[crypton] public: OK (0.09s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.05s)
2944.02 s
[crypton] verify: OK (0.07s)
2944.02 s
[crypton] SEC_t283k1."test".SHA224
2944.02 s
[crypton] public: OK (0.06s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.09s)
2944.02 s
[crypton] verify: OK (0.09s)
2944.02 s
[crypton] SEC_t283k1."test".SHA256
2944.02 s
[crypton] public: OK (0.05s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.05s)
2944.02 s
[crypton] verify: OK (0.06s)
2944.02 s
[crypton] SEC_t283k1."test".SHA384
2944.02 s
[crypton] public: OK (0.06s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.05s)
2944.02 s
[crypton] verify: OK (0.06s)
2944.02 s
[crypton] SEC_t283k1."test".SHA512
2944.02 s
[crypton] public: OK (0.06s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.05s)
2944.02 s
[crypton] verify: OK (0.06s)
2944.02 s
[crypton] SEC_t409k1."sample".SHA1
2944.02 s
[crypton] public: OK (0.13s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.11s)
2944.02 s
[crypton] verify: OK (0.18s)
2944.02 s
[crypton] SEC_t409k1."sample".SHA224
2944.02 s
[crypton] public: OK (0.18s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.12s)
2944.02 s
[crypton] verify: OK (0.36s)
2944.02 s
[crypton] SEC_t409k1."sample".SHA256
2944.02 s
[crypton] public: OK (0.15s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.22s)
2944.02 s
[crypton] verify: OK (0.16s)
2944.02 s
[crypton] SEC_t409k1."sample".SHA384
2944.02 s
[crypton] public: OK (0.14s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.14s)
2944.02 s
[crypton] verify: OK (0.27s)
2944.02 s
[crypton] SEC_t409k1."sample".SHA512
2944.02 s
[crypton] public: OK (0.15s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.15s)
2944.02 s
[crypton] verify: OK (0.22s)
2944.02 s
[crypton] SEC_t409k1."test".SHA1
2944.02 s
[crypton] public: OK (0.15s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.13s)
2944.02 s
[crypton] verify: OK (0.24s)
2944.02 s
[crypton] SEC_t409k1."test".SHA224
2944.02 s
[crypton] public: OK (0.22s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.17s)
2944.02 s
[crypton] verify: OK (0.15s)
2944.02 s
[crypton] SEC_t409k1."test".SHA256
2944.02 s
[crypton] public: OK (0.13s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.13s)
2944.02 s
[crypton] verify: OK (0.19s)
2944.02 s
[crypton] SEC_t409k1."test".SHA384
2944.02 s
[crypton] public: OK (0.12s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.18s)
2944.02 s
[crypton] verify: OK (0.25s)
2944.02 s
[crypton] SEC_t409k1."test".SHA512
2944.02 s
[crypton] public: OK (0.21s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.12s)
2944.02 s
[crypton] verify: OK (0.15s)
2944.02 s
[crypton] SEC_t571k1."sample".SHA1
2944.02 s
[crypton] public: OK (0.42s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.41s)
2944.02 s
[crypton] verify: OK (0.85s)
2944.02 s
[crypton] SEC_t571k1."sample".SHA224
2944.02 s
[crypton] public: OK (0.33s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.27s)
2944.02 s
[crypton] verify: OK (0.33s)
2944.02 s
[crypton] SEC_t571k1."sample".SHA256
2944.02 s
[crypton] public: OK (0.57s)
2944.02 s
[crypton] nonce: OK
2944.02 s
[crypton] signature: OK (0.36s)
2944.02 s
[crypton] verify: OK (0.32s)
2944.02 s
[crypton] SEC_t571k1."sample".SHA384
2944.03 s
[crypton] public: OK (0.52s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.27s)
2944.03 s
[crypton] verify: OK (0.30s)
2944.03 s
[crypton] SEC_t571k1."sample".SHA512
2944.03 s
[crypton] public: OK (0.32s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.47s)
2944.03 s
[crypton] verify: OK (0.29s)
2944.03 s
[crypton] SEC_t571k1."test".SHA1
2944.03 s
[crypton] public: OK (0.33s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.39s)
2944.03 s
[crypton] verify: OK (0.23s)
2944.03 s
[crypton] SEC_t571k1."test".SHA224
2944.03 s
[crypton] public: OK (0.21s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.39s)
2944.03 s
[crypton] verify: OK (0.43s)
2944.03 s
[crypton] SEC_t571k1."test".SHA256
2944.03 s
[crypton] public: OK (0.26s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.35s)
2944.03 s
[crypton] verify: OK (0.26s)
2944.03 s
[crypton] SEC_t571k1."test".SHA384
2944.03 s
[crypton] public: OK (0.22s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.28s)
2944.03 s
[crypton] verify: OK (0.36s)
2944.03 s
[crypton] SEC_t571k1."test".SHA512
2944.03 s
[crypton] public: OK (0.39s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.72s)
2944.03 s
[crypton] verify: OK (0.44s)
2944.03 s
[crypton] SEC_t163r2."sample".SHA1
2944.03 s
[crypton] public: OK (0.01s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.01s)
2944.03 s
[crypton] verify: OK (0.02s)
2944.03 s
[crypton] SEC_t163r2."sample".SHA224
2944.03 s
[crypton] public: OK (0.02s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.02s)
2944.03 s
[crypton] verify: OK (0.03s)
2944.03 s
[crypton] SEC_t163r2."sample".SHA256
2944.03 s
[crypton] public: OK (0.03s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.02s)
2944.03 s
[crypton] verify: OK (0.02s)
2944.03 s
[crypton] SEC_t163r2."sample".SHA384
2944.03 s
[crypton] public: OK (0.02s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.02s)
2944.03 s
[crypton] verify: OK (0.02s)
2944.03 s
[crypton] SEC_t163r2."sample".SHA512
2944.03 s
[crypton] public: OK (0.02s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.02s)
2944.03 s
[crypton] verify: OK (0.03s)
2944.03 s
[crypton] SEC_t163r2."test".SHA1
2944.03 s
[crypton] public: OK (0.07s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.03s)
2944.03 s
[crypton] verify: OK (0.06s)
2944.03 s
[crypton] SEC_t163r2."test".SHA224
2944.03 s
[crypton] public: OK (0.05s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.02s)
2944.03 s
[crypton] verify: OK (0.05s)
2944.03 s
[crypton] SEC_t163r2."test".SHA256
2944.03 s
[crypton] public: OK (0.07s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.05s)
2944.03 s
[crypton] verify: OK (0.02s)
2944.03 s
[crypton] SEC_t163r2."test".SHA384
2944.03 s
[crypton] public: OK (0.02s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.04s)
2944.03 s
[crypton] verify: OK (0.07s)
2944.03 s
[crypton] SEC_t163r2."test".SHA512
2944.03 s
[crypton] public: OK (0.07s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.07s)
2944.03 s
[crypton] verify: OK (0.08s)
2944.03 s
[crypton] SEC_t233r1."sample".SHA1
2944.03 s
[crypton] public: OK (0.06s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.04s)
2944.03 s
[crypton] verify: OK (0.04s)
2944.03 s
[crypton] SEC_t233r1."sample".SHA224
2944.03 s
[crypton] public: OK (0.04s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.04s)
2944.03 s
[crypton] verify: OK (0.04s)
2944.03 s
[crypton] SEC_t233r1."sample".SHA256
2944.03 s
[crypton] public: OK (0.04s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.04s)
2944.03 s
[crypton] verify: OK (0.08s)
2944.03 s
[crypton] SEC_t233r1."sample".SHA384
2944.03 s
[crypton] public: OK (0.04s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.04s)
2944.03 s
[crypton] verify: OK (0.05s)
2944.03 s
[crypton] SEC_t233r1."sample".SHA512
2944.03 s
[crypton] public: OK (0.06s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.05s)
2944.03 s
[crypton] verify: OK (0.06s)
2944.03 s
[crypton] SEC_t233r1."test".SHA1
2944.03 s
[crypton] public: OK (0.07s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.08s)
2944.03 s
[crypton] verify: OK (0.06s)
2944.03 s
[crypton] SEC_t233r1."test".SHA224
2944.03 s
[crypton] public: OK (0.04s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.05s)
2944.03 s
[crypton] verify: OK (0.04s)
2944.03 s
[crypton] SEC_t233r1."test".SHA256
2944.03 s
[crypton] public: OK (0.03s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.05s)
2944.03 s
[crypton] verify: OK (0.04s)
2944.03 s
[crypton] SEC_t233r1."test".SHA384
2944.03 s
[crypton] public: OK (0.08s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.03s)
2944.03 s
[crypton] verify: OK (0.04s)
2944.03 s
[crypton] SEC_t233r1."test".SHA512
2944.03 s
[crypton] public: OK (0.04s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.04s)
2944.03 s
[crypton] verify: OK (0.04s)
2944.03 s
[crypton] SEC_t283r1."sample".SHA1
2944.03 s
[crypton] public: OK (0.05s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.08s)
2944.03 s
[crypton] verify: OK (0.07s)
2944.03 s
[crypton] SEC_t283r1."sample".SHA224
2944.03 s
[crypton] public: OK (0.09s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.07s)
2944.03 s
[crypton] verify: OK (0.07s)
2944.03 s
[crypton] SEC_t283r1."sample".SHA256
2944.03 s
[crypton] public: OK (0.06s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.07s)
2944.03 s
[crypton] verify: OK (0.08s)
2944.03 s
[crypton] SEC_t283r1."sample".SHA384
2944.03 s
[crypton] public: OK (0.06s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.11s)
2944.03 s
[crypton] verify: OK (0.14s)
2944.03 s
[crypton] SEC_t283r1."sample".SHA512
2944.03 s
[crypton] public: OK (0.09s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.05s)
2944.03 s
[crypton] verify: OK (0.09s)
2944.03 s
[crypton] SEC_t283r1."test".SHA1
2944.03 s
[crypton] public: OK (0.06s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.07s)
2944.03 s
[crypton] verify: OK (0.07s)
2944.03 s
[crypton] SEC_t283r1."test".SHA224
2944.03 s
[crypton] public: OK (0.06s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.08s)
2944.03 s
[crypton] verify: OK (0.10s)
2944.03 s
[crypton] SEC_t283r1."test".SHA256
2944.03 s
[crypton] public: OK (0.13s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.09s)
2944.03 s
[crypton] verify: OK (0.14s)
2944.03 s
[crypton] SEC_t283r1."test".SHA384
2944.03 s
[crypton] public: OK (0.08s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.04s)
2944.03 s
[crypton] verify: OK (0.07s)
2944.03 s
[crypton] SEC_t283r1."test".SHA512
2944.03 s
[crypton] public: OK (0.10s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.07s)
2944.03 s
[crypton] verify: OK (0.07s)
2944.03 s
[crypton] SEC_t409r1."sample".SHA1
2944.03 s
[crypton] public: OK (0.13s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.13s)
2944.03 s
[crypton] verify: OK (0.26s)
2944.03 s
[crypton] SEC_t409r1."sample".SHA224
2944.03 s
[crypton] public: OK (0.13s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.13s)
2944.03 s
[crypton] verify: OK (0.24s)
2944.03 s
[crypton] SEC_t409r1."sample".SHA256
2944.03 s
[crypton] public: OK (0.18s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.30s)
2944.03 s
[crypton] verify: OK (0.15s)
2944.03 s
[crypton] SEC_t409r1."sample".SHA384
2944.03 s
[crypton] public: OK (0.20s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.17s)
2944.03 s
[crypton] verify: OK (0.22s)
2944.03 s
[crypton] SEC_t409r1."sample".SHA512
2944.03 s
[crypton] public: OK (0.11s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.16s)
2944.03 s
[crypton] verify: OK (0.18s)
2944.03 s
[crypton] SEC_t409r1."test".SHA1
2944.03 s
[crypton] public: OK (0.19s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.16s)
2944.03 s
[crypton] verify: OK (0.17s)
2944.03 s
[crypton] SEC_t409r1."test".SHA224
2944.03 s
[crypton] public: OK (0.13s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.26s)
2944.03 s
[crypton] verify: OK (0.18s)
2944.03 s
[crypton] SEC_t409r1."test".SHA256
2944.03 s
[crypton] public: OK (0.11s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.18s)
2944.03 s
[crypton] verify: OK (0.32s)
2944.03 s
[crypton] SEC_t409r1."test".SHA384
2944.03 s
[crypton] public: OK (0.23s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.16s)
2944.03 s
[crypton] verify: OK (0.14s)
2944.03 s
[crypton] SEC_t409r1."test".SHA512
2944.03 s
[crypton] public: OK (0.11s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.12s)
2944.03 s
[crypton] verify: OK (0.20s)
2944.03 s
[crypton] SEC_t571r1."sample".SHA1
2944.03 s
[crypton] public: OK (0.31s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.26s)
2944.03 s
[crypton] verify: OK (0.26s)
2944.03 s
[crypton] SEC_t571r1."sample".SHA224
2944.03 s
[crypton] public: OK (0.25s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.36s)
2944.03 s
[crypton] verify: OK (0.28s)
2944.03 s
[crypton] SEC_t571r1."sample".SHA256
2944.03 s
[crypton] public: OK (0.46s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.27s)
2944.03 s
[crypton] verify: OK (0.24s)
2944.03 s
[crypton] SEC_t571r1."sample".SHA384
2944.03 s
[crypton] public: OK (0.23s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.39s)
2944.03 s
[crypton] verify: OK (0.30s)
2944.03 s
[crypton] SEC_t571r1."sample".SHA512
2944.03 s
[crypton] public: OK (0.38s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.28s)
2944.03 s
[crypton] verify: OK (0.60s)
2944.03 s
[crypton] SEC_t571r1."test".SHA1
2944.03 s
[crypton] public: OK (0.30s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.26s)
2944.03 s
[crypton] verify: OK (0.29s)
2944.03 s
[crypton] SEC_t571r1."test".SHA224
2944.03 s
[crypton] public: OK (0.31s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.34s)
2944.03 s
[crypton] verify: OK (0.30s)
2944.03 s
[crypton] SEC_t571r1."test".SHA256
2944.03 s
[crypton] public: OK (0.31s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.36s)
2944.03 s
[crypton] verify: OK (0.26s)
2944.03 s
[crypton] SEC_t571r1."test".SHA384
2944.03 s
[crypton] public: OK (0.23s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.32s)
2944.03 s
[crypton] verify: OK (0.40s)
2944.03 s
[crypton] SEC_t571r1."test".SHA512
2944.03 s
[crypton] public: OK (0.25s)
2944.03 s
[crypton] nonce: OK
2944.03 s
[crypton] signature: OK (0.25s)
2944.04 s
[crypton] verify: OK (0.32s)
2944.04 s
[crypton] P256
2944.04 s
[crypton] scalar
2944.04 s
[crypton] marshalling: OK
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] add: OK
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] add0: OK
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] sub: OK
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] sub0: OK
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] mul: OK
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] inv: OK
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] inv-safe: OK
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] inv-safe-mul: OK
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] inv-safe-zero: OK
2944.04 s
[crypton] +++ OK, passed 1 test.
2944.04 s
[crypton] point
2944.04 s
[crypton] marshalling: OK
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] marshalling-integer: OK
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] valid-point-1: OK
2944.04 s
[crypton] valid-point-2: OK
2944.04 s
[crypton] valid-point-3: OK
2944.04 s
[crypton] point-add-1: OK
2944.04 s
[crypton] lift-to-curve: OK (0.21s)
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] point-add: OK (0.50s)
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] point-negate: OK (0.25s)
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] point-mul: OK (0.45s)
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] infinity: OK
2944.04 s
[crypton] +++ OK, passed 1 test.
2944.04 s
[crypton] Rabin
2944.04 s
[crypton] Basic
2944.04 s
[crypton] encrypt
2944.04 s
[crypton] 0: OK
2944.04 s
[crypton] decrypt
2944.04 s
[crypton] 0: OK
2944.04 s
[crypton] sign
2944.04 s
[crypton] 0: OK
2944.04 s
[crypton] verify
2944.04 s
[crypton] 0: OK
2944.04 s
[crypton] Modified
2944.04 s
[crypton] sign
2944.04 s
[crypton] 0: OK
2944.04 s
[crypton] verify
2944.04 s
[crypton] 0: OK
2944.04 s
[crypton] RW
2944.04 s
[crypton] encrypt
2944.04 s
[crypton] 0: OK
2944.04 s
[crypton] decrypt
2944.04 s
[crypton] 0: OK
2944.04 s
[crypton] sign
2944.04 s
[crypton] 0: OK
2944.04 s
[crypton] verify
2944.04 s
[crypton] 0: OK
2944.04 s
[crypton] OTP
2944.04 s
[crypton] HOTP
2944.04 s
[crypton] KATs
2944.04 s
[crypton] 1: OK
2944.04 s
[crypton] 2: OK
2944.04 s
[crypton] 3: OK
2944.04 s
[crypton] 4: OK
2944.04 s
[crypton] 5: OK
2944.04 s
[crypton] 6: OK
2944.04 s
[crypton] 7: OK
2944.04 s
[crypton] 8: OK
2944.04 s
[crypton] 9: OK
2944.04 s
[crypton] properties
2944.04 s
[crypton] resync-expected: OK (0.01s)
2944.04 s
[crypton] +++ OK, passed 100 tests.
2944.04 s
[crypton] TOTP
2944.04 s
[crypton] KATs
2944.04 s
[crypton] SHA1
2944.04 s
[crypton] 1: OK
2944.04 s
[crypton] 2: OK
2944.04 s
[crypton] 3: OK
2944.04 s
[crypton] 4: OK
2944.04 s
[crypton] 5: OK
2944.04 s
[crypton] 6: OK
2944.04 s
[crypton] SHA256
2944.04 s
[crypton] 1: OK
2944.04 s
[crypton] 2: OK
2944.04 s
[crypton] 3: OK
2944.04 s
[crypton] 4: OK
2944.04 s
[crypton] 5: OK
2944.04 s
[crypton] 6: OK
2944.04 s
[crypton] SHA512
2944.04 s
[crypton] 1: OK
2944.04 s
[crypton] 2: OK
2944.04 s
[crypton] 3: OK
2944.04 s
[crypton] 4: OK
2944.04 s
[crypton] 5: OK
2944.04 s
[crypton] 6: OK
2944.04 s
[crypton] KDF
2944.04 s
[crypton] PBKDF2
2944.04 s
[crypton] KATs-HMAC-SHA1
2944.04 s
[crypton] 1: OK
2944.04 s
[crypton] 2: OK (0.10s)
2944.04 s
[crypton] 3: OK (0.12s)
2944.04 s
[crypton] 4: OK (0.07s)
2944.04 s
[crypton] KATs-HMAC-SHA1 (fast)
2944.04 s
[crypton] 1: OK
2944.04 s
[crypton] 2: OK
2944.04 s
[crypton] 3: OK
2944.04 s
[crypton] 4: OK
2944.04 s
[crypton] KATs-HMAC-SHA256
2944.04 s
[crypton] 1: OK
2944.04 s
[crypton] 2: OK (0.12s)
2944.04 s
[crypton] KATs-HMAC-SHA256 (fast)
2944.04 s
[crypton] 1: OK
2944.04 s
[crypton] 2: OK
2944.04 s
[crypton] KATs-HMAC-SHA512
2944.04 s
[crypton] 1: OK
2944.04 s
[crypton] 2: OK
2944.04 s
[crypton] 3: OK (0.08s)
2944.04 s
[crypton] 4: OK
2944.04 s
[crypton] KATs-HMAC-SHA512 (fast)
2944.04 s
[crypton] 1: OK
2944.04 s
[crypton] 2: OK
2944.04 s
[crypton] 3: OK
2944.04 s
[crypton] 4: OK
2944.04 s
[crypton] Scrypt
2944.04 s
[crypton] 1: OK
2944.04 s
[crypton] 2: OK (0.04s)
2944.04 s
[streaming-commons] chars [✔]
2944.04 s
[streaming-commons] +++ OK, passed 100 tests.
2944.26 s
[genvalidity-hspec] [ 2 of 13] Compiling Test.Validity.Utils ( src/Test/Validity/Utils.hs, dist/build/Test/Validity/Utils.p_o )
2944.26 s
[genvalidity-hspec]
2944.26 s
[genvalidity-hspec] src/Test/Validity/Utils.hs:90:9: warning : [ GHC-20125 ] [ -Wmissing-fields ]
2944.26 s
[genvalidity-hspec] • Fields of ‘Item’ not initialised:
2944.26 s
[genvalidity-hspec] itemAnnotations :: hspec-core-2.11.12:Test.Hspec.Core.Annotations.Annotations
2944.26 s
[genvalidity-hspec] • In the first argument of ‘Leaf’, namely
2944.26 s
[genvalidity-hspec] ‘Item
2944.26 s
[genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
2944.26 s
[genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
2944.26 s
[genvalidity-hspec] itemExample = \ _ _ _
2944.26 s
[genvalidity-hspec] -> do let ...
2944.26 s
[genvalidity-hspec] ....}’
2944.26 s
[genvalidity-hspec] In the expression:
2944.26 s
[genvalidity-hspec] Leaf
2944.26 s
[genvalidity-hspec] Item
2944.26 s
[genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
2944.26 s
[genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
2944.26 s
[genvalidity-hspec] itemExample = \ _ _ _
2944.26 s
[genvalidity-hspec] -> do let ...
2944.26 s
[genvalidity-hspec] ....}
2944.26 s
[genvalidity-hspec] In an equation for ‘go’:
2944.27 s
[genvalidity-hspec] go sp
2944.27 s
[genvalidity-hspec] = Leaf
2944.27 s
[genvalidity-hspec] Item
2944.27 s
[genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
2944.27 s
[genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
2944.27 s
[genvalidity-hspec] itemExample = \ _ _ _ -> do ...}
2944.27 s
[genvalidity-hspec] |
2944.27 s
[genvalidity-hspec] 90 | Item
2944.27 s
[genvalidity-hspec] | ^^^^...
2944.29 s
[hedgehog] Phase: setupCompilerEnvironmentPhase
2944.30 s
[hedgehog] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2944.61 s
[genvalidity-hspec] [ 3 of 13] Compiling Test.Validity.Shrinking ( src/Test/Validity/Shrinking.hs, dist/build/Test/Validity/Shrinking.p_o )
2944.77 s
[crypton] 3: OK (0.12s)
2944.77 s
[crypton] 4: OK (4.72s)
2944.77 s
[crypton] bcrypt
2944.77 s
[crypton] KATs
2944.77 s
[crypton] 1: OK
2944.77 s
[crypton] 2: OK
2944.77 s
[crypton] 3: OK
2944.77 s
[crypton] 4: OK
2944.77 s
[crypton] 5: OK
2944.77 s
[crypton] 6: OK
2944.77 s
[crypton] 7: OK
2944.77 s
[crypton] 8: OK
2944.78 s
[crypton] 9: OK
2944.78 s
[crypton] 10: OK
2944.79 s
[streaming-commons] high code points [✔]
2944.79 s
[crypton] 11: OK
2944.79 s
[crypton] 12: OK
2944.80 s
[crypton] 13: OK
2944.80 s
[crypton] 14: OK
2944.84 s
[crypton] 15: OK (0.03s)
2944.96 s
[crypton] 16: OK (0.11s)
2945.15 s
[bifunctors] Warning: 'bimap' is out of scope.
2945.15 s
[bifunctors] If you qualify the identifier, haddock can try to link it anyway.
2945.15 s
[hedgehog] Phase: unpackPhase
2945.16 s
[bifunctors] Warning: 'bifoldMap' is out of scope.
2945.16 s
[bifunctors] If you qualify the identifier, haddock can try to link it anyway.
2945.16 s
[bifunctors] Warning: 'bifoldr' is out of scope.
2945.16 s
[bifunctors] If you qualify the identifier, haddock can try to link it anyway.
2945.16 s
[bifunctors] Warning: 'bifoldl' is out of scope.
2945.16 s
[bifunctors] If you qualify the identifier, haddock can try to link it anyway.
2945.16 s
[bifunctors] Warning: 'bitraverse' is out of scope.
2945.16 s
[bifunctors] If you qualify the identifier, haddock can try to link it anyway.
2945.16 s
[bifunctors] Warning: 'bisequenceA' is out of scope.
2945.16 s
[bifunctors] If you qualify the identifier, haddock can try to link it anyway.
2945.16 s
[bifunctors] Warning: 'makeBitraverseA' is out of scope.
2945.16 s
[bifunctors] If you qualify the identifier, haddock can try to link it anyway.
2945.16 s
[bifunctors] Warning: 'bimapM' is out of scope.
2945.16 s
[bifunctors] If you qualify the identifier, haddock can try to link it anyway.
2945.17 s
[bifunctors] Warning: 'bisequence' is out of scope.
2945.17 s
[bifunctors] If you qualify the identifier, haddock can try to link it anyway.
2945.20 s
[hedgehog] unpacking source archive /nix/store/y6x6mm5qz6s835g6w7sj382w8cidq00s-hedgehog-1.5.tar.gz
2945.20 s
[streaming-commons] UTF8 pure
2945.21 s
[bifunctors] 96% ( 32 / 33) in 'Data.Bifunctor.TH'
2945.21 s
[bifunctors] Missing documentation for:
2945.21 s
[bifunctors] makeBifold (src/Data/Bifunctor/TH.hs:216)
2945.21 s
[hedgehog] source root is hedgehog-1.5
2945.24 s
[hedgehog] setting SOURCE_DATE_EPOCH to timestamp 1721821132 of file "hedgehog-1.5/CHANGELOG.md"
2945.28 s
[hedgehog] Phase: patchPhase
2945.31 s
[hedgehog] Replace Cabal file with edited version from mirror://hackage/hedgehog-1.5/revision/2.cabal.
2945.32 s
[hedgehog] Phase: compileBuildDriverPhase
2945.33 s
[hedgehog] setupCompileFlags: -package-db=/build/tmp.ZACmVvdbHV/setup-package.conf.d -threaded
2945.49 s
[crypton] 17: OK (0.54s)
2945.50 s
[crypton] 18: OK
2945.54 s
[crypton] 19: OK (0.03s)
2945.62 s
[hedgehog] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.ZACmVvdbHV/Main.o )
2945.89 s
[bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Tannen'
2945.91 s
[hedgehog] [2 of 2] Linking Setup
2946.00 s
[smallcheck] [1 of 6] Compiling Test.SmallCheck.Property.Result ( Test/SmallCheck/Property/Result.hs, dist/build/Test/SmallCheck/Property/Result.p_o )
2946.02 s
[crypton] 20: OK (0.48s)
2946.02 s
[crypton] 21: OK (0.01s)
2946.08 s
[crypton] 22: OK (0.03s)
2946.08 s
[streaming-commons] bytes [✔]
2946.16 s
[streaming-commons] +++ OK, passed 100 tests.
2946.27 s
[crypton] 23: OK (0.22s)
2946.27 s
[crypton] 24: OK
2946.27 s
[crypton] Invalid hash length: OK
2946.27 s
[crypton] Hash and validate: OK
2946.28 s
[crypton] BCryptPBKDF
2946.28 s
[crypton] generate
2946.51 s
[crypton] 1: OK (0.11s)
2946.56 s
[bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Wrapped'
2946.69 s
[crypton] 2: OK (0.24s)
2946.72 s
[crypton] 3: OK (0.08s)
2946.72 s
[crypton] hashInternal
2946.72 s
[crypton] 1: OK (0.01s)
2946.72 s
[crypton] HKDF
2946.72 s
[crypton] KATs
2946.72 s
[crypton] sha256
2946.72 s
[crypton] 1: OK
2946.72 s
[crypton] 2: OK
2946.99 s
[crypton] Argon2
2946.99 s
[crypton] KATs
2946.99 s
[crypton] 1: OK (0.27s)
2946.99 s
[crypton] block-cipher
2946.99 s
[crypton] AES
2946.99 s
[crypton] AES128
2946.99 s
[crypton] KAT
2946.99 s
[crypton] ECB
2946.99 s
[crypton] E0: OK
2946.99 s
[crypton] D0: OK
2946.99 s
[crypton] E1: OK
2946.99 s
[crypton] D1: OK
2947.00 s
[crypton] E2: OK
2947.00 s
[crypton] D2: OK
2947.00 s
[crypton] E3: OK
2947.00 s
[crypton] D3: OK
2947.00 s
[crypton] E4: OK
2947.00 s
[crypton] D4: OK
2947.00 s
[crypton] E5: OK
2947.00 s
[crypton] D5: OK
2947.00 s
[crypton] CBC
2947.00 s
[crypton] E0: OK
2947.00 s
[crypton] D0: OK
2947.00 s
[crypton] E1: OK
2947.00 s
[crypton] D1: OK
2947.00 s
[crypton] E2: OK
2947.00 s
[crypton] D2: OK
2947.00 s
[crypton] E3: OK
2947.00 s
[crypton] D3: OK
2947.00 s
[crypton] E4: OK
2947.00 s
[crypton] D4: OK
2947.00 s
[crypton] E5: OK
2947.00 s
[crypton] D5: OK
2947.00 s
[crypton] E6: OK
2947.00 s
[crypton] D6: OK
2947.00 s
[crypton] E7: OK
2947.00 s
[crypton] D7: OK
2947.00 s
[crypton] E8: OK
2947.00 s
[crypton] D8: OK
2947.00 s
[crypton] E9: OK
2947.00 s
[crypton] D9: OK
2947.00 s
[crypton] E10: OK
2947.00 s
[crypton] D10: OK
2947.00 s
[crypton] E11: OK
2947.00 s
[crypton] D11: OK
2947.00 s
[crypton] CFB
2947.00 s
[crypton] E0: OK
2947.00 s
[crypton] D0: OK
2947.00 s
[crypton] AEAD
2947.00 s
[crypton] AE0: OK
2947.00 s
[crypton] AD0: OK
2947.00 s
[crypton] E0: OK
2947.00 s
[crypton] D0: OK
2947.00 s
[crypton] AE1: OK
2947.00 s
[crypton] AD1: OK
2947.00 s
[crypton] E1: OK
2947.00 s
[crypton] D1: OK
2947.00 s
[crypton] AE2: OK
2947.00 s
[crypton] AD2: OK
2947.00 s
[crypton] E2: OK
2947.00 s
[crypton] D2: OK
2947.00 s
[crypton] AE3: OK
2947.00 s
[crypton] AD3: OK
2947.00 s
[crypton] E3: OK
2947.00 s
[crypton] D3: OK
2947.00 s
[crypton] AE4: OK
2947.00 s
[crypton] AD4: OK
2947.00 s
[crypton] E4: OK
2947.00 s
[crypton] D4: OK
2947.00 s
[crypton] AE5: OK
2947.00 s
[crypton] AD5: OK
2947.00 s
[crypton] E5: OK
2947.00 s
[crypton] D5: OK
2947.00 s
[crypton] AE6: OK
2947.00 s
[crypton] AD6: OK
2947.00 s
[crypton] E6: OK
2947.00 s
[crypton] D6: OK
2947.00 s
[crypton] AE7: OK
2947.00 s
[crypton] AD7: OK
2947.00 s
[crypton] E7: OK
2947.00 s
[crypton] D7: OK
2947.00 s
[crypton] AE8: OK
2947.00 s
[crypton] AD8: OK
2947.00 s
[crypton] E8: OK
2947.00 s
[crypton] D8: OK
2947.00 s
[crypton] AE9: OK
2947.00 s
[crypton] AD9: OK
2947.00 s
[crypton] E9: OK
2947.00 s
[crypton] D9: OK
2947.00 s
[crypton] AE10: OK
2947.00 s
[crypton] AD10: OK
2947.00 s
[crypton] E10: OK
2947.00 s
[crypton] D10: OK
2947.00 s
[crypton] AE11: OK
2947.00 s
[crypton] AD11: OK
2947.01 s
[crypton] E11: OK
2947.01 s
[crypton] D11: OK
2947.01 s
[crypton] AE12: OK
2947.01 s
[crypton] AD12: OK
2947.01 s
[crypton] E12: OK
2947.01 s
[crypton] D12: OK
2947.01 s
[crypton] AE13: OK
2947.01 s
[crypton] AD13: OK
2947.01 s
[crypton] E13: OK
2947.01 s
[crypton] D13: OK
2947.01 s
[crypton] AE14: OK
2947.01 s
[crypton] AD14: OK
2947.01 s
[crypton] E14: OK
2947.01 s
[crypton] D14: OK
2947.01 s
[crypton] AE15: OK
2947.01 s
[crypton] AD15: OK
2947.01 s
[crypton] E15: OK
2947.01 s
[crypton] D15: OK
2947.01 s
[crypton] AE16: OK
2947.01 s
[crypton] AD16: OK
2947.01 s
[crypton] E16: OK
2947.01 s
[crypton] D16: OK
2947.01 s
[crypton] AE17: OK
2947.01 s
[crypton] AD17: OK
2947.01 s
[crypton] E17: OK
2947.01 s
[crypton] D17: OK
2947.01 s
[crypton] AE18: OK
2947.01 s
[crypton] AD18: OK
2947.01 s
[crypton] E18: OK
2947.01 s
[crypton] D18: OK
2947.01 s
[crypton] AE19: OK
2947.01 s
[crypton] AD19: OK
2947.01 s
[crypton] E19: OK
2947.01 s
[crypton] D19: OK
2947.01 s
[crypton] AE20: OK
2947.01 s
[crypton] AD20: OK
2947.01 s
[crypton] E20: OK
2947.01 s
[crypton] D20: OK
2947.01 s
[crypton] AE21: OK
2947.01 s
[crypton] AD21: OK
2947.01 s
[crypton] E21: OK
2947.01 s
[crypton] D21: OK
2947.01 s
[crypton] AE22: OK
2947.01 s
[crypton] AD22: OK
2947.01 s
[crypton] E22: OK
2947.01 s
[crypton] D22: OK
2947.01 s
[crypton] AE23: OK
2947.01 s
[crypton] AD23: OK
2947.01 s
[crypton] E23: OK
2947.01 s
[crypton] D23: OK
2947.01 s
[crypton] AE24: OK
2947.01 s
[crypton] AD24: OK
2947.01 s
[crypton] E24: OK
2947.01 s
[crypton] D24: OK
2947.01 s
[crypton] AE25: OK
2947.01 s
[crypton] AD25: OK
2947.01 s
[crypton] E25: OK
2947.01 s
[crypton] D25: OK
2947.01 s
[crypton] AE26: OK
2947.01 s
[crypton] AD26: OK
2947.01 s
[crypton] E26: OK
2947.01 s
[crypton] D26: OK
2947.01 s
[crypton] AE27: OK
2947.01 s
[crypton] AD27: OK
2947.01 s
[crypton] E27: OK
2947.01 s
[crypton] D27: OK
2947.01 s
[crypton] AE28: OK
2947.01 s
[crypton] AD28: OK
2947.01 s
[crypton] E28: OK
2947.01 s
[crypton] D28: OK
2947.01 s
[crypton] AE29: OK
2947.01 s
[crypton] AD29: OK
2947.01 s
[crypton] E29: OK
2947.01 s
[crypton] D29: OK
2947.01 s
[crypton] AE30: OK
2947.01 s
[crypton] AD30: OK
2947.01 s
[crypton] E30: OK
2947.01 s
[crypton] D30: OK
2947.01 s
[crypton] AE31: OK
2947.01 s
[crypton] AD31: OK
2947.01 s
[crypton] E31: OK
2947.01 s
[crypton] D31: OK
2947.01 s
[crypton] AE32: OK
2947.01 s
[crypton] AD32: OK
2947.01 s
[crypton] E32: OK
2947.01 s
[crypton] D32: OK
2947.01 s
[crypton] AE33: OK
2947.01 s
[crypton] AD33: OK
2947.01 s
[crypton] E33: OK
2947.01 s
[crypton] D33: OK
2947.01 s
[crypton] AE34: OK
2947.01 s
[crypton] AD34: OK
2947.01 s
[crypton] E34: OK
2947.01 s
[crypton] D34: OK
2947.01 s
[crypton] AE35: OK
2947.01 s
[crypton] AD35: OK
2947.01 s
[crypton] E35: OK
2947.04 s
[crypton] D35: OK
2947.04 s
[crypton] decrypt.encrypt==id
2947.12 s
[crypton] ECB: OK (0.04s)
2947.12 s
[crypton] +++ OK, passed 100 tests.
2947.12 s
[crypton] CBC: OK (0.03s)
2947.12 s
[crypton] +++ OK, passed 100 tests.
2947.12 s
[crypton] CFB: OK (0.04s)
2947.12 s
[crypton] +++ OK, passed 100 tests.
2947.12 s
[crypton] CTR: OK
2947.12 s
[crypton] +++ OK, passed 100 tests.
2947.13 s
[crypton] OCB: OK (0.01s)
2947.13 s
[crypton] +++ OK, passed 100 tests.
2947.14 s
[crypton] CCM: OK (0.01s)
2947.14 s
[crypton] +++ OK, passed 100 tests.
2947.14 s
[crypton] EAX: OK
2947.14 s
[crypton] +++ OK, passed 100 tests.
2947.14 s
[crypton] CWC: OK
2947.15 s
[crypton] +++ OK, passed 100 tests.
2947.15 s
[crypton] GCM: OK (0.01s)
2947.15 s
[crypton] +++ OK, passed 100 tests.
2947.15 s
[crypton] nullIV is null: OK
2947.15 s
[crypton] ivAdd is linear: OK
2947.15 s
[crypton] +++ OK, passed 100 tests.
2947.15 s
[crypton] AES192
2947.15 s
[crypton] KAT
2947.15 s
[crypton] ECB
2947.15 s
[crypton] E0: OK
2947.15 s
[crypton] D0: OK
2947.15 s
[crypton] E1: OK
2947.15 s
[crypton] D1: OK
2947.15 s
[crypton] E2: OK
2947.15 s
[crypton] D2: OK
2947.15 s
[crypton] E3: OK
2947.15 s
[crypton] D3: OK
2947.15 s
[crypton] E4: OK
2947.15 s
[crypton] D4: OK
2947.15 s
[crypton] CBC
2947.15 s
[crypton] E0: OK
2947.15 s
[crypton] D0: OK
2947.15 s
[crypton] E1: OK
2947.15 s
[crypton] D1: OK
2947.15 s
[crypton] E2: OK
2947.15 s
[crypton] D2: OK
2947.15 s
[crypton] E3: OK
2947.15 s
[crypton] D3: OK
2947.15 s
[crypton] E4: OK
2947.15 s
[crypton] D4: OK
2947.15 s
[crypton] E5: OK
2947.15 s
[crypton] D5: OK
2947.15 s
[crypton] E6: OK
2947.15 s
[crypton] D6: OK
2947.15 s
[crypton] E7: OK
2947.15 s
[crypton] D7: OK
2947.15 s
[crypton] E8: OK
2947.15 s
[crypton] D8: OK
2947.15 s
[crypton] E9: OK
2947.15 s
[crypton] D9: OK
2947.15 s
[crypton] E10: OK
2947.15 s
[crypton] D10: OK
2947.15 s
[crypton] E11: OK
2947.17 s
[crypton] D11: OK
2947.17 s
[crypton] decrypt.encrypt==id
2947.21 s
[streaming-commons] chars [✔]
2947.21 s
[streaming-commons] +++ OK, passed 100 tests.
2947.21 s
[crypton] ECB: OK (0.04s)
2947.21 s
[crypton] +++ OK, passed 100 tests.
2947.24 s
[crypton] CBC: OK (0.05s)
2947.24 s
[crypton] +++ OK, passed 100 tests.
2947.31 s
[crypton] CFB: OK (0.07s)
2947.31 s
[crypton] +++ OK, passed 100 tests.
2947.33 s
[crypton] CTR: OK
2947.33 s
[crypton] +++ OK, passed 100 tests.
2947.35 s
[crypton] OCB: OK (0.01s)
2947.35 s
[crypton] +++ OK, passed 100 tests.
2947.35 s
[crypton] CCM: OK (0.02s)
2947.35 s
[crypton] +++ OK, passed 100 tests.
2947.35 s
[crypton] EAX: OK
2947.35 s
[crypton] +++ OK, passed 100 tests.
2947.36 s
[crypton] CWC: OK
2947.37 s
[crypton] +++ OK, passed 100 tests.
2947.37 s
[crypton] GCM: OK (0.01s)
2947.37 s
[crypton] +++ OK, passed 100 tests.
2947.37 s
[crypton] nullIV is null: OK
2947.37 s
[crypton] ivAdd is linear: OK
2947.37 s
[crypton] +++ OK, passed 100 tests.
2947.37 s
[crypton] AES256
2947.37 s
[crypton] KAT
2947.37 s
[crypton] ECB
2947.37 s
[crypton] E0: OK
2947.37 s
[crypton] D0: OK
2947.37 s
[crypton] E1: OK
2947.37 s
[crypton] D1: OK
2947.37 s
[crypton] E2: OK
2947.37 s
[crypton] D2: OK
2947.37 s
[crypton] E3: OK
2947.37 s
[crypton] D3: OK
2947.37 s
[crypton] E4: OK
2947.37 s
[crypton] D4: OK
2947.37 s
[crypton] CBC
2947.37 s
[crypton] E0: OK
2947.37 s
[crypton] D0: OK
2947.37 s
[crypton] E1: OK
2947.37 s
[crypton] D1: OK
2947.37 s
[crypton] E2: OK
2947.37 s
[crypton] D2: OK
2947.37 s
[crypton] E3: OK
2947.37 s
[crypton] D3: OK
2947.37 s
[crypton] E4: OK
2947.37 s
[crypton] D4: OK
2947.37 s
[crypton] E5: OK
2947.37 s
[crypton] D5: OK
2947.37 s
[crypton] E6: OK
2947.37 s
[crypton] D6: OK
2947.37 s
[crypton] E7: OK
2947.37 s
[crypton] D7: OK
2947.37 s
[crypton] E8: OK
2947.37 s
[crypton] D8: OK
2947.37 s
[crypton] E9: OK
2947.37 s
[crypton] D9: OK
2947.37 s
[crypton] E10: OK
2947.37 s
[crypton] D10: OK
2947.37 s
[crypton] E11: OK
2947.37 s
[crypton] D11: OK
2947.37 s
[crypton] AEAD
2947.37 s
[crypton] AE0: OK
2947.37 s
[crypton] AD0: OK
2947.37 s
[crypton] E0: OK
2947.37 s
[crypton] D0: OK
2947.37 s
[crypton] AE1: OK
2947.37 s
[crypton] AD1: OK
2947.37 s
[crypton] E1: OK
2947.37 s
[crypton] D1: OK
2947.37 s
[crypton] AE2: OK
2947.37 s
[crypton] AD2: OK
2947.37 s
[crypton] E2: OK
2947.38 s
[bifunctors] Warning: Data.Bifunctor.TH: could not find link destinations for:
2947.38 s
[bifunctors] - Data.Bifunctor.TH.Bifunctor
2947.38 s
[bifunctors] - Data.Bifunctor.TH.Bifoldable
2947.38 s
[bifunctors] - Data.Bifunctor.TH.Bitraversable
2947.39 s
[crypton] D2: OK
2947.39 s
[crypton] decrypt.encrypt==id
2947.41 s
[crypton] ECB: OK (0.03s)
2947.41 s
[crypton] +++ OK, passed 100 tests.
2947.45 s
[crypton] CBC: OK (0.04s)
2947.45 s
[crypton] +++ OK, passed 100 tests.
2947.49 s
[crypton] CFB: OK (0.05s)
2947.49 s
[crypton] +++ OK, passed 100 tests.
2947.49 s
[crypton] CTR: OK
2947.50 s
[crypton] +++ OK, passed 100 tests.
2947.51 s
[crypton] OCB: OK (0.01s)
2947.51 s
[crypton] +++ OK, passed 100 tests.
2947.52 s
[crypton] CCM: OK (0.01s)
2947.52 s
[crypton] +++ OK, passed 100 tests.
2947.52 s
[crypton] EAX: OK
2947.52 s
[crypton] +++ OK, passed 100 tests.
2947.52 s
[crypton] CWC: OK
2947.55 s
[crypton] +++ OK, passed 100 tests.
2947.55 s
[crypton] GCM: OK (0.03s)
2947.55 s
[crypton] +++ OK, passed 100 tests.
2947.55 s
[crypton] nullIV is null: OK
2947.55 s
[crypton] ivAdd is linear: OK
2947.55 s
[crypton] +++ OK, passed 100 tests.
2947.55 s
[crypton] AES-GCM-SIV
2947.55 s
[crypton] KATs
2947.55 s
[crypton] encrypt
2947.55 s
[crypton] AES128
2947.55 s
[crypton] 1: OK
2947.55 s
[crypton] 2: OK
2947.55 s
[crypton] 3: OK
2947.55 s
[crypton] 4: OK
2947.55 s
[crypton] 5: OK
2947.55 s
[crypton] 6: OK
2947.55 s
[crypton] 7: OK
2947.55 s
[crypton] 8: OK
2947.55 s
[crypton] 9: OK
2947.55 s
[crypton] 10: OK
2947.55 s
[crypton] 11: OK
2947.55 s
[crypton] 12: OK
2947.55 s
[crypton] 13: OK
2947.55 s
[crypton] 14: OK
2947.55 s
[crypton] 15: OK
2947.55 s
[crypton] 16: OK
2947.55 s
[crypton] 17: OK
2947.55 s
[crypton] 18: OK
2947.55 s
[crypton] 19: OK
2947.55 s
[crypton] 20: OK
2947.55 s
[crypton] 21: OK
2947.55 s
[crypton] 22: OK
2947.55 s
[crypton] 23: OK
2947.55 s
[crypton] 24: OK
2947.55 s
[crypton] AES256
2947.55 s
[crypton] 1: OK
2947.55 s
[crypton] 2: OK
2947.55 s
[crypton] 3: OK
2947.55 s
[crypton] 4: OK
2947.55 s
[crypton] 5: OK
2947.55 s
[crypton] 6: OK
2947.55 s
[crypton] 7: OK
2947.55 s
[crypton] 8: OK
2947.55 s
[crypton] 9: OK
2947.55 s
[crypton] 10: OK
2947.55 s
[crypton] 11: OK
2947.55 s
[crypton] 12: OK
2947.55 s
[crypton] 13: OK
2947.55 s
[crypton] 14: OK
2947.55 s
[crypton] 15: OK
2947.55 s
[crypton] 16: OK
2947.55 s
[crypton] 17: OK
2947.56 s
[crypton] 18: OK
2947.56 s
[crypton] 19: OK
2947.56 s
[crypton] 20: OK
2947.56 s
[crypton] 21: OK
2947.56 s
[crypton] 22: OK
2947.56 s
[crypton] 23: OK
2947.56 s
[crypton] 24: OK
2947.56 s
[crypton] CounterWrap
2947.56 s
[crypton] 1: OK
2947.56 s
[crypton] 2: OK
2947.56 s
[crypton] decrypt
2947.56 s
[crypton] AES128
2947.56 s
[crypton] 1: OK
2947.56 s
[crypton] 2: OK
2947.56 s
[crypton] 3: OK
2947.56 s
[crypton] 4: OK
2947.56 s
[crypton] 5: OK
2947.56 s
[crypton] 6: OK
2947.56 s
[crypton] 7: OK
2947.56 s
[crypton] 8: OK
2947.56 s
[crypton] 9: OK
2947.56 s
[crypton] 10: OK
2947.56 s
[crypton] 11: OK
2947.56 s
[crypton] 12: OK
2947.56 s
[crypton] 13: OK
2947.56 s
[crypton] 14: OK
2947.56 s
[crypton] 15: OK
2947.56 s
[crypton] 16: OK
2947.56 s
[crypton] 17: OK
2947.56 s
[crypton] 18: OK
2947.56 s
[crypton] 19: OK
2947.56 s
[crypton] 20: OK
2947.56 s
[crypton] 21: OK
2947.56 s
[crypton] 22: OK
2947.56 s
[crypton] 23: OK
2947.56 s
[crypton] 24: OK
2947.56 s
[crypton] AES256
2947.56 s
[crypton] 1: OK
2947.56 s
[crypton] 2: OK
2947.56 s
[crypton] 3: OK
2947.56 s
[crypton] 4: OK
2947.56 s
[crypton] 5: OK
2947.56 s
[crypton] 6: OK
2947.56 s
[crypton] 7: OK
2947.56 s
[crypton] 8: OK
2947.56 s
[crypton] 9: OK
2947.56 s
[crypton] 10: OK
2947.56 s
[crypton] 11: OK
2947.56 s
[crypton] 12: OK
2947.56 s
[crypton] 13: OK
2947.56 s
[crypton] 14: OK
2947.56 s
[crypton] 15: OK
2947.56 s
[crypton] 16: OK
2947.56 s
[crypton] 17: OK
2947.56 s
[crypton] 18: OK
2947.56 s
[crypton] 19: OK
2947.56 s
[crypton] 20: OK
2947.56 s
[crypton] 21: OK
2947.56 s
[crypton] 22: OK
2947.56 s
[crypton] 23: OK
2947.56 s
[crypton] 24: OK
2947.56 s
[crypton] CounterWrap
2947.56 s
[crypton] 1: OK
2947.56 s
[crypton] 2: OK
2947.59 s
[crypton] properties
2947.67 s
[crypton] AES128: OK (0.09s)
2947.67 s
[crypton] +++ OK, passed 100 tests.
2947.73 s
[crypton] AES256: OK (0.07s)
2947.73 s
[crypton] +++ OK, passed 100 tests.
2947.73 s
[crypton] blowfish64
2947.73 s
[crypton] KAT
2947.73 s
[crypton] ECB
2947.73 s
[crypton] E0: OK
2947.73 s
[crypton] D0: OK
2947.73 s
[crypton] E1: OK
2947.73 s
[crypton] D1: OK
2947.73 s
[crypton] E2: OK
2947.73 s
[crypton] D2: OK
2947.73 s
[crypton] E3: OK
2947.73 s
[crypton] D3: OK
2947.73 s
[crypton] E4: OK
2947.73 s
[crypton] D4: OK
2947.73 s
[crypton] E5: OK
2947.73 s
[crypton] D5: OK
2947.73 s
[crypton] E6: OK
2947.73 s
[crypton] D6: OK
2947.73 s
[crypton] E7: OK
2947.73 s
[crypton] D7: OK
2947.73 s
[crypton] E8: OK
2947.73 s
[crypton] D8: OK
2947.73 s
[crypton] E9: OK
2947.73 s
[crypton] D9: OK
2947.73 s
[crypton] E10: OK
2947.73 s
[crypton] D10: OK
2947.73 s
[crypton] E11: OK
2947.73 s
[crypton] D11: OK
2947.73 s
[crypton] E12: OK
2947.73 s
[crypton] D12: OK
2947.73 s
[crypton] E13: OK
2947.73 s
[crypton] D13: OK
2947.73 s
[crypton] E14: OK
2947.73 s
[crypton] D14: OK
2947.73 s
[crypton] E15: OK
2947.73 s
[crypton] D15: OK
2947.73 s
[crypton] E16: OK
2947.73 s
[crypton] D16: OK
2947.73 s
[crypton] E17: OK
2947.73 s
[crypton] D17: OK
2947.73 s
[crypton] E18: OK
2947.73 s
[crypton] D18: OK
2947.73 s
[crypton] E19: OK
2947.74 s
[crypton] D19: OK
2947.74 s
[crypton] E20: OK
2947.74 s
[crypton] D20: OK
2947.74 s
[crypton] E21: OK
2947.74 s
[crypton] D21: OK
2947.74 s
[crypton] E22: OK
2947.74 s
[crypton] D22: OK
2947.74 s
[crypton] E23: OK
2947.74 s
[crypton] D23: OK
2947.74 s
[crypton] E24: OK
2947.74 s
[crypton] D24: OK
2947.74 s
[crypton] E25: OK
2947.74 s
[crypton] D25: OK
2947.74 s
[crypton] E26: OK
2947.74 s
[crypton] D26: OK
2947.74 s
[crypton] E27: OK
2947.74 s
[crypton] D27: OK
2947.74 s
[crypton] E28: OK
2947.74 s
[crypton] D28: OK
2947.74 s
[crypton] E29: OK
2947.74 s
[crypton] D29: OK
2947.74 s
[crypton] E30: OK
2947.74 s
[crypton] D30: OK
2947.74 s
[crypton] E31: OK
2947.74 s
[crypton] D31: OK
2947.74 s
[crypton] E32: OK
2947.74 s
[crypton] D32: OK
2947.74 s
[crypton] E33: OK
2947.74 s
[crypton] D33: OK
2947.74 s
[crypton] decrypt.encrypt==id
2947.80 s
[crypton] ECB: OK (0.05s)
2947.80 s
[crypton] +++ OK, passed 100 tests.
2947.92 s
[crypton] CBC: OK (0.10s)
2947.92 s
[crypton] +++ OK, passed 100 tests.
2947.96 s
[crypton] CFB: OK (0.06s)
2947.96 s
[crypton] +++ OK, passed 100 tests.
2947.96 s
[crypton] CTR: OK (0.01s)
2947.96 s
[crypton] +++ OK, passed 100 tests.
2947.96 s
[crypton] OCB: OK
2947.96 s
[crypton] +++ OK, passed 100 tests.
2947.96 s
[crypton] CCM: OK
2947.96 s
[crypton] +++ OK, passed 100 tests.
2947.96 s
[crypton] EAX: OK
2947.96 s
[crypton] +++ OK, passed 100 tests.
2947.96 s
[crypton] CWC: OK
2947.96 s
[crypton] +++ OK, passed 100 tests.
2947.96 s
[crypton] GCM: OK
2947.96 s
[crypton] +++ OK, passed 100 tests.
2947.96 s
[crypton] nullIV is null: OK
2947.96 s
[crypton] ivAdd is linear: OK
2947.96 s
[crypton] +++ OK, passed 100 tests.
2947.96 s
[crypton] CAST5
2947.96 s
[crypton] KAT
2947.96 s
[crypton] ECB
2947.96 s
[crypton] E0: OK
2947.96 s
[crypton] D0: OK
2947.96 s
[crypton] E1: OK
2947.96 s
[crypton] D1: OK
2947.97 s
[crypton] E2: OK
2947.98 s
[crypton] D2: OK
2947.98 s
[crypton] decrypt.encrypt==id
2948.00 s
[crypton] ECB: OK (0.03s)
2948.00 s
[crypton] +++ OK, passed 100 tests.
2948.06 s
[crypton] CBC: OK (0.05s)
2948.06 s
[crypton] +++ OK, passed 100 tests.
2948.12 s
[crypton] CFB: OK (0.06s)
2948.12 s
[crypton] +++ OK, passed 100 tests.
2948.12 s
[crypton] CTR: OK (0.01s)
2948.12 s
[crypton] +++ OK, passed 100 tests.
2948.12 s
[crypton] OCB: OK
2948.12 s
[crypton] +++ OK, passed 100 tests.
2948.12 s
[crypton] CCM: OK
2948.12 s
[crypton] +++ OK, passed 100 tests.
2948.12 s
[crypton] EAX: OK
2948.12 s
[crypton] +++ OK, passed 100 tests.
2948.12 s
[crypton] CWC: OK
2948.12 s
[crypton] +++ OK, passed 100 tests.
2948.12 s
[crypton] GCM: OK
2948.12 s
[crypton] +++ OK, passed 100 tests.
2948.12 s
[crypton] nullIV is null: OK
2948.12 s
[crypton] ivAdd is linear: OK
2948.12 s
[crypton] +++ OK, passed 100 tests.
2948.12 s
[crypton] Camellia128
2948.12 s
[crypton] KAT
2948.12 s
[crypton] ECB
2948.12 s
[crypton] E0: OK
2948.12 s
[crypton] D0: OK
2948.12 s
[crypton] E1: OK
2948.14 s
[crypton] D1: OK
2948.14 s
[crypton] decrypt.encrypt==id
2948.18 s
[crypton] ECB: OK (0.04s)
2948.19 s
[crypton] +++ OK, passed 100 tests.
2948.24 s
[crypton] CBC: OK (0.06s)
2948.24 s
[crypton] +++ OK, passed 100 tests.
2948.30 s
[crypton] CFB: OK (0.06s)
2948.30 s
[crypton] +++ OK, passed 100 tests.
2948.30 s
[crypton] CTR: OK (0.02s)
2948.30 s
[crypton] +++ OK, passed 100 tests.
2948.30 s
[crypton] OCB: OK
2948.30 s
[crypton] +++ OK, passed 100 tests.
2948.30 s
[crypton] CCM: OK
2948.30 s
[crypton] +++ OK, passed 100 tests.
2948.30 s
[crypton] EAX: OK
2948.30 s
[crypton] +++ OK, passed 100 tests.
2948.30 s
[crypton] CWC: OK
2948.30 s
[crypton] +++ OK, passed 100 tests.
2948.30 s
[crypton] GCM: OK
2948.30 s
[crypton] +++ OK, passed 100 tests.
2948.31 s
[crypton] nullIV is null: OK
2948.31 s
[crypton] ivAdd is linear: OK
2948.31 s
[crypton] +++ OK, passed 100 tests.
2948.31 s
[crypton] DES
2948.31 s
[crypton] KAT
2948.31 s
[crypton] ECB
2948.31 s
[crypton] E0: OK
2948.31 s
[crypton] D0: OK
2948.31 s
[crypton] E1: OK
2948.31 s
[crypton] D1: OK
2948.31 s
[crypton] E2: OK
2948.31 s
[crypton] D2: OK
2948.31 s
[crypton] E3: OK
2948.31 s
[crypton] D3: OK
2948.31 s
[crypton] E4: OK
2948.32 s
[crypton] D4: OK
2948.32 s
[crypton] E5: OK
2948.32 s
[crypton] D5: OK
2948.32 s
[crypton] E6: OK
2948.32 s
[crypton] D6: OK
2948.33 s
[crypton] E7: OK
2948.33 s
[crypton] D7: OK
2948.33 s
[crypton] E8: OK
2948.34 s
[crypton] D8: OK
2948.35 s
[crypton] E9: OK (0.01s)
2948.35 s
[crypton] D9: OK
2948.37 s
[crypton] E10: OK (0.02s)
2948.37 s
[crypton] D10: OK
2948.37 s
[crypton] E11: OK
2948.37 s
[crypton] D11: OK
2948.38 s
[crypton] E12: OK
2948.38 s
[crypton] D12: OK
2948.38 s
[crypton] E13: OK
2948.38 s
[crypton] D13: OK
2948.38 s
[crypton] E14: OK
2948.38 s
[crypton] D14: OK
2948.38 s
[crypton] E15: OK
2948.38 s
[crypton] D15: OK
2948.38 s
[crypton] E16: OK
2948.38 s
[crypton] D16: OK
2948.38 s
[crypton] E17: OK
2948.38 s
[crypton] D17: OK
2948.38 s
[crypton] E18: OK
2948.39 s
[crypton] D18: OK
2948.39 s
[crypton] E19: OK
2948.39 s
[crypton] D19: OK
2948.39 s
[crypton] E20: OK
2948.39 s
[crypton] D20: OK
2948.39 s
[crypton] E21: OK
2948.39 s
[crypton] D21: OK
2948.39 s
[crypton] E22: OK
2948.39 s
[crypton] D22: OK
2948.39 s
[crypton] E23: OK
2948.40 s
[crypton] D23: OK
2948.40 s
[crypton] E24: OK
2948.40 s
[crypton] D24: OK
2948.40 s
[crypton] E25: OK
2948.43 s
[crypton] D25: OK (0.03s)
2948.43 s
[crypton] E26: OK
2948.43 s
[crypton] D26: OK
2948.43 s
[crypton] E27: OK
2948.43 s
[crypton] D27: OK
2948.44 s
[crypton] E28: OK
2948.44 s
[crypton] D28: OK
2948.44 s
[crypton] E29: OK
2948.44 s
[crypton] D29: OK
2948.44 s
[crypton] E30: OK
2948.44 s
[crypton] D30: OK
2948.44 s
[crypton] E31: OK
2948.44 s
[crypton] D31: OK
2948.45 s
[crypton] E32: OK
2948.45 s
[crypton] D32: OK
2948.45 s
[crypton] E33: OK
2948.46 s
[crypton] D33: OK
2948.46 s
[crypton] decrypt.encrypt==id
2949.25 s
[smallcheck] [2 of 6] Compiling Test.SmallCheck.SeriesMonad ( Test/SmallCheck/SeriesMonad.hs, dist/build/Test/SmallCheck/SeriesMonad.p_o )
2949.25 s
[smallcheck] [3 of 6] Compiling Test.SmallCheck.Series ( Test/SmallCheck/Series.hs, dist/build/Test/SmallCheck/Series.p_o )
2949.64 s
[crypton] ECB: OK (1.18s)
2949.64 s
[crypton] +++ OK, passed 5 tests.
2950.47 s
[hedgehog] Phase: updateAutotoolsGnuConfigScriptsPhase
2950.52 s
[hedgehog] Phase: configurePhase
2950.54 s
[hedgehog] configureFlags: --verbose --prefix=/nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/fgnz9qndcxna0cf5n0xl16szr5lk1ghi-hedgehog-1.5-doc/share/doc/hedgehog-1.5 --with-gcc=gcc --package-db=/build/tmp.ZACmVvdbHV/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
2950.63 s
[hedgehog] Using Parsec parser
2950.63 s
[hedgehog] Configuring hedgehog-1.5...
2950.85 s
[genvalidity-hspec] [ 4 of 13] Compiling Test.Validity.Show ( src/Test/Validity/Show.hs, dist/build/Test/Validity/Show.p_o )
2950.85 s
[genvalidity-hspec] [ 5 of 13] Compiling Test.Validity.Ord ( src/Test/Validity/Ord.hs, dist/build/Test/Validity/Ord.p_o )
2951.63 s
[crypton] CBC: OK (2.00s)
2951.68 s
[crypton] +++ OK, passed 5 tests.
2952.32 s
[genvalidity-hspec] [ 6 of 13] Compiling Test.Validity.Monoid ( src/Test/Validity/Monoid.hs, dist/build/Test/Validity/Monoid.p_o )
2952.32 s
[genvalidity-hspec] [ 7 of 13] Compiling Test.Validity.Monad ( src/Test/Validity/Monad.hs, dist/build/Test/Validity/Monad.p_o )
2952.37 s
[hedgehog] Dependency ansi-terminal >=0.6 && <1.2: using ansi-terminal-1.1.2
2952.37 s
[hedgehog] Dependency async >=2.0 && <2.3: using async-2.2.5
2952.37 s
[hedgehog] Dependency barbies >=1.0 && <2.2: using barbies-2.1.1.0
2952.37 s
[hedgehog] Dependency base >=4.9 && <5: using base-4.18.2.0
2952.37 s
[hedgehog] Dependency bytestring >=0.10 && <0.13: using bytestring-0.11.5.3
2952.37 s
[hedgehog] Dependency concurrent-output >=1.7 && <1.11: using concurrent-output-1.10.21
2952.37 s
[hedgehog] Dependency containers >=0.4 && <0.9: using containers-0.6.7
2952.37 s
[hedgehog] Dependency deepseq >=1.1.0.0 && <1.6: using deepseq-1.4.8.1
2952.37 s
[hedgehog] Dependency directory >=1.2 && <1.4: using directory-1.3.8.1
2952.37 s
[hedgehog] Dependency erf >=2.0 && <2.1: using erf-2.0.0.0
2952.37 s
[hedgehog] Dependency exceptions >=0.7 && <0.11: using exceptions-0.10.7
2952.37 s
[hedgehog] Dependency lifted-async >=0.7 && <0.11: using lifted-async-0.10.2.7
2952.37 s
[hedgehog] Dependency mmorph >=1.0 && <1.3: using mmorph-1.2.0
2952.37 s
[hedgehog] Dependency monad-control >=1.0 && <1.1: using monad-control-1.0.3.1
2952.37 s
[hedgehog] Dependency mtl >=2.1 && <2.4: using mtl-2.3.1
2952.37 s
[hedgehog] Dependency pretty-show >=1.6 && <1.11: using pretty-show-1.10
2952.37 s
[hedgehog] Dependency primitive >=0.6 && <0.10: using primitive-0.9.1.0
2952.37 s
[hedgehog] Dependency random >=1.1 && <1.4: using random-1.2.1.3
2952.37 s
[hedgehog] Dependency resourcet >=1.1 && <1.4: using resourcet-1.3.0
2952.37 s
[hedgehog] Dependency safe-exceptions >=0.1 && <0.2: using safe-exceptions-0.1.7.4
2952.37 s
[hedgehog] Dependency stm >=2.4 && <2.6: using stm-2.5.1.0
2952.37 s
[hedgehog] Dependency template-haskell >=2.10 && <2.24: using template-haskell-2.20.0.0
2952.37 s
[hedgehog] Dependency text >=1.1 && <2.2: using text-2.0.2
2952.37 s
[hedgehog] Dependency time >=1.4 && <1.15: using time-1.12.2
2952.37 s
[hedgehog] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.0
2952.37 s
[hedgehog] Dependency transformers-base >=0.4.5.1 && <0.5: using transformers-base-0.4.6
2952.37 s
[hedgehog] Dependency wl-pprint-annotated >=0.0 && <0.2: using
2952.37 s
[hedgehog] wl-pprint-annotated-0.1.0.1
2952.37 s
[hedgehog] Dependency base >=3 && <5: using base-4.18.2.0
2952.37 s
[hedgehog] Dependency containers >=0.4 && <0.9: using containers-0.6.7
2952.37 s
[hedgehog] Dependency hedgehog: using hedgehog-1.5
2952.37 s
[hedgehog] Dependency mmorph >=1.0 && <1.3: using mmorph-1.2.0
2952.38 s
[hedgehog] Dependency mtl >=2.1 && <2.4: using mtl-2.3.1
2952.38 s
[hedgehog] Dependency pretty-show >=1.6 && <1.11: using pretty-show-1.10
2952.38 s
[hedgehog] Dependency text >=1.1 && <2.2: using text-2.0.2
2952.38 s
[hedgehog] Dependency transformers >=0.3 && <0.7: using transformers-0.6.1.0
2952.71 s
[crypton] CFB: OK (1.09s)
2952.71 s
[crypton] +++ OK, passed 5 tests.
2952.74 s
[genvalidity-hspec] [ 8 of 13] Compiling Test.Validity.GenValidity ( src/Test/Validity/GenValidity.hs, dist/build/Test/Validity/GenValidity.p_o )
2952.74 s
[genvalidity-hspec] [ 9 of 13] Compiling Test.Validity.Functor ( src/Test/Validity/Functor.hs, dist/build/Test/Validity/Functor.p_o )
2952.74 s
[genvalidity-hspec] [10 of 13] Compiling Test.Validity.Eq ( src/Test/Validity/Eq.hs, dist/build/Test/Validity/Eq.p_o )
2952.74 s
[genvalidity-hspec] [11 of 13] Compiling Test.Validity.Arbitrary ( src/Test/Validity/Arbitrary.hs, dist/build/Test/Validity/Arbitrary.p_o )
2952.74 s
[genvalidity-hspec] [12 of 13] Compiling Test.Validity.Applicative ( src/Test/Validity/Applicative.hs, dist/build/Test/Validity/Applicative.p_o )
2952.74 s
[genvalidity-hspec] [13 of 13] Compiling Test.Validity ( src/Test/Validity.hs, dist/build/Test/Validity.p_o )
2952.90 s
[crypton] CTR: OK (0.17s)
2952.90 s
[crypton] +++ OK, passed 5 tests.
2952.90 s
[crypton] OCB: OK
2952.90 s
[crypton] +++ OK, passed 5 tests.
2952.90 s
[crypton] CCM: OK
2952.90 s
[crypton] +++ OK, passed 5 tests.
2952.90 s
[crypton] EAX: OK
2952.90 s
[crypton] +++ OK, passed 5 tests.
2952.90 s
[crypton] CWC: OK
2952.90 s
[crypton] +++ OK, passed 5 tests.
2952.90 s
[crypton] GCM: OK
2952.90 s
[crypton] +++ OK, passed 5 tests.
2952.91 s
[crypton] nullIV is null: OK
2952.91 s
[crypton] ivAdd is linear: OK
2952.91 s
[crypton] +++ OK, passed 5 tests.
2952.91 s
[crypton] 3DES_EEE
2952.91 s
[crypton] decrypt.encrypt==id
2953.49 s
[hedgehog] Source component graph:
2953.49 s
[hedgehog] component lib
2953.49 s
[hedgehog] component test:test dependency lib
2953.49 s
[hedgehog] Configured component graph:
2953.49 s
[hedgehog] component hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie
2953.49 s
[hedgehog] include ansi-terminal-1.1.2-LxruBm9vReJ3kO5apRc7O8
2953.49 s
[hedgehog] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2953.49 s
[hedgehog] include barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
2953.49 s
[hedgehog] include base-4.18.2.0
2953.49 s
[hedgehog] include bytestring-0.11.5.3
2953.49 s
[hedgehog] include concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
2953.49 s
[hedgehog] include containers-0.6.7
2953.49 s
[hedgehog] include deepseq-1.4.8.1
2953.49 s
[hedgehog] include directory-1.3.8.1
2953.49 s
[hedgehog] include erf-2.0.0.0-3j8ejB8wxc15VzirbFfRzX
2953.49 s
[hedgehog] include exceptions-0.10.7
2953.49 s
[hedgehog] include lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
2953.49 s
[hedgehog] include mmorph-1.2.0-CL2L86AVMMK2m1mUXOKELU
2953.49 s
[hedgehog] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2953.49 s
[hedgehog] include mtl-2.3.1
2953.49 s
[hedgehog] include pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
2953.49 s
[hedgehog] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2953.49 s
[hedgehog] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2953.49 s
[hedgehog] include resourcet-1.3.0-Ag2nySKVTz1BqVKoH3KxZu
2953.49 s
[hedgehog] include safe-exceptions-0.1.7.4-DDGbahiGzy58iJbr0IQWcu
2953.49 s
[hedgehog] include stm-2.5.1.0
2953.49 s
[hedgehog] include template-haskell-2.20.0.0
2953.49 s
[hedgehog] include text-2.0.2
2953.49 s
[hedgehog] include time-1.12.2
2953.49 s
[hedgehog] include transformers-0.6.1.0
2953.49 s
[hedgehog] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
2953.49 s
[hedgehog] include wl-pprint-annotated-0.1.0.1-CAjgUHzFZU525K4hjb664y
2953.49 s
[hedgehog] component hedgehog-1.5-BjWbDMQQCLHTHQoQWMbD9-test
2953.49 s
[hedgehog] include base-4.18.2.0
2953.49 s
[hedgehog] include containers-0.6.7
2953.49 s
[hedgehog] include hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie
2953.49 s
[hedgehog] include mmorph-1.2.0-CL2L86AVMMK2m1mUXOKELU
2953.49 s
[hedgehog] include mtl-2.3.1
2953.49 s
[hedgehog] include pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
2953.49 s
[hedgehog] include text-2.0.2
2953.49 s
[hedgehog] include transformers-0.6.1.0
2953.49 s
[hedgehog] Linked component graph:
2953.49 s
[hedgehog] unit hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie
2953.49 s
[hedgehog] include ansi-terminal-1.1.2-LxruBm9vReJ3kO5apRc7O8
2953.49 s
[hedgehog] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2953.49 s
[hedgehog] include barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
2953.49 s
[hedgehog] include base-4.18.2.0
2953.49 s
[hedgehog] include bytestring-0.11.5.3
2953.49 s
[hedgehog] include concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
2953.49 s
[hedgehog] include containers-0.6.7
2953.49 s
[hedgehog] include deepseq-1.4.8.1
2953.49 s
[hedgehog] include directory-1.3.8.1
2953.49 s
[hedgehog] include erf-2.0.0.0-3j8ejB8wxc15VzirbFfRzX
2953.49 s
[hedgehog] include exceptions-0.10.7
2953.49 s
[hedgehog] include lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
2953.49 s
[hedgehog] include mmorph-1.2.0-CL2L86AVMMK2m1mUXOKELU
2953.49 s
[hedgehog] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2953.49 s
[hedgehog] include mtl-2.3.1
2953.49 s
[hedgehog] include pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
2953.49 s
[hedgehog] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2953.50 s
[hedgehog] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2953.50 s
[hedgehog] include resourcet-1.3.0-Ag2nySKVTz1BqVKoH3KxZu
2953.50 s
[hedgehog] include safe-exceptions-0.1.7.4-DDGbahiGzy58iJbr0IQWcu
2953.50 s
[hedgehog] include stm-2.5.1.0
2953.50 s
[hedgehog] include template-haskell-2.20.0.0
2953.50 s
[hedgehog] include text-2.0.2
2953.50 s
[hedgehog] include time-1.12.2
2953.50 s
[hedgehog] include transformers-0.6.1.0
2953.50 s
[hedgehog] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
2953.50 s
[hedgehog] include wl-pprint-annotated-0.1.0.1-CAjgUHzFZU525K4hjb664y
2953.50 s
[hedgehog] Hedgehog=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog,Hedgehog.Gen=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Gen,Hedgehog.Internal.Barbie=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Barbie,Hedgehog.Internal.Config=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Config,Hedgehog.Internal.Discovery=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Discovery,Hedgehog.Internal.Distributive=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Distributive,Hedgehog.Internal.Exception=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Exception,Hedgehog.Internal.Gen=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Gen,Hedgehog.Internal.HTraversable=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.HTraversable,Hedgehog.Internal.Opaque=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Opaque,Hedgehog.Internal.Prelude=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Prelude,Hedgehog.Internal.Property=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Property,Hedgehog.Internal.Queue=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Queue,Hedgehog.Internal.Range=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Range,Hedgehog.Internal.Region=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Region,Hedgehog.Internal.Report=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Report,Hedgehog.Internal.Runner=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Runner,Hedgehog.Internal.Seed=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Seed,Hedgehog.Internal.Show=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Show,Hedgehog.Internal.Shrink=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Shrink,Hedgehog.Internal.Source=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Source,Hedgehog.Internal.State=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.State,Hedgehog.Internal.TH=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.TH,Hedgehog.Internal.Tree=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Tree,Hedgehog.Internal.Tripping=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Tripping,Hedgehog.Main=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Main,Hedgehog.Range=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Range
2953.50 s
[hedgehog] unit hedgehog-1.5-BjWbDMQQCLHTHQoQWMbD9-test
2953.50 s
[hedgehog] include base-4.18.2.0
2953.50 s
[hedgehog] include containers-0.6.7
2953.50 s
[hedgehog] include hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie
2953.50 s
[hedgehog] include mmorph-1.2.0-CL2L86AVMMK2m1mUXOKELU
2953.50 s
[hedgehog] include mtl-2.3.1
2953.50 s
[hedgehog] include pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
2953.50 s
[hedgehog] include text-2.0.2
2953.50 s
[hedgehog] include transformers-0.6.1.0
2953.50 s
[hedgehog] Ready component graph:
2953.50 s
[hedgehog] definite hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie
2953.50 s
[hedgehog] depends ansi-terminal-1.1.2-LxruBm9vReJ3kO5apRc7O8
2953.50 s
[hedgehog] depends async-2.2.5-sGJFzu4bkmLEjth7eTA6J
2953.50 s
[hedgehog] depends barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
2953.50 s
[hedgehog] depends base-4.18.2.0
2953.50 s
[hedgehog] depends bytestring-0.11.5.3
2953.50 s
[hedgehog] depends concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
2953.50 s
[hedgehog] depends containers-0.6.7
2953.50 s
[hedgehog] depends deepseq-1.4.8.1
2953.50 s
[hedgehog] depends directory-1.3.8.1
2953.50 s
[hedgehog] depends erf-2.0.0.0-3j8ejB8wxc15VzirbFfRzX
2953.50 s
[hedgehog] depends exceptions-0.10.7
2953.50 s
[hedgehog] depends lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
2953.50 s
[hedgehog] depends mmorph-1.2.0-CL2L86AVMMK2m1mUXOKELU
2953.50 s
[hedgehog] depends monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
2953.50 s
[hedgehog] depends mtl-2.3.1
2953.50 s
[hedgehog] depends pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
2953.50 s
[hedgehog] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
2953.50 s
[hedgehog] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
2953.50 s
[hedgehog] depends resourcet-1.3.0-Ag2nySKVTz1BqVKoH3KxZu
2953.50 s
[hedgehog] depends safe-exceptions-0.1.7.4-DDGbahiGzy58iJbr0IQWcu
2953.50 s
[hedgehog] depends stm-2.5.1.0
2953.50 s
[hedgehog] depends template-haskell-2.20.0.0
2953.50 s
[hedgehog] depends text-2.0.2
2953.50 s
[hedgehog] depends time-1.12.2
2953.50 s
[hedgehog] depends transformers-0.6.1.0
2953.50 s
[hedgehog] depends transformers-base-0.4.6-5k145cGgioO865g11CxlME
2953.50 s
[hedgehog] depends wl-pprint-annotated-0.1.0.1-CAjgUHzFZU525K4hjb664y
2953.50 s
[hedgehog] definite hedgehog-1.5-BjWbDMQQCLHTHQoQWMbD9-test
2953.50 s
[hedgehog] depends base-4.18.2.0
2953.50 s
[hedgehog] depends containers-0.6.7
2953.50 s
[hedgehog] depends hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie
2953.50 s
[hedgehog] depends mmorph-1.2.0-CL2L86AVMMK2m1mUXOKELU
2953.50 s
[hedgehog] depends mtl-2.3.1
2953.50 s
[hedgehog] depends pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
2953.50 s
[hedgehog] depends text-2.0.2
2953.50 s
[hedgehog] depends transformers-0.6.1.0
2953.50 s
[hedgehog] Using Cabal-3.10.1.0 compiled by ghc-9.6
2953.50 s
[hedgehog] Using compiler: ghc-9.6.4
2953.50 s
[hedgehog] Using install prefix: /nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5
2953.50 s
[hedgehog] Executables installed in:
2953.50 s
[hedgehog] /nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5/bin
2953.50 s
[hedgehog] Libraries installed in:
2953.50 s
[hedgehog] /nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie
2953.50 s
[hedgehog] Dynamic Libraries installed in:
2953.51 s
[hedgehog] /nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
2953.51 s
[hedgehog] Private executables installed in:
2953.51 s
[hedgehog] /nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5/libexec/x86_64-linux-ghc-9.6.4/hedgehog-1.5
2953.51 s
[hedgehog] Data files installed in:
2953.51 s
[hedgehog] /nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5/share/x86_64-linux-ghc-9.6.4/hedgehog-1.5
2953.58 s
[hedgehog] Documentation installed in:
2953.58 s
[hedgehog] /nix/store/fgnz9qndcxna0cf5n0xl16szr5lk1ghi-hedgehog-1.5-doc/share/doc/hedgehog-1.5
2953.58 s
[hedgehog] Configuration files installed in:
2953.58 s
[hedgehog] /nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5/etc
2953.58 s
[hedgehog] No alex found
2953.58 s
[hedgehog] Using ar found on system at:
2953.58 s
[hedgehog] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
2953.58 s
[hedgehog] No c2hs found
2953.58 s
[hedgehog] No cpphs found
2953.58 s
[hedgehog] No doctest found
2953.58 s
[hedgehog] Using gcc version 14.3.0 given by user at:
2953.58 s
[hedgehog] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
2953.58 s
[hedgehog] Using ghc version 9.6.4 found on system at:
2953.58 s
[hedgehog] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
2953.58 s
[hedgehog] Using ghc-pkg version 9.6.4 found on system at:
2953.58 s
[hedgehog] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
2953.58 s
[hedgehog] No ghcjs found
2953.58 s
[hedgehog] No ghcjs-pkg found
2953.58 s
[hedgehog] No greencard found
2953.58 s
[hedgehog] Using haddock version 2.29.2 found on system at:
2953.58 s
[hedgehog] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
2953.58 s
[hedgehog] No happy found
2953.58 s
[hedgehog] Using haskell-suite found on system at: haskell-suite-dummy-location
2953.58 s
[hedgehog] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2953.58 s
[hedgehog] No hmake found
2953.58 s
[hedgehog] Using hpc version 0.68 found on system at:
2953.58 s
[hedgehog] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
2953.58 s
[hedgehog] Using hsc2hs version 0.68.9 found on system at:
2953.58 s
[hedgehog] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
2953.58 s
[hedgehog] Using hscolour version 1.25 found on system at:
2953.58 s
[hedgehog] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
2953.58 s
[hedgehog] No jhc found
2953.58 s
[hedgehog] Using ld found on system at:
2953.58 s
[hedgehog] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
2953.58 s
[hedgehog] No pkg-config found
2953.58 s
[hedgehog] Using runghc version 9.6.4 found on system at:
2953.58 s
[hedgehog] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
2953.58 s
[hedgehog] Using strip version 2.44 found on system at:
2953.58 s
[hedgehog] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
2953.58 s
[hedgehog] Using tar found on system at:
2953.58 s
[hedgehog] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
2953.58 s
[hedgehog] No uhc found
2954.47 s
[hedgehog] Phase: buildPhase
2955.13 s
[hedgehog] Preprocessing library for hedgehog-1.5..
2955.20 s
[hedgehog] Building library for hedgehog-1.5..
2956.02 s
[streaming-commons] high code points [✔]
2956.42 s
[streaming-commons] UTF16LE
2956.88 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 )
2957.30 s
[streaming-commons] bytes [✔]
2957.30 s
[streaming-commons] +++ OK, passed 100 tests.
2958.03 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 )
2958.42 s
[smallcheck] [4 of 6] Compiling Test.SmallCheck.Property ( Test/SmallCheck/Property.hs, dist/build/Test/SmallCheck/Property.p_o )
2958.72 s
[streaming-commons] chars [✔]
2958.74 s
[streaming-commons] +++ OK, passed 100 tests.
2959.34 s
[genvalidity-hspec] Preprocessing test suite 'genvalidity-hspec-test' for genvalidity-hspec-1.0.0.3..
2959.34 s
[genvalidity-hspec] Building test suite 'genvalidity-hspec-test' for genvalidity-hspec-1.0.0.3..
2959.47 s
[crypton] ECB: OK (6.52s)
2959.47 s
[crypton] +++ OK, passed 5 tests.
2960.25 s
[genvalidity-hspec] [ 1 of 14] Compiling Paths_genvalidity_hspec ( dist/build/genvalidity-hspec-test/autogen/Paths_genvalidity_hspec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Paths_genvalidity_hspec.o )
2961.03 s
[smallcheck] [5 of 6] Compiling Test.SmallCheck.Drivers ( Test/SmallCheck/Drivers.hs, dist/build/Test/SmallCheck/Drivers.p_o )
2961.12 s
[bifunctors] Documentation created: dist/doc/html/bifunctors/index.html,
2961.12 s
[bifunctors] dist/doc/html/bifunctors/bifunctors.txt
2961.39 s
[bifunctors] Preprocessing test suite 'bifunctors-spec' for bifunctors-5.6.2..
2961.43 s
[bifunctors] Phase: installPhase
2961.70 s
[bifunctors] Installing library in /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
2961.74 s
[smallcheck] [6 of 6] Compiling Test.SmallCheck ( Test/SmallCheck.hs, dist/build/Test/SmallCheck.p_o )
2962.29 s
[genvalidity-hspec] [ 2 of 14] Compiling Test.Validity.ApplicativeSpec ( test/Test/Validity/ApplicativeSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/ApplicativeSpec.o )
2963.15 s
[genvalidity-hspec] [ 3 of 14] Compiling Test.Validity.ArbitrarySpec ( test/Test/Validity/ArbitrarySpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/ArbitrarySpec.o )
2963.15 s
[genvalidity-hspec] [ 4 of 14] Compiling Test.Validity.EqSpec ( test/Test/Validity/EqSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/EqSpec.o )
2963.54 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 )
2963.54 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 )
2963.54 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 )
2963.54 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 )
2963.54 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 )
2963.54 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 )
2963.54 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 )
2964.10 s
[genvalidity-hspec] [ 5 of 14] Compiling Test.Validity.FunctorSpec ( test/Test/Validity/FunctorSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/FunctorSpec.o )
2964.28 s
[bifunctors] Phase: fixupPhase
2964.36 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 )
2964.39 s
[bifunctors] shrinking RPATHs of ELF executables and libraries in /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2
2964.46 s
[bifunctors] shrinking /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSbifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm-ghc9.6.4.so
2964.49 s
[bifunctors] checking for references to /build/ in /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2...
2964.58 s
[bifunctors] patching script interpreter paths in /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2
2964.62 s
[bifunctors] stripping (with command strip and flags -S -p) in /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/lib
2965.11 s
[genvalidity-hspec] [ 6 of 14] Compiling Test.Validity.GenRelativeValiditySpec ( test/Test/Validity/GenRelativeValiditySpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/GenRelativeValiditySpec.o )
2965.11 s
[genvalidity-hspec] [ 7 of 14] Compiling Test.Validity.GenValiditySpec ( test/Test/Validity/GenValiditySpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/GenValiditySpec.o )
2965.11 s
[genvalidity-hspec] [ 8 of 14] Compiling Test.Validity.MonadSpec ( test/Test/Validity/MonadSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/MonadSpec.o )
2965.11 s
[genvalidity-hspec] [ 9 of 14] Compiling Test.Validity.MonoidSpec ( test/Test/Validity/MonoidSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/MonoidSpec.o )
2965.11 s
[genvalidity-hspec] [10 of 14] Compiling Test.Validity.OrdSpec ( test/Test/Validity/OrdSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/OrdSpec.o )
2965.11 s
[genvalidity-hspec] [11 of 14] Compiling Test.Validity.RelativeValiditySpec ( test/Test/Validity/RelativeValiditySpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/RelativeValiditySpec.o )
2965.11 s
[genvalidity-hspec] [12 of 14] Compiling Test.Validity.ShowSpec ( test/Test/Validity/ShowSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/ShowSpec.o )
2965.11 s
[genvalidity-hspec] [13 of 14] Compiling Test.Validity.ShrinkingSpec ( test/Test/Validity/ShrinkingSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/ShrinkingSpec.o )
2965.12 s
[genvalidity-hspec] [14 of 14] Compiling Main ( test/Spec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Main.o )
2965.83 s
[smallcheck] buildPhase completed in 37 seconds
2965.83 s
[smallcheck] Phase: checkPhase
2965.95 s
[smallcheck] Package has no test suites.
2965.98 s
[smallcheck] Phase: haddockPhase
2966.42 s
[bifunctors] shrinking RPATHs of ELF executables and libraries in /nix/store/m54ax7mhwjzfbvdsjz1lcs2gcf17id12-bifunctors-5.6.2-doc
2966.44 s
[bifunctors] checking for references to /build/ in /nix/store/m54ax7mhwjzfbvdsjz1lcs2gcf17id12-bifunctors-5.6.2-doc...
2966.56 s
[bifunctors] patching script interpreter paths in /nix/store/m54ax7mhwjzfbvdsjz1lcs2gcf17id12-bifunctors-5.6.2-doc
2967.50 s
[bifunctors:post-build] Uploading to the NixCI cache: /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2 /nix/store/m54ax7mhwjzfbvdsjz1lcs2gcf17id12-bifunctors-5.6.2-doc
2968.04 s
[bifunctors:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2968.76 s
[bifunctors:post-build] copying 2 paths...
2968.76 s
[bifunctors:post-build] copying path '/nix/store/m54ax7mhwjzfbvdsjz1lcs2gcf17id12-bifunctors-5.6.2-doc' to 'https://cache.nix-ci.com'...
2970.95 s
[bifunctors:post-build] copying path '/nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2' to 'https://cache.nix-ci.com'...
2982.83 s
[bifunctors:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2983.82 s
[bifunctors:post-build] copying 1 paths...
2983.83 s
[bifunctors:post-build] copying path '/nix/store/6y8bplj1407svzf7grn2qysfn73xzqhl-bifunctors-5.6.2.drv' to 'https://cache.nix-ci.com'...
2984.51 s
Uploaded bifunctors in 17.3s
2984.52 s
Progress: 160 of 211 built (6 building), 298 of 298 downloaded from cache
2984.52 s
Built bifunctors in 2m47s
2984.72 s
Building /nix/store/3nsn02b7ik21j40bq2y78dwr4j60y69d-profunctors-5.6.2.drv
2984.72 s
[crypton] CBC: OK (8.60s)
2984.72 s
[crypton] +++ OK, passed 5 tests.
2984.72 s
[crypton] CFB: OK (5.07s)
2984.72 s
[crypton] +++ OK, passed 5 tests.
2984.72 s
[crypton] CTR: OK (1.58s)
2984.72 s
[crypton] +++ OK, passed 5 tests.
2984.72 s
[crypton] OCB: OK
2984.72 s
[crypton] +++ OK, passed 5 tests.
2984.72 s
[crypton] CCM: OK
2984.72 s
[crypton] +++ OK, passed 5 tests.
2984.72 s
[crypton] EAX: OK
2984.72 s
[crypton] +++ OK, passed 5 tests.
2984.72 s
[crypton] CWC: OK
2984.72 s
[crypton] +++ OK, passed 5 tests.
2984.72 s
[crypton] GCM: OK
2984.72 s
[crypton] +++ OK, passed 5 tests.
2984.72 s
[crypton] nullIV is null: OK
2984.72 s
[crypton] ivAdd is linear: OK
2984.72 s
[crypton] +++ OK, passed 5 tests.
2984.72 s
[crypton] Twofish
2984.72 s
[crypton] Twofish128
2984.72 s
[crypton] KAT
2984.72 s
[crypton] ECB
2984.72 s
[crypton] E0: OK
2984.72 s
[crypton] D0: OK
2984.72 s
[crypton] E1: OK
2984.72 s
[crypton] D1: OK
2984.72 s
[crypton] decrypt.encrypt==id
2984.72 s
[crypton] ECB: OK (0.33s)
2984.72 s
[crypton] +++ OK, passed 100 tests.
2984.72 s
[crypton] CBC: OK (0.37s)
2984.72 s
[crypton] +++ OK, passed 100 tests.
2984.72 s
[crypton] CFB: OK (0.15s)
2984.72 s
[crypton] +++ OK, passed 100 tests.
2984.72 s
[crypton] CTR: OK (0.06s)
2984.72 s
[crypton] +++ OK, passed 100 tests.
2984.72 s
[crypton] OCB: OK
2984.72 s
[crypton] +++ OK, passed 100 tests.
2984.72 s
[crypton] CCM: OK
2984.72 s
[crypton] +++ OK, passed 100 tests.
2984.72 s
[crypton] EAX: OK
2984.72 s
[crypton] +++ OK, passed 100 tests.
2984.72 s
[crypton] CWC: OK
2984.72 s
[crypton] +++ OK, passed 100 tests.
2984.72 s
[crypton] GCM: OK
2984.72 s
[crypton] +++ OK, passed 100 tests.
2984.72 s
[crypton] nullIV is null: OK
2984.72 s
[crypton] ivAdd is linear: OK
2984.72 s
[crypton] +++ OK, passed 100 tests.
2984.72 s
[crypton] Twofish192
2984.72 s
[crypton] KAT
2984.72 s
[crypton] ECB
2984.72 s
[crypton] E0: OK
2984.72 s
[crypton] D0: OK
2984.72 s
[crypton] E1: OK
2984.72 s
[crypton] D1: OK
2984.72 s
[crypton] decrypt.encrypt==id
2984.72 s
[crypton] ECB: OK (0.17s)
2984.72 s
[crypton] +++ OK, passed 100 tests.
2984.72 s
[crypton] CBC: OK (0.21s)
2984.72 s
[crypton] +++ OK, passed 100 tests.
2984.72 s
[crypton] CFB: OK (0.29s)
2984.72 s
[crypton] +++ OK, passed 100 tests.
2984.72 s
[crypton] CTR: OK (0.06s)
2984.72 s
[crypton] +++ OK, passed 100 tests.
2984.72 s
[crypton] OCB: OK
2984.73 s
[crypton] +++ OK, passed 100 tests.
2984.73 s
[crypton] CCM: OK
2984.73 s
[crypton] +++ OK, passed 100 tests.
2984.73 s
[crypton] EAX: OK
2984.73 s
[crypton] +++ OK, passed 100 tests.
2984.73 s
[crypton] CWC: OK
2984.73 s
[crypton] +++ OK, passed 100 tests.
2984.73 s
[crypton] GCM: OK
2984.73 s
[crypton] +++ OK, passed 100 tests.
2984.73 s
[crypton] nullIV is null: OK
2984.73 s
[crypton] ivAdd is linear: OK
2984.73 s
[crypton] +++ OK, passed 100 tests.
2984.73 s
[crypton] Twofish256
2984.73 s
[crypton] KAT
2984.73 s
[crypton] ECB
2984.73 s
[crypton] E0: OK
2984.73 s
[crypton] D0: OK
2984.73 s
[crypton] E1: OK
2984.73 s
[crypton] D1: OK
2984.73 s
[crypton] decrypt.encrypt==id
2984.73 s
[crypton] ECB: OK (0.19s)
2984.73 s
[crypton] +++ OK, passed 100 tests.
2984.73 s
[crypton] CBC: OK (0.20s)
2984.73 s
[crypton] +++ OK, passed 100 tests.
2984.73 s
[crypton] CFB: OK (0.14s)
2984.73 s
[crypton] +++ OK, passed 100 tests.
2984.73 s
[crypton] CTR: OK (0.06s)
2984.73 s
[crypton] +++ OK, passed 100 tests.
2984.73 s
[crypton] OCB: OK
2984.73 s
[crypton] +++ OK, passed 100 tests.
2984.73 s
[crypton] CCM: OK
2984.74 s
[crypton] +++ OK, passed 100 tests.
2984.74 s
[crypton] EAX: OK
2984.74 s
[crypton] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] [15 of 15] Linking dist/build/genvalidity-hspec-test/genvalidity-hspec-test
2984.74 s
[genvalidity-hspec] buildPhase completed in 41 seconds
2984.74 s
[genvalidity-hspec] Phase: checkPhase
2984.74 s
[genvalidity-hspec] Running 1 test suites...
2984.74 s
[genvalidity-hspec] Test suite genvalidity-hspec-test: RUNNING...
2984.74 s
[genvalidity-hspec]
2984.74 s
[genvalidity-hspec] Test.Validity.Applicative
2984.74 s
[genvalidity-hspec] Applicative (Either Int)
2984.74 s
[genvalidity-hspec] pure :: a -> (Either Int) a and (<*>) :: (Either Int) (a -> b) -> (Either Int) a -> (Either Int) b
2984.74 s
[genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "(Either Int) of ints :: (Either Int Int)" [✔]
2984.74 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "(Either Int) of scalings :: (Either Int (Int -> Int))" composed with "(Either Int) of increments :: (Either Int (Int -> Int))" and applied to "(Either Int) of ints :: (Either Int Int)" [✔]
2984.74 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" [✔]
2984.74 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "(Either Int) of increments :: (Either Int (Int -> Int))" sequenced with "int :: Int" [✔]
2984.74 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "(Either Int) of ints :: (Either Int Int)" [✔]
2984.74 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] (*>) :: (Either Int) a -> (Either Int) b -> (Either Int) b
2984.74 s
[genvalidity-hspec] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "(Either Int) of ints :: (Either Int Int)" in front of "(Either Int) of ints :: Int" [✔]
2984.74 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] (<*) :: (Either Int) a -> (Either Int) b -> (Either Int) a
2984.74 s
[genvalidity-hspec] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "(Either Int) of ints :: Int" behind "(Either Int) of ints :: (Either Int Int)" [✔]
2984.74 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] Applicative []
2984.74 s
[genvalidity-hspec] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
2984.74 s
[genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "[] of ints :: [Int]" [✔]
2984.74 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "[] of scalings :: ([Int -> Int])" composed with "[] of increments :: ([Int -> Int])" and applied to "[] of ints :: [Int]" [✔]
2984.74 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" [✔]
2984.74 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "[] of increments :: ([Int -> Int])" sequenced with "int :: Int" [✔]
2984.74 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "[] of ints :: [Int]" [✔]
2984.74 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] (*>) :: [] a -> [] b -> [] b
2984.74 s
[genvalidity-hspec] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "[] of ints :: [Int]" in front of "[] of ints :: Int" [✔]
2984.74 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] (<*) :: [] a -> [] b -> [] a
2984.74 s
[genvalidity-hspec] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "[] of ints :: Int" behind "[] of ints :: [Int]" [✔]
2984.74 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] Applicative Maybe
2984.74 s
[genvalidity-hspec] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
2984.74 s
[genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "Maybe of ints :: (Maybe Int)" [✔]
2984.74 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.74 s
[genvalidity-hspec] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "Maybe of scalings :: (Maybe (Int -> Int))" composed with "Maybe of increments :: (Maybe (Int -> Int))" and applied to "Maybe of ints :: (Maybe Int)" [✔]
2984.75 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.75 s
[genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" [✔]
2984.75 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.75 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 )
2984.75 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 )
2984.75 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 )
2984.75 s
[hedgehog] [14 of 27] Compiling Hedgehog.Main ( src/Hedgehog/Main.hs, dist/build/Hedgehog/Main.o, dist/build/Hedgehog/Main.dyn_o )
2984.75 s
[hedgehog] [15 of 27] Compiling Hedgehog.Range ( src/Hedgehog/Range.hs, dist/build/Hedgehog/Range.o, dist/build/Hedgehog/Range.dyn_o )
2984.75 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 )
2984.75 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 )
2984.75 s
[smallcheck] Preprocessing library for smallcheck-1.2.1.1..
2984.75 s
[smallcheck] Running Haddock on library for smallcheck-1.2.1.1..
2984.75 s
[smallcheck] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2984.75 s
[smallcheck] 100% ( 56 / 56) in 'Test.SmallCheck.Series'
2984.75 s
[smallcheck] 100% ( 11 / 11) in 'Test.SmallCheck.Drivers'
2984.75 s
[smallcheck] 100% ( 21 / 21) in 'Test.SmallCheck'
2984.75 s
[smallcheck] Warning: Test.SmallCheck.Series: could not find link destinations for:
2984.75 s
[smallcheck] - Test.SmallCheck.Series.GCoSerial
2984.75 s
[smallcheck] - Test.SmallCheck.Series.GSerial
2984.75 s
[smallcheck] Documentation created: dist/doc/html/smallcheck/index.html,
2984.75 s
[smallcheck] dist/doc/html/smallcheck/smallcheck.txt
2984.75 s
[smallcheck] Phase: installPhase
2984.75 s
[smallcheck] Installing library in /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
2984.75 s
[streaming-commons] high code points [✔]
2984.75 s
[streaming-commons] UTF16BE
2984.75 s
[streaming-commons] bytes [✔]
2984.75 s
[streaming-commons] +++ OK, passed 100 tests.
2984.75 s
[streaming-commons] chars [✔]
2984.75 s
[streaming-commons] +++ OK, passed 100 tests.
2984.75 s
[crypton] CWC: OK
2984.75 s
[crypton] +++ OK, passed 100 tests.
2984.75 s
[crypton] GCM: OK
2984.75 s
[crypton] +++ OK, passed 100 tests.
2984.75 s
[crypton] nullIV is null: OK
2984.75 s
[crypton] ivAdd is linear: OK
2984.75 s
[crypton] +++ OK, passed 100 tests.
2984.75 s
[crypton] stream-cipher
2984.75 s
[crypton] RC4
2984.75 s
[crypton] 1: OK
2984.75 s
[crypton] 2: OK
2984.75 s
[crypton] 3: OK
2984.75 s
[crypton] ChaCha
2984.75 s
[crypton] 8-128-K0-I0: OK
2984.75 s
[crypton] 12-128-K0-I0: OK
2984.75 s
[crypton] 20-128-K0-I0: OK
2984.75 s
[crypton] 8-256-K0-I0: OK
2984.75 s
[crypton] 12-256-K0-I0: OK
2984.75 s
[crypton] 20-256-K0-I0: OK
2984.75 s
[crypton] XChaCha20 example KAT: OK
2984.75 s
[crypton] generate-combine: OK
2984.75 s
[crypton] +++ OK, passed 100 tests.
2984.75 s
[crypton] chunking-generate: OK (0.02s)
2984.75 s
[crypton] +++ OK, passed 100 tests.
2984.75 s
[crypton] chunking-combine: OK (0.03s)
2984.75 s
[crypton] +++ OK, passed 100 tests.
2984.75 s
[crypton] ChaChaPoly1305
2984.75 s
[crypton] V1: OK
2984.75 s
[crypton] V1-decrypt: OK
2984.75 s
[crypton] V1-extended: OK
2984.75 s
[crypton] V1-extended-decrypt: OK
2984.75 s
[crypton] nonce increment: OK
2984.75 s
[crypton] Salsa
2984.75 s
[crypton] KAT
2984.75 s
[crypton] 1: OK
2984.75 s
[crypton] 2: OK
2984.75 s
[crypton] generate-combine: OK
2984.75 s
[crypton] +++ OK, passed 100 tests.
2984.75 s
[crypton] chunking-generate: OK (0.01s)
2984.75 s
[crypton] +++ OK, passed 100 tests.
2984.75 s
[crypton] chunking-combine: OK (0.10s)
2984.75 s
[crypton] +++ OK, passed 100 tests.
2984.75 s
[crypton] XSalsa
2984.76 s
[crypton] KAT
2984.76 s
[crypton] 1: OK
2984.76 s
[crypton] 2: OK
2984.76 s
[crypton] 3: OK
2984.76 s
[crypton] 4: OK
2984.76 s
[crypton] 5: OK
2984.76 s
[crypton] 6: OK
2984.76 s
[crypton] 7: OK
2984.76 s
[crypton] 8: OK
2984.76 s
[crypton] 9: OK
2984.76 s
[crypton] 10: OK
2984.76 s
[crypton] 11: OK
2984.76 s
[crypton] 12: OK
2984.76 s
[crypton] 13: OK
2984.76 s
[crypton] 14: OK
2984.76 s
[crypton] 15: OK
2984.76 s
[crypton] 16: OK
2984.76 s
[crypton] 17: OK
2984.76 s
[crypton] crypto_box encryption
2984.76 s
[crypton] 1: OK
2984.76 s
[crypton] AFIS
2984.76 s
[crypton] KAT merge
2984.76 s
[crypton] merge 0: OK
2984.77 s
[crypton] merge 1: OK
2984.77 s
[crypton] merge.split == id: OK
2984.77 s
[crypton] +++ OK, passed 100 tests.
2984.77 s
[crypton] ECC
2984.77 s
[crypton] decodePoint
2984.77 s
[crypton] 0: OK
2984.77 s
[crypton] 1: OK
2984.77 s
[crypton] 2: OK
2984.77 s
[crypton] 3: OK
2984.77 s
[crypton] 4: OK
2984.77 s
[crypton] 5: OK
2984.77 s
[crypton] 6: OK
2984.77 s
[crypton] 7: OK
2984.77 s
[crypton] 8: OK
2984.77 s
[crypton] 9: OK
2984.77 s
[crypton] 10: OK
2984.77 s
[crypton] 11: OK
2984.77 s
[crypton] 12: OK
2984.77 s
[crypton] 13: OK
2984.77 s
[crypton] 14: OK
2984.77 s
[crypton] 15: OK
2984.77 s
[crypton] 16: OK
2984.77 s
[crypton] 17: OK
2984.77 s
[crypton] 18: OK
2984.77 s
[crypton] 19: OK
2984.77 s
[crypton] 20: OK
2984.77 s
[crypton] 21: OK
2984.77 s
[crypton] 22: OK
2984.77 s
[crypton] 23: OK
2984.77 s
[crypton] 24: OK
2984.77 s
[crypton] 25: OK
2984.77 s
[genvalidity-hspec] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "Maybe of increments :: (Maybe (Int -> Int))" sequenced with "int :: Int" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "Maybe of ints :: (Maybe Int)" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] (*>) :: Maybe a -> Maybe b -> Maybe b
2984.77 s
[genvalidity-hspec] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Maybe of ints :: (Maybe Int)" in front of "Maybe of ints :: Int" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] (<*) :: Maybe a -> Maybe b -> Maybe a
2984.77 s
[genvalidity-hspec] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "Maybe of ints :: Int" behind "Maybe of ints :: (Maybe Int)" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] Applicative []
2984.77 s
[genvalidity-hspec] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
2984.77 s
[genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "[] of ints :: [Int]" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "[] of scalings :: ([Int -> Int])" composed with "[] of increments :: ([Int -> Int])" and applied to "[] of ints :: [Int]" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "[] of increments :: ([Int -> Int])" sequenced with "int :: Int" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "[] of ints :: [Int]" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] (*>) :: [] a -> [] b -> [] b
2984.77 s
[genvalidity-hspec] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "[] of ints :: [Int]" in front of "[] of ints :: Int" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] (<*) :: [] a -> [] b -> [] a
2984.77 s
[genvalidity-hspec] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "[] of ints :: Int" behind "[] of ints :: [Int]" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] Applicative Maybe
2984.77 s
[genvalidity-hspec] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
2984.77 s
[genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "Maybe of ints :: (Maybe Int)" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "Maybe of scalings :: (Maybe (Int -> Int))" composed with "Maybe of increments :: (Maybe (Int -> Int))" and applied to "Maybe of ints :: (Maybe Int)" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "Maybe of increments :: (Maybe (Int -> Int))" sequenced with "int :: Int" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "Maybe of ints :: (Maybe Int)" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] (*>) :: Maybe a -> Maybe b -> Maybe b
2984.77 s
[genvalidity-hspec] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Maybe of ints :: (Maybe Int)" in front of "Maybe of ints :: Int" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] (<*) :: Maybe a -> Maybe b -> Maybe a
2984.77 s
[genvalidity-hspec] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "Maybe of ints :: Int" behind "Maybe of ints :: (Maybe Int)" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[genvalidity-hspec] Applicative []
2984.77 s
[genvalidity-hspec] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
2984.77 s
[genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "list of fives :: [Int]" [✔]
2984.77 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.77 s
[crypton] 26: OK
2984.77 s
[crypton] 27: OK
2984.77 s
[crypton] 28: OK
2984.77 s
[crypton] 29: OK
2984.77 s
[crypton] 30: OK
2984.77 s
[crypton] 31: OK
2984.77 s
[crypton] 32: OK
2984.77 s
[crypton] 33: OK
2984.77 s
[crypton] 34: OK
2984.77 s
[crypton] ECDH weak points
2984.77 s
[crypton] 0: OK
2984.77 s
[crypton] 1: OK
2984.77 s
[crypton] 2: OK
2984.78 s
[crypton] 3: OK
2984.78 s
[crypton] 4: OK
2984.78 s
[crypton] 5: OK
2984.78 s
[crypton] 6: OK
2984.78 s
[crypton] 7: OK
2984.78 s
[crypton] 8: OK
2984.78 s
[crypton] property
2984.78 s
[crypton] decodePoint.encodePoint==id: OK (0.26s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] ECDH commutes: OK (0.33s)
2984.78 s
[crypton] +++ OK, passed 20 tests.
2984.78 s
[crypton] decodeScalar.encodeScalar==id: OK
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] scalarFromInteger.scalarToInteger==id: OK
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] (a + b).P = a.P + b.P: OK (0.33s)
2984.78 s
[crypton] +++ OK, passed 20 tests.
2984.78 s
[crypton] (a * b).P = a.(b.P): OK (0.27s)
2984.78 s
[crypton] +++ OK, passed 20 tests.
2984.78 s
[crypton] ECC.Edwards25519
2984.78 s
[crypton] vectors
2984.78 s
[crypton] 11*G: OK
2984.78 s
[crypton] 123*G: OK
2984.78 s
[crypton] 134*G: OK
2984.78 s
[crypton] 123*G + 11*G: OK
2984.78 s
[crypton] scalar arithmetic
2984.78 s
[crypton] scalarDecodeLong.scalarEncode==id: OK
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] curve order: OK
2984.78 s
[crypton] addition with zero: OK
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] addition associative: OK
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] addition commutative: OK
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] multiplication with zero: OK
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] multiplication with one: OK
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] multiplication associative: OK
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] multiplication commutative: OK
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] multiplication distributive: OK (0.02s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] point arithmetic
2984.78 s
[crypton] pointDecode.pointEncode==id: OK (0.02s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] pointEncode.pointDecode==id: OK (0.01s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] addition with identity: OK (0.02s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] addition associative: OK (0.04s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] addition commutative: OK (0.03s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] negation: OK (0.02s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] doubling: OK (0.01s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] multiplication by cofactor: OK (0.03s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] prime order: OK (0.02s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] 8-torsion point: OK
2984.78 s
[crypton] scalarmult with zero: OK (0.02s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] scalarmult with one: OK (0.03s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] scalarmult with two: OK (0.03s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] scalarmult with curve order - 1: OK (0.04s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] scalarmult commutative: OK (0.04s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] scalarmult distributive: OK (0.06s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] double scalarmult: OK (0.05s)
2984.78 s
[crypton] +++ OK, passed 100 tests.
2984.78 s
[crypton] ECDSA
2984.78 s
[crypton] verification
2984.78 s
[crypton] SHA1: OK (0.12s)
2984.78 s
[crypton] +++ OK, passed 5 tests.
2984.78 s
[genvalidity-hspec] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "scalings in a list :: ([Int -> Int])" composed with "increments in a list :: ([Int -> Int])" and applied to "list of fives :: [Int]" [✔]
2984.78 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.78 s
[genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "four :: Int" [✔]
2984.78 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.78 s
[genvalidity-hspec] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "increments in a list :: ([Int -> Int])" sequenced with "four :: Int" [✔]
2984.78 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.78 s
[genvalidity-hspec] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "list of fives :: [Int]" [✔]
2984.78 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.78 s
[genvalidity-hspec] (*>) :: [] a -> [] b -> [] b
2984.78 s
[genvalidity-hspec] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "list of fives :: [Int]" in front of "purely empty list :: Int" [✔]
2984.78 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.78 s
[genvalidity-hspec] (<*) :: [] a -> [] b -> [] a
2984.78 s
[genvalidity-hspec] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "purely empty list :: Int" behind "list of fives :: [Int]" [✔]
2984.78 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.78 s
[genvalidity-hspec] Applicative Maybe
2984.78 s
[genvalidity-hspec] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
2984.78 s
[genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "Just an ABC :: (Maybe [Char])" [✔]
2984.78 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.78 s
[genvalidity-hspec] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "appends in a Just :: (Maybe ([Char] -> [Char]))" composed with "prepends in a Just :: (Maybe ([Char] -> [Char]))" and applied to "Just an ABC :: (Maybe [Char])" [✔]
2984.78 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.78 s
[genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "prepends :: ([Char] -> [Char])" sequenced with "ABC :: [Char]" [✔]
2984.78 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.78 s
[genvalidity-hspec] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "prepends in a Just :: (Maybe ([Char] -> [Char]))" sequenced with "ABC :: [Char]" [✔]
2984.78 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.78 s
[genvalidity-hspec] satisfy the law about the functor instance: fmap f x = pure f <*> x for "prepends :: ([Char] -> [Char])" mapped over "Just an ABC :: (Maybe [Char])" [✔]
2984.78 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.78 s
[genvalidity-hspec] (*>) :: Maybe a -> Maybe b -> Maybe b
2984.78 s
[genvalidity-hspec] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Just an ABC :: (Maybe [Char])" in front of "purely Nothing :: [Char]" [✔]
2984.78 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.78 s
[genvalidity-hspec] (<*) :: Maybe a -> Maybe b -> Maybe a
2984.78 s
[genvalidity-hspec] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "purely Nothing :: [Char]" behind "Just an ABC :: (Maybe [Char])" [✔]
2984.78 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.78 s
[genvalidity-hspec] Test.Validity.Arbitrary
2984.78 s
[genvalidity-hspec] Arbitrary Int
2984.78 s
[genvalidity-hspec] arbitrary :: Gen Int
2984.78 s
[genvalidity-hspec] only generates valid values [✔]
2984.78 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.78 s
[genvalidity-hspec] Test.Validity.Eq
2984.78 s
[genvalidity-hspec] Eq (Ratio Integer)
2984.78 s
[genvalidity-hspec] (==) :: (Ratio Integer) -> (Ratio Integer) -> Bool
2984.79 s
[genvalidity-hspec] is reflexive for "valid (Ratio Integer)"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is symmetric for "valid (Ratio Integer)"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is transitive for "valid (Ratio Integer)"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "valid (Ratio Integer)"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] (/=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
2984.79 s
[genvalidity-hspec] is antireflexive for "valid (Ratio Integer)"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "valid (Ratio Integer)"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] Eq Int
2984.79 s
[genvalidity-hspec] (==) :: Int -> Int -> Bool
2984.79 s
[genvalidity-hspec] is reflexive for "valid Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is symmetric for "valid Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is transitive for "valid Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "valid Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] (/=) :: Int -> Int -> Bool
2984.79 s
[genvalidity-hspec] is antireflexive for "valid Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[crypton] SHA224: OK (0.28s)
2984.79 s
[crypton] +++ OK, passed 5 tests.
2984.79 s
[crypton] SHA256: OK (0.32s)
2984.79 s
[crypton] +++ OK, passed 5 tests.
2984.79 s
[crypton] SHA384: OK (0.14s)
2984.79 s
[crypton] +++ OK, passed 5 tests.
2984.79 s
[crypton] SHA512: OK (0.13s)
2984.79 s
[crypton] +++ OK, passed 5 tests.
2984.79 s
[crypton] recovery
2984.79 s
[crypton] SEC_p128r1: OK (0.33s)
2984.79 s
[crypton] +++ OK, passed 100 tests.
2984.79 s
[crypton] SEC_p128r2: OK (0.42s)
2984.79 s
[crypton] +++ OK, passed 100 tests.
2984.79 s
[crypton] SEC_p256k1: OK (1.01s)
2984.79 s
[crypton] +++ OK, passed 100 tests.
2984.79 s
[crypton] SEC_p256r1: OK (1.18s)
2984.79 s
[crypton] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "valid Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] Eq Int
2984.79 s
[genvalidity-hspec] (==) :: Int -> Int -> Bool
2984.79 s
[genvalidity-hspec] is reflexive for "arbitrary Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is symmetric for "arbitrary Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is transitive for "arbitrary Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "arbitrary Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] (/=) :: Int -> Int -> Bool
2984.79 s
[genvalidity-hspec] is antireflexive for "arbitrary Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "arbitrary Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] Eq Int
2984.79 s
[genvalidity-hspec] (==) :: Int -> Int -> Bool
2984.79 s
[genvalidity-hspec] is reflexive for "even Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is symmetric for "even Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is transitive for "even Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "even Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] (/=) :: Int -> Int -> Bool
2984.79 s
[genvalidity-hspec] is antireflexive for "even Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "even Int"s [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] (/=) and (==) don't have opposite semantics [✔]
2984.79 s
[genvalidity-hspec] Test.Validity.Functor
2984.79 s
[genvalidity-hspec] Functor []
2984.79 s
[genvalidity-hspec] fmap :: (a -> b) -> [] a -> [] b
2984.79 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "[] of ints :: [Int]" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] (<$) :: a -> [] b -> [] a
2984.79 s
[genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] Functor Maybe
2984.79 s
[genvalidity-hspec] fmap :: (a -> b) -> Maybe a -> Maybe b
2984.79 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "Maybe of ints :: (Maybe Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] (<$) :: a -> Maybe b -> Maybe a
2984.79 s
[genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] Fcks does not satisfy any Functor laws [✔]
2984.79 s
[genvalidity-hspec] Functor (Either Int)
2984.79 s
[genvalidity-hspec] fmap :: (a -> b) -> (Either Int) a -> (Either Int) b
2984.79 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "(Either Int) of ints :: (Either Int Int)" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "(Either Int) of ints :: (Either Int Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] (<$) :: a -> (Either Int) b -> (Either Int) a
2984.79 s
[genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "(Either Int) of ints :: (Either Int Int)" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] Functor ((,) Int)
2984.79 s
[genvalidity-hspec] fmap :: (a -> b) -> ((,) Int) a -> ((,) Int) b
2984.79 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "((,) Int) of ints :: (Int,Int)" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "((,) Int) of ints :: (Int,Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] (<$) :: a -> ((,) Int) b -> ((,) Int) a
2984.79 s
[genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "((,) Int) of ints :: (Int,Int)" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] Functor []
2984.79 s
[genvalidity-hspec] fmap :: (a -> b) -> [] a -> [] b
2984.79 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "[] of ints :: [Int]" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] (<$) :: a -> [] b -> [] a
2984.79 s
[genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] Functor Maybe
2984.79 s
[genvalidity-hspec] fmap :: (a -> b) -> Maybe a -> Maybe b
2984.79 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "Maybe of ints :: (Maybe Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] (<$) :: a -> Maybe b -> Maybe a
2984.79 s
[genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] Functor []
2984.79 s
[genvalidity-hspec] fmap :: (a -> b) -> [] a -> [] b
2984.79 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "list of fives :: [Int]" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "list of fives :: [Int]" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] (<$) :: a -> [] b -> [] a
2984.79 s
[genvalidity-hspec] is equivalent to its default implementation for "four :: Int" and "list of fives :: [Int]" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.79 s
[genvalidity-hspec] Functor Maybe
2984.79 s
[genvalidity-hspec] fmap :: (a -> b) -> Maybe a -> Maybe b
2984.79 s
[genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "Just an ABC :: (Maybe [Char])" [✔]
2984.79 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "Just an ABC :: (Maybe [Char])" 's given to "prepends :: ([Char] -> [Char])" and "appends :: ([Char] -> [Char])" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] (<$) :: a -> Maybe b -> Maybe a
2984.80 s
[genvalidity-hspec] is equivalent to its default implementation for "ABC :: [Char]" and "Just an ABC :: (Maybe [Char])" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] Test.Validity.GenValidity
2984.80 s
[genvalidity-hspec] GenValid (Ratio Integer)
2984.80 s
[genvalidity-hspec] genValid :: Gen (Ratio Integer)
2984.80 s
[genvalidity-hspec] only generates valid '(Ratio Integer)'s [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] GenValid (Ratio Integer)
2984.80 s
[genvalidity-hspec] genValid :: Gen (Ratio Integer)
2984.80 s
[genvalidity-hspec] only generates valid '(Ratio Integer)'s [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] Test.Validity.Monad
2984.80 s
[genvalidity-hspec] Monad []
2984.80 s
[genvalidity-hspec] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
2984.80 s
[genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> [Int])" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] (>>=) :: [] a -> (b -> [] a) -> [] b
2984.80 s
[genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "[] of ints :: [Int]" "perturbations using the int :: (Int -> [Int])" and "perturbations using the double the int :: (Int -> [Int])" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] relation with Applicative []
2984.80 s
[genvalidity-hspec] satisfies 'pure = return' for "[] of ints :: [Int]" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] relation with Functor []
2984.80 s
[genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] Monad Maybe
2984.80 s
[genvalidity-hspec] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
2984.80 s
[genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Maybe Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
2984.80 s
[genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "Maybe of ints :: (Maybe Int)" "perturbations using the int :: (Int -> Maybe Int)" and "perturbations using the double the int :: (Int -> Maybe Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] relation with Applicative Maybe
2984.80 s
[genvalidity-hspec] satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] relation with Functor Maybe
2984.80 s
[genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "Maybe of ints :: (Maybe Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] Monad (Either Int)
2984.80 s
[genvalidity-hspec] return :: a -> (Either Int) a and (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
2984.80 s
[genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Either Int Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "(Either Int) of ints :: (Either Int Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
2984.80 s
[genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "(Either Int) of ints :: (Either Int Int)" "perturbations using the int :: (Int -> Either Int Int)" and "perturbations using the double the int :: (Int -> Either Int Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] relation with Applicative (Either Int)
2984.80 s
[genvalidity-hspec] satisfies 'pure = return' for "(Either Int) of ints :: (Either Int Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfies '(<*>) = ap' for "(Either Int) of additions :: (Either Int (Int -> Int))" and "(Either Int) of ints :: (Either Int Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfies '(>>) = (*>)' for "(Either Int) of ints :: (Either Int Int)" and "(Either Int) of ints :: (Either Int Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] relation with Functor (Either Int)
2984.80 s
[genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "(Either Int) of ints :: (Either Int Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] Monad []
2984.80 s
[genvalidity-hspec] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
2984.80 s
[genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> [Int])" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] (>>=) :: [] a -> (b -> [] a) -> [] b
2984.80 s
[genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "[] of ints :: [Int]" "perturbations using the int :: (Int -> [Int])" and "perturbations using the double the int :: (Int -> [Int])" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] relation with Applicative []
2984.80 s
[genvalidity-hspec] satisfies 'pure = return' for "[] of ints :: [Int]" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] relation with Functor []
2984.80 s
[genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] Monad Maybe
2984.80 s
[genvalidity-hspec] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
2984.80 s
[genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Maybe Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
2984.80 s
[genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "Maybe of ints :: (Maybe Int)" "perturbations using the int :: (Int -> Maybe Int)" and "perturbations using the double the int :: (Int -> Maybe Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] relation with Applicative Maybe
2984.80 s
[genvalidity-hspec] satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" [✔]
2984.80 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.80 s
[genvalidity-hspec] relation with Functor Maybe
2984.81 s
[genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "Maybe of ints :: (Maybe Int)" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] Monad []
2984.81 s
[genvalidity-hspec] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
2984.81 s
[genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "four :: Int" and "singletonisation :: (Int -> [Int])" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "list of fives :: [Int]" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] (>>=) :: [] a -> (b -> [] a) -> [] b
2984.81 s
[genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "list of fives :: [Int]" "singletonisation :: (Int -> [Int])" and "singletonisation :: (Int -> [Int])" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] relation with Applicative []
2984.81 s
[genvalidity-hspec] satisfies 'pure = return' for "list of fives :: [Int]" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] satisfies '(<*>) = ap' for "increment in list :: ([Int -> Int])" and "list of fives :: [Int]" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] satisfies '(>>) = (*>)' for "list of fives :: [Int]" and "list of sixes :: [Int]" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] relation with Functor []
2984.81 s
[genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "factorisations :: (Int -> Int)" and "list of fives :: [Int]" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] Monad Maybe
2984.81 s
[genvalidity-hspec] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
2984.81 s
[genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "ABC :: [Char]" and "justisation :: ([Char] -> Maybe [Char])" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "Just an ABC :: (Maybe [Char])" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
2984.81 s
[genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "Just an ABC :: (Maybe [Char])" "justisation :: ([Char] -> Maybe [Char])" and "justisation :: ([Char] -> Maybe [Char])" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] relation with Applicative Maybe
2984.81 s
[genvalidity-hspec] satisfies 'pure = return' for "Just an ABC :: (Maybe [Char])" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] satisfies '(<*>) = ap' for "append 'a' in Just :: (Maybe ([Char] -> [Char]))" and "Just an ABC :: (Maybe [Char])" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] satisfies '(>>) = (*>)' for "Just an ABC :: (Maybe [Char])" and "Just an ABC :: (Maybe [Char])" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] relation with Functor Maybe
2984.81 s
[genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "appends :: ([Char] -> [Char])" and "Just an ABC :: (Maybe [Char])" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] Test.Validity.Monoid
2984.81 s
[genvalidity-hspec] Monoid ([Ratio Integer])
2984.81 s
[genvalidity-hspec] mempty :: ([Ratio Integer])
2984.81 s
[genvalidity-hspec] is the identity for mappend :: ([Ratio Integer]) -> ([Ratio Integer]) -> ([Ratio Integer]) for "valid :: ([Ratio Integer])" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] mappend :: ([Ratio Integer]) -> ([Ratio Integer]) -> ([Ratio Integer])
2984.81 s
[genvalidity-hspec] is an associative operation for "valid :: (([Ratio Integer],[Ratio Integer],[Ratio Integer]))" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] mconcat :: [([Ratio Integer])] -> ([Ratio Integer])
2984.81 s
[genvalidity-hspec] is equivalent to its default implementation for "valid :: ([[Ratio Integer]])" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] Monoid [Int]
2984.81 s
[genvalidity-hspec] mempty :: [Int]
2984.81 s
[genvalidity-hspec] is the identity for mappend :: [Int] -> [Int] -> [Int] for "valid :: [Int]" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] mappend :: [Int] -> [Int] -> [Int]
2984.81 s
[genvalidity-hspec] is an associative operation for "valid :: ([Int],[Int],[Int])" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] mconcat :: [[Int]] -> [Int]
2984.81 s
[genvalidity-hspec] is equivalent to its default implementation for "valid :: [[Int]]" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] Monoid [Int]
2984.81 s
[genvalidity-hspec] mempty :: [Int]
2984.81 s
[genvalidity-hspec] is the identity for mappend :: [Int] -> [Int] -> [Int] for "arbitrary :: [Int]" [✔]
2984.81 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.81 s
[genvalidity-hspec] mappend :: [Int] -> [Int] -> [Int]
2984.82 s
[genvalidity-hspec] is an associative operation for "arbitrary :: ([Int],[Int],[Int])" [✔]
2984.82 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.82 s
[genvalidity-hspec] mconcat :: [[Int]] -> [Int]
2984.82 s
[genvalidity-hspec] is equivalent to its default implementation for "arbitrary :: [[Int]]" [✔]
2984.82 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.82 s
[genvalidity-hspec] Monoid [Char]
2984.82 s
[genvalidity-hspec] mempty :: [Char]
2984.82 s
[genvalidity-hspec] is the identity for mappend :: [Char] -> [Char] -> [Char] for "singleton list of 'a' :: [Char]" [✔]
2984.82 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.82 s
[genvalidity-hspec] mappend :: [Char] -> [Char] -> [Char]
2984.82 s
[genvalidity-hspec] is an associative operation for "singleton list of 'a' :: ([Char],[Char],[Char])" [✔]
2984.82 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.82 s
[genvalidity-hspec] mconcat :: [[Char]] -> [Char]
2984.83 s
[genvalidity-hspec] is equivalent to its default implementation for "singleton list of 'a' :: [[Char]]" [✔]
2984.83 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.83 s
[genvalidity-hspec] Test.Validity.Ord
2984.83 s
[genvalidity-hspec] Ord (Ratio Integer)
2984.83 s
[genvalidity-hspec] (<=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
2984.83 s
[genvalidity-hspec] is reflexive for "valid (Ratio Integer)"'s [✔]
2984.83 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.83 s
[genvalidity-hspec] is antisymmetric for "valid (Ratio Integer)"'s [✔]
2984.83 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.83 s
[genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
2984.83 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.83 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "valid (Ratio Integer)"'s [✔]
2984.83 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.83 s
[genvalidity-hspec] (>=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
2984.83 s
[genvalidity-hspec] is reflexive for "valid (Ratio Integer)"'s [✔]
2984.83 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.83 s
[genvalidity-hspec] is antisymmetric for "valid (Ratio Integer)"'s [✔]
2984.83 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.83 s
[genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
2984.83 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.83 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "valid (Ratio Integer)"'s [✔]
2984.83 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.83 s
[genvalidity-hspec] (<) :: (Ratio Integer) -> (Ratio Integer) -> Bool
2984.83 s
[genvalidity-hspec] is antireflexive for "valid (Ratio Integer)"'s [✔]
2984.83 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.84 s
[genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
2984.84 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.84 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "valid (Ratio Integer)"'s [✔]
2984.84 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.84 s
[genvalidity-hspec] (>) :: (Ratio Integer) -> (Ratio Integer) -> Bool
2984.84 s
[genvalidity-hspec] is antireflexive for "valid (Ratio Integer)"'s [✔]
2984.84 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.84 s
[genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
2984.84 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.85 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "valid (Ratio Integer)"'s [✔]
2984.85 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.85 s
[genvalidity-hspec] "min :: (Ratio Integer -> Ratio Integer -> Ratio Integer)"
2984.85 s
[genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "valid (Ratio Integer)"'s [✔]
2984.85 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.85 s
[genvalidity-hspec] "max :: (Ratio Integer -> Ratio Integer -> Ratio Integer)"
2984.85 s
[genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "valid (Ratio Integer)"'s [✔]
2984.85 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.85 s
[genvalidity-hspec] NaN >= NaN is False [✔]
2984.85 s
[genvalidity-hspec] Ord Int
2984.85 s
[genvalidity-hspec] (<=) :: Int -> Int -> Bool
2984.85 s
[genvalidity-hspec] is reflexive for "valid Int"'s [✔]
2984.85 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.85 s
[genvalidity-hspec] is antisymmetric for "valid Int"'s [✔]
2984.85 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.86 s
[genvalidity-hspec] is transitive for "valid Int"'s [✔]
2984.86 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.86 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "valid Int"'s [✔]
2984.86 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.86 s
[genvalidity-hspec] (>=) :: Int -> Int -> Bool
2984.87 s
[genvalidity-hspec] is reflexive for "valid Int"'s [✔]
2984.87 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.87 s
[genvalidity-hspec] is antisymmetric for "valid Int"'s [✔]
2984.87 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.87 s
[genvalidity-hspec] is transitive for "valid Int"'s [✔]
2984.87 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.87 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "valid Int"'s [✔]
2984.87 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.87 s
[genvalidity-hspec] (<) :: Int -> Int -> Bool
2984.87 s
[genvalidity-hspec] is antireflexive for "valid Int"'s [✔]
2984.87 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.87 s
[genvalidity-hspec] is transitive for "valid Int"'s [✔]
2984.87 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.87 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "valid Int"'s [✔]
2984.87 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.87 s
[genvalidity-hspec] (>) :: Int -> Int -> Bool
2984.87 s
[genvalidity-hspec] is antireflexive for "valid Int"'s [✔]
2984.87 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.87 s
[genvalidity-hspec] is transitive for "valid Int"'s [✔]
2984.87 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.87 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "valid Int"'s [✔]
2984.87 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.87 s
[genvalidity-hspec] "min :: (Int -> Int -> Int)"
2984.87 s
[genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "valid Int"'s [✔]
2984.87 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.87 s
[genvalidity-hspec] "max :: (Int -> Int -> Int)"
2984.87 s
[genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "valid Int"'s [✔]
2984.87 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.87 s
[genvalidity-hspec] Ord Int
2984.87 s
[genvalidity-hspec] (<=) :: Int -> Int -> Bool
2984.87 s
[genvalidity-hspec] is reflexive for "arbitrary Int"'s [✔]
2984.88 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.88 s
[genvalidity-hspec] is antisymmetric for "arbitrary Int"'s [✔]
2984.88 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.88 s
[genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
2984.88 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.88 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "arbitrary Int"'s [✔]
2984.88 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.88 s
[genvalidity-hspec] (>=) :: Int -> Int -> Bool
2984.88 s
[genvalidity-hspec] is reflexive for "arbitrary Int"'s [✔]
2984.88 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.88 s
[genvalidity-hspec] is antisymmetric for "arbitrary Int"'s [✔]
2984.88 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.88 s
[genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
2984.88 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.88 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "arbitrary Int"'s [✔]
2984.88 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.89 s
[genvalidity-hspec] (<) :: Int -> Int -> Bool
2984.89 s
[genvalidity-hspec] is antireflexive for "arbitrary Int"'s [✔]
2984.89 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.89 s
[genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
2984.89 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.89 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "arbitrary Int"'s [✔]
2984.89 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.89 s
[genvalidity-hspec] (>) :: Int -> Int -> Bool
2984.89 s
[genvalidity-hspec] is antireflexive for "arbitrary Int"'s [✔]
2984.89 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.89 s
[genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
2984.89 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.89 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "arbitrary Int"'s [✔]
2984.89 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.89 s
[genvalidity-hspec] "min :: (Int -> Int -> Int)"
2984.89 s
[genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "arbitrary Int"'s [✔]
2984.89 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.89 s
[genvalidity-hspec] "max :: (Int -> Int -> Int)"
2984.90 s
[genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "arbitrary Int"'s [✔]
2984.90 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.90 s
[genvalidity-hspec] Ord Int
2984.90 s
[genvalidity-hspec] (<=) :: Int -> Int -> Bool
2984.90 s
[genvalidity-hspec] is reflexive for "even Int"'s [✔]
2984.90 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.90 s
[genvalidity-hspec] is antisymmetric for "even Int"'s [✔]
2984.90 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.90 s
[genvalidity-hspec] is transitive for "even Int"'s [✔]
2984.90 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.90 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "even Int"'s [✔]
2984.90 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.90 s
[genvalidity-hspec] (>=) :: Int -> Int -> Bool
2984.91 s
[genvalidity-hspec] is reflexive for "even Int"'s [✔]
2984.91 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.91 s
[genvalidity-hspec] is antisymmetric for "even Int"'s [✔]
2984.91 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.91 s
[genvalidity-hspec] is transitive for "even Int"'s [✔]
2984.91 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.91 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "even Int"'s [✔]
2984.91 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.91 s
[genvalidity-hspec] (<) :: Int -> Int -> Bool
2984.91 s
[genvalidity-hspec] is antireflexive for "even Int"'s [✔]
2984.91 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.91 s
[genvalidity-hspec] is transitive for "even Int"'s [✔]
2984.91 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.91 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "even Int"'s [✔]
2984.91 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.91 s
[genvalidity-hspec] (>) :: Int -> Int -> Bool
2984.91 s
[genvalidity-hspec] is antireflexive for "even Int"'s [✔]
2984.91 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.91 s
[genvalidity-hspec] is transitive for "even Int"'s [✔]
2984.91 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.91 s
[genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "even Int"'s [✔]
2984.92 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.92 s
[genvalidity-hspec] "min :: (Int -> Int -> Int)"
2984.92 s
[genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "even Int"'s [✔]
2984.92 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.92 s
[genvalidity-hspec] "max :: (Int -> Int -> Int)"
2984.92 s
[genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "even Int"'s [✔]
2984.92 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.93 s
[genvalidity-hspec] Test.Validity.Show
2984.93 s
[genvalidity-hspec] Show (Ratio Integer) and Read (Ratio Integer)
2984.93 s
[genvalidity-hspec] are implemented such that read . show == id for valid values [✔]
2984.93 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.93 s
[genvalidity-hspec] Show Int and Read Int
2984.93 s
[genvalidity-hspec] are implemented such that read . show == id for valid values [✔]
2984.93 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.93 s
[genvalidity-hspec] Show (Ratio Integer) and Read (Ratio Integer)
2984.93 s
[genvalidity-hspec] are implemented such that read . show == id for arbitrary values [✔]
2984.93 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.93 s
[genvalidity-hspec] Show Int and Read Int
2984.93 s
[genvalidity-hspec] are implemented such that read . show == id for even values [✔]
2984.93 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.93 s
[genvalidity-hspec] show and read don't have the correct semantics [✔]
2984.93 s
[genvalidity-hspec] Test.Validity.Shrinking
2984.93 s
[genvalidity-hspec] shrinkValid :: (Ratio Int8 -> [Ratio Int8])
2984.93 s
[genvalidity-hspec] preserves validity [✔]
2984.93 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.93 s
[genvalidity-hspec] never shrinks to itself for valid values [✔]
2984.93 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.93 s
[genvalidity-hspec] shrinkValid :: (Int -> [Int])
2984.93 s
[genvalidity-hspec] preserves validity [✔]
2984.93 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.93 s
[genvalidity-hspec] never shrinks to itself for valid values [✔]
2984.93 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.93 s
[genvalidity-hspec] shrinkValidPreservesValidOnGenValid
2984.94 s
[genvalidity-hspec] Ordering [✔]
2984.94 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.94 s
[genvalidity-hspec] [Ordering] [✔]
2984.94 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.94 s
[genvalidity-hspec] shrinkValidPreservesValidOnGenValid
2984.94 s
[genvalidity-hspec] Ordering [✔]
2984.94 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.94 s
[genvalidity-hspec] [Ordering] [✔]
2984.94 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.94 s
[genvalidity-hspec] shrinkValidDoesNotShrinkToItself
2984.94 s
[genvalidity-hspec] Int [✔]
2984.94 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.94 s
[genvalidity-hspec] [Int] [✔]
2984.94 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.94 s
[genvalidity-hspec] shrinkValidDoesNotShrinkToItself
2984.94 s
[genvalidity-hspec] Ordering [✔]
2984.94 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.94 s
[genvalidity-hspec] [Ordering] [✔]
2984.94 s
[genvalidity-hspec] +++ OK, passed 100 tests.
2984.94 s
[genvalidity-hspec]
2984.94 s
[genvalidity-hspec] Finished in 2.6667 seconds
2984.94 s
[genvalidity-hspec] 245 examples, 0 failures
2984.95 s
[genvalidity-hspec] Test suite genvalidity-hspec-test: PASS
2984.95 s
[genvalidity-hspec] Test suite logged to:
2984.95 s
[genvalidity-hspec] dist/test/genvalidity-hspec-1.0.0.3-genvalidity-hspec-test.log
2984.95 s
[genvalidity-hspec] 1 of 1 test suites (1 of 1 test cases) passed.
2984.95 s
[genvalidity-hspec] Phase: haddockPhase
2984.96 s
[profunctors] Phase: setupCompilerEnvironmentPhase
2984.98 s
[profunctors] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
2985.70 s
[genvalidity-hspec] Preprocessing library for genvalidity-hspec-1.0.0.3..
2985.73 s
[genvalidity-hspec] Running Haddock on library for genvalidity-hspec-1.0.0.3..
2985.83 s
[profunctors] Phase: unpackPhase
2985.85 s
[profunctors] unpacking source archive /nix/store/ngllkgglabjcz9ikrc2hc3xpd74adv53-profunctors-5.6.2.tar.gz
2985.87 s
[profunctors] source root is profunctors-5.6.2
2985.91 s
[profunctors] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "profunctors-5.6.2/.vim.custom"
2985.94 s
[profunctors] Phase: patchPhase
2985.96 s
[profunctors] Replace Cabal file with edited version from mirror://hackage/profunctors-5.6.2/revision/3.cabal.
2986.00 s
[profunctors] Phase: compileBuildDriverPhase
2986.00 s
[smallcheck] Phase: fixupPhase
2986.01 s
[crypton] SEC_t131r1: OK (3.23s)
2986.01 s
[crypton] +++ OK, passed 50 tests.
2986.02 s
[profunctors] setupCompileFlags: -package-db=/build/tmp.W2N6EW3DnQ/setup-package.conf.d -threaded
2986.18 s
[smallcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1
2986.20 s
[smallcheck] shrinking /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSsmallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh-ghc9.6.4.so
2986.21 s
[smallcheck] checking for references to /build/ in /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1...
2986.28 s
[smallcheck] patching script interpreter paths in /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1
2986.30 s
[genvalidity-hspec] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
2986.31 s
[smallcheck] stripping (with command strip and flags -S -p) in /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/lib
2986.32 s
[profunctors] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.W2N6EW3DnQ/Main.o )
2986.71 s
[profunctors] [2 of 2] Linking Setup
2987.02 s
[smallcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/rz1ridbf20v90ryw2y03xha97s7gkaxw-smallcheck-1.2.1.1-doc
2987.03 s
[smallcheck] checking for references to /build/ in /nix/store/rz1ridbf20v90ryw2y03xha97s7gkaxw-smallcheck-1.2.1.1-doc...
2987.05 s
[smallcheck] patching script interpreter paths in /nix/store/rz1ridbf20v90ryw2y03xha97s7gkaxw-smallcheck-1.2.1.1-doc
2987.47 s
[smallcheck:post-build] Uploading to the NixCI cache: /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1 /nix/store/rz1ridbf20v90ryw2y03xha97s7gkaxw-smallcheck-1.2.1.1-doc
2988.34 s
[smallcheck:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2989.06 s
[smallcheck:post-build] copying 2 paths...
2989.06 s
[smallcheck:post-build] copying path '/nix/store/rz1ridbf20v90ryw2y03xha97s7gkaxw-smallcheck-1.2.1.1-doc' to 'https://cache.nix-ci.com'...
2990.00 s
[smallcheck:post-build] copying path '/nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1' to 'https://cache.nix-ci.com'...
2998.19 s
[smallcheck:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2999.24 s
[smallcheck:post-build] copying 1 paths...
2999.24 s
[smallcheck:post-build] copying path '/nix/store/6mfi3vcj99s8ksjsgyqq7vismidimf91-smallcheck-1.2.1.1.drv' to 'https://cache.nix-ci.com'...
3000.04 s
Uploaded smallcheck in 12.6s
3000.05 s
Progress: 161 of 211 built (6 building), 298 of 298 downloaded from cache
3000.05 s
Built smallcheck in 1m20s
3000.26 s
Building /nix/store/0wyy0379f9mwn9f4prqgs29fjn8nrpda-tasty-smallcheck-0.8.2.drv
3000.27 s
[crypton] SEC_t131r2: OK (3.21s)
3000.27 s
[crypton] +++ OK, passed 50 tests.
3000.27 s
[crypton] SEC_t233k1: OK (3.69s)
3000.27 s
[crypton] +++ OK, passed 20 tests.
3000.27 s
[crypton] SEC_t233r1: OK (3.85s)
3000.27 s
[crypton] +++ OK, passed 20 tests.
3000.27 s
[crypton] normalize
3000.27 s
[crypton] SEC_p128r1: OK (0.12s)
3000.27 s
[crypton] +++ OK, passed 100 tests.
3000.27 s
[crypton] SEC_p128r2: OK (0.13s)
3000.27 s
[crypton] +++ OK, passed 100 tests.
3000.27 s
[crypton] SEC_p256k1: OK (0.25s)
3000.27 s
[crypton] +++ OK, passed 100 tests.
3000.27 s
[crypton] SEC_p256r1: OK (0.25s)
3000.27 s
[crypton] +++ OK, passed 100 tests.
3000.27 s
[crypton] SEC_t131r1: OK (0.74s)
3000.27 s
[crypton] +++ OK, passed 50 tests.
3000.27 s
[crypton] SEC_t131r2: OK (0.69s)
3000.27 s
[crypton] +++ OK, passed 50 tests.
3000.27 s
[crypton] SEC_t233k1: OK (0.92s)
3000.27 s
[crypton] +++ OK, passed 20 tests.
3000.27 s
[genvalidity-hspec] 22% ( 2 / 9) in 'Test.Validity.Utils'
3000.27 s
[genvalidity-hspec] Missing documentation for:
3000.27 s
[genvalidity-hspec] nameOf (src/Test/Validity/Utils.hs:34)
3000.27 s
[genvalidity-hspec] genDescr (src/Test/Validity/Utils.hs:44)
3000.27 s
[genvalidity-hspec] binRelStr (src/Test/Validity/Utils.hs:51)
3000.27 s
[genvalidity-hspec] shouldFail (src/Test/Validity/Utils.hs:115)
3000.27 s
[genvalidity-hspec] Anon (src/Test/Validity/Utils.hs:60)
3000.27 s
[genvalidity-hspec] shouldBeValid
3000.27 s
[genvalidity-hspec] shouldBeInvalid
3000.27 s
[genvalidity-hspec]
3000.27 s
[genvalidity-hspec] src/Test/Validity/Utils.hs:90:9: warning : [ GHC-20125 ] [ -Wmissing-fields ]
3000.27 s
[genvalidity-hspec] • Fields of ‘Item’ not initialised:
3000.27 s
[genvalidity-hspec] itemAnnotations :: hspec-core-2.11.12:Test.Hspec.Core.Annotations.Annotations
3000.27 s
[genvalidity-hspec] • In the first argument of ‘Leaf’, namely
3000.27 s
[genvalidity-hspec] ‘Item
3000.27 s
[genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
3000.27 s
[genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
3000.27 s
[genvalidity-hspec] itemExample = \ _ _ _
3000.27 s
[genvalidity-hspec] -> do let ...
3000.27 s
[genvalidity-hspec] ....}’
3000.27 s
[genvalidity-hspec] In the expression:
3000.27 s
[genvalidity-hspec] Leaf
3000.27 s
[genvalidity-hspec] Item
3000.27 s
[genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
3000.27 s
[genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
3000.27 s
[genvalidity-hspec] itemExample = \ _ _ _
3000.27 s
[genvalidity-hspec] -> do let ...
3000.27 s
[genvalidity-hspec] ....}
3000.27 s
[genvalidity-hspec] In an equation for ‘go’:
3000.27 s
[genvalidity-hspec] go sp
3000.27 s
[genvalidity-hspec] = Leaf
3000.27 s
[genvalidity-hspec] Item
3000.27 s
[genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
3000.27 s
[genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
3000.27 s
[genvalidity-hspec] itemExample = \ _ _ _ -> do ...}
3000.28 s
[genvalidity-hspec] |
3000.28 s
[genvalidity-hspec] 90 | Item
3000.28 s
[genvalidity-hspec] | ^^^^...
3000.28 s
[genvalidity-hspec] 45% ( 5 / 11) in 'Test.Validity.Shrinking'
3000.28 s
[genvalidity-hspec] Missing documentation for:
3000.28 s
[genvalidity-hspec] shrinkValidSpec (src/Test/Validity/Shrinking.hs:31)
3000.28 s
[genvalidity-hspec] shrinkValidSpecWithLimit (src/Test/Validity/Shrinking.hs:43)
3000.28 s
[genvalidity-hspec] shrinkValidPreservesValidOnGenValid (src/Test/Validity/Shrinking.hs:62)
3000.28 s
[genvalidity-hspec] shrinkValidPreservesValidOnGenValidWithLimit (src/Test/Validity/Shrinking.hs:69)
3000.28 s
[genvalidity-hspec] shrinkValidDoesNotShrinkToItself (src/Test/Validity/Shrinking.hs:77)
3000.28 s
[genvalidity-hspec] shrinkValidDoesNotShrinkToItselfWithLimit (src/Test/Validity/Shrinking.hs:84)
3000.28 s
[genvalidity-hspec] 100% ( 7 / 7) in 'Test.Validity.Show'
3000.28 s
[genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Ord'
3000.28 s
[genvalidity-hspec] 100% ( 5 / 5) in 'Test.Validity.Monoid'
3000.28 s
[genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Monad'
3000.28 s
[genvalidity-hspec] 100% ( 5 / 5) in 'Test.Validity.GenValidity'
3000.28 s
[genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Functor'
3000.28 s
[genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Eq'
3000.28 s
[genvalidity-hspec] 100% ( 3 / 3) in 'Test.Validity.Arbitrary'
3000.28 s
[genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Applicative'
3000.28 s
[genvalidity-hspec] Warning: 'Spec' is out of scope.
3000.28 s
[genvalidity-hspec] If you qualify the identifier, haddock can try to link it anyway.
3000.28 s
[genvalidity-hspec] Warning: 'producesValidsOnValids' is out of scope.
3000.28 s
[genvalidity-hspec] If you qualify the identifier, haddock can try to link it anyway.
3000.28 s
[genvalidity-hspec] 63% (122 /192) in 'Test.Validity'
3000.28 s
[genvalidity-hspec] Missing documentation for:
3000.28 s
[genvalidity-hspec] forAllValid
3000.28 s
[genvalidity-hspec] shouldBeValid
3000.28 s
[genvalidity-hspec] shouldBeInvalid
3000.28 s
[genvalidity-hspec] shrinkValidSpec (src/Test/Validity/Shrinking.hs:31)
3000.28 s
[genvalidity-hspec] shrinkValidSpecWithLimit (src/Test/Validity/Shrinking.hs:43)
3000.28 s
[genvalidity-hspec] shrinkValidPreservesValidOnGenValid (src/Test/Validity/Shrinking.hs:62)
3000.28 s
[genvalidity-hspec] producesValidsOnGens2
3000.28 s
[genvalidity-hspec] producesValid2
3000.28 s
[genvalidity-hspec] producesValidsOnArbitrary2
3000.28 s
[genvalidity-hspec] producesValidsOnGens3
3000.28 s
[genvalidity-hspec] producesValid3
3000.28 s
[genvalidity-hspec] producesValidsOnArbitrary3
3000.28 s
[genvalidity-hspec] succeedsOnGens2
3000.28 s
[genvalidity-hspec] succeeds2
3000.28 s
[genvalidity-hspec] succeedsOnArbitrary2
3000.28 s
[genvalidity-hspec] failsOnGens2
3000.28 s
[genvalidity-hspec] validIfSucceedsOnGens2
3000.28 s
[genvalidity-hspec] validIfSucceeds2
3000.28 s
[genvalidity-hspec] validIfSucceedsOnArbitrary2
3000.28 s
[genvalidity-hspec] validIfSucceedsOnGens3
3000.28 s
[genvalidity-hspec] validIfSucceeds3
3000.28 s
[genvalidity-hspec] validIfSucceedsOnArbitrary3
3000.28 s
[genvalidity-hspec] equivalentOnGen
3000.28 s
[genvalidity-hspec] equivalent
3000.28 s
[genvalidity-hspec] equivalentOnGens2
3000.28 s
[genvalidity-hspec] equivalent2
3000.28 s
[genvalidity-hspec] equivalentOnGens3
3000.28 s
[genvalidity-hspec] equivalent3
3000.28 s
[genvalidity-hspec] equivalentOnArbitrary3
3000.28 s
[genvalidity-hspec] equivalentWhenFirstSucceedsOnGen
3000.28 s
[genvalidity-hspec] equivalentWhenFirstSucceeds
3000.28 s
[genvalidity-hspec] equivalentWhenFirstSucceedsOnArbitrary
3000.28 s
[genvalidity-hspec] equivalentWhenFirstSucceedsOnGens2
3000.28 s
[genvalidity-hspec] equivalentWhenFirstSucceeds2
3000.28 s
[genvalidity-hspec] equivalentWhenFirstSucceedsOnArbitrary2
3000.28 s
[genvalidity-hspec] equivalentWhenSecondSucceedsOnGen
3000.28 s
[genvalidity-hspec] equivalentWhenSecondSucceeds
3000.28 s
[genvalidity-hspec] equivalentWhenSecondSucceedsOnArbitrary
3000.28 s
[genvalidity-hspec] equivalentWhenSecondSucceedsOnGens2
3000.28 s
[genvalidity-hspec] equivalentWhenSecondSucceeds2
3000.28 s
[genvalidity-hspec] equivalentWhenSecondSucceedsOnArbitrary2
3000.28 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 )
3000.28 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 )
3000.28 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 )
3000.28 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 )
3000.28 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 )
3000.28 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 )
3000.28 s
[profunctors] Phase: updateAutotoolsGnuConfigScriptsPhase
3000.28 s
[profunctors] Phase: configurePhase
3000.28 s
[profunctors] configureFlags: --verbose --prefix=/nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/z80wkzaaqd7hhs95ixrmbwrmqivrkpj2-profunctors-5.6.2-doc/share/doc/profunctors-5.6.2 --with-gcc=gcc --package-db=/build/tmp.W2N6EW3DnQ/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
3000.28 s
[profunctors] Using Parsec parser
3000.28 s
[profunctors] Configuring profunctors-5.6.2...
3000.28 s
[profunctors] Dependency base >=4.7 && <5: using base-4.18.2.0
3000.28 s
[profunctors] Dependency base-orphans >=0.8.4 && <0.10: using base-orphans-0.9.3
3000.28 s
[profunctors] Dependency bifunctors >=5.5.9 && <6: using bifunctors-5.6.2
3000.28 s
[profunctors] Dependency comonad >=5.0.8 && <6: using comonad-5.0.9
3000.28 s
[profunctors] Dependency contravariant >=1.5.3 && <2: using contravariant-1.5.5
3000.28 s
[profunctors] Dependency distributive >=0.5.2 && <1: using distributive-0.6.2.1
3000.28 s
[profunctors] Dependency tagged >=0.8.6.1 && <1: using tagged-0.8.8
3000.28 s
[profunctors] Dependency transformers >=0.3 && <0.7: using transformers-0.6.1.0
3000.28 s
[profunctors] Source component graph: component lib
3000.28 s
[profunctors] Configured component graph:
3000.28 s
[profunctors] component profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe
3000.28 s
[profunctors] include base-4.18.2.0
3000.28 s
[profunctors] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
3000.28 s
[profunctors] include bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
3000.28 s
[profunctors] include comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
3000.28 s
[profunctors] include contravariant-1.5.5-I125tgQh8MTA4fBNbkUir
3000.28 s
[profunctors] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
3000.28 s
[profunctors] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
3000.28 s
[profunctors] include transformers-0.6.1.0
3000.28 s
[profunctors] Linked component graph:
3000.28 s
[profunctors] unit profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe
3000.28 s
[profunctors] include base-4.18.2.0
3000.28 s
[profunctors] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
3000.29 s
[profunctors] include bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
3000.29 s
[profunctors] include comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
3000.29 s
[profunctors] include contravariant-1.5.5-I125tgQh8MTA4fBNbkUir
3000.29 s
[profunctors] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
3000.29 s
[profunctors] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
3000.29 s
[profunctors] include transformers-0.6.1.0
3000.29 s
[vector] [14 of 23] Compiling Data.Vector.Primitive.Mutable ( src/Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o, dist/build/Data/Vector/Primitive/Mutable.dyn_o )
3000.29 s
[vector] [15 of 23] Compiling Data.Vector.Primitive ( src/Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o, dist/build/Data/Vector/Primitive.dyn_o )
3000.29 s
[vector] [16 of 23] Compiling Data.Vector.Storable.Internal ( src/Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o, dist/build/Data/Vector/Storable/Internal.dyn_o )
3000.29 s
[vector] [17 of 23] Compiling Data.Vector.Storable.Mutable ( src/Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o, dist/build/Data/Vector/Storable/Mutable.dyn_o )
3000.29 s
[vector] [18 of 23] Compiling Data.Vector.Storable ( src/Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o, dist/build/Data/Vector/Storable.dyn_o )
3000.29 s
[vector] [19 of 23] Compiling Data.Vector.Strict.Mutable ( src/Data/Vector/Strict/Mutable.hs, dist/build/Data/Vector/Strict/Mutable.o, dist/build/Data/Vector/Strict/Mutable.dyn_o )
3000.29 s
[vector] [20 of 23] Compiling Data.Vector.Strict ( src/Data/Vector/Strict.hs, dist/build/Data/Vector/Strict.o, dist/build/Data/Vector/Strict.dyn_o )
3000.29 s
[genvalidity-hspec] equivalentWhenSucceedOnGen
3000.29 s
[genvalidity-hspec] equivalentWhenSucceed
3000.29 s
[genvalidity-hspec] equivalentWhenSucceedOnArbitrary
3000.29 s
[genvalidity-hspec] equivalentWhenSucceedOnGens2
3000.29 s
[genvalidity-hspec] equivalentWhenSucceed2
3000.29 s
[genvalidity-hspec] equivalentWhenSucceedOnArbitrary2
3000.29 s
[genvalidity-hspec] inverseFunctionsOnGen
3000.29 s
[genvalidity-hspec] inverseFunctions
3000.29 s
[genvalidity-hspec] inverseFunctionsIfFirstSucceedsOnGen
3000.29 s
[genvalidity-hspec] inverseFunctionsIfFirstSucceeds
3000.29 s
[genvalidity-hspec] inverseFunctionsIfFirstSucceedsOnArbitrary
3000.29 s
[genvalidity-hspec] inverseFunctionsIfSecondSucceedsOnGen
3000.29 s
[genvalidity-hspec] inverseFunctionsIfSecondSucceeds
3000.29 s
[genvalidity-hspec] inverseFunctionsIfSecondSucceedsOnArbitrary
3000.29 s
[genvalidity-hspec] inverseFunctionsIfSucceedOnGen
3000.29 s
[genvalidity-hspec] inverseFunctionsIfSucceed
3000.29 s
[genvalidity-hspec] inverseFunctionsIfSucceedOnArbitrary
3000.29 s
[genvalidity-hspec] idempotentOnGen
3000.29 s
[genvalidity-hspec] idempotent
3000.29 s
[genvalidity-hspec] reflexivityOnGen
3000.29 s
[genvalidity-hspec] transitivityOnGens
3000.29 s
[genvalidity-hspec] antisymmetryOnGensWithEquality
3000.29 s
[genvalidity-hspec] antisymmetryOnGens
3000.29 s
[genvalidity-hspec] antireflexivityOnGen
3000.29 s
[genvalidity-hspec] symmetryOnGens
3000.29 s
[genvalidity-hspec] leftIdentityOnGenWithEquality
3000.29 s
[genvalidity-hspec] leftIdentityOnGen
3000.29 s
[genvalidity-hspec] rightIdentityOnGenWithEquality
3000.29 s
[genvalidity-hspec] rightIdentityOnGen
3000.29 s
[profunctors] Data.Profunctor=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor,Data.Profunctor.Adjunction=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Adjunction,Data.Profunctor.Cayley=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Cayley,Data.Profunctor.Choice=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Choice,Data.Profunctor.Closed=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Closed,Data.Profunctor.Composition=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Composition,Data.Profunctor.Mapping=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Mapping,Data.Profunctor.Monad=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Monad,Data.Profunctor.Ran=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Ran,Data.Profunctor.Rep=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Rep,Data.Profunctor.Sieve=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Sieve,Data.Profunctor.Strong=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Strong,Data.Profunctor.Traversing=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Traversing,Data.Profunctor.Types=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Types,Data.Profunctor.Unsafe=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Unsafe,Data.Profunctor.Yoneda=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Yoneda
3000.29 s
[profunctors] Ready component graph:
3000.29 s
[profunctors] definite profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe
3000.29 s
[profunctors] depends base-4.18.2.0
3000.29 s
[profunctors] depends base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
3000.29 s
[profunctors] depends bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
3000.29 s
[profunctors] depends comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
3000.29 s
[profunctors] depends contravariant-1.5.5-I125tgQh8MTA4fBNbkUir
3000.29 s
[profunctors] depends distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
3000.29 s
[profunctors] depends tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
3000.29 s
[profunctors] depends transformers-0.6.1.0
3000.29 s
[profunctors] Using Cabal-3.10.1.0 compiled by ghc-9.6
3000.29 s
[profunctors] Using compiler: ghc-9.6.4
3000.29 s
[profunctors] Using install prefix:
3000.29 s
[profunctors] /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2
3000.29 s
[profunctors] Executables installed in:
3000.29 s
[profunctors] /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/bin
3000.29 s
[profunctors] Libraries installed in:
3000.29 s
[profunctors] /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe
3000.29 s
[profunctors] Dynamic Libraries installed in:
3000.29 s
[profunctors] /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
3000.29 s
[profunctors] Private executables installed in:
3000.29 s
[profunctors] /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/libexec/x86_64-linux-ghc-9.6.4/profunctors-5.6.2
3000.29 s
[profunctors] Data files installed in:
3000.29 s
[profunctors] /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/share/x86_64-linux-ghc-9.6.4/profunctors-5.6.2
3000.29 s
[profunctors] Documentation installed in:
3000.29 s
[profunctors] /nix/store/z80wkzaaqd7hhs95ixrmbwrmqivrkpj2-profunctors-5.6.2-doc/share/doc/profunctors-5.6.2
3000.29 s
[profunctors] Configuration files installed in:
3000.29 s
[profunctors] /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/etc
3000.29 s
[profunctors] No alex found
3000.29 s
[profunctors] Using ar found on system at:
3000.29 s
[profunctors] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
3000.29 s
[profunctors] No c2hs found
3000.29 s
[profunctors] No cpphs found
3000.29 s
[profunctors] No doctest found
3000.29 s
[profunctors] Using gcc version 14.3.0 given by user at:
3000.29 s
[profunctors] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
3000.29 s
[profunctors] Using ghc version 9.6.4 found on system at:
3000.29 s
[profunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
3000.29 s
[profunctors] Using ghc-pkg version 9.6.4 found on system at:
3000.29 s
[profunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
3000.29 s
[profunctors] No ghcjs found
3000.29 s
[profunctors] No ghcjs-pkg found
3000.29 s
[profunctors] No greencard found
3000.29 s
[profunctors] Using haddock version 2.29.2 found on system at:
3000.29 s
[profunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
3000.29 s
[profunctors] No happy found
3000.29 s
[profunctors] Using haskell-suite found on system at: haskell-suite-dummy-location
3000.29 s
[profunctors] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
3000.29 s
[profunctors] No hmake found
3000.29 s
[profunctors] Using hpc version 0.68 found on system at:
3000.29 s
[profunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
3000.29 s
[profunctors] Using hsc2hs version 0.68.9 found on system at:
3000.29 s
[profunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
3000.29 s
[profunctors] Using hscolour version 1.25 found on system at:
3000.29 s
[profunctors] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
3000.29 s
[profunctors] No jhc found
3000.29 s
[profunctors] Using ld found on system at:
3000.29 s
[profunctors] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
3000.29 s
[profunctors] No pkg-config found
3000.29 s
[profunctors] Using runghc version 9.6.4 found on system at:
3000.29 s
[profunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
3000.29 s
[profunctors] Using strip version 2.44 found on system at:
3000.29 s
[profunctors] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
3000.29 s
[profunctors] Using tar found on system at:
3000.29 s
[profunctors] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
3000.29 s
[profunctors] No uhc found
3000.29 s
[profunctors] Phase: buildPhase
3000.29 s
[profunctors] Preprocessing library for profunctors-5.6.2..
3000.29 s
[profunctors] Building library for profunctors-5.6.2..
3000.29 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 )
3000.29 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 )
3000.29 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 )
3000.46 s
[tasty-smallcheck] Phase: setupCompilerEnvironmentPhase
3000.46 s
[tasty-smallcheck] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
3000.58 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 )
3000.86 s
[crypton] SEC_t233r1: OK (1.00s)
3000.86 s
[crypton] +++ OK, passed 20 tests.
3000.86 s
[crypton]
3000.86 s
[crypton] All 2124 tests passed (127.75s)
3000.97 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 )
3000.98 s
[streaming-commons] high code points [✔]
3001.17 s
[tasty-smallcheck] Phase: unpackPhase
3001.19 s
[tasty-smallcheck] unpacking source archive /nix/store/0x239pdac4vkzizdq057g48dka8hh4al-tasty-smallcheck-0.8.2.tar.gz
3001.21 s
[tasty-smallcheck] source root is tasty-smallcheck-0.8.2
3001.23 s
[crypton] Test suite test-crypton: PASS
3001.23 s
[crypton] Test suite logged to: dist/test/crypton-1.0.4-test-crypton.log
3001.23 s
[crypton] 1 of 1 test suites (1 of 1 test cases) passed.
3001.25 s
[tasty-smallcheck] setting SOURCE_DATE_EPOCH to timestamp 1608313170 of file "tasty-smallcheck-0.8.2/tasty-smallcheck.cabal"
3001.25 s
[crypton] checkPhase completed in 2 minutes 9 seconds
3001.25 s
[crypton] Phase: haddockPhase
3001.27 s
[tasty-smallcheck] Phase: patchPhase
3001.29 s
[tasty-smallcheck] Replace Cabal file with edited version from mirror://hackage/tasty-smallcheck-0.8.2/revision/1.cabal.
3001.32 s
[tasty-smallcheck] Phase: compileBuildDriverPhase
3001.33 s
[tasty-smallcheck] setupCompileFlags: -package-db=/build/tmp.wZ80C1lAhK/setup-package.conf.d -threaded
3001.33 s
[streaming-commons] UTF32LE
3001.75 s
[hedgehog] [24 of 27] Compiling Hedgehog.Internal.Queue ( src/Hedgehog/Internal/Queue.hs, dist/build/Hedgehog/Internal/Queue.o, dist/build/Hedgehog/Internal/Queue.dyn_o )
3001.75 s
[hedgehog] [25 of 27] Compiling Hedgehog.Internal.Runner ( src/Hedgehog/Internal/Runner.hs, dist/build/Hedgehog/Internal/Runner.o, dist/build/Hedgehog/Internal/Runner.dyn_o )
3001.75 s
[tasty-smallcheck] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.wZ80C1lAhK/Main.o )
3001.99 s
[crypton] Preprocessing library for crypton-1.0.4..
3002.05 s
[crypton] Running Haddock on library for crypton-1.0.4..
3002.18 s
[tasty-smallcheck] [2 of 2] Linking Setup
3002.20 s
[streaming-commons] bytes [✔]
3002.20 s
[streaming-commons] +++ OK, passed 100 tests.
3002.46 s
[crypton] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
3003.74 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 )
3003.90 s
[streaming-commons] chars [✔]
3003.90 s
[streaming-commons] +++ OK, passed 100 tests.
3004.08 s
[hedgehog] [26 of 27] Compiling Hedgehog.Gen ( src/Hedgehog/Gen.hs, dist/build/Hedgehog/Gen.o, dist/build/Hedgehog/Gen.dyn_o )
3004.10 s
[hedgehog] [27 of 27] Compiling Hedgehog ( src/Hedgehog.hs, dist/build/Hedgehog.o, dist/build/Hedgehog.dyn_o )
3005.32 s
[crypton] 100% ( 4 / 4) in 'Crypto.Data.Padding'
3005.79 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 )
3005.83 s
[crypton] 100% ( 8 / 8) in 'Crypto.Error'
3006.25 s
[tasty-smallcheck] Phase: updateAutotoolsGnuConfigScriptsPhase
3006.31 s
[tasty-smallcheck] Phase: configurePhase
3006.35 s
[tasty-smallcheck] configureFlags: --verbose --prefix=/nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/is1w34lngjvjzfcw1z6mwl47dh38j3if-tasty-smallcheck-0.8.2-doc/share/doc/tasty-smallcheck-0.8.2 --with-gcc=gcc --package-db=/build/tmp.wZ80C1lAhK/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
3006.37 s
[tasty-smallcheck] Using Parsec parser
3006.37 s
[tasty-smallcheck] Configuring tasty-smallcheck-0.8.2...
3006.47 s
[hedgehog] [ 1 of 27] Compiling Hedgehog.Internal.Barbie ( src/Hedgehog/Internal/Barbie.hs, dist/build/Hedgehog/Internal/Barbie.p_o )
3006.52 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 )
3006.91 s
[genvalidity-hspec] Documentation created: dist/doc/html/genvalidity-hspec/index.html,
3006.91 s
[genvalidity-hspec] dist/doc/html/genvalidity-hspec/genvalidity-hspec.txt
3007.11 s
[genvalidity-hspec] Preprocessing test suite 'genvalidity-hspec-test' for genvalidity-hspec-1.0.0.3..
3007.15 s
[genvalidity-hspec] Phase: installPhase
3007.52 s
[genvalidity-hspec] Installing library in /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
3007.85 s
[tasty-smallcheck] Dependency base >=4.8 && <5: using base-4.18.2.0
3007.85 s
[tasty-smallcheck] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
3007.85 s
[tasty-smallcheck] Dependency smallcheck >=1.0: using smallcheck-1.2.1.1
3007.85 s
[tasty-smallcheck] Dependency tagged: using tagged-0.8.8
3007.85 s
[tasty-smallcheck] Dependency tasty >=0.8: using tasty-1.5.3
3008.04 s
[hedgehog] [ 2 of 27] Compiling Hedgehog.Internal.Distributive ( src/Hedgehog/Internal/Distributive.hs, dist/build/Hedgehog/Internal/Distributive.p_o )
3008.12 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 )
3008.27 s
[crypton] 100% ( 8 / 8) in 'Crypto.Hash.IO'
3009.05 s
[tasty-smallcheck] Source component graph: component lib
3009.07 s
[tasty-smallcheck] Configured component graph:
3009.07 s
[tasty-smallcheck] component tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
3009.07 s
[tasty-smallcheck] include base-4.18.2.0
3009.07 s
[tasty-smallcheck] include optparse-applicative-0.18.1.0-KOZbl3jonbhBJoZCFx45it
3009.07 s
[tasty-smallcheck] include smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
3009.07 s
[tasty-smallcheck] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
3009.07 s
[tasty-smallcheck] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
3009.07 s
[tasty-smallcheck] Linked component graph:
3009.07 s
[tasty-smallcheck] unit tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
3009.07 s
[tasty-smallcheck] include base-4.18.2.0
3009.07 s
[tasty-smallcheck] include optparse-applicative-0.18.1.0-KOZbl3jonbhBJoZCFx45it
3009.07 s
[tasty-smallcheck] include smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
3009.07 s
[tasty-smallcheck] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
3009.07 s
[tasty-smallcheck] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
3009.07 s
[tasty-smallcheck] Test.Tasty.SmallCheck=tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc:Test.Tasty.SmallCheck
3009.07 s
[tasty-smallcheck] Ready component graph:
3009.07 s
[tasty-smallcheck] definite tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
3009.07 s
[tasty-smallcheck] depends base-4.18.2.0
3009.07 s
[tasty-smallcheck] depends optparse-applicative-0.18.1.0-KOZbl3jonbhBJoZCFx45it
3009.07 s
[tasty-smallcheck] depends smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
3009.07 s
[tasty-smallcheck] depends tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
3009.07 s
[tasty-smallcheck] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
3009.07 s
[tasty-smallcheck] Using Cabal-3.10.1.0 compiled by ghc-9.6
3009.07 s
[tasty-smallcheck] Using compiler: ghc-9.6.4
3009.07 s
[tasty-smallcheck] Using install prefix:
3009.07 s
[tasty-smallcheck] /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2
3009.07 s
[tasty-smallcheck] Executables installed in:
3009.07 s
[tasty-smallcheck] /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/bin
3009.07 s
[tasty-smallcheck] Libraries installed in:
3009.07 s
[tasty-smallcheck] /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
3009.07 s
[tasty-smallcheck] Dynamic Libraries installed in:
3009.07 s
[tasty-smallcheck] /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
3009.07 s
[tasty-smallcheck] Private executables installed in:
3009.07 s
[tasty-smallcheck] /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/libexec/x86_64-linux-ghc-9.6.4/tasty-smallcheck-0.8.2
3009.07 s
[tasty-smallcheck] Data files installed in:
3009.07 s
[tasty-smallcheck] /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/share/x86_64-linux-ghc-9.6.4/tasty-smallcheck-0.8.2
3009.07 s
[tasty-smallcheck] Documentation installed in:
3009.07 s
[tasty-smallcheck] /nix/store/is1w34lngjvjzfcw1z6mwl47dh38j3if-tasty-smallcheck-0.8.2-doc/share/doc/tasty-smallcheck-0.8.2
3009.07 s
[tasty-smallcheck] Configuration files installed in:
3009.07 s
[tasty-smallcheck] /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/etc
3009.07 s
[tasty-smallcheck] No alex found
3009.07 s
[tasty-smallcheck] Using ar found on system at:
3009.07 s
[tasty-smallcheck] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
3009.07 s
[tasty-smallcheck] No c2hs found
3009.07 s
[tasty-smallcheck] No cpphs found
3009.07 s
[tasty-smallcheck] No doctest found
3009.07 s
[tasty-smallcheck] Using gcc version 14.3.0 given by user at:
3009.07 s
[tasty-smallcheck] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
3009.07 s
[tasty-smallcheck] Using ghc version 9.6.4 found on system at:
3009.07 s
[tasty-smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
3009.07 s
[tasty-smallcheck] Using ghc-pkg version 9.6.4 found on system at:
3009.07 s
[tasty-smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
3009.07 s
[tasty-smallcheck] No ghcjs found
3009.07 s
[tasty-smallcheck] No ghcjs-pkg found
3009.07 s
[tasty-smallcheck] No greencard found
3009.07 s
[tasty-smallcheck] Using haddock version 2.29.2 found on system at:
3009.08 s
[tasty-smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
3009.08 s
[tasty-smallcheck] No happy found
3009.08 s
[tasty-smallcheck] Using haskell-suite found on system at: haskell-suite-dummy-location
3009.08 s
[tasty-smallcheck] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
3009.08 s
[tasty-smallcheck] No hmake found
3009.08 s
[tasty-smallcheck] Using hpc version 0.68 found on system at:
3009.08 s
[tasty-smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
3009.08 s
[tasty-smallcheck] Using hsc2hs version 0.68.9 found on system at:
3009.08 s
[tasty-smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
3009.08 s
[tasty-smallcheck] Using hscolour version 1.25 found on system at:
3009.08 s
[tasty-smallcheck] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
3009.08 s
[tasty-smallcheck] No jhc found
3009.08 s
[tasty-smallcheck] Using ld found on system at:
3009.08 s
[tasty-smallcheck] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
3009.08 s
[tasty-smallcheck] No pkg-config found
3009.08 s
[tasty-smallcheck] Using runghc version 9.6.4 found on system at:
3009.08 s
[tasty-smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
3009.08 s
[tasty-smallcheck] Using strip version 2.44 found on system at:
3009.08 s
[tasty-smallcheck] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
3009.08 s
[tasty-smallcheck] Using tar found on system at:
3009.08 s
[tasty-smallcheck] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
3009.08 s
[tasty-smallcheck] No uhc found
3009.08 s
[crypton] 92% ( 25 / 27) in 'Crypto.Cipher.Types'
3009.08 s
[crypton] Missing documentation for:
3009.08 s
[crypton] CCM_M (Crypto/Cipher/Types/Base.hs:48)
3009.08 s
[crypton] CCM_L (Crypto/Cipher/Types/Base.hs:50)
3009.09 s
[crypton] 75% ( 3 / 4) in 'Crypto.ConstructHash.MiyaguchiPreneel'
3009.09 s
[crypton] Missing documentation for:
3009.09 s
[crypton] MiyaguchiPreneel (Crypto/ConstructHash/MiyaguchiPreneel.hs:26)
3009.11 s
[crypton] 0% ( 0 / 2) in 'Crypto.Cipher.Utils'
3009.11 s
[crypton] Missing documentation for:
3009.11 s
[crypton] Module header
3009.11 s
[crypton] validateKeySize (Crypto/Cipher/Utils.hs:10)
3009.17 s
[crypton] 100% ( 5 / 5) in 'Crypto.Cipher.TripleDES'
3009.20 s
[genvalidity-hspec] Phase: fixupPhase
3009.25 s
[crypton] 100% ( 2 / 2) in 'Crypto.Cipher.DES'
3009.27 s
[profunctors] [10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.o, dist/build/Data/Profunctor.dyn_o )
3009.31 s
[crypton] 100% ( 5 / 5) in 'Crypto.Cipher.Salsa'
3009.32 s
[genvalidity-hspec] shrinking RPATHs of ELF executables and libraries in /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3
3009.33 s
[genvalidity-hspec] shrinking /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSgenvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3-ghc9.6.4.so
3009.35 s
[genvalidity-hspec] checking for references to /build/ in /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3...
3009.36 s
[crypton] 100% ( 6 / 6) in 'Crypto.Cipher.XSalsa'
3009.38 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 )
3009.40 s
[crypton] 100% ( 5 / 5) in 'Crypto.Cipher.RC4'
3009.42 s
[genvalidity-hspec] patching script interpreter paths in /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3
3009.45 s
[genvalidity-hspec] stripping (with command strip and flags -S -p) in /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/lib
3009.46 s
[crypton] 100% ( 10 / 10) in 'Crypto.Cipher.ChaCha'
3009.62 s
[tasty-smallcheck] Phase: buildPhase
3009.77 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 )
3009.85 s
[tasty-smallcheck] Preprocessing library for tasty-smallcheck-0.8.2..
3009.85 s
[tasty-smallcheck] Building library for tasty-smallcheck-0.8.2..
3009.88 s
[profunctors]
3009.88 s
[profunctors] src/Data/Profunctor/Rep.hs:199:3: warning : [ -Wnoncanonical-monad-instances ]
3009.88 s
[profunctors] Noncanonical ‘return’ definition detected
3009.88 s
[profunctors] in the instance declaration for ‘Monad (Prep p)’.
3009.88 s
[profunctors] ‘return’ will eventually be removed in favour of ‘pure’
3009.89 s
[profunctors] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
3009.89 s
[profunctors] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
3009.89 s
[profunctors] |
3009.89 s
[profunctors] 199 | return a = Prep () $ tabulate $ const $ return a
3009.89 s
[profunctors] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3010.03 s
[genvalidity-hspec] shrinking RPATHs of ELF executables and libraries in /nix/store/lbdwqw2rb7wsicrn6nl1i8izvlfcmr42-genvalidity-hspec-1.0.0.3-doc
3010.06 s
[genvalidity-hspec] checking for references to /build/ in /nix/store/lbdwqw2rb7wsicrn6nl1i8izvlfcmr42-genvalidity-hspec-1.0.0.3-doc...
3010.11 s
[genvalidity-hspec] patching script interpreter paths in /nix/store/lbdwqw2rb7wsicrn6nl1i8izvlfcmr42-genvalidity-hspec-1.0.0.3-doc
3010.70 s
[genvalidity-hspec:post-build] Uploading to the NixCI cache: /nix/store/lbdwqw2rb7wsicrn6nl1i8izvlfcmr42-genvalidity-hspec-1.0.0.3-doc /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3
3011.27 s
[genvalidity-hspec:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3011.86 s
[genvalidity-hspec:post-build] copying 2 paths...
3011.86 s
[genvalidity-hspec:post-build] copying path '/nix/store/lbdwqw2rb7wsicrn6nl1i8izvlfcmr42-genvalidity-hspec-1.0.0.3-doc' to 'https://cache.nix-ci.com'...
3012.63 s
[genvalidity-hspec:post-build] copying path '/nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3' to 'https://cache.nix-ci.com'...
3015.62 s
[genvalidity-hspec:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3016.35 s
[genvalidity-hspec:post-build] copying 1 paths...
3016.35 s
[genvalidity-hspec:post-build] copying path '/nix/store/w7fmwfjs7r2xsvg5l2qmc96wxxn4p5j2-genvalidity-hspec-1.0.0.3.drv' to 'https://cache.nix-ci.com'...
3016.92 s
Uploaded genvalidity-hspec in 6.3s
3016.92 s
Progress: 162 of 211 built (6 building), 298 of 298 downloaded from cache
3016.92 s
Built genvalidity-hspec in 1m37s
3016.93 s
[crypton] 100% ( 4 / 4) in 'Crypto.Cipher.AES'
3016.93 s
[crypton] Warning: 'bitlen' is out of scope.
3016.93 s
[crypton] If you qualify the identifier, haddock can try to link it anyway.
3016.93 s
[crypton] Warning: 'n' is out of scope.
3016.93 s
[crypton] If you qualify the identifier, haddock can try to link it anyway.
3016.93 s
[crypton] 95% ( 46 / 48) in 'Crypto.Hash.Algorithms'
3016.93 s
[crypton] Missing documentation for:
3016.93 s
[crypton] Blake2bp (Crypto/Hash/Blake2.hs:202)
3016.93 s
[crypton] Blake2sp (Crypto/Hash/Blake2.hs:160)
3016.93 s
[crypton] 100% ( 23 / 23) in 'Crypto.Hash'
3016.93 s
[crypton] 0% ( 0 / 4) in 'Crypto.Cipher.Twofish'
3016.93 s
[crypton] Missing documentation for:
3016.93 s
[crypton] Module header
3016.93 s
[crypton] Twofish128 (Crypto/Cipher/Twofish.hs:11)
3016.93 s
[crypton] Twofish192 (Crypto/Cipher/Twofish.hs:24)
3016.93 s
[crypton] Twofish256 (Crypto/Cipher/Twofish.hs:37)
3016.93 s
[crypton] 100% ( 2 / 2) in 'Crypto.Cipher.CAST5'
3016.93 s
[crypton] 100% ( 6 / 6) in 'Crypto.Cipher.Blowfish'
3016.93 s
[crypton] 100% ( 2 / 2) in 'Crypto.Cipher.Camellia'
3016.93 s
[crypton] Warning: 'hashIterations' is out of scope.
3016.93 s
[crypton] If you qualify the identifier, haddock can try to link it anyway.
3016.93 s
[crypton] Warning: 'hashParallelism' is out of scope.
3016.93 s
[crypton] If you qualify the identifier, haddock can try to link it anyway.
3016.93 s
[crypton] Warning: 'hashMemory' is out of scope.
3016.93 s
[crypton] If you qualify the identifier, haddock can try to link it anyway.
3016.93 s
[crypton] 80% ( 8 / 10) in 'Crypto.KDF.Argon2'
3016.93 s
[crypton] Missing documentation for:
3016.93 s
[crypton] defaultOptions (Crypto/KDF/Argon2.hs:97)
3016.93 s
[crypton] hash (Crypto/KDF/Argon2.hs:107)
3016.93 s
[crypton] 75% ( 3 / 4) in 'Crypto.KDF.BCryptPBKDF'
3016.93 s
[crypton] Missing documentation for:
3016.93 s
[crypton] Parameters (Crypto/KDF/BCryptPBKDF.hs:43)
3016.93 s
[crypton] 100% ( 4 / 4) in 'Crypto.MAC.CMAC'
3016.93 s
[crypton] Warning: 'hmacFinalize' is out of scope.
3016.93 s
[crypton] If you qualify the identifier, haddock can try to link it anyway.
3016.93 s
[crypton] 100% ( 10 / 10) in 'Crypto.MAC.HMAC'
3016.93 s
[crypton] 62% ( 5 / 8) in 'Crypto.KDF.PBKDF2'
3016.93 s
[crypton] Missing documentation for:
3016.93 s
[crypton] fastPBKDF2_SHA1 (Crypto/KDF/PBKDF2.hs:118)
3016.93 s
[crypton] fastPBKDF2_SHA256 (Crypto/KDF/PBKDF2.hs:137)
3016.93 s
[crypton] fastPBKDF2_SHA512 (Crypto/KDF/PBKDF2.hs:156)
3016.93 s
[crypton] 100% ( 3 / 3) in 'Crypto.KDF.Scrypt'
3016.93 s
[crypton] 83% ( 5 / 6) in 'Crypto.KDF.HKDF'
3016.93 s
[crypton] Missing documentation for:
3016.93 s
[crypton] toPRK (Crypto/KDF/HKDF.hs:102)
3016.93 s
[crypton] 100% ( 10 / 10) in 'Crypto.MAC.KMAC'
3016.93 s
[crypton] 100% ( 11 / 11) in 'Crypto.MAC.KeyedBlake2'
3016.93 s
[crypton] 91% ( 11 / 12) in 'Crypto.MAC.Poly1305'
3016.93 s
[crypton] Missing documentation for:
3016.93 s
[crypton] authTag (Crypto/MAC/Poly1305.hs:58)
3016.93 s
[crypton] 100% ( 19 / 19) in 'Crypto.Cipher.ChaChaPoly1305'
3016.93 s
[crypton] Warning: 'a' is out of scope.
3016.93 s
[crypton] If you qualify the identifier, haddock can try to link it anyway.
3016.93 s
[crypton] Warning: 'b' is out of scope.
3016.93 s
[crypton] If you qualify the identifier, haddock can try to link it anyway.
3016.93 s
[crypton] 100% ( 8 / 8) in 'Crypto.Number.Basic'
3016.93 s
[hedgehog] [ 3 of 27] Compiling Hedgehog.Internal.Exception ( src/Hedgehog/Internal/Exception.hs, dist/build/Hedgehog/Internal/Exception.p_o )
3016.94 s
[hedgehog] [ 4 of 27] Compiling Hedgehog.Internal.HTraversable ( src/Hedgehog/Internal/HTraversable.hs, dist/build/Hedgehog/Internal/HTraversable.p_o )
3016.94 s
[hedgehog] [ 5 of 27] Compiling Hedgehog.Internal.Opaque ( src/Hedgehog/Internal/Opaque.hs, dist/build/Hedgehog/Internal/Opaque.p_o )
3016.94 s
[hedgehog] [ 6 of 27] Compiling Hedgehog.Internal.Prelude ( src/Hedgehog/Internal/Prelude.hs, dist/build/Hedgehog/Internal/Prelude.p_o )
3016.94 s
[hedgehog] [ 7 of 27] Compiling Hedgehog.Internal.Range ( src/Hedgehog/Internal/Range.hs, dist/build/Hedgehog/Internal/Range.p_o )
3016.94 s
[hedgehog] [ 8 of 27] Compiling Hedgehog.Internal.Region ( src/Hedgehog/Internal/Region.hs, dist/build/Hedgehog/Internal/Region.p_o )
3016.94 s
[hedgehog] [ 9 of 27] Compiling Hedgehog.Internal.Seed ( src/Hedgehog/Internal/Seed.hs, dist/build/Hedgehog/Internal/Seed.p_o )
3016.94 s
[hedgehog] [10 of 27] Compiling Hedgehog.Internal.Show ( src/Hedgehog/Internal/Show.hs, dist/build/Hedgehog/Internal/Show.p_o )
3016.94 s
[hedgehog] [11 of 27] Compiling Hedgehog.Internal.Shrink ( src/Hedgehog/Internal/Shrink.hs, dist/build/Hedgehog/Internal/Shrink.p_o )
3016.94 s
[hedgehog] [12 of 27] Compiling Hedgehog.Internal.Source ( src/Hedgehog/Internal/Source.hs, dist/build/Hedgehog/Internal/Source.p_o )
3016.94 s
[hedgehog] [13 of 27] Compiling Hedgehog.Internal.Tree ( src/Hedgehog/Internal/Tree.hs, dist/build/Hedgehog/Internal/Tree.p_o )
3016.94 s
[hedgehog] [14 of 27] Compiling Hedgehog.Main ( src/Hedgehog/Main.hs, dist/build/Hedgehog/Main.p_o )
3016.94 s
[hedgehog] [15 of 27] Compiling Hedgehog.Range ( src/Hedgehog/Range.hs, dist/build/Hedgehog/Range.p_o )
3016.94 s
[hedgehog] [16 of 27] Compiling Hedgehog.Internal.Gen ( src/Hedgehog/Internal/Gen.hs, dist/build/Hedgehog/Internal/Gen.p_o )
3016.94 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 )
3016.94 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 )
3016.94 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 )
3016.94 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 )
3016.94 s
[profunctors] [ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.p_o )
3016.94 s
[profunctors] [ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.p_o )
3016.94 s
[tasty-smallcheck] [1 of 1] Compiling Test.Tasty.SmallCheck ( Test/Tasty/SmallCheck.hs, dist/build/Test/Tasty/SmallCheck.o, dist/build/Test/Tasty/SmallCheck.dyn_o )
3016.94 s
[tasty-smallcheck] [1 of 1] Compiling Test.Tasty.SmallCheck ( Test/Tasty/SmallCheck.hs, dist/build/Test/Tasty/SmallCheck.p_o )
3016.94 s
[vector] [21 of 23] Compiling Data.Vector.Unboxed.Base ( src/Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o, dist/build/Data/Vector/Unboxed/Base.dyn_o )
3017.03 s
[crypton] Warning: 'm' is out of scope.
3017.03 s
[crypton] If you qualify the identifier, haddock can try to link it anyway.
3017.04 s
[crypton] 100% ( 12 / 12) in 'Crypto.Number.F2m'
3017.62 s
[crypton] 100% ( 11 / 11) in 'Crypto.Number.ModArithmetic'
3017.63 s
[tasty-smallcheck] Phase: checkPhase
3017.71 s
[crypton] 100% ( 7 / 7) in 'Crypto.Number.Nat'
3017.74 s
[crypton] 100% ( 4 / 4) in 'Crypto.Number.Serialize.Internal'
3017.78 s
[crypton] 100% ( 5 / 5) in 'Crypto.Number.Serialize'
3017.84 s
[crypton] 100% ( 4 / 4) in 'Crypto.Number.Serialize.Internal.LE'
3017.84 s
[tasty-smallcheck] Package has no test suites.
3017.87 s
[tasty-smallcheck] Phase: haddockPhase
3017.87 s
[crypton] 100% ( 5 / 5) in 'Crypto.Number.Serialize.LE'
3017.96 s
[crypton] 75% ( 9 / 12) in 'Crypto.OTP'
3017.96 s
[crypton] Missing documentation for:
3017.96 s
[crypton] hotp (Crypto/OTP.hs:63)
3017.96 s
[crypton] TOTPParams (Crypto/OTP.hs:123)
3017.96 s
[crypton] ClockSkew (Crypto/OTP.hs:125)
3018.20 s
[profunctors] [ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.p_o )
3018.21 s
[crypton] 100% ( 15 / 15) in 'Crypto.PubKey.ECC.Types'
3018.35 s
[tasty-smallcheck] Preprocessing library for tasty-smallcheck-0.8.2..
3018.35 s
[tasty-smallcheck] Running Haddock on library for tasty-smallcheck-0.8.2..
3018.49 s
[crypton] 100% ( 3 / 3) in 'Crypto.PubKey.MaskGenFunction'
3018.58 s
[crypton] 100% ( 11 / 11) in 'Crypto.PubKey.RSA.Types'
3018.60 s
[tasty-smallcheck] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
3018.66 s
[profunctors] [ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.p_o )
3018.67 s
[crypton] 100% ( 5 / 5) in 'Crypto.PubKey.RSA.Prim'
3018.85 s
[crypton] 100% ( 5 / 5) in 'Crypto.Random.Entropy.Unsafe'
3018.88 s
[crypton] 100% ( 2 / 2) in 'Crypto.Random.Entropy'
3018.94 s
[crypton] 100% ( 5 / 5) in 'Crypto.Random.EntropyPool'
3019.00 s
[crypton] 100% ( 5 / 5) in 'Crypto.Random.Types'
3019.03 s
[profunctors] [ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.p_o )
3019.35 s
[crypton] 95% ( 20 / 21) in 'Crypto.Random'
3019.36 s
[crypton] Missing documentation for:
3019.36 s
[crypton] Seed (Crypto/Random.hs:46)
3019.54 s
[crypton] 100% ( 18 / 18) in 'Crypto.PubKey.Ed448'
3019.70 s
[tasty-smallcheck] Warning: 'Test' is out of scope.
3019.70 s
[tasty-smallcheck] If you qualify the identifier, haddock can try to link it anyway.
3019.71 s
[tasty-smallcheck] 100% ( 15 / 15) in 'Test.Tasty.SmallCheck'
3019.72 s
[crypton] 100% ( 18 / 18) in 'Crypto.PubKey.Ed25519'
3019.95 s
[crypton] 100% ( 34 / 34) in 'Crypto.PubKey.ECC.P256'
3020.11 s
[streaming-commons] high code points [✔]
3020.22 s
[crypton] 100% ( 12 / 12) in 'Crypto.PubKey.Curve448'
3020.51 s
[streaming-commons] UTF32BE
3020.66 s
[crypton] 100% ( 12 / 12) in 'Crypto.PubKey.Curve25519'
3020.81 s
[crypton] 100% ( 5 / 5) in 'Crypto.KDF.BCrypt'
3021.00 s
[crypton] 100% ( 21 / 21) in 'Crypto.ECC.Edwards25519'
3021.21 s
[crypton] 100% ( 6 / 6) in 'Crypto.Cipher.AESGCMSIV'
3021.37 s
[crypton] 100% ( 6 / 6) in 'Crypto.Number.Generate'
3021.41 s
[streaming-commons] bytes [✔]
3021.41 s
[streaming-commons] +++ OK, passed 100 tests.
3021.53 s
[crypton] 100% ( 12 / 12) in 'Crypto.PubKey.ECC.Prim'
3021.83 s
[crypton] 100% ( 21 / 21) in 'Crypto.PubKey.ECC.ECDSA'
3021.91 s
[hedgehog] [17 of 27] Compiling Hedgehog.Internal.Property ( src/Hedgehog/Internal/Property.hs, dist/build/Hedgehog/Internal/Property.p_o )
3022.03 s
[crypton] 100% ( 3 / 3) in 'Crypto.PubKey.ECC.Generate'
3022.06 s
[profunctors] [ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.p_o )
3022.13 s
[crypton] 100% ( 19 / 19) in 'Crypto.PubKey.DSA'
3022.34 s
[crypton] 100% ( 10 / 10) in 'Crypto.Number.Prime'
3022.49 s
[crypton] 100% ( 3 / 3) in 'Crypto.PubKey.Rabin.Types'
3022.54 s
[crypton] 100% ( 5 / 5) in 'Crypto.PubKey.Rabin.OAEP'
3022.67 s
[crypton] 100% ( 9 / 9) in 'Crypto.PubKey.Rabin.RW'
3022.87 s
[crypton] 100% ( 6 / 6) in 'Crypto.PubKey.Rabin.Modified'
3023.01 s
[streaming-commons] chars [✔]
3023.01 s
[streaming-commons] +++ OK, passed 100 tests.
3023.50 s
[crypton] 100% ( 11 / 11) in 'Crypto.PubKey.Rabin.Basic'
3023.58 s
[profunctors] [ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.p_o )
3023.66 s
[crypton] Warning: 'e' is out of scope.
3023.66 s
[crypton] If you qualify the identifier, haddock can try to link it anyway.
3023.66 s
[crypton] 100% ( 9 / 9) in 'Crypto.PubKey.RSA'
3023.74 s
[crypton] 100% ( 13 / 13) in 'Crypto.PubKey.RSA.PSS'
3023.90 s
[crypton] 100% ( 15 / 15) in 'Crypto.PubKey.RSA.PKCS15'
3024.03 s
[crypton] 100% ( 9 / 9) in 'Crypto.PubKey.RSA.OAEP'
3024.12 s
[profunctors] [ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.p_o )
3024.17 s
[crypton] 100% ( 10 / 10) in 'Crypto.PubKey.DH'
3024.37 s
[crypton] 100% ( 8 / 8) in 'Crypto.PubKey.ECC.DH'
3024.86 s
[crypton] 30% ( 4 / 13) in 'Crypto.ECC'
3024.86 s
[crypton] Missing documentation for:
3024.86 s
[crypton] Curve_P384R1 (Crypto/ECC.hs:218)
3024.86 s
[crypton] Curve_P521R1 (Crypto/ECC.hs:254)
3024.86 s
[crypton] Curve_X25519 (Crypto/ECC.hs:290)
3024.86 s
[crypton] Curve_X448 (Crypto/ECC.hs:313)
3024.86 s
[crypton] Curve_Edwards25519 (Crypto/ECC.hs:336)
3024.86 s
[crypton] EllipticCurve (Crypto/ECC.hs:70)
3024.86 s
[crypton] EllipticCurveDH (Crypto/ECC.hs:104)
3024.86 s
[crypton] EllipticCurveArith (Crypto/ECC.hs:128)
3024.87 s
[crypton] EllipticCurveBasepointArith (Crypto/ECC.hs:141)
3025.39 s
[crypton] 100% ( 22 / 22) in 'Crypto.PubKey.EdDSA'
3025.64 s
[crypton] 100% ( 3 / 3) in 'Crypto.PubKey.ECIES'
3025.75 s
[crypton] 100% ( 22 / 22) in 'Crypto.PubKey.ECDSA'
3025.92 s
[profunctors] [ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.p_o )
3026.31 s
[crypton] 100% ( 3 / 3) in 'Crypto.Data.AFIS'
3026.42 s
[crypton] 100% ( 3 / 3) in 'Crypto.System.CPU'
3026.47 s
[crypton] 100% ( 9 / 9) in 'Crypto.Tutorial'
3027.06 s
[profunctors] [10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.p_o )
3027.37 s
[profunctors] [11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.p_o )
3027.92 s
[crypton] Warning: Crypto.Hash.Algorithms: could not find link destinations for:
3027.92 s
[crypton] - Crypto.Hash.Types.hashInternalFinalizePrefix
3027.92 s
[crypton] - Crypto.Hash.SHAKE.cshakeInternalFinalize
3027.92 s
[crypton] - Crypto.Hash.SHAKE.cshakeOutputLength
3027.92 s
[crypton] - Crypto.Hash.Blake2.blake2InternalKeyedInit
3027.92 s
[crypton] - Crypto.PubKey.RSA.PKCS15.hashDigestASN1
3027.93 s
[profunctors] [12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.p_o )
3028.02 s
[crypton] Warning: Crypto.MAC.KMAC: could not find link destinations for:
3028.02 s
[crypton] - Crypto.Hash.SHAKE.cshakeInternalFinalize
3028.02 s
[crypton] - Crypto.Hash.SHAKE.cshakeOutputLength
3028.02 s
[crypton] Warning: Crypto.MAC.KeyedBlake2: could not find link destinations for:
3028.02 s
[crypton] - Crypto.Hash.Blake2.blake2InternalKeyedInit
3028.03 s
[crypton] Warning: Crypto.Number.ModArithmetic: could not find link destinations for:
3028.03 s
[crypton] - Crypto.Number.ModArithmetic.ModulusAssertionError
3028.03 s
[crypton] - Crypto.Number.ModArithmetic.CoprimesAssertionError
3028.03 s
[crypton] Warning: Crypto.Number.Nat: could not find link destinations for:
3028.03 s
[crypton] - Crypto.Internal.Nat.IsDiv8
3028.03 s
[crypton] - Crypto.Internal.Nat.IsGE
3028.03 s
[crypton] - Crypto.Internal.Nat.IsLE
3028.19 s
[crypton] Warning: Crypto.PubKey.Rabin.Types: could not find link destinations for:
3028.19 s
[crypton] - Crypto.PubKey.Rabin.Types.PrimeCondition
3028.19 s
[profunctors]
3028.19 s
[profunctors] src/Data/Profunctor/Rep.hs:199:3: warning : [ -Wnoncanonical-monad-instances ]
3028.19 s
[profunctors] Noncanonical ‘return’ definition detected
3028.19 s
[profunctors] in the instance declaration for ‘Monad (Prep p)’.
3028.19 s
[profunctors] ‘return’ will eventually be removed in favour of ‘pure’
3028.19 s
[profunctors] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
3028.19 s
[profunctors] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
3028.19 s
[profunctors] |
3028.19 s
[profunctors] 199 | return a = Prep () $ tabulate $ const $ return a
3028.19 s
[profunctors] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3028.25 s
[crypton] Warning: Crypto.PubKey.RSA.PKCS15: could not find link destinations for:
3028.25 s
[crypton] - Crypto.PubKey.RSA.PKCS15.hashDigestASN1
3028.36 s
[crypton] Warning: Crypto.ECC: could not find link destinations for:
3028.37 s
[crypton] - Crypto.Internal.Builder.Builder
3028.37 s
[crypton] - Crypto.PubKey.EdDSA.hashWithDom
3028.37 s
[crypton] - Crypto.PubKey.EdDSA.pointPublic
3028.37 s
[crypton] - Crypto.PubKey.EdDSA.publicPoint
3028.37 s
[crypton] - Crypto.PubKey.EdDSA.encodeScalarLE
3028.37 s
[crypton] - Crypto.PubKey.EdDSA.decodeScalarLE
3028.37 s
[crypton] - Crypto.PubKey.EdDSA.scheduleSecret
3028.37 s
[crypton] Warning: Crypto.PubKey.EdDSA: could not find link destinations for:
3028.37 s
[crypton] - Crypto.Internal.Builder.Builder
3028.37 s
[crypton] - Crypto.PubKey.EdDSA.hashWithDom
3028.37 s
[crypton] - Crypto.PubKey.EdDSA.pointPublic
3028.37 s
[crypton] - Crypto.PubKey.EdDSA.publicPoint
3028.37 s
[crypton] - Crypto.PubKey.EdDSA.encodeScalarLE
3028.37 s
[crypton] - Crypto.PubKey.EdDSA.decodeScalarLE
3028.37 s
[crypton] - Crypto.PubKey.EdDSA.scheduleSecret
3029.57 s
[profunctors] [13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.p_o )
3031.33 s
[profunctors] [14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.p_o )
3032.32 s
[profunctors] [15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.p_o )
3032.32 s
[profunctors] [16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, dist/build/Data/Profunctor/Yoneda.p_o )
3033.28 s
[tasty-smallcheck] Documentation created: dist/doc/html/tasty-smallcheck/index.html,
3033.28 s
[tasty-smallcheck] dist/doc/html/tasty-smallcheck/tasty-smallcheck.txt
3033.56 s
[tasty-smallcheck] Phase: installPhase
3033.65 s
[hedgehog] [18 of 27] Compiling Hedgehog.Internal.Tripping ( src/Hedgehog/Internal/Tripping.hs, dist/build/Hedgehog/Internal/Tripping.p_o )
3033.85 s
[tasty-smallcheck] Installing library in /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
3034.55 s
[hedgehog] [19 of 27] Compiling Hedgehog.Internal.State ( src/Hedgehog/Internal/State.hs, dist/build/Hedgehog/Internal/State.p_o )
3034.96 s
[tasty-smallcheck] Phase: fixupPhase
3035.15 s
[tasty-smallcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2
3035.17 s
[tasty-smallcheck] shrinking /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHStasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc-ghc9.6.4.so
3035.23 s
[tasty-smallcheck] checking for references to /build/ in /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2...
3035.50 s
[tasty-smallcheck] patching script interpreter paths in /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2
3035.53 s
[tasty-smallcheck] stripping (with command strip and flags -S -p) in /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/lib
3035.90 s
[vector] [22 of 23] Compiling Data.Vector.Unboxed ( src/Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o, dist/build/Data/Vector/Unboxed.dyn_o )
3036.12 s
[tasty-smallcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/is1w34lngjvjzfcw1z6mwl47dh38j3if-tasty-smallcheck-0.8.2-doc
3036.15 s
[tasty-smallcheck] checking for references to /build/ in /nix/store/is1w34lngjvjzfcw1z6mwl47dh38j3if-tasty-smallcheck-0.8.2-doc...
3036.18 s
[tasty-smallcheck] patching script interpreter paths in /nix/store/is1w34lngjvjzfcw1z6mwl47dh38j3if-tasty-smallcheck-0.8.2-doc
3036.67 s
[tasty-smallcheck:post-build] Uploading to the NixCI cache: /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2 /nix/store/is1w34lngjvjzfcw1z6mwl47dh38j3if-tasty-smallcheck-0.8.2-doc
3037.42 s
[tasty-smallcheck:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3037.99 s
[tasty-smallcheck:post-build] copying 2 paths...
3037.99 s
[tasty-smallcheck:post-build] copying path '/nix/store/is1w34lngjvjzfcw1z6mwl47dh38j3if-tasty-smallcheck-0.8.2-doc' to 'https://cache.nix-ci.com'...
3038.71 s
[tasty-smallcheck:post-build] copying path '/nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2' to 'https://cache.nix-ci.com'...
3040.11 s
[tasty-smallcheck:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3041.06 s
[tasty-smallcheck:post-build] copying 1 paths...
3041.07 s
[tasty-smallcheck:post-build] copying path '/nix/store/0wyy0379f9mwn9f4prqgs29fjn8nrpda-tasty-smallcheck-0.8.2.drv' to 'https://cache.nix-ci.com'...
3041.88 s
Uploaded tasty-smallcheck in 5.3s
3041.90 s
Progress: 163 of 211 built (5 building), 298 of 298 downloaded from cache
3041.90 s
Built tasty-smallcheck in 41.6s
3042.08 s
Building /nix/store/j2kp3yc9aqn0shy19vrdnfh30pzpp7rx-integer-logarithms-1.0.4.drv
3042.08 s
[hedgehog] [20 of 27] Compiling Hedgehog.Internal.Discovery ( src/Hedgehog/Internal/Discovery.hs, dist/build/Hedgehog/Internal/Discovery.p_o )
3042.08 s
[hedgehog] [21 of 27] Compiling Hedgehog.Internal.TH ( src/Hedgehog/Internal/TH.hs, dist/build/Hedgehog/Internal/TH.p_o )
3042.08 s
[hedgehog] [22 of 27] Compiling Hedgehog.Internal.Config ( src/Hedgehog/Internal/Config.hs, dist/build/Hedgehog/Internal/Config.p_o )
3042.08 s
[hedgehog] [23 of 27] Compiling Hedgehog.Internal.Report ( src/Hedgehog/Internal/Report.hs, dist/build/Hedgehog/Internal/Report.p_o )
3042.08 s
[profunctors] buildPhase completed in 43 seconds
3042.08 s
[profunctors] Phase: checkPhase
3042.08 s
[profunctors] Package has no test suites.
3042.08 s
[profunctors] Phase: haddockPhase
3042.08 s
[profunctors] Preprocessing library for profunctors-5.6.2..
3042.08 s
[profunctors] Running Haddock on library for profunctors-5.6.2..
3042.08 s
[profunctors] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
3042.08 s
[profunctors] Warning: 'unsafeCoerce' is out of scope.
3042.08 s
[profunctors] If you qualify the identifier, haddock can try to link it anyway.
3042.08 s
[profunctors] 100% ( 3 / 3) in 'Data.Profunctor.Unsafe'
3042.08 s
[profunctors] 100% ( 7 / 7) in 'Data.Profunctor.Types'
3042.16 s
[profunctors] 100% ( 4 / 4) in 'Data.Profunctor.Monad'
3042.22 s
[profunctors] 100% ( 2 / 2) in 'Data.Profunctor.Adjunction'
3042.33 s
[integer-logarithms] Phase: setupCompilerEnvironmentPhase
3042.35 s
[integer-logarithms] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
3042.47 s
[profunctors] Warning: 'Procompose' is out of scope.
3042.47 s
[profunctors] If you qualify the identifier, haddock can try to link it anyway.
3042.49 s
[profunctors] 88% ( 15 / 17) in 'Data.Profunctor.Strong'
3042.49 s
[profunctors] Missing documentation for:
3042.49 s
[profunctors] uncurry' (src/Data/Profunctor/Strong.hs:97)
3042.49 s
[profunctors] strong (src/Data/Profunctor/Strong.hs:101)
3042.96 s
[integer-logarithms] Phase: unpackPhase
3043.00 s
[integer-logarithms] unpacking source archive /nix/store/ph0i5ssdxwdx25fp5i1sbmq6177nxsr9-integer-logarithms-1.0.4.tar.gz
3043.03 s
[integer-logarithms] source root is integer-logarithms-1.0.4
3043.07 s
[integer-logarithms] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "integer-logarithms-1.0.4/test-suite/Test.hs"
3043.09 s
[integer-logarithms] Phase: patchPhase
3043.14 s
[integer-logarithms] Phase: compileBuildDriverPhase
3043.16 s
[integer-logarithms] setupCompileFlags: -package-db=/build/tmp.83Bz9cZAcV/setup-package.conf.d -threaded
3043.42 s
[integer-logarithms] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.83Bz9cZAcV/Main.o )
3043.54 s
[profunctors] 71% ( 5 / 7) in 'Data.Profunctor.Closed'
3043.54 s
[profunctors] Missing documentation for:
3043.54 s
[profunctors] Environment (src/Data/Profunctor/Closed.hs:195)
3043.54 s
[profunctors] curry' (src/Data/Profunctor/Closed.hs:95)
3043.64 s
[streaming-commons] high code points [✔]
3043.64 s
[integer-logarithms] [2 of 2] Linking Setup
3044.03 s
[streaming-commons] UTF8 leftovers
3044.08 s
[profunctors] Warning: 'costrength' is out of scope.
3044.08 s
[profunctors] If you qualify the identifier, haddock can try to link it anyway.
3044.08 s
[profunctors] Warning: 'absurd' is out of scope.
3044.09 s
[profunctors] If you qualify the identifier, haddock can try to link it anyway.
3044.11 s
[profunctors] 92% ( 12 / 13) in 'Data.Profunctor.Choice'
3044.11 s
[profunctors] Missing documentation for:
3044.11 s
[profunctors] Cochoice (src/Data/Profunctor/Choice.hs:301)
3044.24 s
[streaming-commons] C
3044.71 s
[profunctors] 57% ( 8 / 14) in 'Data.Profunctor.Traversing'
3044.71 s
[profunctors] Missing documentation for:
3044.71 s
[profunctors] Module header
3044.71 s
[profunctors] CofreeTraversing (src/Data/Profunctor/Traversing.hs:144)
3044.71 s
[profunctors] firstTraversing (src/Data/Profunctor/Traversing.hs:42)
3044.71 s
[profunctors] secondTraversing (src/Data/Profunctor/Traversing.hs:45)
3044.71 s
[profunctors] leftTraversing (src/Data/Profunctor/Traversing.hs:66)
3044.71 s
[profunctors] rightTraversing (src/Data/Profunctor/Traversing.hs:69)
3045.02 s
[streaming-commons] single chunk [✔]
3045.38 s
[profunctors] 44% ( 4 / 9) in 'Data.Profunctor.Mapping'
3045.38 s
[profunctors] Missing documentation for:
3045.38 s
[profunctors] Mapping (src/Data/Profunctor/Mapping.hs:43)
3045.38 s
[profunctors] CofreeMapping (src/Data/Profunctor/Mapping.hs:107)
3045.38 s
[profunctors] wanderMapping (src/Data/Profunctor/Mapping.hs:98)
3045.38 s
[profunctors] traverseMapping (src/Data/Profunctor/Mapping.hs:101)
3045.38 s
[profunctors] closedMapping (src/Data/Profunctor/Mapping.hs:104)
3045.62 s
[profunctors] 80% ( 16 / 20) in 'Data.Profunctor'
3045.62 s
[profunctors] Missing documentation for:
3045.62 s
[profunctors] uncurry' (src/Data/Profunctor/Strong.hs:97)
3045.62 s
[profunctors] curry' (src/Data/Profunctor/Closed.hs:95)
3045.62 s
[profunctors] Mapping (src/Data/Profunctor/Mapping.hs:43)
3045.62 s
[profunctors] Cochoice (src/Data/Profunctor/Choice.hs:301)
3045.65 s
[profunctors] 100% ( 3 / 3) in 'Data.Profunctor.Sieve'
3045.76 s
[profunctors] Warning: 'Iso'' is out of scope.
3045.76 s
[profunctors] If you qualify the identifier, haddock can try to link it anyway.
3045.77 s
[profunctors] 70% ( 17 / 24) in 'Data.Profunctor.Rep'
3045.77 s
[profunctors] Missing documentation for:
3045.77 s
[profunctors] prepAdj (src/Data/Profunctor/Rep.hs:203)
3045.77 s
[profunctors] unprepAdj (src/Data/Profunctor/Rep.hs:206)
3045.77 s
[profunctors] prepUnit (src/Data/Profunctor/Rep.hs:209)
3045.77 s
[profunctors] prepCounit (src/Data/Profunctor/Rep.hs:212)
3045.77 s
[profunctors] uncoprepAdj (src/Data/Profunctor/Rep.hs:237)
3045.77 s
[profunctors] coprepUnit (src/Data/Profunctor/Rep.hs:240)
3045.77 s
[profunctors] coprepCounit (src/Data/Profunctor/Rep.hs:243)
3045.83 s
[streaming-commons] multi chunk, no good [✔]
3045.89 s
[profunctors]
3045.89 s
[profunctors] src/Data/Profunctor/Rep.hs:199:3: warning : [ -Wnoncanonical-monad-instances ]
3045.89 s
[profunctors] Noncanonical ‘return’ definition detected
3045.89 s
[profunctors] in the instance declaration for ‘Monad (Prep p)’.
3045.89 s
[profunctors] ‘return’ will eventually be removed in favour of ‘pure’
3045.89 s
[profunctors] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
3045.89 s
[profunctors] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
3045.89 s
[profunctors] |
3045.90 s
[profunctors] 199 | return a = Prep () $ tabulate $ const $ return a
3045.90 s
[profunctors] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3046.08 s
[profunctors] 89% ( 17 / 19) in 'Data.Profunctor.Composition'
3046.08 s
[profunctors] Missing documentation for:
3046.08 s
[profunctors] procomposed (src/Data/Profunctor/Composition.hs:79)
3046.08 s
[profunctors] mu (src/Data/Profunctor/Composition.hs:310)
3046.49 s
[profunctors] Warning: 'counit' is out of scope.
3046.49 s
[profunctors] If you qualify the identifier, haddock can try to link it anyway.
3046.50 s
[profunctors] 50% ( 4 / 8) in 'Data.Profunctor.Ran'
3046.50 s
[profunctors] Missing documentation for:
3046.50 s
[profunctors] precomposeRan (src/Data/Profunctor/Ran.hs:85)
3046.50 s
[profunctors] curryRan (src/Data/Profunctor/Ran.hs:89)
3046.50 s
[profunctors] uncurryRan (src/Data/Profunctor/Ran.hs:93)
3046.50 s
[profunctors] decomposeCodensity (src/Data/Profunctor/Ran.hs:132)
3046.61 s
[streaming-commons] multi chunk, good in the middle [✔]
3046.89 s
[profunctors] 66% ( 2 / 3) in 'Data.Profunctor.Cayley'
3046.91 s
[profunctors] Missing documentation for:
3046.91 s
[profunctors] mapCayley (src/Data/Profunctor/Cayley.hs:107)
3047.01 s
[streaming-commons] pure
3047.34 s
[profunctors] 85% ( 6 / 7) in 'Data.Profunctor.Yoneda'
3047.34 s
[profunctors] Missing documentation for:
3047.34 s
[profunctors] Coyoneda (src/Data/Profunctor/Yoneda.hs:135)
3047.68 s
[hedgehog] [24 of 27] Compiling Hedgehog.Internal.Queue ( src/Hedgehog/Internal/Queue.hs, dist/build/Hedgehog/Internal/Queue.p_o )
3047.68 s
[hedgehog] [25 of 27] Compiling Hedgehog.Internal.Runner ( src/Hedgehog/Internal/Runner.hs, dist/build/Hedgehog/Internal/Runner.p_o )
3047.80 s
[streaming-commons] multi chunk, no good [✔]
3047.82 s
[integer-logarithms] Phase: updateAutotoolsGnuConfigScriptsPhase
3047.85 s
[integer-logarithms] Phase: configurePhase
3048.01 s
[integer-logarithms] configureFlags: --verbose --prefix=/nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/mni1dirs1ckjd4k0xcsijxk0l194ysg0-integer-logarithms-1.0.4-doc/share/doc/integer-logarithms-1.0.4 --with-gcc=gcc --package-db=/build/tmp.83Bz9cZAcV/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
3048.04 s
[integer-logarithms] Using Parsec parser
3048.04 s
[integer-logarithms] Configuring integer-logarithms-1.0.4...
3048.40 s
[streaming-commons] UTF16LE spot checks
3049.04 s
[profunctors] Warning: Data.Profunctor.Rep: could not find link destinations for:
3049.04 s
[profunctors] - Data.Profunctor.Rep.Iso
3049.07 s
[profunctors] Warning: Data.Profunctor.Composition: could not find link destinations for:
3049.07 s
[profunctors] - Data.Profunctor.Composition.Iso
3049.19 s
[streaming-commons] [[0,216,0],[220,0,0,0,0,0,0]] [✔]
3049.49 s
[integer-logarithms] Flags chosen: check-bounds=False, integer-gmp=True
3049.49 s
[integer-logarithms] Dependency array >=0.5.3.0 && <0.6: using array-0.5.6.0
3049.49 s
[integer-logarithms] Dependency base >=4.15 && <4.22: using base-4.18.2.0
3049.49 s
[integer-logarithms] Dependency ghc-bignum >=1.0 && <1.4: using ghc-bignum-1.3
3049.49 s
[integer-logarithms] Dependency ghc-prim <0.14: using ghc-prim-0.10.0
3049.49 s
[integer-logarithms] Dependency QuickCheck >=2.14.1 && <2.16: using QuickCheck-2.14.3
3049.49 s
[integer-logarithms] Dependency base: using base-4.18.2.0
3049.49 s
[integer-logarithms] Dependency integer-logarithms: using integer-logarithms-1.0.4
3049.49 s
[integer-logarithms] Dependency smallcheck >=1.2 && <1.3: using smallcheck-1.2.1.1
3049.49 s
[integer-logarithms] Dependency tasty >=1.4 && <1.6: using tasty-1.5.3
3049.49 s
[integer-logarithms] Dependency tasty-hunit >=0.10 && <0.11: using tasty-hunit-0.10.2
3049.49 s
[integer-logarithms] Dependency tasty-quickcheck >=0.10 && <0.12: using tasty-quickcheck-0.11
3049.49 s
[integer-logarithms] Dependency tasty-smallcheck >=0.8 && <0.9: using tasty-smallcheck-0.8.2
3050.00 s
[streaming-commons] Data.Streaming.Zlib
3050.20 s
[streaming-commons] Data.Streaming.Zlib
3050.40 s
[streaming-commons] inflate/deflate
3050.49 s
[integer-logarithms] Source component graph:
3050.49 s
[integer-logarithms] component lib
3050.49 s
[integer-logarithms] component test:spec dependency lib
3050.49 s
[integer-logarithms] Configured component graph:
3050.49 s
[integer-logarithms] component integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a
3050.49 s
[integer-logarithms] include array-0.5.6.0
3050.49 s
[integer-logarithms] include base-4.18.2.0
3050.49 s
[integer-logarithms] include ghc-bignum-1.3
3050.49 s
[integer-logarithms] include ghc-prim-0.10.0
3050.49 s
[integer-logarithms] component integer-logarithms-1.0.4-4UvbOs9wCfODm6ze4wj2Hg-spec
3050.49 s
[integer-logarithms] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
3050.49 s
[integer-logarithms] include base-4.18.2.0
3050.49 s
[integer-logarithms] include integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a
3050.49 s
[integer-logarithms] include smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
3050.49 s
[integer-logarithms] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
3050.49 s
[integer-logarithms] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
3050.49 s
[integer-logarithms] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
3050.49 s
[integer-logarithms] include tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
3050.49 s
[integer-logarithms] Linked component graph:
3050.50 s
[integer-logarithms] unit integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a
3050.50 s
[integer-logarithms] include array-0.5.6.0
3050.50 s
[integer-logarithms] include base-4.18.2.0
3050.50 s
[integer-logarithms] include ghc-bignum-1.3
3050.50 s
[integer-logarithms] include ghc-prim-0.10.0
3050.50 s
[integer-logarithms] GHC.Integer.Logarithms.Compat=integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a:GHC.Integer.Logarithms.Compat,Math.NumberTheory.Logarithms=integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a:Math.NumberTheory.Logarithms,Math.NumberTheory.Powers.Integer=integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a:Math.NumberTheory.Powers.Integer,Math.NumberTheory.Powers.Natural=integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a:Math.NumberTheory.Powers.Natural
3050.50 s
[integer-logarithms] unit integer-logarithms-1.0.4-4UvbOs9wCfODm6ze4wj2Hg-spec
3050.50 s
[integer-logarithms] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
3050.50 s
[integer-logarithms] include base-4.18.2.0
3050.50 s
[integer-logarithms] include integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a
3050.50 s
[integer-logarithms] include smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
3050.50 s
[integer-logarithms] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
3050.50 s
[integer-logarithms] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
3050.50 s
[integer-logarithms] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
3050.50 s
[integer-logarithms] include tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
3050.50 s
[integer-logarithms] Ready component graph:
3050.50 s
[integer-logarithms] definite integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a
3050.50 s
[integer-logarithms] depends array-0.5.6.0
3050.50 s
[integer-logarithms] depends base-4.18.2.0
3050.50 s
[integer-logarithms] depends ghc-bignum-1.3
3050.50 s
[integer-logarithms] depends ghc-prim-0.10.0
3050.50 s
[integer-logarithms] definite integer-logarithms-1.0.4-4UvbOs9wCfODm6ze4wj2Hg-spec
3050.50 s
[integer-logarithms] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
3050.50 s
[integer-logarithms] depends base-4.18.2.0
3050.50 s
[integer-logarithms] depends integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a
3050.50 s
[integer-logarithms] depends smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
3050.50 s
[integer-logarithms] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
3050.50 s
[integer-logarithms] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
3050.50 s
[integer-logarithms] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
3050.50 s
[integer-logarithms] depends tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
3050.50 s
[integer-logarithms] Using Cabal-3.10.1.0 compiled by ghc-9.6
3050.50 s
[integer-logarithms] Using compiler: ghc-9.6.4
3050.50 s
[integer-logarithms] Using install prefix:
3050.50 s
[integer-logarithms] /nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4
3050.50 s
[integer-logarithms] Executables installed in:
3050.50 s
[integer-logarithms] /nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4/bin
3050.50 s
[integer-logarithms] Libraries installed in:
3050.50 s
[integer-logarithms] /nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a
3050.50 s
[integer-logarithms] Dynamic Libraries installed in:
3050.50 s
[integer-logarithms] /nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
3050.50 s
[integer-logarithms] Private executables installed in:
3050.50 s
[integer-logarithms] /nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4/libexec/x86_64-linux-ghc-9.6.4/integer-logarithms-1.0.4
3050.50 s
[integer-logarithms] Data files installed in:
3050.50 s
[integer-logarithms] /nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4/share/x86_64-linux-ghc-9.6.4/integer-logarithms-1.0.4
3050.50 s
[integer-logarithms] Documentation installed in:
3050.50 s
[integer-logarithms] /nix/store/mni1dirs1ckjd4k0xcsijxk0l194ysg0-integer-logarithms-1.0.4-doc/share/doc/integer-logarithms-1.0.4
3050.50 s
[integer-logarithms] Configuration files installed in:
3050.50 s
[integer-logarithms] /nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4/etc
3050.50 s
[integer-logarithms] No alex found
3050.50 s
[integer-logarithms] Using ar found on system at:
3050.50 s
[integer-logarithms] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
3050.50 s
[integer-logarithms] No c2hs found
3050.50 s
[integer-logarithms] No cpphs found
3050.50 s
[integer-logarithms] No doctest found
3050.50 s
[integer-logarithms] Using gcc version 14.3.0 given by user at:
3050.50 s
[integer-logarithms] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
3050.50 s
[integer-logarithms] Using ghc version 9.6.4 found on system at:
3050.50 s
[integer-logarithms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
3050.50 s
[integer-logarithms] Using ghc-pkg version 9.6.4 found on system at:
3050.50 s
[integer-logarithms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
3050.50 s
[integer-logarithms] No ghcjs found
3050.50 s
[integer-logarithms] No ghcjs-pkg found
3050.50 s
[integer-logarithms] No greencard found
3050.50 s
[integer-logarithms] Using haddock version 2.29.2 found on system at:
3050.50 s
[integer-logarithms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
3050.51 s
[integer-logarithms] No happy found
3050.51 s
[integer-logarithms] Using haskell-suite found on system at: haskell-suite-dummy-location
3050.51 s
[integer-logarithms] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
3050.51 s
[integer-logarithms] No hmake found
3050.51 s
[integer-logarithms] Using hpc version 0.68 found on system at:
3050.51 s
[integer-logarithms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
3050.51 s
[integer-logarithms] Using hsc2hs version 0.68.9 found on system at:
3050.51 s
[integer-logarithms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
3050.51 s
[integer-logarithms] Using hscolour version 1.25 found on system at:
3050.51 s
[integer-logarithms] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
3050.51 s
[integer-logarithms] No jhc found
3050.51 s
[integer-logarithms] Using ld found on system at:
3050.51 s
[integer-logarithms] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
3050.51 s
[integer-logarithms] No pkg-config found
3050.51 s
[integer-logarithms] Using runghc version 9.6.4 found on system at:
3050.51 s
[integer-logarithms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
3050.51 s
[integer-logarithms] Using strip version 2.44 found on system at:
3050.51 s
[integer-logarithms] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
3050.51 s
[integer-logarithms] Using tar found on system at:
3050.51 s
[integer-logarithms] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
3050.51 s
[integer-logarithms] No uhc found
3050.87 s
[hedgehog] [26 of 27] Compiling Hedgehog.Gen ( src/Hedgehog/Gen.hs, dist/build/Hedgehog/Gen.p_o )
3050.87 s
[hedgehog] [27 of 27] Compiling Hedgehog ( src/Hedgehog.hs, dist/build/Hedgehog.p_o )
3051.01 s
[integer-logarithms] Phase: buildPhase
3051.30 s
[integer-logarithms] Preprocessing library for integer-logarithms-1.0.4..
3051.31 s
[integer-logarithms] Building library for integer-logarithms-1.0.4..
3051.61 s
[streaming-commons] decompress' [✔]
3051.62 s
[streaming-commons] +++ OK, passed 100 tests.
3051.74 s
[integer-logarithms] [1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, dist/build/GHC/Integer/Logarithms/Compat.o, dist/build/GHC/Integer/Logarithms/Compat.dyn_o )
3052.09 s
[integer-logarithms] [2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.o, dist/build/Math/NumberTheory/Logarithms.dyn_o )
3052.75 s
[streaming-commons] compress' [✔]
3052.75 s
[streaming-commons] +++ OK, passed 100 tests.
3053.01 s
[crypton] Documentation created: dist/doc/html/crypton/index.html,
3053.02 s
[crypton] dist/doc/html/crypton/crypton.txt
3053.25 s
[crypton] Preprocessing test suite 'test-crypton' for crypton-1.0.4..
3053.30 s
[crypton] haddockPhase completed in 52 seconds
3053.30 s
[crypton] Phase: installPhase
3053.87 s
[streaming-commons] with dictionary [✔]
3053.88 s
[streaming-commons] +++ OK, passed 100 tests.
3053.93 s
[crypton] Installing library in /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
3054.66 s
[streaming-commons] different dict [✔]
3055.06 s
[streaming-commons] license
3055.73 s
[integer-logarithms] [3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, dist/build/Math/NumberTheory/Powers/Integer.o, dist/build/Math/NumberTheory/Powers/Integer.dyn_o )
3055.73 s
[integer-logarithms] [4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, dist/build/Math/NumberTheory/Powers/Natural.o, dist/build/Math/NumberTheory/Powers/Natural.dyn_o )
3055.84 s
[streaming-commons] single deflate [✔]
3056.62 s
[streaming-commons] single inflate [✔]
3056.76 s
[integer-logarithms] [1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, dist/build/GHC/Integer/Logarithms/Compat.p_o )
3057.00 s
[hedgehog] Preprocessing test suite 'test' for hedgehog-1.5..
3057.00 s
[hedgehog] Building test suite 'test' for hedgehog-1.5..
3057.40 s
[streaming-commons] multi deflate [✔]
3057.42 s
[hedgehog] [1 of 9] Compiling Test.Hedgehog.Applicative ( test/Test/Hedgehog/Applicative.hs, dist/build/test/test-tmp/Test/Hedgehog/Applicative.o )
3057.52 s
[integer-logarithms] [2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.p_o )
3058.22 s
[streaming-commons] multi inflate [✔]
3058.61 s
[streaming-commons] lbs zlib
3059.78 s
[streaming-commons] inflate [✔]
3059.78 s
[streaming-commons] +++ OK, passed 100 tests.
3060.36 s
[integer-logarithms] [3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, dist/build/Math/NumberTheory/Powers/Integer.p_o )
3060.36 s
[integer-logarithms] [4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, dist/build/Math/NumberTheory/Powers/Natural.p_o )
3061.14 s
[streaming-commons] deflate [✔]
3061.15 s
[streaming-commons] +++ OK, passed 100 tests.
3061.26 s
[vector] [23 of 23] Compiling Data.Vector.Unboxed.Mutable ( src/Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o, dist/build/Data/Vector/Unboxed/Mutable.dyn_o )
3061.53 s
[streaming-commons] flushing
3061.93 s
[profunctors] Documentation created: dist/doc/html/profunctors/index.html,
3061.93 s
[profunctors] dist/doc/html/profunctors/profunctors.txt
3061.98 s
[hedgehog] [2 of 9] Compiling Test.Hedgehog.Confidence ( test/Test/Hedgehog/Confidence.hs, dist/build/test/test-tmp/Test/Hedgehog/Confidence.o )
3061.98 s
[hedgehog] [3 of 9] Compiling Test.Hedgehog.Filter ( test/Test/Hedgehog/Filter.hs, dist/build/test/test-tmp/Test/Hedgehog/Filter.o )
3061.98 s
[hedgehog] [4 of 9] Compiling Test.Hedgehog.Maybe ( test/Test/Hedgehog/Maybe.hs, dist/build/test/test-tmp/Test/Hedgehog/Maybe.o )
3061.98 s
[hedgehog] [5 of 9] Compiling Test.Hedgehog.Seed ( test/Test/Hedgehog/Seed.hs, dist/build/test/test-tmp/Test/Hedgehog/Seed.o )
3061.98 s
[hedgehog] [6 of 9] Compiling Test.Hedgehog.Skip ( test/Test/Hedgehog/Skip.hs, dist/build/test/test-tmp/Test/Hedgehog/Skip.o )
3062.13 s
[profunctors] Phase: installPhase
3062.32 s
[streaming-commons] zlib [✔]
3062.44 s
[profunctors] Installing library in /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe
3062.83 s
[hedgehog] [7 of 9] Compiling Test.Hedgehog.Text ( test/Test/Hedgehog/Text.hs, dist/build/test/test-tmp/Test/Hedgehog/Text.o )
3062.83 s
[hedgehog] [8 of 9] Compiling Test.Hedgehog.Zip ( test/Test/Hedgehog/Zip.hs, dist/build/test/test-tmp/Test/Hedgehog/Zip.o )
3062.84 s
[hedgehog] [9 of 9] Compiling Main ( test/test.hs, dist/build/test/test-tmp/Main.o )
3063.06 s
[integer-logarithms] Preprocessing test suite 'spec' for integer-logarithms-1.0.4..
3063.07 s
[integer-logarithms] Building test suite 'spec' for integer-logarithms-1.0.4..
3063.09 s
[streaming-commons] gzip [✔]
3063.39 s
[integer-logarithms] [1 of 4] Compiling Math.NumberTheory.TestUtils ( test-suite/Math/NumberTheory/TestUtils.hs, dist/build/spec/spec-tmp/Math/NumberTheory/TestUtils.o )
3063.51 s
[streaming-commons] large raw #9
3064.00 s
[vector] [ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.p_o )
3064.09 s
[crypton] Phase: fixupPhase
3064.19 s
[crypton] shrinking RPATHs of ELF executables and libraries in /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4
3064.23 s
[crypton] shrinking /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHScrypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h-ghc9.6.4.so
3064.30 s
[profunctors] Phase: fixupPhase
3064.31 s
[streaming-commons] compressing [✔]
3064.39 s
[profunctors] shrinking RPATHs of ELF executables and libraries in /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2
3064.40 s
[profunctors] shrinking /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSprofunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe-ghc9.6.4.so
3064.45 s
[profunctors] checking for references to /build/ in /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2...
3064.51 s
[crypton] checking for references to /build/ in /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4...
3064.51 s
[profunctors] patching script interpreter paths in /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2
3064.58 s
[profunctors] stripping (with command strip and flags -S -p) in /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/lib
3064.73 s
[crypton] patching script interpreter paths in /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4
3064.82 s
[crypton] stripping (with command strip and flags -S -p) in /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/lib
3065.02 s
[integer-logarithms] [2 of 4] Compiling Orphans ( test-suite/Orphans.hs, dist/build/spec/spec-tmp/Orphans.o )
3065.02 s
[integer-logarithms] [3 of 4] Compiling Math.NumberTheory.LogarithmsTests ( test-suite/Math/NumberTheory/LogarithmsTests.hs, dist/build/spec/spec-tmp/Math/NumberTheory/LogarithmsTests.o )
3065.03 s
[hedgehog] [10 of 10] Linking dist/build/test/test
3065.11 s
[streaming-commons] decompressing [✔]
3065.31 s
[vector] [ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.p_o )
3065.35 s
[vector] [ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, dist/build/Data/Vector/Fusion/Bundle/Size.p_o )
3065.51 s
[profunctors] shrinking RPATHs of ELF executables and libraries in /nix/store/z80wkzaaqd7hhs95ixrmbwrmqivrkpj2-profunctors-5.6.2-doc
3065.53 s
[profunctors] checking for references to /build/ in /nix/store/z80wkzaaqd7hhs95ixrmbwrmqivrkpj2-profunctors-5.6.2-doc...
3065.62 s
[profunctors] patching script interpreter paths in /nix/store/z80wkzaaqd7hhs95ixrmbwrmqivrkpj2-profunctors-5.6.2-doc
3066.25 s
[profunctors:post-build] Uploading to the NixCI cache: /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2 /nix/store/z80wkzaaqd7hhs95ixrmbwrmqivrkpj2-profunctors-5.6.2-doc
3066.78 s
[profunctors:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3067.37 s
[profunctors:post-build] copying 2 paths...
3067.37 s
[profunctors:post-build] copying path '/nix/store/z80wkzaaqd7hhs95ixrmbwrmqivrkpj2-profunctors-5.6.2-doc' to 'https://cache.nix-ci.com'...
3069.12 s
[profunctors:post-build] copying path '/nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2' to 'https://cache.nix-ci.com'...