Compiling 14 files (.ex) Generated bundlex app Running ExUnit with seed: 561750, max_cases: 4 ==> mime Compiling 1 file (.ex) Generated mime 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 ==> bunch Compiling 19 files (.ex) Generated bunch app ==> zarex Compiling 1 file (.ex) Generated zarex app ==> elixir_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 elixir_uuid app ==> example ===> Analyzing applications... ===> Compiling telemetry ==> qex Compiling 4 files (.ex) warning: x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it lib/qex.ex:45: Qex.new/1 Generated qex app ==> nimble_pool Compiling 2 files (.ex) Generated nimble_pool app ==> finch Compiling 14 files (.ex) Generated finch app ==> req Compiling 19 files (.ex) Generated req app ==> bundlex Compiling 38 files (.ex) Generated bundlex app ==> example_lib Bundlex: Building natives: example_lib Generated example_lib app ==> example Bundlex: Building natives: example warning: Bundlex: Native :example uses deprecated syntax for `os_deps`. See `Bundlex.Project.os_dep` for the new syntax. ** (Mix) Bundlex: Couldn't load OS dependency :ffmpeg of package example. Make sure to follow installation instructions that may be available in the readme of example. Tried the following providers: Provider `{:precompiled, "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2023-11-30-12-55/ffmpeg-n6.0.1-linux64-gpl-shared-6.0.tar.xz", ["libswscale", "libavcodec"]}` couldn't download and extract the precompiled dependency :ffmpeg due to: ** (BundlexError) Cannot download file from https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2023-11-30-12-55/ffmpeg-n6.0.1-linux64-gpl-shared-6.0.tar.xz Response status: 404  ??? 0) WithoutPrivDir: failure on setup_all callback, all tests have been invalidated match (=) failed code: assert {_output, 0} = System.cmd( cmd, [arg, "#{proj_cmd} 1>&2"], [cd: project, env: env] ++ opts ) left: {_output, 0} right: {"", 1} stacktrace: test/bundlex/integration_test.exs:62: WithoutPrivDir.proj_cmd/2 test/bundlex/integration_test.exs:5: WithoutPrivDir.__ex_unit__/2 ==> mime Compiling 1 file (.ex) Generated mime 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 ==> bunch Compiling 19 files (.ex) Generated bunch app ==> zarex Compiling 1 file (.ex) Generated zarex app ==> elixir_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 elixir_uuid app ==> example ===> Analyzing applications... ===> Compiling telemetry ==> qex Compiling 4 files (.ex) warning: x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it lib/qex.ex:45: Qex.new/1 Generated qex app ==> nimble_pool Compiling 2 files (.ex) Generated nimble_pool app ==> finch Compiling 14 files (.ex) Generated finch app ==> req Compiling 19 files (.ex) Generated req app ==> bundlex Compiling 38 files (.ex) Generated bundlex app ==> example_lib Bundlex: Building natives: example_lib Generated example_lib app ==> example Bundlex: Building natives: example warning: Bundlex: Native :example uses deprecated syntax for `os_deps`. See `Bundlex.Project.os_dep` for the new syntax. ** (Mix) Bundlex: Couldn't load OS dependency :ffmpeg of package example. Make sure to follow installation instructions that may be available in the readme of example. Tried the following providers: Provider `{:precompiled, "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2023-11-30-12-55/ffmpeg-n6.0.1-linux64-gpl-shared-6.0.tar.xz", ["libswscale", "libavcodec"]}` couldn't download and extract the precompiled dependency :ffmpeg due to: ** (BundlexError) Cannot download file from https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2023-11-30-12-55/ffmpeg-n6.0.1-linux64-gpl-shared-6.0.tar.xz Response status: 404  ??? 0) WithPrivDir: failure on setup_all callback, all tests have been invalidated match (=) failed code: assert {_output, 0} = System.cmd( cmd, [arg, "#{proj_cmd} 1>&2"], [cd: project, env: env] ++ opts ) left: {_output, 0} right: {"", 1} stacktrace: test/bundlex/integration_test.exs:62: WithPrivDir.proj_cmd/2 test/bundlex/integration_test.exs:5: WithPrivDir.__ex_unit__/2 Finished in 18.5 seconds (0.00s async, 18.5s sync) 6 tests, 0 failures, 6 invalid