Automation #5369
automation.yml
on: schedule
automation
/
Generate job matrix
19s
Matrix: automation / qa
Annotations
6 errors and 11 warnings
automation / [PHP8.4][locked]PHPUnit on ubuntu
The process '/usr/bin/bash' failed with exit code 1
|
automation / [PHP8.4][latest]PHPUnit on windows:
tests/unit/FilesystemTest.php#L337
Failed asserting that file "D:\a\filesystem\filesystem\tests\fixture\FilesystemTest\file.txt" does not exist.
|
automation / [PHP8.4][latest]PHPUnit on windows
Process completed with exit code 2.
|
automation / [PHP8.4][locked]PHPUnit on windows:
tests/unit/FilesystemTest.php#L155
Failed asserting that file "D:\a\filesystem\filesystem\tests\fixture\FilesystemTest\target.txt" does not exist.
|
automation / [PHP8.4][locked]PHPUnit on windows
Process completed with exit code 2.
|
automation / [PHP8.4][lowest]PHPUnit on windows
Process completed with exit code 2.
|
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 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/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/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/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][locked]Infection on ubuntu:
src/Filesystem.php#L665
Escaped Mutant for Mutator "Throw_":
@@ @@
{
return $this->safely(static function (FilesystemInterface $filesystem) use ($path): string {
if ($filesystem->missing($path)) {
- throw new FileDoesNotExistException($path);
+ new FileDoesNotExistException($path);
}
if (!$filesystem->isReadable($path)) {
throw new FileIsNotReadableException($path);
|
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
|
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/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/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/sanmai/pipeline/src/functions.php#L33
Pipeline\take(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
|