Skip to content

Date fix

Date fix #1588

Triggered via push March 4, 2024 09:23
Status Success
Total duration 9m 0s
Artifacts 2
Matrix: build-desktop
Matrix: build-server
Matrix: build-docker
Fit to window
Zoom out
Zoom in

Annotations

39 warnings
build-desktop (linux)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-desktop (windows)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-desktop (universal)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-server (linux)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-server (linux)
Found version-specific or distribution-specific runtime identifier(s): ubuntu.20.04-x64. Affected libraries: Emgu.CV.runtime.ubuntu.20.04-x64. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
build-server (linux): Damselfly.ML.AzureFace/AzureFaceService.cs#L157
'PersonDirectoryExtensions.CreateDynamicPersonGroupAsync(IPersonDirectory, string, DynamicPersonGroupCreateRequest, CancellationToken)' is obsolete: 'Method is being deprecated, consider using other overloads.'
build-server (linux): Damselfly.ML.AzureFace/AzureFaceService.cs#L129
Dereference of a possibly null reference.
build-server (linux): Damselfly.ML.AzureFace/AzureFaceService.cs#L157
Dereference of a possibly null reference.
build-server (linux): Damselfly.ML.AzureFace/AzureFaceService.cs#L188
Dereference of a possibly null reference.
build-server (linux): Damselfly.ML.AzureFace/AzureFaceService.cs#L239
'PersonDirectoryExtensions.AddPersonFaceFromStreamAsync(IPersonDirectory, string, string, Stream, string, string, string, CancellationToken)' is obsolete: 'Method is being deprecated, consider using other overloads.'
build-server (linux): Damselfly.ML.AzureFace/AzureFaceService.cs#L337
'PersonDirectoryExtensions.CreatePersonAsync(IPersonDirectory, EnrolledPerson, CancellationToken)' is obsolete: 'Method is being deprecated, consider using other overloads.'
build-server (linux): Damselfly.ML.AzureFace/AzureFaceService.cs#L306
Nullable value type may be null.
build-server (linux): Damselfly.ML.AzureFace/AzureFaceService.cs#L320
Dereference of a possibly null reference.
build-server (linux): Damselfly.ML.AzureFace/AzureFaceService.cs#L334
Nullable value type may be null.
build-server (windows)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-server (windows)
Found version-specific or distribution-specific runtime identifier(s): ubuntu.20.04-x64. Affected libraries: Emgu.CV.runtime.ubuntu.20.04-x64. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
build-server (windows): Damselfly.ML.AzureFace/AzureFaceService.cs#L157
'PersonDirectoryExtensions.CreateDynamicPersonGroupAsync(IPersonDirectory, string, DynamicPersonGroupCreateRequest, CancellationToken)' is obsolete: 'Method is being deprecated, consider using other overloads.'
build-server (windows): Damselfly.ML.AzureFace/AzureFaceService.cs#L129
Dereference of a possibly null reference.
build-server (windows): Damselfly.ML.AzureFace/AzureFaceService.cs#L157
Dereference of a possibly null reference.
build-server (windows): Damselfly.ML.AzureFace/AzureFaceService.cs#L188
Dereference of a possibly null reference.
build-server (windows): Damselfly.ML.AzureFace/AzureFaceService.cs#L239
'PersonDirectoryExtensions.AddPersonFaceFromStreamAsync(IPersonDirectory, string, string, Stream, string, string, string, CancellationToken)' is obsolete: 'Method is being deprecated, consider using other overloads.'
build-server (windows): Damselfly.ML.AzureFace/AzureFaceService.cs#L337
'PersonDirectoryExtensions.CreatePersonAsync(IPersonDirectory, EnrolledPerson, CancellationToken)' is obsolete: 'Method is being deprecated, consider using other overloads.'
build-server (windows): Damselfly.ML.AzureFace/AzureFaceService.cs#L306
Nullable value type may be null.
build-server (windows): Damselfly.ML.AzureFace/AzureFaceService.cs#L320
Dereference of a possibly null reference.
build-server (windows): Damselfly.ML.AzureFace/AzureFaceService.cs#L334
Nullable value type may be null.
build-docker (linux)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v2, docker/setup-qemu-action@v1, docker/setup-buildx-action@v1, docker/login-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-docker (linux)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2, docker/setup-qemu-action@v1, docker/setup-buildx-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-docker (linux)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-docker (linux)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-docker (linux)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-docker (linux)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-docker (linux)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-docker (linux)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-docker (linux)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-docker (linux)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-docker (linux)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-docker (linux)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-docker (linux)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-docker (linux)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
Desktop-Dist Expired
319 MB
Server-Dist Expired
517 MB