Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update transitive vulnerable dependencies for source generation tests #6435

Merged
merged 6 commits into from
Dec 3, 2024

Merge branch 'master' into vulnerable-dependency

9c8c791
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Update transitive vulnerable dependencies for source generation tests #6435

Merge branch 'master' into vulnerable-dependency
9c8c791
Select commit
Loading
Failed to load commit list.
GitHub Actions / Results failed Nov 28, 2024 in 1s

25211 passed, 1 failed and 636 skipped

Tests failed

Report Passed Failed Skipped Time
TestResults-Linux-MultiThreaded-Debug.trx 3151✅ 80⚪ 247s
TestResults-Linux-MultiThreaded-Release.trx 3151✅ 80⚪ 236s
TestResults-Linux-SingleThread-Debug.trx 3151✅ 80⚪ 200s
TestResults-Linux-SingleThread-Release.trx 3151✅ 80⚪ 157s
TestResults-macOS-MultiThreaded-Debug.trx 3152✅ 79⚪ 717s
TestResults-macOS-SingleThread-Debug.trx 3151✅ 1❌ 79⚪ 330s
TestResults-Windows-MultiThreaded-Debug.trx 3152✅ 79⚪ 282s
TestResults-Windows-SingleThread-Debug.trx 3152✅ 79⚪ 212s

✅ TestResults-Linux-MultiThreaded-Debug.trx

3231 tests were completed in 247s with 3151 passed, 0 failed and 80 skipped.

✅ TestResults-Linux-MultiThreaded-Release.trx

3231 tests were completed in 236s with 3151 passed, 0 failed and 80 skipped.

✅ TestResults-Linux-SingleThread-Debug.trx

3231 tests were completed in 200s with 3151 passed, 0 failed and 80 skipped.

✅ TestResults-Linux-SingleThread-Release.trx

3231 tests were completed in 157s with 3151 passed, 0 failed and 80 skipped.

✅ TestResults-macOS-MultiThreaded-Debug.trx

3231 tests were completed in 717s with 3152 passed, 0 failed and 79 skipped.

❌ TestResults-macOS-SingleThread-Debug.trx

3231 tests were completed in 330s with 3151 passed, 1 failed and 79 skipped.

Test suite Passed Failed Skipped Time
osu.Framework.Tests.Graphics.TripleBufferTest 5✅ 1❌ 861ms

❌ osu.Framework.Tests.Graphics.TripleBufferTest

✅ TestReadOnly
❌ TestReadSaturated
	System.AggregateException : One or more errors occurred. (  Expected: <osu.Framework.Tests.Graphics.TripleBufferTest+TestObject ID: 8>
	  But was:  null
	)
	  ----> NUnit.Framework.AssertionException :   Expected: <osu.Framework.Tests.Graphics.TripleBufferTest+TestObject ID: 8>
	  But was:  null
	
	
	  1)   Expected: <osu.Framework.Tests.Graphics.TripleBufferTest+TestObject ID: 8>
	  But was:  null
	
	
✅ TestSameBufferIsNotWrittenTwiceInRowContestation
✅ TestSameBufferIsNotWrittenTwiceInRowNoContestation
✅ TestWriteOnly
✅ TestWriteThenRead

✅ TestResults-Windows-MultiThreaded-Debug.trx

3231 tests were completed in 282s with 3152 passed, 0 failed and 79 skipped.

✅ TestResults-Windows-SingleThread-Debug.trx

3231 tests were completed in 212s with 3152 passed, 0 failed and 79 skipped.

Annotations

Check failure on line 0 in TestResults-macOS-SingleThread-Debug.trx

See this annotation in the file changed.

@github-actions github-actions / Results

osu.Framework.Tests.Graphics.TripleBufferTest ► TestReadSaturated

Failed test found in:
  TestResults-macOS-SingleThread-Debug.trx
Error:
  System.AggregateException : One or more errors occurred. (  Expected: <osu.Framework.Tests.Graphics.TripleBufferTest+TestObject ID: 8>
    But was:  null
  )
    ----> NUnit.Framework.AssertionException :   Expected: <osu.Framework.Tests.Graphics.TripleBufferTest+TestObject ID: 8>
    But was:  null
  
  
    1)   Expected: <osu.Framework.Tests.Graphics.TripleBufferTest+TestObject ID: 8>
    But was:  null
  
  
Raw output
System.AggregateException : One or more errors occurred. (  Expected: <osu.Framework.Tests.Graphics.TripleBufferTest+TestObject ID: 8>
  But was:  null
)
  ----> NUnit.Framework.AssertionException :   Expected: <osu.Framework.Tests.Graphics.TripleBufferTest+TestObject ID: 8>
  But was:  null


  1)   Expected: <osu.Framework.Tests.Graphics.TripleBufferTest+TestObject ID: 8>
  But was:  null


   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait()
   at osu.Framework.Extensions.TaskExtensions.WaitSafely(Task task) in /Users/runner/work/osu-framework/osu-framework/osu.Framework/Extensions/TaskExtensions.cs:line 22
   at osu.Framework.Tests.Graphics.TripleBufferTest.TestReadSaturated() in /Users/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TripleBufferTest.cs:line 136
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
--AssertionException
   at NUnit.Framework.Assert.ReportFailure(String message)
   at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args)
   at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args)
   at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression)
   at osu.Framework.Tests.Graphics.TripleBufferTest.<>c__DisplayClass5_1.<TestReadSaturated>b__0() in /Users/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TripleBufferTest.cs:line 124
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
1)    at osu.Framework.Tests.Graphics.TripleBufferTest.<>c__DisplayClass5_1.<TestReadSaturated>b__0() in /Users/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TripleBufferTest.cs:line 124

2)    at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait()
   at osu.Framework.Extensions.TaskExtensions.WaitSafely(Task task) in /Users/runner/work/osu-framework/osu-framework/osu.Framework/Extensions/TaskExtensions.cs:line 22
   at osu.Framework.Tests.Graphics.TripleBufferTest.TestReadSaturated() in /Users/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TripleBufferTest.cs:line 136
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
--AssertionException
   at NUnit.Framework.Assert.ReportFailure(String message)
   at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args)
   at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args)
   at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression)
   at osu.Framework.Tests.Graphics.TripleBufferTest.<>c__DisplayClass5_1.<TestReadSaturated>b__0() in /Users/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TripleBufferTest.cs:line 124
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)