Skip to content

use new api to run old tests #67

use new api to run old tests

use new api to run old tests #67

Triggered via push February 16, 2025 16:42
Status Failure
Total duration 8m 53s
Artifacts

ci.yml

on: push
Matrix: BlackBox
Matrix: Coverage
Matrix: CS
Matrix: Psalm
Fit to window
Zoom out
Zoom in

Annotations

34 errors and 7 warnings
ClassMustBeFinal: src/Internal/Stream/Exception/InvalidArgumentException.php#L6
src/Internal/Stream/Exception/InvalidArgumentException.php:6:7: ClassMustBeFinal: Class Innmind\IO\Internal\Stream\Exception\InvalidArgumentException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
PossiblyFalseArgument: src/Internal/Stream/Readable/Stream.php#L45
src/Internal/Stream/Readable/Stream.php:45:25: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Readable\Stream::__construct cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/Stream/Readable/Stream.php#L51
src/Internal/Stream/Readable/Stream.php:51:17: PossiblyFalseArgument: Argument 1 of fwrite cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/Stream/Readable/Stream.php#L53
src/Internal/Stream/Readable/Stream.php:53:25: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Readable\Stream::__construct cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/Stream/Stream/Stream.php#L76
src/Internal/Stream/Stream/Stream.php:76:29: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Stream\Position::__construct cannot be false, possibly int value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/Stream/Streams/Temporary.php#L28
src/Internal/Stream/Streams/Temporary.php:28:41: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Stream\Bidirectional::of cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/Stream/Streams/Writable.php#L28
src/Internal/Stream/Streams/Writable.php:28:33: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Writable\Stream::of cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Next/Files/Read.php#L45
src/Next/Files/Read.php:45:35: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Streams\Readable::acquire cannot be false, possibly resource value expected (see https://psalm.dev/104)
ArgumentTypeCoercion: src/Next/Files/Read.php#L62
src/Next/Files/Read.php:62:23: ArgumentTypeCoercion: Argument 1 of Innmind\Immutable\Either::map expects callable(Innmind\IO\Internal\Stream\Stream):Innmind\IO\Readable\Stream<Innmind\IO\Internal\Stream\Readable>, but parent type impure-Closure(Innmind\IO\Internal\Stream\Readable):Innmind\IO\Readable\Stream provided (see https://psalm.dev/193)
ImpureMethodCall: src/Next/Sockets/Clients/Client.php#L93
src/Next/Sockets/Clients/Client.php:93:28: ImpureMethodCall: Cannot call a possibly-mutating method Innmind\IO\Sockets\Client::heartbeatWith from a mutation-free context (see https://psalm.dev/203)
Psalm (8.3, lowest)
The job was canceled because "_8_3_highest" failed.
PossiblyFalseArgument: src/Internal/Stream/Readable/Stream.php#L45
src/Internal/Stream/Readable/Stream.php:45:25: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Readable\Stream::__construct cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/Stream/Readable/Stream.php#L51
src/Internal/Stream/Readable/Stream.php:51:17: PossiblyFalseArgument: Argument 1 of fwrite cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/Stream/Readable/Stream.php#L53
src/Internal/Stream/Readable/Stream.php:53:25: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Readable\Stream::__construct cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/Stream/Stream/Stream.php#L76
src/Internal/Stream/Stream/Stream.php:76:29: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Stream\Position::__construct cannot be false, possibly int value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/Stream/Streams/Temporary.php#L28
src/Internal/Stream/Streams/Temporary.php:28:41: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Stream\Bidirectional::of cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/Stream/Streams/Writable.php#L28
src/Internal/Stream/Streams/Writable.php:28:33: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Writable\Stream::of cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Next/Files/Read.php#L45
src/Next/Files/Read.php:45:35: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Streams\Readable::acquire cannot be false, possibly resource value expected (see https://psalm.dev/104)
ArgumentTypeCoercion: src/Next/Files/Read.php#L62
src/Next/Files/Read.php:62:23: ArgumentTypeCoercion: Argument 1 of Innmind\Immutable\Either::map expects callable(Innmind\IO\Internal\Stream\Stream):Innmind\IO\Readable\Stream<Innmind\IO\Internal\Stream\Readable>, but parent type impure-Closure(Innmind\IO\Internal\Stream\Readable):Innmind\IO\Readable\Stream provided (see https://psalm.dev/193)
ImpureMethodCall: src/Next/Sockets/Clients/Client.php#L93
src/Next/Sockets/Clients/Client.php:93:28: ImpureMethodCall: Cannot call a possibly-mutating method Innmind\IO\Sockets\Client::heartbeatWith from a mutation-free context (see https://psalm.dev/203)
ImpureMethodCall: src/Next/Sockets/Clients/Client.php#L111
src/Next/Sockets/Clients/Client.php:111:28: ImpureMethodCall: Cannot call a possibly-mutating method Innmind\IO\Sockets\Client::abortWhen from a mutation-free context (see https://psalm.dev/203)
Psalm (8.2, highest)
The job was canceled because "_8_3_highest" failed.
ClassMustBeFinal: src/Internal/Stream/Exception/InvalidArgumentException.php#L6
src/Internal/Stream/Exception/InvalidArgumentException.php:6:7: ClassMustBeFinal: Class Innmind\IO\Internal\Stream\Exception\InvalidArgumentException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
PossiblyFalseArgument: src/Internal/Stream/Readable/Stream.php#L45
src/Internal/Stream/Readable/Stream.php:45:25: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Readable\Stream::__construct cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/Stream/Readable/Stream.php#L51
src/Internal/Stream/Readable/Stream.php:51:17: PossiblyFalseArgument: Argument 1 of fwrite cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/Stream/Readable/Stream.php#L53
src/Internal/Stream/Readable/Stream.php:53:25: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Readable\Stream::__construct cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/Stream/Stream/Stream.php#L76
src/Internal/Stream/Stream/Stream.php:76:29: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Stream\Position::__construct cannot be false, possibly int value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/Stream/Streams/Temporary.php#L28
src/Internal/Stream/Streams/Temporary.php:28:41: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Stream\Bidirectional::of cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/Stream/Streams/Writable.php#L28
src/Internal/Stream/Streams/Writable.php:28:33: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Writable\Stream::of cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Next/Files/Read.php#L45
src/Next/Files/Read.php:45:35: PossiblyFalseArgument: Argument 1 of Innmind\IO\Internal\Stream\Streams\Readable::acquire cannot be false, possibly resource value expected (see https://psalm.dev/104)
ArgumentTypeCoercion: src/Next/Files/Read.php#L62
src/Next/Files/Read.php:62:23: ArgumentTypeCoercion: Argument 1 of Innmind\Immutable\Either::map expects callable(Innmind\IO\Internal\Stream\Stream):Innmind\IO\Readable\Stream<Innmind\IO\Internal\Stream\Readable>, but parent type impure-Closure(Innmind\IO\Internal\Stream\Readable):Innmind\IO\Readable\Stream provided (see https://psalm.dev/193)
ImpureMethodCall: src/Next/Sockets/Clients/Client.php#L93
src/Next/Sockets/Clients/Client.php:93:28: ImpureMethodCall: Cannot call a possibly-mutating method Innmind\IO\Sockets\Client::heartbeatWith from a mutation-free context (see https://psalm.dev/203)
Psalm (8.2, lowest)
The job was canceled because "_8_3_highest" failed.
CS (8.2)
Process completed with exit code 8.
Psalm (8.3, highest)
Cache not found for keys: Linux-php-8.3.17-composer-highest-8930b52a4e51d76c1991a4f00d3f98944cef53eca3eb27e056117c40dee197b1, Linux-php-8.3.17-composer-highest-
BlackBox (ubuntu-latest, 8.3, lowest)
Cache not found for keys: Linux-php-8.3.17-composer-lowest-8930b52a4e51d76c1991a4f00d3f98944cef53eca3eb27e056117c40dee197b1, Linux-php-8.3.17-composer-lowest-
BlackBox (ubuntu-latest, 8.3, highest)
Cache not found for keys: Linux-php-8.3.17-composer-highest-8930b52a4e51d76c1991a4f00d3f98944cef53eca3eb27e056117c40dee197b1, Linux-php-8.3.17-composer-highest-
Coverage (ubuntu-latest, 8.3, highest)
Cache not found for keys: Linux-php-8.3.17-composer-highest-8930b52a4e51d76c1991a4f00d3f98944cef53eca3eb27e056117c40dee197b1, Linux-php-8.3.17-composer-highest-
Coverage (ubuntu-latest, 8.3, highest)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Coverage (ubuntu-latest, 8.3, lowest)
Cache not found for keys: Linux-php-8.3.17-composer-lowest-8930b52a4e51d76c1991a4f00d3f98944cef53eca3eb27e056117c40dee197b1, Linux-php-8.3.17-composer-lowest-
Coverage (ubuntu-latest, 8.3, lowest)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists