Skolson5903
07/25/2020, 10:16 PMLeoColman
07/25/2020, 10:33 PMsam
07/25/2020, 10:53 PMSkolson5903
07/26/2020, 5:24 PMsam
07/26/2020, 5:26 PMsam
07/26/2020, 5:27 PMsam
07/26/2020, 5:28 PMSkolson5903
07/26/2020, 5:28 PMsam
07/26/2020, 5:28 PMSkolson5903
07/26/2020, 5:29 PMsam
07/26/2020, 5:30 PMSkolson5903
07/26/2020, 5:31 PMsam
07/26/2020, 5:31 PMsam
07/26/2020, 5:31 PMSkolson5903
07/26/2020, 5:32 PMsam
07/26/2020, 5:32 PMSkolson5903
07/26/2020, 5:33 PMSkolson5903
07/26/2020, 6:07 PMSkolson5903
07/27/2020, 2:52 PMError running 'ByteBufferKoTest': com.intellij.execution.JavaTestFrameworkRunnableState.createHandler(Lcom/intellij/execution/Executor;)Lcom/intellij/execution/process/OSProcessHandler;
I don't see anything useful in idea.log, and am unsure where else to look for diagnostics. BTW, the build.gradle.kts for this app is using JUnitPlatform (junit5) in case that makes a difference.Skolson5903
07/27/2020, 4:00 PMSkolson5903
07/27/2020, 4:12 PMsam
07/27/2020, 4:19 PMSkolson5903
07/27/2020, 4:21 PMSkolson5903
07/27/2020, 4:22 PMSkolson5903
07/27/2020, 4:25 PMsam
07/27/2020, 4:26 PMError running 'ByteBufferKoTest': com.intellij.execution.JavaTestFrameworkRunnableState.createHandler(Lcom/intellij/execution/Executor;)Lcom/intellij/execution/process/OSProcessHandler;
My guess here is that the process it's creating is failing. You can see that OSProcessHandlersam
07/27/2020, 4:26 PMsam
07/27/2020, 4:26 PMSkolson5903
07/27/2020, 4:27 PMsam
07/27/2020, 4:27 PMsam
07/27/2020, 4:28 PMSkolson5903
07/27/2020, 4:29 PMsam
07/27/2020, 4:30 PMSkolson5903
07/27/2020, 4:30 PMsam
07/27/2020, 4:32 PMSkolson5903
07/27/2020, 6:47 PMsam
07/27/2020, 6:48 PMsam
07/27/2020, 6:48 PMSkolson5903
07/27/2020, 6:48 PMAJ Alt
07/27/2020, 9:31 PMSkolson5903
07/27/2020, 9:55 PMSkolson5903
07/27/2020, 9:57 PMSkolson5903
07/27/2020, 10:00 PMsam
07/27/2020, 10:02 PMSkolson5903
07/27/2020, 10:03 PMsam
07/27/2020, 10:16 PMSkolson5903
07/28/2020, 4:59 PMsam
07/28/2020, 5:09 PMsam
07/28/2020, 5:10 PMSkolson5903
07/28/2020, 5:10 PMsam
07/28/2020, 5:10 PMsam
07/28/2020, 5:11 PMSkolson5903
07/28/2020, 5:11 PMsam
07/28/2020, 5:18 PMSkolson5903
07/28/2020, 5:19 PMSkolson5903
07/28/2020, 5:25 PMSkolson5903
07/28/2020, 5:30 PMsam
07/28/2020, 5:31 PMsam
07/28/2020, 5:31 PMSkolson5903
07/28/2020, 5:32 PMSkolson5903
07/28/2020, 5:33 PMsam
07/28/2020, 5:33 PMsam
07/28/2020, 5:33 PMsam
07/28/2020, 5:33 PMSkolson5903
07/28/2020, 5:34 PMSkolson5903
07/28/2020, 11:20 PMsam
07/28/2020, 11:44 PMsam
07/28/2020, 11:47 PMSkolson5903
07/28/2020, 11:50 PMsam
07/28/2020, 11:51 PMsam
07/28/2020, 11:51 PMsam
07/28/2020, 11:52 PMsam
07/28/2020, 11:52 PMSkolson5903
07/28/2020, 11:53 PMSkolson5903
07/29/2020, 12:11 AM"Attempted to add more sync issues when the SyncIssueRegistry was sealed!".
I submitted the (lengthy) callstack to Google.
Anyway if there are any other tests or diagnostics I can do to help, lemme know. I'll do some more sniffing around tomorrow.sam
07/29/2020, 11:38 AMSkolson5903
07/29/2020, 7:07 PMsam
07/29/2020, 7:08 PMsam
07/29/2020, 7:08 PMsam
07/29/2020, 7:08 PMsam
07/29/2020, 7:09 PMSkolson5903
07/29/2020, 7:09 PMsam
07/29/2020, 7:09 PMSkolson5903
07/29/2020, 7:13 PMSkolson5903
07/29/2020, 7:14 PMSkolson5903
07/29/2020, 7:15 PM2020-07-29 12:12:24,702 [ 86217] INFO - xecution.runners.ExecutionUtil - Error running 'ByteBufferKoTest':<br>Unknown error
java.lang.NullPointerException
at io.kotest.plugin.intellij.run.KotestRunnableState.createHandler(KotestRunnableState.kt:63)
at com.intellij.execution.JavaTestFrameworkRunnableState.execute(JavaTestFrameworkRunnableState.java:189)
at com.intellij.debugger.DefaultDebugEnvironment.createExecutionResult(DefaultDebugEnvironment.java:81)
at com.intellij.debugger.engine.DebugProcessImpl.attachVirtualMachine(DebugProcessImpl.java:2051)
at com.intellij.debugger.impl.DebuggerSession.attach(DebuggerSession.java:434)
at com.intellij.debugger.impl.DebuggerSession.create(DebuggerSession.java:195)
at com.intellij.debugger.impl.DebuggerManagerImpl.attachVirtualMachine(DebuggerManagerImpl.java:182)
at com.intellij.debugger.impl.GenericDebuggerRunner.attachVirtualMachine(GenericDebuggerRunner.java:127)
at com.intellij.debugger.impl.GenericDebuggerRunner.attachVirtualMachine(GenericDebuggerRunner.java:117)
at com.intellij.debugger.impl.GenericDebuggerRunner.createContentDescriptor(GenericDebuggerRunner.java:91)
at com.intellij.execution.JavaTestFrameworkDebuggerRunner.createContentDescriptor(JavaTestFrameworkDebuggerRunner.java:59)
at com.intellij.debugger.impl.GenericDebuggerRunner.doExecute(GenericDebuggerRunner.java:66)
at com.intellij.debugger.impl.GenericDebuggerRunner.lambda$execute$0(GenericDebuggerRunner.java:58)
at com.intellij.execution.ExecutionManager$startRunProfile$1.invoke(ExecutionManager.kt:64)
at com.intellij.execution.ExecutionManager$startRunProfile$1.invoke(ExecutionManager.kt:19)
at com.intellij.execution.impl.ExecutionManagerImpl$startRunProfile$1.invoke(ExecutionManagerImpl.kt:147)
at com.intellij.execution.impl.ExecutionManagerImpl$startRunProfile$1.invoke(ExecutionManagerImpl.kt:60)
at com.intellij.execution.impl.ExecutionManagerImpl$doStartRunProfile$startRunnable$1.run(ExecutionManagerImpl.kt:208)
at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:201)
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:802)
at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeLater$4(ApplicationImpl.java:322)
at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:84)
at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:132)
at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:47)
at com.intellij.openapi.application.impl.FlushQueue$FlushNow.run(FlushQueue.java:188)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:967)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:839)
at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:450)
at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:744)
at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:449)
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:802)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:497)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
sam
07/29/2020, 7:16 PMSkolson5903
07/29/2020, 7:16 PMsam
07/29/2020, 7:59 PMSkolson5903
07/29/2020, 8:01 PMSkolson5903
07/29/2020, 8:02 PMsam
07/29/2020, 8:06 PMsam
07/29/2020, 8:06 PMsam
07/29/2020, 8:06 PMSkolson5903
07/29/2020, 8:06 PMsam
07/29/2020, 8:09 PMSkolson5903
07/29/2020, 8:14 PMsam
07/29/2020, 8:14 PMsam
07/29/2020, 8:15 PMSkolson5903
07/29/2020, 8:15 PMSkolson5903
07/29/2020, 8:15 PMsam
07/29/2020, 8:15 PMSkolson5903
07/29/2020, 8:16 PMio.kotest:kotest-core-jvm:4.2.0.424-SNAPSHOT
Skolson5903
07/29/2020, 8:16 PMsam
07/29/2020, 8:16 PMsam
07/29/2020, 8:16 PMSkolson5903
07/29/2020, 8:17 PMsam
07/29/2020, 8:17 PMSkolson5903
07/29/2020, 8:17 PMSkolson5903
07/29/2020, 8:18 PMsam
07/29/2020, 8:18 PMSkolson5903
07/29/2020, 8:18 PMsam
07/29/2020, 8:18 PMsam
07/29/2020, 8:18 PMSkolson5903
07/29/2020, 8:21 PMsam
07/29/2020, 8:21 PMsam
07/29/2020, 8:22 PMSkolson5903
07/29/2020, 8:22 PMsam
07/29/2020, 8:22 PMsam
07/29/2020, 8:22 PMSkolson5903
07/29/2020, 8:24 PMSkolson5903
07/29/2020, 8:25 PMsam
07/29/2020, 8:27 PMsam
07/29/2020, 8:27 PMsam
07/29/2020, 8:27 PMSkolson5903
07/29/2020, 8:27 PMsam
07/29/2020, 8:27 PMsam
07/29/2020, 8:28 PMSkolson5903
07/29/2020, 8:28 PMsam
07/29/2020, 8:28 PMSkolson5903
07/29/2020, 8:30 PMsam
07/29/2020, 8:31 PMSkolson5903
07/29/2020, 8:39 PMSkolson5903
07/29/2020, 8:40 PMjava.lang.NullPointerException
at io.kotest.plugin.intellij.run.KotestRunnableState.createHandler(KotestRunnableState.kt:63)
at com.intellij.execution.JavaTestFrameworkRunnableState.execute(JavaTestFrameworkRunnableState.java:160)
at com.intellij.debugger.DefaultDebugEnvironment.createExecutionResult(DefaultDebugEnvironment.java:81)
at com.intellij.debugger.engine.DebugProcessImpl.attachVirtualMachine(DebugProcessImpl.java:1953)
at com.intellij.debugger.impl.DebuggerSession.attach(DebuggerSession.java:434)
at com.intellij.debugger.impl.DebuggerSession.create(DebuggerSession.java:195)
at com.intellij.debugger.impl.DebuggerManagerImpl.attachVirtualMachine(DebuggerManagerImpl.java:185)
at com.intellij.debugger.impl.GenericDebuggerRunner.attachVirtualMachine(GenericDebuggerRunner.java:110)
at com.intellij.debugger.impl.GenericDebuggerRunner.attachVirtualMachine(GenericDebuggerRunner.java:100)
at com.intellij.debugger.impl.GenericDebuggerRunner.createContentDescriptor(GenericDebuggerRunner.java:74)
sam
07/29/2020, 8:40 PMsam
07/29/2020, 8:40 PMSkolson5903
07/29/2020, 8:40 PMSkolson5903
07/29/2020, 8:40 PMsam
07/29/2020, 8:40 PMsam
07/29/2020, 8:40 PMSkolson5903
07/29/2020, 8:41 PMsam
07/29/2020, 8:45 PMSkolson5903
07/29/2020, 8:52 PMSkolson5903
07/29/2020, 8:53 PMSkolson5903
07/29/2020, 8:54 PMsam
07/29/2020, 8:55 PMsam
07/29/2020, 8:55 PMSkolson5903
07/29/2020, 8:55 PMsam
07/29/2020, 8:59 PMSkolson5903
07/29/2020, 11:15 PMSkolson5903
07/29/2020, 11:16 PMsam
07/30/2020, 1:29 AMsam
07/30/2020, 1:29 AMSkolson5903
07/30/2020, 11:58 PMSkolson5903
07/30/2020, 11:58 PM