Bug 953209

Summary: [BEAKER] Aborted in schedule_queued_recipe: [Errno 2] No such file or directory
Product: [Retired] Beaker Reporter: PaulB <pbunyan>
Component: schedulerAssignee: beaker-dev-list
Status: CLOSED DUPLICATE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 0.12CC: asaha, dcallagh, llim, qwan, rglasz, rmancy
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-18 22:41:30 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:

Description PaulB 2013-04-17 15:52:02 UTC
Description of problem:
 Recipe failed with the following report-
 Aborted in schedule_queued_recipe: [Errno 2] No such file or directory 

Version-Release number of selected component (if applicable):
 Beaker Version - 0.12.0

How reproducible:
 unknown - first time I have seen this
  
Actual results:
 https://beaker.engineering.redhat.com/recipes/848853

Expected results:
 Automated testing does not abort 

Additional info: 
 -Beaker was recently updated to V0.12.0
 -From the recipe I see there were "90 Possible Systems" available

Comment 1 Raymond Mancy 2013-04-18 01:23:00 UTC
This is the traceback

2013-04-12 13:09:25,699 beakerd ERROR Error in schedule_queued_recipe(848853)
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/bkr/server/tools/beakerd.py", line 397, in schedule_queued_recipes
    schedule_queued_recipe(recipe_id)
  File "/usr/lib/python2.6/site-packages/bkr/server/tools/beakerd.py", line 496, in schedule_queued_recipe
    recipe.createRepo()
  File "/usr/lib/python2.6/site-packages/bkr/server/model.py", line 5185, in createRepo
    self._link_rpms(directory)
  File "/usr/lib/python2.6/site-packages/bkr/server/model.py", line 5161, in _link_rpms
    os.link(srcname, dstname)
OSError: [Errno 2] No such file or directory

Comment 2 Dan Callaghan 2013-04-18 22:41:30 UTC
So this is a dupe of bug 880855, except the difference is now in 0.12 the recipe gets aborted instead of being retried...

*** This bug has been marked as a duplicate of bug 880855 ***