`test/parallel/test-cluster-bind-privileged-port.js` expects binding to port 42 to fail but that's not an always-correct assumption. Check the output of `sysctl net.ipv4.ip_unprivileged_port_start` because it's possible (albeit unlikely) for that port to be unprivileged. Example output: ``` $ sysctl net.ipv4.ip_unprivileged_port_start net.ipv4.ip_unprivileged_port_start = 1 ```