chore(deps): update dotnet monorepo - #647
178 tests run, 163 passed, 10 skipped, 5 failed.
Annotations
Check failure on line 1 in Test/LibPcapLiveDeviceTest.cs
github-actions / JUnit Test Report
LibPcapLiveDeviceTest.DeviceOpenWithTimestampType(mlx5_0)
SharpPcap.PcapException : Unable to activate the adapter (mlx5_0). (Error Code: Generic)
Raw output
at SharpPcap.LibPcap.LibPcapLiveDevice.Open(DeviceConfiguration configuration) in /home/runner/work/sharppcap/sharppcap/SharpPcap/LibPcap/LibPcapLiveDevice.cs:line 224
at Test.LibPcapLiveDeviceTest.DeviceOpenWithTimestampType(DeviceFixture fixture) in /home/runner/work/sharppcap/sharppcap/Test/LibPcapLiveDeviceTest.cs:line 48
at InvokeStub_LibPcapLiveDeviceTest.DeviceOpenWithTimestampType(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
1) at SharpPcap.LibPcap.LibPcapLiveDevice.Open(DeviceConfiguration configuration) in /home/runner/work/sharppcap/sharppcap/SharpPcap/LibPcap/LibPcapLiveDevice.cs:line 224
at Test.LibPcapLiveDeviceTest.DeviceOpenWithTimestampType(DeviceFixture fixture) in /home/runner/work/sharppcap/sharppcap/Test/LibPcapLiveDeviceTest.cs:line 48
at InvokeStub_LibPcapLiveDeviceTest.DeviceOpenWithTimestampType(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Check failure on line 1 in Test/LivePcapDeviceSetFilterTest.cs
github-actions / JUnit Test Report
LivePcapDeviceSetFilterTest.SimpleFilter(mlx5_0)
SharpPcap.PcapException : Unable to activate the adapter (mlx5_0). (Error Code: Generic)
Raw output
at SharpPcap.LibPcap.LibPcapLiveDevice.Open(DeviceConfiguration configuration) in /home/runner/work/sharppcap/sharppcap/SharpPcap/LibPcap/LibPcapLiveDevice.cs:line 224
at SharpPcap.CaptureDeviceExtensions.Open(IPcapDevice device, DeviceModes mode, Int32 read_timeout) in /home/runner/work/sharppcap/sharppcap/SharpPcap/CaptureDeviceExtensions.cs:line 26
at Test.LivePcapDeviceSetFilterTest.SimpleFilter(DeviceFixture fixture) in /home/runner/work/sharppcap/sharppcap/Test/LivePcapDeviceSetFilterTest.cs:line 28
at InvokeStub_LivePcapDeviceSetFilterTest.SimpleFilter(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
1) at SharpPcap.LibPcap.LibPcapLiveDevice.Open(DeviceConfiguration configuration) in /home/runner/work/sharppcap/sharppcap/SharpPcap/LibPcap/LibPcapLiveDevice.cs:line 224
at SharpPcap.CaptureDeviceExtensions.Open(IPcapDevice device, DeviceModes mode, Int32 read_timeout) in /home/runner/work/sharppcap/sharppcap/SharpPcap/CaptureDeviceExtensions.cs:line 26
at Test.LivePcapDeviceSetFilterTest.SimpleFilter(DeviceFixture fixture) in /home/runner/work/sharppcap/sharppcap/Test/LivePcapDeviceSetFilterTest.cs:line 28
at InvokeStub_LivePcapDeviceSetFilterTest.SimpleFilter(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Check failure on line 1 in Test/PcapDeviceTest.cs
github-actions / JUnit Test Report
PcapDeviceTest.DeviceOpen(mlx5_0)
SharpPcap.PcapException : Unable to activate the adapter (mlx5_0). (Error Code: Generic)
Raw output
at SharpPcap.LibPcap.LibPcapLiveDevice.Open(DeviceConfiguration configuration) in /home/runner/work/sharppcap/sharppcap/SharpPcap/LibPcap/LibPcapLiveDevice.cs:line 224
at SharpPcap.CaptureDeviceExtensions.Open(IPcapDevice device, DeviceModes mode, Int32 read_timeout) in /home/runner/work/sharppcap/sharppcap/SharpPcap/CaptureDeviceExtensions.cs:line 26
at Test.PcapDeviceTest.DeviceOpen(DeviceFixture fixture) in /home/runner/work/sharppcap/sharppcap/Test/PcapDeviceTest.cs:line 71
at InvokeStub_PcapDeviceTest.DeviceOpen(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
1) at SharpPcap.LibPcap.LibPcapLiveDevice.Open(DeviceConfiguration configuration) in /home/runner/work/sharppcap/sharppcap/SharpPcap/LibPcap/LibPcapLiveDevice.cs:line 224
at SharpPcap.CaptureDeviceExtensions.Open(IPcapDevice device, DeviceModes mode, Int32 read_timeout) in /home/runner/work/sharppcap/sharppcap/SharpPcap/CaptureDeviceExtensions.cs:line 26
at Test.PcapDeviceTest.DeviceOpen(DeviceFixture fixture) in /home/runner/work/sharppcap/sharppcap/Test/PcapDeviceTest.cs:line 71
at InvokeStub_PcapDeviceTest.DeviceOpen(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Check failure on line 1 in Test/PcapDeviceTest.cs
github-actions / JUnit Test Report
PcapDeviceTest.DeviceOpenWithTimestampPrecision(mlx5_0,Microsecond)
Assert.That(ex.Error, Is.EqualTo(PcapError.TimestampPrecisionNotSupported))
Expected: TimestampPrecisionNotSupported
But was: Generic
Raw output
at Test.PcapDeviceTest.DeviceOpenWithTimestampPrecision(DeviceFixture fixture, TimestampResolution resolution) in /home/runner/work/sharppcap/sharppcap/Test/PcapDeviceTest.cs:line 95
at InvokeStub_PcapDeviceTest.DeviceOpenWithTimestampPrecision(Object, Span`1)
1) at Test.PcapDeviceTest.DeviceOpenWithTimestampPrecision(DeviceFixture fixture, TimestampResolution resolution) in /home/runner/work/sharppcap/sharppcap/Test/PcapDeviceTest.cs:line 88
at InvokeStub_PcapDeviceTest.DeviceOpenWithTimestampPrecision(Object, Span`1)
Check failure on line 1 in Test/PcapDeviceTest.cs
github-actions / JUnit Test Report
PcapDeviceTest.GetNextPacketExceptionIfCaptureLoopRunning(mlx5_0)
SharpPcap.PcapException : Unable to activate the adapter (mlx5_0). (Error Code: Generic)
Raw output
at SharpPcap.LibPcap.LibPcapLiveDevice.Open(DeviceConfiguration configuration) in /home/runner/work/sharppcap/sharppcap/SharpPcap/LibPcap/LibPcapLiveDevice.cs:line 224
at SharpPcap.CaptureDeviceExtensions.Open(IPcapDevice device, DeviceModes mode, Int32 read_timeout) in /home/runner/work/sharppcap/sharppcap/SharpPcap/CaptureDeviceExtensions.cs:line 26
at Test.PcapDeviceTest.GetNextPacketExceptionIfCaptureLoopRunning(DeviceFixture fixture) in /home/runner/work/sharppcap/sharppcap/Test/PcapDeviceTest.cs:line 233
at InvokeStub_PcapDeviceTest.GetNextPacketExceptionIfCaptureLoopRunning(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
1) at SharpPcap.LibPcap.LibPcapLiveDevice.Open(DeviceConfiguration configuration) in /home/runner/work/sharppcap/sharppcap/SharpPcap/LibPcap/LibPcapLiveDevice.cs:line 224
at SharpPcap.CaptureDeviceExtensions.Open(IPcapDevice device, DeviceModes mode, Int32 read_timeout) in /home/runner/work/sharppcap/sharppcap/SharpPcap/CaptureDeviceExtensions.cs:line 26
at Test.PcapDeviceTest.GetNextPacketExceptionIfCaptureLoopRunning(DeviceFixture fixture) in /home/runner/work/sharppcap/sharppcap/Test/PcapDeviceTest.cs:line 233
at InvokeStub_PcapDeviceTest.GetNextPacketExceptionIfCaptureLoopRunning(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)