Activity log for bug #1080423

Date Who What changed Old value New value Message
2012-11-18 19:07:26 João Antonio Santana bug added bug
2012-11-21 17:03:13 Kanor bug task added deja-dup
2012-11-29 16:48:49 Launchpad Janitor deja-dup (Ubuntu): status New Confirmed
2012-12-05 17:52:07 Michael Terry description Fresh Quantal install. I just pushed automatic backups slider to ON position, but deja-dup doesn't complete due to this error: Traceback (most recent call last): File "/usr/bin/duplicity", line 1404, in <module> with_tempdir(main) File "/usr/bin/duplicity", line 1397, in with_tempdir fn() File "/usr/bin/duplicity", line 1277, in main globals.archive_dir).set_values() File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 691, in set_values self.get_backup_chains(partials + backend_filename_list) File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 814, in get_backup_chains map(add_to_sets, filename_list) File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 808, in add_to_sets log.Debug(_("File %s is not part of a known set; creating new set") % (filename,)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128) ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: deja-dup 24.0-0ubuntu1 ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7 Uname: Linux 3.5.0-18-generic x86_64 ApportVersion: 2.6.1-0ubuntu6 Architecture: amd64 Date: Sun Nov 18 16:00:37 2012 InstallationDate: Installed on 2012-11-17 (0 days ago) InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5) MarkForUpload: True SourcePackage: deja-dup UpgradeStatus: No upgrade log present (probably fresh install) [Impact] When backing up to Ubuntu One, in some locales (at least pt_BR), the duplicity Ubuntu One backend will return unicode filenames. This causes UnicodeDecodeErrors when mixed with duplicity's UTF-8 strings. [Test Case] LANGUAGE=pt_BR duplicity --no-encryption /bin u1+http://utf8bug [Fix] In u1backend.py, an ".encode('utf-8')" needs to be added in the list() function. Branch merge coming. [Exception] Traceback (most recent call last): File "/usr/bin/duplicity", line 1404, in <module> with_tempdir(main) File "/usr/bin/duplicity", line 1397, in with_tempdir fn() File "/usr/bin/duplicity", line 1277, in main globals.archive_dir).set_values() File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 691, in set_values self.get_backup_chains(partials + backend_filename_list) File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 814, in get_backup_chains map(add_to_sets, filename_list) File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 808, in add_to_sets log.Debug(_("File %s is not part of a known set; creating new set") % (filename,)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128)
2012-12-05 17:52:20 Michael Terry summary UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128) UnicodeDecodeError when backing up to Ubuntu One in some locales
2012-12-05 17:52:42 Michael Terry description [Impact] When backing up to Ubuntu One, in some locales (at least pt_BR), the duplicity Ubuntu One backend will return unicode filenames. This causes UnicodeDecodeErrors when mixed with duplicity's UTF-8 strings. [Test Case] LANGUAGE=pt_BR duplicity --no-encryption /bin u1+http://utf8bug [Fix] In u1backend.py, an ".encode('utf-8')" needs to be added in the list() function. Branch merge coming. [Exception] Traceback (most recent call last): File "/usr/bin/duplicity", line 1404, in <module> with_tempdir(main) File "/usr/bin/duplicity", line 1397, in with_tempdir fn() File "/usr/bin/duplicity", line 1277, in main globals.archive_dir).set_values() File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 691, in set_values self.get_backup_chains(partials + backend_filename_list) File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 814, in get_backup_chains map(add_to_sets, filename_list) File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 808, in add_to_sets log.Debug(_("File %s is not part of a known set; creating new set") % (filename,)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128) [Impact] When backing up to Ubuntu One, in some locales (at least pt_BR), the duplicity Ubuntu One backend will return unicode filenames. This causes UnicodeDecodeErrors when mixed with duplicity's UTF-8 strings. [Test Case] sudo apt-get install language-pack-pt-base LANGUAGE=pt_BR duplicity --no-encryption /bin u1+http://utf8bug [Fix] In u1backend.py, an ".encode('utf-8')" needs to be added in the list() function. Branch merge coming. [Exception] Traceback (most recent call last):   File "/usr/bin/duplicity", line 1404, in <module>     with_tempdir(main)   File "/usr/bin/duplicity", line 1397, in with_tempdir     fn()   File "/usr/bin/duplicity", line 1277, in main     globals.archive_dir).set_values()   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 691, in set_values     self.get_backup_chains(partials + backend_filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 814, in get_backup_chains     map(add_to_sets, filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 808, in add_to_sets     log.Debug(_("File %s is not part of a known set; creating new set") % (filename,)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128)
2012-12-05 17:54:39 Michael Terry description [Impact] When backing up to Ubuntu One, in some locales (at least pt_BR), the duplicity Ubuntu One backend will return unicode filenames. This causes UnicodeDecodeErrors when mixed with duplicity's UTF-8 strings. [Test Case] sudo apt-get install language-pack-pt-base LANGUAGE=pt_BR duplicity --no-encryption /bin u1+http://utf8bug [Fix] In u1backend.py, an ".encode('utf-8')" needs to be added in the list() function. Branch merge coming. [Exception] Traceback (most recent call last):   File "/usr/bin/duplicity", line 1404, in <module>     with_tempdir(main)   File "/usr/bin/duplicity", line 1397, in with_tempdir     fn()   File "/usr/bin/duplicity", line 1277, in main     globals.archive_dir).set_values()   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 691, in set_values     self.get_backup_chains(partials + backend_filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 814, in get_backup_chains     map(add_to_sets, filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 808, in add_to_sets     log.Debug(_("File %s is not part of a known set; creating new set") % (filename,)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128) [Impact] When backing up to Ubuntu One, in some locales (at least pt_BR), the duplicity Ubuntu One backend will return unicode filenames. This causes UnicodeDecodeErrors when mixed with duplicity's UTF-8 strings. Locales known to be affected: pt_BR Locales known to not be affected: en_US en_AU [Test Case] sudo apt-get install language-pack-pt-base LANGUAGE=pt_BR duplicity --no-encryption /bin u1+http://utf8bug [Fix] In u1backend.py, an ".encode('utf-8')" needs to be added in the list() function. Branch merge coming. [Exception] Traceback (most recent call last):   File "/usr/bin/duplicity", line 1404, in <module>     with_tempdir(main)   File "/usr/bin/duplicity", line 1397, in with_tempdir     fn()   File "/usr/bin/duplicity", line 1277, in main     globals.archive_dir).set_values()   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 691, in set_values     self.get_backup_chains(partials + backend_filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 814, in get_backup_chains     map(add_to_sets, filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 808, in add_to_sets     log.Debug(_("File %s is not part of a known set; creating new set") % (filename,)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128)
2012-12-05 17:55:51 Michael Terry affects deja-dup duplicity
2012-12-05 17:56:11 Michael Terry affects deja-dup (Ubuntu) duplicity (Ubuntu)
2012-12-05 17:58:47 Launchpad Janitor branch linked lp:~mterry/duplicity/u1-utf8
2012-12-05 18:03:21 Michael Terry description [Impact] When backing up to Ubuntu One, in some locales (at least pt_BR), the duplicity Ubuntu One backend will return unicode filenames. This causes UnicodeDecodeErrors when mixed with duplicity's UTF-8 strings. Locales known to be affected: pt_BR Locales known to not be affected: en_US en_AU [Test Case] sudo apt-get install language-pack-pt-base LANGUAGE=pt_BR duplicity --no-encryption /bin u1+http://utf8bug [Fix] In u1backend.py, an ".encode('utf-8')" needs to be added in the list() function. Branch merge coming. [Exception] Traceback (most recent call last):   File "/usr/bin/duplicity", line 1404, in <module>     with_tempdir(main)   File "/usr/bin/duplicity", line 1397, in with_tempdir     fn()   File "/usr/bin/duplicity", line 1277, in main     globals.archive_dir).set_values()   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 691, in set_values     self.get_backup_chains(partials + backend_filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 814, in get_backup_chains     map(add_to_sets, filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 808, in add_to_sets     log.Debug(_("File %s is not part of a known set; creating new set") % (filename,)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128) [Impact] When backing up to Ubuntu One, the duplicity Ubuntu One backend will return unicode filenames. This can cause UnicodeDecodeErrors in some locales when mixed with duplicity's UTF-8 translated strings. For example, pt_BR is affected because it uses non-ascii characters. [Test Case] sudo apt-get install language-pack-pt-base LANGUAGE=pt_BR duplicity --no-encryption /bin u1+http://utf8bug [Fix] In u1backend.py, an ".encode('utf-8')" needs to be added in the list() function. Branch merge coming. [Exception] Traceback (most recent call last):   File "/usr/bin/duplicity", line 1404, in <module>     with_tempdir(main)   File "/usr/bin/duplicity", line 1397, in with_tempdir     fn()   File "/usr/bin/duplicity", line 1277, in main     globals.archive_dir).set_values()   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 691, in set_values     self.get_backup_chains(partials + backend_filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 814, in get_backup_chains     map(add_to_sets, filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 808, in add_to_sets     log.Debug(_("File %s is not part of a known set; creating new set") % (filename,)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128)
2012-12-05 20:48:28 Michael Terry nominated for series Ubuntu Quantal
2012-12-05 20:48:28 Michael Terry bug task added duplicity (Ubuntu Quantal)
2012-12-05 20:53:05 Michael Terry description [Impact] When backing up to Ubuntu One, the duplicity Ubuntu One backend will return unicode filenames. This can cause UnicodeDecodeErrors in some locales when mixed with duplicity's UTF-8 translated strings. For example, pt_BR is affected because it uses non-ascii characters. [Test Case] sudo apt-get install language-pack-pt-base LANGUAGE=pt_BR duplicity --no-encryption /bin u1+http://utf8bug [Fix] In u1backend.py, an ".encode('utf-8')" needs to be added in the list() function. Branch merge coming. [Exception] Traceback (most recent call last):   File "/usr/bin/duplicity", line 1404, in <module>     with_tempdir(main)   File "/usr/bin/duplicity", line 1397, in with_tempdir     fn()   File "/usr/bin/duplicity", line 1277, in main     globals.archive_dir).set_values()   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 691, in set_values     self.get_backup_chains(partials + backend_filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 814, in get_backup_chains     map(add_to_sets, filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 808, in add_to_sets     log.Debug(_("File %s is not part of a known set; creating new set") % (filename,)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128) [Impact] When backing up to Ubuntu One, the duplicity Ubuntu One backend will return unicode filenames. This can cause UnicodeDecodeErrors in some locales when mixed with duplicity's UTF-8 translated strings. For example, pt_BR is affected because it uses non-ascii characters. As for Ubuntu, Quantal and Raring are affected. Precise and below don't seem to care. [Test Case] sudo apt-get install language-pack-pt-base LANGUAGE=pt_BR duplicity --no-encryption /bin u1+http://utf8bug [Fix] In u1backend.py, an ".encode('utf-8')" needs to be added in the list() function. Branch merge coming. [Exception] Traceback (most recent call last):   File "/usr/bin/duplicity", line 1404, in <module>     with_tempdir(main)   File "/usr/bin/duplicity", line 1397, in with_tempdir     fn()   File "/usr/bin/duplicity", line 1277, in main     globals.archive_dir).set_values()   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 691, in set_values     self.get_backup_chains(partials + backend_filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 814, in get_backup_chains     map(add_to_sets, filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 808, in add_to_sets     log.Debug(_("File %s is not part of a known set; creating new set") % (filename,)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128)
2012-12-05 21:00:35 Launchpad Janitor duplicity (Ubuntu Quantal): status New Confirmed
2012-12-05 21:10:47 Michael Terry description [Impact] When backing up to Ubuntu One, the duplicity Ubuntu One backend will return unicode filenames. This can cause UnicodeDecodeErrors in some locales when mixed with duplicity's UTF-8 translated strings. For example, pt_BR is affected because it uses non-ascii characters. As for Ubuntu, Quantal and Raring are affected. Precise and below don't seem to care. [Test Case] sudo apt-get install language-pack-pt-base LANGUAGE=pt_BR duplicity --no-encryption /bin u1+http://utf8bug [Fix] In u1backend.py, an ".encode('utf-8')" needs to be added in the list() function. Branch merge coming. [Exception] Traceback (most recent call last):   File "/usr/bin/duplicity", line 1404, in <module>     with_tempdir(main)   File "/usr/bin/duplicity", line 1397, in with_tempdir     fn()   File "/usr/bin/duplicity", line 1277, in main     globals.archive_dir).set_values()   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 691, in set_values     self.get_backup_chains(partials + backend_filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 814, in get_backup_chains     map(add_to_sets, filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 808, in add_to_sets     log.Debug(_("File %s is not part of a known set; creating new set") % (filename,)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128) [Impact] Most non-English users cannot back up to Ubuntu One (the default in Deja Dup) at all. When backing up to Ubuntu One, the duplicity Ubuntu One backend will return unicode filenames. This can cause UnicodeDecodeErrors in some locales when mixed with duplicity's UTF-8 translated strings. For example, pt_BR is affected because it uses non-ascii characters. As for Ubuntu, Quantal and Raring are affected. Precise and below don't seem to care. [Test Case] sudo apt-get install language-pack-pt-base LANGUAGE=pt_BR duplicity --no-encryption /bin u1+http://utf8bug [Fix] In u1backend.py, an ".encode('utf-8')" needs to be added in the list() function. https://code.launchpad.net/~mterry/duplicity/u1-utf8/+merge/138275 [Exception] Traceback (most recent call last):   File "/usr/bin/duplicity", line 1404, in <module>     with_tempdir(main)   File "/usr/bin/duplicity", line 1397, in with_tempdir     fn()   File "/usr/bin/duplicity", line 1277, in main     globals.archive_dir).set_values()   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 691, in set_values     self.get_backup_chains(partials + backend_filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 814, in get_backup_chains     map(add_to_sets, filename_list)   File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 808, in add_to_sets     log.Debug(_("File %s is not part of a known set; creating new set") % (filename,)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128)
2012-12-05 21:36:58 Alejandro Benitez bug added subscriber Alejandro Benitez
2012-12-05 21:41:58 Michael Terry bug added subscriber Ubuntu Stable Release Updates Team
2012-12-05 21:48:41 Michael Terry bug added subscriber Michael Terry
2012-12-05 23:25:15 Launchpad Janitor duplicity (Ubuntu): status Confirmed Fix Released
2012-12-06 09:23:59 Pilot6 bug added subscriber Pilot6
2012-12-06 20:09:02 Sebastian Bator bug added subscriber Sebastian Bator
2012-12-21 22:06:53 Alexandr Makovksy bug added subscriber Alexandr Makovksy
2012-12-23 14:27:28 Ivan bug added subscriber Ivan
2013-01-11 17:11:04 Brian Murray duplicity (Ubuntu Quantal): status Confirmed Fix Committed
2013-01-11 17:11:08 Brian Murray bug added subscriber SRU Verification
2013-01-11 17:11:10 Brian Murray tags amd64 apport-bug quantal running-unity amd64 apport-bug quantal running-unity verification-needed
2013-01-11 20:57:39 Michael Terry tags amd64 apport-bug quantal running-unity verification-needed amd64 apport-bug quantal running-unity verification-done
2013-01-17 13:28:22 Michael Terry duplicity: status New Fix Committed
2013-01-19 13:28:34 Colin Watson duplicity (Ubuntu Quantal): status Fix Committed Fix Released
2013-01-23 15:28:00 Kenneth Loafman duplicity: milestone 0.6.21
2013-01-23 15:28:11 Kenneth Loafman duplicity: status Fix Committed Fix Released
2013-01-23 15:28:23 Kenneth Loafman duplicity: importance Undecided Medium
2013-06-07 07:33:39 Launchpad Janitor branch linked lp:ubuntu/duplicity
2013-08-28 12:31:24 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/quantal/duplicity/quantal-proposed
2013-08-28 12:31:59 Launchpad Janitor branch linked lp:ubuntu/raring/duplicity
2013-08-28 12:32:01 Launchpad Janitor branch linked lp:ubuntu/raring-proposed/duplicity