Your message dated Mon, 29 Oct 2018 18:37:51 +0000
with message-id <e1ghcqb-0004uj...@fasolo.debian.org>
and subject line Bug#897496: fixed in python-pathlib 1.0.1-2.1
has caused the Debian Bug report #897496,
regarding python-pathlib: FTBFS: dh_auto_test: pybuild --test -i
python{version} -p 2.7 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.)
--
897496: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897496
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pathlib
Version: 1.0.1-2
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20180502 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> PYBUILD_TEST_ARGS="-s /<<PKGBUILDDIR>>" dh_auto_test
> I: pybuild base:217: cd /<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_pathlib/build;
> python2.7 -m unittest discover -v -s /<<PKGBUILDDIR>>
> test_parse_parts (test_pathlib.NTFlavourTest) ... ok
> test_parse_parts_common (test_pathlib.NTFlavourTest) ... ok
> test_splitroot (test_pathlib.NTFlavourTest) ... ok
> test_chmod (test_pathlib.PathTest) ... ok
> test_complex_symlinks_absolute (test_pathlib.PathTest) ... ok
> test_complex_symlinks_relative (test_pathlib.PathTest) ... ok
> test_complex_symlinks_relative_dot_dot (test_pathlib.PathTest) ... ok
> test_concrete_class (test_pathlib.PathTest) ... ok
> test_cwd (test_pathlib.PathTest) ... ok
> test_empty_path (test_pathlib.PathTest) ... ok
> test_exists (test_pathlib.PathTest) ... ok
> test_glob_common (test_pathlib.PathTest) ... ok
> test_glob_dotdot (test_pathlib.PathTest) ... ok
> test_group (test_pathlib.PathTest) ... ok
> test_is_block_device_false (test_pathlib.PathTest) ... ok
> test_is_char_device_false (test_pathlib.PathTest) ... ok
> test_is_char_device_true (test_pathlib.PathTest) ... ok
> test_is_dir (test_pathlib.PathTest) ... ok
> test_is_fifo_false (test_pathlib.PathTest) ... ok
> test_is_fifo_true (test_pathlib.PathTest) ... ok
> test_is_file (test_pathlib.PathTest) ... ok
> test_is_socket_false (test_pathlib.PathTest) ... ok
> test_is_socket_true (test_pathlib.PathTest) ... ERROR
> test_is_symlink (test_pathlib.PathTest) ... ok
> test_iterdir (test_pathlib.PathTest) ... ok
> test_iterdir_nodir (test_pathlib.PathTest) ... ok
> test_iterdir_symlink (test_pathlib.PathTest) ... ok
> test_lstat (test_pathlib.PathTest) ... ok
> test_lstat_nosymlink (test_pathlib.PathTest) ... ok
> test_mkdir (test_pathlib.PathTest) ... ok
> test_mkdir_parents (test_pathlib.PathTest) ... ok
> test_open_common (test_pathlib.PathTest) ... ok
> test_owner (test_pathlib.PathTest) ... ok
> test_parts_interning (test_pathlib.PathTest) ... ok
> test_pickling_common (test_pathlib.PathTest) ... ok
> test_rename (test_pathlib.PathTest) ... ok
> test_replace (test_pathlib.PathTest) ... ok
> test_resolve_common (test_pathlib.PathTest) ... ok
> test_resolve_dot (test_pathlib.PathTest) ... ok
> test_rglob_common (test_pathlib.PathTest) ... ok
> test_rmdir (test_pathlib.PathTest) ... ok
> test_stat (test_pathlib.PathTest) ... ok
> test_symlink_to (test_pathlib.PathTest) ... ok
> test_touch_common (test_pathlib.PathTest) ... ok
> test_touch_nochange (test_pathlib.PathTest) ... ok
> test_unlink (test_pathlib.PathTest) ... ok
> test_unsupported_flavour (test_pathlib.PathTest) ... ok
> test_parse_parts (test_pathlib.PosixFlavourTest) ... ok
> test_parse_parts_common (test_pathlib.PosixFlavourTest) ... ok
> test_splitroot (test_pathlib.PosixFlavourTest) ... ok
> test_anchor_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_as_bytes_common (test_pathlib.PosixPathAsPureTest) ... skipped
> 'os.fsencode has been introduced in version 3.2'
> test_as_posix_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_as_uri (test_pathlib.PosixPathAsPureTest) ... ok
> test_as_uri_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_as_uri_non_ascii (test_pathlib.PosixPathAsPureTest) ... skipped
> 'os.fsencode has been introduced in version 3.2'
> test_constructor_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_div (test_pathlib.PosixPathAsPureTest) ... ok
> test_div_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_drive_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_eq (test_pathlib.PosixPathAsPureTest) ... ok
> test_eq_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_equivalences (test_pathlib.PosixPathAsPureTest) ... ok
> test_is_absolute (test_pathlib.PosixPathAsPureTest) ... ok
> test_is_reserved (test_pathlib.PosixPathAsPureTest) ... ok
> test_join (test_pathlib.PosixPathAsPureTest) ... ok
> test_join_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_match (test_pathlib.PosixPathAsPureTest) ... ok
> test_match_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_name_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_ordering_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_parent_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_parents_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_parts_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_pickling_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_relative_to_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_repr_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_root (test_pathlib.PosixPathAsPureTest) ... ok
> test_root_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_stem_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_str_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_suffix_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_suffixes_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_with_name_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_with_suffix_common (test_pathlib.PosixPathAsPureTest) ... ok
> test_chmod (test_pathlib.PosixPathTest) ... ok
> test_complex_symlinks_absolute (test_pathlib.PosixPathTest) ... ok
> test_complex_symlinks_relative (test_pathlib.PosixPathTest) ... ok
> test_complex_symlinks_relative_dot_dot (test_pathlib.PosixPathTest) ... ok
> test_cwd (test_pathlib.PosixPathTest) ... ok
> test_empty_path (test_pathlib.PosixPathTest) ... ok
> test_exists (test_pathlib.PosixPathTest) ... ok
> test_glob (test_pathlib.PosixPathTest) ... ok
> test_glob_common (test_pathlib.PosixPathTest) ... ok
> test_glob_dotdot (test_pathlib.PosixPathTest) ... ok
> test_group (test_pathlib.PosixPathTest) ... ok
> test_is_block_device_false (test_pathlib.PosixPathTest) ... ok
> test_is_char_device_false (test_pathlib.PosixPathTest) ... ok
> test_is_char_device_true (test_pathlib.PosixPathTest) ... ok
> test_is_dir (test_pathlib.PosixPathTest) ... ok
> test_is_fifo_false (test_pathlib.PosixPathTest) ... ok
> test_is_fifo_true (test_pathlib.PosixPathTest) ... ok
> test_is_file (test_pathlib.PosixPathTest) ... ok
> test_is_socket_false (test_pathlib.PosixPathTest) ... ok
> test_is_socket_true (test_pathlib.PosixPathTest) ... ERROR
> test_is_symlink (test_pathlib.PosixPathTest) ... ok
> test_iterdir (test_pathlib.PosixPathTest) ... ok
> test_iterdir_nodir (test_pathlib.PosixPathTest) ... ok
> test_iterdir_symlink (test_pathlib.PosixPathTest) ... ok
> test_lstat (test_pathlib.PosixPathTest) ... ok
> test_lstat_nosymlink (test_pathlib.PosixPathTest) ... ok
> test_mkdir (test_pathlib.PosixPathTest) ... ok
> test_mkdir_parents (test_pathlib.PosixPathTest) ... ok
> test_open_common (test_pathlib.PosixPathTest) ... ok
> test_open_mode (test_pathlib.PosixPathTest) ... ok
> test_owner (test_pathlib.PosixPathTest) ... ok
> test_parts_interning (test_pathlib.PosixPathTest) ... ok
> test_pickling_common (test_pathlib.PosixPathTest) ... ok
> test_rename (test_pathlib.PosixPathTest) ... ok
> test_replace (test_pathlib.PosixPathTest) ... ok
> test_resolve_common (test_pathlib.PosixPathTest) ... ok
> test_resolve_dot (test_pathlib.PosixPathTest) ... ok
> test_resolve_loop (test_pathlib.PosixPathTest) ... ok
> test_rglob (test_pathlib.PosixPathTest) ... ok
> test_rglob_common (test_pathlib.PosixPathTest) ... ok
> test_rmdir (test_pathlib.PosixPathTest) ... ok
> test_stat (test_pathlib.PosixPathTest) ... ok
> test_symlink_to (test_pathlib.PosixPathTest) ... ok
> test_touch_common (test_pathlib.PosixPathTest) ... ok
> test_touch_mode (test_pathlib.PosixPathTest) ... ok
> test_touch_nochange (test_pathlib.PosixPathTest) ... ok
> test_unlink (test_pathlib.PosixPathTest) ... ok
> test_anchor_common (test_pathlib.PurePathTest) ... ok
> test_as_bytes_common (test_pathlib.PurePathTest) ... skipped 'os.fsencode has
> been introduced in version 3.2'
> test_as_posix_common (test_pathlib.PurePathTest) ... ok
> test_as_uri_common (test_pathlib.PurePathTest) ... ok
> test_concrete_class (test_pathlib.PurePathTest) ... ok
> test_constructor_common (test_pathlib.PurePathTest) ... ok
> test_different_flavours_unequal (test_pathlib.PurePathTest) ... ok
> test_different_flavours_unordered (test_pathlib.PurePathTest) ... skipped
> 'Most types are orderable in Python 2'
> test_div_common (test_pathlib.PurePathTest) ... ok
> test_drive_common (test_pathlib.PurePathTest) ... ok
> test_eq_common (test_pathlib.PurePathTest) ... ok
> test_equivalences (test_pathlib.PurePathTest) ... ok
> test_join_common (test_pathlib.PurePathTest) ... ok
> test_match_common (test_pathlib.PurePathTest) ... ok
> test_name_common (test_pathlib.PurePathTest) ... ok
> test_ordering_common (test_pathlib.PurePathTest) ... ok
> test_parent_common (test_pathlib.PurePathTest) ... ok
> test_parents_common (test_pathlib.PurePathTest) ... ok
> test_parts_common (test_pathlib.PurePathTest) ... ok
> test_pickling_common (test_pathlib.PurePathTest) ... ok
> test_relative_to_common (test_pathlib.PurePathTest) ... ok
> test_repr_common (test_pathlib.PurePathTest) ... ok
> test_root_common (test_pathlib.PurePathTest) ... ok
> test_stem_common (test_pathlib.PurePathTest) ... ok
> test_str_common (test_pathlib.PurePathTest) ... ok
> test_suffix_common (test_pathlib.PurePathTest) ... ok
> test_suffixes_common (test_pathlib.PurePathTest) ... ok
> test_with_name_common (test_pathlib.PurePathTest) ... ok
> test_with_suffix_common (test_pathlib.PurePathTest) ... ok
> test_anchor_common (test_pathlib.PurePosixPathTest) ... ok
> test_as_bytes_common (test_pathlib.PurePosixPathTest) ... skipped
> 'os.fsencode has been introduced in version 3.2'
> test_as_posix_common (test_pathlib.PurePosixPathTest) ... ok
> test_as_uri (test_pathlib.PurePosixPathTest) ... ok
> test_as_uri_common (test_pathlib.PurePosixPathTest) ... ok
> test_as_uri_non_ascii (test_pathlib.PurePosixPathTest) ... skipped
> 'os.fsencode has been introduced in version 3.2'
> test_constructor_common (test_pathlib.PurePosixPathTest) ... ok
> test_div (test_pathlib.PurePosixPathTest) ... ok
> test_div_common (test_pathlib.PurePosixPathTest) ... ok
> test_drive_common (test_pathlib.PurePosixPathTest) ... ok
> test_eq (test_pathlib.PurePosixPathTest) ... ok
> test_eq_common (test_pathlib.PurePosixPathTest) ... ok
> test_equivalences (test_pathlib.PurePosixPathTest) ... ok
> test_is_absolute (test_pathlib.PurePosixPathTest) ... ok
> test_is_reserved (test_pathlib.PurePosixPathTest) ... ok
> test_join (test_pathlib.PurePosixPathTest) ... ok
> test_join_common (test_pathlib.PurePosixPathTest) ... ok
> test_match (test_pathlib.PurePosixPathTest) ... ok
> test_match_common (test_pathlib.PurePosixPathTest) ... ok
> test_name_common (test_pathlib.PurePosixPathTest) ... ok
> test_ordering_common (test_pathlib.PurePosixPathTest) ... ok
> test_parent_common (test_pathlib.PurePosixPathTest) ... ok
> test_parents_common (test_pathlib.PurePosixPathTest) ... ok
> test_parts_common (test_pathlib.PurePosixPathTest) ... ok
> test_pickling_common (test_pathlib.PurePosixPathTest) ... ok
> test_relative_to_common (test_pathlib.PurePosixPathTest) ... ok
> test_repr_common (test_pathlib.PurePosixPathTest) ... ok
> test_root (test_pathlib.PurePosixPathTest) ... ok
> test_root_common (test_pathlib.PurePosixPathTest) ... ok
> test_stem_common (test_pathlib.PurePosixPathTest) ... ok
> test_str_common (test_pathlib.PurePosixPathTest) ... ok
> test_suffix_common (test_pathlib.PurePosixPathTest) ... ok
> test_suffixes_common (test_pathlib.PurePosixPathTest) ... ok
> test_with_name_common (test_pathlib.PurePosixPathTest) ... ok
> test_with_suffix_common (test_pathlib.PurePosixPathTest) ... ok
> test_anchor (test_pathlib.PureWindowsPathTest) ... ok
> test_anchor_common (test_pathlib.PureWindowsPathTest) ... ok
> test_as_bytes_common (test_pathlib.PureWindowsPathTest) ... skipped
> 'os.fsencode has been introduced in version 3.2'
> test_as_posix_common (test_pathlib.PureWindowsPathTest) ... ok
> test_as_uri (test_pathlib.PureWindowsPathTest) ... skipped 'os.fsencode has
> been introduced in version 3.2'
> test_as_uri_common (test_pathlib.PureWindowsPathTest) ... ok
> test_constructor_common (test_pathlib.PureWindowsPathTest) ... ok
> test_div (test_pathlib.PureWindowsPathTest) ... ok
> test_div_common (test_pathlib.PureWindowsPathTest) ... ok
> test_drive (test_pathlib.PureWindowsPathTest) ... ok
> test_drive_common (test_pathlib.PureWindowsPathTest) ... ok
> test_eq (test_pathlib.PureWindowsPathTest) ... ok
> test_eq_common (test_pathlib.PureWindowsPathTest) ... ok
> test_equivalences (test_pathlib.PureWindowsPathTest) ... ok
> test_is_absolute (test_pathlib.PureWindowsPathTest) ... ok
> test_is_reserved (test_pathlib.PureWindowsPathTest) ... ok
> test_join (test_pathlib.PureWindowsPathTest) ... ok
> test_join_common (test_pathlib.PureWindowsPathTest) ... ok
> test_match_common (test_pathlib.PureWindowsPathTest) ... ok
> test_name (test_pathlib.PureWindowsPathTest) ... ok
> test_name_common (test_pathlib.PureWindowsPathTest) ... ok
> test_ordering_common (test_pathlib.PureWindowsPathTest) ... ok
> test_parent (test_pathlib.PureWindowsPathTest) ... ok
> test_parent_common (test_pathlib.PureWindowsPathTest) ... ok
> test_parents (test_pathlib.PureWindowsPathTest) ... ok
> test_parents_common (test_pathlib.PureWindowsPathTest) ... ok
> test_parts (test_pathlib.PureWindowsPathTest) ... ok
> test_parts_common (test_pathlib.PureWindowsPathTest) ... ok
> test_pickling_common (test_pathlib.PureWindowsPathTest) ... ok
> test_relative_to (test_pathlib.PureWindowsPathTest) ... ok
> test_relative_to_common (test_pathlib.PureWindowsPathTest) ... ok
> test_repr_common (test_pathlib.PureWindowsPathTest) ... ok
> test_root (test_pathlib.PureWindowsPathTest) ... ok
> test_root_common (test_pathlib.PureWindowsPathTest) ... ok
> test_stem (test_pathlib.PureWindowsPathTest) ... ok
> test_stem_common (test_pathlib.PureWindowsPathTest) ... ok
> test_str (test_pathlib.PureWindowsPathTest) ... ok
> test_str_common (test_pathlib.PureWindowsPathTest) ... ok
> test_suffix (test_pathlib.PureWindowsPathTest) ... ok
> test_suffix_common (test_pathlib.PureWindowsPathTest) ... ok
> test_suffixes (test_pathlib.PureWindowsPathTest) ... ok
> test_suffixes_common (test_pathlib.PureWindowsPathTest) ... ok
> test_with_name (test_pathlib.PureWindowsPathTest) ... ok
> test_with_name_common (test_pathlib.PureWindowsPathTest) ... ok
> test_with_suffix (test_pathlib.PureWindowsPathTest) ... ok
> test_with_suffix_common (test_pathlib.PureWindowsPathTest) ... ok
> test_anchor (test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a
> Windows-compatible system'
> test_anchor_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_as_bytes_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_as_posix_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_as_uri (test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a
> Windows-compatible system'
> test_as_uri_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_constructor_common (test_pathlib.WindowsPathAsPureTest) ... skipped
> 'test requires a Windows-compatible system'
> test_div (test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a
> Windows-compatible system'
> test_div_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_drive (test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a
> Windows-compatible system'
> test_drive_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_eq (test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a
> Windows-compatible system'
> test_eq_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_equivalences (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_is_absolute (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_is_reserved (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_join (test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a
> Windows-compatible system'
> test_join_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_match_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_name (test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a
> Windows-compatible system'
> test_name_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_ordering_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_parent (test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a
> Windows-compatible system'
> test_parent_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_parents (test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires
> a Windows-compatible system'
> test_parents_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_parts (test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a
> Windows-compatible system'
> test_parts_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_pickling_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_relative_to (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_relative_to_common (test_pathlib.WindowsPathAsPureTest) ... skipped
> 'test requires a Windows-compatible system'
> test_repr_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_root (test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a
> Windows-compatible system'
> test_root_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_stem (test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a
> Windows-compatible system'
> test_stem_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_str (test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a
> Windows-compatible system'
> test_str_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_suffix (test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a
> Windows-compatible system'
> test_suffix_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_suffixes (test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires
> a Windows-compatible system'
> test_suffixes_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_with_name (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_with_name_common (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_with_suffix (test_pathlib.WindowsPathAsPureTest) ... skipped 'test
> requires a Windows-compatible system'
> test_with_suffix_common (test_pathlib.WindowsPathAsPureTest) ... skipped
> 'test requires a Windows-compatible system'
> test_chmod (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_complex_symlinks_absolute (test_pathlib.WindowsPathTest) ... skipped
> 'test requires a Windows-compatible system'
> test_complex_symlinks_relative (test_pathlib.WindowsPathTest) ... skipped
> 'test requires a Windows-compatible system'
> test_complex_symlinks_relative_dot_dot (test_pathlib.WindowsPathTest) ...
> skipped 'test requires a Windows-compatible system'
> test_cwd (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_empty_path (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_exists (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_glob (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_glob_common (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_glob_dotdot (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_group (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_is_block_device_false (test_pathlib.WindowsPathTest) ... skipped 'test
> requires a Windows-compatible system'
> test_is_char_device_false (test_pathlib.WindowsPathTest) ... skipped 'test
> requires a Windows-compatible system'
> test_is_char_device_true (test_pathlib.WindowsPathTest) ... skipped 'test
> requires a Windows-compatible system'
> test_is_dir (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_is_fifo_false (test_pathlib.WindowsPathTest) ... skipped 'test requires
> a Windows-compatible system'
> test_is_fifo_true (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_is_file (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_is_socket_false (test_pathlib.WindowsPathTest) ... skipped 'test
> requires a Windows-compatible system'
> test_is_socket_true (test_pathlib.WindowsPathTest) ... skipped 'test requires
> a Windows-compatible system'
> test_is_symlink (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_iterdir (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_iterdir_nodir (test_pathlib.WindowsPathTest) ... skipped 'test requires
> a Windows-compatible system'
> test_iterdir_symlink (test_pathlib.WindowsPathTest) ... skipped 'test
> requires a Windows-compatible system'
> test_lstat (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_lstat_nosymlink (test_pathlib.WindowsPathTest) ... skipped 'test
> requires a Windows-compatible system'
> test_mkdir (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_mkdir_parents (test_pathlib.WindowsPathTest) ... skipped 'test requires
> a Windows-compatible system'
> test_open_common (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_owner (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_parts_interning (test_pathlib.WindowsPathTest) ... skipped 'test
> requires a Windows-compatible system'
> test_pickling_common (test_pathlib.WindowsPathTest) ... skipped 'test
> requires a Windows-compatible system'
> test_rename (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_replace (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_resolve_common (test_pathlib.WindowsPathTest) ... skipped 'test requires
> a Windows-compatible system'
> test_resolve_dot (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_rglob (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_rglob_common (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_rmdir (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_stat (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_symlink_to (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_touch_common (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
> test_touch_nochange (test_pathlib.WindowsPathTest) ... skipped 'test requires
> a Windows-compatible system'
> test_unlink (test_pathlib.WindowsPathTest) ... skipped 'test requires a
> Windows-compatible system'
>
> ======================================================================
> ERROR: test_is_socket_true (test_pathlib.PathTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/test_pathlib.py", line 1689, in test_is_socket_true
> sock.bind(str(P))
> File "/usr/lib/python2.7/socket.py", line 228, in meth
> return getattr(self._sock,name)(*args)
> error: AF_UNIX path too long
>
> ======================================================================
> ERROR: test_is_socket_true (test_pathlib.PosixPathTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/test_pathlib.py", line 1689, in test_is_socket_true
> sock.bind(str(P))
> File "/usr/lib/python2.7/socket.py", line 228, in meth
> return getattr(self._sock,name)(*args)
> error: AF_UNIX path too long
>
> ----------------------------------------------------------------------
> Ran 332 tests in 0.089s
>
> FAILED (errors=2, skipped=98)
> E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_pathlib/build; python2.7 -m unittest
> discover -v -s /<<PKGBUILDDIR>>
> dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
The full build log is available from:
http://aws-logs.debian.net/2018/05/02/python-pathlib_1.0.1-2_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: python-pathlib
Source-Version: 1.0.1-2.1
We believe that the bug you reported is fixed in the latest version of
python-pathlib, 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 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Julian Taylor <jtaylor.deb...@googlemail.com> (supplier of updated
python-pathlib 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: Sat, 27 Oct 2018 19:02:33 +0200
Source: python-pathlib
Binary: python-pathlib python-pathlib-doc
Architecture: source
Version: 1.0.1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Frank Brehm <fr...@brehm-online.com>
Changed-By: Julian Taylor <jtaylor.deb...@googlemail.com>
Description:
python-pathlib - set of Python 2 classes to handle filesystem paths
python-pathlib-doc - set of Python 2 classes to handle filesystem paths
(Documentation
Closes: 897496
Changes:
python-pathlib (1.0.1-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* socket-test-fix.patch:
Adapt testcase to work with python2 exception type (Closes: #897496)
Checksums-Sha1:
c4fcab897b8270eba4ebca68d9543b1a6e992209 1891 python-pathlib_1.0.1-2.1.dsc
98ad4efd89a655bdd21d42b0ebdb63118b019914 2944
python-pathlib_1.0.1-2.1.debian.tar.xz
2012aac26c0cd391a787df4d8275f3845c96cf33 7294
python-pathlib_1.0.1-2.1_powerpc.buildinfo
Checksums-Sha256:
6d459cb6e6189835e72cf393171f4eeba98e5c1c28eeff500393250bcf9b67e7 1891
python-pathlib_1.0.1-2.1.dsc
1d7496deaa1dd4dce145df0bbde1b8f1d3ea51f43ff1d1aa58de731082e53169 2944
python-pathlib_1.0.1-2.1.debian.tar.xz
7eba80dc45ff26ff421abb7a5f9a29581646cc2d137e77f983c4ed82ff21c440 7294
python-pathlib_1.0.1-2.1_powerpc.buildinfo
Files:
3d210a48ef88a0bd1e6749a04b2c91c9 1891 python optional
python-pathlib_1.0.1-2.1.dsc
76a1cad313d0494d394a4a6b7f122085 2944 python optional
python-pathlib_1.0.1-2.1.debian.tar.xz
16e9dcd5ea4518779fa0a923050e5467 7294 python optional
python-pathlib_1.0.1-2.1_powerpc.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEWXMI+726A12MfJXdxCxY61kUkv0FAlvUpXYACgkQxCxY61kU
kv1KKRAAyj0xiNCrqbZUWFrspiQEajudz4EveYEdluSO+TPuV0NHXZXQNA3WwIIS
8YasHDLdrzWXCwTQqdQbI7Axel5H5RksPQTD7ak/MmNzNKZifngI1QCShQAxahVe
tOzK+IN6gA5oRpwnqrqUMQmJHTbT1Gk9UK1+NfhszXPtL3Bx3oX2+aOgmxeZHJW5
x3Hn8TFacgfBPa2sGA4NgOxLWSLa1PnIJ/t7xDJ5G3hXSdpJA0c81GX42gdVYaur
O0Mtw2OMKPQCrS0PLYtZfGphCvg566sAY3Oswyj1GIEF5r9IybMhI3FkGU86WbDi
1qLBULlqqvmOD0+3NedTDZU543yNGtgdDyFhSUBOyE9u/oXfqh5K+yLh7LGFAnGc
MyLCEvVc/J2Wyr1XCgupEgoAbD/5aTKKlgyJ1sSg8IlnWZWfTDH6Q+QPwv1c5qi2
XX1XpDNUh/P7r9ToRH+J0GBAzoHZTKLxrSlGy3FJ6J8vlHBpSrptn8zQ4N9VLdi/
0R6OOT3H7pWtYGRrZfnENXc5/zcynRvK8Pd+ldqkMbBrGEMWrDpOzs3aqB2biyGb
krqaWlCGmOJeEBl+JUiEnf9gs8zgEXx8K3fLWzEBTIOjgb7JHrRODznxcH1we4S2
gUxl4teuqiTCcB9ayd8zGWO8MYsB0eBSn738oRQn3uHFo+e08KQ=
=KN9L
-----END PGP SIGNATURE-----
--- End Message ---