Build #1 for unix-time-0.4.12

[all reports]

Package unix-time-0.4.12
Install InstallOk
Docs Ok
Tests Ok
Time submitted 2024-02-06 11:59:38.083171025 UTC
Compiler ghc-9.6.3
OS linux
Arch x86_64
Dependencies base-4.18.1.0, binary-0.8.9.1, bytestring-0.11.5.2, old-time-1.1.0.4
Flags none

Code Coverage

expressions53% (178/332)
booleanguards36% (4/11)
conditions 100% (0/0)
qualifiers100% (0/0)
alternatives63% (7/11)
local declarations55% (5/9)
top-level declarations27% (20/72)

Build log

[view raw]

Resolving dependencies...
Starting     old-locale-1.0.0.7
Building     old-locale-1.0.0.7
Completed    old-locale-1.0.0.7
Starting     old-time-1.1.0.4
Building     old-time-1.1.0.4
Completed    old-time-1.1.0.4
Downloading  unix-time-0.4.12
Downloaded   unix-time-0.4.12
Starting     unix-time-0.4.12
Building     unix-time-0.4.12
Completed    unix-time-0.4.12

Test log

[view raw]

Resolving dependencies...
Build profile: -w ghc-9.6.3 -O0
In order, the following will be built (use -v for more details):
 - os-string-2.0.2 (lib:os-string) (requires build)
 - filepath-1.5.2.0 (lib:filepath) (requires build)
 - unix-2.8.5.0 (lib:unix) (requires build)
 - directory-1.3.8.3 (lib:directory) (requires build)
 - process-1.6.18.0 (lib:process) (requires build)
 - hspec-discover-2.11.7 (lib:hspec-discover, exe:hspec-discover) (requires build)
 - hspec-core-2.11.7 (lib:hspec-core) (requires build)
 - hspec-2.11.7 (lib:hspec) (requires build)
 - unix-time-0.4.12 (first run)
Starting     os-string-2.0.2 (all, legacy fallback)
Building     os-string-2.0.2 (all, legacy fallback)
Installing   os-string-2.0.2 (all, legacy fallback)
Completed    os-string-2.0.2 (all, legacy fallback)
Starting     filepath-1.5.2.0 (all, legacy fallback)
Building     filepath-1.5.2.0 (all, legacy fallback)
Installing   filepath-1.5.2.0 (all, legacy fallback)
Completed    filepath-1.5.2.0 (all, legacy fallback)
Starting     unix-2.8.5.0 (all, legacy fallback)
Building     unix-2.8.5.0 (all, legacy fallback)
Installing   unix-2.8.5.0 (all, legacy fallback)
Completed    unix-2.8.5.0 (all, legacy fallback)
Starting     directory-1.3.8.3 (all, legacy fallback)
Building     directory-1.3.8.3 (all, legacy fallback)
Installing   directory-1.3.8.3 (all, legacy fallback)
Completed    directory-1.3.8.3 (all, legacy fallback)
Starting     hspec-discover-2.11.7 (all, legacy fallback)
Starting     process-1.6.18.0 (all, legacy fallback)
Building     hspec-discover-2.11.7 (all, legacy fallback)
Building     process-1.6.18.0 (all, legacy fallback)
Installing   hspec-discover-2.11.7 (all, legacy fallback)
Completed    hspec-discover-2.11.7 (all, legacy fallback)
Installing   process-1.6.18.0 (all, legacy fallback)
Completed    process-1.6.18.0 (all, legacy fallback)
Starting     hspec-core-2.11.7 (all, legacy fallback)
Building     hspec-core-2.11.7 (all, legacy fallback)
Installing   hspec-core-2.11.7 (all, legacy fallback)
Completed    hspec-core-2.11.7 (all, legacy fallback)
Starting     hspec-2.11.7 (all, legacy fallback)
Building     hspec-2.11.7 (all, legacy fallback)
Installing   hspec-2.11.7 (all, legacy fallback)
Completed    hspec-2.11.7 (all, legacy fallback)
Configuring unix-time-0.4.12...
checking for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking xlocale.h usability... no
checking xlocale.h presence... no
checking for xlocale.h... no
checking for strptime_l... yes
checking for timegm... yes
checking whether _mkgmtime is declared... no
checking for _get_current_locale... no
checking for _create_locale... no
checking for strtol_l... yes
checking for strtoll_l... yes
checking for _isspace_l... no
checking for _isupper_l... no
checking for _isdigit_l... no
checking for _isblank_l... no
configure: creating ./config.status
config.status: creating cbits/config.h
Preprocessing library for unix-time-0.4.12..
Building library for unix-time-0.4.12..
[1 of 5] Compiling Data.UnixTime.Types ( /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/unix-time-0.4.12/noopt/build/Data/UnixTime/Types.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/unix-time-0.4.12/noopt/build/Data/UnixTime/Types.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/unix-time-0.4.12/noopt/build/Data/UnixTime/Types.dyn_o )

Data/UnixTime/Types.hsc:5: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()
  |
5 | import Control.Applicative ((<$>), (<*>))
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 5] Compiling Data.UnixTime.Sys ( /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/unix-time-0.4.12/noopt/build/Data/UnixTime/Sys.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/unix-time-0.4.12/noopt/build/Data/UnixTime/Sys.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/unix-time-0.4.12/noopt/build/Data/UnixTime/Sys.dyn_o )
[3 of 5] Compiling Data.UnixTime.Diff ( Data/UnixTime/Diff.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/unix-time-0.4.12/noopt/build/Data/UnixTime/Diff.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/unix-time-0.4.12/noopt/build/Data/UnixTime/Diff.dyn_o )
[4 of 5] Compiling Data.UnixTime.Conv ( Data/UnixTime/Conv.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/unix-time-0.4.12/noopt/build/Data/UnixTime/Conv.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/unix-time-0.4.12/noopt/build/Data/UnixTime/Conv.dyn_o )

Data/UnixTime/Conv.hs:17: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()
   |
17 | import Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 5] Compiling Data.UnixTime    ( Data/UnixTime.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/unix-time-0.4.12/noopt/build/Data/UnixTime.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/unix-time-0.4.12/noopt/build/Data/UnixTime.dyn_o )
Preprocessing test suite 'spec' for unix-time-0.4.12..
Building test suite 'spec' for unix-time-0.4.12..
[1 of 2] Compiling UnixTimeSpec     ( test/UnixTimeSpec.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/unix-time-0.4.12/noopt/build/spec/spec-tmp/UnixTimeSpec.o )
[2 of 2] Compiling Main             ( test/Spec.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/unix-time-0.4.12/noopt/build/spec/spec-tmp/Main.o )
[3 of 3] Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/unix-time-0.4.12/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/unix-time-0.4.12.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.6.3/unix-time-0.4.12/noopt/hpc/vanilla/html/spec/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.6.3/unix-time-0.4.12/noopt/hpc/vanilla/html/unix-time-0.4.12/hpc_index.html