I have triggered my tests many times on TeamCity. every time I get the same
result. Platform .NET (Core Linux) pull/4300/head #1109 Exit code 1 (new) https://ci.ignite.apache.org/viewLog.html?buildId=1460429&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_RunBasicTests. I checked the history of 'Platform .NET (Core Linux) ' and found there are many other build also runs into the same result. -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ |
Hi,
Unfortunately this problem also occurs in master, so for now everything we can do now it is to Ignore it for PR and handle it as part of Make TeamCity Green Again activity. Igniters, who can assist in fixing this issue: Testhost process exited with error: Unhandled Exception: System.BadImageFormatException: Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. An attempt was made to load a program with an incorrect format. at Microsoft.VisualStudio.TestPlatform.TestHost.Program.Main(String[] args) Test Run Aborted. ..Process exited with code 1 ? Sincerely, Dmitriy Pavlov пт, 6 июл. 2018 г. в 8:52, kcheng.mvp <[hidden email]>: > I have triggered my tests many times on TeamCity. every time I get the same > result. > > Platform .NET (Core Linux) pull/4300/head #1109 Exit code 1 (new) > > > https://ci.ignite.apache.org/viewLog.html?buildId=1460429&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_RunBasicTests > . > > I checked the history of 'Platform .NET (Core Linux) ' and found there are > many other build also runs into the same result. > > > > > > -- > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ > |
In reply to this post by kcheng.mvp
Yes, this is being discussed in [1]
[1] http://apache-ignite-developers.2346864.n4.nabble.com/NET-tests-fail-on-Linux-need-help-with-TeamCity-td32235.html On Fri, Jul 6, 2018 at 8:52 AM kcheng.mvp <[hidden email]> wrote: > I have triggered my tests many times on TeamCity. every time I get the same > result. > > Platform .NET (Core Linux) pull/4300/head #1109 Exit code 1 (new) > > > https://ci.ignite.apache.org/viewLog.html?buildId=1460429&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_RunBasicTests > . > > I checked the history of 'Platform .NET (Core Linux) ' and found there are > many other build also runs into the same result. > > > > > > -- > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ > |
In reply to this post by Dmitriy Pavlov
Dmitry, see my reply above. I will provide steps to Petr in that other
thread. On Fri, Jul 6, 2018 at 12:00 PM Dmitry Pavlov <[hidden email]> wrote: > Hi, > > Unfortunately this problem also occurs in master, so for now everything we > can do now it is to Ignore it for PR and handle it as part of Make TeamCity > Green Again activity. > > Igniters, who can assist in fixing this issue: > Testhost process exited with error: Unhandled Exception: > System.BadImageFormatException: Could not load file or assembly > 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, > PublicKeyToken=30ad4fe6b2a6aeed'. An attempt was made to load a program > with an incorrect format. > at Microsoft.VisualStudio.TestPlatform.TestHost.Program.Main(String[] > args) > Test Run Aborted. > ..Process exited with code 1 > ? > > Sincerely, > Dmitriy Pavlov > > пт, 6 июл. 2018 г. в 8:52, kcheng.mvp <[hidden email]>: > > > I have triggered my tests many times on TeamCity. every time I get the > same > > result. > > > > Platform .NET (Core Linux) pull/4300/head #1109 Exit code 1 (new) > > > > > > > https://ci.ignite.apache.org/viewLog.html?buildId=1460429&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_RunBasicTests > > . > > > > I checked the history of 'Platform .NET (Core Linux) ' and found there > are > > many other build also runs into the same result. > > > > > > > > > > > > -- > > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ > > > |
Hi Pavel,
Sure, I didn't understood that problem is the same with already discussed. пт, 6 июл. 2018 г. в 12:01, Pavel Tupitsyn <[hidden email]>: > Dmitry, see my reply above. I will provide steps to Petr in that other > thread. > > On Fri, Jul 6, 2018 at 12:00 PM Dmitry Pavlov <[hidden email]> > wrote: > > > Hi, > > > > Unfortunately this problem also occurs in master, so for now everything > we > > can do now it is to Ignore it for PR and handle it as part of Make > TeamCity > > Green Again activity. > > > > Igniters, who can assist in fixing this issue: > > Testhost process exited with error: Unhandled Exception: > > System.BadImageFormatException: Could not load file or assembly > > 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, > > PublicKeyToken=30ad4fe6b2a6aeed'. An attempt was made to load a program > > with an incorrect format. > > at Microsoft.VisualStudio.TestPlatform.TestHost.Program.Main(String[] > > args) > > Test Run Aborted. > > ..Process exited with code 1 > > ? > > > > Sincerely, > > Dmitriy Pavlov > > > > пт, 6 июл. 2018 г. в 8:52, kcheng.mvp <[hidden email]>: > > > > > I have triggered my tests many times on TeamCity. every time I get the > > same > > > result. > > > > > > Platform .NET (Core Linux) pull/4300/head #1109 Exit code 1 > (new) > > > > > > > > > > > > https://ci.ignite.apache.org/viewLog.html?buildId=1460429&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_RunBasicTests > > > . > > > > > > I checked the history of 'Platform .NET (Core Linux) ' and found there > > are > > > many other build also runs into the same result. > > > > > > > > > > > > > > > > > > -- > > > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ > > > > > > |
In the console of TeamCity, I noticed some message
Some dependencies of this build are hanging: … Platform .NET (Core Linux), build #1094 it's hanging about 20 hours. is there anyway to cancel or stop it? -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ |
Agents rebooted
> On 6 Jul 2018, at 14:09, kcheng.mvp <[hidden email]> wrote: > > In the console of TeamCity, I noticed some message > > > Some dependencies of this build are hanging: … Platform .NET (Core Linux), > build #1094 > > > it's hanging about 20 hours. is there anyway to cancel or stop it? > > > > -- > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ |
I see that some .NET Linux builds are now green.
Petr, have you done anything other than reboot? On Fri, Jul 6, 2018 at 3:05 PM Petr Ivanov <[hidden email]> wrote: > Agents rebooted > > > > > On 6 Jul 2018, at 14:09, kcheng.mvp <[hidden email]> wrote: > > > > In the console of TeamCity, I noticed some message > > > > > > Some dependencies of this build are hanging: … Platform .NET (Core > Linux), > > build #1094 > > > > > > it's hanging about 20 hours. is there anyway to cancel or stop it? > > > > > > > > -- > > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ > > |
No.
I am investigating your case in dedicated agent. > On 6 Jul 2018, at 15:43, Pavel Tupitsyn <[hidden email]> wrote: > > I see that some .NET Linux builds are now green. > Petr, have you done anything other than reboot? > > On Fri, Jul 6, 2018 at 3:05 PM Petr Ivanov <[hidden email]> wrote: > >> Agents rebooted >> >> >> >>> On 6 Jul 2018, at 14:09, kcheng.mvp <[hidden email]> wrote: >>> >>> In the console of TeamCity, I noticed some message >>> >>> >>> Some dependencies of this build are hanging: … Platform .NET (Core >> Linux), >>> build #1094 >>> >>> >>> it's hanging about 20 hours. is there anyway to cancel or stop it? >>> >>> >>> >>> -- >>> Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ >> >> |
Eventually, everything is green!
https://ci.ignite.apache.org/viewLog.html?buildId=1462771&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_RunBasicTests thank you all very much! -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ |
Free forum by Nabble | Edit this page |