The issue is that the rust builder is an ARM image (correctly), but the runner is only amd64 (https://hub.docker.com/r/selenium/standalone-chrome/tags), so it builds an arm binary that fails to run on the selenium container.
cc @mxinden