Build #1 for fast-logger-3.1.2

[all reports]

Package fast-logger-3.1.2
Install InstallOk
Docs Ok
Tests Ok
Time submitted 2023-02-06 05:49:45.595815082 UTC
Compiler ghc-9.2.4
OS linux
Arch x86_64
Dependencies array-0.5.4.0, auto-update-0.1.6, base-4.16.3.0, bytestring-0.11.3.1, directory-1.3.6.2, easy-file-0.2.2, filepath-1.4.2.2, text-1.2.5.0, unix-compat-0.6, unix-time-0.4.8
Flags none

Code Coverage

expressions65% (329/502)
booleanguards20% (2/10)
conditions 0% (0/1)
qualifiers100% (0/0)
alternatives60% (12/20)
local declarations92% (12/13)
top-level declarations48% (30/62)

Build log

[view raw]

Resolving dependencies...
Starting     old-locale-1.0.0.7
Starting     easy-file-0.2.2
Starting     auto-update-0.1.6
Starting     unix-compat-0.6
Building     easy-file-0.2.2
Building     auto-update-0.1.6
Building     old-locale-1.0.0.7
Building     unix-compat-0.6
Completed    old-locale-1.0.0.7
Starting     old-time-1.1.0.3
Completed    auto-update-0.1.6
Building     old-time-1.1.0.3
Completed    unix-compat-0.6
Completed    easy-file-0.2.2
Completed    old-time-1.1.0.3
Starting     unix-time-0.4.8
Building     unix-time-0.4.8
Completed    unix-time-0.4.8
Downloading  fast-logger-3.1.2
Downloaded   fast-logger-3.1.2
Starting     fast-logger-3.1.2
Building     fast-logger-3.1.2
Completed    fast-logger-3.1.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):
 - auto-update-0.1.6 (lib:auto-update) (requires build)
 - easy-file-0.2.2 (lib:easy-file) (requires build)
 - fast-logger-3.1.2 (first run)
Starting     easy-file-0.2.2 (all, legacy fallback)
Starting     auto-update-0.1.6 (all, legacy fallback)
Building     easy-file-0.2.2 (all, legacy fallback)
Building     auto-update-0.1.6 (all, legacy fallback)
Installing   auto-update-0.1.6 (all, legacy fallback)
Installing   easy-file-0.2.2 (all, legacy fallback)
Completed    auto-update-0.1.6 (all, legacy fallback)
Completed    easy-file-0.2.2 (all, legacy fallback)
Configuring fast-logger-3.1.2...
Preprocessing library for fast-logger-3.1.2..
Building library for fast-logger-3.1.2..
[ 1 of 11] Compiling System.Log.FastLogger.Imports ( System/Log/FastLogger/Imports.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/Imports.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/Imports.dyn_o )
[ 2 of 11] Compiling System.Log.FastLogger.FileIO ( System/Log/FastLogger/FileIO.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/FileIO.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/FileIO.dyn_o )
[ 3 of 11] Compiling System.Log.FastLogger.LogStr ( System/Log/FastLogger/LogStr.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/LogStr.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/LogStr.dyn_o )

System/Log/FastLogger/LogStr.hs:58:5: warning: [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid LogStr.
    mappend will eventually be removed in favour of (<>)
    Either remove definition for mappend (recommended) or define as mappend = (<>)
    See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
   |
58 |     LogStr s1 b1 `mappend` LogStr s2 b2 = LogStr (s1 + s2) (b1 <> b2)
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 11] Compiling System.Log.FastLogger.IO ( System/Log/FastLogger/IO.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/IO.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/IO.dyn_o )
[ 5 of 11] Compiling System.Log.FastLogger.Logger ( System/Log/FastLogger/Logger.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/Logger.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/Logger.dyn_o )
[ 6 of 11] Compiling System.Log.FastLogger.LoggerSet ( System/Log/FastLogger/LoggerSet.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/LoggerSet.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/LoggerSet.dyn_o )
[ 7 of 11] Compiling System.Log.FastLogger.Internal ( System/Log/FastLogger/Internal.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/Internal.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/Internal.dyn_o )
[ 8 of 11] Compiling System.Log.FastLogger.Types ( System/Log/FastLogger/Types.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/Types.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/Types.dyn_o )
[ 9 of 11] Compiling System.Log.FastLogger.File ( System/Log/FastLogger/File.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/File.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/File.dyn_o )
[10 of 11] Compiling System.Log.FastLogger.Date ( System/Log/FastLogger/Date.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/Date.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger/Date.dyn_o )
[11 of 11] Compiling System.Log.FastLogger ( System/Log/FastLogger.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/System/Log/FastLogger.dyn_o )
Preprocessing test suite 'spec' for fast-logger-3.1.2..
Building test suite 'spec' for fast-logger-3.1.2..
[1 of 2] Compiling FastLoggerSpec   ( test/FastLoggerSpec.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/spec/spec-tmp/FastLoggerSpec.o )

test/FastLoggerSpec.hs:11: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()
   |
11 | import Data.Monoid ((<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Main             ( test/Spec.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/spec/spec-tmp/Main.o )
Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/fast-logger-3.1.2/noopt/build/spec/spec ...
Running 1 test suites...
Test suite spec: RUNNING...
Test suite spec: PASS
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/fast-logger-3.1.2.test
Writing: fast-logger-3.1.2-inplace/System.Log.FastLogger.LoggerSet.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/fast-logger-3.1.2/noopt/hpc/vanilla/html/spec/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: fast-logger-3.1.2-inplace/System.Log.FastLogger.LoggerSet.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/fast-logger-3.1.2/noopt/hpc/vanilla/html/fast-logger-3.1.2/hpc_index.html