Resolving Hex dependencies... Resolution completed in 0.063s Unchanged: cc_precompiler 0.1.11 circular_buffer 1.0.0 cors_plug 3.0.3 cowboy 2.14.2 cowboy_telemetry 0.4.0 cowlib 2.16.0 db_connection 2.10.0 elixir_make 0.9.0 exqlite 0.36.0 interactive_cmd 0.1.4 jason 1.4.4 mime 2.0.7 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 plug 1.19.1 plug_cowboy 2.8.1 plug_crypto 2.1.1 property_table 0.3.3 ranch 2.2.0 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 zauberflote 1.0.1 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 50 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 ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling ranch ==> nerves_logging CC kmsg_tailer.o LD kmsg_tailer Compiling 5 files (.ex) Generated nerves_logging app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling cowlib ==> ring_logger Compiling 7 files (.ex) Generated ring_logger app ==> shoehorn Compiling 8 files (.ex) Generated shoehorn app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling telemetry ==> db_connection Compiling 18 files (.ex) Generated db_connection app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling cowboy ==> plug Compiling 1 file (.erl) Compiling 42 files (.ex) Generated plug app ==> uboot_env Compiling 5 files (.ex) Generated uboot_env app ==> cc_precompiler Compiling 3 files (.ex) Generated cc_precompiler app ==> exqlite Downloading precompiled NIF to /home/nerves/.cache/elixir_make/exqlite-nif-2.17-x86_64-linux-musl-0.36.0.tar.gz Compiling 12 files (.ex) Generated exqlite 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 ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling cowboy_telemetry ==> plug_cowboy Compiling 5 files (.ex) Generated plug_cowboy app ==> zauberflote Compiling 8 files (.ex) warning: Exqlite.Basic.bind/2 is undefined or private │ 56 │ :ok = mod.bind(stmt, params) │ ~ │ └─ lib/shared/db.ex:56:19: Shared.DB.exec/3 └─ lib/shared/db.ex:72:17: Shared.DB.one/3 └─ lib/shared/db.ex:87:17: Shared.DB.all/3 └─ lib/shared/db.ex:99:17: Shared.DB.all_maps/3 └─ lib/shared/db.ex:114:17: Shared.DB.one_map/3 warning: Exqlite.Basic.columns/2 is undefined or private │ 100 │ {:ok, columns} = mod.columns(conn, stmt) │ ~ │ └─ lib/shared/db.ex:100:28: Shared.DB.all_maps/3 └─ lib/shared/db.ex:115:28: Shared.DB.one_map/3 warning: Exqlite.Basic.execute/2 is undefined or private. Did you mean: * exec/2 * exec/3 │ 49 │ case mod.execute(conn, sql) do │ ~ │ └─ lib/shared/db.ex:49:16: Shared.DB.exec/3 warning: Exqlite.Basic.fetch_all/2 is undefined or private │ 88 │ {:ok, rows} = mod.fetch_all(conn, stmt) │ ~ │ └─ lib/shared/db.ex:88:25: Shared.DB.all/3 └─ lib/shared/db.ex:101:25: Shared.DB.all_maps/3 warning: Exqlite.Basic.prepare/2 is undefined or private │ 54 │ {:ok, stmt} = mod.prepare(conn, sql) │ ~ │ └─ lib/shared/db.ex:54:25: Shared.DB.exec/3 └─ lib/shared/db.ex:70:23: Shared.DB.one/3 └─ lib/shared/db.ex:85:23: Shared.DB.all/3 └─ lib/shared/db.ex:97:23: Shared.DB.all_maps/3 └─ lib/shared/db.ex:112:23: Shared.DB.one_map/3 warning: Exqlite.Basic.release/2 is undefined or private │ 63 │ mod.release(conn, stmt) │ ~ │ └─ lib/shared/db.ex:63:13: Shared.DB.exec/3 └─ lib/shared/db.ex:79:11: Shared.DB.one/3 └─ lib/shared/db.ex:91:11: Shared.DB.all/3 └─ lib/shared/db.ex:106:11: Shared.DB.all_maps/3 └─ lib/shared/db.ex:121:11: Shared.DB.one_map/3 warning: Exqlite.Basic.step/2 is undefined or private │ 57 │ case mod.step(conn, stmt) do │ ~ │ └─ lib/shared/db.ex:57:18: Shared.DB.exec/3 └─ lib/shared/db.ex:73:16: Shared.DB.one/3 └─ lib/shared/db.ex:116:16: Shared.DB.one_map/3 Generated zauberflote 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: assume-phrase (12ad0b6a-fd36-5c25-d65a-78473e59ca8a) 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 zauberflote ==> nerves ==> nerves_compatibility_test Nerves environment MIX_TARGET: x86_64 MIX_ENV: prod ==> zauberflote Compiling 8 files (.ex) warning: Exqlite.Basic.bind/2 is undefined or private │ 56 │ :ok = mod.bind(stmt, params) │ ~ │ └─ lib/shared/db.ex:56:19: Shared.DB.exec/3 └─ lib/shared/db.ex:72:17: Shared.DB.one/3 └─ lib/shared/db.ex:87:17: Shared.DB.all/3 └─ lib/shared/db.ex:99:17: Shared.DB.all_maps/3 └─ lib/shared/db.ex:114:17: Shared.DB.one_map/3 warning: Exqlite.Basic.columns/2 is undefined or private │ 100 │ {:ok, columns} = mod.columns(conn, stmt) │ ~ │ └─ lib/shared/db.ex:100:28: Shared.DB.all_maps/3 └─ lib/shared/db.ex:115:28: Shared.DB.one_map/3 warning: Exqlite.Basic.execute/2 is undefined or private. Did you mean: * exec/2 * exec/3 │ 49 │ case mod.execute(conn, sql) do │ ~ │ └─ lib/shared/db.ex:49:16: Shared.DB.exec/3 warning: Exqlite.Basic.fetch_all/2 is undefined or private │ 88 │ {:ok, rows} = mod.fetch_all(conn, stmt) │ ~ │ └─ lib/shared/db.ex:88:25: Shared.DB.all/3 └─ lib/shared/db.ex:101:25: Shared.DB.all_maps/3 warning: Exqlite.Basic.prepare/2 is undefined or private │ 54 │ {:ok, stmt} = mod.prepare(conn, sql) │ ~ │ └─ lib/shared/db.ex:54:25: Shared.DB.exec/3 └─ lib/shared/db.ex:70:23: Shared.DB.one/3 └─ lib/shared/db.ex:85:23: Shared.DB.all/3 └─ lib/shared/db.ex:97:23: Shared.DB.all_maps/3 └─ lib/shared/db.ex:112:23: Shared.DB.one_map/3 warning: Exqlite.Basic.release/2 is undefined or private │ 63 │ mod.release(conn, stmt) │ ~ │ └─ lib/shared/db.ex:63:13: Shared.DB.exec/3 └─ lib/shared/db.ex:79:11: Shared.DB.one/3 └─ lib/shared/db.ex:91:11: Shared.DB.all/3 └─ lib/shared/db.ex:106:11: Shared.DB.all_maps/3 └─ lib/shared/db.ex:121:11: Shared.DB.one_map/3 warning: Exqlite.Basic.step/2 is undefined or private │ 57 │ case mod.step(conn, stmt) do │ ~ │ └─ lib/shared/db.ex:57:18: Shared.DB.exec/3 └─ lib/shared/db.ex:73:16: Shared.DB.one/3 └─ lib/shared/db.ex:116:16: Shared.DB.one_map/3 Generated zauberflote 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: ticket-slender (e9d62561-3a16-5bee-516e-8a3ab9794704) 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`.