Your message dated Tue, 18 Jul 2017 09:20:09 +0000
with message-id <e1dxofp-0008zo...@fasolo.debian.org>
and subject line Bug#868702: fixed in ros-wstool 0.1.13-3
has caused the Debian Bug report #868702,
regarding ros-wstool FTBFS: CalledProcessError: Command '[u'git', u'commit', 
u'-m', u'initial']' returned non-zero exit status 128
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.)


-- 
868702: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868702
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Source: ros-wstool
Source-Version: 0.1.13-3

We believe that the bug you reported is fixed in the latest version of
ros-wstool, 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 868...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jochen Sprickerhof <jspri...@debian.org> (supplier of updated ros-wstool 
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: SHA512

Format: 1.8
Date: Tue, 18 Jul 2017 09:54:34 +0200
Source: ros-wstool
Binary: python-wstool python3-wstool
Architecture: source
Version: 0.1.13-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Jochen Sprickerhof <jspri...@debian.org>
Description:
 python-wstool - Commands to manage multi-VCS repositories (for Robot OS) 
Python 2
 python3-wstool - Commands to manage multi-VCS repositories (for Robot OS) 
Python 3
Closes: 868702
Changes:
 ros-wstool (0.1.13-3) unstable; urgency=medium
 .
   * Add patch for VCSs identity (Closes: #868702)
Checksums-Sha1:
 8b088f8e6ffc494f8c40eb43ec316618902d3086 2409 ros-wstool_0.1.13-3.dsc
 40475186d00bab60ade93d7090c410e09ae54a1c 3376 ros-wstool_0.1.13-3.debian.tar.xz
 7053342d601828fa7dc92f2183134d47fae5a3eb 7878 
ros-wstool_0.1.13-3_source.buildinfo
Checksums-Sha256:
 b8e23a686092a223287b29d767f703fe9e63b5a240bc3e3be1e340ab654804e3 2409 
ros-wstool_0.1.13-3.dsc
 928636f6b21533f715be4215b635e728029176db06a1bca06f9ba57152aee958 3376 
ros-wstool_0.1.13-3.debian.tar.xz
 8b0b66d81ee03da000f6eba97ea011ae250666314498e717acb3c88bd8445ffb 7878 
ros-wstool_0.1.13-3_source.buildinfo
Files:
 1a0e933ab16265c15215cac6bd6cf71b 2409 python optional ros-wstool_0.1.13-3.dsc
 5c23a6f628da03bf7caf27646fa43ea0 3376 python optional 
ros-wstool_0.1.13-3.debian.tar.xz
 8a042f4aa66089f94a8f790860c3e610 7878 python optional 
ros-wstool_0.1.13-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAlltzJ8UHGpzcHJpY2tl
QGRlYmlhbi5vcmcACgkQW//cwljmlDND8Q/8Cj2ZV5s35grjCmQmUZtDkaOhdR/0
z17S0/RZYSb4a1y7e8q7Ev9sI7CAqC9//lirjNqASALkFPtfOZprS0zqNgRkc44+
MxDeqvo/PyEfLfJUlWzEKsnOqpD3zxxcm4iQGs4zOEEoQFPzPDpj7LNEe7D9qB0Q
0dMlSM2KwNmADBiTz5LlqqcIlR1l5UEhQTfuon50sLD5US/NUuHaaMQD/641xmdX
O2bdBZRidNLfhAw//0VlsaIDbksvXinTzsVZRoVdOw9L+oQsjBLximaoXbebxVa/
pKQfJs+8f7Cbukwx1z6M/+Pq+1lXMMcgp8sW+l6n5OtA2GxjR8A71Mkxr+iSzsvR
haqWq4xw1uXGK6MwLEfEa5hqJSgVc8EdIOHpQJpPBPOtgGC5eI6OmDLrqTnMo11n
K6dAedOWcv5pyYso2ZwEdy9olxIhdYtEEYHLCI/sM5l3v/rTyL4DfafPXoGSKHHO
d9wVPNktwTsLDmDaMSLZSlugOprblZtH8I0G5OaohyevTsmDYJ+wNLCQ3n7IEOQR
3lKbl26yFFzswuBk33j+7R2/jKvCETFPKq1NVC06WvTfyPxL0E+bVXmRFrqSOm27
lEugCQ2FG4/GaWKISB5DL4OeU3Q3BZc68YMgbRcNtWt5HszdGzGRSjt3YicgEezp
wqu1j1z6Sm20Pl4=
=B4A2
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to