Bug 744802

Summary: bkr workflow-simple traceback
Product: [Retired] Beaker Reporter: Richard Marko <rmarko>
Component: command lineAssignee: Raymond Mancy <rmancy>
Status: CLOSED DUPLICATE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 0.7CC: bpeck, dcallagh, ebaak, jberan, mcsontos, mishin, rmancy, stl
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-24 04:40:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Richard Marko 2011-10-10 14:19:04 UTC
Description of problem:
Running
bkr workflow-simple --task=/CoreOS/abrt/Sanity/testsuite --family=Fedora15 --wait

results in python traceback.


$ bkr workflow-simple --task=/CoreOS/abrt/Sanity/testsuite --family=Fedora15 --wait
Submitted: ['J:141397']
Traceback (most recent call last):
  File "/usr/bin/bkr", line 9, in <module>
    load_entry_point('bkr.client==0.7.3', 'console_scripts', 'bkr')()
  File "/usr/lib/python2.7/site-packages/bkr/client/main.py", line 45, in main
    return cmd.run(*cmd_args, **cmd_opts.__dict__)
  File "/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_workflow_simple.py", line 157, in run
    TaskWatcher.watch_tasks(self.hub, submitted_jobs)
AttributeError: type object 'TaskWatcher' has no attribute 'watch_tasks'

Version-Release number of selected component (if applicable):
beaker-client-0.7.3-4.fc14.noarch


Additional information:
python crash is detected by abrt but deleted as the package is not signed:

Oct 10 16:06:23 fluffy abrt-server[12821]: Saved Python crash dump of pid 12726 to /var/spool/abrt/pyhook-2011-10-10-16:06:23-12726
Oct 10 16:06:23 fluffy abrtd: Package 'beaker-client' isn't signed with proper key
Oct 10 16:06:23 fluffy abrtd: Corrupted or bad dump /var/spool/abrt/pyhook-2011-10-10-16:06:23-12726 (res:2), deleting

Comment 1 Dan Callaghan 2012-10-24 04:40:22 UTC
This was fixed in 0.8.2.

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