Running headless and then running python/tools/handshaker.py works on Linux AMD64 bare metal and in docker, but not in a docker container running on my ARM64 Mac. It's mostly for convenience during development, but the fact that it fails mysteriously means there's something going wrong that we don't understand, and in the past architecture / environment specific failures have been a sign of a nasty bug that depends on memory layout or some other undefined behavior.
Running headless and then running python/tools/handshaker.py works on Linux AMD64 bare metal and in docker, but not in a docker container running on my ARM64 Mac. It's mostly for convenience during development, but the fact that it fails mysteriously means there's something going wrong that we don't understand, and in the past architecture / environment specific failures have been a sign of a nasty bug that depends on memory layout or some other undefined behavior.