Skip to content

chore(deps): update actions/checkout action to v4 #151

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #151

Triggered via pull request September 4, 2023 15:54
Status Failure
Total duration 5m 58s
Artifacts

continuous-integration.yml

on: pull_request
Supported Versions Matrix
6s
Supported Versions Matrix
Matrix: Grumphp
Fit to window
Zoom out
Zoom in

Annotations

43 errors and 8 warnings
Grumphp (ubuntu-latest, 8.2): src/Builder/Random.php#L62
Method loophp\phptree\Builder\Random::createNode() should return loophp\phptree\Node\NodeInterface but returns object.
Grumphp (ubuntu-latest, 8.2): src/Exporter/Gv.php#L125
Property loophp\phptree\Exporter\Gv::$attributes (array<array<string>|string>) does not accept array<int|string, mixed>.
Grumphp (ubuntu-latest, 8.2): src/Exporter/Gv.php#L144
Parameter #1 $object_or_class of function method_exists expects object|string, mixed given.
Grumphp (ubuntu-latest, 8.2): src/Importer/MicrosoftTolerantPhpParser.php#L40
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, Microsoft\PhpParser\Node): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, Microsoft\PhpParser\Node): loophp\phptree\Node\NodeInterface given.
Grumphp (ubuntu-latest, 8.2): src/Importer/NikicPhpAst.php#L48
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, ast\Node): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, ast\Node): loophp\phptree\Node\NodeInterface given.
Grumphp (ubuntu-latest, 8.2): src/Importer/NikicPhpAst.php#L56
Parameter #2 ...$astNodes of method loophp\phptree\Importer\NikicPhpAst::parseNode() expects ast\Node, object given.
Grumphp (ubuntu-latest, 8.2): src/Importer/NikicPhpParser.php#L68
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, PhpParser\Node): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, PhpParser\Node): loophp\phptree\Node\NodeInterface given.
Grumphp (ubuntu-latest, 8.2): src/Importer/SimpleArray.php#L20
Parameter #2 ...$nodes of method loophp\phptree\Importer\SimpleArray::parseNode() expects array, mixed given.
Grumphp (ubuntu-latest, 8.2): src/Importer/SimpleArray.php#L43
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, array): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, array): loophp\phptree\Node\NodeInterface given.
Grumphp (ubuntu-latest, 8.2): src/Importer/Text.php#L20
Parameter #2 ...$nodes of method loophp\phptree\Importer\Text::parseNode() expects string, mixed given.
Grumphp (ubuntu-latest, 8.1): src/Builder/Random.php#L62
Method loophp\phptree\Builder\Random::createNode() should return loophp\phptree\Node\NodeInterface but returns object.
Grumphp (ubuntu-latest, 8.1): src/Exporter/Gv.php#L125
Property loophp\phptree\Exporter\Gv::$attributes (array<array<string>|string>) does not accept array<int|string, mixed>.
Grumphp (ubuntu-latest, 8.1): src/Exporter/Gv.php#L144
Parameter #1 $object_or_class of function method_exists expects object|string, mixed given.
Grumphp (ubuntu-latest, 8.1): src/Importer/MicrosoftTolerantPhpParser.php#L40
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, Microsoft\PhpParser\Node): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, Microsoft\PhpParser\Node): loophp\phptree\Node\NodeInterface given.
Grumphp (ubuntu-latest, 8.1): src/Importer/NikicPhpAst.php#L48
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, ast\Node): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, ast\Node): loophp\phptree\Node\NodeInterface given.
Grumphp (ubuntu-latest, 8.1): src/Importer/NikicPhpAst.php#L56
Parameter #2 ...$astNodes of method loophp\phptree\Importer\NikicPhpAst::parseNode() expects ast\Node, object given.
Grumphp (ubuntu-latest, 8.1): src/Importer/NikicPhpParser.php#L68
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, PhpParser\Node): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, PhpParser\Node): loophp\phptree\Node\NodeInterface given.
Grumphp (ubuntu-latest, 8.1): src/Importer/SimpleArray.php#L20
Parameter #2 ...$nodes of method loophp\phptree\Importer\SimpleArray::parseNode() expects array, mixed given.
Grumphp (ubuntu-latest, 8.1): src/Importer/SimpleArray.php#L43
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, array): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, array): loophp\phptree\Node\NodeInterface given.
Grumphp (ubuntu-latest, 8.1): src/Importer/Text.php#L20
Parameter #2 ...$nodes of method loophp\phptree\Importer\Text::parseNode() expects string, mixed given.
Grumphp (windows-latest, 8.2)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires PHP extension ext-ast * but it is missing from your system. Install or enable PHP's ast extension. To enable extensions, verify that they are enabled in your .ini files: - C:\tools\php\php.ini You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-ast` to temporarily ignore these required extensions.
Grumphp (windows-latest, 8.2)
Process completed with exit code 2.
Grumphp (macOS-latest, 8.1)
The process '/bin/bash' failed with exit code 1
Grumphp (macOS-latest, 8.2): src/Builder/Random.php#L62
Method loophp\phptree\Builder\Random::createNode() should return loophp\phptree\Node\NodeInterface but returns object.
Grumphp (macOS-latest, 8.2): src/Exporter/Gv.php#L125
Property loophp\phptree\Exporter\Gv::$attributes (array<array<string>|string>) does not accept array<int|string, mixed>.
Grumphp (macOS-latest, 8.2): src/Exporter/Gv.php#L144
Parameter #1 $object_or_class of function method_exists expects object|string, mixed given.
Grumphp (macOS-latest, 8.2): src/Importer/MicrosoftTolerantPhpParser.php#L40
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, Microsoft\PhpParser\Node): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, Microsoft\PhpParser\Node): loophp\phptree\Node\NodeInterface given.
Grumphp (macOS-latest, 8.2): src/Importer/NikicPhpAst.php#L48
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, ast\Node): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, ast\Node): loophp\phptree\Node\NodeInterface given.
Grumphp (macOS-latest, 8.2): src/Importer/NikicPhpAst.php#L56
Parameter #2 ...$astNodes of method loophp\phptree\Importer\NikicPhpAst::parseNode() expects ast\Node, object given.
Grumphp (macOS-latest, 8.2): src/Importer/NikicPhpParser.php#L68
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, PhpParser\Node): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, PhpParser\Node): loophp\phptree\Node\NodeInterface given.
Grumphp (macOS-latest, 8.2): src/Importer/SimpleArray.php#L20
Parameter #2 ...$nodes of method loophp\phptree\Importer\SimpleArray::parseNode() expects array, mixed given.
Grumphp (macOS-latest, 8.2): src/Importer/SimpleArray.php#L43
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, array): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, array): loophp\phptree\Node\NodeInterface given.
Grumphp (macOS-latest, 8.2): src/Importer/Text.php#L20
Parameter #2 ...$nodes of method loophp\phptree\Importer\Text::parseNode() expects string, mixed given.
Grumphp (windows-latest, 8.1): src/Builder/Random.php#L62
Method loophp\phptree\Builder\Random::createNode() should return loophp\phptree\Node\NodeInterface but returns object.
Grumphp (windows-latest, 8.1): src/Exporter/Gv.php#L125
Property loophp\phptree\Exporter\Gv::$attributes (array<array<string>|string>) does not accept array<int|string, mixed>.
Grumphp (windows-latest, 8.1): src/Exporter/Gv.php#L144
Parameter #1 $object_or_class of function method_exists expects object|string, mixed given.
Grumphp (windows-latest, 8.1): src/Importer/MicrosoftTolerantPhpParser.php#L40
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, Microsoft\PhpParser\Node): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, Microsoft\PhpParser\Node): loophp\phptree\Node\NodeInterface given.
Grumphp (windows-latest, 8.1): src/Importer/NikicPhpAst.php#L48
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, ast\Node): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, ast\Node): loophp\phptree\Node\NodeInterface given.
Grumphp (windows-latest, 8.1): src/Importer/NikicPhpAst.php#L56
Parameter #2 ...$astNodes of method loophp\phptree\Importer\NikicPhpAst::parseNode() expects ast\Node, object given.
Grumphp (windows-latest, 8.1): src/Importer/NikicPhpParser.php#L68
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, PhpParser\Node): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, PhpParser\Node): loophp\phptree\Node\NodeInterface given.
Grumphp (windows-latest, 8.1): src/Importer/SimpleArray.php#L20
Parameter #2 ...$nodes of method loophp\phptree\Importer\SimpleArray::parseNode() expects array, mixed given.
Grumphp (windows-latest, 8.1): src/Importer/SimpleArray.php#L43
Parameter #2 $callback of function array_reduce expects callable(loophp\phptree\Node\NodeInterface, array): loophp\phptree\Node\NodeInterface, Closure(loophp\phptree\Node\AttributeNodeInterface, array): loophp\phptree\Node\NodeInterface given.
Grumphp (windows-latest, 8.1): src/Importer/Text.php#L20
Parameter #2 ...$nodes of method loophp\phptree\Importer\Text::parseNode() expects string, mixed given.
Grumphp (ubuntu-latest, 8.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: kamiazya/setup-graphviz@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Grumphp (ubuntu-latest, 8.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: kamiazya/setup-graphviz@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Grumphp (windows-latest, 8.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: kamiazya/setup-graphviz@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Grumphp (macOS-latest, 8.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: kamiazya/setup-graphviz@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Grumphp (macOS-latest, 8.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: kamiazya/setup-graphviz@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Grumphp (windows-latest, 8.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: kamiazya/setup-graphviz@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Grumphp (windows-latest, 8.1)
Failed to download action 'https://api.github.com/repos/kamiazya/setup-graphviz/zipball/a7bb4e619462b01f66e57eb6c13238cb3697b674'. Error: Response status code does not indicate success: 500 (Internal Server Error).
Grumphp (windows-latest, 8.1)
Back off 28.236 seconds before retry.