Skip to content

Various forgotten fixups necessary for emails being nullable (#667) #457

Various forgotten fixups necessary for emails being nullable (#667)

Various forgotten fixups necessary for emails being nullable (#667) #457

Triggered via push April 4, 2024 08:41
Status Failure
Total duration 13m 44s
Artifacts 2

develop-api.yaml

on: push
Set Version
0s
Set Version
Build API  /  publish-api
4m 5s
Build API / publish-api
Deploy API  /  deploy
11s
Deploy API / deploy
Matrix: Deploy API / verify-published
Integration tests  /  Test self-hosted for Mercurial 3 on
7m 38s
Integration tests / Test self-hosted for Mercurial 3 on
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 37 warnings, and 2 notices
Integration tests / Test self-hosted for Mercurial 3 on
Process completed with exit code 127.
Integration tests / Test self-hosted for Mercurial 3 on
Process completed with exit code 1.
Build API / publish-api
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, docker/metadata-action@v4, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build API / publish-api: backend/FixFwData/Program.cs#L1
The variable 'doNothing' is assigned but its value is never used
Build API / publish-api: backend/LexCore/Entities/ProjectUsers.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api: backend/LexCore/Entities/ProjectUsers.cs#L9
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api: backend/LexCore/Entities/Project.cs#L82
Non-nullable property 'Node' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api: backend/LexCore/Entities/Project.cs#L84
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api: backend/LexCore/Entities/Project.cs#L85
Non-nullable property 'Desc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api: backend/LexCore/Entities/Project.cs#L87
Non-nullable property 'Branch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api: backend/LexCore/Entities/Project.cs#L91
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api: backend/LexCore/Entities/Project.cs#L92
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api: backend/LexCore/Entities/Project.cs#L93
Non-nullable property 'Phase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api
Non-nullable property 'Node' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api
Non-nullable property 'Desc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api
Non-nullable property 'Branch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api
Non-nullable property 'Phase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api
Non-nullable property 'Parents' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Deploy API / deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration tests / Test self-hosted for Mercurial 3 on
This action has been tested with labels ubuntu-22.04, windows-2022, macos-12. Detected label: ubuntu-20.04. Action is not guaranteed to work
Integration tests / Test self-hosted for Mercurial 3 on
The support for python 2.7 was removed on June 19, 2023. Related issue: https://github.com/actions/setup-python/issues/672
Integration tests / Test self-hosted for Mercurial 3 on
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
Integration tests / Test self-hosted for Mercurial 3 on
Could not find any files for ./test-results/*.trx
Integration tests / Test self-hosted for Mercurial 3 on
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration tests / Test self-hosted for Mercurial 3 on : backend/LexCore/Entities/FlexProjectMetadata.cs#L7
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests / Test self-hosted for Mercurial 3 on : backend/LexCore/Entities/Project.cs#L82
Non-nullable property 'Node' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests / Test self-hosted for Mercurial 3 on : backend/LexCore/Entities/Project.cs#L84
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests / Test self-hosted for Mercurial 3 on : backend/LexCore/Entities/Project.cs#L85
Non-nullable property 'Desc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests / Test self-hosted for Mercurial 3 on : backend/LexCore/Entities/Project.cs#L87
Non-nullable property 'Branch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests / Test self-hosted for Mercurial 3 on : backend/LexCore/Entities/Project.cs#L91
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests / Test self-hosted for Mercurial 3 on : backend/LexCore/Entities/Project.cs#L92
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests / Test self-hosted for Mercurial 3 on : backend/LexCore/Entities/Project.cs#L93
Non-nullable property 'Phase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests / Test self-hosted for Mercurial 3 on : backend/LexCore/Entities/Project.cs#L94
Non-nullable property 'Parents' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests / Test self-hosted for Mercurial 3 on : backend/LexCore/Entities/ProjectUsers.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
11 tests found
There are 11 tests, see "Raw output" for the full list of tests.
26 tests found
There are 26 tests, see "Raw output" for the full list of tests.

Artifacts

Produced during runtime
Name Size
dotnet-unit-test-results Expired
1.57 KB
playwright-traces-self-hosted-hg-3 Expired
171 Bytes