Skip to content

Nightly Build

Nightly Build #2160

Re-run triggered May 20, 2026 09:44
Status Failure
Total duration 11m 15s
Artifacts 3

nightlybuild.yml

on: schedule
Nightly Build - Non UI
7m 59s
Nightly Build - Non UI
Nightly Build - Firefox UI
10m 46s
Nightly Build - Firefox UI
Nightly Build - Chrome UI
11m 8s
Nightly Build - Chrome UI
Nightly Build - Edge UI
11m 8s
Nightly Build - Edge UI
Fit to window
Zoom out
Zoom in

Annotations

1 error and 42 warnings
Nightly Build - Chrome UI
Process completed with exit code 1.
Nightly Build - Chrome UI
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2.3.4, actions/setup-dotnet@v4.0.1, dacbd/create-issue-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Nightly Build - Chrome UI: SecurityService.OpenIdConnect.IntegrationTests/Common/GenericSteps.cs#L35
'LogManager.AddHiddenAssembly(Assembly)' is obsolete: 'Replaced by LogManager.Setup().SetupLogFactory(setup => setup.AddCallSiteHiddenAssembly(assembly)). Marked obsolete on NLog 5.3'
Nightly Build - Chrome UI: SecurityService.OpenIdConnect.IntegrationTests/Common/Hooks.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Nightly Build - Chrome UI: SecurityService.OpenIdConnect.IntegrationTests/UserLogin/UserLoginSteps.cs#L80
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Nightly Build - Chrome UI: SecurityService.IntegrationTesting.Helpers/SecurityServiceSteps.cs#L291
Argument of type '(string? EmailAddress, string UserId)' cannot be used for parameter 'item' of type '(string, string)' in 'void List<(string, string)>.Add((string, string) item)' due to differences in the nullability of reference types.
Nightly Build - Chrome UI: SecurityService.IntegrationTesting.Helpers/ReqnrollExtensions.cs#L247
Converting null literal or possible null value to non-nullable type.
Nightly Build - Chrome UI: SecurityService.IntegrationTesting.Helpers/SecurityServiceSteps.cs#L69
Argument of type '(string ClientId, string? Secret, List<string> AllowedGrantTypes)' cannot be used for parameter 'item' of type '(string clientId, string secret, List<string> allowedGrantTypes)' in 'void List<(string clientId, string secret, List<string> allowedGrantTypes)>.Add((string clientId, string secret, List<string> allowedGrantTypes) item)' due to differences in the nullability of reference types.
Nightly Build - Chrome UI
Non-nullable property 'RoleId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI
Non-nullable property 'Claims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI
Possible null reference argument for parameter 'refreshToken' in 'TokenResponse TokenResponse.Create(string accessToken, string refreshToken, long expiresIn, DateTimeOffset issued = default(DateTimeOffset), DateTimeOffset expires = default(DateTimeOffset))'.
Nightly Build - Chrome UI
Possible null reference argument for parameter 'accessToken' in 'TokenResponse TokenResponse.Create(string accessToken, string refreshToken, long expiresIn, DateTimeOffset issued = default(DateTimeOffset), DateTimeOffset expires = default(DateTimeOffset))'.
Nightly Build - Chrome UI
Converting null literal or possible null value to non-nullable type.
Nightly Build - Chrome UI
Converting null literal or possible null value to non-nullable type.
Nightly Build - Chrome UI
Converting null literal or possible null value to non-nullable type.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L70
Non-nullable property 'RoleId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L15
Non-nullable property 'UserClaims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L13
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L119
Possible null reference argument for parameter 'refreshToken' in 'TokenResponse TokenResponse.Create(string accessToken, string refreshToken, long expiresIn, DateTimeOffset issued = default(DateTimeOffset), DateTimeOffset expires = default(DateTimeOffset))'.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L119
Possible null reference argument for parameter 'accessToken' in 'TokenResponse TokenResponse.Create(string accessToken, string refreshToken, long expiresIn, DateTimeOffset issued = default(DateTimeOffset), DateTimeOffset expires = default(DateTimeOffset))'.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L116
Converting null literal or possible null value to non-nullable type.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L113
Converting null literal or possible null value to non-nullable type.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L108
Converting null literal or possible null value to non-nullable type.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L39
Non-nullable property 'ClientRedirectUris' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L37
Non-nullable property 'AllowedGrantTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L35
Non-nullable property 'AllowedScopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L29
Non-nullable property 'ClientName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L27
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L15
Non-nullable property 'UserClaims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L13
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.DataTransferObjects/Responses.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI: SecurityService.Models/ChangeUserPasswordResult.cs#L6
Non-nullable property 'RedirectUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nightly Build - Chrome UI
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/
Nightly Build - Chrome UI
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/