Hi Luke,
sorry for not being so clear in my first email.
The `mix_task_archive_deps` is the one downloaded from GitHub releases at this location:
From a vanilla Docker container (debian-latest):
```
...
# cd rabbitmq-message-deduplication
...
# make dist
...
please re-compile this module with an Erlang/OTP 25 compiler
20:48:56.695 [error] Loading of /root/.mix/archives/mix_task_archive_deps-0.5.0/mix_task_archive_deps-0.5.0/ebin/Elixir.Mix.Tasks.Archive.Build.Deps.beam failed: :badfile
```
You can follow up the setup process in here:
And see how the tests are skipped due to the same error in here:
The build succeeds but the tests are actually skipped. Downloading `mix_task_archive_deps` and compiling it with Erlang 25 fixes the issue. With Erlang 23, the issue used not to show up.
Kind regards,
M.