Skip to content

fix: reduce unclosed IO warnings #426

fix: reduce unclosed IO warnings

fix: reduce unclosed IO warnings #426

Triggered via pull request November 1, 2023 19:49
Status Failure
Total duration 5m 51s
Artifacts

ci.yml

on: pull_request
Matrix: tests
coverage
0s
coverage
Fit to window
Zoom out
Zoom in

Annotations

40 errors
Tests on 🐍 3.11 ubuntu-latest: tests/tests/test_pipelines.py#L19
test_draining_stderr assert 0 == 15000 + where 0 = len([])
Tests on 🐍 3.11 ubuntu-latest: tests/tests/test_pipelines.py#L32
test_draining_stderr_with_stderr_redirect assert 0 == 10000 + where 0 = len([])
Tests on 🐍 3.11 ubuntu-latest: tests/tests/test_pipelines.py#L45
test_draining_stderr_with_stdout_redirect assert 0 == 15000 + where 0 = len([])
Tests on 🐍 3.11 ubuntu-latest
Process completed with exit code 1.
Tests on 🐍 3.12-dev ubuntu-latest: tests/tests/test_pipelines.py#L19
test_draining_stderr assert 0 == 15000 + where 0 = len([])
Tests on 🐍 3.12-dev ubuntu-latest: tests/tests/test_pipelines.py#L32
test_draining_stderr_with_stderr_redirect assert 0 == 10000 + where 0 = len([])
Tests on 🐍 3.12-dev ubuntu-latest: tests/tests/test_pipelines.py#L45
test_draining_stderr_with_stdout_redirect assert 0 == 15000 + where 0 = len([])
Tests on 🐍 3.12-dev ubuntu-latest
Process completed with exit code 1.
Tests on 🐍 3.8 ubuntu-latest: tests/tests/test_pipelines.py#L19
test_draining_stderr AssertionError: assert 592 == 15000 + where 592 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 3.8 ubuntu-latest: tests/tests/test_pipelines.py#L32
test_draining_stderr_with_stderr_redirect AssertionError: assert 592 == 10000 + where 592 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 3.8 ubuntu-latest: tests/tests/test_pipelines.py#L45
test_draining_stderr_with_stdout_redirect AssertionError: assert 592 == 15000 + where 592 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 3.8 ubuntu-latest
Process completed with exit code 1.
Tests on 🐍 3.11 macos-latest: tests/tests/test_pipelines.py#L19
test_draining_stderr assert 0 == 15000 + where 0 = len([])
Tests on 🐍 3.11 macos-latest: tests/tests/test_pipelines.py#L32
test_draining_stderr_with_stderr_redirect assert 0 == 10000 + where 0 = len([])
Tests on 🐍 3.11 macos-latest: tests/tests/test_pipelines.py#L45
test_draining_stderr_with_stdout_redirect assert 0 == 15000 + where 0 = len([])
Tests on 🐍 3.11 macos-latest
Process completed with exit code 1.
Tests on 🐍 3.6 ubuntu-20.04: tests/tests/test_pipelines.py#L19
test_draining_stderr AssertionError: assert 593 == 15000 + where 593 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 3.6 ubuntu-20.04: tests/tests/test_pipelines.py#L32
test_draining_stderr_with_stderr_redirect AssertionError: assert 593 == 10000 + where 593 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 3.6 ubuntu-20.04: tests/tests/test_pipelines.py#L45
test_draining_stderr_with_stdout_redirect AssertionError: assert 593 == 15000 + where 593 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 3.6 ubuntu-20.04
Process completed with exit code 1.
Tests on 🐍 3.8 macos-latest: tests/tests/test_pipelines.py#L19
test_draining_stderr AssertionError: assert 1712 == 15000 + where 1712 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 3.8 macos-latest: tests/tests/test_pipelines.py#L32
test_draining_stderr_with_stderr_redirect AssertionError: assert 1712 == 10000 + where 1712 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 3.8 macos-latest: tests/tests/test_pipelines.py#L45
test_draining_stderr_with_stdout_redirect AssertionError: assert 1712 == 15000 + where 1712 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 3.8 macos-latest
Process completed with exit code 1.
Tests on 🐍 pypy-3.9 ubuntu-latest: tests/tests/test_pipelines.py#L19
test_draining_stderr AssertionError: assert 593 == 15000 + where 593 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 pypy-3.9 ubuntu-latest: tests/tests/test_pipelines.py#L32
test_draining_stderr_with_stderr_redirect AssertionError: assert 593 == 10000 + where 593 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 pypy-3.9 ubuntu-latest: tests/tests/test_pipelines.py#L45
test_draining_stderr_with_stdout_redirect AssertionError: assert 593 == 15000 + where 593 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 pypy-3.9 ubuntu-latest
Process completed with exit code 1.
Tests on 🐍 pypy-3.8 ubuntu-latest: tests/tests/test_pipelines.py#L19
test_draining_stderr AssertionError: assert 593 == 15000 + where 593 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 pypy-3.8 ubuntu-latest: tests/tests/test_pipelines.py#L32
test_draining_stderr_with_stderr_redirect AssertionError: assert 593 == 10000 + where 593 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 pypy-3.8 ubuntu-latest: tests/tests/test_pipelines.py#L45
test_draining_stderr_with_stdout_redirect AssertionError: assert 593 == 15000 + where 593 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 pypy-3.8 ubuntu-latest
Process completed with exit code 1.
Tests on 🐍 3.12-dev macos-latest: tests/tests/test_pipelines.py#L19
test_draining_stderr assert 0 == 15000 + where 0 = len([])
Tests on 🐍 3.12-dev macos-latest: tests/tests/test_pipelines.py#L32
test_draining_stderr_with_stderr_redirect assert 0 == 10000 + where 0 = len([])
Tests on 🐍 3.12-dev macos-latest: tests/tests/test_pipelines.py#L45
test_draining_stderr_with_stdout_redirect assert 0 == 15000 + where 0 = len([])
Tests on 🐍 3.12-dev macos-latest
Process completed with exit code 1.
Tests on 🐍 3.6 macos-latest: tests/tests/test_pipelines.py#L19
test_draining_stderr AssertionError: assert 1166 == 15000 + where 1166 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 3.6 macos-latest: tests/tests/test_pipelines.py#L32
test_draining_stderr_with_stderr_redirect AssertionError: assert 1166 == 10000 + where 1166 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 3.6 macos-latest: tests/tests/test_pipelines.py#L45
test_draining_stderr_with_stdout_redirect AssertionError: assert 1166 == 15000 + where 1166 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
Tests on 🐍 3.6 macos-latest
Process completed with exit code 1.