Bug 1033032

Summary: Aborted in schedule_queued_recipe: 'NoneType' object has no attribute 'id'
Product: [Retired] Beaker Reporter: Robin Hack <rhack>
Component: generalAssignee: Nick Coghlan <ncoghlan>
Status: CLOSED CURRENTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 0.14CC: aigao, asaha, azelinka, dcallagh, llim, qwan, rmancy, todoleza, xjia
Target Milestone: 0.14.4Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-19 05:09:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Comment 2 Dan Callaghan 2013-11-21 21:39:30 UTC
Complete stack trace:

Nov 21 11:52:47 beaker-02 beakerd[29765]: bkr.server.tools.beakerd ERROR Error in schedule_queued_recipe(1141847)
Nov 21 11:52:47 beaker-02 beakerd[29765]:  Traceback (most recent call last):
Nov 21 11:52:47 beaker-02 beakerd[29765]:    File "/usr/lib/python2.6/site-packages/bkr/server/tools/beakerd.py", line 445, in schedule_queued_recipes
Nov 21 11:52:47 beaker-02 beakerd[29765]:      schedule_queued_recipe(recipe_id, guest_recipe_id)
Nov 21 11:52:47 beaker-02 beakerd[29765]:    File "/usr/lib/python2.6/site-packages/bkr/server/tools/beakerd.py", line 568, in schedule_queued_recipe
Nov 21 11:52:47 beaker-02 beakerd[29765]:      if not System.free(user).filter(System.id == system.id).first():
Nov 21 11:52:47 beaker-02 beakerd[29765]:  AttributeError: 'NoneType' object has no attribute 'id'

Comment 3 Dan Callaghan 2013-11-21 21:43:20 UTC
This is a regression in 0.14.3 due to the fix for bug 967479.

Comment 5 Nick Coghlan 2013-11-22 06:57:07 UTC
On Gerrit: http://gerrit.beaker-project.org/2536