Bumped Whispercpp 1.7.3 that adds WithNoSpeechThreshold #265
build-all.yml
on: pull_request
android
/
native-build
2m 4s
macos
/
intel-native-build
1m 0s
macos
/
arm-native-build
2m 32s
windows
/
intel-native-build
1m 22s
windows
/
arm-native-build
1m 27s
wasm
/
native-build
1m 1s
linux
/
native-build
2m 12s
windows-no-avx
/
native-build
2m 3s
linux-no-avx
/
native-build
1m 12s
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 12s
dotnet-build
/
dotnet-macos
38s
dotnet-build
/
dotnet-windows
2m 53s
dotnet-build
/
dotnet-linux
55s
dotnet-maui-build-and-test
/
dotnet-maui-test-android
4m 21s
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-1734880910477_2024-12-22_15_43_22.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734880910477_2024-12-22_15_43_24.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-1734880910477_2024-12-22_15_43_22.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734880910477_2024-12-22_15_43_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().
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithDisposedFactory_ShouldThrow:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_Mac-1734880910477_2024-12-22_15_43_22.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734880910477_2024-12-22_15_43_24.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-1734880910477_2024-12-22_15_43_22.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734880910477_2024-12-22_15_43_24.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-1734880910477_2024-12-22_15_43_22.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734880910477_2024-12-22_15_43_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().
|
Whisper.net.Tests.FactoryTests ► GetSupportedLanguages_ShouldReturnAll:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_Mac-1734880910477_2024-12-22_15_43_22.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734880910477_2024-12-22_15_43_24.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-1734880910477_2024-12-22_15_43_22.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734880910477_2024-12-22_15_43_24.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-1734880910477_2024-12-22_15_43_22.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734880910477_2024-12-22_15_43_24.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-1734880910477_2024-12-22_15_43_22.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734880910477_2024-12-22_15_43_24.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-1734880910477_2024-12-22_15_43_22.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734880910477_2024-12-22_15_43_24.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-1734880910477_2024-12-22_15_43_22.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734880910477_2024-12-22_15_43_24.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
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithBufferedModel_ShouldReturnBuilder:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_fv-az1914-984_2024-12-22_15_43_45.trx
tests/Whisper.net.Tests/TestResults/_fv-az1914-984_2024-12-22_15_43_45[1].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-az1914-984_2024-12-22_15_43_45.trx
tests/Whisper.net.Tests/TestResults/_fv-az1914-984_2024-12-22_15_43_45[1].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-az1914-984_2024-12-22_15_43_45.trx
tests/Whisper.net.Tests/TestResults/_fv-az1914-984_2024-12-22_15_43_45[1].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-az1914-984_2024-12-22_15_43_45.trx
tests/Whisper.net.Tests/TestResults/_fv-az1914-984_2024-12-22_15_43_45[1].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-az1914-984_2024-12-22_15_43_45.trx
tests/Whisper.net.Tests/TestResults/_fv-az1914-984_2024-12-22_15_43_45[1].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-az1914-984_2024-12-22_15_43_45.trx
tests/Whisper.net.Tests/TestResults/_fv-az1914-984_2024-12-22_15_43_45[1].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-az1914-984_2024-12-22_15_43_45.trx
tests/Whisper.net.Tests/TestResults/_fv-az1914-984_2024-12-22_15_43_45[1].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-az1914-984_2024-12-22_15_43_45.trx
tests/Whisper.net.Tests/TestResults/_fv-az1914-984_2024-12-22_15_43_45[1].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-az1914-984_2024-12-22_15_43_45.trx
tests/Whisper.net.Tests/TestResults/_fv-az1914-984_2024-12-22_15_43_45[1].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-az1914-984_2024-12-22_15_43_45.trx
tests/Whisper.net.Tests/TestResults/_fv-az1914-984_2024-12-22_15_43_45[1].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-az1914-984_2024-12-22_15_43_45.trx
tests/Whisper.net.Tests/TestResults/_fv-az1914-984_2024-12-22_15_43_45[1].trx
Error:
System.Exception : Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
|
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#L193
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1115-623_2024-12-22_15_45_13.trx
Error:
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
|
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-az1115-623_2024-12-22_15_45_13.trx
Error:
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().
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithDisposedFactory_ShouldThrow:
Whisper.net/WhisperFactory.cs#L193
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1115-623_2024-12-22_15_45_13.trx
Error:
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
|
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithFileModel_ShouldReturnBuilder:
Whisper.net/WhisperFactory.cs#L193
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1115-623_2024-12-22_15_45_13.trx
Error:
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
|
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-az1115-623_2024-12-22_15_45_13.trx
Error:
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().
|
Whisper.net.Tests.FactoryTests ► GetSupportedLanguages_ShouldReturnAll:
Whisper.net/WhisperFactory.cs#L193
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1115-623_2024-12-22_15_45_13.trx
Error:
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime:
Whisper.net/WhisperFactory.cs#L193
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1115-623_2024-12-22_15_45_13.trx
Error:
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished:
Whisper.net/WhisperFactory.cs#L193
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1115-623_2024-12-22_15_45_13.trx
Error:
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_WhenJunkChunkExists_ProcessCorrectly:
Whisper.net/WhisperFactory.cs#L193
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1115-623_2024-12-22_15_45_13.trx
Error:
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_WhenMultichannel_ProcessCorrectly:
Whisper.net/WhisperFactory.cs#L193
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1115-623_2024-12-22_15_45_13.trx
Error:
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
|
Whisper.net.Tests.ProcessAsyncFunctionalTests ► TestHappyFlowAsync:
Whisper.net/WhisperFactory.cs#L193
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1115-623_2024-12-22_15_45_13.trx
Error:
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
|
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
|
14.1 KB |
|
test-results-macos
Expired
|
13.6 KB |
|
test-results-windows
Expired
|
17.1 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
|
24.2 KB |
|