Resolving Hex dependencies... Resolution completed in 0.133s 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 diffo_example 0.0.4 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 ==> 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 ==> tablet Compiling 2 files (.ex) Generated tablet app ==> iterex Compiling 48 files (.ex) Generated iterex app ==> elixir_make Compiling 8 files (.ex) Generated elixir_make app ==> nerves_logging CC kmsg_tailer.o LD kmsg_tailer Not crosscompiling. To test locally, the port binary needs extra permissions. Set SUDO=sudo to set permissions. The default is to skip this step. SUDO_ASKPASS=/usr/bin/ssh-askpass SUDO=true Compiling 5 files (.ex) Generated nerves_logging app ==> nerves_discovery Compiling 5 files (.ex) Generated nerves_discovery app ==> ring_logger Compiling 7 files (.ex) Generated ring_logger app ==> decimal Compiling 4 files (.ex) Generated decimal app ==> jason Compiling 10 files (.ex) Generated jason 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 ==> 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 ==> 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 Not crosscompiling. To test locally, the port binary needs extra permissions. Set SUDO=sudo to set permissions. The default is to skip this step. SUDO_ASKPASS=/usr/bin/ssh-askpass SUDO=true 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 ==> diffo_example Compiling 21 files (.ex) warning: Domain DiffoExample.Access is not present in config :diffo_example, 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_example, ash_domains: [DiffoExample.Access] 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/access/access.ex:5: DiffoExample.Access.__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_example app ==> nerves_compatibility_test Nerves environment MIX_TARGET: host MIX_ENV: prod Checking for prebuilt Nerves artifacts... Compiling 2 files (.ex) Generated nerves_compatibility_test app