Resolving Hex dependencies... Resolution completed in 0.126s Unchanged: ash 3.24.3 ash_jason 3.1.0 ash_neo4j 0.2.15 ash_outstanding 0.2.4 ash_state_machine 0.2.13 bolty 0.0.10 circular_buffer 1.0.0 crux 0.1.2 db_connection 2.7.0 decimal 2.3.0 diffo 0.1.6 ecto 3.13.5 elixir_make 0.9.0 ets 0.9.0 interactive_cmd 0.1.4 iterex 0.1.2 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 outstanding 0.2.5 property_table 0.3.3 reactor 1.0.1 ring_logger 0.11.5 shoehorn 0.9.3 spark 2.6.1 splode 0.3.1 stream_data 1.3.0 tablet 0.3.2 telemetry 1.4.1 toolshed 0.4.2 uboot_env 1.0.2 uuid 1.1.8 yamerl 0.10.0 yaml_elixir 2.12.1 ymlr 5.1.5 All dependencies have been fetched ==> 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 ==> 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 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_toolchain_riscv64_nerves_linux_gnu in cache /home/nerves/.nerves/artifacts/nerves_toolchain_riscv64_nerves_linux_gnu-linux_aarch64-13.2.0 Found nerves_system_mangopi_mq_pro in cache /home/nerves/.nerves/artifacts/nerves_system_mangopi_mq_pro-portable-0.15.3 ==> nerves ==> nerves_toolchain_ctng Compiling 1 file (.ex) Generated nerves_toolchain_ctng app ==> nerves_system_br Generated nerves_system_br 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 ==> stream_data Compiling 3 files (.ex) Generated stream_data app ==> ymlr Compiling 3 files (.ex) Generated ymlr app ==> circular_buffer Compiling 1 file (.ex) Generated circular_buffer app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling yamerl ==> ets Compiling 7 files (.ex) Generated ets app ==> iterex Compiling 48 files (.ex) Generated iterex 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 ==> spark Compiling 45 files (.ex) Generated spark app ==> shoehorn Compiling 8 files (.ex) Generated shoehorn app ==> yaml_elixir Compiling 6 files (.ex) Generated yaml_elixir app ==> libgraph Compiling 15 files (.ex) Generated libgraph app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling telemetry ==> db_connection Compiling 17 files (.ex) Generated db_connection app ==> ecto Compiling 56 files (.ex) Generated ecto app ==> splode Compiling 5 files (.ex) Generated splode app ==> reactor Compiling 113 files (.ex) Generated reactor app ==> bolty Compiling 39 files (.ex) Generated bolty app ==> uboot_env Compiling 5 files (.ex) Generated uboot_env app ==> crux Compiling 19 files (.ex) Generated crux app ==> ash Compiling 569 files (.ex) Generated ash app ==> ash_jason Compiling 7 files (.ex) Generated ash_jason app ==> ash_neo4j Compiling 20 files (.ex) Generated ash_neo4j app ==> ash_state_machine Compiling 17 files (.ex) Generated ash_state_machine 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 ==> outstanding Compiling 18 files (.ex) Generated outstanding app ==> ash_outstanding Compiling 10 files (.ex) Generated ash_outstanding app ==> uuid Compiling 1 file (.ex) warning: use Bitwise is deprecated. import Bitwise instead │ 2 │ use Bitwise, only_operators: true │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ │ └─ lib/uuid.ex:2: UUID (module) Generated uuid app ==> diffo Compiling 44 files (.ex) warning: Domain Diffo.Provider is not present in config :diffo, ash_domains: []. To resolve this warning, do one of the following. 1. Add the domain to your configured domain modules. The following snippet can be used. config :diffo, ash_domains: [Diffo.Provider] 2. Add the option `validate_config_inclusion?: false` to `use Ash.Domain` 3. Configure all domains not to warn, with `config :ash, :validate_domain_config_inclusion?, false` lib/diffo/provider.ex:5: Diffo.Provider.__verify_spark_dsl__/1 (elixir 1.19.4) lib/enum.ex:961: Enum."-each/2-lists^foreach/1-0-"/2 (elixir 1.19.4) lib/module/parallel_checker.ex:288: Module.ParallelChecker.check_module/3 (elixir 1.19.4) lib/module/parallel_checker.ex:125: anonymous fn/7 in Module.ParallelChecker.inner_spawn/6 Generated diffo 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: gauge-praise (61b2fe56-4ba0-5d64-7373-e42cf4035049) 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 diffo ==> nerves ==> nerves_compatibility_test Nerves environment MIX_TARGET: mangopi_mq_pro MIX_ENV: prod ==> diffo Compiling 44 files (.ex) warning: Domain Diffo.Provider is not present in config :diffo, ash_domains: []. To resolve this warning, do one of the following. 1. Add the domain to your configured domain modules. The following snippet can be used. config :diffo, ash_domains: [Diffo.Provider] 2. Add the option `validate_config_inclusion?: false` to `use Ash.Domain` 3. Configure all domains not to warn, with `config :ash, :validate_domain_config_inclusion?, false` lib/diffo/provider.ex:5: Diffo.Provider.__verify_spark_dsl__/1 (elixir 1.19.4) lib/enum.ex:961: Enum."-each/2-lists^foreach/1-0-"/2 (elixir 1.19.4) lib/module/parallel_checker.ex:288: Module.ParallelChecker.check_module/3 (elixir 1.19.4) lib/module/parallel_checker.ex:125: anonymous fn/7 in Module.ParallelChecker.inner_spawn/6 Generated diffo 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: conduct-mind (3688e091-3737-544c-117e-93569731d29c) 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`.