The output on test crates (make test) seems to be nondeterministically adding or removing a few lines, particularly on dependency-ex, see the bot updates from CI:
bot update 1
bot update 2
The only thing that changed between the two was cargo fmt so I don't think the actual output should change. It may not be possible to replicate exactly bc the bot is running on Ubuntu (elk is Arch Linux), but we should look into what is happening here.
The output on test crates (
make test) seems to be nondeterministically adding or removing a few lines, particularly ondependency-ex, see the bot updates from CI:bot update 1
bot update 2
The only thing that changed between the two was
cargo fmtso I don't think the actual output should change. It may not be possible to replicate exactly bc the bot is running on Ubuntu (elk is Arch Linux), but we should look into what is happening here.