Skip to content

fix: Increase timeouts for local LLMs #140

fix: Increase timeouts for local LLMs

fix: Increase timeouts for local LLMs #140

Triggered via pull request November 17, 2024 21:42
Status Failure
Total duration 2m 23s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Lint: src/Cellm/AddIn/CellmAddIn.cs#L2
The type or namespace name 'ExcelDna' could not be found (are you missing a using directive or an assembly reference?)
Lint: src/Cellm/AddIn/Functions.cs#L8
The type or namespace name 'ExcelDna' could not be found (are you missing a using directive or an assembly reference?)
Lint: src/Cellm/AddIn/PromptWithArgumentParser.cs#L3
The type or namespace name 'ExcelDna' could not be found (are you missing a using directive or an assembly reference?)
Lint: src/Cellm/Models/Client.cs#L9
The type or namespace name 'MediatR' could not be found (are you missing a using directive or an assembly reference?)
Lint: src/Cellm/Models/Client.cs#L11
The type or namespace name 'Polly' could not be found (are you missing a using directive or an assembly reference?)
Lint: src/Cellm/Models/IModelRequest.cs#L2
The type or namespace name 'MediatR' could not be found (are you missing a using directive or an assembly reference?)
Lint: src/Cellm/Models/IModelRequestHandler.cs#L1
The type or namespace name 'MediatR' could not be found (are you missing a using directive or an assembly reference?)
Lint: src/Cellm/Models/IProviderRequest.cs#L1
The type or namespace name 'MediatR' could not be found (are you missing a using directive or an assembly reference?)
Lint: src/Cellm/Models/IProviderRequestHandler.cs#L1
The type or namespace name 'MediatR' could not be found (are you missing a using directive or an assembly reference?)
Lint: src/Cellm/Models/Llamafile/LlamafileRequestHandler.cs#L6
The type or namespace name 'MediatR' could not be found (are you missing a using directive or an assembly reference?)
Lint: src/Cellm/Services/Configuration/ResiliencePipelineConfigurator.cs#L18
Non-nullable field '_cellmConfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: src/Cellm/Services/Configuration/ResiliencePipelineConfigurator.cs#L18
Non-nullable field '_cellmConfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: src/Cellm/Models/Anthropic/AnthropicRequestHandler.cs#L88
'SentrySdk.Metrics' is obsolete: 'The SentrySdk.Metrics module is deprecated and will be removed in the next major release. Sentry will reject all metrics sent after October 7, 2024.Learn more: https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Upcoming-API-Changes-to-Metrics'
Build: src/Cellm/Models/Anthropic/AnthropicRequestHandler.cs#L97
'SentrySdk.Metrics' is obsolete: 'The SentrySdk.Metrics module is deprecated and will be removed in the next major release. Sentry will reject all metrics sent after October 7, 2024.Learn more: https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Upcoming-API-Changes-to-Metrics'
Build: src/Cellm/Models/GoogleAi/GoogleAiRequestHandler.cs#L93
'SentrySdk.Metrics' is obsolete: 'The SentrySdk.Metrics module is deprecated and will be removed in the next major release. Sentry will reject all metrics sent after October 7, 2024.Learn more: https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Upcoming-API-Changes-to-Metrics'
Build: src/Cellm/Models/GoogleAi/GoogleAiRequestHandler.cs#L102
'SentrySdk.Metrics' is obsolete: 'The SentrySdk.Metrics module is deprecated and will be removed in the next major release. Sentry will reject all metrics sent after October 7, 2024.Learn more: https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Upcoming-API-Changes-to-Metrics'
Build: src/Cellm/Models/OpenAi/OpenAiRequestHandler.cs#L95
'SentrySdk.Metrics' is obsolete: 'The SentrySdk.Metrics module is deprecated and will be removed in the next major release. Sentry will reject all metrics sent after October 7, 2024.Learn more: https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Upcoming-API-Changes-to-Metrics'
Build: src/Cellm/Models/OpenAi/OpenAiRequestHandler.cs#L104
'SentrySdk.Metrics' is obsolete: 'The SentrySdk.Metrics module is deprecated and will be removed in the next major release. Sentry will reject all metrics sent after October 7, 2024.Learn more: https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Upcoming-API-Changes-to-Metrics'
Build: src/Cellm/Services/Configuration/ResiliencePipelineConfigurator.cs#L13
Field 'ResiliencePipelineConfigurator._cellmConfiguration' is never assigned to, and will always have its default value null
Build: src/Cellm/Services/Configuration/ResiliencePipelineConfigurator.cs#L18
Non-nullable field '_cellmConfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: src/Cellm/Models/Anthropic/AnthropicRequestHandler.cs#L88
'SentrySdk.Metrics' is obsolete: 'The SentrySdk.Metrics module is deprecated and will be removed in the next major release. Sentry will reject all metrics sent after October 7, 2024.Learn more: https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Upcoming-API-Changes-to-Metrics'