TestExtCurl was failing in the fbmake build, because for some
reason the other TestServer was being used. AFAICT it's within the
compiler's rights to do whatever it wants here, though.
TestServer finds a free port to use as the server, but it
used the standard admin and rpc ports. If you had a
webserver running, it would own the admin port, causing
TestServer's tests to time out (because it uses the admin
port to stop them). Similarly rpc tests would fail because
they would be talking to the wrong server.
Find free ports for the admin and rpc servers, and use them.
This change is mostly for FB internal organizational reasons.
Building is not effected beyond the fact that the target now
lands in hphp/hhvm/hhvm rather than src/hhvm/hhvm.