Build #1 for async-pool-0.9.2

[all reports]

Package async-pool-0.9.2
Install InstallOk
Docs Ok
Tests Ok
Time submitted 2023-07-03 23:43:27.951805287 UTC
Compiler ghc-9.2.4
OS linux
Arch x86_64
Dependencies async-2.2.4, base-4.16.3.0, containers-0.6.5.1, fgl-5.8.1.1, monad-control-1.0.3.1, stm-2.5.0.2, transformers-0.5.6.2, transformers-base-0.4.6
Flags none

Code Coverage

expressions100% (0/0)
booleanguards100% (0/0)
conditions 100% (0/0)
qualifiers100% (0/0)
alternatives100% (0/0)
local declarations100% (0/0)
top-level declarations100% (0/0)

Build log

[view raw]

Resolving dependencies...
Starting     data-array-byte-0.1.0.1
Starting     base-orphans-0.9.0
Starting     fgl-5.8.1.1
Starting     transformers-compat-0.7.2
Building     base-orphans-0.9.0
Building     data-array-byte-0.1.0.1
Building     fgl-5.8.1.1
Building     transformers-compat-0.7.2
Completed    base-orphans-0.9.0
Completed    data-array-byte-0.1.0.1
Starting     hashable-1.4.2.0
Building     hashable-1.4.2.0
Completed    transformers-compat-0.7.2
Starting     transformers-base-0.4.6
Building     transformers-base-0.4.6
Completed    transformers-base-0.4.6
Starting     monad-control-1.0.3.1
Building     monad-control-1.0.3.1
Completed    fgl-5.8.1.1
Completed    hashable-1.4.2.0
Starting     async-2.2.4
Building     async-2.2.4
Completed    monad-control-1.0.3.1
Completed    async-2.2.4
Downloading  async-pool-0.9.2
Downloaded   async-pool-0.9.2
Starting     async-pool-0.9.2
Building     async-pool-0.9.2
Completed    async-pool-0.9.2

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):
 - fgl-5.8.1.1 (lib:fgl) (requires build)
 - async-pool-0.9.2 (first run)
Starting     fgl-5.8.1.1 (all, legacy fallback)
Building     fgl-5.8.1.1 (all, legacy fallback)
Installing   fgl-5.8.1.1 (all, legacy fallback)
Completed    fgl-5.8.1.1 (all, legacy fallback)
Configuring async-pool-0.9.2...
Preprocessing test suite 'test' for async-pool-0.9.2..
Building test suite 'test' for async-pool-0.9.2..
[1 of 3] Compiling Control.Concurrent.Async.Pool.Async ( Control/Concurrent/Async/Pool/Async.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/async-pool-0.9.2/noopt/build/test/test-tmp/Control/Concurrent/Async/Pool/Async.o )

Control/Concurrent/Async/Pool/Async.hs:101:1: warning: [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
    |
101 | import Data.Traversable
    | ^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling Control.Concurrent.Async.Pool.Internal ( Control/Concurrent/Async/Pool/Internal.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/async-pool-0.9.2/noopt/build/test/test-tmp/Control/Concurrent/Async/Pool/Internal.o )
[3 of 3] Compiling Main             ( test/main.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/async-pool-0.9.2/noopt/build/test/test-tmp/Main.o )
Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/async-pool-0.9.2/noopt/build/test/test ...
Preprocessing library for async-pool-0.9.2..
Building library for async-pool-0.9.2..
[1 of 3] Compiling Control.Concurrent.Async.Pool.Async ( Control/Concurrent/Async/Pool/Async.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/async-pool-0.9.2/noopt/build/Control/Concurrent/Async/Pool/Async.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/async-pool-0.9.2/noopt/build/Control/Concurrent/Async/Pool/Async.dyn_o )

Control/Concurrent/Async/Pool/Async.hs:101:1: warning: [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
    |
101 | import Data.Traversable
    | ^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling Control.Concurrent.Async.Pool.Internal ( Control/Concurrent/Async/Pool/Internal.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/async-pool-0.9.2/noopt/build/Control/Concurrent/Async/Pool/Internal.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/async-pool-0.9.2/noopt/build/Control/Concurrent/Async/Pool/Internal.dyn_o )

Control/Concurrent/Async/Pool/Internal.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 (Applicative((<*>), pure), (<$>))
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Control/Concurrent/Async/Pool/Internal.hs:18:1: warning: [-Wunused-imports]
    The import of Foldable, foldMap
    from module Data.Foldable is redundant
   |
18 | import           Data.Foldable (Foldable(foldMap), toList, forM_, all)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Control/Concurrent/Async/Pool/Internal.hs:23:1: warning: [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
23 | import           Data.Monoid (Monoid(mempty), (<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Control/Concurrent/Async/Pool/Internal.hs:24:1: warning: [-Wunused-imports]
    The import of Traversable, sequenceA
    from module Data.Traversable is redundant
   |
24 | import           Data.Traversable (Traversable(sequenceA), forM)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling Control.Concurrent.Async.Pool ( Control/Concurrent/Async/Pool.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/async-pool-0.9.2/noopt/build/Control/Concurrent/Async/Pool.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/async-pool-0.9.2/noopt/build/Control/Concurrent/Async/Pool.dyn_o )
Running 1 test suites...
Test suite test: RUNNING...
Test suite test: PASS
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/async-pool-0.9.2.test
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/async-pool-0.9.2/noopt/hpc/vanilla/html/test/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
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/async-pool-0.9.2/noopt/hpc/vanilla/html/async-pool-0.9.2/hpc_index.html