Bumped Whispercpp 1.7.3 that adds WithNoSpeechThreshold #264
build-all.yml
on: pull_request
android
/
native-build
1m 42s
macos
/
intel-native-build
59s
macos
/
arm-native-build
2m 36s
windows
/
intel-native-build
1m 49s
windows
/
arm-native-build
1m 42s
wasm
/
native-build
1m 4s
linux
/
native-build
2m 15s
windows-no-avx
/
native-build
2m 17s
linux-no-avx
/
native-build
1m 18s
linux-cuda
/
native-build
linux-openvino
/
native-build
linux-vulkan
/
native-build
macos-coreml
/
arm-native-build
macos-coreml
/
intel-native-build
windows-cuda
/
native-build
windows-openvino
/
native-build
windows-vulkan
/
native-build
dotnet-maui-build-and-test
/
dotnet-maui-build
4m 22s
dotnet-build
/
dotnet-macos
37s
dotnet-build
/
dotnet-windows
1m 16s
dotnet-build
/
dotnet-linux
40s
dotnet-maui-build-and-test
/
dotnet-maui-test-android
4m 36s
Annotations
39 errors and 2 warnings
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithBufferedModel_ShouldReturnBuilder:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_27.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_29.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithCorruptedModel_ShouldThrow:
tests/Whisper.net.Tests/FactoryTests.cs#L61
Failed test found in:
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_27.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_29.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().
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithDisposedFactory_ShouldThrow:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_27.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_29.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithFileModel_ShouldReturnBuilder:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_27.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_29.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithNoModel_ShouldThrow:
tests/Whisper.net.Tests/FactoryTests.cs#L49
Failed test found in:
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_27.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_29.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().
|
Whisper.net.Tests.FactoryTests ► GetSupportedLanguages_ShouldReturnAll:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_27.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_29.trx
Error:
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:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_27.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_29.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_27.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_29.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_WhenJunkChunkExists_ProcessCorrectly:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_27.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_29.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_WhenMultichannel_ProcessCorrectly:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_27.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_29.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► TestHappyFlowAsync:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_27.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734873254907_2024-12-22_13_43_29.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithBufferedModel_ShouldReturnBuilder:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_32.trx
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_33.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithCorruptedModel_ShouldThrow:
tests/Whisper.net.Tests/FactoryTests.cs#L61
Failed test found in:
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_32.trx
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_33.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().
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithDisposedFactory_ShouldThrow:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_32.trx
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_33.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithFileModel_ShouldReturnBuilder:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_32.trx
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_33.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithNoModel_ShouldThrow:
tests/Whisper.net.Tests/FactoryTests.cs#L49
Failed test found in:
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_32.trx
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_33.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().
|
Whisper.net.Tests.FactoryTests ► GetSupportedLanguages_ShouldReturnAll:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_32.trx
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_33.trx
Error:
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:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_32.trx
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_33.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_32.trx
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_33.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_WhenJunkChunkExists_ProcessCorrectly:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_32.trx
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_33.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_WhenMultichannel_ProcessCorrectly:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_32.trx
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_33.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► TestHappyFlowAsync:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_32.trx
tests/Whisper.net.Tests/TestResults/_fv-az797-752_2024-12-22_13_43_33.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
dotnet-build / dotnet-macos
Process completed with exit code 1.
|
dotnet-build / dotnet-macos
Failed test were found and 'fail-on-error' option is set to true
|
dotnet-build / dotnet-linux
Process completed with exit code 1.
|
dotnet-build / dotnet-linux
Failed test were found and 'fail-on-error' option is set to true
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithBufferedModel_ShouldReturnBuilder:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_02.trx
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_07.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithCorruptedModel_ShouldThrow:
tests/Whisper.net.Tests/FactoryTests.cs#L61
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_02.trx
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_07.trx
Error:
Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
System.Exception: Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithCorruptedModel_ShouldThrow>b__7_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 57
at FluentAssertions.Specialized.ActionAssertions.InvokeSubject()
at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithDisposedFactory_ShouldThrow:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_02.trx
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_07.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithFileModel_ShouldReturnBuilder:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_02.trx
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_07.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithNoModel_ShouldThrow:
tests/Whisper.net.Tests/FactoryTests.cs#L49
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_02.trx
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_07.trx
Error:
Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
System.Exception: Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 191
at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithNoModel_ShouldThrow>b__6_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 45
at FluentAssertions.Specialized.ActionAssertions.InvokeSubject()
at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
|
Whisper.net.Tests.FactoryTests ► GetSupportedLanguages_ShouldReturnAll:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_02.trx
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_07.trx
Error:
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:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_02.trx
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_07.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_02.trx
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_07.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_WhenJunkChunkExists_ProcessCorrectly:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_02.trx
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_07.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_WhenMultichannel_ProcessCorrectly:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_02.trx
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_07.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► TestHappyFlowAsync:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_02.trx
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1105-594_2024-12-22_13_44_07.trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
dotnet-build / dotnet-windows
Failed test were found and 'fail-on-error' option is set to true
|
dotnet-build / dotnet-windows
Process completed with exit code 1.
|
dotnet-build / dotnet-linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
dotnet-maui-build-and-test / dotnet-maui-test-android
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
android-build
Expired
|
3.09 MB |
|
linux-build
Expired
|
1.67 MB |
|
linux-noavx-build
Expired
|
597 KB |
|
mac-arm-build
Expired
|
4.54 MB |
|
mac-intel-build
Expired
|
611 KB |
|
maui-build-artifacts
|
116 MB |
|
test-results-linux
Expired
|
13.7 KB |
|
test-results-macos
Expired
|
14.2 KB |
|
test-results-windows
Expired
|
21.5 KB |
|
wasm-build
Expired
|
431 KB |
|
windows-arm-build
Expired
|
462 KB |
|
windows-build
Expired
|
948 KB |
|
windows-noavx-build
Expired
|
948 KB |
|
xharness-android-test-results
|
19.7 KB |
|