Resolving dependencies... Build profile: -w ghc-9.2.4 -O0 In order, the following will be built (use -v for more details): - base58-bytestring-0.1.0 (lib:base58-bytestring) (requires build) - optparse-applicative-0.17.1.0 (lib:optparse-applicative) (requires build) - bech32-1.1.3 (first run) Starting base58-bytestring-0.1.0 (all, legacy fallback) Starting optparse-applicative-0.17.1.0 (all, legacy fallback) Building optparse-applicative-0.17.1.0 (all, legacy fallback) Building base58-bytestring-0.1.0 (all, legacy fallback) Installing base58-bytestring-0.1.0 (all, legacy fallback) Completed base58-bytestring-0.1.0 (all, legacy fallback) Installing optparse-applicative-0.17.1.0 (all, legacy fallback) Completed optparse-applicative-0.17.1.0 (all, legacy fallback) Configuring bech32-1.1.3... Preprocessing library for bech32-1.1.3.. Building library for bech32-1.1.3.. [1 of 2] Compiling Codec.Binary.Bech32.Internal ( src/Codec/Binary/Bech32/Internal.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/bech32-1.1.3/noopt/build/Codec/Binary/Bech32/Internal.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/bech32-1.1.3/noopt/build/Codec/Binary/Bech32/Internal.dyn_o ) [2 of 2] Compiling Codec.Binary.Bech32 ( src/Codec/Binary/Bech32.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/bech32-1.1.3/noopt/build/Codec/Binary/Bech32.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/bech32-1.1.3/noopt/build/Codec/Binary/Bech32.dyn_o ) Preprocessing executable 'bech32' for bech32-1.1.3.. Building executable 'bech32' for bech32-1.1.3.. [1 of 2] Compiling Paths_bech32 ( /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/bech32-1.1.3/noopt/build/bech32/autogen/Paths_bech32.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/bech32-1.1.3/noopt/build/bech32/bech32-tmp/Paths_bech32.o ) [2 of 2] Compiling Main ( app/Main.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/bech32-1.1.3/noopt/build/bech32/bech32-tmp/Main.o ) app/Main.hs:91:30: warning: [-Wdeprecations] In the use of vsep (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 91 | , footerDoc $ Just $ vsep | ^^^^ app/Main.hs:92:15: warning: [-Wdeprecations] In the use of hsep (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 92 | [ hsep | ^^^^ app/Main.hs:93:19: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 93 | [ text "Supported encoding formats:" | ^^^^ app/Main.hs:94:30: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 94 | , indent 0 $ text "Base16, Bech32 & Base58." | ^^^^ app/Main.hs:96:15: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 96 | , text "" | ^^^^ app/Main.hs:97:15: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 97 | , text "Examples:" | ^^^^ app/Main.hs:98:26: warning: [-Wdeprecations] In the use of hsep (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 98 | , indent 2 $ hsep [underline $ text "To", text "Bech32:"] | ^^^^ app/Main.hs:98:32: warning: [-Wdeprecations] In the use of underline (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 98 | , indent 2 $ hsep [underline $ text "To", text "Bech32:"] | ^^^^^^^^^ app/Main.hs:98:44: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 98 | , indent 2 $ hsep [underline $ text "To", text "Bech32:"] | ^^^^ app/Main.hs:98:55: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 98 | , indent 2 $ hsep [underline $ text "To", text "Bech32:"] | ^^^^ app/Main.hs:99:26: warning: [-Wdeprecations] In the use of bold (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 99 | , indent 4 $ bold $ text "$ bech32 base16_ <<< 706174617465" | ^^^^ app/Main.hs:99:33: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 99 | , indent 4 $ bold $ text "$ bech32 base16_ <<< 706174617465" | ^^^^ app/Main.hs:100:26: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 100 | , indent 4 $ text "base16_1wpshgct5v5r5mxh0" | ^^^^ app/Main.hs:101:15: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 101 | , text "" | ^^^^ app/Main.hs:102:26: warning: [-Wdeprecations] In the use of bold (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 102 | , indent 4 $ bold $ text "$ bech32 base58_ <<< Ae2tdPwUPEYy" | ^^^^ app/Main.hs:102:33: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 102 | , indent 4 $ bold $ text "$ bech32 base58_ <<< Ae2tdPwUPEYy" | ^^^^ app/Main.hs:103:26: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 103 | , indent 4 $ text "base58_1p58rejhd9592uusa8pzj2" | ^^^^ app/Main.hs:104:15: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 104 | , text "" | ^^^^ app/Main.hs:105:26: warning: [-Wdeprecations] In the use of bold (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 105 | , indent 4 $ bold $ text "$ bech32 new_prefix <<< old_prefix1wpshgcg2s33x3" | ^^^^ app/Main.hs:105:33: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 105 | , indent 4 $ bold $ text "$ bech32 new_prefix <<< old_prefix1wpshgcg2s33x3" | ^^^^ app/Main.hs:106:26: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 106 | , indent 4 $ text "new_prefix1wpshgcgeak9mv" | ^^^^ app/Main.hs:107:15: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 107 | , text "" | ^^^^ app/Main.hs:108:26: warning: [-Wdeprecations] In the use of hsep (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 108 | , indent 2 $ hsep [underline $ text "From", text "Bech32:"] | ^^^^ app/Main.hs:108:32: warning: [-Wdeprecations] In the use of underline (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 108 | , indent 2 $ hsep [underline $ text "From", text "Bech32:"] | ^^^^^^^^^ app/Main.hs:108:44: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 108 | , indent 2 $ hsep [underline $ text "From", text "Bech32:"] | ^^^^ app/Main.hs:108:57: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 108 | , indent 2 $ hsep [underline $ text "From", text "Bech32:"] | ^^^^ app/Main.hs:109:26: warning: [-Wdeprecations] In the use of bold (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 109 | , indent 4 $ bold $ text "$ bech32 <<< base16_1wpshgct5v5r5mxh0" | ^^^^ app/Main.hs:109:33: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 109 | , indent 4 $ bold $ text "$ bech32 <<< base16_1wpshgct5v5r5mxh0" | ^^^^ app/Main.hs:110:26: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 110 | , indent 4 $ text "706174617465" | ^^^^ app/Main.hs:129:24: warning: [-Wdeprecations] In the use of vsep (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 129 | , helpDoc $ Just $ vsep | ^^^^ app/Main.hs:130:11: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 130 | [ text "An optional human-readable prefix (e.g. 'addr')." | ^^^^ app/Main.hs:131:22: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 131 | , indent 2 $ text | ^^^^ app/Main.hs:134:22: warning: [-Wdeprecations] In the use of text (imported from Options.Applicative.Help.Pretty, but defined in prettyprinter-compat-ansi-wl-pprint-1.0.2-041f050863d75d36a11b301410b697d9f9a58e26662c5913e64a8bfa15e58f57:Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 134 | , indent 2 $ text | ^^^^ Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/bech32-1.1.3/noopt/build/bech32/bech32 ... Preprocessing test suite 'bech32-test' for bech32-1.1.3.. Building test suite 'bech32-test' for bech32-1.1.3.. [1 of 3] Compiling AppSpec ( test/AppSpec.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/bech32-1.1.3/noopt/build/bech32-test/bech32-test-tmp/AppSpec.o ) test/AppSpec.hs:69:5: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Either Bech32.HumanReadablePartError Bech32.HumanReadablePart not matched: Left _ | 69 | Right hrp = humanReadablePartFromText txt | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 3] Compiling Codec.Binary.Bech32Spec ( test/Codec/Binary/Bech32Spec.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/bech32-1.1.3/noopt/build/bech32-test/bech32-test-tmp/Codec/Binary/Bech32Spec.o ) test/Codec/Binary/Bech32Spec.hs:106:21: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Maybe (Char, Text) not matched: Nothing | 106 | let Just (first, rest') = T.uncons rest | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ test/Codec/Binary/Bech32Spec.hs:191:17: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Either HumanReadablePartError HumanReadablePart not matched: Left _ | 191 | let (Right hrp) = humanReadablePartFromText (T.pack hrpUnpacked) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ test/Codec/Binary/Bech32Spec.hs:201:17: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Either HumanReadablePartError HumanReadablePart not matched: Left _ | 201 | let (Right hrp) = humanReadablePartFromText "HRP" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ test/Codec/Binary/Bech32Spec.hs:687:13: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Either HumanReadablePartError HumanReadablePart not matched: Left _ | 687 | let (Right hrp) = humanReadablePartFromText $ T.pack $ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... [3 of 3] Compiling Main ( test/Main.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/bech32-1.1.3/noopt/build/bech32-test/bech32-test-tmp/Main.o ) Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/bech32-1.1.3/noopt/build/bech32-test/bech32-test ... Running 1 test suites... Test suite bech32-test: RUNNING... Test suite bech32-test: FAIL Test suite logged to: /home/builder/builder-dir/build-cache/tmp-install/reports/bech32-1.1.3.test Writing: bech32-1.1.3-inplace/Codec.Binary.Bech32.Internal.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/bech32-1.1.3/noopt/hpc/vanilla/html/bech32-test/hpc_index.html 0 of 1 test suites (0 of 1 test cases) passed. Writing: bech32-1.1.3-inplace/Codec.Binary.Bech32.Internal.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/bech32-1.1.3/noopt/hpc/vanilla/html/bech32-1.1.3/hpc_index.html Error: cabal: Tests failed for bech32-1.1.3.