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