Skip to content

Build(deps-dev): Bump php-http/discovery from 1.18.1 to 1.19.0 #1391

Build(deps-dev): Bump php-http/discovery from 1.18.1 to 1.19.0

Build(deps-dev): Bump php-http/discovery from 1.18.1 to 1.19.0 #1391

Triggered via push June 20, 2023 06:38
Status Failure
Total duration 6h 10m 59s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI.yml

on: push
Mutation testing
1m 30s
Mutation testing
Code quality
31s
Code quality
Dependencies state
1m 13s
Dependencies state
Backward Compatible Changes
0s
Backward Compatible Changes
Working Nix Shell
1m 1s
Working Nix Shell
Matrix: integration
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Backward Compatible Changes
The job running on runner GitHub Actions 3 has exceeded the maximum execution time of 360 minutes.
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();
Backward Compatible Changes
Runner GitHub Actions 3 did not respond to a cancelation request with 00:05:00.

Artifacts

Produced during runtime
Name Size
Infection report Expired
24.3 KB