Skip to content

CI

CI #145

Triggered via schedule July 21, 2025 08:38
Status Failure
Total duration 3m 30s
Artifacts 1

ci.yaml

on: schedule
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
5s
Status check - CI
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 14 warnings, and 2 notices
Static analysis (ubuntu-latest, 8.4): tests/Unit/Spec/AuthorizationCodeOAuthFlowTest.php#L33
Access to property $refreshUrl of internal class Orisai\OpenAPI\Spec\OAuthFlow from outside its root namespace Orisai.
Static analysis (ubuntu-latest, 8.4): tests/Unit/Spec/AuthorizationCodeOAuthFlowTest.php#L32
Call to method addScope() of internal class Orisai\OpenAPI\Spec\OAuthFlow from outside its root namespace Orisai.
Static analysis (ubuntu-latest, 8.4): tests/Unit/Spec/AuthorizationCodeOAuthFlowTest.php#L31
Call to method addScope() of internal class Orisai\OpenAPI\Spec\OAuthFlow from outside its root namespace Orisai.
Static analysis (ubuntu-latest, 8.4): tests/Unit/Spec/AuthorizationCodeOAuthFlowTest.php#L17
Call to method getScopes() of internal class Orisai\OpenAPI\Spec\OAuthFlow from outside its root namespace Orisai.
Static analysis (ubuntu-latest, 8.4): tests/Unit/Spec/ApiKeySecuritySchemeTest.php#L27
Access to property $description of internal class Orisai\OpenAPI\Spec\SecurityScheme from outside its root namespace Orisai.
Static analysis (ubuntu-latest, 8.4): tests/Unit/Spec/ApiKeySecuritySchemeTest.php#L16
Call to method getType() of internal class Orisai\OpenAPI\Spec\SecurityScheme from outside its root namespace Orisai.
Static analysis (ubuntu-latest, 8.4): tests/Doubles/ExtendableSpecObject.php#L11
Usage of internal trait Orisai\OpenAPI\Spec\SpecObjectSupportsExtensions in class Tests\Orisai\OpenAPI\Doubles\ExtendableSpecObject.
Static analysis (ubuntu-latest, 8.4): tests/Doubles/ExtendableSpecObject.php#L8
Class Tests\Orisai\OpenAPI\Doubles\ExtendableSpecObject implements internal interface Orisai\OpenAPI\Spec\SpecObject.
Static analysis (ubuntu-latest, 8.4): src/Spec/Schema.php#L43
Cannot unset property Orisai\OpenAPI\Spec\Schema::$example because it might have hooks in a subclass.
Static analysis (ubuntu-latest, 8.4): src/Spec/Schema.php#L43
Cannot unset property Orisai\OpenAPI\Spec\Schema::$default because it might have hooks in a subclass.
Status check - CI
Process completed with exit code 1.
Test for mutants (ubuntu-latest, 8.4): src/Spec/Parameter.php#L208
Escaped Mutant for Mutator "TrueValue": @@ @@ public function hasExample(): bool { $property = new ReflectionProperty($this, 'example'); - $property->setAccessible(true); + $property->setAccessible(false); return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/NullSchema.php#L21
Escaped Mutant for Mutator "ArrayOneItem": @@ @@ { $data = parent::toArray(); $data['type'] = $this->type; - return $data; + return count($data) > 1 ? array_slice($data, 0, 1, true) : $data; } }
Test for mutants (ubuntu-latest, 8.4): src/Spec/MediaType.php#L44
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ public function hasExample(): bool { $property = new ReflectionProperty($this, 'example'); - $property->setAccessible(true); + return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/MediaType.php#L44
Escaped Mutant for Mutator "TrueValue": @@ @@ public function hasExample(): bool { $property = new ReflectionProperty($this, 'example'); - $property->setAccessible(true); + $property->setAccessible(false); return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/Link.php#L72
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ public function hasRequestBody(): bool { $property = new ReflectionProperty($this, 'requestBody'); - $property->setAccessible(true); + return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/Link.php#L72
Escaped Mutant for Mutator "TrueValue": @@ @@ public function hasRequestBody(): bool { $property = new ReflectionProperty($this, 'requestBody'); - $property->setAccessible(true); + $property->setAccessible(false); return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/Header.php#L79
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ public function hasExample(): bool { $property = new ReflectionProperty($this, 'example'); - $property->setAccessible(true); + return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/Header.php#L79
Escaped Mutant for Mutator "TrueValue": @@ @@ public function hasExample(): bool { $property = new ReflectionProperty($this, 'example'); - $property->setAccessible(true); + $property->setAccessible(false); return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/Example.php#L42
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ public function hasValue(): bool { $property = new ReflectionProperty($this, 'value'); - $property->setAccessible(true); + return $property->isInitialized($this); } /**
Test for mutants (ubuntu-latest, 8.4): src/Spec/Example.php#L42
Escaped Mutant for Mutator "TrueValue": @@ @@ public function hasValue(): bool { $property = new ReflectionProperty($this, 'value'); - $property->setAccessible(true); + $property->setAccessible(false); return $property->isInitialized($this); } /**
Tests (ubuntu-latest, 8.3, false)
Back off 18.416 seconds before retry.
Tests (ubuntu-latest, 8.3, false)
Failed to download action 'https://api.github.com/internal/immutable-actions/actions/github-script/download/sha256:de77511bf7d35eba5d198c1d3a087e27f4426f3a2cc125a5e91182875bf4d90e?x-ghcr-actor-id=547861622&x-ghcr-actor-type=repository&x-ghcr-alg=hmac-sha256&x-ghcr-date=2025-07-21T08:39:15Z&x-ghcr-expires=10m0s&x-ghcr-host=ghcr.io&***
Tests (ubuntu-latest, 7.4, false)
Back off 15.781 seconds before retry.
Tests (ubuntu-latest, 7.4, false)
Failed to download action 'https://api.github.com/repos/orisai/github-workflows/tarball/3543022e719863ec55b0af243064a495bbc62393'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
Tests (macos-latest, 8.4, false)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
Tests (macos-latest, 8.4, false)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520

Artifacts

Produced during runtime
Name Size Digest
Logs - Mutations Expired
3.53 KB
sha256:2f0ab6d2c7a483d80612259488028b41ea8b70329e70a10fe9506f29add5fef0