build checks.x86_64-linux.forwardCompatibility
3151.62 s
[sydtest-webdriver-source] unpacking source archive /nix/store/xsj093gqblca5wn6v1kv7qdznqbjm7dy-sydtest-webdriver
3151.62 s
[sydtest-webdriver-source] source root is sydtest-webdriver
3151.63 s
[sydtest-webdriver-source] Phase: patchPhase
3151.64 s
[sydtest-webdriver-source] Phase: compileBuildDriverPhase
3151.64 s
[sydtest-webdriver-source] setupCompileFlags: -package-db=/build/tmp.yJrW1xdpcM/setup-package.conf.d -threaded
3151.70 s
[sydtest-webdriver-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.yJrW1xdpcM/Main.o )
3151.72 s
[sydtest-servant-source] Phase: unpackPhase
3151.72 s
[sydtest-servant-source] unpacking source archive /nix/store/vg05bq7q51ycs6077491zjwlv96zhs54-sydtest-servant
3151.73 s
[sydtest-servant-source] source root is sydtest-servant
3151.74 s
[sydtest-servant-source] Phase: patchPhase
3151.75 s
[sydtest-servant-source] Phase: compileBuildDriverPhase
3151.75 s
[sydtest-servant-source] setupCompileFlags: -package-db=/build/tmp.KBsCZDTp83/setup-package.conf.d -threaded
3151.75 s
[sydtest-webdriver-source] [2 of 2] Linking Setup
3151.80 s
[sydtest-servant-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.KBsCZDTp83/Main.o )
3151.85 s
[sydtest-servant-source] [2 of 2] Linking Setup
3151.97 s
[opt-env-conf-test] Phase: updateAutotoolsGnuConfigScriptsPhase
3151.98 s
[opt-env-conf-test] Phase: configurePhase
3151.99 s
[opt-env-conf-test] configureFlags: --verbose --prefix=/nix/store/3b9d8365xwc1jxqpbf2c7d6n7yfxpkwy-opt-env-conf-test-0.0.0.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/c8i92qkv1hdndx8qkyj0lnp6i2hhvk4l-opt-env-conf-test-0.0.0.4-doc/share/doc/opt-env-conf-test-0.0.0.4 --with-gcc=gcc --package-db=/build/tmp.p7v21DbVQL/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/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1nqqjacc6dnj61jlpgz5hk9zdjbfidbr-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
3152.00 s
[opt-env-conf-test] Using Parsec parser
3152.00 s
[opt-env-conf-test] Configuring opt-env-conf-test-0.0.0.4...
3152.42 s
[yesod-form] [19 of 24] Compiling Yesod.Form.Option ( Yesod/Form/Option.hs, nothing ) [Yesod.Form.Fields changed]
3152.42 s
[yesod-form] [20 of 24] Compiling Yesod.Form.MassInput ( Yesod/Form/MassInput.hs, nothing ) [Yesod.Form.Fields changed]
3152.46 s
[yesod-form] Yesod/Form/MassInput.hs:47:19: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
3152.46 s
[yesod-form] The use of ‘~’ without TypeOperators
3152.46 s
[yesod-form] will become an error in a future GHC release.
3152.46 s
[yesod-form] Suggested fix:
3152.46 s
[yesod-form] Perhaps you intended to use the ‘TypeOperators’ extension
3152.46 s
[yesod-form] |
3152.46 s
[yesod-form] 47 | inputList :: (xml ~ WidgetFor site (), RenderMessage site FormMessage)
3152.46 s
[yesod-form] | ^
3152.46 s
[yesod-form]
3152.46 s
[yesod-form] Yesod/Form/MassInput.hs:97:20: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
3152.46 s
[yesod-form] The use of ‘~’ without TypeOperators
3152.46 s
[yesod-form] will become an error in a future GHC release.
3152.46 s
[yesod-form] Suggested fix:
3152.46 s
[yesod-form] Perhaps you intended to use the ‘TypeOperators’ extension
3152.46 s
[yesod-form] |
3152.46 s
[yesod-form] 97 | withDelete :: (xml ~ WidgetFor site (), RenderMessage site FormMessage)
3152.46 s
[yesod-form] | ^
3152.46 s
[yesod-form]
3152.47 s
[yesod-form] [21 of 24] Compiling Yesod.Form.Bootstrap3 ( Yesod/Form/Bootstrap3.hs, nothing ) [Yesod.Form.Functions changed]
3152.52 s
[yesod-form] Yesod/Form/Bootstrap3.hs:227:47: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
3152.52 s
[yesod-form] The use of ‘~’ without TypeOperators
3152.52 s
[yesod-form] will become an error in a future GHC release.
3152.52 s
[yesod-form] Suggested fix:
3152.52 s
[yesod-form] Perhaps you intended to use the ‘TypeOperators’ extension
3152.52 s
[yesod-form] |
3152.52 s
[yesod-form] 227 | :: (RenderMessage site msg, HandlerSite m ~ site, MonadHandler m)
3152.52 s
[yesod-form] | ^
3152.52 s
[yesod-form]
3152.52 s
[yesod-form] Yesod/Form/Bootstrap3.hs:238:47: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
3152.52 s
[yesod-form] The use of ‘~’ without TypeOperators
3152.52 s
[yesod-form] will become an error in a future GHC release.
3152.52 s
[yesod-form] Suggested fix:
3152.52 s
[yesod-form] Perhaps you intended to use the ‘TypeOperators’ extension
3152.52 s
[yesod-form] |
3152.52 s
[yesod-form] 238 | :: (RenderMessage site msg, HandlerSite m ~ site, MonadHandler m)
3152.52 s
[yesod-form] | ^
3152.52 s
[yesod-form]
3152.53 s
[yesod-form] [22 of 24] Compiling Yesod.Form ( Yesod/Form.hs, /build/ghc962_tmp_0/ghc_tmp_12.o, /build/ghc962_tmp_0/ghc_tmp_12.dyn_o )
3152.55 s
[yesod-form] [23 of 24] Compiling Yesod.Form.Nic ( Yesod/Form/Nic.hs, nothing ) [Yesod.Form.Types changed]
3152.57 s
[yesod-form] Yesod/Form/Nic.hs:55:45: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
3152.57 s
[yesod-form] The use of ‘~’ without TypeOperators
3152.57 s
[yesod-form] will become an error in a future GHC release.
3152.57 s
[yesod-form] Suggested fix:
3152.57 s
[yesod-form] Perhaps you intended to use the ‘TypeOperators’ extension
3152.57 s
[yesod-form] |
3152.57 s
[yesod-form] 55 | addScript' :: (MonadWidget m, HandlerSite m ~ site)
3152.57 s
[yesod-form] | ^
3152.57 s
[yesod-form]
3152.57 s
[yesod-form] [24 of 24] Compiling Yesod.Form.Jquery ( Yesod/Form/Jquery.hs, nothing ) [Yesod.Form.Functions changed]
3152.59 s
[yesod-form] Yesod/Form/Jquery.hs:133:30: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
3152.59 s
[yesod-form] The use of ‘~’ without TypeOperators
3152.59 s
[yesod-form] will become an error in a future GHC release.
3152.59 s
[yesod-form] Suggested fix:
3152.59 s
[yesod-form] Perhaps you intended to use the ‘TypeOperators’ extension
3152.59 s
[yesod-form] |
3152.59 s
[yesod-form] 133 | addScript' :: (HandlerSite m ~ site, MonadWidget m) => (site -> Either (Route site) Text) -> m ()
3152.60 s
[yesod-form] | ^
3152.60 s
[yesod-form]
3152.60 s
[yesod-form] Yesod/Form/Jquery.hs:138:49: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
3152.60 s
[yesod-form] The use of ‘~’ without TypeOperators
3152.60 s
[yesod-form] will become an error in a future GHC release.
3152.60 s
[yesod-form] Suggested fix:
3152.60 s
[yesod-form] Perhaps you intended to use the ‘TypeOperators’ extension
3152.60 s
[yesod-form] |
3152.60 s
[yesod-form] 138 | addStylesheet' :: (MonadWidget m, HandlerSite m ~ site)
3152.60 s
[yesod-form] | ^
3152.60 s
[yesod-form]
3152.60 s
[yesod-form] Haddock coverage:
3152.60 s
[yesod-form] Warning: 'ToHtml' is out of scope.
3152.60 s
[yesod-form] If you qualify the identifier, haddock can try to link it anyway.
3152.70 s
[sydtest-hedis-source] Phase: updateAutotoolsGnuConfigScriptsPhase
3152.71 s
[sydtest-hedis-source] Phase: configurePhase
3152.71 s
[sydtest-hedis-source] configureFlags: --verbose --prefix=/nix/store/cixn0k11mqp2scp2ngd961ks4gffxi0q-sydtest-hedis-source-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/sydtest-hedis-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.3fOOj4lMUm/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-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=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1nqqjacc6dnj61jlpgz5hk9zdjbfidbr-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
3152.72 s
[sydtest-hedis-source] Using Parsec parser
3152.72 s
[sydtest-hedis-source] Configuring sydtest-hedis-0.0.0.0...
3152.81 s
[sydtest-persistent-sqlite-source] Phase: updateAutotoolsGnuConfigScriptsPhase
3152.82 s
[sydtest-persistent-postgresql-source] Phase: updateAutotoolsGnuConfigScriptsPhase
3152.82 s
[sydtest-persistent-sqlite-source] Phase: configurePhase
3152.83 s
[sydtest-persistent-sqlite-source] configureFlags: --verbose --prefix=/nix/store/22ik406glmv3c4k44bwvcpdnwqcxiazc-sydtest-persistent-sqlite-source-0.2.0.3 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/sydtest-persistent-sqlite-0.2.0.3 --with-gcc=gcc --package-db=/build/tmp.xXcrTnqrr7/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-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=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1nqqjacc6dnj61jlpgz5hk9zdjbfidbr-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
3152.83 s
[sydtest-persistent-postgresql-source] Phase: configurePhase
3152.83 s
[sydtest-persistent-sqlite-source] Using Parsec parser
3152.83 s
[sydtest-persistent-sqlite-source] Configuring sydtest-persistent-sqlite-0.2.0.3...
3152.84 s
[sydtest-persistent-postgresql-source] configureFlags: --verbose --prefix=/nix/store/y6825av6n0vwb2iwxgc8zrs12igrl0jz-sydtest-persistent-postgresql-source-0.3.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/sydtest-persistent-postgresql-0.3.0.0 --with-gcc=gcc --package-db=/build/tmp.XZAJh48Vei/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-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=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1nqqjacc6dnj61jlpgz5hk9zdjbfidbr-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
3152.84 s
[sydtest-persistent-postgresql-source] Using Parsec parser
3152.84 s
[sydtest-persistent-postgresql-source] Configuring sydtest-persistent-postgresql-0.3.0.0...
3152.85 s
[opt-env-conf-test] Dependency aeson: using aeson-2.2.3.0
3152.85 s
[opt-env-conf-test] Dependency base <5: using base-4.21.1.0
3152.85 s
[opt-env-conf-test] Dependency genvalidity: using genvalidity-1.1.1.0
3152.85 s
[opt-env-conf-test] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
3152.85 s
[opt-env-conf-test] Dependency opt-env-conf >=0.9.0.0: using opt-env-conf-0.15.0.1
3152.85 s
[opt-env-conf-test] Dependency safe-coloured-text: using safe-coloured-text-0.5.0.0
3152.85 s
[opt-env-conf-test] Dependency sydtest: using sydtest-0.23.0.2
3152.85 s
[opt-env-conf-test] Dependency text: using text-2.1.3
3152.85 s
[opt-env-conf-test] Source component graph: component lib
3152.85 s
[opt-env-conf-test] Configured component graph:
3152.85 s
[opt-env-conf-test] component opt-env-conf-test-0.0.0.4-JcVKtclQep0KgRVuWbuwdp
3152.85 s
[opt-env-conf-test] include aeson-2.2.3.0-Atjr5tV8NTrI1dGjeg23dT
3152.85 s
[opt-env-conf-test] include base-4.21.1.0-f852
3152.85 s
[opt-env-conf-test] include genvalidity-1.1.1.0-JE7lDGCAv079q0KspRA19e
3152.85 s
[opt-env-conf-test] include genvalidity-containers-1.0.0.2-BATK703v68F5efxnJDdBRb
3152.85 s
[opt-env-conf-test] include opt-env-conf-0.15.0.1-CxY4sVyUjLdBebxaPatAri
3152.85 s
[opt-env-conf-test] include safe-coloured-text-0.5.0.0-DxvPUqUQ68iH6QZ8K94Q0x
3152.85 s
[opt-env-conf-test] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3152.85 s
[opt-env-conf-test] include text-2.1.3-1f83
3152.85 s
[opt-env-conf-test] Linked component graph:
3152.85 s
[opt-env-conf-test] unit opt-env-conf-test-0.0.0.4-JcVKtclQep0KgRVuWbuwdp
3152.85 s
[opt-env-conf-test] include aeson-2.2.3.0-Atjr5tV8NTrI1dGjeg23dT
3152.85 s
[opt-env-conf-test] include base-4.21.1.0-f852
3152.85 s
[opt-env-conf-test] include genvalidity-1.1.1.0-JE7lDGCAv079q0KspRA19e
3152.85 s
[opt-env-conf-test] include genvalidity-containers-1.0.0.2-BATK703v68F5efxnJDdBRb
3152.85 s
[opt-env-conf-test] include opt-env-conf-0.15.0.1-CxY4sVyUjLdBebxaPatAri
3152.85 s
[opt-env-conf-test] include safe-coloured-text-0.5.0.0-DxvPUqUQ68iH6QZ8K94Q0x
3152.85 s
[opt-env-conf-test] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3152.85 s
[opt-env-conf-test] include text-2.1.3-1f83
3152.85 s
[opt-env-conf-test] OptEnvConf.Args.Gen=opt-env-conf-test-0.0.0.4-JcVKtclQep0KgRVuWbuwdp:OptEnvConf.Args.Gen,OptEnvConf.EnvMap.Gen=opt-env-conf-test-0.0.0.4-JcVKtclQep0KgRVuWbuwdp:OptEnvConf.EnvMap.Gen,OptEnvConf.Test=opt-env-conf-test-0.0.0.4-JcVKtclQep0KgRVuWbuwdp:OptEnvConf.Test
3152.85 s
[opt-env-conf-test] Ready component graph:
3152.85 s
[opt-env-conf-test] definite opt-env-conf-test-0.0.0.4-JcVKtclQep0KgRVuWbuwdp
3152.85 s
[opt-env-conf-test] depends aeson-2.2.3.0-Atjr5tV8NTrI1dGjeg23dT
3152.85 s
[opt-env-conf-test] depends base-4.21.1.0-f852
3152.85 s
[opt-env-conf-test] depends genvalidity-1.1.1.0-JE7lDGCAv079q0KspRA19e
3152.85 s
[opt-env-conf-test] depends genvalidity-containers-1.0.0.2-BATK703v68F5efxnJDdBRb
3152.85 s
[opt-env-conf-test] depends opt-env-conf-0.15.0.1-CxY4sVyUjLdBebxaPatAri
3152.85 s
[opt-env-conf-test] depends safe-coloured-text-0.5.0.0-DxvPUqUQ68iH6QZ8K94Q0x
3152.85 s
[opt-env-conf-test] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3152.85 s
[opt-env-conf-test] depends text-2.1.3-1f83
3152.85 s
[opt-env-conf-test] Using Cabal-3.14.2.0 compiled by ghc-9.12
3152.85 s
[opt-env-conf-test] Using compiler: ghc-9.12.3
3152.85 s
[opt-env-conf-test] Using install prefix:
3152.85 s
[opt-env-conf-test] /nix/store/3b9d8365xwc1jxqpbf2c7d6n7yfxpkwy-opt-env-conf-test-0.0.0.4
3152.85 s
[opt-env-conf-test] Executables installed in:
3152.85 s
[opt-env-conf-test] /nix/store/3b9d8365xwc1jxqpbf2c7d6n7yfxpkwy-opt-env-conf-test-0.0.0.4/bin
3152.85 s
[opt-env-conf-test] Libraries installed in:
3152.85 s
[opt-env-conf-test] /nix/store/3b9d8365xwc1jxqpbf2c7d6n7yfxpkwy-opt-env-conf-test-0.0.0.4/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/opt-env-conf-test-0.0.0.4-JcVKtclQep0KgRVuWbuwdp
3152.85 s
[opt-env-conf-test] Dynamic Libraries installed in:
3152.85 s
[opt-env-conf-test] /nix/store/3b9d8365xwc1jxqpbf2c7d6n7yfxpkwy-opt-env-conf-test-0.0.0.4/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0
3152.85 s
[opt-env-conf-test] Private executables installed in:
3152.85 s
[opt-env-conf-test] /nix/store/3b9d8365xwc1jxqpbf2c7d6n7yfxpkwy-opt-env-conf-test-0.0.0.4/libexec/x86_64-linux-ghc-9.12.3-59b0/opt-env-conf-test-0.0.0.4
3152.85 s
[opt-env-conf-test] Data files installed in:
3152.85 s
[opt-env-conf-test] /nix/store/3b9d8365xwc1jxqpbf2c7d6n7yfxpkwy-opt-env-conf-test-0.0.0.4/share/x86_64-linux-ghc-9.12.3-59b0/opt-env-conf-test-0.0.0.4
3152.85 s
[opt-env-conf-test] Documentation installed in:
3152.85 s
[opt-env-conf-test] /nix/store/c8i92qkv1hdndx8qkyj0lnp6i2hhvk4l-opt-env-conf-test-0.0.0.4-doc/share/doc/opt-env-conf-test-0.0.0.4
3152.85 s
[opt-env-conf-test] Configuration files installed in:
3152.85 s
[opt-env-conf-test] /nix/store/3b9d8365xwc1jxqpbf2c7d6n7yfxpkwy-opt-env-conf-test-0.0.0.4/etc
3152.85 s
[opt-env-conf-test] No alex found
3152.85 s
[opt-env-conf-test] Using ar found on system at:
3152.85 s
[opt-env-conf-test] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
3152.85 s
[opt-env-conf-test] No c2hs found
3152.85 s
[opt-env-conf-test] No cpphs found
3152.85 s
[opt-env-conf-test] No doctest found
3152.85 s
[opt-env-conf-test] Using gcc version 14.3.0 given by user at:
3152.85 s
[opt-env-conf-test] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
3152.85 s
[opt-env-conf-test] Using ghc version 9.12.3 found on system at:
3152.86 s
[opt-env-conf-test] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc
3152.86 s
[opt-env-conf-test] Using ghc-pkg version 9.12.3 found on system at:
3152.86 s
[opt-env-conf-test] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc-pkg-9.12.3
3152.86 s
[opt-env-conf-test] No ghcjs found
3152.86 s
[opt-env-conf-test] No ghcjs-pkg found
3152.86 s
[opt-env-conf-test] No greencard found
3152.86 s
[opt-env-conf-test] Using haddock version 2.32.0 found on system at:
3152.86 s
[opt-env-conf-test] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/haddock-ghc-9.12.3
3152.86 s
[opt-env-conf-test] No happy found
3152.86 s
[opt-env-conf-test] No haskell-suite found
3152.86 s
[opt-env-conf-test] No haskell-suite-pkg found
3152.86 s
[opt-env-conf-test] No hmake found
3152.86 s
[opt-env-conf-test] Using hpc version 0.69 found on system at:
3152.86 s
[opt-env-conf-test] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hpc-ghc-9.12.3
3152.86 s
[opt-env-conf-test] Using hsc2hs version 0.68.10 found on system at:
3152.86 s
[opt-env-conf-test] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hsc2hs-ghc-9.12.3
3152.86 s
[opt-env-conf-test] Using hscolour version 1.25 found on system at:
3152.86 s
[opt-env-conf-test] /nix/store/dcg7hvbvy5m1bbirq3fnjwfzll4p3z3x-hscolour-1.25/bin/HsColour
3152.86 s
[opt-env-conf-test] No jhc found
3152.86 s
[opt-env-conf-test] Using ld found on system at:
3152.86 s
[opt-env-conf-test] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
3152.86 s
[opt-env-conf-test] No pkg-config found
3152.86 s
[opt-env-conf-test] Using runghc version 9.12.3 found on system at:
3152.86 s
[opt-env-conf-test] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/runghc-9.12.3
3152.86 s
[opt-env-conf-test] Using strip version 2.44 found on system at:
3152.86 s
[opt-env-conf-test] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
3152.86 s
[opt-env-conf-test] Using tar found on system at:
3152.86 s
[opt-env-conf-test] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
3152.86 s
[opt-env-conf-test] No uhc found
3152.98 s
[yesod-form] 35% ( 6 / 17) in 'Yesod.Form.Types'
3152.98 s
[yesod-form] Missing documentation for:
3152.98 s
[yesod-form] Module header
3152.98 s
[yesod-form] FormMessage (Yesod/Form/Types.hs:226)
3152.98 s
[yesod-form] Env (Yesod/Form/Types.hs:119)
3152.98 s
[yesod-form] FileEnv (Yesod/Form/Types.hs:120)
3152.98 s
[yesod-form] Ints (Yesod/Form/Types.hs:114)
3152.98 s
[yesod-form] MForm (Yesod/Form/Types.hs:145)
3152.98 s
[yesod-form] AForm (Yesod/Form/Types.hs:152)
3152.98 s
[yesod-form] Field (Yesod/Form/Types.hs:220)
3152.98 s
[yesod-form] FieldSettings (Yesod/Form/Types.hs:192)
3152.98 s
[yesod-form] FieldView (Yesod/Form/Types.hs:203)
3152.98 s
[yesod-form] FieldViewFunc (Yesod/Form/Types.hs:212)
3152.98 s
[yesod-form] 100% ( 8 / 8) in 'Yesod.Form.Input'
3152.98 s
[yesod-form] 0% ( 0 / 2) in 'Yesod.Form.I18n.Swedish'
3152.98 s
[yesod-form] Missing documentation for:
3152.98 s
[yesod-form] Module header
3152.98 s
[yesod-form] swedishFormMessage (Yesod/Form/I18n/Swedish.hs:9)
3152.98 s
[yesod-form] 0% ( 0 / 2) in 'Yesod.Form.I18n.Spanish'
3152.98 s
[yesod-form] Missing documentation for:
3152.98 s
[yesod-form] Module header
3152.98 s
[yesod-form] spanishFormMessage (Yesod/Form/I18n/Spanish.hs:10)
3152.98 s
[yesod-form] 0% ( 0 / 2) in 'Yesod.Form.I18n.Russian'
3152.98 s
[yesod-form] Missing documentation for:
3152.98 s
[yesod-form] Module header
3152.98 s
[yesod-form] russianFormMessage (Yesod/Form/I18n/Russian.hs:9)
3152.98 s
[yesod-form] 50% ( 1 / 2) in 'Yesod.Form.I18n.Romanian'
3152.98 s
[yesod-form] Missing documentation for:
3152.98 s
[yesod-form] Module header
3152.98 s
[yesod-form] 0% ( 0 / 2) in 'Yesod.Form.I18n.Portuguese'
3152.98 s
[yesod-form] Missing documentation for:
3152.98 s
[yesod-form] Module header
3152.99 s
[yesod-form] portugueseFormMessage (Yesod/Form/I18n/Portuguese.hs:9)
3152.99 s
[yesod-form] 0% ( 0 / 2) in 'Yesod.Form.I18n.Norwegian'
3152.99 s
[yesod-form] Missing documentation for:
3152.99 s
[yesod-form] Module header
3152.99 s
[yesod-form] norwegianBokmålFormMessage (Yesod/Form/I18n/Norwegian.hs:9)
3152.99 s
[yesod-form] 0% ( 0 / 2) in 'Yesod.Form.I18n.Korean'
3152.99 s
[yesod-form] Missing documentation for:
3152.99 s
[yesod-form] Module header
3152.99 s
[yesod-form] koreanFormMessage (Yesod/Form/I18n/Korean.hs:9)
3152.99 s
[yesod-form] 0% ( 0 / 2) in 'Yesod.Form.I18n.Japanese'
3152.99 s
[yesod-form] Missing documentation for:
3152.99 s
[yesod-form] Module header
3152.99 s
[yesod-form] japaneseFormMessage (Yesod/Form/I18n/Japanese.hs:9)
3152.99 s
[yesod-form] 0% ( 0 / 2) in 'Yesod.Form.I18n.German'
3152.99 s
[yesod-form] Missing documentation for:
3152.99 s
[yesod-form] Module header
3152.99 s
[yesod-form] germanFormMessage (Yesod/Form/I18n/German.hs:9)
3152.99 s
[yesod-form] 0% ( 0 / 2) in 'Yesod.Form.I18n.French'
3152.99 s
[yesod-form] Missing documentation for:
3152.99 s
[yesod-form] Module header
3152.99 s
[yesod-form] frenchFormMessage (Yesod/Form/I18n/French.hs:9)
3152.99 s
[yesod-form] 0% ( 0 / 2) in 'Yesod.Form.I18n.English'
3152.99 s
[yesod-form] Missing documentation for:
3152.99 s
[yesod-form] Module header
3152.99 s
[yesod-form] englishFormMessage (Yesod/Form/I18n/English.hs:9)
3152.99 s
[yesod-form] 0% ( 0 / 2) in 'Yesod.Form.I18n.Dutch'
3152.99 s
[yesod-form] Missing documentation for:
3152.99 s
[yesod-form] Module header
3152.99 s
[yesod-form] dutchFormMessage (Yesod/Form/I18n/Dutch.hs:9)
3152.99 s
[yesod-form] 0% ( 0 / 2) in 'Yesod.Form.I18n.Czech'
3152.99 s
[yesod-form] Missing documentation for:
3152.99 s
[yesod-form] Module header
3152.99 s
[yesod-form] czechFormMessage (Yesod/Form/I18n/Czech.hs:9)
3152.99 s
[yesod-form] 0% ( 0 / 2) in 'Yesod.Form.I18n.Chinese'
3152.99 s
[yesod-form] Missing documentation for:
3152.99 s
[yesod-form] Module header
3152.99 s
[yesod-form] chineseFormMessage (Yesod/Form/I18n/Chinese.hs:9)
3152.99 s
[yesod-form] Warning: 'AForm' is ambiguous. It is defined
3152.99 s
[yesod-form] * at Yesod/Form/Types.hs:152:21
3152.99 s
[yesod-form] * at Yesod/Form/Types.hs:152:1
3152.99 s
[yesod-form] You may be able to disambiguate the identifier by qualifying it or
3152.99 s
[yesod-form] by specifying the type/value namespace explicitly.
3152.99 s
[yesod-form] Defaulting to the one defined at Yesod/Form/Types.hs:152:1
3152.99 s
[yesod-form] Warning: 'FieldSettings' is ambiguous. It is defined
3152.99 s
[yesod-form] * at Yesod/Form/Types.hs:192:29
3152.99 s
[yesod-form] * at Yesod/Form/Types.hs:192:1
3152.99 s
[yesod-form] You may be able to disambiguate the identifier by qualifying it or
3152.99 s
[yesod-form] by specifying the type/value namespace explicitly.
3152.99 s
[yesod-form] Defaulting to the one defined at Yesod/Form/Types.hs:192:1
3152.99 s
[yesod-form] Warning: 'Field' is ambiguous. It is defined
3152.99 s
[yesod-form] * at Yesod/Form/Types.hs:220:18
3152.99 s
[yesod-form] * at Yesod/Form/Types.hs:220:1
3152.99 s
[yesod-form] You may be able to disambiguate the identifier by qualifying it or
3152.99 s
[yesod-form] by specifying the type/value namespace explicitly.
3152.99 s
[yesod-form] Defaulting to the one defined at Yesod/Form/Types.hs:220:1
3152.99 s
[yesod-form] 78% ( 40 / 51) in 'Yesod.Form.Functions'
3152.99 s
[yesod-form] Missing documentation for:
3152.99 s
[yesod-form] Module header
3152.99 s
[yesod-form] askParams (Yesod/Form/Functions.hs:111)
3152.99 s
[yesod-form] askFiles (Yesod/Form/Functions.hs:116)
3152.99 s
[yesod-form] formToAForm (Yesod/Form/Functions.hs:95)
3152.99 s
[yesod-form] aFormToForm (Yesod/Form/Functions.hs:102)
3152.99 s
[yesod-form] runFormPostNoToken (Yesod/Form/Functions.hs:372)
3152.99 s
[yesod-form] runFormGet (Yesod/Form/Functions.hs:381)
3152.99 s
[yesod-form] generateFormGet (Yesod/Form/Functions.hs:403)
3152.99 s
[yesod-form] FormRender (Yesod/Form/Functions.hs:473)
3152.99 s
[yesod-form] check (Yesod/Form/Functions.hs:580)
3152.99 s
[yesod-form] checkM (Yesod/Form/Functions.hs:591)
3152.99 s
[yesod-form] Warning: 'Textarea' is ambiguous. It is defined
3152.99 s
[yesod-form] * at Yesod/Form/Fields.hs:237:20
3152.99 s
[yesod-form] * at Yesod/Form/Fields.hs:237:1
3152.99 s
[yesod-form] You may be able to disambiguate the identifier by qualifying it or
3152.99 s
[yesod-form] by specifying the type/value namespace explicitly.
3152.99 s
[yesod-form] Defaulting to the one defined at Yesod/Form/Fields.hs:237:1
3152.99 s
[yesod-form] Warning: 'String' is ambiguous. It is defined
3152.99 s
[yesod-form] * in ‘Data.Aeson.Types.Internal’
3152.99 s
[yesod-form] * in ‘GHC.Internal.Base’
3153.00 s
[yesod-form] You may be able to disambiguate the identifier by qualifying it or
3153.00 s
[yesod-form] by specifying the type/value namespace explicitly.
3153.00 s
[yesod-form] Defaulting to the one defined in ‘GHC.Internal.Base’
3153.00 s
[yesod-form] Warning: 'OptionList' is ambiguous. It is defined
3153.00 s
[yesod-form] * at Yesod/Form/Fields.hs:699:5
3153.00 s
[yesod-form] * at Yesod/Form/Fields.hs:698:1
3153.00 s
[yesod-form] You may be able to disambiguate the identifier by qualifying it or
3153.00 s
[yesod-form] by specifying the type/value namespace explicitly.
3153.00 s
[yesod-form] Defaulting to the one defined at Yesod/Form/Fields.hs:698:1
3153.00 s
[yesod-form] Warning: 'Map' is out of scope.
3153.00 s
[yesod-form] If you qualify the identifier, haddock can try to link it anyway.
3153.00 s
[yesod-form] Warning: 'Entity' is ambiguous. It is defined
3153.00 s
[yesod-form] * in ‘Database.Persist.Class.PersistEntity’
3153.00 s
[yesod-form] * in ‘Database.Persist.Class.PersistEntity’
3153.00 s
[yesod-form] You may be able to disambiguate the identifier by qualifying it or
3153.00 s
[yesod-form] by specifying the type/value namespace explicitly.
3153.00 s
[yesod-form] Defaulting to the one defined in ‘Database.Persist.Class.PersistEntity’
3153.00 s
[yesod-form] Warning: 'AForm' is ambiguous. It is defined
3153.00 s
[yesod-form] * at Yesod/Form/Types.hs:152:21
3153.00 s
[yesod-form] * at Yesod/Form/Types.hs:152:1
3153.00 s
[yesod-form] You may be able to disambiguate the identifier by qualifying it or
3153.00 s
[yesod-form] by specifying the type/value namespace explicitly.
3153.00 s
[yesod-form] Defaulting to the one defined at Yesod/Form/Types.hs:152:1
3153.00 s
[yesod-form] Warning: 'Option' is ambiguous. It is defined
3153.00 s
[yesod-form] * at Yesod/Form/Fields.hs:738:17
3153.00 s
[yesod-form] * at Yesod/Form/Fields.hs:738:1
3153.00 s
[yesod-form] You may be able to disambiguate the identifier by qualifying it or
3153.00 s
[yesod-form] by specifying the type/value namespace explicitly.
3153.00 s
[yesod-form] Defaulting to the one defined at Yesod/Form/Fields.hs:738:1
3153.00 s
[yesod-form] 87% ( 49 / 56) in 'Yesod.Form.Fields'
3153.00 s
[yesod-form] Missing documentation for:
3153.00 s
[yesod-form] FormMessage (Yesod/Form/Types.hs:226)
3153.00 s
[yesod-form] defaultFormMessage (Yesod/Form/Fields.hs:132)
3153.00 s
[yesod-form] AutoFocus (Yesod/Form/Fields.hs:403)
3153.00 s
[yesod-form] parseTime (Yesod/Form/Fields.hs:317)
3153.00 s
[yesod-form] fileAFormReq (Yesod/Form/Fields.hs:943)
3153.00 s
[yesod-form] fileAFormOpt (Yesod/Form/Fields.hs:976)
3153.00 s
[yesod-form] Option (Yesod/Form/Fields.hs:738)
3153.00 s
[yesod-form] Warning: 'OptionList' is ambiguous. It is defined
3153.00 s
[yesod-form] * at Yesod/Form/Fields.hs:699:5
3153.00 s
[yesod-form] * at Yesod/Form/Fields.hs:698:1
3153.00 s
[yesod-form] You may be able to disambiguate the identifier by qualifying it or
3153.00 s
[yesod-form] by specifying the type/value namespace explicitly.
3153.00 s
[yesod-form] Defaulting to the one defined at Yesod/Form/Fields.hs:698:1
3153.00 s
[yesod-form] Warning: 'a' is out of scope.
3153.00 s
[yesod-form] If you qualify the identifier, haddock can try to link it anyway.
3153.00 s
[yesod-form] Warning: 'List' is out of scope.
3153.00 s
[yesod-form] If you qualify the identifier, haddock can try to link it anyway.
3153.00 s
[yesod-form] 66% ( 2 / 3) in 'Yesod.Form.Option'
3153.00 s
[yesod-form] Missing documentation for:
3153.00 s
[yesod-form] Module header
3153.00 s
[yesod-form] 50% ( 2 / 4) in 'Yesod.Form.MassInput'
3153.00 s
[yesod-form] Missing documentation for:
3153.00 s
[yesod-form] massDivs (Yesod/Form/MassInput.hs:133)
3153.00 s
[yesod-form] massTable (Yesod/Form/MassInput.hs:147)
3153.00 s
[yesod-form] Warning: 'FieldSettings' is ambiguous. It is defined
3153.00 s
[yesod-form] * at Yesod/Form/Types.hs:192:29
3153.00 s
[yesod-form] * at Yesod/Form/Types.hs:192:1
3153.00 s
[yesod-form] You may be able to disambiguate the identifier by qualifying it or
3153.00 s
[yesod-form] by specifying the type/value namespace explicitly.
3153.00 s
[yesod-form] Defaulting to the one defined at Yesod/Form/Types.hs:192:1
3153.00 s
[yesod-form] 100% ( 20 / 20) in 'Yesod.Form.Bootstrap3'
3153.00 s
[yesod-form] 88% ( 47 / 53) in 'Yesod.Form'
3153.00 s
[yesod-form] Missing documentation for:
3153.00 s
[yesod-form] defaultFormMessage (Yesod/Form/Fields.hs:132)
3153.00 s
[yesod-form] fileAFormOpt (Yesod/Form/Fields.hs:976)
3153.00 s
[yesod-form] fileAFormReq (Yesod/Form/Fields.hs:943)
3153.00 s
[yesod-form] parseTime (Yesod/Form/Fields.hs:317)
3153.00 s
[yesod-form] AutoFocus (Yesod/Form/Fields.hs:403)
3153.00 s
[yesod-form] Option (Yesod/Form/Fields.hs:738)
3153.00 s
[yesod-form] 33% ( 1 / 3) in 'Yesod.Form.Nic'
3153.00 s
[yesod-form] Missing documentation for:
3153.00 s
[yesod-form] YesodNic (Yesod/Form/Nic.hs:27)
3153.00 s
[yesod-form] nicHtmlField (Yesod/Form/Nic.hs:33)
3153.00 s
[yesod-form] 44% ( 4 / 9) in 'Yesod.Form.Jquery'
3153.00 s
[yesod-form] Missing documentation for:
3153.00 s
[yesod-form] YesodJquery (Yesod/Form/Jquery.hs:33)
3153.00 s
[yesod-form] jqueryDayField (Yesod/Form/Jquery.hs:57)
3153.00 s
[yesod-form] jqueryAutocompleteField (Yesod/Form/Jquery.hs:111)
3153.00 s
[yesod-form] jqueryAutocompleteField' (Yesod/Form/Jquery.hs:117)
3153.00 s
[yesod-form] JqueryDaySettings (Yesod/Form/Jquery.hs:150)
3153.03 s
[opt-env-conf-test] Phase: buildPhase
3153.06 s
[sydtest-webdriver-source] Phase: updateAutotoolsGnuConfigScriptsPhase
3153.07 s
[sydtest-webdriver-source] Phase: configurePhase
3153.07 s
[sydtest-webdriver-source] configureFlags: --verbose --prefix=/nix/store/ds697wysfmhpdc0jmk96sfsdyrpndki2-sydtest-webdriver-source-0.0.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/sydtest-webdriver-0.0.0.1 --with-gcc=gcc --package-db=/build/tmp.yJrW1xdpcM/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-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=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1nqqjacc6dnj61jlpgz5hk9zdjbfidbr-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
3153.08 s
[sydtest-webdriver-source] Using Parsec parser
3153.08 s
[sydtest-webdriver-source] Configuring sydtest-webdriver-0.0.0.1...
3153.11 s
[opt-env-conf-test] Preprocessing library for opt-env-conf-test-0.0.0.4...
3153.11 s
[opt-env-conf-test] Building library for opt-env-conf-test-0.0.0.4...
3153.16 s
[sydtest-hedis-source] Flags chosen: sydtest_integration_tests=True
3153.18 s
[sydtest-servant-source] Phase: updateAutotoolsGnuConfigScriptsPhase
3153.20 s
[opt-env-conf-test] [1 of 4] Compiling OptEnvConf.Args.Gen ( src/OptEnvConf/Args/Gen.hs, dist/build/OptEnvConf/Args/Gen.o, dist/build/OptEnvConf/Args/Gen.dyn_o )
3153.20 s
[sydtest-servant-source] Phase: configurePhase
3153.20 s
[sydtest-servant-source] configureFlags: --verbose --prefix=/nix/store/vww40rqw3vjnihkgmsnpaaqi6fsr8v2c-sydtest-servant-source-0.2.0.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/sydtest-servant-0.2.0.2 --with-gcc=gcc --package-db=/build/tmp.KBsCZDTp83/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-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=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1nqqjacc6dnj61jlpgz5hk9zdjbfidbr-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
3153.21 s
[sydtest-servant-source] Using Parsec parser
3153.21 s
[sydtest-servant-source] Configuring sydtest-servant-0.2.0.2...
3153.30 s
[sydtest-persistent-postgresql-source] Flags chosen: sydtest_integration_tests=True
3153.47 s
[sydtest-hedis-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3153.47 s
[sydtest-hedis-source] Dependency hedis: using hedis-0.15.2
3153.47 s
[sydtest-hedis-source] Dependency network: using network-3.2.8.0
3153.47 s
[sydtest-hedis-source] Dependency path: using path-0.9.6
3153.47 s
[sydtest-hedis-source] Dependency path-io: using path-io-1.8.2
3153.47 s
[sydtest-hedis-source] Dependency port-utils: using port-utils-0.2.1.0
3153.47 s
[sydtest-hedis-source] Dependency sydtest: using sydtest-0.23.0.2
3153.47 s
[sydtest-hedis-source] Dependency sydtest-typed-process: using sydtest-typed-process-0.0.0.0
3153.47 s
[sydtest-hedis-source] Dependency text: using text-2.1.3
3153.47 s
[sydtest-hedis-source] Dependency typed-process: using typed-process-0.2.13.0
3153.47 s
[sydtest-hedis-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3153.47 s
[sydtest-hedis-source] Dependency hedis: using hedis-0.15.2
3153.47 s
[sydtest-hedis-source] Dependency sydtest: using sydtest-0.23.0.2
3153.47 s
[sydtest-hedis-source] Dependency sydtest-hedis: using sydtest-hedis-0.0.0.0
3153.47 s
[sydtest-hedis-source] Source component graph:
3153.47 s
[sydtest-hedis-source] component lib
3153.47 s
[sydtest-hedis-source] component test:sydtest-hedis-test dependency lib
3153.47 s
[sydtest-hedis-source] Configured component graph:
3153.47 s
[sydtest-hedis-source] component sydtest-hedis-0.0.0.0-77CdmfD9Bdj5wXDmcrz8xl
3153.47 s
[sydtest-hedis-source] include base-4.21.1.0-f852
3153.47 s
[sydtest-hedis-source] include hedis-0.15.2-E1rBIazC0EC2gXwg6xWLj7
3153.47 s
[sydtest-hedis-source] include network-3.2.8.0-DpTVqwBHQkCklZVcfZXya
3153.47 s
[sydtest-hedis-source] include path-0.9.6-2fp1GJUJD07i7POopm72A
3153.47 s
[sydtest-hedis-source] include path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3153.47 s
[sydtest-hedis-source] include port-utils-0.2.1.0-ERptuYAHkuRItz49oPHnaF
3153.47 s
[sydtest-hedis-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.47 s
[sydtest-hedis-source] include sydtest-typed-process-0.0.0.0-Eb5nGeXcy6rKNpp94mW4rk
3153.47 s
[sydtest-hedis-source] include text-2.1.3-1f83
3153.47 s
[sydtest-hedis-source] include typed-process-0.2.13.0-CdZF17AAa2153AcE9wyfJu
3153.47 s
[sydtest-hedis-source] component sydtest-hedis-0.0.0.0-5Ihd7F7WcmUKwQcSkuyXlQ-sydtest-hedis-test
3153.47 s
[sydtest-hedis-source] include base-4.21.1.0-f852
3153.47 s
[sydtest-hedis-source] include hedis-0.15.2-E1rBIazC0EC2gXwg6xWLj7
3153.47 s
[sydtest-hedis-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.47 s
[sydtest-hedis-source] include sydtest-hedis-0.0.0.0-77CdmfD9Bdj5wXDmcrz8xl
3153.47 s
[sydtest-hedis-source] Linked component graph:
3153.47 s
[sydtest-hedis-source] unit sydtest-hedis-0.0.0.0-77CdmfD9Bdj5wXDmcrz8xl
3153.47 s
[sydtest-hedis-source] include base-4.21.1.0-f852
3153.47 s
[sydtest-hedis-source] include hedis-0.15.2-E1rBIazC0EC2gXwg6xWLj7
3153.47 s
[sydtest-hedis-source] include network-3.2.8.0-DpTVqwBHQkCklZVcfZXya
3153.47 s
[sydtest-hedis-source] include path-0.9.6-2fp1GJUJD07i7POopm72A
3153.47 s
[sydtest-hedis-source] include path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3153.47 s
[sydtest-hedis-source] include port-utils-0.2.1.0-ERptuYAHkuRItz49oPHnaF
3153.47 s
[sydtest-hedis-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.47 s
[sydtest-hedis-source] include sydtest-typed-process-0.0.0.0-Eb5nGeXcy6rKNpp94mW4rk
3153.47 s
[sydtest-hedis-source] include text-2.1.3-1f83
3153.47 s
[sydtest-hedis-source] include typed-process-0.2.13.0-CdZF17AAa2153AcE9wyfJu
3153.47 s
[sydtest-hedis-source] Test.Syd.Redis=sydtest-hedis-0.0.0.0-77CdmfD9Bdj5wXDmcrz8xl:Test.Syd.Redis
3153.47 s
[sydtest-hedis-source] unit sydtest-hedis-0.0.0.0-5Ihd7F7WcmUKwQcSkuyXlQ-sydtest-hedis-test
3153.47 s
[sydtest-hedis-source] include base-4.21.1.0-f852
3153.47 s
[sydtest-hedis-source] include hedis-0.15.2-E1rBIazC0EC2gXwg6xWLj7
3153.47 s
[sydtest-hedis-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.47 s
[sydtest-hedis-source] include sydtest-hedis-0.0.0.0-77CdmfD9Bdj5wXDmcrz8xl
3153.47 s
[sydtest-hedis-source] Ready component graph:
3153.47 s
[sydtest-hedis-source] definite sydtest-hedis-0.0.0.0-77CdmfD9Bdj5wXDmcrz8xl
3153.47 s
[sydtest-hedis-source] depends base-4.21.1.0-f852
3153.47 s
[sydtest-hedis-source] depends hedis-0.15.2-E1rBIazC0EC2gXwg6xWLj7
3153.47 s
[sydtest-hedis-source] depends network-3.2.8.0-DpTVqwBHQkCklZVcfZXya
3153.47 s
[sydtest-hedis-source] depends path-0.9.6-2fp1GJUJD07i7POopm72A
3153.47 s
[sydtest-hedis-source] depends path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3153.47 s
[sydtest-hedis-source] depends port-utils-0.2.1.0-ERptuYAHkuRItz49oPHnaF
3153.47 s
[sydtest-hedis-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.47 s
[sydtest-hedis-source] depends sydtest-typed-process-0.0.0.0-Eb5nGeXcy6rKNpp94mW4rk
3153.47 s
[sydtest-hedis-source] depends text-2.1.3-1f83
3153.47 s
[sydtest-hedis-source] depends typed-process-0.2.13.0-CdZF17AAa2153AcE9wyfJu
3153.47 s
[sydtest-hedis-source] definite sydtest-hedis-0.0.0.0-5Ihd7F7WcmUKwQcSkuyXlQ-sydtest-hedis-test
3153.47 s
[sydtest-hedis-source] depends base-4.21.1.0-f852
3153.47 s
[sydtest-hedis-source] depends hedis-0.15.2-E1rBIazC0EC2gXwg6xWLj7
3153.47 s
[sydtest-hedis-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.47 s
[sydtest-hedis-source] depends sydtest-hedis-0.0.0.0-77CdmfD9Bdj5wXDmcrz8xl
3153.47 s
[sydtest-hedis-source] Using Cabal-3.14.2.0 compiled by ghc-9.12
3153.47 s
[sydtest-hedis-source] Using compiler: ghc-9.12.3
3153.47 s
[sydtest-hedis-source] Using install prefix:
3153.47 s
[sydtest-hedis-source] /nix/store/cixn0k11mqp2scp2ngd961ks4gffxi0q-sydtest-hedis-source-0.0.0.0
3153.47 s
[sydtest-hedis-source] Executables installed in:
3153.47 s
[sydtest-hedis-source] /nix/store/cixn0k11mqp2scp2ngd961ks4gffxi0q-sydtest-hedis-source-0.0.0.0/bin
3153.47 s
[sydtest-hedis-source] Libraries installed in:
3153.47 s
[sydtest-hedis-source] /nix/store/cixn0k11mqp2scp2ngd961ks4gffxi0q-sydtest-hedis-source-0.0.0.0/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/sydtest-hedis-0.0.0.0-77CdmfD9Bdj5wXDmcrz8xl
3153.47 s
[sydtest-hedis-source] Dynamic Libraries installed in:
3153.47 s
[sydtest-hedis-source] /nix/store/cixn0k11mqp2scp2ngd961ks4gffxi0q-sydtest-hedis-source-0.0.0.0/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0
3153.47 s
[sydtest-hedis-source] Private executables installed in:
3153.47 s
[sydtest-hedis-source] /nix/store/cixn0k11mqp2scp2ngd961ks4gffxi0q-sydtest-hedis-source-0.0.0.0/libexec/x86_64-linux-ghc-9.12.3-59b0/sydtest-hedis-0.0.0.0
3153.47 s
[sydtest-hedis-source] Data files installed in:
3153.47 s
[sydtest-hedis-source] /nix/store/cixn0k11mqp2scp2ngd961ks4gffxi0q-sydtest-hedis-source-0.0.0.0/share/x86_64-linux-ghc-9.12.3-59b0/sydtest-hedis-0.0.0.0
3153.47 s
[sydtest-hedis-source] Documentation installed in: /share/doc/sydtest-hedis-0.0.0.0
3153.47 s
[sydtest-hedis-source] Configuration files installed in:
3153.47 s
[sydtest-hedis-source] /nix/store/cixn0k11mqp2scp2ngd961ks4gffxi0q-sydtest-hedis-source-0.0.0.0/etc
3153.47 s
[sydtest-hedis-source] No alex found
3153.48 s
[sydtest-hedis-source] Using ar found on system at:
3153.48 s
[sydtest-hedis-source] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
3153.48 s
[sydtest-hedis-source] No c2hs found
3153.48 s
[sydtest-hedis-source] No cpphs found
3153.48 s
[sydtest-hedis-source] No doctest found
3153.48 s
[sydtest-hedis-source] Using gcc version 14.3.0 given by user at:
3153.48 s
[sydtest-hedis-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
3153.48 s
[sydtest-hedis-source] Using ghc version 9.12.3 found on system at:
3153.48 s
[sydtest-hedis-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc
3153.48 s
[sydtest-hedis-source] Using ghc-pkg version 9.12.3 found on system at:
3153.48 s
[sydtest-hedis-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc-pkg-9.12.3
3153.48 s
[sydtest-hedis-source] No ghcjs found
3153.48 s
[sydtest-hedis-source] No ghcjs-pkg found
3153.48 s
[sydtest-hedis-source] No greencard found
3153.48 s
[sydtest-hedis-source] Using haddock version 2.32.0 found on system at:
3153.48 s
[sydtest-hedis-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/haddock-ghc-9.12.3
3153.48 s
[sydtest-hedis-source] No happy found
3153.48 s
[sydtest-hedis-source] No haskell-suite found
3153.48 s
[sydtest-hedis-source] No haskell-suite-pkg found
3153.48 s
[sydtest-hedis-source] No hmake found
3153.48 s
[sydtest-hedis-source] Using hpc version 0.69 found on system at:
3153.48 s
[sydtest-hedis-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hpc-ghc-9.12.3
3153.48 s
[sydtest-hedis-source] Using hsc2hs version 0.68.10 found on system at:
3153.48 s
[sydtest-hedis-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hsc2hs-ghc-9.12.3
3153.48 s
[sydtest-hedis-source] Using hscolour version 1.25 found on system at:
3153.48 s
[sydtest-hedis-source] /nix/store/dcg7hvbvy5m1bbirq3fnjwfzll4p3z3x-hscolour-1.25/bin/HsColour
3153.48 s
[sydtest-hedis-source] No jhc found
3153.48 s
[sydtest-hedis-source] Using ld found on system at:
3153.48 s
[sydtest-hedis-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
3153.48 s
[sydtest-hedis-source] No pkg-config found
3153.48 s
[sydtest-hedis-source] Using runghc version 9.12.3 found on system at:
3153.48 s
[sydtest-hedis-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/runghc-9.12.3
3153.48 s
[sydtest-hedis-source] Using strip version 2.44 found on system at:
3153.48 s
[sydtest-hedis-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
3153.48 s
[sydtest-hedis-source] Using tar found on system at:
3153.48 s
[sydtest-hedis-source] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
3153.48 s
[sydtest-hedis-source] No uhc found
3153.49 s
[yesod-form] Warning: Yesod.Form.Input: could not find link destinations for:
3153.49 s
[yesod-form] - Yesod.Form.Input.DText
3153.56 s
[sydtest-persistent-sqlite-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3153.56 s
[sydtest-persistent-sqlite-source] Dependency monad-logger: using monad-logger-0.3.42
3153.56 s
[sydtest-persistent-sqlite-source] Dependency mtl: using mtl-2.3.1
3153.56 s
[sydtest-persistent-sqlite-source] Dependency persistent: using persistent-2.14.6.3
3153.56 s
[sydtest-persistent-sqlite-source] Dependency persistent-sqlite: using persistent-sqlite-2.13.3.0
3153.56 s
[sydtest-persistent-sqlite-source] Dependency sydtest: using sydtest-0.23.0.2
3153.56 s
[sydtest-persistent-sqlite-source] Dependency sydtest-persistent: using sydtest-persistent-0.1.0.0
3153.56 s
[sydtest-persistent-sqlite-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3153.56 s
[sydtest-persistent-sqlite-source] Dependency persistent: using persistent-2.14.6.3
3153.56 s
[sydtest-persistent-sqlite-source] Dependency sydtest: using sydtest-0.23.0.2
3153.56 s
[sydtest-persistent-sqlite-source] Dependency sydtest-persistent-sqlite: using sydtest-persistent-sqlite-0.2.0.3
3153.56 s
[sydtest-persistent-sqlite-source] Source component graph:
3153.56 s
[sydtest-persistent-sqlite-source] component lib
3153.56 s
[sydtest-persistent-sqlite-source] component test:sydtest-persistent-sqlite-test dependency lib
3153.56 s
[sydtest-persistent-sqlite-source] Configured component graph:
3153.56 s
[sydtest-persistent-sqlite-source] component sydtest-persistent-sqlite-0.2.0.3-4LcE0YB42laBNN4qZtYXKE
3153.56 s
[sydtest-persistent-sqlite-source] include base-4.21.1.0-f852
3153.56 s
[sydtest-persistent-sqlite-source] include monad-logger-0.3.42-3r2TaJx4bmVGC0snmwlW6j
3153.56 s
[sydtest-persistent-sqlite-source] include mtl-2.3.1-20ab
3153.56 s
[sydtest-persistent-sqlite-source] include persistent-2.14.6.3-DIT9D3TQKfRIkDxe9gShda
3153.56 s
[sydtest-persistent-sqlite-source] include persistent-sqlite-2.13.3.0-GP3GuOIqt7627vc6JT9fUg
3153.56 s
[sydtest-persistent-sqlite-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.56 s
[sydtest-persistent-sqlite-source] include sydtest-persistent-0.1.0.0-8oMmkBKH1Bf1eghTcOcQ1N
3153.56 s
[sydtest-persistent-sqlite-source] component sydtest-persistent-sqlite-0.2.0.3-2z7mbw6uhqj9SBWqxr6iru-sydtest-persistent-sqlite-test
3153.56 s
[sydtest-persistent-sqlite-source] include base-4.21.1.0-f852
3153.56 s
[sydtest-persistent-sqlite-source] include persistent-2.14.6.3-DIT9D3TQKfRIkDxe9gShda
3153.56 s
[sydtest-persistent-sqlite-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.56 s
[sydtest-persistent-sqlite-source] include sydtest-persistent-sqlite-0.2.0.3-4LcE0YB42laBNN4qZtYXKE
3153.56 s
[sydtest-persistent-sqlite-source] Linked component graph:
3153.56 s
[sydtest-persistent-sqlite-source] unit sydtest-persistent-sqlite-0.2.0.3-4LcE0YB42laBNN4qZtYXKE
3153.56 s
[sydtest-persistent-sqlite-source] include base-4.21.1.0-f852
3153.56 s
[sydtest-persistent-sqlite-source] include monad-logger-0.3.42-3r2TaJx4bmVGC0snmwlW6j
3153.56 s
[sydtest-persistent-sqlite-source] include mtl-2.3.1-20ab
3153.56 s
[sydtest-persistent-sqlite-source] include persistent-2.14.6.3-DIT9D3TQKfRIkDxe9gShda
3153.56 s
[sydtest-persistent-sqlite-source] include persistent-sqlite-2.13.3.0-GP3GuOIqt7627vc6JT9fUg
3153.56 s
[sydtest-persistent-sqlite-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.56 s
[sydtest-persistent-sqlite-source] include sydtest-persistent-0.1.0.0-8oMmkBKH1Bf1eghTcOcQ1N
3153.56 s
[sydtest-persistent-sqlite-source] Test.Syd.Persistent.Sqlite=sydtest-persistent-sqlite-0.2.0.3-4LcE0YB42laBNN4qZtYXKE:Test.Syd.Persistent.Sqlite
3153.56 s
[sydtest-persistent-sqlite-source] unit sydtest-persistent-sqlite-0.2.0.3-2z7mbw6uhqj9SBWqxr6iru-sydtest-persistent-sqlite-test
3153.56 s
[sydtest-persistent-sqlite-source] include base-4.21.1.0-f852
3153.56 s
[sydtest-persistent-sqlite-source] include persistent-2.14.6.3-DIT9D3TQKfRIkDxe9gShda
3153.56 s
[sydtest-persistent-sqlite-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.56 s
[sydtest-persistent-sqlite-source] include sydtest-persistent-sqlite-0.2.0.3-4LcE0YB42laBNN4qZtYXKE
3153.56 s
[sydtest-persistent-sqlite-source] Ready component graph:
3153.56 s
[sydtest-persistent-sqlite-source] definite sydtest-persistent-sqlite-0.2.0.3-4LcE0YB42laBNN4qZtYXKE
3153.56 s
[sydtest-persistent-sqlite-source] depends base-4.21.1.0-f852
3153.56 s
[sydtest-persistent-sqlite-source] depends monad-logger-0.3.42-3r2TaJx4bmVGC0snmwlW6j
3153.56 s
[sydtest-persistent-sqlite-source] depends mtl-2.3.1-20ab
3153.56 s
[sydtest-persistent-sqlite-source] depends persistent-2.14.6.3-DIT9D3TQKfRIkDxe9gShda
3153.56 s
[sydtest-persistent-sqlite-source] depends persistent-sqlite-2.13.3.0-GP3GuOIqt7627vc6JT9fUg
3153.56 s
[sydtest-persistent-sqlite-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.56 s
[sydtest-persistent-sqlite-source] depends sydtest-persistent-0.1.0.0-8oMmkBKH1Bf1eghTcOcQ1N
3153.56 s
[sydtest-persistent-sqlite-source] definite sydtest-persistent-sqlite-0.2.0.3-2z7mbw6uhqj9SBWqxr6iru-sydtest-persistent-sqlite-test
3153.56 s
[sydtest-persistent-sqlite-source] depends base-4.21.1.0-f852
3153.56 s
[sydtest-persistent-sqlite-source] depends persistent-2.14.6.3-DIT9D3TQKfRIkDxe9gShda
3153.56 s
[sydtest-persistent-sqlite-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.56 s
[sydtest-persistent-sqlite-source] depends sydtest-persistent-sqlite-0.2.0.3-4LcE0YB42laBNN4qZtYXKE
3153.56 s
[sydtest-persistent-sqlite-source] Using Cabal-3.14.2.0 compiled by ghc-9.12
3153.56 s
[sydtest-persistent-sqlite-source] Using compiler: ghc-9.12.3
3153.56 s
[sydtest-persistent-sqlite-source] Using install prefix:
3153.56 s
[sydtest-persistent-sqlite-source] /nix/store/22ik406glmv3c4k44bwvcpdnwqcxiazc-sydtest-persistent-sqlite-source-0.2.0.3
3153.56 s
[sydtest-persistent-sqlite-source] Executables installed in:
3153.56 s
[sydtest-persistent-sqlite-source] /nix/store/22ik406glmv3c4k44bwvcpdnwqcxiazc-sydtest-persistent-sqlite-source-0.2.0.3/bin
3153.56 s
[sydtest-persistent-sqlite-source] Libraries installed in:
3153.56 s
[sydtest-persistent-sqlite-source] /nix/store/22ik406glmv3c4k44bwvcpdnwqcxiazc-sydtest-persistent-sqlite-source-0.2.0.3/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/sydtest-persistent-sqlite-0.2.0.3-4LcE0YB42laBNN4qZtYXKE
3153.56 s
[sydtest-persistent-sqlite-source] Dynamic Libraries installed in:
3153.56 s
[sydtest-persistent-sqlite-source] /nix/store/22ik406glmv3c4k44bwvcpdnwqcxiazc-sydtest-persistent-sqlite-source-0.2.0.3/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0
3153.56 s
[sydtest-persistent-sqlite-source] Private executables installed in:
3153.56 s
[sydtest-persistent-sqlite-source] /nix/store/22ik406glmv3c4k44bwvcpdnwqcxiazc-sydtest-persistent-sqlite-source-0.2.0.3/libexec/x86_64-linux-ghc-9.12.3-59b0/sydtest-persistent-sqlite-0.2.0.3
3153.56 s
[sydtest-persistent-sqlite-source] Data files installed in:
3153.56 s
[sydtest-persistent-sqlite-source] /nix/store/22ik406glmv3c4k44bwvcpdnwqcxiazc-sydtest-persistent-sqlite-source-0.2.0.3/share/x86_64-linux-ghc-9.12.3-59b0/sydtest-persistent-sqlite-0.2.0.3
3153.56 s
[sydtest-persistent-sqlite-source] Documentation installed in: /share/doc/sydtest-persistent-sqlite-0.2.0.3
3153.56 s
[sydtest-persistent-sqlite-source] Configuration files installed in:
3153.56 s
[sydtest-persistent-sqlite-source] /nix/store/22ik406glmv3c4k44bwvcpdnwqcxiazc-sydtest-persistent-sqlite-source-0.2.0.3/etc
3153.56 s
[sydtest-persistent-sqlite-source] No alex found
3153.56 s
[sydtest-persistent-sqlite-source] Using ar found on system at:
3153.56 s
[sydtest-persistent-sqlite-source] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
3153.56 s
[sydtest-persistent-sqlite-source] No c2hs found
3153.56 s
[sydtest-persistent-sqlite-source] No cpphs found
3153.56 s
[sydtest-persistent-sqlite-source] No doctest found
3153.56 s
[sydtest-persistent-sqlite-source] Using gcc version 14.3.0 given by user at:
3153.56 s
[sydtest-persistent-sqlite-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
3153.56 s
[sydtest-persistent-sqlite-source] Using ghc version 9.12.3 found on system at:
3153.56 s
[sydtest-persistent-sqlite-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc
3153.56 s
[sydtest-persistent-sqlite-source] Using ghc-pkg version 9.12.3 found on system at:
3153.56 s
[sydtest-persistent-sqlite-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc-pkg-9.12.3
3153.56 s
[sydtest-persistent-sqlite-source] No ghcjs found
3153.56 s
[sydtest-persistent-sqlite-source] No ghcjs-pkg found
3153.56 s
[sydtest-persistent-sqlite-source] No greencard found
3153.56 s
[sydtest-persistent-sqlite-source] Using haddock version 2.32.0 found on system at:
3153.56 s
[sydtest-persistent-sqlite-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/haddock-ghc-9.12.3
3153.56 s
[sydtest-persistent-sqlite-source] No happy found
3153.56 s
[sydtest-persistent-sqlite-source] No haskell-suite found
3153.56 s
[sydtest-persistent-sqlite-source] No haskell-suite-pkg found
3153.56 s
[sydtest-persistent-sqlite-source] No hmake found
3153.56 s
[sydtest-persistent-sqlite-source] Using hpc version 0.69 found on system at:
3153.56 s
[sydtest-persistent-sqlite-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hpc-ghc-9.12.3
3153.56 s
[sydtest-persistent-sqlite-source] Using hsc2hs version 0.68.10 found on system at:
3153.56 s
[sydtest-persistent-sqlite-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hsc2hs-ghc-9.12.3
3153.56 s
[sydtest-persistent-sqlite-source] Using hscolour version 1.25 found on system at:
3153.56 s
[sydtest-persistent-sqlite-source] /nix/store/dcg7hvbvy5m1bbirq3fnjwfzll4p3z3x-hscolour-1.25/bin/HsColour
3153.56 s
[sydtest-persistent-sqlite-source] No jhc found
3153.57 s
[sydtest-persistent-sqlite-source] Using ld found on system at:
3153.57 s
[sydtest-persistent-sqlite-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
3153.57 s
[sydtest-persistent-sqlite-source] No pkg-config found
3153.57 s
[sydtest-persistent-sqlite-source] Using runghc version 9.12.3 found on system at:
3153.57 s
[sydtest-persistent-sqlite-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/runghc-9.12.3
3153.57 s
[sydtest-persistent-sqlite-source] Using strip version 2.44 found on system at:
3153.57 s
[sydtest-persistent-sqlite-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
3153.57 s
[sydtest-persistent-sqlite-source] Using tar found on system at:
3153.57 s
[sydtest-persistent-sqlite-source] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
3153.57 s
[sydtest-persistent-sqlite-source] No uhc found
3153.60 s
[sydtest-persistent-postgresql-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3153.60 s
[sydtest-persistent-postgresql-source] Dependency monad-logger: using monad-logger-0.3.42
3153.60 s
[sydtest-persistent-postgresql-source] Dependency mtl: using mtl-2.3.1
3153.60 s
[sydtest-persistent-postgresql-source] Dependency persistent-postgresql: using persistent-postgresql-2.13.6.2
3153.60 s
[sydtest-persistent-postgresql-source] Dependency postgres-options: using postgres-options-0.2.2.0
3153.60 s
[sydtest-persistent-postgresql-source] Dependency postgresql-simple: using postgresql-simple-0.7.0.0
3153.60 s
[sydtest-persistent-postgresql-source] Dependency random: using random-1.3.1
3153.60 s
[sydtest-persistent-postgresql-source] Dependency sydtest: using sydtest-0.23.0.2
3153.60 s
[sydtest-persistent-postgresql-source] Dependency sydtest-persistent: using sydtest-persistent-0.1.0.0
3153.60 s
[sydtest-persistent-postgresql-source] Dependency text: using text-2.1.3
3153.60 s
[sydtest-persistent-postgresql-source] Dependency tmp-postgres: using tmp-postgres-1.35.0.0
3153.60 s
[sydtest-persistent-postgresql-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3153.60 s
[sydtest-persistent-postgresql-source] Dependency persistent: using persistent-2.14.6.3
3153.60 s
[sydtest-persistent-postgresql-source] Dependency sydtest: using sydtest-0.23.0.2
3153.60 s
[sydtest-persistent-postgresql-source] Dependency sydtest-persistent-postgresql: using
3153.60 s
[sydtest-persistent-postgresql-source] sydtest-persistent-postgresql-0.3.0.0
3153.60 s
[sydtest-persistent-postgresql-source] Source component graph:
3153.60 s
[sydtest-persistent-postgresql-source] component lib
3153.60 s
[sydtest-persistent-postgresql-source] component test:sydtest-persistent-postgresql-test dependency lib
3153.60 s
[sydtest-persistent-postgresql-source] Configured component graph:
3153.60 s
[sydtest-persistent-postgresql-source] component sydtest-persistent-postgresql-0.3.0.0-BA1Ek2okTJHF5y8P5uSddn
3153.60 s
[sydtest-persistent-postgresql-source] include base-4.21.1.0-f852
3153.60 s
[sydtest-persistent-postgresql-source] include monad-logger-0.3.42-3r2TaJx4bmVGC0snmwlW6j
3153.60 s
[sydtest-persistent-postgresql-source] include mtl-2.3.1-20ab
3153.60 s
[sydtest-persistent-postgresql-source] include persistent-postgresql-2.13.6.2-2ZEOMEvMLZGHtT3g15Sl41
3153.60 s
[sydtest-persistent-postgresql-source] include postgres-options-0.2.2.0-IoIXc3lS80wIBxLZv0tYtE
3153.60 s
[sydtest-persistent-postgresql-source] include postgresql-simple-0.7.0.0-3G5akFt5TuK8Rvon1qMrYG
3153.60 s
[sydtest-persistent-postgresql-source] include random-1.3.1-1PpUMefRBxQ4T6XFHPJk5b
3153.60 s
[sydtest-persistent-postgresql-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.60 s
[sydtest-persistent-postgresql-source] include sydtest-persistent-0.1.0.0-8oMmkBKH1Bf1eghTcOcQ1N
3153.60 s
[sydtest-persistent-postgresql-source] include text-2.1.3-1f83
3153.60 s
[sydtest-persistent-postgresql-source] include tmp-postgres-1.35.0.0-BNv9Ux60A8jJoK6hXleWnA
3153.60 s
[sydtest-persistent-postgresql-source] component sydtest-persistent-postgresql-0.3.0.0-JXg36MZBtZ9B4wPjBvL5S9-sydtest-persistent-postgresql-test
3153.60 s
[sydtest-persistent-postgresql-source] include base-4.21.1.0-f852
3153.60 s
[sydtest-persistent-postgresql-source] include persistent-2.14.6.3-DIT9D3TQKfRIkDxe9gShda
3153.60 s
[sydtest-persistent-postgresql-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.60 s
[sydtest-persistent-postgresql-source] include sydtest-persistent-postgresql-0.3.0.0-BA1Ek2okTJHF5y8P5uSddn
3153.60 s
[sydtest-persistent-postgresql-source] Linked component graph:
3153.60 s
[sydtest-persistent-postgresql-source] unit sydtest-persistent-postgresql-0.3.0.0-BA1Ek2okTJHF5y8P5uSddn
3153.60 s
[sydtest-persistent-postgresql-source] include base-4.21.1.0-f852
3153.60 s
[sydtest-persistent-postgresql-source] include monad-logger-0.3.42-3r2TaJx4bmVGC0snmwlW6j
3153.60 s
[sydtest-persistent-postgresql-source] include mtl-2.3.1-20ab
3153.60 s
[sydtest-persistent-postgresql-source] include persistent-postgresql-2.13.6.2-2ZEOMEvMLZGHtT3g15Sl41
3153.60 s
[sydtest-persistent-postgresql-source] include postgres-options-0.2.2.0-IoIXc3lS80wIBxLZv0tYtE
3153.60 s
[sydtest-persistent-postgresql-source] include postgresql-simple-0.7.0.0-3G5akFt5TuK8Rvon1qMrYG
3153.60 s
[sydtest-persistent-postgresql-source] include random-1.3.1-1PpUMefRBxQ4T6XFHPJk5b
3153.60 s
[sydtest-persistent-postgresql-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.60 s
[sydtest-persistent-postgresql-source] include sydtest-persistent-0.1.0.0-8oMmkBKH1Bf1eghTcOcQ1N
3153.60 s
[sydtest-persistent-postgresql-source] include text-2.1.3-1f83
3153.60 s
[sydtest-persistent-postgresql-source] include tmp-postgres-1.35.0.0-BNv9Ux60A8jJoK6hXleWnA
3153.60 s
[sydtest-persistent-postgresql-source] Test.Syd.Persistent.Postgresql=sydtest-persistent-postgresql-0.3.0.0-BA1Ek2okTJHF5y8P5uSddn:Test.Syd.Persistent.Postgresql
3153.60 s
[sydtest-persistent-postgresql-source] unit sydtest-persistent-postgresql-0.3.0.0-JXg36MZBtZ9B4wPjBvL5S9-sydtest-persistent-postgresql-test
3153.60 s
[sydtest-persistent-postgresql-source] include base-4.21.1.0-f852
3153.60 s
[sydtest-persistent-postgresql-source] include persistent-2.14.6.3-DIT9D3TQKfRIkDxe9gShda
3153.60 s
[sydtest-persistent-postgresql-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.60 s
[sydtest-persistent-postgresql-source] include sydtest-persistent-postgresql-0.3.0.0-BA1Ek2okTJHF5y8P5uSddn
3153.60 s
[sydtest-persistent-postgresql-source] Ready component graph:
3153.60 s
[sydtest-persistent-postgresql-source] definite sydtest-persistent-postgresql-0.3.0.0-BA1Ek2okTJHF5y8P5uSddn
3153.60 s
[sydtest-persistent-postgresql-source] depends base-4.21.1.0-f852
3153.60 s
[sydtest-persistent-postgresql-source] depends monad-logger-0.3.42-3r2TaJx4bmVGC0snmwlW6j
3153.60 s
[sydtest-persistent-postgresql-source] depends mtl-2.3.1-20ab
3153.60 s
[sydtest-persistent-postgresql-source] depends persistent-postgresql-2.13.6.2-2ZEOMEvMLZGHtT3g15Sl41
3153.60 s
[sydtest-persistent-postgresql-source] depends postgres-options-0.2.2.0-IoIXc3lS80wIBxLZv0tYtE
3153.60 s
[sydtest-persistent-postgresql-source] depends postgresql-simple-0.7.0.0-3G5akFt5TuK8Rvon1qMrYG
3153.60 s
[sydtest-persistent-postgresql-source] depends random-1.3.1-1PpUMefRBxQ4T6XFHPJk5b
3153.60 s
[sydtest-persistent-postgresql-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.60 s
[sydtest-persistent-postgresql-source] depends sydtest-persistent-0.1.0.0-8oMmkBKH1Bf1eghTcOcQ1N
3153.60 s
[sydtest-persistent-postgresql-source] depends text-2.1.3-1f83
3153.60 s
[sydtest-persistent-postgresql-source] depends tmp-postgres-1.35.0.0-BNv9Ux60A8jJoK6hXleWnA
3153.60 s
[sydtest-persistent-postgresql-source] definite sydtest-persistent-postgresql-0.3.0.0-JXg36MZBtZ9B4wPjBvL5S9-sydtest-persistent-postgresql-test
3153.60 s
[sydtest-persistent-postgresql-source] depends base-4.21.1.0-f852
3153.60 s
[sydtest-persistent-postgresql-source] depends persistent-2.14.6.3-DIT9D3TQKfRIkDxe9gShda
3153.60 s
[sydtest-persistent-postgresql-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.60 s
[sydtest-persistent-postgresql-source] depends sydtest-persistent-postgresql-0.3.0.0-BA1Ek2okTJHF5y8P5uSddn
3153.60 s
[sydtest-persistent-postgresql-source] Using Cabal-3.14.2.0 compiled by ghc-9.12
3153.60 s
[sydtest-persistent-postgresql-source] Using compiler: ghc-9.12.3
3153.61 s
[sydtest-persistent-postgresql-source] Using install prefix:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/y6825av6n0vwb2iwxgc8zrs12igrl0jz-sydtest-persistent-postgresql-source-0.3.0.0
3153.61 s
[sydtest-persistent-postgresql-source] Executables installed in:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/y6825av6n0vwb2iwxgc8zrs12igrl0jz-sydtest-persistent-postgresql-source-0.3.0.0/bin
3153.61 s
[sydtest-persistent-postgresql-source] Libraries installed in:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/y6825av6n0vwb2iwxgc8zrs12igrl0jz-sydtest-persistent-postgresql-source-0.3.0.0/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/sydtest-persistent-postgresql-0.3.0.0-BA1Ek2okTJHF5y8P5uSddn
3153.61 s
[sydtest-persistent-postgresql-source] Dynamic Libraries installed in:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/y6825av6n0vwb2iwxgc8zrs12igrl0jz-sydtest-persistent-postgresql-source-0.3.0.0/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0
3153.61 s
[sydtest-persistent-postgresql-source] Private executables installed in:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/y6825av6n0vwb2iwxgc8zrs12igrl0jz-sydtest-persistent-postgresql-source-0.3.0.0/libexec/x86_64-linux-ghc-9.12.3-59b0/sydtest-persistent-postgresql-0.3.0.0
3153.61 s
[sydtest-persistent-postgresql-source] Data files installed in:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/y6825av6n0vwb2iwxgc8zrs12igrl0jz-sydtest-persistent-postgresql-source-0.3.0.0/share/x86_64-linux-ghc-9.12.3-59b0/sydtest-persistent-postgresql-0.3.0.0
3153.61 s
[sydtest-persistent-postgresql-source] Documentation installed in: /share/doc/sydtest-persistent-postgresql-0.3.0.0
3153.61 s
[sydtest-persistent-postgresql-source] Configuration files installed in:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/y6825av6n0vwb2iwxgc8zrs12igrl0jz-sydtest-persistent-postgresql-source-0.3.0.0/etc
3153.61 s
[sydtest-persistent-postgresql-source] No alex found
3153.61 s
[sydtest-persistent-postgresql-source] Using ar found on system at:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
3153.61 s
[sydtest-persistent-postgresql-source] No c2hs found
3153.61 s
[sydtest-persistent-postgresql-source] No cpphs found
3153.61 s
[sydtest-persistent-postgresql-source] No doctest found
3153.61 s
[sydtest-persistent-postgresql-source] Using gcc version 14.3.0 given by user at:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
3153.61 s
[sydtest-persistent-postgresql-source] Using ghc version 9.12.3 found on system at:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc
3153.61 s
[sydtest-persistent-postgresql-source] Using ghc-pkg version 9.12.3 found on system at:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc-pkg-9.12.3
3153.61 s
[sydtest-persistent-postgresql-source] No ghcjs found
3153.61 s
[sydtest-persistent-postgresql-source] No ghcjs-pkg found
3153.61 s
[sydtest-persistent-postgresql-source] No greencard found
3153.61 s
[sydtest-persistent-postgresql-source] Using haddock version 2.32.0 found on system at:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/haddock-ghc-9.12.3
3153.61 s
[sydtest-persistent-postgresql-source] No happy found
3153.61 s
[sydtest-persistent-postgresql-source] No haskell-suite found
3153.61 s
[sydtest-persistent-postgresql-source] No haskell-suite-pkg found
3153.61 s
[sydtest-persistent-postgresql-source] No hmake found
3153.61 s
[sydtest-persistent-postgresql-source] Using hpc version 0.69 found on system at:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hpc-ghc-9.12.3
3153.61 s
[sydtest-persistent-postgresql-source] Using hsc2hs version 0.68.10 found on system at:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hsc2hs-ghc-9.12.3
3153.61 s
[sydtest-persistent-postgresql-source] Using hscolour version 1.25 found on system at:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/dcg7hvbvy5m1bbirq3fnjwfzll4p3z3x-hscolour-1.25/bin/HsColour
3153.61 s
[sydtest-persistent-postgresql-source] No jhc found
3153.61 s
[sydtest-persistent-postgresql-source] Using ld found on system at:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
3153.61 s
[sydtest-persistent-postgresql-source] No pkg-config found
3153.61 s
[sydtest-persistent-postgresql-source] Using runghc version 9.12.3 found on system at:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/runghc-9.12.3
3153.61 s
[sydtest-persistent-postgresql-source] Using strip version 2.44 found on system at:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
3153.61 s
[sydtest-persistent-postgresql-source] Using tar found on system at:
3153.61 s
[sydtest-persistent-postgresql-source] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
3153.61 s
[sydtest-persistent-postgresql-source] No uhc found
3153.66 s
[sydtest-hedis-source] Phase: buildPhase
3153.67 s
[sydtest-hedis-source] Distribution quality warnings:
3153.67 s
[sydtest-hedis-source] [no-description] No 'description' field.
3153.67 s
[sydtest-hedis-source] [missing-upper-bounds] On library, these packages miss upper bounds:
3153.67 s
[sydtest-hedis-source] - hedis
3153.67 s
[sydtest-hedis-source] - network
3153.67 s
[sydtest-hedis-source] - path
3153.67 s
[sydtest-hedis-source] - path-io
3153.67 s
[sydtest-hedis-source] - port-utils
3153.67 s
[sydtest-hedis-source] - sydtest
3153.67 s
[sydtest-hedis-source] - sydtest-typed-process
3153.67 s
[sydtest-hedis-source] - text
3153.67 s
[sydtest-hedis-source] - typed-process
3153.67 s
[sydtest-hedis-source] Please add them. There is more information at https://pvp.haskell.org/
3153.67 s
[sydtest-hedis-source] Building source dist for sydtest-hedis-0.0.0.0...
3153.68 s
[sydtest-hedis-source] Source tarball created: dist/sydtest-hedis-0.0.0.0.tar.gz
3153.69 s
[sydtest-hedis-source] Phase: checkPhase
3153.69 s
[sydtest-hedis-source] Phase: haddockPhase
3153.70 s
[sydtest-hedis-source] Phase: installPhase
3153.71 s
[sydtest-hedis-source] Phase: fixupPhase
3153.74 s
Progress: 91 of 113 built (6 building)
3153.76 s
[opt-env-conf-test] [2 of 4] Compiling OptEnvConf.EnvMap.Gen ( src/OptEnvConf/EnvMap/Gen.hs, dist/build/OptEnvConf/EnvMap/Gen.o, dist/build/OptEnvConf/EnvMap/Gen.dyn_o )
3153.76 s
[opt-env-conf-test] [3 of 4] Compiling OptEnvConf.Test ( src/OptEnvConf/Test.hs, dist/build/OptEnvConf/Test.o, dist/build/OptEnvConf/Test.dyn_o )
3153.76 s
[opt-env-conf-test] [4 of 4] Compiling Paths_opt_env_conf_test ( dist/build/autogen/Paths_opt_env_conf_test.hs, dist/build/Paths_opt_env_conf_test.o, dist/build/Paths_opt_env_conf_test.dyn_o )
3153.76 s
[sydtest-persistent-sqlite-source] Phase: buildPhase
3153.77 s
[sydtest-webdriver-source] Dependency aeson: using aeson-2.2.3.0
3153.77 s
[sydtest-webdriver-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3153.77 s
[sydtest-webdriver-source] Dependency http-client: using http-client-0.7.19
3153.77 s
[sydtest-webdriver-source] Dependency monad-control: using monad-control-1.0.3.1
3153.77 s
[sydtest-webdriver-source] Dependency mtl: using mtl-2.3.1
3153.77 s
[sydtest-webdriver-source] Dependency network: using network-3.2.8.0
3153.77 s
[sydtest-webdriver-source] Dependency network-uri: using network-uri-2.6.4.2
3153.77 s
[sydtest-webdriver-source] Dependency path: using path-0.9.6
3153.77 s
[sydtest-webdriver-source] Dependency path-io: using path-io-1.8.2
3153.77 s
[sydtest-webdriver-source] Dependency port-utils: using port-utils-0.2.1.0
3153.77 s
[sydtest-webdriver-source] Dependency sydtest: using sydtest-0.23.0.2
3153.77 s
[sydtest-webdriver-source] Dependency sydtest-typed-process: using sydtest-typed-process-0.0.0.0
3153.77 s
[sydtest-webdriver-source] Dependency sydtest-wai: using sydtest-wai-0.2.0.2
3153.77 s
[sydtest-webdriver-source] Dependency transformers-base: using transformers-base-0.4.6
3153.77 s
[sydtest-webdriver-source] Dependency typed-process: using typed-process-0.2.13.0
3153.77 s
[sydtest-webdriver-source] Dependency webdriver: using webdriver-0.12.0.1
3153.77 s
[sydtest-webdriver-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3153.77 s
[sydtest-webdriver-source] Dependency http-types: using http-types-0.12.4
3153.77 s
[sydtest-webdriver-source] Dependency network-uri: using network-uri-2.6.4.2
3153.77 s
[sydtest-webdriver-source] Dependency sydtest: using sydtest-0.23.0.2
3153.77 s
[sydtest-webdriver-source] Dependency sydtest-wai: using sydtest-wai-0.2.0.2
3153.77 s
[sydtest-webdriver-source] Dependency sydtest-webdriver: using sydtest-webdriver-0.0.0.1
3153.77 s
[sydtest-webdriver-source] Dependency wai: using wai-3.2.4
3153.77 s
[sydtest-webdriver-source] Source component graph:
3153.77 s
[sydtest-webdriver-source] component lib
3153.77 s
[sydtest-webdriver-source] component test:sydtest-webdriver-test dependency lib
3153.77 s
[sydtest-webdriver-source] Configured component graph:
3153.77 s
[sydtest-webdriver-source] component sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3153.77 s
[sydtest-webdriver-source] include aeson-2.2.3.0-Atjr5tV8NTrI1dGjeg23dT
3153.77 s
[sydtest-webdriver-source] include base-4.21.1.0-f852
3153.77 s
[sydtest-webdriver-source] include http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3153.77 s
[sydtest-webdriver-source] include monad-control-1.0.3.1-Ef0kEuy1mTT69zhin0ocRp
3153.77 s
[sydtest-webdriver-source] include mtl-2.3.1-20ab
3153.77 s
[sydtest-webdriver-source] include network-3.2.8.0-DpTVqwBHQkCklZVcfZXya
3153.77 s
[sydtest-webdriver-source] include network-uri-2.6.4.2-6QrLAlTdkbw47xOiepBO4K
3153.77 s
[sydtest-webdriver-source] include path-0.9.6-2fp1GJUJD07i7POopm72A
3153.77 s
[sydtest-webdriver-source] include path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3153.77 s
[sydtest-webdriver-source] include port-utils-0.2.1.0-ERptuYAHkuRItz49oPHnaF
3153.77 s
[sydtest-webdriver-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.77 s
[sydtest-webdriver-source] include sydtest-typed-process-0.0.0.0-Eb5nGeXcy6rKNpp94mW4rk
3153.77 s
[sydtest-webdriver-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3153.77 s
[sydtest-webdriver-source] include transformers-base-0.4.6-GLiqKetnM7cKxMEJaRNxUT
3153.77 s
[sydtest-webdriver-source] include typed-process-0.2.13.0-CdZF17AAa2153AcE9wyfJu
3153.77 s
[sydtest-webdriver-source] include webdriver-0.12.0.1-8907HGEy5kN7ijYoYf5pPy
3153.77 s
[sydtest-webdriver-source] component sydtest-webdriver-0.0.0.1-FmZ440hwCavJfQ4C5pwaAA-sydtest-webdriver-test
3153.77 s
[sydtest-webdriver-source] include base-4.21.1.0-f852
3153.77 s
[sydtest-webdriver-source] include http-types-0.12.4-7vUVc0hwNmYCmv91h0zSfj
3153.77 s
[sydtest-webdriver-source] include network-uri-2.6.4.2-6QrLAlTdkbw47xOiepBO4K
3153.77 s
[sydtest-webdriver-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.77 s
[sydtest-webdriver-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3153.77 s
[sydtest-webdriver-source] include sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3153.77 s
[sydtest-webdriver-source] include wai-3.2.4-7P5QuMDEbKsAj9lN2XWRYy
3153.77 s
[sydtest-webdriver-source] Linked component graph:
3153.77 s
[sydtest-webdriver-source] unit sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3153.77 s
[sydtest-webdriver-source] include aeson-2.2.3.0-Atjr5tV8NTrI1dGjeg23dT
3153.77 s
[sydtest-webdriver-source] include base-4.21.1.0-f852
3153.77 s
[sydtest-webdriver-source] include http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3153.77 s
[sydtest-webdriver-source] include monad-control-1.0.3.1-Ef0kEuy1mTT69zhin0ocRp
3153.77 s
[sydtest-webdriver-source] include mtl-2.3.1-20ab
3153.77 s
[sydtest-webdriver-source] include network-3.2.8.0-DpTVqwBHQkCklZVcfZXya
3153.77 s
[sydtest-webdriver-source] include network-uri-2.6.4.2-6QrLAlTdkbw47xOiepBO4K
3153.77 s
[sydtest-webdriver-source] include path-0.9.6-2fp1GJUJD07i7POopm72A
3153.77 s
[sydtest-webdriver-source] include path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3153.77 s
[sydtest-webdriver-source] include port-utils-0.2.1.0-ERptuYAHkuRItz49oPHnaF
3153.77 s
[sydtest-webdriver-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.77 s
[sydtest-webdriver-source] include sydtest-typed-process-0.0.0.0-Eb5nGeXcy6rKNpp94mW4rk
3153.77 s
[sydtest-webdriver-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3153.77 s
[sydtest-webdriver-source] include transformers-base-0.4.6-GLiqKetnM7cKxMEJaRNxUT
3153.77 s
[sydtest-webdriver-source] include typed-process-0.2.13.0-CdZF17AAa2153AcE9wyfJu
3153.77 s
[sydtest-webdriver-source] include webdriver-0.12.0.1-8907HGEy5kN7ijYoYf5pPy
3153.77 s
[sydtest-webdriver-source] Test.Syd.Webdriver=sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD:Test.Syd.Webdriver
3153.77 s
[sydtest-webdriver-source] unit sydtest-webdriver-0.0.0.1-FmZ440hwCavJfQ4C5pwaAA-sydtest-webdriver-test
3153.77 s
[sydtest-webdriver-source] include base-4.21.1.0-f852
3153.77 s
[sydtest-webdriver-source] include http-types-0.12.4-7vUVc0hwNmYCmv91h0zSfj
3153.77 s
[sydtest-webdriver-source] include network-uri-2.6.4.2-6QrLAlTdkbw47xOiepBO4K
3153.77 s
[sydtest-webdriver-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.77 s
[sydtest-webdriver-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3153.77 s
[sydtest-webdriver-source] include sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3153.77 s
[sydtest-webdriver-source] include wai-3.2.4-7P5QuMDEbKsAj9lN2XWRYy
3153.77 s
[sydtest-webdriver-source] Ready component graph:
3153.77 s
[sydtest-webdriver-source] definite sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3153.77 s
[sydtest-webdriver-source] depends aeson-2.2.3.0-Atjr5tV8NTrI1dGjeg23dT
3153.77 s
[sydtest-webdriver-source] depends base-4.21.1.0-f852
3153.77 s
[sydtest-webdriver-source] depends http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3153.77 s
[sydtest-webdriver-source] depends monad-control-1.0.3.1-Ef0kEuy1mTT69zhin0ocRp
3153.77 s
[sydtest-webdriver-source] depends mtl-2.3.1-20ab
3153.77 s
[sydtest-webdriver-source] depends network-3.2.8.0-DpTVqwBHQkCklZVcfZXya
3153.77 s
[sydtest-webdriver-source] depends network-uri-2.6.4.2-6QrLAlTdkbw47xOiepBO4K
3153.77 s
[sydtest-webdriver-source] depends path-0.9.6-2fp1GJUJD07i7POopm72A
3153.77 s
[sydtest-webdriver-source] depends path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3153.77 s
[sydtest-webdriver-source] depends port-utils-0.2.1.0-ERptuYAHkuRItz49oPHnaF
3153.77 s
[sydtest-webdriver-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.77 s
[sydtest-webdriver-source] depends sydtest-typed-process-0.0.0.0-Eb5nGeXcy6rKNpp94mW4rk
3153.77 s
[sydtest-webdriver-source] depends sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3153.77 s
[sydtest-webdriver-source] depends transformers-base-0.4.6-GLiqKetnM7cKxMEJaRNxUT
3153.77 s
[sydtest-webdriver-source] depends typed-process-0.2.13.0-CdZF17AAa2153AcE9wyfJu
3153.77 s
[sydtest-webdriver-source] depends webdriver-0.12.0.1-8907HGEy5kN7ijYoYf5pPy
3153.77 s
[sydtest-webdriver-source] definite sydtest-webdriver-0.0.0.1-FmZ440hwCavJfQ4C5pwaAA-sydtest-webdriver-test
3153.77 s
[sydtest-webdriver-source] depends base-4.21.1.0-f852
3153.77 s
[sydtest-webdriver-source] depends http-types-0.12.4-7vUVc0hwNmYCmv91h0zSfj
3153.77 s
[sydtest-webdriver-source] depends network-uri-2.6.4.2-6QrLAlTdkbw47xOiepBO4K
3153.77 s
[sydtest-webdriver-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3153.77 s
[sydtest-webdriver-source] depends sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3153.77 s
[sydtest-webdriver-source] depends sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3153.77 s
[sydtest-webdriver-source] depends wai-3.2.4-7P5QuMDEbKsAj9lN2XWRYy
3153.77 s
[sydtest-webdriver-source] Using Cabal-3.14.2.0 compiled by ghc-9.12
3153.77 s
[sydtest-webdriver-source] Using compiler: ghc-9.12.3
3153.77 s
[sydtest-webdriver-source] Using install prefix:
3153.77 s
[sydtest-webdriver-source] /nix/store/ds697wysfmhpdc0jmk96sfsdyrpndki2-sydtest-webdriver-source-0.0.0.1
3153.77 s
[sydtest-webdriver-source] Executables installed in:
3153.77 s
[sydtest-webdriver-source] /nix/store/ds697wysfmhpdc0jmk96sfsdyrpndki2-sydtest-webdriver-source-0.0.0.1/bin
3153.77 s
[sydtest-webdriver-source] Libraries installed in:
3153.77 s
[sydtest-webdriver-source] /nix/store/ds697wysfmhpdc0jmk96sfsdyrpndki2-sydtest-webdriver-source-0.0.0.1/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3153.78 s
[sydtest-webdriver-source] Dynamic Libraries installed in:
3153.78 s
[sydtest-webdriver-source] /nix/store/ds697wysfmhpdc0jmk96sfsdyrpndki2-sydtest-webdriver-source-0.0.0.1/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0
3153.78 s
[sydtest-webdriver-source] Private executables installed in:
3153.78 s
[sydtest-webdriver-source] /nix/store/ds697wysfmhpdc0jmk96sfsdyrpndki2-sydtest-webdriver-source-0.0.0.1/libexec/x86_64-linux-ghc-9.12.3-59b0/sydtest-webdriver-0.0.0.1
3153.78 s
[sydtest-webdriver-source] Data files installed in:
3153.78 s
[sydtest-webdriver-source] /nix/store/ds697wysfmhpdc0jmk96sfsdyrpndki2-sydtest-webdriver-source-0.0.0.1/share/x86_64-linux-ghc-9.12.3-59b0/sydtest-webdriver-0.0.0.1
3153.78 s
[sydtest-webdriver-source] Documentation installed in: /share/doc/sydtest-webdriver-0.0.0.1
3153.78 s
[sydtest-webdriver-source] Configuration files installed in:
3153.78 s
[sydtest-webdriver-source] /nix/store/ds697wysfmhpdc0jmk96sfsdyrpndki2-sydtest-webdriver-source-0.0.0.1/etc
3153.78 s
[sydtest-webdriver-source] No alex found
3153.78 s
[sydtest-webdriver-source] Using ar found on system at:
3153.78 s
[sydtest-webdriver-source] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
3153.78 s
[sydtest-webdriver-source] No c2hs found
3153.78 s
[sydtest-webdriver-source] No cpphs found
3153.78 s
[sydtest-webdriver-source] No doctest found
3153.78 s
[sydtest-webdriver-source] Using gcc version 14.3.0 given by user at:
3153.78 s
[sydtest-webdriver-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
3153.78 s
[sydtest-webdriver-source] Using ghc version 9.12.3 found on system at:
3153.78 s
[sydtest-webdriver-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc
3153.78 s
[sydtest-webdriver-source] Using ghc-pkg version 9.12.3 found on system at:
3153.78 s
[sydtest-webdriver-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc-pkg-9.12.3
3153.78 s
[sydtest-webdriver-source] No ghcjs found
3153.78 s
[sydtest-webdriver-source] No ghcjs-pkg found
3153.78 s
[sydtest-webdriver-source] No greencard found
3153.78 s
[sydtest-webdriver-source] Using haddock version 2.32.0 found on system at:
3153.78 s
[sydtest-webdriver-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/haddock-ghc-9.12.3
3153.78 s
[sydtest-webdriver-source] No happy found
3153.78 s
[sydtest-webdriver-source] No haskell-suite found
3153.78 s
[sydtest-webdriver-source] No haskell-suite-pkg found
3153.78 s
[sydtest-webdriver-source] No hmake found
3153.78 s
[sydtest-webdriver-source] Using hpc version 0.69 found on system at:
3153.78 s
[sydtest-webdriver-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hpc-ghc-9.12.3
3153.78 s
[sydtest-webdriver-source] Using hsc2hs version 0.68.10 found on system at:
3153.78 s
[sydtest-webdriver-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hsc2hs-ghc-9.12.3
3153.78 s
[sydtest-webdriver-source] Using hscolour version 1.25 found on system at:
3153.78 s
[sydtest-webdriver-source] /nix/store/dcg7hvbvy5m1bbirq3fnjwfzll4p3z3x-hscolour-1.25/bin/HsColour
3153.78 s
[sydtest-webdriver-source] No jhc found
3153.78 s
[sydtest-webdriver-source] Using ld found on system at:
3153.78 s
[sydtest-webdriver-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
3153.78 s
[sydtest-webdriver-source] No pkg-config found
3153.78 s
[sydtest-webdriver-source] Using runghc version 9.12.3 found on system at:
3153.78 s
[sydtest-webdriver-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/runghc-9.12.3
3153.78 s
[sydtest-webdriver-source] Using strip version 2.44 found on system at:
3153.78 s
[sydtest-persistent-sqlite-source] Distribution quality warnings:
3153.78 s
[sydtest-persistent-sqlite-source] [no-description] No 'description' field.
3153.78 s
[sydtest-persistent-sqlite-source] [missing-upper-bounds] On library, these packages miss upper bounds:
3153.78 s
[sydtest-persistent-sqlite-source] - monad-logger
3153.78 s
[sydtest-persistent-sqlite-source] - mtl
3153.78 s
[sydtest-persistent-sqlite-source] - persistent
3153.78 s
[sydtest-persistent-sqlite-source] - persistent-sqlite
3153.78 s
[sydtest-persistent-sqlite-source] - sydtest
3153.78 s
[sydtest-persistent-sqlite-source] - sydtest-persistent
3153.78 s
[sydtest-persistent-sqlite-source] Please add them. There is more information at https://pvp.haskell.org/
3153.78 s
[sydtest-persistent-sqlite-source] Building source dist for sydtest-persistent-sqlite-0.2.0.3...
3153.78 s
[sydtest-persistent-sqlite-source] Source tarball created: dist/sydtest-persistent-sqlite-0.2.0.3.tar.gz
3153.79 s
[sydtest-persistent-sqlite-source] Phase: checkPhase
3153.79 s
[sydtest-persistent-sqlite-source] Phase: haddockPhase
3153.80 s
[sydtest-persistent-sqlite-source] Phase: installPhase
3153.80 s
[sydtest-persistent-sqlite-source] Phase: fixupPhase
3153.84 s
Progress: 92 of 112 built (5 building)
3153.85 s
[sydtest-persistent-postgresql-source] Phase: buildPhase
3153.85 s
[sydtest-persistent-postgresql-source] Distribution quality warnings:
3153.85 s
[sydtest-persistent-postgresql-source] [no-description] No 'description' field.
3153.85 s
[sydtest-persistent-postgresql-source] [missing-upper-bounds] On library, these packages miss upper bounds:
3153.85 s
[sydtest-persistent-postgresql-source] - monad-logger
3153.85 s
[sydtest-persistent-postgresql-source] - mtl
3153.85 s
[sydtest-persistent-postgresql-source] - persistent-postgresql
3153.85 s
[sydtest-persistent-postgresql-source] - postgres-options
3153.85 s
[sydtest-persistent-postgresql-source] - postgresql-simple
3153.85 s
[sydtest-persistent-postgresql-source] - random
3153.85 s
[sydtest-persistent-postgresql-source] - sydtest
3153.85 s
[sydtest-persistent-postgresql-source] - sydtest-persistent
3153.85 s
[sydtest-persistent-postgresql-source] - text
3153.85 s
[sydtest-persistent-postgresql-source] - tmp-postgres
3153.85 s
[sydtest-persistent-postgresql-source] Please add them. There is more information at https://pvp.haskell.org/
3153.85 s
[sydtest-persistent-postgresql-source] Building source dist for sydtest-persistent-postgresql-0.3.0.0...
3153.85 s
[sydtest-webdriver-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
3153.85 s
[sydtest-webdriver-source] Using tar found on system at:
3153.85 s
[sydtest-webdriver-source] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
3153.85 s
[sydtest-webdriver-source] No uhc found
3153.86 s
[sydtest-persistent-postgresql-source] Source tarball created: dist/sydtest-persistent-postgresql-0.3.0.0.tar.gz
3153.86 s
[sydtest-persistent-postgresql-source] Phase: checkPhase
3153.87 s
[sydtest-persistent-postgresql-source] Phase: haddockPhase
3153.87 s
[sydtest-persistent-postgresql-source] Phase: installPhase
3153.88 s
[sydtest-persistent-postgresql-source] Phase: fixupPhase
3153.92 s
Progress: 93 of 111 built (4 building)
3153.96 s
[opt-env-conf-test] [1 of 4] Compiling OptEnvConf.Args.Gen ( src/OptEnvConf/Args/Gen.hs, dist/build/OptEnvConf/Args/Gen.p_o )
3154.00 s
[sydtest-servant-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3154.00 s
[sydtest-servant-source] Dependency http-client: using http-client-0.7.19
3154.22 s
[sydtest-servant-source] Dependency servant-client: using servant-client-0.20.2
3154.22 s
[sydtest-servant-source] Dependency servant-server: using servant-server-0.20.2
3154.22 s
[sydtest-servant-source] Dependency sydtest >=0.3.0.0: using sydtest-0.23.0.2
3154.22 s
[sydtest-servant-source] Dependency sydtest-wai: using sydtest-wai-0.2.0.2
3154.22 s
[sydtest-servant-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3154.22 s
[sydtest-servant-source] Dependency servant-client: using servant-client-0.20.2
3154.22 s
[sydtest-servant-source] Dependency servant-server: using servant-server-0.20.2
3154.22 s
[sydtest-servant-source] Dependency stm: using stm-2.5.3.1
3154.22 s
[sydtest-servant-source] Dependency sydtest: using sydtest-0.23.0.2
3154.22 s
[sydtest-servant-source] Dependency sydtest-servant: using sydtest-servant-0.2.0.2
3154.22 s
[sydtest-servant-source] Dependency sydtest-wai: using sydtest-wai-0.2.0.2
3154.22 s
[sydtest-servant-source] Source component graph:
3154.22 s
[sydtest-servant-source] component lib
3154.22 s
[sydtest-servant-source] component test:sydtest-servant-test dependency lib
3154.22 s
[sydtest-servant-source] Configured component graph:
3154.22 s
[sydtest-servant-source] component sydtest-servant-0.2.0.2-Iv2ci7kTGCaLhZBzJdBjua
3154.22 s
[sydtest-servant-source] include base-4.21.1.0-f852
3154.22 s
[sydtest-servant-source] include http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3154.22 s
[sydtest-servant-source] include servant-client-0.20.2-3GYGfLSxaxQUWeXKCGAoH
3154.22 s
[sydtest-servant-source] include servant-server-0.20.2-5vZNAX2nCTrAIyPnkFGVKZ
3154.22 s
[sydtest-servant-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3154.22 s
[sydtest-servant-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3154.22 s
[sydtest-servant-source] component sydtest-servant-0.2.0.2-LMSgalAxqtE6OzfvSnUna9-sydtest-servant-test
3154.22 s
[sydtest-servant-source] include base-4.21.1.0-f852
3154.22 s
[sydtest-servant-source] include servant-client-0.20.2-3GYGfLSxaxQUWeXKCGAoH
3154.22 s
[sydtest-servant-source] include servant-server-0.20.2-5vZNAX2nCTrAIyPnkFGVKZ
3154.22 s
[sydtest-servant-source] include stm-2.5.3.1-6708
3154.22 s
[sydtest-servant-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3154.22 s
[sydtest-servant-source] include sydtest-servant-0.2.0.2-Iv2ci7kTGCaLhZBzJdBjua
3154.22 s
[sydtest-servant-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3154.22 s
[sydtest-servant-source] Linked component graph:
3154.22 s
[sydtest-servant-source] unit sydtest-servant-0.2.0.2-Iv2ci7kTGCaLhZBzJdBjua
3154.22 s
[sydtest-servant-source] include base-4.21.1.0-f852
3154.22 s
[sydtest-servant-source] include http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3154.22 s
[sydtest-servant-source] include servant-client-0.20.2-3GYGfLSxaxQUWeXKCGAoH
3154.22 s
[sydtest-servant-source] include servant-server-0.20.2-5vZNAX2nCTrAIyPnkFGVKZ
3154.22 s
[sydtest-servant-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3154.22 s
[sydtest-servant-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3154.22 s
[sydtest-servant-source] Test.Syd.Servant=sydtest-servant-0.2.0.2-Iv2ci7kTGCaLhZBzJdBjua:Test.Syd.Servant
3154.22 s
[sydtest-servant-source] unit sydtest-servant-0.2.0.2-LMSgalAxqtE6OzfvSnUna9-sydtest-servant-test
3154.22 s
[sydtest-servant-source] include base-4.21.1.0-f852
3154.22 s
[sydtest-servant-source] include servant-client-0.20.2-3GYGfLSxaxQUWeXKCGAoH
3154.22 s
[sydtest-servant-source] include servant-server-0.20.2-5vZNAX2nCTrAIyPnkFGVKZ
3154.22 s
[sydtest-servant-source] include stm-2.5.3.1-6708
3154.22 s
[sydtest-servant-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3154.22 s
[sydtest-servant-source] include sydtest-servant-0.2.0.2-Iv2ci7kTGCaLhZBzJdBjua
3154.22 s
[sydtest-servant-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3154.22 s
[sydtest-servant-source] Ready component graph:
3154.22 s
[sydtest-servant-source] definite sydtest-servant-0.2.0.2-Iv2ci7kTGCaLhZBzJdBjua
3154.22 s
[sydtest-servant-source] depends base-4.21.1.0-f852
3154.22 s
[sydtest-servant-source] depends http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3154.22 s
[sydtest-servant-source] depends servant-client-0.20.2-3GYGfLSxaxQUWeXKCGAoH
3154.22 s
[sydtest-servant-source] depends servant-server-0.20.2-5vZNAX2nCTrAIyPnkFGVKZ
3154.22 s
[sydtest-servant-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3154.22 s
[sydtest-servant-source] depends sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3154.22 s
[sydtest-servant-source] definite sydtest-servant-0.2.0.2-LMSgalAxqtE6OzfvSnUna9-sydtest-servant-test
3154.22 s
[sydtest-servant-source] depends base-4.21.1.0-f852
3154.22 s
[sydtest-servant-source] depends servant-client-0.20.2-3GYGfLSxaxQUWeXKCGAoH
3154.22 s
[sydtest-servant-source] depends servant-server-0.20.2-5vZNAX2nCTrAIyPnkFGVKZ
3154.22 s
[sydtest-servant-source] depends stm-2.5.3.1-6708
3154.22 s
[sydtest-servant-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3154.22 s
[sydtest-servant-source] depends sydtest-servant-0.2.0.2-Iv2ci7kTGCaLhZBzJdBjua
3154.22 s
[sydtest-servant-source] depends sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3154.22 s
[sydtest-servant-source] Using Cabal-3.14.2.0 compiled by ghc-9.12
3154.22 s
[sydtest-servant-source] Using compiler: ghc-9.12.3
3154.22 s
[sydtest-servant-source] Using install prefix:
3154.22 s
[sydtest-servant-source] /nix/store/vww40rqw3vjnihkgmsnpaaqi6fsr8v2c-sydtest-servant-source-0.2.0.2
3154.22 s
[sydtest-servant-source] Executables installed in:
3154.22 s
[sydtest-servant-source] /nix/store/vww40rqw3vjnihkgmsnpaaqi6fsr8v2c-sydtest-servant-source-0.2.0.2/bin
3154.22 s
[sydtest-servant-source] Libraries installed in:
3154.22 s
[sydtest-servant-source] /nix/store/vww40rqw3vjnihkgmsnpaaqi6fsr8v2c-sydtest-servant-source-0.2.0.2/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/sydtest-servant-0.2.0.2-Iv2ci7kTGCaLhZBzJdBjua
3154.22 s
[sydtest-servant-source] Dynamic Libraries installed in:
3154.22 s
[sydtest-servant-source] /nix/store/vww40rqw3vjnihkgmsnpaaqi6fsr8v2c-sydtest-servant-source-0.2.0.2/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0
3154.22 s
[sydtest-servant-source] Private executables installed in:
3154.22 s
[sydtest-servant-source] /nix/store/vww40rqw3vjnihkgmsnpaaqi6fsr8v2c-sydtest-servant-source-0.2.0.2/libexec/x86_64-linux-ghc-9.12.3-59b0/sydtest-servant-0.2.0.2
3154.22 s
[sydtest-servant-source] Data files installed in:
3154.22 s
[sydtest-servant-source] /nix/store/vww40rqw3vjnihkgmsnpaaqi6fsr8v2c-sydtest-servant-source-0.2.0.2/share/x86_64-linux-ghc-9.12.3-59b0/sydtest-servant-0.2.0.2
3154.22 s
[sydtest-servant-source] Documentation installed in: /share/doc/sydtest-servant-0.2.0.2
3154.22 s
[sydtest-servant-source] Configuration files installed in:
3154.22 s
[sydtest-servant-source] /nix/store/vww40rqw3vjnihkgmsnpaaqi6fsr8v2c-sydtest-servant-source-0.2.0.2/etc
3154.22 s
[sydtest-servant-source] No alex found
3154.22 s
[sydtest-servant-source] Using ar found on system at:
3154.22 s
[sydtest-servant-source] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
3154.22 s
[sydtest-servant-source] No c2hs found
3154.22 s
[sydtest-servant-source] No cpphs found
3154.22 s
[sydtest-servant-source] No doctest found
3154.22 s
[sydtest-servant-source] Using gcc version 14.3.0 given by user at:
3154.22 s
[sydtest-servant-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
3154.22 s
[sydtest-servant-source] Using ghc version 9.12.3 found on system at:
3154.22 s
[sydtest-servant-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc
3154.22 s
[sydtest-servant-source] Using ghc-pkg version 9.12.3 found on system at:
3154.22 s
[sydtest-servant-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc-pkg-9.12.3
3154.22 s
[sydtest-servant-source] No ghcjs found
3154.22 s
[sydtest-servant-source] No ghcjs-pkg found
3154.22 s
[sydtest-servant-source] No greencard found
3154.22 s
[sydtest-servant-source] Using haddock version 2.32.0 found on system at:
3154.22 s
[sydtest-servant-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/haddock-ghc-9.12.3
3154.22 s
[sydtest-servant-source] No happy found
3154.22 s
[sydtest-servant-source] No haskell-suite found
3154.22 s
[sydtest-servant-source] No haskell-suite-pkg found
3154.22 s
[sydtest-servant-source] No hmake found
3154.22 s
[sydtest-servant-source] Using hpc version 0.69 found on system at:
3154.22 s
[sydtest-servant-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hpc-ghc-9.12.3
3154.22 s
[sydtest-servant-source] Using hsc2hs version 0.68.10 found on system at:
3154.22 s
[sydtest-servant-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hsc2hs-ghc-9.12.3
3154.22 s
[sydtest-servant-source] Using hscolour version 1.25 found on system at:
3154.22 s
[sydtest-servant-source] /nix/store/dcg7hvbvy5m1bbirq3fnjwfzll4p3z3x-hscolour-1.25/bin/HsColour
3154.22 s
[sydtest-servant-source] No jhc found
3154.22 s
[sydtest-servant-source] Using ld found on system at:
3154.22 s
[sydtest-servant-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
3154.23 s
[sydtest-servant-source] No pkg-config found
3154.23 s
[sydtest-servant-source] Using runghc version 9.12.3 found on system at:
3154.23 s
[sydtest-servant-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/runghc-9.12.3
3154.23 s
[sydtest-servant-source] Using strip version 2.44 found on system at:
3154.23 s
[sydtest-servant-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
3154.23 s
[sydtest-servant-source] Using tar found on system at:
3154.23 s
[sydtest-servant-source] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
3154.23 s
[sydtest-servant-source] No uhc found
3154.23 s
[sydtest-webdriver-source] Phase: buildPhase
3154.23 s
[sydtest-webdriver-source] Distribution quality warnings:
3154.23 s
[sydtest-webdriver-source] [no-description] No 'description' field.
3154.23 s
[sydtest-webdriver-source] [missing-upper-bounds] On library, these packages miss upper bounds:
3154.23 s
[sydtest-webdriver-source] - aeson
3154.23 s
[sydtest-webdriver-source] - http-client
3154.23 s
[sydtest-webdriver-source] - monad-control
3154.23 s
[sydtest-webdriver-source] - mtl
3154.23 s
[sydtest-webdriver-source] - network
3154.23 s
[sydtest-webdriver-source] - network-uri
3154.23 s
[sydtest-webdriver-source] - path
3154.23 s
[sydtest-webdriver-source] - path-io
3154.23 s
[sydtest-webdriver-source] - port-utils
3154.23 s
[sydtest-webdriver-source] - sydtest
3154.23 s
[sydtest-webdriver-source] - sydtest-typed-process
3154.23 s
[sydtest-webdriver-source] - sydtest-wai
3154.23 s
[sydtest-webdriver-source] - transformers-base
3154.23 s
[sydtest-webdriver-source] - typed-process
3154.23 s
[sydtest-webdriver-source] - webdriver
3154.23 s
[sydtest-webdriver-source] Please add them. There is more information at https://pvp.haskell.org/
3154.23 s
[sydtest-webdriver-source] Building source dist for sydtest-webdriver-0.0.0.1...
3154.23 s
[sydtest-webdriver-source] Source tarball created: dist/sydtest-webdriver-0.0.0.1.tar.gz
3154.23 s
[sydtest-webdriver-source] Phase: checkPhase
3154.23 s
[sydtest-webdriver-source] Phase: haddockPhase
3154.23 s
[sydtest-webdriver-source] Phase: installPhase
3154.23 s
[sydtest-webdriver-source] Phase: fixupPhase
3154.23 s
Progress: 94 of 110 built (3 building)
3154.23 s
Building sydtest-webdriver-screenshot-source
3154.23 s
[sydtest-servant-source] Phase: buildPhase
3154.23 s
[sydtest-servant-source] Distribution quality warnings:
3154.23 s
[sydtest-servant-source] [no-description] No 'description' field.
3154.23 s
[sydtest-servant-source] [missing-upper-bounds] On library, these packages miss upper bounds:
3154.23 s
[sydtest-servant-source] - http-client
3154.23 s
[sydtest-servant-source] - servant-client
3154.23 s
[sydtest-servant-source] - servant-server
3154.23 s
[sydtest-servant-source] - sydtest
3154.23 s
[sydtest-servant-source] - sydtest-wai
3154.23 s
[sydtest-servant-source] Please add them. There is more information at https://pvp.haskell.org/
3154.23 s
[sydtest-servant-source] Building source dist for sydtest-servant-0.2.0.2...
3154.23 s
[sydtest-servant-source] Source tarball created: dist/sydtest-servant-0.2.0.2.tar.gz
3154.23 s
[sydtest-servant-source] Phase: checkPhase
3154.23 s
[sydtest-servant-source] Phase: haddockPhase
3154.24 s
[sydtest-servant-source] Phase: installPhase
3154.24 s
[sydtest-servant-source] Phase: fixupPhase
3154.28 s
Progress: 95 of 109 built (3 building)
3154.36 s
[opt-env-conf-test] [2 of 4] Compiling OptEnvConf.EnvMap.Gen ( src/OptEnvConf/EnvMap/Gen.hs, dist/build/OptEnvConf/EnvMap/Gen.p_o )
3154.36 s
[opt-env-conf-test] [3 of 4] Compiling OptEnvConf.Test ( src/OptEnvConf/Test.hs, dist/build/OptEnvConf/Test.p_o )
3154.42 s
[opt-env-conf-test] [4 of 4] Compiling Paths_opt_env_conf_test ( dist/build/autogen/Paths_opt_env_conf_test.hs, dist/build/Paths_opt_env_conf_test.p_o )
3154.67 s
[sydtest-webdriver-screenshot-source] Phase: setupCompilerEnvironmentPhase
3154.67 s
[sydtest-webdriver-screenshot-source] Build with /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3.
3155.19 s
[sydtest-webdriver-screenshot-source] Phase: unpackPhase
3155.20 s
[sydtest-webdriver-screenshot-source] unpacking source archive /nix/store/gai66jvw1vpvv10xz3k68f99d5yvh9bm-sydtest-webdriver-screenshot
3155.20 s
[sydtest-webdriver-screenshot-source] source root is sydtest-webdriver-screenshot
3155.21 s
[sydtest-webdriver-screenshot-source] Phase: patchPhase
3155.22 s
[sydtest-webdriver-screenshot-source] Phase: compileBuildDriverPhase
3155.23 s
[sydtest-webdriver-screenshot-source] setupCompileFlags: -package-db=/build/tmp.QxBfVZY9g2/setup-package.conf.d -threaded
3155.28 s
[sydtest-webdriver-screenshot-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.QxBfVZY9g2/Main.o )
3155.32 s
[sydtest-webdriver-screenshot-source] [2 of 2] Linking Setup
3156.55 s
[sydtest-webdriver-screenshot-source] Phase: updateAutotoolsGnuConfigScriptsPhase
3156.56 s
[sydtest-webdriver-screenshot-source] Phase: configurePhase
3156.56 s
[sydtest-webdriver-screenshot-source] configureFlags: --verbose --prefix=/nix/store/cdrd6j877sx252wz1ild3iar8palp23s-sydtest-webdriver-screenshot-source-0.1.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/sydtest-webdriver-screenshot-0.1.0.0 --with-gcc=gcc --package-db=/build/tmp.QxBfVZY9g2/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-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=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1nqqjacc6dnj61jlpgz5hk9zdjbfidbr-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
3156.57 s
[sydtest-webdriver-screenshot-source] Using Parsec parser
3156.57 s
[sydtest-webdriver-screenshot-source] Configuring sydtest-webdriver-screenshot-0.1.0.0...
3156.60 s
[opt-env-conf-test] Phase: haddockPhase
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency JuicyPixels: using JuicyPixels-3.3.9
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency bytestring: using bytestring-0.12.2.0
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency mtl: using mtl-2.3.1
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency path: using path-0.9.6
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency path-io: using path-io-1.8.2
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency sydtest: using sydtest-0.23.0.2
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency sydtest-webdriver: using sydtest-webdriver-0.0.0.1
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency vector: using vector-0.13.2.0
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency webdriver: using webdriver-0.12.0.1
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency http-types: using http-types-0.12.4
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency network-uri: using network-uri-2.6.4.2
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency sydtest: using sydtest-0.23.0.2
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency sydtest-wai: using sydtest-wai-0.2.0.2
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency sydtest-webdriver: using sydtest-webdriver-0.0.0.1
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency sydtest-webdriver-screenshot: using
3157.31 s
[sydtest-webdriver-screenshot-source] sydtest-webdriver-screenshot-0.1.0.0
3157.31 s
[sydtest-webdriver-screenshot-source] Dependency wai: using wai-3.2.4
3157.31 s
[sydtest-webdriver-screenshot-source] Source component graph:
3157.31 s
[sydtest-webdriver-screenshot-source] component lib
3157.31 s
[sydtest-webdriver-screenshot-source] component test:sydtest-webdriver-screenshot-test dependency lib
3157.31 s
[sydtest-webdriver-screenshot-source] Configured component graph:
3157.31 s
[sydtest-webdriver-screenshot-source] component sydtest-webdriver-screenshot-0.1.0.0-7TqsVs9RM6tGt7qkYF4N2W
3157.31 s
[sydtest-webdriver-screenshot-source] include JuicyPixels-3.3.9-LOXJGGyNwioABqkxIRbWVy
3157.31 s
[sydtest-webdriver-screenshot-source] include base-4.21.1.0-f852
3157.31 s
[sydtest-webdriver-screenshot-source] include bytestring-0.12.2.0-6aa1
3157.31 s
[sydtest-webdriver-screenshot-source] include mtl-2.3.1-20ab
3157.31 s
[sydtest-webdriver-screenshot-source] include path-0.9.6-2fp1GJUJD07i7POopm72A
3157.31 s
[sydtest-webdriver-screenshot-source] include path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3157.31 s
[sydtest-webdriver-screenshot-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3157.31 s
[sydtest-webdriver-screenshot-source] include sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3157.31 s
[sydtest-webdriver-screenshot-source] include vector-0.13.2.0-7rsmvfg53oa5PRCOgzIFeb
3157.31 s
[sydtest-webdriver-screenshot-source] include webdriver-0.12.0.1-8907HGEy5kN7ijYoYf5pPy
3157.31 s
[sydtest-webdriver-screenshot-source] component sydtest-webdriver-screenshot-0.1.0.0-c0kDqadOd46kxVXTS5OVb-sydtest-webdriver-screenshot-test
3157.31 s
[sydtest-webdriver-screenshot-source] include base-4.21.1.0-f852
3157.31 s
[sydtest-webdriver-screenshot-source] include http-types-0.12.4-7vUVc0hwNmYCmv91h0zSfj
3157.32 s
[sydtest-webdriver-screenshot-source] include network-uri-2.6.4.2-6QrLAlTdkbw47xOiepBO4K
3157.32 s
[sydtest-webdriver-screenshot-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3157.32 s
[sydtest-webdriver-screenshot-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3157.32 s
[sydtest-webdriver-screenshot-source] include sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3157.32 s
[sydtest-webdriver-screenshot-source] include sydtest-webdriver-screenshot-0.1.0.0-7TqsVs9RM6tGt7qkYF4N2W
3157.32 s
[sydtest-webdriver-screenshot-source] include wai-3.2.4-7P5QuMDEbKsAj9lN2XWRYy
3157.32 s
[sydtest-webdriver-screenshot-source] Linked component graph:
3157.32 s
[sydtest-webdriver-screenshot-source] unit sydtest-webdriver-screenshot-0.1.0.0-7TqsVs9RM6tGt7qkYF4N2W
3157.32 s
[sydtest-webdriver-screenshot-source] include JuicyPixels-3.3.9-LOXJGGyNwioABqkxIRbWVy
3157.32 s
[sydtest-webdriver-screenshot-source] include base-4.21.1.0-f852
3157.32 s
[sydtest-webdriver-screenshot-source] include bytestring-0.12.2.0-6aa1
3157.32 s
[sydtest-webdriver-screenshot-source] include mtl-2.3.1-20ab
3157.32 s
[sydtest-webdriver-screenshot-source] include path-0.9.6-2fp1GJUJD07i7POopm72A
3157.32 s
[sydtest-webdriver-screenshot-source] include path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3157.32 s
[sydtest-webdriver-screenshot-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3157.32 s
[sydtest-webdriver-screenshot-source] include sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3157.32 s
[sydtest-webdriver-screenshot-source] include vector-0.13.2.0-7rsmvfg53oa5PRCOgzIFeb
3157.32 s
[sydtest-webdriver-screenshot-source] include webdriver-0.12.0.1-8907HGEy5kN7ijYoYf5pPy
3157.32 s
[sydtest-webdriver-screenshot-source] Test.Syd.Webdriver.Screenshot=sydtest-webdriver-screenshot-0.1.0.0-7TqsVs9RM6tGt7qkYF4N2W:Test.Syd.Webdriver.Screenshot
3157.32 s
[sydtest-webdriver-screenshot-source] unit sydtest-webdriver-screenshot-0.1.0.0-c0kDqadOd46kxVXTS5OVb-sydtest-webdriver-screenshot-test
3157.32 s
[sydtest-webdriver-screenshot-source] include base-4.21.1.0-f852
3157.32 s
[sydtest-webdriver-screenshot-source] include http-types-0.12.4-7vUVc0hwNmYCmv91h0zSfj
3157.32 s
[sydtest-webdriver-screenshot-source] include network-uri-2.6.4.2-6QrLAlTdkbw47xOiepBO4K
3157.32 s
[sydtest-webdriver-screenshot-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3157.32 s
[sydtest-webdriver-screenshot-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3157.32 s
[sydtest-webdriver-screenshot-source] include sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3157.32 s
[sydtest-webdriver-screenshot-source] include sydtest-webdriver-screenshot-0.1.0.0-7TqsVs9RM6tGt7qkYF4N2W
3157.32 s
[sydtest-webdriver-screenshot-source] include wai-3.2.4-7P5QuMDEbKsAj9lN2XWRYy
3157.32 s
[sydtest-webdriver-screenshot-source] Ready component graph:
3157.32 s
[sydtest-webdriver-screenshot-source] definite sydtest-webdriver-screenshot-0.1.0.0-7TqsVs9RM6tGt7qkYF4N2W
3157.32 s
[sydtest-webdriver-screenshot-source] depends JuicyPixels-3.3.9-LOXJGGyNwioABqkxIRbWVy
3157.32 s
[sydtest-webdriver-screenshot-source] depends base-4.21.1.0-f852
3157.32 s
[sydtest-webdriver-screenshot-source] depends bytestring-0.12.2.0-6aa1
3157.32 s
[sydtest-webdriver-screenshot-source] depends mtl-2.3.1-20ab
3157.32 s
[sydtest-webdriver-screenshot-source] depends path-0.9.6-2fp1GJUJD07i7POopm72A
3157.32 s
[sydtest-webdriver-screenshot-source] depends path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3157.32 s
[sydtest-webdriver-screenshot-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3157.32 s
[sydtest-webdriver-screenshot-source] depends sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3157.32 s
[sydtest-webdriver-screenshot-source] depends vector-0.13.2.0-7rsmvfg53oa5PRCOgzIFeb
3157.32 s
[sydtest-webdriver-screenshot-source] depends webdriver-0.12.0.1-8907HGEy5kN7ijYoYf5pPy
3157.32 s
[sydtest-webdriver-screenshot-source] definite sydtest-webdriver-screenshot-0.1.0.0-c0kDqadOd46kxVXTS5OVb-sydtest-webdriver-screenshot-test
3157.32 s
[sydtest-webdriver-screenshot-source] depends base-4.21.1.0-f852
3157.32 s
[sydtest-webdriver-screenshot-source] depends http-types-0.12.4-7vUVc0hwNmYCmv91h0zSfj
3157.32 s
[sydtest-webdriver-screenshot-source] depends network-uri-2.6.4.2-6QrLAlTdkbw47xOiepBO4K
3157.32 s
[sydtest-webdriver-screenshot-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3157.32 s
[sydtest-webdriver-screenshot-source] depends sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3157.32 s
[sydtest-webdriver-screenshot-source] depends sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3157.32 s
[sydtest-webdriver-screenshot-source] depends sydtest-webdriver-screenshot-0.1.0.0-7TqsVs9RM6tGt7qkYF4N2W
3157.32 s
[sydtest-webdriver-screenshot-source] depends wai-3.2.4-7P5QuMDEbKsAj9lN2XWRYy
3157.32 s
[sydtest-webdriver-screenshot-source] Using Cabal-3.14.2.0 compiled by ghc-9.12
3157.32 s
[sydtest-webdriver-screenshot-source] Using compiler: ghc-9.12.3
3157.32 s
[sydtest-webdriver-screenshot-source] Using install prefix:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/cdrd6j877sx252wz1ild3iar8palp23s-sydtest-webdriver-screenshot-source-0.1.0.0
3157.32 s
[sydtest-webdriver-screenshot-source] Executables installed in:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/cdrd6j877sx252wz1ild3iar8palp23s-sydtest-webdriver-screenshot-source-0.1.0.0/bin
3157.32 s
[sydtest-webdriver-screenshot-source] Libraries installed in:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/cdrd6j877sx252wz1ild3iar8palp23s-sydtest-webdriver-screenshot-source-0.1.0.0/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/sydtest-webdriver-screenshot-0.1.0.0-7TqsVs9RM6tGt7qkYF4N2W
3157.32 s
[sydtest-webdriver-screenshot-source] Dynamic Libraries installed in:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/cdrd6j877sx252wz1ild3iar8palp23s-sydtest-webdriver-screenshot-source-0.1.0.0/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0
3157.32 s
[sydtest-webdriver-screenshot-source] Private executables installed in:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/cdrd6j877sx252wz1ild3iar8palp23s-sydtest-webdriver-screenshot-source-0.1.0.0/libexec/x86_64-linux-ghc-9.12.3-59b0/sydtest-webdriver-screenshot-0.1.0.0
3157.32 s
[sydtest-webdriver-screenshot-source] Data files installed in:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/cdrd6j877sx252wz1ild3iar8palp23s-sydtest-webdriver-screenshot-source-0.1.0.0/share/x86_64-linux-ghc-9.12.3-59b0/sydtest-webdriver-screenshot-0.1.0.0
3157.32 s
[sydtest-webdriver-screenshot-source] Documentation installed in: /share/doc/sydtest-webdriver-screenshot-0.1.0.0
3157.32 s
[sydtest-webdriver-screenshot-source] Configuration files installed in:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/cdrd6j877sx252wz1ild3iar8palp23s-sydtest-webdriver-screenshot-source-0.1.0.0/etc
3157.32 s
[sydtest-webdriver-screenshot-source] No alex found
3157.32 s
[sydtest-webdriver-screenshot-source] Using ar found on system at:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
3157.32 s
[sydtest-webdriver-screenshot-source] No c2hs found
3157.32 s
[sydtest-webdriver-screenshot-source] No cpphs found
3157.32 s
[sydtest-webdriver-screenshot-source] No doctest found
3157.32 s
[sydtest-webdriver-screenshot-source] Using gcc version 14.3.0 given by user at:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
3157.32 s
[sydtest-webdriver-screenshot-source] Using ghc version 9.12.3 found on system at:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc
3157.32 s
[sydtest-webdriver-screenshot-source] Using ghc-pkg version 9.12.3 found on system at:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc-pkg-9.12.3
3157.32 s
[sydtest-webdriver-screenshot-source] No ghcjs found
3157.32 s
[sydtest-webdriver-screenshot-source] No ghcjs-pkg found
3157.32 s
[sydtest-webdriver-screenshot-source] No greencard found
3157.32 s
[sydtest-webdriver-screenshot-source] Using haddock version 2.32.0 found on system at:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/haddock-ghc-9.12.3
3157.32 s
[sydtest-webdriver-screenshot-source] No happy found
3157.32 s
[sydtest-webdriver-screenshot-source] No haskell-suite found
3157.32 s
[sydtest-webdriver-screenshot-source] No haskell-suite-pkg found
3157.32 s
[sydtest-webdriver-screenshot-source] No hmake found
3157.32 s
[sydtest-webdriver-screenshot-source] Using hpc version 0.69 found on system at:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hpc-ghc-9.12.3
3157.32 s
[sydtest-webdriver-screenshot-source] Using hsc2hs version 0.68.10 found on system at:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hsc2hs-ghc-9.12.3
3157.32 s
[sydtest-webdriver-screenshot-source] Using hscolour version 1.25 found on system at:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/dcg7hvbvy5m1bbirq3fnjwfzll4p3z3x-hscolour-1.25/bin/HsColour
3157.32 s
[sydtest-webdriver-screenshot-source] No jhc found
3157.32 s
[sydtest-webdriver-screenshot-source] Using ld found on system at:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
3157.32 s
[sydtest-webdriver-screenshot-source] No pkg-config found
3157.32 s
[sydtest-webdriver-screenshot-source] Using runghc version 9.12.3 found on system at:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/runghc-9.12.3
3157.32 s
[sydtest-webdriver-screenshot-source] Using strip version 2.44 found on system at:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
3157.32 s
[sydtest-webdriver-screenshot-source] Using tar found on system at:
3157.32 s
[sydtest-webdriver-screenshot-source] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
3157.32 s
[sydtest-webdriver-screenshot-source] No uhc found
3157.32 s
[opt-env-conf-test] Preprocessing library for opt-env-conf-test-0.0.0.4...
3157.32 s
[opt-env-conf-test] Running Haddock on library for opt-env-conf-test-0.0.0.4...
3157.32 s
[opt-env-conf-test] Warning: The documentation for the following packages are not installed. No
3157.32 s
[opt-env-conf-test] links will be generated to these packages: attoparsec-0.14.4,
3157.32 s
[opt-env-conf-test] attoparsec-0.14.4, libyaml-clib-0.2.5, path-0.9.6, path-0.9.6, vector-0.13.2.0
3157.50 s
[sydtest-webdriver-screenshot-source] Phase: buildPhase
3157.51 s
[sydtest-webdriver-screenshot-source] Distribution quality warnings:
3157.51 s
[sydtest-webdriver-screenshot-source] [no-description] No 'description' field.
3157.51 s
[sydtest-webdriver-screenshot-source] [missing-upper-bounds] On library, these packages miss upper bounds:
3157.51 s
[sydtest-webdriver-screenshot-source] - JuicyPixels
3157.51 s
[sydtest-webdriver-screenshot-source] - bytestring
3157.51 s
[sydtest-webdriver-screenshot-source] - mtl
3157.51 s
[sydtest-webdriver-screenshot-source] - path
3157.51 s
[sydtest-webdriver-screenshot-source] - path-io
3157.51 s
[sydtest-webdriver-screenshot-source] - sydtest
3157.51 s
[sydtest-webdriver-screenshot-source] - sydtest-webdriver
3157.51 s
[sydtest-webdriver-screenshot-source] - vector
3157.51 s
[sydtest-webdriver-screenshot-source] - webdriver
3157.51 s
[sydtest-webdriver-screenshot-source] Please add them. There is more information at https://pvp.haskell.org/
3157.51 s
[sydtest-webdriver-screenshot-source] [no-docs] Please consider including the file './CHANGELOG.md' in the
3157.51 s
[sydtest-webdriver-screenshot-source] 'extra-source-files' section of the .cabal file if it contains useful
3157.51 s
[sydtest-webdriver-screenshot-source] information for users of the package.
3157.51 s
[sydtest-webdriver-screenshot-source] Building source dist for sydtest-webdriver-screenshot-0.1.0.0...
3157.52 s
[sydtest-webdriver-screenshot-source] Source tarball created: dist/sydtest-webdriver-screenshot-0.1.0.0.tar.gz
3157.52 s
[sydtest-webdriver-screenshot-source] Phase: checkPhase
3157.53 s
[sydtest-webdriver-screenshot-source] Phase: haddockPhase
3157.53 s
[sydtest-webdriver-screenshot-source] Phase: installPhase
3157.54 s
[sydtest-webdriver-screenshot-source] Phase: fixupPhase
3157.57 s
Progress: 96 of 108 built (2 building)
3157.59 s
[opt-env-conf-test] [1 of 4] Compiling OptEnvConf.Args.Gen ( src/OptEnvConf/Args/Gen.hs, nothing ) [Flags changed]
3157.62 s
[opt-env-conf-test] [2 of 4] Compiling OptEnvConf.EnvMap.Gen ( src/OptEnvConf/EnvMap/Gen.hs, nothing ) [Flags changed]
3157.63 s
[opt-env-conf-test] [3 of 4] Compiling OptEnvConf.Test ( src/OptEnvConf/Test.hs, nothing ) [Flags changed]
3157.78 s
[opt-env-conf-test] [4 of 4] Compiling Paths_opt_env_conf_test ( dist/build/autogen/Paths_opt_env_conf_test.hs, nothing ) [Flags changed]
3157.79 s
[opt-env-conf-test] Haddock coverage:
3157.79 s
[opt-env-conf-test] 0% ( 0 / 1) in 'OptEnvConf.Args.Gen'
3157.79 s
[opt-env-conf-test] Missing documentation for:
3157.79 s
[opt-env-conf-test] Module header
3157.79 s
[opt-env-conf-test] 0% ( 0 / 1) in 'OptEnvConf.EnvMap.Gen'
3157.79 s
[opt-env-conf-test] Missing documentation for:
3157.79 s
[opt-env-conf-test] Module header
3157.97 s
[opt-env-conf-test] 21% ( 6 / 28) in 'OptEnvConf.Test'
3157.97 s
[opt-env-conf-test] Missing documentation for:
3157.97 s
[opt-env-conf-test] Module header
3157.97 s
[opt-env-conf-test] settingsLintSpec (src/OptEnvConf/Test.hs:57)
3157.97 s
[opt-env-conf-test] parserLintSpec (src/OptEnvConf/Test.hs:60)
3157.97 s
[opt-env-conf-test] parserLintTest (src/OptEnvConf/Test.hs:66)
3157.97 s
[opt-env-conf-test] settingsParserArgsTest (src/OptEnvConf/Test.hs:73)
3157.97 s
[opt-env-conf-test] parserArgsTest (src/OptEnvConf/Test.hs:76)
3157.97 s
[opt-env-conf-test] settingsParserEnvTest (src/OptEnvConf/Test.hs:79)
3157.97 s
[opt-env-conf-test] parserEnvTest (src/OptEnvConf/Test.hs:82)
3157.97 s
[opt-env-conf-test] settingsParserConfTest (src/OptEnvConf/Test.hs:85)
3157.97 s
[opt-env-conf-test] parserConfTest (src/OptEnvConf/Test.hs:88)
3157.97 s
[opt-env-conf-test] settingsParserTest (src/OptEnvConf/Test.hs:91)
3157.97 s
[opt-env-conf-test] parserTest (src/OptEnvConf/Test.hs:94)
3157.97 s
[opt-env-conf-test] settingsParserCompletionTest (src/OptEnvConf/Test.hs:101)
3157.97 s
[opt-env-conf-test] settingsParserCompletionDescriptionTest (src/OptEnvConf/Test.hs:104)
3157.97 s
[opt-env-conf-test] parserCompletionTest (src/OptEnvConf/Test.hs:107)
3157.97 s
[opt-env-conf-test] parserCompletionDescriptionTest (src/OptEnvConf/Test.hs:115)
3157.97 s
[opt-env-conf-test] goldenSettingsReferenceDocumentationSpec (src/OptEnvConf/Test.hs:120)
3157.97 s
[opt-env-conf-test] goldenParserReferenceDocumentationSpec (src/OptEnvConf/Test.hs:123)
3157.97 s
[opt-env-conf-test] pureGoldenReferenceDocumentation (src/OptEnvConf/Test.hs:128)
3157.97 s
[opt-env-conf-test] goldenSettingsNixOptionsSpec (src/OptEnvConf/Test.hs:135)
3157.97 s
[opt-env-conf-test] goldenParserNixOptionsSpec (src/OptEnvConf/Test.hs:138)
3157.97 s
[opt-env-conf-test] pureGoldenNixOptions (src/OptEnvConf/Test.hs:143)
3160.61 s
[yesod-form] Documentation created: dist/doc/html/yesod-form,
3160.67 s
[yesod-form] dist/doc/html/yesod-form/yesod-form.txt
3160.80 s
[yesod-form] Phase: installPhase
3160.90 s
[yesod-form] Installing library in /nix/store/f5ricfbvxry9p7q9dq377s7rlfbh7hix-yesod-form-1.7.9/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/yesod-form-1.7.9-IAKiouolOtW1AGLxUzkqup
3161.27 s
[yesod-form] Phase: fixupPhase
3161.29 s
[yesod-form] shrinking RPATHs of ELF executables and libraries in /nix/store/f5ricfbvxry9p7q9dq377s7rlfbh7hix-yesod-form-1.7.9
3161.29 s
[yesod-form] shrinking /nix/store/f5ricfbvxry9p7q9dq377s7rlfbh7hix-yesod-form-1.7.9/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/libHSyesod-form-1.7.9-IAKiouolOtW1AGLxUzkqup-ghc9.12.3.so
3161.35 s
[yesod-form] checking for references to /build/ in /nix/store/f5ricfbvxry9p7q9dq377s7rlfbh7hix-yesod-form-1.7.9...
3161.38 s
[yesod-form] patching script interpreter paths in /nix/store/f5ricfbvxry9p7q9dq377s7rlfbh7hix-yesod-form-1.7.9
3161.38 s
[yesod-form] stripping (with command strip and flags -S -p) in /nix/store/f5ricfbvxry9p7q9dq377s7rlfbh7hix-yesod-form-1.7.9/lib
3161.58 s
[yesod-form] shrinking RPATHs of ELF executables and libraries in /nix/store/czh8b3v4zyr5bzdgwjb6j3nn6bjs6pzq-yesod-form-1.7.9-doc
3161.59 s
[yesod-form] checking for references to /build/ in /nix/store/czh8b3v4zyr5bzdgwjb6j3nn6bjs6pzq-yesod-form-1.7.9-doc...
3161.61 s
[yesod-form] patching script interpreter paths in /nix/store/czh8b3v4zyr5bzdgwjb6j3nn6bjs6pzq-yesod-form-1.7.9-doc
3161.75 s
Progress: 97 of 107 built (1 building)
3161.82 s
Building yesod
3162.23 s
[yesod] Phase: setupCompilerEnvironmentPhase
3162.24 s
[yesod] Build with /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3.
3162.63 s
[yesod] Phase: unpackPhase
3162.64 s
[yesod] unpacking source archive /nix/store/y9lihpwsccha7qhmhzf15r4jbj6im6s1-yesod-1.6.2.1.tar.gz
3162.64 s
[yesod] source root is yesod-1.6.2.1
3162.65 s
[yesod] setting SOURCE_DATE_EPOCH to timestamp 1662636078 of file "yesod-1.6.2.1/Yesod.hs"
3162.65 s
[yesod] Phase: patchPhase
3162.66 s
[yesod] Run jailbreak-cabal to lift version restrictions on build inputs.
3162.67 s
[yesod] Phase: compileBuildDriverPhase
3162.67 s
[yesod] setupCompileFlags: -package-db=/build/tmp.sxRUFoQVw6/setup-package.conf.d -threaded
3162.72 s
[yesod] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.sxRUFoQVw6/Main.o )
3162.76 s
[yesod] [2 of 2] Linking Setup
3163.20 s
[opt-env-conf-test] Documentation created: dist/doc/html/opt-env-conf-test,
3163.20 s
[opt-env-conf-test] dist/doc/html/opt-env-conf-test/opt-env-conf-test.txt
3163.36 s
[opt-env-conf-test] Phase: installPhase
3163.44 s
[opt-env-conf-test] Installing library in /nix/store/3b9d8365xwc1jxqpbf2c7d6n7yfxpkwy-opt-env-conf-test-0.0.0.4/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/opt-env-conf-test-0.0.0.4-JcVKtclQep0KgRVuWbuwdp
3163.64 s
[opt-env-conf-test] Phase: fixupPhase
3163.66 s
[opt-env-conf-test] shrinking RPATHs of ELF executables and libraries in /nix/store/3b9d8365xwc1jxqpbf2c7d6n7yfxpkwy-opt-env-conf-test-0.0.0.4
3163.66 s
[opt-env-conf-test] shrinking /nix/store/3b9d8365xwc1jxqpbf2c7d6n7yfxpkwy-opt-env-conf-test-0.0.0.4/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/libHSopt-env-conf-test-0.0.0.4-JcVKtclQep0KgRVuWbuwdp-ghc9.12.3.so
3163.70 s
[opt-env-conf-test] checking for references to /build/ in /nix/store/3b9d8365xwc1jxqpbf2c7d6n7yfxpkwy-opt-env-conf-test-0.0.0.4...
3163.71 s
[opt-env-conf-test] patching script interpreter paths in /nix/store/3b9d8365xwc1jxqpbf2c7d6n7yfxpkwy-opt-env-conf-test-0.0.0.4
3163.72 s
[opt-env-conf-test] stripping (with command strip and flags -S -p) in /nix/store/3b9d8365xwc1jxqpbf2c7d6n7yfxpkwy-opt-env-conf-test-0.0.0.4/lib
3163.75 s
[opt-env-conf-test] shrinking RPATHs of ELF executables and libraries in /nix/store/c8i92qkv1hdndx8qkyj0lnp6i2hhvk4l-opt-env-conf-test-0.0.0.4-doc
3163.76 s
[opt-env-conf-test] checking for references to /build/ in /nix/store/c8i92qkv1hdndx8qkyj0lnp6i2hhvk4l-opt-env-conf-test-0.0.0.4-doc...
3163.78 s
[opt-env-conf-test] patching script interpreter paths in /nix/store/c8i92qkv1hdndx8qkyj0lnp6i2hhvk4l-opt-env-conf-test-0.0.0.4-doc
3163.88 s
Progress: 98 of 107 built (1 building)
3163.93 s
Building sydtest-test-source
3163.93 s
[yesod] Phase: updateAutotoolsGnuConfigScriptsPhase
3163.93 s
[yesod] Phase: configurePhase
3163.93 s
[yesod] configureFlags: --verbose --prefix=/nix/store/vn207ij9xp9ccwxjnlzl4r669f7hdpyw-yesod-1.6.2.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/igq6dkp44bc1ydzv9m72k0vb9kw7sax8-yesod-1.6.2.1-doc/share/doc/yesod-1.6.2.1 --with-gcc=gcc --package-db=/build/tmp.sxRUFoQVw6/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/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1nqqjacc6dnj61jlpgz5hk9zdjbfidbr-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
3163.93 s
[yesod] Using Parsec parser
3163.93 s
[yesod] Configuring yesod-1.6.2.1...
3164.24 s
[sydtest-test-source] Phase: setupCompilerEnvironmentPhase
3164.25 s
[sydtest-test-source] Build with /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3.
3164.49 s
[yesod] Dependency aeson: using aeson-2.2.3.0
3164.49 s
[yesod] Dependency base: using base-4.21.1.0
3164.49 s
[yesod] Dependency bytestring: using bytestring-0.12.2.0
3164.49 s
[yesod] Dependency conduit: using conduit-1.3.6.1
3164.49 s
[yesod] Dependency data-default-class: using data-default-class-0.2.0.0
3164.49 s
[yesod] Dependency directory: using directory-1.3.9.0
3164.49 s
[yesod] Dependency fast-logger: using fast-logger-3.2.6
3164.49 s
[yesod] Dependency file-embed: using file-embed-0.0.16.0
3164.49 s
[yesod] Dependency monad-logger: using monad-logger-0.3.42
3164.49 s
[yesod] Dependency shakespeare: using shakespeare-2.1.0.1
3164.49 s
[yesod] Dependency streaming-commons: using streaming-commons-0.2.3.0
3164.49 s
[yesod] Dependency template-haskell: using template-haskell-2.23.0.0
3164.49 s
[yesod] Dependency text: using text-2.1.3
3164.49 s
[yesod] Dependency unix: using unix-2.8.7.0
3164.49 s
[yesod] Dependency unordered-containers: using unordered-containers-0.2.20.1
3164.49 s
[yesod] Dependency wai: using wai-3.2.4
3164.49 s
[yesod] Dependency wai-extra: using wai-extra-3.1.16
3164.49 s
[yesod] Dependency wai-logger: using wai-logger-2.5.0
3164.49 s
[yesod] Dependency warp: using warp-3.4.9
3164.49 s
[yesod] Dependency yaml: using yaml-0.11.11.2
3164.49 s
[yesod] Dependency yesod-core: using yesod-core-1.6.26.0
3164.49 s
[yesod] Dependency yesod-form: using yesod-form-1.7.9
3164.49 s
[yesod] Dependency yesod-persistent: using yesod-persistent-1.6.0.8
3164.49 s
[yesod] Source component graph: component lib
3164.49 s
[yesod] Configured component graph:
3164.49 s
[yesod] component yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3164.49 s
[yesod] include aeson-2.2.3.0-Atjr5tV8NTrI1dGjeg23dT
3164.49 s
[yesod] include base-4.21.1.0-f852
3164.49 s
[yesod] include bytestring-0.12.2.0-6aa1
3164.49 s
[yesod] include conduit-1.3.6.1-A0Sfd431lEr7IKQdgrOrLW
3164.49 s
[yesod] include data-default-class-0.2.0.0-IicGftBbNlS2lTNjqOAsy3
3164.49 s
[yesod] include directory-1.3.9.0-e1b6
3164.49 s
[yesod] include fast-logger-3.2.6-FIiKerl7dWAHbX57TpQOD8
3164.49 s
[yesod] include file-embed-0.0.16.0-Gt1WhhrTZq65iqBuvh4Qrt
3164.49 s
[yesod] include monad-logger-0.3.42-3r2TaJx4bmVGC0snmwlW6j
3164.50 s
[yesod] include shakespeare-2.1.0.1-HaAhWEVTqi0CgsKnjZyO46
3164.50 s
[yesod] include streaming-commons-0.2.3.0-GVsM2umkaYuInizY7Hy0TK
3164.50 s
[yesod] include template-haskell-2.23.0.0-520f
3164.50 s
[yesod] include text-2.1.3-1f83
3164.50 s
[yesod] include unix-2.8.7.0-f359
3164.50 s
[yesod] include unordered-containers-0.2.20.1-8p54ADTkT2b25vjsKjp7GN
3164.50 s
[yesod] include wai-3.2.4-7P5QuMDEbKsAj9lN2XWRYy
3164.50 s
[yesod] include wai-extra-3.1.16-KlLbeWTzuTaGazzksFpMGZ
3164.50 s
[yesod] include wai-logger-2.5.0-BczjS7uwH6A2qspX95KCyI
3164.50 s
[yesod] include warp-3.4.9-LNTSBi2daHN5YNE7YRGm2w
3164.50 s
[yesod] include yaml-0.11.11.2-7yjA4PDQFyDISNtCqu3jyb
3164.50 s
[yesod] include yesod-core-1.6.26.0-CyaJF8WWSOc1YJu7j4L62t
3164.50 s
[yesod] include yesod-form-1.7.9-IAKiouolOtW1AGLxUzkqup
3164.50 s
[yesod] include yesod-persistent-1.6.0.8-Dpt37mbqsqP1yZ6S6ZgIuB
3164.50 s
[yesod] Linked component graph:
3164.50 s
[yesod] unit yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3164.50 s
[yesod] include aeson-2.2.3.0-Atjr5tV8NTrI1dGjeg23dT
3164.50 s
[yesod] include base-4.21.1.0-f852
3164.50 s
[yesod] include bytestring-0.12.2.0-6aa1
3164.50 s
[yesod] include conduit-1.3.6.1-A0Sfd431lEr7IKQdgrOrLW
3164.50 s
[yesod] include data-default-class-0.2.0.0-IicGftBbNlS2lTNjqOAsy3
3164.50 s
[yesod] include directory-1.3.9.0-e1b6
3164.50 s
[yesod] include fast-logger-3.2.6-FIiKerl7dWAHbX57TpQOD8
3164.50 s
[yesod] include file-embed-0.0.16.0-Gt1WhhrTZq65iqBuvh4Qrt
3164.50 s
[yesod] include monad-logger-0.3.42-3r2TaJx4bmVGC0snmwlW6j
3164.50 s
[yesod] include shakespeare-2.1.0.1-HaAhWEVTqi0CgsKnjZyO46
3164.50 s
[yesod] include streaming-commons-0.2.3.0-GVsM2umkaYuInizY7Hy0TK
3164.50 s
[yesod] include template-haskell-2.23.0.0-520f
3164.50 s
[yesod] include text-2.1.3-1f83
3164.50 s
[yesod] include unix-2.8.7.0-f359
3164.50 s
[yesod] include unordered-containers-0.2.20.1-8p54ADTkT2b25vjsKjp7GN
3164.50 s
[yesod] include wai-3.2.4-7P5QuMDEbKsAj9lN2XWRYy
3164.50 s
[yesod] include wai-extra-3.1.16-KlLbeWTzuTaGazzksFpMGZ
3164.50 s
[yesod] include wai-logger-2.5.0-BczjS7uwH6A2qspX95KCyI
3164.50 s
[yesod] include warp-3.4.9-LNTSBi2daHN5YNE7YRGm2w
3164.50 s
[yesod] include yaml-0.11.11.2-7yjA4PDQFyDISNtCqu3jyb
3164.50 s
[yesod] include yesod-core-1.6.26.0-CyaJF8WWSOc1YJu7j4L62t
3164.50 s
[yesod] include yesod-form-1.7.9-IAKiouolOtW1AGLxUzkqup
3164.50 s
[yesod] include yesod-persistent-1.6.0.8-Dpt37mbqsqP1yZ6S6ZgIuB
3164.50 s
[yesod] Yesod=yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH:Yesod,Yesod.Default.Config=yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH:Yesod.Default.Config,Yesod.Default.Config2=yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH:Yesod.Default.Config2,Yesod.Default.Handlers=yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH:Yesod.Default.Handlers,Yesod.Default.Main=yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH:Yesod.Default.Main,Yesod.Default.Util=yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH:Yesod.Default.Util
3164.50 s
[yesod] Ready component graph:
3164.50 s
[yesod] definite yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3164.50 s
[yesod] depends aeson-2.2.3.0-Atjr5tV8NTrI1dGjeg23dT
3164.50 s
[yesod] depends base-4.21.1.0-f852
3164.50 s
[yesod] depends bytestring-0.12.2.0-6aa1
3164.50 s
[yesod] depends conduit-1.3.6.1-A0Sfd431lEr7IKQdgrOrLW
3164.50 s
[yesod] depends data-default-class-0.2.0.0-IicGftBbNlS2lTNjqOAsy3
3164.50 s
[yesod] depends directory-1.3.9.0-e1b6
3164.50 s
[yesod] depends fast-logger-3.2.6-FIiKerl7dWAHbX57TpQOD8
3164.50 s
[yesod] depends file-embed-0.0.16.0-Gt1WhhrTZq65iqBuvh4Qrt
3164.50 s
[yesod] depends monad-logger-0.3.42-3r2TaJx4bmVGC0snmwlW6j
3164.50 s
[yesod] depends shakespeare-2.1.0.1-HaAhWEVTqi0CgsKnjZyO46
3164.50 s
[yesod] depends streaming-commons-0.2.3.0-GVsM2umkaYuInizY7Hy0TK
3164.50 s
[yesod] depends template-haskell-2.23.0.0-520f
3164.50 s
[yesod] depends text-2.1.3-1f83
3164.50 s
[yesod] depends unix-2.8.7.0-f359
3164.50 s
[yesod] depends unordered-containers-0.2.20.1-8p54ADTkT2b25vjsKjp7GN
3164.50 s
[yesod] depends wai-3.2.4-7P5QuMDEbKsAj9lN2XWRYy
3164.50 s
[yesod] depends wai-extra-3.1.16-KlLbeWTzuTaGazzksFpMGZ
3164.50 s
[yesod] depends wai-logger-2.5.0-BczjS7uwH6A2qspX95KCyI
3164.50 s
[yesod] depends warp-3.4.9-LNTSBi2daHN5YNE7YRGm2w
3164.50 s
[yesod] depends yaml-0.11.11.2-7yjA4PDQFyDISNtCqu3jyb
3164.50 s
[yesod] depends yesod-core-1.6.26.0-CyaJF8WWSOc1YJu7j4L62t
3164.50 s
[yesod] depends yesod-form-1.7.9-IAKiouolOtW1AGLxUzkqup
3164.50 s
[yesod] depends yesod-persistent-1.6.0.8-Dpt37mbqsqP1yZ6S6ZgIuB
3164.50 s
[yesod] Using Cabal-3.14.2.0 compiled by ghc-9.12
3164.50 s
[yesod] Using compiler: ghc-9.12.3
3164.50 s
[yesod] Using install prefix:
3164.50 s
[yesod] /nix/store/vn207ij9xp9ccwxjnlzl4r669f7hdpyw-yesod-1.6.2.1
3164.50 s
[yesod] Executables installed in:
3164.50 s
[yesod] /nix/store/vn207ij9xp9ccwxjnlzl4r669f7hdpyw-yesod-1.6.2.1/bin
3164.50 s
[yesod] Libraries installed in:
3164.50 s
[yesod] /nix/store/vn207ij9xp9ccwxjnlzl4r669f7hdpyw-yesod-1.6.2.1/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3164.50 s
[yesod] Dynamic Libraries installed in:
3164.50 s
[yesod] /nix/store/vn207ij9xp9ccwxjnlzl4r669f7hdpyw-yesod-1.6.2.1/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0
3164.50 s
[yesod] Private executables installed in:
3164.50 s
[yesod] /nix/store/vn207ij9xp9ccwxjnlzl4r669f7hdpyw-yesod-1.6.2.1/libexec/x86_64-linux-ghc-9.12.3-59b0/yesod-1.6.2.1
3164.50 s
[yesod] Data files installed in:
3164.50 s
[yesod] /nix/store/vn207ij9xp9ccwxjnlzl4r669f7hdpyw-yesod-1.6.2.1/share/x86_64-linux-ghc-9.12.3-59b0/yesod-1.6.2.1
3164.50 s
[yesod] Documentation installed in:
3164.50 s
[yesod] /nix/store/igq6dkp44bc1ydzv9m72k0vb9kw7sax8-yesod-1.6.2.1-doc/share/doc/yesod-1.6.2.1
3164.50 s
[yesod] Configuration files installed in:
3164.50 s
[yesod] /nix/store/vn207ij9xp9ccwxjnlzl4r669f7hdpyw-yesod-1.6.2.1/etc
3164.50 s
[yesod] No alex found
3164.50 s
[yesod] Using ar found on system at:
3164.50 s
[yesod] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
3164.50 s
[yesod] No c2hs found
3164.50 s
[yesod] No cpphs found
3164.50 s
[yesod] No doctest found
3164.50 s
[yesod] Using gcc version 14.3.0 given by user at:
3164.50 s
[yesod] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
3164.50 s
[yesod] Using ghc version 9.12.3 found on system at:
3164.50 s
[yesod] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc
3164.50 s
[yesod] Using ghc-pkg version 9.12.3 found on system at:
3164.50 s
[yesod] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc-pkg-9.12.3
3164.50 s
[yesod] No ghcjs found
3164.50 s
[yesod] No ghcjs-pkg found
3164.50 s
[yesod] No greencard found
3164.50 s
[yesod] Using haddock version 2.32.0 found on system at:
3164.50 s
[yesod] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/haddock-ghc-9.12.3
3164.50 s
[yesod] No happy found
3164.50 s
[yesod] No haskell-suite found
3164.50 s
[yesod] No haskell-suite-pkg found
3164.50 s
[yesod] No hmake found
3164.50 s
[yesod] Using hpc version 0.69 found on system at:
3164.50 s
[yesod] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hpc-ghc-9.12.3
3164.50 s
[yesod] Using hsc2hs version 0.68.10 found on system at:
3164.50 s
[yesod] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hsc2hs-ghc-9.12.3
3164.50 s
[yesod] No hscolour found
3164.50 s
[yesod] No jhc found
3164.50 s
[yesod] Using ld found on system at:
3164.50 s
[yesod] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
3164.50 s
[yesod] No pkg-config found
3164.50 s
[yesod] Using runghc version 9.12.3 found on system at:
3164.50 s
[yesod] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/runghc-9.12.3
3164.50 s
[yesod] Using strip version 2.44 found on system at:
3164.50 s
[yesod] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
3164.50 s
[yesod] Using tar found on system at:
3164.50 s
[yesod] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
3164.50 s
[yesod] No uhc found
3164.65 s
[sydtest-test-source] Phase: unpackPhase
3164.65 s
[sydtest-test-source] unpacking source archive /nix/store/gwqqvfx7x01m9mw0qmjyd89qz9ql0skc-sydtest-test
3164.66 s
[sydtest-test-source] source root is sydtest-test
3164.66 s
[yesod] Phase: buildPhase
3164.67 s
[sydtest-test-source] Phase: patchPhase
3164.67 s
[sydtest-test-source] Phase: compileBuildDriverPhase
3164.68 s
[sydtest-test-source] setupCompileFlags: -package-db=/build/tmp.uS9DMsUyN4/setup-package.conf.d -threaded
3164.72 s
[sydtest-test-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.uS9DMsUyN4/Main.o )
3164.74 s
[yesod] Preprocessing library for yesod-1.6.2.1...
3164.74 s
[yesod] Building library for yesod-1.6.2.1...
3164.76 s
[sydtest-test-source] [2 of 2] Linking Setup
3164.91 s
[yesod] [1 of 6] Compiling Yesod ( Yesod.hs, dist/build/Yesod.o, dist/build/Yesod.dyn_o )
3165.08 s
[yesod] [2 of 6] Compiling Yesod.Default.Config ( Yesod/Default/Config.hs, dist/build/Yesod/Default/Config.o, dist/build/Yesod/Default/Config.dyn_o )
3165.08 s
[yesod] Yesod/Default/Config.hs:63:41: warning : [ GHC-63394 ] [ -Wx-partial ]
3165.08 s
[yesod] In the use of ‘head’
3165.08 s
[yesod] (imported from Prelude, but defined in GHC.Internal.List):
3165.08 s
[yesod] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
3165.08 s
[yesod] |
3165.08 s
[yesod] 63 | return $ ArgConfig (head envs) 0
3165.08 s
[yesod] | ^^^^
3165.08 s
[yesod]
3165.08 s
[yesod] Yesod/Default/Config.hs:197:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
3165.09 s
[yesod] In the use of ‘parseMonad’ (imported from Data.Yaml):
3165.09 s
[yesod] Deprecated: "With the MonadFail split, this function is going to be removed in the future. Please migrate to parseEither."
3165.09 s
[yesod] |
3165.09 s
[yesod] 197 | mport <- parseMonad (\x -> x .: "port") m
3165.09 s
[yesod] | ^^^^^^^^^^
3165.09 s
[yesod]
3165.09 s
[yesod] Yesod/Default/Config.hs:210:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
3165.09 s
[yesod] In the use of ‘parseMonad’ (imported from Data.Yaml):
3165.09 s
[yesod] Deprecated: "With the MonadFail split, this function is going to be removed in the future. Please migrate to parseEither."
3165.09 s
[yesod] |
3165.09 s
[yesod] 210 | extra <- parseMonad (parseExtra env) m
3165.09 s
[yesod] | ^^^^^^^^^^
3165.09 s
[yesod]
3165.09 s
[yesod] Yesod/Default/Config.hs:246:65: warning : [ GHC-68441 ] [ -Wdeprecations ]
3165.09 s
[yesod] In the use of ‘parseMonad’ (imported from Data.Yaml):
3165.09 s
[yesod] Deprecated: "With the MonadFail split, this function is going to be removed in the future. Please migrate to parseEither."
3165.09 s
[yesod] |
3165.09 s
[yesod] 246 | | Just v <- M.lookup (fromString $ show env) obj -> parseMonad f v
3165.09 s
[yesod] | ^^^^^^^^^^
3165.09 s
[yesod]
3165.44 s
[yesod] [3 of 6] Compiling Yesod.Default.Config2 ( Yesod/Default/Config2.hs, dist/build/Yesod/Default/Config2.o, dist/build/Yesod/Default/Config2.dyn_o )
3165.44 s
[yesod] Yesod/Default/Config2.hs:31:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3165.44 s
[yesod] The import of ‘Data.Semigroup’ is redundant
3165.44 s
[yesod] except perhaps to import instances from ‘Data.Semigroup’
3165.44 s
[yesod] To import instances alone, use: import Data.Semigroup()
3165.44 s
[yesod] |
3165.44 s
[yesod] 31 | import Data.Semigroup
3165.44 s
[yesod] | ^^^^^^^^^^^^^^^^^^^^^
3165.44 s
[yesod]
3165.44 s
[yesod] [4 of 6] Compiling Yesod.Default.Handlers ( Yesod/Default/Handlers.hs, dist/build/Yesod/Default/Handlers.o, dist/build/Yesod/Default/Handlers.dyn_o )
3165.44 s
[yesod] [5 of 6] Compiling Yesod.Default.Main ( Yesod/Default/Main.hs, dist/build/Yesod/Default/Main.o, dist/build/Yesod/Default/Main.dyn_o )
3165.84 s
[yesod] [6 of 6] Compiling Yesod.Default.Util ( Yesod/Default/Util.hs, dist/build/Yesod/Default/Util.o, dist/build/Yesod/Default/Util.dyn_o )
3165.90 s
[sydtest-test-source] Phase: updateAutotoolsGnuConfigScriptsPhase
3165.91 s
[sydtest-test-source] Phase: configurePhase
3165.92 s
[sydtest-test-source] configureFlags: --verbose --prefix=/nix/store/rljsqx16kzmq0n38rpv9x42dv5ixa6iy-sydtest-test-source-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.uS9DMsUyN4/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-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=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1nqqjacc6dnj61jlpgz5hk9zdjbfidbr-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
3165.92 s
[sydtest-test-source] Using Parsec parser
3165.92 s
[sydtest-test-source] Configuring sydtest-test-0.0.0.0...
3166.16 s
[yesod] [1 of 6] Compiling Yesod ( Yesod.hs, dist/build/Yesod.p_o )
3166.39 s
[yesod] [2 of 6] Compiling Yesod.Default.Config ( Yesod/Default/Config.hs, dist/build/Yesod/Default/Config.p_o )
3166.40 s
[yesod] Yesod/Default/Config.hs:63:41: warning : [ GHC-63394 ] [ -Wx-partial ]
3166.40 s
[yesod] In the use of ‘head’
3166.40 s
[yesod] (imported from Prelude, but defined in GHC.Internal.List):
3166.40 s
[yesod] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
3166.40 s
[yesod] |
3166.40 s
[yesod] 63 | return $ ArgConfig (head envs) 0
3166.40 s
[yesod] | ^^^^
3166.40 s
[yesod]
3166.40 s
[yesod] Yesod/Default/Config.hs:197:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
3166.40 s
[yesod] In the use of ‘parseMonad’ (imported from Data.Yaml):
3166.40 s
[yesod] Deprecated: "With the MonadFail split, this function is going to be removed in the future. Please migrate to parseEither."
3166.40 s
[yesod] |
3166.40 s
[yesod] 197 | mport <- parseMonad (\x -> x .: "port") m
3166.40 s
[yesod] | ^^^^^^^^^^
3166.40 s
[yesod]
3166.40 s
[yesod] Yesod/Default/Config.hs:210:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
3166.40 s
[yesod] In the use of ‘parseMonad’ (imported from Data.Yaml):
3166.40 s
[yesod] Deprecated: "With the MonadFail split, this function is going to be removed in the future. Please migrate to parseEither."
3166.40 s
[yesod] |
3166.40 s
[yesod] 210 | extra <- parseMonad (parseExtra env) m
3166.40 s
[yesod] | ^^^^^^^^^^
3166.40 s
[yesod]
3166.40 s
[yesod] Yesod/Default/Config.hs:246:65: warning : [ GHC-68441 ] [ -Wdeprecations ]
3166.40 s
[yesod] In the use of ‘parseMonad’ (imported from Data.Yaml):
3166.40 s
[yesod] Deprecated: "With the MonadFail split, this function is going to be removed in the future. Please migrate to parseEither."
3166.40 s
[yesod] |
3166.40 s
[yesod] 246 | | Just v <- M.lookup (fromString $ show env) obj -> parseMonad f v
3166.40 s
[yesod] | ^^^^^^^^^^
3166.40 s
[yesod]
3166.48 s
[sydtest-test-source] Warning: [unknown-directory] 'hs-source-dirs: src' specifies a directory which
3166.48 s
[sydtest-test-source] does not exist.
3166.48 s
[sydtest-test-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3166.48 s
[sydtest-test-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3166.48 s
[sydtest-test-source] Dependency sydtest: using sydtest-0.23.0.2
3166.48 s
[sydtest-test-source] Dependency QuickCheck: using QuickCheck-2.17.1.0
3166.48 s
[sydtest-test-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3166.48 s
[sydtest-test-source] Dependency bytestring: using bytestring-0.12.2.0
3166.48 s
[sydtest-test-source] Dependency stm: using stm-2.5.3.1
3166.48 s
[sydtest-test-source] Dependency sydtest: using sydtest-0.23.0.2
3166.48 s
[sydtest-test-source] Dependency text: using text-2.1.3
3166.48 s
[sydtest-test-source] Dependency QuickCheck: using QuickCheck-2.17.1.0
3166.48 s
[sydtest-test-source] Dependency async: using async-2.2.5
3166.48 s
[sydtest-test-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3166.48 s
[sydtest-test-source] Dependency bytestring: using bytestring-0.12.2.0
3166.48 s
[sydtest-test-source] Dependency containers: using containers-0.7
3166.48 s
[sydtest-test-source] Dependency fast-myers-diff: using fast-myers-diff-0.0.2
3166.48 s
[sydtest-test-source] Dependency mtl: using mtl-2.3.1
3166.48 s
[sydtest-test-source] Dependency opt-env-conf-test: using opt-env-conf-test-0.0.0.4
3166.48 s
[sydtest-test-source] Dependency path: using path-0.9.6
3166.48 s
[sydtest-test-source] Dependency path-io: using path-io-1.8.2
3166.48 s
[sydtest-test-source] Dependency stm: using stm-2.5.3.1
3166.48 s
[sydtest-test-source] Dependency sydtest >=0.17: using sydtest-0.23.0.2
3166.48 s
[sydtest-test-source] Dependency sydtest-mutation-runtime: using sydtest-mutation-runtime-0.0.0.0
3166.48 s
[sydtest-test-source] Dependency text: using text-2.1.3
3166.48 s
[sydtest-test-source] Dependency time: using time-1.14
3166.48 s
[sydtest-test-source] Dependency vector: using vector-0.13.2.0
3166.48 s
[sydtest-test-source] Source component graph:
3166.48 s
[sydtest-test-source] component test:sydtest-test
3166.48 s
[sydtest-test-source] component test:sydtest-output-test
3166.48 s
[sydtest-test-source] component test:sydtest-multi-discover-test
3166.48 s
[sydtest-test-source] component lib
3166.48 s
[sydtest-test-source] Configured component graph:
3166.48 s
[sydtest-test-source] component sydtest-test-0.0.0.0-HPMuTZwl5JrFhd1DDuwJ3A-sydtest-test
3166.48 s
[sydtest-test-source] include QuickCheck-2.17.1.0-5W1wUp5NufLCoMS7Egl8Dy
3166.48 s
[sydtest-test-source] include async-2.2.5-BkncyxA4YQk86NHiMIhRjp
3166.48 s
[sydtest-test-source] include base-4.21.1.0-f852
3166.48 s
[sydtest-test-source] include bytestring-0.12.2.0-6aa1
3166.48 s
[sydtest-test-source] include containers-0.7-4b3d
3166.48 s
[sydtest-test-source] include fast-myers-diff-0.0.2-6k6nmpvY6X15rzSfqto8o5
3166.48 s
[sydtest-test-source] include mtl-2.3.1-20ab
3166.48 s
[sydtest-test-source] include opt-env-conf-test-0.0.0.4-JcVKtclQep0KgRVuWbuwdp
3166.48 s
[sydtest-test-source] include path-0.9.6-2fp1GJUJD07i7POopm72A
3166.48 s
[sydtest-test-source] include path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3166.48 s
[sydtest-test-source] include stm-2.5.3.1-6708
3166.48 s
[sydtest-test-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3166.48 s
[sydtest-test-source] include sydtest-mutation-runtime-0.0.0.0-3zrQe26a4RI3OEB7qxaGD
3166.48 s
[sydtest-test-source] include text-2.1.3-1f83
3166.48 s
[sydtest-test-source] include time-1.14-1f22
3166.48 s
[sydtest-test-source] include vector-0.13.2.0-7rsmvfg53oa5PRCOgzIFeb
3166.48 s
[sydtest-test-source] component sydtest-test-0.0.0.0-BGjJNOjDAaI69sJsjcqvad-sydtest-output-test
3166.48 s
[sydtest-test-source] include QuickCheck-2.17.1.0-5W1wUp5NufLCoMS7Egl8Dy
3166.48 s
[sydtest-test-source] include base-4.21.1.0-f852
3166.48 s
[sydtest-test-source] include bytestring-0.12.2.0-6aa1
3166.48 s
[sydtest-test-source] include stm-2.5.3.1-6708
3166.48 s
[sydtest-test-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3166.48 s
[sydtest-test-source] include text-2.1.3-1f83
3166.48 s
[sydtest-test-source] component sydtest-test-0.0.0.0-KUBPmIav1RB3u4BnQh55xN-sydtest-multi-discover-test
3166.48 s
[sydtest-test-source] include base-4.21.1.0-f852
3166.48 s
[sydtest-test-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3166.48 s
[sydtest-test-source] component sydtest-test-0.0.0.0-5a9hBQoxmuQ2735JjkSLgl
3166.48 s
[sydtest-test-source] include base-4.21.1.0-f852
3166.49 s
[sydtest-test-source] Linked component graph:
3166.49 s
[sydtest-test-source] unit sydtest-test-0.0.0.0-HPMuTZwl5JrFhd1DDuwJ3A-sydtest-test
3166.49 s
[sydtest-test-source] include QuickCheck-2.17.1.0-5W1wUp5NufLCoMS7Egl8Dy
3166.49 s
[sydtest-test-source] include async-2.2.5-BkncyxA4YQk86NHiMIhRjp
3166.49 s
[sydtest-test-source] include base-4.21.1.0-f852
3166.49 s
[sydtest-test-source] include bytestring-0.12.2.0-6aa1
3166.49 s
[sydtest-test-source] include containers-0.7-4b3d
3166.49 s
[sydtest-test-source] include fast-myers-diff-0.0.2-6k6nmpvY6X15rzSfqto8o5
3166.49 s
[sydtest-test-source] include mtl-2.3.1-20ab
3166.49 s
[sydtest-test-source] include opt-env-conf-test-0.0.0.4-JcVKtclQep0KgRVuWbuwdp
3166.49 s
[sydtest-test-source] include path-0.9.6-2fp1GJUJD07i7POopm72A
3166.49 s
[sydtest-test-source] include path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3166.49 s
[sydtest-test-source] include stm-2.5.3.1-6708
3166.49 s
[sydtest-test-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3166.49 s
[sydtest-test-source] include sydtest-mutation-runtime-0.0.0.0-3zrQe26a4RI3OEB7qxaGD
3166.49 s
[sydtest-test-source] include text-2.1.3-1f83
3166.49 s
[sydtest-test-source] include time-1.14-1f22
3166.49 s
[sydtest-test-source] include vector-0.13.2.0-7rsmvfg53oa5PRCOgzIFeb
3166.49 s
[sydtest-test-source] unit sydtest-test-0.0.0.0-BGjJNOjDAaI69sJsjcqvad-sydtest-output-test
3166.49 s
[sydtest-test-source] include QuickCheck-2.17.1.0-5W1wUp5NufLCoMS7Egl8Dy
3166.49 s
[sydtest-test-source] include base-4.21.1.0-f852
3166.49 s
[sydtest-test-source] include bytestring-0.12.2.0-6aa1
3166.49 s
[sydtest-test-source] include stm-2.5.3.1-6708
3166.49 s
[sydtest-test-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3166.49 s
[sydtest-test-source] include text-2.1.3-1f83
3166.49 s
[sydtest-test-source] unit sydtest-test-0.0.0.0-KUBPmIav1RB3u4BnQh55xN-sydtest-multi-discover-test
3166.49 s
[sydtest-test-source] include base-4.21.1.0-f852
3166.49 s
[sydtest-test-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3166.49 s
[sydtest-test-source] unit sydtest-test-0.0.0.0-5a9hBQoxmuQ2735JjkSLgl
3166.49 s
[sydtest-test-source] include base-4.21.1.0-f852
3166.49 s
[sydtest-test-source] Ready component graph:
3166.49 s
[sydtest-test-source] definite sydtest-test-0.0.0.0-KUBPmIav1RB3u4BnQh55xN-sydtest-multi-discover-test
3166.49 s
[sydtest-test-source] depends base-4.21.1.0-f852
3166.49 s
[sydtest-test-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3166.49 s
[sydtest-test-source] definite sydtest-test-0.0.0.0-HPMuTZwl5JrFhd1DDuwJ3A-sydtest-test
3166.49 s
[sydtest-test-source] depends QuickCheck-2.17.1.0-5W1wUp5NufLCoMS7Egl8Dy
3166.49 s
[sydtest-test-source] depends async-2.2.5-BkncyxA4YQk86NHiMIhRjp
3166.49 s
[sydtest-test-source] depends base-4.21.1.0-f852
3166.49 s
[sydtest-test-source] depends bytestring-0.12.2.0-6aa1
3166.49 s
[sydtest-test-source] depends containers-0.7-4b3d
3166.49 s
[sydtest-test-source] depends fast-myers-diff-0.0.2-6k6nmpvY6X15rzSfqto8o5
3166.49 s
[sydtest-test-source] depends mtl-2.3.1-20ab
3166.49 s
[sydtest-test-source] depends opt-env-conf-test-0.0.0.4-JcVKtclQep0KgRVuWbuwdp
3166.49 s
[sydtest-test-source] depends path-0.9.6-2fp1GJUJD07i7POopm72A
3166.49 s
[sydtest-test-source] depends path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3166.49 s
[sydtest-test-source] depends stm-2.5.3.1-6708
3166.49 s
[sydtest-test-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3166.49 s
[sydtest-test-source] depends sydtest-mutation-runtime-0.0.0.0-3zrQe26a4RI3OEB7qxaGD
3166.49 s
[sydtest-test-source] depends text-2.1.3-1f83
3166.49 s
[sydtest-test-source] depends time-1.14-1f22
3166.49 s
[sydtest-test-source] depends vector-0.13.2.0-7rsmvfg53oa5PRCOgzIFeb
3166.49 s
[sydtest-test-source] definite sydtest-test-0.0.0.0-BGjJNOjDAaI69sJsjcqvad-sydtest-output-test
3166.49 s
[sydtest-test-source] depends QuickCheck-2.17.1.0-5W1wUp5NufLCoMS7Egl8Dy
3166.49 s
[sydtest-test-source] depends base-4.21.1.0-f852
3166.49 s
[sydtest-test-source] depends bytestring-0.12.2.0-6aa1
3166.49 s
[sydtest-test-source] depends stm-2.5.3.1-6708
3166.49 s
[sydtest-test-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3166.49 s
[sydtest-test-source] depends text-2.1.3-1f83
3166.49 s
[sydtest-test-source] definite sydtest-test-0.0.0.0-5a9hBQoxmuQ2735JjkSLgl
3166.49 s
[sydtest-test-source] depends base-4.21.1.0-f852
3166.49 s
[sydtest-test-source] Using Cabal-3.14.2.0 compiled by ghc-9.12
3166.49 s
[sydtest-test-source] Using compiler: ghc-9.12.3
3166.49 s
[sydtest-test-source] Using install prefix:
3166.49 s
[sydtest-test-source] /nix/store/rljsqx16kzmq0n38rpv9x42dv5ixa6iy-sydtest-test-source-0.0.0.0
3166.49 s
[sydtest-test-source] Executables installed in:
3166.49 s
[sydtest-test-source] /nix/store/rljsqx16kzmq0n38rpv9x42dv5ixa6iy-sydtest-test-source-0.0.0.0/bin
3166.49 s
[sydtest-test-source] Libraries installed in:
3166.49 s
[sydtest-test-source] /nix/store/rljsqx16kzmq0n38rpv9x42dv5ixa6iy-sydtest-test-source-0.0.0.0/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/sydtest-test-0.0.0.0-5a9hBQoxmuQ2735JjkSLgl
3166.49 s
[sydtest-test-source] Dynamic Libraries installed in:
3166.49 s
[sydtest-test-source] /nix/store/rljsqx16kzmq0n38rpv9x42dv5ixa6iy-sydtest-test-source-0.0.0.0/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0
3166.49 s
[sydtest-test-source] Private executables installed in:
3166.49 s
[sydtest-test-source] /nix/store/rljsqx16kzmq0n38rpv9x42dv5ixa6iy-sydtest-test-source-0.0.0.0/libexec/x86_64-linux-ghc-9.12.3-59b0/sydtest-test-0.0.0.0
3166.49 s
[sydtest-test-source] Data files installed in:
3166.49 s
[sydtest-test-source] /nix/store/rljsqx16kzmq0n38rpv9x42dv5ixa6iy-sydtest-test-source-0.0.0.0/share/x86_64-linux-ghc-9.12.3-59b0/sydtest-test-0.0.0.0
3166.49 s
[sydtest-test-source] Documentation installed in:
3166.49 s
[sydtest-test-source] /nix/store/rljsqx16kzmq0n38rpv9x42dv5ixa6iy-sydtest-test-source-0.0.0.0/share/doc/x86_64-linux-ghc-9.12.3-59b0/sydtest-test-0.0.0.0
3166.49 s
[sydtest-test-source] Configuration files installed in:
3166.49 s
[sydtest-test-source] /nix/store/rljsqx16kzmq0n38rpv9x42dv5ixa6iy-sydtest-test-source-0.0.0.0/etc
3166.49 s
[sydtest-test-source] No alex found
3166.49 s
[sydtest-test-source] Using ar found on system at:
3166.49 s
[sydtest-test-source] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
3166.49 s
[sydtest-test-source] No c2hs found
3166.49 s
[sydtest-test-source] No cpphs found
3166.49 s
[sydtest-test-source] No doctest found
3166.49 s
[sydtest-test-source] Using gcc version 14.3.0 given by user at:
3166.49 s
[sydtest-test-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
3166.49 s
[sydtest-test-source] Using ghc version 9.12.3 found on system at:
3166.49 s
[sydtest-test-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc
3166.49 s
[sydtest-test-source] Using ghc-pkg version 9.12.3 found on system at:
3166.49 s
[sydtest-test-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc-pkg-9.12.3
3166.49 s
[sydtest-test-source] No ghcjs found
3166.49 s
[sydtest-test-source] No ghcjs-pkg found
3166.49 s
[sydtest-test-source] No greencard found
3166.49 s
[sydtest-test-source] Using haddock version 2.32.0 found on system at:
3166.49 s
[sydtest-test-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/haddock-ghc-9.12.3
3166.49 s
[sydtest-test-source] No happy found
3166.49 s
[sydtest-test-source] No haskell-suite found
3166.49 s
[sydtest-test-source] No haskell-suite-pkg found
3166.49 s
[sydtest-test-source] No hmake found
3166.49 s
[sydtest-test-source] Using hpc version 0.69 found on system at:
3166.49 s
[sydtest-test-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hpc-ghc-9.12.3
3166.49 s
[sydtest-test-source] Using hsc2hs version 0.68.10 found on system at:
3166.49 s
[sydtest-test-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hsc2hs-ghc-9.12.3
3166.49 s
[sydtest-test-source] Using hscolour version 1.25 found on system at:
3166.49 s
[sydtest-test-source] /nix/store/dcg7hvbvy5m1bbirq3fnjwfzll4p3z3x-hscolour-1.25/bin/HsColour
3166.49 s
[sydtest-test-source] No jhc found
3166.49 s
[sydtest-test-source] Using ld found on system at:
3166.49 s
[sydtest-test-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
3166.49 s
[sydtest-test-source] No pkg-config found
3166.49 s
[sydtest-test-source] Using runghc version 9.12.3 found on system at:
3166.51 s
[sydtest-test-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/runghc-9.12.3
3166.51 s
[sydtest-test-source] Using strip version 2.44 found on system at:
3166.51 s
[sydtest-test-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
3166.51 s
[sydtest-test-source] Using tar found on system at:
3166.51 s
[sydtest-test-source] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
3166.51 s
[sydtest-test-source] No uhc found
3166.66 s
[sydtest-test-source] Phase: buildPhase
3166.68 s
[sydtest-test-source] Distribution quality errors:
3166.68 s
[sydtest-test-source] [no-syn-desc] No 'synopsis' or 'description' field.
3166.68 s
[sydtest-test-source] [unknown-directory] 'hs-source-dirs: src' specifies a directory which does not
3166.68 s
[sydtest-test-source] exist.
3166.68 s
[sydtest-test-source] Distribution quality warnings:
3166.68 s
[sydtest-test-source] [no-license-file] A 'license-file' is not specified.
3166.68 s
[sydtest-test-source] Note: the public hackage server would reject this package.
3166.68 s
[sydtest-test-source] Building source dist for sydtest-test-0.0.0.0...
3166.69 s
[sydtest-test-source] Source tarball created: dist/sydtest-test-0.0.0.0.tar.gz
3166.69 s
[sydtest-test-source] Phase: checkPhase
3166.70 s
[sydtest-test-source] Phase: haddockPhase
3166.70 s
[sydtest-test-source] Phase: installPhase
3166.71 s
[sydtest-test-source] Phase: fixupPhase
3166.74 s
Progress: 99 of 107 built (1 building)
3166.91 s
[yesod] [3 of 6] Compiling Yesod.Default.Config2 ( Yesod/Default/Config2.hs, dist/build/Yesod/Default/Config2.p_o )
3166.91 s
[yesod] Yesod/Default/Config2.hs:31:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3166.91 s
[yesod] The import of ‘Data.Semigroup’ is redundant
3166.91 s
[yesod] except perhaps to import instances from ‘Data.Semigroup’
3166.91 s
[yesod] To import instances alone, use: import Data.Semigroup()
3166.91 s
[yesod] |
3166.91 s
[yesod] 31 | import Data.Semigroup
3166.91 s
[yesod] | ^^^^^^^^^^^^^^^^^^^^^
3166.91 s
[yesod]
3166.91 s
[yesod] [4 of 6] Compiling Yesod.Default.Handlers ( Yesod/Default/Handlers.hs, dist/build/Yesod/Default/Handlers.p_o )
3166.91 s
[yesod] [5 of 6] Compiling Yesod.Default.Main ( Yesod/Default/Main.hs, dist/build/Yesod/Default/Main.p_o )
3167.34 s
[yesod] [6 of 6] Compiling Yesod.Default.Util ( Yesod/Default/Util.hs, dist/build/Yesod/Default/Util.p_o )
3170.13 s
[yesod] Phase: haddockPhase
3171.09 s
[yesod] Preprocessing library for yesod-1.6.2.1...
3171.09 s
[yesod] Running Haddock on library for yesod-1.6.2.1...
3171.09 s
[yesod] Warning: The documentation for the following packages are not installed. No
3171.15 s
[yesod] links will be generated to these packages: attoparsec-0.14.4,
3171.15 s
[yesod] attoparsec-0.14.4, libyaml-clib-0.2.5, persistent-template-2.12.0.0,
3171.15 s
[yesod] vector-0.13.2.0
3171.46 s
[yesod] [2 of 6] Compiling Yesod.Default.Config ( Yesod/Default/Config.hs, /build/ghc642_tmp_0/ghc_tmp_12.o, /build/ghc642_tmp_0/ghc_tmp_12.dyn_o )
3171.59 s
[yesod] Yesod/Default/Config.hs:63:41: warning : [ GHC-63394 ] [ -Wx-partial ]
3171.59 s
[yesod] In the use of ‘head’
3171.59 s
[yesod] (imported from Prelude, but defined in GHC.Internal.List):
3171.59 s
[yesod] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
3171.59 s
[yesod] |
3171.59 s
[yesod] 63 | return $ ArgConfig (head envs) 0
3171.59 s
[yesod] | ^^^^
3171.59 s
[yesod]
3171.59 s
[yesod] Yesod/Default/Config.hs:197:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
3171.59 s
[yesod] In the use of ‘parseMonad’ (imported from Data.Yaml):
3171.59 s
[yesod] Deprecated: "With the MonadFail split, this function is going to be removed in the future. Please migrate to parseEither."
3171.59 s
[yesod] |
3171.59 s
[yesod] 197 | mport <- parseMonad (\x -> x .: "port") m
3171.59 s
[yesod] | ^^^^^^^^^^
3171.59 s
[yesod]
3171.59 s
[yesod] Yesod/Default/Config.hs:210:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
3171.59 s
[yesod] In the use of ‘parseMonad’ (imported from Data.Yaml):
3171.60 s
[yesod] Deprecated: "With the MonadFail split, this function is going to be removed in the future. Please migrate to parseEither."
3171.60 s
[yesod] |
3171.60 s
[yesod] 210 | extra <- parseMonad (parseExtra env) m
3171.60 s
[yesod] | ^^^^^^^^^^
3171.60 s
[yesod]
3171.60 s
[yesod] Yesod/Default/Config.hs:246:65: warning : [ GHC-68441 ] [ -Wdeprecations ]
3171.60 s
[yesod] In the use of ‘parseMonad’ (imported from Data.Yaml):
3171.60 s
[yesod] Deprecated: "With the MonadFail split, this function is going to be removed in the future. Please migrate to parseEither."
3171.60 s
[yesod] |
3171.60 s
[yesod] 246 | | Just v <- M.lookup (fromString $ show env) obj -> parseMonad f v
3171.60 s
[yesod] | ^^^^^^^^^^
3171.60 s
[yesod]
3171.79 s
[yesod] [5 of 6] Compiling Yesod.Default.Main ( Yesod/Default/Main.hs, nothing ) [Yesod.Default.Config changed]
3172.25 s
[yesod] Haddock coverage:
3172.35 s
[yesod] 100% ( 5 / 5) in 'Yesod'
3172.35 s
[yesod] Warning: 'AppEnv' is out of scope.
3172.35 s
[yesod] If you qualify the identifier, haddock can try to link it anyway.
3172.35 s
[yesod] Warning: 'AppConfig' is ambiguous. It is defined
3172.35 s
[yesod] * at Yesod/Default/Config.hs:118:36
3172.35 s
[yesod] * at Yesod/Default/Config.hs:118:1
3172.35 s
[yesod] You may be able to disambiguate the identifier by qualifying it or
3172.35 s
[yesod] by specifying the type/value namespace explicitly.
3172.35 s
[yesod] Defaulting to the one defined at Yesod/Default/Config.hs:118:1
3172.35 s
[yesod] 80% ( 8 / 10) in 'Yesod.Default.Config'
3172.35 s
[yesod] Missing documentation for:
3172.35 s
[yesod] Module header
3172.35 s
[yesod] ConfigSettings (Yesod/Default/Config.hs:126)
3172.35 s
[yesod] Warning: 'Logger' is ambiguous. It is defined
3172.35 s
[yesod] * in ‘Yesod.Core.Types’
3172.35 s
[yesod] * in ‘Yesod.Core.Types’
3172.35 s
[yesod] You may be able to disambiguate the identifier by qualifying it or
3172.35 s
[yesod] by specifying the type/value namespace explicitly.
3172.35 s
[yesod] Defaulting to the one defined in ‘Yesod.Core.Types’
3172.35 s
[yesod] 95% ( 21 / 22) in 'Yesod.Default.Config2'
3172.35 s
[yesod] Missing documentation for:
3172.35 s
[yesod] MergedValue
3172.35 s
[yesod] 0% ( 0 / 3) in 'Yesod.Default.Handlers'
3172.35 s
[yesod] Missing documentation for:
3172.35 s
[yesod] Module header
3172.35 s
[yesod] getFaviconR
3172.35 s
[yesod] getRobotsR
3172.35 s
[yesod] Warning: 'AppConfig' is ambiguous. It is defined
3172.35 s
[yesod] * at Yesod/Default/Config.hs:118:36
3172.35 s
[yesod] * at Yesod/Default/Config.hs:118:1
3172.35 s
[yesod] You may be able to disambiguate the identifier by qualifying it or
3172.35 s
[yesod] by specifying the type/value namespace explicitly.
3172.35 s
[yesod] Defaulting to the one defined at Yesod/Default/Config.hs:118:1
3172.35 s
[yesod] 66% ( 4 / 6) in 'Yesod.Default.Main'
3172.35 s
[yesod] Missing documentation for:
3172.35 s
[yesod] Module header
3172.35 s
[yesod] LogFunc (Yesod/Default/Main.hs:55)
3172.35 s
[yesod] 36% ( 4 / 11) in 'Yesod.Default.Util'
3172.35 s
[yesod] Missing documentation for:
3172.35 s
[yesod] widgetFileNoReload
3172.35 s
[yesod] widgetFileReload
3172.35 s
[yesod] TemplateLanguage
3172.35 s
[yesod] defaultTemplateLanguages
3172.35 s
[yesod] WidgetFileSettings
3172.35 s
[yesod] wfsLanguages
3172.35 s
[yesod] wfsHamletSettings
3180.07 s
[yesod] Documentation created: dist/doc/html/yesod, dist/doc/html/yesod/yesod.txt
3180.25 s
[yesod] Phase: installPhase
3180.35 s
[yesod] Installing library in /nix/store/vn207ij9xp9ccwxjnlzl4r669f7hdpyw-yesod-1.6.2.1/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3180.56 s
[yesod] Phase: fixupPhase
3180.57 s
[yesod] shrinking RPATHs of ELF executables and libraries in /nix/store/vn207ij9xp9ccwxjnlzl4r669f7hdpyw-yesod-1.6.2.1
3180.58 s
[yesod] shrinking /nix/store/vn207ij9xp9ccwxjnlzl4r669f7hdpyw-yesod-1.6.2.1/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/libHSyesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH-ghc9.12.3.so
3180.63 s
[yesod] checking for references to /build/ in /nix/store/vn207ij9xp9ccwxjnlzl4r669f7hdpyw-yesod-1.6.2.1...
3180.64 s
[yesod] patching script interpreter paths in /nix/store/vn207ij9xp9ccwxjnlzl4r669f7hdpyw-yesod-1.6.2.1
3180.65 s
[yesod] stripping (with command strip and flags -S -p) in /nix/store/vn207ij9xp9ccwxjnlzl4r669f7hdpyw-yesod-1.6.2.1/lib
3180.69 s
[yesod] shrinking RPATHs of ELF executables and libraries in /nix/store/igq6dkp44bc1ydzv9m72k0vb9kw7sax8-yesod-1.6.2.1-doc
3180.70 s
[yesod] checking for references to /build/ in /nix/store/igq6dkp44bc1ydzv9m72k0vb9kw7sax8-yesod-1.6.2.1-doc...
3180.71 s
[yesod] patching script interpreter paths in /nix/store/igq6dkp44bc1ydzv9m72k0vb9kw7sax8-yesod-1.6.2.1-doc
3180.83 s
Progress: 100 of 106 built
3180.90 s
Building sydtest-yesod-source
3181.55 s
[sydtest-yesod-source] Phase: setupCompilerEnvironmentPhase
3181.55 s
[sydtest-yesod-source] Build with /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3.
3182.14 s
[sydtest-yesod-source] Phase: unpackPhase
3182.15 s
[sydtest-yesod-source] unpacking source archive /nix/store/7zqg0py0wgal9apvm7mvcsc8vz8fha15-sydtest-yesod
3182.15 s
[sydtest-yesod-source] source root is sydtest-yesod
3182.16 s
[sydtest-yesod-source] Phase: patchPhase
3182.17 s
[sydtest-yesod-source] Phase: compileBuildDriverPhase
3182.17 s
[sydtest-yesod-source] setupCompileFlags: -package-db=/build/tmp.EYDs1OR6eW/setup-package.conf.d -threaded
3182.22 s
[sydtest-yesod-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.EYDs1OR6eW/Main.o )
3182.25 s
[sydtest-yesod-source] [2 of 2] Linking Setup
3183.33 s
[sydtest-yesod-source] Phase: updateAutotoolsGnuConfigScriptsPhase
3183.34 s
[sydtest-yesod-source] Phase: configurePhase
3183.35 s
[sydtest-yesod-source] configureFlags: --verbose --prefix=/nix/store/3bjdkv0lydi6p2q6khlcp3cdil8j0n6y-sydtest-yesod-source-0.3.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/sydtest-yesod-0.3.1.0 --with-gcc=gcc --package-db=/build/tmp.EYDs1OR6eW/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-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=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1nqqjacc6dnj61jlpgz5hk9zdjbfidbr-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
3183.35 s
[sydtest-yesod-source] Using Parsec parser
3183.35 s
[sydtest-yesod-source] Configuring sydtest-yesod-0.3.1.0...
3183.95 s
[sydtest-yesod-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3183.95 s
[sydtest-yesod-source] Dependency binary: using binary-0.8.9.3
3183.95 s
[sydtest-yesod-source] Dependency bytestring: using bytestring-0.12.2.0
3183.95 s
[sydtest-yesod-source] Dependency case-insensitive: using case-insensitive-1.2.1.0
3183.95 s
[sydtest-yesod-source] Dependency containers: using containers-0.7
3183.95 s
[sydtest-yesod-source] Dependency cookie: using cookie-0.5.1
3183.95 s
[sydtest-yesod-source] Dependency exceptions: using exceptions-0.10.10
3183.95 s
[sydtest-yesod-source] Dependency http-client: using http-client-0.7.19
3183.95 s
[sydtest-yesod-source] Dependency http-client-tls: using http-client-tls-0.3.6.4
3183.96 s
[sydtest-yesod-source] Dependency http-types: using http-types-0.12.4
3183.96 s
[sydtest-yesod-source] Dependency mtl: using mtl-2.3.1
3183.96 s
[sydtest-yesod-source] Dependency network: using network-3.2.8.0
3183.96 s
[sydtest-yesod-source] Dependency network-uri: using network-uri-2.6.4.2
3183.96 s
[sydtest-yesod-source] Dependency sydtest >=0.3.0.0: using sydtest-0.23.0.2
3183.96 s
[sydtest-yesod-source] Dependency sydtest-wai: using sydtest-wai-0.2.0.2
3183.96 s
[sydtest-yesod-source] Dependency text: using text-2.1.3
3183.96 s
[sydtest-yesod-source] Dependency time: using time-1.14
3183.96 s
[sydtest-yesod-source] Dependency wai: using wai-3.2.4
3183.96 s
[sydtest-yesod-source] Dependency xml-conduit: using xml-conduit-1.10.0.0
3183.96 s
[sydtest-yesod-source] Dependency yesod-core: using yesod-core-1.6.26.0
3183.96 s
[sydtest-yesod-source] Dependency yesod-test: using yesod-test-1.6.19
3183.96 s
[sydtest-yesod-source] Dependency QuickCheck: using QuickCheck-2.17.1.0
3183.96 s
[sydtest-yesod-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3183.96 s
[sydtest-yesod-source] Dependency http-client: using http-client-0.7.19
3183.96 s
[sydtest-yesod-source] Dependency monad-logger: using monad-logger-0.3.42
3183.96 s
[sydtest-yesod-source] Dependency mtl: using mtl-2.3.1
3183.96 s
[sydtest-yesod-source] Dependency path: using path-0.9.6
3183.96 s
[sydtest-yesod-source] Dependency path-io: using path-io-1.8.2
3183.96 s
[sydtest-yesod-source] Dependency persistent: using persistent-2.14.6.3
3183.96 s
[sydtest-yesod-source] Dependency persistent-sqlite: using persistent-sqlite-2.13.3.0
3183.96 s
[sydtest-yesod-source] Dependency sydtest: using sydtest-0.23.0.2
3183.96 s
[sydtest-yesod-source] Dependency sydtest-persistent-sqlite: using sydtest-persistent-sqlite-0.2.0.3
3183.96 s
[sydtest-yesod-source] Dependency sydtest-wai: using sydtest-wai-0.2.0.2
3183.96 s
[sydtest-yesod-source] Dependency sydtest-yesod: using sydtest-yesod-0.3.1.0
3183.96 s
[sydtest-yesod-source] Dependency text: using text-2.1.3
3183.96 s
[sydtest-yesod-source] Dependency yesod: using yesod-1.6.2.1
3183.96 s
[sydtest-yesod-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3183.96 s
[sydtest-yesod-source] Dependency bytestring: using bytestring-0.12.2.0
3183.96 s
[sydtest-yesod-source] Dependency conduit: using conduit-1.3.6.1
3183.96 s
[sydtest-yesod-source] Dependency cookie: using cookie-0.5.1
3183.96 s
[sydtest-yesod-source] Dependency http-client: using http-client-0.7.19
3183.96 s
[sydtest-yesod-source] Dependency path: using path-0.9.6
3183.96 s
[sydtest-yesod-source] Dependency path-io: using path-io-1.8.2
3183.96 s
[sydtest-yesod-source] Dependency sydtest: using sydtest-0.23.0.2
3183.96 s
[sydtest-yesod-source] Dependency sydtest-wai: using sydtest-wai-0.2.0.2
3183.96 s
[sydtest-yesod-source] Dependency sydtest-yesod: using sydtest-yesod-0.3.1.0
3183.96 s
[sydtest-yesod-source] Dependency text: using text-2.1.3
3183.96 s
[sydtest-yesod-source] Dependency yesod: using yesod-1.6.2.1
3183.96 s
[sydtest-yesod-source] Dependency yesod-core: using yesod-core-1.6.26.0
3183.96 s
[sydtest-yesod-source] Source component graph:
3183.96 s
[sydtest-yesod-source] component lib
3183.96 s
[sydtest-yesod-source] component test:sydtest-yesod-blog-example-test dependency lib
3183.96 s
[sydtest-yesod-source] component test:sydtest-yesod-test dependency lib
3183.96 s
[sydtest-yesod-source] Configured component graph:
3183.96 s
[sydtest-yesod-source] component sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi
3183.96 s
[sydtest-yesod-source] include base-4.21.1.0-f852
3183.96 s
[sydtest-yesod-source] include binary-0.8.9.3-bcb3
3183.96 s
[sydtest-yesod-source] include bytestring-0.12.2.0-6aa1
3183.96 s
[sydtest-yesod-source] include case-insensitive-1.2.1.0-DwR4RuhBWqw2qKFhWjtCD
3183.96 s
[sydtest-yesod-source] include containers-0.7-4b3d
3183.96 s
[sydtest-yesod-source] include cookie-0.5.1-CFKTye7B1us9I9X0Ab0D1o
3183.96 s
[sydtest-yesod-source] include exceptions-0.10.10-cecf
3183.96 s
[sydtest-yesod-source] include http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3183.96 s
[sydtest-yesod-source] include http-client-tls-0.3.6.4-CE99eprZmlI83d377yuN1r
3183.96 s
[sydtest-yesod-source] include http-types-0.12.4-7vUVc0hwNmYCmv91h0zSfj
3183.96 s
[sydtest-yesod-source] include mtl-2.3.1-20ab
3183.96 s
[sydtest-yesod-source] include network-3.2.8.0-DpTVqwBHQkCklZVcfZXya
3183.96 s
[sydtest-yesod-source] include network-uri-2.6.4.2-6QrLAlTdkbw47xOiepBO4K
3183.96 s
[sydtest-yesod-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3183.96 s
[sydtest-yesod-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3183.96 s
[sydtest-yesod-source] include text-2.1.3-1f83
3183.96 s
[sydtest-yesod-source] include time-1.14-1f22
3183.96 s
[sydtest-yesod-source] include wai-3.2.4-7P5QuMDEbKsAj9lN2XWRYy
3183.96 s
[sydtest-yesod-source] include xml-conduit-1.10.0.0-J1D8Wwd1CxD4aLwsY7pASQ
3183.96 s
[sydtest-yesod-source] include yesod-core-1.6.26.0-CyaJF8WWSOc1YJu7j4L62t
3183.96 s
[sydtest-yesod-source] include yesod-test-1.6.19-36WXz6VtzMbDHA8lMaWlhY
3183.96 s
[sydtest-yesod-source] component sydtest-yesod-0.3.1.0-EkS4emhf2kQ78xfn90wQ24-sydtest-yesod-blog-example-test
3183.96 s
[sydtest-yesod-source] include QuickCheck-2.17.1.0-5W1wUp5NufLCoMS7Egl8Dy
3183.96 s
[sydtest-yesod-source] include base-4.21.1.0-f852
3183.96 s
[sydtest-yesod-source] include http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3183.96 s
[sydtest-yesod-source] include monad-logger-0.3.42-3r2TaJx4bmVGC0snmwlW6j
3183.96 s
[sydtest-yesod-source] include mtl-2.3.1-20ab
3183.96 s
[sydtest-yesod-source] include path-0.9.6-2fp1GJUJD07i7POopm72A
3183.96 s
[sydtest-yesod-source] include path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3183.96 s
[sydtest-yesod-source] include persistent-2.14.6.3-DIT9D3TQKfRIkDxe9gShda
3183.96 s
[sydtest-yesod-source] include persistent-sqlite-2.13.3.0-GP3GuOIqt7627vc6JT9fUg
3183.96 s
[sydtest-yesod-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3183.96 s
[sydtest-yesod-source] include sydtest-persistent-sqlite-0.2.0.3-4LcE0YB42laBNN4qZtYXKE
3183.96 s
[sydtest-yesod-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3183.96 s
[sydtest-yesod-source] include sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi
3183.96 s
[sydtest-yesod-source] include text-2.1.3-1f83
3183.96 s
[sydtest-yesod-source] include yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3183.96 s
[sydtest-yesod-source] component sydtest-yesod-0.3.1.0-E1MiNAd8CKxLak7CnAVYXz-sydtest-yesod-test
3183.96 s
[sydtest-yesod-source] include base-4.21.1.0-f852
3183.96 s
[sydtest-yesod-source] include bytestring-0.12.2.0-6aa1
3183.96 s
[sydtest-yesod-source] include conduit-1.3.6.1-A0Sfd431lEr7IKQdgrOrLW
3183.96 s
[sydtest-yesod-source] include cookie-0.5.1-CFKTye7B1us9I9X0Ab0D1o
3183.96 s
[sydtest-yesod-source] include http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3183.96 s
[sydtest-yesod-source] include path-0.9.6-2fp1GJUJD07i7POopm72A
3183.96 s
[sydtest-yesod-source] include path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3183.96 s
[sydtest-yesod-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3183.96 s
[sydtest-yesod-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3183.96 s
[sydtest-yesod-source] include sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi
3183.96 s
[sydtest-yesod-source] include text-2.1.3-1f83
3183.96 s
[sydtest-yesod-source] include yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3183.96 s
[sydtest-yesod-source] include yesod-core-1.6.26.0-CyaJF8WWSOc1YJu7j4L62t
3183.96 s
[sydtest-yesod-source] Linked component graph:
3183.96 s
[sydtest-yesod-source] unit sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi
3183.96 s
[sydtest-yesod-source] include base-4.21.1.0-f852
3183.96 s
[sydtest-yesod-source] include binary-0.8.9.3-bcb3
3183.96 s
[sydtest-yesod-source] include bytestring-0.12.2.0-6aa1
3183.96 s
[sydtest-yesod-source] include case-insensitive-1.2.1.0-DwR4RuhBWqw2qKFhWjtCD
3183.96 s
[sydtest-yesod-source] include containers-0.7-4b3d
3183.96 s
[sydtest-yesod-source] include cookie-0.5.1-CFKTye7B1us9I9X0Ab0D1o
3183.96 s
[sydtest-yesod-source] include exceptions-0.10.10-cecf
3183.96 s
[sydtest-yesod-source] include http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3183.96 s
[sydtest-yesod-source] include http-client-tls-0.3.6.4-CE99eprZmlI83d377yuN1r
3183.96 s
[sydtest-yesod-source] include http-types-0.12.4-7vUVc0hwNmYCmv91h0zSfj
3183.96 s
[sydtest-yesod-source] include mtl-2.3.1-20ab
3183.96 s
[sydtest-yesod-source] include network-3.2.8.0-DpTVqwBHQkCklZVcfZXya
3183.96 s
[sydtest-yesod-source] include network-uri-2.6.4.2-6QrLAlTdkbw47xOiepBO4K
3183.96 s
[sydtest-yesod-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3183.96 s
[sydtest-yesod-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3183.96 s
[sydtest-yesod-source] include text-2.1.3-1f83
3183.96 s
[sydtest-yesod-source] include time-1.14-1f22
3183.96 s
[sydtest-yesod-source] include wai-3.2.4-7P5QuMDEbKsAj9lN2XWRYy
3183.96 s
[sydtest-yesod-source] include xml-conduit-1.10.0.0-J1D8Wwd1CxD4aLwsY7pASQ
3183.96 s
[sydtest-yesod-source] include yesod-core-1.6.26.0-CyaJF8WWSOc1YJu7j4L62t
3183.96 s
[sydtest-yesod-source] include yesod-test-1.6.19-36WXz6VtzMbDHA8lMaWlhY
3183.96 s
[sydtest-yesod-source] Test.Syd.Yesod=sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi:Test.Syd.Yesod,Test.Syd.Yesod.Client=sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi:Test.Syd.Yesod.Client,Test.Syd.Yesod.Def=sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi:Test.Syd.Yesod.Def,Test.Syd.Yesod.E2E=sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi:Test.Syd.Yesod.E2E,Test.Syd.Yesod.Request=sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi:Test.Syd.Yesod.Request
3183.96 s
[sydtest-yesod-source] unit sydtest-yesod-0.3.1.0-EkS4emhf2kQ78xfn90wQ24-sydtest-yesod-blog-example-test
3183.96 s
[sydtest-yesod-source] include QuickCheck-2.17.1.0-5W1wUp5NufLCoMS7Egl8Dy
3183.96 s
[sydtest-yesod-source] include base-4.21.1.0-f852
3183.96 s
[sydtest-yesod-source] include http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3183.96 s
[sydtest-yesod-source] include monad-logger-0.3.42-3r2TaJx4bmVGC0snmwlW6j
3183.96 s
[sydtest-yesod-source] include mtl-2.3.1-20ab
3183.96 s
[sydtest-yesod-source] include path-0.9.6-2fp1GJUJD07i7POopm72A
3183.96 s
[sydtest-yesod-source] include path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3183.96 s
[sydtest-yesod-source] include persistent-2.14.6.3-DIT9D3TQKfRIkDxe9gShda
3183.96 s
[sydtest-yesod-source] include persistent-sqlite-2.13.3.0-GP3GuOIqt7627vc6JT9fUg
3183.96 s
[sydtest-yesod-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3183.96 s
[sydtest-yesod-source] include sydtest-persistent-sqlite-0.2.0.3-4LcE0YB42laBNN4qZtYXKE
3183.96 s
[sydtest-yesod-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3183.96 s
[sydtest-yesod-source] include sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi
3183.96 s
[sydtest-yesod-source] include text-2.1.3-1f83
3183.96 s
[sydtest-yesod-source] include yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3183.96 s
[sydtest-yesod-source] unit sydtest-yesod-0.3.1.0-E1MiNAd8CKxLak7CnAVYXz-sydtest-yesod-test
3183.96 s
[sydtest-yesod-source] include base-4.21.1.0-f852
3183.96 s
[sydtest-yesod-source] include bytestring-0.12.2.0-6aa1
3183.96 s
[sydtest-yesod-source] include conduit-1.3.6.1-A0Sfd431lEr7IKQdgrOrLW
3183.96 s
[sydtest-yesod-source] include cookie-0.5.1-CFKTye7B1us9I9X0Ab0D1o
3183.96 s
[sydtest-yesod-source] include http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3183.96 s
[sydtest-yesod-source] include path-0.9.6-2fp1GJUJD07i7POopm72A
3183.96 s
[sydtest-yesod-source] include path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3183.96 s
[sydtest-yesod-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3183.96 s
[sydtest-yesod-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3183.96 s
[sydtest-yesod-source] include sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi
3184.02 s
[sydtest-yesod-source] include text-2.1.3-1f83
3184.02 s
[sydtest-yesod-source] include yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3184.02 s
[sydtest-yesod-source] include yesod-core-1.6.26.0-CyaJF8WWSOc1YJu7j4L62t
3184.02 s
[sydtest-yesod-source] Ready component graph:
3184.02 s
[sydtest-yesod-source] definite sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi
3184.02 s
[sydtest-yesod-source] depends base-4.21.1.0-f852
3184.02 s
[sydtest-yesod-source] depends binary-0.8.9.3-bcb3
3184.02 s
[sydtest-yesod-source] depends bytestring-0.12.2.0-6aa1
3184.02 s
[sydtest-yesod-source] depends case-insensitive-1.2.1.0-DwR4RuhBWqw2qKFhWjtCD
3184.02 s
[sydtest-yesod-source] depends containers-0.7-4b3d
3184.02 s
[sydtest-yesod-source] depends cookie-0.5.1-CFKTye7B1us9I9X0Ab0D1o
3184.02 s
[sydtest-yesod-source] depends exceptions-0.10.10-cecf
3184.02 s
[sydtest-yesod-source] depends http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3184.02 s
[sydtest-yesod-source] depends http-client-tls-0.3.6.4-CE99eprZmlI83d377yuN1r
3184.02 s
[sydtest-yesod-source] depends http-types-0.12.4-7vUVc0hwNmYCmv91h0zSfj
3184.02 s
[sydtest-yesod-source] depends mtl-2.3.1-20ab
3184.02 s
[sydtest-yesod-source] depends network-3.2.8.0-DpTVqwBHQkCklZVcfZXya
3184.02 s
[sydtest-yesod-source] depends network-uri-2.6.4.2-6QrLAlTdkbw47xOiepBO4K
3184.02 s
[sydtest-yesod-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3184.02 s
[sydtest-yesod-source] depends sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3184.02 s
[sydtest-yesod-source] depends text-2.1.3-1f83
3184.02 s
[sydtest-yesod-source] depends time-1.14-1f22
3184.02 s
[sydtest-yesod-source] depends wai-3.2.4-7P5QuMDEbKsAj9lN2XWRYy
3184.02 s
[sydtest-yesod-source] depends xml-conduit-1.10.0.0-J1D8Wwd1CxD4aLwsY7pASQ
3184.02 s
[sydtest-yesod-source] depends yesod-core-1.6.26.0-CyaJF8WWSOc1YJu7j4L62t
3184.02 s
[sydtest-yesod-source] depends yesod-test-1.6.19-36WXz6VtzMbDHA8lMaWlhY
3184.02 s
[sydtest-yesod-source] definite sydtest-yesod-0.3.1.0-E1MiNAd8CKxLak7CnAVYXz-sydtest-yesod-test
3184.02 s
[sydtest-yesod-source] depends base-4.21.1.0-f852
3184.02 s
[sydtest-yesod-source] depends bytestring-0.12.2.0-6aa1
3184.02 s
[sydtest-yesod-source] depends conduit-1.3.6.1-A0Sfd431lEr7IKQdgrOrLW
3184.02 s
[sydtest-yesod-source] depends cookie-0.5.1-CFKTye7B1us9I9X0Ab0D1o
3184.02 s
[sydtest-yesod-source] depends http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3184.02 s
[sydtest-yesod-source] depends path-0.9.6-2fp1GJUJD07i7POopm72A
3184.02 s
[sydtest-yesod-source] depends path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3184.02 s
[sydtest-yesod-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3184.02 s
[sydtest-yesod-source] depends sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3184.02 s
[sydtest-yesod-source] depends sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi
3184.02 s
[sydtest-yesod-source] depends text-2.1.3-1f83
3184.02 s
[sydtest-yesod-source] depends yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3184.02 s
[sydtest-yesod-source] depends yesod-core-1.6.26.0-CyaJF8WWSOc1YJu7j4L62t
3184.02 s
[sydtest-yesod-source] definite sydtest-yesod-0.3.1.0-EkS4emhf2kQ78xfn90wQ24-sydtest-yesod-blog-example-test
3184.02 s
[sydtest-yesod-source] depends QuickCheck-2.17.1.0-5W1wUp5NufLCoMS7Egl8Dy
3184.02 s
[sydtest-yesod-source] depends base-4.21.1.0-f852
3184.02 s
[sydtest-yesod-source] depends http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3184.02 s
[sydtest-yesod-source] depends monad-logger-0.3.42-3r2TaJx4bmVGC0snmwlW6j
3184.02 s
[sydtest-yesod-source] depends mtl-2.3.1-20ab
3184.02 s
[sydtest-yesod-source] depends path-0.9.6-2fp1GJUJD07i7POopm72A
3184.02 s
[sydtest-yesod-source] depends path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3184.02 s
[sydtest-yesod-source] depends persistent-2.14.6.3-DIT9D3TQKfRIkDxe9gShda
3184.02 s
[sydtest-yesod-source] depends persistent-sqlite-2.13.3.0-GP3GuOIqt7627vc6JT9fUg
3184.02 s
[sydtest-yesod-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3184.02 s
[sydtest-yesod-source] depends sydtest-persistent-sqlite-0.2.0.3-4LcE0YB42laBNN4qZtYXKE
3184.02 s
[sydtest-yesod-source] depends sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3184.02 s
[sydtest-yesod-source] depends sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi
3184.02 s
[sydtest-yesod-source] depends text-2.1.3-1f83
3184.02 s
[sydtest-yesod-source] depends yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3184.02 s
[sydtest-yesod-source] Using Cabal-3.14.2.0 compiled by ghc-9.12
3184.02 s
[sydtest-yesod-source] Using compiler: ghc-9.12.3
3184.02 s
[sydtest-yesod-source] Using install prefix:
3184.02 s
[sydtest-yesod-source] /nix/store/3bjdkv0lydi6p2q6khlcp3cdil8j0n6y-sydtest-yesod-source-0.3.1.0
3184.02 s
[sydtest-yesod-source] Executables installed in:
3184.02 s
[sydtest-yesod-source] /nix/store/3bjdkv0lydi6p2q6khlcp3cdil8j0n6y-sydtest-yesod-source-0.3.1.0/bin
3184.02 s
[sydtest-yesod-source] Libraries installed in:
3184.02 s
[sydtest-yesod-source] /nix/store/3bjdkv0lydi6p2q6khlcp3cdil8j0n6y-sydtest-yesod-source-0.3.1.0/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi
3184.02 s
[sydtest-yesod-source] Dynamic Libraries installed in:
3184.02 s
[sydtest-yesod-source] /nix/store/3bjdkv0lydi6p2q6khlcp3cdil8j0n6y-sydtest-yesod-source-0.3.1.0/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0
3184.02 s
[sydtest-yesod-source] Private executables installed in:
3184.02 s
[sydtest-yesod-source] /nix/store/3bjdkv0lydi6p2q6khlcp3cdil8j0n6y-sydtest-yesod-source-0.3.1.0/libexec/x86_64-linux-ghc-9.12.3-59b0/sydtest-yesod-0.3.1.0
3184.02 s
[sydtest-yesod-source] Data files installed in:
3184.02 s
[sydtest-yesod-source] /nix/store/3bjdkv0lydi6p2q6khlcp3cdil8j0n6y-sydtest-yesod-source-0.3.1.0/share/x86_64-linux-ghc-9.12.3-59b0/sydtest-yesod-0.3.1.0
3184.02 s
[sydtest-yesod-source] Documentation installed in: /share/doc/sydtest-yesod-0.3.1.0
3184.02 s
[sydtest-yesod-source] Configuration files installed in:
3184.02 s
[sydtest-yesod-source] /nix/store/3bjdkv0lydi6p2q6khlcp3cdil8j0n6y-sydtest-yesod-source-0.3.1.0/etc
3184.02 s
[sydtest-yesod-source] No alex found
3184.02 s
[sydtest-yesod-source] Using ar found on system at:
3184.02 s
[sydtest-yesod-source] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
3184.02 s
[sydtest-yesod-source] No c2hs found
3184.02 s
[sydtest-yesod-source] No cpphs found
3184.02 s
[sydtest-yesod-source] No doctest found
3184.02 s
[sydtest-yesod-source] Using gcc version 14.3.0 given by user at:
3184.02 s
[sydtest-yesod-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
3184.02 s
[sydtest-yesod-source] Using ghc version 9.12.3 found on system at:
3184.02 s
[sydtest-yesod-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc
3184.02 s
[sydtest-yesod-source] Using ghc-pkg version 9.12.3 found on system at:
3184.02 s
[sydtest-yesod-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc-pkg-9.12.3
3184.02 s
[sydtest-yesod-source] No ghcjs found
3184.02 s
[sydtest-yesod-source] No ghcjs-pkg found
3184.02 s
[sydtest-yesod-source] No greencard found
3184.02 s
[sydtest-yesod-source] Using haddock version 2.32.0 found on system at:
3184.02 s
[sydtest-yesod-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/haddock-ghc-9.12.3
3184.02 s
[sydtest-yesod-source] No happy found
3184.02 s
[sydtest-yesod-source] No haskell-suite found
3184.02 s
[sydtest-yesod-source] No haskell-suite-pkg found
3184.02 s
[sydtest-yesod-source] No hmake found
3184.02 s
[sydtest-yesod-source] Using hpc version 0.69 found on system at:
3184.02 s
[sydtest-yesod-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hpc-ghc-9.12.3
3184.02 s
[sydtest-yesod-source] Using hsc2hs version 0.68.10 found on system at:
3184.02 s
[sydtest-yesod-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hsc2hs-ghc-9.12.3
3184.02 s
[sydtest-yesod-source] Using hscolour version 1.25 found on system at:
3184.02 s
[sydtest-yesod-source] /nix/store/dcg7hvbvy5m1bbirq3fnjwfzll4p3z3x-hscolour-1.25/bin/HsColour
3184.02 s
[sydtest-yesod-source] No jhc found
3184.02 s
[sydtest-yesod-source] Using ld found on system at:
3184.02 s
[sydtest-yesod-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
3184.02 s
[sydtest-yesod-source] No pkg-config found
3184.02 s
[sydtest-yesod-source] Using runghc version 9.12.3 found on system at:
3184.02 s
[sydtest-yesod-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/runghc-9.12.3
3184.02 s
[sydtest-yesod-source] Using strip version 2.44 found on system at:
3184.02 s
[sydtest-yesod-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
3184.02 s
[sydtest-yesod-source] Using tar found on system at:
3184.02 s
[sydtest-yesod-source] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
3184.02 s
[sydtest-yesod-source] No uhc found
3184.21 s
[sydtest-yesod-source] Phase: buildPhase
3184.22 s
[sydtest-yesod-source] Distribution quality warnings:
3184.22 s
[sydtest-yesod-source] [no-description] No 'description' field.
3184.22 s
[sydtest-yesod-source] [missing-upper-bounds] On library, these packages miss upper bounds:
3184.22 s
[sydtest-yesod-source] - binary
3184.22 s
[sydtest-yesod-source] - bytestring
3184.22 s
[sydtest-yesod-source] - case-insensitive
3184.22 s
[sydtest-yesod-source] - containers
3184.22 s
[sydtest-yesod-source] - cookie
3184.22 s
[sydtest-yesod-source] - exceptions
3184.22 s
[sydtest-yesod-source] - http-client
3184.22 s
[sydtest-yesod-source] - http-client-tls
3184.22 s
[sydtest-yesod-source] - http-types
3184.22 s
[sydtest-yesod-source] - mtl
3184.22 s
[sydtest-yesod-source] - network
3184.22 s
[sydtest-yesod-source] - network-uri
3184.22 s
[sydtest-yesod-source] - sydtest
3184.22 s
[sydtest-yesod-source] - sydtest-wai
3184.22 s
[sydtest-yesod-source] - text
3184.22 s
[sydtest-yesod-source] - time
3184.22 s
[sydtest-yesod-source] - wai
3184.22 s
[sydtest-yesod-source] - xml-conduit
3184.22 s
[sydtest-yesod-source] - yesod-core
3184.22 s
[sydtest-yesod-source] - yesod-test
3184.22 s
[sydtest-yesod-source] Please add them. There is more information at https://pvp.haskell.org/
3184.22 s
[sydtest-yesod-source] Building source dist for sydtest-yesod-0.3.1.0...
3184.23 s
[sydtest-yesod-source] Source tarball created: dist/sydtest-yesod-0.3.1.0.tar.gz
3184.24 s
[sydtest-yesod-source] Phase: checkPhase
3184.24 s
[sydtest-yesod-source] Phase: haddockPhase
3184.24 s
[sydtest-yesod-source] Phase: installPhase
3184.25 s
[sydtest-yesod-source] Phase: fixupPhase
3184.29 s
Progress: 101 of 106 built
3184.36 s
Building sydtest-webdriver-yesod-source
3185.00 s
[sydtest-webdriver-yesod-source] Phase: setupCompilerEnvironmentPhase
3185.00 s
[sydtest-webdriver-yesod-source] Build with /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3.
3185.60 s
[sydtest-webdriver-yesod-source] Phase: unpackPhase
3185.65 s
[sydtest-webdriver-yesod-source] unpacking source archive /nix/store/wncmdfk70i36fsmgn8aamf1bz24xzw3r-sydtest-webdriver-yesod
3185.65 s
[sydtest-webdriver-yesod-source] source root is sydtest-webdriver-yesod
3185.65 s
[sydtest-webdriver-yesod-source] Phase: patchPhase
3185.65 s
[sydtest-webdriver-yesod-source] Phase: compileBuildDriverPhase
3185.65 s
[sydtest-webdriver-yesod-source] setupCompileFlags: -package-db=/build/tmp.rsfhixJE6g/setup-package.conf.d -threaded
3185.68 s
[sydtest-webdriver-yesod-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.rsfhixJE6g/Main.o )
3185.71 s
[sydtest-webdriver-yesod-source] [2 of 2] Linking Setup
3186.79 s
[sydtest-webdriver-yesod-source] Phase: updateAutotoolsGnuConfigScriptsPhase
3186.80 s
[sydtest-webdriver-yesod-source] Phase: configurePhase
3186.80 s
[sydtest-webdriver-yesod-source] configureFlags: --verbose --prefix=/nix/store/zx1d3x0vfi9wdj45ypwzmbvxrqnsd8sa-sydtest-webdriver-yesod-source-0.0.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/sydtest-webdriver-yesod-0.0.1.0 --with-gcc=gcc --package-db=/build/tmp.rsfhixJE6g/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-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=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1nqqjacc6dnj61jlpgz5hk9zdjbfidbr-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
3186.81 s
[sydtest-webdriver-yesod-source] Using Parsec parser
3186.81 s
[sydtest-webdriver-yesod-source] Configuring sydtest-webdriver-yesod-0.0.1.0...
3187.48 s
[sydtest-webdriver-yesod-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3187.48 s
[sydtest-webdriver-yesod-source] Dependency bytestring: using bytestring-0.12.2.0
3187.48 s
[sydtest-webdriver-yesod-source] Dependency http-client: using http-client-0.7.19
3187.48 s
[sydtest-webdriver-yesod-source] Dependency http-types: using http-types-0.12.4
3187.48 s
[sydtest-webdriver-yesod-source] Dependency mtl: using mtl-2.3.1
3187.48 s
[sydtest-webdriver-yesod-source] Dependency network-uri: using network-uri-2.6.4.2
3187.48 s
[sydtest-webdriver-yesod-source] Dependency sydtest: using sydtest-0.23.0.2
3187.48 s
[sydtest-webdriver-yesod-source] Dependency sydtest-wai: using sydtest-wai-0.2.0.2
3187.48 s
[sydtest-webdriver-yesod-source] Dependency sydtest-webdriver: using sydtest-webdriver-0.0.0.1
3187.48 s
[sydtest-webdriver-yesod-source] Dependency sydtest-yesod: using sydtest-yesod-0.3.1.0
3187.48 s
[sydtest-webdriver-yesod-source] Dependency text: using text-2.1.3
3187.48 s
[sydtest-webdriver-yesod-source] Dependency wai: using wai-3.2.4
3187.48 s
[sydtest-webdriver-yesod-source] Dependency webdriver: using webdriver-0.12.0.1
3187.48 s
[sydtest-webdriver-yesod-source] Dependency yesod: using yesod-1.6.2.1
3187.48 s
[sydtest-webdriver-yesod-source] Dependency base >=4.7 && <5: using base-4.21.1.0
3187.48 s
[sydtest-webdriver-yesod-source] Dependency path: using path-0.9.6
3187.48 s
[sydtest-webdriver-yesod-source] Dependency path-io: using path-io-1.8.2
3187.48 s
[sydtest-webdriver-yesod-source] Dependency sydtest: using sydtest-0.23.0.2
3187.48 s
[sydtest-webdriver-yesod-source] Dependency sydtest-webdriver: using sydtest-webdriver-0.0.0.1
3187.48 s
[sydtest-webdriver-yesod-source] Dependency sydtest-webdriver-yesod: using sydtest-webdriver-yesod-0.0.1.0
3187.48 s
[sydtest-webdriver-yesod-source] Dependency yesod: using yesod-1.6.2.1
3187.48 s
[sydtest-webdriver-yesod-source] Source component graph:
3187.48 s
[sydtest-webdriver-yesod-source] component lib
3187.48 s
[sydtest-webdriver-yesod-source] component test:sydtest-webdriver-yesod-test dependency lib
3187.48 s
[sydtest-webdriver-yesod-source] Configured component graph:
3187.48 s
[sydtest-webdriver-yesod-source] component sydtest-webdriver-yesod-0.0.1.0-5cljygmRvM96Cn7Vf7QnSx
3187.48 s
[sydtest-webdriver-yesod-source] include base-4.21.1.0-f852
3187.48 s
[sydtest-webdriver-yesod-source] include bytestring-0.12.2.0-6aa1
3187.48 s
[sydtest-webdriver-yesod-source] include http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3187.48 s
[sydtest-webdriver-yesod-source] include http-types-0.12.4-7vUVc0hwNmYCmv91h0zSfj
3187.48 s
[sydtest-webdriver-yesod-source] include mtl-2.3.1-20ab
3187.48 s
[sydtest-webdriver-yesod-source] include network-uri-2.6.4.2-6QrLAlTdkbw47xOiepBO4K
3187.48 s
[sydtest-webdriver-yesod-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3187.48 s
[sydtest-webdriver-yesod-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3187.48 s
[sydtest-webdriver-yesod-source] include sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3187.48 s
[sydtest-webdriver-yesod-source] include sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi
3187.48 s
[sydtest-webdriver-yesod-source] include text-2.1.3-1f83
3187.48 s
[sydtest-webdriver-yesod-source] include wai-3.2.4-7P5QuMDEbKsAj9lN2XWRYy
3187.48 s
[sydtest-webdriver-yesod-source] include webdriver-0.12.0.1-8907HGEy5kN7ijYoYf5pPy
3187.48 s
[sydtest-webdriver-yesod-source] include yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3187.48 s
[sydtest-webdriver-yesod-source] component sydtest-webdriver-yesod-0.0.1.0-7rNlZVDSWyL9zz34Hv5jpO-sydtest-webdriver-yesod-test
3187.48 s
[sydtest-webdriver-yesod-source] include base-4.21.1.0-f852
3187.49 s
[sydtest-webdriver-yesod-source] include path-0.9.6-2fp1GJUJD07i7POopm72A
3187.49 s
[sydtest-webdriver-yesod-source] include path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3187.49 s
[sydtest-webdriver-yesod-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3187.49 s
[sydtest-webdriver-yesod-source] include sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3187.49 s
[sydtest-webdriver-yesod-source] include sydtest-webdriver-yesod-0.0.1.0-5cljygmRvM96Cn7Vf7QnSx
3187.49 s
[sydtest-webdriver-yesod-source] include yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3187.49 s
[sydtest-webdriver-yesod-source] Linked component graph:
3187.49 s
[sydtest-webdriver-yesod-source] unit sydtest-webdriver-yesod-0.0.1.0-5cljygmRvM96Cn7Vf7QnSx
3187.49 s
[sydtest-webdriver-yesod-source] include base-4.21.1.0-f852
3187.49 s
[sydtest-webdriver-yesod-source] include bytestring-0.12.2.0-6aa1
3187.49 s
[sydtest-webdriver-yesod-source] include http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3187.49 s
[sydtest-webdriver-yesod-source] include http-types-0.12.4-7vUVc0hwNmYCmv91h0zSfj
3187.49 s
[sydtest-webdriver-yesod-source] include mtl-2.3.1-20ab
3187.49 s
[sydtest-webdriver-yesod-source] include network-uri-2.6.4.2-6QrLAlTdkbw47xOiepBO4K
3187.49 s
[sydtest-webdriver-yesod-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3187.49 s
[sydtest-webdriver-yesod-source] include sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3187.49 s
[sydtest-webdriver-yesod-source] include sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3187.49 s
[sydtest-webdriver-yesod-source] include sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi
3187.49 s
[sydtest-webdriver-yesod-source] include text-2.1.3-1f83
3187.49 s
[sydtest-webdriver-yesod-source] include wai-3.2.4-7P5QuMDEbKsAj9lN2XWRYy
3187.49 s
[sydtest-webdriver-yesod-source] include webdriver-0.12.0.1-8907HGEy5kN7ijYoYf5pPy
3187.49 s
[sydtest-webdriver-yesod-source] include yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3187.49 s
[sydtest-webdriver-yesod-source] Test.Syd.Webdriver.Yesod=sydtest-webdriver-yesod-0.0.1.0-5cljygmRvM96Cn7Vf7QnSx:Test.Syd.Webdriver.Yesod
3187.49 s
[sydtest-webdriver-yesod-source] unit sydtest-webdriver-yesod-0.0.1.0-7rNlZVDSWyL9zz34Hv5jpO-sydtest-webdriver-yesod-test
3187.49 s
[sydtest-webdriver-yesod-source] include base-4.21.1.0-f852
3187.49 s
[sydtest-webdriver-yesod-source] include path-0.9.6-2fp1GJUJD07i7POopm72A
3187.49 s
[sydtest-webdriver-yesod-source] include path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3187.49 s
[sydtest-webdriver-yesod-source] include sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3187.49 s
[sydtest-webdriver-yesod-source] include sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3187.49 s
[sydtest-webdriver-yesod-source] include sydtest-webdriver-yesod-0.0.1.0-5cljygmRvM96Cn7Vf7QnSx
3187.49 s
[sydtest-webdriver-yesod-source] include yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3187.49 s
[sydtest-webdriver-yesod-source] Ready component graph:
3187.49 s
[sydtest-webdriver-yesod-source] definite sydtest-webdriver-yesod-0.0.1.0-5cljygmRvM96Cn7Vf7QnSx
3187.49 s
[sydtest-webdriver-yesod-source] depends base-4.21.1.0-f852
3187.49 s
[sydtest-webdriver-yesod-source] depends bytestring-0.12.2.0-6aa1
3187.49 s
[sydtest-webdriver-yesod-source] depends http-client-0.7.19-GvokRocJqr26aRsjmb0W9P
3187.49 s
[sydtest-webdriver-yesod-source] depends http-types-0.12.4-7vUVc0hwNmYCmv91h0zSfj
3187.49 s
[sydtest-webdriver-yesod-source] depends mtl-2.3.1-20ab
3187.49 s
[sydtest-webdriver-yesod-source] depends network-uri-2.6.4.2-6QrLAlTdkbw47xOiepBO4K
3187.49 s
[sydtest-webdriver-yesod-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3187.49 s
[sydtest-webdriver-yesod-source] depends sydtest-wai-0.2.0.2-IYAoGsFz0HQ95jMVSsCkYq
3187.49 s
[sydtest-webdriver-yesod-source] depends sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3187.49 s
[sydtest-webdriver-yesod-source] depends sydtest-yesod-0.3.1.0-3Mu2PpJiykvIiBLDotugzi
3187.49 s
[sydtest-webdriver-yesod-source] depends text-2.1.3-1f83
3187.49 s
[sydtest-webdriver-yesod-source] depends wai-3.2.4-7P5QuMDEbKsAj9lN2XWRYy
3187.49 s
[sydtest-webdriver-yesod-source] depends webdriver-0.12.0.1-8907HGEy5kN7ijYoYf5pPy
3187.49 s
[sydtest-webdriver-yesod-source] depends yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3187.49 s
[sydtest-webdriver-yesod-source] definite sydtest-webdriver-yesod-0.0.1.0-7rNlZVDSWyL9zz34Hv5jpO-sydtest-webdriver-yesod-test
3187.49 s
[sydtest-webdriver-yesod-source] depends base-4.21.1.0-f852
3187.49 s
[sydtest-webdriver-yesod-source] depends path-0.9.6-2fp1GJUJD07i7POopm72A
3187.49 s
[sydtest-webdriver-yesod-source] depends path-io-1.8.2-BVsb6gNM8Q4K2XjrLi7TZf
3187.49 s
[sydtest-webdriver-yesod-source] depends sydtest-0.23.0.2-1gzPLEjY1DN3lqkzAK1g8X
3187.49 s
[sydtest-webdriver-yesod-source] depends sydtest-webdriver-0.0.0.1-JUjigr2SumpLUmiGKSfWBD
3187.49 s
[sydtest-webdriver-yesod-source] depends sydtest-webdriver-yesod-0.0.1.0-5cljygmRvM96Cn7Vf7QnSx
3187.49 s
[sydtest-webdriver-yesod-source] depends yesod-1.6.2.1-L4lUC2Vk1Bg24UmDfAPYVH
3187.49 s
[sydtest-webdriver-yesod-source] Using Cabal-3.14.2.0 compiled by ghc-9.12
3187.49 s
[sydtest-webdriver-yesod-source] Using compiler: ghc-9.12.3
3187.49 s
[sydtest-webdriver-yesod-source] Using install prefix:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/zx1d3x0vfi9wdj45ypwzmbvxrqnsd8sa-sydtest-webdriver-yesod-source-0.0.1.0
3187.49 s
[sydtest-webdriver-yesod-source] Executables installed in:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/zx1d3x0vfi9wdj45ypwzmbvxrqnsd8sa-sydtest-webdriver-yesod-source-0.0.1.0/bin
3187.49 s
[sydtest-webdriver-yesod-source] Libraries installed in:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/zx1d3x0vfi9wdj45ypwzmbvxrqnsd8sa-sydtest-webdriver-yesod-source-0.0.1.0/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0/sydtest-webdriver-yesod-0.0.1.0-5cljygmRvM96Cn7Vf7QnSx
3187.49 s
[sydtest-webdriver-yesod-source] Dynamic Libraries installed in:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/zx1d3x0vfi9wdj45ypwzmbvxrqnsd8sa-sydtest-webdriver-yesod-source-0.0.1.0/lib/ghc-9.12.3/lib/x86_64-linux-ghc-9.12.3-59b0
3187.49 s
[sydtest-webdriver-yesod-source] Private executables installed in:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/zx1d3x0vfi9wdj45ypwzmbvxrqnsd8sa-sydtest-webdriver-yesod-source-0.0.1.0/libexec/x86_64-linux-ghc-9.12.3-59b0/sydtest-webdriver-yesod-0.0.1.0
3187.49 s
[sydtest-webdriver-yesod-source] Data files installed in:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/zx1d3x0vfi9wdj45ypwzmbvxrqnsd8sa-sydtest-webdriver-yesod-source-0.0.1.0/share/x86_64-linux-ghc-9.12.3-59b0/sydtest-webdriver-yesod-0.0.1.0
3187.49 s
[sydtest-webdriver-yesod-source] Documentation installed in: /share/doc/sydtest-webdriver-yesod-0.0.1.0
3187.49 s
[sydtest-webdriver-yesod-source] Configuration files installed in:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/zx1d3x0vfi9wdj45ypwzmbvxrqnsd8sa-sydtest-webdriver-yesod-source-0.0.1.0/etc
3187.49 s
[sydtest-webdriver-yesod-source] No alex found
3187.49 s
[sydtest-webdriver-yesod-source] Using ar found on system at:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
3187.49 s
[sydtest-webdriver-yesod-source] No c2hs found
3187.49 s
[sydtest-webdriver-yesod-source] No cpphs found
3187.49 s
[sydtest-webdriver-yesod-source] No doctest found
3187.49 s
[sydtest-webdriver-yesod-source] Using gcc version 14.3.0 given by user at:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
3187.49 s
[sydtest-webdriver-yesod-source] Using ghc version 9.12.3 found on system at:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc
3187.49 s
[sydtest-webdriver-yesod-source] Using ghc-pkg version 9.12.3 found on system at:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/ghc-pkg-9.12.3
3187.49 s
[sydtest-webdriver-yesod-source] No ghcjs found
3187.49 s
[sydtest-webdriver-yesod-source] No ghcjs-pkg found
3187.49 s
[sydtest-webdriver-yesod-source] No greencard found
3187.49 s
[sydtest-webdriver-yesod-source] Using haddock version 2.32.0 found on system at:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/haddock-ghc-9.12.3
3187.49 s
[sydtest-webdriver-yesod-source] No happy found
3187.49 s
[sydtest-webdriver-yesod-source] No haskell-suite found
3187.49 s
[sydtest-webdriver-yesod-source] No haskell-suite-pkg found
3187.49 s
[sydtest-webdriver-yesod-source] No hmake found
3187.49 s
[sydtest-webdriver-yesod-source] Using hpc version 0.69 found on system at:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hpc-ghc-9.12.3
3187.49 s
[sydtest-webdriver-yesod-source] Using hsc2hs version 0.68.10 found on system at:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/hsc2hs-ghc-9.12.3
3187.49 s
[sydtest-webdriver-yesod-source] Using hscolour version 1.25 found on system at:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/dcg7hvbvy5m1bbirq3fnjwfzll4p3z3x-hscolour-1.25/bin/HsColour
3187.49 s
[sydtest-webdriver-yesod-source] No jhc found
3187.49 s
[sydtest-webdriver-yesod-source] Using ld found on system at:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
3187.49 s
[sydtest-webdriver-yesod-source] No pkg-config found
3187.49 s
[sydtest-webdriver-yesod-source] Using runghc version 9.12.3 found on system at:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/cr8ibc7d33fm3cp2pk40d93m3lws9hd1-ghc-9.12.3/bin/runghc-9.12.3
3187.49 s
[sydtest-webdriver-yesod-source] Using strip version 2.44 found on system at:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
3187.49 s
[sydtest-webdriver-yesod-source] Using tar found on system at:
3187.49 s
[sydtest-webdriver-yesod-source] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
3187.49 s
[sydtest-webdriver-yesod-source] No uhc found
3187.68 s
[sydtest-webdriver-yesod-source] Phase: buildPhase
3187.69 s
[sydtest-webdriver-yesod-source] Distribution quality warnings:
3187.69 s
[sydtest-webdriver-yesod-source] [no-description] No 'description' field.
3187.69 s
[sydtest-webdriver-yesod-source] [missing-upper-bounds] On library, these packages miss upper bounds:
3187.69 s
[sydtest-webdriver-yesod-source] - bytestring
3187.69 s
[sydtest-webdriver-yesod-source] - http-client
3187.69 s
[sydtest-webdriver-yesod-source] - http-types
3187.69 s
[sydtest-webdriver-yesod-source] - mtl
3187.69 s
[sydtest-webdriver-yesod-source] - network-uri
3187.69 s
[sydtest-webdriver-yesod-source] - sydtest
3187.69 s
[sydtest-webdriver-yesod-source] - sydtest-wai
3187.69 s
[sydtest-webdriver-yesod-source] - sydtest-webdriver
3187.69 s
[sydtest-webdriver-yesod-source] - sydtest-yesod
3187.69 s
[sydtest-webdriver-yesod-source] - text
3187.69 s
[sydtest-webdriver-yesod-source] - wai
3187.69 s
[sydtest-webdriver-yesod-source] - webdriver
3187.69 s
[sydtest-webdriver-yesod-source] - yesod
3187.69 s
[sydtest-webdriver-yesod-source] Please add them. There is more information at https://pvp.haskell.org/
3187.69 s
[sydtest-webdriver-yesod-source] [no-docs] Please consider including the file './CHANGELOG.md' in the
3187.69 s
[sydtest-webdriver-yesod-source] 'extra-source-files' section of the .cabal file if it contains useful
3187.69 s
[sydtest-webdriver-yesod-source] information for users of the package.
3187.69 s
[sydtest-webdriver-yesod-source] Building source dist for sydtest-webdriver-yesod-0.0.1.0...
3187.70 s
[sydtest-webdriver-yesod-source] Source tarball created: dist/sydtest-webdriver-yesod-0.0.1.0.tar.gz
3187.70 s
[sydtest-webdriver-yesod-source] Phase: checkPhase
3187.71 s
[sydtest-webdriver-yesod-source] Phase: haddockPhase
3187.71 s
[sydtest-webdriver-yesod-source] Phase: installPhase
3187.72 s
[sydtest-webdriver-yesod-source] Phase: fixupPhase
3187.75 s
Progress: 102 of 105 built
3187.80 s
Waiting for lock on sydtest-release