Home - Summaries: (main) : (py3.11) : (py3.12) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

lib-python/3/test/test_zipfile::unmodified

== PyPy 3.12.13 (421004c42b8a, Aug 21 2026, 05:17:54) [PyPy 8.0.0-alpha0 with MSC v.1941 64 bit (AMD64)]
== Windows-10-10.0.19045-SP0 little-endian
== Python build: release with_assert
== cwd: D:\SystemTemp\pytest\test_python_worker_5296æ
== CPU count: 2
== encodings: locale=ascii FS=utf-8
== resources (3): curses,gui,network

Using random seed: 929461318
0:00:00 Run 1 test sequentially in a single process
0:00:00 [1/1] test_zipfile
test.test_zipfile._path.test_complexity (unittest.loader.ModuleSkipped.test.test_zipfile._path.test_complexity) ... skipped 'Unable to import big_o'
test_backslash_not_separator (test.test_zipfile._path.test_path.TestPath.test_backslash_not_separator)
In a zip file, backslashes are not separators. ... ok
test_dir_parent (test.test_zipfile._path.test_path.TestPath.test_dir_parent) ... ok
test_encoding_warnings (test.test_zipfile._path.test_path.TestPath.test_encoding_warnings)
EncodingWarning must blame the read_text and open calls. ... skipped 'Requires warn_default_encoding'
test_eq_hash (test.test_zipfile._path.test_path.TestPath.test_eq_hash) ... ok
test_extract_orig_with_implied_dirs (test.test_zipfile._path.test_path.TestPath.test_extract_orig_with_implied_dirs)
A zip file wrapped in a Path should extract even with implied dirs. ... ERROR
test_filename (test.test_zipfile._path.test_path.TestPath.test_filename) ... ok
test_getinfo_missing (test.test_zipfile._path.test_path.TestPath.test_getinfo_missing)
Validate behavior of getinfo on original zipfile after wrapping. ... ok
test_glob_chars (test.test_zipfile._path.test_path.TestPath.test_glob_chars) ... ok
test_glob_dirs (test.test_zipfile._path.test_path.TestPath.test_glob_dirs) ... ok
test_glob_does_not_overmatch_dot (test.test_zipfile._path.test_path.TestPath.test_glob_does_not_overmatch_dot) ... ok
test_glob_empty (test.test_zipfile._path.test_path.TestPath.test_glob_empty) ... ok
test_glob_recursive (test.test_zipfile._path.test_path.TestPath.test_glob_recursive) ... ok
test_glob_single_char (test.test_zipfile._path.test_path.TestPath.test_glob_single_char) ... ok
test_glob_subdir (test.test_zipfile._path.test_path.TestPath.test_glob_subdir) ... ok
test_glob_subdirs (test.test_zipfile._path.test_path.TestPath.test_glob_subdirs) ... ok
test_inheritance (test.test_zipfile._path.test_path.TestPath.test_inheritance) ... ok
test_interface (test.test_zipfile._path.test_path.TestPath.test_interface) ... ok
test_is_file_missing (test.test_zipfile._path.test_path.TestPath.test_is_file_missing) ... ok
test_is_symlink (test.test_zipfile._path.test_path.TestPath.test_is_symlink)
See python/cpython#82102 for symlink support beyond this object. ... ok
test_iterdir_and_types (test.test_zipfile._path.test_path.TestPath.test_iterdir_and_types) ... ok
test_iterdir_on_file (test.test_zipfile._path.test_path.TestPath.test_iterdir_on_file) ... ok
test_joinpath (test.test_zipfile._path.test_path.TestPath.test_joinpath) ... ok
test_joinpath_constant_time (test.test_zipfile._path.test_path.TestPath.test_joinpath_constant_time)
Ensure joinpath on items in zipfile is linear time. ... ok
test_joinpath_multiple (test.test_zipfile._path.test_path.TestPath.test_joinpath_multiple) ... ok
test_malformed_paths (test.test_zipfile._path.test_path.TestPath.test_malformed_paths)
Path should handle malformed paths gracefully. ... ok
test_match_and_glob (test.test_zipfile._path.test_path.TestPath.test_match_and_glob) ... ok
test_missing_dir_parent (test.test_zipfile._path.test_path.TestPath.test_missing_dir_parent) ... ok
test_mutability (test.test_zipfile._path.test_path.TestPath.test_mutability)
If the underlying zipfile is changed, the Path object should ... ok
test_open (test.test_zipfile._path.test_path.TestPath.test_open) ... ok
test_open_binary_invalid_args (test.test_zipfile._path.test_path.TestPath.test_open_binary_invalid_args) ... ok
test_open_encoding_errors (test.test_zipfile._path.test_path.TestPath.test_open_encoding_errors) ... ok
test_open_encoding_utf16 (test.test_zipfile._path.test_path.TestPath.test_open_encoding_utf16) ... ok
test_open_extant_directory (test.test_zipfile._path.test_path.TestPath.test_open_extant_directory)
Attempting to open a directory raises IsADirectoryError. ... ok
test_open_missing_directory (test.test_zipfile._path.test_path.TestPath.test_open_missing_directory)
Attempting to open a missing directory raises FileNotFoundError. ... ok
test_open_write (test.test_zipfile._path.test_path.TestPath.test_open_write)
If the zipfile is open for write, it should be possible to ... ok
test_parent (test.test_zipfile._path.test_path.TestPath.test_parent) ... ok
test_pathlike_construction (test.test_zipfile._path.test_path.TestPath.test_pathlike_construction)
zipfile.Path should be constructable from a path-like object ... ERROR
test_pickle (test.test_zipfile._path.test_path.TestPath.test_pickle) ... ERROR
test_read (test.test_zipfile._path.test_path.TestPath.test_read) ... ok
test_read_does_not_close (test.test_zipfile._path.test_path.TestPath.test_read_does_not_close) ... ok
test_relative_to (test.test_zipfile._path.test_path.TestPath.test_relative_to) ... ok
test_root_name (test.test_zipfile._path.test_path.TestPath.test_root_name)
The name of the root should be the name of the zipfile ... ok
test_root_parent (test.test_zipfile._path.test_path.TestPath.test_root_parent) ... ok
test_root_unnamed (test.test_zipfile._path.test_path.TestPath.test_root_unnamed)
It is an error to attempt to get the name ... ok
test_stem (test.test_zipfile._path.test_path.TestPath.test_stem)
The final path component, without its suffix ... ok
test_subclass (test.test_zipfile._path.test_path.TestPath.test_subclass) ... ok
test_subdir_is_dir (test.test_zipfile._path.test_path.TestPath.test_subdir_is_dir) ... ok
test_suffix (test.test_zipfile._path.test_path.TestPath.test_suffix)
The suffix of the root should be the suffix of the zipfile. ... ok
test_suffix_no_filename (test.test_zipfile._path.test_path.TestPath.test_suffix_no_filename) ... ok
test_suffixes (test.test_zipfile._path.test_path.TestPath.test_suffixes)
The suffix of the root should be the suffix of the zipfile. ... ok
test_traverse_pathlike (test.test_zipfile._path.test_path.TestPath.test_traverse_pathlike) ... ok
test_traverse_truediv (test.test_zipfile._path.test_path.TestPath.test_traverse_truediv) ... ok
test_unsupported_names (test.test_zipfile._path.test_path.TestPath.test_unsupported_names)
Path segments with special characters are readable. ... ok
test_read_with_bad_crc (test.test_zipfile.test_core.Bzip2BadCrcTests.test_read_with_bad_crc)
Tests that files with bad CRCs raise a BadZipFile exception when read. ... ok
test_testzip_with_bad_crc (test.test_zipfile.test_core.Bzip2BadCrcTests.test_testzip_with_bad_crc)
Tests that files with bad CRCs return their name from testzip. ... ok
test_basic (test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_basic) ... ok
test_too_many_files (test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_too_many_files) ... ok
test_too_many_files_append (test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_too_many_files_append) ... ok
test_open (test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_open) ... ok
test_random_open (test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_random_open) ... ok
test_read (test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_read) ... ok
test_basic (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_basic) ... ok
test_compresslevel_basic (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_compresslevel_basic) ... ok
test_iterlines (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_iterlines) ... ok
test_low_compression (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_low_compression)
Check for cases where compressed data is larger than original. ... ok
test_open (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open) ... ok
test_open_with_pathlike (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open_with_pathlike) ... ok
test_per_file_compresslevel (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_per_file_compresslevel)
Check that files within a Zip archive can have different ... ok
test_random_open (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_random_open) ... ok
test_read1 (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1) ... ok
test_read1_10 (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1_10) ... ok
test_read_return_size (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read_return_size) ... ok
test_readline (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline) ... ok
test_readline_read (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline_read) ... ok
test_readlines (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readlines) ... ok
test_repr (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_repr) ... ok
test_truncated_zipfile (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_truncated_zipfile) ... ok
test_writestr_compression (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compression) ... ERROR
test_writestr_compresslevel (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compresslevel) ... ERROR
test_writing_errors (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writing_errors) ... ERROR
test_zipextfile_attrs (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_zipextfile_attrs) ... ERROR
test_close_after_close (test.test_zipfile.test_core.Bzip2WriterTests.test_close_after_close) ... ERROR
test_issue44439 (test.test_zipfile.test_core.Bzip2WriterTests.test_issue44439) ... ERROR
test_write_after_close (test.test_zipfile.test_core.Bzip2WriterTests.test_write_after_close) ... ERROR
test_zipwritefile_attrs (test.test_zipfile.test_core.Bzip2WriterTests.test_zipwritefile_attrs) ... ERROR
test_bad_use (test.test_zipfile.test_core.CommandLineTest.test_bad_use) ... ok
test_create_command (test.test_zipfile.test_core.CommandLineTest.test_create_command) ... ERROR
test_extract_command (test.test_zipfile.test_core.CommandLineTest.test_extract_command) ... ok
test_list_command (test.test_zipfile.test_core.CommandLineTest.test_list_command) ... ok
test_test_command (test.test_zipfile.test_core.CommandLineTest.test_test_command) ... ok
test_bad_password (test.test_zipfile.test_core.DecryptionTests.test_bad_password) ... ERROR
test_good_password (test.test_zipfile.test_core.DecryptionTests.test_good_password) ... ERROR
test_no_password (test.test_zipfile.test_core.DecryptionTests.test_no_password) ... ERROR
test_seek_tell (test.test_zipfile.test_core.DecryptionTests.test_seek_tell) ... ERROR
test_unicode_password (test.test_zipfile.test_core.DecryptionTests.test_unicode_password) ... ERROR
test_read_with_bad_crc (test.test_zipfile.test_core.DeflateBadCrcTests.test_read_with_bad_crc)
Tests that files with bad CRCs raise a BadZipFile exception when read. ... ok
test_testzip_with_bad_crc (test.test_zipfile.test_core.DeflateBadCrcTests.test_testzip_with_bad_crc)
Tests that files with bad CRCs return their name from testzip. ... ok
test_basic (test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_basic) ... ERROR
test_too_many_files (test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files) ... ERROR
test_too_many_files_append (test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files_append) ... ERROR
test_open (test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_open) ... ERROR
test_random_open (test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_random_open) ... ERROR
test_read (test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_read) ... ERROR
test_basic (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_basic) ... ERROR
test_compresslevel_basic (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_compresslevel_basic) ... ERROR
test_iterlines (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_iterlines) ... ok
test_low_compression (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_low_compression)
Check for cases where compressed data is larger than original. ... ok
test_open (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open) ... ok
test_open_with_pathlike (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open_with_pathlike) ... ok
test_per_file_compression (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_per_file_compression)
Check that files within a Zip archive can have different ... ok
test_per_file_compresslevel (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_per_file_compresslevel)
Check that files within a Zip archive can have different ... ok
test_random_open (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_random_open) ... ok
test_read1 (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1) ... ok
test_read1_10 (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1_10) ... ok
test_read_return_size (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read_return_size) ... ok
test_readline (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline) ... ok
test_readline_read (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline_read) ... ok
test_readlines (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readlines) ... ok
test_repr (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_repr) ... ok
test_truncated_zipfile (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_truncated_zipfile) ... ok
test_writestr_compression (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compression) ... ERROR
test_writestr_compresslevel (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compresslevel) ... ERROR
test_writing_errors (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writing_errors) ... ERROR
test_zipextfile_attrs (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_zipextfile_attrs) ... ERROR
test_close_after_close (test.test_zipfile.test_core.DeflateWriterTests.test_close_after_close) ... ERROR
test_issue44439 (test.test_zipfile.test_core.DeflateWriterTests.test_issue44439) ... ERROR
test_write_after_close (test.test_zipfile.test_core.DeflateWriterTests.test_write_after_close) ... ERROR
test_zipwritefile_attrs (test.test_zipfile.test_core.DeflateWriterTests.test_zipwritefile_attrs) ... ERROR
test_cli_with_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_cli_with_metadata_encoding) ... ok
test_cli_with_metadata_encoding_extract (test.test_zipfile.test_core.EncodedMetadataTests.test_cli_with_metadata_encoding_extract) ... ERROR
test_read_after_append (test.test_zipfile.test_core.EncodedMetadataTests.test_read_after_append) ... ok
test_read_with_incorrect_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_with_incorrect_metadata_encoding) ... ok
test_read_with_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_with_metadata_encoding) ... ok
test_read_with_unsuitable_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_with_unsuitable_metadata_encoding) ... ok
test_read_without_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_without_metadata_encoding) ... ok
test_write_with_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_write_with_metadata_encoding) ... ok
test_extract (test.test_zipfile.test_core.ExtractTests.test_extract) ... ok
test_extract_all (test.test_zipfile.test_core.ExtractTests.test_extract_all) ... ok
test_extract_all_with_target (test.test_zipfile.test_core.ExtractTests.test_extract_all_with_target) ... ERROR
test_extract_all_with_target_pathlike (test.test_zipfile.test_core.ExtractTests.test_extract_all_with_target_pathlike) ... ERROR
test_extract_hackers_arcnames_common_cases (test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_common_cases) ... ERROR
test_extract_hackers_arcnames_posix_only (test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_posix_only) ... skipped 'Requires / as path separator.'
test_extract_hackers_arcnames_windows_only (test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_windows_only)
Test combination of path fixing and windows name sanitization. ... ERROR
test_extract_with_target (test.test_zipfile.test_core.ExtractTests.test_extract_with_target) ... ERROR
test_extract_with_target_pathlike (test.test_zipfile.test_core.ExtractTests.test_extract_with_target_pathlike) ... ERROR
test_sanitize_windows_name (test.test_zipfile.test_core.ExtractTests.test_sanitize_windows_name) ... ok
test_read_with_bad_crc (test.test_zipfile.test_core.LzmaBadCrcTests.test_read_with_bad_crc)
Tests that files with bad CRCs raise a BadZipFile exception when read. ... ok
test_testzip_with_bad_crc (test.test_zipfile.test_core.LzmaBadCrcTests.test_testzip_with_bad_crc)
Tests that files with bad CRCs return their name from testzip. ... ok
test_basic (test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_basic) ... ERROR
test_too_many_files (test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files) ... ERROR
test_too_many_files_append (test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files_append) ... ERROR
test_open (test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_open) ... ERROR
test_random_open (test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_random_open) ... ok
test_read (test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_read) ... ok
test_basic (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_basic) ... ok
test_compresslevel_basic (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_compresslevel_basic) ... ok
test_iterlines (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_iterlines) ... ok
test_low_compression (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_low_compression)
Check for cases where compressed data is larger than original. ... ok
test_open (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_open) ... ok
test_open_with_pathlike (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_open_with_pathlike) ... ok
test_per_file_compresslevel (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_per_file_compresslevel)
Check that files within a Zip archive can have different ... ok
test_random_open (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_random_open) ... ok
test_read1 (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read1) ... ok
test_read1_10 (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read1_10) ... ok
test_read_return_size (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read_return_size) ... ok
test_readline (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readline) ... ok
test_readline_read (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readline_read) ... ok
test_readlines (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readlines) ... ok
test_repr (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_repr) ... ok
test_truncated_zipfile (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_truncated_zipfile) ... ok
test_writestr_compression (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compression) ... ERROR
test_writestr_compresslevel (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compresslevel) ... ERROR
test_writing_errors (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writing_errors) ... ERROR
test_zipextfile_attrs (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_zipextfile_attrs) ... ERROR
test_close_after_close (test.test_zipfile.test_core.LzmaWriterTests.test_close_after_close) ... ERROR
test_issue44439 (test.test_zipfile.test_core.LzmaWriterTests.test_issue44439) ... ERROR
test_write_after_close (test.test_zipfile.test_core.LzmaWriterTests.test_write_after_close) ... ERROR
test_zipwritefile_attrs (test.test_zipfile.test_core.LzmaWriterTests.test_zipwritefile_attrs) ... ERROR
test_bad_compression_mode (test.test_zipfile.test_core.OtherTests.test_bad_compression_mode)
Check that bad compression methods passed to ZipFile.open are ... ERROR
test_bad_constructor_mode (test.test_zipfile.test_core.OtherTests.test_bad_constructor_mode)
Check that bad modes passed to ZipFile constructor are caught. ... ERROR
test_bad_open_mode (test.test_zipfile.test_core.OtherTests.test_bad_open_mode)
Check that bad modes passed to ZipFile.open are caught. ... ERROR
test_change_comment_in_empty_archive (test.test_zipfile.test_core.OtherTests.test_change_comment_in_empty_archive) ... ERROR
test_change_comment_in_nonempty_archive (test.test_zipfile.test_core.OtherTests.test_change_comment_in_nonempty_archive) ... ERROR
test_close (test.test_zipfile.test_core.OtherTests.test_close)
Check that the zipfile is closed after the 'with' block. ... ERROR
test_close_erroneous_file (test.test_zipfile.test_core.OtherTests.test_close_erroneous_file) ... ERROR
test_close_on_exception (test.test_zipfile.test_core.OtherTests.test_close_on_exception)
Check that the zipfile is closed if an exception is raised in the ... ERROR
test_closed_zip_raises_ValueError (test.test_zipfile.test_core.OtherTests.test_closed_zip_raises_ValueError)
Verify that testzip() doesn't swallow inappropriate exceptions. ... ERROR
test_comments (test.test_zipfile.test_core.OtherTests.test_comments)
Check that comments on the archive are handled properly. ... ERROR
test_create_empty_zipinfo_default_attributes (test.test_zipfile.test_core.OtherTests.test_create_empty_zipinfo_default_attributes)
Ensure all required attributes are set. ... ERROR
test_create_empty_zipinfo_repr (test.test_zipfile.test_core.OtherTests.test_create_empty_zipinfo_repr)
Before bpo-26185, repr() on empty ZipInfo object was failing. ... ERROR
test_create_non_existent_file_for_append (test.test_zipfile.test_core.OtherTests.test_create_non_existent_file_for_append) ... ERROR
test_create_zipinfo_before_1980 (test.test_zipfile.test_core.OtherTests.test_create_zipinfo_before_1980) ... ERROR
test_damaged_zipfile (test.test_zipfile.test_core.OtherTests.test_damaged_zipfile)
Check that zipfiles with missing bytes at the end raise BadZipFile. ... ERROR
test_decompress_without_3rd_party_library (test.test_zipfile.test_core.OtherTests.test_decompress_without_3rd_party_library) ... ERROR
test_empty_file_raises_BadZipFile (test.test_zipfile.test_core.OtherTests.test_empty_file_raises_BadZipFile) ... ERROR
test_empty_zipfile (test.test_zipfile.test_core.OtherTests.test_empty_zipfile) ... ERROR
test_exclusive_create_zip_file (test.test_zipfile.test_core.OtherTests.test_exclusive_create_zip_file)
Test exclusive creating a new zipfile. ... ERROR
test_exclusive_create_zip_file (test.test_zipfile.test_core.OtherTests.test_exclusive_create_zip_file)
Test exclusive creating a new zipfile. ... ERROR
test_full_overlap_different_names (test.test_zipfile.test_core.OtherTests.test_full_overlap_different_names) ... ERROR
test_full_overlap_different_names2 (test.test_zipfile.test_core.OtherTests.test_full_overlap_different_names2) ... ERROR
test_full_overlap_same_name (test.test_zipfile.test_core.OtherTests.test_full_overlap_same_name) ... ERROR
test_is_zip_erroneous_file (test.test_zipfile.test_core.OtherTests.test_is_zip_erroneous_file)
Check that is_zipfile() correctly identifies non-zip files. ... ERROR
test_is_zip_valid_file (test.test_zipfile.test_core.OtherTests.test_is_zip_valid_file)
Check that is_zipfile() correctly identifies zip files. ... ERROR
test_negative_central_directory_offset_raises_BadZipFile (test.test_zipfile.test_core.OtherTests.test_negative_central_directory_offset_raises_BadZipFile) ... ERROR
test_non_existent_file_raises_OSError (test.test_zipfile.test_core.OtherTests.test_non_existent_file_raises_OSError) ... FAIL
test_non_existent_file_raises_OSError (test.test_zipfile.test_core.OtherTests.test_non_existent_file_raises_OSError) ... ERROR
test_null_byte_in_filename (test.test_zipfile.test_core.OtherTests.test_null_byte_in_filename)
Check that a filename containing a null byte is properly ... ERROR
test_open_conflicting_handles (test.test_zipfile.test_core.OtherTests.test_open_conflicting_handles) ... ERROR
test_open_empty_file (test.test_zipfile.test_core.OtherTests.test_open_empty_file) ... ERROR
test_open_non_existent_item (test.test_zipfile.test_core.OtherTests.test_open_non_existent_item)
Check that attempting to call open() for an item that doesn't ... ERROR
test_open_via_zip_info (test.test_zipfile.test_core.OtherTests.test_open_via_zip_info) ... ERROR
test_overlap_with_archive_comment (test.test_zipfile.test_core.OtherTests.test_overlap_with_archive_comment) ... ERROR
test_overlap_with_central_dir (test.test_zipfile.test_core.OtherTests.test_overlap_with_central_dir) ... ERROR
test_quoted_overlap (test.test_zipfile.test_core.OtherTests.test_quoted_overlap) ... ERROR
test_read0 (test.test_zipfile.test_core.OtherTests.test_read0)
Check that calling read(0) on a ZipExtFile object returns an empty ... ERROR
test_read_after_seek (test.test_zipfile.test_core.OtherTests.test_read_after_seek) ... ERROR
test_read_after_write_unicode_filenames (test.test_zipfile.test_core.OtherTests.test_read_after_write_unicode_filenames) ... ERROR
test_read_unicode_filenames (test.test_zipfile.test_core.OtherTests.test_read_unicode_filenames) ... ERROR
test_read_zipfile_containing_unicode_path_extra_field (test.test_zipfile.test_core.OtherTests.test_read_zipfile_containing_unicode_path_extra_field) ... ERROR
test_read_zipfile_error (test.test_zipfile.test_core.OtherTests.test_read_zipfile_error) ... ERROR
test_read_zipfile_warning (test.test_zipfile.test_core.OtherTests.test_read_zipfile_warning) ... ERROR
test_seek_tell (test.test_zipfile.test_core.OtherTests.test_seek_tell) ... ERROR
test_struct_sizes (test.test_zipfile.test_core.OtherTests.test_struct_sizes)
Check that ZIP internal structure sizes are calculated correctly. ... ERROR
test_uncompressed_interleaved_seek_read (test.test_zipfile.test_core.OtherTests.test_uncompressed_interleaved_seek_read) ... ERROR
test_unicode_comment (test.test_zipfile.test_core.OtherTests.test_unicode_comment) ... ERROR
test_unsupported_compression (test.test_zipfile.test_core.OtherTests.test_unsupported_compression) ... ERROR
test_unsupported_version (test.test_zipfile.test_core.OtherTests.test_unsupported_version) ... ERROR
test_write_unicode_filenames (test.test_zipfile.test_core.OtherTests.test_write_unicode_filenames) ... ERROR
test_writestr_extended_local_header_issue1202 (test.test_zipfile.test_core.OtherTests.test_writestr_extended_local_header_issue1202) ... ERROR
test_zipfile_with_short_extra_field (test.test_zipfile.test_core.OtherTests.test_zipfile_with_short_extra_field)
If an extra field in the header is less than 4 bytes, skip it. ... ERROR
test_overwrite_broken_dir_symlink_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_dir_symlink_as_dir) ... ERROR
test_overwrite_broken_dir_symlink_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_dir_symlink_as_implicit_dir) ... ERROR
test_overwrite_broken_file_symlink_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_file_symlink_as_file) ... ERROR
test_overwrite_dir_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_dir) ... ERROR
test_overwrite_dir_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_file) ... ERROR
test_overwrite_dir_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_implicit_dir) ... ERROR
test_overwrite_dir_symlink_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_symlink_as_dir) ... ERROR
test_overwrite_dir_symlink_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_symlink_as_implicit_dir) ... ERROR
test_overwrite_file_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_dir) ... ERROR
test_overwrite_file_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_file) ... ERROR
test_overwrite_file_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_implicit_dir) ... ERROR
test_overwrite_file_symlink_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_symlink_as_file) ... ERROR
test_write_filtered_python_package (test.test_zipfile.test_core.PyZipFileTests.test_write_filtered_python_package) ...   File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_super.py", line 115
    global __class__
    ^^^^^^^^^^^^^^^^
SyntaxError: 'global __class__' inside a class statement is not implemented in PyPy


FAIL
test_write_non_pyfile (test.test_zipfile.test_core.PyZipFileTests.test_write_non_pyfile) ... ok
test_write_pathlike (test.test_zipfile.test_core.PyZipFileTests.test_write_pathlike) ... ERROR
test_write_pyfile (test.test_zipfile.test_core.PyZipFileTests.test_write_pyfile) ... ok
test_write_pyfile_bad_syntax (test.test_zipfile.test_core.PyZipFileTests.test_write_pyfile_bad_syntax) ... ERROR
test_write_python_directory (test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory) ... ERROR
test_write_python_directory_filtered (test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory_filtered) ... ERROR
test_write_python_package (test.test_zipfile.test_core.PyZipFileTests.test_write_python_package) ... ok
test_write_with_optimization (test.test_zipfile.test_core.PyZipFileTests.test_write_with_optimization) ... ok
test_read_with_bad_crc (test.test_zipfile.test_core.StoredBadCrcTests.test_read_with_bad_crc)
Tests that files with bad CRCs raise a BadZipFile exception when read. ... ok
test_testzip_with_bad_crc (test.test_zipfile.test_core.StoredBadCrcTests.test_testzip_with_bad_crc)
Tests that files with bad CRCs return their name from testzip. ... ok
test_absolute_arcnames (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_absolute_arcnames) ... ok
test_append (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_append) ... ok
test_bad_zip64_end_of_central_dir (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_bad_zip64_end_of_central_dir) ... ok
test_bad_zip64_extra (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_bad_zip64_extra)
Missing zip64 extra records raises an exception. ... ok
test_basic (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_basic) ... ok
test_force_zip64 (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_force_zip64)
Test that forcing zip64 extensions correctly notes this in the zip file ... ok
test_generated_valid_zip64_extra (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_generated_valid_zip64_extra) ... ok
test_large_file_exception (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_large_file_exception) ... ok
test_too_many_files (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_too_many_files) ... ok
test_too_many_files_append (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_too_many_files_append) ... ok
test_unseekable_zip_known_filesize (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_unseekable_zip_known_filesize)
Test that creating a zip without seeking will use zip64 extensions if the file size is provided up-front ... ok
test_unseekable_zip_unknown_filesize (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_unseekable_zip_unknown_filesize)
Test that creating a zip with/without seeking will raise a RuntimeError if zip64 was required but not used ... ok
test_zip64_end_of_central_dir_record_not_found (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_zip64_end_of_central_dir_record_not_found) ... ok
test_zip64_extensible_data (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_zip64_extensible_data) ... ok
test_zip64_required_not_allowed_fail (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_zip64_required_not_allowed_fail)
Test that trying to add a large file to a zip that doesn't allow zip64 extensions fails on add ... ok
test_open (test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_open) ... ok
test_random_open (test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_random_open) ... ok
test_read (test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_read) ... ok
test_absolute_arcnames (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_absolute_arcnames) ... ok
test_add_file_after_2107 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_add_file_after_2107) ... ok
test_add_file_before_1980 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_add_file_before_1980) ... ok
test_append_to_concatenated_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_concatenated_zip_file) ... ok
test_append_to_non_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_non_zip_file)
Test appending to an existing file that is not a zipfile. ... ok
test_append_to_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_zip_file)
Test appending to an existing zipfile. ... ok
test_basic (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_basic) ... ok
test_compresslevel_basic (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_compresslevel_basic) ... ok
test_ignores_newline_at_end (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_ignores_newline_at_end) ... ok
test_ignores_stuff_appended_past_comments (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_ignores_stuff_appended_past_comments) ... ok
test_io_on_closed_zipextfile (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_io_on_closed_zipextfile) ... ok
test_iterlines (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_iterlines) ... ok
test_open (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_open) ... ok
test_open_with_pathlike (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_open_with_pathlike) ... ok
test_per_file_compresslevel (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_per_file_compresslevel)
Check that files within a Zip archive can have different ... ok
test_random_open (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_random_open) ... ok
test_read1 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read1) ... ok
test_read1_10 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read1_10) ... ok
test_read_concatenated_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read_concatenated_zip_file) ... ok
test_read_return_size (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read_return_size) ... ok
test_readline (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readline) ... ok
test_readline_read (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readline_read) ... ok
test_readlines (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readlines) ... ok
test_repr (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_repr) ... ok
test_truncated_zipfile (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_truncated_zipfile) ... ok
test_write_default_name (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_write_default_name)
Check that calling ZipFile.write without arcname specified ... ok
test_write_to_readonly (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_write_to_readonly)
Check that trying to call write() on a readonly ZipFile object ... ok
test_writestr_compression (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compression) ... ERROR
test_writestr_compresslevel (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compresslevel) ... ERROR
test_writestr_permissions (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_permissions) ... ERROR
test_writing_errors (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writing_errors) ... ERROR
test_zipextfile_attrs (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_zipextfile_attrs) ... ERROR
test_close_after_close (test.test_zipfile.test_core.StoredWriterTests.test_close_after_close) ... ERROR
test_issue44439 (test.test_zipfile.test_core.StoredWriterTests.test_issue44439) ... ERROR
test_write_after_close (test.test_zipfile.test_core.StoredWriterTests.test_write_after_close) ... ERROR
test_zipwritefile_attrs (test.test_zipfile.test_core.StoredWriterTests.test_zipwritefile_attrs) ... ERROR
test_stored_seek_and_read (test.test_zipfile.test_core.StoredZipExtFileRandomReadTest.test_stored_seek_and_read) ... ok
test_multiples (test.test_zipfile.test_core.StripExtraTests.test_multiples) ... ok
test_no_data (test.test_zipfile.test_core.StripExtraTests.test_no_data) ... ok
test_too_short (test.test_zipfile.test_core.StripExtraTests.test_too_short) ... ok
test_with_data (test.test_zipfile.test_core.StripExtraTests.test_with_data) ... ok
test_execute_zip2 (test.test_zipfile.test_core.TestExecutablePrependedZip.test_execute_zip2) ... skipped 'Test relies on #!/bin/bash working.'
test_execute_zip64 (test.test_zipfile.test_core.TestExecutablePrependedZip.test_execute_zip64) ... skipped 'Test relies on #!/bin/bash working.'
test_read_zip64_with_exe_prepended (test.test_zipfile.test_core.TestExecutablePrependedZip.test_read_zip64_with_exe_prepended) ... ok
test_read_zip_with_exe_prepended (test.test_zipfile.test_core.TestExecutablePrependedZip.test_read_zip_with_exe_prepended) ... ok
test_bug_6050 (test.test_zipfile.test_core.TestWithDirectory.test_bug_6050) ... ERROR
test_create_directory_with_write (test.test_zipfile.test_core.TestWithDirectory.test_create_directory_with_write) ... ERROR
test_extract_dir (test.test_zipfile.test_core.TestWithDirectory.test_extract_dir) ... ERROR
test_extract_dir_backslash (test.test_zipfile.test_core.TestWithDirectory.test_extract_dir_backslash) ... ERROR
test_mkdir (test.test_zipfile.test_core.TestWithDirectory.test_mkdir) ... ERROR
test_root_folder_in_zipfile (test.test_zipfile.test_core.TestWithDirectory.test_root_folder_in_zipfile)
gh-112795: Some tools or self constructed codes will add '/' folder to ... ERROR
test_write_dir (test.test_zipfile.test_core.TestWithDirectory.test_write_dir) ... ERROR
test_writestr_dir (test.test_zipfile.test_core.TestWithDirectory.test_writestr_dir) ... ERROR
test_different_file (test.test_zipfile.test_core.TestsWithMultipleOpens.test_different_file) ... ERROR
test_interleaved (test.test_zipfile.test_core.TestsWithMultipleOpens.test_interleaved) ... ERROR
test_many_opens (test.test_zipfile.test_core.TestsWithMultipleOpens.test_many_opens) ... ERROR
test_read_after_close (test.test_zipfile.test_core.TestsWithMultipleOpens.test_read_after_close) ... ERROR
test_read_after_write (test.test_zipfile.test_core.TestsWithMultipleOpens.test_read_after_write) ... ERROR
test_same_file (test.test_zipfile.test_core.TestsWithMultipleOpens.test_same_file) ... ERROR
test_write_after_read (test.test_zipfile.test_core.TestsWithMultipleOpens.test_write_after_read) ... ERROR
test_write_while_reading (test.test_zipfile.test_core.TestsWithMultipleOpens.test_write_while_reading) ... ERROR
test_open_write (test.test_zipfile.test_core.UnseekableTests.test_open_write) ... ok
test_write (test.test_zipfile.test_core.UnseekableTests.test_write) ... ok
test_writestr (test.test_zipfile.test_core.UnseekableTests.test_writestr) ... ok
test_from_dir (test.test_zipfile.test_core.ZipInfoTests.test_from_dir) ... ok
test_from_file (test.test_zipfile.test_core.ZipInfoTests.test_from_file) ... ok
test_from_file_bytes (test.test_zipfile.test_core.ZipInfoTests.test_from_file_bytes) ... ok
test_from_file_fileno (test.test_zipfile.test_core.ZipInfoTests.test_from_file_fileno) ... ok
test_from_file_pathlike (test.test_zipfile.test_core.ZipInfoTests.test_from_file_pathlike) ... ok

======================================================================
ERROR: test_extract_orig_with_implied_dirs (test.test_zipfile._path.test_path.TestPath.test_extract_orig_with_implied_dirs)
A zip file wrapped in a Path should extract even with implied dirs.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 198, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmp9xs6fqwa\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 486, in temp_dir
    yield path
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 595, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 144, in __exit__
    next(self.gen)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 491, in temp_dir
    rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 448, in rmtree
    _rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 391, in _rmtree
    _waitfor(_rmtree_inner, path, waitall=True)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 390, in _rmtree_inner
    _force_run(fullname, os.unlink, fullname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 209, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmp9xs6fqwa\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 198, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpzxpz0org\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 618, in close
    self.__exit__(None, None, None)
         ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 610, in __exit__
    raise exc_details[1]
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 595, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 158, in __exit__
    self.gen.throw(value)
             ^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 491, in temp_dir
    rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 448, in rmtree
    _rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 391, in _rmtree
    _waitfor(_rmtree_inner, path, waitall=True)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 390, in _rmtree_inner
    _force_run(fullname, os.unlink, fullname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 209, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpzxpz0org\\alpharep.zip'

======================================================================
ERROR: test_pathlike_construction (test.test_zipfile._path.test_path.TestPath.test_pathlike_construction)
zipfile.Path should be constructable from a path-like object
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 198, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpw8lre8mc\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 486, in temp_dir
    yield path
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 595, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 144, in __exit__
    next(self.gen)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 491, in temp_dir
    rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 448, in rmtree
    _rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 391, in _rmtree
    _waitfor(_rmtree_inner, path, waitall=True)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 390, in _rmtree_inner
    _force_run(fullname, os.unlink, fullname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 209, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpw8lre8mc\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 198, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmp2xze1bug\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 618, in close
    self.__exit__(None, None, None)
         ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 610, in __exit__
    raise exc_details[1]
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 595, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 158, in __exit__
    self.gen.throw(value)
             ^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 491, in temp_dir
    rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 448, in rmtree
    _rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 391, in _rmtree
    _waitfor(_rmtree_inner, path, waitall=True)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 390, in _rmtree_inner
    _force_run(fullname, os.unlink, fullname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 209, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmp2xze1bug\\alpharep.zip'

======================================================================
ERROR: test_pickle (test.test_zipfile._path.test_path.TestPath.test_pickle)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 198, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmp2oc60k0e\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 486, in temp_dir
    yield path
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 595, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 144, in __exit__
    next(self.gen)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 491, in temp_dir
    rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 448, in rmtree
    _rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 391, in _rmtree
    _waitfor(_rmtree_inner, path, waitall=True)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 390, in _rmtree_inner
    _force_run(fullname, os.unlink, fullname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 209, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmp2oc60k0e\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 198, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpm8_n7o9n\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 486, in temp_dir
    yield path
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 595, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 158, in __exit__
    self.gen.throw(value)
             ^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 491, in temp_dir
    rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 448, in rmtree
    _rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 391, in _rmtree
    _waitfor(_rmtree_inner, path, waitall=True)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 390, in _rmtree_inner
    _force_run(fullname, os.unlink, fullname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 209, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpm8_n7o9n\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 198, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmptafjtq7x\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 486, in temp_dir
    yield path
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 595, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 158, in __exit__
    self.gen.throw(value)
             ^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 491, in temp_dir
    rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 448, in rmtree
    _rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 391, in _rmtree
    _waitfor(_rmtree_inner, path, waitall=True)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 390, in _rmtree_inner
    _force_run(fullname, os.unlink, fullname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 209, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmptafjtq7x\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 198, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpia_aguz5\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 486, in temp_dir
    yield path
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 595, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 158, in __exit__
    self.gen.throw(value)
             ^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 491, in temp_dir
    rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 448, in rmtree
    _rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 391, in _rmtree
    _waitfor(_rmtree_inner, path, waitall=True)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 390, in _rmtree_inner
    _force_run(fullname, os.unlink, fullname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 209, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpia_aguz5\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 198, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpcrx0g_yo\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 486, in temp_dir
    yield path
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 595, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 158, in __exit__
    self.gen.throw(value)
             ^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 491, in temp_dir
    rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 448, in rmtree
    _rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 391, in _rmtree
    _waitfor(_rmtree_inner, path, waitall=True)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 390, in _rmtree_inner
    _force_run(fullname, os.unlink, fullname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 209, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpcrx0g_yo\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 198, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmp6zejo_9e\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 486, in temp_dir
    yield path
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 595, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 158, in __exit__
    self.gen.throw(value)
             ^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 491, in temp_dir
    rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 448, in rmtree
    _rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 391, in _rmtree
    _waitfor(_rmtree_inner, path, waitall=True)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 390, in _rmtree_inner
    _force_run(fullname, os.unlink, fullname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 209, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmp6zejo_9e\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 198, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmp6zec8cy1\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 486, in temp_dir
    yield path
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 595, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 158, in __exit__
    self.gen.throw(value)
             ^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 491, in temp_dir
    rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 448, in rmtree
    _rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 391, in _rmtree
    _waitfor(_rmtree_inner, path, waitall=True)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 390, in _rmtree_inner
    _force_run(fullname, os.unlink, fullname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 209, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmp6zec8cy1\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 198, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmprnx78w9c\\alpharep.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 618, in close
    self.__exit__(None, None, None)
         ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 610, in __exit__
    raise exc_details[1]
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 595, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 158, in __exit__
    self.gen.throw(value)
             ^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 491, in temp_dir
    rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 448, in rmtree
    _rmtree(path)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 391, in _rmtree
    _waitfor(_rmtree_inner, path, waitall=True)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 390, in _rmtree_inner
    _force_run(fullname, os.unlink, fullname)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 209, in _force_run
    return func(*args)
           ^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmprnx78w9c\\alpharep.zip'

======================================================================
ERROR: test_writestr_compression (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compression)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_writestr_compresslevel (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compresslevel)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_writing_errors (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writing_errors)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_zipextfile_attrs (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_zipextfile_attrs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_close_after_close (test.test_zipfile.test_core.Bzip2WriterTests.test_close_after_close)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_issue44439 (test.test_zipfile.test_core.Bzip2WriterTests.test_issue44439)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_write_after_close (test.test_zipfile.test_core.Bzip2WriterTests.test_write_after_close)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_zipwritefile_attrs (test.test_zipfile.test_core.Bzip2WriterTests.test_zipwritefile_attrs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_create_command (test.test_zipfile.test_core.CommandLineTest.test_create_command)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3355, in test_create_command
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_bad_password (test.test_zipfile.test_core.DecryptionTests.test_bad_password)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2718, in tearDown
    os.unlink(TESTFN2)
       ^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_good_password (test.test_zipfile.test_core.DecryptionTests.test_good_password)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2718, in tearDown
    os.unlink(TESTFN2)
       ^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_no_password (test.test_zipfile.test_core.DecryptionTests.test_no_password)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2718, in tearDown
    os.unlink(TESTFN2)
       ^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_seek_tell (test.test_zipfile.test_core.DecryptionTests.test_seek_tell)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2718, in tearDown
    os.unlink(TESTFN2)
       ^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_unicode_password (test.test_zipfile.test_core.DecryptionTests.test_unicode_password)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2718, in tearDown
    os.unlink(TESTFN2)
       ^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_basic (test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_basic)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 840, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_too_many_files (test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 840, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_too_many_files_append (test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files_append)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 840, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_open (test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_open)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2810, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_random_open (test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_random_open)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2810, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_read (test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_read)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2810, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_basic (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_basic)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_compresslevel_basic (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_compresslevel_basic)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 401, in test_compresslevel_basic
    self.zip_test(f, self.compression, compresslevel=9)
         ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 81, in zip_test
    self.assertEqual(zipfp.read("another.name"), self.data)
                           ^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\zipfile\__init__.py", line 1585, in read
    return fp.read()
              ^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\zipfile\__init__.py", line 994, in read
    buf += self._read1(self.MAX_N)
                ^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\zipfile\__init__.py", line 1084, in _read1
    data = self._decompressor.decompress(data, n)
                              ^^^^^^^^^^
zlib.error: Error -3 while decompressing data: invalid bit length repeat

======================================================================
ERROR: test_writestr_compression (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compression)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_writestr_compresslevel (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compresslevel)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_writing_errors (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writing_errors)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_zipextfile_attrs (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_zipextfile_attrs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_close_after_close (test.test_zipfile.test_core.DeflateWriterTests.test_close_after_close)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_issue44439 (test.test_zipfile.test_core.DeflateWriterTests.test_issue44439)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_write_after_close (test.test_zipfile.test_core.DeflateWriterTests.test_write_after_close)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_zipwritefile_attrs (test.test_zipfile.test_core.DeflateWriterTests.test_zipwritefile_attrs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_cli_with_metadata_encoding_extract (test.test_zipfile.test_core.EncodedMetadataTests.test_cli_with_metadata_encoding_extract)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3542, in test_cli_with_metadata_encoding_extract
    os.mkdir(TESTFN2)
       ^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ2'

======================================================================
ERROR: test_extract_all_with_target (test.test_zipfile.test_core.ExtractTests.test_extract_all_with_target)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1688, in test_extract_all_with_target
    self._test_extract_all_with_target(extdir)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1684, in _test_extract_all_with_target
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_extract_all_with_target_pathlike (test.test_zipfile.test_core.ExtractTests.test_extract_all_with_target_pathlike)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1692, in test_extract_all_with_target_pathlike
    self._test_extract_all_with_target(FakePath(extdir))
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1684, in _test_extract_all_with_target
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_extract_hackers_arcnames_common_cases (test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_common_cases)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1719, in test_extract_hackers_arcnames_common_cases
    self._test_extract_hackers_arcnames(common_hacknames)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1797, in _test_extract_hackers_arcnames
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_extract_hackers_arcnames_windows_only (test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_windows_only)
Test combination of path fixing and windows name sanitization.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1745, in test_extract_hackers_arcnames_windows_only
    self._test_extract_hackers_arcnames(windows_hacknames)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1797, in _test_extract_hackers_arcnames
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_extract_with_target (test.test_zipfile.test_core.ExtractTests.test_extract_with_target)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1653, in test_extract_with_target
    self._test_extract_with_target(extdir)
         ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1649, in _test_extract_with_target
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_extract_with_target_pathlike (test.test_zipfile.test_core.ExtractTests.test_extract_with_target_pathlike)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1657, in test_extract_with_target_pathlike
    self._test_extract_with_target(FakePath(extdir))
         ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1649, in _test_extract_with_target
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_basic (test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_basic)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 840, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_too_many_files (test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 840, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_too_many_files_append (test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files_append)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 840, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_open (test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_open)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2863, in test_open
    self.zip_open_test(f, self.compression)
         ^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2848, in zip_open_test
    read_data = zipopen2.read(256)
                         ^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\zipfile\__init__.py", line 1008, in read
    data = self._read1(n)
                ^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\zipfile\__init__.py", line 1091, in _read1
    data = self._decompressor.decompress(data)
                              ^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\zipfile\__init__.py", line 717, in decompress
    result = self._decomp.decompress(data)
                          ^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_lzma.py", line 612, in decompress
    result = self._decompress(buf, buf_size, max_length)
                  ^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_lzma.py", line 659, in _decompress
    ret = catch_lzma_error(m.lzma_code, lzs, m.LZMA_RUN,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_lzma.py", line 158, in catch_lzma_error
    raise LZMAError("Corrupt input data")
_lzma.LZMAError: Corrupt input data

======================================================================
ERROR: test_writestr_compression (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compression)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_writestr_compresslevel (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compresslevel)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_writing_errors (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writing_errors)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_zipextfile_attrs (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_zipextfile_attrs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_close_after_close (test.test_zipfile.test_core.LzmaWriterTests.test_close_after_close)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_issue44439 (test.test_zipfile.test_core.LzmaWriterTests.test_issue44439)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_write_after_close (test.test_zipfile.test_core.LzmaWriterTests.test_write_after_close)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_zipwritefile_attrs (test.test_zipfile.test_core.LzmaWriterTests.test_zipwritefile_attrs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_bad_compression_mode (test.test_zipfile.test_core.OtherTests.test_bad_compression_mode)
Check that bad compression methods passed to ZipFile.open are
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_bad_constructor_mode (test.test_zipfile.test_core.OtherTests.test_bad_constructor_mode)
Check that bad modes passed to ZipFile constructor are caught.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_bad_open_mode (test.test_zipfile.test_core.OtherTests.test_bad_open_mode)
Check that bad modes passed to ZipFile.open are caught.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_change_comment_in_empty_archive (test.test_zipfile.test_core.OtherTests.test_change_comment_in_empty_archive)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_change_comment_in_nonempty_archive (test.test_zipfile.test_core.OtherTests.test_change_comment_in_nonempty_archive)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_close (test.test_zipfile.test_core.OtherTests.test_close)
Check that the zipfile is closed after the 'with' block.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_close_erroneous_file (test.test_zipfile.test_core.OtherTests.test_close_erroneous_file)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_close_on_exception (test.test_zipfile.test_core.OtherTests.test_close_on_exception)
Check that the zipfile is closed if an exception is raised in the
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_closed_zip_raises_ValueError (test.test_zipfile.test_core.OtherTests.test_closed_zip_raises_ValueError)
Verify that testzip() doesn't swallow inappropriate exceptions.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_comments (test.test_zipfile.test_core.OtherTests.test_comments)
Check that comments on the archive are handled properly.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_create_empty_zipinfo_default_attributes (test.test_zipfile.test_core.OtherTests.test_create_empty_zipinfo_default_attributes)
Ensure all required attributes are set.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_create_empty_zipinfo_repr (test.test_zipfile.test_core.OtherTests.test_create_empty_zipinfo_repr)
Before bpo-26185, repr() on empty ZipInfo object was failing.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_create_non_existent_file_for_append (test.test_zipfile.test_core.OtherTests.test_create_non_existent_file_for_append)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_create_zipinfo_before_1980 (test.test_zipfile.test_core.OtherTests.test_create_zipinfo_before_1980)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_damaged_zipfile (test.test_zipfile.test_core.OtherTests.test_damaged_zipfile)
Check that zipfiles with missing bytes at the end raise BadZipFile.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_decompress_without_3rd_party_library (test.test_zipfile.test_core.OtherTests.test_decompress_without_3rd_party_library)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_empty_file_raises_BadZipFile (test.test_zipfile.test_core.OtherTests.test_empty_file_raises_BadZipFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2590, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_empty_zipfile (test.test_zipfile.test_core.OtherTests.test_empty_zipfile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_exclusive_create_zip_file (test.test_zipfile.test_core.OtherTests.test_exclusive_create_zip_file)
Test exclusive creating a new zipfile.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1954, in test_exclusive_create_zip_file
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_exclusive_create_zip_file (test.test_zipfile.test_core.OtherTests.test_exclusive_create_zip_file)
Test exclusive creating a new zipfile.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_full_overlap_different_names (test.test_zipfile.test_core.OtherTests.test_full_overlap_different_names)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_full_overlap_different_names2 (test.test_zipfile.test_core.OtherTests.test_full_overlap_different_names2)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_full_overlap_same_name (test.test_zipfile.test_core.OtherTests.test_full_overlap_same_name)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_is_zip_erroneous_file (test.test_zipfile.test_core.OtherTests.test_is_zip_erroneous_file)
Check that is_zipfile() correctly identifies non-zip files.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_is_zip_valid_file (test.test_zipfile.test_core.OtherTests.test_is_zip_valid_file)
Check that is_zipfile() correctly identifies zip files.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_negative_central_directory_offset_raises_BadZipFile (test.test_zipfile.test_core.OtherTests.test_negative_central_directory_offset_raises_BadZipFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_non_existent_file_raises_OSError (test.test_zipfile.test_core.OtherTests.test_non_existent_file_raises_OSError)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_null_byte_in_filename (test.test_zipfile.test_core.OtherTests.test_null_byte_in_filename)
Check that a filename containing a null byte is properly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_open_conflicting_handles (test.test_zipfile.test_core.OtherTests.test_open_conflicting_handles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_open_empty_file (test.test_zipfile.test_core.OtherTests.test_open_empty_file)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_open_non_existent_item (test.test_zipfile.test_core.OtherTests.test_open_non_existent_item)
Check that attempting to call open() for an item that doesn't
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_open_via_zip_info (test.test_zipfile.test_core.OtherTests.test_open_via_zip_info)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_overlap_with_archive_comment (test.test_zipfile.test_core.OtherTests.test_overlap_with_archive_comment)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_overlap_with_central_dir (test.test_zipfile.test_core.OtherTests.test_overlap_with_central_dir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_quoted_overlap (test.test_zipfile.test_core.OtherTests.test_quoted_overlap)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_read0 (test.test_zipfile.test_core.OtherTests.test_read0)
Check that calling read(0) on a ZipExtFile object returns an empty
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_read_after_seek (test.test_zipfile.test_core.OtherTests.test_read_after_seek)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_read_after_write_unicode_filenames (test.test_zipfile.test_core.OtherTests.test_read_after_write_unicode_filenames)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_read_unicode_filenames (test.test_zipfile.test_core.OtherTests.test_read_unicode_filenames)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_read_zipfile_containing_unicode_path_extra_field (test.test_zipfile.test_core.OtherTests.test_read_zipfile_containing_unicode_path_extra_field)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_read_zipfile_error (test.test_zipfile.test_core.OtherTests.test_read_zipfile_error)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_read_zipfile_warning (test.test_zipfile.test_core.OtherTests.test_read_zipfile_warning)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_seek_tell (test.test_zipfile.test_core.OtherTests.test_seek_tell)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_struct_sizes (test.test_zipfile.test_core.OtherTests.test_struct_sizes)
Check that ZIP internal structure sizes are calculated correctly.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_uncompressed_interleaved_seek_read (test.test_zipfile.test_core.OtherTests.test_uncompressed_interleaved_seek_read)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_unicode_comment (test.test_zipfile.test_core.OtherTests.test_unicode_comment)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_unsupported_compression (test.test_zipfile.test_core.OtherTests.test_unsupported_compression)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_unsupported_version (test.test_zipfile.test_core.OtherTests.test_unsupported_version)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_write_unicode_filenames (test.test_zipfile.test_core.OtherTests.test_write_unicode_filenames)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_writestr_extended_local_header_issue1202 (test.test_zipfile.test_core.OtherTests.test_writestr_extended_local_header_issue1202)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_zipfile_with_short_extra_field (test.test_zipfile.test_core.OtherTests.test_zipfile_with_short_extra_field)
If an extra field in the header is less than 4 bytes, skip it.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2589, in tearDown
    unlink(TESTFN)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ'

======================================================================
ERROR: test_overwrite_broken_dir_symlink_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_dir_symlink_as_dir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\archiver_tests.py", line 11, in setUp
    os.makedirs(self.testdir)
       ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 225, in makedirs
    mkdir(name, mode)
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ'

======================================================================
ERROR: test_overwrite_broken_dir_symlink_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_dir_symlink_as_implicit_dir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\archiver_tests.py", line 11, in setUp
    os.makedirs(self.testdir)
       ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 225, in makedirs
    mkdir(name, mode)
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ'

======================================================================
ERROR: test_overwrite_broken_file_symlink_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_file_symlink_as_file)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\archiver_tests.py", line 11, in setUp
    os.makedirs(self.testdir)
       ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 225, in makedirs
    mkdir(name, mode)
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ'

======================================================================
ERROR: test_overwrite_dir_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_dir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\archiver_tests.py", line 11, in setUp
    os.makedirs(self.testdir)
       ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 225, in makedirs
    mkdir(name, mode)
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ'

======================================================================
ERROR: test_overwrite_dir_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_file)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\archiver_tests.py", line 11, in setUp
    os.makedirs(self.testdir)
       ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 225, in makedirs
    mkdir(name, mode)
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ'

======================================================================
ERROR: test_overwrite_dir_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_implicit_dir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\archiver_tests.py", line 11, in setUp
    os.makedirs(self.testdir)
       ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 225, in makedirs
    mkdir(name, mode)
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ'

======================================================================
ERROR: test_overwrite_dir_symlink_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_symlink_as_dir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\archiver_tests.py", line 11, in setUp
    os.makedirs(self.testdir)
       ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 225, in makedirs
    mkdir(name, mode)
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ'

======================================================================
ERROR: test_overwrite_dir_symlink_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_symlink_as_implicit_dir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\archiver_tests.py", line 11, in setUp
    os.makedirs(self.testdir)
       ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 225, in makedirs
    mkdir(name, mode)
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ'

======================================================================
ERROR: test_overwrite_file_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_dir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\archiver_tests.py", line 11, in setUp
    os.makedirs(self.testdir)
       ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 225, in makedirs
    mkdir(name, mode)
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ'

======================================================================
ERROR: test_overwrite_file_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_file)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\archiver_tests.py", line 11, in setUp
    os.makedirs(self.testdir)
       ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 225, in makedirs
    mkdir(name, mode)
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ'

======================================================================
ERROR: test_overwrite_file_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_implicit_dir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\archiver_tests.py", line 11, in setUp
    os.makedirs(self.testdir)
       ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 225, in makedirs
    mkdir(name, mode)
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ'

======================================================================
ERROR: test_overwrite_file_symlink_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_symlink_as_file)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\archiver_tests.py", line 11, in setUp
    os.makedirs(self.testdir)
       ^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 225, in makedirs
    mkdir(name, mode)
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ'

======================================================================
ERROR: test_write_pathlike (test.test_zipfile.test_core.PyZipFileTests.test_write_pathlike)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1593, in test_write_pathlike
    os.mkdir(TESTFN2)
       ^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ2'

======================================================================
ERROR: test_write_pyfile_bad_syntax (test.test_zipfile.test_core.PyZipFileTests.test_write_pyfile_bad_syntax)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1571, in test_write_pyfile_bad_syntax
    os.mkdir(TESTFN2)
       ^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ2'

======================================================================
ERROR: test_write_python_directory (test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1521, in test_write_python_directory
    os.mkdir(TESTFN2)
       ^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ2'

======================================================================
ERROR: test_write_python_directory_filtered (test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory_filtered)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1544, in test_write_python_directory_filtered
    os.mkdir(TESTFN2)
       ^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ2'

======================================================================
ERROR: test_writestr_compression (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compression)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_writestr_compresslevel (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compresslevel)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_writestr_permissions (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_permissions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_writing_errors (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writing_errors)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_zipextfile_attrs (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_zipextfile_attrs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 474, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_close_after_close (test.test_zipfile.test_core.StoredWriterTests.test_close_after_close)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_issue44439 (test.test_zipfile.test_core.StoredWriterTests.test_issue44439)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_write_after_close (test.test_zipfile.test_core.StoredWriterTests.test_write_after_close)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_zipwritefile_attrs (test.test_zipfile.test_core.StoredWriterTests.test_zipwritefile_attrs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1351, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_bug_6050 (test.test_zipfile.test_core.TestWithDirectory.test_bug_6050)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3117, in setUp
    os.mkdir(TESTFN2)
       ^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ2'

======================================================================
ERROR: test_create_directory_with_write (test.test_zipfile.test_core.TestWithDirectory.test_create_directory_with_write)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3117, in setUp
    os.mkdir(TESTFN2)
       ^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ2'

======================================================================
ERROR: test_extract_dir (test.test_zipfile.test_core.TestWithDirectory.test_extract_dir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3117, in setUp
    os.mkdir(TESTFN2)
       ^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ2'

======================================================================
ERROR: test_extract_dir_backslash (test.test_zipfile.test_core.TestWithDirectory.test_extract_dir_backslash)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3117, in setUp
    os.mkdir(TESTFN2)
       ^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ2'

======================================================================
ERROR: test_mkdir (test.test_zipfile.test_core.TestWithDirectory.test_mkdir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3117, in setUp
    os.mkdir(TESTFN2)
       ^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ2'

======================================================================
ERROR: test_root_folder_in_zipfile (test.test_zipfile.test_core.TestWithDirectory.test_root_folder_in_zipfile)
gh-112795: Some tools or self constructed codes will add '/' folder to
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3117, in setUp
    os.mkdir(TESTFN2)
       ^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ2'

======================================================================
ERROR: test_write_dir (test.test_zipfile.test_core.TestWithDirectory.test_write_dir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3117, in setUp
    os.mkdir(TESTFN2)
       ^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ2'

======================================================================
ERROR: test_writestr_dir (test.test_zipfile.test_core.TestWithDirectory.test_writestr_dir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3117, in setUp
    os.mkdir(TESTFN2)
       ^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_5296_tmpæ2'

======================================================================
ERROR: test_different_file (test.test_zipfile.test_core.TestsWithMultipleOpens.test_different_file)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3112, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_interleaved (test.test_zipfile.test_core.TestsWithMultipleOpens.test_interleaved)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3112, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_many_opens (test.test_zipfile.test_core.TestsWithMultipleOpens.test_many_opens)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3112, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_read_after_close (test.test_zipfile.test_core.TestsWithMultipleOpens.test_read_after_close)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3112, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_read_after_write (test.test_zipfile.test_core.TestsWithMultipleOpens.test_read_after_write)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3112, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_same_file (test.test_zipfile.test_core.TestsWithMultipleOpens.test_same_file)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3112, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_write_after_read (test.test_zipfile.test_core.TestsWithMultipleOpens.test_write_after_read)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3112, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
ERROR: test_write_while_reading (test.test_zipfile.test_core.TestsWithMultipleOpens.test_write_while_reading)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 3112, in tearDown
    unlink(TESTFN2)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 328, in unlink
    _unlink(filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 368, in _unlink
    _waitfor(os.unlink, filename)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 336, in _waitfor
    func(pathname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_5296_tmpæ2'

======================================================================
FAIL: test_non_existent_file_raises_OSError (test.test_zipfile.test_core.OtherTests.test_non_existent_file_raises_OSError)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 2061, in test_non_existent_file_raises_OSError
    self.assertRaises(OSError, zipfile.ZipFile, TESTFN)
         ^^^^^^^^^^^^
AssertionError: OSError not raised by ZipFile

======================================================================
FAIL: test_write_filtered_python_package (test.test_zipfile.test_core.PyZipFileTests.test_write_filtered_python_package)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_zipfile\test_core.py", line 1503, in test_write_filtered_python_package
    self.assertTrue('SyntaxError' not in reportStr)
         ^^^^^^^^^^
AssertionError: False is not true

----------------------------------------------------------------------
Ran 339 tests in 13.060s

FAILED (failures=2, errors=144, skipped=5)
0:00:13 load avg: 2.44 [1/1/1] test_zipfile failed (144 errors, 2 failures)

== Tests result: FAILURE ==

1 test failed:
    test_zipfile

Total duration: 13.8 sec
Total tests: run=339 failures=2 skipped=5
Total test files: run=1/1 failed=1
Result: FAILURE
Warning -- files was modified by test_zipfile
Warning --   Before: []
Warning --   After:  ['@test_5296_tmpæ2'] 
test test_zipfile failed
builder: pypy-c-jit-win-x86-64 build #2509+
test: lib-python/3/test/test_zipfile::unmodified