Error packaging artifacts - The remote server returned an error: (500) Internal Server Error

alexmg's Avatar

alexmg

May 03, 2015 @ 01:07 PM

I am receiving a (500) Internal Server Error when packaging the artifacts of an otherwise successful build. There are four artifacts to be uploaded and it is always the last artifact (a symbols package) that fails to upload.

[00:06:58] Packaging artifacts...
[00:06:58] OK
[00:06:59] Uploading artifact artifacts\packages\Release\Autofac.4.0.0-alpha2-37.nupkg (361.9 KB)...
[00:07:00] OK
[00:07:00] Uploading artifact artifacts\packages\Release\Autofac.4.0.0-alpha2-37.symbols.nupkg (1010.2 KB)...
[00:07:01] OK
[00:07:01] Uploading artifact artifacts\packages\Release\Autofac.Dnx.4.0.0-alpha2-37.nupkg (247.8 KB)...
[00:07:01] The remote server returned an error: (500) Internal Server Error.

You can see at the link below the first three packages uploaded correctly. The missing symbol package is Autofac.Dnx.4.0.0-alpha2-37.symbols.nupkg and was built successfully above.

https://ci.appveyor.com/project/Autofac/autofac/build/4.0.0.37/arti...

I would appreciate any suggestions on how to debug this error.

  1. Support Staff 1 Posted by Feodor Fitsner on May 03, 2015 @ 05:10 PM

    Feodor Fitsner's Avatar

    Thanks for reporting that! Working on that right now.

    - Feodor

  2. Support Staff 2 Posted by Feodor Fitsner on May 03, 2015 @ 07:43 PM

    Feodor Fitsner's Avatar

    It's been fixed. Give it another try.

  3. 3 Posted by alexmg on May 04, 2015 @ 01:11 PM

    alexmg's Avatar

    Thank you very much for the quick response! I gave the build another go and the artifacts were uploaded correctly. What ended up being the problem? I ask only out of general interest.

    The final step to push the symbol packages did fail though. I suspect this might be a problem with symbolsource.org from what is present in the logs.

    [00:06:14] Packaging artifacts...
    [00:06:14] OK
    [00:06:14] Uploading artifact artifacts\packages\Release\Autofac.4.0.0-alpha2-43.nupkg (361.9 KB)...
    [00:06:16] OK
    [00:06:16] Uploading artifact artifacts\packages\Release\Autofac.4.0.0-alpha2-43.symbols.nupkg (1008.1 KB)...
    [00:06:17] OK
    [00:06:17] Uploading artifact artifacts\packages\Release\Autofac.Dnx.4.0.0-alpha2-43.nupkg (247.8 KB)...
    [00:06:17] OK
    [00:06:17] Uploading artifact artifacts\packages\Release\Autofac.Dnx.4.0.0-alpha2-43.symbols.nupkg (499.8 KB)...
    [00:06:18] OK
    [00:06:18] Deploying using NuGet provider
    [00:06:18] Publishing Autofac.4.0.0-alpha2-43.nupkg to https://www.myget.org/F/autofac/...
    [00:06:28] OK
    [00:06:28] Publishing Autofac.4.0.0-alpha2-43.symbols.nupkg to https://nuget.symbolsource.org/MyGet/autofac...
    [00:06:31] Skipped
    [00:06:31]  (Package submission failed: Unknown custom metadata item kind: 7 Exception: System.Exception: Error while processing project: 'Autofac'. ---> System.Exception: Error while processing version: '4.0.0-alpha2-43'. ---> System.Exception: Error while processing compilation: 'Release' 'Unsupported,Version=v0.0'. ---> Microsoft.Cci.Pdb.PdbDebugEx (...). See http://www.symbolsource.org/Public/Home/Help for possible reasons. Fiddler may help diagnosing this error if your client discards attached detailed information.)
    [00:06:31] Publishing Autofac.Dnx.4.0.0-alpha2-43.nupkg to https://www.myget.org/F/autofac/...
    [00:06:40] OK
    [00:06:40] Publishing Autofac.Dnx.4.0.0-alpha2-43.symbols.nupkg to https://nuget.symbolsource.org/MyGet/autofac...
    [00:06:41] Skipped
    [00:06:41]  (Package submission failed: Unknown custom metadata item kind: 7 Exception: System.Exception: Error while processing project: 'Autofac.Dnx'. ---> System.Exception: Error while processing version: '4.0.0-alpha2-43'. ---> System.Exception: Error while processing compilation: 'Release' 'Unsupported,Version=v0.0'. ---> Microsoft.Cci.Pdb.PdbDeb (...). See http://www.symbolsource.org/Public/Home/Help for possible reasons. Fiddler may help diagnosing this error if your client discards attached detailed information.)
    [00:06:41] Total packages published: 4
    [00:06:41] Build success
    

    Is this an error you have seen before with DNX packages?

  4. Support Staff 4 Posted by Feodor Fitsner on May 04, 2015 @ 04:47 PM

    Feodor Fitsner's Avatar

    Internally AppVeyor uses NuGet.Core library to work with NuGet packages and it wasn't the latest version which is currently 2.8.5 with "frameworks" enum having DNX.

    Now, when it's fixed on our side seems like SymbolSource still has this issue. I've dropped them a message.

  5. 5 Posted by alexmg on May 05, 2015 @ 01:55 PM

    alexmg's Avatar

    You guys are awesome! Thanks for the great support. It is appreciated.

  6. Ilya Finkelshteyn closed this discussion on Aug 25, 2018 @ 01:56 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac