Re: .NET tests fail on Linux - need help with TeamCity

2018-07-10 Thread Pavel Tupitsyn
Petr, looks like TC is back to normal. I wonder what that was and whether NuGet cache cleanup step actually worked. Thank you for your help, I will keep an eye on it. On Fri, Jul 6, 2018 at 8:08 PM Petr Ivanov wrote: > Pavel, > > > The only newtonsoft.json found are > /usr/share/dotnet/sdk/NuGe

Re: .NET tests fail on Linux - need help with TeamCity

2018-07-06 Thread Petr Ivanov
Pavel, The only newtonsoft.json found are /usr/share/dotnet/sdk/NuGetFallbackFolder/newtonsoft.json (versions 9.0.1 and 10.0.1) and /usr/share/dotnet/store/x64/netcoreapp2.0/newtonsoft.json (version 10.0.1). There is nothing in .nuget/packages. The sizes of corresponding Newtonsoft.Json.dll ar

Re: .NET tests fail on Linux - need help with TeamCity

2018-07-06 Thread Pavel Tupitsyn
Petr, - Get the sources - cd modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore - dotnet build You should get a warning "warning MSB3246: Resolved file has a bad image, no metadata, or is otherwise inaccessible. Image is too small." If you do, go ahead: - cd ~/.nuget/packages/newton

Re: .NET tests fail on Linux - need help with TeamCity

2018-07-05 Thread Petr Ivanov
I can. Can you prepare reproduce steps so that I’ll be able to pinpoint the problem faster, please? > On 5 Jul 2018, at 11:25, Pavel Tupitsyn wrote: > > Igniters, > > I need help with TeamCity. > .NET Linux Tests [1] fail for a very weird reason: > Newtonsoft.Json.dll seems to be corrupted

.NET tests fail on Linux - need help with TeamCity

2018-07-05 Thread Pavel Tupitsyn
Igniters, I need help with TeamCity. .NET Linux Tests [1] fail for a very weird reason: Newtonsoft.Json.dll seems to be corrupted or empty " *Image is too small.* ". I tried adding a step to clean NuGet caches, but it does not help. On my Ubuntu box tests pass. And there were no changes to .NET l