Build #1 for any-pat-0.2.0.0

[all reports]

Package any-pat-0.2.0.0
Install InstallOk
Docs Ok
Tests Ok
Time submitted 2023-07-30 18:56:58.629006282 UTC
Compiler ghc-9.2.4
OS linux
Arch x86_64
Dependencies base-4.16.3.0, haskell-src-exts-1.23.1, haskell-src-meta-0.8.12, template-haskell-2.18.0.0
Flags none

Code Coverage

expressions18% (93/502)
booleanguards25% (2/8)
conditions 100% (0/0)
qualifiers0% (0/1)
alternatives16% (12/73)
local declarations18% (3/16)
top-level declarations12% (6/49)

Build log

[view raw]

Resolving dependencies...
Starting     safe-0.3.19
Starting     th-abstraction-0.5.0.0
Starting     th-compat-0.1.4
Starting     syb-0.7.2.4
Starting     haskell-src-exts-1.23.1
Building     safe-0.3.19
Building     th-compat-0.1.4
Building     th-abstraction-0.5.0.0
Building     syb-0.7.2.4
Building     haskell-src-exts-1.23.1
Completed    th-compat-0.1.4
Completed    safe-0.3.19
Completed    syb-0.7.2.4
Completed    th-abstraction-0.5.0.0
Starting     th-expand-syns-0.4.11.0
Starting     th-lift-0.8.3
Building     th-expand-syns-0.4.11.0
Building     th-lift-0.8.3
Completed    th-expand-syns-0.4.11.0
Starting     th-reify-many-0.1.10
Completed    th-lift-0.8.3
Building     th-reify-many-0.1.10
Completed    th-reify-many-0.1.10
Starting     th-orphans-0.13.14
Building     th-orphans-0.13.14
Completed    th-orphans-0.13.14
Completed    haskell-src-exts-1.23.1
Starting     haskell-src-meta-0.8.12
Building     haskell-src-meta-0.8.12
Completed    haskell-src-meta-0.8.12
Downloading  any-pat-0.2.0.0
Downloaded   any-pat-0.2.0.0
Starting     any-pat-0.2.0.0
Building     any-pat-0.2.0.0
Completed    any-pat-0.2.0.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):
 - syb-0.7.2.4 (lib:syb) (requires build)
 - th-expand-syns-0.4.11.0 (lib:th-expand-syns) (requires build)
 - th-reify-many-0.1.10 (lib:th-reify-many) (requires build)
 - th-orphans-0.13.14 (lib:th-orphans) (requires build)
 - haskell-src-meta-0.8.12 (lib:haskell-src-meta) (requires build)
 - any-pat-0.2.0.0 (first run)
Starting     syb-0.7.2.4 (all, legacy fallback)
Building     syb-0.7.2.4 (all, legacy fallback)
Installing   syb-0.7.2.4 (all, legacy fallback)
Completed    syb-0.7.2.4 (all, legacy fallback)
Starting     th-expand-syns-0.4.11.0 (all, legacy fallback)
Building     th-expand-syns-0.4.11.0 (all, legacy fallback)
Installing   th-expand-syns-0.4.11.0 (all, legacy fallback)
Completed    th-expand-syns-0.4.11.0 (all, legacy fallback)
Starting     th-reify-many-0.1.10 (all, legacy fallback)
Building     th-reify-many-0.1.10 (all, legacy fallback)
Installing   th-reify-many-0.1.10 (all, legacy fallback)
Completed    th-reify-many-0.1.10 (all, legacy fallback)
Starting     th-orphans-0.13.14 (all, legacy fallback)
Building     th-orphans-0.13.14 (all, legacy fallback)
Installing   th-orphans-0.13.14 (all, legacy fallback)
Completed    th-orphans-0.13.14 (all, legacy fallback)
Starting     haskell-src-meta-0.8.12 (all, legacy fallback)
Building     haskell-src-meta-0.8.12 (all, legacy fallback)
Installing   haskell-src-meta-0.8.12 (all, legacy fallback)
Completed    haskell-src-meta-0.8.12 (all, legacy fallback)
Configuring any-pat-0.2.0.0...
Preprocessing library for any-pat-0.2.0.0..
Building library for any-pat-0.2.0.0..
[1 of 1] Compiling Data.Pattern.Any ( src/Data/Pattern/Any.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/any-pat-0.2.0.0/noopt/build/Data/Pattern/Any.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/any-pat-0.2.0.0/noopt/build/Data/Pattern/Any.dyn_o )
Preprocessing test suite 'all-pat' for any-pat-0.2.0.0..
Building test suite 'all-pat' for any-pat-0.2.0.0..
[1 of 2] Compiling Data.Pattern.AnySpec ( test/Data/Pattern/AnySpec.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/any-pat-0.2.0.0/noopt/build/all-pat/all-pat-tmp/Data/Pattern/AnySpec.o )

test/Data/Pattern/AnySpec.hs:11:1: warning: [-Wdeprecations]
    Module Test.Hspec.Discover:
      This module is used by @hspec-discover@.  It is not part of the public API and may change at any time.
   |
11 | import Test.Hspec.Discover (Spec)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

test/Data/Pattern/AnySpec.hs:21:1: warning: [-Worphans]
    Orphan instance: instance Arbitrary a => Arbitrary (RangeObj a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
   |
21 | instance Arbitrary a => Arbitrary (RangeObj a) where
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

test/Data/Pattern/AnySpec.hs:28:14: warning: [-Wunused-matches]
    Defined but not used: x
   |
28 | allInRange r x = all (inRange r) (bool id (take 10) (allSame r) (rangeToList r))
   |              ^
[2 of 2] Compiling Main             ( test/Main.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/any-pat-0.2.0.0/noopt/build/all-pat/all-pat-tmp/Main.o )
Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/any-pat-0.2.0.0/noopt/build/all-pat/all-pat ...
Running 1 test suites...
Test suite all-pat: RUNNING...
Test suite all-pat: PASS
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/any-pat-0.2.0.0.test
Writing: any-pat-0.2.0.0-inplace/Data.Pattern.Any.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/any-pat-0.2.0.0/noopt/hpc/vanilla/html/all-pat/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: any-pat-0.2.0.0-inplace/Data.Pattern.Any.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/any-pat-0.2.0.0/noopt/hpc/vanilla/html/any-pat-0.2.0.0/hpc_index.html