Build #1 for generic-arbitrary-1.0.1.1

[all reports]

Package generic-arbitrary-1.0.1.1
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2025-04-07 22:06:57.860775435 UTC
Compiler ghc-9.6.3
OS linux
Arch x86_64
Dependencies QuickCheck-2.15.0.1, base-4.18.1.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Starting     splitmix-0.1.1
Building     splitmix-0.1.1
Completed    splitmix-0.1.1
Starting     random-1.3.1
Building     random-1.3.1
Completed    random-1.3.1
Starting     QuickCheck-2.15.0.1
Building     QuickCheck-2.15.0.1
Completed    QuickCheck-2.15.0.1
Downloading  generic-arbitrary-1.0.1.1
Downloaded   generic-arbitrary-1.0.1.1
Starting     generic-arbitrary-1.0.1.1
Building     generic-arbitrary-1.0.1.1
Completed    generic-arbitrary-1.0.1.1

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):
 - Glob-0.10.2 (lib:Glob) (requires build)
 - tasty-quickcheck-0.11.1 (lib:tasty-quickcheck) (requires build)
 - tasty-discover-5.0.1 (lib:tasty-discover) (requires build)
 - generic-arbitrary-1.0.1.1 (first run)
Starting     tasty-quickcheck-0.11.1 (all, legacy fallback)
Starting     Glob-0.10.2 (all, legacy fallback)
Building     tasty-quickcheck-0.11.1 (all, legacy fallback)
Building     Glob-0.10.2 (all, legacy fallback)
Installing   tasty-quickcheck-0.11.1 (all, legacy fallback)
Installing   Glob-0.10.2 (all, legacy fallback)
Completed    tasty-quickcheck-0.11.1 (all, legacy fallback)
Completed    Glob-0.10.2 (all, legacy fallback)
Starting     tasty-discover-5.0.1 (all, legacy fallback)
Building     tasty-discover-5.0.1 (all, legacy fallback)
Installing   tasty-discover-5.0.1 (all, legacy fallback)
Completed    tasty-discover-5.0.1 (all, legacy fallback)
Configuring generic-arbitrary-1.0.1.1...
Preprocessing library for generic-arbitrary-1.0.1.1..
Building library for generic-arbitrary-1.0.1.1..
[1 of 1] Compiling Test.QuickCheck.Arbitrary.Generic ( src/Test/QuickCheck/Arbitrary/Generic.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/generic-arbitrary-1.0.1.1/noopt/build/Test/QuickCheck/Arbitrary/Generic.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/generic-arbitrary-1.0.1.1/noopt/build/Test/QuickCheck/Arbitrary/Generic.dyn_o )

src/Test/QuickCheck/Arbitrary/Generic.hs:206:39: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
206 | type family AllFieldsFinal self (a :: * -> *) :: Bool where
    |                                       ^

src/Test/QuickCheck/Arbitrary/Generic.hs:206:44: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
206 | type family AllFieldsFinal self (a :: * -> *) :: Bool where
    |                                            ^

src/Test/QuickCheck/Arbitrary/Generic.hs:211:31: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
211 | type family Finite self (a :: * -> *) :: Bool where
    |                               ^

src/Test/QuickCheck/Arbitrary/Generic.hs:211:36: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
211 | type family Finite self (a :: * -> *) :: Bool where
    |                                    ^

src/Test/QuickCheck/Arbitrary/Generic.hs:220:34: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
220 | type family ArgumentsCount (a :: * -> *) :: Nat where
    |                                  ^

src/Test/QuickCheck/Arbitrary/Generic.hs:220:39: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
220 | type family ArgumentsCount (a :: * -> *) :: Nat where
    |                                       ^

src/Test/QuickCheck/Arbitrary/Generic.hs:315:29: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
315 |   ) => FiniteSum self (a :: * -> *) (b :: * -> *) af bf where
    |                             ^

src/Test/QuickCheck/Arbitrary/Generic.hs:315:34: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
315 |   ) => FiniteSum self (a :: * -> *) (b :: * -> *) af bf where
    |                                  ^

src/Test/QuickCheck/Arbitrary/Generic.hs:315:43: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
315 |   ) => FiniteSum self (a :: * -> *) (b :: * -> *) af bf where
    |                                           ^

src/Test/QuickCheck/Arbitrary/Generic.hs:315:48: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
315 |   ) => FiniteSum self (a :: * -> *) (b :: * -> *) af bf where
    |                                                ^
Preprocessing test suite 'test' for generic-arbitrary-1.0.1.1..
Building test suite 'test' for generic-arbitrary-1.0.1.1..
ghc-9.6.3: could not execute: tasty-discover