Your message dated Wed, 30 Aug 2017 08:53:11 +0000
with message-id <e1dmykj-000cvw...@fasolo.debian.org>
and subject line Bug#873676: fixed in breezy 3.0.0~bzr6772-1
has caused the Debian Bug report #873676,
regarding breezy: FTBFS: test_unicode_commit_message_is_filename fails in C 
locale
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
873676: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873676
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: breezy
Version: 3.0.0~bzr6753-1
Severity: serious
Justification: fails to build from source

Builds of breezy under the traditional C locale (as on the
autobuilders, implicitly) have been failing as detailed below.  Please
try arranging for debian/rules to export LC_ALL=C.UTF-8, which should
be available by default (via libc-bin) these days.

Thanks!

======================================================================
ERROR: 
breezy.tests.blackbox.test_commit.TestCommit.test_unicode_commit_message_is_filename
----------------------------------------------------------------------
Traceback (most recent call last):
testtools.testresult.real._StringException: log: {{{
19.942  run brz: ['init']
19.942  breezy version: 3.0.0dev1
19.943  brz arguments: [u'init']
19.960  creating repository in 
file:///tmp/testbzr-qu2rYD.tmp/breezy.tests.blackbox.test_commit.TestCommit.test_unicode_commit_message_is_filename/work/.bzr/.
19.965  creating branch <breezy.bzr.branch.BzrBranchFormat7 object at 
0xffff79407810> in 
file:///tmp/testbzr-qu2rYD.tmp/breezy.tests.blackbox.test_commit.TestCommit.test_unicode_commit_message_is_filename/work/
19.983  trying to create missing lock 
'/tmp/testbzr-qu2rYD.tmp/breezy.tests.blackbox.test_commit.TestCommit.test_unicode_commit_message_is_filename/work/.bzr/checkout/dirstate'
19.984  opening working tree 
'/tmp/testbzr-qu2rYD.tmp/breezy.tests.blackbox.test_commit.TestCommit.test_unicode_commit_message_is_filename/work'
20.000  opening working tree 
'/tmp/testbzr-qu2rYD.tmp/breezy.tests.blackbox.test_commit.TestCommit.test_unicode_commit_message_is_filename/work'
20.004  output:
'Created a standalone tree (format: 2a)\n'
20.005  run brz: ['add']
20.005  breezy version: 3.0.0dev1
20.005  brz arguments: [u'add']
20.015  opening working tree 
'/tmp/testbzr-qu2rYD.tmp/breezy.tests.blackbox.test_commit.TestCommit.test_unicode_commit_message_is_filename/work'
20.027  skip control directory '.bzr'
20.027  creating config directory: 
'/tmp/testbzr-qu2rYD.tmp/breezy.tests.blackbox.test_commit.TestCommit.test_unicode_commit_message_is_filename/home/breezy'
20.032  output:
'adding "?"\n'
20.032  run brz: ['commit', '-m', u'\u20ac']
20.032  breezy version: 3.0.0dev1
20.032  brz arguments: [u'commit', u'-m', u'\u20ac']
20.044  opening working tree 
'/tmp/testbzr-qu2rYD.tmp/breezy.tests.blackbox.test_commit.TestCommit.test_unicode_commit_message_is_filename/work'
}}}

Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/build/lib.linux-aarch64-2.7/breezy/tests/blackbox/test_commit.py",
 line 144, in test_unicode_commit_message_is_filename
    out, err = self.run_bzr(['commit', '-m', file_name])
  File "/<<PKGBUILDDIR>>/build/lib.linux-aarch64-2.7/breezy/tests/__init__.py", 
line 2021, in run_bzr
    working_dir=working_dir,
  File "/<<PKGBUILDDIR>>/build/lib.linux-aarch64-2.7/breezy/tests/__init__.py", 
line 1923, in _run_bzr_autosplit
    encoding=encoding, stdin=stdin, working_dir=working_dir,
  File "/<<PKGBUILDDIR>>/build/lib.linux-aarch64-2.7/breezy/tests/__init__.py", 
line 1965, in _run_bzr_core
    args)
  File "/<<PKGBUILDDIR>>/build/lib.linux-aarch64-2.7/breezy/tests/__init__.py", 
line 2301, in apply_redirected
    return a_callable(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/build/lib.linux-aarch64-2.7/breezy/commands.py", line 
1309, in run_bzr_catch_user_errors
    return run_bzr(argv)
  File "/<<PKGBUILDDIR>>/build/lib.linux-aarch64-2.7/breezy/commands.py", line 
1199, in run_bzr
    ret = run(*run_argv)
  File "/<<PKGBUILDDIR>>/build/lib.linux-aarch64-2.7/breezy/commands.py", line 
755, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/<<PKGBUILDDIR>>/build/lib.linux-aarch64-2.7/breezy/commands.py", line 
779, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/build/lib.linux-aarch64-2.7/breezy/cleanup.py", line 
136, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/<<PKGBUILDDIR>>/build/lib.linux-aarch64-2.7/breezy/cleanup.py", line 
165, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/build/lib.linux-aarch64-2.7/breezy/builtins.py", line 
3616, in run
    ui.ui_factory.show_warning(warning_msg)
  File "/<<PKGBUILDDIR>>/build/lib.linux-aarch64-2.7/breezy/ui/text.py", line 
343, in show_warning
    self.stderr.write("bzr: warning: %s\n" % msg)
  File "/usr/lib/python2.7/codecs.py", line 369, in write
    data, consumed = self.encode(object, self.errors)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u20ac' in position 
50: ordinal not in range(128)

----------------------------------------------------------------------
Ran 27984 tests in 608.241s

FAILED (errors=1, known_failure_count=64)

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

--- End Message ---
--- Begin Message ---
Source: breezy
Source-Version: 3.0.0~bzr6772-1

We believe that the bug you reported is fixed in the latest version of
breezy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 873...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jelmer Vernooij <jel...@debian.org> (supplier of updated breezy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 30 Aug 2017 05:09:42 +0000
Source: breezy
Binary: brz python-breezy python-breezy-dbg python-breezy.tests brz-doc
Architecture: source all amd64
Version: 3.0.0~bzr6772-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Breezy Maintainers <pkg-bazaar-ma...@lists.alioth.debian.org>
Changed-By: Jelmer Vernooij <jel...@debian.org>
Description:
 brz        - easy to use distributed version control system
 brz-doc    - easy to use distributed version control system (documentation)
 python-breezy - distributed version control system - python library
 python-breezy-dbg - distributed version control system - debug extension
 python-breezy.tests - distributed version control system - testsuite
Closes: 873676
Changes:
 breezy (3.0.0~bzr6772-1) unstable; urgency=medium
 .
   * New upstream snapshot.
   * Run testsuite with LC_ALL=C.UTF-8. Closes: #873676
Checksums-Sha1:
 f5c6926e2d0080e0775db3f07335f6686509866b 2452 breezy_3.0.0~bzr6772-1.dsc
 4be99404d847eba817f7d4c64f582474c758327d 10822878 
breezy_3.0.0~bzr6772.orig.tar.gz
 150b951a1b27b3d3e0c3f0f52ecbd3159544ed81 44812 
breezy_3.0.0~bzr6772-1.debian.tar.xz
 15ebb6d466edb7a47525dc9845500f67266c8d12 9081 
breezy_3.0.0~bzr6772-1_amd64.buildinfo
 a8b54c840f15c390dbcfd1ceb03bf392ba9ff9a8 4462214 
brz-doc_3.0.0~bzr6772-1_all.deb
 6dbb039fe96e2ff62838885ad37a560cc798532c 55098 brz_3.0.0~bzr6772-1_all.deb
 98fc803a2e1302ef20d8a7928857a2168e7a7027 2543616 
python-breezy-dbg_3.0.0~bzr6772-1_amd64.deb
 b28fbee96fd659cbe0f7835992ffa1bfaa3df4e9 1021252 
python-breezy.tests_3.0.0~bzr6772-1_all.deb
 efd8e701daac90451abe14fcb1d024ae8c35a36f 1762374 
python-breezy_3.0.0~bzr6772-1_amd64.deb
Checksums-Sha256:
 735888369e1cace136934e1e34a0d59931c35f940cec2d7edebee51f11a88986 2452 
breezy_3.0.0~bzr6772-1.dsc
 a94013709f129bde3cb5fad2e58a8ce725227d84af4cd955f9bfe5656af66fb0 10822878 
breezy_3.0.0~bzr6772.orig.tar.gz
 ca271917d3026c2aac825e0bd34a3c0e3dca0235fb711ca09855f159226b74fc 44812 
breezy_3.0.0~bzr6772-1.debian.tar.xz
 02b3628b0a2677f233b1bff253d576c53d8b6228a67dff6152471786cb91d610 9081 
breezy_3.0.0~bzr6772-1_amd64.buildinfo
 54e1c36e4f9bdbdea61847a822bd87cca3afeab59d0892a0712c7a5006a5e8d7 4462214 
brz-doc_3.0.0~bzr6772-1_all.deb
 cf6bae4fafe1f9b61322c20563efc4927b1860f21dac5ff24c264935d5f14b66 55098 
brz_3.0.0~bzr6772-1_all.deb
 d59b0f9ec6bc055487b653eda450705b710681082c35d7cd9b13767da6077f0e 2543616 
python-breezy-dbg_3.0.0~bzr6772-1_amd64.deb
 2f0fe68cb04ce1cf9e8aa01d96b639200c4800de70ff75d7fcdc5b293a0e5aaf 1021252 
python-breezy.tests_3.0.0~bzr6772-1_all.deb
 ff37905db917a514f7e977e371a7edd23d4ae7435cba574e80344ac1e465ff1d 1762374 
python-breezy_3.0.0~bzr6772-1_amd64.deb
Files:
 bbaa4392809bd8acce200a4dc68595c5 2452 vcs optional breezy_3.0.0~bzr6772-1.dsc
 fa7f2fe5b69dd278d6ecef67fbbe8ede 10822878 vcs optional 
breezy_3.0.0~bzr6772.orig.tar.gz
 073567818373ec43620b3d58c1bb6d16 44812 vcs optional 
breezy_3.0.0~bzr6772-1.debian.tar.xz
 059aa4c7c8f024bbef3483450ab66f65 9081 vcs optional 
breezy_3.0.0~bzr6772-1_amd64.buildinfo
 fda3cb1dca309941062eeb53ca50d2b2 4462214 doc optional 
brz-doc_3.0.0~bzr6772-1_all.deb
 b0adf7b314ddea82204f08335bd156e5 55098 vcs optional brz_3.0.0~bzr6772-1_all.deb
 1ddb2bf10c3441cc5087d672f46aa5a7 2543616 debug extra 
python-breezy-dbg_3.0.0~bzr6772-1_amd64.deb
 1c85dd1514eb94e34baa67b4b5a5b764 1021252 python optional 
python-breezy.tests_3.0.0~bzr6772-1_all.deb
 aa09a8797283dd6fd666d9c2dc0a6b98 1762374 python optional 
python-breezy_3.0.0~bzr6772-1_amd64.deb

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

iQEzBAEBCgAdFiEEoX1YPWJ8eQgrAMsfmi0kpQTR6fgFAlmmV4MACgkQmi0kpQTR
6fh0Lwf/c8iK0YbOXAQTXnMjJ1LQxiQ7lomm+JEimL0pzK0GUkITnByFInWqleV1
v1/iZeUxxGI4kUF3yLEdinavs48KuSCdEoATSzH8pr/iKIjJFcblre0pZXLj2RKv
7BlGoNzpmiNJKynN8qly11Aluqlvpomyjo8E1ihcmK2Uo0gl8LdhVaqzFEP8xYme
g9bFIcOxTaFD9FjePbXVItZhDXV9HtxL/r8X9kpfaqTrNsD8mCgj6TqkJ+T6rBcU
WfiGtwvpiwgRS3xCZU+4ebo7/HxO3NhDHQ6egR47OK6F731ZBFO9/KnkK0dmVsoG
b0xN5L3vFs69JVNYMRA0U/COJFIvAg==
=p/hr
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to