Skip to content

Update all non-major dependencies #306

Update all non-major dependencies

Update all non-major dependencies #306

Triggered via pull request September 16, 2023 12:34
Status Failure
Total duration 5m 42s
Artifacts

infection.yml

on: pull_request
Matrix: Mutation tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 22 warnings
Mutation tests (locked, 8.2, ubuntu-latest)
Process completed with exit code 1.
Mutation tests (locked, 8.1, ubuntu-latest)
The job was canceled because "locked_8_2_ubuntu-latest" failed.
Mutation tests (locked, 8.1, ubuntu-latest)
The operation was canceled.
Mutation tests (locked, 8.2, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L40
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ { $content = self::getFileContentFromPath($path); try { - $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); + $decodedData = json_decode($content, true, 511, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception);
Mutation tests (locked, 8.2, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L40
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ { $content = self::getFileContentFromPath($path); try { - $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); + $decodedData = json_decode($content, true, 513, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception);
Mutation tests (locked, 8.2, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson($path . 'error parsing ' . ': ' . $exception->getMessage(), 0, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.2, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson($path . ': ' . $exception->getMessage(), 0, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.2, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson('error parsing ' . ': ' . $exception->getMessage(), 0, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.2, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson('error parsing ' . ': ' . $path . $exception->getMessage(), 0, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.2, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson('error parsing ' . $path . $exception->getMessage(), 0, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.2, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson('error parsing ' . $path . $exception->getMessage() . ': ', 0, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.2, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson('error parsing ' . $path . ': ', 0, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.2, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), -1, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.2, ubuntu-latest)
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/
Mutation tests (locked, 8.1, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L40
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ { $content = self::getFileContentFromPath($path); try { - $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); + $decodedData = json_decode($content, true, 511, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception);
Mutation tests (locked, 8.1, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L40
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ { $content = self::getFileContentFromPath($path); try { - $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); + $decodedData = json_decode($content, true, 513, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception);
Mutation tests (locked, 8.1, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson($path . 'error parsing ' . ': ' . $exception->getMessage(), 0, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.1, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson($path . ': ' . $exception->getMessage(), 0, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.1, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson('error parsing ' . ': ' . $exception->getMessage(), 0, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.1, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson('error parsing ' . ': ' . $path . $exception->getMessage(), 0, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.1, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson('error parsing ' . $path . $exception->getMessage(), 0, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.1, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson('error parsing ' . $path . $exception->getMessage() . ': ', 0, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.1, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson('error parsing ' . $path . ': ', 0, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.1, ubuntu-latest): src/ComposerRequireChecker/JsonLoader.php#L43
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ $decodedData = json_decode($content, true, 512, JSON_THROW_ON_ERROR); Assert::isArray($decodedData); } catch (Throwable $exception) { - throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), 0, $exception); + throw new InvalidJson('error parsing ' . $path . ': ' . $exception->getMessage(), -1, $exception); } /** @psalm-var ComposerData $decodedData */ return $decodedData;
Mutation tests (locked, 8.1, ubuntu-latest)
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/