I think I spotted the underlying issue -- looks like we've got both NUnit 2.6.3 and 2.6.4 referenced. Specifically, Lucene.Net.Test.Classification and Lucene.Net.Tests.Facet use 2.6.4 and the main test projects of Lucene.Net.Tests and Lucene.Net.TestFramework use 2.6.3.
I suggest we standardize on 2.6.3 -- mainly because that is what TeamCity has to run things against at the moment. On Fri, Jan 30, 2015 at 8:01 AM, Wyatt Barnett <[email protected]> wrote: > Got it kick started, she is running tests now. > > I am not sure exactly what was going on but the underlying error was that > the nunit 2.6.3 stuff was locked for some reason. I did a forced clean > build by clicking the little ". . ." next to run and checking the clean all > files in checkout directory to force a fresh start. If this becomes a > regular thing we can make it always use a clean checkout but that gets > spendy on bandwidth and will certainly slow things down a bit. > > On Fri, Jan 30, 2015 at 7:56 AM, Itamar Syn-Hershko <[email protected]> > wrote: > >> "NuGet installer failed".. >> >> -- >> >> Itamar Syn-Hershko >> http://code972.com | @synhershko <https://twitter.com/synhershko> >> Freelance Developer & Consultant >> Lucene.NET committer and PMC member >> >> On Fri, Jan 30, 2015 at 2:51 PM, <[email protected]> wrote: >> >> > Build Lucene.NET :: Lucene.NET Core [master] #122 failed (Exit code 1 >> > (new)). >> > Agent: JetBrains-dotnet-agent01 >> > Build results: >> > >> http://teamcity.codebetter.com/viewLog.html?buildId=180089&buildTypeId=LuceneNet_Core >> > >> > Changes included (1 change) >> > ==================================================== >> > Change 69f29113e1244e3c3ae0d916b18769873ebaa62e by itamar (28 files): >> > More porting work >> > >> > >> > see more information about changed files: >> > >> http://teamcity.codebetter.com/viewLog.html?tab=buildChangesDiv&buildId=180089&buildTypeId=LuceneNet_Core >> > >> > >> > >> ============================================================================ >> > Configure email notifications: >> > >> http://teamcity.codebetter.com/profile.html?init=1&tab=userNotifications >> > >> > >
