I’m attempting to fix this issue, based on the hacky code in this GH gist.
Unfortunately the test suite is failing in the nix build… I believe due to network sandboxing. The relevant failing line from the test suite is
From worker startup: ERROR: IOError: bind: operation not permitted (EPERM)
I’ve been attempting to debug the issue by following the instructions in the wiki here. But unfortunately the test suite runs just fine in nix-shell; it only fails in the nix build environment.
Is there a way I could recreate the conditions of the actual nix build environment? As a side note, does anyone have any thoughts about what could be done to work around this test suite failure?
Unfortunately these tests don’t actually require networking. IIUC the test runner spins up many processes that communicate over sockets. The tests themselves don’t actually require access to the broader network. For some reason this setup runs without a hitch on Linux but not on macOS…
Yes, that is my understanding as well. The v1.6.x branch also disables tests requiring networking automatically, unlike say v1.0.x. But there could of course be issues with this. My suspicion is that your best bet is to ask in #releases or #infrastructure over at the Julia Slack as they will know more about the in and outs of macOS and Julia.