Skip to content

Type all remaining tests #4658

Type all remaining tests

Type all remaining tests #4658

Triggered via pull request October 18, 2023 23:36
Status Failure
Total duration 11m 20s
Artifacts

ci.yml

on: pull_request
Matrix: macOS
Matrix: Ubuntu
Matrix: Windows
Fit to window
Zoom out
Zoom in

Annotations

38 errors and 2 notices
Ubuntu (3.8, no test-requirements)
Process completed with exit code 1.
Mypy-Linux+Mac+Windows: trio/_highlevel_ssl_helpers.py#L169
trio/_highlevel_ssl_helpers.py:(169:11 - 171:5): Cannot infer type argument 2 of "serve_listeners" [misc]
Mypy-Linux+Mac+Windows: trio/testing/_fake_net.py#L362
trio/testing/_fake_net.py:(362:44 - 362:50): Argument 2 to "_scatter" has incompatible type "Iterable[Buffer]"; expected "Iterable[bytes]" [arg-type]
Mypy-Linux+Mac+Windows: trio/testing/_fake_net.py#L384
trio/testing/_fake_net.py:(384:16 - 384:35): "UDPBinding" has no attribute "remote" [attr-defined]
Mypy-Linux+Mac+Windows: trio/testing/_fake_net.py#L385
trio/testing/_fake_net.py:(385:17 - 385:64): Returning Any from function declared to return "None" [no-any-return]
Mypy-Linux+Mac+Windows: trio/testing/_fake_net.py#L385
trio/testing/_fake_net.py:(385:24 - 385:43): "UDPBinding" has no attribute "remote" [attr-defined]
Mypy-Linux+Mac+Windows: trio/testing/_fake_net.py#L469
trio/testing/_fake_net.py:(469:42 - 469:44): Argument 1 to "len" has incompatible type "Buffer"; expected "Sized" [arg-type]
Mypy-Linux+Mac+Windows: trio/_tests/test_threads.py#L1061
trio/_tests/test_threads.py:(1061:9 - 1061:9): Redundant cast to "Queue[Any]" [redundant-cast]
Mypy-Linux+Mac+Windows: trio/_core/_tests/test_thread_cache.py#L19
trio/_core/_tests/test_thread_cache.py:(19:9 - 19:9): Redundant cast to "Queue[Any]" [redundant-cast]
Mypy-Linux+Mac+Windows: trio/_core/_tests/test_thread_cache.py#L44
trio/_core/_tests/test_thread_cache.py:(44:9 - 44:9): Redundant cast to "Queue[Any]" [redundant-cast]
Mypy-Linux+Mac+Windows: trio/_core/_tests/test_thread_cache.py#L67
trio/_core/_tests/test_thread_cache.py:(67:9 - 67:9): Redundant cast to "Queue[Any]" [redundant-cast]
Ubuntu (pypy-3.9-nightly)
Process completed with exit code 1.
Ubuntu (3.11)
Process completed with exit code 1.
Ubuntu (3.10)
Process completed with exit code 1.
Ubuntu (3.12-dev)
Process completed with exit code 1.
macOS (3.10)
Process completed with exit code 1.
macOS (3.9)
Process completed with exit code 1.
macOS (3.8)
Process completed with exit code 1.
Ubuntu (pypy-3.9)
Process completed with exit code 1.
Windows (3.10, x64)
Process completed with exit code 1.
Ubuntu (pypy-3.10)
Process completed with exit code 1.
Windows (pypy-3.9-nightly, x64)
Process completed with exit code 1.
Windows (3.8, x64, with IFS LSP)
Process completed with exit code 1.
Windows (3.8, x64)
Process completed with exit code 1.
Windows (3.10, x86)
Process completed with exit code 1.
Windows (3.9, x64)
Process completed with exit code 1.
Windows (3.9, x86)
Process completed with exit code 1.
Windows (3.8, x64, with Komodia LSP)
Process completed with exit code 1.
Windows (3.8, x86)
Process completed with exit code 1.
macOS (pypy-3.10-nightly)
Process completed with exit code 1.
Ubuntu (pypy-3.10-nightly)
The job running on runner GitHub Actions 16 has exceeded the maximum execution time of 10 minutes.
Ubuntu (pypy-3.10-nightly)
The operation was canceled.
macOS (pypy-3.9-nightly)
Process completed with exit code 1.
Ubuntu (3.8)
The job running on runner GitHub Actions 10 has exceeded the maximum execution time of 10 minutes.
Ubuntu (3.8)
The operation was canceled.
Ubuntu (3.9)
The job running on runner GitHub Actions 13 has exceeded the maximum execution time of 10 minutes.
Ubuntu (3.9)
The operation was canceled.
check
Process completed with exit code 1.
Mypy-Windows: trio/_tests/test_subprocess.py#L445
trio/_tests/test_subprocess.py:(445:15 - 445:52): Error code "call-arg" not covered by "type: ignore" comment
Mypy-Windows: trio/_subprocess.py#L800
trio/_subprocess.py:(800:9 - 813:15): "open_process" defined here