Skip to content

feat: add ensureContainerExists with recursive parent creation #43

feat: add ensureContainerExists with recursive parent creation

feat: add ensureContainerExists with recursive parent creation #43

Re-run triggered March 19, 2026 11:45
Status Failure
Total duration 25s
Artifacts

ci.yml

on: pull_request
PHP CS Fixer (PHP )
13s
PHP CS Fixer (PHP )
Psalm (PHP )
20s
Psalm (PHP )
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 6 warnings
tests (highest, 8.1)
Process completed with exit code 2.
tests (highest, 8.1)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires php >=8.2 but your php version (8.1.34) does not satisfy that requirement. Problem 2 - Root composer.json requires symfony/http-client ^7.4 -> satisfiable by symfony/http-client[v7.4.0, ..., v7.4.7]. - symfony/http-client[v7.4.0, ..., v7.4.7] require php >=8.2 -> your php version (8.1.34) does not satisfy that requirement. Problem 3 - Root composer.json requires symfony/web-link ^7.4 -> satisfiable by symfony/web-link[v7.4.0, v7.4.4]. - symfony/web-link[v7.4.0, ..., v7.4.4] require php >=8.2 -> your php version (8.1.34) does not satisfy that requirement. Problem 4 - Root composer.json requires symfony/http-foundation ^7.4 -> satisfiable by symfony/http-foundation[v7.4.0, ..., v7.4.7]. - symfony/http-foundation[v7.4.0, ..., v7.4.7] require php >=8.2 -> your php version (8.1.34) does not satisfy that requirement. Problem 5 - Root composer.json requires symfony/validator ^7.4 -> satisfiable by symfony/validator[v7.4.0, ..., v7.4.7]. - symfony/validator[v7.4.0, ..., v7.4.7] require php >=8.2 -> your php version (8.1.34) does not satisfy that requirement. Problem 6 - Root composer.json requires symfony/dependency-injection ^7.4 -> satisfiable by symfony/dependency-injection[v7.4.0, ..., v7.4.7]. - symfony/dependency-injection[v7.4.0, ..., v7.4.7] require php >=8.2 -> your php version (8.1.34) does not satisfy that requirement. Problem 7 - Root composer.json requires symfony/routing ^7.4 -> satisfiable by symfony/routing[v7.4.0, v7.4.3, v7.4.4, v7.4.6]. - symfony/routing[v7.4.0, ..., v7.4.6] require php >=8.2 -> your php version (8.1.34) does not satisfy that requirement. Problem 8 - Root composer.json requires symfony/security-bundle ^7.4 -> satisfiable by symfony/security-bundle[v7.4.0, v7.4.4, v7.4.6]. - symfony/security-bundle[v7.4.0, ..., v7.4.6] require php >=8.2 -> your php version (8.1.34) does not satisfy that requirement. Problem 9 - Root composer.json requires symfony/debug-bundle ^7.4 -> satisfiable by symfony/debug-bundle[v7.4.0, v7.4.7]. - symfony/debug-bundle[v7.4.0, ..., v7.4.7] require php >=8.2 -> your php version (8.1.34) does not satisfy that requirement. Problem 10 - Root composer.json requires symfony/web-profiler-bundle ^7.4 -> satisfiable by symfony/web-profiler-bundle[v7.4.0, ..., v7.4.7]. - symfony/web-profiler-bundle[v7.4.0, ..., v7.4.7] require php >=8.2 -> your php version (8.1.34) does not satisfy that requirement. Problem 11 - Root composer.json requires symfony/console ^7.4 -> satisfiable by symfony/console[v7.4.0, ..., v7.4.7]. - symfony/console[v7.4.0, ..., v7.4.7] require php >=8.2 -> your php version (8.1.34) does not satisfy that requirement. Problem 12 - Root composer.json requires symfony/stopwatch ^7.4 -> satisfiable by symfony/stopwatch[v7.4.0]. - symfony/stopwatch v7.4.0 requires php >=8.2 -> your php version (8.1.34) does not satisfy that requirement. Problem 13 - Root composer.json requires symfony/browser-kit ^7.4 -> satisfiable by symfony/browser-kit[v7.4.0, v7.4.3, v7.4.4]. - symfony/browser-kit[v7.4.0, ..., v7.4.4] require php >=8.2 -> your php version (8.1.34) does not satisfy that requirement. Problem 14 - Root composer.json requires symfony/css-selector ^7.4 -> satisfiable by symfony/css-selector[v7.4.0, v7.4.6]. - symfony/css-selector[v7.4.0, ..., v7.4.6] require php >=8.2 -> your php version (8.1.34) does not satisfy that requirement. Problem 15 - Root composer.json requires symfony/security-core ^7.4 -> satisfiable by symfony/security-core[v7.4.0, v7.4.3, v7.4.4]. - symfony/security-core[v7.4.0, ..., v7.4.4] require php >=8.2 -> your php version (8.1.34) does not satisfy that requirement. Problem 16 - Root composer.json requires symfony/form ^7.4 -> satisfiable by symfony/form[v7.4.0, ..., v7.4.7]. - symfony/form[v7.4.0, ..., v7.4.7] require php >=8.2 -> your php version (8.1.34) does not satisfy that requi
PHP CS Fixer (PHP )
Process completed with exit code 1.
tests (highest, 8.2)
The strategy configuration was canceled because "tests.highest_8_1" failed
tests (highest, 8.2)
The operation was canceled.
tests (lowest, 8.2)
The strategy configuration was canceled because "tests.highest_8_1" failed
tests (lowest, 8.2)
The operation was canceled.
MissingOverrideAttribute: src/Bundle/Security/SolidAuthenticator.php#L40
src/Bundle/Security/SolidAuthenticator.php:40:5: MissingOverrideAttribute: Method Dunglas\PhpSolidClient\Bundle\Security\SolidAuthenticator::getloginurl should have the "Override" attribute (see https://psalm.dev/358)
UnusedProperty: src/Bundle/Security/SolidAuthenticator.php#L36
src/Bundle/Security/SolidAuthenticator.php:36:47: UnusedProperty: Cannot find any references to private property Dunglas\PhpSolidClient\Bundle\Security\SolidAuthenticator::$formFactory (see https://psalm.dev/150)
PossiblyUnusedMethod: src/Bundle/Security/SolidAuthenticator.php#L34
src/Bundle/Security/SolidAuthenticator.php:34:21: PossiblyUnusedMethod: Cannot find any calls to method Dunglas\PhpSolidClient\Bundle\Security\SolidAuthenticator::__construct (see https://psalm.dev/087)
MissingOverrideAttribute: src/Bundle/Security/LogoutListener.php#L37
src/Bundle/Security/LogoutListener.php:37:5: MissingOverrideAttribute: Method Dunglas\PhpSolidClient\Bundle\Security\LogoutListener::getsubscribedevents should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: src/Bundle/Form/SolidLoginType.php#L55
src/Bundle/Form/SolidLoginType.php:55:5: MissingOverrideAttribute: Method Dunglas\PhpSolidClient\Bundle\Form\SolidLoginType::configureoptions should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: src/Bundle/Form/SolidLoginType.php#L28
src/Bundle/Form/SolidLoginType.php:28:5: MissingOverrideAttribute: Method Dunglas\PhpSolidClient\Bundle\Form\SolidLoginType::buildform should have the "Override" attribute (see https://psalm.dev/358)
UnusedClass: src/Bundle/DunglasSolidClientBundle.php#L19
src/Bundle/DunglasSolidClientBundle.php:19:13: UnusedClass: Class Dunglas\PhpSolidClient\Bundle\DunglasSolidClientBundle is never used (see https://psalm.dev/075)
MissingOverrideAttribute: src/Bundle/DependencyInjection/DunglasSolidClientExtension.php#L24
src/Bundle/DependencyInjection/DunglasSolidClientExtension.php:24:5: MissingOverrideAttribute: Method Dunglas\PhpSolidClient\Bundle\DependencyInjection\DunglasSolidClientExtension::load should have the "Override" attribute (see https://psalm.dev/358)
UnusedClass: src/Bundle/DependencyInjection/DunglasSolidClientExtension.php#L22
src/Bundle/DependencyInjection/DunglasSolidClientExtension.php:22:13: UnusedClass: Class Dunglas\PhpSolidClient\Bundle\DependencyInjection\DunglasSolidClientExtension is never used (see https://psalm.dev/075)
PossiblyUnusedMethod: src/Bundle/Action/Login.php#L29
src/Bundle/Action/Login.php:29:21: PossiblyUnusedMethod: Cannot find any calls to method Dunglas\PhpSolidClient\Bundle\Action\Login::__construct (see https://psalm.dev/087)
tests (highest, 8.1)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHP CS Fixer (PHP )
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHP CS Fixer (PHP ): tests/ContainerOperationsTest.php#L1
Found violation(s) of type: class_attributes_separation
tests (highest, 8.2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
tests (lowest, 8.2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Psalm (PHP )
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/