Build #2 for tasty-autocollect-0.4.4

[all reports]

Package tasty-autocollect-0.4.4
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2024-12-22 01:15:53.997207444 UTC
Compiler ghc-9.6.3
OS linux
Arch x86_64
Dependencies base-4.18.1.0, bytestring-0.11.5.2, containers-0.6.7, directory-1.3.8.1, filepath-1.4.100.4, ghc-9.6.3, tasty-1.5.2, tasty-expected-failure-0.12.3, template-haskell-2.20.0.0, text-2.0.2, transformers-0.6.1.0, base-4.18.1.0, text-2.0.2
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Starting     tagged-0.8.9
Starting     colour-2.3.6
Starting     unbounded-delays-0.1.1.1
Starting     transformers-compat-0.7.2
Starting     prettyprinter-1.7.1
Building     colour-2.3.6
Building     tagged-0.8.9
Building     unbounded-delays-0.1.1.1
Building     transformers-compat-0.7.2
Building     prettyprinter-1.7.1
Completed    unbounded-delays-0.1.1.1
Completed    tagged-0.8.9
Completed    transformers-compat-0.7.2
Completed    colour-2.3.6
Starting     ansi-terminal-types-1.1
Building     ansi-terminal-types-1.1
Completed    prettyprinter-1.7.1
Completed    ansi-terminal-types-1.1
Starting     ansi-terminal-1.1.2
Building     ansi-terminal-1.1.2
Completed    ansi-terminal-1.1.2
Starting     prettyprinter-ansi-terminal-1.1.3
Building     prettyprinter-ansi-terminal-1.1.3
Completed    prettyprinter-ansi-terminal-1.1.3
Starting     optparse-applicative-0.18.1.0
Building     optparse-applicative-0.18.1.0
Completed    optparse-applicative-0.18.1.0
Starting     tasty-1.5.2
Building     tasty-1.5.2
Completed    tasty-1.5.2
Starting     tasty-expected-failure-0.12.3
Building     tasty-expected-failure-0.12.3
Completed    tasty-expected-failure-0.12.3
Starting     tasty-autocollect-0.4.4
Building     tasty-autocollect-0.4.4
Failed to install tasty-autocollect-0.4.4
Build log ( /home/builder/.cabal/logs/ghc-9.6.3/tasty-autocollect-0.4.4-7WSFzyHx9nK5SgS5TQhvac.log ):
cabal: Entering directory '/tmp/cabal-tmp-461489/tasty-autocollect-0.4.4'
Configuring tasty-autocollect-0.4.4...
Preprocessing library for tasty-autocollect-0.4.4..
Building library for tasty-autocollect-0.4.4..
[ 1 of 14] Compiling Test.Tasty.AutoCollect.Config ( src/Test/Tasty/AutoCollect/Config.hs, dist/build/Test/Tasty/AutoCollect/Config.o, dist/build/Test/Tasty/AutoCollect/Config.dyn_o )
[ 2 of 14] Compiling Test.Tasty.AutoCollect.GHC.Shim_Common ( src/Test/Tasty/AutoCollect/GHC/Shim_Common.hs, dist/build/Test/Tasty/AutoCollect/GHC/Shim_Common.o, dist/build/Test/Tasty/AutoCollect/GHC/Shim_Common.dyn_o )
[ 3 of 14] Compiling Test.Tasty.AutoCollect.GHC.Shim ( src/Test/Tasty/AutoCollect/GHC/Shim.hs, dist/build/Test/Tasty/AutoCollect/GHC/Shim.o, dist/build/Test/Tasty/AutoCollect/GHC/Shim.dyn_o )
[ 4 of 14] Compiling Test.Tasty.AutoCollect.GHC ( src/Test/Tasty/AutoCollect/GHC.hs, dist/build/Test/Tasty/AutoCollect/GHC.o, dist/build/Test/Tasty/AutoCollect/GHC.dyn_o )

src/Test/Tasty/AutoCollect/GHC.hs:57:13: error: [GHC-76037]
    Not in scope: type constructor or class Outputable
   |
57 | showPpr :: (Outputable a) => a -> String
   |             ^^^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:62:14: error: [GHC-76037]
    Not in scope: type constructor or class LHsDecl
   |
62 | parseDecl :: LHsDecl GhcPs -> Maybe ParsedDecl
   |              ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:62:22: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
   |
62 | parseDecl :: LHsDecl GhcPs -> Maybe ParsedDecl
   |                      ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:63:12: error: [GHC-76037]
    Not in scope: data constructor L
   |
63 | parseDecl (L _ decl) =
   |            ^

src/Test/Tasty/AutoCollect/GHC.hs:65:5: error: [GHC-76037]
    Not in scope: data constructor SigD
   |
65 |     SigD _ (TypeSig _ names ty) -> Just $ FuncSig names ty
   |     ^^^^

src/Test/Tasty/AutoCollect/GHC.hs:65:13: error: [GHC-76037]
    Not in scope: data constructor TypeSig
   |
65 |     SigD _ (TypeSig _ names ty) -> Just $ FuncSig names ty
   |             ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:66:5: error: [GHC-76037]
    Not in scope: data constructor ValD
   |
66 |     ValD _ (FunBind _ name MG{mg_alts = L _ matches}) ->
   |     ^^^^

src/Test/Tasty/AutoCollect/GHC.hs:66:13: error: [GHC-76037]
    Not in scope: data constructor FunBind
   |
66 |     ValD _ (FunBind _ name MG{mg_alts = L _ matches}) ->
   |             ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:66:28: error: [GHC-76037]
    Not in scope: data constructor MG
   |
66 |     ValD _ (FunBind _ name MG{mg_alts = L _ matches}) ->
   |                            ^^

src/Test/Tasty/AutoCollect/GHC.hs:66:31: error: [GHC-76037]
    Not in scope: mg_alts
   |
66 |     ValD _ (FunBind _ name MG{mg_alts = L _ matches}) ->
   |                               ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:66:41: error: [GHC-76037]
    Not in scope: data constructor L
   |
66 |     ValD _ (FunBind _ name MG{mg_alts = L _ matches}) ->
   |                                         ^

src/Test/Tasty/AutoCollect/GHC.hs:70:24: error: [GHC-76037]
    Not in scope: data constructor Match
   |
70 |     parseFuncSingleDef Match{m_pats, m_grhss = GRHSs _ bodys whereClause} =
   |                        ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:70:30: error: [GHC-76037]
    Not in scope: m_pats
   |
70 |     parseFuncSingleDef Match{m_pats, m_grhss = GRHSs _ bodys whereClause} =
   |                              ^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:70:38: error: [GHC-76037]
    Not in scope: m_grhss
   |
70 |     parseFuncSingleDef Match{m_pats, m_grhss = GRHSs _ bodys whereClause} =
   |                                      ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:70:48: error: [GHC-76037]
    Not in scope: data constructor GRHSs
   |
70 |     parseFuncSingleDef Match{m_pats, m_grhss = GRHSs _ bodys whereClause} =
   |                                                ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:76:27: error: [GHC-76037]
    Not in scope: data constructor L
   |
76 |     parseFuncGuardedBody (L _ (GRHS _ guards body)) =
   |                           ^

src/Test/Tasty/AutoCollect/GHC.hs:76:32: error: [GHC-76037]
    Not in scope: data constructor GRHS
   |
76 |     parseFuncGuardedBody (L _ (GRHS _ guards body)) =
   |                                ^^^^

src/Test/Tasty/AutoCollect/GHC.hs:79:19: error: [GHC-76037]
    Not in scope: type constructor or class LPat
   |
79 | parseLitStrPat :: LPat GhcPs -> Maybe String
   |                   ^^^^

src/Test/Tasty/AutoCollect/GHC.hs:79:24: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
   |
79 | parseLitStrPat :: LPat GhcPs -> Maybe String
   |                        ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:81:3: error: [GHC-76037]
    Not in scope: data constructor L
   |
81 |   L _ (LitPat _ (HsString _ s)) -> Just (unpackFS s)
   |   ^

src/Test/Tasty/AutoCollect/GHC.hs:81:8: error: [GHC-76037]
    Not in scope: data constructor LitPat
   |
81 |   L _ (LitPat _ (HsString _ s)) -> Just (unpackFS s)
   |        ^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:81:18: error: [GHC-76037]
    Not in scope: data constructor HsString
   |
81 |   L _ (LitPat _ (HsString _ s)) -> Just (unpackFS s)
   |                  ^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:84:19: error: [GHC-76037]
    Not in scope: type constructor or class LHsSigWcType
   |
84 | parseSigWcType :: LHsSigWcType GhcPs -> Maybe ParsedType
   |                   ^^^^^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:84:32: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
   |
84 | parseSigWcType :: LHsSigWcType GhcPs -> Maybe ParsedType
   |                                ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:85:17: error: [GHC-76037]
    Not in scope: data constructor HsWC
   |
85 | parseSigWcType (HsWC _ (L _ (HsSig _ _ ltype))) = parseType ltype
   |                 ^^^^

src/Test/Tasty/AutoCollect/GHC.hs:85:25: error: [GHC-76037]
    Not in scope: data constructor L
   |
85 | parseSigWcType (HsWC _ (L _ (HsSig _ _ ltype))) = parseType ltype
   |                         ^

src/Test/Tasty/AutoCollect/GHC.hs:85:30: error: [GHC-76037]
    Not in scope: data constructor HsSig
   |
85 | parseSigWcType (HsWC _ (L _ (HsSig _ _ ltype))) = parseType ltype
   |                              ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:87:14: error: [GHC-76037]
    Not in scope: type constructor or class LHsType
   |
87 | parseType :: LHsType GhcPs -> Maybe ParsedType
   |              ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:87:22: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
   |
87 | parseType :: LHsType GhcPs -> Maybe ParsedType
   |                      ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:88:12: error: [GHC-76037]
    Not in scope: data constructor L
   |
88 | parseType (L _ ty) =
   |            ^

src/Test/Tasty/AutoCollect/GHC.hs:90:5: error: [GHC-76037]
    Not in scope: data constructor HsTyVar
   |
90 |     HsTyVar _ flag name -> Just $ TypeVar flag name
   |     ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:91:5: error: [GHC-76037]
    Not in scope: data constructor HsListTy
   |
91 |     HsListTy _ t -> TypeList <$> parseType t
   |     ^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:96:15: error: [GHC-76037]
    Not in scope: type constructor or class LocatedN
   |
96 | genFuncSig :: LocatedN RdrName -> LHsType GhcPs -> HsDecl GhcPs
   |               ^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:96:24: error: [GHC-76037]
    Not in scope: type constructor or class RdrName
   |
96 | genFuncSig :: LocatedN RdrName -> LHsType GhcPs -> HsDecl GhcPs
   |                        ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:96:35: error: [GHC-76037]
    Not in scope: type constructor or class LHsType
   |
96 | genFuncSig :: LocatedN RdrName -> LHsType GhcPs -> HsDecl GhcPs
   |                                   ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:96:43: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
   |
96 | genFuncSig :: LocatedN RdrName -> LHsType GhcPs -> HsDecl GhcPs
   |                                           ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:96:52: error: [GHC-76037]
    Not in scope: type constructor or class HsDecl
   |
96 | genFuncSig :: LocatedN RdrName -> LHsType GhcPs -> HsDecl GhcPs
   |                                                    ^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:96:59: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
   |
96 | genFuncSig :: LocatedN RdrName -> LHsType GhcPs -> HsDecl GhcPs
   |                                                           ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:104:16: error: [GHC-76037]
    Not in scope: type constructor or class LocatedN
    |
104 | genFuncDecl :: LocatedN RdrName -> LocatedE [LPat GhcPs] -> LHsExpr GhcPs -> Maybe (HsLocalBinds GhcPs) -> HsDecl GhcPs
    |                ^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:104:25: error: [GHC-76037]
    Not in scope: type constructor or class RdrName
    |
104 | genFuncDecl :: LocatedN RdrName -> LocatedE [LPat GhcPs] -> LHsExpr GhcPs -> Maybe (HsLocalBinds GhcPs) -> HsDecl GhcPs
    |                         ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:104:36: error: [GHC-76037]
    Not in scope: type constructor or class LocatedE
    |
104 | genFuncDecl :: LocatedN RdrName -> LocatedE [LPat GhcPs] -> LHsExpr GhcPs -> Maybe (HsLocalBinds GhcPs) -> HsDecl GhcPs
    |                                    ^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:104:46: error: [GHC-76037]
    Not in scope: type constructor or class LPat
    |
104 | genFuncDecl :: LocatedN RdrName -> LocatedE [LPat GhcPs] -> LHsExpr GhcPs -> Maybe (HsLocalBinds GhcPs) -> HsDecl GhcPs
    |                                              ^^^^

src/Test/Tasty/AutoCollect/GHC.hs:104:51: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
    |
104 | genFuncDecl :: LocatedN RdrName -> LocatedE [LPat GhcPs] -> LHsExpr GhcPs -> Maybe (HsLocalBinds GhcPs) -> HsDecl GhcPs
    |                                                   ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:104:61: error: [GHC-76037]
    Not in scope: type constructor or class LHsExpr
    |
104 | genFuncDecl :: LocatedN RdrName -> LocatedE [LPat GhcPs] -> LHsExpr GhcPs -> Maybe (HsLocalBinds GhcPs) -> HsDecl GhcPs
    |                                                             ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:104:69: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
    |
104 | genFuncDecl :: LocatedN RdrName -> LocatedE [LPat GhcPs] -> LHsExpr GhcPs -> Maybe (HsLocalBinds GhcPs) -> HsDecl GhcPs
    |                                                                     ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:104:85: error: [GHC-76037]
    Not in scope: type constructor or class HsLocalBinds
    |
104 | genFuncDecl :: LocatedN RdrName -> LocatedE [LPat GhcPs] -> LHsExpr GhcPs -> Maybe (HsLocalBinds GhcPs) -> HsDecl GhcPs
    |                                                                                     ^^^^^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:104:98: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
    |
104 | genFuncDecl :: LocatedN RdrName -> LocatedE [LPat GhcPs] -> LHsExpr GhcPs -> Maybe (HsLocalBinds GhcPs) -> HsDecl GhcPs
    |                                                                                                  ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:104:108: error: [GHC-76037]
    Not in scope: type constructor or class HsDecl
    |
104 | genFuncDecl :: LocatedN RdrName -> LocatedE [LPat GhcPs] -> LHsExpr GhcPs -> Maybe (HsLocalBinds GhcPs) -> HsDecl GhcPs
    |                                                                                                            ^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:104:115: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
    |
104 | genFuncDecl :: LocatedN RdrName -> LocatedE [LPat GhcPs] -> LHsExpr GhcPs -> Maybe (HsLocalBinds GhcPs) -> HsDecl GhcPs
    |                                                                                                                   ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:112:11: error: [GHC-76037]
    Not in scope: type constructor or class LocatedN
    |
112 | lhsvar :: LocatedN RdrName -> LHsExpr GhcPs
    |           ^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:112:20: error: [GHC-76037]
    Not in scope: type constructor or class RdrName
    |
112 | lhsvar :: LocatedN RdrName -> LHsExpr GhcPs
    |                    ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:112:31: error: [GHC-76037]
    Not in scope: type constructor or class LHsExpr
    |
112 | lhsvar :: LocatedN RdrName -> LHsExpr GhcPs
    |                               ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:112:39: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
    |
112 | lhsvar :: LocatedN RdrName -> LHsExpr GhcPs
    |                                       ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:115:12: error: [GHC-76037]
    Not in scope: type constructor or class Name
    |
115 | mkHsVar :: Name -> LHsExpr GhcPs
    |            ^^^^

src/Test/Tasty/AutoCollect/GHC.hs:115:20: error: [GHC-76037]
    Not in scope: type constructor or class LHsExpr
    |
115 | mkHsVar :: Name -> LHsExpr GhcPs
    |                    ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:115:28: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
    |
115 | mkHsVar :: Name -> LHsExpr GhcPs
    |                            ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:118:17: error: [GHC-76037]
    Not in scope: type constructor or class LHsExpr
    |
118 | mkHsAppTypes :: LHsExpr GhcPs -> [LHsType GhcPs] -> LHsExpr GhcPs
    |                 ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:118:25: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
    |
118 | mkHsAppTypes :: LHsExpr GhcPs -> [LHsType GhcPs] -> LHsExpr GhcPs
    |                         ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:118:35: error: [GHC-76037]
    Not in scope: type constructor or class LHsType
    |
118 | mkHsAppTypes :: LHsExpr GhcPs -> [LHsType GhcPs] -> LHsExpr GhcPs
    |                                   ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:118:43: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
    |
118 | mkHsAppTypes :: LHsExpr GhcPs -> [LHsType GhcPs] -> LHsExpr GhcPs
    |                                           ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:118:53: error: [GHC-76037]
    Not in scope: type constructor or class LHsExpr
    |
118 | mkHsAppTypes :: LHsExpr GhcPs -> [LHsType GhcPs] -> LHsExpr GhcPs
    |                                                     ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:118:61: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
    |
118 | mkHsAppTypes :: LHsExpr GhcPs -> [LHsType GhcPs] -> LHsExpr GhcPs
    |                                                             ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:121:14: error: [GHC-76037]
    Not in scope: type constructor or class Name
    |
121 | mkHsTyVar :: Name -> LHsType GhcPs
    |              ^^^^

src/Test/Tasty/AutoCollect/GHC.hs:121:22: error: [GHC-76037]
    Not in scope: type constructor or class LHsType
    |
121 | mkHsTyVar :: Name -> LHsType GhcPs
    |                      ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:121:30: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
    |
121 | mkHsTyVar :: Name -> LHsType GhcPs
    |                              ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:125:18: error: [GHC-76037]
    Not in scope: type constructor or class LHsExpr
    |
125 | mkExprTypeSig :: LHsExpr GhcPs -> LHsType GhcPs -> LHsExpr GhcPs
    |                  ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:125:26: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
    |
125 | mkExprTypeSig :: LHsExpr GhcPs -> LHsType GhcPs -> LHsExpr GhcPs
    |                          ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:125:35: error: [GHC-76037]
    Not in scope: type constructor or class LHsType
    |
125 | mkExprTypeSig :: LHsExpr GhcPs -> LHsType GhcPs -> LHsExpr GhcPs
    |                                   ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:125:43: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
    |
125 | mkExprTypeSig :: LHsExpr GhcPs -> LHsType GhcPs -> LHsExpr GhcPs
    |                                           ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:125:52: error: [GHC-76037]
    Not in scope: type constructor or class LHsExpr
    |
125 | mkExprTypeSig :: LHsExpr GhcPs -> LHsType GhcPs -> LHsExpr GhcPs
    |                                                    ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:125:60: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
    |
125 | mkExprTypeSig :: LHsExpr GhcPs -> LHsType GhcPs -> LHsExpr GhcPs
    |                                                            ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:133:22: error: [GHC-76037]
    Not in scope: type constructor or class LocatedLI
    |
133 | getExportComments :: LocatedLI [LIE GhcPs] -> [RealLocated String]
    |                      ^^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:133:33: error: [GHC-76037]
    Not in scope: type constructor or class LIE
    |
133 | getExportComments :: LocatedLI [LIE GhcPs] -> [RealLocated String]
    |                                 ^^^

src/Test/Tasty/AutoCollect/GHC.hs:133:37: error: [GHC-76037]
    Not in scope: type constructor or class GhcPs
    |
133 | getExportComments :: LocatedLI [LIE GhcPs] -> [RealLocated String]
    |                                     ^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:133:48: error: [GHC-76037]
    Not in scope: type constructor or class RealLocated
    |
133 | getExportComments :: LocatedLI [LIE GhcPs] -> [RealLocated String]
    |                                                ^^^^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:136:22: error: [GHC-76037]
    Not in scope: data constructor L
    |
136 |     fromLEpaComment (L ann EpaComment{ac_tok}) =
    |                      ^

src/Test/Tasty/AutoCollect/GHC.hs:136:28: error: [GHC-76037]
    Not in scope: data constructor EpaComment
    |
136 |     fromLEpaComment (L ann EpaComment{ac_tok}) =
    |                            ^^^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:136:39: error: [GHC-76037]
    Not in scope: ac_tok
    |
136 |     fromLEpaComment (L ann EpaComment{ac_tok}) =
    |                                       ^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:141:34: error: [GHC-76037]
    Not in scope: type constructor or class GenLocated
    |
141 | firstLocatedWhere :: (Ord l) => (GenLocated l e -> Maybe a) -> [GenLocated l e] -> Maybe a
    |                                  ^^^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:141:65: error: [GHC-76037]
    Not in scope: type constructor or class GenLocated
    |
141 | firstLocatedWhere :: (Ord l) => (GenLocated l e -> Maybe a) -> [GenLocated l e] -> Maybe a
    |                                                                 ^^^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:144:16: error: [GHC-76037]
    Not in scope: type constructor or class SrcSpan
    |
144 | getSpanLine :: SrcSpan -> String
    |                ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:147:5: error: [GHC-76037]
    Not in scope: data constructor RealSrcLoc
    |
147 |     RealSrcLoc srcLoc _ -> "line " ++ show (srcLocLine srcLoc)
    |     ^^^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:148:5: error: [GHC-76037]
    Not in scope: data constructor UnhelpfulLoc
    |
148 |     UnhelpfulLoc s -> unpackFS s
    |     ^^^^^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:152:24: error: [GHC-76037]
    Not in scope: type constructor or class RdrName
    |
152 | mkRdrName :: String -> RdrName
    |                        ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:155:25: error: [GHC-76037]
    Not in scope: type constructor or class LocatedN
    |
155 | mkLRdrName :: String -> LocatedN RdrName
    |                         ^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:155:34: error: [GHC-76037]
    Not in scope: type constructor or class RdrName
    |
155 | mkLRdrName :: String -> LocatedN RdrName
    |                                  ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:158:28: error: [GHC-76037]
    Not in scope: type constructor or class RdrName
    |
158 | mkRdrNameType :: String -> RdrName
    |                            ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:161:29: error: [GHC-76037]
    Not in scope: type constructor or class LocatedN
    |
161 | mkLRdrNameType :: String -> LocatedN RdrName
    |                             ^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:161:38: error: [GHC-76037]
    Not in scope: type constructor or class RdrName
    |
161 | mkLRdrNameType :: String -> LocatedN RdrName
    |                                      ^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:164:16: error: [GHC-76037]
    Not in scope: type constructor or class LocatedN
    |
164 | fromRdrName :: LocatedN RdrName -> String
    |                ^^^^^^^^

src/Test/Tasty/AutoCollect/GHC.hs:164:25: error: [GHC-76037]
    Not in scope: type constructor or class RdrName
    |
164 | fromRdrName :: LocatedN RdrName -> String
    |                         ^^^^^^^
[ 6 of 14] Compiling Test.Tasty.AutoCollect.Utils.Text ( src/Test/Tasty/AutoCollect/Utils/Text.hs, dist/build/Test/Tasty/AutoCollect/Utils/Text.o, dist/build/Test/Tasty/AutoCollect/Utils/Text.dyn_o )
[ 7 of 14] Compiling Test.Tasty.AutoCollect.Constants ( src/Test/Tasty/AutoCollect/Constants.hs, dist/build/Test/Tasty/AutoCollect/Constants.o, dist/build/Test/Tasty/AutoCollect/Constants.dyn_o )
[ 8 of 14] Compiling Test.Tasty.AutoCollect.ModuleType ( src/Test/Tasty/AutoCollect/ModuleType.hs, dist/build/Test/Tasty/AutoCollect/ModuleType.o, dist/build/Test/Tasty/AutoCollect/ModuleType.dyn_o )
[ 9 of 14] Compiling Test.Tasty.AutoCollect.Utils.TreeMap ( src/Test/Tasty/AutoCollect/Utils/TreeMap.hs, dist/build/Test/Tasty/AutoCollect/Utils/TreeMap.o, dist/build/Test/Tasty/AutoCollect/Utils/TreeMap.dyn_o )
[12 of 14] Compiling Test.Tasty.Ext.Todo ( src/Test/Tasty/Ext/Todo.hs, dist/build/Test/Tasty/Ext/Todo.o, dist/build/Test/Tasty/Ext/Todo.dyn_o )
cabal: Leaving directory '/tmp/cabal-tmp-461489/tasty-autocollect-0.4.4'
Error: cabal: Some packages failed to install:
tasty-autocollect-0.4.4-7WSFzyHx9nK5SgS5TQhvac failed during the building
phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.