Source: dulwich
Version: 0.21.6-1
Severity: normal
User: [email protected]
Usertags: python3.13
Forwarded: https://github.com/jelmer/dulwich/issues/1352

This package failed build from source when test-built against a version of
python3-defaults that incudes 3.13 as a supported version.

To reproduce this issue, build against python3-defaults (python3-all-dev etc.)
from Debian experimental.

What's new in Python 3.13:
https://docs.python.org/3.13/whatsnew/3.13.html

Log snippet:

.................................................sssssssssssssssss.s..............................................................FFFFFssFsssFssFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFsss..sssssssssssssssssssssssssssssssssssssssss
======================================================================
FAIL: test_clone_from_dulwich_empty 
(dulwich.tests.compat.test_web.DumbWebTestCase.test_clone_from_dulwich_empty)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 157, in 
test_clone_from_dulwich_empty
    run_git_or_fail(["clone", self.url(port), new_repo_dir], 
cwd=new_repo_base_dir)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', 'http://localhost:46029/', 
'/tmp/tmp7rx0f35e/empty_new'] failed with 128: stdout=b'' stderr=b"Cloning into 
'/tmp/tmp7rx0f35e/empty_new'...\n/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

======================================================================
FAIL: test_fetch_from_dulwich 
(dulwich.tests.compat.test_web.DumbWebTestCase.test_fetch_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 126, in 
test_fetch_from_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:44891/', 
'master:master', 'branch:branch'] failed with 128: stdout=b'' 
stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup error: 
/lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gnutls_free\n'

======================================================================
FAIL: test_fetch_from_dulwich_issue_88_alternative 
(dulwich.tests.compat.test_web.DumbWebTestCase.test_fetch_from_dulwich_issue_88_alternative)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 319, in 
test_fetch_from_dulwich_issue_88_alternative
    run_git_or_fail(["fetch", self.url(port), "master"], 
cwd=self._client_repo.path)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:41017/', 'master'] 
failed with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_fetch_from_dulwich_issue_88_standard 
(dulwich.tests.compat.test_web.DumbWebTestCase.test_fetch_from_dulwich_issue_88_standard)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 303, in 
test_fetch_from_dulwich_issue_88_standard
    run_git_or_fail(["fetch", self.url(port), "master"], 
cwd=self._client_repo.path)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:46773/', 'master'] 
failed with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_fetch_from_dulwich_no_op 
(dulwich.tests.compat.test_web.DumbWebTestCase.test_fetch_from_dulwich_no_op)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 140, in 
test_fetch_from_dulwich_no_op
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:36355/', 
'master:master', 'branch:branch'] failed with 128: stdout=b'' 
stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup error: 
/lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gnutls_free\n'

======================================================================
FAIL: test_lsremote_from_dulwich 
(dulwich.tests.compat.test_web.DumbWebTestCase.test_lsremote_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 164, in 
test_lsremote_from_dulwich
    o = run_git_or_fail(["ls-remote", self.url(port)])
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['ls-remote', 'http://localhost:39851/'] failed 
with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup 
error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_push_to_dulwich_no_op 
(dulwich.tests.compat.test_web.DumbWebTestCase.test_push_to_dulwich_no_op)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 105, in 
test_push_to_dulwich_no_op
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['push', 'http://localhost:33269/', 
'master:master', 'branch:branch'] failed with 128: stdout=b'' 
stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup error: 
/lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gnutls_free\n'

======================================================================
FAIL: test_clone_from_dulwich_empty 
(dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase.test_clone_from_dulwich_empty)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 157, in 
test_clone_from_dulwich_empty
    run_git_or_fail(["clone", self.url(port), new_repo_dir], 
cwd=new_repo_base_dir)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', 'http://localhost:43791/', 
'/tmp/tmpdx_rpueu/empty_new'] failed with 128: stdout=b'' stderr=b"Cloning into 
'/tmp/tmpdx_rpueu/empty_new'...\n/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

======================================================================
FAIL: test_fetch_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase.test_fetch_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 126, in 
test_fetch_from_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:45495/', 
'master:master', 'branch:branch'] failed with 128: stdout=b'' 
stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup error: 
/lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gnutls_free\n'

======================================================================
FAIL: test_fetch_from_dulwich_issue_88_alternative 
(dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase.test_fetch_from_dulwich_issue_88_alternative)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 319, in 
test_fetch_from_dulwich_issue_88_alternative
    run_git_or_fail(["fetch", self.url(port), "master"], 
cwd=self._client_repo.path)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:35993/', 'master'] 
failed with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_fetch_from_dulwich_issue_88_standard 
(dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase.test_fetch_from_dulwich_issue_88_standard)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 303, in 
test_fetch_from_dulwich_issue_88_standard
    run_git_or_fail(["fetch", self.url(port), "master"], 
cwd=self._client_repo.path)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:34241/', 'master'] 
failed with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_fetch_from_dulwich_no_op 
(dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase.test_fetch_from_dulwich_no_op)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 140, in 
test_fetch_from_dulwich_no_op
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:36457/', 
'master:master', 'branch:branch'] failed with 128: stdout=b'' 
stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup error: 
/lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gnutls_free\n'

======================================================================
FAIL: test_fetch_full_depth_into_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase.test_fetch_full_depth_into_shallow_clone_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 270, in 
test_fetch_full_depth_into_shallow_clone_from_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', '--mirror', '--depth=2', 
'--no-single-branch', 'http://localhost:43647/', '/tmp/tmpuncpjr9n/shallow'] 
failed with 128: stdout=b'' stderr=b"Cloning into bare repository 
'/tmp/tmpuncpjr9n/shallow'...\n/usr/lib/git-core/git-remote-http: symbol lookup 
error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

======================================================================
FAIL: test_fetch_same_depth_into_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase.test_fetch_same_depth_into_shallow_clone_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 238, in 
test_fetch_same_depth_into_shallow_clone_from_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', '--mirror', '--depth=2', 
'--no-single-branch', 'http://localhost:39185/', '/tmp/tmpmw7kd_kv/shallow'] 
failed with 128: stdout=b'' stderr=b"Cloning into bare repository 
'/tmp/tmpmw7kd_kv/shallow'...\n/usr/lib/git-core/git-remote-http: symbol lookup 
error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

======================================================================
FAIL: test_lsremote_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase.test_lsremote_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 164, in 
test_lsremote_from_dulwich
    o = run_git_or_fail(["ls-remote", self.url(port)])
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['ls-remote', 'http://localhost:35381/'] failed 
with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup 
error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_new_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase.test_new_shallow_clone_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 175, in 
test_new_shallow_clone_from_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'http://localhost:46683/', '/tmp/tmpezew2yqr/shallow'] 
failed with 128: stdout=b'' stderr=b"Cloning into bare repository 
'/tmp/tmpezew2yqr/shallow'...\n/usr/lib/git-core/git-remote-http: symbol lookup 
error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

======================================================================
FAIL: test_push_to_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase.test_push_to_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 93, in 
test_push_to_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['push', 'http://localhost:45451/', 
'master:master', 'branch:branch'] failed with 128: stdout=b'' 
stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup error: 
/lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gnutls_free\n'

======================================================================
FAIL: test_push_to_dulwich_issue_88_standard 
(dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase.test_push_to_dulwich_issue_88_standard)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 334, in 
test_push_to_dulwich_issue_88_standard
    run_git_or_fail(["push", self.url(port), "master"], 
cwd=self._client_repo.path)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['push', 'http://localhost:44305/', 'master'] 
failed with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_push_to_dulwich_no_op 
(dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase.test_push_to_dulwich_no_op)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 105, in 
test_push_to_dulwich_no_op
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['push', 'http://localhost:43625/', 
'master:master', 'branch:branch'] failed with 128: stdout=b'' 
stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup error: 
/lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gnutls_free\n'

======================================================================
FAIL: test_push_to_dulwich_remove_branch 
(dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase.test_push_to_dulwich_remove_branch)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 117, in 
test_push_to_dulwich_remove_branch
    run_git_or_fail(["push", self.url(port), ":master"], 
cwd=self._new_repo.path)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['push', 'http://localhost:32905/', ':master'] 
failed with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_shallow_clone_from_git_is_identical 
(dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase.test_shallow_clone_from_git_is_identical)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 214, in 
test_shallow_clone_from_git_is_identical
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'http://localhost:46739/', '/tmp/tmp4gng3d9j/shallow-dw'] 
failed with 128: stdout=b'' stderr=b"Cloning into bare repository 
'/tmp/tmp4gng3d9j/shallow-dw'...\n/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

======================================================================
FAIL: test_clone_from_dulwich_empty 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase.test_clone_from_dulwich_empty)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 157, in 
test_clone_from_dulwich_empty
    run_git_or_fail(["clone", self.url(port), new_repo_dir], 
cwd=new_repo_base_dir)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', 'http://localhost:37483/', 
'/tmp/tmpyw8l961e/empty_new'] failed with 128: stdout=b'' stderr=b"Cloning into 
'/tmp/tmpyw8l961e/empty_new'...\n/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

======================================================================
FAIL: test_fetch_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase.test_fetch_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 126, in 
test_fetch_from_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:33349/', 
'master:master', 'branch:branch'] failed with 128: stdout=b'' 
stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup error: 
/lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gnutls_free\n'

======================================================================
FAIL: test_fetch_from_dulwich_issue_88_alternative 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase.test_fetch_from_dulwich_issue_88_alternative)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 319, in 
test_fetch_from_dulwich_issue_88_alternative
    run_git_or_fail(["fetch", self.url(port), "master"], 
cwd=self._client_repo.path)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:41181/', 'master'] 
failed with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_fetch_from_dulwich_issue_88_standard 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase.test_fetch_from_dulwich_issue_88_standard)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 303, in 
test_fetch_from_dulwich_issue_88_standard
    run_git_or_fail(["fetch", self.url(port), "master"], 
cwd=self._client_repo.path)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:45005/', 'master'] 
failed with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_fetch_from_dulwich_no_op 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase.test_fetch_from_dulwich_no_op)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 140, in 
test_fetch_from_dulwich_no_op
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:46053/', 
'master:master', 'branch:branch'] failed with 128: stdout=b'' 
stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup error: 
/lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gnutls_free\n'

======================================================================
FAIL: test_fetch_full_depth_into_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase.test_fetch_full_depth_into_shallow_clone_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 270, in 
test_fetch_full_depth_into_shallow_clone_from_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', '--mirror', '--depth=2', 
'--no-single-branch', 'http://localhost:36811/', '/tmp/tmpbxou6m1q/shallow'] 
failed with 128: stdout=b'' stderr=b"Cloning into bare repository 
'/tmp/tmpbxou6m1q/shallow'...\n/usr/lib/git-core/git-remote-http: symbol lookup 
error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

======================================================================
FAIL: test_fetch_same_depth_into_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase.test_fetch_same_depth_into_shallow_clone_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 238, in 
test_fetch_same_depth_into_shallow_clone_from_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', '--mirror', '--depth=2', 
'--no-single-branch', 'http://localhost:35061/', '/tmp/tmp5cpfi643/shallow'] 
failed with 128: stdout=b'' stderr=b"Cloning into bare repository 
'/tmp/tmp5cpfi643/shallow'...\n/usr/lib/git-core/git-remote-http: symbol lookup 
error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

======================================================================
FAIL: test_lsremote_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase.test_lsremote_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 164, in 
test_lsremote_from_dulwich
    o = run_git_or_fail(["ls-remote", self.url(port)])
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['ls-remote', 'http://localhost:32941/'] failed 
with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup 
error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_new_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase.test_new_shallow_clone_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 175, in 
test_new_shallow_clone_from_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'http://localhost:44759/', '/tmp/tmpawn6wfmq/shallow'] 
failed with 128: stdout=b'' stderr=b"Cloning into bare repository 
'/tmp/tmpawn6wfmq/shallow'...\n/usr/lib/git-core/git-remote-http: symbol lookup 
error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

======================================================================
FAIL: test_push_to_dulwich 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase.test_push_to_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 93, in 
test_push_to_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['push', 'http://localhost:40363/', 
'master:master', 'branch:branch'] failed with 128: stdout=b'' 
stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup error: 
/lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gnutls_free\n'

======================================================================
FAIL: test_push_to_dulwich_issue_88_standard 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase.test_push_to_dulwich_issue_88_standard)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 334, in 
test_push_to_dulwich_issue_88_standard
    run_git_or_fail(["push", self.url(port), "master"], 
cwd=self._client_repo.path)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['push', 'http://localhost:35825/', 'master'] 
failed with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_push_to_dulwich_no_op 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase.test_push_to_dulwich_no_op)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 105, in 
test_push_to_dulwich_no_op
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['push', 'http://localhost:35765/', 
'master:master', 'branch:branch'] failed with 128: stdout=b'' 
stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup error: 
/lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gnutls_free\n'

======================================================================
FAIL: test_push_to_dulwich_remove_branch 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase.test_push_to_dulwich_remove_branch)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 117, in 
test_push_to_dulwich_remove_branch
    run_git_or_fail(["push", self.url(port), ":master"], 
cwd=self._new_repo.path)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['push', 'http://localhost:44629/', ':master'] 
failed with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_shallow_clone_from_git_is_identical 
(dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase.test_shallow_clone_from_git_is_identical)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 214, in 
test_shallow_clone_from_git_is_identical
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'http://localhost:45287/', '/tmp/tmpqadpopuj/shallow-dw'] 
failed with 128: stdout=b'' stderr=b"Cloning into bare repository 
'/tmp/tmpqadpopuj/shallow-dw'...\n/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

======================================================================
FAIL: test_clone_from_dulwich_empty 
(dulwich.tests.compat.test_web.SmartWebTestCase.test_clone_from_dulwich_empty)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 157, in 
test_clone_from_dulwich_empty
    run_git_or_fail(["clone", self.url(port), new_repo_dir], 
cwd=new_repo_base_dir)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', 'http://localhost:40445/', 
'/tmp/tmpcd0gj6a6/empty_new'] failed with 128: stdout=b'' stderr=b"Cloning into 
'/tmp/tmpcd0gj6a6/empty_new'...\n/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

======================================================================
FAIL: test_fetch_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebTestCase.test_fetch_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 126, in 
test_fetch_from_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:33099/', 
'master:master', 'branch:branch'] failed with 128: stdout=b'' 
stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup error: 
/lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gnutls_free\n'

======================================================================
FAIL: test_fetch_from_dulwich_issue_88_alternative 
(dulwich.tests.compat.test_web.SmartWebTestCase.test_fetch_from_dulwich_issue_88_alternative)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 319, in 
test_fetch_from_dulwich_issue_88_alternative
    run_git_or_fail(["fetch", self.url(port), "master"], 
cwd=self._client_repo.path)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:35919/', 'master'] 
failed with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_fetch_from_dulwich_issue_88_standard 
(dulwich.tests.compat.test_web.SmartWebTestCase.test_fetch_from_dulwich_issue_88_standard)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 303, in 
test_fetch_from_dulwich_issue_88_standard
    run_git_or_fail(["fetch", self.url(port), "master"], 
cwd=self._client_repo.path)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:37977/', 'master'] 
failed with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_fetch_from_dulwich_no_op 
(dulwich.tests.compat.test_web.SmartWebTestCase.test_fetch_from_dulwich_no_op)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 140, in 
test_fetch_from_dulwich_no_op
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['fetch', 'http://localhost:42997/', 
'master:master', 'branch:branch'] failed with 128: stdout=b'' 
stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup error: 
/lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gnutls_free\n'

======================================================================
FAIL: test_fetch_full_depth_into_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebTestCase.test_fetch_full_depth_into_shallow_clone_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 270, in 
test_fetch_full_depth_into_shallow_clone_from_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', '--mirror', '--depth=2', 
'--no-single-branch', 'http://localhost:35609/', '/tmp/tmpy38x59h4/shallow'] 
failed with 128: stdout=b'' stderr=b"Cloning into bare repository 
'/tmp/tmpy38x59h4/shallow'...\n/usr/lib/git-core/git-remote-http: symbol lookup 
error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

======================================================================
FAIL: test_fetch_same_depth_into_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebTestCase.test_fetch_same_depth_into_shallow_clone_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 238, in 
test_fetch_same_depth_into_shallow_clone_from_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', '--mirror', '--depth=2', 
'--no-single-branch', 'http://localhost:45307/', '/tmp/tmptq0zg6vy/shallow'] 
failed with 128: stdout=b'' stderr=b"Cloning into bare repository 
'/tmp/tmptq0zg6vy/shallow'...\n/usr/lib/git-core/git-remote-http: symbol lookup 
error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

======================================================================
FAIL: test_lsremote_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebTestCase.test_lsremote_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 164, in 
test_lsremote_from_dulwich
    o = run_git_or_fail(["ls-remote", self.url(port)])
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['ls-remote', 'http://localhost:39551/'] failed 
with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup 
error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_new_shallow_clone_from_dulwich 
(dulwich.tests.compat.test_web.SmartWebTestCase.test_new_shallow_clone_from_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 175, in 
test_new_shallow_clone_from_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'http://localhost:42985/', '/tmp/tmpgpfdda9v/shallow'] 
failed with 128: stdout=b'' stderr=b"Cloning into bare repository 
'/tmp/tmpgpfdda9v/shallow'...\n/usr/lib/git-core/git-remote-http: symbol lookup 
error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

======================================================================
FAIL: test_push_to_dulwich 
(dulwich.tests.compat.test_web.SmartWebTestCase.test_push_to_dulwich)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 93, in 
test_push_to_dulwich
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['push', 'http://localhost:35091/', 
'master:master', 'branch:branch'] failed with 128: stdout=b'' 
stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup error: 
/lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gnutls_free\n'

======================================================================
FAIL: test_push_to_dulwich_issue_88_standard 
(dulwich.tests.compat.test_web.SmartWebTestCase.test_push_to_dulwich_issue_88_standard)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 334, in 
test_push_to_dulwich_issue_88_standard
    run_git_or_fail(["push", self.url(port), "master"], 
cwd=self._client_repo.path)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['push', 'http://localhost:35535/', 'master'] 
failed with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_push_to_dulwich_no_op 
(dulwich.tests.compat.test_web.SmartWebTestCase.test_push_to_dulwich_no_op)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 105, in 
test_push_to_dulwich_no_op
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['push', 'http://localhost:37605/', 
'master:master', 'branch:branch'] failed with 128: stdout=b'' 
stderr=b'/usr/lib/git-core/git-remote-http: symbol lookup error: 
/lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gnutls_free\n'

======================================================================
FAIL: test_push_to_dulwich_remove_branch 
(dulwich.tests.compat.test_web.SmartWebTestCase.test_push_to_dulwich_remove_branch)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 117, in 
test_push_to_dulwich_remove_branch
    run_git_or_fail(["push", self.url(port), ":master"], 
cwd=self._new_repo.path)
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['push', 'http://localhost:46711/', ':master'] 
failed with 128: stdout=b'' stderr=b'/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n'

======================================================================
FAIL: test_shallow_clone_from_git_is_identical 
(dulwich.tests.compat.test_web.SmartWebTestCase.test_shallow_clone_from_git_is_identical)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/server_utils.py", line 214, in 
test_shallow_clone_from_git_is_identical
    run_git_or_fail(
  File "/<<PKGBUILDDIR>>/dulwich/tests/compat/utils.py", line 168, in 
run_git_or_fail
    raise AssertionError(
AssertionError: git with args ['clone', '--mirror', '--depth=1', 
'--no-single-branch', 'http://localhost:44055/', '/tmp/tmpqb66hdlo/shallow-dw'] 
failed with 128: stdout=b'' stderr=b"Cloning into bare repository 
'/tmp/tmpqb66hdlo/shallow-dw'...\n/usr/lib/git-core/git-remote-http: symbol 
lookup error: /lib/aarch64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: 
gnutls_free\n"

----------------------------------------------------------------------
Ran 1508 tests in 71.346s

FAILED (failures=49, skipped=77, expected failures=1)
make[2]: *** [Makefile:27: check] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:11: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary-arch] Error 2
dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit 
status 2
--------------------------------------------------------------------------------
Build finished at 2024-09-12T14:27:11Z

If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/705390/

This bug has been filed at "normal" severity, as we haven't started the
transition to add 3.13 as a supported version, yet. This will be raised to RC
as soon as that happens, hopefully well before trixie.

Thanks,

Stefano

Reply via email to