Add adapter to support reuse of classic JSON-based state shim #707
53 fail, 2 skipped, 82 pass in 52s
137 tests 82 ✅ 52s ⏱️
2 suites 2 💤
2 files 53 ❌
Results for commit 44a1803.
Annotations
Check warning on line 0 in TestElmTime.WebServiceTests
github-actions / Test Results Overview ubuntu-24.04
Web_host_clock_jumping_back_does_not_prevent_restoring_process_state (TestElmTime.WebServiceTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.WebServiceTests.Web_host_clock_jumping_back_does_not_prevent_restoring_process_state threw exception:
System.AggregateException: One or more errors occurred. (Connection refused (localhost:35491)) ---> System.Net.Http.HttpRequestException: Connection refused (localhost:35491) ---> System.Net.Sockets.SocketException: Connection refused at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at TestElmTime.WebServiceTests.Web_host_clock_jumping_back_does_not_prevent_restoring_process_state() in /home/runner/work/pine/pine/implement/test-elm-time/WebServiceTests.cs:line 1207
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 TestElmTime.DatabaseScaleTests
github-actions / Test Results Overview ubuntu-24.04
Test_database_scale (TestElmTime.DatabaseScaleTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.DatabaseScaleTests.Test_database_scale threw exception:
System.Net.Http.HttpRequestException: Connection refused (localhost:35491) ---> System.Net.Sockets.SocketException: Connection refused at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at TestElmTime.DatabaseScaleTests.<>c__DisplayClass0_0.<<Test_database_scale>g__apiPostEntry|0>d.MoveNext() in /home/runner/work/pine/pine/implement/test-elm-time/DatabaseScaleTests.cs:line 28
--- End of stack trace from previous location ---
at TestElmTime.DatabaseScaleTests.<>c__DisplayClass0_0.<<Test_database_scale>g__postEntriesBatch|2>d.MoveNext() in /home/runner/work/pine/pine/implement/test-elm-time/DatabaseScaleTests.cs:line 54
--- End of stack trace from previous location ---
at TestElmTime.DatabaseScaleTests.Test_database_scale() in /home/runner/work/pine/pine/implement/test-elm-time/DatabaseScaleTests.cs:line 67
Check warning on line 0 in TestElmTime.ExampleAppsTests
github-actions / Test Results Overview ubuntu-24.04
Example_app_minimal_backend_hello_world (TestElmTime.ExampleAppsTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.ExampleAppsTests.Example_app_minimal_backend_hello_world threw exception:
System.AggregateException: One or more errors occurred. (Connection refused (localhost:35491)) ---> System.Net.Http.HttpRequestException: Connection refused (localhost:35491) ---> System.Net.Sockets.SocketException: Connection refused at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at TestElmTime.ExampleAppsTests.Example_app_minimal_backend_hello_world() in /home/runner/work/pine/pine/implement/test-elm-time/ExampleAppsTests.cs:line 30
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 TestElmTime.StateShimTests
github-actions / Test Results Overview ubuntu-24.04
Test_state_shim_estimate_serialized_state_length (TestElmTime.StateShimTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.StateShimTests.Test_state_shim_estimate_serialized_state_length threw exception:
System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Pine.PineVM.PineVMParseCache.ParseExpression(PineValue expressionValue) in /home/runner/work/pine/pine/implement/pine/Pine/PineVM/PineVMParseCache.cs:line 15
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValue(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 194
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.<>c__DisplayClass7_0.<ParseFunctionRecordFromValueTagged>b__0(ValueTuple`2 taggedFunctionDeclaration) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 166
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValueTagged(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 163
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionFromElmModule(PineValue interactiveEnvironment, String moduleName, String declarationName, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 99
at Pine.Elm.ElmCompiler.ElmCompilerFromEnvValue(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 526
at ElmTime.ElmAppCompilation.AsCompletelyLoweredElmApp(IImmutableDictionary`2 sourceFiles, IReadOnlyList`1 workingDirectoryRelative, ElmAppInterfaceConfig interfaceConfig) in /home/runner/work/pine/pine/implement/pine/ElmTime/ElmAppCompilation.cs:line 75
at ElmTime.Platform.WebService.PersistentProcessLiveRepresentation.ProcessFromDeployment(TreeNodeWithStringPath deployment, ElmAppInterfaceConfig overrideElmAppInterfaceConfig, Func`1 overrideJavaScriptEngineFactory) in /home/runner/work/pine/pine/implement/pine/Platform/WebService/PersistentProcessLiveRepresentation.cs:line 70
at TestElmTime.StateShimTests.Test_state_shim_estimate_serialized_state_length() in /home/runner/work/pine/pine/implement/test-elm-time/StateShimTests.cs:line 193
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 TestElmTime.ExampleAppsTests
github-actions / Test Results Overview ubuntu-24.04
Example_app_minimal_webservice_hello_world_sandbox (TestElmTime.ExampleAppsTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.ExampleAppsTests.Example_app_minimal_webservice_hello_world_sandbox threw exception:
System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Pine.PineVM.PineVMParseCache.ParseExpression(PineValue expressionValue) in /home/runner/work/pine/pine/implement/pine/Pine/PineVM/PineVMParseCache.cs:line 15
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValue(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 194
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.<>c__DisplayClass7_0.<ParseFunctionRecordFromValueTagged>b__0(ValueTuple`2 taggedFunctionDeclaration) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 166
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValueTagged(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 163
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionFromElmModule(PineValue interactiveEnvironment, String moduleName, String declarationName, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 99
at Pine.Elm.ElmCompiler.ElmCompilerFromEnvValue(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 526
at ElmTime.ElmAppCompilation.AsCompletelyLoweredElmApp(IImmutableDictionary`2 sourceFiles, IReadOnlyList`1 workingDirectoryRelative, ElmAppInterfaceConfig interfaceConfig) in /home/runner/work/pine/pine/implement/pine/ElmTime/ElmAppCompilation.cs:line 75
at Pine.Elm.Platform.WebServiceInterface.ConfigFromSourceFilesAndEntryFileName(TreeNodeWithStringPath sourceFiles, IReadOnlyList`1 entryFileName) in /home/runner/work/pine/pine/implement/pine/Elm/Platform/WebServiceInterface.cs:line 1291
at TestElmTime.ExampleAppsTests.Example_app_minimal_webservice_hello_world_sandbox() in /home/runner/work/pine/pine/implement/test-elm-time/ExampleAppsTests.cs:line 57
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 TestElmTime.ElmEditorTests
github-actions / Test Results Overview ubuntu-24.04
Elm_editor_backend_support_format_elm_module_text (TestElmTime.ElmEditorTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.ElmEditorTests.Elm_editor_backend_support_format_elm_module_text threw exception:
System.AggregateException: One or more errors occurred. (Connection refused (localhost:35491)) ---> System.Net.Http.HttpRequestException: Connection refused (localhost:35491) ---> System.Net.Sockets.SocketException: Connection refused at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at TestElmTime.ElmEditorTests.Elm_editor_backend_support_format_elm_module_text() in /home/runner/work/pine/pine/implement/test-elm-time/ElmEditorTests.cs:line 62
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 TestElmTime.PineExecutableBundleTests
github-actions / Test Results Overview ubuntu-24.04
Bundled_environment_contains_Elm_syntax_parser (TestElmTime.PineExecutableBundleTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.PineExecutableBundleTests.Bundled_environment_contains_Elm_syntax_parser threw exception:
System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Pine.PineVM.PineVMParseCache.ParseExpression(PineValue expressionValue) in /home/runner/work/pine/pine/implement/pine/Pine/PineVM/PineVMParseCache.cs:line 15
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValue(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 194
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.<>c__DisplayClass7_0.<ParseFunctionRecordFromValueTagged>b__0(ValueTuple`2 taggedFunctionDeclaration) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 166
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValueTagged(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 163
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionFromElmModule(PineValue interactiveEnvironment, String moduleName, String declarationName, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 99
at Pine.Elm.ElmCompiler.ElmCompilerFromEnvValue(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 526
at TestElmTime.PineExecutableBundleTests.Bundled_environment_contains_Elm_syntax_parser() in /home/runner/work/pine/pine/implement/test-elm-time/PineExecutableBundleTests.cs:line 69
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 TestElmTime.PGOTests
github-actions / Test Results Overview ubuntu-24.04
PGO_reduces_Elm_list_map_tuple_first (TestElmTime.PGOTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.PGOTests.PGO_reduces_Elm_list_map_tuple_first threw exception:
System.AggregateException: One or more errors occurred. (Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.) ---> System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Pine.PineVM.PineVMParseCache.ParseExpression(PineValue expressionValue) in /home/runner/work/pine/pine/implement/pine/Pine/PineVM/PineVMParseCache.cs:line 15
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValue(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 194
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.<>c__DisplayClass7_0.<ParseFunctionRecordFromValueTagged>b__0(ValueTuple`2 taggedFunctionDeclaration) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 166
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValueTagged(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 163
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionFromElmModule(PineValue interactiveEnvironment, String moduleName, String declarationName, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 99
at Pine.Elm.ElmCompiler.ElmCompilerFromEnvValue(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 526
at Pine.Elm.ElmCompiler.<>c.<BuildCompilerFromSourceFiles>b__30_0(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 145
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at Pine.Elm.ElmCompiler.BuildCompilerFromSourceFiles(TreeNodeWithStringPath compilerSourceFiles, ElmCompiler overrideElmCompiler) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 137
at Pine.Elm.ElmCompiler.<>c__DisplayClass29_0.<GetElmCompilerAsync>b__1() in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 127
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at ElmTime.ElmInteractive.InteractiveSessionPine..ctor(TreeNodeWithStringPath compilerSourceFiles, AppCompilationUnits appCodeTree, Nullable`1 overrideSkipLowering, IReadOnlyList`1 entryPointsFilePaths, ValueTuple`2 pineVMAndCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/InteractiveSessionPine.cs:line 124
at ElmTime.ElmInteractive.InteractiveSessionPine..ctor(TreeNodeWithStringPath compilerSourceFiles, TreeNodeWithStringPath appCodeTree, Nullable`1 overrideSkipLowering, IReadOnlyList`1 entryPointsFilePaths, Boolean caching, DynamicPGOShare autoPGO) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/InteractiveSessionPine.cs:line 49
at TestElmTime.PGOTests.PGO_reduces_Elm_list_map_tuple_first() in /home/runner/work/pine/pine/implement/test-elm-time/PGOTests.cs:line 1054
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 TestElmTime.PineExecutableBundleTests
github-actions / Test Results Overview ubuntu-24.04
Bundles_default_elm_compiler (TestElmTime.PineExecutableBundleTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.PineExecutableBundleTests.Bundles_default_elm_compiler threw exception:
System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Pine.PineVM.PineVMParseCache.ParseExpression(PineValue expressionValue) in /home/runner/work/pine/pine/implement/pine/Pine/PineVM/PineVMParseCache.cs:line 15
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValue(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 194
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.<>c__DisplayClass7_0.<ParseFunctionRecordFromValueTagged>b__0(ValueTuple`2 taggedFunctionDeclaration) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 166
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValueTagged(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 163
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionFromElmModule(PineValue interactiveEnvironment, String moduleName, String declarationName, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 99
at Pine.Elm.ElmCompiler.ElmCompilerFromEnvValue(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 526
at TestElmTime.PineExecutableBundleTests.Bundles_default_elm_compiler() in /home/runner/work/pine/pine/implement/test-elm-time/PineExecutableBundleTests.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 TestElmTime.StateShimTests
github-actions / Test Results Overview ubuntu-24.04
Test_state_shim_are_states_equal_with_calculator_app (TestElmTime.StateShimTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.StateShimTests.Test_state_shim_are_states_equal_with_calculator_app threw exception:
System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Pine.PineVM.PineVMParseCache.ParseExpression(PineValue expressionValue) in /home/runner/work/pine/pine/implement/pine/Pine/PineVM/PineVMParseCache.cs:line 15
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValue(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 194
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.<>c__DisplayClass7_0.<ParseFunctionRecordFromValueTagged>b__0(ValueTuple`2 taggedFunctionDeclaration) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 166
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValueTagged(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 163
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionFromElmModule(PineValue interactiveEnvironment, String moduleName, String declarationName, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 99
at Pine.Elm.ElmCompiler.ElmCompilerFromEnvValue(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 526
at ElmTime.ElmAppCompilation.AsCompletelyLoweredElmApp(IImmutableDictionary`2 sourceFiles, IReadOnlyList`1 workingDirectoryRelative, ElmAppInterfaceConfig interfaceConfig) in /home/runner/work/pine/pine/implement/pine/ElmTime/ElmAppCompilation.cs:line 75
at ElmTime.Platform.WebService.PersistentProcessLiveRepresentation.ProcessFromDeployment(TreeNodeWithStringPath deployment, ElmAppInterfaceConfig overrideElmAppInterfaceConfig, Func`1 overrideJavaScriptEngineFactory) in /home/runner/work/pine/pine/implement/pine/Platform/WebService/PersistentProcessLiveRepresentation.cs:line 70
at TestElmTime.StateShimTests.Test_state_shim_are_states_equal_with_calculator_app() in /home/runner/work/pine/pine/implement/test-elm-time/StateShimTests.cs:line 100
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 TestElmTime.WebServiceTests
github-actions / Test Results Overview ubuntu-24.04
Elm_webservice_json_decoder_accepts_pascal_case_record_fields (TestElmTime.WebServiceTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.WebServiceTests.Elm_webservice_json_decoder_accepts_pascal_case_record_fields threw exception:
System.Net.Http.HttpRequestException: Connection refused (localhost:35491) ---> System.Net.Sockets.SocketException: Connection refused at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at TestElmTime.WebServiceTests.Elm_webservice_json_decoder_accepts_pascal_case_record_fields() in /home/runner/work/pine/pine/implement/test-elm-time/WebServiceTests.cs:line 1445
Check warning on line 0 in TestElmTime.WebServiceTests
github-actions / Test Results Overview ubuntu-24.04
Web_host_supports_truncate_process_history (TestElmTime.WebServiceTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.WebServiceTests.Web_host_supports_truncate_process_history threw exception:
System.AggregateException: One or more errors occurred. (Connection refused (localhost:35491)) ---> System.Net.Http.HttpRequestException: Connection refused (localhost:35491) ---> System.Net.Sockets.SocketException: Connection refused at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at TestElmTime.WebServiceTests.Web_host_supports_truncate_process_history() in /home/runner/work/pine/pine/implement/test-elm-time/WebServiceTests.cs:line 1123
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 TestElmTime.CompileElmCompilerTests
github-actions / Test Results Overview ubuntu-24.04
Test_call_Basics_modBy (TestElmTime.CompileElmCompilerTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.CompileElmCompilerTests.Test_call_Basics_modBy threw exception:
System.AggregateException: One or more errors occurred. (Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.) ---> System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Pine.PineVM.PineVMParseCache.ParseExpression(PineValue expressionValue) in /home/runner/work/pine/pine/implement/pine/Pine/PineVM/PineVMParseCache.cs:line 15
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValue(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 194
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.<>c__DisplayClass7_0.<ParseFunctionRecordFromValueTagged>b__0(ValueTuple`2 taggedFunctionDeclaration) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 166
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValueTagged(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 163
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionFromElmModule(PineValue interactiveEnvironment, String moduleName, String declarationName, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 99
at Pine.Elm.ElmCompiler.ElmCompilerFromEnvValue(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 526
at Pine.Elm.ElmCompiler.<>c.<BuildCompilerFromSourceFiles>b__30_0(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 145
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at Pine.Elm.ElmCompiler.BuildCompilerFromSourceFiles(TreeNodeWithStringPath compilerSourceFiles, ElmCompiler overrideElmCompiler) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 137
at Pine.Elm.ElmCompiler.<>c__DisplayClass29_0.<GetElmCompilerAsync>b__1() in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 127
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at ElmTime.ElmInteractive.InteractiveSessionPine..ctor(TreeNodeWithStringPath compilerSourceFiles, AppCompilationUnits appCodeTree, Nullable`1 overrideSkipLowering, IReadOnlyList`1 entryPointsFilePaths, ValueTuple`2 pineVMAndCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/InteractiveSessionPine.cs:line 124
at ElmTime.ElmInteractive.InteractiveSessionPine..ctor(TreeNodeWithStringPath compilerSourceFiles, AppCompilationUnits appCodeTree, Nullable`1 overrideSkipLowering, IReadOnlyList`1 entryPointsFilePaths, Boolean caching, DynamicPGOShare autoPGO) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/InteractiveSessionPine.cs:line 70
at TestElmTime.CompileElmCompilerTests.Test_call_Basics_modBy() in /home/runner/work/pine/pine/implement/test-elm-time/CompileElmCompilerTests.cs:line 33
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 TestElmTime.ElmCommandLineAppTests
github-actions / Test Results Overview ubuntu-24.04
Run_simple_command_line_interface_app (TestElmTime.ElmCommandLineAppTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.ElmCommandLineAppTests.Run_simple_command_line_interface_app threw exception:
System.AggregateException: One or more errors occurred. (Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.) ---> System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Pine.PineVM.PineVMParseCache.ParseExpression(PineValue expressionValue) in /home/runner/work/pine/pine/implement/pine/Pine/PineVM/PineVMParseCache.cs:line 15
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValue(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 194
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.<>c__DisplayClass7_0.<ParseFunctionRecordFromValueTagged>b__0(ValueTuple`2 taggedFunctionDeclaration) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 166
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValueTagged(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 163
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionFromElmModule(PineValue interactiveEnvironment, String moduleName, String declarationName, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 99
at Pine.Elm.ElmCompiler.ElmCompilerFromEnvValue(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 526
at Pine.Elm.ElmCompiler.<>c.<BuildCompilerFromSourceFiles>b__30_0(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 145
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at Pine.Elm.ElmCompiler.BuildCompilerFromSourceFiles(TreeNodeWithStringPath compilerSourceFiles, ElmCompiler overrideElmCompiler) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 137
at Pine.Elm.ElmCompiler.<>c__DisplayClass29_0.<GetElmCompilerAsync>b__1() in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 127
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at ElmTime.ElmInteractive.InteractiveSessionPine..ctor(TreeNodeWithStringPath compilerSourceFiles, AppCompilationUnits appCodeTree, Nullable`1 overrideSkipLowering, IReadOnlyList`1 entryPointsFilePaths, ValueTuple`2 pineVMAndCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/InteractiveSessionPine.cs:line 124
at ElmTime.ElmInteractive.InteractiveSessionPine..ctor(TreeNodeWithStringPath compilerSourceFiles, TreeNodeWithStringPath appCodeTree, Nullable`1 overrideSkipLowering, IReadOnlyList`1 entryPointsFilePaths, Boolean caching, DynamicPGOShare autoPGO) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/InteractiveSessionPine.cs:line 49
at Pine.Elm.Platform.CommandLineAppConfig.ConfigFromSourceFilesAndModuleName(TreeNodeWithStringPath sourceFiles, IReadOnlyList`1 moduleName) in /home/runner/work/pine/pine/implement/pine/Elm/Platform/CommandLineApp.cs:line 151
at TestElmTime.ElmCommandLineAppTests.Run_simple_command_line_interface_app() in /home/runner/work/pine/pine/implement/test-elm-time/ElmCommandLineAppTests.cs:line 27
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 TestElmTime.WebServiceTests
github-actions / Test Results Overview ubuntu-24.04
Web_host_supports_setting_elm_app_state_only_after_authorization (TestElmTime.WebServiceTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.WebServiceTests.Web_host_supports_setting_elm_app_state_only_after_authorization threw exception:
System.AggregateException: One or more errors occurred. (Connection refused (localhost:35491)) ---> System.Net.Http.HttpRequestException: Connection refused (localhost:35491) ---> System.Net.Sockets.SocketException: Connection refused at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at TestElmTime.WebServiceTests.Web_host_supports_setting_elm_app_state_only_after_authorization() in /home/runner/work/pine/pine/implement/test-elm-time/WebServiceTests.cs:line 376
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 TestElmTime.ElmLanguageServiceTests
github-actions / Test Results Overview ubuntu-24.04
Language_service_provides_completion_items (TestElmTime.ElmLanguageServiceTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.ElmLanguageServiceTests.Language_service_provides_completion_items threw exception:
System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Pine.PineVM.PineVMParseCache.ParseExpression(PineValue expressionValue) in /home/runner/work/pine/pine/implement/pine/Pine/PineVM/PineVMParseCache.cs:line 15
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValue(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 194
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.<>c__DisplayClass7_0.<ParseFunctionRecordFromValueTagged>b__0(ValueTuple`2 taggedFunctionDeclaration) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 166
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValueTagged(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 163
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionFromElmModule(PineValue interactiveEnvironment, String moduleName, String declarationName, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 99
at Pine.Elm.ElmCompiler.ElmCompilerFromEnvValue(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 526
at TestElmTime.ElmLanguageServiceTests.Language_service_provides_completion_items() in /home/runner/work/pine/pine/implement/test-elm-time/ElmLanguageServiceTests.cs:line 117
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 TestElmTime.WebServiceTests
github-actions / Test Results Overview ubuntu-24.04
Web_host_rate_limits_requests_before_reaching_persistent_process (TestElmTime.WebServiceTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.WebServiceTests.Web_host_rate_limits_requests_before_reaching_persistent_process threw exception:
System.AggregateException: One or more errors occurred. (Connection refused (localhost:35491)) ---> System.Net.Http.HttpRequestException: Connection refused (localhost:35491) ---> System.Net.Sockets.SocketException: Connection refused at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at TestElmTime.WebServiceTests.<>c__DisplayClass2_0.<Web_host_rate_limits_requests_before_reaching_persistent_process>g__PostStringContentToPublicApp|4(String requestContent) in /home/runner/work/pine/pine/implement/test-elm-time/WebServiceTests.cs:line 225
at TestElmTime.WebServiceTests.<>c__DisplayClass2_0.<Web_host_rate_limits_requests_before_reaching_persistent_process>b__11(String processEvent) in /home/runner/work/pine/pine/implement/test-elm-time/WebServiceTests.cs:line 240
at System.Linq.Enumerable.ListSelectIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.ListSelectIterator`2.ToList()
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at TestElmTime.WebServiceTests.Web_host_rate_limits_requests_before_reaching_persistent_process() in /home/runner/work/pine/pine/implement/test-elm-time/WebServiceTests.cs:line 235
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 TestElmTime.PGOTests
github-actions / Test Results Overview ubuntu-24.04
PGO_reduces_Elm_record_access (TestElmTime.PGOTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.PGOTests.PGO_reduces_Elm_record_access threw exception:
System.AggregateException: One or more errors occurred. (Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.) ---> System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Pine.PineVM.PineVMParseCache.ParseExpression(PineValue expressionValue) in /home/runner/work/pine/pine/implement/pine/Pine/PineVM/PineVMParseCache.cs:line 15
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValue(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 194
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.<>c__DisplayClass7_0.<ParseFunctionRecordFromValueTagged>b__0(ValueTuple`2 taggedFunctionDeclaration) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 166
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValueTagged(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 163
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionFromElmModule(PineValue interactiveEnvironment, String moduleName, String declarationName, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 99
at Pine.Elm.ElmCompiler.ElmCompilerFromEnvValue(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 526
at Pine.Elm.ElmCompiler.<>c.<BuildCompilerFromSourceFiles>b__30_0(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 145
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at Pine.Elm.ElmCompiler.BuildCompilerFromSourceFiles(TreeNodeWithStringPath compilerSourceFiles, ElmCompiler overrideElmCompiler) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 137
at Pine.Elm.ElmCompiler.<>c__DisplayClass29_0.<GetElmCompilerAsync>b__1() in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 127
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at ElmTime.ElmInteractive.InteractiveSessionPine..ctor(TreeNodeWithStringPath compilerSourceFiles, AppCompilationUnits appCodeTree, Nullable`1 overrideSkipLowering, IReadOnlyList`1 entryPointsFilePaths, ValueTuple`2 pineVMAndCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/InteractiveSessionPine.cs:line 124
at ElmTime.ElmInteractive.InteractiveSessionPine..ctor(TreeNodeWithStringPath compilerSourceFiles, TreeNodeWithStringPath appCodeTree, Nullable`1 overrideSkipLowering, IReadOnlyList`1 entryPointsFilePaths, Boolean caching, DynamicPGOShare autoPGO) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/InteractiveSessionPine.cs:line 49
at TestElmTime.PGOTests.PGO_reduces_Elm_record_access() in /home/runner/work/pine/pine/implement/test-elm-time/PGOTests.cs:line 43
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 TestElmTime.ProgramCommandMakeTests
github-actions / Test Results Overview ubuntu-24.04
TestCommandMake_with_blobMain (TestElmTime.ProgramCommandMakeTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.ProgramCommandMakeTests.TestCommandMake_with_blobMain threw exception:
System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Pine.PineVM.PineVMParseCache.ParseExpression(PineValue expressionValue) in /home/runner/work/pine/pine/implement/pine/Pine/PineVM/PineVMParseCache.cs:line 15
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValue(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 194
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.<>c__DisplayClass7_0.<ParseFunctionRecordFromValueTagged>b__0(ValueTuple`2 taggedFunctionDeclaration) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 166
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValueTagged(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 163
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionFromElmModule(PineValue interactiveEnvironment, String moduleName, String declarationName, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 99
at Pine.Elm.ElmCompiler.ElmCompilerFromEnvValue(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 526
at ElmTime.ElmAppCompilation.AsCompletelyLoweredElmApp(IImmutableDictionary`2 sourceFiles, IReadOnlyList`1 workingDirectoryRelative, ElmAppInterfaceConfig interfaceConfig) in /home/runner/work/pine/pine/implement/pine/ElmTime/ElmAppCompilation.cs:line 75
at ElmTime.Program.Make(IReadOnlyDictionary`2 sourceFiles, IReadOnlyList`1 workingDirectoryRelative, IReadOnlyList`1 pathToFileWithElmEntryPoint, String outputFileName, String elmMakeCommandAppendix) in /home/runner/work/pine/pine/implement/pine/Program.cs:line 2286
at TestElmTime.ProgramCommandMakeTests.GetOutputFileContentForCommandMake(IImmutableDictionary`2 projectFiles, IReadOnlyList`1 entryPointFilePath) in /home/runner/work/pine/pine/implement/test-elm-time/ProgramCommandMakeTests.cs:line 91
at TestElmTime.ProgramCommandMakeTests.GetOutputFileContentForCommandMake(IReadOnlyList`1 projectFiles, IReadOnlyList`1 entryPointFilePath) in /home/runner/work/pine/pine/implement/test-elm-time/ProgramCommandMakeTests.cs:line 80
at TestElmTime.ProgramCommandMakeTests.TestCommandMake_with_blobMain() in /home/runner/work/pine/pine/implement/test-elm-time/ProgramCommandMakeTests.cs:line 67
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Check warning on line 0 in TestElmTime.ElmInteractiveTests
github-actions / Test Results Overview ubuntu-24.04
First_submission_in_interactive_benefits_from_dynamic_PGO (TestElmTime.ElmInteractiveTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.ElmInteractiveTests.First_submission_in_interactive_benefits_from_dynamic_PGO threw exception:
System.AggregateException: One or more errors occurred. (Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.) ---> System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Pine.PineVM.PineVMParseCache.ParseExpression(PineValue expressionValue) in /home/runner/work/pine/pine/implement/pine/Pine/PineVM/PineVMParseCache.cs:line 15
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValue(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 194
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.<>c__DisplayClass7_0.<ParseFunctionRecordFromValueTagged>b__0(ValueTuple`2 taggedFunctionDeclaration) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 166
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValueTagged(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 163
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionFromElmModule(PineValue interactiveEnvironment, String moduleName, String declarationName, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 99
at Pine.Elm.ElmCompiler.ElmCompilerFromEnvValue(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 526
at Pine.Elm.ElmCompiler.<>c.<BuildCompilerFromSourceFiles>b__30_0(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 145
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at Pine.Elm.ElmCompiler.BuildCompilerFromSourceFiles(TreeNodeWithStringPath compilerSourceFiles, ElmCompiler overrideElmCompiler) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 137
at Pine.Elm.ElmCompiler.<>c__DisplayClass29_0.<GetElmCompilerAsync>b__1() in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 127
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at ElmTime.ElmInteractive.InteractiveSessionPine..ctor(TreeNodeWithStringPath compilerSourceFiles, AppCompilationUnits appCodeTree, Nullable`1 overrideSkipLowering, IReadOnlyList`1 entryPointsFilePaths, ValueTuple`2 pineVMAndCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/InteractiveSessionPine.cs:line 124
at ElmTime.ElmInteractive.InteractiveSessionPine..ctor(TreeNodeWithStringPath compilerSourceFiles, AppCompilationUnits appCodeTree, Nullable`1 overrideSkipLowering, IReadOnlyList`1 entryPointsFilePaths, IPineVM pineVM) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/InteractiveSessionPine.cs:line 106
at ElmTime.ElmInteractive.InteractiveSessionPine..ctor(TreeNodeWithStringPath compilerSourceFiles, TreeNodeWithStringPath appCodeTree, Nullable`1 overrideSkipLowering, IReadOnlyList`1 entryPointsFilePaths, IPineVM pineVM) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/InteractiveSessionPine.cs:line 89
at TestElmTime.ElmInteractiveTests.<First_submission_in_interactive_benefits_from_dynamic_PGO>g__newInteractiveSessionFromAppCode|8_0(TreeNodeWithStringPath appCodeTree, <>c__DisplayClass8_0&) in /home/runner/work/pine/pine/implement/test-elm-time/ElmInteractiveTests.cs:line 154
at TestElmTime.ElmInteractiveTests.First_submission_in_interactive_benefits_from_dynamic_PGO() in /home/runner/work/pine/pine/implement/test-elm-time/ElmInteractiveTests.cs:line 164
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 TestElmTime.ExampleAppsTests
github-actions / Test Results Overview ubuntu-24.04
Counter_webapp_Json_adapter (TestElmTime.ExampleAppsTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.ExampleAppsTests.Counter_webapp_Json_adapter threw exception:
System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Pine.PineVM.PineVMParseCache.ParseExpression(PineValue expressionValue) in /home/runner/work/pine/pine/implement/pine/Pine/PineVM/PineVMParseCache.cs:line 15
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValue(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 194
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.<>c__DisplayClass7_0.<ParseFunctionRecordFromValueTagged>b__0(ValueTuple`2 taggedFunctionDeclaration) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 166
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValueTagged(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 163
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionFromElmModule(PineValue interactiveEnvironment, String moduleName, String declarationName, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 99
at Pine.Elm.ElmCompiler.ElmCompilerFromEnvValue(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 526
at ElmTime.ElmAppCompilation.AsCompletelyLoweredElmApp(IImmutableDictionary`2 sourceFiles, IReadOnlyList`1 workingDirectoryRelative, ElmAppInterfaceConfig interfaceConfig) in /home/runner/work/pine/pine/implement/pine/ElmTime/ElmAppCompilation.cs:line 75
at TestElmTime.ExampleAppsTests.Counter_webapp_Json_adapter() in /home/runner/work/pine/pine/implement/test-elm-time/ExampleAppsTests.cs:line 304
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 TestElmTime.ApplyFunctionOnDatabaseTests
github-actions / Test Results Overview ubuntu-24.04
List_exposed_functions_via_admin_interface (TestElmTime.ApplyFunctionOnDatabaseTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Assert.AreEqual failed. Expected:<200>. Actual:<400>. listFunctionsResponse.StatusCode at TestElmTime.ApplyFunctionOnDatabaseTests.List_exposed_functions_via_admin_interface() in /home/runner/work/pine/pine/implement/test-elm-time/ApplyFunctionOnDatabaseTests.cs:line 204
Check warning on line 0 in TestElmTime.WebServiceTests
github-actions / Test Results Overview ubuntu-24.04
Web_host_supports_long_polling (TestElmTime.WebServiceTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.WebServiceTests.Web_host_supports_long_polling threw exception:
System.AggregateException: One or more errors occurred. (Connection refused (localhost:35491)) ---> System.Net.Http.HttpRequestException: Connection refused (localhost:35491) ---> System.Net.Sockets.SocketException: Connection refused at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at TestElmTime.WebServiceTests.Web_host_supports_long_polling() in /home/runner/work/pine/pine/implement/test-elm-time/WebServiceTests.cs:line 1391
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 TestElmTime.ApplyFunctionOnDatabaseTests
github-actions / Test Results Overview ubuntu-24.04
Apply_function_via_admin_interface_report_from_calculator (TestElmTime.ApplyFunctionOnDatabaseTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.ApplyFunctionOnDatabaseTests.Apply_function_via_admin_interface_report_from_calculator threw exception:
System.Net.Http.HttpRequestException: Connection refused (localhost:35491) ---> System.Net.Sockets.SocketException: Connection refused at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at TestElmTime.ApplyFunctionOnDatabaseTests.Apply_function_via_admin_interface_report_from_calculator() in /home/runner/work/pine/pine/implement/test-elm-time/ApplyFunctionOnDatabaseTests.cs:line 129
Check warning on line 0 in TestElmTime.StateShimTests
github-actions / Test Results Overview ubuntu-24.04
Test_state_shim_with_calculator_app (TestElmTime.StateShimTests) failed
./implement/test-elm-time/TestResults/_fv-az2029-836_2025-02-08_19_41_23.trx [took 0s]
Raw output
Test method TestElmTime.StateShimTests.Test_state_shim_with_calculator_app threw exception:
System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Pine.PineVM.PineVMParseCache.ParseExpression(PineValue expressionValue) in /home/runner/work/pine/pine/implement/pine/Pine/PineVM/PineVMParseCache.cs:line 15
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValue(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 194
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.<>c__DisplayClass7_0.<ParseFunctionRecordFromValueTagged>b__0(ValueTuple`2 taggedFunctionDeclaration) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 166
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionRecordFromValueTagged(PineValue pineValue, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 163
at ElmTime.ElmInteractive.ElmInteractiveEnvironment.ParseFunctionFromElmModule(PineValue interactiveEnvironment, String moduleName, String declarationName, PineVMParseCache parseCache) in /home/runner/work/pine/pine/implement/pine/ElmInteractive/ElmInteractiveEnvironment.cs:line 99
at Pine.Elm.ElmCompiler.ElmCompilerFromEnvValue(PineValue compiledEnv) in /home/runner/work/pine/pine/implement/pine/Elm/ElmCompiler.cs:line 526
at ElmTime.ElmAppCompilation.AsCompletelyLoweredElmApp(IImmutableDictionary`2 sourceFiles, IReadOnlyList`1 workingDirectoryRelative, ElmAppInterfaceConfig interfaceConfig) in /home/runner/work/pine/pine/implement/pine/ElmTime/ElmAppCompilation.cs:line 75
at ElmTime.Platform.WebService.PersistentProcessLiveRepresentation.ProcessFromDeployment(TreeNodeWithStringPath deployment, ElmAppInterfaceConfig overrideElmAppInterfaceConfig, Func`1 overrideJavaScriptEngineFactory) in /home/runner/work/pine/pine/implement/pine/Platform/WebService/PersistentProcessLiveRepresentation.cs:line 70
at ElmTime.Platform.WebService.PersistentProcessLiveRepresentation.ApplyCompositionEvent(CompositionEventWithResolvedDependencies compositionEvent, PersistentProcessLiveRepresentationDuringRestore processBefore, ElmAppInterfaceConfig overrideElmAppInterfaceConfig, Func`1 overrideJavaScriptEngineFactory) in /home/runner/work/pine/pine/implement/pine/Platform/WebService/PersistentProcessLiveRepresentation.cs:line 487
at ElmTime.Platform.WebService.PersistentProcessLiveRepresentation.<>c__DisplayClass13_0.<RestoreFromCompositionEventSequence>g__integrateCompositionLogRecord|0(PersistentProcessLiveRepresentationDuringRestore process, CompositionLogRecordWithResolvedDependencies compositionLogRecord) in /home/runner/work/pine/pine/implement/pine/Platform/WebService/PersistentProcessLiveRepresentation.cs:line 303
at ElmTime.Platform.WebService.PersistentProcessLiveRepresentation.<>c__DisplayClass13_3.<RestoreFromCompositionEventSequence>b__5(PersistentProcessLiveRepresentationDuringRestore intermediateOk) in /home/runner/work/pine/pine/implement/pine/Platform/WebService/PersistentProcessLiveRepresentation.cs:line 317
at Pine.Core.Result`2.AndThen[MappedOkT](Func`2 okMap) in /home/runner/work/pine/pine/implement/Pine.Core/Result.cs:line 97
at ElmTime.Platform.WebService.PersistentProcessLiveRepresentation.<>c__DisplayClass13_0.<RestoreFromCompositionEventSequence>b__1(Result`2 intermediateResult, CompositionLogRecordWithResolvedDependencies compositionLogRecord) in /home/runner/work/pine/pine/implement/pine/Platform/WebService/PersistentProcessLiveRepresentation.cs:line 316
at System.Linq.Enumerable.Aggregate[TSource,TAccumulate](IEnumerable`1 source, TAccumulate seed, Func`3 func)
at ElmTime.Platform.WebService.PersistentProcessLiveRepresentation.RestoreFromCompositionEventSequence(IEnumerable`1 compositionLogRecords, ElmAppInterfaceConfig overrideElmAppInterfaceConfig, Func`1 overrideJavaScriptEngineFactory) in /home/runner/work/pine/pine/implement/pine/Platform/WebService/PersistentProcessLiveRepresentation.cs:line 312
at ElmTime.Platform.WebService.PersistentProcessLiveRepresentation.LoadFromStoreAndRestoreProcess(IProcessStoreReader storeReader, Action`1 logger, ElmAppInterfaceConfig overrideElmAppInterfaceConfig, Func`1 overrideJavaScriptEngineFactory) in /home/runner/work/pine/pine/implement/pine/Platform/WebService/PersistentProcessLiveRepresentation.cs:line 206
at TestElmTime.WebHostAdminInterfaceTestSetup.BranchProcess() in /home/runner/work/pine/pine/implement/test-elm-time/WebHostAdminInterfaceTestSetup.cs:line 60
at TestElmTime.StateShimTests.Test_state_shim_with_calculator_app() in /home/runner/work/pine/pine/implement/test-elm-time/StateShimTests.cs:line 30
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)