Build #1 for hashids-1.1.0.1

[all reports]

Package hashids-1.1.0.1
Install InstallOk
Docs Ok
Tests Ok
Time submitted 2023-07-19 07:42:06.665067364 UTC
Compiler ghc-9.2.4
OS linux
Arch x86_64
Dependencies base-4.16.3.0, bytestring-0.11.3.1, containers-0.6.5.1, split-0.2.3.5
Flags none

Code Coverage

expressions87% (490/561)
booleanguards43% (10/23)
conditions 66% (2/3)
qualifiers100% (0/0)
alternatives76% (33/43)
local declarations94% (53/56)
top-level declarations60% (17/28)

Build log

[view raw]

Resolving dependencies...
Starting     split-0.2.3.5
Building     split-0.2.3.5
Completed    split-0.2.3.5
Downloading  hashids-1.1.0.1
Downloaded   hashids-1.1.0.1
Starting     hashids-1.1.0.1
Building     hashids-1.1.0.1
Completed    hashids-1.1.0.1

Test log

[view raw]

Resolving dependencies...
Build profile: -w ghc-9.2.4 -O0
In order, the following will be built (use -v for more details):
 - hashids-1.1.0.1 (first run)
Configuring hashids-1.1.0.1...
Preprocessing library for hashids-1.1.0.1..
Building library for hashids-1.1.0.1..
[1 of 2] Compiling Paths_hashids    ( /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/hashids-1.1.0.1/noopt/build/autogen/Paths_hashids.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/hashids-1.1.0.1/noopt/build/Paths_hashids.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/hashids-1.1.0.1/noopt/build/Paths_hashids.dyn_o )
[2 of 2] Compiling Web.Hashids      ( src/Web/Hashids.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/hashids-1.1.0.1/noopt/build/Web/Hashids.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/hashids-1.1.0.1/noopt/build/Web/Hashids.dyn_o )

src/Web/Hashids.hs:322:18: warning: [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [(a, String)] not matched:
            []
            ((_, []):_:_)
            ((_, (_:_)):_:_)
    |
322 |     go str = let [(a,_)] = readHex ('1':str) in a
    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing test suite 'hashids-test' for hashids-1.1.0.1..
Building test suite 'hashids-test' for hashids-1.1.0.1..
[1 of 4] Compiling Paths_hashids    ( /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/hashids-1.1.0.1/noopt/build/hashids-test/autogen/Paths_hashids.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/hashids-1.1.0.1/noopt/build/hashids-test/hashids-test-tmp/Paths_hashids.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/hashids-1.1.0.1/noopt/build/hashids-test/hashids-test-tmp/Paths_hashids.dyn_o )
[2 of 4] Compiling Test.Web.Hashids.Gen ( test/Test/Web/Hashids/Gen.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/hashids-1.1.0.1/noopt/build/hashids-test/hashids-test-tmp/Test/Web/Hashids/Gen.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/hashids-1.1.0.1/noopt/build/hashids-test/hashids-test-tmp/Test/Web/Hashids/Gen.dyn_o )

test/Test/Web/Hashids/Gen.hs:11:1: warning: [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
11 | import           Control.Applicative ((<$>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 4] Compiling Test.Web.Hashids.Property ( test/Test/Web/Hashids/Property.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/hashids-1.1.0.1/noopt/build/hashids-test/hashids-test-tmp/Test/Web/Hashids/Property.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/hashids-1.1.0.1/noopt/build/hashids-test/hashids-test-tmp/Test/Web/Hashids/Property.dyn_o )

test/Test/Web/Hashids/Property.hs:7:1: warning: [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
  |
7 | import           Control.Applicative   ((<$>))
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 4] Compiling Main             ( test/Test.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/hashids-1.1.0.1/noopt/build/hashids-test/hashids-test-tmp/Main.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/hashids-1.1.0.1/noopt/build/hashids-test/hashids-test-tmp/Main.dyn_o )
Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/hashids-1.1.0.1/noopt/build/hashids-test/hashids-test ...
Running 1 test suites...
Test suite hashids-test: RUNNING...
Test suite hashids-test: PASS
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/hashids-1.1.0.1.test
Writing: hashids-1.1.0.1-inplace/Web.Hashids.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.2.4/hashids-1.1.0.1/noopt/hpc/vanilla/html/hashids-test/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: hashids-1.1.0.1-inplace/Web.Hashids.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.2.4/hashids-1.1.0.1/noopt/hpc/vanilla/html/hashids-1.1.0.1/hpc_index.html