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 MacOs Test Results failed Dec 21, 2024 in 1s

0 passed, 38 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_21.trx 19❌ 8s
tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_24.trx 19❌ 8s

❌ tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_21.trx

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

Test suite Passed Failed Skipped Time
Whisper.net.Tests.FactoryTests 6❌ 214ms
Whisper.net.Tests.ProcessAsyncFunctionalTests 5❌ 40ms
Whisper.net.Tests.ProcessFunctionalTests 7❌ 63ms
Whisper.net.Tests.ProcessQuantizedTests 1❌ 101ms

❌ 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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
	   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithCorruptedModel_ShouldThrow>b__7_0() in /Users/runner/work/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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
	   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithNoModel_ShouldThrow>b__6_0() in /Users/runner/work/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/_Mac-1734782519712_2024-12-21_12_23_24.trx

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

Test suite Passed Failed Skipped Time
Whisper.net.Tests.FactoryTests 6❌ 107ms
Whisper.net.Tests.ProcessAsyncFunctionalTests 5❌ 39ms
Whisper.net.Tests.ProcessFunctionalTests 7❌ 63ms
Whisper.net.Tests.ProcessQuantizedTests 1❌ 75ms

❌ 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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
	   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithCorruptedModel_ShouldThrow>b__7_0() in /Users/runner/work/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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
	   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithNoModel_ShouldThrow>b__6_0() in /Users/runner/work/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 MacOs Test Results

Whisper.net.Tests.FactoryTests ► CreateBuilder_WithBufferedModel_ShouldReturnBuilder

Failed test found in:
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_21.trx
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_24.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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromBuffer(Byte[] buffer, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 142
   at Whisper.net.WhisperFactory.FromBuffer(Byte[] buffer) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 128
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithBufferedModel_ShouldReturnBuilder() in /Users/runner/work/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 MacOs Test Results

Whisper.net.Tests.FactoryTests ► CreateBuilder_WithCorruptedModel_ShouldThrow

Failed test found in:
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_21.trx
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_24.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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
     at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
     at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
     at Whisper.net.WhisperFactory.FromPath(String path) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
     at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithCorruptedModel_ShouldThrow>b__7_0() in /Users/runner/work/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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithCorruptedModel_ShouldThrow>b__7_0() in /Users/runner/work/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 /Users/runner/work/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 MacOs Test Results

Whisper.net.Tests.FactoryTests ► CreateBuilder_WithDisposedFactory_ShouldThrow

Failed test found in:
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_21.trx
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_24.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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithDisposedFactory_ShouldThrow() in /Users/runner/work/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 MacOs Test Results

Whisper.net.Tests.FactoryTests ► CreateBuilder_WithFileModel_ShouldReturnBuilder

Failed test found in:
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_21.trx
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_24.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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithFileModel_ShouldReturnBuilder() in /Users/runner/work/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 MacOs Test Results

Whisper.net.Tests.FactoryTests ► CreateBuilder_WithNoModel_ShouldThrow

Failed test found in:
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_21.trx
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_24.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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
     at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
     at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
     at Whisper.net.WhisperFactory.FromPath(String path) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
     at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithNoModel_ShouldThrow>b__6_0() in /Users/runner/work/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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithNoModel_ShouldThrow>b__6_0() in /Users/runner/work/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 /Users/runner/work/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 MacOs Test Results

Whisper.net.Tests.FactoryTests ► GetSupportedLanguages_ShouldReturnAll

Failed test found in:
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_21.trx
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_24.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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory.GetSupportedLanguages()+MoveNext() in /Users/runner/work/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 /Users/runner/work/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 MacOs Test Results

Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime

Failed test found in:
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_21.trx
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_24.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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime() in /Users/runner/work/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 MacOs Test Results

Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished

Failed test found in:
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_21.trx
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_24.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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished() in /Users/runner/work/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 MacOs Test Results

Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_WhenJunkChunkExists_ProcessCorrectly

Failed test found in:
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_21.trx
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_24.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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.ProcessAsync_WhenJunkChunkExists_ProcessCorrectly() in /Users/runner/work/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 MacOs Test Results

Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_WhenMultichannel_ProcessCorrectly

Failed test found in:
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_21.trx
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_24.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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.ProcessAsync_WhenMultichannel_ProcessCorrectly() in /Users/runner/work/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 MacOs Test Results

Whisper.net.Tests.ProcessAsyncFunctionalTests ► TestHappyFlowAsync

Failed test found in:
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_21.trx
  tests/Whisper.net.Tests/TestResults/_Mac-1734782519712_2024-12-21_12_23_24.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 /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /Users/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.TestHappyFlowAsync() in /Users/runner/work/whisper.net/whisper.net/tests/Whisper.net.Tests/ProcessAsyncFunctionalTests.cs:line 17
--- End of stack trace from previous location ---