Title: java.lang.IllegalStateException: No such ... found in the Scene tests · Issue #3 · UnitTestBot/UTBotJava · GitHub
Open Graph Title: java.lang.IllegalStateException: No such ... found in the Scene tests · Issue #3 · UnitTestBot/UTBotJava
X Title: java.lang.IllegalStateException: No such ... found in the Scene tests · Issue #3 · UnitTestBot/UTBotJava
Description: 15 tests are disabled but they fail and must be fixed: MockWithSideEffectExampleTest.testSideEffectElimination MockWithSideEffectExampleTest.testSideEffectWithoutMocks MockWithSideEffectExampleTest.testStaticMethodSideEffectEliminationWi...
Open Graph Description: 15 tests are disabled but they fail and must be fixed: MockWithSideEffectExampleTest.testSideEffectElimination MockWithSideEffectExampleTest.testSideEffectWithoutMocks MockWithSideEffectExampleTest...
X Description: 15 tests are disabled but they fail and must be fixed: MockWithSideEffectExampleTest.testSideEffectElimination MockWithSideEffectExampleTest.testSideEffectWithoutMocks MockWithSideEffectExampleTest...
Opengraph URL: https://github.com/UnitTestBot/UTBotJava/issues/3
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"java.lang.IllegalStateException: No such ... found in the Scene tests","articleBody":"[15 tests](https://github.com/UnitTestBot/UTBotJava/actions/runs/2358712302) are **disabled** but they **fail** and must be fixed:\r\n\r\n- MockWithSideEffectExampleTest.testSideEffectElimination\r\n- MockWithSideEffectExampleTest.testSideEffectWithoutMocks\r\n- MockWithSideEffectExampleTest.testStaticMethodSideEffectEliminationWithoutMocks\r\n- MockWithSideEffectExampleTest.testSideEffect\r\n- MockWithSideEffectExampleTest.testStaticMethodSideEffectElimination\r\n- ModelMinimizationExamplesTest.conditionCheckAEqTest\r\n- ModelMinimizationExamplesTest.conditionCheckANeTest\r\n- ModelMinimizationExamplesTest.conditionCheckBEqTest\r\n- ModelMinimizationExamplesTest.conditionCheckBNeTest\r\n- ModelMinimizationExamplesTest.conditionCheckNoNullabilityConstraintTest\r\n- ModelMinimizationExamplesTest.firstArrayElementContainsSentinelTest\r\n- ModelMinimizationExamplesTest.multipleConstraintsTest\r\n- ModelMinimizationExamplesTest.singleValueComparisonNotNullTest\r\n- ModelMinimizationExamplesTest.singleValueComparisonTest\r\n- SimpleClassMultiInstanceExampleTest.singleObjectChangeTest\r\n\r\nAll the tests fail with the **same error** type:\r\n`java.lang.IllegalStateException: No such org.utbot.examples.mock.MockWithSideEffectExample found in the Scene`\r\n\r\n\u003cdetails\u003e\r\n \u003csummary\u003etestSideEffect error report\u003c/summary\u003e\r\n java.lang.IllegalStateException: No such com.huawei.utbot.examples.mock.MockWithSideEffectExample found in the Scene\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator.graph(UtBotTestCaseGenerator.kt:373)\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator.generateAsync(UtBotTestCaseGenerator.kt:169)\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator.generateAsync$default(UtBotTestCaseGenerator.kt:165)\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator$generate$1$1.invokeSuspend(UtBotTestCaseGenerator.kt:340)\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator$generate$1$1.invoke(UtBotTestCaseGenerator.kt)\r\n\tat com.huawei.utbot.common.ConcurrencyKt$runBlockingWithCancellationPredicate$1$job$1.invokeSuspend(Concurrency.kt:39)\r\n\tat kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)\r\n\tat kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)\r\n\tat kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)\r\n\tat kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:84)\r\n\tat kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)\r\n\tat kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)\r\n\tat kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)\r\n\tat kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)\r\n\tat com.huawei.utbot.common.ConcurrencyKt.runBlockingWithCancellationPredicate(Concurrency.kt:38)\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator$generate$1.invoke(UtBotTestCaseGenerator.kt:339)\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator$generate$1.invoke(UtBotTestCaseGenerator.kt:53)\r\n\tat com.huawei.utbot.common.ConcurrencyKt.runIgnoringCancellationException(Concurrency.kt:47)\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator.generate(UtBotTestCaseGenerator.kt:338)\r\n\tat com.huawei.utbot.examples.AbstractTestCaseGeneratorTest.executions(AbstractTestCaseGeneratorTest.kt:2399)\r\n\tat com.huawei.utbot.examples.mock.MockWithSideEffectExampleTest.testSideEffect(MockWithSideEffectExampleTest.kt:104)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:498)\r\n\tat org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)\r\n\tat org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)\r\n\tat org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)\r\n\tat org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)\r\n\tat org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)\r\n\tat org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)\r\n\tat org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)\r\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)\r\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)\r\n\tat org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)\r\n\tat org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)\r\n\tat org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)\r\n\tat org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)\r\n\tat org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)\r\n\tat org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)\r\n\tat org.junit.runners.ParentRunner.run(ParentRunner.java:413)\r\n\tat org.junit.runner.JUnitCore.run(JUnitCore.java:137)\r\n\tat org.junit.runner.JUnitCore.run(JUnitCore.java:115)\r\n\tat org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)\r\n\tat java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)\r\n\tat java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)\r\n\tat java.util.Iterator.forEachRemaining(Iterator.java:116)\r\n\tat java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)\r\n\tat java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)\r\n\tat java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)\r\n\tat java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)\r\n\tat java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)\r\n\tat java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\r\n\tat java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485)\r\n\tat org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82)\r\n\tat org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)\r\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)\r\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)\r\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)\r\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)\r\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)\r\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)\r\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)\r\n\tat org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:99)\r\n\tat org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:79)\r\n\tat org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:75)\r\n\tat org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:498)\r\n\tat org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)\r\n\tat org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)\r\n\tat org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)\r\n\tat org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)\r\n\tat com.sun.proxy.$Proxy2.stop(Unknown Source)\r\n\tat org.gradle.api.internal.tasks.testing.worker.TestWorker.stop(TestWorker.java:133)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:498)\r\n\tat org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)\r\n\tat org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)\r\n\tat org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)\r\n\tat org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)\r\n\tat org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:414)\r\n\tat org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)\r\n\tat org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\r\n\tat org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)\r\n\tat java.lang.Thread.run(Thread.java:750)\r\n\u003c/details\u003e\r\n\r\n\u003cdetails\u003e\r\n \u003csummary\u003etestSideEffect output\u003c/summary\u003e\r\n 14:52:28.507 | INFO | CodeTestCaseGeneratorTest | Package package org.utbot.examples.mock is not fully processed yet, code generation will be tested later\r\n15:13:14.711 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test (Is a directory)\r\n15:13:14.715 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test (Is a directory)\r\n15:13:14.721 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test (Is a directory)\r\n15:13:14.723 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main (Is a directory)\r\n15:13:14.723 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main (Is a directory)\r\n15:13:14.724 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main (Is a directory)\r\n15:13:14.770 | INFO | UtBotTestCaseGenerator | Ignoring soot initialization because parameters are the same as on previous initialization\r\n15:13:14.796 | DEBUG | UtBotTestCaseGenerator | Starting symbolic execution for org.utbot.examples.mock.MockWithSideEffectExample.checkSideEffectElimination(ExampleClass) --Other packages: Mockito--\r\n15:13:14.821 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test (Is a directory)\r\n15:13:14.821 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test (Is a directory)\r\n15:13:14.822 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test (Is a directory)\r\n15:13:14.822 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main (Is a directory)\r\n15:13:14.832 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main (Is a directory)\r\n15:13:14.832 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main (Is a directory)\r\n15:13:14.863 | INFO | UtBotTestCaseGenerator | Ignoring soot initialization because parameters are the same as on previous initialization\r\n15:13:14.865 | DEBUG | UtBotTestCaseGenerator | Starting symbolic execution for org.utbot.examples.mock.MockWithSideEffectExample.checkSideEffect(int) --No mocks--\r\n15:13:14.888 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test (Is a directory)\r\n15:13:14.888 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test (Is a directory)\r\n15:13:14.889 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test (Is a directory)\r\n15:13:14.889 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main (Is a directory)\r\n15:13:14.890 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main (Is a directory)\r\n15:13:14.890 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main (Is a directory)\r\n15:13:14.914 | INFO | UtBotTestCaseGenerator | Ignoring soot initialization because parameters are the same as on previous initialization\r\n15:13:14.915 | DEBUG | UtBotTestCaseGenerator | Starting symbolic execution for org.utbot.examples.mock.MockWithSideEffectExample.checkStaticMethodSideEffectElimination(ExampleClass) --No mocks--\r\n15:13:14.932 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test (Is a directory)\r\n15:13:14.933 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test (Is a directory)\r\n15:13:14.934 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test (Is a directory)\r\n15:13:14.934 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main (Is a directory)\r\n15:13:14.934 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main (Is a directory)\r\n15:13:14.935 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main (Is a directory)\r\n15:13:14.953 | INFO | UtBotTestCaseGenerator | Ignoring soot initialization because parameters are the same as on previous initialization\r\n15:13:14.971 | DEBUG | UtBotTestCaseGenerator | Starting symbolic execution for org.utbot.examples.mock.MockWithSideEffectExample.checkSideEffect(int) --Other packages: Mockito--\r\n15:13:14.995 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test (Is a directory)\r\n15:13:14.996 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test (Is a directory)\r\n15:13:14.998 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test (Is a directory)\r\n15:13:14.998 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main (Is a directory)\r\n15:13:14.999 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main (Is a directory)\r\n15:13:14.999 | WARN | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main (Is a directory)\r\n15:13:15.026 | INFO | UtBotTestCaseGenerator | Ignoring soot initialization because parameters are the same as on previous initialization\r\n15:13:15.037 | DEBUG | UtBotTestCaseGenerator | Starting symbolic execution for org.utbot.examples.mock.MockWithSideEffectExample.checkStaticMethodSideEffectElimination(ExampleClass) --Other packages: Mockito--\r\n\u003c/details\u003e\r\n\r\n","author":{"url":"https://github.com/viktoriia-fomina","@type":"Person","name":"viktoriia-fomina"},"datePublished":"2022-05-05T10:31:34.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/3/UTBotJava/issues/3"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:98584ab0-0206-8599-1217-abc1e1a2fb09 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 98CA:153CD4:DB799:11EFB8:698EE54A |
| html-safe-nonce | 8c0afa8f02607796551cb931a1625b9cd7873e230d30a523fcffa867f726c053 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5OENBOjE1M0NENDpEQjc5OToxMUVGQjg6Njk4RUU1NEEiLCJ2aXNpdG9yX2lkIjoiMjUxODg1NzgyMzkwNDc4NTczOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 92416a4cab95ebf96ee6b046e2cb295534b8ab74f3b150a34655d5f6382edd26 |
| hovercard-subject-tag | issue:1226492810 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/UnitTestBot/UTBotJava/3/issue_layout |
| twitter:image | https://opengraph.githubassets.com/bcfa4e29274f4e2e249a94e82c18e8e0996e2059787c4968c6ae8f5c6113a307/UnitTestBot/UTBotJava/issues/3 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/bcfa4e29274f4e2e249a94e82c18e8e0996e2059787c4968c6ae8f5c6113a307/UnitTestBot/UTBotJava/issues/3 |
| og:image:alt | 15 tests are disabled but they fail and must be fixed: MockWithSideEffectExampleTest.testSideEffectElimination MockWithSideEffectExampleTest.testSideEffectWithoutMocks MockWithSideEffectExampleTest... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | viktoriia-fomina |
| hostname | github.com |
| expected-hostname | github.com |
| None | cb2828a801ee6b7be618f3ac76fbf55def35bbc30f053a9c41bf90210b8b72ba |
| turbo-cache-control | no-preview |
| go-import | github.com/UnitTestBot/UTBotJava git https://github.com/UnitTestBot/UTBotJava.git |
| octolytics-dimension-user_id | 87413538 |
| octolytics-dimension-user_login | UnitTestBot |
| octolytics-dimension-repository_id | 480810501 |
| octolytics-dimension-repository_nwo | UnitTestBot/UTBotJava |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 480810501 |
| octolytics-dimension-repository_network_root_nwo | UnitTestBot/UTBotJava |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | e6b91a7e6e46287d26887e3fb7a4161657bab8f7 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width