Resolving Hex dependencies... Resolution completed in 0.295s Unchanged: bcrypt_elixir 3.3.2 castore 1.0.18 cc_precompiler 0.1.11 certifi 2.15.0 circular_buffer 1.0.0 comeonin 5.5.1 corsica 2.1.3 crontab 1.2.0 db_connection 2.9.0 decimal 2.3.0 decorator 1.4.0 dns_cluster 0.2.0 earmark 1.4.48 ecto 3.13.5 ecto_sql 3.13.5 ecto_sqlite3 0.22.0 elixir_make 0.9.0 ex_hash_ring 7.0.0 expo 1.1.1 exqlite 0.36.0 finch 0.21.0 game_server_core 1.0.929 gen_smtp 1.3.0 gen_stage 1.3.2 gettext 1.0.2 guardian 2.4.0 hackney 1.25.0 hpax 1.0.3 httpoison 2.3.0 idna 6.1.1 interactive_cmd 0.1.3 jason 1.4.4 jose 1.11.12 metrics 1.0.1 mime 2.0.7 mimerl 1.5.0 mint 1.7.1 nebulex 3.0.3 nebulex_distributed 3.0.0 nebulex_local 3.0.0 nebulex_redis_adapter 3.0.0 nebulex_streams 0.2.0 nerves 1.13.2 nerves_discovery 0.1.2 nerves_logging 0.2.4 nerves_runtime 0.13.12 nerves_system_bbb 2.29.3 nerves_system_br 1.33.5 nerves_system_grisp2 0.17.3 nerves_system_mangopi_mq_pro 0.15.3 nerves_system_osd32mp1 0.24.3 nerves_system_qemu_aarch64 0.3.3 nerves_system_rpi 2.0.2 nerves_system_rpi0 2.0.2 nerves_system_rpi0_2 2.0.2 nerves_system_rpi2 2.0.2 nerves_system_rpi3 2.0.2 nerves_system_rpi4 2.0.2 nerves_system_rpi5 2.0.2 nerves_system_x86_64 1.33.3 nerves_toolchain_aarch64_nerves_linux_gnu 13.2.0 nerves_toolchain_armv6_nerves_linux_gnueabihf 13.2.0 nerves_toolchain_armv7_nerves_linux_gnueabihf 13.2.0 nerves_toolchain_ctng 1.10.0 nerves_toolchain_riscv64_nerves_linux_gnu 13.2.0 nerves_toolchain_x86_64_nerves_linux_musl 13.2.0 nerves_uevent 0.1.3 nimble_options 1.1.1 nimble_ownership 1.0.2 nimble_pool 1.1.0 oauth2 2.1.0 parse_trans 3.4.1 phoenix 1.8.5 phoenix_ecto 4.7.0 phoenix_pubsub 2.2.0 phoenix_template 1.0.4 plug 1.19.1 plug_crypto 2.1.1 poison 4.0.1 postgrex 0.22.0 property_table 0.3.3 quantum 3.5.3 ranch 2.2.0 redix 1.5.3 req 0.5.17 ring_logger 0.11.5 sentry 11.0.4 shoehorn 0.9.3 ssl_verify_fun 1.1.7 swoosh 1.25.0 tablet 0.3.2 telemetry 1.4.1 telemetry_metrics 1.1.0 telemetry_poller 1.3.0 telemetry_registry 0.3.2 tesla 1.17.0 toolshed 0.4.2 uboot_env 1.0.2 ueberauth 0.10.8 ueberauth_apple 0.6.1 ueberauth_discord 0.7.0 ueberauth_facebook 0.10.0 ueberauth_google 0.12.1 ueberauth_steam_strategy 0.1.5 unicode_util_compat 0.7.1 websock 0.5.3 websock_adapter 0.5.9 All dependencies have been fetched ==> tablet Compiling 2 files (.ex) Generated tablet app ==> elixir_make Compiling 8 files (.ex) Generated elixir_make app ==> castore Compiling 1 file (.ex) Generated castore app ==> nerves_discovery Compiling 5 files (.ex) Generated nerves_discovery app ==> decimal Compiling 4 files (.ex) Generated decimal app ==> jason Compiling 10 files (.ex) Generated jason app ==> interactive_cmd Compiling 1 file (.ex) Generated interactive_cmd app ==> nerves HOST_CC port.o HOST_LD port Compiling 52 files (.ex) Generated nerves app ==> nerves_compatibility_test Nerves environment MIX_TARGET: rpi4 MIX_ENV: prod Checking for prebuilt Nerves artifacts... Found nerves_toolchain_aarch64_nerves_linux_gnu in cache /home/nerves/.nerves/artifacts/nerves_toolchain_aarch64_nerves_linux_gnu-linux_aarch64-13.2.0 Found nerves_system_rpi4 in cache /home/nerves/.nerves/artifacts/nerves_system_rpi4-portable-2.0.2 ==> nerves ==> nerves_system_br Generated nerves_system_br app ==> nerves_toolchain_ctng Compiling 1 file (.ex) Generated nerves_toolchain_ctng app ==> nerves_toolchain_aarch64_nerves_linux_gnu Generated nerves_toolchain_aarch64_nerves_linux_gnu app ==> nerves_system_rpi4 Generated nerves_system_rpi4 app ==> nerves_compatibility_test Nerves environment MIX_TARGET: rpi4 MIX_ENV: prod ==> gen_stage Compiling 10 files (.ex) Generated gen_stage app ==> mime Compiling 1 file (.ex) Generated mime app ==> circular_buffer Compiling 1 file (.ex) Generated circular_buffer app ==> nimble_options Compiling 3 files (.ex) Generated nimble_options app ==> poison Compiling 4 files (.ex) warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 127 │ for {char, seq} <- Enum.zip('"\\\n\t\r\f\b', '"\\ntrfb') do │ ~ │ └─ lib/poison/encoder.ex:127:31 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 127 │ for {char, seq} <- Enum.zip('"\\\n\t\r\f\b', '"\\ntrfb') do │ ~ │ └─ lib/poison/encoder.ex:127:48 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 174 │ when char <= 0x1F or char in '"\\' do │ ~ │ └─ lib/poison/encoder.ex:174:37 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 94 │ when char in '-0123456789' do │ ~ │ └─ lib/poison/parser.ex:94:21 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 189 │ when char in '123456789' do │ ~ │ └─ lib/poison/parser.ex:189:21 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 205 │ defp number_exp(<> <> rest, frac, pos, acc) when e in 'eE' do │ ~ │ └─ lib/poison/parser.ex:205:60 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 238 │ when char in '0123456789' do │ ~ │ └─ lib/poison/parser.ex:238:21 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 246 │ defp number_digits_count(<> <> rest, acc) when char in '0123456789' do │ ~ │ └─ lib/poison/parser.ex:246:64 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 270 │ for {seq, char} <- Enum.zip('"\\ntr/fb', '"\\\n\t\r/\f\b') do │ ~ │ └─ lib/poison/parser.ex:270:31 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 270 │ for {seq, char} <- Enum.zip('"\\ntr/fb', '"\\\n\t\r/\f\b') do │ ~ │ └─ lib/poison/parser.ex:270:44 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 277 │ when a1 in 'dD' and a2 in 'dD' and b1 in '89abAB' and │ ~ │ └─ lib/poison/parser.ex:277:24 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 277 │ when a1 in 'dD' and a2 in 'dD' and b1 in '89abAB' and │ ~ │ └─ lib/poison/parser.ex:277:39 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 277 │ when a1 in 'dD' and a2 in 'dD' and b1 in '89abAB' and │ ~ │ └─ lib/poison/parser.ex:277:54 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 334 │ defp skip_whitespace(<> <> rest, pos) when char in '\s\n\t\r' do │ ~ │ └─ lib/poison/parser.ex:334:60 warning: Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead │ 42 │ if Application.get_env(:poison, :native) do │ ~ │ └─ lib/poison/parser.ex:42:18: Poison.Parser (module) warning: use Bitwise is deprecated. import Bitwise instead │ 46 │ use Bitwise │ ~~~~~~~~~~~ │ └─ lib/poison/parser.ex:46: Poison.Parser (module) warning: use Bitwise is deprecated. import Bitwise instead │ 117 │ use Bitwise │ ~~~~~~~~~~~ │ └─ lib/poison/encoder.ex:117: Poison.Encoder.BitString (module) Generated poison app ==> comeonin Compiling 3 files (.ex) Generated comeonin app ==> plug_crypto Compiling 5 files (.ex) Generated plug_crypto app ==> hpax Compiling 4 files (.ex) Generated hpax app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling mimerl ==> jose Compiling 113 files (.erl) Compiling 8 files (.ex) Generated jose app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling ranch ===> Analyzing applications... ===> Compiling gen_smtp ==> ssl_verify_fun Compiling 7 files (.erl) Generated ssl_verify_fun app ==> ex_hash_ring Compiling 7 files (.ex) Generated ex_hash_ring app ==> nerves_logging CC kmsg_tailer.o LD kmsg_tailer Compiling 5 files (.ex) Generated nerves_logging app ==> mint Compiling 1 file (.erl) Compiling 20 files (.ex) Generated mint app ==> earmark Compiling 3 files (.erl) Compiling 61 files (.ex) Generated earmark app ==> bcrypt_elixir mkdir -p "/work/proj/_build/rpi4/lib/bcrypt_elixir/priv" /home/nerves/.nerves/artifacts/nerves_toolchain_aarch64_nerves_linux_gnu-linux_aarch64-13.2.0/bin/aarch64-nerves-linux-gnu-gcc -mabi=lp64 -fstack-protector-strong -mcpu=cortex-a72 -fPIE -pie -Wl,-z,now -Wl,-z,relro -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 --sysroot /home/nerves/.nerves/artifacts/nerves_system_rpi4-portable-2.0.2/staging -Wall -Wno-format-truncation -I"/home/nerves/.nerves/artifacts/nerves_system_rpi4-portable-2.0.2/staging/usr/lib/erlang/erts-16.3.1/include" -Ic_src -fPIC -shared --sysroot=/home/nerves/.nerves/artifacts/nerves_system_rpi4-portable-2.0.2/staging c_src/bcrypt_nif.c c_src/blowfish.c -o "/work/proj/_build/rpi4/lib/bcrypt_elixir/priv/bcrypt_nif.so" Compiling 3 files (.ex) Generated bcrypt_elixir app ==> ring_logger Compiling 7 files (.ex) Generated ring_logger app ==> shoehorn Compiling 8 files (.ex) Generated shoehorn app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling unicode_util_compat ===> Analyzing applications... ===> Compiling idna ==> phoenix_template Compiling 4 files (.ex) Generated phoenix_template app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling telemetry ==> telemetry_metrics Compiling 7 files (.ex) Generated telemetry_metrics app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling telemetry_poller ==> telemetry_registry Compiling 1 file (.erl) Compiling 1 file (.ex) Generated telemetry_registry app ==> db_connection Compiling 18 files (.ex) Generated db_connection app ==> ecto Compiling 56 files (.ex) Generated ecto app ==> crontab Compiling 7 files (.ex) Generated crontab app ==> redix Compiling 12 files (.ex) Generated redix app ==> expo Compiling 2 files (.erl) Compiling 22 files (.ex) Generated expo app ==> gettext Compiling 18 files (.ex) Generated gettext app ==> phoenix_pubsub Compiling 12 files (.ex) Generated phoenix_pubsub app ==> dns_cluster Compiling 1 file (.ex) Generated dns_cluster app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling certifi ==> plug Compiling 1 file (.erl) Compiling 42 files (.ex) Generated plug app ==> guardian Compiling 25 files (.ex) Generated guardian app ==> ueberauth Compiling 9 files (.ex) Generated ueberauth app ==> postgrex Compiling 69 files (.ex) Generated postgrex app ==> ecto_sql Compiling 25 files (.ex) Generated ecto_sql app ==> phoenix_ecto Compiling 7 files (.ex) Generated phoenix_ecto app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling parse_trans ==> uboot_env Compiling 5 files (.ex) Generated uboot_env app ==> quantum Compiling 39 files (.ex) Generated quantum app ==> nimble_pool Compiling 2 files (.ex) Generated nimble_pool app ==> finch Compiling 14 files (.ex) Generated finch app ==> req Compiling 19 files (.ex) Generated req app ==> decorator Compiling 2 files (.ex) Generated decorator app ==> nebulex Compiling 39 files (.ex) Generated nebulex app ==> nebulex_local Compiling 10 files (.ex) Generated nebulex_local app ==> nebulex_redis_adapter Compiling 19 files (.ex) Generated nebulex_redis_adapter app ==> nebulex_streams Compiling 8 files (.ex) Generated nebulex_streams app ==> nebulex_distributed Compiling 17 files (.ex) Generated nebulex_distributed app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling metrics ===> Analyzing applications... ===> Compiling hackney ==> swoosh Compiling 59 files (.ex) Generated swoosh app ==> tesla Compiling 41 files (.ex) Generated tesla app ==> oauth2 Compiling 13 files (.ex) Generated oauth2 app ==> ueberauth_discord Compiling 3 files (.ex) Generated ueberauth_discord app ==> ueberauth_facebook Compiling 3 files (.ex) Generated ueberauth_facebook app ==> ueberauth_google Compiling 3 files (.ex) Generated ueberauth_google app ==> cc_precompiler Compiling 3 files (.ex) Generated cc_precompiler app ==> exqlite Compiling 12 files (.ex) Generated exqlite app ==> ecto_sqlite3 Compiling 5 files (.ex) Generated ecto_sqlite3 app ==> property_table Compiling 8 files (.ex) Generated property_table app ==> nerves_uevent CC uevent.o LD uevent Compiling 3 files (.ex) Generated nerves_uevent app ==> nerves_runtime Compiling 14 files (.ex) Generated nerves_runtime app ==> toolshed Compiling 5 files (.ex) Generated toolshed app ==> websock Compiling 1 file (.ex) Generated websock app ==> websock_adapter Compiling 4 files (.ex) Generated websock_adapter app ==> phoenix Compiling 74 files (.ex) Generated phoenix app ==> httpoison Compiling 3 files (.ex) Generated httpoison app ==> ueberauth_apple Compiling 4 files (.ex) Generated ueberauth_apple app ==> ueberauth_steam_strategy Compiling 2 files (.ex) Generated ueberauth_steam_strategy app ==> corsica Compiling 3 files (.ex) Generated corsica app ==> nimble_ownership Compiling 2 files (.ex) Generated nimble_ownership app ==> sentry Compiling 49 files (.ex) Generated sentry app ==> game_server_core Compiling 63 files (.ex) Generated game_server_core app ==> nerves_compatibility_test Compiling 2 files (.ex) Generated nerves_compatibility_test app |nerves| Building OTP Release... * [Nerves] validating vm.args * skipping runtime configuration (config/runtime.exs not found) * creating _build/rpi4/rel/nerves_compatibility_test/releases/0.1.0/vm.args Updating base firmware image with Erlang release... Copying rootfs_overlay: /work/proj/_build/rpi4/nerves/rootfs_overlay Copying rootfs_overlay: /work/proj/rootfs_overlay Building /work/proj/_build/rpi4/nerves/images/nerves_compatibility_test.fw... Firmware UUID: few-dry (55412a62-277a-59ba-15a1-4030151bb12e) Firmware built successfully! 🎉 Now you may install it to a MicroSD card using `mix burn` or upload it to a device with `mix upload` or `mix firmware.gen.script`+`./upload.sh`. * Cleaning game_server_core ==> nerves ==> nerves_compatibility_test Nerves environment MIX_TARGET: rpi4 MIX_ENV: prod ==> game_server_core Compiling 63 files (.ex) Generated game_server_core app ==> nerves_compatibility_test Generated nerves_compatibility_test app |nerves| Building OTP Release... * [Nerves] validating vm.args * skipping runtime configuration (config/runtime.exs not found) * creating _build/rpi4/rel/nerves_compatibility_test/releases/0.1.0/vm.args Updating base firmware image with Erlang release... Copying rootfs_overlay: /work/proj/_build/rpi4/nerves/rootfs_overlay Copying rootfs_overlay: /work/proj/rootfs_overlay Building /work/proj/_build/rpi4/nerves/images/nerves_compatibility_test.fw... Firmware UUID: seed-gap (ba69e121-abd1-5300-6243-8698fafb04a1) Firmware built successfully! 🎉 Now you may install it to a MicroSD card using `mix burn` or upload it to a device with `mix upload` or `mix firmware.gen.script`+`./upload.sh`.