=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for rabbitmq-3.13.7
=> Setting standard paths
=> Setting prefix path
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) or set the ELIXIR_ERL_OPTIONS="+fnu" environment variable
warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
\x{2514}\x{2500} nofile:1:12

 GEN    deps/.hex/cache.ets
 GEN    install-cli-scripts
 GEN    install-cli-escripts
gmake[1]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbitmq_cli'
 GEN    escript/rabbitmqctl
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) or set the ELIXIR_ERL_OPTIONS="+fnu" environment variable
Resolving Hex dependencies...
Resolution completed in 0.082s
Unchanged:
  recon 2.5.5
* Getting recon (Hex package)
gmake[1]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/thoas'
 DEPEND thoas.d
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
 DEPEND stdout_formatter.d
 ERLC   stdout_formatter.erl stdout_formatter_paragraph.erl stdout_formatter_table.erl stdout_formatter_utils.erl
 ERLC   thoas.erl thoas_decode.erl thoas_encode.erl
Old inliner: threshold=0 functions=[{array,6},
                                    {object,6},
                                    {token_error,3},
                                    {token_error,2},
                                    {throw_error,2},
                                    {continue,6}]
 APP    stdout_formatter.app.src
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
==> json
Compiling 13 files (.ex)
Old inliner: threshold=0 functions=[{float,1},
                                    {integer,1},
                                    {error_invalid_byte_error,2}]
    warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
    \x{2502}
 89 \x{2502}   defp apply_exponent({:ok, acc, <<exponent::utf8, rest::binary>>}) when exponent in 'eE' do
    \x{2502}                                                                                      ~
    \x{2502}
    \x{2514}\x{2500} lib/json/parser/number.ex:89:86

    warning: use Bitwise is deprecated. import Bitwise instead
    \x{2502}
  8 \x{2502}   use Bitwise
    \x{2502}   ~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/json/parser/string.ex:8: JSON.Parser.String (module)

    warning: use Bitwise is deprecated. import Bitwise instead
    \x{2502}
  6 \x{2502}   use Bitwise
    \x{2502}   ~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/json/parser/unicode.ex:6: JSON.Parser.Unicode (module)

 APP    thoas.app.src
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/thoas'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/ranch'
 DEPEND ranch.d
 ERLC   ranch.erl ranch_acceptor.erl ranch_acceptors_sup.erl ranch_app.erl ranch_conns_sup.erl ranch_conns_sup_sup.erl ranch_crc32c.erl ranch_embedded_sup.erl ranch_listener_sup.erl ranch_protocol.erl ranch_proxy_header.erl ranch_server.erl ranch_server_proxy.erl ranch_ssl.erl ranch_sup.erl ranch_tcp.erl ranch_transport.erl
Generated json app
==> recon
Compiling 6 files (.erl)
Generated recon app
==> csv
Compiling 7 files (.ex)
 APP    ranch
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/ranch'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/recon'
 DEPEND recon.d
Generated csv app
 ERLC   recon.erl recon_alloc.erl recon_lib.erl recon_map.erl recon_rec.erl recon_trace.erl
==> rabbitmqctl
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/recon'
 ERLC   recon.erl recon_alloc.erl recon_lib.erl recon_map.erl recon_rec.erl recon_trace.erl
src/recon_alloc.erl:702:7: Warning: matching on the float 0.0 will no longer also match -0.0 in OTP 27.
If you specifically intend to match 0.0 alone, write +0.0 instead.
%  702| usage(0.0,0.0) -> 1.00;
%     |       ^

src/recon_alloc.erl:702:11: Warning: matching on the float 0.0 will no longer also match -0.0 in OTP 27.
If you specifically intend to match 0.0 alone, write +0.0 instead.
%  702| usage(0.0,0.0) -> 1.00;
%     |           ^

Old inliner: threshold=0 functions=[{insert,2},{merge,2}]
recon_alloc.erl:702:7: Warning: matching on the float 0.0 will no longer also match -0.0 in OTP 27.
If you specifically intend to match 0.0 alone, write +0.0 instead.
recon_alloc.erl:702:11: Warning: matching on the float 0.0 will no longer also match -0.0 in OTP 27.
If you specifically intend to match 0.0 alone, write +0.0 instead.
Old inliner: threshold=0 functions=[{insert,2},{merge,2}]
 APP    recon.app.src
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/recon'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/credentials_obfuscation'
 DEPEND credentials_obfuscation.d
 APP    recon.app.src
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/recon'
 DEPEND rabbit_common.d
 ERLC   credentials_obfuscation.erl credentials_obfuscation_app.erl credentials_obfuscation_pbe.erl credentials_obfuscation_sup.erl credentials_obfuscation_svc.erl
 APP    credentials_obfuscation.app.src
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/credentials_obfuscation'
 DEPEND rabbit_common.d
 ERLC   app_utils.erl code_version.erl credit_flow.erl delegate.erl delegate_sup.erl file_handle_cache.erl file_handle_cache_stats.erl gen_server2.erl mirrored_supervisor_locks.erl mnesia_sync.erl pmon.erl priority_queue.erl rabbit_amqp_connection.erl rabbit_amqqueue_common.erl rabbit_auth_backend_dummy.erl rabbit_auth_mechanism.erl rabbit_authn_backend.erl rabbit_authz_backend.erl rabbit_basic_common.erl rabbit_binary_generator.erl rabbit_binary_parser.erl rabbit_cert_info.erl rabbit_channel_common.erl rabbit_command_assembler.erl rabbit_control_misc.erl rabbit_core_metrics.erl rabbit_data_coercion.erl rabbit_date_time.erl rabbit_env.erl rabbit_error_logger_handler.erl rabbit_event.erl rabbit_framing.erl rabbit_framing_amqp_0_8.erl rabbit_framing_amqp_0_9_1.erl rabbit_heartbeat.erl rabbit_http_util.erl rabbit_json.erl rabbit_log.erl rabbit_misc.erl rabbit_msg_store_index.erl rabbit_net.erl rabbit_nodes_common.erl rabbit_numerical.erl rabbit_password.erl rabbit_password_hashing.erl rabbit_password_hashing_md5.erl rabbit_password_hashing_sha256.erl rabbit_password_hashing_sha512.erl rabbit_pbe.erl rabbit_peer_discovery_backend.erl rabbit_policy_validator.erl rabbit_queue_collector.erl rabbit_registry.erl rabbit_registry_class.erl rabbit_resource_monitor_misc.erl rabbit_runtime.erl rabbit_runtime_parameter.erl rabbit_semver.erl rabbit_semver_parser.erl rabbit_ssl_options.erl rabbit_types.erl rabbit_writer.erl supervisor2.erl vm_memory_monitor.erl worker_pool.erl worker_pool_sup.erl worker_pool_worker.erl
 ERLC   app_utils.erl code_version.erl credit_flow.erl delegate.erl delegate_sup.erl file_handle_cache.erl file_handle_cache_stats.erl gen_server2.erl mirrored_supervisor_locks.erl mnesia_sync.erl pmon.erl priority_queue.erl rabbit_amqp_connection.erl rabbit_amqqueue_common.erl rabbit_auth_backend_dummy.erl rabbit_auth_mechanism.erl rabbit_authn_backend.erl rabbit_authz_backend.erl rabbit_basic_common.erl rabbit_binary_generator.erl rabbit_binary_parser.erl rabbit_cert_info.erl rabbit_channel_common.erl rabbit_command_assembler.erl rabbit_control_misc.erl rabbit_core_metrics.erl rabbit_data_coercion.erl rabbit_date_time.erl rabbit_env.erl rabbit_error_logger_handler.erl rabbit_event.erl rabbit_framing.erl rabbit_framing_amqp_0_8.erl rabbit_framing_amqp_0_9_1.erl rabbit_heartbeat.erl rabbit_http_util.erl rabbit_json.erl rabbit_log.erl rabbit_misc.erl rabbit_msg_store_index.erl rabbit_net.erl rabbit_nodes_common.erl rabbit_numerical.erl rabbit_password.erl rabbit_password_hashing.erl rabbit_password_hashing_md5.erl rabbit_password_hashing_sha256.erl rabbit_password_hashing_sha512.erl rabbit_pbe.erl rabbit_peer_discovery_backend.erl rabbit_policy_validator.erl rabbit_queue_collector.erl rabbit_registry.erl rabbit_registry_class.erl rabbit_resource_monitor_misc.erl rabbit_runtime.erl rabbit_runtime_parameter.erl rabbit_semver.erl rabbit_semver_parser.erl rabbit_ssl_options.erl rabbit_types.erl rabbit_writer.erl supervisor2.erl vm_memory_monitor.erl worker_pool.erl worker_pool_sup.erl worker_pool_worker.erl
 APP    rabbit_common
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
 DEPEND observer_cli.d
 APP    rabbit_common
 ERLC   observer_cli.erl observer_cli_application.erl observer_cli_escriptize.erl observer_cli_ets.erl observer_cli_help.erl observer_cli_inet.erl observer_cli_lib.erl observer_cli_mnesia.erl observer_cli_plugin.erl observer_cli_port.erl observer_cli_process.erl observer_cli_store.erl observer_cli_system.erl
gmake[1]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[1]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbitmq_cli'
 GEN    install-cli-scripts
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/csv'
gmake[3]: Nothing to be done for 'noop'.
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/csv'
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/json'
gmake[3]: Nothing to be done for 'noop'.
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/json'
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
 GEN    install-cli-escripts
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbitmq_cli'
 ERLC   observer_cli.erl observer_cli_application.erl observer_cli_escriptize.erl observer_cli_ets.erl observer_cli_help.erl observer_cli_inet.erl observer_cli_lib.erl observer_cli_mnesia.erl observer_cli_plugin.erl observer_cli_port.erl observer_cli_process.erl observer_cli_store.erl observer_cli_system.erl
 GEN    escript/rabbitmqctl
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) or set the ELIXIR_ERL_OPTIONS="+fnu" environment variable
Inlining: inline_size=24 inline_effort=150
Inlining: inline_size=24 inline_effort=150
Resolving Hex dependencies...
Resolution completed in 0.125s
Unchanged:
  recon 2.5.5
gmake[4]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
gmake[4]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
==> json
    warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
    \x{2502}
 89 \x{2502}   defp apply_exponent({:ok, acc, <<exponent::utf8, rest::binary>>}) when exponent in 'eE' do
    \x{2502}                                                                                      ~
    \x{2502}
    \x{2514}\x{2500} lib/json/parser/number.ex:89:86

    warning: use Bitwise is deprecated. import Bitwise instead
    \x{2502}
  8 \x{2502}   use Bitwise
    \x{2502}   ~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/json/parser/string.ex:8: JSON.Parser.String (module)

    warning: use Bitwise is deprecated. import Bitwise instead
    \x{2502}
  6 \x{2502}   use Bitwise
    \x{2502}   ~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/json/parser/unicode.ex:6: JSON.Parser.Unicode (module)

==> rabbitmqctl
gmake[4]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[4]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[4]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
 ERLC   observer_cli.erl observer_cli_application.erl observer_cli_escriptize.erl observer_cli_ets.erl observer_cli_help.erl observer_cli_inet.erl observer_cli_lib.erl observer_cli_mnesia.erl observer_cli_plugin.erl observer_cli_port.erl observer_cli_process.erl observer_cli_store.erl observer_cli_system.erl
 APP    observer_cli.app.src
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
 APP    observer_cli.app.src
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
 GEN    escript/rabbitmqctl
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
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) or set the ELIXIR_ERL_OPTIONS="+fnu" environment variable
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
Compiling 245 files (.ex)
Resolving Hex dependencies...
Resolution completed in 0.079s
Unchanged:
  recon 2.5.5
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
Inlining: inline_size=24 inline_effort=150
==> json
    warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
    \x{2502}
 89 \x{2502}   defp apply_exponent({:ok, acc, <<exponent::utf8, rest::binary>>}) when exponent in 'eE' do
    \x{2502}                                                                                      ~
    \x{2502}
    \x{2514}\x{2500} lib/json/parser/number.ex:89:86

    warning: use Bitwise is deprecated. import Bitwise instead
    \x{2502}
  8 \x{2502}   use Bitwise
    \x{2502}   ~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/json/parser/string.ex:8: JSON.Parser.String (module)

    warning: use Bitwise is deprecated. import Bitwise instead
    \x{2502}
  6 \x{2502}   use Bitwise
    \x{2502}   ~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/json/parser/unicode.ex:6: JSON.Parser.Unicode (module)

Generated json app
==> csv
Generated csv app
==> rabbitmqctl
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
Compiling 245 files (.ex)
 APP    observer_cli.app.src
gmake[4]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
gmake[4]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
gmake[4]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
gmake[4]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[4]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[4]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
gmake[4]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
Compiling 245 files (.ex)
warning: 0..-2 has a default step of -1, please write 0..-2//-1 instead
  lib/rabbitmq/cli/diagnostics/commands/check_certificate_expiration_command.ex:80: RabbitMQ.CLI.Diagnostics.Commands.CheckCertificateExpirationCommand.unit_label/2

warning: 0..-2 has a default step of -1, please write 0..-2//-1 instead
  lib/rabbitmq/cli/diagnostics/commands/check_certificate_expiration_command.ex:80: RabbitMQ.CLI.Diagnostics.Commands.CheckCertificateExpirationCommand.unit_label/2

warning: 0..-2 has a default step of -1, please write 0..-2//-1 instead
  lib/rabbitmq/cli/diagnostics/commands/check_certificate_expiration_command.ex:80: RabbitMQ.CLI.Diagnostics.Commands.CheckCertificateExpirationCommand.unit_label/2

    warning: redefining module RabbitMQ.CLI.Formatters.Plugins (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Formatters.Plugins.beam)
    \x{2502}
  8 \x{2502} defmodule RabbitMQ.CLI.Formatters.Plugins do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/formatters/plugins.ex:8: RabbitMQ.CLI.Formatters.Plugins (module)

    warning: redefining module RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineQuorumPlusOneCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineQuorumPlusOneCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineQuorumPlusOneCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/upgrade/commands/await_online_quorum_plus_one_command.ex:7: RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineQuorumPlusOneCommand (module)

    warning: redefining module RabbitMQ.CLI.Formatters.Report (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Formatters.Report.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Formatters.Report do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/formatters/report.ex:7: RabbitMQ.CLI.Formatters.Report (module)

    warning: redefining module RabbitMQ.CLI.Formatters.String (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Formatters.String.beam)
    \x{2502}
  8 \x{2502} defmodule RabbitMQ.CLI.Formatters.String do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/formatters/string.ex:8: RabbitMQ.CLI.Formatters.String (module)

    warning: redefining module RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineSynchronizedMirrorCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineSynchronizedMirrorCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineSynchronizedMirrorCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/upgrade/commands/await_online_synchronized_mirror_command.ex:7: RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineSynchronizedMirrorCommand (module)

    warning: redefining module RabbitMQ.CLI.Formatters.StringPerLine (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Formatters.StringPerLine.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Formatters.StringPerLine do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/formatters/string_per_line.ex:7: RabbitMQ.CLI.Formatters.StringPerLine (module)

    warning: redefining module RabbitMQ.CLI.Upgrade.Commands.DrainCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Upgrade.Commands.DrainCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Upgrade.Commands.DrainCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/upgrade/commands/drain_command.ex:7: RabbitMQ.CLI.Upgrade.Commands.DrainCommand (module)

    warning: redefining module RabbitMQ.CLI.Upgrade.Commands.PostUpgradeCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Upgrade.Commands.PostUpgradeCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Upgrade.Commands.PostUpgradeCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/upgrade/commands/post_upgrade_command.ex:7: RabbitMQ.CLI.Upgrade.Commands.PostUpgradeCommand (module)

    warning: redefining module RabbitMQ.CLI.Upgrade.Commands.ReviveCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Upgrade.Commands.ReviveCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Upgrade.Commands.ReviveCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/upgrade/commands/revive_command.ex:7: RabbitMQ.CLI.Upgrade.Commands.ReviveCommand (module)

    warning: redefining module RabbitMQ.CLI.Formatters.Table (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Formatters.Table.beam)
    \x{2502}
  9 \x{2502} defmodule RabbitMQ.CLI.Formatters.Table do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/formatters/table.ex:9: RabbitMQ.CLI.Formatters.Table (module)

    warning: redefining module RabbitMQ.CLI.InformationUnit (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.InformationUnit.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.InformationUnit do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/information_unit.ex:7: RabbitMQ.CLI.InformationUnit (module)

    warning: redefining module RabbitMQCtl (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQCtl.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQCtl do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmqctl.ex:7: RabbitMQCtl (module)

Generated rabbitmqctl app
    warning: redefining module RabbitMQ.CLI.Plugins.Commands.DirectoriesCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Plugins.Commands.DirectoriesCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Plugins.Commands.DirectoriesCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/plugins/commands/directories_command.ex:7: RabbitMQ.CLI.Plugins.Commands.DirectoriesCommand (module)

    warning: redefining module RabbitMQ.CLI.Plugins.Commands.DisableCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Plugins.Commands.DisableCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Plugins.Commands.DisableCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/plugins/commands/disable_command.ex:7: RabbitMQ.CLI.Plugins.Commands.DisableCommand (module)

    warning: redefining module RabbitMQ.CLI.Plugins.Commands.EnableCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Plugins.Commands.EnableCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Plugins.Commands.EnableCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/plugins/commands/enable_command.ex:7: RabbitMQ.CLI.Plugins.Commands.EnableCommand (module)

    warning: redefining module RabbitMQ.CLI.Plugins.Commands.IsEnabledCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Plugins.Commands.IsEnabledCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Plugins.Commands.IsEnabledCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/plugins/commands/is_enabled.ex:7: RabbitMQ.CLI.Plugins.Commands.IsEnabledCommand (module)

    warning: redefining module RabbitMQ.CLI.Plugins.Commands.ListCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Plugins.Commands.ListCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Plugins.Commands.ListCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/plugins/commands/list_command.ex:7: RabbitMQ.CLI.Plugins.Commands.ListCommand (module)

    warning: redefining module RabbitMQ.CLI.Plugins.ErrorOutput (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Plugins.ErrorOutput.beam)
    \x{2502}
  8 \x{2502} defmodule RabbitMQ.CLI.Plugins.ErrorOutput do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/plugins/error_output.ex:8: RabbitMQ.CLI.Plugins.ErrorOutput (module)

    warning: redefining module RabbitMQ.CLI.Plugins.Commands.SetCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Plugins.Commands.SetCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Plugins.Commands.SetCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/plugins/commands/set_command.ex:7: RabbitMQ.CLI.Plugins.Commands.SetCommand (module)

    warning: redefining module RabbitMQ.CLI.Plugins.Helpers (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Plugins.Helpers.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Plugins.Helpers do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/plugins/plugins_helpers.ex:7: RabbitMQ.CLI.Plugins.Helpers (module)

    warning: redefining module RabbitMQ.CLI.PrinterBehaviour (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.PrinterBehaviour.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.PrinterBehaviour do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/printer_behaviour.ex:7: RabbitMQ.CLI.PrinterBehaviour (module)

    warning: redefining module RabbitMQ.CLI.Printers.File (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Printers.File.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Printers.File do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/printers/file.ex:7: RabbitMQ.CLI.Printers.File (module)

    warning: redefining module RabbitMQ.CLI.Printers.StdIO (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Printers.StdIO.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Printers.StdIO do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/printers/std_io.ex:7: RabbitMQ.CLI.Printers.StdIO (module)

    warning: redefining module RabbitMQ.CLI.Printers.StdIORaw (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Printers.StdIORaw.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Printers.StdIORaw do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/printers/std_io_raw.ex:7: RabbitMQ.CLI.Printers.StdIORaw (module)

    warning: redefining module RabbitMQ.CLI.Queues.Commands.AddMemberCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Queues.Commands.AddMemberCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Queues.Commands.AddMemberCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/queues/commands/add_member_command.ex:7: RabbitMQ.CLI.Queues.Commands.AddMemberCommand (module)

    warning: redefining module RabbitMQ.CLI.Queues.Commands.CheckIfNewQuorumQueueReplicasHaveFinishedInitialSyncCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Queues.Commands.CheckIfNewQuorumQueueReplicasHaveFinishedInitialSyncCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Queues.Commands.CheckIfNewQuorumQueueReplicasHaveFinishedInitialSyncCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/queues/commands/check_if_new_quorum_queue_replicas_have_finished_initial_sync.ex:7: RabbitMQ.CLI.Queues.Commands.CheckIfNewQuorumQueueReplicasHaveFinishedInitialSyncCommand (module)

    warning: redefining module RabbitMQ.CLI.Queues.Commands.CheckIfNodeIsMirrorSyncCriticalCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Queues.Commands.CheckIfNodeIsMirrorSyncCriticalCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Queues.Commands.CheckIfNodeIsMirrorSyncCriticalCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/queues/commands/check_if_node_is_mirror_sync_critical_command.ex:7: RabbitMQ.CLI.Queues.Commands.CheckIfNodeIsMirrorSyncCriticalCommand (module)

    warning: redefining module RabbitMQ.CLI.Queues.Commands.CheckIfNodeIsQuorumCriticalCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Queues.Commands.CheckIfNodeIsQuorumCriticalCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Queues.Commands.CheckIfNodeIsQuorumCriticalCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/queues/commands/check_if_node_is_quorum_critical_command.ex:7: RabbitMQ.CLI.Queues.Commands.CheckIfNodeIsQuorumCriticalCommand (module)

    warning: redefining module RabbitMQ.CLI.Queues.Commands.DeleteMemberCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Queues.Commands.DeleteMemberCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Queues.Commands.DeleteMemberCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/queues/commands/delete_member_command.ex:7: RabbitMQ.CLI.Queues.Commands.DeleteMemberCommand (module)

    warning: redefining module RabbitMQ.CLI.Queues.Commands.GrowCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Queues.Commands.GrowCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Queues.Commands.GrowCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/queues/commands/grow_command.ex:7: RabbitMQ.CLI.Queues.Commands.GrowCommand (module)

    warning: redefining module RabbitMQ.CLI.Queues.Commands.ListOperatorPoliciesWithClassicQueueMirroringCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Queues.Commands.ListOperatorPoliciesWithClassicQueueMirroringCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Queues.Commands.ListOperatorPoliciesWithClassicQueueMirroringCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/queues/commands/list_operator_policies_with_classic_queue_mirroring_command.ex:7: RabbitMQ.CLI.Queues.Commands.ListOperatorPoliciesWithClassicQueueMirroringCommand (module)

    warning: redefining module RabbitMQ.CLI.Queues.Commands.ListPoliciesWithClassicQueueMirroringCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Queues.Commands.ListPoliciesWithClassicQueueMirroringCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Queues.Commands.ListPoliciesWithClassicQueueMirroringCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/queues/commands/list_policies_with_classic_queue_mirroring_command.ex:7: RabbitMQ.CLI.Queues.Commands.ListPoliciesWithClassicQueueMirroringCommand (module)

    warning: redefining module RabbitMQ.CLI.Queues.Commands.PeekCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Queues.Commands.PeekCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Queues.Commands.PeekCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/queues/commands/peek_command.ex:7: RabbitMQ.CLI.Queues.Commands.PeekCommand (module)

    warning: redefining module RabbitMQ.CLI.Queues.Commands.QuorumStatusCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Queues.Commands.QuorumStatusCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Queues.Commands.QuorumStatusCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/queues/commands/quorum_status_command.ex:7: RabbitMQ.CLI.Queues.Commands.QuorumStatusCommand (module)

    warning: redefining module RabbitMQ.CLI.Queues.Commands.RebalanceCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Queues.Commands.RebalanceCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Queues.Commands.RebalanceCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/queues/commands/rebalance_command.ex:7: RabbitMQ.CLI.Queues.Commands.RebalanceCommand (module)

    warning: redefining module RabbitMQ.CLI.Queues.Commands.ReclaimQuorumMemoryCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Queues.Commands.ReclaimQuorumMemoryCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Queues.Commands.ReclaimQuorumMemoryCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/queues/commands/reclaim_quorum_memory_command.ex:7: RabbitMQ.CLI.Queues.Commands.ReclaimQuorumMemoryCommand (module)

    warning: redefining module RabbitMQ.CLI.Queues.Commands.ShrinkCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Queues.Commands.ShrinkCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Queues.Commands.ShrinkCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/queues/commands/shrink_command.ex:7: RabbitMQ.CLI.Queues.Commands.ShrinkCommand (module)

    warning: redefining module RabbitMQ.CLI.Streams.Commands.AddReplicaCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Streams.Commands.AddReplicaCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Streams.Commands.AddReplicaCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/streams/commands/add_replica_command.ex:7: RabbitMQ.CLI.Streams.Commands.AddReplicaCommand (module)

    warning: redefining module RabbitMQ.CLI.Queues.Commands.CoordinatorStatusCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Queues.Commands.CoordinatorStatusCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Queues.Commands.CoordinatorStatusCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/streams/commands/coordinator_status_command.ex:7: RabbitMQ.CLI.Queues.Commands.CoordinatorStatusCommand (module)

    warning: redefining module RabbitMQ.CLI.Streams.Commands.DeleteReplicaCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Streams.Commands.DeleteReplicaCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Streams.Commands.DeleteReplicaCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/streams/commands/delete_replica_command.ex:7: RabbitMQ.CLI.Streams.Commands.DeleteReplicaCommand (module)

    warning: redefining module RabbitMQ.CLI.Streams.Commands.RestartStreamCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Streams.Commands.RestartStreamCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Streams.Commands.RestartStreamCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/streams/commands/restart_stream_command.ex:7: RabbitMQ.CLI.Streams.Commands.RestartStreamCommand (module)

    warning: redefining module RabbitMQ.CLI.Streams.Commands.SetStreamRetentionPolicyCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Streams.Commands.SetStreamRetentionPolicyCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Streams.Commands.SetStreamRetentionPolicyCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/streams/commands/set_stream_retention_policy_command.ex:7: RabbitMQ.CLI.Streams.Commands.SetStreamRetentionPolicyCommand (module)

    warning: redefining module RabbitMQ.CLI.Streams.Commands.StreamStatusCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Streams.Commands.StreamStatusCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Streams.Commands.StreamStatusCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/streams/commands/stream_status_command.ex:7: RabbitMQ.CLI.Streams.Commands.StreamStatusCommand (module)

    warning: redefining module RabbitMQ.CLI.TimeUnit (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.TimeUnit.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.TimeUnit do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/time_unit.ex:7: RabbitMQ.CLI.TimeUnit (module)

    warning: redefining module RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineQuorumPlusOneCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineQuorumPlusOneCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineQuorumPlusOneCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/upgrade/commands/await_online_quorum_plus_one_command.ex:7: RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineQuorumPlusOneCommand (module)

    warning: redefining module RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineSynchronizedMirrorCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineSynchronizedMirrorCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineSynchronizedMirrorCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/upgrade/commands/await_online_synchronized_mirror_command.ex:7: RabbitMQ.CLI.Upgrade.Commands.AwaitOnlineSynchronizedMirrorCommand (module)

    warning: redefining module RabbitMQ.CLI.Upgrade.Commands.DrainCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Upgrade.Commands.DrainCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Upgrade.Commands.DrainCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/upgrade/commands/drain_command.ex:7: RabbitMQ.CLI.Upgrade.Commands.DrainCommand (module)

    warning: redefining module RabbitMQ.CLI.Upgrade.Commands.PostUpgradeCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Upgrade.Commands.PostUpgradeCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Upgrade.Commands.PostUpgradeCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/upgrade/commands/post_upgrade_command.ex:7: RabbitMQ.CLI.Upgrade.Commands.PostUpgradeCommand (module)

    warning: redefining module RabbitMQ.CLI.Upgrade.Commands.ReviveCommand (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQ.CLI.Upgrade.Commands.ReviveCommand.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQ.CLI.Upgrade.Commands.ReviveCommand do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmq/cli/upgrade/commands/revive_command.ex:7: RabbitMQ.CLI.Upgrade.Commands.ReviveCommand (module)

    warning: redefining module RabbitMQCtl (current version loaded from _build/dev/lib/rabbitmqctl/ebin/Elixir.RabbitMQCtl.beam)
    \x{2502}
  7 \x{2502} defmodule RabbitMQCtl do
    \x{2502} ~~~~~~~~~~~~~~~~~~~~~~~~
    \x{2502}
    \x{2514}\x{2500} lib/rabbitmqctl.ex:7: RabbitMQCtl (module)

Generated rabbitmqctl app
Generated rabbitmqctl app
Generated escript escript/rabbitmqctl with MIX_ENV=dev
 GEN    escript/rabbitmq-plugins
 GEN    escript/rabbitmq-diagnostics
 GEN    escript/rabbitmq-queues
 GEN    escript/rabbitmq-streams
 GEN    escript/vmware-rabbitmq
 GEN    escript/rabbitmq-upgrade
 GEN    install
gmake[1]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbitmq_cli'
Generated escript escript/rabbitmqctl with MIX_ENV=dev
 GEN    escript/rabbitmq-plugins
 GEN    escript/rabbitmq-diagnostics
 GEN    escript/rabbitmq-queues
 GEN    escript/rabbitmq-streams
 GEN    escript/vmware-rabbitmq
 GEN    escript/rabbitmq-upgrade
Generated escript escript/rabbitmqctl with MIX_ENV=dev
 GEN    escript/rabbitmq-plugins
 GEN    escript/rabbitmq-diagnostics
 GEN    escript/rabbitmq-queues
 GEN    escript/rabbitmq-streams
 GEN    escript/vmware-rabbitmq
 GEN    escript/rabbitmq-upgrade
 GEN    install
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbitmq_cli'
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbitmq_cli'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit_common'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbitmq_prelaunch'
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/cuttlefish'
gmake[4]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/getopt'
 DEPEND getopt.d
 ERLC   getopt.erl
 APP    getopt.app.src
gmake[4]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/getopt'
 DEPEND cuttlefish.d
 ERLC   conf_parse.erl cuttlefish.erl cuttlefish_advanced.erl cuttlefish_bytesize.erl cuttlefish_conf.erl cuttlefish_datatypes.erl cuttlefish_duration.erl cuttlefish_duration_parse.erl cuttlefish_effective.erl cuttlefish_enum.erl cuttlefish_error.erl cuttlefish_escript.erl cuttlefish_flag.erl cuttlefish_generator.erl cuttlefish_mapping.erl cuttlefish_rebar_plugin.erl cuttlefish_schema.erl cuttlefish_translation.erl cuttlefish_unit.erl cuttlefish_util.erl cuttlefish_validator.erl cuttlefish_variable.erl cuttlefish_vmargs.erl
 APP    cuttlefish.app.src
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/cuttlefish'
 DEPEND rabbitmq_prelaunch.d
 ERLC   rabbit_boot_state.erl rabbit_boot_state_sup.erl rabbit_boot_state_systemd.erl rabbit_boot_state_xterm_titlebar.erl rabbit_logger_fmt_helpers.erl rabbit_logger_json_fmt.erl rabbit_logger_std_h.erl rabbit_logger_text_fmt.erl rabbit_prelaunch.erl rabbit_prelaunch_app.erl rabbit_prelaunch_conf.erl rabbit_prelaunch_dist.erl rabbit_prelaunch_early_logging.erl rabbit_prelaunch_erlang_compat.erl rabbit_prelaunch_errors.erl rabbit_prelaunch_file.erl rabbit_prelaunch_sighandler.erl rabbit_prelaunch_sup.erl
 APP    rabbitmq_prelaunch
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbitmq_prelaunch'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/ra'
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/gen_batch_server'
 DEPEND gen_batch_server.d
 ERLC   gen_batch_server.erl
 APP    gen_batch_server.app.src
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/gen_batch_server'
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/aten'
 DEPEND aten.d
 ERLC   aten.erl aten_app.erl aten_detect.erl aten_detector.erl aten_emitter.erl aten_sink.erl aten_sup.erl
 APP    aten.app.src
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/aten'
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/seshat'
 DEPEND seshat.d
 ERLC   seshat.erl seshat_app.erl seshat_counters_server.erl seshat_sup.erl
 APP    seshat.app.src
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/seshat'
 DEPEND ra.d
 ERLC   ra.erl ra_app.erl ra_aux.erl ra_bench.erl ra_counters.erl ra_dbg.erl ra_directory.erl ra_env.erl ra_ets_queue.erl ra_file.erl ra_file_handle.erl ra_flru.erl ra_leaderboard.erl ra_lib.erl ra_log.erl ra_log_cache.erl ra_log_ets.erl ra_log_meta.erl ra_log_pre_init.erl ra_log_reader.erl ra_log_segment.erl ra_log_segment_writer.erl ra_log_snapshot.erl ra_log_sup.erl ra_log_wal.erl ra_log_wal_sup.erl ra_machine.erl ra_machine_ets.erl ra_machine_simple.erl ra_metrics_ets.erl ra_monitors.erl ra_server.erl ra_server_proc.erl ra_server_sup.erl ra_server_sup_sup.erl ra_snapshot.erl ra_sup.erl ra_system.erl ra_system_recover.erl ra_system_sup.erl ra_systems_sup.erl
Inlining: inline_size=24 inline_effort=150
Inlining: inline_size=24 inline_effort=150
Old inliner: threshold=0 functions=[{handle_raft_state,3}]
src/ra_server_proc.erl:10:2: Warning: the callback gen_statem:format_status(_,_) is deprecated; use format_status/1 instead
%   10| -behaviour(gen_statem).
%     |  ^

 APP    ra.app.src
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/ra'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/sysmon_handler'
 DEPEND sysmon_handler.d
 ERLC   sysmon_handler_app.erl sysmon_handler_example_handler.erl sysmon_handler_filter.erl sysmon_handler_sup.erl sysmon_handler_testhandler.erl
 APP    sysmon_handler.app.src
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/sysmon_handler'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/stdout_formatter'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/redbug'
 XYRL   redbug_lexer.xrl redbug_parser.yrl
Parsing file src/redbug_lexer.xrl, contained 22 rules.
NFA contains 520 states, DFA contains 243 states, minimised to 178 states.
Writing file src/redbug_lexer.erl, ok

*** Conflicts resolved by operator precedences:

Parse action conflict scanning symbol boolean_op2 in state 14:
   Reduce to guard from test (rule 61 at location 108:1)
      vs.
   shift to state 84, adding right sisters to test.
Resolved in favor of shift.

Parse action conflict scanning symbol '$end' in state 65:
   Reduce to guard from boolean_op1 test (rule 59 at location 106:1)
      vs.
   reduce to guard from test (rule 61 at location 108:1).
Resolved in favor of guard.

Parse action conflict scanning symbol ')' in state 65:
   Reduce to guard from boolean_op1 test (rule 59 at location 106:1)
      vs.
   reduce to guard from test (rule 61 at location 108:1).
Resolved in favor of guard.

Parse action conflict scanning symbol ',' in state 65:
   Reduce to guard from boolean_op1 test (rule 59 at location 106:1)
      vs.
   reduce to guard from test (rule 61 at location 108:1).
Resolved in favor of guard.

Parse action conflict scanning symbol '->' in state 65:
   Reduce to guard from boolean_op1 test (rule 59 at location 106:1)
      vs.
   reduce to guard from test (rule 61 at location 108:1).
Resolved in favor of guard.

Parse action conflict scanning symbol ';' in state 65:
   Reduce to guard from boolean_op1 test (rule 59 at location 106:1)
      vs.
   reduce to guard from test (rule 61 at location 108:1).
Resolved in favor of guard.

Parse action conflict scanning symbol boolean_op2 in state 65:
   Reduce to guard from boolean_op1 test (rule 59 at location 106:1)
      vs.
   reduce to guard from test (rule 61 at location 108:1).
Resolved in favor of guard.

Parse action conflict scanning symbol boolean_op2 in state 65:
   Reduce to guard from boolean_op1 test (rule 59 at location 106:1)
      vs.
   shift to state 84, adding right sisters to test.
Resolved in favor of reduce.

Parse action conflict scanning symbol ')' in state 72:
   Reduce to test from guard_value (rule 66 at location 114:1)
      vs.
   shift to state 73, adding right sisters to guard_value.
Resolved in favor of shift.

Parse action conflict scanning symbol arithmetic_op in state 79:
   Reduce to guard_value from guard_value arithmetic_op guard_value (rule 71 at location 120:1)
      vs.
   shift to state 74, adding right sisters to guard_value.
Resolved in favor of reduce.

Parse action conflict scanning symbol ')' in state 81:
   Reduce to guard from test (rule 61 at location 108:1)
      vs.
   shift to state 80, adding right sisters to test.
Resolved in favor of shift.

Parse action conflict scanning symbol boolean_op2 in state 81:
   Reduce to guard from test (rule 61 at location 108:1)
      vs.
   shift to state 84, adding right sisters to test.
Resolved in favor of shift.

Parse action conflict scanning symbol ')' in state 102:
   Reduce to guards from guard (rule 53 at location 99:1)
      vs.
   shift to state 83, adding right sisters to guard.
Resolved in favor of shift.

Parse action conflict scanning symbol '++' in state 129:
   Reduce to list from list '++' list (rule 38 at location 76:1)
      vs.
   shift to state 128, adding right sisters to list.
Resolved in favor of reduce.

*** End of resolved conflicts

 DEPEND redbug.d
 ERLC   redbug.erl redbug_compiler.erl redbug_dtop.erl redbug_lexer.erl redbug_parser.erl redbug_targ.erl
src/redbug_dtop.erl:225:9: Warning: matching on the float 0.0 will no longer also match -0.0 in OTP 27.
If you specifically intend to match 0.0 alone, write +0.0 instead.
%  225|         0.0 -> 1;
%     |         ^

Old inliner: threshold=0 functions=[{yyaction_21,2},
                                    {yyaction_20,2},
                                    {yyaction_19,2},
                                    {yyaction_18,2},
                                    {yyaction_17,2},
                                    {yyaction_16,2},
                                    {yyaction_15,2},
                                    {yyaction_14,2},
                                    {yyaction_13,2},
                                    {yyaction_12,2},
                                    {yyaction_11,2},
                                    {yyaction_10,2},
                                    {yyaction_9,2},
                                    {yyaction_8,2},
                                    {yyaction_7,2},
                                    {yyaction_6,2},
                                    {yyaction_5,2},
                                    {yyaction_4,2},
                                    {yyaction_3,2},
                                    {yyaction_2,2},
                                    {yyaction_1,2},
                                    {yyaction_0,0}]
Old inliner: threshold=0 functions=[{yeccpars2_142_,1},
                                    {yeccpars2_140_,1},
                                    {yeccpars2_139_,1},
                                    {yeccpars2_138_,1},
                                    {yeccpars2_136_,1},
                                    {yeccpars2_135_,1},
                                    {yeccpars2_134_,1},
                                    {yeccpars2_133_,1},
                                    {yeccpars2_131_,1},
                                    {yeccpars2_130_,1},
                                    {yeccpars2_129_,1},
                                    {yeccpars2_127_,1},
                                    {yeccpars2_126_,1},
                                    {yeccpars2_123_,1},
                                    {yeccpars2_122_,1},
                                    {yeccpars2_121_,1},
                                    {yeccpars2_119_,1},
                                    {yeccpars2_118_,1},
                                    {yeccpars2_115_,1},
                                    {yeccpars2_114_,1},
                                    {yeccpars2_112_,1},
                                    {yeccpars2_109_,1},
                                    {yeccpars2_108_,1},
                                    {yeccpars2_107_,1},
                                    {yeccpars2_103_,1},
                                    {yeccpars2_102_,1},
                                    {yeccpars2_100_,1},
                                    {yeccpars2_97_,1},
                                    {yeccpars2_95_,1},
                                    {yeccpars2_93_,1},
                                    {yeccpars2_90_,1},
                                    {yeccpars2_85_,1},
                                    {yeccpars2_83_,1},
                                    {yeccpars2_81_,1},
                                    {yeccpars2_80_,1},
                                    {yeccpars2_79_,1},
                                    {yeccpars2_76_,1},
                                    {yeccpars2_73_,1},
                                    {yeccpars2_72_,1},
                                    {yeccpars2_69_,1},
                                    {yeccpars2_66_,1},
                                    {yeccpars2_65_,1},
                                    {yeccpars2_64_,1},
                                    {yeccpars2_61_,1},
                                    {yeccpars2_60_,1},
                                    {yeccpars2_58_,1},
                                    {yeccpars2_55_,1},
                                    {yeccpars2_53_,1},
                                    {yeccpars2_52_,1},
                                    {yeccpars2_47_,1},
                                    {yeccpars2_44_,1},
                                    {yeccpars2_43_,1},
                                    {yeccpars2_41_,1},
                                    {yeccpars2_39_,1},
                                    {yeccpars2_38_,1},
                                    {yeccpars2_37_,1},
                                    {yeccpars2_36_,1},
                                    {yeccpars2_35_,1},
                                    {yeccpars2_34_,1},
                                    {yeccpars2_33_,1},
                                    {yeccpars2_32_,1},
                                    {yeccpars2_31_,1},
                                    {yeccpars2_29_,1},
                                    {yeccpars2_28_,1},
                                    {yeccpars2_27_,1},
                                    {yeccpars2_26_,1},
                                    {yeccpars2_25_,1},
                                    {yeccpars2_23_,1},
                                    {yeccpars2_22_,1},
                                    {yeccpars2_21_,1},
                                    {yeccpars2_20_,1},
                                    {yeccpars2_19_,1},
                                    {yeccpars2_18_,1},
                                    {yeccpars2_17_,1},
                                    {yeccpars2_16_,1},
                                    {yeccpars2_15_,1},
                                    {yeccpars2_14_,1},
                                    {yeccpars2_13_,1},
                                    {yeccpars2_10_,1},
                                    {yeccpars2_9_,1},
                                    {yeccpars2_8_,1},
                                    {yeccpars2_7_,1},
                                    {yeccpars2_6_,1},
                                    {yeccpars2_5_,1},
                                    {yeccpars2_4_,1},
                                    {yeccpars2_3_,1},
                                    {yeccpars2_2_,1}]
src/redbug_targ.erl:545:17: Warning: ct_slave:start/2 is deprecated and will be removed in OTP 29; use ?CT_PEER(), or the 'peer' module instead
%  545|   {ok, Slave} = ct_slave:start(SlaveName, Opts),
%     |                 ^

src/redbug_targ.erl:553:17: Warning: ct_slave:start/2 is deprecated and will be removed in OTP 29; use ?CT_PEER(), or the 'peer' module instead
%  553|   {ok, Slave} = ct_slave:start(SlaveName, Opts),
%     |                 ^

src/redbug_targ.erl:561:39: Warning: ct_slave:stop/1 is deprecated and will be removed in OTP 29; use ?CT_PEER(), or the 'peer' module instead
%  561| stop_slave(Slave, _) -> {ok, Slave} = ct_slave:stop(Slave).
%     |                                       ^

 APP    redbug.app.src
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/redbug'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/observer_cli'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/osiris'
 DEPEND osiris.d
 ERLC   osiris.erl osiris_app.erl osiris_bench.erl osiris_bloom.erl osiris_counters.erl osiris_ets.erl osiris_log.erl osiris_log_shared.erl osiris_member.erl osiris_replica.erl osiris_replica_reader.erl osiris_replica_reader_sup.erl osiris_retention.erl osiris_server_sup.erl osiris_sup.erl osiris_tracking.erl osiris_util.erl osiris_writer.erl
 APP    osiris.app.src
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/osiris'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/amqp10_common'
 GEN    include/amqp10_framing.hrl
 GEN    src/amqp10_framing0.erl
 DEPEND amqp10_common.d
 ERLC   amqp10_binary_generator.erl amqp10_binary_parser.erl amqp10_framing.erl amqp10_framing0.erl
 APP    amqp10_common
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/amqp10_common'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/syslog'
 DEPEND syslog.d
 ERLC   syslog.erl syslog_error_h.erl syslog_lager_backend.erl syslog_lib.erl syslog_logger.erl syslog_logger_h.erl syslog_monitor.erl syslog_rfc3164.erl syslog_rfc5424.erl
 APP    syslog.app.src
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/syslog'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/systemd'
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/enough'
 DEPEND enough.d
 ERLC   enough.erl
src/enough.erl:22:2: Warning: the callback gen_server:format_status(_,_) is deprecated; use format_status/1 instead
%   22| -behaviour(gen_server).
%     |  ^

 APP    enough.app.src
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/enough'
 DEPEND systemd.d
 ERLC   systemd.erl systemd_app.erl systemd_journal_h.erl systemd_kmsg_formatter.erl systemd_protocol.erl systemd_socket.erl systemd_sup.erl systemd_watchdog.erl
 APP    systemd.app.src
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/systemd'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/khepri'
gmake[3]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/horus'
 DEPEND horus.d
 ERLC   horus.erl horus_cover.erl horus_utils.erl
 APP    horus.app.src
gmake[3]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/horus'
 DEPEND khepri.d
 ERLC   khepri.erl khepri_adv.erl khepri_app.erl khepri_cluster.erl khepri_condition.erl khepri_event_handler.erl khepri_evf.erl khepri_export_erlang.erl khepri_import_export.erl khepri_machine.erl khepri_machine_v0.erl khepri_path.erl khepri_pattern_tree.erl khepri_payload.erl khepri_projection.erl khepri_sproc.erl khepri_sup.erl khepri_tree.erl khepri_tx.erl khepri_tx_adv.erl khepri_utils.erl
 APP    khepri.app.src
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/khepri'
gmake[2]: Entering directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/khepri_mnesia_migration'
 DEPEND khepri_mnesia_migration.d
 ERLC   khepri_mnesia_migration_app.erl khepri_mnesia_migration_sup.erl kmm_utils.erl m2k_cluster_sync.erl m2k_cluster_sync_sup.erl m2k_export.erl m2k_subscriber.erl m2k_table_copy.erl m2k_table_copy_sup.erl m2k_table_copy_sup_sup.erl mnesia_to_khepri.erl mnesia_to_khepri_converter.erl mnesia_to_khepri_example_converter.erl
 APP    khepri_mnesia_migration.app.src
gmake[2]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/khepri_mnesia_migration'
 DEPEND rabbit.d
 ERLC   amqqueue.erl background_gc.erl code_server_cache.erl gatherer.erl gm.erl internal_user.erl lqueue.erl mc.erl mc_amqp.erl mc_amqpl.erl mc_compat.erl mc_util.erl mirrored_supervisor.erl mirrored_supervisor_sups.erl pg_local.erl pid_recomposition.erl rabbit.erl rabbit_access_control.erl rabbit_alarm.erl rabbit_amqqueue.erl rabbit_amqqueue_control.erl rabbit_amqqueue_process.erl rabbit_amqqueue_sup.erl rabbit_amqqueue_sup_sup.erl rabbit_auth_backend_internal.erl rabbit_auth_mechanism_amqplain.erl rabbit_auth_mechanism_cr_demo.erl rabbit_auth_mechanism_plain.erl rabbit_autoheal.erl rabbit_backing_queue.erl rabbit_basic.erl rabbit_binding.erl rabbit_boot_steps.erl rabbit_channel.erl rabbit_channel_interceptor.erl rabbit_channel_sup.erl rabbit_channel_sup_sup.erl rabbit_channel_tracking.erl rabbit_channel_tracking_handler.erl rabbit_classic_queue.erl rabbit_classic_queue_index_v2.erl rabbit_classic_queue_store_v2.erl rabbit_client_sup.erl rabbit_config.erl rabbit_confirms.erl rabbit_connection_helper_sup.erl rabbit_connection_sup.erl rabbit_connection_tracking.erl rabbit_connection_tracking_handler.erl rabbit_control_pbe.erl rabbit_core_ff.erl rabbit_core_metrics_gc.erl rabbit_credential_validation.erl rabbit_credential_validator.erl rabbit_credential_validator_accept_everything.erl rabbit_credential_validator_min_password_length.erl rabbit_credential_validator_password_regexp.erl rabbit_cuttlefish.erl rabbit_db.erl rabbit_db_binding.erl rabbit_db_binding_m2k_converter.erl rabbit_db_cluster.erl rabbit_db_exchange.erl rabbit_db_exchange_m2k_converter.erl rabbit_db_m2k_converter.erl rabbit_db_maintenance.erl rabbit_db_maintenance_m2k_converter.erl rabbit_db_msup.erl rabbit_db_msup_m2k_converter.erl rabbit_db_policy.erl rabbit_db_queue.erl rabbit_db_queue_m2k_converter.erl rabbit_db_rtparams.erl rabbit_db_rtparams_m2k_converter.erl rabbit_db_topic_exchange.erl rabbit_db_user.erl rabbit_db_user_m2k_converter.erl rabbit_db_vhost.erl rabbit_db_vhost_defaults.erl rabbit_db_vhost_m2k_converter.erl rabbit_dead_letter.erl rabbit_definitions.erl rabbit_definitions_hashing.erl rabbit_definitions_import_https.erl rabbit_definitions_import_local_filesystem.erl rabbit_depr_ff_extra.erl rabbit_deprecated_features.erl rabbit_diagnostics.erl rabbit_direct.erl rabbit_direct_reply_to.erl rabbit_disk_monitor.erl rabbit_epmd_monitor.erl rabbit_event_consumer.erl rabbit_exchange.erl rabbit_exchange_decorator.erl rabbit_exchange_parameters.erl rabbit_exchange_type.erl rabbit_exchange_type_direct.erl rabbit_exchange_type_fanout.erl rabbit_exchange_type_headers.erl rabbit_exchange_type_invalid.erl rabbit_exchange_type_topic.erl rabbit_feature_flags.erl rabbit_ff_controller.erl rabbit_ff_extra.erl rabbit_ff_registry.erl rabbit_ff_registry_factory.erl rabbit_ff_registry_wrapper.erl rabbit_fhc_helpers.erl rabbit_fifo.erl rabbit_fifo_client.erl rabbit_fifo_dlx.erl rabbit_fifo_dlx_client.erl rabbit_fifo_dlx_sup.erl rabbit_fifo_dlx_worker.erl rabbit_fifo_index.erl rabbit_fifo_v0.erl rabbit_fifo_v1.erl rabbit_file.erl rabbit_global_counters.erl rabbit_guid.erl rabbit_health_check.erl rabbit_khepri.erl rabbit_limiter.erl rabbit_log_channel.erl rabbit_log_connection.erl rabbit_log_mirroring.erl rabbit_log_prelaunch.erl rabbit_log_queue.erl rabbit_log_tail.erl rabbit_logger_exchange_h.erl rabbit_looking_glass.erl rabbit_maintenance.erl rabbit_memory_monitor.erl rabbit_message_interceptor.erl rabbit_metrics.erl rabbit_mirror_queue_coordinator.erl rabbit_mirror_queue_master.erl rabbit_mirror_queue_misc.erl rabbit_mirror_queue_mode.erl rabbit_mirror_queue_mode_all.erl rabbit_mirror_queue_mode_exactly.erl rabbit_mirror_queue_mode_nodes.erl rabbit_mirror_queue_slave.erl rabbit_mirror_queue_sync.erl rabbit_mnesia.erl rabbit_msg_record.erl rabbit_msg_store.erl rabbit_msg_store_ets_index.erl rabbit_msg_store_gc.erl rabbit_networking.erl rabbit_networking_store.erl rabbit_node_monitor.erl rabbit_nodes.erl rabbit_observer_cli.erl rabbit_observer_cli_classic_queues.erl rabbit_observer_cli_quorum_queues.erl rabbit_osiris_metrics.erl rabbit_parameter_validation.erl rabbit_peer_discovery.erl rabbit_peer_discovery_classic_config.erl rabbit_peer_discovery_dns.erl rabbit_plugins.erl rabbit_policies.erl rabbit_policy.erl rabbit_policy_merge_strategy.erl rabbit_prelaunch_cluster.erl rabbit_prelaunch_enabled_plugins_file.erl rabbit_prelaunch_feature_flags.erl rabbit_prelaunch_logging.erl rabbit_prequeue.erl rabbit_priority_queue.erl rabbit_process.erl rabbit_queue_consumers.erl rabbit_queue_decorator.erl rabbit_queue_index.erl rabbit_queue_location.erl rabbit_queue_location_client_local.erl rabbit_queue_location_min_masters.erl rabbit_queue_location_random.erl rabbit_queue_location_validator.erl rabbit_queue_master_location_misc.erl rabbit_queue_master_locator.erl rabbit_queue_type.erl rabbit_queue_type_util.erl rabbit_quorum_memory_manager.erl rabbit_quorum_queue.erl rabbit_quorum_queue_periodic_membership_reconciliation.erl rabbit_ra_registry.erl rabbit_ra_systems.erl rabbit_reader.erl rabbit_recovery_terms.erl rabbit_release_series.erl rabbit_restartable_sup.erl rabbit_router.erl rabbit_runtime_parameters.erl rabbit_ssl.erl rabbit_stream_coordinator.erl rabbit_stream_queue.erl rabbit_stream_sac_coordinator.erl rabbit_sup.erl rabbit_sysmon_handler.erl rabbit_sysmon_minder.erl rabbit_table.erl rabbit_time_travel_dbg.erl rabbit_trace.erl rabbit_tracking.erl rabbit_tracking_store.erl rabbit_upgrade_preparation.erl rabbit_variable_queue.erl rabbit_version.erl rabbit_vhost.erl rabbit_vhost_limit.erl rabbit_vhost_msg_store.erl rabbit_vhost_process.erl rabbit_vhost_sup.erl rabbit_vhost_sup_sup.erl rabbit_vhost_sup_wrapper.erl rabbit_vhosts.erl rabbit_vm.erl supervised_lifecycle.erl tcp_listener.erl tcp_listener_sup.erl term_to_binary_compat.erl vhost.erl
Old inliner: threshold=0 functions=[{r2f,2},{f2r,2}]
Inlining: inline_size=24 inline_effort=150
Inlining: inline_size=24 inline_effort=150
Inlining: inline_size=24 inline_effort=150
Old inliner: threshold=0 functions=[{segment_entry_count,0}]
OS monotonic time stepped backwards!
Previous time: 2375627144747145
Current time:  2375626393161722
gmake[2]: *** [../../erlang.mk:4761: ebin/rabbit.app] Abort trap (core dumped)
gmake[1]: *** [../../erlang.mk:4502: app] Error 2
gmake[1]: Leaving directory '/tmp/pkgbuild/net/rabbitmq/work.sparc64/rabbitmq-server-3.13.7/deps/rabbit'
gmake: *** [erlang.mk:3753: deps] Error 2
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/net/rabbitmq
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/net/rabbitmq