Skip to content

Initial implementation #227

Initial implementation

Initial implementation #227

Triggered via push November 24, 2024 03:19
Status Failure
Total duration 57m 50s
Artifacts 4

ci.yml

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

Annotations

35 errors
Build only (Android)
The target platform identifier android was not recognized.
Build only (Android)
The target platform identifier android was not recognized.
Build only (Android)
The target platform identifier android was not recognized.
Build only (Android)
The target platform identifier android was not recognized.
Build only (Android)
The target platform identifier android was not recognized.
Build only (Android)
The target platform identifier android was not recognized.
Build only (Android)
The target platform identifier android was not recognized.
Build only (Android)
The target platform identifier android was not recognized.
Build only (Android)
The target platform identifier android was not recognized.
Build only (Android)
The target platform identifier android was not recognized.
Code Quality: osu.Game.Rulesets.Taiko/Difficulty/Preprocessing/Pattern/Data/TaikoPatternFields.cs#L4
Namespace does not correspond to file location, must be: 'osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Pattern.Data' in osu.Game.Rulesets.Taiko\Difficulty\Preprocessing\Pattern\Data\TaikoPatternFields.cs on line 4
Code Quality: osu.Game.Rulesets.Taiko/Difficulty/Preprocessing/Pattern/Data/TaikoTimeField.cs#L12
Namespace does not correspond to file location, must be: 'osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Pattern.Data' in osu.Game.Rulesets.Taiko\Difficulty\Preprocessing\Pattern\Data\TaikoTimeField.cs on line 12
Code Quality: osu.Game.Rulesets.Taiko/Difficulty/Preprocessing/Pattern/Data/TaikoTimeField.cs#L38
Blank lines are missing, expected minimum 1 instead of 0 in osu.Game.Rulesets.Taiko\Difficulty\Preprocessing\Pattern\Data\TaikoTimeField.cs on line 38
Code Quality: osu.Game.Rulesets.Taiko/Difficulty/Preprocessing/Pattern/Data/TaikoTimeField.cs#L90
Use lambda expression in osu.Game.Rulesets.Taiko\Difficulty\Preprocessing\Pattern\Data\TaikoTimeField.cs on line 90
Code Quality: osu.Game.Rulesets.Taiko/Difficulty/Preprocessing/Pattern/TaikoPatternDifficultyPreprocessor.cs#L30
Possible loss of fraction in osu.Game.Rulesets.Taiko\Difficulty\Preprocessing\Pattern\TaikoPatternDifficultyPreprocessor.cs on line 30
Code Quality: osu.Game.Rulesets.Taiko/Difficulty/Preprocessing/Pattern/TaikoPatternDifficultyPreprocessor.cs#L48
Parameter 'hitObject' hides outer parameter with the same name in osu.Game.Rulesets.Taiko\Difficulty\Preprocessing\Pattern\TaikoPatternDifficultyPreprocessor.cs on line 48
Code Quality: osu.Game.Rulesets.Taiko/Difficulty/Preprocessing/Pattern/TaikoPatternDifficultyPreprocessor.cs#L55
Blank lines are redundant, expected maximum 1 instead of 2 in osu.Game.Rulesets.Taiko\Difficulty\Preprocessing\Pattern\TaikoPatternDifficultyPreprocessor.cs on line 55
Code Quality: osu.Game.Rulesets.Taiko/Difficulty/Preprocessing/Pattern/TaikoPatternDifficultyPreprocessor.cs#L68
Line is not indented relative to the previous line, expected indent 4 spaces in osu.Game.Rulesets.Taiko\Difficulty\Preprocessing\Pattern\TaikoPatternDifficultyPreprocessor.cs on line 68
Code Quality: osu.Game.Rulesets.Taiko/Difficulty/Preprocessing/Pattern/TaikoPatternDifficultyPreprocessor.cs#L68
Parameter 'hitObject' hides outer parameter with the same name in osu.Game.Rulesets.Taiko\Difficulty\Preprocessing\Pattern\TaikoPatternDifficultyPreprocessor.cs on line 68
Code Quality: osu.Game.Rulesets.Taiko/Difficulty/Preprocessing/Pattern/Utils/CollectionUtils.cs#L8
Namespace does not correspond to file location, must be: 'osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Pattern.Utils' in osu.Game.Rulesets.Taiko\Difficulty\Preprocessing\Pattern\Utils\CollectionUtils.cs on line 8
Test (Linux, ubuntu-latest, SingleThread)
Process completed with exit code 1.
Test (Linux, ubuntu-latest, MultiThreaded)
Process completed with exit code 1.
Test (Windows, windows-latest, SingleThread)
Process completed with exit code 1.
Test (Windows, windows-latest, MultiThreaded)
Process completed with exit code 1.
osu.Game.Rulesets.Taiko.Tests.TaikoDifficultyCalculatorTest ► Test(3.092021286335119d,200,"diffcalc-test-strong"): osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs#L31
Failed test found in: TestResults-Linux-MultiThreaded.trx TestResults-Linux-SingleThread.trx Error: Expected: 3.0920212863351191d /- 1.0000000000000001E-05d But was: 3.0920567783927484d Off by: -3.5518957629321335E-05d
osu.Game.Rulesets.Taiko.Tests.TaikoDifficultyCalculatorTest ► Test(3.092021286335119d,200,"diffcalc-test"): osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs#L31
Failed test found in: TestResults-Linux-MultiThreaded.trx TestResults-Linux-SingleThread.trx Error: Expected: 3.0920212863351191d /- 1.0000000000000001E-05d But was: 3.0920567783927484d Off by: -3.5518957629321335E-05d
osu.Game.Rulesets.Taiko.Tests.TaikoDifficultyCalculatorTest ► TestClockRateAdjusted(4.0789820318081444d,200,"diffcalc-test-strong"): osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs#L31
Failed test found in: TestResults-Linux-MultiThreaded.trx TestResults-Linux-SingleThread.trx Error: Expected: 4.0789820318081444d /- 1.0000000000000001E-05d But was: 4.0790924763471397d Off by: -0.00011044453899522466d
osu.Game.Rulesets.Taiko.Tests.TaikoDifficultyCalculatorTest ► TestClockRateAdjusted(4.0789820318081444d,200,"diffcalc-test"): osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs#L31
Failed test found in: TestResults-Linux-MultiThreaded.trx TestResults-Linux-SingleThread.trx Error: Expected: 4.0789820318081444d /- 1.0000000000000001E-05d But was: 4.0790924763471397d Off by: -0.00011044453899522466d
osu.Game.Tests.Visual.Multiplayer.TestSceneDrawableRoomPlaylist ► TestSelectableMouseHandling: osu.Game.Tests/Visual/Multiplayer/TestSceneDrawableRoomPlaylist.cs#L324
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: System.InvalidOperationException : Sequence contains no elements
osu.Game.Rulesets.Taiko.Tests.TaikoDifficultyCalculatorTest ► Test(3.092021286335119d,200,"diffcalc-test-strong"): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: Expected: 3.0920212863351191d /- 1.0000000000000001E-05d But was: 3.0920567783927484d Off by: -3.5518957629321335E-05d
osu.Game.Rulesets.Taiko.Tests.TaikoDifficultyCalculatorTest ► Test(3.092021286335119d,200,"diffcalc-test"): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: Expected: 3.0920212863351191d /- 1.0000000000000001E-05d But was: 3.0920567783927484d Off by: -3.5518957629321335E-05d
osu.Game.Rulesets.Taiko.Tests.TaikoDifficultyCalculatorTest ► TestClockRateAdjusted(4.0789820318081444d,200,"diffcalc-test-strong"): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: Expected: 4.0789820318081444d /- 1.0000000000000001E-05d But was: 4.0790924763471397d Off by: -0.00011044453899522466d
osu.Game.Rulesets.Taiko.Tests.TaikoDifficultyCalculatorTest ► TestClockRateAdjusted(4.0789820318081444d,200,"diffcalc-test"): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: Expected: 4.0789820318081444d /- 1.0000000000000001E-05d But was: 4.0790924763471397d Off by: -0.00011044453899522466d
osu.Game.Rulesets.Taiko.Tests.TaikoDifficultyCalculatorTest ► Test(3.092021286335119d,200,"diffcalc-test-strong"): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: Expected: 3.0920212863351191d /- 1.0000000000000001E-05d But was: 3.0920567783927484d Off by: -3.5518957629321335E-05d
osu.Game.Rulesets.Taiko.Tests.TaikoDifficultyCalculatorTest ► Test(3.092021286335119d,200,"diffcalc-test"): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: Expected: 3.0920212863351191d /- 1.0000000000000001E-05d But was: 3.0920567783927484d Off by: -3.5518957629321335E-05d

Artifacts

Produced during runtime
Name Size
osu-test-results-Linux-MultiThreaded
4.85 MB
osu-test-results-Linux-SingleThread
4.84 MB
osu-test-results-Windows-MultiThreaded
4.95 MB
osu-test-results-Windows-SingleThread
4.92 MB