Bug 1373098

Summary: [abrt] be: base.py:276:path:InvalidID: .gitignore in revision None
Product: [Fedora] Fedora Reporter: bitchecker <ciro.deluca>
Component: beAssignee: Qian Cai <qcai>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: extras-orphan, i, opensource
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/b576355e84008645c00e9443844bdfede57c39f3
Whiteboard: abrt_hash:ac779835f4f85157c482d113fa197df5afc8038b;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-26 14:38:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace
none
File: environ none

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.