akkadotnet / akka.net

Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
http://getakka.net
Other
4.7k stars 1.04k forks source link

SymbolSource.org NuGet target fails on .symbol push - considering removing .symbol packages #839

Closed Aaronontheweb closed 8 years ago

Aaronontheweb commented 9 years ago

This is the issue that tripped up #838 - SymbolSource.org has barfed up the following error during the past two releases:

[22:17:25][Step 1/1] Your package was pushed. [22:17:25][Step 1/1] Pushing Akka 1.0.0 to the symbol server (http://nuget.gw.symbolsource.org/Public/NuGet)... [22:17:28][Step 1/1] Failed to process request. 'Package submission failed: The length of the string value exceeds the length configured in the mapping/parameter. Exception: System.Exception: Error while processing project: 'Akka'. ---> System.Exception: Error while processing version: '1.0.0'. ---> System.Exception: Error while processing compilation: 'Release' '.NETFramework,Version=v (...). See http://www.symbolsource.org/Public/Home/Help for possible reasons. Fiddler may help diagnosing this error if your client discards attached detailed information.'. [22:17:28][Step 1/1] The remote server returned an error: (506) Package submission failed: The length of the string value exceeds the length configured in the mapping/parameter. Exception: System.Exception: Error while processing project: 'Akka'. ---> System.Exception: Error while processing version: '1.0.0'. ---> System.Exception: Error while processing compilation: 'Release' '.NETFramework,Version=v (...). See http://www.symbolsource.org/Public/Home/Help for possible reasons. Fiddler may help diagnosing this error if your client discards attached detailed information...

TL;DR; - there's something messed up on their end and I don't know what it is. The issue appears to be intermittent.

This error is stopping us from being able to upload symbol packages period. Should we do away with them altogether? Contact them (I've tried) and figure out what the cause of the error is and if we can work around it? Use an alternative?

marcpiechura commented 8 years ago

Is this still an issue? Seems to be working for the nightly builds except two times.

Aaronontheweb commented 8 years ago

Still comes up every now and then - had this issue when pushing a DotNetty release a couple of weeks ago. So it's not specific to Akka.NET, but we should try to work around it with some more granular catch...retry logic inside our FAKE script.

Aaronontheweb commented 8 years ago

Closed via #1492