>>> matrix2051: Building community/matrix2051 0_git20240409-r0 (using abuild 3.13.0-r3) started Fri, 14 Jun 2024 01:31:47 +0000 >>> matrix2051: Checking sanity of /home/buildozer/aports/community/matrix2051/APKBUILD... >>> matrix2051: Analyzing dependencies... >>> matrix2051: Installing for build: build-base erlang elixir rebar3 (1/5) Installing erlang (26.2.5-r0) (2/5) Installing erlang-dev (26.2.5-r0) (3/5) Installing elixir (1.17.0-r0) (4/5) Installing rebar3 (3.23.0-r0) (5/5) Installing .makedepends-matrix2051 (20240614.013148) Executing busybox-1.36.1-r31.trigger OK: 347 MiB in 115 packages >>> matrix2051: Cleaning up srcdir >>> matrix2051: Cleaning up pkgdir >>> matrix2051: Cleaning up tmpdir >>> matrix2051: Fetching https://distfiles.alpinelinux.org/distfiles/edge/matrix2051-0_git20240409.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> matrix2051: Fetching matrix2051-0_git20240409.tar.gz::https://github.com/progval/matrix2051/archive/01f92327426335b4d7f28bf72c8cf3296854a590.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 74330 100 74330 0 0 39943 0 0:00:01 0:00:01 --:--:-- 80705 >>> matrix2051: Fetching https://distfiles.alpinelinux.org/distfiles/edge/matrix2051-0_git20240409.tar.gz >>> matrix2051: Checking sha512sums... matrix2051-0_git20240409.tar.gz: OK matrix2051.initd: OK no-erts.patch: OK pantalaimon.patch: OK >>> matrix2051: Unpacking /var/cache/distfiles/matrix2051-0_git20240409.tar.gz... >>> matrix2051: no-erts.patch patching file mix.exs >>> matrix2051: pantalaimon.patch patching file README.md patching file lib/irc/handler.ex Hunk #1 succeeded at 187 (offset 17 lines). Hunk #2 succeeded at 353 (offset 33 lines). Hunk #3 succeeded at 428 (offset 20 lines). Hunk #4 succeeded at 441 (offset 20 lines). patching file lib/matrix_client/client.ex Hunk #2 succeeded at 527 (offset 36 lines). patching file test/matrix_client/client_test.exs Hunk #1 succeeded at 117 (offset 12 lines). Hunk #2 succeeded at 188 (offset 20 lines). Hunk #3 succeeded at 274 (offset 28 lines). Hunk #4 succeeded at 330 (offset 31 lines). Hunk #5 succeeded at 398 (offset 39 lines). patching file test/test_helper.exs patching file README.md >>> matrix2051: Using precompiled hex * creating /home/buildozer/aports/community/matrix2051/src/mix/archives/hex-2.1.1 >>> matrix2051: Using system rebar3 * creating /home/buildozer/aports/community/matrix2051/src/mix/elixir/1-17/rebar3 Resolving Hex dependencies... Resolution completed in 0.677s New: certifi 2.12.0 hackney 1.20.1 httpoison 1.8.2 idna 6.1.1 jason 1.4.1 metrics 1.0.1 mimerl 1.3.0 mochiweb 2.22.0 parse_trans 3.4.1 ssl_verify_fun 1.1.7 unicode_util_compat 0.7.0 * Getting mochiweb (Hex package) * Getting jason (Hex package) * Getting httpoison (Hex package) * Getting hackney (Hex package) * Getting certifi (Hex package) * Getting idna (Hex package) * Getting metrics (Hex package) * Getting mimerl (Hex package) * Getting parse_trans (Hex package) * Getting ssl_verify_fun (Hex package) * Getting unicode_util_compat (Hex package) ===> Analyzing applications... ===> Compiling unicode_util_compat ===> Analyzing applications... ===> Compiling idna ==> jason Compiling 10 files (.ex) warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 51 │ collapse_static(List.flatten(["{", elements] ++ '}')) │ ~ │ └─ lib/codegen.ex:51:53 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 118 │ if byte > 0x7F or byte < 0x1F or byte in '"\\/' do │ ~ │ └─ lib/codegen.ex:118:48 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 166 │ defp pp_byte(byte, rest, output, depth, empty, opts) when byte in ' \n\r\t' do │ ~ │ └─ lib/formatter.ex:166:69 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 170 │ defp pp_byte(byte, rest, output, depth, empty, opts) when byte in '{[' do │ ~ │ └─ lib/formatter.ex:170:69 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 183 │ defp pp_byte(byte, rest, output, depth, true = _empty, opts) when byte in '}]' do │ ~ │ └─ lib/formatter.ex:183:77 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 189 │ defp pp_byte(byte, rest, output, depth, false = empty, opts) when byte in '}]' do │ ~ │ └─ lib/formatter.ex:189:77 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 195 │ defp pp_byte(byte, rest, output, depth, _empty, opts) when byte in ',' do │ ~ │ └─ lib/formatter.ex:195:70 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 201 │ defp pp_byte(byte, rest, output, depth, empty, opts) when byte in ':' do │ ~ │ └─ lib/formatter.ex:201:69 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 164 │ ']' │ ~ │ └─ lib/encode.ex:164:5 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 193 │ '}' │ ~ │ └─ lib/encode.ex:193:5 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 211 │ '}' │ ~ │ └─ lib/encode.ex:211:5 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 284 │ slash_escapes = Enum.zip('\b\t\n\f\r\"\\', 'btnfr"\\') │ ~ │ └─ lib/encode.ex:284:28 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 284 │ slash_escapes = Enum.zip('\b\t\n\f\r\"\\', 'btnfr"\\') │ ~ │ └─ lib/encode.ex:284:46 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 104 │ _ in '\s\n\t\r', rest -> │ ~ │ └─ lib/decoder.ex:104:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 106 │ _ in '0', rest -> │ ~ │ └─ lib/decoder.ex:106:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 108 │ _ in '123456789', rest -> │ ~ │ └─ lib/decoder.ex:108:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 110 │ _ in '-', rest -> │ ~ │ └─ lib/decoder.ex:110:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 112 │ _ in '"', rest -> │ ~ │ └─ lib/decoder.ex:112:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 114 │ _ in '[', rest -> │ ~ │ └─ lib/decoder.ex:114:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 116 │ _ in '{', rest -> │ ~ │ └─ lib/decoder.ex:116:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 118 │ _ in ']', rest -> │ ~ │ └─ lib/decoder.ex:118:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 120 │ _ in 't', rest -> │ ~ │ └─ lib/decoder.ex:120:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 127 │ _ in 'f', rest -> │ ~ │ └─ lib/decoder.ex:127:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 134 │ _ in 'n', rest -> │ ~ │ └─ lib/decoder.ex:134:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 152 │ when byte in '123456789' do │ ~ │ └─ lib/decoder.ex:152:21 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 167 │ when byte in '0123456789' do │ ~ │ └─ lib/decoder.ex:167:21 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 173 │ defp number(<>, original, skip, stack, decode, len) when e in 'eE' do │ ~ │ └─ lib/decoder.ex:173:80 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 187 │ when byte in '0123456789' do │ ~ │ └─ lib/decoder.ex:187:21 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 195 │ when byte in '0123456789' do │ ~ │ └─ lib/decoder.ex:195:21 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 199 │ when e in 'eE' do │ ~ │ └─ lib/decoder.ex:199:18 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 210 │ when byte in '0123456789' do │ ~ │ └─ lib/decoder.ex:210:21 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 214 │ when byte in '+-' do │ ~ │ └─ lib/decoder.ex:214:21 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 222 │ when byte in '0123456789' do │ ~ │ └─ lib/decoder.ex:222:21 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 230 │ when byte in '0123456789' do │ ~ │ └─ lib/decoder.ex:230:21 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 241 │ when byte in '0123456789' do │ ~ │ └─ lib/decoder.ex:241:21 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 245 │ when byte in '+-' do │ ~ │ └─ lib/decoder.ex:245:21 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 253 │ when byte in '0123456789' do │ ~ │ └─ lib/decoder.ex:253:21 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 261 │ when byte in '0123456789' do │ ~ │ └─ lib/decoder.ex:261:21 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 279 │ defp number_zero(<>, original, skip, stack, decode, len) when e in 'eE' do │ ~ │ └─ lib/decoder.ex:279:85 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 303 │ _ in '\s\n\t\r', rest -> │ ~ │ └─ lib/decoder.ex:303:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 305 │ _ in ']', rest -> │ ~ │ └─ lib/decoder.ex:305:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 309 │ _ in ',', rest -> │ ~ │ └─ lib/decoder.ex:309:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 327 │ _ in '\s\n\t\r', rest -> │ ~ │ └─ lib/decoder.ex:327:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 329 │ _ in '}', rest -> │ ~ │ └─ lib/decoder.ex:329:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 336 │ _ in ',', rest -> │ ~ │ └─ lib/decoder.ex:336:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 351 │ _ in '\s\n\t\r', rest -> │ ~ │ └─ lib/decoder.ex:351:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 353 │ _ in '}', rest -> │ ~ │ └─ lib/decoder.ex:353:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 361 │ _ in '"', rest -> │ ~ │ └─ lib/decoder.ex:361:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 372 │ _ in '\s\n\t\r', rest -> │ ~ │ └─ lib/decoder.ex:372:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 374 │ _ in ':', rest -> │ ~ │ └─ lib/decoder.ex:374:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 388 │ _ in '"', rest -> │ ~ │ └─ lib/decoder.ex:388:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 392 │ _ in '\\', rest -> │ ~ │ └─ lib/decoder.ex:392:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 412 │ _ in '"', rest -> │ ~ │ └─ lib/decoder.ex:412:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 416 │ _ in '\\', rest -> │ ~ │ └─ lib/decoder.ex:416:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 436 │ _ in 'b', rest -> │ ~ │ └─ lib/decoder.ex:436:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 437 │ string(rest, original, skip + 2, stack, decode, [acc | '\b'], 0) │ ~ │ └─ lib/decoder.ex:437:64 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 438 │ _ in 't', rest -> │ ~ │ └─ lib/decoder.ex:438:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 439 │ string(rest, original, skip + 2, stack, decode, [acc | '\t'], 0) │ ~ │ └─ lib/decoder.ex:439:64 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 440 │ _ in 'n', rest -> │ ~ │ └─ lib/decoder.ex:440:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 441 │ string(rest, original, skip + 2, stack, decode, [acc | '\n'], 0) │ ~ │ └─ lib/decoder.ex:441:64 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 442 │ _ in 'f', rest -> │ ~ │ └─ lib/decoder.ex:442:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 443 │ string(rest, original, skip + 2, stack, decode, [acc | '\f'], 0) │ ~ │ └─ lib/decoder.ex:443:64 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 444 │ _ in 'r', rest -> │ ~ │ └─ lib/decoder.ex:444:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 445 │ string(rest, original, skip + 2, stack, decode, [acc | '\r'], 0) │ ~ │ └─ lib/decoder.ex:445:64 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 446 │ _ in '"', rest -> │ ~ │ └─ lib/decoder.ex:446:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 447 │ string(rest, original, skip + 2, stack, decode, [acc | '\"'], 0) │ ~ │ └─ lib/decoder.ex:447:64 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 448 │ _ in '/', rest -> │ ~ │ └─ lib/decoder.ex:448:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 449 │ string(rest, original, skip + 2, stack, decode, [acc | '/'], 0) │ ~ │ └─ lib/decoder.ex:449:64 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 450 │ _ in '\\', rest -> │ ~ │ └─ lib/decoder.ex:450:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 451 │ string(rest, original, skip + 2, stack, decode, [acc | '\\'], 0) │ ~ │ └─ lib/decoder.ex:451:64 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 452 │ _ in 'u', rest -> │ ~ │ └─ lib/decoder.ex:452:12 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 609 │ digits1 = 'Dd' │ ~ │ └─ lib/decoder.ex:609:17 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 695 │ when byte in '\s\n\r\t' do │ ~ │ └─ lib/decoder.ex:695:21 warning: Decimal.to_string/1 is undefined (module Decimal is not available or is yet to be defined) │ 228 │ [?", decimal.to_string(value), ?"] │ ~ │ └─ lib/encoder.ex:228:18: Jason.Encoder.Decimal.encode/2 warning: Decimal.to_string/2 is undefined (module Decimal is not available or is yet to be defined) │ 242 │ [?", decimal.to_string(value, :normal), ?"] │ ~ │ └─ lib/encode.ex:242:18: Jason.Encode.struct/4 warning: Decimal.new/1 is undefined (module Decimal is not available or is yet to be defined) │ 94 │ decimal.new(string) │ ~ │ └─ lib/decoder.ex:94:17: Jason.Decoder.float_decode_function/1 warning: struct Decimal.Error is undefined (module Decimal.Error is not available or is yet to be defined) └─ lib/decoder.ex: Jason.Decoder.float_decode_function/1 Generated jason app ===> Analyzing applications... ===> Compiling mimerl ==> ssl_verify_fun Compiling 7 files (.erl) Generated ssl_verify_fun app ===> Analyzing applications... ===> Compiling certifi ===> Analyzing applications... ===> Compiling parse_trans ===> Analyzing applications... ===> Compiling metrics ===> Analyzing applications... ===> Compiling hackney ==> httpoison Compiling 3 files (.ex) Generated httpoison app ===> Analyzing applications... ===> Compiling mochiweb src/mochinum.erl:47:8: 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. ==> matrix2051 Compiling 26 files (.ex) warning: using \) to escape the closing of an uppercase sigil is deprecated, please use another delimiter or a lowercase sigil instead │ 115 │ html = Regex.replace(~R((.*\)), html, fn _, content -> content end) │ ~ │ └─ lib/format/common.ex:115:38 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 241 │ |> do_tokenize(['']) │ ~ │ └─ lib/format/irc2matrix.ex:241:21 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 252 │ do_tokenize(tail, ['' | [[c] | acc]]) │ ~ │ └─ lib/format/irc2matrix.ex:252:24 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 290 │ do_tokenize(tail, ['' | [Enum.reverse([0x03 | normalized_color]) | acc]]) │ ~ │ └─ lib/format/irc2matrix.ex:290:24 warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 317 │ do_tokenize(tail, ['' | [Enum.reverse([0x04 | normalized_color]) | acc]]) │ ~ │ └─ lib/format/irc2matrix.ex:317:24 warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead │ 31 │ Logger.warn("Starting in debug mode") │ ~ │ └─ lib/application.ex:31:14: M51.Application.start/2 warning: using \) to escape the closing of an uppercase sigil is deprecated, please use another delimiter or a lowercase sigil instead │ 446 │ ... ~R(plaintextproxy=(?https?://\S*\)), │ ~ │ └─ lib/irc/handler.ex:446:71 warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead │ 86 │ Logger.warn("Error while sending event, giving up: #{Kernel.inspect(reason)}") │ ~ │ └─ lib/matrix_client/sender.ex:86:22: M51.MatrixClient.Sender.loop_send/6 warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead │ 73 │ Logger.warn("Error while sending event, retrying: #{Kernel.inspect(reason)}") │ ~ │ └─ lib/matrix_client/sender.ex:73:22: M51.MatrixClient.Sender.loop_send/6 warning: ~R/.../ is deprecated, use ~r/.../ instead lib/format/common.ex:115: M51.Format.irc2matrix/2 warning: ~R/.../ is deprecated, use ~r/.../ instead lib/format/common.ex:117: M51.Format.irc2matrix/2 warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead │ 91 │ Logger.warn( │ ~ │ └─ lib/matrix_client/poller.ex:91:16: M51.MatrixClient.Poller.poll_one/5 warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead │ 510 │ Logger.warn( │ ~ │ └─ lib/matrix_client/client.ex:510:16: M51.MatrixClient.Client.get_base_url/2 warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead │ 521 │ Logger.warn( │ ~ │ └─ lib/matrix_client/client.ex:521:16: M51.MatrixClient.Client.get_base_url/2 warning: ~R/.../ is deprecated, use ~r/.../ instead lib/irc/handler.ex:446: M51.IrcConn.Handler.handle_connreg/3 Generated matrix2051 app * assembling matrix2051-0.1.0 on MIX_ENV=prod * skipping runtime configuration (config/runtime.exs not found) * skipping elixir.bat for windows (bin/elixir.bat not found in the Elixir installation) * skipping iex.bat for windows (bin/iex.bat not found in the Elixir installation) Release created at build # To start your system build/bin/matrix2051 start Once the release is running: # To connect to it remotely build/bin/matrix2051 remote # To stop it gracefully (you may also send SIGINT/SIGTERM) build/bin/matrix2051 stop To list all commands: build/bin/matrix2051 matrix2051 0.1.0 >>> matrix2051: Entering fakeroot... created directory: '/home/buildozer/aports/community/matrix2051/pkg/' created directory: '/home/buildozer/aports/community/matrix2051/pkg/matrix2051/' created directory: '/home/buildozer/aports/community/matrix2051/pkg/matrix2051/usr/' created directory: '/home/buildozer/aports/community/matrix2051/pkg/matrix2051/usr/lib' created directory: '/home/buildozer/aports/community/matrix2051/pkg/matrix2051/etc/' created directory: '/home/buildozer/aports/community/matrix2051/pkg/matrix2051/etc/init.d' '/home/buildozer/aports/community/matrix2051/src/matrix2051.initd' -> '/home/buildozer/aports/community/matrix2051/pkg/matrix2051/etc/init.d/matrix2051' >>> matrix2051-openrc*: Running split function openrc... >>> matrix2051-openrc*: Preparing subpackage matrix2051-openrc... >>> matrix2051-openrc*: Running postcheck for matrix2051-openrc >>> matrix2051*: Running postcheck for matrix2051 >>> matrix2051*: Preparing package matrix2051... >>> matrix2051-openrc*: Tracing dependencies... >>> matrix2051-openrc*: Package size: 16.0 KB >>> matrix2051-openrc*: Compressing data... >>> matrix2051-openrc*: Create checksum... >>> matrix2051-openrc*: Create matrix2051-openrc-0_git20240409-r0.apk >>> matrix2051*: Tracing dependencies... >>> matrix2051*: Package size: 5.4 MB >>> matrix2051*: Compressing data... >>> matrix2051*: Create checksum... >>> matrix2051*: Create matrix2051-0_git20240409-r0.apk >>> matrix2051: Build complete at Fri, 14 Jun 2024 01:32:45 +0000 elapsed time 0h 0m 58s >>> matrix2051: Cleaning up srcdir >>> matrix2051: Cleaning up pkgdir >>> matrix2051: Uninstalling dependencies... (1/5) Purging .makedepends-matrix2051 (20240614.013148) (2/5) Purging elixir (1.17.0-r0) (3/5) Purging erlang-dev (26.2.5-r0) (4/5) Purging rebar3 (3.23.0-r0) (5/5) Purging erlang (26.2.5-r0) Executing busybox-1.36.1-r31.trigger OK: 264 MiB in 110 packages >>> matrix2051: Updating the community/ppc64le repository index... >>> matrix2051: Signing the index...