Skip to content

Remove legacy run-local helper; rebaseline docs and references; add D… #69

Remove legacy run-local helper; rebaseline docs and references; add D…

Remove legacy run-local helper; rebaseline docs and references; add D… #69

Triggered via push September 4, 2025 06:51
Status Failure
Total duration 1m 7s
Artifacts
build-and-test
28s
build-and-test
deploy-infrastructure
25s
deploy-infrastructure
build-and-push-images
0s
build-and-push-images
update-container-apps
0s
update-container-apps
post-deployment
3s
post-deployment
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
deploy-infrastructure
Login failed with Error: The process '/usr/bin/az' failed with exit code 1. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
deploy-infrastructure
Run the command below to authenticate interactively; additional arguments may be added as needed: az logout az login
deploy-infrastructure
AADSTS70025: The client '***'(github-actions-stamps) has no configured federated identity credentials. Trace ID: 666dc87b-83fe-4daf-b892-ecea239a0600 Correlation ID: 2a52990a-3b46-42bf-bcbb-89d39718c9fa Timestamp: 2025-09-04 06:52:04Z
build-and-test: management-portal/src/Portal/Services/CosmosDiscoveryService.cs#L406
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build-and-test: management-portal/src/Portal/Services/CosmosDiscoveryService.cs#L358
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build-and-test: management-portal/src/Portal/Services/AzureInfrastructureService.cs#L224
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build-and-test: management-portal/src/Portal/Models/TaskEventModel.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: management-portal/src/Portal/Models/TaskEventModel.cs#L6
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: management-portal/src/Portal/Models/TaskEventModel.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: management-portal/src/Portal/GraphQL/Subscription.cs#L12
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: management-portal/src/Portal/GraphQL/Subscription.cs#L11
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: management-portal/src/Portal/GraphQL/Subscription.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: management-portal/src/Portal/Pages/Infrastructure.razor#L5
The using directive for 'Stamps.ManagementPortal.Models' appeared previously in this namespace