[all reports]
| Package |
mwc-random-0.15.1.0 |
| Install |
InstallOk |
| Docs |
Ok |
| Tests |
Ok |
| Time submitted |
2024-07-09 19:00:29.668422951 UTC
|
| Compiler |
ghc-9.6.3 |
| OS |
linux |
| Arch |
x86_64 |
| Dependencies |
base-4.18.1.0, math-functions-0.3.4.4, primitive-0.9.0.0, random-1.2.1.2, time-1.12.2, vector-0.13.1.0 |
| Flags |
-benchpapi
|
Code Coverage
| expressions | 64% (1209/1885) |
| boolean | guards | 27% (18/66) |
| conditions | 62% (5/8) |
| qualifiers | 100% (0/0) |
| alternatives | 51% (41/80) |
| local declarations | 77% (73/94) |
| top-level declarations | 31% (33/104) |
Build log
[view raw]
Resolving dependencies...
Starting data-default-class-0.1.2.0
Starting primitive-0.9.0.0
Starting splitmix-0.1.0.5
Starting vector-stream-0.1.0.1
Building data-default-class-0.1.2.0
Building vector-stream-0.1.0.1
Building splitmix-0.1.0.5
Building primitive-0.9.0.0
Completed data-default-class-0.1.2.0
Completed splitmix-0.1.0.5
Starting random-1.2.1.2
Building random-1.2.1.2
Completed vector-stream-0.1.0.1
Completed primitive-0.9.0.0
Starting vector-0.13.1.0
Building vector-0.13.1.0
Completed random-1.2.1.2
Completed vector-0.13.1.0
Starting math-functions-0.3.4.4
Building math-functions-0.3.4.4
Completed math-functions-0.3.4.4
Downloading mwc-random-0.15.1.0
Downloaded mwc-random-0.15.1.0
Starting mwc-random-0.15.1.0
Building mwc-random-0.15.1.0
Completed mwc-random-0.15.1.0
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):
- mwc-random-0.15.1.0 (first run)
Configuring mwc-random-0.15.1.0...
Preprocessing library for mwc-random-0.15.1.0..
Building library for mwc-random-0.15.1.0..
[1 of 4] Compiling System.Random.MWC.CondensedTable ( System/Random/MWC/CondensedTable.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/mwc-random-0.15.1.0/noopt/build/System/Random/MWC/CondensedTable.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/mwc-random-0.15.1.0/noopt/build/System/Random/MWC/CondensedTable.dyn_o )
[2 of 4] Compiling System.Random.MWC.Distributions ( System/Random/MWC/Distributions.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/mwc-random-0.15.1.0/noopt/build/System/Random/MWC/Distributions.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/mwc-random-0.15.1.0/noopt/build/System/Random/MWC/Distributions.dyn_o )
[3 of 4] Compiling System.Random.MWC.SeedSource ( System/Random/MWC/SeedSource.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/mwc-random-0.15.1.0/noopt/build/System/Random/MWC/SeedSource.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/mwc-random-0.15.1.0/noopt/build/System/Random/MWC/SeedSource.dyn_o )
[4 of 4] Compiling System.Random.MWC ( System/Random/MWC.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/mwc-random-0.15.1.0/noopt/build/System/Random/MWC.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/mwc-random-0.15.1.0/noopt/build/System/Random/MWC.dyn_o )
Preprocessing test suite 'mwc-doctests' for mwc-random-0.15.1.0..
Building test suite 'mwc-doctests' for mwc-random-0.15.1.0..
[1 of 1] Compiling Main ( tests/doctests.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/mwc-random-0.15.1.0/noopt/build/mwc-doctests/mwc-doctests-tmp/Main.o )
[2 of 2] Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/mwc-random-0.15.1.0/noopt/build/mwc-doctests/mwc-doctests
Preprocessing test suite 'mwc-prop-tests' for mwc-random-0.15.1.0..
Building test suite 'mwc-prop-tests' for mwc-random-0.15.1.0..
[1 of 1] Compiling Main ( tests/props.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/mwc-random-0.15.1.0/noopt/build/mwc-prop-tests/mwc-prop-tests-tmp/Main.o )
[2 of 2] Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/mwc-random-0.15.1.0/noopt/build/mwc-prop-tests/mwc-prop-tests
Running 2 test suites...
Test suite mwc-doctests: RUNNING...
Test suite mwc-doctests: FAIL
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/mwc-random-0.15.1.0.test
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/mwc-random-0.15.1.0/noopt/hpc/vanilla/html/mwc-doctests/hpc_index.html
Test suite mwc-prop-tests: RUNNING...
Test suite mwc-prop-tests: PASS
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/mwc-random-0.15.1.0.test
Writing: mwc-random-0.15.1.0-inplace/System.Random.MWC.SeedSource.hs.html
Writing: mwc-random-0.15.1.0-inplace/System.Random.MWC.Distributions.hs.html
Writing: mwc-random-0.15.1.0-inplace/System.Random.MWC.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/mwc-random-0.15.1.0/noopt/hpc/vanilla/html/mwc-prop-tests/hpc_index.html
1 of 2 test suites (1 of 2 test cases) passed.
Writing: mwc-random-0.15.1.0-inplace/System.Random.MWC.hs.html
Writing: mwc-random-0.15.1.0-inplace/System.Random.MWC.Distributions.hs.html
Writing: mwc-random-0.15.1.0-inplace/System.Random.MWC.SeedSource.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/mwc-random-0.15.1.0/noopt/hpc/vanilla/html/mwc-random-0.15.1.0/hpc_index.html
Error: cabal: Tests failed for mwc-random-0.15.1.0.