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.