Resolving dependencies... Build profile: -w ghc-9.6.3 -O0 In order, the following will be built (use -v for more details): - http-api-data-0.6.1 (first run) Configuring http-api-data-0.6.1... Preprocessing library for http-api-data-0.6.1.. Building library for http-api-data-0.6.1.. [1 of 4] Compiling Web.Internal.HttpApiData ( src/Web/Internal/HttpApiData.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/http-api-data-0.6.1/noopt/build/Web/Internal/HttpApiData.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/http-api-data-0.6.1/noopt/build/Web/Internal/HttpApiData.dyn_o ) src/Web/Internal/HttpApiData.hs:35: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() | 35 | import Data.Semigroup (Semigroup (..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 4] Compiling Web.Internal.FormUrlEncoded ( src/Web/Internal/FormUrlEncoded.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/http-api-data-0.6.1/noopt/build/Web/Internal/FormUrlEncoded.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/http-api-data-0.6.1/noopt/build/Web/Internal/FormUrlEncoded.dyn_o ) src/Web/Internal/FormUrlEncoded.hs:40: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() | 40 | import Data.Semigroup (Semigroup (..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Web/Internal/FormUrlEncoded.hs:58:1: warning: [-Wunused-imports] The import of Numeric.Natural is redundant except perhaps to import instances from Numeric.Natural To import instances alone, use: import Numeric.Natural() | 58 | import Numeric.Natural (Natural) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Web/Internal/FormUrlEncoded.hs:336:23: warning: [GHC-39567] [-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. | 336 | class GToForm t (f :: * -> *) where | ^ src/Web/Internal/FormUrlEncoded.hs:336:28: warning: [GHC-39567] [-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. | 336 | class GToForm t (f :: * -> *) where | ^ src/Web/Internal/FormUrlEncoded.hs:484:25: warning: [GHC-39567] [-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. | 484 | class GFromForm t (f :: * -> *) where | ^ src/Web/Internal/FormUrlEncoded.hs:484:30: warning: [GHC-39567] [-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. | 484 | class GFromForm t (f :: * -> *) where | ^ [3 of 4] Compiling Web.FormUrlEncoded ( src/Web/FormUrlEncoded.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/http-api-data-0.6.1/noopt/build/Web/FormUrlEncoded.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/http-api-data-0.6.1/noopt/build/Web/FormUrlEncoded.dyn_o ) [4 of 4] Compiling Web.HttpApiData ( src/Web/HttpApiData.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/http-api-data-0.6.1/noopt/build/Web/HttpApiData.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/http-api-data-0.6.1/noopt/build/Web/HttpApiData.dyn_o ) Preprocessing test suite 'spec' for http-api-data-0.6.1.. Building test suite 'spec' for http-api-data-0.6.1.. [1 of 4] Compiling Web.Internal.TestInstances ( test/Web/Internal/TestInstances.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/http-api-data-0.6.1/noopt/build/spec/spec-tmp/Web/Internal/TestInstances.o ) test/Web/Internal/TestInstances.hs:11:1: warning: [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 11 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 4] Compiling Web.Internal.HttpApiDataSpec ( test/Web/Internal/HttpApiDataSpec.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/http-api-data-0.6.1/noopt/build/spec/spec-tmp/Web/Internal/HttpApiDataSpec.o ) [3 of 4] Compiling Web.Internal.FormUrlEncodedSpec ( test/Web/Internal/FormUrlEncodedSpec.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/http-api-data-0.6.1/noopt/build/spec/spec-tmp/Web/Internal/FormUrlEncodedSpec.o ) test/Web/Internal/FormUrlEncodedSpec.hs:42:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Either Text SimpleRec not matched: Left _ | 42 | Right r1 = fromForm f1 :: Either Text SimpleRec | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ test/Web/Internal/FormUrlEncodedSpec.hs:47:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Either Text SimpleRec not matched: Right _ | 47 | Left e = fromForm f :: Either Text SimpleRec | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [4 of 4] Compiling Main ( test/Spec.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/http-api-data-0.6.1/noopt/build/spec/spec-tmp/Main.o ) [5 of 5] Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/http-api-data-0.6.1/noopt/build/spec/spec Running 1 test suites... Test suite spec: RUNNING... Test suite spec: PASS Test suite logged to: /home/builder/builder-dir/build-cache/tmp-install/reports/http-api-data-0.6.1.test Writing: http-api-data-0.6.1-inplace/Web.Internal.HttpApiData.hs.html Writing: http-api-data-0.6.1-inplace/Web.Internal.FormUrlEncoded.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.6.3/http-api-data-0.6.1/noopt/hpc/vanilla/html/spec/hpc_index.html 1 of 1 test suites (1 of 1 test cases) passed. Writing: http-api-data-0.6.1-inplace/Web.Internal.HttpApiData.hs.html Writing: http-api-data-0.6.1-inplace/Web.Internal.FormUrlEncoded.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.6.3/http-api-data-0.6.1/noopt/hpc/vanilla/html/http-api-data-0.6.1/hpc_index.html