Skip to content

Automation

Automation #7680

Triggered via schedule June 18, 2025 07:20
Status Success
Total duration 5m 35s
Artifacts

automation.yml

on: schedule
automation  /  Generate job matrix
10s
automation / Generate job matrix
Matrix: automation / qa
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
automation / [PHP8.4][locked]Infection on ubuntu: src/Uuid.php#L53
Escaped Mutant for Mutator "IncrementInteger": @@ @@ public static function new(DateTimeInterface $dateTime = new DateTimeImmutable('now')): self { $hex = mb_str_pad(dechex($dateTime->getTimestamp()), 12, '0', STR_PAD_LEFT) . bin2hex(random_bytes(10)); - return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 12, 4)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); + return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 12, 4)) & 4096 | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); } #[Override] public function compare(UuidInterface $uuid): int
automation / [PHP8.4][locked]Infection on ubuntu: src/Uuid.php#L53
Escaped Mutant for Mutator "MBString": @@ @@ public static function new(DateTimeInterface $dateTime = new DateTimeImmutable('now')): self { $hex = mb_str_pad(dechex($dateTime->getTimestamp()), 12, '0', STR_PAD_LEFT) . bin2hex(random_bytes(10)); - return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 12, 4)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); + return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(substr($hex, 12, 4)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); } #[Override] public function compare(UuidInterface $uuid): int
automation / [PHP8.4][locked]Infection on ubuntu: src/Uuid.php#L53
Escaped Mutant for Mutator "IncrementInteger": @@ @@ public static function new(DateTimeInterface $dateTime = new DateTimeImmutable('now')): self { $hex = mb_str_pad(dechex($dateTime->getTimestamp()), 12, '0', STR_PAD_LEFT) . bin2hex(random_bytes(10)); - return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 12, 4)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); + return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 12, 5)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); } #[Override] public function compare(UuidInterface $uuid): int
automation / [PHP8.4][locked]Infection on ubuntu: src/Uuid.php#L53
Escaped Mutant for Mutator "DecrementInteger": @@ @@ public static function new(DateTimeInterface $dateTime = new DateTimeImmutable('now')): self { $hex = mb_str_pad(dechex($dateTime->getTimestamp()), 12, '0', STR_PAD_LEFT) . bin2hex(random_bytes(10)); - return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 12, 4)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); + return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 12, 3)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); } #[Override] public function compare(UuidInterface $uuid): int
automation / [PHP8.4][locked]Infection on ubuntu: src/Uuid.php#L53
Escaped Mutant for Mutator "IncrementInteger": @@ @@ public static function new(DateTimeInterface $dateTime = new DateTimeImmutable('now')): self { $hex = mb_str_pad(dechex($dateTime->getTimestamp()), 12, '0', STR_PAD_LEFT) . bin2hex(random_bytes(10)); - return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 12, 4)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); + return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 13, 4)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); } #[Override] public function compare(UuidInterface $uuid): int
automation / [PHP8.4][locked]Infection on ubuntu: src/Uuid.php#L53
Escaped Mutant for Mutator "DecrementInteger": @@ @@ public static function new(DateTimeInterface $dateTime = new DateTimeImmutable('now')): self { $hex = mb_str_pad(dechex($dateTime->getTimestamp()), 12, '0', STR_PAD_LEFT) . bin2hex(random_bytes(10)); - return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 12, 4)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); + return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 11, 4)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); } #[Override] public function compare(UuidInterface $uuid): int
automation / [PHP8.4][locked]Infection on ubuntu: src/Uuid.php#L52
Escaped Mutant for Mutator "MBString": @@ @@ public static function new(DateTimeInterface $dateTime = new DateTimeImmutable('now')): self { $hex = mb_str_pad(dechex($dateTime->getTimestamp()), 12, '0', STR_PAD_LEFT) . bin2hex(random_bytes(10)); - return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 12, 4)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); + return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), substr($hex, 8, 4), hexdec(mb_substr($hex, 12, 4)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); } #[Override] public function compare(UuidInterface $uuid): int
automation / [PHP8.4][locked]Infection on ubuntu: src/Uuid.php#L51
Escaped Mutant for Mutator "MBString": @@ @@ public static function new(DateTimeInterface $dateTime = new DateTimeImmutable('now')): self { $hex = mb_str_pad(dechex($dateTime->getTimestamp()), 12, '0', STR_PAD_LEFT) . bin2hex(random_bytes(10)); - return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 12, 4)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); + return new self(sprintf('%08s-%04s-%04x-%04x-%012s', substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 12, 4)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); } #[Override] public function compare(UuidInterface $uuid): int
automation / [PHP8.4][locked]Infection on ubuntu: src/Uuid.php#L47
Escaped Mutant for Mutator "IncrementInteger": @@ @@ */ public static function new(DateTimeInterface $dateTime = new DateTimeImmutable('now')): self { - $hex = mb_str_pad(dechex($dateTime->getTimestamp()), 12, '0', STR_PAD_LEFT) . bin2hex(random_bytes(10)); + $hex = mb_str_pad(dechex($dateTime->getTimestamp()), 12, '0', STR_PAD_LEFT) . bin2hex(random_bytes(11)); return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 12, 4)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); } #[Override]
automation / [PHP8.4][locked]Infection on ubuntu: src/Uuid.php#L47
Escaped Mutant for Mutator "DecrementInteger": @@ @@ */ public static function new(DateTimeInterface $dateTime = new DateTimeImmutable('now')): self { - $hex = mb_str_pad(dechex($dateTime->getTimestamp()), 12, '0', STR_PAD_LEFT) . bin2hex(random_bytes(10)); + $hex = mb_str_pad(dechex($dateTime->getTimestamp()), 12, '0', STR_PAD_LEFT) . bin2hex(random_bytes(9)); return new self(sprintf('%08s-%04s-%04x-%04x-%012s', mb_substr($hex, 0, 8), mb_substr($hex, 8, 4), hexdec(mb_substr($hex, 12, 4)) & 0xfff | 7 << 12, hexdec(mb_substr($hex, 16, 4)) & 0x3fff | 0x8000, mb_substr($hex, 20, 12))); } #[Override]
automation / [PHP8.4][lowest]PHPUnit on ubuntu: vendor/sanmai/pipeline/src/functions.php#L33
Pipeline\take(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][lowest]PHPUnit on ubuntu: vendor/sanmai/pipeline/src/functions.php#L22
Pipeline\map(): Implicitly marking parameter $func as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][lowest]PHPUnit on ubuntu: vendor/amphp/socket/src/Internal/functions.php#L191
Amp\Socket\Internal\normalizeBindToOption(): Implicitly marking parameter $bindTo as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][lowest]PHPUnit on ubuntu: vendor/amphp/dns/src/functions.php#L40
Amp\Dns\resolve(): Implicitly marking parameter $typeRestriction as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][lowest]PHPUnit on ubuntu: vendor/amphp/dns/src/functions.php#L14
Amp\Dns\dnsResolver(): Implicitly marking parameter $dnsResolver as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][lowest]PHPUnit on windows: vendor/sanmai/pipeline/src/functions.php#L33
Pipeline\take(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][lowest]PHPUnit on windows: vendor/sanmai/pipeline/src/functions.php#L22
Pipeline\map(): Implicitly marking parameter $func as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][lowest]PHPUnit on windows: vendor/amphp/socket/src/Internal/functions.php#L191
Amp\Socket\Internal\normalizeBindToOption(): Implicitly marking parameter $bindTo as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][lowest]PHPUnit on windows: vendor/amphp/dns/src/functions.php#L40
Amp\Dns\resolve(): Implicitly marking parameter $typeRestriction as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][lowest]PHPUnit on windows: vendor/amphp/dns/src/functions.php#L14
Amp\Dns\dnsResolver(): Implicitly marking parameter $dnsResolver as nullable is deprecated, the explicit nullable type must be used instead