[PKG-Openstack-devel] Bug#824593: python-reno: FTBFS due to missing B-D on git

Sebastian Ramacher sramacher at debian.org
Tue May 17 20:35:17 UTC 2016


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/openstack-devel/attachments/20160517/6b7ddba1/attachment-0001.sig>


More information about the Openstack-devel mailing list