On 05/30/2013 06:52 PM, andy pugh wrote:
> On 30 May 2013 16:04, andy pugh <[email protected]> wrote:
>
>> Straightforward, yes, but with 16 components, 3 inputs and one output
>> per component, quite a bit of HAL to configure.
>> Ah well, time to stop moaning and start coding I guess.
>
> So I did that, and tested it here in both sim and realtime under
> Lucid, then pushed it, and broke the buildbot builds.
>
> So I disabled it.
>
> Is there any way to see what the problem was?

The easiest way is to follow the links that the buildbot announces in 
#linuxcnc-devel.  Here's one of the failed build announcements from your 
push:

> 18:32 < linuxcnc-build> build #1041 of lucid-amd64-sim is complete: Failure 
> [failed compile runtests]
>                         Build details are at 
> http://buildbot.linuxcnc.org/buildbot/builders/lucid-amd64-sim/builds/1041
>                         blamelist: Andy Pugh <[email protected]>

The builder name is "lucid-amd64-sim" and the step that failed is 
"runtests".  If you follow the link you'll see a list of the steps the 
builder did, green if the step worked, yellow if there were warnings, 
and red if it failed.  If you then click on the 'stdio' link by the 
build step you're interested in you can see what command was run and 
what its output was.

If you click on the runtests stdio link, you'll see the command that the 
buildbot ran (and the command's environment) in blue at the top, then 
the command's stdout in black and stderr in red, and finally its exit 
code and runtime duration in blue at the bottom.

For runtest failures specifically, i like to scroll down to the bottom 
where runtests announces which tests failed, then search for the test 
names in that page.

Hope this helps.


-- 
Sebastian Kuzminsky

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to