-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors when building #1379
Comments
do you have VS open at that time? |
I do but not for Paket (it's a different solution altogether) here's the tail Tests run: 68, Errors: 13, Failures: 2, Inconclusive: 0, Time: 576.998201601624 seconds Errors and Failures:
StackTrace:
StackTrace:
at Paket.IntegrationTests.TestHelpers.paket(String command, String scenario) in c:\Development\Paket\integrationtests\Paket.IntegrationTests\TestHelper.fs:line 42
at Paket.IntegrationTests.TestHelpers.paket(String command, String scenario) in c:\Development\Paket\integrationtests\Paket.IntegrationTests\TestHelper.fs:line 42
at Paket.IntegrationTests.TestHelpers.paket(String command, String scenario) in c:\Development\Paket\integrationtests\Paket.IntegrationTests\TestHelper.fs:line 42
at Paket.IntegrationTests.TestHelpers.paket(String command, String scenario) in c:\Development\Paket\integrationtests\Paket.IntegrationTests\TestHelper.fs:line 42
Running build failed. Build Time ReportTarget Duration Clean 00:00:00.0044705 Status: Failure
at Fake.TargetHelper.runSingleTarget(TargetTemplate`1 target) in C:\code\fake\src\app\FakeLib\TargetHelper.fs:line 483 |
strange then something else is blocking the paths |
ok, never mind. thought you might have seen it in the past... :-( I'll keep trying different things until I get it right. migth even have to "turn it off and on again" |
actually, try tho I might, I've not been able to resolve this. Anyone running windows 10, and tried building from a fresh clone? Works perfectly well on my Win7 work desktop. Though I have other problems with that since I'm behind a proxy and some of the test fail with a 403 :-s |
yeah. I'm running on Win 10 - appveyor and travis build fine as well. |
bizarre stuff. I doesn't always happen to the same tests, but it happens consistently. Inside VS, I can get the resharper runner up and going and run the same test 10 time in a row (just by itself) and get 4 or 5 failures. Looking at where it goes wrong (output below) and exactly what it's doing when it goes wrong, I'm noticing it's at the point it's trying to download/extract the file (obviously the message points you there), but what strikes me as significant is that the ExtractPackage method in RestoreProcess.fs and it's subordinate functions are all async. I'm wondering if it's my machine being under load/caching some file io, that might be causing some issues. Hard Drive is an SSD, and so should cope with the throughput, but just wondering, and putting it out there in case someone has some ideas. OUTPUT (successful run):
OUTPUT (failed run):
|
Please let us know if this has not been fixed already. |
I'm seeing a lot of this error
Something went wrong while downloading NUnit 3.0.1
Message: Access to the path 'c:\Development\Paket.pms1969\integrationtests\scenarios\i001018-legacy-groups-update\temp\packages\NUnit\lib\portable-net45%2Bwin8%2Bwp8%2Bwpa81%2BXamarin.Mac%2BMonoAndroid10%2BMonoTouch10%2BXamarin.iOS10' is denied.
when running a build of Paket. In a lot of cases it's fails the build at some stage, sometimes not, but then it fails later (trying to do a .\build.cmd nuget)
Any ideas?
The text was updated successfully, but these errors were encountered: