Skip to content

💚 uv cache on windows #65

💚 uv cache on windows

💚 uv cache on windows #65

Triggered via push November 26, 2024 22:40
Status Success
Total duration 2m 14s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 10 warnings
build (3.12, ubuntu-latest)
Process completed with exit code 4.
build (3.12, macos-latest)
Process completed with exit code 4.
build (3.12, windows-latest)
Process completed with exit code 4.
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/__init__.py#L1
Cycle detected in import chain d:\a\nested_dict_tools\nested_dict_tools\~\AppData\Local\uv\cache\archive-v0\F_Le8aKbRn7Dq-TI0hSQt\pathspec\__init__.py d:\a\nested_dict_tools\nested_dict_tools\~\AppData\Local\uv\cache\archive-v0\F_Le8aKbRn7Dq-TI0hSQt\pathspec\gitignore.py d:\a\nested_dict_tools\nested_dict_tools\~\AppData\Local\uv\cache\archive-v0\F_Le8aKbRn7Dq-TI0hSQt\pathspec\pathspec.py (reportImportCycles)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/__init__.py#L1
Cycle detected in import chain d:\a\nested_dict_tools\nested_dict_tools\~\AppData\Local\uv\cache\archive-v0\F_Le8aKbRn7Dq-TI0hSQt\pathspec\__init__.py d:\a\nested_dict_tools\nested_dict_tools\~\AppData\Local\uv\cache\archive-v0\F_Le8aKbRn7Dq-TI0hSQt\pathspec\gitignore.py d:\a\nested_dict_tools\nested_dict_tools\~\AppData\Local\uv\cache\archive-v0\F_Le8aKbRn7Dq-TI0hSQt\pathspec\patterns\gitwildmatch.py (reportImportCycles)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/__init__.py#L1
Cycle detected in import chain d:\a\nested_dict_tools\nested_dict_tools\~\AppData\Local\uv\cache\archive-v0\F_Le8aKbRn7Dq-TI0hSQt\pathspec\__init__.py d:\a\nested_dict_tools\nested_dict_tools\~\AppData\Local\uv\cache\archive-v0\F_Le8aKbRn7Dq-TI0hSQt\pathspec\pathspec.py (reportImportCycles)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/__init__.py#L1
Cycle detected in import chain d:\a\nested_dict_tools\nested_dict_tools\~\AppData\Local\uv\cache\archive-v0\F_Le8aKbRn7Dq-TI0hSQt\pathspec\__init__.py d:\a\nested_dict_tools\nested_dict_tools\~\AppData\Local\uv\cache\archive-v0\F_Le8aKbRn7Dq-TI0hSQt\pathspec\patterns\__init__.py d:\a\nested_dict_tools\nested_dict_tools\~\AppData\Local\uv\cache\archive-v0\F_Le8aKbRn7Dq-TI0hSQt\pathspec\patterns\gitwildmatch.py (reportImportCycles)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/gitignore.py#L74
Overloaded implementation is not consistent with signature of overload 1   Type "(cls: type[Self@from_lines], lines: Iterable[AnyStr@from_lines], pattern_factory: str | ((AnyStr@from_lines) -> Pattern) | None = None) -> Self@from_lines" is not assignable to type "(cls: type[Self@from_lines], pattern_factory: str | ((AnyStr@from_lines) -> Pattern), lines: Iterable[AnyStr@from_lines]) -> Self@from_lines"     Parameter name mismatch: "pattern_factory" versus "lines"     Parameter 2: type "str | ((AnyStr@from_lines) -> Pattern)" is incompatible with type "Iterable[AnyStr@from_lines]"       Type "str | ((AnyStr@from_lines) -> Pattern)" is not assignable to type "Iterable[AnyStr@from_lines]"         "function" is incompatible with protocol "Iterable[AnyStr@from_lines]"           "__iter__" is not present     Parameter name mismatch: "lines" versus "pattern_factory"     Parameter 3: type "Iterable[AnyStr@from_lines]" is incompatible with type "str | ((AnyStr@from_lines) -> Pattern) | None" ... (reportInconsistentOverload)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/gitignore.py#L101
Type "str | ((AnyStr@from_lines) -> Pattern)" is not assignable to declared type "Iterable[AnyStr@from_lines]"   Type "str | ((AnyStr@from_lines) -> Pattern)" is not assignable to type "Iterable[AnyStr@from_lines]"     "str" is not assignable to "Iterable[AnyStr@from_lines]"       Type parameter "_T_co@Iterable" is covariant, but "str" is not a subtype of "AnyStr@from_lines"         Type "str" is not assignable to type "AnyStr@from_lines" (reportAssignmentType)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/gitignore.py#L103
Argument of type "type[GitWildMatchPattern] | str | <callable subtype of Iterable> | ((AnyStr@from_lines) -> Pattern)" cannot be assigned to parameter "pattern_factory" of type "str | ((AnyStr@from_lines) -> Pattern)" in function "from_lines"   Type "type[GitWildMatchPattern] | str | <callable subtype of Iterable> | ((AnyStr@from_lines) -> Pattern)" is not assignable to type "str | ((str* | bytes*) -> Pattern)"     Type "(AnyStr@from_lines) -> Pattern" is not assignable to type "str | ((str* | bytes*) -> Pattern)"       "function" is not assignable to "str"       Type "(AnyStr@from_lines) -> Pattern" is not assignable to type "(str* | bytes*) -> Pattern"         Parameter 1: type "str* | bytes*" is incompatible with type "AnyStr@from_lines"           Type "str* | bytes*" is not assignable to type "AnyStr@from_lines" (reportArgumentType)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/pathspec.py#L85
Operator "+" not supported for types "Collection[Pattern]" and "Collection[Pattern]" (reportOperatorIssue)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/pathspec.py#L95
Operator "+=" not supported for types "Collection[Pattern]" and "Collection[Pattern]"   Operator "+" not supported for types "Collection[Pattern]" and "Collection[Pattern]" (reportOperatorIssue)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/pathspec.py#L390
Return type of generator function must be compatible with "Generator[StrPath, Any, Any]"   "Generator[StrPath, Unknown, Unknown]" is not assignable to "Iterator[str]"     Type parameter "_T_co@Iterator" is covariant, but "StrPath" is not a subtype of "str"       Type "StrPath" is not assignable to type "str"         "PathLike[str]" is not assignable to "str" (reportReturnType)
build (3.12, windows-latest)
Process completed with exit code 1.
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/__init__.py#L58
Import "GitIgnorePattern" is not accessed (reportUnusedImport)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/gitignore.py#L9
This type is deprecated as of Python 3.9; use "collections.abc.Iterable" instead (reportDeprecated)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/gitignore.py#L10
This type is deprecated as of Python 3.10; use "| None" instead (reportDeprecated)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/gitignore.py#L11
This type is deprecated as of Python 3.9; use "tuple" instead (reportDeprecated)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/gitignore.py#L12
This type is deprecated as of Python 3.9; use "type" instead (reportDeprecated)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/gitignore.py#L14
This type is deprecated as of Python 3.10; use "|" instead (reportDeprecated)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/gitignore.py#L24
"_DIR_MARK" is private and used outside of the module in which it is declared (reportPrivateUsage)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/gitignore.py#L26
"_is_iterable" is private and used outside of the module in which it is declared (reportPrivateUsage)
build (3.12, windows-latest): ~/AppData/Local/uv/cache/archive-v0/F_Le8aKbRn7Dq-TI0hSQt/pathspec/gitignore.py#L41
Method "__eq__" is not marked as override but is overriding a method in class "PathSpec" (reportImplicitOverride)