Build #1 for deep-transformations-0.2.2

[all reports]

Package deep-transformations-0.2.2
Install InstallOk
Docs Ok
Tests Ok
Time submitted 2023-10-29 15:04:36.261880462 UTC
Compiler ghc-9.2.4
OS linux
Arch x86_64
Dependencies base-4.16.3.0, generic-lens-2.2.2.0, rank2classes-1.5.3, template-haskell-2.18.0.0, transformers-0.5.6.2
Flags none

Code Coverage

expressions0% (0/421)
booleanguards100% (0/0)
conditions 100% (0/0)
qualifiers100% (0/0)
alternatives0% (0/16)
local declarations0% (0/6)
top-level declarations0% (0/169)

Build log

[view raw]

Resolving dependencies...
Starting     StateVar-1.2.2
Starting     cabal-doctest-1.0.9
Starting     indexed-profunctors-0.1.1.1
Starting     tagged-0.8.8
Starting     th-abstraction-0.6.0.0
Starting     base-orphans-0.9.1
Starting     transformers-compat-0.7.2
Building     indexed-profunctors-0.1.1.1
Building     StateVar-1.2.2
Building     cabal-doctest-1.0.9
Building     base-orphans-0.9.1
Building     tagged-0.8.8
Building     th-abstraction-0.6.0.0
Building     transformers-compat-0.7.2
Completed    StateVar-1.2.2
Starting     contravariant-1.5.5
Building     contravariant-1.5.5
Completed    base-orphans-0.9.1
Completed    indexed-profunctors-0.1.1.1
Starting     generic-lens-core-2.2.1.0
Completed    tagged-0.8.8
Starting     distributive-0.6.2.1
Starting     assoc-1.1
Starting     foldable1-classes-compat-0.1
Building     generic-lens-core-2.2.1.0
Completed    transformers-compat-0.7.2
Building     distributive-0.6.2.1
Building     assoc-1.1
Building     foldable1-classes-compat-0.1
Completed    cabal-doctest-1.0.9
Completed    th-abstraction-0.6.0.0
Completed    contravariant-1.5.5
Completed    assoc-1.1
Completed    distributive-0.6.2.1
Starting     data-functor-logistic-0.0
Building     data-functor-logistic-0.0
Completed    foldable1-classes-compat-0.1
Starting     indexed-traversable-0.1.3
Building     indexed-traversable-0.1.3
Completed    generic-lens-core-2.2.1.0
Completed    data-functor-logistic-0.0
Starting     rank2classes-1.5.3
Building     rank2classes-1.5.3
Completed    indexed-traversable-0.1.3
Starting     comonad-5.0.8
Building     comonad-5.0.8
Completed    comonad-5.0.8
Starting     bifunctors-5.6.1
Building     bifunctors-5.6.1
Completed    rank2classes-1.5.3
Completed    bifunctors-5.6.1
Starting     profunctors-5.6.2
Building     profunctors-5.6.2
Completed    profunctors-5.6.2
Starting     generic-lens-2.2.2.0
Building     generic-lens-2.2.2.0
Completed    generic-lens-2.2.2.0
Downloading  deep-transformations-0.2.2
Downloaded   deep-transformations-0.2.2
Starting     deep-transformations-0.2.2
Building     deep-transformations-0.2.2
Completed    deep-transformations-0.2.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):
 - rank2classes-1.5.3 (lib:rank2classes) (requires build)
 - deep-transformations-0.2.2 (first run)
Starting     rank2classes-1.5.3 (all, legacy fallback)
Building     rank2classes-1.5.3 (all, legacy fallback)
Installing   rank2classes-1.5.3 (all, legacy fallback)
Completed    rank2classes-1.5.3 (all, legacy fallback)
[1 of 1] Compiling Main             ( /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/setup/setup.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/setup/Main.o )
Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/setup/setup ...
Configuring deep-transformations-0.2.2...
Preprocessing library for deep-transformations-0.2.2..
Building library for deep-transformations-0.2.2..
[ 1 of 13] Compiling Transformation   ( src/Transformation.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation.dyn_o )

src/Transformation.hs:27:1: warning: [-Wunused-imports]
    The import of Data.Coerce is redundant
      except perhaps to import instances from Data.Coerce
    To import instances alone, use: import Data.Coerce()
   |
27 | import Data.Coerce (coerce)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Transformation.hs:33:1: warning: [-Wunused-imports]
    The import of GHC.TypeLits is redundant
      except perhaps to import instances from GHC.TypeLits
    To import instances alone, use: import GHC.TypeLits()
   |
33 | import GHC.TypeLits (ErrorMessage (Text, ShowType, (:<>:)), TypeError)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 2 of 13] Compiling Transformation.AG ( src/Transformation/AG.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/AG.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/AG.dyn_o )
[ 3 of 13] Compiling Transformation.Deep[boot] ( src/Transformation/Deep.hs-boot, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Deep.o-boot, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Deep.dyn_o )
[ 4 of 13] Compiling Transformation.Full ( src/Transformation/Full.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Full.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Full.dyn_o )
[ 5 of 13] Compiling Transformation.Deep ( src/Transformation/Deep.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Deep.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Deep.dyn_o )
[ 6 of 13] Compiling Transformation.Deep.TH ( src/Transformation/Deep/TH.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Deep/TH.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Deep/TH.dyn_o )

src/Transformation/Deep/TH.hs:20: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()
   |
20 | import Data.Monoid ((<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^

src/Transformation/Deep/TH.hs:22:1: warning: [-Wunused-imports]
    The import of BangType, VarBangType
    from module Language.Haskell.TH.Syntax is redundant
   |
22 | import Language.Haskell.TH.Syntax (BangType, VarBangType, getQ, putQ)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Transformation/Deep/TH.hs:111:8: warning: [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [TyVarBndr ()] not matched:
            []
            [(PlainTV _ _)]
            ((PlainTV _ _):_:_)
            [(KindedTV (Language.Haskell.TH.Syntax.Name _ _) ()
              (ForallT _ _ _))]
            ...
    |
111 |    let (KindedTV tyVar _ (AppT (AppT ArrowT StarT) StarT) :
    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

src/Transformation/Deep/TH.hs:146:1: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In an equation for genDeepmapClause:
        Patterns of type Q Type -> Q Type, Q Type -> Q Type,
                         Q Type -> Q Type, Q Type, Con not matched:
            _ _ _ (Language.Haskell.TH.Syntax.Q _) (InfixC _ _ _)
            _ _ _ (Language.Haskell.TH.Syntax.Q _)
            (GadtC [] [] (ForallT _ _ _))
            _ _ _ (Language.Haskell.TH.Syntax.Q _)
            (GadtC [] [] (ForallVisT _ _))
            _ _ _ (Language.Haskell.TH.Syntax.Q _) (GadtC [] [] (AppT _ _))
            ...
    |
146 | genDeepmapClause baseConstraint deepConstraint fullConstraint _instanceType (NormalC name fieldTypes) = do
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

src/Transformation/Deep/TH.hs:191:1: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In an equation for genFoldMapClause:
        Patterns of type Q Type -> Q Type, Q Type -> Q Type,
                         Q Type -> Q Type, Q Type, Con not matched:
            _ _ _ (Language.Haskell.TH.Syntax.Q _) (InfixC _ _ _)
            _ _ _ (Language.Haskell.TH.Syntax.Q _)
            (GadtC [] [] (ForallT _ _ _))
            _ _ _ (Language.Haskell.TH.Syntax.Q _)
            (GadtC [] [] (ForallVisT _ _))
            _ _ _ (Language.Haskell.TH.Syntax.Q _) (GadtC [] [] (AppT _ _))
            ...
    |
191 | genFoldMapClause baseConstraint deepConstraint fullConstraint _instanceType (NormalC name fieldTypes) = do
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

src/Transformation/Deep/TH.hs:242:1: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In an equation for genTraverseClause:
        Patterns of type GenTraverseFieldType, Q Type -> Q Type,
                         Q Type -> Q Type, Q Type -> Q Type, Q Type,
                         Con not matched:
            _ _ _ _ (Language.Haskell.TH.Syntax.Q _) (InfixC _ _ _)
            _ _ _ _ (Language.Haskell.TH.Syntax.Q _)
            (GadtC [] [] (ForallT _ _ _))
            _ _ _ _ (Language.Haskell.TH.Syntax.Q _)
            (GadtC [] [] (ForallVisT _ _))
            _ _ _ _ (Language.Haskell.TH.Syntax.Q _) (GadtC [] [] (AppT _ _))
            ...
    |
242 | genTraverseClause genField baseConstraint deepConstraint fullConstraint _instanceType (NormalC name fieldTypes) =
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[ 7 of 13] Compiling Transformation.AG.Dimorphic ( src/Transformation/AG/Dimorphic.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/AG/Dimorphic.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/AG/Dimorphic.dyn_o )

src/Transformation/AG/Dimorphic.hs:13:1: warning: [-Wunused-imports]
    The import of Data.Semigroup is redundant
      except perhaps to import instances from Data.Semigroup
    To import instances alone, use: import Data.Semigroup()
   |
13 | import Data.Semigroup (Semigroup(..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 8 of 13] Compiling Transformation.AG.Monomorphic ( src/Transformation/AG/Monomorphic.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/AG/Monomorphic.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/AG/Monomorphic.dyn_o )
[ 9 of 13] Compiling Transformation.Full.TH ( src/Transformation/Full/TH.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Full/TH.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Full/TH.dyn_o )
[10 of 13] Compiling Transformation.Rank2 ( src/Transformation/Rank2.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Rank2.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Rank2.dyn_o )
[11 of 13] Compiling Transformation.Shallow ( src/Transformation/Shallow.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Shallow.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Shallow.dyn_o )
[12 of 13] Compiling Transformation.AG.Generics ( src/Transformation/AG/Generics.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/AG/Generics.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/AG/Generics.dyn_o )

src/Transformation/AG/Generics.hs:29:1: warning: [-Wunused-imports]
    The import of Data.Semigroup is redundant
      except perhaps to import instances from Data.Semigroup
    To import instances alone, use: import Data.Semigroup()
   |
29 | import Data.Semigroup (Semigroup(..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[13 of 13] Compiling Transformation.Shallow.TH ( src/Transformation/Shallow/TH.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Shallow/TH.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/Transformation/Shallow/TH.dyn_o )

src/Transformation/Shallow/TH.hs:20: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()
   |
20 | import Data.Monoid (Monoid, (<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Transformation/Shallow/TH.hs:22:1: warning: [-Wunused-imports]
    The import of BangType, VarBangType
    from module Language.Haskell.TH.Syntax is redundant
   |
22 | import Language.Haskell.TH.Syntax (BangType, VarBangType, getQ, putQ)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Transformation/Shallow/TH.hs:108:8: warning: [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [TyVarBndr ()] not matched:
            []
            [(PlainTV _ _)]
            ((PlainTV _ _):_:_)
            [(KindedTV (Language.Haskell.TH.Syntax.Name _ _) ()
              (ForallT _ _ _))]
            ...
    |
108 |    let (KindedTV tyVar _ (AppT (AppT ArrowT StarT) StarT) : _) = reverse tyVars'
    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Transformation/Shallow/TH.hs:139:1: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In an equation for genShallowmapClause:
        Patterns of type Q Type -> Q Type, Q Type -> Q Type, Q Type,
                         Con not matched:
            _ _ (Language.Haskell.TH.Syntax.Q _) (InfixC _ _ _)
            _ _ (Language.Haskell.TH.Syntax.Q _) (GadtC [] [] (ForallT _ _ _))
            _ _ (Language.Haskell.TH.Syntax.Q _) (GadtC [] [] (ForallVisT _ _))
            _ _ (Language.Haskell.TH.Syntax.Q _) (GadtC [] [] (AppT _ _))
            ...
    |
139 | genShallowmapClause shallowConstraint baseConstraint _instanceType (NormalC name fieldTypes) = do
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

src/Transformation/Shallow/TH.hs:179:1: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In an equation for genFoldMapClause:
        Patterns of type Q Type -> Q Type, Q Type -> Q Type, Q Type,
                         Con not matched:
            _ _ (Language.Haskell.TH.Syntax.Q _) (InfixC _ _ _)
            _ _ (Language.Haskell.TH.Syntax.Q _) (GadtC [] [] (ForallT _ _ _))
            _ _ (Language.Haskell.TH.Syntax.Q _) (GadtC [] [] (ForallVisT _ _))
            _ _ (Language.Haskell.TH.Syntax.Q _) (GadtC [] [] (AppT _ _))
            ...
    |
179 | genFoldMapClause shallowConstraint baseConstraint _instanceType (NormalC name fieldTypes) = do
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

src/Transformation/Shallow/TH.hs:225:1: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In an equation for genTraverseClause:
        Patterns of type GenTraverseFieldType, Q Type -> Q Type,
                         Q Type -> Q Type, Q Type, Con not matched:
            _ _ _ (Language.Haskell.TH.Syntax.Q _) (InfixC _ _ _)
            _ _ _ (Language.Haskell.TH.Syntax.Q _)
            (GadtC [] [] (ForallT _ _ _))
            _ _ _ (Language.Haskell.TH.Syntax.Q _)
            (GadtC [] [] (ForallVisT _ _))
            _ _ _ (Language.Haskell.TH.Syntax.Q _) (GadtC [] [] (AppT _ _))
            ...
    |
225 | genTraverseClause genField shallowConstraint baseConstraint _instanceType (NormalC name fieldTypes) = do
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
Preprocessing test suite 'doctests' for deep-transformations-0.2.2..
Building test suite 'doctests' for deep-transformations-0.2.2..
[1 of 5] Compiling Build_doctests   ( /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/doctests/autogen/Build_doctests.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/doctests/doctests-tmp/Build_doctests.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/doctests/doctests-tmp/Build_doctests.dyn_o )
[2 of 5] Compiling Main             ( test/Doctest.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/doctests/doctests-tmp/Main.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/doctests/doctests-tmp/Main.dyn_o )
[3 of 5] Compiling README           ( test/README.lhs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/doctests/doctests-tmp/README.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/doctests/doctests-tmp/README.dyn_o )
[4 of 5] Compiling RepMin           ( test/RepMin.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/doctests/doctests-tmp/RepMin.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/doctests/doctests-tmp/RepMin.dyn_o )
[5 of 5] Compiling RepMinAuto       ( test/RepMinAuto.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/doctests/doctests-tmp/RepMinAuto.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/doctests/doctests-tmp/RepMinAuto.dyn_o )
Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/deep-transformations-0.2.2/noopt/build/doctests/doctests ...
Running 1 test suites...
Test suite doctests: RUNNING...
Test suite doctests: PASS
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/deep-transformations-0.2.2.test
Writing: deep-transformations-0.2.2-inplace/Transformation.AG.Generics.hs.html
Writing: deep-transformations-0.2.2-inplace/Transformation.AG.hs.html
Writing: deep-transformations-0.2.2-inplace/Transformation.Full.hs.html
Writing: deep-transformations-0.2.2-inplace/Transformation.Deep.hs.html
Writing: deep-transformations-0.2.2-inplace/Transformation.Shallow.hs.html
Writing: deep-transformations-0.2.2-inplace/Transformation.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/deep-transformations-0.2.2/noopt/hpc/vanilla/html/doctests/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: deep-transformations-0.2.2-inplace/Transformation.AG.Generics.hs.html
Writing: deep-transformations-0.2.2-inplace/Transformation.AG.hs.html
Writing: deep-transformations-0.2.2-inplace/Transformation.Full.hs.html
Writing: deep-transformations-0.2.2-inplace/Transformation.Deep.hs.html
Writing: deep-transformations-0.2.2-inplace/Transformation.Shallow.hs.html
Writing: deep-transformations-0.2.2-inplace/Transformation.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/deep-transformations-0.2.2/noopt/hpc/vanilla/html/deep-transformations-0.2.2/hpc_index.html