Resolving Hex dependencies... Resolution completed in 0.082s Unchanged: btrz_ex_webhooks_emitter 1.1.4 btrz_webhooks_denied_fields 0.1.4 certifi 2.15.0 circular_buffer 1.0.0 elixir_make 0.9.0 ex_aws 2.6.1 ex_aws_sqs 2.0.1 ezstd 1.2.3 hackney 1.25.0 idna 6.1.1 interactive_cmd 0.1.4 jason 1.4.4 metrics 1.0.1 mime 2.0.7 mimerl 1.5.0 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 parse_trans 3.4.1 poison 3.1.0 property_table 0.3.3 ring_logger 0.11.5 shoehorn 0.9.3 ssl_verify_fun 1.1.7 sweet_xml 0.7.5 tablet 0.3.2 telemetry 1.4.1 toolshed 0.4.2 uboot_env 1.0.2 unicode_util_compat 0.7.1 uuid 1.1.8 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... warning: String.strip/1 is deprecated. Use String.trim/1 instead │ 4 │ @version File.read!("VERSION") |> String.strip │ ~ │ └─ /work/proj/deps/poison/mix.exs:4:44: Poison.Mixfile (module) 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 warning: String.strip/1 is deprecated. Use String.trim/1 instead │ 4 │ @version File.read!("VERSION") |> String.strip │ ~ │ └─ /work/proj/deps/poison/mix.exs:4:44: Poison.Mixfile (module) ==> 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 ==> poison Compiling 4 files (.ex) warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 93 │ for {char, seq} <- Enum.zip('"\\\n\t\r\f\b', '"\\ntrfb') do │ ~ │ └─ lib/poison/encoder.ex:93:31 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 93 │ for {char, seq} <- Enum.zip('"\\\n\t\r\f\b', '"\\ntrfb') do │ ~ │ └─ lib/poison/encoder.ex:93:48 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 139 │ defp chunk_size(<> <> _, _mode, acc) when char <= 0x1F or char in '"\\' do │ ~ │ └─ lib/poison/encoder.ex:139:75 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 77 │ defp value(<> = string, pos, _keys) when char in '-0123456789' do │ ~ │ └─ lib/poison/parser.ex:77:71 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 155 │ defp number_int(<> = string, pos, acc) when char in '123456789' do │ ~ │ └─ lib/poison/parser.ex:155:74 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 171 │ defp number_exp(<> <> rest, frac, pos, acc) when e in 'eE' do │ ~ │ └─ lib/poison/parser.ex:171:60 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 197 │ defp number_digits(<> <> rest = string, pos) when char in '0123456789' do │ ~ │ └─ lib/poison/parser.ex:197:67 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 205 │ defp number_digits_count(<> <> rest, acc) when char in '0123456789' do │ ~ │ └─ lib/poison/parser.ex:205:64 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 229 │ for {seq, char} <- Enum.zip('"\\ntr/fb', '"\\\n\t\r/\f\b') do │ ~ │ └─ lib/poison/parser.ex:229:31 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 229 │ for {seq, char} <- Enum.zip('"\\ntr/fb', '"\\\n\t\r/\f\b') do │ ~ │ └─ lib/poison/parser.ex:229:44 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 239 │ when a1 in 'dD' and a2 in 'dD' │ ~ │ └─ lib/poison/parser.ex:239:16 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 239 │ when a1 in 'dD' and a2 in 'dD' │ ~ │ └─ lib/poison/parser.ex:239:31 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 240 │ and (b1 in '89abAB') │ ~ │ └─ lib/poison/parser.ex:240:16 warning: using single-quoted strings to represent charlists is deprecated. Use ~c"" if you indeed want a charlist or use "" instead. You may run "mix format --migrate" to change all single-quoted strings to use the ~c sigil and fix this warning. │ 274 │ defp skip_whitespace(<> <> rest, pos) when char in '\s\n\t\r' do │ ~ │ └─ lib/poison/parser.ex:274:60 warning: Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead │ 22 │ if Application.get_env(:poison, :native) do │ ~ │ └─ lib/poison/parser.ex:22:18: Poison.Parser (module) warning: use Bitwise is deprecated. import Bitwise instead │ 26 │ use Bitwise │ ~~~~~~~~~~~ │ └─ lib/poison/parser.ex:26: Poison.Parser (module) warning: use Bitwise is deprecated. import Bitwise instead │ 83 │ use Bitwise │ ~~~~~~~~~~~ │ └─ lib/poison/encoder.ex:83: Poison.Encoder.BitString (module) warning: Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead │ 173 │ case Integer.to_char_list(char, 16) do │ ~ │ └─ lib/poison/encoder.ex:173:18: Poison.Encoder.BitString.seq/1 Generated poison app ==> nerves_compatibility_test ===> Analyzing applications... ===> Compiling mimerl ==> ssl_verify_fun Compiling 7 files (.erl) Generated ssl_verify_fun app ==> nerves_compatibility_test 🖥️ Detected system configuration: ➤ OS Type : Linux ➤ OS Name : DISTRIB_ID=Ubuntu ➤ CPU Cores : 10 ✅ zstd already exists at _build/deps/zstd/lib/libzstd.a To rebuild, delete: _build/deps/zstd make[1]: Entering directory '/work/proj/deps/ezstd/c_src' LD ezstd_nif.so /home/nerves/.nerves/artifacts/nerves_toolchain_x86_64_nerves_linux_musl-linux_aarch64-13.2.0/bin/../lib/gcc/x86_64-nerves-linux-musl/13.2.0/../../../../x86_64-nerves-linux-musl/bin/ld: /work/proj/deps/ezstd/c_src/ezstd_nif.o: Relocations in generic ELF (EM: 183) /home/nerves/.nerves/artifacts/nerves_toolchain_x86_64_nerves_linux_musl-linux_aarch64-13.2.0/bin/../lib/gcc/x86_64-nerves-linux-musl/13.2.0/../../../../x86_64-nerves-linux-musl/bin/ld: /work/proj/deps/ezstd/c_src/ezstd_nif.o: Relocations in generic ELF (EM: 183) /home/nerves/.nerves/artifacts/nerves_toolchain_x86_64_nerves_linux_musl-linux_aarch64-13.2.0/bin/../lib/gcc/x86_64-nerves-linux-musl/13.2.0/../../../../x86_64-nerves-linux-musl/bin/ld: /work/proj/deps/ezstd/c_src/ezstd_nif.o: Relocations in generic ELF (EM: 183) /home/nerves/.nerves/artifacts/nerves_toolchain_x86_64_nerves_linux_musl-linux_aarch64-13.2.0/bin/../lib/gcc/x86_64-nerves-linux-musl/13.2.0/../../../../x86_64-nerves-linux-musl/bin/ld: /work/proj/deps/ezstd/c_src/ezstd_nif.o: Relocations in generic ELF (EM: 183) /home/nerves/.nerves/artifacts/nerves_toolchain_x86_64_nerves_linux_musl-linux_aarch64-13.2.0/bin/../lib/gcc/x86_64-nerves-linux-musl/13.2.0/../../../../x86_64-nerves-linux-musl/bin/ld: /work/proj/deps/ezstd/c_src/ezstd_nif.o: Relocations in generic ELF (EM: 183) /home/nerves/.nerves/artifacts/nerves_toolchain_x86_64_nerves_linux_musl-linux_aarch64-13.2.0/bin/../lib/gcc/x86_64-nerves-linux-musl/13.2.0/../../../../x86_64-nerves-linux-musl/bin/ld: /work/proj/deps/ezstd/c_src/ezstd_nif.o: Relocations in generic ELF (EM: 183) /home/nerves/.nerves/artifacts/nerves_toolchain_x86_64_nerves_linux_musl-linux_aarch64-13.2.0/bin/../lib/gcc/x86_64-nerves-linux-musl/13.2.0/../../../../x86_64-nerves-linux-musl/bin/ld: /work/proj/deps/ezstd/c_src/ezstd_nif.o: Relocations in generic ELF (EM: 183) /home/nerves/.nerves/artifacts/nerves_toolchain_x86_64_nerves_linux_musl-linux_aarch64-13.2.0/bin/../lib/gcc/x86_64-nerves-linux-musl/13.2.0/../../../../x86_64-nerves-linux-musl/bin/ld: /work/proj/deps/ezstd/c_src/ezstd_nif.o: Relocations in generic ELF (EM: 183) /home/nerves/.nerves/artifacts/nerves_toolchain_x86_64_nerves_linux_musl-linux_aarch64-13.2.0/bin/../lib/gcc/x86_64-nerves-linux-musl/13.2.0/../../../../x86_64-nerves-linux-musl/bin/ld: /work/proj/deps/ezstd/c_src/ezstd_nif.o: Relocations in generic ELF (EM: 183) /home/nerves/.nerves/artifacts/nerves_toolchain_x86_64_nerves_linux_musl-linux_aarch64-13.2.0/bin/../lib/gcc/x86_64-nerves-linux-musl/13.2.0/../../../../x86_64-nerves-linux-musl/bin/ld: /work/proj/deps/ezstd/c_src/ezstd_nif.o: error adding symbols: file in wrong format collect2: error: ld returned 1 exit status make[1]: *** [nif.mk:78: /work/proj/_build/x86_64/lib/ezstd/priv/ezstd_nif.so] Error 1 make[1]: Leaving directory '/work/proj/deps/ezstd/c_src' make: *** [Makefile:7: compile_nif] Error 2 ===> Hook for compile failed! ** (Mix) Could not compile dependency :ezstd, "/home/nerves/.mix/elixir/1-19-otp-28/rebar3 bare compile --paths /work/proj/_build/x86_64/lib/*/ebin" command failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile ezstd --force", update it with "mix deps.update ezstd" or clean it with "mix deps.clean ezstd"