-
Notifications
You must be signed in to change notification settings - Fork 832
Description
current Jenkins build fails. /cc @otawfik-ms @KevinRansom
it's ok, but because is merged, all new pull request fails, and that a bit annoying.
It's possible to:
- make master green, removing the groove file or doing compilation only (
appveyor-build.cmd all,build_only) - fixed in a pull request
- merged after is green
QASuite
example log: http://dotnet-ci.cloudapp.net/job/Microsoft_visualfsharp/job/QASuite_prtest/8/console
update.cmd release -ngen fails:
Failed to open registry key -- Administrator permissions are needed- ngen fail:
Administrator permissions are needed to use the selected options - gac
Failure adding assembly to the cache: Administrator permissions are needed
test fails because cannot find FSharp.Core 4.4.1 ( System.IO.FileNotFoundException: Could not load file or assembly 'FSharp.Core, Version=4.4.1.9055, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' )
I think that's expected because it failed to install in gac
UnitTests
example log: http://dotnet-ci.cloudapp.net/job/Microsoft_visualfsharp/job/UnitTests_prtest/8/
the flacky test Async.AwaitWaitHandle does not leak memory ( ref #811 )
06:35:52 1) Failed : FSharp.Core.Unittests.FSharp_Core.Microsoft_FSharp_Control.AsyncModule.Async.AwaitWaitHandle does not leak memory
06:35:52 Expected: False
06:35:52 But was: True
CambridgeTests
example log: http://dotnet-ci.cloudapp.net/job/Microsoft_visualfsharp/job/CambridgeTests_prtest/8/console
same problems of QASuite, the gac install fails, and build timeout ( maybe because some test wait because gac'ed versions doesnt exists )