Build #1 for bluefin-internal-0.0.3.0

[all reports]

Package bluefin-internal-0.0.3.0
Install InstallOk
Docs Ok
Tests Ok
Time submitted 2024-03-23 13:15:37.789569302 UTC
Compiler ghc-9.6.3
OS linux
Arch x86_64
Dependencies base-4.18.1.0, monad-control-1.0.3.1, transformers-0.6.1.0, transformers-base-0.4.6, unliftio-core-0.2.1.0
Flags none

Code Coverage

expressions45% (186/406)
booleanguards100% (0/0)
conditions 100% (1/1)
qualifiers100% (0/0)
alternatives40% (4/10)
local declarations100% (0/0)
top-level declarations39% (43/108)

Build log

[view raw]

Resolving dependencies...
Starting     unliftio-core-0.2.1.0
Starting     base-orphans-0.9.1
Starting     transformers-compat-0.7.2
Building     transformers-compat-0.7.2
Building     unliftio-core-0.2.1.0
Building     base-orphans-0.9.1
Completed    unliftio-core-0.2.1.0
Completed    transformers-compat-0.7.2
Completed    base-orphans-0.9.1
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    monad-control-1.0.3.1
Downloading  bluefin-internal-0.0.3.0
Downloaded   bluefin-internal-0.0.3.0
Starting     bluefin-internal-0.0.3.0
Building     bluefin-internal-0.0.3.0
Completed    bluefin-internal-0.0.3.0

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):
 - bluefin-internal-0.0.3.0 (first run)
Configuring bluefin-internal-0.0.3.0...
Preprocessing library for bluefin-internal-0.0.3.0..
Building library for bluefin-internal-0.0.3.0..
[1 of 2] Compiling Bluefin.Internal ( src/Bluefin/Internal.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/bluefin-internal-0.0.3.0/noopt/build/Bluefin/Internal.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/bluefin-internal-0.0.3.0/noopt/build/Bluefin/Internal.dyn_o )
[2 of 2] Compiling Bluefin.Internal.Examples ( src/Bluefin/Internal/Examples.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/bluefin-internal-0.0.3.0/noopt/build/Bluefin/Internal/Examples.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/bluefin-internal-0.0.3.0/noopt/build/Bluefin/Internal/Examples.dyn_o )

src/Bluefin/Internal/Examples.hs:206:9: warning: [GHC-18042] [-Wtype-defaults]
    " Defaulting the type variable a0 to type Integer in the following constraints
        (Num a0)
          arising from the literal 1
          at src/Bluefin/Internal/Examples.hs:206:9
        (Enum a0)
          arising from the arithmetic sequence 1 .. 10
          at src/Bluefin/Internal/Examples.hs:206:8-16
    " In the expression: 1
      In the first argument of for_, namely [1 .. 10]
      In the first argument of ($), namely for_ [1 .. 10]
    |
206 |   for_ [1 .. 10] $ \_ -> tell w (Any True)
    |         ^
Preprocessing test suite 'bluefin-test' for bluefin-internal-0.0.3.0..
Building test suite 'bluefin-test' for bluefin-internal-0.0.3.0..
[1 of 1] Compiling Main             ( test/Main.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/bluefin-internal-0.0.3.0/noopt/build/bluefin-test/bluefin-test-tmp/Main.o )

test/Main.hs:19:5: warning: [GHC-18042] [-Wtype-defaults]
    " Defaulting the type variable a0 to type Integer in the following constraints
        (Eq a0)
          arising from a use of assertEqual' at test/Main.hs:19:5-16
        (Show a0)
          arising from a use of assertEqual' at test/Main.hs:19:5-16
        (Num a0) arising from the literal 0 at test/Main.hs:19:30
    " In a stmt of a 'do' block:
        assertEqual' "index 1" ([0, 1, 2, 3] !? 2) (Just 2)
      In the expression:
        do let assertEqual' = assertEqual y
           assertEqual'
             "oddsUntilFirstGreaterThan5" oddsUntilFirstGreaterThan5
             [1, 3, ....]
           assertEqual' "index 1" ([0, 1, ....] !? 2) (Just 2)
           assertEqual' "index 2" ([0, 1, ....] !? 4) Nothing
           ....
      In the second argument of ($), namely
        \ y
           -> do let ...
                 assertEqual'
                   "oddsUntilFirstGreaterThan5" oddsUntilFirstGreaterThan5 [...]
                 ....
   |
19 |     assertEqual' "index 1" ([0, 1, 2, 3] !? 2) (Just 2)
   |     ^^^^^^^^^^^^

test/Main.hs:20:5: warning: [GHC-18042] [-Wtype-defaults]
    " Defaulting the type variable a0 to type Integer in the following constraints
        (Eq a0)
          arising from a use of assertEqual' at test/Main.hs:20:5-16
        (Show a0)
          arising from a use of assertEqual' at test/Main.hs:20:5-16
        (Num a0) arising from the literal 0 at test/Main.hs:20:30
    " In a stmt of a 'do' block:
        assertEqual' "index 2" ([0, 1, 2, 3] !? 4) Nothing
      In the expression:
        do let assertEqual' = assertEqual y
           assertEqual'
             "oddsUntilFirstGreaterThan5" oddsUntilFirstGreaterThan5
             [1, 3, ....]
           assertEqual' "index 1" ([0, 1, ....] !? 2) (Just 2)
           assertEqual' "index 2" ([0, 1, ....] !? 4) Nothing
           ....
      In the second argument of ($), namely
        \ y
           -> do let ...
                 assertEqual'
                   "oddsUntilFirstGreaterThan5" oddsUntilFirstGreaterThan5 [...]
                 ....
   |
20 |     assertEqual' "index 2" ([0, 1, 2, 3] !? 4) Nothing
   |     ^^^^^^^^^^^^

test/Main.hs:29:5: warning: [GHC-18042] [-Wtype-defaults]
    " Defaulting the type variable b0 to type Integer in the following constraints
        (Eq b0)
          arising from a use of assertEqual' at test/Main.hs:29:5-16
        (Show b0)
          arising from a use of assertEqual' at test/Main.hs:29:5-16
        (Num b0) arising from the literal 20 at test/Main.hs:32:14-15
        (Num b0) arising from the literal 10 at test/Main.hs:31:29-30
        (Show b0) arising from a use of show at test/Main.hs:31:50-53
        (Num b0) arising from a use of * at test/Main.hs:31:60
    " In a stmt of a 'do' block:
        assertEqual'
          "State"
          (runPureEff (runState 10 (stateEff (\ n -> (show n, n * 2)))))
          ("10", 20)
      In the expression:
        do let assertEqual' = assertEqual y
           assertEqual'
             "oddsUntilFirstGreaterThan5" oddsUntilFirstGreaterThan5
             [1, 3, ....]
           assertEqual' "index 1" ([0, 1, ....] !? 2) (Just 2)
           assertEqual' "index 2" ([0, 1, ....] !? 4) Nothing
           ....
      In the second argument of ($), namely
        \ y
           -> do let ...
                 assertEqual'
                   "oddsUntilFirstGreaterThan5" oddsUntilFirstGreaterThan5 [...]
                 ....
   |
29 |     assertEqual'
   |     ^^^^^^^^^^^^

test/Main.hs:33:5: warning: [GHC-18042] [-Wtype-defaults]
    " Defaulting the type variable a0 to type Integer in the following constraints
        (Eq a0)
          arising from a use of assertEqual' at test/Main.hs:33:5-16
        (Show a0)
          arising from a use of assertEqual' at test/Main.hs:33:5-16
        (Num a0) arising from the literal 20 at test/Main.hs:36:9-10
        (Num a0) arising from the literal 20 at test/Main.hs:35:43-44
    " In a stmt of a 'do' block:
        assertEqual'
          "List" (runPureEff (yieldToList (listEff ([20, 30, 40], "Hello"))))
          ([20, 30, 40], "Hello")
      In the expression:
        do let assertEqual' = assertEqual y
           assertEqual'
             "oddsUntilFirstGreaterThan5" oddsUntilFirstGreaterThan5
             [1, 3, ....]
           assertEqual' "index 1" ([0, 1, ....] !? 2) (Just 2)
           assertEqual' "index 2" ([0, 1, ....] !? 4) Nothing
           ....
      In the second argument of ($), namely
        \ y
           -> do let ...
                 assertEqual'
                   "oddsUntilFirstGreaterThan5" oddsUntilFirstGreaterThan5 [...]
                 ....
   |
33 |     assertEqual'
   |     ^^^^^^^^^^^^
[2 of 2] Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/bluefin-internal-0.0.3.0/noopt/build/bluefin-test/bluefin-test
Running 1 test suites...
Test suite bluefin-test: RUNNING...
Test suite bluefin-test: PASS
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/bluefin-internal-0.0.3.0.test
Writing: bluefin-internal-0.0.3.0-inplace/Bluefin.Internal.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.6.3/bluefin-internal-0.0.3.0/noopt/hpc/vanilla/html/bluefin-test/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: bluefin-internal-0.0.3.0-inplace/Bluefin.Internal.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.6.3/bluefin-internal-0.0.3.0/noopt/hpc/vanilla/html/bluefin-internal-0.0.3.0/hpc_index.html