Skip to content

feat(all): retry and clean queue system #836

feat(all): retry and clean queue system

feat(all): retry and clean queue system #836

Triggered via pull request December 19, 2024 20:50
Status Failure
Total duration 3m 27s
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

1 error and 11 warnings
Unit Tests
Process completed with exit code 1.
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/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/Endpoints.cs#L64
Dereference of a possibly null reference.
SonarCloud: src/SlimData/Endpoints.cs#L98
Dereference of a possibly null reference.
SonarCloud: src/SlimData/SlimDataInterpreter.cs#L67
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#L182
Dereference of a possibly null reference.
SonarCloud: src/SlimData/Endpoints.cs#L184
Possible null reference argument for parameter 'key' in 'Task Endpoints.ListLeftPushCommand(SlimPersistentState provider, string key, byte[] value, IRaftCluster cluster, CancellationTokenSource source)'.
SonarCloud: src/SlimData/Endpoints.cs#L191
Converting null literal or possible null value to non-nullable type.
SonarCloud: src/SlimData/Endpoints.cs#L192
Dereference of a possibly null reference.