Resolving Hex dependencies... Resolution completed in 0.089s Unchanged: bandit 1.10.4 circular_buffer 1.0.0 cors_plug 3.0.3 elixir_make 0.9.0 hpax 1.0.3 interactive_cmd 0.1.4 jason 1.4.4 joken 2.6.2 jose 1.11.12 manifold 1.6.0 mime 2.0.7 mooncore 0.2.3 nerves 1.14.0 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.4 plug 1.19.1 plug_crypto 2.1.1 property_table 0.3.3 ring_logger 0.11.5 shoehorn 0.9.3 tablet 0.3.2 telemetry 1.4.1 thousand_island 1.4.3 toolshed 0.4.2 uboot_env 1.0.2 websock 0.5.3 websock_adapter 0.6.0 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 51 files (.ex) Generated nerves app ==> nerves_compatibility_test Nerves environment MIX_TARGET: x86_64 MIX_ENV: prod Checking for prebuilt Nerves artifacts... Found nerves_system_x86_64 in cache /home/nerves/.nerves/artifacts/nerves_system_x86_64-portable-1.33.3 Found nerves_toolchain_x86_64_nerves_linux_musl in cache /home/nerves/.nerves/artifacts/nerves_toolchain_x86_64_nerves_linux_musl-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_x86_64_nerves_linux_musl Generated nerves_toolchain_x86_64_nerves_linux_musl app ==> nerves_system_x86_64 Generated nerves_system_x86_64 app ==> nerves_compatibility_test Nerves environment MIX_TARGET: x86_64 MIX_ENV: prod ==> mime Compiling 1 file (.ex) Generated mime app ==> circular_buffer Compiling 1 file (.ex) Generated circular_buffer app ==> plug_crypto Compiling 5 files (.ex) Generated plug_crypto app ==> hpax Compiling 4 files (.ex) Generated hpax app ==> jose Compiling 113 files (.erl) Compiling 8 files (.ex) Generated jose 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 ==> manifold Compiling 5 files (.ex) warning: Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead │ 8 │ @gen_module Application.get_env(:manifold, :gen_module, GenServer) │ ~ │ └─ lib/manifold/partitioner.ex:8:27: Manifold.Partitioner (module) warning: Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead │ 15 │ @partitioners min(Application.get_env(:manifold, :partitioners, 1), @max_partitioners) │ ~ │ └─ lib/manifold.ex:15:33: Manifold (module) warning: Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead │ 16 │ @workers_per_partitioner Application.get_env(:manifold, :workers_per_partitioner, System.schedulers_online) │ ~ │ └─ lib/manifold.ex:16:40: Manifold (module) warning: Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead │ 19 │ @senders min(Application.get_env(:manifold, :senders, System.schedulers_online), @max_senders) │ ~ │ └─ lib/manifold.ex:19:28: Manifold (module) warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead │ 83 │ Logger.warn "manifold worker exited: #{inspect reason}" │ ~ │ └─ lib/manifold/partitioner.ex:83:12: Manifold.Partitioner.handle_info/2 warning: Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead │ 6 │ @gen_module Application.get_env(:manifold, :gen_module, GenServer) │ ~ │ └─ lib/manifold/sender.ex:6:27: Manifold.Sender (module) warning: Supervisor.Spec.supervisor/3 is deprecated. Use the new child specifications outlined in the Supervisor module instead │ 13 │ supervisor(__MODULE__, [:ok, opts], id: Keyword.get(opts, :name, __MODULE__)) │ ~ │ └─ lib/manifold/sender.ex:13:5: Manifold.Sender.child_spec/1 warning: Supervisor.Spec.supervisor/3 is deprecated. Use the new child specifications outlined in the Supervisor module instead │ 15 │ supervisor(__MODULE__, [partitions, opts], id: Keyword.get(opts, :name, __MODULE__)) │ ~ │ └─ lib/manifold/partitioner.ex:15:5: Manifold.Partitioner.child_spec/2 Generated manifold app ==> shoehorn Compiling 8 files (.ex) Generated shoehorn app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling telemetry ==> thousand_island Compiling 18 files (.ex) Generated thousand_island app ==> plug Compiling 1 file (.erl) Compiling 42 files (.ex) Generated plug app ==> joken Compiling 8 files (.ex) Generated joken app ==> uboot_env Compiling 5 files (.ex) Generated uboot_env app ==> cors_plug Compiling 1 file (.ex) Generated cors_plug 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 ==> websock Compiling 1 file (.ex) Generated websock app ==> bandit Compiling 54 files (.ex) Generated bandit app ==> websock_adapter Compiling 4 files (.ex) Generated websock_adapter app ==> mooncore Compiling 20 files (.ex) Generated mooncore 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/x86_64/rel/nerves_compatibility_test/releases/0.1.0/vm.args Updating base firmware image with Erlang release... Copying rootfs_overlay: /work/proj/_build/x86_64/nerves/rootfs_overlay Copying rootfs_overlay: /work/proj/rootfs_overlay Building /work/proj/_build/x86_64/nerves/images/nerves_compatibility_test.fw... Firmware UUID: observe-estate (9f583307-a610-5e52-7e25-d65f9d4f7808) 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 mooncore ==> nerves ==> nerves_compatibility_test Nerves environment MIX_TARGET: x86_64 MIX_ENV: prod ==> mooncore Compiling 20 files (.ex) Generated mooncore 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/x86_64/rel/nerves_compatibility_test/releases/0.1.0/vm.args Updating base firmware image with Erlang release... Copying rootfs_overlay: /work/proj/_build/x86_64/nerves/rootfs_overlay Copying rootfs_overlay: /work/proj/rootfs_overlay Building /work/proj/_build/x86_64/nerves/images/nerves_compatibility_test.fw... Firmware UUID: reason-weather (b7fe89d7-3755-53ef-8ee1-0c5e5e9862ed) 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`.