Skip to content

Bumped Whispercpp 1.7.3 that adds WithNoSpeechThreshold #263

Bumped Whispercpp 1.7.3 that adds WithNoSpeechThreshold

Bumped Whispercpp 1.7.3 that adds WithNoSpeechThreshold #263

GitHub Actions / Whisper.net Windows Test Results failed Dec 22, 2024 in 1s

76 passed, 114 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.trx 19❌ 2s
runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_06.trx 19❌ 2s
runtimes/tests/Whisper.net.Tests/TestResults/_Mac-1734871569512_2024-12-22_13_14_57.trx 19❌ 7s
runtimes/tests/Whisper.net.Tests/TestResults/_Mac-1734871569512_2024-12-22_13_14_59.trx 19❌ 8s
runtimes/tests/Whisper.net.Tests/TestResults/runneradmin_fv-az586-245_2024-12-22_13_16_39.trx 19✅ 47s
runtimes/tests/Whisper.net.Tests/TestResults/runneradmin_fv-az586-245_2024-12-22_13_16_51.trx 19❌ 17s
runtimes/tests/Whisper.net.Tests/TestResults/runneradmin_fv-az586-245_2024-12-22_13_16_57.trx 19✅ 44s
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-22_13_26_16.trx 19✅ 47s
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-22_13_26_34.trx 19❌ 20s
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-22_13_26_39.trx 19✅ 47s

❌ runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.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❌ 208ms
Whisper.net.Tests.ProcessAsyncFunctionalTests 5❌ 25ms
Whisper.net.Tests.ProcessFunctionalTests 7❌ 33ms
Whisper.net.Tests.ProcessQuantizedTests 1❌ 66ms

❌ 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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in /home/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 /home/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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in /home/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 /home/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

❌ runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_06.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❌ 239ms
Whisper.net.Tests.ProcessAsyncFunctionalTests 5❌ 11ms
Whisper.net.Tests.ProcessFunctionalTests 7❌ 20ms
Whisper.net.Tests.ProcessQuantizedTests 1❌ 7ms

❌ 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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in /home/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 /home/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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in /home/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 /home/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

❌ runtimes/tests/Whisper.net.Tests/TestResults/_Mac-1734871569512_2024-12-22_13_14_57.trx

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

Test suite Passed Failed Skipped Time
Whisper.net.Tests.FactoryTests 6❌ 183ms
Whisper.net.Tests.ProcessAsyncFunctionalTests 5❌ 10ms
Whisper.net.Tests.ProcessFunctionalTests 7❌ 10ms
Whisper.net.Tests.ProcessQuantizedTests 1❌ 23ms

❌ 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

❌ runtimes/tests/Whisper.net.Tests/TestResults/_Mac-1734871569512_2024-12-22_13_14_59.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❌ 81ms
Whisper.net.Tests.ProcessAsyncFunctionalTests 5❌ 13ms
Whisper.net.Tests.ProcessFunctionalTests 7❌ 28ms
Whisper.net.Tests.ProcessQuantizedTests 1❌ 30ms

❌ 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

✅ runtimes/tests/Whisper.net.Tests/TestResults/runneradmin_fv-az586-245_2024-12-22_13_16_39.trx

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

Test suite Passed Failed Skipped Time
Whisper.net.Tests.FactoryTests 6✅ 1s
Whisper.net.Tests.ProcessAsyncFunctionalTests 5✅ 43s
Whisper.net.Tests.ProcessFunctionalTests 7✅ 45s
Whisper.net.Tests.ProcessQuantizedTests 1✅ 7s

✅ Whisper.net.Tests.FactoryTests

✅ CreateBuilder_WithBufferedModel_ShouldReturnBuilder
✅ CreateBuilder_WithCorruptedModel_ShouldThrow
✅ CreateBuilder_WithDisposedFactory_ShouldThrow
✅ CreateBuilder_WithFileModel_ShouldReturnBuilder
✅ CreateBuilder_WithNoModel_ShouldThrow
✅ GetSupportedLanguages_ShouldReturnAll

✅ Whisper.net.Tests.ProcessAsyncFunctionalTests

✅ ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished
✅ ProcessAsync_WhenJunkChunkExists_ProcessCorrectly
✅ ProcessAsync_WhenMultichannel_ProcessCorrectly
✅ TestHappyFlowAsync

✅ Whisper.net.Tests.ProcessFunctionalTests

✅ Process_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ Process_WhenMultichannel_ProcessCorrectly
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "cuda")
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "openvino")
✅ TestAutoDetectLanguageWithRomanian
✅ TestCancelEncoder
✅ TestHappyFlow

✅ Whisper.net.Tests.ProcessQuantizedTests

✅ TestHappyFlowQuantized

❌ runtimes/tests/Whisper.net.Tests/TestResults/runneradmin_fv-az586-245_2024-12-22_13_16_51.trx

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

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

❌ 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

✅ runtimes/tests/Whisper.net.Tests/TestResults/runneradmin_fv-az586-245_2024-12-22_13_16_57.trx

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

Test suite Passed Failed Skipped Time
Whisper.net.Tests.FactoryTests 6✅ 795ms
Whisper.net.Tests.ProcessAsyncFunctionalTests 5✅ 19s
Whisper.net.Tests.ProcessFunctionalTests 7✅ 22s
Whisper.net.Tests.ProcessQuantizedTests 1✅ 4s

✅ Whisper.net.Tests.FactoryTests

✅ CreateBuilder_WithBufferedModel_ShouldReturnBuilder
✅ CreateBuilder_WithCorruptedModel_ShouldThrow
✅ CreateBuilder_WithDisposedFactory_ShouldThrow
✅ CreateBuilder_WithFileModel_ShouldReturnBuilder
✅ CreateBuilder_WithNoModel_ShouldThrow
✅ GetSupportedLanguages_ShouldReturnAll

✅ Whisper.net.Tests.ProcessAsyncFunctionalTests

✅ ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished
✅ ProcessAsync_WhenJunkChunkExists_ProcessCorrectly
✅ ProcessAsync_WhenMultichannel_ProcessCorrectly
✅ TestHappyFlowAsync

✅ Whisper.net.Tests.ProcessFunctionalTests

✅ Process_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ Process_WhenMultichannel_ProcessCorrectly
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "cuda")
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "openvino")
✅ TestAutoDetectLanguageWithRomanian
✅ TestCancelEncoder
✅ TestHappyFlow

✅ Whisper.net.Tests.ProcessQuantizedTests

✅ TestHappyFlowQuantized

✅ tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-22_13_26_16.trx

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

Test suite Passed Failed Skipped Time
Whisper.net.Tests.FactoryTests 6✅ 1s
Whisper.net.Tests.ProcessAsyncFunctionalTests 5✅ 20s
Whisper.net.Tests.ProcessFunctionalTests 7✅ 46s
Whisper.net.Tests.ProcessQuantizedTests 1✅ 5s

✅ Whisper.net.Tests.FactoryTests

✅ CreateBuilder_WithBufferedModel_ShouldReturnBuilder
✅ CreateBuilder_WithCorruptedModel_ShouldThrow
✅ CreateBuilder_WithDisposedFactory_ShouldThrow
✅ CreateBuilder_WithFileModel_ShouldReturnBuilder
✅ CreateBuilder_WithNoModel_ShouldThrow
✅ GetSupportedLanguages_ShouldReturnAll

✅ Whisper.net.Tests.ProcessAsyncFunctionalTests

✅ ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished
✅ ProcessAsync_WhenJunkChunkExists_ProcessCorrectly
✅ ProcessAsync_WhenMultichannel_ProcessCorrectly
✅ TestHappyFlowAsync

✅ Whisper.net.Tests.ProcessFunctionalTests

✅ Process_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ Process_WhenMultichannel_ProcessCorrectly
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "cuda")
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "openvino")
✅ TestAutoDetectLanguageWithRomanian
✅ TestCancelEncoder
✅ TestHappyFlow

✅ Whisper.net.Tests.ProcessQuantizedTests

✅ TestHappyFlowQuantized

❌ tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1111-850_2024-12-22_13_26_34.trx

19 tests were completed in 20s 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❌ 597ms
Whisper.net.Tests.ProcessFunctionalTests 7❌ 1s
Whisper.net.Tests.ProcessQuantizedTests 1❌ 964ms

❌ 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-22_13_26_39.trx

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

Test suite Passed Failed Skipped Time
Whisper.net.Tests.FactoryTests 6✅ 961ms
Whisper.net.Tests.ProcessAsyncFunctionalTests 5✅ 19s
Whisper.net.Tests.ProcessFunctionalTests 7✅ 22s
Whisper.net.Tests.ProcessQuantizedTests 1✅ 4s

✅ Whisper.net.Tests.FactoryTests

✅ CreateBuilder_WithBufferedModel_ShouldReturnBuilder
✅ CreateBuilder_WithCorruptedModel_ShouldThrow
✅ CreateBuilder_WithDisposedFactory_ShouldThrow
✅ CreateBuilder_WithFileModel_ShouldReturnBuilder
✅ CreateBuilder_WithNoModel_ShouldThrow
✅ GetSupportedLanguages_ShouldReturnAll

✅ Whisper.net.Tests.ProcessAsyncFunctionalTests

✅ ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished
✅ ProcessAsync_WhenJunkChunkExists_ProcessCorrectly
✅ ProcessAsync_WhenMultichannel_ProcessCorrectly
✅ TestHappyFlowAsync

✅ Whisper.net.Tests.ProcessFunctionalTests

✅ Process_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ Process_WhenMultichannel_ProcessCorrectly
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "cuda")
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "openvino")
✅ TestAutoDetectLanguageWithRomanian
✅ TestCancelEncoder
✅ TestHappyFlow

✅ Whisper.net.Tests.ProcessQuantizedTests

✅ TestHappyFlowQuantized

Annotations

Check failure on line 0 in runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.trx

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:
  runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromBuffer(Byte[] buffer, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 142
   at Whisper.net.WhisperFactory.FromBuffer(Byte[] buffer) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 128
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithBufferedModel_ShouldReturnBuilder() in /home/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 0 in runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.trx

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:
  runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
     at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
     at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
     at Whisper.net.WhisperFactory.FromPath(String path) in /home/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 /home/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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /home/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 /home/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 /home/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 0 in runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.trx

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:
  runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithDisposedFactory_ShouldThrow() in /home/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 0 in runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.trx

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:
  runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithFileModel_ShouldReturnBuilder() in /home/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 0 in runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.trx

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:
  runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
     at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
     at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
     at Whisper.net.WhisperFactory.FromPath(String path) in /home/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 /home/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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /home/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 /home/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 /home/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 0 in runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.trx

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:
  runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory.GetSupportedLanguages()+MoveNext() in /home/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 /home/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 0 in runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.trx

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:
  runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime() in /home/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 0 in runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.trx

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:
  runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished() in /home/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 0 in runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.trx

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:
  runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.ProcessAsync_WhenJunkChunkExists_ProcessCorrectly() in /home/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 0 in runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.trx

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:
  runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.ProcessAsync_WhenMultichannel_ProcessCorrectly() in /home/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 0 in runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.trx

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:
  runtimes/tests/Whisper.net.Tests/TestResults/_fv-az1377-910_2024-12-22_13_15_05.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 /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 191
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in /home/runner/work/whisper.net/whisper.net/Whisper.net/WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.TestHappyFlowAsync() in /home/runner/work/whisper.net/whisper.net/tests/Whisper.net.Tests/ProcessAsyncFunctionalTests.cs:line 17
--- End of stack trace from previous location ---