Resolving dependencies... Build profile: -w ghc-9.2.4 -O0 In order, the following will be built (use -v for more details): - quickcheck-classes-base-0.6.2.0 (lib:quickcheck-classes-base) (requires build) - vector-0.13.1.0 (lib:vector) (requires build) - nothunks-0.1.4 (lib:nothunks) (requires build) - rrb-vector-0.2.0.1 (first run) Starting quickcheck-classes-base-0.6.2.0 (all, legacy fallback) Starting vector-0.13.1.0 (all, legacy fallback) Building quickcheck-classes-base-0.6.2.0 (all, legacy fallback) Building vector-0.13.1.0 (all, legacy fallback) Installing quickcheck-classes-base-0.6.2.0 (all, legacy fallback) Completed quickcheck-classes-base-0.6.2.0 (all, legacy fallback) Installing vector-0.13.1.0 (all, legacy fallback) Completed vector-0.13.1.0 (all, legacy fallback) Starting nothunks-0.1.4 (all, legacy fallback) Building nothunks-0.1.4 (all, legacy fallback) Installing nothunks-0.1.4 (all, legacy fallback) Completed nothunks-0.1.4 (all, legacy fallback) Configuring rrb-vector-0.2.0.1... Preprocessing library for rrb-vector-0.2.0.1.. Building library for rrb-vector-0.2.0.1.. [1 of 6] Compiling Data.RRBVector.Internal.Array ( src/Data/RRBVector/Internal/Array.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/Data/RRBVector/Internal/Array.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/Data/RRBVector/Internal/Array.dyn_o ) [2 of 6] Compiling Data.RRBVector.Internal.IntRef ( src/Data/RRBVector/Internal/IntRef.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/Data/RRBVector/Internal/IntRef.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/Data/RRBVector/Internal/IntRef.dyn_o ) [3 of 6] Compiling Data.RRBVector.Internal.Buffer ( src/Data/RRBVector/Internal/Buffer.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/Data/RRBVector/Internal/Buffer.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/Data/RRBVector/Internal/Buffer.dyn_o ) [4 of 6] Compiling Data.RRBVector.Internal ( src/Data/RRBVector/Internal.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/Data/RRBVector/Internal.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/Data/RRBVector/Internal.dyn_o ) src/Data/RRBVector/Internal.hs:705:47: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type Tree a not matched: Balanced _ Unbalanced _ _ | 705 | | sh == blockShift = mergeRebalance' (\(Leaf arr) -> arr) Leaf | ^^^^^^^^^^^^^^^^^^ [5 of 6] Compiling Data.RRBVector.Internal.Debug ( src/Data/RRBVector/Internal/Debug.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/Data/RRBVector/Internal/Debug.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/Data/RRBVector/Internal/Debug.dyn_o ) [6 of 6] Compiling Data.RRBVector ( src/Data/RRBVector.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/Data/RRBVector.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/Data/RRBVector.dyn_o ) Preprocessing test suite 'test' for rrb-vector-0.2.0.1.. Building test suite 'test' for rrb-vector-0.2.0.1.. [1 of 4] Compiling Arbitrary ( test/Arbitrary.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/test/test-tmp/Arbitrary.o ) [2 of 4] Compiling Properties ( test/Properties.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/test/test-tmp/Properties.o ) test/Properties.hs:35:27: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type ([a], [a]) not matched: ([], []) ((_:_), []) | 35 | | i < length ls = let (left, _ : right) = splitAt i ls in left ++ (x : right) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ test/Properties.hs:40:27: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type ([a], [a]) not matched: ([], []) ((_:_), []) | 40 | | i < length ls = let (left, x : right) = splitAt i ls in left ++ (f x : right) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ test/Properties.hs:48:27: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type ([a], [a]) not matched: ([], []) ((_:_), []) | 48 | | i < length ls = let (left, _ : right) = splitAt i ls in left ++ right | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 4] Compiling Strictness ( test/Strictness.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/test/test-tmp/Strictness.o ) [4 of 4] Compiling Main ( test/Main.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/test/test-tmp/Main.o ) Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/rrb-vector-0.2.0.1/noopt/build/test/test ... Running 1 test suites... Test suite test: RUNNING... Test suite test: FAIL Test suite logged to: /home/builder/builder-dir/build-cache/tmp-install/reports/rrb-vector-0.2.0.1.test Writing: rrb-vector-0.2.0.1-inplace/Data.RRBVector.Internal.Debug.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/rrb-vector-0.2.0.1/noopt/hpc/vanilla/html/test/hpc_index.html 0 of 1 test suites (0 of 1 test cases) passed. Writing: rrb-vector-0.2.0.1-inplace/Data.RRBVector.Internal.Debug.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/rrb-vector-0.2.0.1/noopt/hpc/vanilla/html/rrb-vector-0.2.0.1/hpc_index.html Error: cabal: Tests failed for rrb-vector-0.2.0.1.