Build #1 for hashids-1.1.1.0

[all reports]

Package hashids-1.1.1.0
Install InstallOk
Docs Ok
Tests Ok
Time submitted 2023-12-30 18:56:08.496154086 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.4
Flags none

Code Coverage

expressions86% (488/561)
booleanguards39% (9/23)
conditions 66% (2/3)
qualifiers100% (0/0)
alternatives74% (32/43)
local declarations94% (53/56)
top-level declarations60% (17/28)

Build log

[view raw]

Resolving dependencies...
Starting     split-0.2.4
Building     split-0.2.4
Completed    split-0.2.4
Downloading  hashids-1.1.1.0
Downloaded   hashids-1.1.1.0
Starting     hashids-1.1.1.0
Building     hashids-1.1.1.0
Completed    hashids-1.1.1.0

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):
 - concurrent-output-1.10.20 (lib:concurrent-output) (requires build)
 - hedgehog-1.4 (lib:hedgehog) (requires build)
 - hashids-1.1.1.0 (first run)
Starting     concurrent-output-1.10.20 (all, legacy fallback)
Building     concurrent-output-1.10.20 (all, legacy fallback)
Installing   concurrent-output-1.10.20 (all, legacy fallback)
Completed    concurrent-output-1.10.20 (all, legacy fallback)
Starting     hedgehog-1.4 (all, legacy fallback)
Building     hedgehog-1.4 (all, legacy fallback)
Installing   hedgehog-1.4 (all, legacy fallback)
Completed    hedgehog-1.4 (all, legacy fallback)
Configuring hashids-1.1.1.0...
Preprocessing library for hashids-1.1.1.0..
Building library for hashids-1.1.1.0..
[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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0..
Building test suite 'hashids-test' for hashids-1.1.1.0..
[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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0.test
Writing: hashids-1.1.1.0-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.1.0/noopt/hpc/vanilla/html/hashids-test/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: hashids-1.1.1.0-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.1.0/noopt/hpc/vanilla/html/hashids-1.1.1.0/hpc_index.html