The test "Async.AwaitWaitHandle does not leak memory" at line 204 of:
https://github.com/Microsoft/visualfsharp/blob/master/src/fsharp/FSharp.Core.Unittests/FSharp.Core/Microsoft.FSharp.Control/AsyncModule.fs
Fails about once every 1,000 times, which causes random builds to fail. Root cause should be investigated, and if it was a test issue, test should be fixed. The test currently runs 100 iterations, and fails if any of them fail, which means about 1 build failure every 10 builds.