Skip to content

e2e 3094_mstest_runner on m1 macos #1416

e2e 3094_mstest_runner on m1 macos

e2e 3094_mstest_runner on m1 macos #1416

Triggered via pull request January 3, 2025 11:03
Status Failure
Total duration 1m 24s
Artifacts

integration-test.yaml

on: pull_request
integration-test
1m 14s
integration-test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 20 warnings
integration-test: integrationtest/Validation/ValidationProject/ValidateStrykerResults.cs#L10
The type or namespace name 'Mutants' does not exist in the namespace 'Stryker.Abstractions' (are you missing an assembly reference?)
integration-test
Process completed with exit code 1.
integration-test: src/Stryker.Abstractions/MutatorDescriptionAttribute.cs#L19
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
integration-test: src/Stryker.Abstractions/Testing/Identifier.cs#L25
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
integration-test: src/Stryker.Abstractions/Testing/Identifier.cs#L27
Nullability of reference types in type of parameter 'other' of 'bool Identifier.Equals(Identifier other)' doesn't match implicitly implemented member 'bool IEquatable<Identifier>.Equals(Identifier? other)' (possibly because of nullability attributes).
integration-test: src/Stryker.Abstractions/Testing/TestDescription.cs#L23
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
integration-test: src/Stryker.Abstractions/Mutation.cs#L10
Non-nullable property 'OriginalNode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
integration-test: src/Stryker.Abstractions/Mutation.cs#L11
Non-nullable property 'ReplacementNode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
integration-test: src/Stryker.Abstractions/Mutation.cs#L12
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
integration-test: src/Stryker.Abstractions/Mutation.cs#L14
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
integration-test: src/Stryker.Abstractions/Exceptions/InputException.cs#L15
Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
integration-test: src/Stryker.TestRunner/Results/TestRunResult.cs#L11
Cannot convert null literal to non-nullable reference type.
integration-test: src/Stryker.Abstractions/MutatorDescriptionAttribute.cs#L19
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
integration-test: src/Stryker.Abstractions/Testing/Identifier.cs#L25
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
integration-test: src/Stryker.Abstractions/Testing/Identifier.cs#L27
Nullability of reference types in type of parameter 'other' of 'bool Identifier.Equals(Identifier other)' doesn't match implicitly implemented member 'bool IEquatable<Identifier>.Equals(Identifier? other)' (possibly because of nullability attributes).
integration-test: src/Stryker.Abstractions/Testing/TestDescription.cs#L23
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
integration-test: src/Stryker.Abstractions/Exceptions/InputException.cs#L15
Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
integration-test: src/Stryker.Abstractions/Mutation.cs#L10
Non-nullable property 'OriginalNode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
integration-test: src/Stryker.Abstractions/Mutation.cs#L11
Non-nullable property 'ReplacementNode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
integration-test: src/Stryker.Abstractions/Mutation.cs#L12
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
integration-test: src/Stryker.Abstractions/Mutation.cs#L14
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
integration-test: src/Stryker.Utilities/Buildalyzer/IAnalyzerResultExtensions.cs#L250
Cannot convert null literal to non-nullable reference type.