Resolving Hex dependencies... Resolution completed in 0.09s Unchanged: aws_signature 0.4.2 axon 0.8.1 bin_class 0.1.1 castore 1.0.18 circular_buffer 1.0.0 complex 0.6.0 decimal 2.3.0 elixir_make 0.9.0 exla 0.11.0 explorer 0.11.1 fine 0.1.6 fss 0.1.1 interactive_cmd 0.1.3 jason 1.4.4 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 nimble_pool 1.1.0 nx 0.11.0 polaris 0.1.0 property_table 0.3.3 ring_logger 0.11.5 rustler_precompiled 0.9.0 shoehorn 0.9.3 table 0.1.2 table_rex 4.1.0 tablet 0.3.2 telemetry 1.4.1 tokenizers 0.5.1 toolshed 0.4.2 uboot_env 1.0.2 xla 0.10.0 All dependencies have been fetched ==> 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 ==> 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 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_toolchain_ctng Compiling 1 file (.ex) Generated nerves_toolchain_ctng app ==> nerves_system_br Generated nerves_system_br 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 ==> circular_buffer Compiling 1 file (.ex) Generated circular_buffer app ==> fine Compiling 1 file (.ex) Generated fine app ==> complex Compiling 2 files (.ex) Generated complex app ==> table_rex Compiling 7 files (.ex) Generated table_rex 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 ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling aws_signature ==> shoehorn Compiling 8 files (.ex) Generated shoehorn app ==> xla Compiling 5 files (.ex) Generated xla app ==> table Compiling 5 files (.ex) Generated table app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling telemetry ==> nx Compiling 41 files (.ex) Generated nx app ==> polaris Compiling 5 files (.ex) Generated polaris app ==> axon Compiling 27 files (.ex) Generated axon app ==> rustler_precompiled Compiling 4 files (.ex) Generated rustler_precompiled app ==> tokenizers Compiling 18 files (.ex) 10:47:37.888 [debug] Downloading NIF from https://github.com/elixir-nx/tokenizers/releases/download/v0.5.1/libex_tokenizers-v0.5.1-nif-2.15-x86_64-unknown-linux-musl.so.tar.gz 10:47:38.488 [debug] NIF cached at /home/nerves/.cache/rustler_precompiled/precompiled_nifs/libex_tokenizers-v0.5.1-nif-2.15-x86_64-unknown-linux-musl.so.tar.gz and extracted to /work/proj/_build/x86_64/lib/tokenizers/priv/native/libex_tokenizers-v0.5.1-nif-2.15-x86_64-unknown-linux-musl.so.tar.gz Generated tokenizers app ==> fss Compiling 4 files (.ex) Generated fss app ==> explorer Compiling 29 files (.ex) 10:47:38.762 [debug] Downloading NIF from https://github.com/elixir-nx/explorer/releases/download/v0.11.1/libexplorer-v0.11.1-nif-2.15-x86_64-unknown-linux-musl.so.tar.gz 10:47:40.167 [debug] NIF cached at /home/nerves/.cache/rustler_precompiled/precompiled_nifs/libexplorer-v0.11.1-nif-2.15-x86_64-unknown-linux-musl.so.tar.gz and extracted to /work/proj/_build/x86_64/lib/explorer/priv/native/libexplorer-v0.11.1-nif-2.15-x86_64-unknown-linux-musl.so.tar.gz warning: the following clause will never match: {:ok, df} because it attempts to match on the result of: from_query(conn, query, params, opts) which has type: none() typing violation found at: │ 549 │ {:ok, df} -> df │ ~~~~~~~~~~~~~~~ │ └─ lib/explorer/data_frame.ex:549: Explorer.DataFrame.from_query!/4 warning: the following clause will never match: {:error, error} because it attempts to match on the result of: from_query(conn, query, params, opts) which has type: none() typing violation found at: │ 550 │ {:error, error} -> raise error │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ │ └─ lib/explorer/data_frame.ex:550: Explorer.DataFrame.from_query!/4 Generated explorer app ==> uboot_env Compiling 5 files (.ex) Generated uboot_env app ==> nimble_pool Compiling 2 files (.ex) Generated nimble_pool app ==> exla Using libexla.so from /home/nerves/.cache/xla/exla/elixir-1.19.4-erts-16.2-xla-0.10.0-exla-0.11.0-cd5v2nwluvxae5getk6b4wgawq/libexla.so Compiling 24 files (.ex) Generated exla app ==> bin_class Compiling 13 files (.ex) Generated bin_class 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 ==> 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... scrub-otp-release.sh: ERROR: Unexpected executable format for '/work/proj/_build/x86_64/_nerves-tmp/rootfs_overlay/srv/erlang/lib/exla-0.11.0/priv/xla_extension/lib/libxla_extension.so' Got: readelf:AArch64;0x0 Expecting: readelf:Advanced Micro Devices X86-64;0x0 This file was compiled for the host or a different target and probably will not work. Check the following: 1. If this file comes from a library, that library may be compiling to its source directory under `deps`. Manually clean up the source directory and try building again. 2. Are you using a path dependency in your mix deps? If so, run 'mix clean' in that directory to avoid pulling in any of its build products. 3. Did you recently upgrade or change your Nerves system? If so, try cleaning and rebuilding this project and its deps. 4. Are you building outside of Nerves' mix integration? If so, make sure that you've sourced 'nerves-env.sh'. If you are very sure you know what you are doing, you may place an empty file in the same directory as the offending file(s) called '.noscrub'. This will explicitly disable scrubbing for that directory. If you're still having trouble, please file an issue on Github at https://github.com/nerves-project/nerves_system_br/issues.