Skip to content

Async unlock if inside force close #149

Async unlock if inside force close

Async unlock if inside force close #149

Triggered via push September 7, 2023 21:59
Status Failure
Total duration 1m 11s
Artifacts

ci.yml

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

Annotations

14 errors and 4 warnings
PossiblyNullReference: src/Lock.php#L41
src/Lock.php:41:50: PossiblyNullReference: Cannot call method count on possibly null value (see https://psalm.dev/083)
InvalidArgument: src/Lock.php#L42
src/Lock.php:42:30: InvalidArgument: Argument 1 of Amp\Future\awaitAll expects iterable<array-key, Amp\Future<mixed>>, but SplObjectStorage provided (see https://psalm.dev/004)
PossiblyNullReference: src/Lock.php#L78
src/Lock.php:78:65: PossiblyNullReference: Cannot call method detach on possibly null value (see https://psalm.dev/083)
RedundantPropertyInitializationCheck: src/Lock.php#L97
src/Lock.php:97:9: RedundantPropertyInitializationCheck: Static property Amp\Sync\Lock::$testFiber with type Fiber has unexpected isset check — should it be nullable? (see https://psalm.dev/261)
RedundantPropertyInitializationCheck: src/Lock.php#L97
src/Lock.php:97:30: RedundantPropertyInitializationCheck: Static property Amp\Sync\Lock::$testFiber with type Fiber has unexpected isset check — should it be nullable? (see https://psalm.dev/261)
PHP 8.2
Process completed with exit code 2.
PossiblyNullReference: src/Lock.php#L41
src/Lock.php:41:50: PossiblyNullReference: Cannot call method count on possibly null value (see https://psalm.dev/083)
InvalidArgument: src/Lock.php#L42
src/Lock.php:42:30: InvalidArgument: Argument 1 of Amp\Future\awaitAll expects iterable<array-key, Amp\Future<mixed>>, but SplObjectStorage provided (see https://psalm.dev/004)
PossiblyNullReference: src/Lock.php#L78
src/Lock.php:78:65: PossiblyNullReference: Cannot call method detach on possibly null value (see https://psalm.dev/083)
RedundantPropertyInitializationCheck: src/Lock.php#L97
src/Lock.php:97:9: RedundantPropertyInitializationCheck: Static property Amp\Sync\Lock::$testFiber with type Fiber has unexpected isset check — should it be nullable? (see https://psalm.dev/261)
RedundantPropertyInitializationCheck: src/Lock.php#L97
src/Lock.php:97:30: RedundantPropertyInitializationCheck: Static property Amp\Sync\Lock::$testFiber with type Fiber has unexpected isset check — should it be nullable? (see https://psalm.dev/261)
PHP 8.1
The operation was canceled.
PHP 8.1 on Windows
The operation was canceled.
PHP 8.1 on macOS
The operation was canceled.
PHP 8.2
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.1
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.1 on Windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.1 on macOS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/