Build #1 for g3p-hash-1.0.0.2

[all reports]

Package g3p-hash-1.0.0.2
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2024-03-21 22:55:36.992330152 UTC
Compiler ghc-9.6.3
OS linux
Arch x86_64
Dependencies Stream-0.4.7.2, base-4.18.1.0, bytestring-0.11.5.2, network-byte-order-0.1.7, phkdf-0.0.0.0, tuplehash-utils-0.0.0.0, vector-0.13.1.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Starting     cryptohash-sha256-0.11.102.1
Starting     network-byte-order-0.1.7
Starting     splitmix-0.1.0.5
Starting     vector-stream-0.1.0.1
Starting     integer-logarithms-1.0.3.1
Starting     primitive-0.9.0.0
Starting     lazysmallcheck-0.6
Building     splitmix-0.1.0.5
Building     cryptohash-sha256-0.11.102.1
Building     network-byte-order-0.1.7
Building     integer-logarithms-1.0.3.1
Building     lazysmallcheck-0.6
Building     vector-stream-0.1.0.1
Building     primitive-0.9.0.0
Completed    integer-logarithms-1.0.3.1
Starting     tuplehash-utils-0.0.0.0
Completed    lazysmallcheck-0.6
Completed    splitmix-0.1.0.5
Starting     random-1.2.1.2
Building     tuplehash-utils-0.0.0.0
Building     random-1.2.1.2
Completed    cryptohash-sha256-0.11.102.1
Completed    network-byte-order-0.1.7
Completed    vector-stream-0.1.0.1
Completed    tuplehash-utils-0.0.0.0
Completed    primitive-0.9.0.0
Starting     vector-0.13.1.0
Building     vector-0.13.1.0
Completed    random-1.2.1.2
Starting     QuickCheck-2.14.3
Building     QuickCheck-2.14.3
Completed    QuickCheck-2.14.3
Starting     Stream-0.4.7.2
Building     Stream-0.4.7.2
Completed    Stream-0.4.7.2
Completed    vector-0.13.1.0
Starting     phkdf-0.0.0.0
Building     phkdf-0.0.0.0
Completed    phkdf-0.0.0.0
Downloading  g3p-hash-1.0.0.2
Downloaded   g3p-hash-1.0.0.2
Starting     g3p-hash-1.0.0.2
Building     g3p-hash-1.0.0.2
Completed    g3p-hash-1.0.0.2

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):
 - phkdf-0.0.0.0 (lib:phkdf) (requires build)
 - g3p-hash-1.0.0.2 (first run)
Starting     phkdf-0.0.0.0 (all, legacy fallback)
Building     phkdf-0.0.0.0 (all, legacy fallback)
Installing   phkdf-0.0.0.0 (all, legacy fallback)
Completed    phkdf-0.0.0.0 (all, legacy fallback)
Configuring g3p-hash-1.0.0.2...
Preprocessing library for g3p-hash-1.0.0.2..
Building library for g3p-hash-1.0.0.2..
[1 of 2] Compiling Crypto.G3P.BCrypt ( /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/g3p-hash-1.0.0.2/noopt/build/Crypto/G3P/BCrypt.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/g3p-hash-1.0.0.2/noopt/build/Crypto/G3P/BCrypt.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/g3p-hash-1.0.0.2/noopt/build/Crypto/G3P/BCrypt.dyn_o )
[2 of 2] Compiling Crypto.G3P       ( lib/Crypto/G3P.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/g3p-hash-1.0.0.2/noopt/build/Crypto/G3P.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/g3p-hash-1.0.0.2/noopt/build/Crypto/G3P.dyn_o )
Preprocessing test suite 'test' for g3p-hash-1.0.0.2..
Building test suite 'test' for g3p-hash-1.0.0.2..
[1 of 2] Compiling G3P              ( test/G3P.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/g3p-hash-1.0.0.2/noopt/build/test/test-tmp/G3P.o )

test/G3P.hs:197:30: error: [GHC-83865]
    " Couldn't match expected type base16-1.0:Data.Base16.Types.Internal.Base16
                                      ByteString
                  with actual type ByteString
    " In the first argument of B.decodeBase16, namely
        (T.encodeUtf8 txt)
      In the expression: B.decodeBase16 (T.encodeUtf8 txt)
      In a stmt of a 'do' block:
        case B.decodeBase16 (T.encodeUtf8 txt) of
          Left _ -> empty
          Right x -> pure x
    |
197 |         case B.decodeBase16 (T.encodeUtf8 txt) of
    |                              ^^^^^^^^^^^^^^^^

test/G3P.hs:198:11: error: [GHC-83865]
    " Couldn't match expected type ByteString
                  with actual type Either a2 b1
    " In the pattern: Left _
      In a case alternative: Left _ -> empty
      In a stmt of a 'do' block:
        case B.decodeBase16 (T.encodeUtf8 txt) of
          Left _ -> empty
          Right x -> pure x
    |
198 |           Left _ -> empty
    |           ^^^^^^

test/G3P.hs:199:11: error: [GHC-83865]
    " Couldn't match expected type ByteString
                  with actual type Either a3 ByteString
    " In the pattern: Right x
      In a case alternative: Right x -> pure x
      In a stmt of a 'do' block:
        case B.decodeBase16 (T.encodeUtf8 txt) of
          Left _ -> empty
          Right x -> pure x
    |
199 |           Right x -> pure x
    |           ^^^^^^^

test/G3P.hs:212:30: error: [GHC-83865]
    " Couldn't match expected type base16-1.0:Data.Base16.Types.Internal.Base16
                                      ByteString
                  with actual type ByteString
    " In the first argument of B.decodeBase16, namely
        (T.encodeUtf8 txt)
      In the expression: B.decodeBase16 (T.encodeUtf8 txt)
      In the expression:
        case B.decodeBase16 (T.encodeUtf8 txt) of
          Left _ -> empty
          Right x -> pure x
    |
212 |         case B.decodeBase16 (T.encodeUtf8 txt) of
    |                              ^^^^^^^^^^^^^^^^

test/G3P.hs:213:13: error: [GHC-83865]
    " Couldn't match expected type ByteString
                  with actual type Either a0 b0
    " In the pattern: Left _
      In a case alternative: Left _ -> empty
      In the expression:
        case B.decodeBase16 (T.encodeUtf8 txt) of
          Left _ -> empty
          Right x -> pure x
    |
213 |             Left _ -> empty
    |             ^^^^^^

test/G3P.hs:214:13: error: [GHC-83865]
    " Couldn't match expected type ByteString
                  with actual type Either a1 ByteString
    " In the pattern: Right x
      In a case alternative: Right x -> pure x
      In the expression:
        case B.decodeBase16 (T.encodeUtf8 txt) of
          Left _ -> empty
          Right x -> pure x
    |
214 |             Right x -> pure x
    |             ^^^^^^^

test/G3P.hs:259:24: error: [GHC-83865]
    " Couldn't match type base16-1.0:Data.Base16.Types.Internal.Base16
                             Text
                     with Text
      Expected: ByteString -> Text
        Actual: ByteString
                -> base16-1.0:Data.Base16.Types.Internal.Base16 Text
    " In the second argument of (.), namely B.encodeBase16
      In the expression: T.unpack . B.encodeBase16
      In an equation for toHex: toHex = T.unpack . B.encodeBase16
    |
259 |     toHex = T.unpack . B.encodeBase16
    |                        ^^^^^^^^^^^^^^