Bug 953209
| Summary: | [BEAKER] Aborted in schedule_queued_recipe: [Errno 2] No such file or directory | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | PaulB <pbunyan> |
| Component: | scheduler | Assignee: | beaker-dev-list |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 0.12 | CC: | 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
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
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 *** |