Your message dated Wed, 18 May 2016 10:37:27 +0000
with message-id <e1b2yr1-0006os...@franck.debian.org>
and subject line Bug#824593: fixed in python-reno 1.3.0-3
has caused the Debian Bug report #824593,
regarding python-reno: FTBFS due to missing B-D on git
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
824593: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824593
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-reno
Version: 1.3.0-2
Severity: serious
Justification: fails to build from source
Tags: sid stretch

python-reon FTBFS in both sid and stretch due to a missing build dependency on
git:

| ======================================================================
| FAIL: reno.tests.test_scanner.BasicTest.test_edit_file
| reno.tests.test_scanner.BasicTest.test_edit_file
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.BasicTest.test_legacy_file
| reno.tests.test_scanner.BasicTest.test_legacy_file
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.BasicTest.test_multiple_notes_after_tag
| reno.tests.test_scanner.BasicTest.test_multiple_notes_after_tag
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.BasicTest.test_multiple_notes_within_tag
| reno.tests.test_scanner.BasicTest.test_multiple_notes_within_tag
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.BasicTest.test_multiple_tags
| reno.tests.test_scanner.BasicTest.test_multiple_tags
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.BasicTest.test_non_python_no_tags
| reno.tests.test_scanner.BasicTest.test_non_python_no_tags
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.BasicTest.test_note_before_tag
| reno.tests.test_scanner.BasicTest.test_note_before_tag
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.BasicTest.test_note_commit_after_tag
| reno.tests.test_scanner.BasicTest.test_note_commit_after_tag
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.BasicTest.test_note_commit_tagged
| reno.tests.test_scanner.BasicTest.test_note_commit_tagged
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.BasicTest.test_other_commit_after_tag
| reno.tests.test_scanner.BasicTest.test_other_commit_after_tag
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.BasicTest.test_python_no_tags
| reno.tests.test_scanner.BasicTest.test_python_no_tags
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.BasicTest.test_rename_file
| reno.tests.test_scanner.BasicTest.test_rename_file
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.BasicTest.test_rename_file_sort_earlier
| reno.tests.test_scanner.BasicTest.test_rename_file_sort_earlier
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.BasicTest.test_rename_legacy_file_to_new
| reno.tests.test_scanner.BasicTest.test_rename_legacy_file_to_new
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.BranchTest.test_files_current_branch
| reno.tests.test_scanner.BranchTest.test_files_current_branch
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 620, in setUp
|     super(BranchTest, self).setUp()
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.BranchTest.test_files_stable_from_master
| reno.tests.test_scanner.BranchTest.test_files_stable_from_master
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 620, in setUp
|     super(BranchTest, self).setUp()
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.MergeCommitTest.test_1
| reno.tests.test_scanner.MergeCommitTest.test_1
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.MergeCommitTest.test_2
| reno.tests.test_scanner.MergeCommitTest.test_2
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout

| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.MergeCommitTest.test_3
| reno.tests.test_scanner.MergeCommitTest.test_3
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.MergeCommitTest.test_4
| reno.tests.test_scanner.MergeCommitTest.test_4
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.UniqueIdTest.test_legacy
| reno.tests.test_scanner.UniqueIdTest.test_legacy
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ======================================================================
| FAIL: reno.tests.test_scanner.UniqueIdTest.test_modern
| reno.tests.test_scanner.UniqueIdTest.test_modern
| ----------------------------------------------------------------------
| _StringException: Empty attachments:
|   pythonlogging:''
|   stderr
|   stdout
|
| Traceback (most recent call last):
|   File "reno/tests/test_scanner.py", line 186, in setUp
|     self._git_setup()
|   File "reno/tests/test_scanner.py", line 124, in _git_setup
|     self._run_git('init', '.')
|   File "reno/tests/test_scanner.py", line 119, in _run_git
|     cwd=self.reporoot,
|   File "reno/utils.py", line 44, in check_output
|     raw = subprocess.check_output(*args, **kwds)
|   File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
|     process = Popen(stdout=PIPE, *popenargs, **kwargs)
|   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
|     errread, errwrite)
|   File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
|     raise child_exception
| OSError: [Errno 2] No such file or directory
|
|
| ----------------------------------------------------------------------
| Ran 27 tests in 7.392s
|
| FAILED (failures=22)
| make[1]: *** [override_dh_auto_test] Error 1

See
https://people.debian.org/~sramacher/logs/python-reno_1.3.0-2_amd64-20160517-2222.log
for a full build log.

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: python-reno
Source-Version: 1.3.0-3

We believe that the bug you reported is fixed in the latest version of
python-reno, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 824...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-reno package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 18 May 2016 10:23:32 +0200
Source: python-reno
Binary: python-reno python3-reno python-reno-doc
Architecture: source all
Version: 1.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 python-reno - RElease NOtes manager - Python 2.x
 python-reno-doc - RElease NOtes manager - doc
 python3-reno - RElease NOtes manager - Python 3.x
Closes: 824593
Changes:
 python-reno (1.3.0-3) unstable; urgency=medium
 .
   * Added git as runtime and build depends (Closes: #824593).
Checksums-Sha1:
 528dc3fb979e210f4a5f9e487588bf9959967a56 2617 python-reno_1.3.0-3.dsc
 efc89b7de8558648c2272d74dc3c95c03c5aa64a 4008 python-reno_1.3.0-3.debian.tar.xz
 a4868f8462eeb0247a2096f95bfa251dd64f8371 6382 python-reno-doc_1.3.0-3_all.deb
 563d35decc14a1a51dedc01805ae6953af394baa 14310 python-reno_1.3.0-3_all.deb
 80c78020388d2eef571f2f7fa4758faa70d574dc 14390 python3-reno_1.3.0-3_all.deb
Checksums-Sha256:
 ba4f1ad66f43c8ab86088dc1e1a0c0de7a81134fa7dbe8b00762c9a8885cc987 2617 
python-reno_1.3.0-3.dsc
 316a27c891b216987255b79b3a2c7e5caddf4b6cdd854c8a6922460a0c5059f7 4008 
python-reno_1.3.0-3.debian.tar.xz
 85bd4521a5b855a7291972e9315bb19c9a010955961022af5cac89a5c13f3d59 6382 
python-reno-doc_1.3.0-3_all.deb
 9a0cccccdf808aa07fd7325ec2c436cee860af7f1d4d5c60aa1d885e81f31032 14310 
python-reno_1.3.0-3_all.deb
 d7a962be17dfe5f2613a368c92fba077da473047a082791317a0dde338912234 14390 
python3-reno_1.3.0-3_all.deb
Files:
 c3480b825bb8650b218b817fa376db91 2617 python optional python-reno_1.3.0-3.dsc
 92225587a2d05023659c54f50ca5d66f 4008 python optional 
python-reno_1.3.0-3.debian.tar.xz
 0be9424cc2c56b46d2daad2abbbbfa49 6382 doc optional 
python-reno-doc_1.3.0-3_all.deb
 ae5de83adecab3d5bf65acad02586723 14310 python optional 
python-reno_1.3.0-3_all.deb
 b5c739820ce74e5edc832b7f06f5d797 14390 python optional 
python3-reno_1.3.0-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXPCePAAoJENQWrRWsa0P+8YIP/jB02IB1ZwoMQIKbsq7L0hJ+
LSn+oxMQoigKOUt4xymFMuUddCiaeEiVRxMBjgj5PsJK+5/cWhPWXGxHPEk/RKd/
IcDvKMDLhwWtSCMvwm+6u/zHA25jG+rabfRjlo2mJh3Hkskotpwdun3vjXRbCSk/
49Ah0yIPCuk9rNHktB3/f3OEaNN1g7rmBqu9xxBQadzKFida5qF/5rFZRQfc1mGe
0VtQKh/XxSrCMdGBxHN+BqFmOic8IpBekW5yBpcdQ1jBCFnS0CR6KcjZ2hGptlEH
YQXnuvg5BjNKIlEnTI8PsNpEhBIIoaas5J4ys6HLM+Bcu6wYqQxxCdnF+Jk4GPRr
zXGWrT4TmQKVQiEjmJ8RpC0KfbF2PZvNA28j5YhZQwtw8dukSw5Pl1JJsvRLVEX6
zjxbg5un+RSbpXJ8axhv+CTzxiPbI7mXrYQDduwdaI24GPGaPNZtzF5PMvNlyN2C
U9DbqPG5T29Jyio5lTQaqzfBseCV0AAwv7ubH52CjL7BagbQ0kkmcpwBRlsR1AJS
srvPVOIK1BhgGMAy3HzMFwdL52tKg+XKzqWlED/1tJ6GukAm8f/iSFYrmgMFD7/S
28xDIG9/i0WGGdAs7NKWQLDxlddU9Z14F0uZ9KkAGuEKD11Qkg3mJYQJqWOEUUoG
PUNBg7cl+dgDN4cIzfLH
=mGx3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to