Build #1 for any-pat-0.3.0.0

[all reports]

Package any-pat-0.3.0.0
Install InstallOk
Docs Ok
Tests Ok
Time submitted 2023-12-25 22:36:50.910876949 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.13, template-haskell-2.18.0.0, unordered-containers-0.2.19.1
Flags none

Code Coverage

expressions27% (189/679)
booleanguards40% (6/15)
conditions 100% (0/0)
qualifiers0% (0/1)
alternatives24% (22/89)
local declarations37% (9/24)
top-level declarations17% (11/64)

Build log

[view raw]

Resolving dependencies...
Starting     data-array-byte-0.1.0.1
Starting     syb-0.7.2.4
Starting     th-compat-0.1.4
Starting     th-abstraction-0.6.0.0
Starting     safe-0.3.19
Starting     haskell-src-exts-1.23.1
Building     data-array-byte-0.1.0.1
Building     syb-0.7.2.4
Building     safe-0.3.19
Building     th-compat-0.1.4
Building     th-abstraction-0.6.0.0
Building     haskell-src-exts-1.23.1
Completed    data-array-byte-0.1.0.1
Starting     hashable-1.4.3.0
Completed    th-compat-0.1.4
Building     hashable-1.4.3.0
Completed    safe-0.3.19
Completed    syb-0.7.2.4
Completed    th-abstraction-0.6.0.0
Starting     th-expand-syns-0.4.11.0
Starting     th-lift-0.8.4
Building     th-expand-syns-0.4.11.0
Building     th-lift-0.8.4
Completed    hashable-1.4.3.0
Starting     unordered-containers-0.2.19.1
Building     unordered-containers-0.2.19.1
Completed    th-lift-0.8.4
Completed    th-expand-syns-0.4.11.0
Starting     th-reify-many-0.1.10
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    unordered-containers-0.2.19.1
Completed    th-orphans-0.13.14
Completed    haskell-src-exts-1.23.1
Starting     haskell-src-meta-0.8.13
Building     haskell-src-meta-0.8.13
Completed    haskell-src-meta-0.8.13
Downloading  any-pat-0.3.0.0
Downloaded   any-pat-0.3.0.0
Starting     any-pat-0.3.0.0
Building     any-pat-0.3.0.0
Completed    any-pat-0.3.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):
 - haskell-src-meta-0.8.13 (lib:haskell-src-meta) (requires build)
 - any-pat-0.3.0.0 (first run)
Starting     haskell-src-meta-0.8.13 (all, legacy fallback)
Building     haskell-src-meta-0.8.13 (all, legacy fallback)
Installing   haskell-src-meta-0.8.13 (all, legacy fallback)
Completed    haskell-src-meta-0.8.13 (all, legacy fallback)
Configuring any-pat-0.3.0.0...
Preprocessing library for any-pat-0.3.0.0..
Building library for any-pat-0.3.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.3.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.3.0.0/noopt/build/Data/Pattern/Any.dyn_o )
Preprocessing test suite 'all-pat' for any-pat-0.3.0.0..
Building test suite 'all-pat' for any-pat-0.3.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.3.0.0/noopt/build/all-pat/all-pat-tmp/Data/Pattern/AnySpec.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/any-pat-0.3.0.0/noopt/build/all-pat/all-pat-tmp/Data/Pattern/AnySpec.dyn_o )

test/Data/Pattern/AnySpec.hs:16: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.
   |
16 | import Test.Hspec.Discover (Spec)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

test/Data/Pattern/AnySpec.hs:29: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.
   |
29 | instance Arbitrary a => Arbitrary (RangeObj a) where
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[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.3.0.0/noopt/build/all-pat/all-pat-tmp/Main.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/any-pat-0.3.0.0/noopt/build/all-pat/all-pat-tmp/Main.dyn_o )
Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/any-pat-0.3.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.3.0.0.test
Writing: any-pat-0.3.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.3.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.3.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.3.0.0/noopt/hpc/vanilla/html/any-pat-0.3.0.0/hpc_index.html