Bumped Whispercpp 1.7.3 that adds WithNoSpeechThreshold #262
build-all.yml
on: pull_request
android
/
native-build
1m 53s
macos
/
intel-native-build
1m 2s
macos
/
arm-native-build
2m 36s
windows
/
intel-native-build
1m 29s
windows
/
arm-native-build
1m 43s
wasm
/
native-build
58s
linux
/
native-build
2m 11s
windows-no-avx
/
native-build
2m 18s
linux-no-avx
/
native-build
1m 22s
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 39s
dotnet-build
/
dotnet-macos
36s
dotnet-build
/
dotnet-windows
2m 53s
dotnet-build
/
dotnet-linux
36s
dotnet-maui-build-and-test
/
dotnet-maui-test-android
4m 18s
Annotations
39 errors and 6 warnings
Whisper.net.Tests.FactoryTests ► CreateBuilder_WithBufferedModel_ShouldReturnBuilder:
Whisper.net/WhisperFactory.cs#L191
Failed test found in:
tests/Whisper.net.Tests/TestResults/_Mac-1734871292522_2024-12-22_13_11_36.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734871292522_2024-12-22_13_11_38.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-1734871292522_2024-12-22_13_11_36.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734871292522_2024-12-22_13_11_38.trx
Error:
Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
System.Exception: Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
at Whisper.net.WhisperFactory.CheckLibraryLoaded() in /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-1734871292522_2024-12-22_13_11_36.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734871292522_2024-12-22_13_11_38.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-1734871292522_2024-12-22_13_11_36.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734871292522_2024-12-22_13_11_38.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-1734871292522_2024-12-22_13_11_36.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734871292522_2024-12-22_13_11_38.trx
Error:
Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
System.Exception: Failed to load native whisper library. Error: Cannot load the library on this platform using NativeLibrary
at Whisper.net.WhisperFactory.CheckLibraryLoaded() in /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-1734871292522_2024-12-22_13_11_36.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734871292522_2024-12-22_13_11_38.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-1734871292522_2024-12-22_13_11_36.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734871292522_2024-12-22_13_11_38.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-1734871292522_2024-12-22_13_11_36.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734871292522_2024-12-22_13_11_38.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-1734871292522_2024-12-22_13_11_36.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734871292522_2024-12-22_13_11_38.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-1734871292522_2024-12-22_13_11_36.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734871292522_2024-12-22_13_11_38.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-1734871292522_2024-12-22_13_11_36.trx
tests/Whisper.net.Tests/TestResults/_Mac-1734871292522_2024-12-22_13_11_38.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-az1112-898_2024-12-22_13_11_41.trx
tests/Whisper.net.Tests/TestResults/_fv-az1112-898_2024-12-22_13_11_41[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-az1112-898_2024-12-22_13_11_41.trx
tests/Whisper.net.Tests/TestResults/_fv-az1112-898_2024-12-22_13_11_41[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-az1112-898_2024-12-22_13_11_41.trx
tests/Whisper.net.Tests/TestResults/_fv-az1112-898_2024-12-22_13_11_41[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-az1112-898_2024-12-22_13_11_41.trx
tests/Whisper.net.Tests/TestResults/_fv-az1112-898_2024-12-22_13_11_41[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-az1112-898_2024-12-22_13_11_41.trx
tests/Whisper.net.Tests/TestResults/_fv-az1112-898_2024-12-22_13_11_41[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-az1112-898_2024-12-22_13_11_41.trx
tests/Whisper.net.Tests/TestResults/_fv-az1112-898_2024-12-22_13_11_41[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-az1112-898_2024-12-22_13_11_41.trx
tests/Whisper.net.Tests/TestResults/_fv-az1112-898_2024-12-22_13_11_41[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-az1112-898_2024-12-22_13_11_41.trx
tests/Whisper.net.Tests/TestResults/_fv-az1112-898_2024-12-22_13_11_41[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-az1112-898_2024-12-22_13_11_41.trx
tests/Whisper.net.Tests/TestResults/_fv-az1112-898_2024-12-22_13_11_41[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-az1112-898_2024-12-22_13_11_41.trx
tests/Whisper.net.Tests/TestResults/_fv-az1112-898_2024-12-22_13_11_41[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-az1112-898_2024-12-22_13_11_41.trx
tests/Whisper.net.Tests/TestResults/_fv-az1112-898_2024-12-22_13_11_41[1].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#L193
Failed test found in:
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_34.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-az1785-182_2024-12-22_13_13_34.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-az1785-182_2024-12-22_13_13_34.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-az1785-182_2024-12-22_13_13_34.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-az1785-182_2024-12-22_13_13_34.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-az1785-182_2024-12-22_13_13_34.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-az1785-182_2024-12-22_13_13_34.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-az1785-182_2024-12-22_13_13_34.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-az1785-182_2024-12-22_13_13_34.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-az1785-182_2024-12-22_13_13_34.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-az1785-182_2024-12-22_13_13_34.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-build
NuGet package '<unknown>' version '<unknown>' contains a shared library 'libggml-base-whisper.so' which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details
|
dotnet-maui-build-and-test / dotnet-maui-build
NuGet package '<unknown>' version '<unknown>' contains a shared library 'libggml-cpu-whisper.so' which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details
|
dotnet-maui-build-and-test / dotnet-maui-build
NuGet package '<unknown>' version '<unknown>' contains a shared library 'libggml-base-whisper.so' which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details
|
dotnet-maui-build-and-test / dotnet-maui-build
NuGet package '<unknown>' version '<unknown>' contains a shared library 'libggml-cpu-whisper.so' which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details
|
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
|
13.4 KB |
|
test-results-windows
Expired
|
18.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
|
20.9 KB |
|