[Pkg-bazaar-maint] Bug#988166: breezy breaks check-manifest autopkgtest: brz: ERROR: No module named 'dulwich'

Paul Gevers elbrus at debian.org
Thu May 6 20:36:30 BST 2021


Source: breezy, check-manifest
Control: found -1 breezy/3.2.0-1
Control: found -1 check-manifest/0.46-1
Severity: serious
Tags: sid bullseye bullseye-ignore
X-Debbugs-CC: debian-ci at lists.debian.org
User: debian-ci at lists.debian.org
Usertags: breaks needs-update

Dear maintainer(s),

With a recent upload of breezy the autopkgtest of check-manifest fails
in testing when that autopkgtest is run with the binary packages of
breezy from unstable. It passes when run with only packages from
testing. In tabular form:

                       pass            fail
breezy                 from testing    3.2.0-1
check-manifest         from testing    0.46-1
all others             from testing    from testing

I copied some of the output at the bottom of this report. Looking at the
error message, it seems that either package needs an additional
dependency on dulwich.

Currently this regression is blocking the migration of breezy to testing
[1]. Due to the nature of this issue, I filed this bug report against
both packages. Can you please investigate the situation and reassign the
bug to the right package? Note, because we're in the freeze for
bullseye, we need to take a bit of care. I have marked this bug as
bullseye-ignore because I don't intent this bug to cause the removal of
check-manifest from bullseye and the autopkgtest failure will keep this
version of breezy out of bullseye automatically.

More information about this bug and the reason for filing it can be found 
on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=breezy

https://ci.debian.net/data/autopkgtest/testing/amd64/c/check-manifest/12161616/log.gz

======================================================================
ERROR: test_get_vcs_files (tests.TestBzr)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 992, in test_get_vcs_files
    self._init_vcs()
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 978, in _init_vcs
    self.vcs._init_vcs()
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 1128, in _init_vcs
    self._run('bzr', 'init')
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 949, in _run
    raise subprocess.CalledProcessError(rc, command[0], output=stdout)
subprocess.CalledProcessError: Command 'bzr' returned non-zero exit
status 3.
-------------------- >> begin captured stdout << ---------------------
$ bzr init
brz: ERROR: No module named 'dulwich'
You may need to install this Python library separately.


--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_get_vcs_files_added_but_uncommitted (tests.TestBzr)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 1001, in test_get_vcs_files_added_but_uncommitted
    self._init_vcs()
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 978, in _init_vcs
    self.vcs._init_vcs()
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 1128, in _init_vcs
    self._run('bzr', 'init')
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 949, in _run
    raise subprocess.CalledProcessError(rc, command[0], output=stdout)
subprocess.CalledProcessError: Command 'bzr' returned non-zero exit
status 3.
-------------------- >> begin captured stdout << ---------------------
$ bzr init
brz: ERROR: No module named 'dulwich'
You may need to install this Python library separately.


--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_get_vcs_files_empty (tests.TestBzr)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 1038, in test_get_vcs_files_empty
    self._init_vcs()
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 978, in _init_vcs
    self.vcs._init_vcs()
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 1128, in _init_vcs
    self._run('bzr', 'init')
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 949, in _run
    raise subprocess.CalledProcessError(rc, command[0], output=stdout)
subprocess.CalledProcessError: Command 'bzr' returned non-zero exit
status 3.
-------------------- >> begin captured stdout << ---------------------
$ bzr init
brz: ERROR: No module named 'dulwich'
You may need to install this Python library separately.


--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_get_vcs_files_in_a_subdir (tests.TestBzr)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 1020, in test_get_vcs_files_in_a_subdir
    self._init_vcs()
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 978, in _init_vcs
    self.vcs._init_vcs()
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 1128, in _init_vcs
    self._run('bzr', 'init')
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 949, in _run
    raise subprocess.CalledProcessError(rc, command[0], output=stdout)
subprocess.CalledProcessError: Command 'bzr' returned non-zero exit
status 3.
-------------------- >> begin captured stdout << ---------------------
$ bzr init
brz: ERROR: No module named 'dulwich'
You may need to install this Python library separately.


--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_get_vcs_files_nonascii_filenames (tests.TestBzr)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 1031, in test_get_vcs_files_nonascii_filenames
    self._init_vcs()
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 978, in _init_vcs
    self.vcs._init_vcs()
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 1128, in _init_vcs
    self._run('bzr', 'init')
  File "/tmp/autopkgtest-lxc.g_f8zl9e/downtmp/build.mRe/src/tests.py",
line 949, in _run
    raise subprocess.CalledProcessError(rc, command[0], output=stdout)
subprocess.CalledProcessError: Command 'bzr' returned non-zero exit
status 3.
-------------------- >> begin captured stdout << ---------------------
$ bzr init
brz: ERROR: No module named 'dulwich'
You may need to install this Python library separately.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-bazaar-maint/attachments/20210506/dce8ac4e/attachment-0001.sig>


More information about the Pkg-bazaar-maint mailing list