Resolving dependencies... Build profile: -w ghc-9.2.4 -O0 In order, the following will be built (use -v for more details): - case-insensitive-1.2.1.0 (lib:case-insensitive) (requires build) - cookie-0.4.6 (lib:cookie) (requires build) - hspec-discover-2.10.10 (lib:hspec-discover, exe:hspec-discover) (requires build) - quickcheck-io-0.2.0 (lib:quickcheck-io) (requires build) - setenv-0.1.1.3 (lib:setenv) (requires build) - tf-random-0.5 (lib:tf-random) (requires build) - quickcheck-instances-0.3.29.1 (lib:quickcheck-instances) (requires build) - http-types-0.12.3 (lib:http-types) (requires build) - hspec-core-2.10.10 (lib:hspec-core) (requires build) - hspec-2.10.10 (lib:hspec) (requires build) - http-api-data-0.6 (first run) Starting cookie-0.4.6 (all, legacy fallback) Starting case-insensitive-1.2.1.0 (all, legacy fallback) Starting quickcheck-io-0.2.0 (all, legacy fallback) Starting setenv-0.1.1.3 (all, legacy fallback) Starting hspec-discover-2.10.10 (all, legacy fallback) Starting tf-random-0.5 (all, legacy fallback) Building tf-random-0.5 (all, legacy fallback) Building setenv-0.1.1.3 (all, legacy fallback) Building case-insensitive-1.2.1.0 (all, legacy fallback) Building quickcheck-io-0.2.0 (all, legacy fallback) Building cookie-0.4.6 (all, legacy fallback) Building hspec-discover-2.10.10 (all, legacy fallback) Installing setenv-0.1.1.3 (all, legacy fallback) Installing quickcheck-io-0.2.0 (all, legacy fallback) Installing cookie-0.4.6 (all, legacy fallback) Installing case-insensitive-1.2.1.0 (all, legacy fallback) Completed setenv-0.1.1.3 (all, legacy fallback) Installing hspec-discover-2.10.10 (all, legacy fallback) Installing tf-random-0.5 (all, legacy fallback) Completed quickcheck-io-0.2.0 (all, legacy fallback) Completed cookie-0.4.6 (all, legacy fallback) Completed case-insensitive-1.2.1.0 (all, legacy fallback) Starting http-types-0.12.3 (all, legacy fallback) Starting quickcheck-instances-0.3.29.1 (all, legacy fallback) Completed hspec-discover-2.10.10 (all, legacy fallback) Completed tf-random-0.5 (all, legacy fallback) Starting hspec-core-2.10.10 (all, legacy fallback) Building quickcheck-instances-0.3.29.1 (all, legacy fallback) Building http-types-0.12.3 (all, legacy fallback) Building hspec-core-2.10.10 (all, legacy fallback) Installing http-types-0.12.3 (all, legacy fallback) Installing quickcheck-instances-0.3.29.1 (all, legacy fallback) Completed http-types-0.12.3 (all, legacy fallback) Completed quickcheck-instances-0.3.29.1 (all, legacy fallback) Installing hspec-core-2.10.10 (all, legacy fallback) Completed hspec-core-2.10.10 (all, legacy fallback) Starting hspec-2.10.10 (all, legacy fallback) Building hspec-2.10.10 (all, legacy fallback) Installing hspec-2.10.10 (all, legacy fallback) Completed hspec-2.10.10 (all, legacy fallback) Configuring http-api-data-0.6... Preprocessing library for http-api-data-0.6.. Building library for http-api-data-0.6.. [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.2.4/http-api-data-0.6/noopt/build/Web/Internal/HttpApiData.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/http-api-data-0.6/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.2.4/http-api-data-0.6/noopt/build/Web/Internal/FormUrlEncoded.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/http-api-data-0.6/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: [-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: [-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: [-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: [-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.2.4/http-api-data-0.6/noopt/build/Web/FormUrlEncoded.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/http-api-data-0.6/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.2.4/http-api-data-0.6/noopt/build/Web/HttpApiData.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/http-api-data-0.6/noopt/build/Web/HttpApiData.dyn_o ) Preprocessing test suite 'spec' for http-api-data-0.6.. Building test suite 'spec' for http-api-data-0.6.. [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.2.4/http-api-data-0.6/noopt/build/spec/spec-tmp/Web/Internal/TestInstances.o ) [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.2.4/http-api-data-0.6/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.2.4/http-api-data-0.6/noopt/build/spec/spec-tmp/Web/Internal/FormUrlEncodedSpec.o ) test/Web/Internal/FormUrlEncodedSpec.hs:42:11: warning: [-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: [-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.2.4/http-api-data-0.6/noopt/build/spec/spec-tmp/Main.o ) Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/http-api-data-0.6/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.test Writing: http-api-data-0.6-inplace/Web.Internal.HttpApiData.hs.html Writing: http-api-data-0.6-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.2.4/http-api-data-0.6/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-inplace/Web.Internal.HttpApiData.hs.html Writing: http-api-data-0.6-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.2.4/http-api-data-0.6/noopt/hpc/vanilla/html/http-api-data-0.6/hpc_index.html