Skip to content

Remove HashSet allocation in majority cases #1823

Remove HashSet allocation in majority cases

Remove HashSet allocation in majority cases #1823

Triggered via push October 31, 2024 11:16
Status Failure
Total duration 13m 40s
Artifacts 8

ci.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

34 errors and 25 warnings
Test (Linux, ubuntu-latest, Release, SingleThread)
Process completed with exit code 1.
Test (Linux, ubuntu-latest, Debug, SingleThread)
Process completed with exit code 1.
Test (Linux, ubuntu-latest, Release, MultiThreaded)
Process completed with exit code 1.
Test (Linux, ubuntu-latest, Debug, MultiThreaded)
Process completed with exit code 1.
Test (Windows, windows-latest, Debug, SingleThread)
Process completed with exit code 1.
Test (macOS, macos-latest, Debug, SingleThread)
Process completed with exit code 1.
Test (Windows, windows-latest, Debug, MultiThreaded)
Process completed with exit code 1.
Test (macOS, macos-latest, Debug, MultiThreaded)
Process completed with exit code 1.
osu.Framework.Tests.Bindables.BindableListTest ► TestReplaceRangeNotifiesBoundLists: osu.Framework.Tests/Bindables/BindableListTest.cs#L1190
Failed test found in: TestResults-macOS-SingleThread-Debug.trx Error: Expected: equivalent to < "A", "B" > But was: < < "A", "B" > > Missing (2): < "A", "B" > Extra (1): < < "A", "B" > >
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemReplacementDoesNotAffectScroll: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-macOS-SingleThread-Debug.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemSource: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-macOS-SingleThread-Debug.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
osu.Framework.Tests.Bindables.BindableListTest ► TestReplaceRangeNotifiesBoundLists: osu.Framework.Tests/Bindables/BindableListTest.cs#L1190
Failed test found in: TestResults-Windows-MultiThreaded-Debug.trx Error: Expected: equivalent to < "A", "B" > But was: < < "A", "B" > > Missing (2): < "A", "B" > Extra (1): < < "A", "B" > >
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemReplacementDoesNotAffectScroll: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-Windows-MultiThreaded-Debug.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemSource: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-Windows-MultiThreaded-Debug.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
osu.Framework.Tests.Bindables.BindableListTest ► TestReplaceRangeNotifiesBoundLists: osu.Framework.Tests/Bindables/BindableListTest.cs#L1190
Failed test found in: TestResults-Linux-SingleThread-Debug.trx Error: Expected: equivalent to < "A", "B" > But was: < < "A", "B" > > Missing (2): < "A", "B" > Extra (1): < < "A", "B" > >
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemReplacementDoesNotAffectScroll: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-Linux-SingleThread-Debug.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemSource: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-Linux-SingleThread-Debug.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
osu.Framework.Tests.Bindables.BindableListTest ► TestReplaceRangeNotifiesBoundLists: osu.Framework.Tests/Bindables/BindableListTest.cs#L1190
Failed test found in: TestResults-Linux-MultiThreaded-Debug.trx Error: Expected: equivalent to < "A", "B" > But was: < < "A", "B" > > Missing (2): < "A", "B" > Extra (1): < < "A", "B" > >
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemReplacementDoesNotAffectScroll: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-Linux-MultiThreaded-Debug.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemSource: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-Linux-MultiThreaded-Debug.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
osu.Framework.Tests.Bindables.BindableListTest ► TestReplaceRangeNotifiesBoundLists: osu.Framework.Tests/Bindables/BindableListTest.cs#L1190
Failed test found in: TestResults-Windows-SingleThread-Debug.trx Error: Expected: equivalent to < "A", "B" > But was: < < "A", "B" > > Missing (2): < "A", "B" > Extra (1): < < "A", "B" > >
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemReplacementDoesNotAffectScroll: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-Windows-SingleThread-Debug.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemSource: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-Windows-SingleThread-Debug.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
osu.Framework.Tests.Bindables.BindableListTest ► TestReplaceRangeNotifiesBoundLists: osu.Framework.Tests/Bindables/BindableListTest.cs#L1190
Failed test found in: TestResults-Linux-SingleThread-Release.trx Error: Expected: equivalent to < "A", "B" > But was: < < "A", "B" > > Missing (2): < "A", "B" > Extra (1): < < "A", "B" > >
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemReplacementDoesNotAffectScroll: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-Linux-SingleThread-Release.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemSource: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-Linux-SingleThread-Release.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
osu.Framework.Tests.Bindables.BindableListTest ► TestReplaceRangeNotifiesBoundLists: osu.Framework.Tests/Bindables/BindableListTest.cs#L1190
Failed test found in: TestResults-Linux-MultiThreaded-Release.trx Error: Expected: equivalent to < "A", "B" > But was: < < "A", "B" > > Missing (2): < "A", "B" > Extra (1): < < "A", "B" > >
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemReplacementDoesNotAffectScroll: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-Linux-MultiThreaded-Release.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemSource: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-Linux-MultiThreaded-Release.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
osu.Framework.Tests.Bindables.BindableListTest ► TestReplaceRangeNotifiesBoundLists: osu.Framework.Tests/Bindables/BindableListTest.cs#L1190
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: Expected: equivalent to < "A", "B" > But was: < < "A", "B" > > Missing (2): < "A", "B" > Extra (1): < < "A", "B" > >
osu.Framework.Tests.Visual.Containers.TestSceneCachedBufferedContainer ► TestConstructor: TestResults-macOS-MultiThreaded-Debug.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: box 7 count equals box 8 count
osu.Framework.Tests.Visual.Drawables.TestSceneDelayedLoadWrapper ► TestManyChildrenFunction(True): TestResults-macOS-MultiThreaded-Debug.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: not too many loaded
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemReplacementDoesNotAffectScroll: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown ► TestItemSource: osu.Framework/Graphics/UserInterface/Dropdown.cs#L373
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[osu.Framework.Tests.Visual.UserInterface.TestSceneDropdown+TestModel]' to type 'TestModel'.
Build only (iOS): osu.Framework.Templates/templates/template-empty/TemplateGame.iOS/Application.cs#L9
Missing XML comment for publicly visible type or member 'Application'
Build only (iOS): osu.Framework.Templates/templates/template-empty/TemplateGame.iOS/Application.cs#L11
Missing XML comment for publicly visible type or member 'Application.Main(string[])'
Build only (iOS): osu.Framework.Templates/templates/template-flappy/FlappyDon.iOS/Application.cs#L6
Missing XML comment for publicly visible type or member 'Application'
Build only (iOS): osu.Framework.Templates/templates/template-flappy/FlappyDon.iOS/Application.cs#L8
Missing XML comment for publicly visible type or member 'Application.Main(string[])'
Build only (iOS): osu.Framework.Templates/templates/template-empty/TemplateGame.iOS/Application.cs#L9
Missing XML comment for publicly visible type or member 'Application'
Build only (iOS): osu.Framework.Templates/templates/template-empty/TemplateGame.iOS/Application.cs#L11
Missing XML comment for publicly visible type or member 'Application.Main(string[])'
Build only (iOS): osu.Framework.Templates/templates/template-flappy/FlappyDon.iOS/Application.cs#L6
Missing XML comment for publicly visible type or member 'Application'
Build only (iOS): osu.Framework.Templates/templates/template-flappy/FlappyDon.iOS/Application.cs#L8
Missing XML comment for publicly visible type or member 'Application.Main(string[])'
Test (Linux, ubuntu-latest, Release, SingleThread)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@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 (Linux, ubuntu-latest, Release, SingleThread)
Restore cache failed: Dependencies file is not found in /home/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (Linux, ubuntu-latest, Debug, SingleThread)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@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 (Linux, ubuntu-latest, Debug, SingleThread)
Restore cache failed: Dependencies file is not found in /home/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (Linux, ubuntu-latest, Release, MultiThreaded)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@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 (Linux, ubuntu-latest, Release, MultiThreaded)
Restore cache failed: Dependencies file is not found in /home/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (Linux, ubuntu-latest, Debug, MultiThreaded)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@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 (Linux, ubuntu-latest, Debug, MultiThreaded)
Restore cache failed: Dependencies file is not found in /home/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (Windows, windows-latest, Debug, SingleThread)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@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 (Windows, windows-latest, Debug, SingleThread)
Restore cache failed: Dependencies file is not found in D:\a\osu-framework\osu-framework. Supported file pattern: go.sum
Test (macOS, macos-latest, Debug, SingleThread)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@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 (macOS, macos-latest, Debug, SingleThread)
Restore cache failed: Dependencies file is not found in /Users/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (Windows, windows-latest, Debug, MultiThreaded)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@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 (Windows, windows-latest, Debug, MultiThreaded)
Restore cache failed: Dependencies file is not found in D:\a\osu-framework\osu-framework. Supported file pattern: go.sum
Test (macOS, macos-latest, Debug, MultiThreaded)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@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 (macOS, macos-latest, Debug, MultiThreaded)
Restore cache failed: Dependencies file is not found in /Users/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
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: "osu-framework-test-results-Linux-MultiThreaded-Debug", "osu-framework-test-results-Linux-MultiThreaded-Release", "osu-framework-test-results-Linux-SingleThread-Debug", "osu-framework-test-results-Linux-SingleThread-Release", "osu-framework-test-results-macOS-MultiThreaded-Debug", "osu-framework-test-results-macOS-SingleThread-Debug", "osu-framework-test-results-Windows-MultiThreaded-Debug", "osu-framework-test-results-Windows-SingleThread-Debug". 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
osu-framework-test-results-Linux-MultiThreaded-Debug Expired
5.48 MB
osu-framework-test-results-Linux-MultiThreaded-Release Expired
3.87 MB
osu-framework-test-results-Linux-SingleThread-Debug Expired
5.26 MB
osu-framework-test-results-Linux-SingleThread-Release Expired
3.87 MB
osu-framework-test-results-Windows-MultiThreaded-Debug Expired
5.69 MB
osu-framework-test-results-Windows-SingleThread-Debug Expired
5.38 MB
osu-framework-test-results-macOS-MultiThreaded-Debug Expired
8.33 MB
osu-framework-test-results-macOS-SingleThread-Debug Expired
5.45 MB