==> Building on s ==> Checking for remote environment... ==> Syncing package to remote host... sending incremental file list ./ PKGBUILD 700 38% 0.00kB/s 0:00:00 1,808 100% 1.06MB/s 0:00:00 (xfr#1, to-chk=1/3) haskell-rank2classes-1.4.4-35.log 200 100% 195.31kB/s 0:00:00 200 100% 195.31kB/s 0:00:00 (xfr#2, to-chk=0/3) sent 349 bytes received 75 bytes 169.60 bytes/sec total size is 1,996 speedup is 4.71 ==> Patching arch to riscv64... ==> Running extra-riscv64-build -- -d /home/felix/packages/riscv64-pkg-cache:/var/cache/pacman/pkg -l felix13 on remote host... [?25l:: Synchronizing package databases... core downloading... extra downloading... community downloading... :: Starting full system upgrade... there is nothing to do [?25h==> Building in chroot for [extra] (riscv64)... ==> Synchronizing chroot copy [/var/lib/archbuild/extra-riscv64/root] -> [felix13]...done ==> Making package: haskell-rank2classes 1.4.4-35 (Wed Aug 10 16:27:34 2022) ==> Retrieving sources...  -> Found rank2classes-1.4.4.tar.gz ==> Validating source files with sha512sums... rank2classes-1.4.4.tar.gz ... Passed ==> Making package: haskell-rank2classes 1.4.4-35 (Wed Aug 10 16:27:47 2022) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (5) New Version Net Change community/haskell-base-orphans 0.8.6-53.1 0.28 MiB community/haskell-tagged 0.8.6.1-5 0.33 MiB extra/numactl 2.0.14-3 0.19 MiB community/ghc-libs 9.0.2-1 139.65 MiB community/haskell-distributive 0.6.2.1-154 0.26 MiB Total Installed Size: 140.70 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing numactl... installing ghc-libs... installing haskell-base-orphans... installing haskell-tagged... installing haskell-distributive... :: Running post-transaction hooks... (1/1) Registering Haskell modules... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (22) New Version Net Change community/haskell-ansi-terminal 0.11.3-3.1 0.81 MiB community/haskell-ansi-wl-pprint 0.6.9-320.1 0.28 MiB community/haskell-base-compat 0.12.1-1 0.32 MiB community/haskell-call-stack 0.4.0-87.1 0.06 MiB community/haskell-clock 0.8.3-39.1 0.40 MiB community/haskell-code-page 0.2.1-5 0.06 MiB community/haskell-colour 2.3.6-112.1 0.86 MiB community/haskell-ghc-paths 0.1.0.12-12 0.01 MiB community/haskell-optparse-applicative 0.16.1.0-253.1 1.45 MiB community/haskell-syb 0.7.2.1-148.1 0.53 MiB community/haskell-transformers-compat 0.7.2-1 0.83 MiB community/haskell-unbounded-delays 0.1.1.1-6 0.04 MiB community/haskell-wcwidth 0.0.2-17 0.02 MiB core/libedit 20210910_3.1-1 0.23 MiB extra/llvm 14.0.6-1 494.90 MiB extra/llvm-libs 14.0.6-1 92.62 MiB community/ghc 9.0.2-1 193.26 MiB community/haskell-cabal-doctest 1.0.9-1.1 0.13 MiB community/haskell-doctest 0.20.0-19.1 0.84 MiB community/haskell-markdown-unlit 0.5.1-111 0.15 MiB community/haskell-tasty 1.4.2.1-107.2 1.54 MiB community/haskell-tasty-hunit 0.10.0.3-342.2 0.13 MiB Total Installed Size: 789.49 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing libedit... installing llvm-libs... installing llvm... installing ghc... installing haskell-cabal-doctest... installing haskell-base-compat... installing haskell-syb... installing haskell-code-page... installing haskell-ghc-paths... installing haskell-doctest... installing haskell-markdown-unlit... installing haskell-colour... installing haskell-ansi-terminal... installing haskell-clock... installing haskell-ansi-wl-pprint... installing haskell-transformers-compat... installing haskell-optparse-applicative... installing haskell-unbounded-delays... installing haskell-wcwidth... installing haskell-tasty... installing haskell-call-stack... installing haskell-tasty-hunit... :: Running post-transaction hooks... (1/1) Registering Haskell modules... [?25h==> Retrieving sources...  -> Found rank2classes-1.4.4.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources...  -> Extracting rank2classes-1.4.4.tar.gz with bsdtar ==> Starting build()... Configuring rank2classes-1.4.4... Preprocessing library for rank2classes-1.4.4.. Building library for rank2classes-1.4.4.. [1 of 2] Compiling Rank2 ( src/Rank2.hs, dist/build/Rank2.dyn_o ) src/Rank2.hs:30: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() | 30 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2.hs:31: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() | 31 | import Data.Monoid (Monoid(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2.hs:126:56: warning: [-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. | 126 | class Functor g => DistributiveTraversable (g :: (k -> *) -> *) where | ^ src/Rank2.hs:126:62: warning: [-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. | 126 | class Functor g => DistributiveTraversable (g :: (k -> *) -> *) where | ^ You are using an unsupported version of LLVM! Currently only 9 to 14 is supported. System LLVM version: 14.0.6 We will try though... [2 of 2] Compiling Rank2.TH ( src/Rank2/TH.hs, dist/build/Rank2/TH.dyn_o ) src/Rank2/TH.hs:21: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() | 21 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:23:1: warning: [-Wunused-imports] The import of ‘BangType, VarBangType’ from module ‘Language.Haskell.TH.Syntax’ is redundant | 23 | import Language.Haskell.TH.Syntax (BangType, VarBangType, getQ, putQ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:122:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘genAp’: Patterns not matched: [] ((NormalC _ _):_:_) ((RecC _ _):_:_) ((InfixC _ _ _):_:_) ... | 122 | genAp [con] = do (constraints, clause) <- genApClause False con | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:122:32: warning: [-Wname-shadowing] This binding for ‘clause’ shadows the existing binding imported from ‘Language.Haskell.TH’ at src/Rank2/TH.hs:22:1-26 (and originally defined in ‘Language.Haskell.TH.Lib.Internal’) | 122 | genAp [con] = do (constraints, clause) <- genApClause False con | ^^^^^^ src/Rank2/TH.hs:126:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘genLiftA2’: Patterns not matched: [] ((NormalC _ _):_:_) ((RecC _ _):_:_) ((InfixC _ _ _):_:_) ... | 126 | genLiftA2 [con] = funD 'Rank2.liftA2 [genLiftA2Clause False con] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:129:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘genLiftA3’: Patterns not matched: [] ((NormalC _ _):_:_) ((RecC _ _):_:_) ((InfixC _ _ _):_:_) ... | 129 | genLiftA3 [con] = funD 'Rank2.liftA3 [genLiftA3Clause False con] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:154:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘genCotraverse’: Patterns not matched: [] ((NormalC _ _):_:_) ((RecC _ _):_:_) ((InfixC _ _ _):_:_) ... | 154 | genCotraverse [con] = do (constraints, clause) <- genCotraverseClause con | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:154:40: warning: [-Wname-shadowing] This binding for ‘clause’ shadows the existing binding imported from ‘Language.Haskell.TH’ at src/Rank2/TH.hs:22:1-26 (and originally defined in ‘Language.Haskell.TH.Lib.Internal’) | 154 | genCotraverse [con] = do (constraints, clause) <- genCotraverseClause con | ^^^^^^ src/Rank2/TH.hs:158:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘genCotraverseTraversable’: Patterns not matched: [] ((NormalC _ _):_:_) ((RecC _ _):_:_) ((InfixC _ _ _):_:_) ... | 158 | genCotraverseTraversable [con] = do (constraints, clause) <- genCotraverseTraversableClause con | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:158:51: warning: [-Wname-shadowing] This binding for ‘clause’ shadows the existing binding imported from ‘Language.Haskell.TH’ at src/Rank2/TH.hs:22:1-26 (and originally defined in ‘Language.Haskell.TH.Lib.Internal’) | 158 | genCotraverseTraversable [con] = do (constraints, clause) <- genCotraverseTraversableClause con | ^^^^^^ src/Rank2/TH.hs:162:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘genFmapClause’: Patterns not matched: InfixC _ _ _ GadtC [] [] (ForallT _ _ _) GadtC [] [] (ForallVisT _ _) GadtC [] [] (AppT _ _) ... | 162 | genFmapClause (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:206:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘genLiftA2Clause’: Patterns not matched: False (InfixC _ _ _) True (InfixC _ _ _) False (GadtC [] [] (ForallT _ _ _)) False (GadtC [] [] (ForallVisT _ _)) ... | 206 | genLiftA2Clause unsafely (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:214:21: warning: [-Wname-shadowing] This binding for ‘y’ shadows the existing binding bound at src/Rank2/TH.hs:209:4 | 214 | newField (x, y) (_, fieldType) = genLiftA2Field unsafely (varE f) fieldType (varE x) (varE y) id | ^ src/Rank2/TH.hs:250:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘genLiftA3Clause’: Patterns not matched: False (InfixC _ _ _) True (InfixC _ _ _) False (GadtC [] [] (ForallT _ _ _)) False (GadtC [] [] (ForallVisT _ _)) ... | 250 | genLiftA3Clause unsafely (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:260:21: warning: [-Wname-shadowing] This binding for ‘y’ shadows the existing binding bound at src/Rank2/TH.hs:253:4 | 260 | newField (x, y, z) (_, fieldType) = genLiftA3Field unsafely (varE f) fieldType (varE x) (varE y) (varE z) id | ^ src/Rank2/TH.hs:260:24: warning: [-Wname-shadowing] This binding for ‘z’ shadows the existing binding bound at src/Rank2/TH.hs:254:4 | 260 | newField (x, y, z) (_, fieldType) = genLiftA3Field unsafely (varE f) fieldType (varE x) (varE y) (varE z) id | ^ src/Rank2/TH.hs:301:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘genApClause’: Patterns not matched: False (InfixC _ _ _) True (InfixC _ _ _) False (GadtC [] [] (ForallT _ _ _)) False (GadtC [] [] (ForallVisT _ _)) ... | 301 | genApClause unsafely (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:348:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘genPureClause’: Patterns not matched: InfixC _ _ _ ForallC _ _ _ GadtC _ _ _ RecGadtC _ _ _ | 348 | genPureClause (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:377:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘genFoldMapClause’: Patterns not matched: InfixC _ _ _ GadtC [] [] (ForallT _ _ _) GadtC [] [] (ForallVisT _ _) GadtC [] [] (AppT _ _) ... | 377 | genFoldMapClause (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:423:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘genTraverseClause’: Patterns not matched: InfixC _ _ _ GadtC [] [] (ForallT _ _ _) GadtC [] [] (ForallVisT _ _) GadtC [] [] (AppT _ _) ... | 423 | genTraverseClause (NormalC name []) = | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:472:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘genCotraverseClause’: Patterns not matched: InfixC _ _ _ ForallC _ _ _ GadtC _ _ _ RecGadtC _ _ _ ... | 472 | genCotraverseClause (NormalC name []) = genCotraverseClause (RecC name []) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:486:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘genCotraverseTraversableClause’: Patterns not matched: InfixC _ _ _ ForallC _ _ _ GadtC _ _ _ RecGadtC _ _ _ ... | 486 | genCotraverseTraversableClause (NormalC name []) = genCotraverseTraversableClause (RecC name []) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:503:4: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In a case alternative: Patterns not matched: ForallT _ _ _ ForallVisT _ _ AppKindT _ _ VarT _ ... | 503 | case fieldType of | ^^^^^^^^^^^^^^^^^... You are using an unsupported version of LLVM! Currently only 9 to 14 is supported. System LLVM version: 14.0.6 We will try though... Preprocessing test suite 'doctests' for rank2classes-1.4.4.. Building test suite 'doctests' for rank2classes-1.4.4.. [1 of 3] Compiling Build_doctests ( dist/build/doctests/autogen/Build_doctests.hs, dist/build/doctests/doctests-tmp/Build_doctests.dyn_o ) You are using an unsupported version of LLVM! Currently only 9 to 14 is supported. System LLVM version: 14.0.6 We will try though... [2 of 3] Compiling Main ( test/Doctest.hs, dist/build/doctests/doctests-tmp/Main.dyn_o ) You are using an unsupported version of LLVM! Currently only 9 to 14 is supported. System LLVM version: 14.0.6 We will try though... [3 of 3] Compiling MyModule ( test/MyModule.lhs, dist/build/doctests/doctests-tmp/MyModule.dyn_o ) You are using an unsupported version of LLVM! Currently only 9 to 14 is supported. System LLVM version: 14.0.6 We will try though... Linking dist/build/doctests/doctests ... Preprocessing test suite 'TH' for rank2classes-1.4.4.. Building test suite 'TH' for rank2classes-1.4.4.. [1 of 2] Compiling Issue23 ( test/Issue23.hs, dist/build/TH/TH-tmp/Issue23.dyn_o ) You are using an unsupported version of LLVM! Currently only 9 to 14 is supported. System LLVM version: 14.0.6 We will try though... [2 of 2] Compiling Main ( test/TH.hs, dist/build/TH/TH-tmp/Main.dyn_o ) You are using an unsupported version of LLVM! Currently only 9 to 14 is supported. System LLVM version: 14.0.6 We will try though... Linking dist/build/TH/TH ... Unregistering rank2classes-1.4.4... ==> Starting check()... Running 2 test suites... Test suite doctests: RUNNING... Examples: 0 Tried: 0 Errors: 0 Failures: 0 doctests: fd:14: hGetLine: end of file Test suite doctests: FAIL Test suite logged to: dist/test/rank2classes-1.4.4-doctests.log Test suite TH: RUNNING... Template tests Simple template test: OK (Cons (Identity True) (Cons (Identity False) Nil (Stmt (Identity 2) Nil)) (Stmt (Identity 3) (Cons (Identity True) Nil Unit))) Issue #23: OK All 2 tests passed (0.02s) Test suite TH: PASS Test suite logged to: dist/test/rank2classes-1.4.4-TH.log 1 of 2 test suites (1 of 2 test cases) passed. ==> ERROR: A failure occurred in check().  Aborting... ==> ERROR: Build failed, check /var/lib/archbuild/extra-riscv64/felix13/build receiving incremental file list haskell-rank2classes-1.4.4-35-riscv64-build.log haskell-rank2classes-1.4.4-35-riscv64-check.log haskell-rank2classes-1.4.4-35-x86_64-build.log haskell-rank2classes-1.4.4-35-x86_64-check.log haskell-rank2classes-1.4.4-35-x86_64-package.log sent 119 bytes received 4,740 bytes 1,943.60 bytes/sec total size is 27,463 speedup is 5.65