Skip to content

Continuous Integration #2518

Continuous Integration

Continuous Integration #2518

Triggered via create September 4, 2023 13:40
Status Failure
Total duration 1m 5s
Artifacts
run  /  Generate test matrix
1s
run / Generate test matrix
Matrix: run / Code Coverage
Matrix: run / Coding Standards
Matrix: run / Lint composer.json
Matrix: run / Lint symfony container
Matrix: run / Mutation Tests
Matrix: run / Static Code Analysis
Matrix: run / Lint twig files
Matrix: run / Lint XLIFF files
Matrix: run / Lint YML files
Matrix: run / tests
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 10 warnings
run / Static Code Analysis (8.2)
Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_2ba19962-a796-4535-a283-2bc407537afa/9176e672-e760-4d2e-8e80-12f95e639261.tar.gz. return code: 2.
run / Coding Standards (8.2)
Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_51a9c9f1-35cd-42ea-9dba-31dd8c50fa8c/9b95858a-40fe-4b0e-a680-5ec65e7647eb.tar.gz. return code: 2.
run / Code Coverage (8.2)
Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_2ce459fd-9808-4cc7-b4de-6395916821d7/dad082c5-f947-41a3-b31e-046262b8275e.tar.gz. return code: 2.
run / Test: PHP 8.2, Symfony 6.3, highest)
Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_976e7e7f-3ab9-4d57-b544-65e901a068d1/099e91c1-5fd2-4b5a-9969-20d422385605.tar.gz. return code: 2.
run / Test: PHP 8.2, Symfony 5.4, lowest)
The job was canceled because "_8_2_6_3_highest" failed.
run / Test: PHP 8.2, Symfony 5.4, highest)
The job was canceled because "_8_2_6_3_highest" failed.
run / Test: PHP 8.1, Symfony 5.4, lowest)
The job was canceled because "_8_2_6_3_highest" failed.
run / Test: PHP 8.1, Symfony 5.4, lowest)
The operation was canceled.
run / Test: PHP 8.2, Symfony 6.3, lowest)
The job was canceled because "_8_2_6_3_highest" failed.
run / Test: PHP 8.2, Symfony 6.3, lowest)
The operation was canceled.
run / Test: PHP 8.1, Symfony 5.4, highest)
The job was canceled because "_8_2_6_3_highest" failed.
run / Test: PHP 8.1, Symfony 5.4, highest)
The operation was canceled.
run / Test: PHP 8.1, Symfony 6.3, highest)
The operation was canceled.
run / Test: PHP 8.1, Symfony 6.3, lowest)
The job was canceled because "_8_2_6_3_highest" failed.
run / Test: PHP 8.1, Symfony 6.3, lowest)
The operation was canceled.
run / Mutation Tests (8.2): src/Block/Service/GDPRInformationBlockService.php#L60
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ return new Response('', Response::HTTP_NO_CONTENT); } $parameters = ['context' => $blockContext, 'settings' => $blockContext->getSettings(), 'block' => $blockContext->getBlock()]; - return $this->renderResponse($blockContext->getTemplate(), $parameters, $response)->setTtl(0)->setPrivate(); + return $this->renderResponse($blockContext->getTemplate(), $parameters, $response)->setTtl(1)->setPrivate(); } public function configureCreateForm(FormMapper $form, BlockInterface $block) : void {
run / Mutation Tests (8.2): src/Block/Service/GDPRInformationBlockService.php#L60
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ return new Response('', Response::HTTP_NO_CONTENT); } $parameters = ['context' => $blockContext, 'settings' => $blockContext->getSettings(), 'block' => $blockContext->getBlock()]; - return $this->renderResponse($blockContext->getTemplate(), $parameters, $response)->setTtl(0)->setPrivate(); + return $this->renderResponse($blockContext->getTemplate(), $parameters, $response)->setTtl(-1)->setPrivate(); } public function configureCreateForm(FormMapper $form, BlockInterface $block) : void {
run / Mutation Tests (8.2): src/Block/Service/GDPRInformationBlockService.php#L72
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ } public function configureEditForm(FormMapper $form, BlockInterface $block) : void { - $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']); + $form->add('settings', ImmutableArrayType::class, ['translation_domain' => 'NucleosGDPRBundle']); } public function configureSettings(OptionsResolver $resolver) : void {
run / Mutation Tests (8.2): src/Block/Service/GDPRInformationBlockService.php#L73
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ } public function configureEditForm(FormMapper $form, BlockInterface $block) : void { - $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']); + $form->add('settings', ImmutableArrayType::class, ['keys' => [['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']); } public function configureSettings(OptionsResolver $resolver) : void {
run / Mutation Tests (8.2): src/Block/Service/GDPRInformationBlockService.php#L74
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ } public function configureEditForm(FormMapper $form, BlockInterface $block) : void { - $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']); + $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']); } public function configureSettings(OptionsResolver $resolver) : void {
run / Mutation Tests (8.2): src/Block/Service/GDPRInformationBlockService.php#L74
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ } public function configureEditForm(FormMapper $form, BlockInterface $block) : void { - $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']); + $form->add('settings', ImmutableArrayType::class, ['keys' => [[TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']); } public function configureSettings(OptionsResolver $resolver) : void {
run / Mutation Tests (8.2): src/Block/Service/GDPRInformationBlockService.php#L76
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ } public function configureEditForm(FormMapper $form, BlockInterface $block) : void { - $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']); + $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => true]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']); } public function configureSettings(OptionsResolver $resolver) : void {
run / Mutation Tests (8.2): src/Block/Service/GDPRInformationBlockService.php#L78
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ } public function configureEditForm(FormMapper $form, BlockInterface $block) : void { - $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']); + $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']); } public function configureSettings(OptionsResolver $resolver) : void {
run / Mutation Tests (8.2): src/Block/Service/GDPRInformationBlockService.php#L78
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ } public function configureEditForm(FormMapper $form, BlockInterface $block) : void { - $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']); + $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], [UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']); } public function configureSettings(OptionsResolver $resolver) : void {
run / Mutation Tests (8.2): src/Block/Service/GDPRInformationBlockService.php#L80
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ } public function configureEditForm(FormMapper $form, BlockInterface $block) : void { - $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']); + $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => true]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']); } public function configureSettings(OptionsResolver $resolver) : void {