[all reports]
Install |
InstallOk |
Docs |
Ok |
Tests |
Ok |
Time submitted |
2024-07-12 17:13:48.850613244 UTC
|
Compiler |
ghc-9.6.3 |
OS |
linux |
Arch |
x86_64 |
Dependencies |
base-4.18.1.0, deepseq-1.4.8.1, indexed-traversable-0.1.4, primitive-0.9.0.0, samsort-0.1.0.0, transformers-0.6.1.0 |
Flags |
none
|
Code Coverage
expressions | 94% (6706/7123) |
boolean | guards | 59% (107/180) |
conditions | 100% (27/27) |
qualifiers | 100% (0/0) |
alternatives | 92% (788/848) |
local declarations | 99% (211/213) |
top-level declarations | 78% (462/589) |
Build log
[view raw]
Resolving dependencies...
Starting indexed-traversable-0.1.4
Starting samsort-0.1.0.0
Starting primitive-0.9.0.0
Building indexed-traversable-0.1.4
Building primitive-0.9.0.0
Building samsort-0.1.0.0
Completed samsort-0.1.0.0
Completed indexed-traversable-0.1.4
Completed primitive-0.9.0.0
Downloading seqn-0.1.1.0
Downloaded seqn-0.1.1.0
Starting seqn-0.1.1.0
Building seqn-0.1.1.0
Completed seqn-0.1.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):
- seqn-0.1.1.0 (first run)
Configuring seqn-0.1.1.0...
Preprocessing library for seqn-0.1.1.0..
Building library for seqn-0.1.1.0..
[ 1 of 11] Compiling Data.Seqn.Internal.KMP ( src/Data/Seqn/Internal/KMP.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/KMP.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/KMP.dyn_o )
[ 2 of 11] Compiling Data.Seqn.Internal.Util ( src/Data/Seqn/Internal/Util.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/Util.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/Util.dyn_o )
src/Data/Seqn/Internal/Util.hs:22:1: warning: [-Wunused-imports]
The qualified import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
22 | import qualified Control.Applicative -- for before liftA2 in Prelude
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 3 of 11] Compiling Data.Seqn.Internal.Stream ( src/Data/Seqn/Internal/Stream.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/Stream.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/Stream.dyn_o )
[ 4 of 11] Compiling Data.Seqn.Internal.Tree ( src/Data/Seqn/Internal/Tree.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/Tree.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/Tree.dyn_o )
src/Data/Seqn/Internal/Tree.hs:69:1: warning: [-Wdodgy-imports]
Module Prelude does not export foldl'
|
69 | import Prelude hiding (concatMap, break, drop, dropWhile, filter, foldl', lookup, map, replicate, reverse, scanl, scanr, span, splitAt, take, takeWhile, traverse, unzip, unzip3, zip, zip3, zipWith, zipWith3)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 5 of 11] Compiling Data.Seqn.Internal.Seq ( src/Data/Seqn/Internal/Seq.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/Seq.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/Seq.dyn_o )
[ 6 of 11] Compiling Data.Seqn.Internal.MTree ( src/Data/Seqn/Internal/MTree.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/MTree.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/MTree.dyn_o )
src/Data/Seqn/Internal/MTree.hs:89:1: warning: [-Wdodgy-imports]
Module Prelude does not export foldl'
|
89 | import Prelude hiding (foldMap, foldl', traverse)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 11] Compiling Data.Seqn.Internal.MSeq ( src/Data/Seqn/Internal/MSeq.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/MSeq.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/MSeq.dyn_o )
[ 8 of 11] Compiling Data.Seqn.MSeq ( src/Data/Seqn/MSeq.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/MSeq.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/MSeq.dyn_o )
[ 9 of 11] Compiling Data.Seqn.Internal.PQueue ( src/Data/Seqn/Internal/PQueue.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/PQueue.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Internal/PQueue.dyn_o )
[10 of 11] Compiling Data.Seqn.PQueue ( src/Data/Seqn/PQueue.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/PQueue.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/PQueue.dyn_o )
[11 of 11] Compiling Data.Seqn.Seq ( src/Data/Seqn/Seq.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Seq.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/Data/Seqn/Seq.dyn_o )
Preprocessing test suite 'seqn-test' for seqn-0.1.1.0..
Building test suite 'seqn-test' for seqn-0.1.1.0..
[1 of 7] Compiling ListExtra ( test/ListExtra.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/seqn-test/seqn-test-tmp/ListExtra.o )
[2 of 7] Compiling TestUtil ( test/TestUtil.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/seqn-test/seqn-test-tmp/TestUtil.o )
[3 of 7] Compiling ListLikeTests ( test/ListLikeTests.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/seqn-test/seqn-test-tmp/ListLikeTests.o )
test/ListLikeTests.hs:74:35: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a lambda abstraction: Patterns of type [E t] not matched: []
|
74 | runState (fmap toL (f n (state (\(y:ys) -> (y,ys))))) xs === (xs, [])
| ^^^^^^^^^^^^^^^^^
[4 of 7] Compiling Seq ( test/Seq.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/seqn-test/seqn-test-tmp/Seq.o )
[5 of 7] Compiling PQueue ( test/PQueue.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/seqn-test/seqn-test-tmp/PQueue.o )
[6 of 7] Compiling MSeq ( test/MSeq.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/seqn-test/seqn-test-tmp/MSeq.o )
[7 of 7] Compiling Main ( test/Main.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/seqn-test/seqn-test-tmp/Main.o )
[8 of 8] Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/seqn-0.1.1.0/noopt/build/seqn-test/seqn-test
Running 1 test suites...
Test suite seqn-test: RUNNING...
Test suite seqn-test: PASS
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/seqn-0.1.1.0.test
Writing: seqn-0.1.1.0-inplace/Data.Seqn.Internal.Util.hs.html
Writing: seqn-0.1.1.0-inplace/Data.Seqn.Internal.PQueue.hs.html
Writing: seqn-0.1.1.0-inplace/Data.Seqn.Internal.MTree.hs.html
Writing: seqn-0.1.1.0-inplace/Data.Seqn.Internal.MSeq.hs.html
Writing: seqn-0.1.1.0-inplace/Data.Seqn.Internal.Tree.hs.html
Writing: seqn-0.1.1.0-inplace/Data.Seqn.Internal.Seq.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/seqn-0.1.1.0/noopt/hpc/vanilla/html/seqn-test/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: seqn-0.1.1.0-inplace/Data.Seqn.Internal.Util.hs.html
Writing: seqn-0.1.1.0-inplace/Data.Seqn.Internal.PQueue.hs.html
Writing: seqn-0.1.1.0-inplace/Data.Seqn.Internal.MTree.hs.html
Writing: seqn-0.1.1.0-inplace/Data.Seqn.Internal.MSeq.hs.html
Writing: seqn-0.1.1.0-inplace/Data.Seqn.Internal.Tree.hs.html
Writing: seqn-0.1.1.0-inplace/Data.Seqn.Internal.Seq.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/seqn-0.1.1.0/noopt/hpc/vanilla/html/seqn-0.1.1.0/hpc_index.html