Skip to content

e2e renovate/fsharp.compiler.service-42.x on m1 macos #1098

e2e renovate/fsharp.compiler.service-42.x on m1 macos

e2e renovate/fsharp.compiler.service-42.x on m1 macos #1098

Triggered via pull request October 14, 2024 19:25
Status Failure
Total duration 56s
Artifacts

integration-test.yaml

on: pull_request
integration-test
46s
integration-test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
integration-test: src/Stryker.Core/Stryker.Core/MutationTest/FsharpMutationProcess.cs#L56
'ParsedImplFileInput' does not contain a definition for 'modules' and no accessible extension method 'modules' accepting a first argument of type 'ParsedImplFileInput' could be found (are you missing a using directive or an assembly reference?)
integration-test: src/Stryker.Core/Stryker.Core/MutationTest/FsharpMutationProcess.cs#L65
'ParsedImplFileInput' does not contain a definition for 'isLastCompiland' and no accessible extension method 'isLastCompiland' accepting a first argument of type 'ParsedImplFileInput' could be found (are you missing a using directive or an assembly reference?)
integration-test: src/Stryker.Core/Stryker.Core/Compiling/FsharpCompilingProcess.cs#L41
There is no argument given that corresponds to the required parameter 'enableParallelCheckingWithSignatureFiles' of 'FSharpChecker.Create(FSharpOption<int>, FSharpOption<bool>, FSharpOption<bool>, FSharpOption<LegacyReferenceResolver>, FSharpOption<FSharpFunc<Tuple<string, DateTime>, FSharpOption<Tuple<object, nint, int>>>>, FSharpOption<bool>, FSharpOption<bool>, FSharpOption<bool>, FSharpOption<bool>, FSharpOption<bool>, FSharpOption<bool>)'
integration-test: src/Stryker.Core/Stryker.Core/Compiling/FsharpCompilingProcess.cs#L94
No overload for method 'Compile' takes 8 arguments
integration-test: src/Stryker.Core/Stryker.Core/Initialisation/FsharpProjectComponentsBuilder.cs#L71
There is no argument given that corresponds to the required parameter 'enableParallelCheckingWithSignatureFiles' of 'FSharpChecker.Create(FSharpOption<int>, FSharpOption<bool>, FSharpOption<bool>, FSharpOption<LegacyReferenceResolver>, FSharpOption<FSharpFunc<Tuple<string, DateTime>, FSharpOption<Tuple<object, nint, int>>>>, FSharpOption<bool>, FSharpOption<bool>, FSharpOption<bool>, FSharpOption<bool>, FSharpOption<bool>, FSharpOption<bool>)'
integration-test: src/Stryker.Core/Stryker.Core/Initialisation/FsharpProjectComponentsBuilder.cs#L248
There is no argument given that corresponds to the required parameter 'enableParallelCheckingWithSignatureFiles' of 'FSharpChecker.Create(FSharpOption<int>, FSharpOption<bool>, FSharpOption<bool>, FSharpOption<LegacyReferenceResolver>, FSharpOption<FSharpFunc<Tuple<string, DateTime>, FSharpOption<Tuple<object, nint, int>>>>, FSharpOption<bool>, FSharpOption<bool>, FSharpOption<bool>, FSharpOption<bool>, FSharpOption<bool>, FSharpOption<bool>)'
integration-test
Process completed with exit code 1.
integration-test: src/Stryker.Utilities/Attributes/MutatorDescriptionAttribute.cs#L19
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
integration-test: src/Stryker.Utilities/Logging/ApplicationLogging.cs#L7
Non-nullable property 'LoggerFactory' 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/Helpers/TypeBasedStrategy.cs#L34
Converting null literal or possible null value to non-nullable type.
integration-test: src/Stryker.Utilities/Helpers/TypeBasedStrategy.cs#L47
Possible null reference return.
integration-test: src/Stryker.Utilities/EnumExtension.cs#L25
Possible null reference argument for parameter 'name' in 'MemberInfo[] Type.GetMember(string name)'.
integration-test: src/Stryker.Utilities/FilePathUtils.cs#L11
Possible null reference return.
integration-test: src/Stryker.Abstractions/Mutation.cs#L11
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#L12
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#L13
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#L15
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.