On 2014/03/22 02:57, Dmitrij D. Czarkoff wrote:
> Hello!
> 
> I'm reposting this set of patches, as I find them quite important - at
> least for me the current devel/py-hg-git port was broken (I don't recall
> particular problem I was facing though), and this update fixes it.
> 
> devel/py-hg-git depends on devel/py-dulwich, and current version of
> hggit doesn't work with outdated version of dulwich we currently have in
> ports.
> 
> The patches for devel/py-dulwich are only needed for tests.  Several
> tests fail for devel/py-hg-git, seemingly because git developers have
> changed wording for some diagnostic messages.

I see this in dulwich tests; any ideas? (I don't use this or know how it
is supposed to look).

If I then try and run py-hg-git tests with the version of dulwich built
from this, it skips 30 tests with "missing feature: dulwich".

$ make test
===>  Regression tests for py-dulwich-0.9.5
cd /usr/obj/py-dulwich-0.9.5/dulwich-0.9.5 && nosetests
.....SEEEEEEEEEE......................SSSSSSSSSSS.......FFFFFFFFFFFFFFFFFFFF.....FFFSSFSSFSFFFFFFFFFFFFFFFFFFFF.......................................................................................................SS.S.S.....................S.S........................SSSSSSSSS.S............................................................................................................................................................................................................S..S.S......................................................................S..............................S........................................................................................................................................................................................................................................................................
======================================================================
ERROR: test_fetch_pack (dulwich.tests.compat.test_client.DulwichHttpClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/test_client.py", 
line 181, in test_fetch_pack
    refs = c.fetch(self._build_path('/server_new.export'), dest)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 213, 
in fetch
    target.get_graph_walker(), f.write, progress)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 1004, 
in fetch_pack
    "git-upload-pack", url)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 927, 
in _discover_references
    resp = self._http_request(url, headers)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 912, 
in _http_request
    resp = self.opener.open(req)
  File "/usr/local/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/local/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/local/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python2.7/urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/local/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 61] Connection refused>

======================================================================
ERROR: test_fetch_pack_no_side_band_64k 
(dulwich.tests.compat.test_client.DulwichHttpClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/test_client.py", 
line 199, in test_fetch_pack_no_side_band_64k
    refs = c.fetch(self._build_path('/server_new.export'), dest)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 213, 
in fetch
    target.get_graph_walker(), f.write, progress)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 1004, 
in fetch_pack
    "git-upload-pack", url)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 927, 
in _discover_references
    resp = self._http_request(url, headers)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 912, 
in _http_request
    resp = self.opener.open(req)
  File "/usr/local/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/local/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/local/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python2.7/urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/local/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 61] Connection refused>

======================================================================
ERROR: test_fetch_pack_zero_sha 
(dulwich.tests.compat.test_client.DulwichHttpClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/test_client.py", 
line 209, in test_fetch_pack_zero_sha
    lambda refs: [protocol.ZERO_SHA])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 213, 
in fetch
    target.get_graph_walker(), f.write, progress)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 1004, 
in fetch_pack
    "git-upload-pack", url)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 927, 
in _discover_references
    resp = self._http_request(url, headers)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 912, 
in _http_request
    resp = self.opener.open(req)
  File "/usr/local/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/local/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/local/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python2.7/urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/local/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 61] Connection refused>

======================================================================
ERROR: test_incremental_fetch_pack 
(dulwich.tests.compat.test_client.DulwichHttpClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/test_client.py", 
line 186, in test_incremental_fetch_pack
    self.test_fetch_pack()
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/test_client.py", 
line 181, in test_fetch_pack
    refs = c.fetch(self._build_path('/server_new.export'), dest)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 213, 
in fetch
    target.get_graph_walker(), f.write, progress)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 1004, 
in fetch_pack
    "git-upload-pack", url)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 927, 
in _discover_references
    resp = self._http_request(url, headers)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 912, 
in _http_request
    resp = self.opener.open(req)
  File "/usr/local/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/local/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/local/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python2.7/urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/local/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 61] Connection refused>

======================================================================
ERROR: test_send_pack (dulwich.tests.compat.test_client.DulwichHttpClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/test_client.py", 
line 94, in test_send_pack
    self._do_send_pack()
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/test_client.py", 
line 91, in _do_send_pack
    src.object_store.generate_pack_contents)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 965, 
in send_pack
    "git-receive-pack", url)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 927, 
in _discover_references
    resp = self._http_request(url, headers)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 912, 
in _http_request
    resp = self.opener.open(req)
  File "/usr/local/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/local/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/local/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python2.7/urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/local/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 61] Connection refused>

======================================================================
ERROR: test_send_pack_multiple_errors 
(dulwich.tests.compat.test_client.DulwichHttpClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/test_client.py", 
line 162, in test_send_pack_multiple_errors
    c.send_pack(self._build_path('/dest'), lambda _: sendrefs, gen_pack)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 965, 
in send_pack
    "git-receive-pack", url)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 927, 
in _discover_references
    resp = self._http_request(url, headers)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 912, 
in _http_request
    resp = self.opener.open(req)
  File "/usr/local/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/local/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/local/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python2.7/urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/local/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 61] Connection refused>

======================================================================
ERROR: test_send_pack_nothing_to_send 
(dulwich.tests.compat.test_client.DulwichHttpClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/test_client.py", 
line 98, in test_send_pack_nothing_to_send
    self._do_send_pack()
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/test_client.py", 
line 91, in _do_send_pack
    src.object_store.generate_pack_contents)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 965, 
in send_pack
    "git-receive-pack", url)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 927, 
in _discover_references
    resp = self._http_request(url, headers)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 912, 
in _http_request
    resp = self.opener.open(req)
  File "/usr/local/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/local/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/local/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python2.7/urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/local/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 61] Connection refused>

======================================================================
ERROR: test_send_pack_one_error 
(dulwich.tests.compat.test_client.DulwichHttpClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/test_client.py", 
line 148, in test_send_pack_one_error
    c.send_pack(self._build_path('/dest'), lambda _: sendrefs, gen_pack)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 965, 
in send_pack
    "git-receive-pack", url)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 927, 
in _discover_references
    resp = self._http_request(url, headers)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 912, 
in _http_request
    resp = self.opener.open(req)
  File "/usr/local/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/local/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/local/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python2.7/urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/local/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 61] Connection refused>

======================================================================
ERROR: test_send_remove_branch 
(dulwich.tests.compat.test_client.DulwichHttpClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/test_client.py", 
line 223, in test_send_remove_branch
    c.send_pack(self._build_path('/dest'), lambda _: sendrefs, gen_pack)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 965, 
in send_pack
    "git-receive-pack", url)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 927, 
in _discover_references
    resp = self._http_request(url, headers)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 912, 
in _http_request
    resp = self.opener.open(req)
  File "/usr/local/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/local/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/local/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python2.7/urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/local/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 61] Connection refused>

======================================================================
ERROR: test_send_without_report_status 
(dulwich.tests.compat.test_client.DulwichHttpClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/test_client.py", 
line 111, in test_send_without_report_status
    src.object_store.generate_pack_contents)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 965, 
in send_pack
    "git-receive-pack", url)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 927, 
in _discover_references
    resp = self._http_request(url, headers)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/client.py", line 912, 
in _http_request
    resp = self.opener.open(req)
  File "/usr/local/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/local/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/local/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python2.7/urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/local/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 61] Connection refused>

======================================================================
FAIL: test_clone_from_dulwich_empty 
(dulwich.tests.compat.test_server.GitServerSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 161, in test_clone_from_dulwich_empty
    cwd=new_repo_base_dir)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', 'git://localhost:48683/', 
'/tmp/tmpGn4BqV/empty_new'] failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_fetch_from_dulwich 
(dulwich.tests.compat.test_server.GitServerSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 131, in test_fetch_from_dulwich
    cwd=self._old_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['fetch', 'git://localhost:17808/', 
'master:master', 'branch:branch'] failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_fetch_from_dulwich_no_op 
(dulwich.tests.compat.test_server.GitServerSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 145, in test_fetch_from_dulwich_no_op
    cwd=self._old_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['fetch', 'git://localhost:44673/', 
'master:master', 'branch:branch'] failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_fetch_full_depth_into_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_server.GitServerSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 221, in test_fetch_full_depth_into_shallow_clone_from_dulwich
    self.url(port), self._stub_repo.path])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'git://localhost:36798/', '/tmp/tmpWlh4i9/shallow'] 
failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_fetch_same_depth_into_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_server.GitServerSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 200, in test_fetch_same_depth_into_shallow_clone_from_dulwich
    self.url(port), self._stub_repo.path])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'git://localhost:40744/', '/tmp/tmpn3RGuF/shallow'] 
failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_lsremote_from_dulwich 
(dulwich.tests.compat.test_server.GitServerSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 172, in test_lsremote_from_dulwich
    o = run_git_or_fail(['ls-remote', self.url(port)])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['ls-remote', 'git://localhost:13787/'] failed 
with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_new_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_server.GitServerSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 184, in test_new_shallow_clone_from_dulwich
    self.url(port), self._stub_repo.path])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'git://localhost:22462/', '/tmp/tmpaBsTxL/shallow'] 
failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_push_to_dulwich 
(dulwich.tests.compat.test_server.GitServerSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 96, in test_push_to_dulwich
    cwd=self._new_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['push', 'git://localhost:10201/', 
'master:master', 'branch:branch'] failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_push_to_dulwich_no_op 
(dulwich.tests.compat.test_server.GitServerSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 108, in test_push_to_dulwich_no_op
    cwd=self._new_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['push', 'git://localhost:5798/', 
'master:master', 'branch:branch'] failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_push_to_dulwich_remove_branch 
(dulwich.tests.compat.test_server.GitServerSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 120, in test_push_to_dulwich_remove_branch
    cwd=self._new_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['push', 'git://localhost:18236/', ':master'] 
failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_clone_from_dulwich_empty 
(dulwich.tests.compat.test_server.GitServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 161, in test_clone_from_dulwich_empty
    cwd=new_repo_base_dir)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', 'git://localhost:11530/', 
'/tmp/tmpTwzvMB/empty_new'] failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_fetch_from_dulwich 
(dulwich.tests.compat.test_server.GitServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 131, in test_fetch_from_dulwich
    cwd=self._old_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['fetch', 'git://localhost:18897/', 
'master:master', 'branch:branch'] failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_fetch_from_dulwich_no_op 
(dulwich.tests.compat.test_server.GitServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 145, in test_fetch_from_dulwich_no_op
    cwd=self._old_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['fetch', 'git://localhost:6522/', 
'master:master', 'branch:branch'] failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_fetch_full_depth_into_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_server.GitServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 221, in test_fetch_full_depth_into_shallow_clone_from_dulwich
    self.url(port), self._stub_repo.path])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'git://localhost:26180/', '/tmp/tmpW6fD6M/shallow'] 
failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_fetch_same_depth_into_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_server.GitServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 200, in test_fetch_same_depth_into_shallow_clone_from_dulwich
    self.url(port), self._stub_repo.path])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'git://localhost:13217/', '/tmp/tmpV1vtKw/shallow'] 
failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_lsremote_from_dulwich 
(dulwich.tests.compat.test_server.GitServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 172, in test_lsremote_from_dulwich
    o = run_git_or_fail(['ls-remote', self.url(port)])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['ls-remote', 'git://localhost:37977/'] failed 
with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_new_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_server.GitServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 184, in test_new_shallow_clone_from_dulwich
    self.url(port), self._stub_repo.path])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'git://localhost:28424/', '/tmp/tmpVFXRTK/shallow'] 
failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_push_to_dulwich (dulwich.tests.compat.test_server.GitServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 96, in test_push_to_dulwich
    cwd=self._new_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['push', 'git://localhost:15191/', 
'master:master', 'branch:branch'] failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_push_to_dulwich_no_op 
(dulwich.tests.compat.test_server.GitServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 108, in test_push_to_dulwich_no_op
    cwd=self._new_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['push', 'git://localhost:9706/', 
'master:master', 'branch:branch'] failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_push_to_dulwich_remove_branch 
(dulwich.tests.compat.test_server.GitServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 120, in test_push_to_dulwich_remove_branch
    cwd=self._new_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['push', 'git://localhost:40649/', ':master'] 
failed with 128
-------------------- >> begin captured logging << --------------------
dulwich.server: INFO: Listening for TCP connections on localhost:0
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_clone_from_dulwich_empty 
(dulwich.tests.compat.test_web.DumbWebTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 161, in test_clone_from_dulwich_empty
    cwd=new_repo_base_dir)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', 'http://localhost:17062/', 
'/tmp/tmpwoeyho/empty_new'] failed with 128

======================================================================
FAIL: test_fetch_from_dulwich (dulwich.tests.compat.test_web.DumbWebTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 131, in test_fetch_from_dulwich
    cwd=self._old_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['fetch', 'http://localhost:2465/', 
'master:master', 'branch:branch'] failed with 128

======================================================================
FAIL: test_fetch_from_dulwich_no_op 
(dulwich.tests.compat.test_web.DumbWebTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 145, in test_fetch_from_dulwich_no_op
    cwd=self._old_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['fetch', 'http://localhost:41264/', 
'master:master', 'branch:branch'] failed with 128

======================================================================
FAIL: test_lsremote_from_dulwich (dulwich.tests.compat.test_web.DumbWebTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 172, in test_lsremote_from_dulwich
    o = run_git_or_fail(['ls-remote', self.url(port)])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['ls-remote', 'http://localhost:23577/'] failed 
with 128

======================================================================
FAIL: test_push_to_dulwich_no_op (dulwich.tests.compat.test_web.DumbWebTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 108, in test_push_to_dulwich_no_op
    cwd=self._new_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['push', 'http://localhost:28552/', 
'master:master', 'branch:branch'] failed with 128

======================================================================
FAIL: test_clone_from_dulwich_empty 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 161, in test_clone_from_dulwich_empty
    cwd=new_repo_base_dir)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', 'http://localhost:45545/', 
'/tmp/tmpQyXPQV/empty_new'] failed with 128

======================================================================
FAIL: test_fetch_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 131, in test_fetch_from_dulwich
    cwd=self._old_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['fetch', 'http://localhost:33329/', 
'master:master', 'branch:branch'] failed with 128

======================================================================
FAIL: test_fetch_from_dulwich_no_op 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 145, in test_fetch_from_dulwich_no_op
    cwd=self._old_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['fetch', 'http://localhost:8953/', 
'master:master', 'branch:branch'] failed with 128

======================================================================
FAIL: test_fetch_full_depth_into_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 221, in test_fetch_full_depth_into_shallow_clone_from_dulwich
    self.url(port), self._stub_repo.path])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'http://localhost:45792/', '/tmp/tmpTa5X72/shallow'] 
failed with 128

======================================================================
FAIL: test_fetch_same_depth_into_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 200, in test_fetch_same_depth_into_shallow_clone_from_dulwich
    self.url(port), self._stub_repo.path])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'http://localhost:17891/', '/tmp/tmpWiBjQt/shallow'] 
failed with 128

======================================================================
FAIL: test_lsremote_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 172, in test_lsremote_from_dulwich
    o = run_git_or_fail(['ls-remote', self.url(port)])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['ls-remote', 'http://localhost:16979/'] failed 
with 128

======================================================================
FAIL: test_new_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 184, in test_new_shallow_clone_from_dulwich
    self.url(port), self._stub_repo.path])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'http://localhost:11358/', '/tmp/tmpEB_tIJ/shallow'] 
failed with 128

======================================================================
FAIL: test_push_to_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 96, in test_push_to_dulwich
    cwd=self._new_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['push', 'http://localhost:23486/', 
'master:master', 'branch:branch'] failed with 128

======================================================================
FAIL: test_push_to_dulwich_no_op 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 108, in test_push_to_dulwich_no_op
    cwd=self._new_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['push', 'http://localhost:22548/', 
'master:master', 'branch:branch'] failed with 128

======================================================================
FAIL: test_push_to_dulwich_remove_branch 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 120, in test_push_to_dulwich_remove_branch
    cwd=self._new_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['push', 'http://localhost:48843/', ':master'] 
failed with 128

======================================================================
FAIL: test_clone_from_dulwich_empty 
(dulwich.tests.compat.test_web.SmartWebTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 161, in test_clone_from_dulwich_empty
    cwd=new_repo_base_dir)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', 'http://localhost:5483/', 
'/tmp/tmp7O8_Qx/empty_new'] failed with 128

======================================================================
FAIL: test_fetch_from_dulwich (dulwich.tests.compat.test_web.SmartWebTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 131, in test_fetch_from_dulwich
    cwd=self._old_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['fetch', 'http://localhost:39921/', 
'master:master', 'branch:branch'] failed with 128

======================================================================
FAIL: test_fetch_from_dulwich_no_op 
(dulwich.tests.compat.test_web.SmartWebTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 145, in test_fetch_from_dulwich_no_op
    cwd=self._old_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['fetch', 'http://localhost:33770/', 
'master:master', 'branch:branch'] failed with 128

======================================================================
FAIL: test_fetch_full_depth_into_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 221, in test_fetch_full_depth_into_shallow_clone_from_dulwich
    self.url(port), self._stub_repo.path])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'http://localhost:3885/', '/tmp/tmpMdr5Z2/shallow'] 
failed with 128

======================================================================
FAIL: test_fetch_same_depth_into_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 200, in test_fetch_same_depth_into_shallow_clone_from_dulwich
    self.url(port), self._stub_repo.path])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'http://localhost:2307/', '/tmp/tmp91WqIA/shallow'] 
failed with 128

======================================================================
FAIL: test_lsremote_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 172, in test_lsremote_from_dulwich
    o = run_git_or_fail(['ls-remote', self.url(port)])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['ls-remote', 'http://localhost:19260/'] failed 
with 128

======================================================================
FAIL: test_new_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 184, in test_new_shallow_clone_from_dulwich
    self.url(port), self._stub_repo.path])
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'http://localhost:22984/', '/tmp/tmpXQBYW7/shallow'] 
failed with 128

======================================================================
FAIL: test_push_to_dulwich (dulwich.tests.compat.test_web.SmartWebTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 96, in test_push_to_dulwich
    cwd=self._new_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['push', 'http://localhost:17697/', 
'master:master', 'branch:branch'] failed with 128

======================================================================
FAIL: test_push_to_dulwich_no_op 
(dulwich.tests.compat.test_web.SmartWebTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 108, in test_push_to_dulwich_no_op
    cwd=self._new_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['push', 'http://localhost:12234/', 
'master:master', 'branch:branch'] failed with 128

======================================================================
FAIL: test_push_to_dulwich_remove_branch 
(dulwich.tests.compat.test_web.SmartWebTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/server_utils.py", 
line 120, in test_push_to_dulwich_remove_branch
    cwd=self._new_repo.path)
  File "/usr/obj/py-dulwich-0.9.5/dulwich-0.9.5/dulwich/tests/compat/utils.py", 
line 143, in run_git_or_fail
    args, returncode))
AssertionError: git with args ['push', 'http://localhost:27108/', ':master'] 
failed with 128

----------------------------------------------------------------------
Ran 855 tests in 63.496s

FAILED (SKIP=38, errors=10, failures=45)
*** Error 1 in . (Makefile:26 'do-test')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2719 
'/usr/obj/py-dulwich-0.9.5/.test_done')
*** Error 1 in /usr/ports/devel/py-dulwich 
(/usr/ports/infrastructure/mk/bsd.port.mk:2424 'test')


> Both ports have no MAINTAINER string.  I use them daily and I could
> maintain them if it is desired.

Yes please :)

Reply via email to