History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2526
Type: Bug Bug
Status: Closed Closed
Resolution: Cannot Reproduce
Priority: Blocker Blocker
Assignee: Robin Shen
Reporter: AlSt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Build got stuck after evaluating step execute condition

Created: 31/Aug/15 08:59 AM   Updated: 17/Dec/15 06:18 AM
Component/s: None
Affects Version/s: 6.0.24
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File stack.txt (895 kb)

Image Attachments:

1. stuck_step.png
(10 kb)


 Description  « Hide
We have a build which runs on a node other than the server. This build runs one step on the server (some performance measures are generated there) and it got stuck after step execute condition evaluation. When looking at the step log it shows:

09:26:22,862 INFO - Checking step execute condition...
09:26:22,864 INFO - Step execute condition satisfied, executing...

since about 1 hour.

I also attach the jstack output of the server. Hopefully you can determine what's wrong there.

Thank you.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [31/Aug/15 10:35 PM]
From the stack trace, I am seeing some step is running custom groovy scripts, and that script contains sleep logic to put the step in sleep state. Is that relevant to your stuck steps?