Skip to content

Update dependency psr/simple-cache to v3 #113

Update dependency psr/simple-cache to v3

Update dependency psr/simple-cache to v3 #113

Triggered via pull request September 4, 2023 21:03
Status Failure
Total duration 11m 15s
Artifacts

ci.yml

on: pull_request
Package Name
7s
Package Name
Supported Versions Matrix
4s
Supported Versions Matrix
Supported Checks Matrix
9s
Supported Checks Matrix
Matrix: can-require
Matrix: qa
Matrix: tests-directly-on-os
Fit to window
Zoom out
Zoom in

Annotations

123 errors and 100 warnings
Test we can require "wyrihaximus/react-cache-psr-16-adapter" on PHP 8.3
Docker pull failed with exit code 1
Run tests on PHP 8.1 with highest dependency preference (windows-latest)
Process completed with exit code 1.
Run tests on PHP 8.2 with locked dependency preference (ubuntu-latest)
Process completed with exit code 2.
Run tests on PHP 8.1 with locked dependency preference (ubuntu-latest)
Process completed with exit code 2.
Run tests on PHP 8.2 with highest dependency preference (ubuntu-latest)
Process completed with exit code 2.
Run tests on PHP 8.1 with highest dependency preference (ubuntu-latest)
Process completed with exit code 2.
Run tests on PHP 8.2 with highest dependency preference (windows-latest)
Process completed with exit code 1.
Run tests on PHP 8.1 with locked dependency preference (windows-latest)
Process completed with exit code 1.
Run cs on PHP 8.1 with highest dependency preference
Process completed with exit code 2.
Run composer-unused on PHP 8.1 with highest dependency preference
Process completed with exit code 2.
Run mutation-testing on PHP 8.1 with highest dependency preference
Process completed with exit code 2.
Run tests on PHP 8.1 with highest dependency preference (macos-latest)
Process completed with exit code 2.
Run stan on PHP 8.1 with highest dependency preference
Process completed with exit code 2.
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::set with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::set (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::delete with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::delete (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::clear with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::clear (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::setMultiple with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::setMultiple (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::deleteMultiple with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::deleteMultiple (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::has with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::has (see https://psalm.dev/042)
Run psalm on PHP 8.1 with highest dependency preference
Process completed with exit code 2.
Run tests on PHP 8.2 with locked dependency preference (windows-latest)
Process completed with exit code 1.
Run unit-testing on PHP 8.1 with highest dependency preference
Process completed with exit code 2.
Run mutation-testing on PHP 8.1 with locked dependency preference
Process completed with exit code 2.
Run composer-unused on PHP 8.1 with locked dependency preference
Process completed with exit code 2.
Run tests on PHP 8.2 with locked dependency preference (macos-latest)
Process completed with exit code 2.
Run unit-testing on PHP 8.1 with locked dependency preference
Process completed with exit code 2.
Run tests on PHP 8.2 with highest dependency preference (macos-latest)
Process completed with exit code 2.
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L26
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::get() is not covariant with return type mixed of method Psr\SimpleCache\CacheInterface::get().
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L38
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::set() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::set().
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L50
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::delete() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::delete().
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L62
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::clear() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::clear().
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L90
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::setMultiple() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::setMultiple().
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L97
Unable to resolve the template type TKey in call to function BenTools\IterableFunctions\iterable_to_array
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L103
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::deleteMultiple() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::deleteMultiple().
Run stan on PHP 8.1 with locked dependency preference: src/PSR16Adapter.php#L117
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::has() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::has().
Run stan on PHP 8.1 with locked dependency preference: tests/PSR16AdapterTest.php#L20
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with locked dependency preference: tests/PSR16AdapterTest.php#L29
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run psalm on PHP 8.1 with locked dependency preference
Process completed with exit code 2.
Run composer-unused on PHP 8.1 with lowest dependency preference
Process completed with exit code 2.
Run cs on PHP 8.2 with highest dependency preference
Process completed with exit code 2.
Run composer-unused on PHP 8.2 with highest dependency preference
Process completed with exit code 2.
Run tests on PHP 8.1 with locked dependency preference (macos-latest)
Process completed with exit code 2.
Run mutation-testing on PHP 8.2 with highest dependency preference
Process completed with exit code 2.
Run mutation-testing on PHP 8.1 with lowest dependency preference
Process completed with exit code 2.
Run stan on PHP 8.1 with lowest dependency preference: src/PSR16Adapter.php#L97
Unable to resolve the template type TKey in call to function BenTools\IterableFunctions\iterable_to_array
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L20
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L29
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L37
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L46
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L56
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L71
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L85
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L94
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.1 with lowest dependency preference: tests/PSR16AdapterTest.php#L106
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::set with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::set (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::delete with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::delete (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::clear with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::clear (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::setMultiple with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::setMultiple (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::deleteMultiple with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::deleteMultiple (see https://psalm.dev/042)
MethodSignatureMismatch: ../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::has with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::has (see https://psalm.dev/042)
Run psalm on PHP 8.2 with highest dependency preference
Process completed with exit code 2.
Run unit-testing on PHP 8.2 with highest dependency preference
Process completed with exit code 2.
Run stan on PHP 8.2 with highest dependency preference
Process completed with exit code 2.
Run composer-unused on PHP 8.2 with locked dependency preference
Process completed with exit code 2.
Run backward-compatibility-check on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run composer-install on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run composer-require-checker on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L26
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::get() is not covariant with return type mixed of method Psr\SimpleCache\CacheInterface::get().
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L38
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::set() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::set().
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L50
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::delete() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::delete().
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L62
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::clear() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::clear().
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L90
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::setMultiple() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::setMultiple().
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L97
Unable to resolve the template type TKey in call to function BenTools\IterableFunctions\iterable_to_array
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L103
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::deleteMultiple() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::deleteMultiple().
Run stan on PHP 8.2 with locked dependency preference: src/PSR16Adapter.php#L117
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::has() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::has().
Run stan on PHP 8.2 with locked dependency preference: tests/PSR16AdapterTest.php#L20
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with locked dependency preference: tests/PSR16AdapterTest.php#L29
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run psalm on PHP 8.2 with locked dependency preference
Process completed with exit code 2.
Run unit-testing on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run backward-compatibility-check on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run mutation-testing on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run mutation-testing on PHP 8.2 with locked dependency preference
Process completed with exit code 2.
Run cs-fix on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run psalm on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run unit-testing on PHP 8.2 with locked dependency preference
Process completed with exit code 2.
Run cs on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run cs on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run composer-require-checker on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run syntax-php on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run composer-unused on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run stan on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1
Run composer-unused on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run mutation-testing on PHP 8.2 with lowest dependency preference
Process completed with exit code 2.
Run mutation-testing on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run psalm on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run composer-install on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run cs-fix on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run composer-install on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run composer-require-checker on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run unit-testing on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run composer-unused on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run cs on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run stan on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run composer-unused on PHP 8.2 with lowest dependency preference
Process completed with exit code 2.
Run backward-compatibility-check on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run stan on PHP 8.2 with lowest dependency preference: src/PSR16Adapter.php#L97
Unable to resolve the template type TKey in call to function BenTools\IterableFunctions\iterable_to_array
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L20
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L29
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L37
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L46
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L56
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L71
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L85
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L94
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run stan on PHP 8.2 with lowest dependency preference: tests/PSR16AdapterTest.php#L106
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase: https://github.com/sebastianbergmann/phpunit/issues/4141
Run unit-testing on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run syntax-php on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1
Run cs-fix on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run psalm on PHP 8.2 with lowest dependency preference
Process completed with exit code 2.
Run syntax-php on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run stan on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run mutation-testing on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Run psalm on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1
Package Name
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Supported Checks Matrix
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test we can require "wyrihaximus/react-cache-psr-16-adapter" on PHP 8.3
Docker pull failed with exit code 1, back off 3.857 seconds before retry.
Test we can require "wyrihaximus/react-cache-psr-16-adapter" on PHP 8.3
Docker pull failed with exit code 1, back off 9.502 seconds before retry.
Run composer-unused on PHP 8.1 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: bentools/iterable-functions)" exclusion is a zombie
Run composer-unused on PHP 8.1 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: psr/simple-cache)" exclusion is a zombie
Run composer-unused on PHP 8.1 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/async)" exclusion is a zombie
Run composer-unused on PHP 8.1 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/cache)" exclusion is a zombie
Run composer-unused on PHP 8.1 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: thecodingmachine/safe)" exclusion is a zombie
Run composer-unused on PHP 8.1 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: bentools/iterable-functions)" exclusion is a zombie
Run composer-unused on PHP 8.1 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: psr/simple-cache)" exclusion is a zombie
Run composer-unused on PHP 8.1 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/async)" exclusion is a zombie
Run composer-unused on PHP 8.1 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/cache)" exclusion is a zombie
Run composer-unused on PHP 8.1 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: thecodingmachine/safe)" exclusion is a zombie
Run composer-unused on PHP 8.1 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: bentools/iterable-functions)" exclusion is a zombie
Run composer-unused on PHP 8.1 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: psr/simple-cache)" exclusion is a zombie
Run composer-unused on PHP 8.1 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/async)" exclusion is a zombie
Run composer-unused on PHP 8.1 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/cache)" exclusion is a zombie
Run composer-unused on PHP 8.1 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: thecodingmachine/safe)" exclusion is a zombie
Run composer-unused on PHP 8.2 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: bentools/iterable-functions)" exclusion is a zombie
Run composer-unused on PHP 8.2 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: psr/simple-cache)" exclusion is a zombie
Run composer-unused on PHP 8.2 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/async)" exclusion is a zombie
Run composer-unused on PHP 8.2 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/cache)" exclusion is a zombie
Run composer-unused on PHP 8.2 with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: thecodingmachine/safe)" exclusion is a zombie
Run composer-unused on PHP 8.2 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: bentools/iterable-functions)" exclusion is a zombie
Run composer-unused on PHP 8.2 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: psr/simple-cache)" exclusion is a zombie
Run composer-unused on PHP 8.2 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/async)" exclusion is a zombie
Run composer-unused on PHP 8.2 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/cache)" exclusion is a zombie
Run composer-unused on PHP 8.2 with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: thecodingmachine/safe)" exclusion is a zombie
Run backward-compatibility-check on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 4.36 seconds before retry.
Run backward-compatibility-check on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 9.518 seconds before retry.
Run composer-install on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 1.07 seconds before retry.
Run composer-install on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 6.854 seconds before retry.
Run composer-require-checker on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 5.835 seconds before retry.
Run composer-require-checker on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 5.139 seconds before retry.
Run unit-testing on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 5.495 seconds before retry.
Run unit-testing on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 1.292 seconds before retry.
Run backward-compatibility-check on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 7.613 seconds before retry.
Run backward-compatibility-check on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 3.621 seconds before retry.
Run mutation-testing on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 8.03 seconds before retry.
Run mutation-testing on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 6.422 seconds before retry.
Run cs-fix on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 8.728 seconds before retry.
Run cs-fix on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 4.373 seconds before retry.
Run psalm on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 7.98 seconds before retry.
Run psalm on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 2.354 seconds before retry.
Run cs on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 8.662 seconds before retry.
Run cs on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 6.591 seconds before retry.
Run cs on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 4.186 seconds before retry.
Run cs on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 4.384 seconds before retry.
Run composer-require-checker on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 8.552 seconds before retry.
Run composer-require-checker on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 6.001 seconds before retry.
Run syntax-php on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 9.265 seconds before retry.
Run syntax-php on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 3.402 seconds before retry.
Run composer-unused on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 8.866 seconds before retry.
Run composer-unused on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 8.896 seconds before retry.
Run stan on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 9.495 seconds before retry.
Run stan on PHP 8.3 with highest dependency preference
Docker pull failed with exit code 1, back off 9.059 seconds before retry.
Run composer-unused on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 7.471 seconds before retry.
Run composer-unused on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 3.654 seconds before retry.
Run mutation-testing on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 5.344 seconds before retry.
Run mutation-testing on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 8.323 seconds before retry.
Run psalm on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 5.273 seconds before retry.
Run psalm on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 5.16 seconds before retry.
Run composer-install on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 9.04 seconds before retry.
Run composer-install on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 7.993 seconds before retry.
Run cs-fix on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 8.137 seconds before retry.
Run cs-fix on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 2.649 seconds before retry.
Run composer-install on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 3.454 seconds before retry.
Run composer-install on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 1.626 seconds before retry.
Run composer-require-checker on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 3.669 seconds before retry.
Run composer-require-checker on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 5.323 seconds before retry.
Run unit-testing on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 9.657 seconds before retry.
Run unit-testing on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 2.013 seconds before retry.
Run composer-unused on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 2.207 seconds before retry.
Run composer-unused on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 6.632 seconds before retry.
Run cs on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 1.238 seconds before retry.
Run cs on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 1.789 seconds before retry.
Run stan on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 3.509 seconds before retry.
Run stan on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 9.076 seconds before retry.
Run composer-unused on PHP 8.2 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: bentools/iterable-functions)" exclusion is a zombie
Run composer-unused on PHP 8.2 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: psr/simple-cache)" exclusion is a zombie
Run composer-unused on PHP 8.2 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/async)" exclusion is a zombie
Run composer-unused on PHP 8.2 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/cache)" exclusion is a zombie
Run composer-unused on PHP 8.2 with lowest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: thecodingmachine/safe)" exclusion is a zombie
Run backward-compatibility-check on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 8.678 seconds before retry.
Run backward-compatibility-check on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 5.531 seconds before retry.
Run unit-testing on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 6.276 seconds before retry.
Run unit-testing on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 2.472 seconds before retry.
Run syntax-php on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 9.917 seconds before retry.
Run syntax-php on PHP 8.3 with locked dependency preference
Docker pull failed with exit code 1, back off 7.356 seconds before retry.
Run cs-fix on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 5.812 seconds before retry.
Run cs-fix on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 6.997 seconds before retry.
Run syntax-php on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 9.644 seconds before retry.
Run syntax-php on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 1.039 seconds before retry.
Run stan on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 5.772 seconds before retry.
Run stan on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 7.282 seconds before retry.
Run mutation-testing on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 9.196 seconds before retry.
Run mutation-testing on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 8.638 seconds before retry.
Run psalm on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 8.628 seconds before retry.
Run psalm on PHP 8.3 with lowest dependency preference
Docker pull failed with exit code 1, back off 8.513 seconds before retry.