Bug 953209 - [BEAKER] Aborted in schedule_queued_recipe: [Errno 2] No such file or directory
Summary: [BEAKER] Aborted in schedule_queued_recipe: [Errno 2] No such file or directory
Keywords:
Status: CLOSED DUPLICATE of bug 880855
Alias: None
Product: Beaker
Classification: Retired
Component: scheduler
Version: 0.12
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: beaker-dev-list
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-17 15:52 UTC by PaulB
Modified: 2018-02-06 00:41 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-18 22:41:30 UTC
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.