FWIW, watch out with the individual erlang-* packages; the BEAM wasn’t designed to be split like that so you’ll encounter explosions like this unexpectedly.
Agree, first of all I see the mismatch in the versions used:
Erlang/OTP 26
Elixir 1.14.0 (compiled with Erlang/OTP 24)
Even though I doubt this is the culprit. The culprit is most probably the old version of elixir using functionality that was changed in OTP-25/26, upgrading elixir version should solve this problem.