Resolving Hex dependencies... Resolution completed in 0.057s Unchanged: cc_precompiler 0.1.11 circular_buffer 1.0.0 elixir_make 0.9.0 fine 0.1.6 gorilla_stream 3.0.1 interactive_cmd 0.1.4 jason 1.4.4 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 property_table 0.3.3 ring_logger 0.11.5 shoehorn 0.9.3 tablet 0.3.2 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 ==> fine Compiling 1 file (.ex) Generated fine 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 ==> uboot_env Compiling 5 files (.ex) Generated uboot_env app ==> cc_precompiler Compiling 3 files (.ex) Generated cc_precompiler 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 ==> gorilla_stream Downloading precompiled NIF to /home/nerves/.cache/elixir_make/gorilla_stream-nif-2.17-riscv64-linux-gnu-3.0.1.tar.gz Error happened while installing gorilla_stream from precompiled binary: "precompiled \"gorilla_stream-nif-2.17-riscv64-linux-gnu-3.0.1.tar.gz\" does not exist or cannot download: :enoent". Attempting to compile gorilla_stream from source... mkdir -p /work/proj/_build/mangopi_mq_pro/lib/gorilla_stream/priv /home/nerves/.nerves/artifacts/nerves_toolchain_riscv64_nerves_linux_gnu-linux_aarch64-13.2.0/bin/riscv64-nerves-linux-gnu-g++ -std=c++17 -O2 -fPIC -fvisibility=hidden -Wall -Wextra -Wno-unused-parameter -I/usr/local/lib/erlang/erts-16.2/include -I/work/proj/deps/fine/c_include -c -o /work/proj/_build/mangopi_mq_pro/lib/gorilla_stream/priv/gorilla_nif.o c_src/gorilla_nif.cpp c_src/gorilla_nif.cpp: In function 'ValueEncodeResult encode_values_chimp(const std::vector&)': c_src/gorilla_nif.cpp:485:21: warning: unused variable 'rounded_leading' [-Wunused-variable] 485 | int rounded_leading = chimp_leading_round[leading]; | ^~~~~~~~~~~~~~~ c_src/gorilla_nif.cpp: In function 'fine::Ok nif_gorilla_encode(ErlNifEnv*, fine::Term, fine::Term)': c_src/gorilla_nif.cpp:1065:59: warning: comparison of unsigned expression in '>= 0' is always true [-Wtype-limits] 1065 | bool v2 = vm_enabled || (is_counter && scale_decimals >= 0); | ~~~~~~~~~~~~~~~^~~~ /home/nerves/.nerves/artifacts/nerves_toolchain_riscv64_nerves_linux_gnu-linux_aarch64-13.2.0/bin/riscv64-nerves-linux-gnu-g++ -shared -o /work/proj/_build/mangopi_mq_pro/lib/gorilla_stream/priv/gorilla_nif.so /work/proj/_build/mangopi_mq_pro/lib/gorilla_stream/priv/gorilla_nif.o Compiling 27 files (.ex) warning: :ezstd.compress/2 is undefined (module :ezstd is not available or is yet to be defined) │ 189 │ if level, do: :ezstd.compress(data, level), else: :ezstd.compress(data) │ ~ │ └─ lib/gorilla_stream/compression/container.ex:189:34: GorillaStream.Compression.Container.do_compress/3 warning: :ezstd.compress/1 is undefined (module :ezstd is not available or is yet to be defined) │ 189 │ if level, do: :ezstd.compress(data, level), else: :ezstd.compress(data) │ ~ │ └─ lib/gorilla_stream/compression/container.ex:189:70: GorillaStream.Compression.Container.do_compress/3 warning: :ezstd.decompress/1 is undefined (module :ezstd is not available or is yet to be defined) │ 264 │ case :ezstd.decompress(data) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:264:23: GorillaStream.Compression.Container.do_decompress/2 warning: :ezstd.compress_using_cdict/2 is undefined (module :ezstd is not available or is yet to be defined) │ 328 │ case :ezstd.compress_using_cdict(data, cdict) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:328:21: GorillaStream.Compression.Container.compress_with_dict/2 warning: :ezstd.decompress_using_ddict/2 is undefined (module :ezstd is not available or is yet to be defined) │ 354 │ case :ezstd.decompress_using_ddict(data, ddict) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:354:21: GorillaStream.Compression.Container.decompress_with_dict/2 warning: :ezstd.create_compression_context/1 is undefined (module :ezstd is not available or is yet to be defined) │ 402 │ case :ezstd.create_compression_context(buffer_size) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:402:19: GorillaStream.Compression.Container.create_stream_context/3 warning: :ezstd.create_decompression_context/1 is undefined (module :ezstd is not available or is yet to be defined) │ 415 │ case :ezstd.create_decompression_context(buffer_size) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:415:19: GorillaStream.Compression.Container.create_stream_context/3 warning: :ezstd.compress_streaming/2 is undefined (module :ezstd is not available or is yet to be defined) │ 449 │ case :ezstd.compress_streaming(ctx, data) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:449:19: GorillaStream.Compression.Container.stream_compress/2 warning: :ezstd.decompress_streaming/2 is undefined (module :ezstd is not available or is yet to be defined) │ 478 │ case :ezstd.decompress_streaming(ctx, data) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:478:19: GorillaStream.Compression.Container.stream_decompress/2 warning: :ezstd.compress_streaming_end/2 is undefined (module :ezstd is not available or is yet to be defined) │ 512 │ case :ezstd.compress_streaming_end(ctx, <<>>) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:512:19: GorillaStream.Compression.Container.stream_finish/1 Generated gorilla_stream 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: phrase-super (add97bbd-60d7-5267-2c35-a2903d343c92) 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 gorilla_stream ==> nerves ==> nerves_compatibility_test Nerves environment MIX_TARGET: mangopi_mq_pro MIX_ENV: prod ==> gorilla_stream Downloading precompiled NIF to /home/nerves/.cache/elixir_make/gorilla_stream-nif-2.17-riscv64-linux-gnu-3.0.1.tar.gz Error happened while installing gorilla_stream from precompiled binary: "precompiled \"gorilla_stream-nif-2.17-riscv64-linux-gnu-3.0.1.tar.gz\" does not exist or cannot download: :enoent". Attempting to compile gorilla_stream from source... mkdir -p /work/proj/_build/mangopi_mq_pro/lib/gorilla_stream/priv /home/nerves/.nerves/artifacts/nerves_toolchain_riscv64_nerves_linux_gnu-linux_aarch64-13.2.0/bin/riscv64-nerves-linux-gnu-g++ -std=c++17 -O2 -fPIC -fvisibility=hidden -Wall -Wextra -Wno-unused-parameter -I/usr/local/lib/erlang/erts-16.2/include -I/work/proj/deps/fine/c_include -c -o /work/proj/_build/mangopi_mq_pro/lib/gorilla_stream/priv/gorilla_nif.o c_src/gorilla_nif.cpp c_src/gorilla_nif.cpp: In function 'ValueEncodeResult encode_values_chimp(const std::vector&)': c_src/gorilla_nif.cpp:485:21: warning: unused variable 'rounded_leading' [-Wunused-variable] 485 | int rounded_leading = chimp_leading_round[leading]; | ^~~~~~~~~~~~~~~ c_src/gorilla_nif.cpp: In function 'fine::Ok nif_gorilla_encode(ErlNifEnv*, fine::Term, fine::Term)': c_src/gorilla_nif.cpp:1065:59: warning: comparison of unsigned expression in '>= 0' is always true [-Wtype-limits] 1065 | bool v2 = vm_enabled || (is_counter && scale_decimals >= 0); | ~~~~~~~~~~~~~~~^~~~ /home/nerves/.nerves/artifacts/nerves_toolchain_riscv64_nerves_linux_gnu-linux_aarch64-13.2.0/bin/riscv64-nerves-linux-gnu-g++ -shared -o /work/proj/_build/mangopi_mq_pro/lib/gorilla_stream/priv/gorilla_nif.so /work/proj/_build/mangopi_mq_pro/lib/gorilla_stream/priv/gorilla_nif.o Compiling 27 files (.ex) warning: :ezstd.compress/2 is undefined (module :ezstd is not available or is yet to be defined) │ 189 │ if level, do: :ezstd.compress(data, level), else: :ezstd.compress(data) │ ~ │ └─ lib/gorilla_stream/compression/container.ex:189:34: GorillaStream.Compression.Container.do_compress/3 warning: :ezstd.compress/1 is undefined (module :ezstd is not available or is yet to be defined) │ 189 │ if level, do: :ezstd.compress(data, level), else: :ezstd.compress(data) │ ~ │ └─ lib/gorilla_stream/compression/container.ex:189:70: GorillaStream.Compression.Container.do_compress/3 warning: :ezstd.decompress/1 is undefined (module :ezstd is not available or is yet to be defined) │ 264 │ case :ezstd.decompress(data) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:264:23: GorillaStream.Compression.Container.do_decompress/2 warning: :ezstd.compress_using_cdict/2 is undefined (module :ezstd is not available or is yet to be defined) │ 328 │ case :ezstd.compress_using_cdict(data, cdict) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:328:21: GorillaStream.Compression.Container.compress_with_dict/2 warning: :ezstd.decompress_using_ddict/2 is undefined (module :ezstd is not available or is yet to be defined) │ 354 │ case :ezstd.decompress_using_ddict(data, ddict) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:354:21: GorillaStream.Compression.Container.decompress_with_dict/2 warning: :ezstd.create_compression_context/1 is undefined (module :ezstd is not available or is yet to be defined) │ 402 │ case :ezstd.create_compression_context(buffer_size) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:402:19: GorillaStream.Compression.Container.create_stream_context/3 warning: :ezstd.create_decompression_context/1 is undefined (module :ezstd is not available or is yet to be defined) │ 415 │ case :ezstd.create_decompression_context(buffer_size) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:415:19: GorillaStream.Compression.Container.create_stream_context/3 warning: :ezstd.compress_streaming/2 is undefined (module :ezstd is not available or is yet to be defined) │ 449 │ case :ezstd.compress_streaming(ctx, data) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:449:19: GorillaStream.Compression.Container.stream_compress/2 warning: :ezstd.decompress_streaming/2 is undefined (module :ezstd is not available or is yet to be defined) │ 478 │ case :ezstd.decompress_streaming(ctx, data) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:478:19: GorillaStream.Compression.Container.stream_decompress/2 warning: :ezstd.compress_streaming_end/2 is undefined (module :ezstd is not available or is yet to be defined) │ 512 │ case :ezstd.compress_streaming_end(ctx, <<>>) do │ ~ │ └─ lib/gorilla_stream/compression/container.ex:512:19: GorillaStream.Compression.Container.stream_finish/1 Generated gorilla_stream 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: phrase-super (add97bbd-60d7-5267-2c35-a2903d343c92) 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`.