Skip to content

Type all remaining tests #4656

Type all remaining tests

Type all remaining tests #4656

Triggered via pull request October 18, 2023 23:20
Status Cancelled
Total duration 6m 15s
Artifacts

ci.yml

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

Annotations

47 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#L350
trio/_tests/test_threads.py:(350:9 - 350:62): "Queue[None]" not callable [operator]
Mypy-Linux+Mac+Windows: trio/_tests/test_threads.py#L398
trio/_tests/test_threads.py:(398:10 - 398:63): "Queue[None]" not callable [operator]
Mypy-Linux+Mac+Windows: trio/_tests/test_threads.py#L399
trio/_tests/test_threads.py:(399:10 - 399:75): "Queue[Thread]" not callable [operator]
Mypy-Linux+Mac+Windows: trio/_tests/test_threads.py#L922
trio/_tests/test_threads.py:(922:13 - 922:66): "Queue[bool]" not callable [operator]
Ubuntu (3.11)
Process completed with exit code 1.
Ubuntu (3.12-dev)
Process completed with exit code 1.
Ubuntu (3.10)
Process completed with exit code 1.
Ubuntu (3.8)
Process completed with exit code 1.
Windows (pypy-3.9-nightly, x64)
Process completed with exit code 1.
Ubuntu (3.9)
Process completed with exit code 1.
macOS (3.8)
Process completed with exit code 1.
macOS (3.9)
Process completed with exit code 1.
macOS (3.10)
Process completed with exit code 1.
Ubuntu (pypy-3.9-nightly)
Process completed with exit code 1.
Windows (3.9, x64)
Process completed with exit code 1.
Windows (3.9, x86)
Canceling since a higher priority waiting request for 'refs/pull/2820/merge-CI-pull_request' exists
Windows (3.9, x86)
The operation was canceled.
Windows (3.8, x64)
Canceling since a higher priority waiting request for 'refs/pull/2820/merge-CI-pull_request' exists
Windows (3.8, x64)
The operation was canceled.
Windows (3.8, x86)
Canceling since a higher priority waiting request for 'refs/pull/2820/merge-CI-pull_request' exists
Windows (3.8, x86)
The operation was canceled.
macOS (pypy-3.9-nightly)
Canceling since a higher priority waiting request for 'refs/pull/2820/merge-CI-pull_request' exists
Windows (3.10, x64)
Canceling since a higher priority waiting request for 'refs/pull/2820/merge-CI-pull_request' exists
macOS (pypy-3.9-nightly)
The operation was canceled.
Windows (3.10, x64)
The operation was canceled.
Windows (3.8, x64, with IFS LSP)
Canceling since a higher priority waiting request for 'refs/pull/2820/merge-CI-pull_request' exists
Windows (3.8, x64, with IFS LSP)
The operation was canceled.
Windows (3.8, x64, with Komodia LSP)
Canceling since a higher priority waiting request for 'refs/pull/2820/merge-CI-pull_request' exists
Windows (3.8, x64, with Komodia LSP)
The operation was canceled.
Windows (3.10, x86)
Canceling since a higher priority waiting request for 'refs/pull/2820/merge-CI-pull_request' exists
Windows (3.10, x86)
The operation was canceled.
Ubuntu (pypy-3.10)
Canceling since a higher priority waiting request for 'refs/pull/2820/merge-CI-pull_request' exists
Ubuntu (pypy-3.10)
The operation was canceled.
Ubuntu (pypy-3.9)
Canceling since a higher priority waiting request for 'refs/pull/2820/merge-CI-pull_request' exists
Ubuntu (pypy-3.9)
The operation was canceled.
Ubuntu (pypy-3.10-nightly)
Canceling since a higher priority waiting request for 'refs/pull/2820/merge-CI-pull_request' exists
Ubuntu (pypy-3.10-nightly)
The operation was canceled.
macOS (pypy-3.10-nightly)
Canceling since a higher priority waiting request for 'refs/pull/2820/merge-CI-pull_request' exists
macOS (pypy-3.10-nightly)
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