Resolving Hex dependencies... Resolution completed in 0.086s Unchanged: beam_file 0.6.4 castore 1.0.18 circular_buffer 1.0.0 elixir_make 0.9.0 file_system 1.1.1 gproc 1.2.0 hologram 0.8.3 html_entities 0.5.2 interactive_cmd 0.1.3 interceptor 0.5.4 jason 1.4.4 mime 2.0.7 mirage 0.0.3 nerves 1.13.2 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.3 phoenix 1.8.5 phoenix_pubsub 2.2.0 phoenix_template 1.0.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 toolshed 0.4.2 uboot_env 1.0.2 uuid 1.1.8 websock 0.5.3 websock_adapter 0.5.9 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 ==> castore Compiling 1 file (.ex) Generated castore 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 52 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 ==> file_system Compiling 7 files (.ex) Generated file_system app ==> html_entities Compiling 2 files (.ex) Generated html_entities app ==> 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 ==> beam_file Compiling 5 files (.ex) Generated beam_file 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 ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling gproc ==> phoenix_template Compiling 4 files (.ex) Generated phoenix_template app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling telemetry ==> phoenix_pubsub Compiling 12 files (.ex) Generated phoenix_pubsub app ==> interceptor Compiling 9 files (.ex) warning: Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead │ 5 │ @config_searcher Application.get_env(:interceptor, :config_searcher) || Interceptor.Configuration.Searcher │ ~ │ └─ lib/configuration/validator.ex:5:32: Interceptor.Configuration.Validator (module) Generated interceptor app ==> plug Compiling 1 file (.erl) Compiling 42 files (.ex) Generated plug 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 3 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 ==> websock_adapter Compiling 4 files (.ex) Generated websock_adapter app ==> phoenix Compiling 74 files (.ex) Generated phoenix 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 ==> hologram Compiling 73 files (.ex) warning: a struct for Hologram.Template.Renderer.Env is expected on struct update: %Hologram.Template.Renderer.Env{env | slots: []} but got type: dynamic() where "env" was given the type: # type: dynamic() # from: lib/hologram/template/renderer.ex:67:54 env when defining the variable "env", you must also pattern match on "%Hologram.Template.Renderer.Env{}". hint: given pattern matching is enough to catch typing errors, you may optionally convert the struct update into a map update. For example, instead of: user = some_function() %User{user | name: "John Doe"} it is enough to write: %User{} = user = some_function() %{user | name: "John Doe"} typing violation found at: │ 68 │ render_dom(env.slots[:default], %Env{env | slots: []}, server_struct) │ ~ │ └─ lib/hologram/template/renderer.ex:68:37: Hologram.Template.Renderer.render_dom/3 warning: a struct for Hologram.Template.Renderer.Env is expected on struct update: %Hologram.Template.Renderer.Env{env | node_type: :element, tag_name: tag_name} but got type: dynamic() where "env" was given the type: # type: dynamic() # from: lib/hologram/template/renderer.ex:71:65 env when defining the variable "env", you must also pattern match on "%Hologram.Template.Renderer.Env{}". hint: given pattern matching is enough to catch typing errors, you may optionally convert the struct update into a map update. For example, instead of: user = some_function() %User{user | name: "John Doe"} it is enough to write: %User{} = user = some_function() %{user | name: "John Doe"} typing violation found at: │ 74 │ children_env = %Env{env | node_type: :element, tag_name: tag_name} │ ~ │ └─ lib/hologram/template/renderer.ex:74:20: Hologram.Template.Renderer.render_dom/3 warning: a struct for Hologram.Template.Renderer.Env is expected on struct update: %Hologram.Template.Renderer.Env{env | node_type: :public_comment} but got type: dynamic() where "env" was given the type: # type: dynamic() # from: lib/hologram/template/renderer.ex:93:51 env when defining the variable "env", you must also pattern match on "%Hologram.Template.Renderer.Env{}". hint: given pattern matching is enough to catch typing errors, you may optionally convert the struct update into a map update. For example, instead of: user = some_function() %User{user | name: "John Doe"} it is enough to write: %User{} = user = some_function() %{user | name: "John Doe"} typing violation found at: │ 94 │ children_env = %Env{env | node_type: :public_comment} │ ~ │ └─ lib/hologram/template/renderer.ex:94:20: Hologram.Template.Renderer.render_dom/3 Generated hologram app ==> mirage Compiling 1 file (.erl) Compiling 14 files (.ex) Generated mirage 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: horror-key (7682ab88-6fd2-560e-192a-7051285f4a64) 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 mirage ==> nerves ==> nerves_compatibility_test Nerves environment MIX_TARGET: x86_64 MIX_ENV: prod ==> mirage Compiling 1 file (.erl) Compiling 14 files (.ex) Generated mirage 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: tape-drip (d3337c05-d0c3-53ed-0f9c-e5c3125382b8) 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`.