Skip to content

Bumped Whispercpp 1.7.3 that adds WithNoSpeechThreshold #256

Bumped Whispercpp 1.7.3 that adds WithNoSpeechThreshold

Bumped Whispercpp 1.7.3 that adds WithNoSpeechThreshold #256

GitHub Actions / Whisper.net Windows Test Results failed Dec 21, 2024 in 2s

0 passed, 57 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_17.trx 19❌ 2s
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_34.trx 19❌ 19s
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_38.trx 19❌ 24s

❌ tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_17.trx

19 tests were completed in 2s with 0 passed, 19 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Whisper.net.Tests.FactoryTests 6❌ 858ms
Whisper.net.Tests.ProcessAsyncFunctionalTests 5❌ 9ms
Whisper.net.Tests.ProcessFunctionalTests 7❌ 7ms
Whisper.net.Tests.ProcessQuantizedTests 1❌ 42ms

❌ Whisper.net.Tests.FactoryTests

❌ CreateBuilder_WithBufferedModel_ShouldReturnBuilder
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ CreateBuilder_WithCorruptedModel_ShouldThrow
	Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
	System.Exception: Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
	   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
	   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithCorruptedModel_ShouldThrow>b__7_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 57
	   at FluentAssertions.Specialized.ActionAssertions.InvokeSubject()
	   at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
❌ CreateBuilder_WithDisposedFactory_ShouldThrow
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ CreateBuilder_WithFileModel_ShouldReturnBuilder
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ CreateBuilder_WithNoModel_ShouldThrow
	Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
	System.Exception: Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
	   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
	   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithNoModel_ShouldThrow>b__6_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 45
	   at FluentAssertions.Specialized.ActionAssertions.InvokeSubject()
	   at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
❌ GetSupportedLanguages_ShouldReturnAll
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary

❌ Whisper.net.Tests.ProcessAsyncFunctionalTests

❌ ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ ProcessAsync_WhenJunkChunkExists_ProcessCorrectly
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ ProcessAsync_WhenMultichannel_ProcessCorrectly
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ TestHappyFlowAsync
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary

❌ Whisper.net.Tests.ProcessFunctionalTests

❌ Process_CalledMultipleTimes_Serially_WillCompleteEverytime
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ Process_WhenMultichannel_ProcessCorrectly
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "cuda")
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "openvino")
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ TestAutoDetectLanguageWithRomanian
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ TestCancelEncoder
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ TestHappyFlow
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary

❌ Whisper.net.Tests.ProcessQuantizedTests

❌ TestHappyFlowQuantized
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary

❌ tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_34.trx

19 tests were completed in 19s with 0 passed, 19 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Whisper.net.Tests.FactoryTests 6❌ 2s
Whisper.net.Tests.ProcessAsyncFunctionalTests 5❌ 1s
Whisper.net.Tests.ProcessFunctionalTests 7❌ 1s
Whisper.net.Tests.ProcessQuantizedTests 1❌ 1s

❌ Whisper.net.Tests.FactoryTests

❌ CreateBuilder_WithBufferedModel_ShouldReturnBuilder
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ CreateBuilder_WithCorruptedModel_ShouldThrow
	Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
	System.Exception: Failed to load native whisper library. Error: The specified module could not be found
	   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
	   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithCorruptedModel_ShouldThrow>b__7_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 57
	   at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
❌ CreateBuilder_WithDisposedFactory_ShouldThrow
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ CreateBuilder_WithFileModel_ShouldReturnBuilder
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ CreateBuilder_WithNoModel_ShouldThrow
	Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
	System.Exception: Failed to load native whisper library. Error: The specified module could not be found
	   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
	   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithNoModel_ShouldThrow>b__6_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 45
	   at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
❌ GetSupportedLanguages_ShouldReturnAll
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found

❌ Whisper.net.Tests.ProcessAsyncFunctionalTests

❌ ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ ProcessAsync_WhenJunkChunkExists_ProcessCorrectly
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ ProcessAsync_WhenMultichannel_ProcessCorrectly
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ TestHappyFlowAsync
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found

❌ Whisper.net.Tests.ProcessFunctionalTests

❌ Process_CalledMultipleTimes_Serially_WillCompleteEverytime
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ Process_WhenMultichannel_ProcessCorrectly
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "cuda")
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "openvino")
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ TestAutoDetectLanguageWithRomanian
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ TestCancelEncoder
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ TestHappyFlow
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found

❌ Whisper.net.Tests.ProcessQuantizedTests

❌ TestHappyFlowQuantized
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found

❌ tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_38.trx

19 tests were completed in 24s with 0 passed, 19 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Whisper.net.Tests.FactoryTests 6❌ 671ms
Whisper.net.Tests.ProcessAsyncFunctionalTests 5❌ 8ms
Whisper.net.Tests.ProcessFunctionalTests 7❌ 8ms
Whisper.net.Tests.ProcessQuantizedTests 1❌ 52ms

❌ Whisper.net.Tests.FactoryTests

❌ CreateBuilder_WithBufferedModel_ShouldReturnBuilder
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ CreateBuilder_WithCorruptedModel_ShouldThrow
	Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
	System.Exception: Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
	   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
	   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithCorruptedModel_ShouldThrow>b__7_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 57
	   at FluentAssertions.Specialized.ActionAssertions.InvokeSubject()
	   at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
❌ CreateBuilder_WithDisposedFactory_ShouldThrow
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ CreateBuilder_WithFileModel_ShouldReturnBuilder
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ CreateBuilder_WithNoModel_ShouldThrow
	Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
	System.Exception: Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
	   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
	   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithNoModel_ShouldThrow>b__6_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 45
	   at FluentAssertions.Specialized.ActionAssertions.InvokeSubject()
	   at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
❌ GetSupportedLanguages_ShouldReturnAll
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary

❌ Whisper.net.Tests.ProcessAsyncFunctionalTests

❌ ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ ProcessAsync_WhenJunkChunkExists_ProcessCorrectly
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ ProcessAsync_WhenMultichannel_ProcessCorrectly
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ TestHappyFlowAsync
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary

❌ Whisper.net.Tests.ProcessFunctionalTests

❌ Process_CalledMultipleTimes_Serially_WillCompleteEverytime
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ Process_WhenMultichannel_ProcessCorrectly
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "cuda")
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "openvino")
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ TestAutoDetectLanguageWithRomanian
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ TestCancelEncoder
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
❌ TestHappyFlow
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary

❌ Whisper.net.Tests.ProcessQuantizedTests

❌ TestHappyFlowQuantized
	System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary

Annotations

Check failure on line 191 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.FactoryTests ► CreateBuilder_WithBufferedModel_ShouldReturnBuilder

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_17.trx
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_38.trx
Error:
  System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
Raw output
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromBuffer(Byte[] buffer, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 142
   at Whisper.net.WhisperFactory.FromBuffer(Byte[] buffer) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 128
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithBufferedModel_ShouldReturnBuilder() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 76
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 61 in tests/Whisper.net.Tests/FactoryTests.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.FactoryTests ► CreateBuilder_WithCorruptedModel_ShouldThrow

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_17.trx
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_38.trx
Error:
  Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
  System.Exception: Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
     at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
     at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
     at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
     at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
     at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithCorruptedModel_ShouldThrow>b__7_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 57
     at FluentAssertions.Specialized.ActionAssertions.InvokeSubject()
     at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
Raw output
Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
System.Exception: Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithCorruptedModel_ShouldThrow>b__7_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 57
   at FluentAssertions.Specialized.ActionAssertions.InvokeSubject()
   at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args)
   at FluentAssertions.Specialized.DelegateAssertionsBase`2.ThrowInternal[TException](Exception exception, String because, Object[] becauseArgs)
   at FluentAssertions.Specialized.DelegateAssertions`2.Throw[TException](String because, Object[] becauseArgs)
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithCorruptedModel_ShouldThrow() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 61
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 191 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.FactoryTests ► CreateBuilder_WithDisposedFactory_ShouldThrow

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_17.trx
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_38.trx
Error:
  System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
Raw output
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithDisposedFactory_ShouldThrow() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 84
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 191 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.FactoryTests ► CreateBuilder_WithFileModel_ShouldReturnBuilder

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_17.trx
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_38.trx
Error:
  System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
Raw output
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithFileModel_ShouldReturnBuilder() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 67
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 49 in tests/Whisper.net.Tests/FactoryTests.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.FactoryTests ► CreateBuilder_WithNoModel_ShouldThrow

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_17.trx
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_38.trx
Error:
  Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
  System.Exception: Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
     at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
     at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
     at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
     at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
     at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithNoModel_ShouldThrow>b__6_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 45
     at FluentAssertions.Specialized.ActionAssertions.InvokeSubject()
     at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
Raw output
Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
System.Exception: Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithNoModel_ShouldThrow>b__6_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 45
   at FluentAssertions.Specialized.ActionAssertions.InvokeSubject()
   at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args)
   at FluentAssertions.Specialized.DelegateAssertionsBase`2.ThrowInternal[TException](Exception exception, String because, Object[] becauseArgs)
   at FluentAssertions.Specialized.DelegateAssertions`2.Throw[TException](String because, Object[] becauseArgs)
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithNoModel_ShouldThrow() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 49
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 191 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.FactoryTests ► GetSupportedLanguages_ShouldReturnAll

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_17.trx
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_38.trx
Error:
  System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
Raw output
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory.GetSupportedLanguages()+MoveNext() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 78
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at Whisper.net.Tests.FactoryTests.GetSupportedLanguages_ShouldReturnAll() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 35
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 191 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_17.trx
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_38.trx
Error:
  System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
Raw output
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\ProcessAsyncFunctionalTests.cs:line 138
--- End of stack trace from previous location ---

Check failure on line 191 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_17.trx
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_38.trx
Error:
  System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
Raw output
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\ProcessAsyncFunctionalTests.cs:line 53
--- End of stack trace from previous location ---

Check failure on line 191 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_WhenJunkChunkExists_ProcessCorrectly

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_17.trx
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_38.trx
Error:
  System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
Raw output
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.ProcessAsync_WhenJunkChunkExists_ProcessCorrectly() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\ProcessAsyncFunctionalTests.cs:line 97
--- End of stack trace from previous location ---

Check failure on line 191 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_WhenMultichannel_ProcessCorrectly

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_17.trx
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_38.trx
Error:
  System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
Raw output
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.ProcessAsync_WhenMultichannel_ProcessCorrectly() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\ProcessAsyncFunctionalTests.cs:line 116
--- End of stack trace from previous location ---

Check failure on line 191 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.ProcessAsyncFunctionalTests ► TestHappyFlowAsync

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_17.trx
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-21_12_25_38.trx
Error:
  System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
Raw output
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.TestHappyFlowAsync() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\ProcessAsyncFunctionalTests.cs:line 17
--- End of stack trace from previous location ---