Skip to content

feature(slimfaas): poc job #884

feature(slimfaas): poc job

feature(slimfaas): poc job #884

Triggered via pull request January 20, 2025 16:07
Status Failure
Total duration 3m 5s
Artifacts

slimfaas-ci.yaml

on: pull_request
build_slimfaas_planet_saver
0s
build_slimfaas_planet_saver
build_fibonacci  /  build
build_fibonacci / build
build_fibonacci_webapp  /  build
build_fibonacci_webapp / build
build_slimfaas  /  build
build_slimfaas / build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
Unit Tests
Process completed with exit code 1.
SonarCloud: src/SlimFaas/SlimProxyMiddleware.cs#L93
'FunctionType' does not contain a definition for 'Job'
Unit Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
SonarCloud: src/SlimData/Commands/Metrics/MetricDataPoint.cs#L6
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
SonarCloud: src/SlimData/Starter.cs#L39
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
SonarCloud: src/SlimData/SlimPersistentState.cs#L20
'PersistentState.Options.UseLegacyBinaryFormat' is obsolete: 'Use default format instead.'
SonarCloud: src/SlimData/SlimPersistentState.cs#L26
Possible null reference argument for parameter 'path' in 'SlimPersistentState.SlimPersistentState(string path)'.
SonarCloud: src/SlimData/SlimDataInterpreter.cs#L68
Argument of type 'List<QueueElement>' cannot be used for parameter 'element' of type 'IList<QueueElement?>' in 'IList<QueueElement> QueueElementExtensions.GetQueueFinishedElement(IList<QueueElement?> element, long nowTicks)' due to differences in the nullability of reference types.
SonarCloud: src/SlimData/Endpoints.cs#L68
Dereference of a possibly null reference.
SonarCloud: src/SlimData/Endpoints.cs#L102
Dereference of a possibly null reference.
SonarCloud: src/SlimData/QueueElementExtensions.cs#L125
Argument of type 'List<QueueElement>' cannot be used for parameter 'element' of type 'IList<QueueElement?>' in 'IList<QueueElement> QueueElementExtensions.GetQueueFinishedElement(IList<QueueElement?> element, long nowTicks)' due to differences in the nullability of reference types.
SonarCloud: src/SlimData/QueueElementExtensions.cs#L153
Possible null reference argument for parameter 'queueElement' in 'bool QueueElementExtensions.IsFinished(QueueElement queueElement, long nowTicks)'.
SonarCloud: src/SlimData/Endpoints.cs#L182
Dereference of a possibly null reference.