Closed
Description
I was running ./x test library/std --stage 0
locally, and a bunch of std TCP tests were failing because apparently my VPN software is already using one of the ports that the TCP tests were trying to use (this part is user issue).
However, while reading the tests it seems like base_port
(which I think is transitively used by TCP tests) is doing some kind of... CI job detection? Which has been outdated for many years? Not sure what this is supposed to be.
rust/library/std/src/net/test.rs
Lines 34 to 60 in 5958825