Resolving Hex dependencies... Resolution completed in 0.104s Unchanged: circular_buffer 1.0.0 configparser_ex 5.0.0 elixir_make 0.9.0 ethereumex 0.14.0 ethers 0.6.12 ethers_kms 0.1.1 ex_abi 0.8.3 ex_aws 2.6.1 ex_aws_kms 2.5.0 ex_aws_sts 2.3.0 ex_keccak 0.7.8 ex_rlp 0.6.0 ex_secp256k1 0.8.0 finch 0.21.0 hpax 1.0.3 idna 7.1.0 interactive_cmd 0.1.4 jason 1.4.4 mime 2.0.7 mint 1.7.1 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 nimble_options 1.1.1 nimble_pool 1.1.0 poolboy 1.5.2 property_table 0.3.3 req 0.5.17 ring_logger 0.11.5 rustler_precompiled 0.9.0 shoehorn 0.9.3 sweet_xml 0.7.5 tablet 0.3.2 telemetry 1.4.1 toolshed 0.4.2 uboot_env 1.0.2 websockex 0.5.1 All dependencies have been fetched ==> mime Compiling 1 file (.ex) Generated mime app ==> circular_buffer Compiling 1 file (.ex) Generated circular_buffer app ==> nimble_options Compiling 3 files (.ex) Generated nimble_options app ==> jason Compiling 10 files (.ex) Generated jason app ==> hpax Compiling 4 files (.ex) Generated hpax app ==> mint Compiling 1 file (.erl) Compiling 20 files (.ex) Generated mint app ==> tablet Compiling 2 files (.ex) Generated tablet 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 ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling poolboy ==> shoehorn Compiling 8 files (.ex) Generated shoehorn app ==> configparser_ex Compiling 2 files (.ex) Generated configparser_ex app ==> ex_rlp Compiling 6 files (.ex) Generated ex_rlp 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 ===> Analyzing applications... ===> Compiling idna ===> Analyzing applications... ===> Compiling telemetry ==> websockex Compiling 6 files (.ex) Generated websockex app ==> rustler_precompiled Compiling 4 files (.ex) Generated rustler_precompiled app ==> ex_secp256k1 Compiling 2 files (.ex) 06:58:22.741 [debug] Copying NIF from cache and extracting to /work/proj/_build/host/lib/ex_secp256k1/priv/native/libex_secp256k1-v0.8.0-nif-2.16-aarch64-unknown-linux-gnu.so.tar.gz Generated ex_secp256k1 app ==> ex_keccak Compiling 1 file (.ex) 06:58:22.776 [debug] Copying NIF from cache and extracting to /work/proj/_build/host/lib/ex_keccak/priv/native/libexkeccak-v0.7.8-nif-2.16-aarch64-unknown-linux-gnu.so.tar.gz Generated ex_keccak app ==> ex_abi Compiling 2 files (.erl) Compiling 7 files (.ex) Generated ex_abi app ==> uboot_env Compiling 5 files (.ex) Generated uboot_env app ==> nimble_pool Compiling 2 files (.ex) Generated nimble_pool app ==> finch Compiling 14 files (.ex) Generated finch app ==> ethereumex Compiling 11 files (.ex) Generated ethereumex app ==> req Compiling 19 files (.ex) Generated req app ==> ethers Compiling 36 files (.ex) Generated ethers 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 ==> sweet_xml Compiling 2 files (.ex) warning: a struct for SweetXpath is expected on struct update: %SweetXpath{xpath | namespaces: [{to_charlist(prefix), to_charlist(uri)} | xpath.namespaces]} but got type: dynamic() where "xpath" was given the type: # type: dynamic() # from: lib/sweet_xml.ex:245:21 xpath when defining the variable "xpath", you must also pattern match on "%SweetXpath{}". 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: │ 246 │ %SweetXpath{xpath | namespaces: [{to_charlist(prefix), to_charlist(uri)} │ ~ │ └─ lib/sweet_xml.ex:246:5: SweetXml.add_namespace/3 Generated sweet_xml app ==> ex_aws Compiling 29 files (.ex) Generated ex_aws app ==> ex_aws_kms Compiling 1 file (.ex) Generated ex_aws_kms app ==> ex_aws_sts Compiling 4 files (.ex) Generated ex_aws_sts app ==> ethers_kms Compiling 2 files (.ex) Generated ethers_kms 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