Skip to content

Build(deps): Bump actions/checkout from 3 to 4 #1452

Build(deps): Bump actions/checkout from 3 to 4

Build(deps): Bump actions/checkout from 3 to 4 #1452

Triggered via pull request September 5, 2023 07:38
Status Success
Total duration 2m 38s
Artifacts 1

CI.yml

on: pull_request
Mutation testing
2m 28s
Mutation testing
Code quality
40s
Code quality
Dependencies state
1m 46s
Dependencies state
Backward Compatible Changes
3s
Backward Compatible Changes
Working Nix Shell
1m 20s
Working Nix Shell
Matrix: integration
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
Tests on PHP 8.1 --prefer-lowest --prefer-stable
Failed to download action 'https://api.github.com/repos/shivammathur/setup-php/tarball/72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f'. Error: Response status code does not indicate success: 502 (Bad Gateway).
Tests on PHP 8.1 --prefer-lowest --prefer-stable
Back off 10.297 seconds before retry.
Tests on PHP 8.2 --prefer-lowest --prefer-stable
Failed to download action 'https://api.github.com/repos/shivammathur/setup-php/tarball/72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f'. Error: Response status code does not indicate success: 502 (Bad Gateway).
Tests on PHP 8.2 --prefer-lowest --prefer-stable
Back off 16.394 seconds before retry.
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L17
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ private function __construct(private RequestInterface $request, private ResponseInterface|null $response, ClientExceptionInterface|null $clientException) { $exceptionCode = 0; - $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; + $message = $request->getUri()->__toString() . 'Cannot connect PushGateway server to ' . ':'; if ($response !== null) { $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); }
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L17
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ private function __construct(private RequestInterface $request, private ResponseInterface|null $response, ClientExceptionInterface|null $clientException) { $exceptionCode = 0; - $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; + $message = $request->getUri()->__toString() . ':'; if ($response !== null) { $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); }
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L17
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ private function __construct(private RequestInterface $request, private ResponseInterface|null $response, ClientExceptionInterface|null $clientException) { $exceptionCode = 0; - $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; + $message = 'Cannot connect PushGateway server to ' . ':'; if ($response !== null) { $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); }
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L17
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ private function __construct(private RequestInterface $request, private ResponseInterface|null $response, ClientExceptionInterface|null $clientException) { $exceptionCode = 0; - $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; + $message = 'Cannot connect PushGateway server to ' . ':' . $request->getUri()->__toString(); if ($response !== null) { $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); }
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L17
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ private function __construct(private RequestInterface $request, private ResponseInterface|null $response, ClientExceptionInterface|null $clientException) { $exceptionCode = 0; - $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; + $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString(); if ($response !== null) { $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); }
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L19
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ $exceptionCode = 0; $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; if ($response !== null) { - $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); + $message = $response->getStatusCode() . ' ' . ' ' . $response->getReasonPhrase(); } if ($clientException !== null) { $message = ' ' . $clientException->getMessage();
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L19
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $exceptionCode = 0; $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; if ($response !== null) { - $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); + $message = $response->getStatusCode() . ' ' . $response->getReasonPhrase(); } if ($clientException !== null) { $message = ' ' . $clientException->getMessage();
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L19
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $exceptionCode = 0; $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; if ($response !== null) { - $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); + $message = ' ' . ' ' . $response->getReasonPhrase(); } if ($clientException !== null) { $message = ' ' . $clientException->getMessage();
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L19
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ $exceptionCode = 0; $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; if ($response !== null) { - $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); + $message = ' ' . ' ' . $response->getStatusCode() . $response->getReasonPhrase(); } if ($clientException !== null) { $message = ' ' . $clientException->getMessage();
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L19
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $exceptionCode = 0; $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; if ($response !== null) { - $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); + $message = ' ' . $response->getStatusCode() . $response->getReasonPhrase(); } if ($clientException !== null) { $message = ' ' . $clientException->getMessage();
Mutation testing
Failed to download action 'https://api.github.com/repos/shivammathur/setup-php/tarball/72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f'. Error: Response status code does not indicate success: 503 (Service Unavailable).
Mutation testing
Back off 17.468 seconds before retry.

Artifacts

Produced during runtime
Name Size
Infection report Expired
25.3 KB