Job #3924023 failed for 69525894.
I noticed that VolumeMaterialMapperTest uses random numbers like
VolumeMaterialMapperTest
std::random_device rd; std::mt19937 gen(rd());
which we should never do in our unit tests.
@fklimpel Can you fix the true random numbers, and the underlying failure?