Resolving dependencies... Build profile: -w ghc-9.6.3 -O0 In order, the following will be built (use -v for more details): - strict-wrapper-0.0.1.0 (first run) Configuring strict-wrapper-0.0.1.0... Preprocessing library for strict-wrapper-0.0.1.0.. Building library for strict-wrapper-0.0.1.0.. [1 of 1] Compiling Data.Strict.Wrapper ( lib/Data/Strict/Wrapper.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/strict-wrapper-0.0.1.0/noopt/build/Data/Strict/Wrapper.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/strict-wrapper-0.0.1.0/noopt/build/Data/Strict/Wrapper.dyn_o ) lib/Data/Strict/Wrapper.hs:387:1: warning: [GHC-08585] [-Wmissing-methods] " No explicit associated type or default declaration for Strict " In the instance declaration for Strictly () | 387 | instance AlreadyStrict () => Strictly () | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:387:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for strict, unstrict, matchStrict, and constructStrict " In the instance declaration for Strictly () | 387 | instance AlreadyStrict () => Strictly () | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:388:1: warning: [GHC-08585] [-Wmissing-methods] " No explicit associated type or default declaration for Strict " In the instance declaration for Strictly Bool | 388 | instance AlreadyStrict Bool => Strictly Bool | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:388:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for strict, unstrict, matchStrict, and constructStrict " In the instance declaration for Strictly Bool | 388 | instance AlreadyStrict Bool => Strictly Bool | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:389:1: warning: [GHC-08585] [-Wmissing-methods] " No explicit associated type or default declaration for Strict " In the instance declaration for Strictly Int | 389 | instance AlreadyStrict Int => Strictly Int | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:389:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for strict, unstrict, matchStrict, and constructStrict " In the instance declaration for Strictly Int | 389 | instance AlreadyStrict Int => Strictly Int | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:390:1: warning: [GHC-08585] [-Wmissing-methods] " No explicit associated type or default declaration for Strict " In the instance declaration for Strictly Integer | 390 | instance AlreadyStrict Integer => Strictly Integer | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:390:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for strict, unstrict, matchStrict, and constructStrict " In the instance declaration for Strictly Integer | 390 | instance AlreadyStrict Integer => Strictly Integer | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:391:1: warning: [GHC-08585] [-Wmissing-methods] " No explicit associated type or default declaration for Strict " In the instance declaration for Strictly Float | 391 | instance AlreadyStrict Float => Strictly Float | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:391:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for strict, unstrict, matchStrict, and constructStrict " In the instance declaration for Strictly Float | 391 | instance AlreadyStrict Float => Strictly Float | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:392:1: warning: [GHC-08585] [-Wmissing-methods] " No explicit associated type or default declaration for Strict " In the instance declaration for Strictly Double | 392 | instance AlreadyStrict Double => Strictly Double | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:392:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for strict, unstrict, matchStrict, and constructStrict " In the instance declaration for Strictly Double | 392 | instance AlreadyStrict Double => Strictly Double | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:393:1: warning: [GHC-08585] [-Wmissing-methods] " No explicit associated type or default declaration for Strict " In the instance declaration for Strictly Word | 393 | instance AlreadyStrict Word => Strictly Word | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:393:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for strict, unstrict, matchStrict, and constructStrict " In the instance declaration for Strictly Word | 393 | instance AlreadyStrict Word => Strictly Word | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:394:1: warning: [GHC-08585] [-Wmissing-methods] " No explicit associated type or default declaration for Strict " In the instance declaration for Strictly Ordering | 394 | instance AlreadyStrict Ordering => Strictly Ordering | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:394:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for strict, unstrict, matchStrict, and constructStrict " In the instance declaration for Strictly Ordering | 394 | instance AlreadyStrict Ordering => Strictly Ordering | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:395:1: warning: [GHC-08585] [-Wmissing-methods] " No explicit associated type or default declaration for Strict " In the instance declaration for Strictly Char | 395 | instance AlreadyStrict Char => Strictly Char | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:395:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for strict, unstrict, matchStrict, and constructStrict " In the instance declaration for Strictly Char | 395 | instance AlreadyStrict Char => Strictly Char | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:397:1: warning: [GHC-08585] [-Wmissing-methods] " No explicit associated type or default declaration for Strict " In the instance declaration for Strictly [t] | 397 | instance CannotBeStrict [t] => Strictly [t] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:397:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for strict, unstrict, matchStrict, and constructStrict " In the instance declaration for Strictly [t] | 397 | instance CannotBeStrict [t] => Strictly [t] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:398:1: warning: [GHC-08585] [-Wmissing-methods] " No explicit associated type or default declaration for Strict " In the instance declaration for Strictly (IO a) | 398 | instance CannotBeStrict (IO a) => Strictly (IO a) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:398:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for strict, unstrict, matchStrict, and constructStrict " In the instance declaration for Strictly (IO a) | 398 | instance CannotBeStrict (IO a) => Strictly (IO a) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:400:1: warning: [GHC-08585] [-Wmissing-methods] " No explicit associated type or default declaration for Strict " In the instance declaration for Strictly (x1, x2, x3, x4, x5) | 400 | instance NotYetImplemented (x1, x2, x3, x4, x5) => Strictly (x1, x2, x3, x4, x5) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:400:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for strict, unstrict, matchStrict, and constructStrict " In the instance declaration for Strictly (x1, x2, x3, x4, x5) | 400 | instance NotYetImplemented (x1, x2, x3, x4, x5) => Strictly (x1, x2, x3, x4, x5) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:401:1: warning: [GHC-08585] [-Wmissing-methods] " No explicit associated type or default declaration for Strict " In the instance declaration for Strictly (x1, x2, x3, x4, x5, x6) | 401 | instance NotYetImplemented (x1, x2, x3, x4, x5, x6) => Strictly (x1, x2, x3, x4, x5, x6) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:401:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for strict, unstrict, matchStrict, and constructStrict " In the instance declaration for Strictly (x1, x2, x3, x4, x5, x6) | 401 | instance NotYetImplemented (x1, x2, x3, x4, x5, x6) => Strictly (x1, x2, x3, x4, x5, x6) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:403:1: warning: [GHC-08585] [-Wmissing-methods] " No explicit associated type or default declaration for Strict " In the instance declaration for Strictly (Strict t) | 403 | instance NestedStrict t => Strictly (Strict t) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Data/Strict/Wrapper.hs:403:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for strict, unstrict, matchStrict, and constructStrict " In the instance declaration for Strictly (Strict t) | 403 | instance NestedStrict t => Strictly (Strict t) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Preprocessing test suite 'test' for strict-wrapper-0.0.1.0.. Building test suite 'test' for strict-wrapper-0.0.1.0.. [1 of 1] Compiling Main ( test/Main.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/strict-wrapper-0.0.1.0/noopt/build/test/test-tmp/Main.o ) [2 of 2] Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/strict-wrapper-0.0.1.0/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/strict-wrapper-0.0.1.0.test Writing: strict-wrapper-0.0.1.0-inplace/Data.Strict.Wrapper.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/strict-wrapper-0.0.1.0/noopt/hpc/vanilla/html/test/hpc_index.html 0 of 1 test suites (0 of 1 test cases) passed. Writing: strict-wrapper-0.0.1.0-inplace/Data.Strict.Wrapper.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/strict-wrapper-0.0.1.0/noopt/hpc/vanilla/html/strict-wrapper-0.0.1.0/hpc_index.html Error: cabal: Tests failed for strict-wrapper-0.0.1.0.