Build #1 for tasty-quickcheck-0.11

[all reports]

Package tasty-quickcheck-0.11
Install InstallOk
Docs Ok
Tests Ok
Time submitted 2024-06-22 11:16:23.23769373 UTC
Compiler ghc-9.6.3
OS linux
Arch x86_64
Dependencies QuickCheck-2.15.0.1, base-4.18.1.0, optparse-applicative-0.18.1.0, random-1.2.1.2, tagged-0.8.8, tasty-1.5.1
Flags none

Code Coverage

expressions67% (190/280)
booleanguards100% (0/0)
conditions 50% (2/4)
qualifiers100% (0/0)
alternatives80% (12/15)
local declarations100% (6/6)
top-level declarations18% (33/180)

Build log

[view raw]

Resolving dependencies...
Starting     colour-2.3.6
Starting     splitmix-0.1.0.5
Starting     tagged-0.8.8
Starting     prettyprinter-1.7.1
Starting     transformers-compat-0.7.2
Building     colour-2.3.6
Building     tagged-0.8.8
Building     splitmix-0.1.0.5
Building     prettyprinter-1.7.1
Building     transformers-compat-0.7.2
Completed    splitmix-0.1.0.5
Starting     random-1.2.1.2
Building     random-1.2.1.2
Completed    tagged-0.8.8
Completed    transformers-compat-0.7.2
Completed    colour-2.3.6
Starting     ansi-terminal-types-1.1
Building     ansi-terminal-types-1.1
Completed    prettyprinter-1.7.1
Completed    ansi-terminal-types-1.1
Starting     ansi-terminal-1.1.1
Building     ansi-terminal-1.1.1
Completed    random-1.2.1.2
Starting     QuickCheck-2.15.0.1
Completed    ansi-terminal-1.1.1
Starting     prettyprinter-ansi-terminal-1.1.3
Building     QuickCheck-2.15.0.1
Building     prettyprinter-ansi-terminal-1.1.3
Completed    prettyprinter-ansi-terminal-1.1.3
Starting     optparse-applicative-0.18.1.0
Building     optparse-applicative-0.18.1.0
Completed    QuickCheck-2.15.0.1
Completed    optparse-applicative-0.18.1.0
Starting     tasty-1.5.1
Building     tasty-1.5.1
Completed    tasty-1.5.1
Downloading  tasty-quickcheck-0.11
Downloaded   tasty-quickcheck-0.11
Starting     tasty-quickcheck-0.11
Building     tasty-quickcheck-0.11
Completed    tasty-quickcheck-0.11

Test log

[view raw]

Resolving dependencies...
Build profile: -w ghc-9.6.3 -O0
In order, the following will be built (use -v for more details):
 - pcre-light-0.4.1.2 (lib:pcre-light) (requires build)
 - tasty-1.5.1 (lib:tasty) (requires build)
 - tasty-hunit-0.10.2 (lib:tasty-hunit) (requires build)
 - tasty-quickcheck-0.11 (first run)
Starting     pcre-light-0.4.1.2 (all, legacy fallback)
Starting     tasty-1.5.1 (all, legacy fallback)
Building     pcre-light-0.4.1.2 (all, legacy fallback)
Building     tasty-1.5.1 (all, legacy fallback)
Installing   pcre-light-0.4.1.2 (all, legacy fallback)
Completed    pcre-light-0.4.1.2 (all, legacy fallback)
Installing   tasty-1.5.1 (all, legacy fallback)
Completed    tasty-1.5.1 (all, legacy fallback)
Starting     tasty-hunit-0.10.2 (all, legacy fallback)
Building     tasty-hunit-0.10.2 (all, legacy fallback)
Installing   tasty-hunit-0.10.2 (all, legacy fallback)
Completed    tasty-hunit-0.10.2 (all, legacy fallback)
Configuring tasty-quickcheck-0.11...
Preprocessing library for tasty-quickcheck-0.11..
Building library for tasty-quickcheck-0.11..
[1 of 1] Compiling Test.Tasty.QuickCheck ( Test/Tasty/QuickCheck.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/tasty-quickcheck-0.11/noopt/build/Test/Tasty/QuickCheck.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/tasty-quickcheck-0.11/noopt/build/Test/Tasty/QuickCheck.dyn_o )
Preprocessing test suite 'test' for tasty-quickcheck-0.11..
Building test suite 'test' for tasty-quickcheck-0.11..
[1 of 1] Compiling Main             ( tests/test.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/tasty-quickcheck-0.11/noopt/build/test/test-tmp/Main.o )

tests/test.hs:83:18: warning: [GHC-63397] [-Wname-shadowing]
    This binding for resultDetailsPrinter shadows the existing binding
      bound at tests/test.hs:74:18
   |
83 |           Result{..} <- runReplayWithSeed seedSz $ \x -> x /= (2 :: Int)
   |                  ^^

tests/test.hs:83:18: warning: [GHC-63397] [-Wname-shadowing]
    This binding for resultTime shadows the existing binding
      bound at tests/test.hs:74:18
   |
83 |           Result{..} <- runReplayWithSeed seedSz $ \x -> x /= (2 :: Int)
   |                  ^^

tests/test.hs:83:18: warning: [GHC-63397] [-Wname-shadowing]
    This binding for resultShortDescription shadows the existing binding
      bound at tests/test.hs:74:18
   |
83 |           Result{..} <- runReplayWithSeed seedSz $ \x -> x /= (2 :: Int)
   |                  ^^

tests/test.hs:83:18: warning: [GHC-63397] [-Wname-shadowing]
    This binding for resultDescription shadows the existing binding
      bound at tests/test.hs:74:18
   |
83 |           Result{..} <- runReplayWithSeed seedSz $ \x -> x /= (2 :: Int)
   |                  ^^

tests/test.hs:83:18: warning: [GHC-63397] [-Wname-shadowing]
    This binding for resultOutcome shadows the existing binding
      bound at tests/test.hs:74:18
   |
83 |           Result{..} <- runReplayWithSeed seedSz $ \x -> x /= (2 :: Int)
   |                  ^^
[2 of 2] Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/tasty-quickcheck-0.11/noopt/build/test/test
Running 1 test suites...
Test suite test: RUNNING...
Test suite test: PASS
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/tasty-quickcheck-0.11.test
Writing: tasty-quickcheck-0.11-inplace/Test.Tasty.QuickCheck.hs.html
Writing: hpc_index.html
Writing: hpc_index_fun.html
Writing: hpc_index_alt.html
Writing: hpc_index_exp.html
Test coverage report written to
/home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/tasty-quickcheck-0.11/noopt/hpc/vanilla/html/test/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: tasty-quickcheck-0.11-inplace/Test.Tasty.QuickCheck.hs.html
Writing: hpc_index.html
Writing: hpc_index_fun.html
Writing: hpc_index_alt.html
Writing: hpc_index_exp.html
Package coverage report written to
/home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/tasty-quickcheck-0.11/noopt/hpc/vanilla/html/tasty-quickcheck-0.11/hpc_index.html