+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/elixir-1.14.0/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/elixir-1.14.0/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for elixir-1.14.0
Recompile: src/elixir_utils
Recompile: src/elixir_tokenizer
Recompile: src/elixir_sup
Recompile: src/elixir_rewrite
Recompile: src/elixir_quote
Recompile: src/elixir_parser
Recompile: src/elixir_overridable
Recompile: src/elixir_module
Recompile: src/elixir_map
Recompile: src/elixir_locals
Recompile: src/elixir_lexical
Recompile: src/elixir_interpolation
Recompile: src/elixir_import
Recompile: src/elixir_fn
Recompile: src/elixir_expand
Recompile: src/elixir_errors
Recompile: src/elixir_erl_var
Recompile: src/elixir_erl_try
Recompile: src/elixir_erl_pass
Recompile: src/elixir_erl_for
Recompile: src/elixir_erl_compiler
Recompile: src/elixir_erl_clauses
Recompile: src/elixir_erl
Recompile: src/elixir_env
Recompile: src/elixir_dispatch
Recompile: src/elixir_def
Recompile: src/elixir_config
Recompile: src/elixir_compiler
Recompile: src/elixir_code_server
Recompile: src/elixir_clauses
Recompile: src/elixir_bootstrap
Recompile: src/elixir_bitstring
Recompile: src/elixir_aliases
Recompile: src/elixir
Generated elixir app
==> bootstrap (compile)
warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8. Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell)
Compiled kernel.ex
Compiled kernel/utils.ex
Compiled macro/env.ex
Compiled keyword.ex
Compiled module.ex
Compiled list.ex
Compiled macro.ex
Compiled kernel/typespec.ex
Compiled code.ex
Compiled code/identifier.ex
Compiled protocol.ex
Compiled stream/reducers.ex
Compiled enum.ex
Compiled regex.ex
Compiled inspect/algebra.ex
Compiled inspect.ex
Compiled string.ex
Compiled string/chars.ex
Compiled kernel.ex
Compiled list/chars.ex
Compiled module/locals_tracker.ex
Compiled module/parallel_checker.ex
Compiled module/types/helpers.ex
Compiled module/types/unify.ex
Compiled module/types/of.ex
Compiled module/types/pattern.ex
Compiled module/types/expr.ex
Compiled module/types.ex
Compiled exception.ex
Compiled path.ex
Compiled file.ex
Compiled map.ex
Compiled range.ex
Compiled access.ex
Compiled io.ex
Compiled system.ex
Compiled code/formatter.ex
Compiled code/normalizer.ex
Compiled kernel/cli.ex
Compiled kernel/error_handler.ex
Compiled kernel/parallel_compiler.ex
Compiled kernel/lexical_tracker.ex
gmake[1]: Entering directory '/home/pbulk/build/lang/elixir/work/elixir-1.14.0'
==> unicode (compile)
warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8. Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell)
[Unicode] Break on 25 whitespace codepoints
warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8. Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell)
warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8. Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell)
[Unicode] Tokenizing 107876 non-ascii codepoints
[Unicode] Tokenizing 44 scriptsets
gmake[1]: Leaving directory '/home/pbulk/build/lang/elixir/work/elixir-1.14.0'
==> elixir (compile)
warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8. Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell)
Compiling lib/calendar/time.ex (it's taking more than 10s)
Compiling lib/calendar/date.ex (it's taking more than 10s)
Compiling lib/calendar/date_range.ex (it's taking more than 10s)
Compiling lib/calendar/datetime.ex (it's taking more than 10s)
Compiling lib/calendar/naive_datetime.ex (it's taking more than 10s)
Compiling lib/base.ex (it's taking more than 10s)
Compiling lib/collectable.ex (it's taking more than 10s)
Compiling lib/exception.ex (it's taking more than 10s)
Compiling lib/enum.ex (it's taking more than 10s)
Compiling lib/hash_set.ex (it's taking more than 10s)
Compiling lib/hash_dict.ex (it's taking more than 10s)
Compiling lib/io/stream.ex (it's taking more than 10s)
Compiling lib/kernel.ex (it's taking more than 10s)
Compiling lib/inspect.ex (it's taking more than 10s)
Compiling lib/list/chars.ex (it's taking more than 10s)
** (exit) exited in: :gen_server.call(#PID<0.86.0>, :start)
    ** (EXIT) time out
    (stdlib 4.1.1) gen_server.erl:370: :gen_server.call/2
    /home/pbulk/build/lang/elixir/work/elixir-1.14.0/lib/elixir/lib/kernel/parallel_compiler.ex:262: Kernel.ParallelCompiler.verify_modules/4
    /home/pbulk/build/lang/elixir/work/elixir-1.14.0/lib/elixir/lib/kernel/parallel_compiler.ex:204: Kernel.ParallelCompiler.spawn_workers/5
    /home/pbulk/build/lang/elixir/work/elixir-1.14.0/lib/elixir/lib/kernel/parallel_compiler.ex:177: Kernel.ParallelCompiler.spawn_workers/3
    /home/pbulk/build/lang/elixir/work/elixir-1.14.0/lib/elixir/lib/kernel/cli.ex:539: anonymous fn/2 in Kernel.CLI.process_command/2
gmake: *** [Makefile:95: lib/elixir/ebin/Elixir.Kernel.beam] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/lang/elixir
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/lang/elixir