Skip to content

Fix null error in duplication registration #1398

Fix null error in duplication registration

Fix null error in duplication registration #1398

Triggered via pull request November 15, 2024 07:44
@hadashiAhadashiA
synchronize #722
ku/fix-null
Status Failure
Total duration 1m 35s
Artifacts

test.yaml

on: pull_request
test-dotnet
24s
test-dotnet
Matrix: test-unity
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 24 warnings
test-unity (2019.3.15f1, Default)
The process '/usr/bin/docker' failed with exit code 1
test-unity (2019.3.15f1, UniTask)
The job was canceled because "_2019_3_15f1_Default" failed.
test-unity (2019.3.15f1, UniTask)
The operation was canceled.
test-unity (2020.3.5f1, Default)
The job was canceled because "_2019_3_15f1_Default" failed.
test-unity (2020.3.5f1, UniTask)
The job was canceled because "_2019_3_15f1_Default" failed.
test-unity (2020.3.5f1, Default)
The operation was canceled.
test-unity (2020.3.5f1, UniTask)
The operation was canceled.
test-unity (2021.1.4f1, ECS, UNITY_LICENSE_2021_1)
The job was canceled because "_2019_3_15f1_Default" failed.
test-unity (2021.1.4f1, ECS, UNITY_LICENSE_2021_1)
The operation was canceled.
test-unity (2021.1.4f1, UniTask)
The job was canceled because "_2019_3_15f1_Default" failed.
test-unity (2021.1.4f1, UniTask)
The operation was canceled.
test-unity (2019.4.25f1, UniTask)
The job was canceled because "_2019_3_15f1_Default" failed.
test-unity (2019.4.25f1, UniTask)
The operation was canceled.
test-unity (2021.1.4f1, Default)
The job was canceled because "_2019_3_15f1_Default" failed.
test-unity (2021.1.4f1, Default)
The operation was canceled.
test-unity (2019.4.25f1, Default)
The job was canceled because "_2019_3_15f1_Default" failed.
test-unity (2019.4.25f1, Default)
The operation was canceled.
test-unity (2019.3.15f1, Default)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
test-unity (2019.3.15f1, UniTask)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
test-unity (2021.1.4f1, ECS, UNITY_LICENSE_2021_1)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
test-unity (2020.3.5f1, UniTask)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
test-unity (2020.3.5f1, Default)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
test-unity (2021.1.4f1, Default)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
test-unity (2019.4.25f1, UniTask)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
test-unity (2019.4.25f1, Default)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
test-unity (2021.1.4f1, UniTask)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
test-dotnet
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/
test-dotnet
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-dotnet: VContainer.SourceGenerator/CodeWriter.cs#L31
Possible null reference argument for parameter 'value' in 'void CodeWriter.AppendLine(string value = "")'.
test-dotnet: VContainer.SourceGenerator/DiagnosticDescriptors.cs#L20
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
test-dotnet: VContainer.SourceGenerator/DiagnosticDescriptors.cs#L51
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
test-dotnet: VContainer.SourceGenerator/DiagnosticDescriptors.cs#L43
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
test-dotnet: VContainer.SourceGenerator/DiagnosticDescriptors.cs#L44
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
test-unity (2019.3.15f1, Default)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, game-ci/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-unity (2019.3.15f1, Default)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, game-ci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-unity (2019.3.15f1, Default)
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/