ctaggart / froto

Froto: F# Protocol Buffers
MIT License
146 stars 27 forks source link

Travis CI now runs the Parser and Core tests #23

Closed ctaggart closed 8 years ago

ctaggart commented 8 years ago

Strange that the pr build on Travis failed, but the push build passed.

Running build failed.
Error:
System.Exception: Process mono  /home/travis/build/ctaggart/froto/packages/xunit.runner.console/tools/xunit.console.exe "ProtoParser.Test/bin/Release/Froto.Parser.Test.dll" "Froto.Core.Test/bin/Release/Froto.Core.Test.dll" -parallel all -xml "bin/UnitTest.xml" -trait "Kind=Unit"  timed out.
  at Fake.ProcessHelper+ExecProcessWithLambdas@89-22.Invoke (System.String message) <0x4131f520 + 0x0002f> in <filename unknown>:0 
  at Microsoft.FSharp.Core.PrintfImpl+StringPrintfEnv`1[TResult].Finalize () <0x40d47540 + 0x00039> in <filename unknown>:0 
  at Microsoft.FSharp.Core.PrintfImpl+Final2@235[TState,TResidue,TResult,A,B].Invoke (Microsoft.FSharp.Core.FSharpFunc`2 env, A a, B b) <0x40d46d90 + 0x000f7> in <filename unknown>:0 
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3266-1[T2,T3,TResult,T1].Invoke (T2 u, T3 v) <0x40d469c0 + 0x00033> in <filename unknown>:0 
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3253[T2,TResult,T1].Invoke (T2 u) <0x40d46990 + 0x00029> in <filename unknown>:0 
  at Fake.ProcessHelper+ExecProcessWithLambdas@89-24.Invoke (System.String arg20) <0x4131f4f0 + 0x00021> in <filename unknown>:0 
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V] (Microsoft.FSharp.Core.FSharpFunc`2 func, Microsoft.FSharp.Core.T arg1, Microsoft.FSharp.Core.TResult arg2) <0x40d464f0 + 0x000ad> in <filename unknown>:0 
  at Fake.ProcessHelper.ExecProcessWithLambdas (Microsoft.FSharp.Core.FSharpFunc`2 configProcessStartInfoF, TimeSpan timeOut, Boolean silent, Microsoft.FSharp.Core.FSharpFunc`2 errorF, Microsoft.FSharp.Core.FSharpFunc`2 messageF) <0x41315d30 + 0x01209> in <filename unknown>:0 
  at Fake.Testing.XUnit2.xUnit2 (Microsoft.FSharp.Core.FSharpFunc`2 setParams, IEnumerable`1 assemblies) <0x4131ba50 + 0x00156> in <filename unknown>:0 
  at FSI_0005.Build+clo@50-6.Invoke (Microsoft.FSharp.Core.Unit _arg5) <0x4131b4b0 + 0x000ac> in <filename unknown>:0 
  at Fake.TargetHelper+targetFromTemplate@195[a].Invoke (Microsoft.FSharp.Core.Unit unitVar0) <0x41311a40 + 0x00023> in <filename unknown>:0 
  at Fake.TargetHelper.runSingleTarget (Fake.TargetTemplate`1 target) <0x41309e70 + 0x000e5> in <filename unknown>:0
ctaggart commented 8 years ago

Rebuilt the pr on Travis and it worked the second time.