Skip to content

Integrate

Integrate #1955

Triggered via schedule April 29, 2024 10:17
Status Failure
Total duration 5m 19s
Artifacts

integrate.yaml

on: schedule
Matrix: static-code-analysis
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

33 errors and 38 warnings
Tests (PHP: 8.2, Symfony: 7)
Your requirements could not be resolved to an installable set of packages. Problem 1 - symfony/security-guard[v2.8.0-BETA1, ..., v2.8.41] require symfony/security-core ~2.8|~3.0.0 -> found symfony/security-core[v2.8.0-BETA1, ..., v2.8.52, v3.0.0-BETA1, ..., v3.0.9] but these were not loaded, likely because it conflicts with another require. - symfony/security-guard[v2.8.42, ..., v2.8.52] require symfony/security-core ^2.8.41|^3.3.17 -> found symfony/security-core[v2.8.41, ..., v2.8.52, v3.3.17, ..., v3.4.49] but these were not loaded, likely because it conflicts with another require. - symfony/security-guard[v3.0.0-BETA1, ..., v3.3.18] require symfony/security-core ~2.8|~3.0 -> found symfony/security-core[v2.8.0-BETA1, ..., v2.8.52, v3.0.0-BETA1, ..., v3.4.49] but these were not loaded, likely because it conflicts with another require. - symfony/security-guard[v3.4.0-BETA1, ..., v3.4.22] require symfony/security-core ~2.8|~3.0|~4.0 -> found symfony/security-core[v2.8.0-BETA1, ..., v2.8.52, v3.0.0-BETA1, ..., v3.4.49, v4.0.0-BETA1, ..., v4.4.48] but these were not loaded, likely because it conflicts with another require. - symfony/security-guard[v3.4.23, ..., v3.4.48] require symfony/security-core ~3.4.22|^4.2.3 -> found symfony/security-core[v3.4.22, ..., v3.4.49, v4.2.3, ..., v4.4.48] but these were not loaded, likely because it conflicts with another require. - symfony/security-guard[v4.0.0-BETA1, ..., v4.4.8] require php ^7.1.3 -> your php version (8.2.17) does not satisfy that requirement. - symfony/security-guard[v4.4.9, ..., v4.4.46] require symfony/security-core ^3.4.22|^4.2.3|^5.0 -> found symfony/security-core[v3.4.22, ..., v3.4.49, v4.2.3, ..., v4.4.48, v5.0.0-BETA1, ..., v5.4.38] but these were not loaded, likely because it conflicts with another require. - symfony/security-guard[v5.0.0-BETA1, ..., v5.0.0-RC1] require php ^7.2.9 -> your php version (8.2.17) does not satisfy that requirement. - symfony/security-guard[v5.0.0, ..., v5.1.0-RC1] require php ^7.2.5 -> your php version (8.2.17) does not satisfy that requirement. - symfony/security-guard[v5.0.9, ..., v5.4.35] require symfony/security-core ^5.0 -> found symfony/security-core[v5.0.0-BETA1, ..., v5.4.38] but these were not loaded, likely because it conflicts with another require. - symfony/security-guard v5.4.0-BETA1 requires symfony/security-core ^5.0|^6.0 -> found symfony/security-core[v5.0.0-BETA1, ..., v5.4.38, v6.0.0-BETA1, ..., v6.4.3] but these were not loaded, likely because it conflicts with another require. - Root composer.json requires symfony/security-guard * -> satisfiable by symfony/security-guard[v2.8.0-BETA1, ..., v2.8.52, v3.0.0-BETA1, ..., v3.4.48, v4.0.0-BETA1, ..., v4.4.46, v5.0.0-BETA1, ..., v5.4.35].
Tests (PHP: 8.2, Symfony: 7)
The process '/usr/local/bin/composer' failed with exit code 2
UnusedPsalmSuppress: src/Twig/CachedTemplatesRegistry.php#L59
src/Twig/CachedTemplatesRegistry.php:59:33: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
UnusedPsalmSuppress: src/Twig/CachedTemplatesRegistry.php#L61
src/Twig/CachedTemplatesRegistry.php:61:33: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
Static Code Analysis (PHP: 8, deps: lowest)
Process completed with exit code 2.
UnusedPsalmSuppress: src/Twig/CachedTemplatesRegistry.php#L59
src/Twig/CachedTemplatesRegistry.php:59:33: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
UnusedPsalmSuppress: src/Twig/CachedTemplatesRegistry.php#L61
src/Twig/CachedTemplatesRegistry.php:61:33: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
Static Code Analysis (PHP: 8.1, deps: lowest)
Process completed with exit code 2.
RiskyTruthyFalsyComparison: src/Handler/ConsoleHandler.php#L60
src/Handler/ConsoleHandler.php:60:21: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Handler/ConsoleHandler.php#L73
src/Handler/ConsoleHandler.php:73:21: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Handler/ConsoleHandler.php#L129
src/Handler/ConsoleHandler.php:129:13: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Handler/ConsoleHandler.php#L173
src/Handler/ConsoleHandler.php:173:13: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Handler/ContainerHandler.php#L108
src/Handler/ContainerHandler.php:108:61: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Handler/ContainerHandler.php#L144
src/Handler/ContainerHandler.php:144:36: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Symfony/ContainerMeta.php#L49
src/Symfony/ContainerMeta.php:49:13: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Symfony/ContainerMeta.php#L94
src/Symfony/ContainerMeta.php:94:17: RiskyTruthyFalsyComparison: Operand of type false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Symfony/ContainerMeta.php#L99
src/Symfony/ContainerMeta.php:99:13: RiskyTruthyFalsyComparison: Operand of type false|null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
Static Code Analysis (PHP: 8.1, deps: highest)
Process completed with exit code 2.
RiskyTruthyFalsyComparison: src/Handler/ConsoleHandler.php#L60
src/Handler/ConsoleHandler.php:60:21: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Handler/ConsoleHandler.php#L73
src/Handler/ConsoleHandler.php:73:21: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Handler/ConsoleHandler.php#L129
src/Handler/ConsoleHandler.php:129:13: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Handler/ConsoleHandler.php#L173
src/Handler/ConsoleHandler.php:173:13: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Handler/ContainerHandler.php#L108
src/Handler/ContainerHandler.php:108:61: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Handler/ContainerHandler.php#L136
src/Handler/ContainerHandler.php:136:17: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Handler/ContainerHandler.php#L144
src/Handler/ContainerHandler.php:144:36: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Symfony/ContainerMeta.php#L49
src/Symfony/ContainerMeta.php:49:13: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Symfony/ContainerMeta.php#L94
src/Symfony/ContainerMeta.php:94:17: RiskyTruthyFalsyComparison: Operand of type false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Symfony/ContainerMeta.php#L99
src/Symfony/ContainerMeta.php:99:13: RiskyTruthyFalsyComparison: Operand of type false|null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
Tests (PHP: 8.1, Symfony: 6)
Process completed with exit code 1.
Tests (PHP: 8.1, Symfony: 5)
Process completed with exit code 1.
Tests (PHP: 8, Symfony: 5)
Process completed with exit code 1.
Tests (PHP: 8.2, Symfony: 6)
Process completed with exit code 1.
Tests (PHP: 8.2, Symfony: 5)
Process completed with exit code 1.
Tests (PHP: 8.2, Symfony: 7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (PHP: 8.2, Symfony: 7)
The following actions uses node12 which is deprecated and will be forced to run on node16: ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (PHP: 8.2, Symfony: 7)
The `save-state` 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/
Static Code Analysis (PHP: 8, deps: lowest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, ramsey/composer-install@v1, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Static Code Analysis (PHP: 8, deps: lowest)
The following actions uses node12 which is deprecated and will be forced to run on node16: ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Static Code Analysis (PHP: 8, deps: lowest)
The `save-state` 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/
Static Code Analysis (PHP: 8, deps: lowest)
The `save-state` 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/
Static Code Analysis (PHP: 8, deps: lowest)
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/
Static Code Analysis (PHP: 8.1, deps: lowest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, ramsey/composer-install@v1, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Static Code Analysis (PHP: 8.1, deps: lowest)
The following actions uses node12 which is deprecated and will be forced to run on node16: ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Static Code Analysis (PHP: 8.1, deps: lowest)
The `save-state` 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/
Static Code Analysis (PHP: 8.1, deps: lowest)
The `save-state` 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/
Static Code Analysis (PHP: 8.1, deps: lowest)
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/
Static Code Analysis (PHP: 8.1, deps: highest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, ramsey/composer-install@v1, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Static Code Analysis (PHP: 8.1, deps: highest)
The following actions uses node12 which is deprecated and will be forced to run on node16: ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Static Code Analysis (PHP: 8.1, deps: highest)
The `save-state` 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/
Static Code Analysis (PHP: 8.1, deps: highest)
The `save-state` 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/
Static Code Analysis (PHP: 8.1, deps: highest)
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/
Static Code Analysis (PHP: 8, deps: highest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, ramsey/composer-install@v1, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Static Code Analysis (PHP: 8, deps: highest)
The following actions uses node12 which is deprecated and will be forced to run on node16: ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Static Code Analysis (PHP: 8, deps: highest)
The `save-state` 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/
Static Code Analysis (PHP: 8, deps: highest)
The `save-state` 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/
Static Code Analysis (PHP: 8, deps: highest)
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/
Tests (PHP: 8.1, Symfony: 6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (PHP: 8.1, Symfony: 6)
The following actions uses node12 which is deprecated and will be forced to run on node16: ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (PHP: 8.1, Symfony: 6)
The `save-state` 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/
Tests (PHP: 8.1, Symfony: 5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (PHP: 8.1, Symfony: 5)
The following actions uses node12 which is deprecated and will be forced to run on node16: ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (PHP: 8.1, Symfony: 5)
The `save-state` 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/
Tests (PHP: 8, Symfony: 5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (PHP: 8, Symfony: 5)
The following actions uses node12 which is deprecated and will be forced to run on node16: ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (PHP: 8, Symfony: 5)
The `save-state` 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/
Tests (PHP: 8.2, Symfony: 6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (PHP: 8.2, Symfony: 6)
The following actions uses node12 which is deprecated and will be forced to run on node16: ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (PHP: 8.2, Symfony: 6)
The `save-state` 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/
Tests (PHP: 8.2, Symfony: 5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (PHP: 8.2, Symfony: 5)
The following actions uses node12 which is deprecated and will be forced to run on node16: ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (PHP: 8.2, Symfony: 5)
The `save-state` 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/