Resolving Hex dependencies... Resolution completed in 0.064s Unchanged: abacus 2.2.0 circular_buffer 1.0.0 dice_lib 0.1.0 elixir_make 0.9.0 ex_ttrpg_dev 0.14.1 faker 0.18.0 interactive_cmd 0.1.4 jason 1.4.4 libgraph 0.16.0 nerves 1.14.1 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.5 poison 6.0.0 property_table 0.3.3 ring_logger 0.11.5 shoehorn 0.9.3 tablet 0.3.2 toml_elixir 3.1.0 toolshed 0.4.2 uboot_env 1.0.2 All dependencies have been fetched ==> jason Compiling 10 files (.ex) Generated jason app ==> tablet Compiling 2 files (.ex) Generated tablet app ==> elixir_make Compiling 8 files (.ex) Generated elixir_make app ==> nerves_discovery Compiling 5 files (.ex) Generated nerves_discovery app ==> interactive_cmd Compiling 1 file (.ex) Generated interactive_cmd app ==> nerves HOST_CC port.o HOST_LD port Compiling 50 files (.ex) Generated nerves app ==> nerves_compatibility_test Nerves environment MIX_TARGET: mangopi_mq_pro MIX_ENV: prod Checking for prebuilt Nerves artifacts... Found nerves_system_mangopi_mq_pro in cache /home/nerves/.nerves/artifacts/nerves_system_mangopi_mq_pro-portable-0.15.3 Found nerves_toolchain_riscv64_nerves_linux_gnu in cache /home/nerves/.nerves/artifacts/nerves_toolchain_riscv64_nerves_linux_gnu-linux_aarch64-13.2.0 ==> nerves ==> nerves_system_br Generated nerves_system_br app ==> nerves_toolchain_ctng Compiling 1 file (.ex) Generated nerves_toolchain_ctng app ==> nerves_toolchain_riscv64_nerves_linux_gnu Generated nerves_toolchain_riscv64_nerves_linux_gnu app ==> nerves_system_mangopi_mq_pro Generated nerves_system_mangopi_mq_pro app ==> nerves_compatibility_test Nerves environment MIX_TARGET: mangopi_mq_pro MIX_ENV: prod ==> circular_buffer Compiling 1 file (.ex) Generated circular_buffer app ==> dice_lib Compiling 1 file (.ex) Generated dice_lib app ==> poison Compiling 4 files (.ex) Generated poison app ==> abacus Compiling 3 files (.erl) Compiling 5 files (.ex) warning: Abacus.parse/1 is undefined or private │ 36 │ Abacus.parse(without_parantheses), │ ~ │ └─ lib/format.ex:36:14: Abacus.Format.format/1 └─ lib/format.ex:37:14: Abacus.Format.format/1 └─ lib/format.ex:38:14: Abacus.Format.format/1 └─ lib/format.ex:39:14: Abacus.Format.format/1 └─ lib/format.ex:64:14: Abacus.Format.format/1 └─ lib/format.ex:65:14: Abacus.Format.format/1 └─ lib/format.ex:81:14: Abacus.Format.format/1 └─ lib/format.ex:82:14: Abacus.Format.format/1 └─ lib/format.ex:100:28: Abacus.Format.format/1 Generated abacus app ==> nerves_logging CC kmsg_tailer.o LD kmsg_tailer Compiling 5 files (.ex) Generated nerves_logging app ==> ring_logger Compiling 7 files (.ex) Generated ring_logger app ==> shoehorn Compiling 8 files (.ex) Generated shoehorn app ==> toml_elixir Compiling 11 files (.ex) Generated toml_elixir app ==> libgraph Compiling 15 files (.ex) Generated libgraph app ==> faker Compiling 111 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. │ 50 │ @alphabet 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' │ ~ │ └─ lib/faker.ex:50:13 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. │ 6 │ @geobase32 '0123456789bcdefghjkmnpqrstuvwxyz' │ ~ │ └─ lib/faker/address.ex:6:14 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. │ 501 │ alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789' │ ~ │ └─ lib/faker/lorem.ex:501:16 warning: first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it lib/faker/lorem.ex:299: Faker.Lorem.characters/1 warning: first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it lib/faker/lorem.ex:333: Faker.Lorem.paragraph/1 warning: first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it lib/faker/lorem.ex:363: Faker.Lorem.paragraphs/1 warning: first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it lib/faker/lorem.ex:397: Faker.Lorem.sentence/1 warning: first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it lib/faker/lorem.ex:454: Faker.Lorem.sentences/1 warning: first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it lib/faker/lorem.ex:488: Faker.Lorem.words/1 warning: first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it lib/faker/pizza.ex:50: Faker.Pizza.pizzas/1 warning: first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it lib/faker/pizza.ex:105: Faker.Pizza.toppings/1 warning: invalid bidirectional formatting character: 
. If you want to use such character, use it in its escaped \u2028 form instead │ 143 │ "\t\u000b\f…             ​

   ", │ ~ │ └─ lib/faker/string.ex:143:31 warning: invalid bidirectional formatting character: 
. If you want to use such character, use it in its escaped \u2029 form instead │ 143 │ "\t\u000b\f…             ​

   ", │ ~ │ └─ lib/faker/string.ex:143:32 warning: invalid bidirectional formatting character: 
. If you want to use such character, use it in its escaped \u2029 form instead │ 217 │ "
test
", │ ~ │ └─ lib/faker/string.ex:217:6 warning: invalid bidirectional formatting character: 
. If you want to use such character, use it in its escaped \u2029 form instead │ 217 │ "
test
", │ ~ │ └─ lib/faker/string.ex:217:11 Generated faker app ==> ex_ttrpg_dev Compiling 14 files (.ex) Generated ex_ttrpg_dev app ==> uboot_env Compiling 5 files (.ex) Generated uboot_env app ==> property_table Compiling 8 files (.ex) Generated property_table app ==> nerves_uevent CC uevent.o LD uevent Compiling 5 files (.ex) Generated nerves_uevent app ==> nerves_runtime Compiling 14 files (.ex) Generated nerves_runtime app ==> toolshed Compiling 5 files (.ex) Generated toolshed 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/mangopi_mq_pro/rel/nerves_compatibility_test/releases/0.1.0/vm.args Updating base firmware image with Erlang release... Copying rootfs_overlay: /work/proj/_build/mangopi_mq_pro/nerves/rootfs_overlay Copying rootfs_overlay: /work/proj/rootfs_overlay Building /work/proj/_build/mangopi_mq_pro/nerves/images/nerves_compatibility_test.fw... Firmware UUID: present-invest (b3805dd6-3f8a-5603-8332-04b3936ed452) 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 ex_ttrpg_dev ==> nerves ==> nerves_compatibility_test Nerves environment MIX_TARGET: mangopi_mq_pro MIX_ENV: prod ==> ex_ttrpg_dev Compiling 14 files (.ex) Generated ex_ttrpg_dev 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/mangopi_mq_pro/rel/nerves_compatibility_test/releases/0.1.0/vm.args Updating base firmware image with Erlang release... Copying rootfs_overlay: /work/proj/_build/mangopi_mq_pro/nerves/rootfs_overlay Copying rootfs_overlay: /work/proj/rootfs_overlay Building /work/proj/_build/mangopi_mq_pro/nerves/images/nerves_compatibility_test.fw... Firmware UUID: present-invest (b3805dd6-3f8a-5603-8332-04b3936ed452) 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`.