Skip to content

CI Build

CI Build #361

Manually triggered May 14, 2024 19:53
Status Failure
Total duration 2m 50s
Artifacts 1

build.yml

on: workflow_dispatch
versioning
12s
versioning
Matrix: publish
release
0s
release
update-apt
0s
update-apt
Fit to window
Zoom out
Zoom in

Annotations

29 errors and 33 warnings
publish (win10-x64, zip, zip)
The specified RuntimeIdentifier 'win10-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x64, zip, zip)
The specified RuntimeIdentifier 'win10-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x64, zip, zip)
The specified RuntimeIdentifier 'win10-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x64, zip, zip)
The specified RuntimeIdentifier 'win10-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x64, zip, zip)
The specified RuntimeIdentifier 'win10-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x64, zip, zip)
The specified RuntimeIdentifier 'win10-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x64, zip, zip)
The specified RuntimeIdentifier 'win10-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x64, zip, zip)
The specified RuntimeIdentifier 'win10-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x64, zip, zip)
The specified RuntimeIdentifier 'win10-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x64, zip, zip)
The specified RuntimeIdentifier 'win10-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x86, zip, zip)
The job was canceled because "win10-x64_zip_zip" failed.
publish (win10-x86, zip, zip)
The specified RuntimeIdentifier 'win10-x86' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x86, zip, zip)
The specified RuntimeIdentifier 'win10-x86' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x86, zip, zip)
The specified RuntimeIdentifier 'win10-x86' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x86, zip, zip)
The specified RuntimeIdentifier 'win10-x86' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x86, zip, zip)
The specified RuntimeIdentifier 'win10-x86' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x86, zip, zip)
The specified RuntimeIdentifier 'win10-x86' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x86, zip, zip)
The specified RuntimeIdentifier 'win10-x86' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x86, zip, zip)
The specified RuntimeIdentifier 'win10-x86' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x86, zip, zip)
The specified RuntimeIdentifier 'win10-x86' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (win10-x86, zip, zip)
The specified RuntimeIdentifier 'win10-x86' is not recognized. See https://aka.ms/netsdk1083 for more information.
publish (osx-x64, tar, tar.gz)
The job was canceled because "win10-x64_zip_zip" failed.
publish (osx-x64, tar, tar.gz)
The operation was canceled.
publish (linux-arm64, tar, tar.gz)
The job was canceled because "win10-x64_zip_zip" failed.
publish (linux-arm64, tar, tar.gz)
The operation was canceled.
publish (linux-x64, tar.gz, tar)
The job was canceled because "win10-x64_zip_zip" failed.
publish (linux-x64, tar.gz, tar)
The operation was canceled.
publish (linux-arm, tar.gz, tar)
The job was canceled because "win10-x64_zip_zip" failed.
publish (linux-arm, tar.gz, tar)
The operation was canceled.
build-ui
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-ui
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
unit-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
unit-test: src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.cs#L7
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
unit-test: src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.Designer.cs#L18
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
unit-test: src/Ombi.Tests/Middlewear/ApiKeyMiddlewearTests.cs#L58
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
unit-test: src/Ombi.Tests/Middlewear/ApiKeyMiddlewearTests.cs#L84
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
unit-test: src/Ombi.Tests/Middlewear/ApiKeyMiddlewearTests.cs#L47
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
unit-test: src/Ombi.Tests/Middlewear/ApiKeyMiddlewearTests.cs#L73
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
versioning
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, TriPSs/conventional-changelog-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
versioning
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish (win10-x64, zip, zip)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish (win10-x64, zip, zip)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish (win10-x64, zip, zip)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
publish (win10-x86, zip, zip)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
publish (osx-x64, tar, tar.gz)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
publish (osx-x64, tar, tar.gz)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
publish (osx-x64, tar, tar.gz): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.cs#L7
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (osx-x64, tar, tar.gz): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.Designer.cs#L18
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (linux-arm64, tar, tar.gz)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
publish (linux-arm64, tar, tar.gz)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
publish (linux-arm64, tar, tar.gz): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.cs#L7
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (linux-arm64, tar, tar.gz): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.Designer.cs#L18
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (linux-x64, tar.gz, tar)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
publish (linux-x64, tar.gz, tar)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
publish (linux-x64, tar.gz, tar): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.cs#L7
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (linux-x64, tar.gz, tar): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.Designer.cs#L18
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (linux-arm, tar.gz, tar)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
publish (linux-arm, tar.gz, tar): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.cs#L7
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (linux-arm, tar.gz, tar): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.Designer.cs#L18
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (linux-arm, tar.gz, tar)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "angular_dist". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
angular_dist Expired
5.08 MB