Your message dated Tue, 12 Jan 2021 14:35:04 +0000
with message-id <e1kzkle-000fsu...@fasolo.debian.org>
and subject line Bug#964609: fixed in pyxdg 0.27-1
has caused the Debian Bug report #964609,
regarding pyxdg: FTBFS: dh_auto_test: error: pybuild --test --test-nose -i 
python{version} -p 3.8 returned exit code 13
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.)


-- 
964609: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964609
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pyxdg
Version: 0.26-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200709 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> tar xJf debian/test-example.tar.xz
> dh_auto_configure
> I: pybuild base:217: python3.8 setup.py config 
> running config
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg
> copying xdg/DesktopEntry.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg
> copying xdg/Mime.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg
> copying xdg/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg
> copying xdg/Menu.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg
> copying xdg/IniFile.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg
> copying xdg/Exceptions.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg
> copying xdg/IconTheme.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg
> copying xdg/util.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg
> copying xdg/RecentFiles.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg
> copying xdg/Config.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg
> copying xdg/MenuEditor.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg
> copying xdg/BaseDirectory.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg
> copying xdg/Locale.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:217: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build; 
> python3.8 -m nose -v test
> test_load_config_paths (test-basedirectory.BaseDirectoryTest) ... ok
> test_load_first_config (test-basedirectory.BaseDirectoryTest) ... ok
> test_runtime_dir (test-basedirectory.BaseDirectoryTest) ... ok
> test_runtime_dir_notset (test-basedirectory.BaseDirectoryTest) ... ok
> test_save_cache_path (test-basedirectory.BaseDirectoryTest) ... ok
> test_save_config_path (test-basedirectory.BaseDirectoryTest) ... ok
> test_save_data_path (test-basedirectory.BaseDirectoryTest) ... ok
> test_basic (test-desktop.DesktopEntryTest) ... ok
> test_invalid (test-desktop.DesktopEntryTest) ... ok
> test_invalid_unicode (test-desktop.DesktopEntryTest) ... ok
> test_unicode_name (test-desktop.DesktopEntryTest) ... ok
> test_validate (test-desktop.DesktopEntryTest) ... ok
> test_values (test-desktop.DesktopEntryTest) ... ok
> test_write_file (test-desktop.DesktopEntryTest) ... ok
> test_absent (test-desktop.TestTryExec) ... ok
> test_no_TryExec (test-desktop.TestTryExec) ... ok
> test_present (test-desktop.TestTryExec) ... ok
> test_read_icon_data (test-icon.IconDataTest) ... ok
> test_find_icon_exists (test-icon.IconThemeTest) ... ok
> test_find_icon_nonexistant (test-icon.IconThemeTest) ... ok
> test_validate_icon_theme (test-icon.IconThemeTest) ... ok
> test_check_string (test-inifile.IniFileTest) ... ok
> test_modify (test-inifile.IniFileTest) ... ok
> test_value_types (test-inifile.IniFileTest) ... ok
> test_expand_languages (test-locale.LocaleTest) ... ok
> test_rule_from_filename (test-menu-rules.RulesTest) ... ok
> test_rule_from_node (test-menu-rules.RulesTest) ... ERROR
> test_empty_legacy_dirs (test-menu.MenuTest) ... ok
> This was failing on systems which didn't have kde-config installed. ... ok
> test_parse_menu (test-menu.MenuTest) ... ok
> test_unicode_menuentry (test-menu.MenuTest) ... ok
> test_all_matches (test-mime.GlobDBTest) ... ok
> test_build_globdb (test-mime.GlobDBTest) ... ok
> test_first_match (test-mime.GlobDBTest) ... ok
> test_get_extensions (test-mime.GlobDBTest) ... ok
> test_parsing (test-mime.GlobsParsingTest) ... ok
> test_match_data (test-mime.MagicDBTest) ... ok
> test_match_file (test-mime.MagicDBTest) ... ok
> test_match_nested (test-mime.MagicDBTest) ... ok
> test_parsing (test-mime.MagicDBTest) ... ok
> test_by_name (test-mime.MimeTest) ... ok
> test_canonical (test-mime.MimeTest) ... ok
> test_create_mimetype (test-mime.MimeTest) ... ok
> test_get_comment (test-mime.MimeTest) ... ok
> test_get_type (test-mime.MimeTest) ... ok
> test_get_type2 (test-mime.MimeTest) ... ok
> test_get_type_by_contents (test-mime.MimeTest) ... ok
> test_get_type_by_data (test-mime.MimeTest) ... ok
> test_get_type_by_name (test-mime.MimeTest) ... ok
> test_inheritance (test-mime.MimeTest) ... ok
> test_is_text (test-mime.MimeTest) ... ok
> test_lookup (test-mime.MimeTest) ... ok
> test_mimetype_repr (test-mime.MimeTest) ... ok
> test_get_files (test-recentfiles.RecentFilesTest) ... ok
> test_modify (test-recentfiles.RecentFilesTest) ... ok
> 
> ======================================================================
> ERROR: test_rule_from_node (test-menu-rules.RulesTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/test/test-menu-rules.py", 
> line 166, in test_rule_from_node
>     rule = parser.parse_rule(root)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg/Menu.py", line 
> 768, in parse_rule
>     return Rule(type, tree)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build/xdg/Menu.py", line 
> 421, in __init__
>     self.code = compile(self.expression, '<compiled-menu-rule>', 'eval')
> ValueError: Name node can't be used with 'False' constant
> 
> ----------------------------------------------------------------------
> Ran 55 tests in 2.398s
> 
> FAILED (errors=1)
> E: pybuild pybuild:352: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_xdg/build; python3.8 -m nose -v test
> dh_auto_test: error: pybuild --test --test-nose -i python{version} -p 3.8 
> returned exit code 13

The full build log is available from:
   http://qa-logs.debian.net/2020/07/09/pyxdg_0.26-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: pyxdg
Source-Version: 0.27-1
Done: Andrej Shadura <andre...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pyxdg, 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 964...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrej Shadura <andre...@debian.org> (supplier of updated pyxdg 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: SHA256

Format: 1.8
Date: Tue, 12 Jan 2021 15:17:29 +0100
Source: pyxdg
Architecture: source
Version: 0.27-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Andrej Shadura <andre...@debian.org>
Closes: 949738 964609
Changes:
 pyxdg (0.27-1) unstable; urgency=medium
 .
   [ Andrej Shadura ]
   * New upstream release (Closes: #949738, #964609).
   * Refresh patches and drop a patch applied upstream.
   * Provide the actual module name.
   * Add a compatibility layer for the alternative
     xdg package.
 .
   [ Debian Janitor ]
   * Use secure URI in Homepage field.
 .
   [ Håvard Flaget Aasen ]
   * Set upstream metadata fields: Bug-Database, Bug-Submit,
     Repository, Repository-Browse.
 .
   [ Ondřej Nový ]
   * d/control: Update Maintainer field with new Debian Python Team
     contact address.
   * d/control: Update Vcs-* fields with new Debian Python Team Salsa
     layout.
Checksums-Sha1:
 14252a517ecee93de806337138d03b7c3d5b50b5 1878 pyxdg_0.27-1.dsc
 e4afee88cc156da408e10508a1a21b16082781b0 59753 pyxdg_0.27.orig.tar.gz
 48c388a577cb7a98b8effd54a3d191cf16d5f91b 14628 pyxdg_0.27-1.debian.tar.xz
Checksums-Sha256:
 8d9b230783e92b22cbd8cc4fab42deb3da17f058a06d45c130bc374b6c39079f 1878 
pyxdg_0.27-1.dsc
 80bd93aae5ed82435f20462ea0208fb198d8eec262e831ee06ce9ddb6b91c5a5 59753 
pyxdg_0.27.orig.tar.gz
 bc731c0940e0d47cfec679f5e7eb47fed53618ccf299da57ad872c17e50b231f 14628 
pyxdg_0.27-1.debian.tar.xz
Files:
 78ec5ca466bc7e951c6720dfdd6cc845 1878 python optional pyxdg_0.27-1.dsc
 2a2844c21b1b038d74433a0c4aef0a88 59753 python optional pyxdg_0.27.orig.tar.gz
 7fa1b85fb0699b52ea59e28ba0432bca 14628 python optional 
pyxdg_0.27-1.debian.tar.xz

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

iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl/9r9sACgkQXkCM2RzY
OdKMcAf+JarCmGrI0sVCC8KVf8wpu3XI8bbaz3rgiCsitYSBOJJSex5+vRAylNjv
a41uXboxSJ+M7IEkuMWkkuiYeqKYtgoEILlDgF/FjgtftP5U7xmNkD2pNJwKlZt7
34yluD5q72sBdF9OmzLWlq4quBYMgHbABlzxz6QdYnuyaE4nNuldgfB4C/0k86vi
/1V9whsikuCY5j6MhYM2UD7Jmh+gPD4C9fvsGFXWnMoh8gAl4dK0hhKn5ixlnFk5
E5Dwp6t7HmC5T8jWIYjyL9f9i+ZydJc0HBSM/8y6NR12DlC70sboGjJuR7sYwEIk
pZBU4SaC9Uu+cmQk+lwgfJ1xHUloFA==
=DSiU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to