Bug 744802 - bkr workflow-simple traceback
Summary: bkr workflow-simple traceback
Keywords:
Status: CLOSED DUPLICATE of bug 781369
Alias: None
Product: Beaker
Classification: Retired
Component: command line
Version: 0.7
Hardware: All
OS: Linux
low
low vote
Target Milestone: ---
Assignee: Raymond Mancy
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-10 14:19 UTC by Richard Marko
Modified: 2016-02-01 02:21 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-10-24 04:40:22 UTC


Attachments (Terms of Use)

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


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