+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/hs-monad-logger-0.3.36nb4/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/hs-monad-logger-0.3.36nb4/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for hs-monad-logger-0.3.36nb4 Preprocessing library for monad-logger-0.3.36.. Building library for monad-logger-0.3.36.. [1 of 3] Compiling Control.Monad.Logger ( Control/Monad/Logger.hs, dist/build/Control/Monad/Logger.o, dist/build/Control/Monad/Logger.dyn_o ) Control/Monad/Logger.hs:140:1: warning: [-Wdeprecations] Module `Control.Monad.Trans.List' is deprecated: This transformer is invalid on most monads | 140 | import Control.Monad.Trans.List ( ListT ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Control/Monad/Logger.hs:142:1: warning: [-Wdeprecations] Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead | 142 | import Control.Monad.Trans.Error ( ErrorT, Error) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Control/Monad/Logger.hs:201:10: warning: [-Wmissing-methods] * No explicit implementation for `Language.Haskell.TH.Syntax.liftTyped' * In the instance declaration for `Lift LogLevel' | 201 | instance Lift LogLevel where | ^^^^^^^^^^^^^ Control/Monad/Logger.hs:252:40: warning: [-Wdeprecations] In the use of type constructor or class `ListT' (imported from Control.Monad.Trans.List): Deprecated: "This transformer is invalid on most monads" | 252 | instance MonadLogger m => MonadLogger (ListT m) where DEF | ^^^^^ Control/Monad/Logger.hs:254:26: warning: [-Wdeprecations] In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" | 254 | instance (MonadLogger m, Error e) => MonadLogger (ErrorT e m) where DEF | ^^^^^ Control/Monad/Logger.hs:254:51: warning: [-Wdeprecations] In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" | 254 | instance (MonadLogger m, Error e) => MonadLogger (ErrorT e m) where DEF | ^^^^^^ Control/Monad/Logger.hs:270:44: warning: [-Wdeprecations] In the use of type constructor or class `ListT' (imported from Control.Monad.Trans.List): Deprecated: "This transformer is invalid on most monads" | 270 | instance MonadLoggerIO m => MonadLoggerIO (ListT m) | ^^^^^ Control/Monad/Logger.hs:272:28: warning: [-Wdeprecations] In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" | 272 | instance (MonadLoggerIO m, Error e) => MonadLoggerIO (ErrorT e m) | ^^^^^ Control/Monad/Logger.hs:272:55: warning: [-Wdeprecations] In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" | 272 | instance (MonadLoggerIO m, Error e) => MonadLoggerIO (ErrorT e m) | ^^^^^^ Control/Monad/Logger.hs:469:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad (WriterLoggingT m)'. `return' will eventually be removed in favour of `pure' Either remove definition for `return' (recommended) or define as `return = pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 469 | return = unwrapMonad . pure | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Control/Monad/Logger.hs:590:5: warning: [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad (LoggingT m)'. `return' will eventually be removed in favour of `pure' Either remove definition for `return' (recommended) or define as `return = pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 590 | return = LoggingT . const . return | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 3] Compiling Control.Monad.Logger.CallStack ( Control/Monad/Logger/CallStack.hs, dist/build/Control/Monad/Logger/CallStack.o, dist/build/Control/Monad/Logger/CallStack.dyn_o ) [3 of 3] Compiling Paths_monad_logger ( dist/build/autogen/Paths_monad_logger.hs, dist/build/Paths_monad_logger.o, dist/build/Paths_monad_logger.dyn_o ) [1 of 3] Compiling Control.Monad.Logger ( Control/Monad/Logger.hs, dist/build/Control/Monad/Logger.p_o ) Control/Monad/Logger.hs:140:1: warning: [-Wdeprecations] Module `Control.Monad.Trans.List' is deprecated: This transformer is invalid on most monads | 140 | import Control.Monad.Trans.List ( ListT ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Control/Monad/Logger.hs:142:1: warning: [-Wdeprecations] Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead | 142 | import Control.Monad.Trans.Error ( ErrorT, Error) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Control/Monad/Logger.hs:201:10: warning: [-Wmissing-methods] * No explicit implementation for `Language.Haskell.TH.Syntax.liftTyped' * In the instance declaration for `Lift LogLevel' | 201 | instance Lift LogLevel where | ^^^^^^^^^^^^^ Control/Monad/Logger.hs:252:40: warning: [-Wdeprecations] In the use of type constructor or class `ListT' (imported from Control.Monad.Trans.List): Deprecated: "This transformer is invalid on most monads" | 252 | instance MonadLogger m => MonadLogger (ListT m) where DEF | ^^^^^ Control/Monad/Logger.hs:254:26: warning: [-Wdeprecations] In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" | 254 | instance (MonadLogger m, Error e) => MonadLogger (ErrorT e m) where DEF | ^^^^^ Control/Monad/Logger.hs:254:51: warning: [-Wdeprecations] In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" | 254 | instance (MonadLogger m, Error e) => MonadLogger (ErrorT e m) where DEF | ^^^^^^ Control/Monad/Logger.hs:270:44: warning: [-Wdeprecations] In the use of type constructor or class `ListT' (imported from Control.Monad.Trans.List): Deprecated: "This transformer is invalid on most monads" | 270 | instance MonadLoggerIO m => MonadLoggerIO (ListT m) | ^^^^^ Control/Monad/Logger.hs:272:28: warning: [-Wdeprecations] In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" | 272 | instance (MonadLoggerIO m, Error e) => MonadLoggerIO (ErrorT e m) | ^^^^^ Control/Monad/Logger.hs:272:55: warning: [-Wdeprecations] In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" | 272 | instance (MonadLoggerIO m, Error e) => MonadLoggerIO (ErrorT e m) | ^^^^^^ Control/Monad/Logger.hs:469:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad (WriterLoggingT m)'. `return' will eventually be removed in favour of `pure' Either remove definition for `return' (recommended) or define as `return = pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 469 | return = unwrapMonad . pure | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Control/Monad/Logger.hs:590:5: warning: [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad (LoggingT m)'. `return' will eventually be removed in favour of `pure' Either remove definition for `return' (recommended) or define as `return = pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 590 | return = LoggingT . const . return | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 3] Compiling Control.Monad.Logger.CallStack ( Control/Monad/Logger/CallStack.hs, dist/build/Control/Monad/Logger/CallStack.p_o ) [3 of 3] Compiling Paths_monad_logger ( dist/build/autogen/Paths_monad_logger.hs, dist/build/Paths_monad_logger.p_o ) ghc: fd:17: hGetContents: resource exhausted (Resource temporarily unavailable) `gcc' failed in phase `Linker'. (Exit code: 2) *** Error code 1 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/hs-monad-logger *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/hs-monad-logger