Your message dated Sun, 27 Aug 2017 13:35:18 +0000 with message-id <[email protected]> and subject line Bug#873298: fixed in python-cliapp 1.20170827-1 has caused the Debian Bug report #873298, regarding UnicodeEncodeError: 'ascii' codec can't encode character 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 [email protected] immediately.) -- 873298: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873298 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: obnam Version: 1.22-1 Severity: important Dear Maintainer, * What led up to the situation? Yesterday's daily backup failed, output from the terminal: obnam backup 00h00m27s Backing up: found 3283 files, 1.29 GiB; uploaded: 0 B /home/gijs/.node-gyp/4.3.1/include/node/openssl/archs/linux-ppc/opensslconf.hTraceback (most recent call last): File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 193, in _run self.process_args(args) File "/usr/lib/python2.7/dist-packages/obnamlib/app.py", line 228, in process_args cliapp.Application.process_args(self, args) File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 593, in process_args method(args[1:]) File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/backup_plugin.py", line 166, in backup self.backup_roots(root_urls) File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/backup_plugin.py", line 369, in backup_roots self.backup_root(root_url, absroots) File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/backup_plugin.py", line 396, in backup_root for pathname, metadata in self.find_files(absroot): File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/backup_plugin.py", line 577, in find_files for pathname, st in self.fs.scan_tree(root, ok=self.can_be_backed_up): File "/usr/lib/python2.7/dist-packages/obnamlib/vfs.py", line 337, in scan_tree items = process_dir(filename, metadata, items) File "/usr/lib/python2.7/dist-packages/obnamlib/vfs.py", line 324, in process_dir for subname, submeta in list_files(dirname)] File "/usr/lib/python2.7/dist-packages/obnamlib/vfs.py", line 304, in list_files pairs = self.listdir2(pathname) File "/usr/lib/python2.7/dist-packages/obnamlib/vfs_local.py", line 418, in listdir2 st = self.lstat(os.path.join(dirname, name)) File "/usr/lib/python2.7/dist-packages/obnamlib/vfs_local.py", line 235, in lstat ctime_sec, ctime_nsec) = obnamlib._obnam.lstat(self.join(pathname)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 60: ordinal not in range(128) and leaving the same in the obnam log: 2017-08-25 09:13:58 INFO Backing up /home/gijs/fortunes 2017-08-25 09:13:58 INFO Attempting to unlock client because of error 2017-08-25 09:13:58 INFO Unlocking client luxpondusbufocogitans 2017-08-25 09:13:58 INFO Successfully unlocked 2017-08-25 09:13:58 CRITICAL Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 193, in _run self.process_args(args) File "/usr/lib/python2.7/dist-packages/obnamlib/app.py", line 228, in process_args cliapp.Application.process_args(self, args) File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 593, in process_args method(args[1:]) File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/backup_plugin.py", line 166, in backup self.backup_roots(root_urls) File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/backup_plugin.py", line 369, in backup_roots self.backup_root(root_url, absroots) File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/backup_plugin.py", line 396, in backup_root for pathname, metadata in self.find_files(absroot): File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/backup_plugin.py", line 577, in find_files for pathname, st in self.fs.scan_tree(root, ok=self.can_be_backed_up): File "/usr/lib/python2.7/dist-packages/obnamlib/vfs.py", line 337, in scan_tree items = process_dir(filename, metadata, items) File "/usr/lib/python2.7/dist-packages/obnamlib/vfs.py", line 324, in process_dir for subname, submeta in list_files(dirname)] File "/usr/lib/python2.7/dist-packages/obnamlib/vfs.py", line 304, in list_files pairs = self.listdir2(pathname) File "/usr/lib/python2.7/dist-packages/obnamlib/vfs_local.py", line 418, in listdir2 st = self.lstat(os.path.join(dirname, name)) File "/usr/lib/python2.7/dist-packages/obnamlib/vfs_local.py", line 235, in lstat ctime_sec, ctime_nsec) = obnamlib._obnam.lstat(self.join(pathname)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 60: ordinal not in range(128) I don't immediately see what is the issue, it seems similar to debian bug 800386, but it's not clear to me which application is causing the error. -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.12.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages obnam depends on: ii gnupg 2.1.23-2 ii libc6 2.24-15 ii python 2.7.13-2 ii python-cliapp 1.20170823-1 ii python-fuse 2:0.2.1-14 ii python-larch 1.20151025-1 ii python-paramiko 2.0.0-1 ii python-tracing 0.9-1 ii python-ttystatus 0.34-1 ii python-yaml 3.12-1+b1 obnam recommends no packages. obnam suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: python-cliapp Source-Version: 1.20170827-1 We believe that the bug you reported is fixed in the latest version of python-cliapp, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Lars Wirzenius <[email protected]> (supplier of updated python-cliapp 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 27 Aug 2017 10:22:16 +0100 Source: python-cliapp Binary: python-cliapp python3-cliapp Architecture: source Version: 1.20170827-1 Distribution: unstable Urgency: medium Maintainer: Lars Wirzenius <[email protected]> Changed-By: Lars Wirzenius <[email protected]> Description: python-cliapp - Python framework for Unix command line programs python3-cliapp - Python framework for Unix command line programs Closes: 873298 Changes: python-cliapp (1.20170827-1) unstable; urgency=medium . * New upstream version. (Closes: #873298) Checksums-Sha1: 3c87fee4cfdd5144599b79c97d4348b945419ad4 1957 python-cliapp_1.20170827-1.dsc 8209d5c0db4afe66ea54b61b44f3552d53257d55 46820 python-cliapp_1.20170827.orig.tar.xz 3c9285eee075708eee18efd6e1301791f030bf4e 3572 python-cliapp_1.20170827-1.debian.tar.xz Checksums-Sha256: 53ca3df9183f65bf394556b31f06c4dfcbc3cc06aa7a3b9144ddc96990d9d3e6 1957 python-cliapp_1.20170827-1.dsc fdacb12f1ea32e4cdcf749cc18a8de9af27697d467f9256e38acd347a2b408aa 46820 python-cliapp_1.20170827.orig.tar.xz e5d9a4ad779a2eb6cccc79f63557c91aef38f1ca1302357c7f5159129a82571b 3572 python-cliapp_1.20170827-1.debian.tar.xz Files: 0983f281f3c4f01c2001ccfb935cf841 1957 python optional python-cliapp_1.20170827-1.dsc df11c91d6b2baa5d59cdd0f40825b205 46820 python optional python-cliapp_1.20170827.orig.tar.xz be6ee641f5978779ac61657012f54067 3572 python optional python-cliapp_1.20170827-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEETNTnrewG6wEE1EJ3bC+mFux6IDEFAlmix0YACgkQbC+mFux6 IDHn4BAApveJF2nbYL7CXLHFhagMxrJCndMEuYy0niuAoiay09dOEPRvISqOz4xj CZbNggoVHBWusjHV400pBQWgnCbb82yvQ3wujaoz3dVi93uYwy9sQA1edODTQMr4 VRQRhNlA5YxHquWDp+YkGUG3nuXiLLxvaYC33tDc6sSSAq63a/geo3FluY74p7qW cvXqA8vHzXhEDnTdytrpsf3K60Qxgu4rx5WOcNmwo5150QCXw/4CQHwzylG71E6d GDPI4IE4VSdeg0LEIg+7ss0W3XHlNXEBN5QFTYPP1m39oYr9aELqPPdCupmyc/ey xC3N/k947QtPT3SmAww44LTADMgkpRvYXoKHiN7YeO3iQ4R/YG5sinc0crDOyxVM CHm3D/BYLFshZ324KtiEx0DZjpvx/LCGILclbhOMigjL4MtT7Za2bjVd/hZr5jYb hrtMG8W7f+F015j2cwdK92Z+ZrC7g6Kfv9nS1hCKS//8c6AUKHxMqzQMMS92/hTR eg5JkNdKZ2AXSbFTBOjIy4nURaFPkAu+HDWmfqmeKKeU4GcPA9+bsKP3R/QUTrwX keO8y6GNIxYJeZPloeNyPoz9uhAwgferDLju7U/HqZKH3ihzO2+fVBlr4XvqGiTf FDyctvcNfjSJhSn+/3quJ5qfoo6ildie7Q+sRW+rLw2lbU7MbTk= =PD4e -----END PGP SIGNATURE-----
--- End Message ---

