Bug 1373098 - [abrt] be: base.py:276:path:InvalidID: .gitignore in revision None
Summary: [abrt] be: base.py:276:path:InvalidID: .gitignore in revision None
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: be
Version: 24
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Qian Cai
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:ac779835f4f85157c482d113fa1...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-05 07:31 UTC by bitchecker
Modified: 2017-01-26 14:38 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-01-26 14:38:05 UTC
Type: ---


Attachments (Terms of Use)
File: backtrace (2.18 KB, text/plain)
2016-09-05 07:31 UTC, bitchecker
no flags Details
File: environ (3.59 KB, text/plain)
2016-09-05 07:31 UTC, bitchecker
no flags Details

Description bitchecker 2016-09-05 07:31:43 UTC
Version-Release number of selected component:
be-1.1.1-5.fc24

Additional info:
reporter:       libreport-2.7.2
cmdline:        /usr/bin/python2 /usr/bin/be show
executable:     /usr/bin/be
kernel:         4.7.2-201.fc24.x86_64
pkg_fingerprint: 73BD E983 81B4 6521
pkg_vendor:     Fedora Project
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
base.py:276:path:InvalidID: .gitignore in revision None

Traceback (most recent call last):
  File "/usr/bin/be", line 26, in <module>
    sys.exit(libbe.ui.command_line.main())
  File "/usr/lib/python2.7/site-packages/libbe/ui/command_line.py", line 392, in main
    ret = dispatch(ui, command, args)
  File "/usr/lib/python2.7/site-packages/libbe/ui/command_line.py", line 305, in dispatch
    ret = ui.run(command, options, args)
  File "/usr/lib/python2.7/site-packages/libbe/command/base.py", line 590, in run
    return command.run(options, args)
  File "/usr/lib/python2.7/site-packages/libbe/command/base.py", line 302, in run
    self.status = self._run(**params)
  File "/usr/lib/python2.7/site-packages/libbe/command/show.py", line 118, in _run
    with_comments=not params['no-comments'])
  File "/usr/lib/python2.7/site-packages/libbe/command/show.py", line 173, in output
    bugdir.load_all_bugs()
  File "/usr/lib/python2.7/site-packages/libbe/bugdir.py", line 204, in load_all_bugs
    self._clear_bugs()
  File "/usr/lib/python2.7/site-packages/libbe/bugdir.py", line 249, in _clear_bugs
    self._bug_map_gen()
  File "/usr/lib/python2.7/site-packages/libbe/bugdir.py", line 153, in _bug_map_gen
    for uuid in self.uuids():
  File "/usr/lib/python2.7/site-packages/libbe/bugdir.py", line 231, in uuids
    self._refresh_uuid_cache()
  File "/usr/lib/python2.7/site-packages/libbe/bugdir.py", line 240, in _refresh_uuid_cache
    self.storage.children(self.id.storage()))
  File "/usr/lib/python2.7/site-packages/libbe/storage/base.py", line 316, in children
    return self._children(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/libbe/storage/vcs/base.py", line 816, in _children
    path = self.path(id, revision, relpath=False)
  File "/usr/lib/python2.7/site-packages/libbe/storage/vcs/base.py", line 717, in path
    path = self._cached_path_id.path(id)
  File "/usr/lib/python2.7/site-packages/libbe/storage/vcs/base.py", line 276, in path
    raise InvalidID(uuid)
InvalidID: .gitignore in revision None

Local variables in innermost frame:
uuid: u'.gitignore'
extra: []
fields: [u'.gitignore']
self: <libbe.storage.vcs.base.CachedPathID object at 0x7fe2710a7e10>
id: u'.gitignore'
relpath: False

Comment 1 bitchecker 2016-09-05 07:31:53 UTC
Created attachment 1197806 [details]
File: backtrace

Comment 2 bitchecker 2016-09-05 07:31:55 UTC
Created attachment 1197807 [details]
File: environ

Comment 3 Fedora Admin XMLRPC Client 2016-12-22 22:07:21 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 4 Qian Cai 2016-12-22 22:21:49 UTC
I am unable to reproduce this. If you can give me a reproducible steps, that would be helpful.

$ be init
Using git for revision control.
BE repository initialized.

$ python2 /usr/bin/be show

Comment 5 Qian Cai 2017-01-26 14:38:05 UTC
No response for a month. Closing for now.


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