Bug#868702: ros-wstool FTBFS: CalledProcessError: Command '[u'git', u'commit', u'-m', u'initial']' returned non-zero exit status 128
Adrian Bunk
bunk at debian.org
Mon Jul 17 20:34:25 UTC 2017
Source: ros-wstool
Version: 0.1.13-2
Severity: serious
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ros-wstool.html
...
======================================================================
ERROR: setUpClass (test.local.test_cli.MultiprojectCLITest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/scm_test_base.py", line 166, in setUpClass
_create_fake_ros_dir(self.test_root_path)
File "test/scm_test_base.py", line 64, in _create_fake_ros_dir
subprocess.check_call(["git", "commit", "-m", "initial"], cwd=ros_path)
File "/usr/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '[u'git', u'commit', u'-m', u'initial']' returned non-zero exit status 128
======================================================================
ERROR: setUpClass (test.local.test_diff_functions_git.WstoolDiffGitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/local/test_diff_functions_git.py", line 77, in setUpClass
AbstractSCMTest.setUpClass()
File "test/scm_test_base.py", line 199, in setUpClass
_create_fake_ros_dir(self.test_root_path)
File "test/scm_test_base.py", line 64, in _create_fake_ros_dir
subprocess.check_call(["git", "commit", "-m", "initial"], cwd=ros_path)
File "/usr/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '[u'git', u'commit', u'-m', u'initial']' returned non-zero exit status 128
======================================================================
ERROR: setUpClass (test.local.test_diff_functions_git.WstoolInfoGitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/scm_test_base.py", line 199, in setUpClass
_create_fake_ros_dir(self.test_root_path)
File "test/scm_test_base.py", line 64, in _create_fake_ros_dir
subprocess.check_call(["git", "commit", "-m", "initial"], cwd=ros_path)
File "/usr/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '[u'git', u'commit', u'-m', u'initial']' returned non-zero exit status 128
======================================================================
ERROR: setUpClass (test.local.test_diff_functions_hg.WstoolDiffHgTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/local/test_diff_functions_hg.py", line 81, in setUpClass
AbstractSCMTest.setUpClass()
File "test/scm_test_base.py", line 199, in setUpClass
_create_fake_ros_dir(self.test_root_path)
File "test/scm_test_base.py", line 64, in _create_fake_ros_dir
subprocess.check_call(["git", "commit", "-m", "initial"], cwd=ros_path)
File "/usr/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '[u'git', u'commit', u'-m', u'initial']' returned non-zero exit status 128
======================================================================
ERROR: setUpClass (test.local.test_diff_functions_hg.WstoolInfoHgTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/scm_test_base.py", line 199, in setUpClass
_create_fake_ros_dir(self.test_root_path)
File "test/scm_test_base.py", line 64, in _create_fake_ros_dir
subprocess.check_call(["git", "commit", "-m", "initial"], cwd=ros_path)
File "/usr/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '[u'git', u'commit', u'-m', u'initial']' returned non-zero exit status 128
======================================================================
ERROR: setUpClass (test.local.test_diff_functions_multi.WstoolDiffMultiTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/local/test_diff_functions_multi.py", line 57, in setUpClass
AbstractSCMTest.setUpClass()
File "test/scm_test_base.py", line 199, in setUpClass
_create_fake_ros_dir(self.test_root_path)
File "test/scm_test_base.py", line 64, in _create_fake_ros_dir
subprocess.check_call(["git", "commit", "-m", "initial"], cwd=ros_path)
File "/usr/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '[u'git', u'commit', u'-m', u'initial']' returned non-zero exit status 128
======================================================================
ERROR: setUpClass (test.local.test_diff_functions_svn.WstoolDiffSvnTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/local/test_diff_functions_svn.py", line 84, in setUpClass
AbstractSCMTest.setUpClass()
File "test/scm_test_base.py", line 199, in setUpClass
_create_fake_ros_dir(self.test_root_path)
File "test/scm_test_base.py", line 64, in _create_fake_ros_dir
subprocess.check_call(["git", "commit", "-m", "initial"], cwd=ros_path)
File "/usr/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '[u'git', u'commit', u'-m', u'initial']' returned non-zero exit status 128
======================================================================
ERROR: setUpClass (test.local.test_diff_functions_svn.WstoolInfoSvnTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/scm_test_base.py", line 199, in setUpClass
_create_fake_ros_dir(self.test_root_path)
File "test/scm_test_base.py", line 64, in _create_fake_ros_dir
subprocess.check_call(["git", "commit", "-m", "initial"], cwd=ros_path)
File "/usr/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '[u'git', u'commit', u'-m', u'initial']' returned non-zero exit status 128
======================================================================
ERROR: setUpClass (test.local.test_interation.RosinstallInteractive)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/scm_test_base.py", line 166, in setUpClass
_create_fake_ros_dir(self.test_root_path)
File "test/scm_test_base.py", line 64, in _create_fake_ros_dir
subprocess.check_call(["git", "commit", "-m", "initial"], cwd=ros_path)
File "/usr/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '[u'git', u'commit', u'-m', u'initial']' returned non-zero exit status 128
======================================================================
ERROR: setUpClass (test.local.test_rosinstall_options.RosinstallOptionsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/local/test_rosinstall_options.py", line 49, in setUpClass
AbstractFakeRosBasedTest.setUpClass()
File "test/scm_test_base.py", line 166, in setUpClass
_create_fake_ros_dir(self.test_root_path)
File "test/scm_test_base.py", line 64, in _create_fake_ros_dir
subprocess.check_call(["git", "commit", "-m", "initial"], cwd=ros_path)
File "/usr/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '[u'git', u'commit', u'-m', u'initial']' returned non-zero exit status 128
======================================================================
ERROR: setUpClass (test.local.test_tarfile.RosinstallTarTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/local/test_tarfile.py", line 17, in setUpClass
AbstractFakeRosBasedTest.setUpClass()
File "test/scm_test_base.py", line 166, in setUpClass
_create_fake_ros_dir(self.test_root_path)
File "test/scm_test_base.py", line 64, in _create_fake_ros_dir
subprocess.check_call(["git", "commit", "-m", "initial"], cwd=ros_path)
File "/usr/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '[u'git', u'commit', u'-m', u'initial']' returned non-zero exit status 128
======================================================================
ERROR: setUpClass (test.local.test_diff_functions_bzr.WstoolDiffBzrTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/local/test_diff_functions_bzr.py", line 82, in setUpClass
AbstractSCMTest.setUpClass()
File "test/scm_test_base.py", line 199, in setUpClass
_create_fake_ros_dir(self.test_root_path)
File "test/scm_test_base.py", line 64, in _create_fake_ros_dir
subprocess.check_call(["git", "commit", "-m", "initial"], cwd=ros_path)
File "/usr/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '[u'git', u'commit', u'-m', u'initial']' returned non-zero exit status 128
======================================================================
ERROR: setUpClass (test.local.test_diff_functions_bzr.WstoolInfoBzrTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/scm_test_base.py", line 199, in setUpClass
_create_fake_ros_dir(self.test_root_path)
File "test/scm_test_base.py", line 64, in _create_fake_ros_dir
subprocess.check_call(["git", "commit", "-m", "initial"], cwd=ros_path)
File "/usr/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '[u'git', u'commit', u'-m', u'initial']' returned non-zero exit status 128
----------------------------------------------------------------------
Ran 64 tests in 2.969s
FAILED (errors=13)
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: cd /build/1st/ros-wstool-0.1.13/.pybuild/pythonX.Y_2.7/build; python2.7 -m unittest discover -v
dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 25
More information about the debian-science-maintainers
mailing list