Skip to content

run unit tests in CI against dotnet 8 #253

run unit tests in CI against dotnet 8

run unit tests in CI against dotnet 8 #253

GitHub Actions / LCM Tests failed Jul 30, 2024 in 0s

14 fail, 20 skipped, 2 789 pass in 2m 46s

    16 files  ±0      16 suites  ±0   2m 46s ⏱️ +8s
 2 823 tests ±0   2 789 ✅ + 68   20 💤 ±0  14 ❌  -  68 
11 240 runs  ±0  11 056 ✅ +267  168 💤 ±0  16 ❌  - 267 

Results for commit 04bd789. ± Comparison against earlier commit d1437c4.

Annotations

Check warning on line 0 in SIL.LCModel.LinkedFilesRelativePathHelperTests

See this annotation in the file changed.

@github-actions github-actions / LCM Tests

1 out of 4 runs failed: GetLinkedFilesRelativePathFromFullPath (SIL.LCModel.LinkedFilesRelativePathHelperTests)

artifacts/Test results (ubuntu-latest)/_fv-az1055-565_2024-07-30_07_20_58.trx [took 0s]
Raw output
System.NullReferenceException : Object reference not set to an instance of an object.   at SIL.LCModel.LinkedFilesRelativePathHelper.GetPathWithLowercaseRoot(String path) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel/LinkedFilesRelativePathHelper.cs:line 277
   at SIL.LCModel.LinkedFilesRelativePathHelper.GetRelativePathIfExists(String relativePart, String fullPath, String parentPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel/LinkedFilesRelativePathHelper.cs:line 261
   at SIL.LCModel.LinkedFilesRelativePathHelper.GetLinkedFilesRelativePathFromFullPath(String projectsPath, String linkedFilesFullPath, String projectPath, String projectName) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel/LinkedFilesRelativePathHelper.cs:line 249
   at SIL.LCModel.LinkedFilesRelativePathHelperTests.GetLinkedFilesRelativePathFromFullPath() in /home/runner/work/liblcm/liblcm/tests/SIL.LCModel.Tests/LinkedFilesRelativePathHelperTests.cs:line 24
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in SIL.LCModel.DomainServices.WritingSystemServicesTests

See this annotation in the file changed.

@github-actions github-actions / LCM Tests

2 out of 4 runs failed: CollatorSort_DoesNotThrow (SIL.LCModel.DomainServices.WritingSystemServicesTests)

artifacts/Test results (ubuntu-latest)/_fv-az1055-565_2024-07-30_07_20_58.trx [took 0s]
artifacts/Test results (windows-latest)/runneradmin_fv-az586-536_2024-07-30_07_23_34.trx [took 0s]
Raw output
  Expected: No Exception to be thrown
  But was:  <System.TypeLoadException: Could not load type 'Icu.SortKey' from assembly 'icu.net, Version=2.10.0.0, Culture=neutral, PublicKeyToken=416fdd914afa6b66'.
   at SIL.WritingSystems.IcuRulesCollator.GetSortKey(String source)
   at SIL.LCModel.DomainServices.WritingSystemServicesTests.<CollatorSort_DoesNotThrow>b__20_0() in /home/runner/work/liblcm/liblcm/tests/SIL.LCModel.Tests/DomainServices/WritingSystemServicesTests.cs:line 639
   at InvokeStub_TestDelegate.Invoke(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
--- End of stack trace from previous location ---
   at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception)
   at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate)
   at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
   at SIL.LCModel.DomainServices.WritingSystemServicesTests.CollatorSort_DoesNotThrow() in /home/runner/work/liblcm/liblcm/tests/SIL.LCModel.Tests/DomainServices/WritingSystemServicesTests.cs:line 634

1)    at SIL.LCModel.DomainServices.WritingSystemServicesTests.CollatorSort_DoesNotThrow() in /home/runner/work/liblcm/liblcm/tests/SIL.LCModel.Tests/DomainServices/WritingSystemServicesTests.cs:line 634

Check warning on line 0 in SIL.LCModel.DomainImpl.LangProjectTests

See this annotation in the file changed.

@github-actions github-actions / LCM Tests

1 out of 4 runs failed: LinkedFilesRootDirTests (SIL.LCModel.DomainImpl.LangProjectTests)

artifacts/Test results (ubuntu-latest)/_fv-az1055-565_2024-07-30_07_20_58.trx [took 0s]
Raw output
System.NullReferenceException : Object reference not set to an instance of an object.   at SIL.LCModel.LinkedFilesRelativePathHelper.GetPathWithLowercaseRoot(String path) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel/LinkedFilesRelativePathHelper.cs:line 277
   at SIL.LCModel.LinkedFilesRelativePathHelper.GetRelativePathIfExists(String relativePart, String fullPath, String parentPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel/LinkedFilesRelativePathHelper.cs:line 261
   at SIL.LCModel.LinkedFilesRelativePathHelper.GetLinkedFilesRelativePathFromFullPath(String projectsPath, String linkedFilesFullPath, String projectPath, String projectName) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel/LinkedFilesRelativePathHelper.cs:line 249
   at SIL.LCModel.DomainImpl.LangProject.set_LinkedFilesRootDir(String value) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel/DomainImpl/OverridesLangProj.cs:line 109
   at SIL.LCModel.DomainImpl.LangProjectTests.LinkedFilesRootDirTests() in /home/runner/work/liblcm/liblcm/tests/SIL.LCModel.Tests/DomainImpl/LangProjectTests.cs:line 191
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in SIL.LCModel.Core.SpellChecking.SpellingHelperTests

See this annotation in the file changed.

@github-actions github-actions / LCM Tests

1 out of 4 runs failed: ResetDictionaryAddsAllWords (SIL.LCModel.Core.SpellChecking.SpellingHelperTests)

artifacts/Test results (ubuntu-latest)/_fv-az1055-565_2024-07-30_07_20_08.trx [took 0s]
Raw output
System.DllNotFoundException : Unable to load shared library 'libdl.so' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: 
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so.so: cannot open shared object file: No such file or directory
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.dlopen(String file, Int32 mode)
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.get_Library() in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 100
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.Hunspell_initialize(Byte[] affFile, Byte[] dictFile) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 138
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux..ctor(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 22
   at SIL.LCModel.Core.SpellChecking.SpellEngine.CreateSpellEngineLinux(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 57
   at SIL.LCModel.Core.SpellChecking.SpellEngine.Create(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 32
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.RawGetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 228
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.GetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 67
   at SIL.LCModel.Core.SpellChecking.SpellingHelperTests.ResetDictionaryAddsAllWords() in /home/runner/work/liblcm/liblcm/tests/SIL.LCModel.Core.Tests/SpellChecking/SpellingHelperTests.cs:line 216
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in SIL.LCModel.Core.SpellChecking.SpellingHelperTests

See this annotation in the file changed.

@github-actions github-actions / LCM Tests

1 out of 4 runs failed: DictionaryCanHaveNonAsciId (SIL.LCModel.Core.SpellChecking.SpellingHelperTests)

artifacts/Test results (ubuntu-latest)/_fv-az1055-565_2024-07-30_07_20_08.trx [took 0s]
Raw output
System.DllNotFoundException : Unable to load shared library 'libdl.so' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: 
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so.so: cannot open shared object file: No such file or directory
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.dlopen(String file, Int32 mode)
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.get_Library() in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 100
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.Hunspell_initialize(Byte[] affFile, Byte[] dictFile) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 138
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux..ctor(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 22
   at SIL.LCModel.Core.SpellChecking.SpellEngine.CreateSpellEngineLinux(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 57
   at SIL.LCModel.Core.SpellChecking.SpellEngine.Create(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 32
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.RawGetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 228
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.GetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 67
   at SIL.LCModel.Core.SpellChecking.SpellingHelperTests.DictionaryCanHaveNonAsciId() in /home/runner/work/liblcm/liblcm/tests/SIL.LCModel.Core.Tests/SpellChecking/SpellingHelperTests.cs:line 119
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in SIL.LCModel.Core.SpellChecking.SpellingHelperTests

See this annotation in the file changed.

@github-actions github-actions / LCM Tests

1 out of 4 runs failed: OurDictionaryIsPrivate (SIL.LCModel.Core.SpellChecking.SpellingHelperTests)

artifacts/Test results (ubuntu-latest)/_fv-az1055-565_2024-07-30_07_20_08.trx [took 0s]
Raw output
System.DllNotFoundException : Unable to load shared library 'libdl.so' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: 
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so.so: cannot open shared object file: No such file or directory
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.dlopen(String file, Int32 mode)
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.get_Library() in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 100
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.Hunspell_initialize(Byte[] affFile, Byte[] dictFile) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 138
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux..ctor(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 22
   at SIL.LCModel.Core.SpellChecking.SpellEngine.CreateSpellEngineLinux(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 57
   at SIL.LCModel.Core.SpellChecking.SpellEngine.Create(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 32
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.RawGetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 228
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.GetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 67
   at SIL.LCModel.Core.SpellChecking.SpellingHelperTests.OurDictionaryIsPrivate() in /home/runner/work/liblcm/liblcm/tests/SIL.LCModel.Core.Tests/SpellChecking/SpellingHelperTests.cs:line 163
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in SIL.LCModel.Core.SpellChecking.SpellingHelperTests

See this annotation in the file changed.

@github-actions github-actions / LCM Tests

1 out of 4 runs failed: GetSimpleSuggestion (SIL.LCModel.Core.SpellChecking.SpellingHelperTests)

artifacts/Test results (ubuntu-latest)/_fv-az1055-565_2024-07-30_07_20_08.trx [took 0s]
Raw output
System.DllNotFoundException : Unable to load shared library 'libdl.so' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: 
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so.so: cannot open shared object file: No such file or directory
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.dlopen(String file, Int32 mode)
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.get_Library() in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 100
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.Hunspell_initialize(Byte[] affFile, Byte[] dictFile) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 138
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux..ctor(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 22
   at SIL.LCModel.Core.SpellChecking.SpellEngine.CreateSpellEngineLinux(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 57
   at SIL.LCModel.Core.SpellChecking.SpellEngine.Create(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 32
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.RawGetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 228
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.GetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 67
   at SIL.LCModel.Core.SpellChecking.SpellingHelperTests.GetSimpleSuggestion() in /home/runner/work/liblcm/liblcm/tests/SIL.LCModel.Core.Tests/SpellChecking/SpellingHelperTests.cs:line 287
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in SIL.LCModel.Core.SpellChecking.SpellingHelperTests

See this annotation in the file changed.

@github-actions github-actions / LCM Tests

1 out of 4 runs failed: OtherDictionaryIsNotPrivate (SIL.LCModel.Core.SpellChecking.SpellingHelperTests)

artifacts/Test results (ubuntu-latest)/_fv-az1055-565_2024-07-30_07_20_08.trx [took 0s]
Raw output
System.DllNotFoundException : Unable to load shared library 'libdl.so' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: 
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so.so: cannot open shared object file: No such file or directory
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.dlopen(String file, Int32 mode)
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.get_Library() in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 100
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.Hunspell_initialize(Byte[] affFile, Byte[] dictFile) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 138
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux..ctor(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 22
   at SIL.LCModel.Core.SpellChecking.SpellEngine.CreateSpellEngineLinux(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 57
   at SIL.LCModel.Core.SpellChecking.SpellEngine.Create(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 32
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.RawGetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 228
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.GetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 67
   at SIL.LCModel.Core.SpellChecking.SpellingHelperTests.OtherDictionaryIsNotPrivate() in /home/runner/work/liblcm/liblcm/tests/SIL.LCModel.Core.Tests/SpellChecking/SpellingHelperTests.cs:line 180
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in SIL.LCModel.Core.SpellChecking.SpellingHelperTests

See this annotation in the file changed.

@github-actions github-actions / LCM Tests

1 out of 4 runs failed: EnsureDictionaryDoesNotOverwriteNonVernacularDictionary (SIL.LCModel.Core.SpellChecking.SpellingHelperTests)

artifacts/Test results (ubuntu-latest)/_fv-az1055-565_2024-07-30_07_20_08.trx [took 0s]
Raw output
System.DllNotFoundException : Unable to load shared library 'libdl.so' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: 
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so.so: cannot open shared object file: No such file or directory
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.dlopen(String file, Int32 mode)
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.get_Library() in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 100
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.Hunspell_initialize(Byte[] affFile, Byte[] dictFile) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 138
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux..ctor(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 22
   at SIL.LCModel.Core.SpellChecking.SpellEngine.CreateSpellEngineLinux(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 57
   at SIL.LCModel.Core.SpellChecking.SpellEngine.Create(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 32
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.RawGetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 228
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.GetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 67
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.EnsureDictionary(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 313
   at SIL.LCModel.Core.SpellChecking.SpellingHelperTests.EnsureDictionaryDoesNotOverwriteNonVernacularDictionary() in /home/runner/work/liblcm/liblcm/tests/SIL.LCModel.Core.Tests/SpellChecking/SpellingHelperTests.cs:line 149
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in SIL.LCModel.Core.SpellChecking.SpellingHelperTests

See this annotation in the file changed.

@github-actions github-actions / LCM Tests

1 out of 4 runs failed: BasicSpellingStatus (SIL.LCModel.Core.SpellChecking.SpellingHelperTests)

artifacts/Test results (ubuntu-latest)/_fv-az1055-565_2024-07-30_07_20_08.trx [took 0s]
Raw output
System.DllNotFoundException : Unable to load shared library 'libdl.so' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: 
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so.so: cannot open shared object file: No such file or directory
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.dlopen(String file, Int32 mode)
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.get_Library() in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 100
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.Hunspell_initialize(Byte[] affFile, Byte[] dictFile) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 138
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux..ctor(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 22
   at SIL.LCModel.Core.SpellChecking.SpellEngine.CreateSpellEngineLinux(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 57
   at SIL.LCModel.Core.SpellChecking.SpellEngine.Create(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 32
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.RawGetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 228
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.GetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 67
   at SIL.LCModel.Core.SpellChecking.SpellingHelperTests.BasicSpellingStatus() in /home/runner/work/liblcm/liblcm/tests/SIL.LCModel.Core.Tests/SpellChecking/SpellingHelperTests.cs:line 31
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in SIL.LCModel.Core.SpellChecking.SpellingHelperTests

See this annotation in the file changed.

@github-actions github-actions / LCM Tests

1 out of 4 runs failed: ResetDictionary_AddsNoWordsToNonPrivate (SIL.LCModel.Core.SpellChecking.SpellingHelperTests)

artifacts/Test results (ubuntu-latest)/_fv-az1055-565_2024-07-30_07_20_08.trx [took 0s]
Raw output
System.DllNotFoundException : Unable to load shared library 'libdl.so' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: 
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so.so: cannot open shared object file: No such file or directory
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.dlopen(String file, Int32 mode)
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.get_Library() in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 100
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.Hunspell_initialize(Byte[] affFile, Byte[] dictFile) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 138
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux..ctor(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 22
   at SIL.LCModel.Core.SpellChecking.SpellEngine.CreateSpellEngineLinux(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 57
   at SIL.LCModel.Core.SpellChecking.SpellEngine.Create(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 32
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.RawGetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 228
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.GetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 67
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.ResetDictionary(String id, IEnumerable`1 words) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 451
   at SIL.LCModel.Core.SpellChecking.SpellingHelperTests.ResetDictionary_AddsNoWordsToNonPrivate() in /home/runner/work/liblcm/liblcm/tests/SIL.LCModel.Core.Tests/SpellChecking/SpellingHelperTests.cs:line 239
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in SIL.LCModel.Core.SpellChecking.SpellingHelperTests

See this annotation in the file changed.

@github-actions github-actions / LCM Tests

1 out of 4 runs failed: ExceptionListIsLoadedForNonVernacularDictionary (SIL.LCModel.Core.SpellChecking.SpellingHelperTests)

artifacts/Test results (ubuntu-latest)/_fv-az1055-565_2024-07-30_07_20_08.trx [took 0s]
Raw output
System.DllNotFoundException : Unable to load shared library 'libdl.so' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: 
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so.so: cannot open shared object file: No such file or directory
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.dlopen(String file, Int32 mode)
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.get_Library() in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 100
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.Hunspell_initialize(Byte[] affFile, Byte[] dictFile) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 138
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux..ctor(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 22
   at SIL.LCModel.Core.SpellChecking.SpellEngine.CreateSpellEngineLinux(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 57
   at SIL.LCModel.Core.SpellChecking.SpellEngine.Create(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 32
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.RawGetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 228
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.GetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 67
   at SIL.LCModel.Core.SpellChecking.SpellingHelperTests.ExceptionListIsLoadedForNonVernacularDictionary() in /home/runner/work/liblcm/liblcm/tests/SIL.LCModel.Core.Tests/SpellChecking/SpellingHelperTests.cs:line 260
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in SIL.LCModel.Core.SpellChecking.SpellingHelperTests

See this annotation in the file changed.

@github-actions github-actions / LCM Tests

1 out of 4 runs failed: AddBaddBeforeStarSpellling (SIL.LCModel.Core.SpellChecking.SpellingHelperTests)

artifacts/Test results (ubuntu-latest)/_fv-az1055-565_2024-07-30_07_20_08.trx [took 0s]
Raw output
System.DllNotFoundException : Unable to load shared library 'libdl.so' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: 
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/libdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/libdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/runtimes/linux-x64/native/liblibdl.so.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/liblibdl.so.so: cannot open shared object file: No such file or directory
/home/runner/work/liblcm/liblcm/artifacts/Release/net8.0/liblibdl.so.so: cannot open shared object file: No such file or directory
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.dlopen(String file, Int32 mode)
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.get_Library() in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 100
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux.Hunspell_initialize(Byte[] affFile, Byte[] dictFile) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 138
   at SIL.LCModel.Core.SpellChecking.SpellEngineLinux..ctor(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngineLinux.cs:line 22
   at SIL.LCModel.Core.SpellChecking.SpellEngine.CreateSpellEngineLinux(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 57
   at SIL.LCModel.Core.SpellChecking.SpellEngine.Create(String affixPath, String dictPath, String exceptionPath) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellEngine.cs:line 32
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.RawGetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 228
   at SIL.LCModel.Core.SpellChecking.SpellingHelper.GetSpellChecker(String dictId) in /home/runner/work/liblcm/liblcm/src/SIL.LCModel.Core/SpellChecking/SpellingHelper.cs:line 67
   at SIL.LCModel.Core.SpellChecking.SpellingHelperTests.AddBaddBeforeStarSpellling() in /home/runner/work/liblcm/liblcm/tests/SIL.LCModel.Core.Tests/SpellChecking/SpellingHelperTests.cs:line 271
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in SIL.LCModel.Utils.FileUtilsTest

See this annotation in the file changed.

@github-actions github-actions / LCM Tests

2 out of 4 runs failed: IsFilePathValid_Windows (SIL.LCModel.Utils.FileUtilsTest)

artifacts/Test results (windows-latest)/runneradmin_fv-az586-536_2024-07-30_07_22_46.trx [took 0s]
artifacts/Test results (windows-latest)/runneradmin_fv-az586-536_2024-07-30_07_22_50.trx [took 0s]
Raw output
  Expected: False
  But was:  True
   at SIL.LCModel.Utils.FileUtilsTest.IsFilePathValid_Windows() in D:\a\liblcm\liblcm\tests\SIL.LCModel.Utils.Tests\FileUtilsTest.cs:line 91

1)    at SIL.LCModel.Utils.FileUtilsTest.IsFilePathValid_Windows() in D:\a\liblcm\liblcm\tests\SIL.LCModel.Utils.Tests\FileUtilsTest.cs:line 91