build checks.x86_64-linux.forwardCompatibility
3523.88 s
[statistics]
3523.88 s
[statistics] [35 of 49] Compiling Statistics.Test.StudentT ( Statistics/Test/StudentT.hs, dist/build/Statistics/Test/StudentT.p_o )
3523.88 s
[statistics] [36 of 49] Compiling Statistics.Test.KruskalWallis ( Statistics/Test/KruskalWallis.hs, dist/build/Statistics/Test/KruskalWallis.p_o )
3523.88 s
[statistics] [37 of 49] Compiling Statistics.Test.KolmogorovSmirnov ( Statistics/Test/KolmogorovSmirnov.hs, dist/build/Statistics/Test/KolmogorovSmirnov.p_o )
3523.88 s
[statistics] [38 of 49] Compiling Statistics.Test.ChiSquared ( Statistics/Test/ChiSquared.hs, dist/build/Statistics/Test/ChiSquared.p_o )
3523.88 s
[statistics] [39 of 49] Compiling Statistics.Resampling ( Statistics/Resampling.hs, dist/build/Statistics/Resampling.p_o )
3523.88 s
[statistics] Statistics/Resampling.hs:75:33: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3523.88 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3523.88 s
[statistics] • In the newtype declaration for ‘Resample’
3523.88 s
[statistics] |
3523.88 s
[statistics] 75 | } deriving (Eq, Read, Show, Typeable , Data, Generic)
3523.88 s
[statistics] | ^^^^^^^^
3523.88 s
[statistics]
3523.88 s
[statistics] Statistics/Resampling.hs:89:14: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3523.88 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3523.88 s
[statistics] • In the data declaration for ‘Bootstrap’
3523.88 s
[statistics] |
3523.88 s
[statistics] 89 | , Typeable , Data
3523.88 s
[statistics] | ^^^^^^^^
3523.88 s
[statistics]
3523.88 s
[statistics] Statistics/Resampling.hs:168:31: warning : [ GHC-63394 ] [ -Wx-partial ]
3523.88 s
[statistics] In the use of ‘tail’
3523.88 s
[statistics] (imported from Prelude, but defined in GHC.Internal.List):
3523.88 s
[statistics] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
3523.88 s
[statistics] |
3523.88 s
[statistics] 168 | forConcurrently_ (zip3 ixs (tail ixs) gens) $ \ (start,!end,gen') -> do
3523.88 s
[statistics] | ^^^^
3523.88 s
[statistics]
3523.88 s
[statistics] [40 of 49] Compiling Statistics.Regression ( Statistics/Regression.hs, dist/build/Statistics/Regression.p_o )
3523.88 s
[statistics] Statistics/Regression.hs:72:5: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
3523.88 s
[statistics] Pattern match(es) are non-exhaustive
3523.88 s
[statistics] In a pattern binding: Patterns of type ‘[Int]’ not matched: []
3523.88 s
[statistics] |
3523.88 s
[statistics] 72 | lss@(n:ls) = map G.length preds
3523.88 s
[statistics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3523.88 s
[statistics]
3524.03 s
[really-safe-money-autodocodec-source] Phase: setupCompilerEnvironmentPhase
3524.04 s
[really-safe-money-autodocodec-source] Build with /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1.
3524.25 s
[really-safe-money-autodocodec-source] Phase: unpackPhase
3524.25 s
[really-safe-money-autodocodec-source] unpacking source archive /nix/store/2rjbvhq3gy7ia815szqz88x0ljx4kz85-really-safe-money-autodocodec
3524.26 s
[really-safe-money-autodocodec-source] source root is really-safe-money-autodocodec
3524.27 s
[really-safe-money-autodocodec-source] Phase: patchPhase
3524.27 s
[really-safe-money-autodocodec-source] Phase: compileBuildDriverPhase
3524.28 s
[really-safe-money-autodocodec-source] setupCompileFlags: -package-db=/build/tmp.W6KNShRaxa/setup-package.conf.d -threaded
3524.32 s
[really-safe-money-autodocodec-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.W6KNShRaxa/Main.o )
3524.36 s
[really-safe-money-autodocodec-source] [2 of 2] Linking Setup
3524.67 s
[statistics] [41 of 49] Compiling Statistics.ConfidenceInt ( Statistics/ConfidenceInt.hs, dist/build/Statistics/ConfidenceInt.p_o )
3524.67 s
[statistics] [42 of 49] Compiling Statistics.Test.WilcoxonT ( Statistics/Test/WilcoxonT.hs, dist/build/Statistics/Test/WilcoxonT.p_o )
3524.67 s
[statistics] [43 of 49] Compiling Statistics.Test.MannWhitneyU ( Statistics/Test/MannWhitneyU.hs, dist/build/Statistics/Test/MannWhitneyU.p_o )
3524.67 s
[statistics] Statistics/Test/MannWhitneyU.hs:114:22: warning : [ GHC-63394 ] [ -Wx-partial ]
3524.67 s
[statistics] In the use of ‘tail’
3524.67 s
[statistics] (imported from Prelude, but defined in GHC.Internal.List):
3524.67 s
[statistics] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
3524.67 s
[statistics] |
3524.67 s
[statistics] 114 | $ tail
3524.67 s
[statistics] | ^^^^
3524.67 s
[statistics]
3524.67 s
[statistics] Statistics/Test/MannWhitneyU.hs:164:13: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
3524.67 s
[statistics] Pattern match(es) are non-exhaustive
3524.67 s
[statistics] In a pattern binding:
3524.67 s
[statistics] Patterns of type ‘[[Double]]’ not matched:
3524.67 s
[statistics] []
3524.67 s
[statistics] [_]
3524.67 s
[statistics] |
3524.67 s
[statistics] 164 | (predmList : mList : _) = drop (m-2) predBigNList
3524.67 s
[statistics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3524.67 s
[statistics]
3524.67 s
[statistics] [44 of 49] Compiling Statistics.Resampling.Bootstrap ( Statistics/Resampling/Bootstrap.hs, dist/build/Statistics/Resampling/Bootstrap.p_o )
3524.67 s
[statistics] [45 of 49] Compiling Statistics.Distribution.Lognormal ( Statistics/Distribution/Lognormal.hs, dist/build/Statistics/Distribution/Lognormal.p_o )
3524.67 s
[statistics] Statistics/Distribution/Lognormal.hs:42:19: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3524.67 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3524.67 s
[statistics] • In the newtype declaration for ‘LognormalDistribution’
3524.67 s
[statistics] |
3524.67 s
[statistics] 42 | deriving (Eq, Typeable , Data, Generic)
3524.67 s
[statistics] | ^^^^^^^^
3524.67 s
[statistics]
3524.67 s
[statistics] [46 of 49] Compiling Statistics.Distribution.Laplace ( Statistics/Distribution/Laplace.hs, dist/build/Statistics/Distribution/Laplace.p_o )
3524.67 s
[statistics] Statistics/Distribution/Laplace.hs:48:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3524.67 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3524.67 s
[statistics] • In the data declaration for ‘LaplaceDistribution’
3524.67 s
[statistics] |
3524.67 s
[statistics] 48 | } deriving (Eq, Typeable , Data, Generic)
3524.67 s
[statistics] | ^^^^^^^^
3524.67 s
[statistics]
3524.67 s
[statistics] [47 of 49] Compiling Statistics.Distribution.Exponential ( Statistics/Distribution/Exponential.hs, dist/build/Statistics/Distribution/Exponential.p_o )
3524.67 s
[statistics] Statistics/Distribution/Exponential.hs:45:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3524.67 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3524.67 s
[statistics] • In the newtype declaration for ‘ExponentialDistribution’
3524.67 s
[statistics] |
3524.67 s
[statistics] 45 | } deriving (Eq, Typeable , Data, Generic)
3524.67 s
[statistics] | ^^^^^^^^
3524.67 s
[statistics]
3524.67 s
[statistics] [48 of 49] Compiling Statistics.Correlation ( Statistics/Correlation.hs, dist/build/Statistics/Correlation.p_o )
3524.67 s
[statistics] [49 of 49] Compiling Statistics.Autocorrelation ( Statistics/Autocorrelation.hs, dist/build/Statistics/Autocorrelation.p_o )
3525.47 s
[really-safe-money-autodocodec-source] Phase: updateAutotoolsGnuConfigScriptsPhase
3525.47 s
[really-safe-money-autodocodec-source] Phase: configurePhase
3525.48 s
[really-safe-money-autodocodec-source] configureFlags: --verbose --prefix=/nix/store/3j2y3ppgn7b4z6akwnzaqhpjgrsbpbbp-really-safe-money-autodocodec-source-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/really-safe-money-autodocodec-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.W6KNShRaxa/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --extra-lib-dirs=/nix/store/wm1qn5jqrxpcjkc640gq8a90ns5gw3cn-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r04wysx6yl7ys1rdv1b1lih6in1810r0-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/wkysiv0sxqs6wn44nb46bbyig4plzsy4-elfutils-0.192/lib --extra-lib-dirs=/nix/store/ghb61mqc90qf1nx6kyahhhagicyxvcyg-gmp-with-cxx-6.3.0/lib
3525.49 s
[really-safe-money-autodocodec-source] Using Parsec parser
3525.49 s
[really-safe-money-autodocodec-source] Configuring really-safe-money-autodocodec-0.0.0.0...
3525.51 s
[really-safe-money-autodocodec-source] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
3525.51 s
[really-safe-money-autodocodec-source] 'ghc' version < 9.12):
3525.51 s
[really-safe-money-autodocodec-source] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc is version
3525.51 s
[really-safe-money-autodocodec-source] 9.12.1
3525.97 s
[really-safe-money-autodocodec-source] Dependency autodocodec: using autodocodec-0.5.0.0
3525.97 s
[really-safe-money-autodocodec-source] Dependency base >=4.7 && <5: using base-4.21.0.0
3525.97 s
[really-safe-money-autodocodec-source] Dependency really-safe-money: using really-safe-money-0.0.0.0
3525.97 s
[really-safe-money-autodocodec-source] Source component graph: component lib
3525.97 s
[really-safe-money-autodocodec-source] Configured component graph:
3525.97 s
[really-safe-money-autodocodec-source] component really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38
3525.97 s
[really-safe-money-autodocodec-source] include autodocodec-0.5.0.0-FRNG51XIM4n2C3Wg7YqzjO
3525.97 s
[really-safe-money-autodocodec-source] include base-4.21.0.0-inplace
3525.97 s
[really-safe-money-autodocodec-source] include really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3525.97 s
[really-safe-money-autodocodec-source] Linked component graph:
3525.97 s
[really-safe-money-autodocodec-source] unit really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38
3525.97 s
[really-safe-money-autodocodec-source] include autodocodec-0.5.0.0-FRNG51XIM4n2C3Wg7YqzjO
3525.97 s
[really-safe-money-autodocodec-source] include base-4.21.0.0-inplace
3525.97 s
[really-safe-money-autodocodec-source] include really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3525.97 s
[really-safe-money-autodocodec-source] Money.Account.Codec=really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38:Money.Account.Codec,Money.AccountOf.Codec=really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38:Money.AccountOf.Codec,Money.Amount.Codec=really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38:Money.Amount.Codec,Money.AmountOf.Codec=really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38:Money.AmountOf.Codec,Money.QuantisationFactor.Codec=really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38:Money.QuantisationFactor.Codec,Numeric.DecimalLiteral.Codec=really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38:Numeric.DecimalLiteral.Codec
3525.97 s
[really-safe-money-autodocodec-source] Ready component graph:
3525.97 s
[really-safe-money-autodocodec-source] definite really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38
3525.97 s
[really-safe-money-autodocodec-source] depends autodocodec-0.5.0.0-FRNG51XIM4n2C3Wg7YqzjO
3525.97 s
[really-safe-money-autodocodec-source] depends base-4.21.0.0-inplace
3525.97 s
[really-safe-money-autodocodec-source] depends really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3525.97 s
[really-safe-money-autodocodec-source] Using Cabal-3.14.1.0 compiled by ghc-9.12
3525.97 s
[really-safe-money-autodocodec-source] Using compiler: ghc-9.12.1
3525.97 s
[really-safe-money-autodocodec-source] Using install prefix:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/3j2y3ppgn7b4z6akwnzaqhpjgrsbpbbp-really-safe-money-autodocodec-source-0.0.0.0
3525.97 s
[really-safe-money-autodocodec-source] Executables installed in:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/3j2y3ppgn7b4z6akwnzaqhpjgrsbpbbp-really-safe-money-autodocodec-source-0.0.0.0/bin
3525.97 s
[really-safe-money-autodocodec-source] Libraries installed in:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/3j2y3ppgn7b4z6akwnzaqhpjgrsbpbbp-really-safe-money-autodocodec-source-0.0.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38
3525.97 s
[really-safe-money-autodocodec-source] Dynamic Libraries installed in:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/3j2y3ppgn7b4z6akwnzaqhpjgrsbpbbp-really-safe-money-autodocodec-source-0.0.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace
3525.97 s
[really-safe-money-autodocodec-source] Private executables installed in:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/3j2y3ppgn7b4z6akwnzaqhpjgrsbpbbp-really-safe-money-autodocodec-source-0.0.0.0/libexec/x86_64-linux-ghc-9.12.1-inplace/really-safe-money-autodocodec-0.0.0.0
3525.97 s
[really-safe-money-autodocodec-source] Data files installed in:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/3j2y3ppgn7b4z6akwnzaqhpjgrsbpbbp-really-safe-money-autodocodec-source-0.0.0.0/share/x86_64-linux-ghc-9.12.1-inplace/really-safe-money-autodocodec-0.0.0.0
3525.97 s
[really-safe-money-autodocodec-source] Documentation installed in: /share/doc/really-safe-money-autodocodec-0.0.0.0
3525.97 s
[really-safe-money-autodocodec-source] Configuration files installed in:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/3j2y3ppgn7b4z6akwnzaqhpjgrsbpbbp-really-safe-money-autodocodec-source-0.0.0.0/etc
3525.97 s
[really-safe-money-autodocodec-source] No alex found
3525.97 s
[really-safe-money-autodocodec-source] Using ar found on system at:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/srcmmqi8kxjfygd0hyy42c8hv6cws83b-binutils-wrapper-2.43.1/bin/ar
3525.97 s
[really-safe-money-autodocodec-source] No c2hs found
3525.97 s
[really-safe-money-autodocodec-source] No cpphs found
3525.97 s
[really-safe-money-autodocodec-source] No doctest found
3525.97 s
[really-safe-money-autodocodec-source] Using gcc version 14.2.1 given by user at:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/gcc
3525.97 s
[really-safe-money-autodocodec-source] Using ghc version 9.12.1 found on system at:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc
3525.97 s
[really-safe-money-autodocodec-source] Using ghc-pkg version 9.12.1 found on system at:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc-pkg-9.12.1
3525.97 s
[really-safe-money-autodocodec-source] No ghcjs found
3525.97 s
[really-safe-money-autodocodec-source] No ghcjs-pkg found
3525.97 s
[really-safe-money-autodocodec-source] No greencard found
3525.97 s
[really-safe-money-autodocodec-source] Using haddock version 2.30.0 found on system at:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/haddock-ghc-9.12.1
3525.97 s
[really-safe-money-autodocodec-source] No happy found
3525.97 s
[really-safe-money-autodocodec-source] No haskell-suite found
3525.97 s
[really-safe-money-autodocodec-source] No haskell-suite-pkg found
3525.97 s
[really-safe-money-autodocodec-source] No hmake found
3525.97 s
[really-safe-money-autodocodec-source] Using hpc version 0.69 found on system at:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/hpc-ghc-9.12.1
3525.97 s
[really-safe-money-autodocodec-source] Using hsc2hs version 0.68.10 found on system at:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
3525.97 s
[really-safe-money-autodocodec-source] Using hscolour version 1.25 found on system at:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/li6zgl3x3aba384gdjnyhsp41jzhd5pp-hscolour-1.25/bin/HsColour
3525.97 s
[really-safe-money-autodocodec-source] No jhc found
3525.97 s
[really-safe-money-autodocodec-source] Using ld found on system at:
3525.97 s
[really-safe-money-autodocodec-source] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/ld
3525.97 s
[really-safe-money-autodocodec-source] No pkg-config found
3525.97 s
[really-safe-money-autodocodec-source] Using runghc version 9.12.1 found on system at:
3525.98 s
[really-safe-money-autodocodec-source] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/runghc-9.12.1
3525.98 s
[really-safe-money-autodocodec-source] Using strip version 2.43 found on system at:
3525.98 s
[really-safe-money-autodocodec-source] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/strip
3525.98 s
[really-safe-money-autodocodec-source] Using tar found on system at:
3525.98 s
[really-safe-money-autodocodec-source] /nix/store/9cwwj1c9csmc85l2cqzs3h9hbf1vwl6c-gnutar-1.35/bin/tar
3525.98 s
[really-safe-money-autodocodec-source] No uhc found
3526.09 s
[really-safe-money-autodocodec-source] Phase: buildPhase
3526.10 s
[really-safe-money-autodocodec-source] Distribution quality errors:
3526.10 s
[really-safe-money-autodocodec-source] [no-syn-desc] No 'synopsis' or 'description' field.
3526.10 s
[really-safe-money-autodocodec-source] Distribution quality warnings:
3526.10 s
[really-safe-money-autodocodec-source] [no-category] No 'category' field.
3526.10 s
[really-safe-money-autodocodec-source] [no-maintainer] No 'maintainer' field.
3526.10 s
[really-safe-money-autodocodec-source] [all-rights-reserved] The 'license' is AllRightsReserved. Is that really what
3526.10 s
[really-safe-money-autodocodec-source] you want?
3526.10 s
[really-safe-money-autodocodec-source] [missing-upper-bounds] On library, these packages miss upper bounds:
3526.10 s
[really-safe-money-autodocodec-source] - autodocodec
3526.10 s
[really-safe-money-autodocodec-source] - really-safe-money
3526.10 s
[really-safe-money-autodocodec-source] Please add them. There is more information at https://pvp.haskell.org/
3526.10 s
[really-safe-money-autodocodec-source] Note: the public hackage server would reject this package.
3526.10 s
[really-safe-money-autodocodec-source] Building source dist for really-safe-money-autodocodec-0.0.0.0...
3526.11 s
[really-safe-money-autodocodec-source] Source tarball created: dist/really-safe-money-autodocodec-0.0.0.0.tar.gz
3526.11 s
[really-safe-money-autodocodec-source] Phase: haddockPhase
3526.12 s
[really-safe-money-autodocodec-source] Phase: installPhase
3526.12 s
[really-safe-money-autodocodec-source] Phase: fixupPhase
3526.17 s
[post-build-hook] Uploading to cachix cache "really-safe-money": /nix/store/3j2y3ppgn7b4z6akwnzaqhpjgrsbpbbp-really-safe-money-autodocodec-source-0.0.0.0
3526.52 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache really-safe-money ⏳
3526.52 s
[post-build-hook]
3526.87 s
[post-build-hook] Pushing /nix/store/3j2y3ppgn7b4z6akwnzaqhpjgrsbpbbp-really-safe-money-autodocodec-source-0.0.0.0 (5.62 KiB)
3527.75 s
[post-build-hook]
3527.75 s
[post-build-hook] All done.
3527.77 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/3j2y3ppgn7b4z6akwnzaqhpjgrsbpbbp-really-safe-money-autodocodec-source-0.0.0.0
3527.81 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3527.81 s
[post-build-hook] copying 1 paths...
3527.81 s
[post-build-hook] copying path '/nix/store/3j2y3ppgn7b4z6akwnzaqhpjgrsbpbbp-really-safe-money-autodocodec-source-0.0.0.0' to 'https://cache.staging.nix-ci.com'...
3528.10 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3528.21 s
[post-build-hook] copying 0 paths...
3528.22 s
Progress: 105 of 114 built (1 building), 171 of 171 downloaded from cache
3528.28 s
Building really-safe-money-autodocodec
3528.28 s
[statistics] buildPhase completed in 31 seconds
3528.28 s
[statistics] Phase: haddockPhase
3528.28 s
[statistics] Preprocessing library for statistics-0.16.3.0...
3528.28 s
[statistics] Running Haddock on library for statistics-0.16.3.0...
3528.28 s
[statistics] Warning: The documentation for the following packages are not installed. No
3528.28 s
[statistics] links will be generated to these packages: vector-0.13.2.0
3528.28 s
[statistics] [ 1 of 49] Compiling Statistics.Correlation.Kendall ( Statistics/Correlation/Kendall.hs, nothing ) [Flags changed]
3528.28 s
[statistics] [ 2 of 49] Compiling Statistics.Distribution.Poisson.Internal ( Statistics/Distribution/Poisson/Internal.hs, nothing ) [Flags changed]
3528.28 s
[statistics] [ 3 of 49] Compiling Statistics.Function ( Statistics/Function.hs, /build/ghc1284_tmp_0/ghc_tmp_8.o, /build/ghc1284_tmp_0/ghc_tmp_8.dyn_o )
3528.28 s
[statistics] [ 4 of 49] Compiling Statistics.Internal ( Statistics/Internal.hs, /build/ghc1284_tmp_0/ghc_tmp_10.o, /build/ghc1284_tmp_0/ghc_tmp_10.dyn_o )
3528.28 s
[statistics] [ 5 of 49] Compiling Statistics.Quantile ( Statistics/Quantile.hs, nothing ) [Flags changed]
3528.28 s
[statistics] Statistics/Quantile.hs:131:30: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.28 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.28 s
[statistics] • In the data declaration for ‘ContParam’
3528.28 s
[statistics] |
3528.28 s
[statistics] 131 | deriving (Show,Eq,Ord,Data,Typeable ,Generic)
3528.28 s
[statistics] | ^^^^^^^^
3528.28 s
[statistics]
3528.28 s
[statistics] [ 6 of 49] Compiling Statistics.Sample.Histogram ( Statistics/Sample/Histogram.hs, nothing ) [Flags changed]
3528.28 s
[statistics] [ 7 of 49] Compiling Statistics.Sample.Internal ( Statistics/Sample/Internal.hs, /build/ghc1284_tmp_0/ghc_tmp_14.o, /build/ghc1284_tmp_0/ghc_tmp_14.dyn_o )
3528.28 s
[statistics] [ 8 of 49] Compiling Statistics.Distribution ( Statistics/Distribution.hs, /build/ghc1284_tmp_0/ghc_tmp_4.o, /build/ghc1284_tmp_0/ghc_tmp_4.dyn_o )
3528.36 s
[statistics] [ 9 of 49] Compiling Statistics.Distribution.Uniform ( Statistics/Distribution/Uniform.hs, nothing ) [Flags changed]
3528.38 s
[statistics] Statistics/Distribution/Uniform.hs:40:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.38 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.38 s
[statistics] • In the data declaration for ‘UniformDistribution’
3528.38 s
[statistics] |
3528.38 s
[statistics] 40 | } deriving (Eq, Typeable , Data, Generic)
3528.38 s
[statistics] | ^^^^^^^^
3528.38 s
[statistics]
3528.38 s
[statistics] [10 of 49] Compiling Statistics.Distribution.Transform ( Statistics/Distribution/Transform.hs, nothing ) [Flags changed]
3528.39 s
[statistics] Statistics/Distribution/Transform.hs:38:31: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.39 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.39 s
[statistics] • In the data declaration for ‘LinearTransform’
3528.39 s
[statistics] |
3528.39 s
[statistics] 38 | } deriving (Eq, Show, Read, Typeable , Data, Generic)
3528.40 s
[statistics] | ^^^^^^^^
3528.40 s
[statistics]
3528.40 s
[statistics] [11 of 49] Compiling Statistics.Distribution.StudentT ( Statistics/Distribution/StudentT.hs, nothing ) [Flags changed]
3528.41 s
[statistics] Statistics/Distribution/StudentT.hs:38:34: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.41 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.41 s
[statistics] • In the newtype declaration for ‘StudentT’
3528.41 s
[statistics] |
3528.41 s
[statistics] 38 | deriving (Eq, Typeable , Data, Generic)
3528.41 s
[statistics] | ^^^^^^^^
3528.41 s
[statistics]
3528.42 s
[statistics] [12 of 49] Compiling Statistics.Distribution.Poisson ( Statistics/Distribution/Poisson.hs, nothing ) [Flags changed]
3528.42 s
[statistics] Statistics/Distribution/Poisson.hs:45:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.42 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.42 s
[statistics] • In the newtype declaration for ‘PoissonDistribution’
3528.42 s
[statistics] |
3528.42 s
[statistics] 45 | } deriving (Eq, Typeable , Data, Generic)
3528.43 s
[statistics] | ^^^^^^^^
3528.43 s
[statistics]
3528.43 s
[statistics] [13 of 49] Compiling Statistics.Distribution.NegativeBinomial ( Statistics/Distribution/NegativeBinomial.hs, nothing ) [Flags changed]
3528.44 s
[statistics] Statistics/Distribution/NegativeBinomial.hs:32:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3528.44 s
[statistics] The import of ‘Data.Foldable’ is redundant
3528.44 s
[statistics] except perhaps to import instances from ‘Data.Foldable’
3528.44 s
[statistics] To import instances alone, use: import Data.Foldable()
3528.44 s
[statistics] |
3528.44 s
[statistics] 32 | import Data.Foldable (foldl')
3528.44 s
[statistics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3528.44 s
[statistics]
3528.44 s
[really-safe-money-autodocodec] Phase: setupCompilerEnvironmentPhase
3528.44 s
[statistics] Statistics/Distribution/NegativeBinomial.hs:64:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.44 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.44 s
[statistics] • In the data declaration for ‘NegativeBinomialDistribution’
3528.44 s
[statistics] |
3528.44 s
[statistics] 64 | } deriving (Eq, Typeable , Data, Generic)
3528.44 s
[statistics] | ^^^^^^^^
3528.44 s
[statistics]
3528.44 s
[statistics] [14 of 49] Compiling Statistics.Distribution.Hypergeometric ( Statistics/Distribution/Hypergeometric.hs, nothing ) [Flags changed]
3528.44 s
[really-safe-money-autodocodec] Build with /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1.
3528.46 s
[statistics] Statistics/Distribution/Hypergeometric.hs:48:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.46 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.46 s
[statistics] • In the data declaration for ‘HypergeometricDistribution’
3528.46 s
[statistics] |
3528.46 s
[statistics] 48 | } deriving (Eq, Typeable , Data, Generic)
3528.46 s
[statistics] | ^^^^^^^^
3528.46 s
[statistics]
3528.46 s
[statistics] [15 of 49] Compiling Statistics.Distribution.Geometric ( Statistics/Distribution/Geometric.hs, nothing ) [Flags changed]
3528.48 s
[statistics] Statistics/Distribution/Geometric.hs:56:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.48 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.48 s
[statistics] • In the newtype declaration for ‘GeometricDistribution’
3528.48 s
[statistics] |
3528.48 s
[statistics] 56 | } deriving (Eq, Typeable , Data, Generic)
3528.48 s
[statistics] | ^^^^^^^^
3528.48 s
[statistics]
3528.48 s
[statistics] Statistics/Distribution/Geometric.hs:158:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.48 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.48 s
[statistics] • In the newtype declaration for ‘GeometricDistribution0’
3528.48 s
[statistics] |
3528.48 s
[statistics] 158 | } deriving (Eq, Typeable , Data, Generic)
3528.48 s
[statistics] | ^^^^^^^^
3528.48 s
[statistics]
3528.49 s
[statistics] [16 of 49] Compiling Statistics.Distribution.Gamma ( Statistics/Distribution/Gamma.hs, nothing ) [Flags changed]
3528.50 s
[statistics] Statistics/Distribution/Gamma.hs:50:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.50 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.50 s
[statistics] • In the data declaration for ‘GammaDistribution’
3528.50 s
[statistics] |
3528.50 s
[statistics] 50 | } deriving (Eq, Typeable , Data, Generic)
3528.50 s
[statistics] | ^^^^^^^^
3528.50 s
[statistics]
3528.50 s
[statistics] [17 of 49] Compiling Statistics.Distribution.FDistribution ( Statistics/Distribution/FDistribution.hs, nothing ) [Flags changed]
3528.52 s
[statistics] Statistics/Distribution/FDistribution.hs:44:34: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.52 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.52 s
[statistics] • In the data declaration for ‘FDistribution’
3528.52 s
[statistics] |
3528.52 s
[statistics] 44 | deriving (Eq, Typeable , Data, Generic)
3528.52 s
[statistics] | ^^^^^^^^
3528.52 s
[statistics]
3528.52 s
[statistics] [18 of 49] Compiling Statistics.Distribution.DiscreteUniform ( Statistics/Distribution/DiscreteUniform.hs, nothing ) [Flags changed]
3528.53 s
[statistics] Statistics/Distribution/DiscreteUniform.hs:49:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.53 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.53 s
[statistics] • In the data declaration for ‘DiscreteUniform’
3528.53 s
[statistics] |
3528.53 s
[statistics] 49 | } deriving (Eq, Typeable , Data, Generic)
3528.53 s
[statistics] | ^^^^^^^^
3528.53 s
[statistics]
3528.53 s
[statistics] [19 of 49] Compiling Statistics.Distribution.ChiSquared ( Statistics/Distribution/ChiSquared.hs, nothing ) [Flags changed]
3528.54 s
[statistics] Statistics/Distribution/ChiSquared.hs:42:17: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.54 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.54 s
[statistics] • In the newtype declaration for ‘ChiSquared’
3528.54 s
[statistics] |
3528.54 s
[statistics] 42 | deriving (Eq, Typeable , Data, Generic)
3528.55 s
[statistics] | ^^^^^^^^
3528.55 s
[statistics]
3528.55 s
[statistics] [20 of 49] Compiling Statistics.Distribution.CauchyLorentz ( Statistics/Distribution/CauchyLorentz.hs, nothing ) [Flags changed]
3528.56 s
[statistics] Statistics/Distribution/CauchyLorentz.hs:46:17: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.56 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.56 s
[statistics] • In the data declaration for ‘CauchyDistribution’
3528.56 s
[statistics] |
3528.56 s
[statistics] 46 | deriving (Eq, Typeable , Data, Generic)
3528.56 s
[statistics] | ^^^^^^^^
3528.56 s
[statistics]
3528.56 s
[statistics] [21 of 49] Compiling Statistics.Distribution.Binomial ( Statistics/Distribution/Binomial.hs, nothing ) [Flags changed]
3528.58 s
[statistics] Statistics/Distribution/Binomial.hs:48:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.58 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.58 s
[statistics] • In the data declaration for ‘BinomialDistribution’
3528.58 s
[statistics] |
3528.58 s
[statistics] 48 | } deriving (Eq, Typeable , Data, Generic)
3528.58 s
[statistics] | ^^^^^^^^
3528.58 s
[statistics]
3528.58 s
[statistics] [22 of 49] Compiling Statistics.Distribution.Beta ( Statistics/Distribution/Beta.hs, nothing ) [Flags changed]
3528.59 s
[statistics] Statistics/Distribution/Beta.hs:44:18: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.59 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.59 s
[statistics] • In the data declaration for ‘BetaDistribution’
3528.59 s
[statistics] |
3528.59 s
[statistics] 44 | } deriving (Eq, Typeable , Data, Generic)
3528.59 s
[statistics] | ^^^^^^^^
3528.59 s
[statistics]
3528.59 s
[statistics] [23 of 49] Compiling Statistics.Sample.Powers ( Statistics/Sample/Powers.hs, nothing ) [Flags changed]
3528.61 s
[statistics] Statistics/Sample/Powers.hs:68:31: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.61 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.61 s
[statistics] • In the newtype declaration for ‘Powers’
3528.61 s
[statistics] |
3528.61 s
[statistics] 68 | deriving (Eq, Read, Show, Typeable , Data, Generic)
3528.61 s
[statistics] | ^^^^^^^^
3528.61 s
[statistics]
3528.61 s
[statistics] [24 of 49] Compiling Statistics.Test.Internal ( Statistics/Test/Internal.hs, nothing ) [Flags changed]
3528.62 s
[statistics] [25 of 49] Compiling Statistics.Transform ( Statistics/Transform.hs, nothing ) [Flags changed]
3528.64 s
[statistics] [26 of 49] Compiling Statistics.Sample.KernelDensity ( Statistics/Sample/KernelDensity.hs, nothing ) [Flags changed]
3528.65 s
[statistics] [27 of 49] Compiling Statistics.Types.Internal ( Statistics/Types/Internal.hs, /build/ghc1284_tmp_0/ghc_tmp_16.o, /build/ghc1284_tmp_0/ghc_tmp_16.dyn_o )
3528.66 s
[statistics] [28 of 49] Compiling Statistics.Sample ( Statistics/Sample.hs, /build/ghc1284_tmp_0/ghc_tmp_12.o, /build/ghc1284_tmp_0/ghc_tmp_12.dyn_o )
3528.66 s
[really-safe-money-autodocodec] Phase: unpackPhase
3528.67 s
[really-safe-money-autodocodec] unpacking source archive /nix/store/3j2y3ppgn7b4z6akwnzaqhpjgrsbpbbp-really-safe-money-autodocodec-source-0.0.0.0/really-safe-money-autodocodec-0.0.0.0.tar.gz
3528.67 s
[really-safe-money-autodocodec] source root is really-safe-money-autodocodec-0.0.0.0
3528.68 s
[really-safe-money-autodocodec] setting SOURCE_DATE_EPOCH to timestamp 1778747721 of file really-safe-money-autodocodec-0.0.0.0/test/Spec.hs
3528.68 s
[really-safe-money-autodocodec] warning: file really-safe-money-autodocodec-0.0.0.0/test/Spec.hs may be generated; SOURCE_DATE_EPOCH may be non-deterministic
3528.68 s
[really-safe-money-autodocodec] Phase: patchPhase
3528.69 s
[really-safe-money-autodocodec] Phase: compileBuildDriverPhase
3528.69 s
[really-safe-money-autodocodec] setupCompileFlags: -package-db=/build/tmp.b7A7G2XjHy/setup-package.conf.d -threaded
3528.73 s
[really-safe-money-autodocodec] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.b7A7G2XjHy/Main.o )
3528.77 s
[really-safe-money-autodocodec] [2 of 2] Linking Setup
3528.86 s
[statistics] [29 of 49] Compiling Statistics.Sample.Normalize ( Statistics/Sample/Normalize.hs, nothing ) [Flags changed]
3528.94 s
[statistics] [30 of 49] Compiling Statistics.Sample.KernelDensity.Simple ( Statistics/Sample/KernelDensity/Simple.hs, nothing ) [Flags changed]
3528.94 s
[statistics] Statistics/Sample/KernelDensity/Simple.hs:65:33: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.94 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.94 s
[statistics] • In the newtype declaration for ‘Points’
3528.94 s
[statistics] |
3528.94 s
[statistics] 65 | } deriving (Eq, Read, Show, Typeable , Data, Generic)
3528.94 s
[statistics] | ^^^^^^^^
3528.94 s
[statistics]
3528.94 s
[statistics] [31 of 49] Compiling Statistics.Distribution.Weibull ( Statistics/Distribution/Weibull.hs, nothing ) [Flags changed]
3528.94 s
[statistics] Statistics/Distribution/Weibull.hs:45:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.94 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.94 s
[statistics] • In the data declaration for ‘WeibullDistribution’
3528.94 s
[statistics] |
3528.94 s
[statistics] 45 | } deriving (Eq, Typeable , Data, Generic)
3528.94 s
[statistics] | ^^^^^^^^
3528.94 s
[statistics]
3528.94 s
[statistics] [32 of 49] Compiling Statistics.Distribution.Normal ( Statistics/Distribution/Normal.hs, /build/ghc1284_tmp_0/ghc_tmp_6.o, /build/ghc1284_tmp_0/ghc_tmp_6.dyn_o )
3528.94 s
[statistics] Statistics/Distribution/Normal.hs:47:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3528.94 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3528.94 s
[statistics] • In the data declaration for ‘NormalDistribution’
3528.94 s
[statistics] |
3528.94 s
[statistics] 47 | } deriving (Eq, Typeable , Data, Generic)
3528.94 s
[statistics] | ^^^^^^^^
3528.94 s
[statistics]
3529.10 s
[statistics] [33 of 49] Compiling Statistics.Types ( Statistics/Types.hs, nothing ) [Flags changed]
3529.44 s
[statistics] Statistics/Types.hs:102:30: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3529.44 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3529.44 s
[statistics] • In the newtype declaration for ‘CL’
3529.44 s
[statistics] |
3529.44 s
[statistics] 102 | deriving (Eq, Typeable , Data, Generic)
3529.44 s
[statistics] | ^^^^^^^^
3529.44 s
[statistics]
3529.45 s
[statistics] Statistics/Types.hs:207:34: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3529.45 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3529.45 s
[statistics] • In the newtype declaration for ‘PValue’
3529.45 s
[statistics] |
3529.45 s
[statistics] 207 | deriving (Eq,Ord, Typeable , Data, Generic)
3529.45 s
[statistics] | ^^^^^^^^
3529.45 s
[statistics]
3529.45 s
[statistics] Statistics/Types.hs:321:18: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3529.45 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3529.45 s
[statistics] • In the data declaration for ‘Estimate’
3529.45 s
[statistics] |
3529.45 s
[statistics] 321 | , Typeable , Data
3529.45 s
[statistics] | ^^^^^^^^
3529.45 s
[statistics]
3529.45 s
[statistics] Statistics/Types.hs:341:29: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3529.45 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3529.45 s
[statistics] • In the newtype declaration for ‘NormalErr’
3529.45 s
[statistics] |
3529.45 s
[statistics] 341 | deriving (Eq, Read, Show, Typeable , Data, Generic)
3529.45 s
[statistics] | ^^^^^^^^
3529.45 s
[statistics]
3529.45 s
[statistics] Statistics/Types.hs:364:26: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3529.45 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3529.45 s
[statistics] • In the data declaration for ‘ConfInt’
3529.45 s
[statistics] |
3529.45 s
[statistics] 364 | deriving (Read,Show,Eq,Typeable ,Data,Generic)
3529.45 s
[statistics] | ^^^^^^^^
3529.45 s
[statistics]
3529.45 s
[statistics] Statistics/Types.hs:453:33: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3529.45 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3529.45 s
[statistics] • In the data declaration for ‘UpperLimit’
3529.45 s
[statistics] |
3529.45 s
[statistics] 453 | } deriving (Eq, Read, Show, Typeable , Data, Generic)
3529.45 s
[statistics] | ^^^^^^^^
3529.45 s
[statistics]
3529.45 s
[statistics] Statistics/Types.hs:473:31: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3529.45 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3529.45 s
[statistics] • In the data declaration for ‘LowerLimit’
3529.45 s
[statistics] |
3529.45 s
[statistics] 473 | } deriving (Eq, Read, Show, Typeable , Data, Generic)
3529.45 s
[statistics] | ^^^^^^^^
3529.45 s
[statistics]
3529.46 s
[statistics] [34 of 49] Compiling Statistics.Test.Types ( Statistics/Test/Types.hs, nothing ) [Flags changed]
3529.49 s
[statistics] Statistics/Test/Types.hs:23:41: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3529.49 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3529.49 s
[statistics] • In the data declaration for ‘TestResult’
3529.49 s
[statistics] |
3529.49 s
[statistics] 23 | deriving (Eq,Ord,Show,Typeable ,Data,Generic)
3529.49 s
[statistics] | ^^^^^^^^
3529.49 s
[statistics]
3529.49 s
[statistics] Statistics/Test/Types.hs:46:25: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3529.49 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3529.49 s
[statistics] • In the data declaration for ‘Test’
3529.49 s
[statistics] |
3529.49 s
[statistics] 46 | deriving (Eq,Ord,Show,Typeable ,Data,Generic,Functor)
3529.49 s
[statistics] | ^^^^^^^^
3529.49 s
[statistics]
3529.49 s
[statistics] Statistics/Test/Types.hs:73:25: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3529.49 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3529.49 s
[statistics] • In the data declaration for ‘PositionTest’
3529.49 s
[statistics] |
3529.50 s
[statistics] 73 | deriving (Eq,Ord,Show,Typeable ,Data,Generic)
3529.50 s
[statistics] | ^^^^^^^^
3529.50 s
[statistics]
3529.50 s
[statistics] [35 of 49] Compiling Statistics.Test.StudentT ( Statistics/Test/StudentT.hs, nothing ) [Flags changed]
3529.51 s
[statistics] [36 of 49] Compiling Statistics.Test.KruskalWallis ( Statistics/Test/KruskalWallis.hs, nothing ) [Flags changed]
3529.52 s
[statistics] [37 of 49] Compiling Statistics.Test.KolmogorovSmirnov ( Statistics/Test/KolmogorovSmirnov.hs, nothing ) [Flags changed]
3529.54 s
[statistics] [38 of 49] Compiling Statistics.Test.ChiSquared ( Statistics/Test/ChiSquared.hs, nothing ) [Flags changed]
3529.55 s
[statistics] [39 of 49] Compiling Statistics.Resampling ( Statistics/Resampling.hs, nothing ) [Flags changed]
3529.59 s
[statistics] Statistics/Resampling.hs:75:33: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3529.59 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3529.59 s
[statistics] • In the newtype declaration for ‘Resample’
3529.59 s
[statistics] |
3529.59 s
[statistics] 75 | } deriving (Eq, Read, Show, Typeable , Data, Generic)
3529.59 s
[statistics] | ^^^^^^^^
3529.59 s
[statistics]
3529.59 s
[statistics] Statistics/Resampling.hs:89:14: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3529.59 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3529.59 s
[statistics] • In the data declaration for ‘Bootstrap’
3529.59 s
[statistics] |
3529.59 s
[statistics] 89 | , Typeable , Data
3529.59 s
[statistics] | ^^^^^^^^
3529.59 s
[statistics]
3529.59 s
[statistics] Statistics/Resampling.hs:168:31: warning : [ GHC-63394 ] [ -Wx-partial ]
3529.59 s
[statistics] In the use of ‘tail’
3529.59 s
[statistics] (imported from Prelude, but defined in GHC.Internal.List):
3529.59 s
[statistics] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
3529.59 s
[statistics] |
3529.59 s
[statistics] 168 | forConcurrently_ (zip3 ixs (tail ixs) gens) $ \ (start,!end,gen') -> do
3529.59 s
[statistics] | ^^^^
3529.59 s
[statistics]
3529.60 s
[statistics] [40 of 49] Compiling Statistics.Regression ( Statistics/Regression.hs, nothing ) [Flags changed]
3529.61 s
[statistics] [41 of 49] Compiling Statistics.ConfidenceInt ( Statistics/ConfidenceInt.hs, nothing ) [Flags changed]
3529.62 s
[statistics] [42 of 49] Compiling Statistics.Test.WilcoxonT ( Statistics/Test/WilcoxonT.hs, nothing ) [Flags changed]
3529.63 s
[statistics] [43 of 49] Compiling Statistics.Test.MannWhitneyU ( Statistics/Test/MannWhitneyU.hs, nothing ) [Flags changed]
3529.64 s
[statistics] Statistics/Test/MannWhitneyU.hs:114:22: warning : [ GHC-63394 ] [ -Wx-partial ]
3529.64 s
[statistics] In the use of ‘tail’
3529.64 s
[statistics] (imported from Prelude, but defined in GHC.Internal.List):
3529.64 s
[statistics] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
3529.64 s
[statistics] |
3529.64 s
[statistics] 114 | $ tail
3529.64 s
[statistics] | ^^^^
3529.64 s
[statistics]
3529.64 s
[statistics] [44 of 49] Compiling Statistics.Resampling.Bootstrap ( Statistics/Resampling/Bootstrap.hs, nothing ) [Flags changed]
3529.65 s
[statistics] [45 of 49] Compiling Statistics.Distribution.Lognormal ( Statistics/Distribution/Lognormal.hs, nothing ) [Flags changed]
3529.66 s
[statistics] Statistics/Distribution/Lognormal.hs:42:19: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3529.66 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3529.66 s
[statistics] • In the newtype declaration for ‘LognormalDistribution’
3529.66 s
[statistics] |
3529.66 s
[statistics] 42 | deriving (Eq, Typeable , Data, Generic)
3529.66 s
[statistics] | ^^^^^^^^
3529.66 s
[statistics]
3529.67 s
[statistics] [46 of 49] Compiling Statistics.Distribution.Laplace ( Statistics/Distribution/Laplace.hs, nothing ) [Flags changed]
3529.68 s
[statistics] Statistics/Distribution/Laplace.hs:48:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3529.68 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3529.68 s
[statistics] • In the data declaration for ‘LaplaceDistribution’
3529.68 s
[statistics] |
3529.68 s
[statistics] 48 | } deriving (Eq, Typeable , Data, Generic)
3529.68 s
[statistics] | ^^^^^^^^
3529.68 s
[statistics]
3529.68 s
[statistics] [47 of 49] Compiling Statistics.Distribution.Exponential ( Statistics/Distribution/Exponential.hs, nothing ) [Flags changed]
3529.69 s
[statistics] Statistics/Distribution/Exponential.hs:45:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3529.69 s
[statistics] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3529.69 s
[statistics] • In the newtype declaration for ‘ExponentialDistribution’
3529.69 s
[statistics] |
3529.69 s
[statistics] 45 | } deriving (Eq, Typeable , Data, Generic)
3529.69 s
[statistics] | ^^^^^^^^
3529.69 s
[statistics]
3529.69 s
[statistics] [48 of 49] Compiling Statistics.Correlation ( Statistics/Correlation.hs, nothing ) [Flags changed]
3529.70 s
[statistics] [49 of 49] Compiling Statistics.Autocorrelation ( Statistics/Autocorrelation.hs, nothing ) [Flags changed]
3529.70 s
[statistics] Haddock coverage:
3529.76 s
[statistics] 100% ( 4 / 4) in 'Statistics.Correlation.Kendall'
3529.76 s
[statistics] Warning: 'alyThm1' is out of scope.
3529.76 s
[statistics] If you qualify the identifier, haddock can try to link it anyway.
3529.76 s
[statistics] 95% ( 21 / 22) in 'Statistics.Function'
3529.76 s
[statistics] Missing documentation for:
3529.76 s
[statistics] unsafeModify (Statistics/Function.hs:142)
3529.77 s
[statistics] Warning: 'ContParam' is ambiguous. It is defined
3529.77 s
[statistics] * at Statistics/Quantile.hs:130:18
3529.77 s
[statistics] * at Statistics/Quantile.hs:130:1
3529.77 s
[statistics] You may be able to disambiguate the identifier by qualifying it or
3529.77 s
[statistics] by specifying the type/value namespace explicitly.
3529.77 s
[statistics] Defaulting to the one defined at Statistics/Quantile.hs:130:1
3529.77 s
[statistics] 96% ( 24 / 25) in 'Statistics.Quantile'
3529.77 s
[statistics] Missing documentation for:
3529.77 s
[statistics] continuousBy (Statistics/Quantile.hs:390)
3529.77 s
[statistics] 100% ( 5 / 5) in 'Statistics.Sample.Histogram'
3529.77 s
[statistics] 33% ( 1 / 3) in 'Statistics.Sample.Internal'
3529.77 s
[statistics] Missing documentation for:
3529.77 s
[statistics] robustSumVar (Statistics/Sample/Internal.hs:25)
3529.77 s
[statistics] sum (Statistics/Sample/Internal.hs:29)
3529.77 s
[statistics] 100% ( 20 / 20) in 'Statistics.Distribution'
3529.77 s
[statistics] 100% ( 8 / 8) in 'Statistics.Distribution.Uniform'
3529.77 s
[statistics] 100% ( 4 / 4) in 'Statistics.Distribution.Transform'
3529.77 s
[statistics] 87% ( 7 / 8) in 'Statistics.Distribution.StudentT'
3529.77 s
[statistics] Missing documentation for:
3529.77 s
[statistics] studentTndf
3529.77 s
[statistics] 77% ( 7 / 9) in 'Statistics.Distribution.Poisson'
3529.77 s
[statistics] Missing documentation for:
3529.77 s
[statistics] PoissonDistribution (Statistics/Distribution/Poisson.hs:43)
3529.77 s
[statistics] poissonLambda
3529.77 s
[statistics] 100% ( 8 / 8) in 'Statistics.Distribution.NegativeBinomial'
3529.77 s
[statistics] 33% ( 3 / 9) in 'Statistics.Distribution.Hypergeometric'
3529.77 s
[statistics] Missing documentation for:
3529.77 s
[statistics] HypergeometricDistribution (Statistics/Distribution/Hypergeometric.hs:44)
3529.77 s
[statistics] hypergeometric (Statistics/Distribution/Hypergeometric.hs:121)
3529.77 s
[statistics] hypergeometricE (Statistics/Distribution/Hypergeometric.hs:128)
3529.77 s
[statistics] hdM
3529.77 s
[statistics] hdL
3529.77 s
[statistics] hdK
3529.77 s
[statistics] 81% ( 9 / 11) in 'Statistics.Distribution.Geometric'
3529.77 s
[statistics] Missing documentation for:
3529.77 s
[statistics] gdSuccess
3529.77 s
[statistics] gdSuccess0
3529.78 s
[statistics] 100% ( 10 / 10) in 'Statistics.Distribution.Gamma'
3529.78 s
[statistics] 40% ( 4 / 10) in 'Statistics.Distribution.FDistribution'
3529.78 s
[statistics] Missing documentation for:
3529.78 s
[statistics] fDistribution (Statistics/Distribution/FDistribution.hs:67)
3529.78 s
[statistics] fDistributionE (Statistics/Distribution/FDistribution.hs:73)
3529.78 s
[statistics] fDistributionReal (Statistics/Distribution/FDistribution.hs:70)
3529.78 s
[statistics] fDistributionRealE (Statistics/Distribution/FDistribution.hs:82)
3529.78 s
[statistics] fDistributionNDF1
3529.78 s
[statistics] fDistributionNDF2
3529.78 s
[statistics] 100% ( 8 / 8) in 'Statistics.Distribution.DiscreteUniform'
3529.78 s
[statistics] 100% ( 6 / 6) in 'Statistics.Distribution.ChiSquared'
3529.78 s
[statistics] 100% ( 8 / 8) in 'Statistics.Distribution.CauchyLorentz'
3529.78 s
[statistics] 100% ( 8 / 8) in 'Statistics.Distribution.Binomial'
3529.78 s
[statistics] 100% ( 10 / 10) in 'Statistics.Distribution.Beta'
3529.78 s
[statistics] Warning: 'Sample' is out of scope.
3529.78 s
[statistics] If you qualify the identifier, haddock can try to link it anyway.
3529.78 s
[statistics] Warning: 'Powers' is ambiguous. It is defined
3529.78 s
[statistics] * at Statistics/Sample/Powers.hs:67:18
3529.78 s
[statistics] * at Statistics/Sample/Powers.hs:67:1
3529.78 s
[statistics] You may be able to disambiguate the identifier by qualifying it or
3529.78 s
[statistics] by specifying the type/value namespace explicitly.
3529.78 s
[statistics] Defaulting to the one defined at Statistics/Sample/Powers.hs:67:1
3529.78 s
[statistics] Warning: 'sample' is out of scope.
3529.78 s
[statistics] If you qualify the identifier, haddock can try to link it anyway.
3529.78 s
[statistics] 95% ( 20 / 21) in 'Statistics.Sample.Powers'
3529.78 s
[statistics] Missing documentation for:
3529.78 s
[statistics] Powers (Statistics/Sample/Powers.hs:67)
3529.78 s
[statistics] 90% ( 10 / 11) in 'Statistics.Transform'
3529.78 s
[statistics] Missing documentation for:
3529.78 s
[statistics] CD (Statistics/Transform.hs:42)
3529.78 s
[statistics] 100% ( 6 / 6) in 'Statistics.Sample.KernelDensity'
3529.79 s
[statistics] 100% ( 42 / 42) in 'Statistics.Sample'
3529.79 s
[statistics] 100% ( 2 / 2) in 'Statistics.Sample.Normalize'
3529.79 s
[statistics] Warning: 'Sample' is out of scope.
3529.79 s
[statistics] If you qualify the identifier, haddock can try to link it anyway.
3529.79 s
[statistics] 100% ( 22 / 22) in 'Statistics.Sample.KernelDensity.Simple'
3529.79 s
[statistics] Warning: 'weibullDistrEstMeanStddevErr' is out of scope.
3529.79 s
[statistics] If you qualify the identifier, haddock can try to link it anyway.
3529.79 s
[statistics] 100% ( 7 / 7) in 'Statistics.Distribution.Weibull'
3529.79 s
[statistics] 100% ( 7 / 7) in 'Statistics.Distribution.Normal'
3529.80 s
[statistics] Warning: 'NormalErr' is ambiguous. It is defined
3529.80 s
[statistics] * at Statistics/Types.hs:338:23
3529.80 s
[statistics] * at Statistics/Types.hs:338:1
3529.80 s
[statistics] You may be able to disambiguate the identifier by qualifying it or
3529.80 s
[statistics] by specifying the type/value namespace explicitly.
3529.80 s
[statistics] Defaulting to the one defined at Statistics/Types.hs:338:1
3529.80 s
[statistics] Warning: 'ConfInt' is ambiguous. It is defined
3529.80 s
[statistics] * at Statistics/Types.hs:354:18
3529.80 s
[statistics] * at Statistics/Types.hs:354:1
3529.80 s
[statistics] You may be able to disambiguate the identifier by qualifying it or
3529.80 s
[statistics] by specifying the type/value namespace explicitly.
3529.80 s
[statistics] Defaulting to the one defined at Statistics/Types.hs:354:1
3529.80 s
[statistics] 100% ( 46 / 46) in 'Statistics.Types'
3529.80 s
[statistics] 83% ( 5 / 6) in 'Statistics.Test.Types'
3529.80 s
[statistics] Missing documentation for:
3529.80 s
[statistics] Module header
3529.80 s
[statistics] 100% ( 5 / 5) in 'Statistics.Test.StudentT'
3529.80 s
[statistics] Warning: 'K' is out of scope.
3529.80 s
[statistics] If you qualify the identifier, haddock can try to link it anyway.
3529.80 s
[statistics] Warning: 'H' is out of scope.
3529.80 s
[statistics] If you qualify the identifier, haddock can try to link it anyway.
3529.80 s
[statistics] 100% ( 7 / 7) in 'Statistics.Test.KruskalWallis'
3529.80 s
[statistics] 100% ( 14 / 14) in 'Statistics.Test.KolmogorovSmirnov'
3529.80 s
[statistics] 100% ( 4 / 4) in 'Statistics.Test.ChiSquared'
3529.80 s
[statistics] Warning: 'bootstrapBCA' is out of scope.
3529.80 s
[statistics] If you qualify the identifier, haddock can try to link it anyway.
3529.80 s
[statistics] 94% ( 17 / 18) in 'Statistics.Resampling'
3529.80 s
[statistics] Missing documentation for:
3529.80 s
[statistics] Bootstrap (Statistics/Resampling.hs:84)
3529.80 s
[statistics] 100% ( 5 / 5) in 'Statistics.Regression'
3529.81 s
[statistics] 100% ( 7 / 7) in 'Statistics.ConfidenceInt'
3529.81 s
[statistics] Warning: 'wilcoxonSignificant' is out of scope.
3529.81 s
[statistics] If you qualify the identifier, haddock can try to link it anyway.
3529.81 s
[statistics] Warning: 'wilcoxonCriticalValue' is out of scope.
3529.81 s
[statistics] If you qualify the identifier, haddock can try to link it anyway.
3529.81 s
[statistics] Warning: 'TwoTailed' is out of scope.
3529.81 s
[statistics] If you qualify the identifier, haddock can try to link it anyway.
3529.81 s
[statistics] Warning: 'OneTailed' is out of scope.
3529.81 s
[statistics] If you qualify the identifier, haddock can try to link it anyway.
3529.81 s
[statistics] 100% ( 12 / 12) in 'Statistics.Test.WilcoxonT'
3529.81 s
[statistics] 100% ( 13 / 13) in 'Statistics.Test.MannWhitneyU'
3529.81 s
[statistics] 100% ( 5 / 5) in 'Statistics.Resampling.Bootstrap'
3529.81 s
[statistics] 100% ( 7 / 7) in 'Statistics.Distribution.Lognormal'
3529.81 s
[statistics] 87% ( 7 / 8) in 'Statistics.Distribution.Laplace'
3529.81 s
[statistics] Missing documentation for:
3529.81 s
[statistics] LaplaceDistribution (Statistics/Distribution/Laplace.hs:43)
3529.81 s
[statistics] 71% ( 5 / 7) in 'Statistics.Distribution.Exponential'
3529.81 s
[statistics] Missing documentation for:
3529.81 s
[statistics] ExponentialDistribution (Statistics/Distribution/Exponential.hs:43)
3529.81 s
[statistics] edLambda
3529.81 s
[statistics] 100% ( 9 / 9) in 'Statistics.Correlation'
3529.81 s
[statistics] 100% ( 3 / 3) in 'Statistics.Autocorrelation'
3529.87 s
[really-safe-money-autodocodec] Phase: updateAutotoolsGnuConfigScriptsPhase
3529.88 s
[really-safe-money-autodocodec] Phase: configurePhase
3529.89 s
[really-safe-money-autodocodec] configureFlags: --verbose --prefix=/nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/c4lx19j1k8c1ldwchdqh2bj96wa6g5qh-really-safe-money-autodocodec-0.0.0.0-doc/share/doc/really-safe-money-autodocodec-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.b7A7G2XjHy/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --extra-lib-dirs=/nix/store/wm1qn5jqrxpcjkc640gq8a90ns5gw3cn-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r04wysx6yl7ys1rdv1b1lih6in1810r0-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/wkysiv0sxqs6wn44nb46bbyig4plzsy4-elfutils-0.192/lib --extra-lib-dirs=/nix/store/ghb61mqc90qf1nx6kyahhhagicyxvcyg-gmp-with-cxx-6.3.0/lib
3529.89 s
[really-safe-money-autodocodec] Using Parsec parser
3529.89 s
[really-safe-money-autodocodec] Configuring really-safe-money-autodocodec-0.0.0.0...
3529.92 s
[really-safe-money-autodocodec] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
3529.92 s
[really-safe-money-autodocodec] 'ghc' version < 9.12):
3529.92 s
[really-safe-money-autodocodec] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc is version
3529.92 s
[really-safe-money-autodocodec] 9.12.1
3530.18 s
[statistics] Warning: Statistics.Correlation.Kendall: could not find link destinations for:
3530.18 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.18 s
[statistics] Warning: Statistics.Function: could not find link destinations for:
3530.18 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.19 s
[statistics] Warning: Statistics.Quantile: could not find link destinations for:
3530.19 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.19 s
[statistics] - Statistics.Quantile.Rep_ContParam
3530.19 s
[statistics] Warning: Statistics.Sample.Histogram: could not find link destinations for:
3530.19 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.19 s
[statistics] Warning: Statistics.Sample.Internal: could not find link destinations for:
3530.19 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.20 s
[statistics] Warning: Statistics.Distribution: could not find link destinations for:
3530.20 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.20 s
[statistics] Warning: Statistics.Distribution.Uniform: could not find link destinations for:
3530.20 s
[statistics] - Statistics.Distribution.Uniform.Rep_UniformDistribution
3530.20 s
[statistics] Warning: Statistics.Distribution.Transform: could not find link destinations for:
3530.20 s
[statistics] - Statistics.Distribution.Transform.Rep_LinearTransform
3530.20 s
[statistics] Warning: Statistics.Distribution.StudentT: could not find link destinations for:
3530.20 s
[statistics] - Statistics.Distribution.StudentT.Rep_StudentT
3530.20 s
[statistics] Warning: Statistics.Distribution.Poisson: could not find link destinations for:
3530.20 s
[statistics] - Statistics.Distribution.Poisson.Rep_PoissonDistribution
3530.20 s
[statistics] Warning: Statistics.Distribution.NegativeBinomial: could not find link destinations for:
3530.20 s
[statistics] - Statistics.Distribution.NegativeBinomial.Rep_NegativeBinomialDistribution
3530.20 s
[statistics] Warning: Statistics.Distribution.Hypergeometric: could not find link destinations for:
3530.20 s
[statistics] - Statistics.Distribution.Hypergeometric.Rep_HypergeometricDistribution
3530.20 s
[statistics] Warning: Statistics.Distribution.Geometric: could not find link destinations for:
3530.20 s
[statistics] - Statistics.Distribution.Geometric.Rep_GeometricDistribution0
3530.20 s
[statistics] - Statistics.Distribution.Geometric.Rep_GeometricDistribution
3530.20 s
[statistics] Warning: Statistics.Distribution.Gamma: could not find link destinations for:
3530.20 s
[statistics] - Statistics.Distribution.Gamma.Rep_GammaDistribution
3530.20 s
[statistics] Warning: Statistics.Distribution.FDistribution: could not find link destinations for:
3530.20 s
[statistics] - Statistics.Distribution.FDistribution.Rep_FDistribution
3530.20 s
[statistics] Warning: Statistics.Distribution.DiscreteUniform: could not find link destinations for:
3530.20 s
[statistics] - Statistics.Distribution.DiscreteUniform.Rep_DiscreteUniform
3530.20 s
[statistics] Warning: Statistics.Distribution.ChiSquared: could not find link destinations for:
3530.20 s
[statistics] - Statistics.Distribution.ChiSquared.Rep_ChiSquared
3530.20 s
[statistics] Warning: Statistics.Distribution.CauchyLorentz: could not find link destinations for:
3530.20 s
[statistics] - Statistics.Distribution.CauchyLorentz.Rep_CauchyDistribution
3530.21 s
[statistics] Warning: Statistics.Distribution.Binomial: could not find link destinations for:
3530.21 s
[statistics] - Statistics.Distribution.Binomial.Rep_BinomialDistribution
3530.21 s
[statistics] Warning: Statistics.Distribution.Beta: could not find link destinations for:
3530.21 s
[statistics] - Statistics.Distribution.Beta.Rep_BetaDistribution
3530.21 s
[statistics] Warning: Statistics.Sample.Powers: could not find link destinations for:
3530.21 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.21 s
[statistics] - Statistics.Sample.Powers.Rep_Powers
3530.21 s
[statistics] Warning: Statistics.Transform: could not find link destinations for:
3530.21 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.21 s
[statistics] Warning: Statistics.Sample.KernelDensity: could not find link destinations for:
3530.21 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.21 s
[statistics] Warning: Statistics.Sample: could not find link destinations for:
3530.21 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.21 s
[statistics] Warning: Statistics.Sample.Normalize: could not find link destinations for:
3530.21 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.21 s
[statistics] Warning: Statistics.Sample.KernelDensity.Simple: could not find link destinations for:
3530.21 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.21 s
[statistics] - Statistics.Sample.KernelDensity.Simple.Rep_Points
3530.21 s
[statistics] Warning: Statistics.Distribution.Weibull: could not find link destinations for:
3530.21 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.21 s
[statistics] - Statistics.Distribution.Weibull.Rep_WeibullDistribution
3530.21 s
[statistics] Warning: Statistics.Distribution.Normal: could not find link destinations for:
3530.21 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.21 s
[statistics] - Statistics.Distribution.Normal.Rep_NormalDistribution
3530.22 s
[statistics] Warning: Statistics.Types: could not find link destinations for:
3530.22 s
[statistics] - Data.Vector.Generic.Base.Mutable
3530.22 s
[statistics] - Data.Vector.Generic.Mutable.Base.basicLength
3530.22 s
[statistics] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
3530.22 s
[statistics] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
3530.22 s
[statistics] - Data.Vector.Generic.Mutable.Base.basicInitialize
3530.22 s
[statistics] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
3530.22 s
[statistics] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
3530.22 s
[statistics] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
3530.22 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.22 s
[statistics] - Data.Vector.Generic.Mutable.Base.MVector
3530.22 s
[statistics] - Data.Vector.Generic.Base.basicLength
3530.22 s
[statistics] - Data.Vector.Generic.Base.basicUnsafeCopy
3530.22 s
[statistics] - Data.Vector.Generic.Base.basicUnsafeFreeze
3530.22 s
[statistics] - Data.Vector.Generic.Base.basicUnsafeIndexM
3530.22 s
[statistics] - Data.Vector.Generic.Base.basicUnsafeSlice
3530.22 s
[statistics] - Data.Vector.Generic.Base.basicUnsafeThaw
3530.22 s
[statistics] - Data.Vector.Generic.Base.elemseq
3530.22 s
[statistics] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
3530.22 s
[statistics] - Data.Vector.Generic.Mutable.Base.basicClear
3530.22 s
[statistics] - Data.Vector.Generic.Mutable.Base.basicOverlaps
3530.22 s
[statistics] - Data.Vector.Generic.Mutable.Base.basicSet
3530.22 s
[statistics] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
3530.22 s
[statistics] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
3530.22 s
[statistics] - Data.Vector.Unboxed.Base.Unbox
3530.22 s
[statistics] - Statistics.Types.Rep_ConfInt
3530.22 s
[statistics] - Statistics.Types.Rep_Estimate
3530.22 s
[statistics] - Statistics.Types.Rep_LowerLimit
3530.22 s
[statistics] - Statistics.Types.Rep_NormalErr
3530.22 s
[statistics] - Statistics.Types.Rep_UpperLimit
3530.22 s
[statistics] - Statistics.Types.Rep_CL
3530.22 s
[statistics] - Statistics.Types.Rep_PValue
3530.22 s
[statistics] - Statistics.Types.D:R:MVectorsCL0
3530.22 s
[statistics] - Statistics.Types.D:R:MVectorsConfInt0
3530.22 s
[statistics] - Statistics.Types.D:R:MVectorsEstimate0
3530.22 s
[statistics] - Statistics.Types.D:R:MVectorsLowerLimit0
3530.22 s
[statistics] - Statistics.Types.D:R:MVectorsNormalErr0
3530.22 s
[statistics] - Statistics.Types.D:R:MVectorsPValue0
3530.22 s
[statistics] - Statistics.Types.D:R:MVectorsUpperLimit0
3530.22 s
[statistics] - Statistics.Types.D:R:VectorCL0
3530.22 s
[statistics] - Statistics.Types.D:R:VectorConfInt0
3530.22 s
[statistics] - Statistics.Types.D:R:VectorEstimate0
3530.22 s
[statistics] - Statistics.Types.D:R:VectorLowerLimit0
3530.22 s
[statistics] - Statistics.Types.D:R:VectorNormalErr0
3530.22 s
[statistics] - Statistics.Types.D:R:VectorPValue0
3530.22 s
[statistics] - Statistics.Types.D:R:VectorUpperLimit0
3530.22 s
[statistics] - Statistics.Types.MV_CL
3530.22 s
[statistics] - Statistics.Types.MV_ConfInt
3530.22 s
[statistics] - Statistics.Types.MV_Estimate
3530.22 s
[statistics] - Statistics.Types.MV_LowerLimit
3530.22 s
[statistics] - Statistics.Types.MV_NormalErr
3530.22 s
[statistics] - Statistics.Types.MV_PValue
3530.22 s
[statistics] - Statistics.Types.MV_UpperLimit
3530.22 s
[statistics] - Statistics.Types.V_CL
3530.22 s
[statistics] - Statistics.Types.V_ConfInt
3530.22 s
[statistics] - Statistics.Types.V_Estimate
3530.22 s
[statistics] - Statistics.Types.V_LowerLimit
3530.22 s
[statistics] - Statistics.Types.V_NormalErr
3530.22 s
[statistics] - Statistics.Types.V_PValue
3530.22 s
[statistics] - Statistics.Types.V_UpperLimit
3530.22 s
[statistics] Warning: Statistics.Test.Types: could not find link destinations for:
3530.22 s
[statistics] - Statistics.Test.Types.Rep_PositionTest
3530.22 s
[statistics] - Statistics.Test.Types.Rep_TestResult
3530.22 s
[statistics] - Statistics.Test.Types.Rep_Test
3530.22 s
[statistics] Warning: Statistics.Test.StudentT: could not find link destinations for:
3530.22 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.22 s
[statistics] Warning: Statistics.Test.KruskalWallis: could not find link destinations for:
3530.22 s
[statistics] - Data.Vector.Unboxed.Base.Unbox
3530.22 s
[statistics] Warning: Statistics.Test.KolmogorovSmirnov: could not find link destinations for:
3530.22 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.22 s
[statistics] Warning: Statistics.Test.ChiSquared: could not find link destinations for:
3530.22 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.22 s
[statistics] Warning: Statistics.Resampling: could not find link destinations for:
3530.22 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.22 s
[statistics] - Statistics.Resampling.Rep_Bootstrap
3530.22 s
[statistics] - Statistics.Resampling.Rep_Resample
3530.22 s
[statistics] Warning: Statistics.Regression: could not find link destinations for:
3530.22 s
[statistics] - Data.Vector.Vector
3530.23 s
[statistics] Warning: Statistics.Test.WilcoxonT: could not find link destinations for:
3530.23 s
[statistics] - Data.Vector.Unboxed.Base.Unbox
3530.23 s
[statistics] Warning: Statistics.Test.MannWhitneyU: could not find link destinations for:
3530.23 s
[statistics] - Data.Vector.Unboxed.Base.Unbox
3530.23 s
[statistics] - Statistics.Test.Types.Rep_PositionTest
3530.23 s
[statistics] - Statistics.Test.Types.Rep_TestResult
3530.23 s
[statistics] Warning: Statistics.Resampling.Bootstrap: could not find link destinations for:
3530.23 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.23 s
[statistics] Warning: Statistics.Distribution.Lognormal: could not find link destinations for:
3530.23 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.23 s
[statistics] - Statistics.Distribution.Lognormal.Rep_LognormalDistribution
3530.23 s
[statistics] Warning: Statistics.Distribution.Laplace: could not find link destinations for:
3530.23 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.23 s
[statistics] - Statistics.Distribution.Laplace.Rep_LaplaceDistribution
3530.23 s
[statistics] Warning: Statistics.Distribution.Exponential: could not find link destinations for:
3530.23 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.23 s
[statistics] - Statistics.Distribution.Exponential.Rep_ExponentialDistribution
3530.23 s
[statistics] Warning: Statistics.Correlation: could not find link destinations for:
3530.23 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.23 s
[statistics] Warning: Statistics.Autocorrelation: could not find link destinations for:
3530.23 s
[statistics] - Data.Vector.Generic.Base.Vector
3530.37 s
[really-safe-money-autodocodec] Dependency autodocodec: using autodocodec-0.5.0.0
3530.37 s
[really-safe-money-autodocodec] Dependency base >=4.7 && <5: using base-4.21.0.0
3530.38 s
[really-safe-money-autodocodec] Dependency really-safe-money: using really-safe-money-0.0.0.0
3530.38 s
[really-safe-money-autodocodec] Source component graph: component lib
3530.38 s
[really-safe-money-autodocodec] Configured component graph:
3530.38 s
[really-safe-money-autodocodec] component really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38
3530.38 s
[really-safe-money-autodocodec] include autodocodec-0.5.0.0-FRNG51XIM4n2C3Wg7YqzjO
3530.38 s
[really-safe-money-autodocodec] include base-4.21.0.0-inplace
3530.38 s
[really-safe-money-autodocodec] include really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3530.38 s
[really-safe-money-autodocodec] Linked component graph:
3530.38 s
[really-safe-money-autodocodec] unit really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38
3530.38 s
[really-safe-money-autodocodec] include autodocodec-0.5.0.0-FRNG51XIM4n2C3Wg7YqzjO
3530.38 s
[really-safe-money-autodocodec] include base-4.21.0.0-inplace
3530.38 s
[really-safe-money-autodocodec] include really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3530.38 s
[really-safe-money-autodocodec] Money.Account.Codec=really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38:Money.Account.Codec,Money.AccountOf.Codec=really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38:Money.AccountOf.Codec,Money.Amount.Codec=really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38:Money.Amount.Codec,Money.AmountOf.Codec=really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38:Money.AmountOf.Codec,Money.QuantisationFactor.Codec=really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38:Money.QuantisationFactor.Codec,Numeric.DecimalLiteral.Codec=really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38:Numeric.DecimalLiteral.Codec
3530.38 s
[really-safe-money-autodocodec] Ready component graph:
3530.38 s
[really-safe-money-autodocodec] definite really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38
3530.38 s
[really-safe-money-autodocodec] depends autodocodec-0.5.0.0-FRNG51XIM4n2C3Wg7YqzjO
3530.38 s
[really-safe-money-autodocodec] depends base-4.21.0.0-inplace
3530.38 s
[really-safe-money-autodocodec] depends really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3530.38 s
[really-safe-money-autodocodec] Using Cabal-3.14.1.0 compiled by ghc-9.12
3530.38 s
[really-safe-money-autodocodec] Using compiler: ghc-9.12.1
3530.38 s
[really-safe-money-autodocodec] Using install prefix:
3530.38 s
[really-safe-money-autodocodec] /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0
3530.38 s
[really-safe-money-autodocodec] Executables installed in:
3530.38 s
[really-safe-money-autodocodec] /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0/bin
3530.38 s
[really-safe-money-autodocodec] Libraries installed in:
3530.38 s
[really-safe-money-autodocodec] /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38
3530.38 s
[really-safe-money-autodocodec] Dynamic Libraries installed in:
3530.38 s
[really-safe-money-autodocodec] /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace
3530.38 s
[really-safe-money-autodocodec] Private executables installed in:
3530.38 s
[really-safe-money-autodocodec] /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0/libexec/x86_64-linux-ghc-9.12.1-inplace/really-safe-money-autodocodec-0.0.0.0
3530.38 s
[really-safe-money-autodocodec] Data files installed in:
3530.38 s
[really-safe-money-autodocodec] /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0/share/x86_64-linux-ghc-9.12.1-inplace/really-safe-money-autodocodec-0.0.0.0
3530.38 s
[really-safe-money-autodocodec] Documentation installed in:
3530.38 s
[really-safe-money-autodocodec] /nix/store/c4lx19j1k8c1ldwchdqh2bj96wa6g5qh-really-safe-money-autodocodec-0.0.0.0-doc/share/doc/really-safe-money-autodocodec-0.0.0.0
3530.38 s
[really-safe-money-autodocodec] Configuration files installed in:
3530.38 s
[really-safe-money-autodocodec] /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0/etc
3530.38 s
[really-safe-money-autodocodec] No alex found
3530.38 s
[really-safe-money-autodocodec] Using ar found on system at:
3530.38 s
[really-safe-money-autodocodec] /nix/store/srcmmqi8kxjfygd0hyy42c8hv6cws83b-binutils-wrapper-2.43.1/bin/ar
3530.38 s
[really-safe-money-autodocodec] No c2hs found
3530.38 s
[really-safe-money-autodocodec] No cpphs found
3530.38 s
[really-safe-money-autodocodec] No doctest found
3530.38 s
[really-safe-money-autodocodec] Using gcc version 14.2.1 given by user at:
3530.38 s
[really-safe-money-autodocodec] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/gcc
3530.38 s
[really-safe-money-autodocodec] Using ghc version 9.12.1 found on system at:
3530.38 s
[really-safe-money-autodocodec] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc
3530.38 s
[really-safe-money-autodocodec] Using ghc-pkg version 9.12.1 found on system at:
3530.38 s
[really-safe-money-autodocodec] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc-pkg-9.12.1
3530.38 s
[really-safe-money-autodocodec] No ghcjs found
3530.38 s
[really-safe-money-autodocodec] No ghcjs-pkg found
3530.38 s
[really-safe-money-autodocodec] No greencard found
3530.38 s
[really-safe-money-autodocodec] Using haddock version 2.30.0 found on system at:
3530.38 s
[really-safe-money-autodocodec] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/haddock-ghc-9.12.1
3530.38 s
[really-safe-money-autodocodec] No happy found
3530.38 s
[really-safe-money-autodocodec] No haskell-suite found
3530.38 s
[really-safe-money-autodocodec] No haskell-suite-pkg found
3530.38 s
[really-safe-money-autodocodec] No hmake found
3530.38 s
[really-safe-money-autodocodec] Using hpc version 0.69 found on system at:
3530.38 s
[really-safe-money-autodocodec] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/hpc-ghc-9.12.1
3530.38 s
[really-safe-money-autodocodec] Using hsc2hs version 0.68.10 found on system at:
3530.38 s
[really-safe-money-autodocodec] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
3530.38 s
[really-safe-money-autodocodec] Using hscolour version 1.25 found on system at:
3530.38 s
[really-safe-money-autodocodec] /nix/store/li6zgl3x3aba384gdjnyhsp41jzhd5pp-hscolour-1.25/bin/HsColour
3530.38 s
[really-safe-money-autodocodec] No jhc found
3530.38 s
[really-safe-money-autodocodec] Using ld found on system at:
3530.38 s
[really-safe-money-autodocodec] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/ld
3530.38 s
[really-safe-money-autodocodec] No pkg-config found
3530.38 s
[really-safe-money-autodocodec] Using runghc version 9.12.1 found on system at:
3530.38 s
[really-safe-money-autodocodec] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/runghc-9.12.1
3530.38 s
[really-safe-money-autodocodec] Using strip version 2.43 found on system at:
3530.38 s
[really-safe-money-autodocodec] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/strip
3530.38 s
[really-safe-money-autodocodec] Using tar found on system at:
3530.38 s
[really-safe-money-autodocodec] /nix/store/9cwwj1c9csmc85l2cqzs3h9hbf1vwl6c-gnutar-1.35/bin/tar
3530.38 s
[really-safe-money-autodocodec] No uhc found
3530.49 s
[really-safe-money-autodocodec] Phase: buildPhase
3530.54 s
[really-safe-money-autodocodec] Preprocessing library for really-safe-money-autodocodec-0.0.0.0...
3530.54 s
[really-safe-money-autodocodec] Building library for really-safe-money-autodocodec-0.0.0.0...
3530.62 s
[really-safe-money-autodocodec] [1 of 7] Compiling Money.Account.Codec ( src/Money/Account/Codec.hs, dist/build/Money/Account/Codec.o, dist/build/Money/Account/Codec.dyn_o )
3530.87 s
[really-safe-money-autodocodec] [2 of 7] Compiling Money.AccountOf.Codec ( src/Money/AccountOf/Codec.hs, dist/build/Money/AccountOf/Codec.o, dist/build/Money/AccountOf/Codec.dyn_o )
3530.90 s
[really-safe-money-autodocodec] [3 of 7] Compiling Money.Amount.Codec ( src/Money/Amount/Codec.hs, dist/build/Money/Amount/Codec.o, dist/build/Money/Amount/Codec.dyn_o )
3530.90 s
[really-safe-money-autodocodec] [4 of 7] Compiling Money.AmountOf.Codec ( src/Money/AmountOf/Codec.hs, dist/build/Money/AmountOf/Codec.o, dist/build/Money/AmountOf/Codec.dyn_o )
3530.90 s
[really-safe-money-autodocodec] [5 of 7] Compiling Money.QuantisationFactor.Codec ( src/Money/QuantisationFactor/Codec.hs, dist/build/Money/QuantisationFactor/Codec.o, dist/build/Money/QuantisationFactor/Codec.dyn_o )
3530.90 s
[really-safe-money-autodocodec] [6 of 7] Compiling Numeric.DecimalLiteral.Codec ( src/Numeric/DecimalLiteral/Codec.hs, dist/build/Numeric/DecimalLiteral/Codec.o, dist/build/Numeric/DecimalLiteral/Codec.dyn_o )
3530.90 s
[really-safe-money-autodocodec] [7 of 7] Compiling Paths_really_safe_money_autodocodec ( dist/build/autogen/Paths_really_safe_money_autodocodec.hs, dist/build/Paths_really_safe_money_autodocodec.o, dist/build/Paths_really_safe_money_autodocodec.dyn_o )
3531.05 s
[really-safe-money-autodocodec] [1 of 7] Compiling Money.Account.Codec ( src/Money/Account/Codec.hs, dist/build/Money/Account/Codec.p_o )
3531.33 s
[really-safe-money-autodocodec] [2 of 7] Compiling Money.AccountOf.Codec ( src/Money/AccountOf/Codec.hs, dist/build/Money/AccountOf/Codec.p_o )
3531.43 s
[really-safe-money-autodocodec] [3 of 7] Compiling Money.Amount.Codec ( src/Money/Amount/Codec.hs, dist/build/Money/Amount/Codec.p_o )
3531.43 s
[really-safe-money-autodocodec] [4 of 7] Compiling Money.AmountOf.Codec ( src/Money/AmountOf/Codec.hs, dist/build/Money/AmountOf/Codec.p_o )
3531.44 s
[really-safe-money-autodocodec] [5 of 7] Compiling Money.QuantisationFactor.Codec ( src/Money/QuantisationFactor/Codec.hs, dist/build/Money/QuantisationFactor/Codec.p_o )
3531.44 s
[really-safe-money-autodocodec] [6 of 7] Compiling Numeric.DecimalLiteral.Codec ( src/Numeric/DecimalLiteral/Codec.hs, dist/build/Numeric/DecimalLiteral/Codec.p_o )
3531.44 s
[really-safe-money-autodocodec] [7 of 7] Compiling Paths_really_safe_money_autodocodec ( dist/build/autogen/Paths_really_safe_money_autodocodec.hs, dist/build/Paths_really_safe_money_autodocodec.p_o )
3532.88 s
[really-safe-money-autodocodec] Phase: haddockPhase
3533.41 s
[really-safe-money-autodocodec] Preprocessing library for really-safe-money-autodocodec-0.0.0.0...
3533.41 s
[really-safe-money-autodocodec] Running Haddock on library for really-safe-money-autodocodec-0.0.0.0...
3533.42 s
[really-safe-money-autodocodec] Warning: The documentation for the following packages are not installed. No
3533.42 s
[really-safe-money-autodocodec] links will be generated to these packages: vector-0.13.2.0
3533.59 s
[really-safe-money-autodocodec] [1 of 7] Compiling Money.Account.Codec ( src/Money/Account/Codec.hs, nothing ) [Flags changed]
3533.73 s
[really-safe-money-autodocodec] [2 of 7] Compiling Money.AccountOf.Codec ( src/Money/AccountOf/Codec.hs, nothing ) [Flags changed]
3533.74 s
[really-safe-money-autodocodec] [3 of 7] Compiling Money.Amount.Codec ( src/Money/Amount/Codec.hs, nothing ) [Flags changed]
3533.75 s
[really-safe-money-autodocodec] [4 of 7] Compiling Money.AmountOf.Codec ( src/Money/AmountOf/Codec.hs, nothing ) [Flags changed]
3533.75 s
[really-safe-money-autodocodec] [5 of 7] Compiling Money.QuantisationFactor.Codec ( src/Money/QuantisationFactor/Codec.hs, nothing ) [Flags changed]
3533.76 s
[really-safe-money-autodocodec] [6 of 7] Compiling Numeric.DecimalLiteral.Codec ( src/Numeric/DecimalLiteral/Codec.hs, nothing ) [Flags changed]
3533.76 s
[really-safe-money-autodocodec] [7 of 7] Compiling Paths_really_safe_money_autodocodec ( dist/build/autogen/Paths_really_safe_money_autodocodec.hs, nothing ) [Flags changed]
3533.77 s
[really-safe-money-autodocodec] Haddock coverage:
3533.77 s
[really-safe-money-autodocodec] Warning: 'codecViaDecimalLiteral' is out of scope.
3533.77 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.77 s
[really-safe-money-autodocodec] Warning: 'DecimalLiteral' is out of scope.
3533.77 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.77 s
[really-safe-money-autodocodec] Warning: 'Scientific' is out of scope.
3533.77 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.77 s
[really-safe-money-autodocodec] Warning: 'Number' is out of scope.
3533.77 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.90 s
[really-safe-money-autodocodec] 100% ( 3 / 3) in 'Money.Account.Codec'
3533.97 s
[really-safe-money-autodocodec] Warning: 'AmountOf' is out of scope.
3533.97 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.97 s
[really-safe-money-autodocodec] Warning: 'codecViaDecimalLiteral' is out of scope.
3533.97 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.97 s
[really-safe-money-autodocodec] Warning: 'DecimalLiteral' is out of scope.
3533.97 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.97 s
[really-safe-money-autodocodec] Warning: 'Scientific' is out of scope.
3533.97 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.97 s
[really-safe-money-autodocodec] Warning: 'Account' is out of scope.
3533.97 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.97 s
[really-safe-money-autodocodec] 100% ( 3 / 3) in 'Money.AccountOf.Codec'
3533.97 s
[really-safe-money-autodocodec] Warning: 'codecViaDecimalLiteral' is out of scope.
3533.97 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.97 s
[really-safe-money-autodocodec] Warning: 'DecimalLiteral' is out of scope.
3533.97 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.97 s
[really-safe-money-autodocodec] Warning: 'Scientific' is out of scope.
3533.97 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.97 s
[really-safe-money-autodocodec] Warning: 'Number' is out of scope.
3533.97 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.97 s
[really-safe-money-autodocodec] 100% ( 3 / 3) in 'Money.Amount.Codec'
3533.97 s
[really-safe-money-autodocodec] Warning: 'codecViaDecimalLiteral' is out of scope.
3533.97 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.97 s
[really-safe-money-autodocodec] Warning: 'DecimalLiteral' is out of scope.
3533.97 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.97 s
[really-safe-money-autodocodec] Warning: 'Scientific' is out of scope.
3533.97 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.97 s
[really-safe-money-autodocodec] Warning: 'Amount' is out of scope.
3533.97 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.97 s
[really-safe-money-autodocodec] 100% ( 3 / 3) in 'Money.AmountOf.Codec'
3533.97 s
[really-safe-money-autodocodec] Warning: 'QuantisationFactor' is ambiguous. It is defined
3533.97 s
[really-safe-money-autodocodec] * in ‘Money.QuantisationFactor’
3533.97 s
[really-safe-money-autodocodec] * in ‘Money.QuantisationFactor’
3533.97 s
[really-safe-money-autodocodec] You may be able to disambiguate the identifier by qualifying it or
3533.97 s
[really-safe-money-autodocodec] by specifying the type/value namespace explicitly.
3533.97 s
[really-safe-money-autodocodec] Defaulting to the one defined in ‘Money.QuantisationFactor’
3533.97 s
[really-safe-money-autodocodec] Warning: 'Number' is out of scope.
3533.97 s
[really-safe-money-autodocodec] If you qualify the identifier, haddock can try to link it anyway.
3533.97 s
[really-safe-money-autodocodec] 50% ( 1 / 2) in 'Money.QuantisationFactor.Codec'
3533.97 s
[really-safe-money-autodocodec] Missing documentation for:
3533.97 s
[really-safe-money-autodocodec] Module header
3533.97 s
[really-safe-money-autodocodec] Warning: 'DecimalLiteral' is ambiguous. It is defined
3533.97 s
[really-safe-money-autodocodec] * in ‘Numeric.DecimalLiteral’
3533.97 s
[really-safe-money-autodocodec] * in ‘Numeric.DecimalLiteral’
3533.97 s
[really-safe-money-autodocodec] You may be able to disambiguate the identifier by qualifying it or
3533.97 s
[really-safe-money-autodocodec] by specifying the type/value namespace explicitly.
3533.97 s
[really-safe-money-autodocodec] Defaulting to the one defined in ‘Numeric.DecimalLiteral’
3533.97 s
[really-safe-money-autodocodec] 50% ( 1 / 2) in 'Numeric.DecimalLiteral.Codec'
3533.97 s
[really-safe-money-autodocodec] Missing documentation for:
3533.97 s
[really-safe-money-autodocodec] Module header
3535.09 s
[statistics] Documentation created: dist/doc/html/statistics,
3535.09 s
[statistics] dist/doc/html/statistics/statistics.txt
3535.27 s
[statistics] Phase: installPhase
3535.33 s
[statistics] Installing library in /nix/store/f3vnwnqshc8y9w1lsjh78z4gfrb1lavx-statistics-0.16.3.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/statistics-0.16.3.0-Dzwl2y2somoJYmyVYtC6ky
3535.94 s
[statistics] Phase: fixupPhase
3535.96 s
[statistics] shrinking RPATHs of ELF executables and libraries in /nix/store/f3vnwnqshc8y9w1lsjh78z4gfrb1lavx-statistics-0.16.3.0
3535.96 s
[statistics] shrinking /nix/store/f3vnwnqshc8y9w1lsjh78z4gfrb1lavx-statistics-0.16.3.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/libHSstatistics-0.16.3.0-Dzwl2y2somoJYmyVYtC6ky-ghc9.12.1.so
3536.01 s
[statistics] checking for references to /build/ in /nix/store/f3vnwnqshc8y9w1lsjh78z4gfrb1lavx-statistics-0.16.3.0...
3536.05 s
[statistics] patching script interpreter paths in /nix/store/f3vnwnqshc8y9w1lsjh78z4gfrb1lavx-statistics-0.16.3.0
3536.05 s
[statistics] stripping (with command strip and flags -S -p) in /nix/store/f3vnwnqshc8y9w1lsjh78z4gfrb1lavx-statistics-0.16.3.0/lib
3536.49 s
[statistics] shrinking RPATHs of ELF executables and libraries in /nix/store/8q0449iffw40c48qyxj00jiw7a52arhh-statistics-0.16.3.0-doc
3536.50 s
[statistics] checking for references to /build/ in /nix/store/8q0449iffw40c48qyxj00jiw7a52arhh-statistics-0.16.3.0-doc...
3536.52 s
[statistics] patching script interpreter paths in /nix/store/8q0449iffw40c48qyxj00jiw7a52arhh-statistics-0.16.3.0-doc
3536.69 s
[post-build-hook] Uploading to cachix cache "really-safe-money": /nix/store/8q0449iffw40c48qyxj00jiw7a52arhh-statistics-0.16.3.0-doc /nix/store/f3vnwnqshc8y9w1lsjh78z4gfrb1lavx-statistics-0.16.3.0
3537.17 s
[post-build-hook] Pushing 2 paths (180 are already present) using zstd to cache really-safe-money ⏳
3537.17 s
[post-build-hook]
3537.50 s
[post-build-hook] Pushing /nix/store/8q0449iffw40c48qyxj00jiw7a52arhh-statistics-0.16.3.0-doc (3.66 MiB)
3537.54 s
[post-build-hook] Pushing /nix/store/f3vnwnqshc8y9w1lsjh78z4gfrb1lavx-statistics-0.16.3.0 (43.87 MiB)
3539.80 s
[post-build-hook]
3539.80 s
[post-build-hook] All done.
3539.81 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/8q0449iffw40c48qyxj00jiw7a52arhh-statistics-0.16.3.0-doc /nix/store/f3vnwnqshc8y9w1lsjh78z4gfrb1lavx-statistics-0.16.3.0
3539.85 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3539.90 s
[post-build-hook] copying 1 paths...
3539.90 s
[post-build-hook] copying path '/nix/store/f3vnwnqshc8y9w1lsjh78z4gfrb1lavx-statistics-0.16.3.0' to 'https://cache.staging.nix-ci.com'...
3547.98 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3548.09 s
[post-build-hook] copying 0 paths...
3548.11 s
Progress: 106 of 114 built (1 building), 171 of 171 downloaded from cache
3548.15 s
Building criterion
3548.15 s
[really-safe-money-autodocodec] Documentation created: dist/doc/html/really-safe-money-autodocodec,
3548.15 s
[really-safe-money-autodocodec] dist/doc/html/really-safe-money-autodocodec/really-safe-money-autodocodec.txt
3548.15 s
[really-safe-money-autodocodec] Phase: installPhase
3548.16 s
[really-safe-money-autodocodec] Installing library in /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/really-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38
3548.16 s
[really-safe-money-autodocodec] Phase: fixupPhase
3548.16 s
[really-safe-money-autodocodec] shrinking RPATHs of ELF executables and libraries in /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0
3548.16 s
[really-safe-money-autodocodec] shrinking /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/libHSreally-safe-money-autodocodec-0.0.0.0-E6CCevHMU1VGDzKNaEZm38-ghc9.12.1.so
3548.16 s
[really-safe-money-autodocodec] checking for references to /build/ in /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0...
3548.16 s
[really-safe-money-autodocodec] patching script interpreter paths in /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0
3548.16 s
[really-safe-money-autodocodec] stripping (with command strip and flags -S -p) in /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0/lib
3548.16 s
[really-safe-money-autodocodec] shrinking RPATHs of ELF executables and libraries in /nix/store/c4lx19j1k8c1ldwchdqh2bj96wa6g5qh-really-safe-money-autodocodec-0.0.0.0-doc
3548.16 s
[really-safe-money-autodocodec] checking for references to /build/ in /nix/store/c4lx19j1k8c1ldwchdqh2bj96wa6g5qh-really-safe-money-autodocodec-0.0.0.0-doc...
3548.16 s
[really-safe-money-autodocodec] patching script interpreter paths in /nix/store/c4lx19j1k8c1ldwchdqh2bj96wa6g5qh-really-safe-money-autodocodec-0.0.0.0-doc
3548.23 s
[post-build-hook] Uploading to cachix cache "really-safe-money": /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0 /nix/store/c4lx19j1k8c1ldwchdqh2bj96wa6g5qh-really-safe-money-autodocodec-0.0.0.0-doc
3548.63 s
[post-build-hook] Pushing 2 paths (168 are already present) using zstd to cache really-safe-money ⏳
3548.63 s
[post-build-hook]
3549.01 s
[post-build-hook] Pushing /nix/store/c4lx19j1k8c1ldwchdqh2bj96wa6g5qh-really-safe-money-autodocodec-0.0.0.0-doc (303.73 KiB)
3549.01 s
[post-build-hook] Pushing /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0 (921.62 KiB)
3550.23 s
[post-build-hook]
3550.23 s
[post-build-hook] All done.
3550.25 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0 /nix/store/c4lx19j1k8c1ldwchdqh2bj96wa6g5qh-really-safe-money-autodocodec-0.0.0.0-doc
3550.28 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3550.34 s
[post-build-hook] copying 1 paths...
3550.34 s
[post-build-hook] copying path '/nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0' to 'https://cache.staging.nix-ci.com'...
3550.70 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3550.79 s
[post-build-hook] copying 0 paths...
3550.80 s
Progress: 107 of 114 built (1 building), 171 of 171 downloaded from cache
3550.81 s
[criterion] Phase: setupCompilerEnvironmentPhase
3550.81 s
[criterion] Build with /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1.
3550.81 s
[criterion] Phase: unpackPhase
3550.81 s
[criterion] unpacking source archive /nix/store/9pv33nr9nzv7jv9ayb7zfxafwfi4mxv2-criterion-1.6.4.0.tar.gz
3550.81 s
[criterion] source root is criterion-1.6.4.0
3550.81 s
[criterion] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file criterion-1.6.4.0/tests/Tests.hs
3550.81 s
[criterion] Phase: patchPhase
3550.81 s
[criterion] Run jailbreak-cabal to lift version restrictions on build inputs.
3550.81 s
[criterion] Phase: compileBuildDriverPhase
3550.81 s
[criterion] setupCompileFlags: -package-db=/build/tmp.nDZ13HXvim/setup-package.conf.d -threaded
3550.81 s
[criterion] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.nDZ13HXvim/Main.o )
3550.81 s
[criterion] [2 of 2] Linking Setup
3550.81 s
[criterion] Phase: updateAutotoolsGnuConfigScriptsPhase
3550.81 s
[criterion] Phase: configurePhase
3550.81 s
[criterion] configureFlags: --verbose --prefix=/nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --datadir=/nix/store/z3qjyrazf3ikjvy3kr5jrbg94r3dh394-criterion-1.6.4.0-data/share/ghc-9.12.1 --docdir=/nix/store/65fzm78f1mkqxnlma93jb1rcs9jzl77w-criterion-1.6.4.0-doc/share/doc/criterion-1.6.4.0 --with-gcc=gcc --package-db=/build/tmp.nDZ13HXvim/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --enable-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/wm1qn5jqrxpcjkc640gq8a90ns5gw3cn-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r04wysx6yl7ys1rdv1b1lih6in1810r0-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/wkysiv0sxqs6wn44nb46bbyig4plzsy4-elfutils-0.192/lib --extra-lib-dirs=/nix/store/ghb61mqc90qf1nx6kyahhhagicyxvcyg-gmp-with-cxx-6.3.0/lib
3550.81 s
[criterion] Using Parsec parser
3550.81 s
[criterion] Configuring criterion-1.6.4.0...
3550.81 s
[criterion] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
3550.81 s
[criterion] 'ghc' version < 9.12):
3550.81 s
[criterion] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc is version
3550.81 s
[criterion] 9.12.1
3550.81 s
[criterion] Flags chosen: embed-data-files=False, fast=False
3550.81 s
[criterion] Dependency Glob: using Glob-0.10.2
3550.81 s
[criterion] Dependency aeson: using aeson-2.2.3.0
3550.81 s
[criterion] Dependency base: using base-4.21.0.0
3550.81 s
[criterion] Dependency base-compat-batteries: using base-compat-batteries-0.14.1
3550.81 s
[criterion] Dependency binary: using binary-0.8.9.2
3550.81 s
[criterion] Dependency binary-orphans: using binary-orphans-1.0.5
3550.81 s
[criterion] Dependency bytestring: using bytestring-0.12.2.0
3550.81 s
[criterion] Dependency cassava: using cassava-0.5.3.2
3550.81 s
[criterion] Dependency code-page: using code-page-0.2.1
3550.81 s
[criterion] Dependency containers: using containers-0.7
3550.81 s
[criterion] Dependency criterion-measurement: using criterion-measurement-0.2.3.0
3550.81 s
[criterion] Dependency deepseq: using deepseq-1.5.1.0
3550.81 s
[criterion] Dependency directory: using directory-1.3.9.0
3550.81 s
[criterion] Dependency exceptions: using exceptions-0.10.9
3550.81 s
[criterion] Dependency filepath: using filepath-1.5.4.0
3550.81 s
[criterion] Dependency js-chart: using js-chart-2.9.4.1
3550.81 s
[criterion] Dependency microstache: using microstache-1.0.3
3550.81 s
[criterion] Dependency mtl: using mtl-2.3.1
3550.81 s
[criterion] Dependency mwc-random: using mwc-random-0.15.2.0
3550.81 s
[criterion] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
3550.81 s
[criterion] Dependency parsec: using parsec-3.1.17.0
3550.81 s
[criterion] Dependency prettyprinter: using prettyprinter-1.7.1
3550.81 s
[criterion] Dependency prettyprinter-ansi-terminal: using
3550.81 s
[criterion] prettyprinter-ansi-terminal-1.1.3
3550.81 s
[criterion] Dependency statistics: using statistics-0.16.3.0
3550.81 s
[criterion] Dependency text: using text-2.1.2
3550.81 s
[criterion] Dependency time: using time-1.14
3550.81 s
[criterion] Dependency transformers: using transformers-0.6.1.2
3550.81 s
[criterion] Dependency transformers-compat: using transformers-compat-0.7.2
3550.81 s
[criterion] Dependency vector: using vector-0.13.2.0
3550.81 s
[criterion] Dependency vector-algorithms: using vector-algorithms-0.9.0.3
3550.81 s
[criterion] Dependency base: using base-4.21.0.0
3550.81 s
[criterion] Dependency base-compat-batteries: using base-compat-batteries-0.14.1
3550.81 s
[criterion] Dependency criterion: using criterion-1.6.4.0
3550.81 s
[criterion] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
3550.81 s
[criterion] Source component graph:
3550.81 s
[criterion] component lib
3550.81 s
[criterion] component exe:criterion-report dependency lib
3550.81 s
[criterion] Configured component graph:
3550.81 s
[criterion] component criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3550.81 s
[criterion] include Glob-0.10.2-7GeBgvwgbYp6HbzvMwkF8I
3550.81 s
[criterion] include aeson-2.2.3.0-8KMExw8w4Qx1WyD3i6MXFR
3550.81 s
[criterion] include base-4.21.0.0-inplace
3550.81 s
[criterion] include base-compat-batteries-0.14.1-EfLcmEAHxsbDdpWQEtehts
3550.81 s
[criterion] include binary-0.8.9.2-inplace
3550.81 s
[criterion] include binary-orphans-1.0.5-IC2fXBJClMmEKbpCXYmj1L
3550.81 s
[criterion] include bytestring-0.12.2.0-inplace
3550.81 s
[criterion] include cassava-0.5.3.2-52u9TeZROTyKuAYTdeRc4s
3550.81 s
[criterion] include code-page-0.2.1-9u93QEZSYSrCFX5oUP69zk
3550.81 s
[criterion] include containers-0.7-inplace
3550.81 s
[criterion] include criterion-measurement-0.2.3.0-J8o8gVA2Oez6vAlLBkUJQG
3550.81 s
[criterion] include deepseq-1.5.1.0-inplace
3550.81 s
[criterion] include directory-1.3.9.0-inplace
3550.81 s
[criterion] include exceptions-0.10.9-inplace
3550.81 s
[criterion] include filepath-1.5.4.0-inplace
3550.81 s
[criterion] include js-chart-2.9.4.1-42u6DN2WRDmHjVeauVkQa6
3550.81 s
[criterion] include microstache-1.0.3-HzlJjhQ7HZCCcrJvOZtLMp
3550.81 s
[criterion] include mtl-2.3.1-inplace
3550.81 s
[criterion] include mwc-random-0.15.2.0-FSWiUJvvb3J8Dt8WsSXHYr
3550.81 s
[criterion] include optparse-applicative-0.18.1.0-IR0ihXtRoF6I5x1tZpuGAf
3550.81 s
[criterion] include parsec-3.1.17.0-inplace
3550.81 s
[criterion] include prettyprinter-1.7.1-KrUq1fTHFplIeGZZ8HxjoC
3550.81 s
[criterion] include prettyprinter-ansi-terminal-1.1.3-EUN7n87x3RVLQFdY3Srpuk
3550.81 s
[criterion] include statistics-0.16.3.0-Dzwl2y2somoJYmyVYtC6ky
3550.81 s
[criterion] include text-2.1.2-inplace
3550.81 s
[criterion] include time-1.14-inplace
3550.81 s
[criterion] include transformers-0.6.1.2-inplace
3550.81 s
[criterion] include transformers-compat-0.7.2-C15bHRaKW3K6DROYMc81XP
3550.81 s
[criterion] include vector-0.13.2.0-LtBYk0kuXdpH5vkCEDSf7e
3550.81 s
[criterion] include vector-algorithms-0.9.0.3-7PbJeLUDPVV9dGgClpPJyw
3550.81 s
[criterion] component criterion-1.6.4.0-4rbS0uhLYaI5P2fRgOtNQk-criterion-report
3550.81 s
[criterion] include base-4.21.0.0-inplace
3550.81 s
[criterion] include base-compat-batteries-0.14.1-EfLcmEAHxsbDdpWQEtehts
3550.81 s
[criterion] include criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3550.81 s
[criterion] include optparse-applicative-0.18.1.0-IR0ihXtRoF6I5x1tZpuGAf
3550.81 s
[criterion] Linked component graph:
3550.81 s
[criterion] unit criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3550.81 s
[criterion] include Glob-0.10.2-7GeBgvwgbYp6HbzvMwkF8I
3550.81 s
[criterion] include aeson-2.2.3.0-8KMExw8w4Qx1WyD3i6MXFR
3550.81 s
[criterion] include base-4.21.0.0-inplace
3550.81 s
[criterion] include base-compat-batteries-0.14.1-EfLcmEAHxsbDdpWQEtehts
3550.81 s
[criterion] include binary-0.8.9.2-inplace
3550.81 s
[criterion] include binary-orphans-1.0.5-IC2fXBJClMmEKbpCXYmj1L
3550.81 s
[criterion] include bytestring-0.12.2.0-inplace
3550.81 s
[criterion] include cassava-0.5.3.2-52u9TeZROTyKuAYTdeRc4s
3550.81 s
[criterion] include code-page-0.2.1-9u93QEZSYSrCFX5oUP69zk
3550.81 s
[criterion] include containers-0.7-inplace
3550.81 s
[criterion] include criterion-measurement-0.2.3.0-J8o8gVA2Oez6vAlLBkUJQG
3550.81 s
[criterion] include deepseq-1.5.1.0-inplace
3550.81 s
[criterion] include directory-1.3.9.0-inplace
3550.81 s
[criterion] include exceptions-0.10.9-inplace
3550.81 s
[criterion] include filepath-1.5.4.0-inplace
3550.81 s
[criterion] include js-chart-2.9.4.1-42u6DN2WRDmHjVeauVkQa6
3550.81 s
[criterion] include microstache-1.0.3-HzlJjhQ7HZCCcrJvOZtLMp
3550.81 s
[criterion] include mtl-2.3.1-inplace
3550.81 s
[criterion] include mwc-random-0.15.2.0-FSWiUJvvb3J8Dt8WsSXHYr
3550.81 s
[criterion] include optparse-applicative-0.18.1.0-IR0ihXtRoF6I5x1tZpuGAf
3550.81 s
[criterion] include parsec-3.1.17.0-inplace
3550.81 s
[criterion] include prettyprinter-1.7.1-KrUq1fTHFplIeGZZ8HxjoC
3550.81 s
[criterion] include prettyprinter-ansi-terminal-1.1.3-EUN7n87x3RVLQFdY3Srpuk
3550.81 s
[criterion] include statistics-0.16.3.0-Dzwl2y2somoJYmyVYtC6ky
3550.81 s
[criterion] include text-2.1.2-inplace
3550.81 s
[criterion] include time-1.14-inplace
3550.81 s
[criterion] include transformers-0.6.1.2-inplace
3550.81 s
[criterion] include transformers-compat-0.7.2-C15bHRaKW3K6DROYMc81XP
3550.81 s
[criterion] include vector-0.13.2.0-LtBYk0kuXdpH5vkCEDSf7e
3550.81 s
[criterion] include vector-algorithms-0.9.0.3-7PbJeLUDPVV9dGgClpPJyw
3550.81 s
[criterion] Criterion=criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT:Criterion,Criterion.Analysis=criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT:Criterion.Analysis,Criterion.IO=criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT:Criterion.IO,Criterion.IO.Printf=criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT:Criterion.IO.Printf,Criterion.Internal=criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT:Criterion.Internal,Criterion.Main=criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT:Criterion.Main,Criterion.Main.Options=criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT:Criterion.Main.Options,Criterion.Monad=criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT:Criterion.Monad,Criterion.Report=criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT:Criterion.Report,Criterion.Types=criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT:Criterion.Types
3550.81 s
[criterion] unit criterion-1.6.4.0-4rbS0uhLYaI5P2fRgOtNQk-criterion-report
3550.81 s
[criterion] include base-4.21.0.0-inplace
3550.81 s
[criterion] include base-compat-batteries-0.14.1-EfLcmEAHxsbDdpWQEtehts
3550.81 s
[criterion] include criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3550.81 s
[criterion] include optparse-applicative-0.18.1.0-IR0ihXtRoF6I5x1tZpuGAf
3550.81 s
[criterion] Ready component graph:
3550.81 s
[criterion] definite criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3550.81 s
[criterion] depends Glob-0.10.2-7GeBgvwgbYp6HbzvMwkF8I
3550.81 s
[criterion] depends aeson-2.2.3.0-8KMExw8w4Qx1WyD3i6MXFR
3550.81 s
[criterion] depends base-4.21.0.0-inplace
3550.81 s
[criterion] depends base-compat-batteries-0.14.1-EfLcmEAHxsbDdpWQEtehts
3550.81 s
[criterion] depends binary-0.8.9.2-inplace
3550.81 s
[criterion] depends binary-orphans-1.0.5-IC2fXBJClMmEKbpCXYmj1L
3550.81 s
[criterion] depends bytestring-0.12.2.0-inplace
3550.81 s
[criterion] depends cassava-0.5.3.2-52u9TeZROTyKuAYTdeRc4s
3550.81 s
[criterion] depends code-page-0.2.1-9u93QEZSYSrCFX5oUP69zk
3550.81 s
[criterion] depends containers-0.7-inplace
3550.81 s
[criterion] depends criterion-measurement-0.2.3.0-J8o8gVA2Oez6vAlLBkUJQG
3550.81 s
[criterion] depends deepseq-1.5.1.0-inplace
3550.81 s
[criterion] depends directory-1.3.9.0-inplace
3550.81 s
[criterion] depends exceptions-0.10.9-inplace
3550.81 s
[criterion] depends filepath-1.5.4.0-inplace
3550.81 s
[criterion] depends js-chart-2.9.4.1-42u6DN2WRDmHjVeauVkQa6
3550.81 s
[criterion] depends microstache-1.0.3-HzlJjhQ7HZCCcrJvOZtLMp
3550.81 s
[criterion] depends mtl-2.3.1-inplace
3550.81 s
[criterion] depends mwc-random-0.15.2.0-FSWiUJvvb3J8Dt8WsSXHYr
3550.81 s
[criterion] depends optparse-applicative-0.18.1.0-IR0ihXtRoF6I5x1tZpuGAf
3550.81 s
[criterion] depends parsec-3.1.17.0-inplace
3550.81 s
[criterion] depends prettyprinter-1.7.1-KrUq1fTHFplIeGZZ8HxjoC
3550.81 s
[criterion] depends prettyprinter-ansi-terminal-1.1.3-EUN7n87x3RVLQFdY3Srpuk
3550.81 s
[criterion] depends statistics-0.16.3.0-Dzwl2y2somoJYmyVYtC6ky
3550.81 s
[criterion] depends text-2.1.2-inplace
3550.81 s
[criterion] depends time-1.14-inplace
3550.81 s
[criterion] depends transformers-0.6.1.2-inplace
3550.81 s
[criterion] depends transformers-compat-0.7.2-C15bHRaKW3K6DROYMc81XP
3550.81 s
[criterion] depends vector-0.13.2.0-LtBYk0kuXdpH5vkCEDSf7e
3550.81 s
[criterion] depends vector-algorithms-0.9.0.3-7PbJeLUDPVV9dGgClpPJyw
3550.81 s
[criterion] definite criterion-1.6.4.0-4rbS0uhLYaI5P2fRgOtNQk-criterion-report
3550.81 s
[criterion] depends base-4.21.0.0-inplace
3550.81 s
[criterion] depends base-compat-batteries-0.14.1-EfLcmEAHxsbDdpWQEtehts
3550.81 s
[criterion] depends criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3550.81 s
[criterion] depends optparse-applicative-0.18.1.0-IR0ihXtRoF6I5x1tZpuGAf
3550.81 s
[criterion] Using Cabal-3.14.1.0 compiled by ghc-9.12
3550.81 s
[criterion] Using compiler: ghc-9.12.1
3550.81 s
[criterion] Using install prefix:
3550.81 s
[criterion] /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0
3550.81 s
[criterion] Executables installed in:
3550.81 s
[criterion] /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0/bin
3550.81 s
[criterion] Libraries installed in:
3550.81 s
[criterion] /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3550.81 s
[criterion] Dynamic Libraries installed in:
3550.81 s
[criterion] /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace
3550.81 s
[criterion] Private executables installed in:
3550.81 s
[criterion] /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0/libexec/x86_64-linux-ghc-9.12.1-inplace/criterion-1.6.4.0
3550.81 s
[criterion] Data files installed in:
3550.81 s
[criterion] /nix/store/z3qjyrazf3ikjvy3kr5jrbg94r3dh394-criterion-1.6.4.0-data/share/ghc-9.12.1/x86_64-linux-ghc-9.12.1-inplace/criterion-1.6.4.0
3550.81 s
[criterion] Documentation installed in:
3550.81 s
[criterion] /nix/store/65fzm78f1mkqxnlma93jb1rcs9jzl77w-criterion-1.6.4.0-doc/share/doc/criterion-1.6.4.0
3550.81 s
[criterion] Configuration files installed in:
3550.81 s
[criterion] /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0/etc
3550.81 s
[criterion] No alex found
3550.81 s
[criterion] Using ar found on system at:
3550.81 s
[criterion] /nix/store/srcmmqi8kxjfygd0hyy42c8hv6cws83b-binutils-wrapper-2.43.1/bin/ar
3550.81 s
[criterion] No c2hs found
3550.81 s
[criterion] No cpphs found
3550.81 s
[criterion] No doctest found
3550.81 s
[criterion] Using gcc version 14.2.1 given by user at:
3550.81 s
[criterion] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/gcc
3550.81 s
[criterion] Using ghc version 9.12.1 found on system at:
3550.81 s
[criterion] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc
3550.81 s
[criterion] Using ghc-pkg version 9.12.1 found on system at:
3550.81 s
[criterion] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc-pkg-9.12.1
3550.81 s
[criterion] No ghcjs found
3550.81 s
[criterion] No ghcjs-pkg found
3550.81 s
[criterion] No greencard found
3550.81 s
[criterion] Using haddock version 2.30.0 found on system at:
3550.81 s
[criterion] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/haddock-ghc-9.12.1
3550.81 s
[criterion] No happy found
3550.81 s
[criterion] No haskell-suite found
3550.81 s
[criterion] No haskell-suite-pkg found
3550.81 s
[criterion] No hmake found
3550.81 s
[criterion] Using hpc version 0.69 found on system at:
3550.81 s
[criterion] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/hpc-ghc-9.12.1
3550.81 s
[criterion] Using hsc2hs version 0.68.10 found on system at:
3550.81 s
[criterion] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
3550.81 s
[criterion] No hscolour found
3550.81 s
[criterion] No jhc found
3550.81 s
[criterion] Using ld found on system at:
3550.81 s
[criterion] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/ld
3550.81 s
[criterion] No pkg-config found
3550.81 s
[criterion] Using runghc version 9.12.1 found on system at:
3550.81 s
[criterion] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/runghc-9.12.1
3550.81 s
[criterion] Using strip version 2.43 found on system at:
3550.81 s
[criterion] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/strip
3550.81 s
[criterion] Using tar found on system at:
3550.81 s
[criterion] /nix/store/9cwwj1c9csmc85l2cqzs3h9hbf1vwl6c-gnutar-1.35/bin/tar
3550.81 s
[criterion] No uhc found
3550.81 s
[criterion] Phase: buildPhase
3550.81 s
[criterion] Preprocessing library for criterion-1.6.4.0...
3550.81 s
[criterion] Building library for criterion-1.6.4.0...
3550.96 s
[criterion] [ 1 of 12] Compiling Criterion.Types ( Criterion/Types.hs, dist/build/Criterion/Types.o, dist/build/Criterion/Types.dyn_o )
3555.93 s
[criterion] [ 2 of 12] Compiling Criterion.Monad.Internal ( Criterion/Monad/Internal.hs, dist/build/Criterion/Monad/Internal.o, dist/build/Criterion/Monad/Internal.dyn_o )
3556.02 s
[criterion] [ 3 of 12] Compiling Criterion.Monad ( Criterion/Monad.hs, dist/build/Criterion/Monad.o, dist/build/Criterion/Monad.dyn_o )
3556.05 s
[criterion] [ 4 of 12] Compiling Criterion.IO.Printf ( Criterion/IO/Printf.hs, dist/build/Criterion/IO/Printf.o, dist/build/Criterion/IO/Printf.dyn_o )
3556.17 s
[criterion] [ 5 of 12] Compiling Criterion.Analysis ( Criterion/Analysis.hs, dist/build/Criterion/Analysis.o, dist/build/Criterion/Analysis.dyn_o )
3556.63 s
[criterion] [ 6 of 12] Compiling Paths_criterion ( dist/build/autogen/Paths_criterion.hs, dist/build/Paths_criterion.o, dist/build/Paths_criterion.dyn_o )
3556.63 s
[criterion] [ 7 of 12] Compiling Criterion.Report ( Criterion/Report.hs, dist/build/Criterion/Report.o, dist/build/Criterion/Report.dyn_o )
3556.63 s
[criterion] [ 8 of 12] Compiling Criterion.Main.Options ( Criterion/Main/Options.hs, dist/build/Criterion/Main/Options.o, dist/build/Criterion/Main/Options.dyn_o )
3557.28 s
[criterion] [ 9 of 12] Compiling Criterion.IO ( Criterion/IO.hs, dist/build/Criterion/IO.o, dist/build/Criterion/IO.dyn_o )
3557.28 s
[criterion] [10 of 12] Compiling Criterion.Internal ( Criterion/Internal.hs, dist/build/Criterion/Internal.o, dist/build/Criterion/Internal.dyn_o )
3557.28 s
[criterion] [11 of 12] Compiling Criterion.Main ( Criterion/Main.hs, dist/build/Criterion/Main.o, dist/build/Criterion/Main.dyn_o )
3557.39 s
[criterion] [12 of 12] Compiling Criterion ( Criterion.hs, dist/build/Criterion.o, dist/build/Criterion.dyn_o )
3557.68 s
[criterion] [ 1 of 12] Compiling Criterion.Types ( Criterion/Types.hs, dist/build/Criterion/Types.p_o )
3569.14 s
[criterion] [ 2 of 12] Compiling Criterion.Monad.Internal ( Criterion/Monad/Internal.hs, dist/build/Criterion/Monad/Internal.p_o )
3569.30 s
[criterion] [ 3 of 12] Compiling Criterion.Monad ( Criterion/Monad.hs, dist/build/Criterion/Monad.p_o )
3569.40 s
[criterion] [ 4 of 12] Compiling Criterion.IO.Printf ( Criterion/IO/Printf.hs, dist/build/Criterion/IO/Printf.p_o )
3569.58 s
[criterion] [ 5 of 12] Compiling Criterion.Analysis ( Criterion/Analysis.hs, dist/build/Criterion/Analysis.p_o )
3570.07 s
[criterion] [ 6 of 12] Compiling Paths_criterion ( dist/build/autogen/Paths_criterion.hs, dist/build/Paths_criterion.p_o )
3570.07 s
[criterion] [ 7 of 12] Compiling Criterion.Report ( Criterion/Report.hs, dist/build/Criterion/Report.p_o )
3570.07 s
[criterion] [ 8 of 12] Compiling Criterion.Main.Options ( Criterion/Main/Options.hs, dist/build/Criterion/Main/Options.p_o )
3570.92 s
[criterion] [ 9 of 12] Compiling Criterion.IO ( Criterion/IO.hs, dist/build/Criterion/IO.p_o )
3570.92 s
[criterion] [10 of 12] Compiling Criterion.Internal ( Criterion/Internal.hs, dist/build/Criterion/Internal.p_o )
3570.92 s
[criterion] [11 of 12] Compiling Criterion.Main ( Criterion/Main.hs, dist/build/Criterion/Main.p_o )
3571.10 s
[criterion] [12 of 12] Compiling Criterion ( Criterion.hs, dist/build/Criterion.p_o )
3573.11 s
[criterion] Preprocessing executable 'criterion-report' for criterion-1.6.4.0...
3573.11 s
[criterion] Building executable 'criterion-report' for criterion-1.6.4.0...
3573.19 s
[criterion] [1 of 3] Compiling Paths_criterion ( dist/build/criterion-report/autogen/Paths_criterion.hs, dist/build/criterion-report/criterion-report-tmp/Paths_criterion.p_o )
3573.38 s
[criterion] [2 of 3] Compiling Options ( app/Options.hs, dist/build/criterion-report/criterion-report-tmp/Options.p_o )
3573.90 s
[criterion] [3 of 3] Compiling Main ( app/Report.hs, dist/build/criterion-report/criterion-report-tmp/Main.p_o )
3574.32 s
[criterion] [4 of 4] Linking dist/build/criterion-report/criterion-report
3575.90 s
[criterion] Phase: haddockPhase
3576.68 s
[criterion] Preprocessing library for criterion-1.6.4.0...
3576.70 s
[criterion] Running Haddock on library for criterion-1.6.4.0...
3576.70 s
[criterion] Warning: The documentation for the following packages are not installed. No
3576.70 s
[criterion] links will be generated to these packages: attoparsec-0.14.4,
3576.70 s
[criterion] attoparsec-0.14.4, vector-0.13.2.0
3576.93 s
[criterion] [ 1 of 12] Compiling Criterion.Types ( Criterion/Types.hs, nothing ) [Flags changed]
3577.27 s
[criterion] [ 2 of 12] Compiling Criterion.Monad.Internal ( Criterion/Monad/Internal.hs, nothing ) [Flags changed]
3577.39 s
[criterion] [ 3 of 12] Compiling Criterion.Monad ( Criterion/Monad.hs, nothing ) [Flags changed]
3577.40 s
[criterion] [ 4 of 12] Compiling Criterion.IO.Printf ( Criterion/IO/Printf.hs, nothing ) [Flags changed]
3577.42 s
[criterion] [ 5 of 12] Compiling Criterion.Analysis ( Criterion/Analysis.hs, nothing ) [Flags changed]
3577.45 s
[criterion] [ 6 of 12] Compiling Paths_criterion ( dist/build/autogen/Paths_criterion.hs, nothing ) [Flags changed]
3577.45 s
[criterion] [ 7 of 12] Compiling Criterion.Report ( Criterion/Report.hs, nothing ) [Flags changed]
3577.48 s
[criterion] [ 8 of 12] Compiling Criterion.Main.Options ( Criterion/Main/Options.hs, nothing ) [Flags changed]
3577.51 s
[criterion] [ 9 of 12] Compiling Criterion.IO ( Criterion/IO.hs, nothing ) [Flags changed]
3577.52 s
[criterion] [10 of 12] Compiling Criterion.Internal ( Criterion/Internal.hs, nothing ) [Flags changed]
3577.54 s
[criterion] [11 of 12] Compiling Criterion.Main ( Criterion/Main.hs, nothing ) [Flags changed]
3577.54 s
[criterion] [12 of 12] Compiling Criterion ( Criterion.hs, nothing ) [Flags changed]
3577.55 s
[criterion] Haddock coverage:
3577.55 s
[criterion] Warning: 'Benchmarkable' is ambiguous. It is defined
3577.55 s
[criterion] * in ‘Criterion.Measurement.Types’
3577.55 s
[criterion] * in ‘Criterion.Measurement.Types’
3577.55 s
[criterion] You may be able to disambiguate the identifier by qualifying it or
3577.55 s
[criterion] by specifying the type/value namespace explicitly.
3577.55 s
[criterion] Defaulting to the one defined in ‘Criterion.Measurement.Types’
3577.78 s
[criterion] 95% ( 43 / 45) in 'Criterion.Types'
3577.78 s
[criterion] Missing documentation for:
3577.78 s
[criterion] measure
3577.78 s
[criterion] DataRecord (Criterion/Types.hs:316)
3577.78 s
[criterion] Warning: 'Criterion' is ambiguous. It is defined
3577.78 s
[criterion] * at Criterion/Monad/Internal.hs:37:23
3577.78 s
[criterion] * at Criterion/Monad/Internal.hs:37:1
3577.78 s
[criterion] You may be able to disambiguate the identifier by qualifying it or
3577.78 s
[criterion] by specifying the type/value namespace explicitly.
3577.78 s
[criterion] Defaulting to the one defined at Criterion/Monad/Internal.hs:37:1
3577.78 s
[criterion] Warning: 'Config' is ambiguous. It is defined
3577.78 s
[criterion] * at Criterion/Types.hs:101:15
3577.78 s
[criterion] * at Criterion/Types.hs:101:1
3577.78 s
[criterion] You may be able to disambiguate the identifier by qualifying it or
3577.78 s
[criterion] by specifying the type/value namespace explicitly.
3577.78 s
[criterion] Defaulting to the one defined at Criterion/Types.hs:101:1
3577.78 s
[criterion] 100% ( 4 / 4) in 'Criterion.Monad'
3577.78 s
[criterion] 100% ( 6 / 6) in 'Criterion.IO.Printf'
3577.78 s
[criterion] Warning: 'Outliers' is ambiguous. It is defined
3577.78 s
[criterion] * at Criterion/Types.hs:133:17
3577.78 s
[criterion] * at Criterion/Types.hs:133:1
3577.78 s
[criterion] You may be able to disambiguate the identifier by qualifying it or
3577.78 s
[criterion] by specifying the type/value namespace explicitly.
3577.78 s
[criterion] Defaulting to the one defined at Criterion/Types.hs:133:1
3577.78 s
[criterion] Warning: 'Estimate' is out of scope.
3577.78 s
[criterion] If you qualify the identifier, haddock can try to link it anyway.
3577.78 s
[criterion] 100% ( 15 / 15) in 'Criterion.Analysis'
3577.78 s
[criterion] Warning: 'Report' is ambiguous. It is defined
3577.78 s
[criterion] * at Criterion/Types.hs:282:15
3577.78 s
[criterion] * at Criterion/Types.hs:282:1
3577.78 s
[criterion] You may be able to disambiguate the identifier by qualifying it or
3577.78 s
[criterion] by specifying the type/value namespace explicitly.
3577.79 s
[criterion] Defaulting to the one defined at Criterion/Types.hs:282:1
3577.79 s
[criterion] 100% ( 11 / 11) in 'Criterion.Report'
3577.79 s
[criterion] 100% ( 9 / 9) in 'Criterion.Main.Options'
3577.79 s
[criterion] 100% ( 11 / 11) in 'Criterion.IO'
3577.79 s
[criterion] 100% ( 5 / 5) in 'Criterion.Internal'
3577.79 s
[criterion] Warning: 'Benchmark' is ambiguous. It is defined
3577.79 s
[criterion] * in ‘Criterion.Measurement.Types’
3577.79 s
[criterion] * in ‘Criterion.Measurement.Types’
3577.79 s
[criterion] You may be able to disambiguate the identifier by qualifying it or
3577.79 s
[criterion] by specifying the type/value namespace explicitly.
3577.79 s
[criterion] Defaulting to the one defined in ‘Criterion.Measurement.Types’
3577.79 s
[criterion] Warning: 'Benchmarkable' is ambiguous. It is defined
3577.79 s
[criterion] * in ‘Criterion.Measurement.Types’
3577.79 s
[criterion] * in ‘Criterion.Measurement.Types’
3577.79 s
[criterion] You may be able to disambiguate the identifier by qualifying it or
3577.79 s
[criterion] by specifying the type/value namespace explicitly.
3577.79 s
[criterion] Defaulting to the one defined in ‘Criterion.Measurement.Types’
3577.79 s
[criterion] Warning: 'NFData' is out of scope.
3577.79 s
[criterion] If you qualify the identifier, haddock can try to link it anyway.
3577.79 s
[criterion] 100% ( 36 / 36) in 'Criterion.Main'
3577.79 s
[criterion] 100% ( 26 / 26) in 'Criterion'
3578.04 s
[criterion] Warning: Criterion.Types: could not find link destinations for:
3578.04 s
[criterion] - Data.Vector.Vector
3578.04 s
[criterion] - Criterion.Types.Rep_DataRecord
3578.04 s
[criterion] - Criterion.Types.Rep_Report
3578.04 s
[criterion] - Criterion.Types.Rep_KDE
3578.04 s
[criterion] - Criterion.Types.Rep_OutlierEffect
3578.04 s
[criterion] - Criterion.Types.Rep_OutlierVariance
3578.04 s
[criterion] - Criterion.Types.Rep_Outliers
3578.04 s
[criterion] - Criterion.Types.Rep_Regression
3578.04 s
[criterion] - Criterion.Types.Rep_SampleAnalysis
3578.04 s
[criterion] - Criterion.Types.Rep_Config
3578.04 s
[criterion] - Criterion.Types.Rep_Verbosity
3578.04 s
[criterion] - Criterion.Measurement.Types.Rep_Measured
3578.04 s
[criterion] - Data.Vector.Unboxed.Base.Unbox
3578.04 s
[criterion] Warning: Criterion.Monad: could not find link destinations for:
3578.04 s
[criterion] - Criterion.IO.Printf.chPrintfImpl
3578.04 s
[criterion] - Criterion.IO.Printf.PrintfCont
3578.04 s
[criterion] Warning: Criterion.IO.Printf: could not find link destinations for:
3578.04 s
[criterion] - Criterion.IO.Printf.chPrintfImpl
3578.04 s
[criterion] - Criterion.IO.Printf.PrintfCont
3578.05 s
[criterion] Warning: Criterion.Analysis: could not find link destinations for:
3578.05 s
[criterion] - Data.Vector.Vector
3578.05 s
[criterion] - Criterion.Types.Rep_OutlierEffect
3578.05 s
[criterion] - Criterion.Types.Rep_OutlierVariance
3578.05 s
[criterion] - Criterion.Types.Rep_Outliers
3578.05 s
[criterion] - Criterion.Types.Rep_SampleAnalysis
3578.05 s
[criterion] Warning: Criterion.Report: could not find link destinations for:
3578.05 s
[criterion] - Data.Vector.Generic.Base.Vector
3578.05 s
[criterion] - Criterion.Report.Rep_TemplateException
3578.05 s
[criterion] Warning: Criterion.Main.Options: could not find link destinations for:
3578.05 s
[criterion] - Criterion.Main.Options.Rep_MatchType
3578.05 s
[criterion] - Criterion.Main.Options.Rep_Mode
3578.05 s
[criterion] Warning: Criterion.IO: could not find link destinations for:
3578.05 s
[criterion] - Paths_criterion.version
3583.10 s
[criterion] Documentation created: dist/doc/html/criterion,
3583.10 s
[criterion] dist/doc/html/criterion/criterion.txt
3583.89 s
[criterion] Preprocessing executable 'criterion-report' for criterion-1.6.4.0...
3584.00 s
[criterion] Phase: installPhase
3584.06 s
[criterion] Installing library in /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3584.26 s
[criterion] Installing executable criterion-report in /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0/bin
3584.26 s
[criterion] Warning: The directory
3584.26 s
[criterion] /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0/bin is not in
3584.26 s
[criterion] the system search path.
3584.45 s
[criterion] Phase: fixupPhase
3584.47 s
[criterion] shrinking RPATHs of ELF executables and libraries in /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0
3584.47 s
[criterion] shrinking /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/libHScriterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT-ghc9.12.1.so
3584.49 s
[criterion] shrinking /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0/bin/criterion-report
3584.51 s
[criterion] checking for references to /build/ in /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0...
3584.53 s
[criterion] patching script interpreter paths in /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0
3584.54 s
[criterion] stripping (with command strip and flags -S -p) in /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0/lib /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0/bin
3584.74 s
[criterion] shrinking RPATHs of ELF executables and libraries in /nix/store/z3qjyrazf3ikjvy3kr5jrbg94r3dh394-criterion-1.6.4.0-data
3584.74 s
[criterion] checking for references to /build/ in /nix/store/z3qjyrazf3ikjvy3kr5jrbg94r3dh394-criterion-1.6.4.0-data...
3584.74 s
[criterion] patching script interpreter paths in /nix/store/z3qjyrazf3ikjvy3kr5jrbg94r3dh394-criterion-1.6.4.0-data
3584.75 s
[criterion] shrinking RPATHs of ELF executables and libraries in /nix/store/65fzm78f1mkqxnlma93jb1rcs9jzl77w-criterion-1.6.4.0-doc
3584.76 s
[criterion] checking for references to /build/ in /nix/store/65fzm78f1mkqxnlma93jb1rcs9jzl77w-criterion-1.6.4.0-doc...
3584.77 s
[criterion] patching script interpreter paths in /nix/store/65fzm78f1mkqxnlma93jb1rcs9jzl77w-criterion-1.6.4.0-doc
3584.90 s
[post-build-hook] Uploading to cachix cache "really-safe-money": /nix/store/65fzm78f1mkqxnlma93jb1rcs9jzl77w-criterion-1.6.4.0-doc /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0 /nix/store/z3qjyrazf3ikjvy3kr5jrbg94r3dh394-criterion-1.6.4.0-data
3585.30 s
[post-build-hook] Pushing 3 paths (204 are already present) using zstd to cache really-safe-money ⏳
3585.30 s
[post-build-hook]
3585.64 s
[post-build-hook] Pushing /nix/store/65fzm78f1mkqxnlma93jb1rcs9jzl77w-criterion-1.6.4.0-doc (1.51 MiB)
3585.68 s
[post-build-hook] Pushing /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0 (24.79 MiB)
3585.77 s
[post-build-hook] Pushing /nix/store/z3qjyrazf3ikjvy3kr5jrbg94r3dh394-criterion-1.6.4.0-data (35.38 KiB)
3587.08 s
[post-build-hook]
3587.08 s
[post-build-hook] All done.
3587.10 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/65fzm78f1mkqxnlma93jb1rcs9jzl77w-criterion-1.6.4.0-doc /nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0 /nix/store/z3qjyrazf3ikjvy3kr5jrbg94r3dh394-criterion-1.6.4.0-data
3587.13 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3587.27 s
[post-build-hook] copying 2 paths...
3587.27 s
[post-build-hook] copying path '/nix/store/65fzm78f1mkqxnlma93jb1rcs9jzl77w-criterion-1.6.4.0-doc' to 'https://cache.staging.nix-ci.com'...
3587.42 s
[post-build-hook] copying path '/nix/store/6l0xy7wig53z0l6xsqm329m4xn1w605g-criterion-1.6.4.0' to 'https://cache.staging.nix-ci.com'...
3592.51 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3592.60 s
[post-build-hook] copying 0 paths...
3592.62 s
Progress: 108 of 114 built, 171 of 171 downloaded from cache
3592.66 s
Building genvalidity-criterion
3592.86 s
[genvalidity-criterion] Phase: setupCompilerEnvironmentPhase
3592.87 s
[genvalidity-criterion] Build with /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1.
3593.13 s
[genvalidity-criterion] Phase: unpackPhase
3593.13 s
[genvalidity-criterion] unpacking source archive /nix/store/a9ca5a3nh3aws6biaw5cj2h4zbrfm08s-genvalidity-criterion-source-1.1.0.0/genvalidity-criterion-1.1.0.0.tar.gz
3593.14 s
[genvalidity-criterion] source root is genvalidity-criterion-1.1.0.0
3593.14 s
[genvalidity-criterion] setting SOURCE_DATE_EPOCH to timestamp 1775926907 of file genvalidity-criterion-1.1.0.0/src/Data/GenValidity/Criterion.hs
3593.15 s
[genvalidity-criterion] Phase: patchPhase
3593.15 s
[genvalidity-criterion] Phase: compileBuildDriverPhase
3593.16 s
[genvalidity-criterion] setupCompileFlags: -package-db=/build/tmp.0sOGlWM1Ah/setup-package.conf.d -threaded
3593.20 s
[genvalidity-criterion] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.0sOGlWM1Ah/Main.o )
3593.24 s
[genvalidity-criterion] [2 of 2] Linking Setup
3594.32 s
[genvalidity-criterion] Phase: updateAutotoolsGnuConfigScriptsPhase
3594.33 s
[genvalidity-criterion] Phase: configurePhase
3594.34 s
[genvalidity-criterion] configureFlags: --verbose --prefix=/nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/dscmnjgi6kgmxs18jhxd3n0isys1r393-genvalidity-criterion-1.1.0.0-doc/share/doc/genvalidity-criterion-1.1.0.0 --with-gcc=gcc --package-db=/build/tmp.0sOGlWM1Ah/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/wm1qn5jqrxpcjkc640gq8a90ns5gw3cn-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r04wysx6yl7ys1rdv1b1lih6in1810r0-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/wkysiv0sxqs6wn44nb46bbyig4plzsy4-elfutils-0.192/lib --extra-lib-dirs=/nix/store/ghb61mqc90qf1nx6kyahhhagicyxvcyg-gmp-with-cxx-6.3.0/lib
3594.34 s
[genvalidity-criterion] Using Parsec parser
3594.34 s
[genvalidity-criterion] Configuring genvalidity-criterion-1.1.0.0...
3594.37 s
[genvalidity-criterion] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
3594.37 s
[genvalidity-criterion] 'ghc' version < 9.12):
3594.37 s
[genvalidity-criterion] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc is version
3594.37 s
[genvalidity-criterion] 9.12.1
3594.84 s
[genvalidity-criterion] Dependency QuickCheck: using QuickCheck-2.15.0.1
3594.84 s
[genvalidity-criterion] Dependency base <5: using base-4.21.0.0
3594.84 s
[genvalidity-criterion] Dependency criterion: using criterion-1.6.4.0
3594.84 s
[genvalidity-criterion] Dependency deepseq: using deepseq-1.5.1.0
3594.84 s
[genvalidity-criterion] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
3594.84 s
[genvalidity-criterion] Dependency vector: using vector-0.13.2.0
3594.84 s
[genvalidity-criterion] Dependency QuickCheck: using QuickCheck-2.15.0.1
3594.84 s
[genvalidity-criterion] Dependency base <5: using base-4.21.0.0
3594.84 s
[genvalidity-criterion] Dependency criterion: using criterion-1.6.4.0
3594.84 s
[genvalidity-criterion] Dependency genvalidity: using genvalidity-1.1.1.0
3594.84 s
[genvalidity-criterion] Dependency genvalidity-criterion: using genvalidity-criterion-1.1.0.0
3594.84 s
[genvalidity-criterion] Source component graph:
3594.84 s
[genvalidity-criterion] component lib
3594.84 s
[genvalidity-criterion] component bench:genvalidity-criterion-bench dependency lib
3594.84 s
[genvalidity-criterion] Configured component graph:
3594.84 s
[genvalidity-criterion] component genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3594.84 s
[genvalidity-criterion] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3594.84 s
[genvalidity-criterion] include base-4.21.0.0-inplace
3594.84 s
[genvalidity-criterion] include criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3594.84 s
[genvalidity-criterion] include deepseq-1.5.1.0-inplace
3594.84 s
[genvalidity-criterion] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3594.84 s
[genvalidity-criterion] include vector-0.13.2.0-LtBYk0kuXdpH5vkCEDSf7e
3594.84 s
[genvalidity-criterion] component genvalidity-criterion-1.1.0.0-JkEHyg5odoI2G7cKLmhzwY-genvalidity-criterion-bench
3594.84 s
[genvalidity-criterion] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3594.84 s
[genvalidity-criterion] include base-4.21.0.0-inplace
3594.84 s
[genvalidity-criterion] include criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3594.84 s
[genvalidity-criterion] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3594.84 s
[genvalidity-criterion] include genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3594.84 s
[genvalidity-criterion] Linked component graph:
3594.84 s
[genvalidity-criterion] unit genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3594.84 s
[genvalidity-criterion] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3594.84 s
[genvalidity-criterion] include base-4.21.0.0-inplace
3594.84 s
[genvalidity-criterion] include criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3594.84 s
[genvalidity-criterion] include deepseq-1.5.1.0-inplace
3594.84 s
[genvalidity-criterion] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3594.84 s
[genvalidity-criterion] include vector-0.13.2.0-LtBYk0kuXdpH5vkCEDSf7e
3594.84 s
[genvalidity-criterion] Data.GenValidity.Criterion=genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm:Data.GenValidity.Criterion
3594.85 s
[genvalidity-criterion] unit genvalidity-criterion-1.1.0.0-JkEHyg5odoI2G7cKLmhzwY-genvalidity-criterion-bench
3594.85 s
[genvalidity-criterion] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3594.85 s
[genvalidity-criterion] include base-4.21.0.0-inplace
3594.85 s
[genvalidity-criterion] include criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3594.85 s
[genvalidity-criterion] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3594.85 s
[genvalidity-criterion] include genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3594.85 s
[genvalidity-criterion] Ready component graph:
3594.85 s
[genvalidity-criterion] definite genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3594.85 s
[genvalidity-criterion] depends QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3594.85 s
[genvalidity-criterion] depends base-4.21.0.0-inplace
3594.85 s
[genvalidity-criterion] depends criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3594.85 s
[genvalidity-criterion] depends deepseq-1.5.1.0-inplace
3594.85 s
[genvalidity-criterion] depends genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3594.85 s
[genvalidity-criterion] depends vector-0.13.2.0-LtBYk0kuXdpH5vkCEDSf7e
3594.85 s
[genvalidity-criterion] definite genvalidity-criterion-1.1.0.0-JkEHyg5odoI2G7cKLmhzwY-genvalidity-criterion-bench
3594.85 s
[genvalidity-criterion] depends QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3594.85 s
[genvalidity-criterion] depends base-4.21.0.0-inplace
3594.85 s
[genvalidity-criterion] depends criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3594.85 s
[genvalidity-criterion] depends genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3594.85 s
[genvalidity-criterion] depends genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3594.85 s
[genvalidity-criterion] Using Cabal-3.14.1.0 compiled by ghc-9.12
3594.85 s
[genvalidity-criterion] Using compiler: ghc-9.12.1
3594.85 s
[genvalidity-criterion] Using install prefix:
3594.85 s
[genvalidity-criterion] /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0
3594.85 s
[genvalidity-criterion] Executables installed in:
3594.85 s
[genvalidity-criterion] /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0/bin
3594.85 s
[genvalidity-criterion] Libraries installed in:
3594.85 s
[genvalidity-criterion] /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3594.85 s
[genvalidity-criterion] Dynamic Libraries installed in:
3594.85 s
[genvalidity-criterion] /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace
3594.85 s
[genvalidity-criterion] Private executables installed in:
3594.85 s
[genvalidity-criterion] /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0/libexec/x86_64-linux-ghc-9.12.1-inplace/genvalidity-criterion-1.1.0.0
3594.85 s
[genvalidity-criterion] Data files installed in:
3594.85 s
[genvalidity-criterion] /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0/share/x86_64-linux-ghc-9.12.1-inplace/genvalidity-criterion-1.1.0.0
3594.85 s
[genvalidity-criterion] Documentation installed in:
3594.85 s
[genvalidity-criterion] /nix/store/dscmnjgi6kgmxs18jhxd3n0isys1r393-genvalidity-criterion-1.1.0.0-doc/share/doc/genvalidity-criterion-1.1.0.0
3594.85 s
[genvalidity-criterion] Configuration files installed in:
3594.85 s
[genvalidity-criterion] /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0/etc
3594.85 s
[genvalidity-criterion] No alex found
3594.85 s
[genvalidity-criterion] Using ar found on system at:
3594.85 s
[genvalidity-criterion] /nix/store/srcmmqi8kxjfygd0hyy42c8hv6cws83b-binutils-wrapper-2.43.1/bin/ar
3594.85 s
[genvalidity-criterion] No c2hs found
3594.85 s
[genvalidity-criterion] No cpphs found
3594.85 s
[genvalidity-criterion] No doctest found
3594.85 s
[genvalidity-criterion] Using gcc version 14.2.1 given by user at:
3594.85 s
[genvalidity-criterion] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/gcc
3594.85 s
[genvalidity-criterion] Using ghc version 9.12.1 found on system at:
3594.85 s
[genvalidity-criterion] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc
3594.85 s
[genvalidity-criterion] Using ghc-pkg version 9.12.1 found on system at:
3594.85 s
[genvalidity-criterion] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc-pkg-9.12.1
3594.85 s
[genvalidity-criterion] No ghcjs found
3594.85 s
[genvalidity-criterion] No ghcjs-pkg found
3594.85 s
[genvalidity-criterion] No greencard found
3594.85 s
[genvalidity-criterion] Using haddock version 2.30.0 found on system at:
3594.85 s
[genvalidity-criterion] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/haddock-ghc-9.12.1
3594.85 s
[genvalidity-criterion] No happy found
3594.85 s
[genvalidity-criterion] No haskell-suite found
3594.85 s
[genvalidity-criterion] No haskell-suite-pkg found
3594.85 s
[genvalidity-criterion] No hmake found
3594.85 s
[genvalidity-criterion] Using hpc version 0.69 found on system at:
3594.85 s
[genvalidity-criterion] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/hpc-ghc-9.12.1
3594.85 s
[genvalidity-criterion] Using hsc2hs version 0.68.10 found on system at:
3594.85 s
[genvalidity-criterion] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
3594.85 s
[genvalidity-criterion] Using hscolour version 1.25 found on system at:
3594.85 s
[genvalidity-criterion] /nix/store/li6zgl3x3aba384gdjnyhsp41jzhd5pp-hscolour-1.25/bin/HsColour
3594.85 s
[genvalidity-criterion] No jhc found
3594.85 s
[genvalidity-criterion] Using ld found on system at:
3594.85 s
[genvalidity-criterion] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/ld
3594.85 s
[genvalidity-criterion] No pkg-config found
3594.85 s
[genvalidity-criterion] Using runghc version 9.12.1 found on system at:
3594.85 s
[genvalidity-criterion] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/runghc-9.12.1
3594.85 s
[genvalidity-criterion] Using strip version 2.43 found on system at:
3594.85 s
[genvalidity-criterion] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/strip
3594.85 s
[genvalidity-criterion] Using tar found on system at:
3594.85 s
[genvalidity-criterion] /nix/store/9cwwj1c9csmc85l2cqzs3h9hbf1vwl6c-gnutar-1.35/bin/tar
3594.85 s
[genvalidity-criterion] No uhc found
3594.98 s
[genvalidity-criterion] Phase: buildPhase
3595.03 s
[genvalidity-criterion] Preprocessing library for genvalidity-criterion-1.1.0.0...
3595.03 s
[genvalidity-criterion] Building library for genvalidity-criterion-1.1.0.0...
3595.10 s
[genvalidity-criterion] [1 of 2] Compiling Data.GenValidity.Criterion ( src/Data/GenValidity/Criterion.hs, dist/build/Data/GenValidity/Criterion.o, dist/build/Data/GenValidity/Criterion.dyn_o )
3595.46 s
[genvalidity-criterion] [2 of 2] Compiling Paths_genvalidity_criterion ( dist/build/autogen/Paths_genvalidity_criterion.hs, dist/build/Paths_genvalidity_criterion.o, dist/build/Paths_genvalidity_criterion.dyn_o )
3595.60 s
[genvalidity-criterion] [1 of 2] Compiling Data.GenValidity.Criterion ( src/Data/GenValidity/Criterion.hs, dist/build/Data/GenValidity/Criterion.p_o )
3596.05 s
[genvalidity-criterion] [2 of 2] Compiling Paths_genvalidity_criterion ( dist/build/autogen/Paths_genvalidity_criterion.hs, dist/build/Paths_genvalidity_criterion.p_o )
3597.79 s
[genvalidity-criterion] Preprocessing benchmark 'genvalidity-criterion-bench' for genvalidity-criterion-1.1.0.0...
3597.80 s
[genvalidity-criterion] Building benchmark 'genvalidity-criterion-bench' for genvalidity-criterion-1.1.0.0...
3597.87 s
[genvalidity-criterion] [1 of 2] Compiling Main ( bench/Main.hs, dist/build/genvalidity-criterion-bench/genvalidity-criterion-bench-tmp/Main.o )
3598.18 s
[genvalidity-criterion] [2 of 2] Compiling Paths_genvalidity_criterion ( dist/build/genvalidity-criterion-bench/autogen/Paths_genvalidity_criterion.hs, dist/build/genvalidity-criterion-bench/genvalidity-criterion-bench-tmp/Paths_genvalidity_criterion.o )
3598.34 s
[genvalidity-criterion] [3 of 3] Linking dist/build/genvalidity-criterion-bench/genvalidity-criterion-bench
3599.28 s
[genvalidity-criterion] Phase: checkPhase
3599.34 s
[genvalidity-criterion] Package has no test suites.
3599.34 s
[genvalidity-criterion] Phase: haddockPhase
3600.01 s
[genvalidity-criterion] Preprocessing library for genvalidity-criterion-1.1.0.0...
3600.01 s
[genvalidity-criterion] Running Haddock on library for genvalidity-criterion-1.1.0.0...
3600.02 s
[genvalidity-criterion] Warning: The documentation for the following packages are not installed. No
3600.02 s
[genvalidity-criterion] links will be generated to these packages: attoparsec-0.14.4,
3600.02 s
[genvalidity-criterion] attoparsec-0.14.4, vector-0.13.2.0
3600.22 s
[genvalidity-criterion] [1 of 2] Compiling Data.GenValidity.Criterion ( src/Data/GenValidity/Criterion.hs, nothing ) [HIE file is missing]
3600.42 s
[genvalidity-criterion] [2 of 2] Compiling Paths_genvalidity_criterion ( dist/build/autogen/Paths_genvalidity_criterion.hs, nothing ) [HIE file is missing]
3600.43 s
[genvalidity-criterion] Haddock coverage:
3600.62 s
[genvalidity-criterion] 100% ( 8 / 8) in 'Data.GenValidity.Criterion'
3600.69 s
[genvalidity-criterion] Warning: Data.GenValidity.Criterion: could not find link destinations for:
3600.69 s
[genvalidity-criterion] - Data.Vector.Vector
3605.34 s
[genvalidity-criterion] Documentation created: dist/doc/html/genvalidity-criterion,
3605.34 s
[genvalidity-criterion] dist/doc/html/genvalidity-criterion/genvalidity-criterion.txt
3606.04 s
[genvalidity-criterion] Preprocessing benchmark 'genvalidity-criterion-bench' for genvalidity-criterion-1.1.0.0...
3606.13 s
[genvalidity-criterion] Phase: installPhase
3606.19 s
[genvalidity-criterion] Installing library in /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3606.35 s
[genvalidity-criterion] Phase: fixupPhase
3606.36 s
[genvalidity-criterion] shrinking RPATHs of ELF executables and libraries in /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0
3606.37 s
[genvalidity-criterion] shrinking /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/libHSgenvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm-ghc9.12.1.so
3606.38 s
[genvalidity-criterion] checking for references to /build/ in /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0...
3606.39 s
[genvalidity-criterion] patching script interpreter paths in /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0
3606.40 s
[genvalidity-criterion] stripping (with command strip and flags -S -p) in /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0/lib
3606.42 s
[genvalidity-criterion] shrinking RPATHs of ELF executables and libraries in /nix/store/dscmnjgi6kgmxs18jhxd3n0isys1r393-genvalidity-criterion-1.1.0.0-doc
3606.42 s
[genvalidity-criterion] checking for references to /build/ in /nix/store/dscmnjgi6kgmxs18jhxd3n0isys1r393-genvalidity-criterion-1.1.0.0-doc...
3606.43 s
[genvalidity-criterion] patching script interpreter paths in /nix/store/dscmnjgi6kgmxs18jhxd3n0isys1r393-genvalidity-criterion-1.1.0.0-doc
3606.53 s
[post-build-hook] Uploading to cachix cache "really-safe-money": /nix/store/dscmnjgi6kgmxs18jhxd3n0isys1r393-genvalidity-criterion-1.1.0.0-doc /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0
3606.92 s
[post-build-hook] Pushing 2 paths (211 are already present) using zstd to cache really-safe-money ⏳
3606.92 s
[post-build-hook]
3607.26 s
[post-build-hook] Pushing /nix/store/dscmnjgi6kgmxs18jhxd3n0isys1r393-genvalidity-criterion-1.1.0.0-doc (211.73 KiB)
3607.31 s
[post-build-hook] Pushing /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0 (539.69 KiB)
3608.60 s
[post-build-hook]
3608.60 s
[post-build-hook] All done.
3608.62 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/dscmnjgi6kgmxs18jhxd3n0isys1r393-genvalidity-criterion-1.1.0.0-doc /nix/store/kqwqjklbnbiwbs9vgnnpa3npka8xy715-genvalidity-criterion-1.1.0.0
3608.65 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3608.67 s
[post-build-hook] copying 0 paths...
3608.71 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3608.80 s
[post-build-hook] copying 0 paths...
3608.82 s
Progress: 109 of 114 built, 171 of 171 downloaded from cache
3608.87 s
Building genvalidity-containers
3609.11 s
[genvalidity-containers] Phase: setupCompilerEnvironmentPhase
3609.12 s
[genvalidity-containers] Build with /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1.
3609.39 s
[genvalidity-containers] Phase: unpackPhase
3609.40 s
[genvalidity-containers] unpacking source archive /nix/store/2i4cah2xwxv10p866mfhllqynhlhy7qq-genvalidity-containers-source-1.0.0.2/genvalidity-containers-1.0.0.2.tar.gz
3609.40 s
[genvalidity-containers] source root is genvalidity-containers-1.0.0.2
3609.41 s
[genvalidity-containers] setting SOURCE_DATE_EPOCH to timestamp 1778747587 of file genvalidity-containers-1.0.0.2/test/Spec.hs
3609.41 s
[genvalidity-containers] Phase: patchPhase
3609.42 s
[genvalidity-containers] Phase: compileBuildDriverPhase
3609.42 s
[genvalidity-containers] setupCompileFlags: -package-db=/build/tmp.viXAUN5XFn/setup-package.conf.d -threaded
3609.46 s
[genvalidity-containers] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.viXAUN5XFn/Main.o )
3609.50 s
[genvalidity-containers] [2 of 2] Linking Setup
3610.57 s
[genvalidity-containers] Phase: updateAutotoolsGnuConfigScriptsPhase
3610.58 s
[genvalidity-containers] Phase: configurePhase
3610.63 s
[genvalidity-containers] configureFlags: --verbose --prefix=/nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/67k4sh4fr7hyjg28plbjh23h0fdndgaz-genvalidity-containers-1.0.0.2-doc/share/doc/genvalidity-containers-1.0.0.2 --with-gcc=gcc --package-db=/build/tmp.viXAUN5XFn/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/wm1qn5jqrxpcjkc640gq8a90ns5gw3cn-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r04wysx6yl7ys1rdv1b1lih6in1810r0-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/wkysiv0sxqs6wn44nb46bbyig4plzsy4-elfutils-0.192/lib --extra-lib-dirs=/nix/store/ghb61mqc90qf1nx6kyahhhagicyxvcyg-gmp-with-cxx-6.3.0/lib
3610.63 s
[genvalidity-containers] Using Parsec parser
3610.63 s
[genvalidity-containers] Configuring genvalidity-containers-1.0.0.2...
3610.63 s
[genvalidity-containers] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
3610.63 s
[genvalidity-containers] 'ghc' version < 9.12):
3610.63 s
[genvalidity-containers] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc is version
3610.63 s
[genvalidity-containers] 9.12.1
3611.07 s
[genvalidity-containers] Dependency QuickCheck: using QuickCheck-2.15.0.1
3611.07 s
[genvalidity-containers] Dependency base >=4.9 && <=5: using base-4.21.0.0
3611.07 s
[genvalidity-containers] Dependency containers >=0.6.0.1: using containers-0.7
3611.07 s
[genvalidity-containers] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
3611.07 s
[genvalidity-containers] Dependency validity >=0.5: using validity-0.12.1.0
3611.07 s
[genvalidity-containers] Dependency validity-containers >=0.3: using validity-containers-0.5.0.5
3611.07 s
[genvalidity-containers] Dependency QuickCheck: using QuickCheck-2.15.0.1
3611.07 s
[genvalidity-containers] Dependency base >=4.9 && <=5: using base-4.21.0.0
3611.07 s
[genvalidity-containers] Dependency containers: using containers-0.7
3611.07 s
[genvalidity-containers] Dependency genvalidity: using genvalidity-1.1.1.0
3611.07 s
[genvalidity-containers] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
3611.07 s
[genvalidity-containers] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
3611.07 s
[genvalidity-containers] Dependency genvalidity-property: using genvalidity-property-1.0.0.0
3611.07 s
[genvalidity-containers] Dependency hspec: using hspec-2.11.10
3611.07 s
[genvalidity-containers] Dependency validity >=0.9: using validity-0.12.1.0
3611.07 s
[genvalidity-containers] Dependency validity-containers: using validity-containers-0.5.0.5
3611.07 s
[genvalidity-containers] Dependency QuickCheck: using QuickCheck-2.15.0.1
3611.07 s
[genvalidity-containers] Dependency base >=4.9 && <=5: using base-4.21.0.0
3611.07 s
[genvalidity-containers] Dependency containers: using containers-0.7
3611.07 s
[genvalidity-containers] Dependency criterion: using criterion-1.6.4.0
3611.07 s
[genvalidity-containers] Dependency genvalidity: using genvalidity-1.1.1.0
3611.07 s
[genvalidity-containers] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
3611.07 s
[genvalidity-containers] Dependency genvalidity-criterion >=1.1.0.0: using
3611.07 s
[genvalidity-containers] genvalidity-criterion-1.1.0.0
3611.07 s
[genvalidity-containers] Source component graph:
3611.07 s
[genvalidity-containers] component lib
3611.07 s
[genvalidity-containers] component test:genvalidity-containers-test dependency lib
3611.07 s
[genvalidity-containers] component bench:genvalidity-containers-bench dependency lib
3611.07 s
[genvalidity-containers] Configured component graph:
3611.07 s
[genvalidity-containers] component genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3611.07 s
[genvalidity-containers] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3611.08 s
[genvalidity-containers] include base-4.21.0.0-inplace
3611.08 s
[genvalidity-containers] include containers-0.7-inplace
3611.08 s
[genvalidity-containers] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3611.08 s
[genvalidity-containers] include validity-0.12.1.0-Ftge1kUAZUw5oLX0xdrPax
3611.08 s
[genvalidity-containers] include validity-containers-0.5.0.5-9PGuFSqO5uFJvIIcWnqIVm
3611.08 s
[genvalidity-containers] component genvalidity-containers-1.0.0.2-209WJLTdAIh1Ye1YisTGnE-genvalidity-containers-test
3611.08 s
[genvalidity-containers] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3611.08 s
[genvalidity-containers] include base-4.21.0.0-inplace
3611.08 s
[genvalidity-containers] include containers-0.7-inplace
3611.08 s
[genvalidity-containers] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3611.08 s
[genvalidity-containers] include genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3611.08 s
[genvalidity-containers] include genvalidity-hspec-1.0.0.4-FPPEGGal4YQDddEwmtByBX
3611.08 s
[genvalidity-containers] include genvalidity-property-1.0.0.0-BXW5cUh2J0JuNyUqlEYtR
3611.08 s
[genvalidity-containers] include hspec-2.11.10-4AkNZgQHaDwGjF4SOzCzlC
3611.08 s
[genvalidity-containers] include validity-0.12.1.0-Ftge1kUAZUw5oLX0xdrPax
3611.08 s
[genvalidity-containers] include validity-containers-0.5.0.5-9PGuFSqO5uFJvIIcWnqIVm
3611.08 s
[genvalidity-containers] component genvalidity-containers-1.0.0.2-BGJFGjSR4egK1vMtHuSgJa-genvalidity-containers-bench
3611.08 s
[genvalidity-containers] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3611.08 s
[genvalidity-containers] include base-4.21.0.0-inplace
3611.08 s
[genvalidity-containers] include containers-0.7-inplace
3611.08 s
[genvalidity-containers] include criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3611.08 s
[genvalidity-containers] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3611.08 s
[genvalidity-containers] include genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3611.08 s
[genvalidity-containers] include genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3611.08 s
[genvalidity-containers] Linked component graph:
3611.08 s
[genvalidity-containers] unit genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3611.08 s
[genvalidity-containers] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3611.08 s
[genvalidity-containers] include base-4.21.0.0-inplace
3611.08 s
[genvalidity-containers] include containers-0.7-inplace
3611.08 s
[genvalidity-containers] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3611.08 s
[genvalidity-containers] include validity-0.12.1.0-Ftge1kUAZUw5oLX0xdrPax
3611.08 s
[genvalidity-containers] include validity-containers-0.5.0.5-9PGuFSqO5uFJvIIcWnqIVm
3611.08 s
[genvalidity-containers] Data.GenValidity.Containers=genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL:Data.GenValidity.Containers,Data.GenValidity.IntMap=genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL:Data.GenValidity.IntMap,Data.GenValidity.Map=genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL:Data.GenValidity.Map,Data.GenValidity.Sequence=genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL:Data.GenValidity.Sequence,Data.GenValidity.Set=genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL:Data.GenValidity.Set,Data.GenValidity.Tree=genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL:Data.GenValidity.Tree
3611.08 s
[genvalidity-containers] unit genvalidity-containers-1.0.0.2-209WJLTdAIh1Ye1YisTGnE-genvalidity-containers-test
3611.08 s
[genvalidity-containers] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3611.08 s
[genvalidity-containers] include base-4.21.0.0-inplace
3611.08 s
[genvalidity-containers] include containers-0.7-inplace
3611.08 s
[genvalidity-containers] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3611.08 s
[genvalidity-containers] include genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3611.08 s
[genvalidity-containers] include genvalidity-hspec-1.0.0.4-FPPEGGal4YQDddEwmtByBX
3611.08 s
[genvalidity-containers] include genvalidity-property-1.0.0.0-BXW5cUh2J0JuNyUqlEYtR
3611.08 s
[genvalidity-containers] include hspec-2.11.10-4AkNZgQHaDwGjF4SOzCzlC
3611.08 s
[genvalidity-containers] include validity-0.12.1.0-Ftge1kUAZUw5oLX0xdrPax
3611.08 s
[genvalidity-containers] include validity-containers-0.5.0.5-9PGuFSqO5uFJvIIcWnqIVm
3611.08 s
[genvalidity-containers] unit genvalidity-containers-1.0.0.2-BGJFGjSR4egK1vMtHuSgJa-genvalidity-containers-bench
3611.08 s
[genvalidity-containers] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3611.08 s
[genvalidity-containers] include base-4.21.0.0-inplace
3611.08 s
[genvalidity-containers] include containers-0.7-inplace
3611.08 s
[genvalidity-containers] include criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3611.08 s
[genvalidity-containers] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3611.08 s
[genvalidity-containers] include genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3611.08 s
[genvalidity-containers] include genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3611.08 s
[genvalidity-containers] Ready component graph:
3611.08 s
[genvalidity-containers] definite genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3611.08 s
[genvalidity-containers] depends QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3611.08 s
[genvalidity-containers] depends base-4.21.0.0-inplace
3611.08 s
[genvalidity-containers] depends containers-0.7-inplace
3611.08 s
[genvalidity-containers] depends genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3611.08 s
[genvalidity-containers] depends validity-0.12.1.0-Ftge1kUAZUw5oLX0xdrPax
3611.08 s
[genvalidity-containers] depends validity-containers-0.5.0.5-9PGuFSqO5uFJvIIcWnqIVm
3611.08 s
[genvalidity-containers] definite genvalidity-containers-1.0.0.2-BGJFGjSR4egK1vMtHuSgJa-genvalidity-containers-bench
3611.08 s
[genvalidity-containers] depends QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3611.08 s
[genvalidity-containers] depends base-4.21.0.0-inplace
3611.08 s
[genvalidity-containers] depends containers-0.7-inplace
3611.08 s
[genvalidity-containers] depends criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3611.08 s
[genvalidity-containers] depends genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3611.08 s
[genvalidity-containers] depends genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3611.08 s
[genvalidity-containers] depends genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3611.08 s
[genvalidity-containers] definite genvalidity-containers-1.0.0.2-209WJLTdAIh1Ye1YisTGnE-genvalidity-containers-test
3611.08 s
[genvalidity-containers] depends QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3611.08 s
[genvalidity-containers] depends base-4.21.0.0-inplace
3611.08 s
[genvalidity-containers] depends containers-0.7-inplace
3611.08 s
[genvalidity-containers] depends genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3611.08 s
[genvalidity-containers] depends genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3611.08 s
[genvalidity-containers] depends genvalidity-hspec-1.0.0.4-FPPEGGal4YQDddEwmtByBX
3611.08 s
[genvalidity-containers] depends genvalidity-property-1.0.0.0-BXW5cUh2J0JuNyUqlEYtR
3611.08 s
[genvalidity-containers] depends hspec-2.11.10-4AkNZgQHaDwGjF4SOzCzlC
3611.08 s
[genvalidity-containers] depends validity-0.12.1.0-Ftge1kUAZUw5oLX0xdrPax
3611.08 s
[genvalidity-containers] depends validity-containers-0.5.0.5-9PGuFSqO5uFJvIIcWnqIVm
3611.08 s
[genvalidity-containers] Using Cabal-3.14.1.0 compiled by ghc-9.12
3611.08 s
[genvalidity-containers] Using compiler: ghc-9.12.1
3611.08 s
[genvalidity-containers] Using install prefix:
3611.08 s
[genvalidity-containers] /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2
3611.08 s
[genvalidity-containers] Executables installed in:
3611.08 s
[genvalidity-containers] /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2/bin
3611.08 s
[genvalidity-containers] Libraries installed in:
3611.08 s
[genvalidity-containers] /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3611.08 s
[genvalidity-containers] Dynamic Libraries installed in:
3611.08 s
[genvalidity-containers] /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace
3611.08 s
[genvalidity-containers] Private executables installed in:
3611.08 s
[genvalidity-containers] /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2/libexec/x86_64-linux-ghc-9.12.1-inplace/genvalidity-containers-1.0.0.2
3611.08 s
[genvalidity-containers] Data files installed in:
3611.08 s
[genvalidity-containers] /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2/share/x86_64-linux-ghc-9.12.1-inplace/genvalidity-containers-1.0.0.2
3611.08 s
[genvalidity-containers] Documentation installed in:
3611.08 s
[genvalidity-containers] /nix/store/67k4sh4fr7hyjg28plbjh23h0fdndgaz-genvalidity-containers-1.0.0.2-doc/share/doc/genvalidity-containers-1.0.0.2
3611.08 s
[genvalidity-containers] Configuration files installed in:
3611.08 s
[genvalidity-containers] /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2/etc
3611.08 s
[genvalidity-containers] No alex found
3611.08 s
[genvalidity-containers] Using ar found on system at:
3611.08 s
[genvalidity-containers] /nix/store/srcmmqi8kxjfygd0hyy42c8hv6cws83b-binutils-wrapper-2.43.1/bin/ar
3611.08 s
[genvalidity-containers] No c2hs found
3611.08 s
[genvalidity-containers] No cpphs found
3611.08 s
[genvalidity-containers] No doctest found
3611.08 s
[genvalidity-containers] Using gcc version 14.2.1 given by user at:
3611.10 s
[genvalidity-containers] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/gcc
3611.10 s
[genvalidity-containers] Using ghc version 9.12.1 found on system at:
3611.10 s
[genvalidity-containers] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc
3611.10 s
[genvalidity-containers] Using ghc-pkg version 9.12.1 found on system at:
3611.10 s
[genvalidity-containers] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc-pkg-9.12.1
3611.10 s
[genvalidity-containers] No ghcjs found
3611.10 s
[genvalidity-containers] No ghcjs-pkg found
3611.10 s
[genvalidity-containers] No greencard found
3611.10 s
[genvalidity-containers] Using haddock version 2.30.0 found on system at:
3611.10 s
[genvalidity-containers] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/haddock-ghc-9.12.1
3611.10 s
[genvalidity-containers] No happy found
3611.10 s
[genvalidity-containers] No haskell-suite found
3611.10 s
[genvalidity-containers] No haskell-suite-pkg found
3611.10 s
[genvalidity-containers] No hmake found
3611.10 s
[genvalidity-containers] Using hpc version 0.69 found on system at:
3611.10 s
[genvalidity-containers] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/hpc-ghc-9.12.1
3611.10 s
[genvalidity-containers] Using hsc2hs version 0.68.10 found on system at:
3611.10 s
[genvalidity-containers] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
3611.10 s
[genvalidity-containers] Using hscolour version 1.25 found on system at:
3611.10 s
[genvalidity-containers] /nix/store/li6zgl3x3aba384gdjnyhsp41jzhd5pp-hscolour-1.25/bin/HsColour
3611.10 s
[genvalidity-containers] No jhc found
3611.10 s
[genvalidity-containers] Using ld found on system at:
3611.10 s
[genvalidity-containers] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/ld
3611.10 s
[genvalidity-containers] No pkg-config found
3611.10 s
[genvalidity-containers] Using runghc version 9.12.1 found on system at:
3611.10 s
[genvalidity-containers] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/runghc-9.12.1
3611.10 s
[genvalidity-containers] Using strip version 2.43 found on system at:
3611.10 s
[genvalidity-containers] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/strip
3611.10 s
[genvalidity-containers] Using tar found on system at:
3611.10 s
[genvalidity-containers] /nix/store/9cwwj1c9csmc85l2cqzs3h9hbf1vwl6c-gnutar-1.35/bin/tar
3611.11 s
[genvalidity-containers] No uhc found
3611.25 s
[genvalidity-containers] Phase: buildPhase
3611.31 s
[genvalidity-containers] Preprocessing library for genvalidity-containers-1.0.0.2...
3611.31 s
[genvalidity-containers] Building library for genvalidity-containers-1.0.0.2...
3611.39 s
[genvalidity-containers] [1 of 7] Compiling Data.GenValidity.IntMap ( src/Data/GenValidity/IntMap.hs, dist/build/Data/GenValidity/IntMap.o, dist/build/Data/GenValidity/IntMap.dyn_o )
3611.49 s
[genvalidity-containers] [2 of 7] Compiling Data.GenValidity.Map ( src/Data/GenValidity/Map.hs, dist/build/Data/GenValidity/Map.o, dist/build/Data/GenValidity/Map.dyn_o )
3611.49 s
[genvalidity-containers] [3 of 7] Compiling Data.GenValidity.Sequence ( src/Data/GenValidity/Sequence.hs, dist/build/Data/GenValidity/Sequence.o, dist/build/Data/GenValidity/Sequence.dyn_o )
3611.52 s
[genvalidity-containers] [4 of 7] Compiling Data.GenValidity.Set ( src/Data/GenValidity/Set.hs, dist/build/Data/GenValidity/Set.o, dist/build/Data/GenValidity/Set.dyn_o )
3611.54 s
[genvalidity-containers] [5 of 7] Compiling Data.GenValidity.Tree ( src/Data/GenValidity/Tree.hs, dist/build/Data/GenValidity/Tree.o, dist/build/Data/GenValidity/Tree.dyn_o )
3611.55 s
[genvalidity-containers] [6 of 7] Compiling Data.GenValidity.Containers ( src/Data/GenValidity/Containers.hs, dist/build/Data/GenValidity/Containers.o, dist/build/Data/GenValidity/Containers.dyn_o )
3611.57 s
[genvalidity-containers] [7 of 7] Compiling Paths_genvalidity_containers ( dist/build/autogen/Paths_genvalidity_containers.hs, dist/build/Paths_genvalidity_containers.o, dist/build/Paths_genvalidity_containers.dyn_o )
3611.73 s
[genvalidity-containers] [1 of 7] Compiling Data.GenValidity.IntMap ( src/Data/GenValidity/IntMap.hs, dist/build/Data/GenValidity/IntMap.p_o )
3611.89 s
[genvalidity-containers] [2 of 7] Compiling Data.GenValidity.Map ( src/Data/GenValidity/Map.hs, dist/build/Data/GenValidity/Map.p_o )
3611.90 s
[genvalidity-containers] [3 of 7] Compiling Data.GenValidity.Sequence ( src/Data/GenValidity/Sequence.hs, dist/build/Data/GenValidity/Sequence.p_o )
3611.91 s
[genvalidity-containers] [4 of 7] Compiling Data.GenValidity.Set ( src/Data/GenValidity/Set.hs, dist/build/Data/GenValidity/Set.p_o )
3611.94 s
[genvalidity-containers] [5 of 7] Compiling Data.GenValidity.Tree ( src/Data/GenValidity/Tree.hs, dist/build/Data/GenValidity/Tree.p_o )
3611.94 s
[genvalidity-containers] [6 of 7] Compiling Data.GenValidity.Containers ( src/Data/GenValidity/Containers.hs, dist/build/Data/GenValidity/Containers.p_o )
3612.03 s
[genvalidity-containers] [7 of 7] Compiling Paths_genvalidity_containers ( dist/build/autogen/Paths_genvalidity_containers.hs, dist/build/Paths_genvalidity_containers.p_o )
3612.97 s
[genvalidity-containers] Preprocessing benchmark 'genvalidity-containers-bench' for genvalidity-containers-1.0.0.2...
3612.97 s
[genvalidity-containers] Building benchmark 'genvalidity-containers-bench' for genvalidity-containers-1.0.0.2...
3613.05 s
[genvalidity-containers] [1 of 2] Compiling Main ( bench/Main.hs, dist/build/genvalidity-containers-bench/genvalidity-containers-bench-tmp/Main.o )
3613.31 s
[genvalidity-containers] [2 of 2] Compiling Paths_genvalidity_containers ( dist/build/genvalidity-containers-bench/autogen/Paths_genvalidity_containers.hs, dist/build/genvalidity-containers-bench/genvalidity-containers-bench-tmp/Paths_genvalidity_containers.o )
3613.47 s
[genvalidity-containers] [3 of 3] Linking dist/build/genvalidity-containers-bench/genvalidity-containers-bench
3614.39 s
[genvalidity-containers] Preprocessing test suite 'genvalidity-containers-test' for genvalidity-containers-1.0.0.2...
3614.39 s
[genvalidity-containers] Building test suite 'genvalidity-containers-test' for genvalidity-containers-1.0.0.2...
3614.48 s
[genvalidity-containers] [1 of 7] Compiling Data.GenValidity.Containers.IntMapSpec ( test/Data/GenValidity/Containers/IntMapSpec.hs, dist/build/genvalidity-containers-test/genvalidity-containers-test-tmp/Data/GenValidity/Containers/IntMapSpec.o )
3614.59 s
[genvalidity-containers] [2 of 7] Compiling Data.GenValidity.Containers.MapSpec ( test/Data/GenValidity/Containers/MapSpec.hs, dist/build/genvalidity-containers-test/genvalidity-containers-test-tmp/Data/GenValidity/Containers/MapSpec.o )
3614.66 s
[genvalidity-containers] [3 of 7] Compiling Data.GenValidity.Containers.SeqSpec ( test/Data/GenValidity/Containers/SeqSpec.hs, dist/build/genvalidity-containers-test/genvalidity-containers-test-tmp/Data/GenValidity/Containers/SeqSpec.o )
3614.66 s
[genvalidity-containers] [4 of 7] Compiling Data.GenValidity.Containers.SetSpec ( test/Data/GenValidity/Containers/SetSpec.hs, dist/build/genvalidity-containers-test/genvalidity-containers-test-tmp/Data/GenValidity/Containers/SetSpec.o )
3614.76 s
[genvalidity-containers] [5 of 7] Compiling Data.GenValidity.Containers.TreeSpec ( test/Data/GenValidity/Containers/TreeSpec.hs, dist/build/genvalidity-containers-test/genvalidity-containers-test-tmp/Data/GenValidity/Containers/TreeSpec.o )
3614.76 s
[genvalidity-containers] [6 of 7] Compiling Main ( test/Spec.hs, dist/build/genvalidity-containers-test/genvalidity-containers-test-tmp/Main.o )
3614.83 s
[genvalidity-containers] [7 of 7] Compiling Paths_genvalidity_containers ( dist/build/genvalidity-containers-test/autogen/Paths_genvalidity_containers.hs, dist/build/genvalidity-containers-test/genvalidity-containers-test-tmp/Paths_genvalidity_containers.o )
3615.02 s
[genvalidity-containers] [8 of 8] Linking dist/build/genvalidity-containers-test/genvalidity-containers-test
3615.69 s
[genvalidity-containers] Phase: checkPhase
3615.97 s
[genvalidity-containers] Running 1 test suites...
3615.97 s
[genvalidity-containers] Test suite genvalidity-containers-test: RUNNING...
3615.98 s
[genvalidity-containers]
3615.98 s
[genvalidity-containers] Data.GenValidity.Containers.IntMap
3615.98 s
[genvalidity-containers] genIntMapOf
3615.99 s
[genvalidity-containers] produces valid maps [✔]
3615.99 s
[genvalidity-containers] +++ OK, passed 100 tests.
3615.99 s
[genvalidity-containers] GenValid (IntMap (Ratio Integer))
3616.00 s
[genvalidity-containers] genValid :: Gen (IntMap (Ratio Integer))
3616.00 s
[genvalidity-containers] only generates valid '(IntMap (Ratio Integer))'s [✔]
3616.00 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.00 s
[genvalidity-containers] GenValid (IntMap (Ratio Integer))
3616.00 s
[genvalidity-containers] genValid :: Gen (IntMap (Ratio Integer))
3616.00 s
[genvalidity-containers] only generates valid '(IntMap (Ratio Integer))'s [✔]
3616.00 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.00 s
[genvalidity-containers] Data.GenValidity.Containers.Map
3616.00 s
[genvalidity-containers] genMapOf
3616.01 s
[genvalidity-containers] produces valid maps [✔]
3616.01 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.01 s
[genvalidity-containers] GenValid (Map Int (Ratio Integer))
3616.01 s
[genvalidity-containers] genValid :: Gen (Map Int (Ratio Integer))
3616.01 s
[genvalidity-containers] only generates valid '(Map Int (Ratio Integer))'s [✔]
3616.01 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.01 s
[genvalidity-containers] GenValid (Map (Ratio Integer) (Ratio Integer))
3616.01 s
[genvalidity-containers] genValid :: Gen (Map (Ratio Integer) (Ratio Integer))
3616.01 s
[genvalidity-containers] only generates valid '(Map (Ratio Integer) (Ratio Integer))'s [✔]
3616.01 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.01 s
[genvalidity-containers] Data.GenValidity.Containers.Seq
3616.01 s
[genvalidity-containers] GenValid (Seq Int)
3616.01 s
[genvalidity-containers] genValid :: Gen (Seq Int)
3616.01 s
[genvalidity-containers] only generates valid '(Seq Int)'s [✔]
3616.01 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.01 s
[genvalidity-containers] GenValid (Seq (Ratio Integer))
3616.01 s
[genvalidity-containers] genValid :: Gen (Seq (Ratio Integer))
3616.01 s
[genvalidity-containers] only generates valid '(Seq (Ratio Integer))'s [✔]
3616.01 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.01 s
[genvalidity-containers] Data.GenValidity.Containers.Set
3616.01 s
[genvalidity-containers] genSetOf
3616.02 s
[genvalidity-containers] produces valid sets [✔]
3616.02 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.02 s
[genvalidity-containers] GenValid (Set Int)
3616.02 s
[genvalidity-containers] genValid :: Gen (Set Int)
3616.02 s
[genvalidity-containers] only generates valid '(Set Int)'s [✔]
3616.02 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.02 s
[genvalidity-containers] GenValid (Set (Ratio Integer))
3616.02 s
[genvalidity-containers] genValid :: Gen (Set (Ratio Integer))
3616.02 s
[genvalidity-containers] only generates valid '(Set (Ratio Integer))'s [✔]
3616.02 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.02 s
[genvalidity-containers] genSeperate
3616.02 s
[genvalidity-containers] generates values that are seperate [✔]
3616.02 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.02 s
[genvalidity-containers] generates values that are seperate [✔]
3616.02 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.02 s
[genvalidity-containers] genSeperateFor
3616.02 s
[genvalidity-containers] generates values that are seperate [✔]
3616.02 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.03 s
[genvalidity-containers] generates values that are seperate [✔]
3616.03 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.03 s
[genvalidity-containers] genValidSeperateFor
3616.03 s
[genvalidity-containers] generates values that are seperate [✔]
3616.03 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.03 s
[genvalidity-containers] Data.GenValidity.Containers.Tree
3616.03 s
[genvalidity-containers] GenValid (Tree Int)
3616.03 s
[genvalidity-containers] genValid :: Gen (Tree Int)
3616.03 s
[genvalidity-containers] only generates valid '(Tree Int)'s [✔]
3616.03 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.03 s
[genvalidity-containers] GenValid (Tree (Ratio Integer))
3616.03 s
[genvalidity-containers] genValid :: Gen (Tree (Ratio Integer))
3616.03 s
[genvalidity-containers] only generates valid '(Tree (Ratio Integer))'s [✔]
3616.03 s
[genvalidity-containers] +++ OK, passed 100 tests.
3616.03 s
[genvalidity-containers]
3616.03 s
[genvalidity-containers] Finished in 0.0443 seconds
3616.03 s
[genvalidity-containers] 18 examples, 0 failures
3616.04 s
[genvalidity-containers] Test suite genvalidity-containers-test: PASS
3616.04 s
[genvalidity-containers] Test suite logged to:
3616.04 s
[genvalidity-containers] dist/test/genvalidity-containers-1.0.0.2-genvalidity-containers-test.log
3616.04 s
[genvalidity-containers] 1 of 1 test suites (1 of 1 test cases) passed.
3616.04 s
[genvalidity-containers] Phase: haddockPhase
3616.44 s
[genvalidity-containers] Preprocessing library for genvalidity-containers-1.0.0.2...
3616.44 s
[genvalidity-containers] Running Haddock on library for genvalidity-containers-1.0.0.2...
3616.58 s
[genvalidity-containers] [1 of 7] Compiling Data.GenValidity.IntMap ( src/Data/GenValidity/IntMap.hs, nothing ) [HIE file is missing]
3616.61 s
[genvalidity-containers] [2 of 7] Compiling Data.GenValidity.Map ( src/Data/GenValidity/Map.hs, nothing ) [HIE file is missing]
3616.63 s
[genvalidity-containers] [3 of 7] Compiling Data.GenValidity.Sequence ( src/Data/GenValidity/Sequence.hs, nothing ) [HIE file is missing]
3616.67 s
[genvalidity-containers] [4 of 7] Compiling Data.GenValidity.Set ( src/Data/GenValidity/Set.hs, nothing ) [HIE file is missing]
3616.68 s
[genvalidity-containers] [5 of 7] Compiling Data.GenValidity.Tree ( src/Data/GenValidity/Tree.hs, nothing ) [HIE file is missing]
3616.69 s
[genvalidity-containers] [6 of 7] Compiling Data.GenValidity.Containers ( src/Data/GenValidity/Containers.hs, nothing ) [HIE file is missing]
3616.69 s
[genvalidity-containers] [7 of 7] Compiling Paths_genvalidity_containers ( dist/build/autogen/Paths_genvalidity_containers.hs, nothing ) [HIE file is missing]
3616.70 s
[genvalidity-containers] Haddock coverage:
3616.81 s
[genvalidity-containers] 0% ( 0 / 3) in 'Data.GenValidity.IntMap'
3616.81 s
[genvalidity-containers] Missing documentation for:
3616.81 s
[genvalidity-containers] Module header
3616.81 s
[genvalidity-containers] genIntMapOf (src/Data/GenValidity/IntMap.hs:20)
3616.81 s
[genvalidity-containers] shrinkIntMapOf (src/Data/GenValidity/IntMap.hs:23)
3616.81 s
[genvalidity-containers] 0% ( 0 / 3) in 'Data.GenValidity.Map'
3616.81 s
[genvalidity-containers] Missing documentation for:
3616.81 s
[genvalidity-containers] Module header
3616.81 s
[genvalidity-containers] genMapOf (src/Data/GenValidity/Map.hs:20)
3616.81 s
[genvalidity-containers] shrinkMapOf (src/Data/GenValidity/Map.hs:23)
3616.81 s
[genvalidity-containers] 0% ( 0 / 3) in 'Data.GenValidity.Sequence'
3616.81 s
[genvalidity-containers] Missing documentation for:
3616.81 s
[genvalidity-containers] Module header
3616.81 s
[genvalidity-containers] genSeqOf (src/Data/GenValidity/Sequence.hs:21)
3616.81 s
[genvalidity-containers] shrinkSeqOf (src/Data/GenValidity/Sequence.hs:24)
3616.81 s
[genvalidity-containers] 0% ( 0 / 8) in 'Data.GenValidity.Set'
3616.81 s
[genvalidity-containers] Missing documentation for:
3616.81 s
[genvalidity-containers] Module header
3616.81 s
[genvalidity-containers] genSetOf (src/Data/GenValidity/Set.hs:28)
3616.81 s
[genvalidity-containers] shrinkSetOf (src/Data/GenValidity/Set.hs:31)
3616.81 s
[genvalidity-containers] genSeperate (src/Data/GenValidity/Set.hs:40)
3616.81 s
[genvalidity-containers] genSeperateFor (src/Data/GenValidity/Set.hs:44)
3616.81 s
[genvalidity-containers] genSeperateForNE (src/Data/GenValidity/Set.hs:48)
3616.81 s
[genvalidity-containers] genValidSeperateFor (src/Data/GenValidity/Set.hs:34)
3616.81 s
[genvalidity-containers] genValidSeperateForNE (src/Data/GenValidity/Set.hs:37)
3616.81 s
[genvalidity-containers] 33% ( 1 / 3) in 'Data.GenValidity.Tree'
3616.81 s
[genvalidity-containers] Missing documentation for:
3616.81 s
[genvalidity-containers] Module header
3616.81 s
[genvalidity-containers] shrinkTreeOf (src/Data/GenValidity/Tree.hs:17)
3616.81 s
[genvalidity-containers] 83% ( 5 / 6) in 'Data.GenValidity.Containers'
3616.81 s
[genvalidity-containers] Missing documentation for:
3616.81 s
[genvalidity-containers] Module header
3620.14 s
[genvalidity-containers] Documentation created: dist/doc/html/genvalidity-containers,
3620.14 s
[genvalidity-containers] dist/doc/html/genvalidity-containers/genvalidity-containers.txt
3620.50 s
[genvalidity-containers] Preprocessing benchmark 'genvalidity-containers-bench' for genvalidity-containers-1.0.0.2...
3620.80 s
[genvalidity-containers] Preprocessing test suite 'genvalidity-containers-test' for genvalidity-containers-1.0.0.2...
3620.85 s
[genvalidity-containers] Phase: installPhase
3620.92 s
[genvalidity-containers] Installing library in /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3621.11 s
[genvalidity-containers] Phase: fixupPhase
3621.13 s
[genvalidity-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2
3621.14 s
[genvalidity-containers] shrinking /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/libHSgenvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL-ghc9.12.1.so
3621.14 s
[genvalidity-containers] checking for references to /build/ in /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2...
3621.16 s
[genvalidity-containers] patching script interpreter paths in /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2
3621.16 s
[genvalidity-containers] stripping (with command strip and flags -S -p) in /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2/lib
3621.20 s
[genvalidity-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/67k4sh4fr7hyjg28plbjh23h0fdndgaz-genvalidity-containers-1.0.0.2-doc
3621.20 s
[genvalidity-containers] checking for references to /build/ in /nix/store/67k4sh4fr7hyjg28plbjh23h0fdndgaz-genvalidity-containers-1.0.0.2-doc...
3621.21 s
[genvalidity-containers] patching script interpreter paths in /nix/store/67k4sh4fr7hyjg28plbjh23h0fdndgaz-genvalidity-containers-1.0.0.2-doc
3621.29 s
[post-build-hook] Uploading to cachix cache "really-safe-money": /nix/store/67k4sh4fr7hyjg28plbjh23h0fdndgaz-genvalidity-containers-1.0.0.2-doc /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2
3621.70 s
[post-build-hook] Pushing 2 paths (76 are already present) using zstd to cache really-safe-money ⏳
3621.70 s
[post-build-hook]
3622.10 s
[post-build-hook] Pushing /nix/store/67k4sh4fr7hyjg28plbjh23h0fdndgaz-genvalidity-containers-1.0.0.2-doc (300.00 KiB)
3622.15 s
[post-build-hook] Pushing /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2 (910.04 KiB)
3623.44 s
[post-build-hook]
3623.44 s
[post-build-hook] All done.
3623.46 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/67k4sh4fr7hyjg28plbjh23h0fdndgaz-genvalidity-containers-1.0.0.2-doc /nix/store/sn8q62kim21ir6b5riwad55a6bkaw6mz-genvalidity-containers-1.0.0.2
3623.49 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3623.54 s
[post-build-hook] copying 0 paths...
3623.58 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3623.67 s
[post-build-hook] copying 0 paths...
3623.69 s
Progress: 110 of 114 built, 171 of 171 downloaded from cache
3623.73 s
Building really-safe-money-gen-source
3623.96 s
[really-safe-money-gen-source] Phase: setupCompilerEnvironmentPhase
3623.96 s
[really-safe-money-gen-source] Build with /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1.
3624.22 s
[really-safe-money-gen-source] Phase: unpackPhase
3624.23 s
[really-safe-money-gen-source] unpacking source archive /nix/store/sngk15b1gsx5n94l7zc8p9l6dm9fqwzi-really-safe-money-gen
3624.23 s
[really-safe-money-gen-source] source root is really-safe-money-gen
3624.24 s
[really-safe-money-gen-source] Phase: patchPhase
3624.25 s
[really-safe-money-gen-source] Phase: compileBuildDriverPhase
3624.25 s
[really-safe-money-gen-source] setupCompileFlags: -package-db=/build/tmp.OasiXa0PGV/setup-package.conf.d -threaded
3624.29 s
[really-safe-money-gen-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.OasiXa0PGV/Main.o )
3624.33 s
[really-safe-money-gen-source] [2 of 2] Linking Setup
3625.41 s
[really-safe-money-gen-source] Phase: updateAutotoolsGnuConfigScriptsPhase
3625.41 s
[really-safe-money-gen-source] Phase: configurePhase
3625.42 s
[really-safe-money-gen-source] configureFlags: --verbose --prefix=/nix/store/lm7iskmmf0qykk4pdj4fxq79whcg1j8r-really-safe-money-gen-source-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/really-safe-money-gen-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.OasiXa0PGV/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --extra-lib-dirs=/nix/store/wm1qn5jqrxpcjkc640gq8a90ns5gw3cn-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r04wysx6yl7ys1rdv1b1lih6in1810r0-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/wkysiv0sxqs6wn44nb46bbyig4plzsy4-elfutils-0.192/lib --extra-lib-dirs=/nix/store/ghb61mqc90qf1nx6kyahhhagicyxvcyg-gmp-with-cxx-6.3.0/lib
3625.42 s
[really-safe-money-gen-source] Using Parsec parser
3625.42 s
[really-safe-money-gen-source] Configuring really-safe-money-gen-0.0.0.0...
3625.45 s
[really-safe-money-gen-source] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
3625.45 s
[really-safe-money-gen-source] 'ghc' version < 9.12):
3625.45 s
[really-safe-money-gen-source] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc is version
3625.45 s
[really-safe-money-gen-source] 9.12.1
3625.93 s
[really-safe-money-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
3625.93 s
[really-safe-money-gen-source] Dependency base >=4.7 && <5: using base-4.21.0.0
3625.96 s
[really-safe-money-gen-source] Dependency genvalidity: using genvalidity-1.1.1.0
3625.96 s
[really-safe-money-gen-source] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
3625.96 s
[really-safe-money-gen-source] Dependency really-safe-money: using really-safe-money-0.0.0.0
3625.96 s
[really-safe-money-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
3625.96 s
[really-safe-money-gen-source] Dependency base >=4.7 && <5: using base-4.21.0.0
3625.96 s
[really-safe-money-gen-source] Dependency criterion: using criterion-1.6.4.0
3625.96 s
[really-safe-money-gen-source] Dependency deepseq: using deepseq-1.5.1.0
3625.96 s
[really-safe-money-gen-source] Dependency genvalidity: using genvalidity-1.1.1.0
3625.96 s
[really-safe-money-gen-source] Dependency genvalidity-criterion: using genvalidity-criterion-1.1.0.0
3625.96 s
[really-safe-money-gen-source] Dependency genvalidity-vector: using genvalidity-vector-1.0.0.0
3625.96 s
[really-safe-money-gen-source] Dependency really-safe-money: using really-safe-money-0.0.0.0
3625.96 s
[really-safe-money-gen-source] Dependency really-safe-money-gen: using really-safe-money-gen-0.0.0.0
3625.96 s
[really-safe-money-gen-source] Dependency vector: using vector-0.13.2.0
3625.96 s
[really-safe-money-gen-source] Source component graph:
3625.96 s
[really-safe-money-gen-source] component lib
3625.96 s
[really-safe-money-gen-source] component bench:really-safe-money-bench dependency lib
3625.96 s
[really-safe-money-gen-source] Configured component graph:
3625.96 s
[really-safe-money-gen-source] component really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn
3625.96 s
[really-safe-money-gen-source] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3625.96 s
[really-safe-money-gen-source] include base-4.21.0.0-inplace
3625.96 s
[really-safe-money-gen-source] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3625.96 s
[really-safe-money-gen-source] include genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3625.96 s
[really-safe-money-gen-source] include really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3625.96 s
[really-safe-money-gen-source] component really-safe-money-gen-0.0.0.0-4u1vnI5gj3L8qz1XRgpKaY-really-safe-money-bench
3625.96 s
[really-safe-money-gen-source] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3625.96 s
[really-safe-money-gen-source] include base-4.21.0.0-inplace
3625.96 s
[really-safe-money-gen-source] include criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3625.96 s
[really-safe-money-gen-source] include deepseq-1.5.1.0-inplace
3625.96 s
[really-safe-money-gen-source] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3625.96 s
[really-safe-money-gen-source] include genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3625.96 s
[really-safe-money-gen-source] include genvalidity-vector-1.0.0.0-Aa0f8avv2hP3tdbNUKQv6G
3625.96 s
[really-safe-money-gen-source] include really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3625.96 s
[really-safe-money-gen-source] include really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn
3625.96 s
[really-safe-money-gen-source] include vector-0.13.2.0-LtBYk0kuXdpH5vkCEDSf7e
3625.96 s
[really-safe-money-gen-source] Linked component graph:
3625.96 s
[really-safe-money-gen-source] unit really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn
3625.96 s
[really-safe-money-gen-source] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3625.96 s
[really-safe-money-gen-source] include base-4.21.0.0-inplace
3625.96 s
[really-safe-money-gen-source] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3625.96 s
[really-safe-money-gen-source] include genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3625.96 s
[really-safe-money-gen-source] include really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3625.96 s
[really-safe-money-gen-source] Money.Account.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.Account.Gen,Money.AccountOf.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.AccountOf.Gen,Money.Amount.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.Amount.Gen,Money.AmountOf.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.AmountOf.Gen,Money.ConversionRate.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.ConversionRate.Gen,Money.ConversionRateOf.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.ConversionRateOf.Gen,Money.Currency.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.Currency.Gen,Money.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.Gen,Money.MultiAccount.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.MultiAccount.Gen,Money.MultiAmount.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.MultiAmount.Gen,Money.QuantisationFactor.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.QuantisationFactor.Gen,Numeric.DecimalLiteral.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Numeric.DecimalLiteral.Gen
3625.96 s
[really-safe-money-gen-source] unit really-safe-money-gen-0.0.0.0-4u1vnI5gj3L8qz1XRgpKaY-really-safe-money-bench
3625.96 s
[really-safe-money-gen-source] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3625.96 s
[really-safe-money-gen-source] include base-4.21.0.0-inplace
3625.96 s
[really-safe-money-gen-source] include criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3625.96 s
[really-safe-money-gen-source] include deepseq-1.5.1.0-inplace
3625.96 s
[really-safe-money-gen-source] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3625.96 s
[really-safe-money-gen-source] include genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3625.96 s
[really-safe-money-gen-source] include genvalidity-vector-1.0.0.0-Aa0f8avv2hP3tdbNUKQv6G
3625.96 s
[really-safe-money-gen-source] include really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3625.96 s
[really-safe-money-gen-source] include really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn
3625.96 s
[really-safe-money-gen-source] include vector-0.13.2.0-LtBYk0kuXdpH5vkCEDSf7e
3625.96 s
[really-safe-money-gen-source] Ready component graph:
3625.96 s
[really-safe-money-gen-source] definite really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn
3625.96 s
[really-safe-money-gen-source] depends QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3625.96 s
[really-safe-money-gen-source] depends base-4.21.0.0-inplace
3625.96 s
[really-safe-money-gen-source] depends genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3625.96 s
[really-safe-money-gen-source] depends genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3625.96 s
[really-safe-money-gen-source] depends really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3625.96 s
[really-safe-money-gen-source] definite really-safe-money-gen-0.0.0.0-4u1vnI5gj3L8qz1XRgpKaY-really-safe-money-bench
3625.96 s
[really-safe-money-gen-source] depends QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3625.96 s
[really-safe-money-gen-source] depends base-4.21.0.0-inplace
3625.96 s
[really-safe-money-gen-source] depends criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3625.96 s
[really-safe-money-gen-source] depends deepseq-1.5.1.0-inplace
3625.96 s
[really-safe-money-gen-source] depends genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3625.96 s
[really-safe-money-gen-source] depends genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3625.96 s
[really-safe-money-gen-source] depends genvalidity-vector-1.0.0.0-Aa0f8avv2hP3tdbNUKQv6G
3625.96 s
[really-safe-money-gen-source] depends really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3625.96 s
[really-safe-money-gen-source] depends really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn
3625.96 s
[really-safe-money-gen-source] depends vector-0.13.2.0-LtBYk0kuXdpH5vkCEDSf7e
3625.96 s
[really-safe-money-gen-source] Using Cabal-3.14.1.0 compiled by ghc-9.12
3625.96 s
[really-safe-money-gen-source] Using compiler: ghc-9.12.1
3625.96 s
[really-safe-money-gen-source] Using install prefix:
3625.96 s
[really-safe-money-gen-source] /nix/store/lm7iskmmf0qykk4pdj4fxq79whcg1j8r-really-safe-money-gen-source-0.0.0.0
3625.96 s
[really-safe-money-gen-source] Executables installed in:
3625.96 s
[really-safe-money-gen-source] /nix/store/lm7iskmmf0qykk4pdj4fxq79whcg1j8r-really-safe-money-gen-source-0.0.0.0/bin
3625.96 s
[really-safe-money-gen-source] Libraries installed in:
3625.96 s
[really-safe-money-gen-source] /nix/store/lm7iskmmf0qykk4pdj4fxq79whcg1j8r-really-safe-money-gen-source-0.0.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn
3625.96 s
[really-safe-money-gen-source] Dynamic Libraries installed in:
3625.96 s
[really-safe-money-gen-source] /nix/store/lm7iskmmf0qykk4pdj4fxq79whcg1j8r-really-safe-money-gen-source-0.0.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace
3625.96 s
[really-safe-money-gen-source] Private executables installed in:
3625.96 s
[really-safe-money-gen-source] /nix/store/lm7iskmmf0qykk4pdj4fxq79whcg1j8r-really-safe-money-gen-source-0.0.0.0/libexec/x86_64-linux-ghc-9.12.1-inplace/really-safe-money-gen-0.0.0.0
3625.96 s
[really-safe-money-gen-source] Data files installed in:
3625.96 s
[really-safe-money-gen-source] /nix/store/lm7iskmmf0qykk4pdj4fxq79whcg1j8r-really-safe-money-gen-source-0.0.0.0/share/x86_64-linux-ghc-9.12.1-inplace/really-safe-money-gen-0.0.0.0
3625.96 s
[really-safe-money-gen-source] Documentation installed in: /share/doc/really-safe-money-gen-0.0.0.0
3625.96 s
[really-safe-money-gen-source] Configuration files installed in:
3625.96 s
[really-safe-money-gen-source] /nix/store/lm7iskmmf0qykk4pdj4fxq79whcg1j8r-really-safe-money-gen-source-0.0.0.0/etc
3625.96 s
[really-safe-money-gen-source] No alex found
3625.96 s
[really-safe-money-gen-source] Using ar found on system at:
3625.96 s
[really-safe-money-gen-source] /nix/store/srcmmqi8kxjfygd0hyy42c8hv6cws83b-binutils-wrapper-2.43.1/bin/ar
3625.96 s
[really-safe-money-gen-source] No c2hs found
3625.96 s
[really-safe-money-gen-source] No cpphs found
3625.96 s
[really-safe-money-gen-source] No doctest found
3625.96 s
[really-safe-money-gen-source] Using gcc version 14.2.1 given by user at:
3625.96 s
[really-safe-money-gen-source] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/gcc
3625.96 s
[really-safe-money-gen-source] Using ghc version 9.12.1 found on system at:
3625.96 s
[really-safe-money-gen-source] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc
3625.96 s
[really-safe-money-gen-source] Using ghc-pkg version 9.12.1 found on system at:
3625.96 s
[really-safe-money-gen-source] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc-pkg-9.12.1
3625.96 s
[really-safe-money-gen-source] No ghcjs found
3625.96 s
[really-safe-money-gen-source] No ghcjs-pkg found
3625.96 s
[really-safe-money-gen-source] No greencard found
3625.96 s
[really-safe-money-gen-source] Using haddock version 2.30.0 found on system at:
3625.96 s
[really-safe-money-gen-source] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/haddock-ghc-9.12.1
3625.96 s
[really-safe-money-gen-source] No happy found
3625.96 s
[really-safe-money-gen-source] No haskell-suite found
3625.96 s
[really-safe-money-gen-source] No haskell-suite-pkg found
3625.96 s
[really-safe-money-gen-source] No hmake found
3625.96 s
[really-safe-money-gen-source] Using hpc version 0.69 found on system at:
3625.96 s
[really-safe-money-gen-source] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/hpc-ghc-9.12.1
3625.96 s
[really-safe-money-gen-source] Using hsc2hs version 0.68.10 found on system at:
3625.96 s
[really-safe-money-gen-source] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
3625.96 s
[really-safe-money-gen-source] Using hscolour version 1.25 found on system at:
3625.96 s
[really-safe-money-gen-source] /nix/store/li6zgl3x3aba384gdjnyhsp41jzhd5pp-hscolour-1.25/bin/HsColour
3625.96 s
[really-safe-money-gen-source] No jhc found
3625.96 s
[really-safe-money-gen-source] Using ld found on system at:
3625.96 s
[really-safe-money-gen-source] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/ld
3625.96 s
[really-safe-money-gen-source] No pkg-config found
3625.96 s
[really-safe-money-gen-source] Using runghc version 9.12.1 found on system at:
3625.96 s
[really-safe-money-gen-source] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/runghc-9.12.1
3625.96 s
[really-safe-money-gen-source] Using strip version 2.43 found on system at:
3625.96 s
[really-safe-money-gen-source] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/strip
3625.96 s
[really-safe-money-gen-source] Using tar found on system at:
3625.96 s
[really-safe-money-gen-source] /nix/store/9cwwj1c9csmc85l2cqzs3h9hbf1vwl6c-gnutar-1.35/bin/tar
3625.96 s
[really-safe-money-gen-source] No uhc found
3626.07 s
[really-safe-money-gen-source] Phase: buildPhase
3626.08 s
[really-safe-money-gen-source] Distribution quality errors:
3626.08 s
[really-safe-money-gen-source] [no-syn-desc] No 'synopsis' or 'description' field.
3626.08 s
[really-safe-money-gen-source] Distribution quality warnings:
3626.08 s
[really-safe-money-gen-source] [no-category] No 'category' field.
3626.08 s
[really-safe-money-gen-source] [no-maintainer] No 'maintainer' field.
3626.08 s
[really-safe-money-gen-source] [all-rights-reserved] The 'license' is AllRightsReserved. Is that really what
3626.08 s
[really-safe-money-gen-source] you want?
3626.08 s
[really-safe-money-gen-source] [missing-upper-bounds] On library, these packages miss upper bounds:
3626.08 s
[really-safe-money-gen-source] - QuickCheck
3626.08 s
[really-safe-money-gen-source] - genvalidity
3626.08 s
[really-safe-money-gen-source] - genvalidity-containers
3626.08 s
[really-safe-money-gen-source] - really-safe-money
3626.08 s
[really-safe-money-gen-source] Please add them. There is more information at https://pvp.haskell.org/
3626.08 s
[really-safe-money-gen-source] Note: the public hackage server would reject this package.
3626.08 s
[really-safe-money-gen-source] Building source dist for really-safe-money-gen-0.0.0.0...
3626.09 s
[really-safe-money-gen-source] Source tarball created: dist/really-safe-money-gen-0.0.0.0.tar.gz
3626.10 s
[really-safe-money-gen-source] Phase: haddockPhase
3626.10 s
[really-safe-money-gen-source] Phase: installPhase
3626.11 s
[really-safe-money-gen-source] Phase: fixupPhase
3626.15 s
[post-build-hook] Uploading to cachix cache "really-safe-money": /nix/store/lm7iskmmf0qykk4pdj4fxq79whcg1j8r-really-safe-money-gen-source-0.0.0.0
3626.59 s
[post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache really-safe-money ⏳
3626.60 s
[post-build-hook]
3626.95 s
[post-build-hook] Pushing /nix/store/lm7iskmmf0qykk4pdj4fxq79whcg1j8r-really-safe-money-gen-source-0.0.0.0 (18.78 KiB)
3628.19 s
[post-build-hook]
3628.19 s
[post-build-hook] All done.
3628.20 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/lm7iskmmf0qykk4pdj4fxq79whcg1j8r-really-safe-money-gen-source-0.0.0.0
3628.23 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3628.28 s
[post-build-hook] copying 0 paths...
3628.32 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3628.41 s
[post-build-hook] copying 0 paths...
3628.42 s
Progress: 111 of 114 built, 171 of 171 downloaded from cache
3628.47 s
Building really-safe-money-gen
3628.69 s
[really-safe-money-gen] Phase: setupCompilerEnvironmentPhase
3628.69 s
[really-safe-money-gen] Build with /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1.
3628.96 s
[really-safe-money-gen] Phase: unpackPhase
3628.96 s
[really-safe-money-gen] unpacking source archive /nix/store/lm7iskmmf0qykk4pdj4fxq79whcg1j8r-really-safe-money-gen-source-0.0.0.0/really-safe-money-gen-0.0.0.0.tar.gz
3628.97 s
[really-safe-money-gen] source root is really-safe-money-gen-0.0.0.0
3628.97 s
[really-safe-money-gen] setting SOURCE_DATE_EPOCH to timestamp 1778747821 of file really-safe-money-gen-0.0.0.0/test/Spec.hs
3628.97 s
[really-safe-money-gen] warning: file really-safe-money-gen-0.0.0.0/test/Spec.hs may be generated; SOURCE_DATE_EPOCH may be non-deterministic
3628.98 s
[really-safe-money-gen] Phase: patchPhase
3628.98 s
[really-safe-money-gen] Phase: compileBuildDriverPhase
3628.99 s
[really-safe-money-gen] setupCompileFlags: -package-db=/build/tmp.QbWQYfETX8/setup-package.conf.d -threaded
3629.03 s
[really-safe-money-gen] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.QbWQYfETX8/Main.o )
3629.06 s
[really-safe-money-gen] [2 of 2] Linking Setup
3630.14 s
[really-safe-money-gen] Phase: updateAutotoolsGnuConfigScriptsPhase
3630.15 s
[really-safe-money-gen] Phase: configurePhase
3630.16 s
[really-safe-money-gen] configureFlags: --verbose --prefix=/nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/m4sjm47krjrn1p4k3pjljbyb4jrmcdkf-really-safe-money-gen-0.0.0.0-doc/share/doc/really-safe-money-gen-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.QbWQYfETX8/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --extra-lib-dirs=/nix/store/wm1qn5jqrxpcjkc640gq8a90ns5gw3cn-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r04wysx6yl7ys1rdv1b1lih6in1810r0-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/wkysiv0sxqs6wn44nb46bbyig4plzsy4-elfutils-0.192/lib --extra-lib-dirs=/nix/store/ghb61mqc90qf1nx6kyahhhagicyxvcyg-gmp-with-cxx-6.3.0/lib
3630.16 s
[really-safe-money-gen] Using Parsec parser
3630.16 s
[really-safe-money-gen] Configuring really-safe-money-gen-0.0.0.0...
3630.19 s
[really-safe-money-gen] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
3630.19 s
[really-safe-money-gen] 'ghc' version < 9.12):
3630.19 s
[really-safe-money-gen] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc is version
3630.19 s
[really-safe-money-gen] 9.12.1
3630.67 s
[really-safe-money-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
3630.67 s
[really-safe-money-gen] Dependency base >=4.7 && <5: using base-4.21.0.0
3630.67 s
[really-safe-money-gen] Dependency genvalidity: using genvalidity-1.1.1.0
3630.67 s
[really-safe-money-gen] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
3630.67 s
[really-safe-money-gen] Dependency really-safe-money: using really-safe-money-0.0.0.0
3630.67 s
[really-safe-money-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
3630.67 s
[really-safe-money-gen] Dependency base >=4.7 && <5: using base-4.21.0.0
3630.67 s
[really-safe-money-gen] Dependency criterion: using criterion-1.6.4.0
3630.67 s
[really-safe-money-gen] Dependency deepseq: using deepseq-1.5.1.0
3630.67 s
[really-safe-money-gen] Dependency genvalidity: using genvalidity-1.1.1.0
3630.67 s
[really-safe-money-gen] Dependency genvalidity-criterion: using genvalidity-criterion-1.1.0.0
3630.67 s
[really-safe-money-gen] Dependency genvalidity-vector: using genvalidity-vector-1.0.0.0
3630.67 s
[really-safe-money-gen] Dependency really-safe-money: using really-safe-money-0.0.0.0
3630.67 s
[really-safe-money-gen] Dependency really-safe-money-gen: using really-safe-money-gen-0.0.0.0
3630.67 s
[really-safe-money-gen] Dependency vector: using vector-0.13.2.0
3630.67 s
[really-safe-money-gen] Source component graph:
3630.67 s
[really-safe-money-gen] component lib
3630.67 s
[really-safe-money-gen] component bench:really-safe-money-bench dependency lib
3630.67 s
[really-safe-money-gen] Configured component graph:
3630.67 s
[really-safe-money-gen] component really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn
3630.67 s
[really-safe-money-gen] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3630.67 s
[really-safe-money-gen] include base-4.21.0.0-inplace
3630.67 s
[really-safe-money-gen] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3630.67 s
[really-safe-money-gen] include genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3630.67 s
[really-safe-money-gen] include really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3630.67 s
[really-safe-money-gen] component really-safe-money-gen-0.0.0.0-4u1vnI5gj3L8qz1XRgpKaY-really-safe-money-bench
3630.67 s
[really-safe-money-gen] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3630.67 s
[really-safe-money-gen] include base-4.21.0.0-inplace
3630.67 s
[really-safe-money-gen] include criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3630.67 s
[really-safe-money-gen] include deepseq-1.5.1.0-inplace
3630.67 s
[really-safe-money-gen] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3630.67 s
[really-safe-money-gen] include genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3630.67 s
[really-safe-money-gen] include genvalidity-vector-1.0.0.0-Aa0f8avv2hP3tdbNUKQv6G
3630.67 s
[really-safe-money-gen] include really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3630.67 s
[really-safe-money-gen] include really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn
3630.67 s
[really-safe-money-gen] include vector-0.13.2.0-LtBYk0kuXdpH5vkCEDSf7e
3630.67 s
[really-safe-money-gen] Linked component graph:
3630.67 s
[really-safe-money-gen] unit really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn
3630.67 s
[really-safe-money-gen] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3630.67 s
[really-safe-money-gen] include base-4.21.0.0-inplace
3630.67 s
[really-safe-money-gen] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3630.67 s
[really-safe-money-gen] include genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3630.67 s
[really-safe-money-gen] include really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3630.67 s
[really-safe-money-gen] Money.Account.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.Account.Gen,Money.AccountOf.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.AccountOf.Gen,Money.Amount.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.Amount.Gen,Money.AmountOf.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.AmountOf.Gen,Money.ConversionRate.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.ConversionRate.Gen,Money.ConversionRateOf.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.ConversionRateOf.Gen,Money.Currency.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.Currency.Gen,Money.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.Gen,Money.MultiAccount.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.MultiAccount.Gen,Money.MultiAmount.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.MultiAmount.Gen,Money.QuantisationFactor.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Money.QuantisationFactor.Gen,Numeric.DecimalLiteral.Gen=really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn:Numeric.DecimalLiteral.Gen
3630.67 s
[really-safe-money-gen] unit really-safe-money-gen-0.0.0.0-4u1vnI5gj3L8qz1XRgpKaY-really-safe-money-bench
3630.67 s
[really-safe-money-gen] include QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3630.67 s
[really-safe-money-gen] include base-4.21.0.0-inplace
3630.67 s
[really-safe-money-gen] include criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3630.67 s
[really-safe-money-gen] include deepseq-1.5.1.0-inplace
3630.67 s
[really-safe-money-gen] include genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3630.67 s
[really-safe-money-gen] include genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3630.67 s
[really-safe-money-gen] include genvalidity-vector-1.0.0.0-Aa0f8avv2hP3tdbNUKQv6G
3630.67 s
[really-safe-money-gen] include really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3630.67 s
[really-safe-money-gen] include really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn
3630.67 s
[really-safe-money-gen] include vector-0.13.2.0-LtBYk0kuXdpH5vkCEDSf7e
3630.67 s
[really-safe-money-gen] Ready component graph:
3630.67 s
[really-safe-money-gen] definite really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn
3630.67 s
[really-safe-money-gen] depends QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3630.67 s
[really-safe-money-gen] depends base-4.21.0.0-inplace
3630.67 s
[really-safe-money-gen] depends genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3630.67 s
[really-safe-money-gen] depends genvalidity-containers-1.0.0.2-Hgrs53hlamEJ3eb3iymUL
3630.67 s
[really-safe-money-gen] depends really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3630.67 s
[really-safe-money-gen] definite really-safe-money-gen-0.0.0.0-4u1vnI5gj3L8qz1XRgpKaY-really-safe-money-bench
3630.67 s
[really-safe-money-gen] depends QuickCheck-2.15.0.1-KdZB267oTS6GL9VDjWvdGb
3630.67 s
[really-safe-money-gen] depends base-4.21.0.0-inplace
3630.67 s
[really-safe-money-gen] depends criterion-1.6.4.0-73pmo439wiUL0HfHZGSsPT
3630.67 s
[really-safe-money-gen] depends deepseq-1.5.1.0-inplace
3630.67 s
[really-safe-money-gen] depends genvalidity-1.1.1.0-EwzYUA76dp3Cti0mQEbg6b
3630.67 s
[really-safe-money-gen] depends genvalidity-criterion-1.1.0.0-I2a7aFeV4JJogcqtx5kVm
3630.67 s
[really-safe-money-gen] depends genvalidity-vector-1.0.0.0-Aa0f8avv2hP3tdbNUKQv6G
3630.67 s
[really-safe-money-gen] depends really-safe-money-0.0.0.0-AOsocBMQXMW8b2UxcIZLUx
3630.67 s
[really-safe-money-gen] depends really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn
3630.67 s
[really-safe-money-gen] depends vector-0.13.2.0-LtBYk0kuXdpH5vkCEDSf7e
3630.67 s
[really-safe-money-gen] Using Cabal-3.14.1.0 compiled by ghc-9.12
3630.67 s
[really-safe-money-gen] Using compiler: ghc-9.12.1
3630.67 s
[really-safe-money-gen] Using install prefix:
3630.67 s
[really-safe-money-gen] /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0
3630.67 s
[really-safe-money-gen] Executables installed in:
3630.67 s
[really-safe-money-gen] /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0/bin
3630.67 s
[really-safe-money-gen] Libraries installed in:
3630.67 s
[really-safe-money-gen] /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn
3630.67 s
[really-safe-money-gen] Dynamic Libraries installed in:
3630.67 s
[really-safe-money-gen] /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace
3630.67 s
[really-safe-money-gen] Private executables installed in:
3630.67 s
[really-safe-money-gen] /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0/libexec/x86_64-linux-ghc-9.12.1-inplace/really-safe-money-gen-0.0.0.0
3630.67 s
[really-safe-money-gen] Data files installed in:
3630.67 s
[really-safe-money-gen] /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0/share/x86_64-linux-ghc-9.12.1-inplace/really-safe-money-gen-0.0.0.0
3630.67 s
[really-safe-money-gen] Documentation installed in:
3630.67 s
[really-safe-money-gen] /nix/store/m4sjm47krjrn1p4k3pjljbyb4jrmcdkf-really-safe-money-gen-0.0.0.0-doc/share/doc/really-safe-money-gen-0.0.0.0
3630.67 s
[really-safe-money-gen] Configuration files installed in:
3630.67 s
[really-safe-money-gen] /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0/etc
3630.67 s
[really-safe-money-gen] No alex found
3630.67 s
[really-safe-money-gen] Using ar found on system at:
3630.67 s
[really-safe-money-gen] /nix/store/srcmmqi8kxjfygd0hyy42c8hv6cws83b-binutils-wrapper-2.43.1/bin/ar
3630.67 s
[really-safe-money-gen] No c2hs found
3630.67 s
[really-safe-money-gen] No cpphs found
3630.67 s
[really-safe-money-gen] No doctest found
3630.67 s
[really-safe-money-gen] Using gcc version 14.2.1 given by user at:
3630.67 s
[really-safe-money-gen] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/gcc
3630.67 s
[really-safe-money-gen] Using ghc version 9.12.1 found on system at:
3630.67 s
[really-safe-money-gen] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc
3630.67 s
[really-safe-money-gen] Using ghc-pkg version 9.12.1 found on system at:
3630.67 s
[really-safe-money-gen] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/ghc-pkg-9.12.1
3630.67 s
[really-safe-money-gen] No ghcjs found
3630.67 s
[really-safe-money-gen] No ghcjs-pkg found
3630.67 s
[really-safe-money-gen] No greencard found
3630.67 s
[really-safe-money-gen] Using haddock version 2.30.0 found on system at:
3630.67 s
[really-safe-money-gen] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/haddock-ghc-9.12.1
3630.67 s
[really-safe-money-gen] No happy found
3630.67 s
[really-safe-money-gen] No haskell-suite found
3630.67 s
[really-safe-money-gen] No haskell-suite-pkg found
3630.67 s
[really-safe-money-gen] No hmake found
3630.67 s
[really-safe-money-gen] Using hpc version 0.69 found on system at:
3630.67 s
[really-safe-money-gen] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/hpc-ghc-9.12.1
3630.67 s
[really-safe-money-gen] Using hsc2hs version 0.68.10 found on system at:
3630.67 s
[really-safe-money-gen] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
3630.67 s
[really-safe-money-gen] Using hscolour version 1.25 found on system at:
3630.67 s
[really-safe-money-gen] /nix/store/li6zgl3x3aba384gdjnyhsp41jzhd5pp-hscolour-1.25/bin/HsColour
3630.67 s
[really-safe-money-gen] No jhc found
3630.67 s
[really-safe-money-gen] Using ld found on system at:
3630.67 s
[really-safe-money-gen] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/ld
3630.67 s
[really-safe-money-gen] No pkg-config found
3630.67 s
[really-safe-money-gen] Using runghc version 9.12.1 found on system at:
3630.67 s
[really-safe-money-gen] /nix/store/n5bn1vmk2l2877ldp2ikx4n0p89k7jf5-ghc-9.12.1/bin/runghc-9.12.1
3630.67 s
[really-safe-money-gen] Using strip version 2.43 found on system at:
3630.67 s
[really-safe-money-gen] /nix/store/xcn9p4xxfbvlkpah7pwchpav4ab9d135-gcc-wrapper-14-20241116/bin/strip
3630.67 s
[really-safe-money-gen] Using tar found on system at:
3630.67 s
[really-safe-money-gen] /nix/store/9cwwj1c9csmc85l2cqzs3h9hbf1vwl6c-gnutar-1.35/bin/tar
3630.67 s
[really-safe-money-gen] No uhc found
3630.80 s
[really-safe-money-gen] Phase: buildPhase
3630.86 s
[really-safe-money-gen] Preprocessing library for really-safe-money-gen-0.0.0.0...
3630.86 s
[really-safe-money-gen] Building library for really-safe-money-gen-0.0.0.0...
3630.94 s
[really-safe-money-gen] [ 1 of 13] Compiling Money.Amount.Gen ( src/Money/Amount/Gen.hs, dist/build/Money/Amount/Gen.o, dist/build/Money/Amount/Gen.dyn_o )
3631.19 s
[really-safe-money-gen] [ 2 of 13] Compiling Money.Account.Gen ( src/Money/Account/Gen.hs, dist/build/Money/Account/Gen.o, dist/build/Money/Account/Gen.dyn_o )
3631.26 s
[really-safe-money-gen] [ 3 of 13] Compiling Money.AccountOf.Gen ( src/Money/AccountOf/Gen.hs, dist/build/Money/AccountOf/Gen.o, dist/build/Money/AccountOf/Gen.dyn_o )
3631.28 s
[really-safe-money-gen] [ 4 of 13] Compiling Money.AmountOf.Gen ( src/Money/AmountOf/Gen.hs, dist/build/Money/AmountOf/Gen.o, dist/build/Money/AmountOf/Gen.dyn_o )
3631.28 s
[really-safe-money-gen] [ 5 of 13] Compiling Money.ConversionRate.Gen ( src/Money/ConversionRate/Gen.hs, dist/build/Money/ConversionRate/Gen.o, dist/build/Money/ConversionRate/Gen.dyn_o )
3631.28 s
[really-safe-money-gen] [ 6 of 13] Compiling Money.ConversionRateOf.Gen ( src/Money/ConversionRateOf/Gen.hs, dist/build/Money/ConversionRateOf/Gen.o, dist/build/Money/ConversionRateOf/Gen.dyn_o )
3631.28 s
[really-safe-money-gen] [ 7 of 13] Compiling Money.QuantisationFactor.Gen ( src/Money/QuantisationFactor/Gen.hs, dist/build/Money/QuantisationFactor/Gen.o, dist/build/Money/QuantisationFactor/Gen.dyn_o )
3631.28 s
[really-safe-money-gen] [ 8 of 13] Compiling Money.Currency.Gen ( src/Money/Currency/Gen.hs, dist/build/Money/Currency/Gen.o, dist/build/Money/Currency/Gen.dyn_o )
3631.28 s
[really-safe-money-gen] [ 9 of 13] Compiling Money.MultiAmount.Gen ( src/Money/MultiAmount/Gen.hs, dist/build/Money/MultiAmount/Gen.o, dist/build/Money/MultiAmount/Gen.dyn_o )
3631.28 s
[really-safe-money-gen] [10 of 13] Compiling Money.MultiAccount.Gen ( src/Money/MultiAccount/Gen.hs, dist/build/Money/MultiAccount/Gen.o, dist/build/Money/MultiAccount/Gen.dyn_o )
3631.30 s
[really-safe-money-gen] [11 of 13] Compiling Money.Gen ( src/Money/Gen.hs, dist/build/Money/Gen.o, dist/build/Money/Gen.dyn_o )
3631.32 s
[really-safe-money-gen] [12 of 13] Compiling Numeric.DecimalLiteral.Gen ( src/Numeric/DecimalLiteral/Gen.hs, dist/build/Numeric/DecimalLiteral/Gen.o, dist/build/Numeric/DecimalLiteral/Gen.dyn_o )
3631.32 s
[really-safe-money-gen] [13 of 13] Compiling Paths_really_safe_money_gen ( dist/build/autogen/Paths_really_safe_money_gen.hs, dist/build/Paths_really_safe_money_gen.o, dist/build/Paths_really_safe_money_gen.dyn_o )
3631.50 s
[really-safe-money-gen] [ 1 of 13] Compiling Money.Amount.Gen ( src/Money/Amount/Gen.hs, dist/build/Money/Amount/Gen.p_o )
3631.79 s
[really-safe-money-gen] [ 2 of 13] Compiling Money.Account.Gen ( src/Money/Account/Gen.hs, dist/build/Money/Account/Gen.p_o )
3631.91 s
[really-safe-money-gen] [ 3 of 13] Compiling Money.AccountOf.Gen ( src/Money/AccountOf/Gen.hs, dist/build/Money/AccountOf/Gen.p_o )
3632.01 s
[really-safe-money-gen] [ 4 of 13] Compiling Money.AmountOf.Gen ( src/Money/AmountOf/Gen.hs, dist/build/Money/AmountOf/Gen.p_o )
3632.01 s
[really-safe-money-gen] [ 5 of 13] Compiling Money.ConversionRate.Gen ( src/Money/ConversionRate/Gen.hs, dist/build/Money/ConversionRate/Gen.p_o )
3632.01 s
[really-safe-money-gen] [ 6 of 13] Compiling Money.ConversionRateOf.Gen ( src/Money/ConversionRateOf/Gen.hs, dist/build/Money/ConversionRateOf/Gen.p_o )
3632.01 s
[really-safe-money-gen] [ 7 of 13] Compiling Money.QuantisationFactor.Gen ( src/Money/QuantisationFactor/Gen.hs, dist/build/Money/QuantisationFactor/Gen.p_o )
3632.01 s
[really-safe-money-gen] [ 8 of 13] Compiling Money.Currency.Gen ( src/Money/Currency/Gen.hs, dist/build/Money/Currency/Gen.p_o )
3632.01 s
[really-safe-money-gen] [ 9 of 13] Compiling Money.MultiAmount.Gen ( src/Money/MultiAmount/Gen.hs, dist/build/Money/MultiAmount/Gen.p_o )
3632.01 s
[really-safe-money-gen] [10 of 13] Compiling Money.MultiAccount.Gen ( src/Money/MultiAccount/Gen.hs, dist/build/Money/MultiAccount/Gen.p_o )
3632.03 s
[really-safe-money-gen] [11 of 13] Compiling Money.Gen ( src/Money/Gen.hs, dist/build/Money/Gen.p_o )
3632.12 s
[really-safe-money-gen] [12 of 13] Compiling Numeric.DecimalLiteral.Gen ( src/Numeric/DecimalLiteral/Gen.hs, dist/build/Numeric/DecimalLiteral/Gen.p_o )
3632.12 s
[really-safe-money-gen] [13 of 13] Compiling Paths_really_safe_money_gen ( dist/build/autogen/Paths_really_safe_money_gen.hs, dist/build/Paths_really_safe_money_gen.p_o )
3633.22 s
[really-safe-money-gen] Preprocessing benchmark 'really-safe-money-bench' for really-safe-money-gen-0.0.0.0...
3633.22 s
[really-safe-money-gen] Building benchmark 'really-safe-money-bench' for really-safe-money-gen-0.0.0.0...
3633.30 s
[really-safe-money-gen] [1 of 2] Compiling Main ( bench/Main.hs, dist/build/really-safe-money-bench/really-safe-money-bench-tmp/Main.o )
3636.33 s
[really-safe-money-gen] [2 of 2] Compiling Paths_really_safe_money_gen ( dist/build/really-safe-money-bench/autogen/Paths_really_safe_money_gen.hs, dist/build/really-safe-money-bench/really-safe-money-bench-tmp/Paths_really_safe_money_gen.o )
3636.56 s
[really-safe-money-gen] [3 of 3] Linking dist/build/really-safe-money-bench/really-safe-money-bench
3637.49 s
[really-safe-money-gen] Phase: haddockPhase
3637.91 s
[really-safe-money-gen] Preprocessing library for really-safe-money-gen-0.0.0.0...
3637.91 s
[really-safe-money-gen] Running Haddock on library for really-safe-money-gen-0.0.0.0...
3638.08 s
[really-safe-money-gen] [ 1 of 13] Compiling Money.Amount.Gen ( src/Money/Amount/Gen.hs, nothing ) [Flags changed]
3638.16 s
[really-safe-money-gen] [ 2 of 13] Compiling Money.Account.Gen ( src/Money/Account/Gen.hs, nothing ) [Flags changed]
3638.16 s
[really-safe-money-gen] [ 3 of 13] Compiling Money.AccountOf.Gen ( src/Money/AccountOf/Gen.hs, nothing ) [Flags changed]
3638.17 s
[really-safe-money-gen] [ 4 of 13] Compiling Money.AmountOf.Gen ( src/Money/AmountOf/Gen.hs, nothing ) [Flags changed]
3638.17 s
[really-safe-money-gen] [ 5 of 13] Compiling Money.ConversionRate.Gen ( src/Money/ConversionRate/Gen.hs, nothing ) [Flags changed]
3638.18 s
[really-safe-money-gen] [ 6 of 13] Compiling Money.ConversionRateOf.Gen ( src/Money/ConversionRateOf/Gen.hs, nothing ) [Flags changed]
3638.18 s
[really-safe-money-gen] [ 7 of 13] Compiling Money.QuantisationFactor.Gen ( src/Money/QuantisationFactor/Gen.hs, nothing ) [Flags changed]
3638.18 s
[really-safe-money-gen] [ 8 of 13] Compiling Money.Currency.Gen ( src/Money/Currency/Gen.hs, nothing ) [Flags changed]
3638.18 s
[really-safe-money-gen] [ 9 of 13] Compiling Money.MultiAmount.Gen ( src/Money/MultiAmount/Gen.hs, nothing ) [Flags changed]
3638.19 s
[really-safe-money-gen] [10 of 13] Compiling Money.MultiAccount.Gen ( src/Money/MultiAccount/Gen.hs, nothing ) [Flags changed]
3638.19 s
[really-safe-money-gen] [11 of 13] Compiling Money.Gen ( src/Money/Gen.hs, nothing ) [Flags changed]
3638.20 s
[really-safe-money-gen] [12 of 13] Compiling Numeric.DecimalLiteral.Gen ( src/Numeric/DecimalLiteral/Gen.hs, nothing ) [Flags changed]
3638.20 s
[really-safe-money-gen] [13 of 13] Compiling Paths_really_safe_money_gen ( dist/build/autogen/Paths_really_safe_money_gen.hs, nothing ) [Flags changed]
3638.21 s
[really-safe-money-gen] Haddock coverage:
3638.21 s
[really-safe-money-gen] 0% ( 0 / 1) in 'Money.Amount.Gen'
3638.21 s
[really-safe-money-gen] Missing documentation for:
3638.21 s
[really-safe-money-gen] Module header
3638.21 s
[really-safe-money-gen] 0% ( 0 / 1) in 'Money.Account.Gen'
3638.21 s
[really-safe-money-gen] Missing documentation for:
3638.21 s
[really-safe-money-gen] Module header
3638.21 s
[really-safe-money-gen] 0% ( 0 / 1) in 'Money.AccountOf.Gen'
3638.21 s
[really-safe-money-gen] Missing documentation for:
3638.21 s
[really-safe-money-gen] Module header
3638.21 s
[really-safe-money-gen] 0% ( 0 / 1) in 'Money.AmountOf.Gen'
3638.21 s
[really-safe-money-gen] Missing documentation for:
3638.21 s
[really-safe-money-gen] Module header
3638.21 s
[really-safe-money-gen] 0% ( 0 / 1) in 'Money.ConversionRate.Gen'
3638.21 s
[really-safe-money-gen] Missing documentation for:
3638.21 s
[really-safe-money-gen] Module header
3638.21 s
[really-safe-money-gen] 0% ( 0 / 1) in 'Money.ConversionRateOf.Gen'
3638.21 s
[really-safe-money-gen] Missing documentation for:
3638.21 s
[really-safe-money-gen] Module header
3638.21 s
[really-safe-money-gen] 0% ( 0 / 1) in 'Money.QuantisationFactor.Gen'
3638.21 s
[really-safe-money-gen] Missing documentation for:
3638.21 s
[really-safe-money-gen] Module header
3638.21 s
[really-safe-money-gen] 0% ( 0 / 1) in 'Money.Currency.Gen'
3638.21 s
[really-safe-money-gen] Missing documentation for:
3638.21 s
[really-safe-money-gen] Module header
3638.21 s
[really-safe-money-gen] 0% ( 0 / 1) in 'Money.MultiAmount.Gen'
3638.21 s
[really-safe-money-gen] Missing documentation for:
3638.21 s
[really-safe-money-gen] Module header
3638.21 s
[really-safe-money-gen] 0% ( 0 / 1) in 'Money.MultiAccount.Gen'
3638.21 s
[really-safe-money-gen] Missing documentation for:
3638.21 s
[really-safe-money-gen] Module header
3638.32 s
[really-safe-money-gen] Warning: Money.Gen: Could not find documentation for exported module: Money.Gen
3638.32 s
[really-safe-money-gen] 90% ( 10 / 11) in 'Money.Gen'
3638.32 s
[really-safe-money-gen] Missing documentation for:
3638.32 s
[really-safe-money-gen] Module header
3638.32 s
[really-safe-money-gen] 0% ( 0 / 2) in 'Numeric.DecimalLiteral.Gen'
3638.32 s
[really-safe-money-gen] Missing documentation for:
3638.32 s
[really-safe-money-gen] Module header
3638.32 s
[really-safe-money-gen] shrinkSign (src/Numeric/DecimalLiteral/Gen.hs:16)
3642.04 s
[really-safe-money-gen] Documentation created: dist/doc/html/really-safe-money-gen,
3642.08 s
[really-safe-money-gen] dist/doc/html/really-safe-money-gen/really-safe-money-gen.txt
3642.46 s
[really-safe-money-gen] Preprocessing benchmark 'really-safe-money-bench' for really-safe-money-gen-0.0.0.0...
3642.51 s
[really-safe-money-gen] Phase: installPhase
3642.57 s
[really-safe-money-gen] Installing library in /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/really-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn
3642.82 s
[really-safe-money-gen] Phase: fixupPhase
3642.84 s
[really-safe-money-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0
3642.84 s
[really-safe-money-gen] shrinking /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-inplace/libHSreally-safe-money-gen-0.0.0.0-64sxDdqqSc63Dnh39HKApn-ghc9.12.1.so
3642.86 s
[really-safe-money-gen] checking for references to /build/ in /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0...
3642.88 s
[really-safe-money-gen] patching script interpreter paths in /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0
3642.88 s
[really-safe-money-gen] stripping (with command strip and flags -S -p) in /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0/lib
3642.93 s
[really-safe-money-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/m4sjm47krjrn1p4k3pjljbyb4jrmcdkf-really-safe-money-gen-0.0.0.0-doc
3642.94 s
[really-safe-money-gen] checking for references to /build/ in /nix/store/m4sjm47krjrn1p4k3pjljbyb4jrmcdkf-really-safe-money-gen-0.0.0.0-doc...
3642.95 s
[really-safe-money-gen] patching script interpreter paths in /nix/store/m4sjm47krjrn1p4k3pjljbyb4jrmcdkf-really-safe-money-gen-0.0.0.0-doc
3643.04 s
[post-build-hook] Uploading to cachix cache "really-safe-money": /nix/store/m4sjm47krjrn1p4k3pjljbyb4jrmcdkf-really-safe-money-gen-0.0.0.0-doc /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0
3643.45 s
[post-build-hook] Pushing 2 paths (90 are already present) using zstd to cache really-safe-money ⏳
3643.45 s
[post-build-hook]
3643.80 s
[post-build-hook] Pushing /nix/store/m4sjm47krjrn1p4k3pjljbyb4jrmcdkf-really-safe-money-gen-0.0.0.0-doc (306.05 KiB)
3643.83 s
[post-build-hook] Pushing /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0 (1.25 MiB)
3645.18 s
[post-build-hook]
3645.18 s
[post-build-hook] All done.
3645.19 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/m4sjm47krjrn1p4k3pjljbyb4jrmcdkf-really-safe-money-gen-0.0.0.0-doc /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0
3645.23 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3645.28 s
[post-build-hook] copying 0 paths...
3645.32 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3645.41 s
[post-build-hook] copying 0 paths...
3645.42 s
Progress: 112 of 114 built, 171 of 171 downloaded from cache
3645.47 s
Building really-safe-money-release
3645.51 s
[really-safe-money-release] /nix/store/8596806s0ypyvrsz30lwxnnx3c4015i9-really-safe-money-autodocodec-0.0.0.0/nix-support:
3645.52 s
[really-safe-money-release] propagated-build-inputs: Keeping existing link to /nix/store/2wn5r37qy36n1dwpf6w7qzx57d9yp2p7-really-safe-money-0.0.0.0/nix-support/propagated-build-inputs
3645.52 s
[really-safe-money-release] /nix/store/rjdc0i1s315ch83jyljvrrbn4xs0n9ha-really-safe-money-gen-0.0.0.0/nix-support:
3645.52 s
[really-safe-money-release] propagated-build-inputs: Keeping existing link to /nix/store/2wn5r37qy36n1dwpf6w7qzx57d9yp2p7-really-safe-money-0.0.0.0/nix-support/propagated-build-inputs
3645.56 s
[post-build-hook] Uploading to cachix cache "really-safe-money": /nix/store/6p3g6y3i6wx66a4qxpw4pj0pa45invfx-really-safe-money-release
3645.94 s
[post-build-hook] Pushing 1 paths (176 are already present) using zstd to cache really-safe-money ⏳
3645.94 s
[post-build-hook]
3646.29 s
[post-build-hook] Pushing /nix/store/6p3g6y3i6wx66a4qxpw4pj0pa45invfx-really-safe-money-release (67.22 KiB)
3647.48 s
[post-build-hook]
3647.51 s
[post-build-hook] All done.
3647.51 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/6p3g6y3i6wx66a4qxpw4pj0pa45invfx-really-safe-money-release
3647.53 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3647.67 s
[post-build-hook] copying 0 paths...
3647.71 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3647.82 s
[post-build-hook] copying 0 paths...
3647.84 s
Progress: 113 of 114 built, 171 of 171 downloaded from cache