Skip to content

Update dependency wyrihaximus/makefiles to ^0.7.11 #20

Update dependency wyrihaximus/makefiles to ^0.7.11

Update dependency wyrihaximus/makefiles to ^0.7.11 #20

Triggered via pull request November 8, 2025 15:24
Status Failure
Total duration 20m 58s
Artifacts

ci.yaml

on: pull_request
Continuous Integration  /  ...  /  Supported Versions Matrix
7s
Continuous Integration / Continuous Integration / Supported Versions Matrix
Continuous Integration  /  ...  /  Package Name
6s
Continuous Integration / Continuous Integration / Package Name
Continuous Integration  /  ...  /  Check Markdown links
26s
Continuous Integration / Check Markdown links / Check Markdown links
Continuous Integration  /  ...  /  Supported Threading Matrix
4s
Continuous Integration / Continuous Integration / Supported Threading Matrix / Supported Threading Matrix
Continuous Integration  /  ...  /  Supported Checks Matrix
33s
Continuous Integration / Continuous Integration / Supported Checks Matrix
Matrix: Continuous Integration / Continuous Integration / can-require
Continuous Integration  /  ...  /  Compile the matrix
3s
Continuous Integration / Continuous Integration / Compile the matrix
Matrix: Continuous Integration / Continuous Integration / qa
Matrix: Continuous Integration / Continuous Integration / directly-on-os
Continuous Integration  /  ...  /  ✔️
0s
Continuous Integration / Continuous Integration / ✔️
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 30 warnings
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with locked dependency preference: src/Kubernetes/Helm/QueueConsumersValues.php#L36
Escaped Mutant for Mutator "ArrayItemRemoval": @@ @@ } public function values(Values $values): void { - $values->registry->add('deployments', array_map(static fn(Worker $worker): array => ['name' => 'queue-worker-' . str_replace('.', '-', $worker->queue) . '-' . ($worker->friendlyName !== '' ? $worker->friendlyName : $worker->hash), 'command' => 'mammatus-queue', 'arguments' => [$worker->hash], 'addOns' => $worker->addOns], $this->type === false ? [...$this->workers()] : array_filter([...$this->workers()], fn(Worker $worker): bool => $worker->type === $this->type))); + $values->registry->add('deployments', array_map(static fn(Worker $worker): array => ['name' => 'queue-worker-' . str_replace('.', '-', $worker->queue) . '-' . ($worker->friendlyName !== '' ? $worker->friendlyName : $worker->hash), 'command' => 'mammatus-queue', 'arguments' => [$worker->hash], 'addOns' => $worker->addOns], $this->type === false ? [...$this->workers()] : array_filter([], fn(Worker $worker): bool => $worker->type === $this->type))); } }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with locked dependency preference: src/Kubernetes/Helm/QueueConsumersValues.php#L30
Escaped Mutant for Mutator "UnwrapStrReplace": @@ @@ } public function values(Values $values): void { - $values->registry->add('deployments', array_map(static fn(Worker $worker): array => ['name' => 'queue-worker-' . str_replace('.', '-', $worker->queue) . '-' . ($worker->friendlyName !== '' ? $worker->friendlyName : $worker->hash), 'command' => 'mammatus-queue', 'arguments' => [$worker->hash], 'addOns' => $worker->addOns], $this->type === false ? [...$this->workers()] : array_filter([...$this->workers()], fn(Worker $worker): bool => $worker->type === $this->type))); + $values->registry->add('deployments', array_map(static fn(Worker $worker): array => ['name' => 'queue-worker-' . $worker->queue . '-' . ($worker->friendlyName !== '' ? $worker->friendlyName : $worker->hash), 'command' => 'mammatus-queue', 'arguments' => [$worker->hash], 'addOns' => $worker->addOns], $this->type === false ? [...$this->workers()] : array_filter([...$this->workers()], fn(Worker $worker): bool => $worker->type === $this->type))); } }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with locked dependency preference: src/Consumer.php#L79
Escaped Mutant for Mutator "Continue_": @@ @@ $message = $consumer->receiveNoWait(); if (!$message instanceof Message) { await(sleep(1)); - continue; + break; } $this->handleMessage($message, $consumer, $worker, $workerInstance, $baseLogger); await(futurePromise());
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with locked dependency preference: src/Consumer.php#L78
Escaped Mutant for Mutator "IncrementInteger": @@ @@ while ($this->running) { $message = $consumer->receiveNoWait(); if (!$message instanceof Message) { - await(sleep(1)); + await(sleep(2)); continue; } $this->handleMessage($message, $consumer, $worker, $workerInstance, $baseLogger);
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with locked dependency preference: src/Consumer.php#L78
Escaped Mutant for Mutator "DecrementInteger": @@ @@ while ($this->running) { $message = $consumer->receiveNoWait(); if (!$message instanceof Message) { - await(sleep(1)); + await(sleep(0)); continue; } $this->handleMessage($message, $consumer, $worker, $workerInstance, $baseLogger);
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with locked dependency preference: src/App.php#L64
Escaped Mutant for Mutator "IncrementInteger": @@ @@ $this->logger->error('Worker errored: ' . $throwable->getMessage(), ['exception' => $throwable]); $exitCode = ExitCode::Failure; } - await(sleep(3)); + await(sleep(4)); return $exitCode; } }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with locked dependency preference: src/App.php#L64
Escaped Mutant for Mutator "FunctionCallRemoval": @@ @@ $this->logger->error('Worker errored: ' . $throwable->getMessage(), ['exception' => $throwable]); $exitCode = ExitCode::Failure; } - await(sleep(3)); + return $exitCode; } }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with locked dependency preference: src/App.php#L64
Escaped Mutant for Mutator "DecrementInteger": @@ @@ $this->logger->error('Worker errored: ' . $throwable->getMessage(), ['exception' => $throwable]); $exitCode = ExitCode::Failure; } - await(sleep(3)); + await(sleep(2)); return $exitCode; } }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with locked dependency preference: src/App.php#L55
Escaped Mutant for Mutator "FunctionCallRemoval": @@ @@ } $this->promises[] = $this->consumer->setupConsumer($worker); } - await(all($this->promises)); + $exitCode = ExitCode::Success; } catch (Throwable $throwable) { $this->logger->error('Worker errored: ' . $throwable->getMessage(), ['exception' => $throwable]);
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with locked dependency preference: src/App.php#L49
Escaped Mutant for Mutator "Continue_": @@ @@ try { foreach ($this->workers() as $worker) { if ($worker->hash !== $argv->hash) { - continue; + break; } $this->promises[] = $this->consumer->setupConsumer($worker); }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with lowest dependency preference: src/Kubernetes/Helm/QueueConsumersValues.php#L36
Escaped Mutant for Mutator "ArrayItemRemoval": @@ @@ } public function values(Values $values): void { - $values->registry->add('deployments', array_map(static fn(Worker $worker): array => ['name' => 'queue-worker-' . str_replace('.', '-', $worker->queue) . '-' . ($worker->friendlyName !== '' ? $worker->friendlyName : $worker->hash), 'command' => 'mammatus-queue', 'arguments' => [$worker->hash], 'addOns' => $worker->addOns], $this->type === false ? [...$this->workers()] : array_filter([...$this->workers()], fn(Worker $worker): bool => $worker->type === $this->type))); + $values->registry->add('deployments', array_map(static fn(Worker $worker): array => ['name' => 'queue-worker-' . str_replace('.', '-', $worker->queue) . '-' . ($worker->friendlyName !== '' ? $worker->friendlyName : $worker->hash), 'command' => 'mammatus-queue', 'arguments' => [$worker->hash], 'addOns' => $worker->addOns], $this->type === false ? [...$this->workers()] : array_filter([], fn(Worker $worker): bool => $worker->type === $this->type))); } }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with lowest dependency preference: src/Kubernetes/Helm/QueueConsumersValues.php#L30
Escaped Mutant for Mutator "UnwrapStrReplace": @@ @@ } public function values(Values $values): void { - $values->registry->add('deployments', array_map(static fn(Worker $worker): array => ['name' => 'queue-worker-' . str_replace('.', '-', $worker->queue) . '-' . ($worker->friendlyName !== '' ? $worker->friendlyName : $worker->hash), 'command' => 'mammatus-queue', 'arguments' => [$worker->hash], 'addOns' => $worker->addOns], $this->type === false ? [...$this->workers()] : array_filter([...$this->workers()], fn(Worker $worker): bool => $worker->type === $this->type))); + $values->registry->add('deployments', array_map(static fn(Worker $worker): array => ['name' => 'queue-worker-' . $worker->queue . '-' . ($worker->friendlyName !== '' ? $worker->friendlyName : $worker->hash), 'command' => 'mammatus-queue', 'arguments' => [$worker->hash], 'addOns' => $worker->addOns], $this->type === false ? [...$this->workers()] : array_filter([...$this->workers()], fn(Worker $worker): bool => $worker->type === $this->type))); } }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with lowest dependency preference: src/Consumer.php#L79
Escaped Mutant for Mutator "Continue_": @@ @@ $message = $consumer->receiveNoWait(); if (!$message instanceof Message) { await(sleep(1)); - continue; + break; } $this->handleMessage($message, $consumer, $worker, $workerInstance, $baseLogger); await(futurePromise());
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with lowest dependency preference: src/Consumer.php#L78
Escaped Mutant for Mutator "IncrementInteger": @@ @@ while ($this->running) { $message = $consumer->receiveNoWait(); if (!$message instanceof Message) { - await(sleep(1)); + await(sleep(2)); continue; } $this->handleMessage($message, $consumer, $worker, $workerInstance, $baseLogger);
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with lowest dependency preference: src/Consumer.php#L78
Escaped Mutant for Mutator "DecrementInteger": @@ @@ while ($this->running) { $message = $consumer->receiveNoWait(); if (!$message instanceof Message) { - await(sleep(1)); + await(sleep(0)); continue; } $this->handleMessage($message, $consumer, $worker, $workerInstance, $baseLogger);
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with lowest dependency preference: src/App.php#L64
Escaped Mutant for Mutator "IncrementInteger": @@ @@ $this->logger->error('Worker errored: ' . $throwable->getMessage(), ['exception' => $throwable]); $exitCode = ExitCode::Failure; } - await(sleep(3)); + await(sleep(4)); return $exitCode; } }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with lowest dependency preference: src/App.php#L64
Escaped Mutant for Mutator "FunctionCallRemoval": @@ @@ $this->logger->error('Worker errored: ' . $throwable->getMessage(), ['exception' => $throwable]); $exitCode = ExitCode::Failure; } - await(sleep(3)); + return $exitCode; } }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with lowest dependency preference: src/App.php#L64
Escaped Mutant for Mutator "DecrementInteger": @@ @@ $this->logger->error('Worker errored: ' . $throwable->getMessage(), ['exception' => $throwable]); $exitCode = ExitCode::Failure; } - await(sleep(3)); + await(sleep(2)); return $exitCode; } }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with lowest dependency preference: src/App.php#L55
Escaped Mutant for Mutator "FunctionCallRemoval": @@ @@ } $this->promises[] = $this->consumer->setupConsumer($worker); } - await(all($this->promises)); + $exitCode = ExitCode::Success; } catch (Throwable $throwable) { $this->logger->error('Worker errored: ' . $throwable->getMessage(), ['exception' => $throwable]);
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with lowest dependency preference: src/App.php#L49
Escaped Mutant for Mutator "Continue_": @@ @@ try { foreach ($this->workers() as $worker) { if ($worker->hash !== $argv->hash) { - continue; + break; } $this->promises[] = $this->consumer->setupConsumer($worker); }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with highest dependency preference: src/Kubernetes/Helm/QueueConsumersValues.php#L36
Escaped Mutant for Mutator "ArrayItemRemoval": @@ @@ } public function values(Values $values): void { - $values->registry->add('deployments', array_map(static fn(Worker $worker): array => ['name' => 'queue-worker-' . str_replace('.', '-', $worker->queue) . '-' . ($worker->friendlyName !== '' ? $worker->friendlyName : $worker->hash), 'command' => 'mammatus-queue', 'arguments' => [$worker->hash], 'addOns' => $worker->addOns], $this->type === false ? [...$this->workers()] : array_filter([...$this->workers()], fn(Worker $worker): bool => $worker->type === $this->type))); + $values->registry->add('deployments', array_map(static fn(Worker $worker): array => ['name' => 'queue-worker-' . str_replace('.', '-', $worker->queue) . '-' . ($worker->friendlyName !== '' ? $worker->friendlyName : $worker->hash), 'command' => 'mammatus-queue', 'arguments' => [$worker->hash], 'addOns' => $worker->addOns], $this->type === false ? [...$this->workers()] : array_filter([], fn(Worker $worker): bool => $worker->type === $this->type))); } }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with highest dependency preference: src/Kubernetes/Helm/QueueConsumersValues.php#L30
Escaped Mutant for Mutator "UnwrapStrReplace": @@ @@ } public function values(Values $values): void { - $values->registry->add('deployments', array_map(static fn(Worker $worker): array => ['name' => 'queue-worker-' . str_replace('.', '-', $worker->queue) . '-' . ($worker->friendlyName !== '' ? $worker->friendlyName : $worker->hash), 'command' => 'mammatus-queue', 'arguments' => [$worker->hash], 'addOns' => $worker->addOns], $this->type === false ? [...$this->workers()] : array_filter([...$this->workers()], fn(Worker $worker): bool => $worker->type === $this->type))); + $values->registry->add('deployments', array_map(static fn(Worker $worker): array => ['name' => 'queue-worker-' . $worker->queue . '-' . ($worker->friendlyName !== '' ? $worker->friendlyName : $worker->hash), 'command' => 'mammatus-queue', 'arguments' => [$worker->hash], 'addOns' => $worker->addOns], $this->type === false ? [...$this->workers()] : array_filter([...$this->workers()], fn(Worker $worker): bool => $worker->type === $this->type))); } }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with highest dependency preference: src/Consumer.php#L79
Escaped Mutant for Mutator "Continue_": @@ @@ $message = $consumer->receiveNoWait(); if (!$message instanceof Message) { await(sleep(1)); - continue; + break; } $this->handleMessage($message, $consumer, $worker, $workerInstance, $baseLogger); await(futurePromise());
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with highest dependency preference: src/Consumer.php#L78
Escaped Mutant for Mutator "IncrementInteger": @@ @@ while ($this->running) { $message = $consumer->receiveNoWait(); if (!$message instanceof Message) { - await(sleep(1)); + await(sleep(2)); continue; } $this->handleMessage($message, $consumer, $worker, $workerInstance, $baseLogger);
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with highest dependency preference: src/Consumer.php#L78
Escaped Mutant for Mutator "DecrementInteger": @@ @@ while ($this->running) { $message = $consumer->receiveNoWait(); if (!$message instanceof Message) { - await(sleep(1)); + await(sleep(0)); continue; } $this->handleMessage($message, $consumer, $worker, $workerInstance, $baseLogger);
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with highest dependency preference: src/App.php#L64
Escaped Mutant for Mutator "IncrementInteger": @@ @@ $this->logger->error('Worker errored: ' . $throwable->getMessage(), ['exception' => $throwable]); $exitCode = ExitCode::Failure; } - await(sleep(3)); + await(sleep(4)); return $exitCode; } }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with highest dependency preference: src/App.php#L64
Escaped Mutant for Mutator "FunctionCallRemoval": @@ @@ $this->logger->error('Worker errored: ' . $throwable->getMessage(), ['exception' => $throwable]); $exitCode = ExitCode::Failure; } - await(sleep(3)); + return $exitCode; } }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with highest dependency preference: src/App.php#L64
Escaped Mutant for Mutator "DecrementInteger": @@ @@ $this->logger->error('Worker errored: ' . $throwable->getMessage(), ['exception' => $throwable]); $exitCode = ExitCode::Failure; } - await(sleep(3)); + await(sleep(2)); return $exitCode; } }
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with highest dependency preference: src/App.php#L55
Escaped Mutant for Mutator "FunctionCallRemoval": @@ @@ } $this->promises[] = $this->consumer->setupConsumer($worker); } - await(all($this->promises)); + $exitCode = ExitCode::Success; } catch (Throwable $throwable) { $this->logger->error('Worker errored: ' . $throwable->getMessage(), ['exception' => $throwable]);
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (nts) with highest dependency preference: src/App.php#L49
Escaped Mutant for Mutator "Continue_": @@ @@ try { foreach ($this->workers() as $worker) { if ($worker->hash !== $argv->hash) { - continue; + break; } $this->promises[] = $this->consumer->setupConsumer($worker); }