Created
July 23, 2025 20:59
-
-
Save ngoldbaum/42bd263ec8d50a7c4384e9e8d73fbeb8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =========================================================================================== short test summary info =========================================================================================== | |
| PARALLEL FAILED tests/test_gzip_compliance.py::TestGzip::test_append - AssertionError: b' i[8497 chars] */\n/* zlibmodule.c -- igzip-compatible data [6570 chars]*/\n' != b' i[8497 chars] */\n' | |
| PARALLEL FAILED tests/test_gzip_compliance.py::TestGzip::test_exclusive_write - FileExistsError: [Errno 17] File exists: '/var/folders/nk/yds4mlh97kg9qdq745g715rw0000gn/T/tmpuqyhcc7c' | |
| PARALLEL FAILED tests/test_gzip_compliance.py::TestGzip::test_fileobj_mode - FileNotFoundError: [Errno 2] No such file or directory: '/var/folders/nk/yds4mlh97kg9qdq745g715rw0000gn/T/tmpbuioqif5' | |
| PARALLEL FAILED tests/test_gzip_compliance.py::TestGzip::test_many_append - AssertionError: b'aaa[193 chars]aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa[543 chars]aaaa' != b'aaa[193 chars]aaaaa' | |
| PARALLEL FAILED tests/test_gzip_compliance.py::TestGzip::test_mode - FileNotFoundError: [Errno 2] No such file or directory: '/var/folders/nk/yds4mlh97kg9qdq745g715rw0000gn/T/tmpeej7z2er' | |
| PARALLEL FAILED tests/test_gzip_compliance.py::TestGzip::test_write_read_with_pathlike_file - AssertionError: b' i[6418 chars];\n\n int length=DEFAULTALLOC, err = Z_OK;\n [333 chars]\n\n' != b' i[6418 chars];\n\n' | |
| PARALLEL FAILED tests/test_gzip_compliance.py::TestOpen::test_binary_modes - AssertionError: b' i[12592 chars];\n\n int length=DEFAULTALLOC, err = Z_OK;\n [18855 chars]\n\n' != b' i[12592 chars];\n\n' | |
| PARALLEL FAILED tests/test_gzip_compliance.py::TestOpen::test_implicit_binary_modes - AssertionError: b' i[12592 chars];\n\n int length=DEFAULTALLOC, err = Z_OK;\n [12555 chars]\n\n' != b' i[12592 chars];\n\n' | |
| PARALLEL FAILED tests/test_gzip_compliance.py::TestOpen::test_pathlike_file - AssertionError: b' i[6418 chars];\n\n int length=DEFAULTALLOC, err = Z_OK;\n [333 chars]\n\n' != b' i[6418 chars];\n\n' | |
| PARALLEL FAILED tests/test_gzip_compliance.py::TestOpen::test_text_modes - igzip_lib.IsalError: Error -1 Invalid deflate block found | |
| PARALLEL FAILED tests/test_gzip_compliance.py::TestCommandLine::test_compress_infile_outfile - FileNotFoundError: [Errno 2] No such file or directory: '/var/folders/nk/yds4mlh97kg9qdq745g715rw0000gn/T/tmpt1sr7huu-gzdir' | |
| PARALLEL FAILED tests/test_gzip_compliance.py::TestCommandLine::test_compress_infile_outfile_default - FileNotFoundError: [Errno 2] No such file or directory: '/var/folders/nk/yds4mlh97kg9qdq745g715rw0000gn/T/tmpt1sr7huu-gzdir' | |
| PARALLEL FAILED tests/test_gzip_compliance.py::TestCommandLine::test_compress_stdin_outfile - FileNotFoundError: [Errno 2] No such file or directory: '/var/folders/nk/yds4mlh97kg9qdq745g715rw0000gn/T/tmpt1sr7huu-gzdir' | |
| PARALLEL FAILED tests/test_gzip_compliance.py::TestCommandLine::test_decompress_infile_outfile - FileNotFoundError: [Errno 2] No such file or directory: '/var/folders/nk/yds4mlh97kg9qdq745g715rw0000gn/T/tmpt1sr7huu-gzdir' | |
| PARALLEL FAILED tests/test_igzip.py::test_decompress_stdin_stdout[1] - AssertionError: assert b'' == b'This is a s...st with igzip' | |
| PARALLEL FAILED tests/test_igzip.py::test_decompress_stdin_stdout[2] - AssertionError: assert b'' == b'This is a s...st with igzip' | |
| PARALLEL FAILED tests/test_igzip.py::test_decompress_stdin_stdout[5] - AssertionError: assert b'' == b'This is a s...st with igzip' | |
| PARALLEL FAILED tests/test_igzip.py::test_decompress_stdin_stdout[6] - AssertionError: assert b'' == b'This is a s...st with igzip' | |
| PARALLEL FAILED tests/test_igzip.py::test_decompress_stdin_stdout[7] - AssertionError: assert b'' == b'This is a s...st with igzip' | |
| PARALLEL FAILED tests/test_igzip.py::test_decompress_stdin_stdout[8] - AssertionError: assert b'' == b'This is a s...st with igzip' | |
| PARALLEL FAILED tests/test_igzip.py::test_decompress_stdin_stdout[9] - AssertionError: assert b'' == b'This is a s...st with igzip' | |
| PARALLEL FAILED tests/test_igzip.py::test_compress_stdin_stdout[0] - zlib.error: Error -3 while decompressing data: invalid stored block lengths | |
| PARALLEL FAILED tests/test_igzip.py::test_compress_stdin_stdout[1] - gzip.BadGzipFile: Unknown compression method | |
| PARALLEL FAILED tests/test_igzip.py::test_compress_stdin_stdout[2] - zlib.error: Error -3 while decompressing data: invalid stored block lengths | |
| PARALLEL FAILED tests/test_igzip.py::test_compress_stdin_stdout[3] - zlib.error: Error -3 while decompressing data: invalid stored block lengths | |
| PARALLEL FAILED tests/test_igzip.py::test_compress_infile_outfile - EOFError: EOF when reading a line | |
| PARALLEL FAILED tests/test_igzip.py::test_decompress_infile_stdout_noerror - AssertionError: assert b'This is a s...st with igzip' == b'' | |
| PARALLEL FAILED tests/test_igzip.py::test_decompress_infile_stdout - AssertionError: assert b'' == b'This is a s...st with igzip' | |
| PARALLEL FAILED tests/test_igzip.py::test_compress_infile_stdout - EOFError: Compressed file ended before the end-of-stream marker was reached | |
| PARALLEL FAILED tests/test_igzip.py::test_decompress_infile_out_file - EOFError: EOF when reading a line | |
| PARALLEL FAILED tests/test_igzip.py::test_compress_infile_out_file - EOFError: EOF when reading a line | |
| PARALLEL FAILED tests/test_igzip.py::test_compress_infile_out_file_force - AssertionError: assert b'' == b'This is a s...st with igzip' | |
| PARALLEL FAILED tests/test_igzip.py::test_compress_infile_out_file_prompt - AssertionError: assert b'compressed.gz already exists; do you wish to overwrite (y/n)?' in b'' | |
| PARALLEL FAILED tests/test_igzip.py::test_compress_infile_out_file_inmplicit_name_prompt_refuse - EOFError: EOF when reading a line | |
| PARALLEL FAILED tests/test_igzip.py::test_compress_infile_out_file_inmplicit_name_prompt_accept - EOFError: EOF when reading a line | |
| PARALLEL FAILED tests/test_igzip.py::test_compress_infile_out_file_no_name - EOFError: EOF when reading a line | |
| PARALLEL FAILED tests/test_igzip_threaded.py::test_igzip_threaded_append - zlib.error: Error -3 while decompressing data: invalid block type | |
| PARALLEL FAILED tests/test_igzip_threaded.py::test_igzip_threaded_append_text_mode - AssertionError: assert 'ABCDCDCDCD' == 'ABCD' | |
| PARALLEL FAILED tests/test_igzip_threaded.py::test_flush[1] - AssertionError: assert b'\x03\x00\x00\x00' == b'\x00\x00\xff\xff' | |
| ===================================================================== 9402 passed, 6 skipped, 70 warnings, 39 errors in 409.28s (0:06:49) ======================================= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment