+ local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xmonad-0.17.0nb2/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xmonad-0.17.0nb2/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for xmonad-0.17.0nb2 Preprocessing library for xmonad-0.17.0.. Building library for xmonad-0.17.0.. [1 of 9] Compiling Paths_xmonad ( dist/build/autogen/Paths_xmonad.hs, dist/build/Paths_xmonad.o, dist/build/Paths_xmonad.dyn_o ) [2 of 9] Compiling XMonad.StackSet ( src/XMonad/StackSet.hs, dist/build/XMonad/StackSet.o, dist/build/XMonad/StackSet.dyn_o ) src/XMonad/StackSet.hs:214:9: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[Screen i l a s sd]' not matched: [] | 214 | (cur:visi) = [ Screen i s sd | (i, s, sd) <- zip3 seen [0..] m ] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/XMonad/StackSet.hs:369:52: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[a]' not matched: [] | 369 | focusUp' (Stack t [] rs) = Stack x xs [] where (x:xs) = reverse (t:rs) | ^^^^^^^^^^^^^^^^^^^^^^^ src/XMonad/StackSet.hs:526:54: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[a]' not matched: [] | 526 | Stack t ls rs -> Stack t [] (xs ++ x : rs) where (x:xs) = reverse ls | ^^^^^^^^^^^^^^^^^^^ src/XMonad/StackSet.hs:543:54: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[a]' not matched: [] | 543 | Stack t ls rs -> Stack x [] (xs ++ t : rs) where (x:xs) = reverse ls | ^^^^^^^^^^^^^^^^^^^ [3 of 9] Compiling XMonad.Core ( src/XMonad/Core.hs, dist/build/XMonad/Core.o, dist/build/XMonad/Core.dyn_o ) src/XMonad/Core.hs:162:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `pure = return' definition detected in the instance declaration for `Applicative X'. Move definition from `return' to `pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 162 | pure = return | ^^^^^^^^^^^^^ src/XMonad/Core.hs:170:5: warning: [-Wnoncanonical-monoid-instances] Noncanonical `mappend' definition detected in the instance declaration for `Monoid (X a)'. `mappend' will eventually be removed in favour of `(<>)' Either remove definition for `mappend' (recommended) or define as `mappend = (<>)' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 170 | mappend = liftM2 mappend | ^^^^^^^^^^^^^^^^^^^^^^^^ src/XMonad/Core.hs:187:5: warning: [-Wnoncanonical-monoid-instances] Noncanonical `mappend' definition detected in the instance declaration for `Monoid (Query a)'. `mappend' will eventually be removed in favour of `(<>)' Either remove definition for `mappend' (recommended) or define as `mappend = (<>)' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 187 | mappend = liftM2 mappend | ^^^^^^^^^^^^^^^^^^^^^^^^ [4 of 9] Compiling XMonad.Layout ( src/XMonad/Layout.hs, dist/build/XMonad/Layout.o, dist/build/XMonad/Layout.dyn_o ) [5 of 9] Compiling XMonad.Operations ( src/XMonad/Operations.hs, dist/build/XMonad/Operations.o, dist/build/XMonad/Operations.dyn_o ) src/XMonad/Operations.hs:350:13: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[W.Screen WorkspaceId (Layout Window) Window ScreenId ScreenDetail]' not matched: [] | 350 | (a:as) = zipWith3 W.Screen xs [0..] $ map SD xinesc | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [6 of 9] Compiling XMonad.ManageHook ( src/XMonad/ManageHook.hs, dist/build/XMonad/ManageHook.o, dist/build/XMonad/ManageHook.dyn_o ) [7 of 9] Compiling XMonad.Config ( src/XMonad/Config.hs, dist/build/XMonad/Config.o, dist/build/XMonad/Config.dyn_o ) [8 of 9] Compiling XMonad.Main ( src/XMonad/Main.hs, dist/build/XMonad/Main.o, dist/build/XMonad/Main.dyn_o ) src/XMonad/Main.hs:197:18: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `Maybe Pixel' not matched: Nothing | 197 | ~(Just nbc_) <- initColor dpy $ normalBorderColor Default.def | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/XMonad/Main.hs:201:18: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `Maybe Pixel' not matched: Nothing | 201 | ~(Just fbc_) <- initColor dpy $ focusedBorderColor Default.def | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [9 of 9] Compiling XMonad ( src/XMonad.hs, dist/build/XMonad.o, dist/build/XMonad.dyn_o ) [1 of 9] Compiling Paths_xmonad ( dist/build/autogen/Paths_xmonad.hs, dist/build/Paths_xmonad.p_o ) [2 of 9] Compiling XMonad.StackSet ( src/XMonad/StackSet.hs, dist/build/XMonad/StackSet.p_o ) src/XMonad/StackSet.hs:214:9: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[Screen i l a s sd]' not matched: [] | 214 | (cur:visi) = [ Screen i s sd | (i, s, sd) <- zip3 seen [0..] m ] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/XMonad/StackSet.hs:369:52: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[a]' not matched: [] | 369 | focusUp' (Stack t [] rs) = Stack x xs [] where (x:xs) = reverse (t:rs) | ^^^^^^^^^^^^^^^^^^^^^^^ src/XMonad/StackSet.hs:526:54: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[a]' not matched: [] | 526 | Stack t ls rs -> Stack t [] (xs ++ x : rs) where (x:xs) = reverse ls | ^^^^^^^^^^^^^^^^^^^ src/XMonad/StackSet.hs:543:54: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[a]' not matched: [] | 543 | Stack t ls rs -> Stack x [] (xs ++ t : rs) where (x:xs) = reverse ls | ^^^^^^^^^^^^^^^^^^^ [3 of 9] Compiling XMonad.Core ( src/XMonad/Core.hs, dist/build/XMonad/Core.p_o ) src/XMonad/Core.hs:162:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `pure = return' definition detected in the instance declaration for `Applicative X'. Move definition from `return' to `pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 162 | pure = return | ^^^^^^^^^^^^^ src/XMonad/Core.hs:170:5: warning: [-Wnoncanonical-monoid-instances] Noncanonical `mappend' definition detected in the instance declaration for `Monoid (X a)'. `mappend' will eventually be removed in favour of `(<>)' Either remove definition for `mappend' (recommended) or define as `mappend = (<>)' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 170 | mappend = liftM2 mappend | ^^^^^^^^^^^^^^^^^^^^^^^^ src/XMonad/Core.hs:187:5: warning: [-Wnoncanonical-monoid-instances] Noncanonical `mappend' definition detected in the instance declaration for `Monoid (Query a)'. `mappend' will eventually be removed in favour of `(<>)' Either remove definition for `mappend' (recommended) or define as `mappend = (<>)' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 187 | mappend = liftM2 mappend | ^^^^^^^^^^^^^^^^^^^^^^^^ [4 of 9] Compiling XMonad.Layout ( src/XMonad/Layout.hs, dist/build/XMonad/Layout.p_o ) [5 of 9] Compiling XMonad.Operations ( src/XMonad/Operations.hs, dist/build/XMonad/Operations.p_o ) src/XMonad/Operations.hs:350:13: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[W.Screen WorkspaceId (Layout Window) Window ScreenId ScreenDetail]' not matched: [] | 350 | (a:as) = zipWith3 W.Screen xs [0..] $ map SD xinesc | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [6 of 9] Compiling XMonad.ManageHook ( src/XMonad/ManageHook.hs, dist/build/XMonad/ManageHook.p_o ) [7 of 9] Compiling XMonad.Config ( src/XMonad/Config.hs, dist/build/XMonad/Config.p_o ) /tmp/ghc24664_0/ghc_48.s: Assembler messages: /tmp/ghc24664_0/ghc_48.s: Fatal error: can't write 29 bytes to section .text.startup of /tmp/ghc24664_0/ghc_49.p_o.tmp: 'No space left on device' /tmp/ghc24664_0/ghc_48.s: Fatal error: can't close /tmp/ghc24664_0/ghc_49.p_o.tmp: No space left on device : error: `cc' failed in phase `Assembler'. (Exit code: 1) *** Error code 1 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/wm/xmonad *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/wm/xmonad