kie-ci3 commented on PR #1941: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/1941#issuecomment-1882145852
**PR job** `#26` was: **UNSTABLE** Possible explanation: This should be test failures <details> <summary><b>Reproducer</b></summary> build-chain build full_downstream -f 'https://raw.githubusercontent.com/${AUTHOR:apache}/incubator-kie-kogito-pipelines/${BRANCH:main}/.ci/buildchain-config-pr-cdb.yaml' -o 'bc' -p apache/incubator-kie-kogito-apps -u https://github.com/apache/incubator-kie-kogito-apps/pull/1941 --skipParallelCheckout NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution </details> Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/display/redirect **Test results:** - PASSED: 2426 - FAILED: 50 Those are the test failures: <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.it.jobs/ProcessTimerIT/PR_check___Build_projects___testDeleteTimerCycle/">PR check / Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testDeleteTimerCycle</a></summary> java.util.concurrent.CompletionException: java.lang.RuntimeException: Unable to start Quarkus test resource class org.kie.kogito.test.resources.JobServiceCompositeQuarkusTestResource </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.index.mongodb.query/DomainQueryIT/test/">org.kie.kogito.index.mongodb.query.DomainQueryIT.test</a></summary> java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors<br/> [error]: Build step io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor#startKeycloakContainer threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/keycloak/keycloak:22.0.5<br/> at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startKeycloakContainer(KeycloakDevServicesProcessor.java:248)<br/> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)<br/> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/> at java.base/java.lang.reflect.Method.invoke(Method.java:568)<br/> at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.ja va:864)<br/> at io.quarkus.builder.BuildContext.run(BuildContext.java:282)<br/> at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)<br/> at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)<br/> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)<br/> at java.base/java.lang.Thread.run(Thread.java:833)<br/> at org.jboss.threads.JBossThread.run(JBossThread.java:501)<br/>Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/keycloak/keycloak:22.0.5<br/> at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)<br/> at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)<br/> at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.lambda$startContainer$4(KeycloakDevServicesProcessor.java:374)<br/> at java.base/java.util.Optional.orElseGet(Optional.java:364)<br/> at io .quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startContainer(KeycloakDevServicesProcessor.java:399)<br/> at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startKeycloakContainer(KeycloakDevServicesProcessor.java:196)<br/> ... 11 more<br/>Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception<br/> at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)<br/> at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)<br/> ... 16 more<br/>Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container<br/> at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:553)<br/> at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)<br/> at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)<br/> ... 17 more<br/>Cause d by: org.testcontainers.containers.ContainerLaunchException: Timed out waiting for log output matching '.*Keycloak.*started.*'<br/> at org.testcontainers.containers.wait.strategy.LogMessageWaitStrategy.waitUntilReady(LogMessageWaitStrategy.java:47)<br/> at org.testcontainers.containers.wait.strategy.AbstractWaitStrategy.waitUntilReady(AbstractWaitStrategy.java:52)<br/> at org.testcontainers.containers.GenericContainer.waitUntilContainerStarted(GenericContainer.java:964)<br/> at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:490)<br/> ... 19 more<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.index.oracle.mapper/JobEntityMapperIT/testMapToModel/">org.kie.kogito.index.oracle.mapper.JobEntityMapperIT.testMapToModel</a></summary> java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors<br/> [error]: Build step io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor#startKeycloakContainer threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/keycloak/keycloak:22.0.5<br/> at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startKeycloakContainer(KeycloakDevServicesProcessor.java:248)<br/> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)<br/> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/> at java.base/java.lang.reflect.Method.invoke(Method.java:568)<br/> at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.ja va:864)<br/> at io.quarkus.builder.BuildContext.run(BuildContext.java:282)<br/> at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)<br/> at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)<br/> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)<br/> at java.base/java.lang.Thread.run(Thread.java:833)<br/> at org.jboss.threads.JBossThread.run(JBossThread.java:501)<br/>Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/keycloak/keycloak:22.0.5<br/> at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)<br/> at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)<br/> at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.lambda$startContainer$4(KeycloakDevServicesProcessor.java:374)<br/> at java.base/java.util.Optional.orElseGet(Optional.java:364)<br/> at io .quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startContainer(KeycloakDevServicesProcessor.java:399)<br/> at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startKeycloakContainer(KeycloakDevServicesProcessor.java:196)<br/> ... 11 more<br/>Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception<br/> at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)<br/> at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)<br/> ... 16 more<br/>Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container<br/> at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:553)<br/> at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)<br/> at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)<br/> ... 17 more<br/>Cause d by: org.testcontainers.containers.ContainerLaunchException: Timed out waiting for log output matching '.*Keycloak.*started.*'<br/> at org.testcontainers.containers.wait.strategy.LogMessageWaitStrategy.waitUntilReady(LogMessageWaitStrategy.java:47)<br/> at org.testcontainers.containers.wait.strategy.AbstractWaitStrategy.waitUntilReady(AbstractWaitStrategy.java:52)<br/> at org.testcontainers.containers.GenericContainer.waitUntilContainerStarted(GenericContainer.java:964)<br/> at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:490)<br/> ... 19 more<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.index.postgresql.reporting/ProcessInstanceVariableMappingIT/testProcessInstanceVariableMapping/">org.kie.kogito.index.postgresql.reporting.ProcessInstanceVariableMappingIT.testProcessInstanceVariableMapping</a></summary> java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors<br/> [error]: Build step io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor#startKeycloakContainer threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/keycloak/keycloak:22.0.5<br/> at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startKeycloakContainer(KeycloakDevServicesProcessor.java:248)<br/> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)<br/> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/> at java.base/java.lang.reflect.Method.invoke(Method.java:568)<br/> at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.ja va:864)<br/> at io.quarkus.builder.BuildContext.run(BuildContext.java:282)<br/> at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)<br/> at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)<br/> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)<br/> at java.base/java.lang.Thread.run(Thread.java:833)<br/> at org.jboss.threads.JBossThread.run(JBossThread.java:501)<br/>Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/keycloak/keycloak:22.0.5<br/> at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)<br/> at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)<br/> at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.lambda$startContainer$4(KeycloakDevServicesProcessor.java:374)<br/> at java.base/java.util.Optional.orElseGet(Optional.java:364)<br/> at io .quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startContainer(KeycloakDevServicesProcessor.java:399)<br/> at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startKeycloakContainer(KeycloakDevServicesProcessor.java:196)<br/> ... 11 more<br/>Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception<br/> at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)<br/> at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)<br/> ... 16 more<br/>Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container<br/> at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:553)<br/> at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)<br/> at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)<br/> ... 17 more<br/>Cause d by: org.testcontainers.containers.ContainerLaunchException: Timed out waiting for log output matching '.*Keycloak.*started.*'<br/> at org.testcontainers.containers.wait.strategy.LogMessageWaitStrategy.waitUntilReady(LogMessageWaitStrategy.java:47)<br/> at org.testcontainers.containers.wait.strategy.AbstractWaitStrategy.waitUntilReady(AbstractWaitStrategy.java:52)<br/> at org.testcontainers.containers.GenericContainer.waitUntilContainerStarted(GenericContainer.java:964)<br/> at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:490)<br/> ... 19 more<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.index.postgresql.mapper/JobEntityMapperIT/testMapToModel/">org.kie.kogito.index.postgresql.mapper.JobEntityMapperIT.testMapToModel</a></summary> java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors<br/> [error]: Build step io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor#startKeycloakContainer threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/keycloak/keycloak:22.0.5<br/> at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startKeycloakContainer(KeycloakDevServicesProcessor.java:248)<br/> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)<br/> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/> at java.base/java.lang.reflect.Method.invoke(Method.java:568)<br/> at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.ja va:864)<br/> at io.quarkus.builder.BuildContext.run(BuildContext.java:282)<br/> at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)<br/> at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)<br/> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)<br/> at java.base/java.lang.Thread.run(Thread.java:833)<br/> at org.jboss.threads.JBossThread.run(JBossThread.java:501)<br/>Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/keycloak/keycloak:22.0.5<br/> at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)<br/> at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)<br/> at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.lambda$startContainer$4(KeycloakDevServicesProcessor.java:374)<br/> at java.base/java.util.Optional.orElseGet(Optional.java:364)<br/> at io .quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startContainer(KeycloakDevServicesProcessor.java:399)<br/> at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startKeycloakContainer(KeycloakDevServicesProcessor.java:196)<br/> ... 11 more<br/>Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception<br/> at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)<br/> at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)<br/> ... 16 more<br/>Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container<br/> at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:553)<br/> at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)<br/> at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)<br/> ... 17 more<br/>Cause d by: org.testcontainers.containers.ContainerLaunchException: Timed out waiting for log output matching '.*Keycloak.*started.*'<br/> at org.testcontainers.containers.wait.strategy.LogMessageWaitStrategy.waitUntilReady(LogMessageWaitStrategy.java:47)<br/> at org.testcontainers.containers.wait.strategy.AbstractWaitStrategy.waitUntilReady(AbstractWaitStrategy.java:52)<br/> at org.testcontainers.containers.GenericContainer.waitUntilContainerStarted(GenericContainer.java:964)<br/> at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:490)<br/> ... 19 more<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.addons.quarkus.data.index.it/InfinispanQuarkusAddonDataIndexPersistenceIT/PR_check___Build_projects___testDataIndexAddon/">PR check / Build projects / org.kie.kogito.addons.quarkus.data.index.it.InfinispanQuarkusAddonDataIndexPersistenceIT.testDataIndexAddon</a></summary> java.util.concurrent.CompletionException: java.lang.RuntimeException: Unable to start Quarkus test resource class org.kie.kogito.index.test.quarkus.http.DataIndexInfinispanHttpQuarkusTestResource </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.addons.quarkus.data.index.it/InfinispanQuarkusAddonDataIndexPersistenceIT/PR_check___Build_projects___testDataIndexAddon/">PR check / Build projects / org.kie.kogito.addons.quarkus.data.index.it.InfinispanQuarkusAddonDataIndexPersistenceIT.testDataIndexAddon</a></summary> java.util.concurrent.CompletionException: java.lang.RuntimeException: Unable to start Quarkus test resource class org.kie.kogito.index.test.quarkus.http.DataIndexInfinispanHttpQuarkusTestResource </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.addons.quarkus.data.index.it/MongoQuarkusAddonDataIndexPersistenceIT/PR_check___Build_projects___testDataIndexAddon/">PR check / Build projects / org.kie.kogito.addons.quarkus.data.index.it.MongoQuarkusAddonDataIndexPersistenceIT.testDataIndexAddon</a></summary> java.util.concurrent.CompletionException: java.lang.RuntimeException: Unable to start Quarkus test resource class org.kie.kogito.index.test.quarkus.http.DataIndexMongoDBHttpQuarkusTestResource </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.addons.quarkus.data.index.it/MongoQuarkusAddonDataIndexPersistenceIT/PR_check___Build_projects___testDataIndexAddon/">PR check / Build projects / org.kie.kogito.addons.quarkus.data.index.it.MongoQuarkusAddonDataIndexPersistenceIT.testDataIndexAddon</a></summary> java.util.concurrent.CompletionException: java.lang.RuntimeException: Unable to start Quarkus test resource class org.kie.kogito.index.test.quarkus.http.DataIndexMongoDBHttpQuarkusTestResource </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.addons.quarkus.data.index.it/PostgreSQLQuarkusAddonDataIndexPersistenceIT/PR_check___Build_projects___testDataIndexAddon/">PR check / Build projects / org.kie.kogito.addons.quarkus.data.index.it.PostgreSQLQuarkusAddonDataIndexPersistenceIT.testDataIndexAddon</a></summary> java.util.concurrent.CompletionException: java.lang.RuntimeException: Unable to start Quarkus test resource class org.kie.kogito.index.test.quarkus.http.DataIndexPostgreSqlHttpQuarkusTestResource </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.addons.quarkus.data.index.it/PostgreSQLQuarkusAddonDataIndexPersistenceIT/PR_check___Build_projects___testDataIndexAddon/">PR check / Build projects / org.kie.kogito.addons.quarkus.data.index.it.PostgreSQLQuarkusAddonDataIndexPersistenceIT.testDataIndexAddon</a></summary> java.lang.RuntimeException: Unable to start Quarkus test resource class org.kie.kogito.index.test.quarkus.http.DataIndexPostgreSqlHttpQuarkusTestResource </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.addons.quarkus.data.index.it/InMemoryQuarkusAddonDataIndexIT/PR_check___Build_projects___testDataIndexAddon/">PR check / Build projects / org.kie.kogito.addons.quarkus.data.index.it.InMemoryQuarkusAddonDataIndexIT.testDataIndexAddon</a></summary> 1 expectation failed.<br/>Expected status code <201> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.addons.quarkus.data.index.it/InMemoryQuarkusAddonDataIndexIT/PR_check___Build_projects___testDataIndexAddon/">PR check / Build projects / org.kie.kogito.addons.quarkus.data.index.it.InMemoryQuarkusAddonDataIndexIT.testDataIndexAddon</a></summary> 1 expectation failed.<br/>Expected status code <201> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.addons.quarkus.data.index.it/MongoQuarkusAddonDataIndexIT/PR_check___Build_projects___testDataIndexAddon/">PR check / Build projects / org.kie.kogito.addons.quarkus.data.index.it.MongoQuarkusAddonDataIndexIT.testDataIndexAddon</a></summary> 1 expectation failed.<br/>JSON path data.ProcessInstances[0].diagram doesn't match.<br/>Expected: is not null<br/> Actual: null<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_Equal/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_Equal</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 1, \"field2\": null, \"field3\": \"A\"}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_Longs/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_Longs</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": null, \"field2\": 1, \"field3\": null}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_GreaterThanEqual/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_GreaterThanEqual</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 1, \"field2\": null, \"field3\": \"A\"}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_Between/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_Between</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 2, \"field2\": null, \"field3\": \"B\"}","key2","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_And/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_And</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 1, \"field2\": null, \"field3\": \"A\"}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_Not/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_Not</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 1, \"field2\": null, \"field3\": \"A\"}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_LessThan/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_LessThan</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 1, \"field2\": null, \"field3\": \"A\"}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_OrderByString/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_OrderByString</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 2, \"field2\": null, \"field3\": \"B\"}","key2","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_Like/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_Like</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 1, \"field2\": null, \"field3\": \"AAA\"}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_In/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_In</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 1, \"field2\": null, \"field3\": \"AAA\"}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_Or/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_Or</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 1, \"field2\": null, \"field3\": \"A\"}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_LessThanEqual/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_LessThanEqual</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 1, \"field2\": null, \"field3\": \"A\"}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_OrderByNumeric/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_OrderByNumeric</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 2, \"field2\": null, \"field3\": \"B\"}","key2","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_Contains/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_Contains</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 1, \"field2\": null, \"field3\": \"A\"}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_ContainsAll/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_ContainsAll</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 1, \"field2\": null, \"field3\": \"A\"}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_ContainsAny/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_ContainsAny</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 1, \"field2\": null, \"field3\": \"A\"}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_IsNotNull/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_IsNotNull</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 2, \"field2\": null, \"field3\": \"B\"}","key2","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_IsNull/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_IsNull</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 1, \"field2\": null, \"field3\": null}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_Strings/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_Strings</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": null, \"field2\": null, \"field3\": \"A\"}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_Integers/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_Integers</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 1, \"field2\": null, \"field3\": null}","key1","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.persistence.postgresql/PostgresStorageServiceIT/testQuery_GreaterThan/">org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT.testQuery_GreaterThan</a></summary> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.kie.kogito.persistence.postgresql.PostgresStorageServiceIT$StructuredType` from Array value (token `JsonToken.START_ARRAY`)<br/> at [Source: (String)"["{\"field1\": 2, \"field2\": null, \"field3\": \"B\"}","key2","queries"]"; line: 1, column: 1] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.trusty.service.postgresql/PostgreSQLTrustyServiceIT/testStoreExplainabilityResult_Counterfactual/">org.kie.kogito.trusty.service.postgresql.PostgreSQLTrustyServiceIT.testStoreExplainabilityResult_Counterfactual</a></summary> com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id '{"type": "counterfactual", "stage": "FINAL", "valid": true, "inputs": [{"name": "field1", "value": {"kind": "UNIT", "type": "typeRef1", "value": 25, "baseType": "typeRef1"}}, {"name": "field2", "value": {"kind": "UNIT", "type": "typeRef2", "value": 99, "baseType": "typeRef2"}}], "status": "SUCCEEDED", "isValid": true, "outputs": [{"name": "field3", "value": {"kind": "UNIT", "type": "typeRef3", "value": 200, "baseType": "typeRef3"}}, {"name": "field4", "value": {"kind": "UNIT", "type": "typeRef4", "value": 1000, "baseType": "typeRef4"}}], "sequenceId": 0, "solutionId": "solutionId", "executionId": "myCFExecution1Store", "statusDetails": "status", "counterfactualId": "counterfactualId"}' as a subtype of `org.kie.kogito.explainability.api.CounterfactualExplainabilityResult`: known type ids = [counterfactual, lime]<br/> at [Source: (String)"["{\"type\": \"counterfactual\", \"stage\": \"FINAL\", \"val id\": true, \"inputs\": [{\"name\": \"field1\", \"value\": {\"kind\": \"UNIT\", \"type\": \"typeRef1\", \"value\": 25, \"baseType\": \"typeRef1\"}}, {\"name\": \"field2\", \"value\": {\"kind\": \"UNIT\", \"type\": \"typeRef2\", \"value\": 99, \"baseType\": \"typeRef2\"}}], \"status\": \"SUCCEEDED\", \"isValid\": true, \"outputs\": [{\"name\": \"field3\", \"value\": {\"kind\": \"UNIT\", \"type\": \"typeRef3\", \"value\": 200, \"baseType\"[truncated 352 chars]; line: 1, column: 816] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.trusty.service.postgresql/PostgreSQLTrustyServiceIT/testStoreExplainabilityResult_Counterfactual_DuplicateRemoval_FinalThenIntermediate/">org.kie.kogito.trusty.service.postgresql.PostgreSQLTrustyServiceIT.testStoreExplainabilityResult_Counterfactual_DuplicateRemoval_FinalThenIntermediate</a></summary> com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id '{"type": "counterfactual", "stage": "FINAL", "valid": true, "inputs": [{"name": "field1", "value": {"kind": "UNIT", "type": "typeRef1", "value": 25, "baseType": "typeRef1"}}, {"name": "field2", "value": {"kind": "UNIT", "type": "typeRef2", "value": 99, "baseType": "typeRef2"}}], "status": "SUCCEEDED", "isValid": true, "outputs": [{"name": "field3", "value": {"kind": "UNIT", "type": "typeRef3", "value": 200, "baseType": "typeRef3"}}, {"name": "field4", "value": {"kind": "UNIT", "type": "typeRef4", "value": 1000, "baseType": "typeRef4"}}], "sequenceId": 0, "solutionId": "solutionId1", "executionId": "myCFExecution1Store", "statusDetails": "status", "counterfactualId": "myCFCounterfactualId"}' as a subtype of `org.kie.kogito.explainability.api.CounterfactualExplainabilityResult`: known type ids = [counterfactual, lime]<br/> at [Source: (String)"["{\"type\": \"counterfactual\", \"stage\": \"FINAL\", \"valid\": true, \"inputs\": [{\"name\": \"field1\", \"value\": {\"kind\": \"UNIT\", \"type\": \"typeRef1\", \"value\": 25, \"baseType\": \"typeRef1\"}}, {\"name\": \"field2\", \"value\": {\"kind\": \"UNIT\", \"type\": \"typeRef2\", \"value\": 99, \"baseType\": \"typeRef2\"}}], \"status\": \"SUCCEEDED\", \"isValid\": true, \"outputs\": [{\"name\": \"field3\", \"value\": {\"kind\": \"UNIT\", \"type\": \"typeRef3\", \"value\": 200, \"baseType\"[truncated 358 chars]; line: 1, column: 821] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.trusty.service.postgresql/PostgreSQLTrustyServiceIT/testStoreAndRetrieveExecution/">org.kie.kogito.trusty.service.postgresql.PostgreSQLTrustyServiceIT.testStoreAndRetrieveExecution</a></summary> com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id '{"@type": "DECISION", "inputs": [{"id": "inputId", "name": "test", "value": {"kind": "UNIT", "type": "number", "value": 10, "baseType": "number"}}], "outcomes": null, "sourceUrl": null, "serviceUrl": "serviceUrl", "executionId": "myExecution", "executorName": null, "hasSucceeded": null, "executionType": "DECISION", "executedModelName": "executedModelName", "executionTimestamp": 1591692958000, "executedModelNamespace": "executedModelNamespace"}' as a subtype of `org.kie.kogito.trusty.storage.api.model.decision.Decision`: known type ids = [DECISION, PROCESS]<br/> at [Source: (String)"["{\"@type\": \"DECISION\", \"inputs\": [{\"id\": \"inputId\", \"name\": \"test\", \"value\": {\"kind\": \"UNIT\", \"type\": \"number\", \"value\": 10, \"baseType\": \"number\"}}], \"outcomes\": null, \"sourceUrl\": null, \"serviceUrl\": \"serviceUrl\", \"executionId\": \"myExecution\", \"executorName\": null, \"hasSuc ceeded\": null, \"executionType\": \"DECISION\", \"executedModelName\": \"executedModelName\", \"executionTimestamp\": 1591692958000, \"executedModelNamespace\": \"executedModelNam"[truncated 37 chars]; line: 1, column: 512] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.trusty.service.postgresql/PostgreSQLTrustyServiceIT/searchExecutionsByPrefixTest/">org.kie.kogito.trusty.service.postgresql.PostgreSQLTrustyServiceIT.searchExecutionsByPrefixTest</a></summary> com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id '{"@type": "DECISION", "inputs": [{"id": "inputId", "name": "test", "value": {"kind": "UNIT", "type": "number", "value": 10, "baseType": "number"}}], "outcomes": null, "sourceUrl": null, "serviceUrl": "serviceUrl", "executionId": "da8ad1e9-a679-4ded-a6d5-53fd019e7002", "executorName": null, "hasSucceeded": null, "executionType": "DECISION", "executedModelName": "executedModelName", "executionTimestamp": 1617270053, "executedModelNamespace": "executedModelNamespace"}' as a subtype of `org.kie.kogito.trusty.storage.api.model.decision.Decision`: known type ids = [DECISION, PROCESS]<br/> at [Source: (String)"["{\"@type\": \"DECISION\", \"inputs\": [{\"id\": \"inputId\", \"name\": \"test\", \"value\": {\"kind\": \"UNIT\", \"type\": \"number\", \"value\": 10, \"baseType\": \"number\"}}], \"outcomes\": null, \"sourceUrl\": null, \"serviceUrl\": \"serviceUrl\", \"executionId\": \"da8ad1e9-a679-4ded-a6d5-5 3fd019e7002\", \"executorName\": null, \"hasSucceeded\": null, \"executionType\": \"DECISION\", \"executedModelName\": \"executedModelName\", \"executionTimestamp\": 1617270053, \"executedModelNamespace"[truncated 84 chars]; line: 1, column: 534] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.trusty.service.postgresql/PostgreSQLTrustyServiceIT/givenTwoExecutionsWhenThePrefixIsUsedThenOnlyOneExecutionIsReturned/">org.kie.kogito.trusty.service.postgresql.PostgreSQLTrustyServiceIT.givenTwoExecutionsWhenThePrefixIsUsedThenOnlyOneExecutionIsReturned</a></summary> com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id '{"@type": "DECISION", "inputs": [{"id": "inputId", "name": "test", "value": {"kind": "UNIT", "type": "number", "value": 10, "baseType": "number"}}], "outcomes": null, "sourceUrl": null, "serviceUrl": "serviceUrl", "executionId": "myExecution", "executorName": null, "hasSucceeded": null, "executionType": "DECISION", "executedModelName": "executedModelName", "executionTimestamp": 1591692950000, "executedModelNamespace": "executedModelNamespace"}' as a subtype of `org.kie.kogito.trusty.storage.api.model.decision.Decision`: known type ids = [DECISION, PROCESS]<br/> at [Source: (String)"["{\"@type\": \"DECISION\", \"inputs\": [{\"id\": \"inputId\", \"name\": \"test\", \"value\": {\"kind\": \"UNIT\", \"type\": \"number\", \"value\": 10, \"baseType\": \"number\"}}], \"outcomes\": null, \"sourceUrl\": null, \"serviceUrl\": \"serviceUrl\", \"executionId\": \"myExecution\", \"executorName\": null, \"hasSuc ceeded\": null, \"executionType\": \"DECISION\", \"executedModelName\": \"executedModelName\", \"executionTimestamp\": 1591692950000, \"executedModelNamespace\": \"executedModelNam"[truncated 37 chars]; line: 1, column: 512] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.trusty.service.postgresql/PostgreSQLTrustyServiceIT/testCounterfactuals_WithDisparateGoalsStructure/">org.kie.kogito.trusty.service.postgresql.PostgreSQLTrustyServiceIT.testCounterfactuals_WithDisparateGoalsStructure</a></summary> com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id '{"type": "Counterfactual", "goals": [], "serviceUrl": "serviceUrl", "executionId": "myCFExecution1", "searchDomains": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "fixed": true, "domain": {"type": "RANGE", "lowerBound": 1, "upperBound": 2}, "baseType": "number"}}], "originalInputs": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "value": 10, "baseType": "number"}}], "modelIdentifier": {"resourceId": "executedModelNamespace:executedModelName", "resourceType": "dmn"}, "counterfactualId": "0688dde9-0a37-4996-81c5-ac1a3332bfd4", "maxRunningTimeSeconds": 60}' as a subtype of `org.kie.kogito.explainability.api.CounterfactualExplainabilityRequest`: known type ids = [Counterfactual, LIME]<br/> at [Source: (String)"["{\"type\": \"Counterfactual\", \"goals\": [], \"serviceUrl\": \"serviceUrl\", \"executionId\": \"myCFExecution1\", \"searchDomains\": [{\"name\": \"test\", \"v alue\": {\"kind\": \"UNIT\", \"type\": \"number\", \"fixed\": true, \"domain\": {\"type\": \"RANGE\", \"lowerBound\": 1, \"upperBound\": 2}, \"baseType\": \"number\"}}], \"originalInputs\": [{\"name\": \"test\", \"value\": {\"kind\": \"UNIT\", \"type\": \"number\", \"value\": 10, \"baseType\": \"number\"}}], \"modelIdentifier\": {\"resou"[truncated 243 chars]; line: 1, column: 680] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.trusty.service.postgresql/PostgreSQLTrustyServiceIT/testCounterfactuals_StoreSingleAndRetrieveSingleWithSearchDomainCategorical/">org.kie.kogito.trusty.service.postgresql.PostgreSQLTrustyServiceIT.testCounterfactuals_StoreSingleAndRetrieveSingleWithSearchDomainCategorical</a></summary> com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id '{"type": "Counterfactual", "goals": [], "serviceUrl": "serviceUrl", "executionId": "myCFExecution1", "searchDomains": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "fixed": true, "domain": {"type": "CATEGORICAL", "categories": ["1", "2"]}, "baseType": "number"}}], "originalInputs": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "value": 10, "baseType": "number"}}], "modelIdentifier": {"resourceId": "executedModelNamespace:executedModelName", "resourceType": "dmn"}, "counterfactualId": "22151e0e-8190-449d-87d8-4125bb300ae8", "maxRunningTimeSeconds": 60}' as a subtype of `org.kie.kogito.explainability.api.CounterfactualExplainabilityRequest`: known type ids = [Counterfactual, LIME]<br/> at [Source: (String)"["{\"type\": \"Counterfactual\", \"goals\": [], \"serviceUrl\": \"serviceUrl\", \"executionId\": \"myCFExecution1\", \"searchDomains\": [{\"name\": \"test\", \"val ue\": {\"kind\": \"UNIT\", \"type\": \"number\", \"fixed\": true, \"domain\": {\"type\": \"CATEGORICAL\", \"categories\": [\"1\", \"2\"]}, \"baseType\": \"number\"}}], \"originalInputs\": [{\"name\": \"test\", \"value\": {\"kind\": \"UNIT\", \"type\": \"number\", \"value\": 10, \"baseType\": \"number\"}}], \"modelIdentifier\": {\"resou"[truncated 243 chars]; line: 1, column: 680] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.trusty.service.postgresql/PostgreSQLTrustyServiceIT/testStoreExplainabilityResult_Counterfactual_DuplicateRemoval_IntermediateThenFinal/">org.kie.kogito.trusty.service.postgresql.PostgreSQLTrustyServiceIT.testStoreExplainabilityResult_Counterfactual_DuplicateRemoval_IntermediateThenFinal</a></summary> com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id '{"type": "counterfactual", "stage": "INTERMEDIATE", "valid": true, "inputs": [{"name": "field1", "value": {"kind": "UNIT", "type": "typeRef1", "value": 25, "baseType": "typeRef1"}}, {"name": "field2", "value": {"kind": "UNIT", "type": "typeRef2", "value": 99, "baseType": "typeRef2"}}], "status": "SUCCEEDED", "isValid": true, "outputs": [{"name": "field3", "value": {"kind": "UNIT", "type": "typeRef3", "value": 200, "baseType": "typeRef3"}}, {"name": "field4", "value": {"kind": "UNIT", "type": "typeRef4", "value": 1000, "baseType": "typeRef4"}}], "sequenceId": 0, "solutionId": "solutionId1", "executionId": "myCFExecution1Store", "statusDetails": "status", "counterfactualId": "myCFCounterfactualId"}' as a subtype of `org.kie.kogito.explainability.api.CounterfactualExplainabilityResult`: known type ids = [counterfactual, lime]<br/> at [Source: (String)"["{\"type\": \"counterfactual\", \"stage\": \"IN TERMEDIATE\", \"valid\": true, \"inputs\": [{\"name\": \"field1\", \"value\": {\"kind\": \"UNIT\", \"type\": \"typeRef1\", \"value\": 25, \"baseType\": \"typeRef1\"}}, {\"name\": \"field2\", \"value\": {\"kind\": \"UNIT\", \"type\": \"typeRef2\", \"value\": 99, \"baseType\": \"typeRef2\"}}], \"status\": \"SUCCEEDED\", \"isValid\": true, \"outputs\": [{\"name\": \"field3\", \"value\": {\"kind\": \"UNIT\", \"type\": \"typeRef3\", \"value\": 200, \"ba"[truncated 365 chars]; line: 1, column: 828] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.trusty.service.postgresql/PostgreSQLTrustyServiceIT/testCounterfactuals_StoreSingleAndRetrieveSingleWithEmptyDefinition/">org.kie.kogito.trusty.service.postgresql.PostgreSQLTrustyServiceIT.testCounterfactuals_StoreSingleAndRetrieveSingleWithEmptyDefinition</a></summary> com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id '{"type": "Counterfactual", "goals": [], "serviceUrl": "serviceUrl", "executionId": "myCFExecution1", "searchDomains": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "fixed": true, "domain": {"type": "RANGE", "lowerBound": 1, "upperBound": 2}, "baseType": "number"}}], "originalInputs": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "value": 10, "baseType": "number"}}], "modelIdentifier": {"resourceId": "executedModelNamespace:executedModelName", "resourceType": "dmn"}, "counterfactualId": "3bdd1e7d-44cb-48e9-86d3-65ef46e89f10", "maxRunningTimeSeconds": 60}' as a subtype of `org.kie.kogito.explainability.api.CounterfactualExplainabilityRequest`: known type ids = [Counterfactual, LIME]<br/> at [Source: (String)"["{\"type\": \"Counterfactual\", \"goals\": [], \"serviceUrl\": \"serviceUrl\", \"executionId\": \"myCFExecution1\", \"searchDomains\": [{\"name\": \"test\", \"v alue\": {\"kind\": \"UNIT\", \"type\": \"number\", \"fixed\": true, \"domain\": {\"type\": \"RANGE\", \"lowerBound\": 1, \"upperBound\": 2}, \"baseType\": \"number\"}}], \"originalInputs\": [{\"name\": \"test\", \"value\": {\"kind\": \"UNIT\", \"type\": \"number\", \"value\": 10, \"baseType\": \"number\"}}], \"modelIdentifier\": {\"resou"[truncated 243 chars]; line: 1, column: 680] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.trusty.service.postgresql/PostgreSQLTrustyServiceIT/testCounterfactuals_StoreSingleAndRetrieveSingleWithGoals/">org.kie.kogito.trusty.service.postgresql.PostgreSQLTrustyServiceIT.testCounterfactuals_StoreSingleAndRetrieveSingleWithGoals</a></summary> com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id '{"type": "Counterfactual", "goals": [{"name": "outcome1", "value": {"kind": "UNIT", "type": "number", "value": 25, "baseType": "number"}}, {"name": "outcome2", "value": {"kind": "UNIT", "type": "string", "value": "cheese", "baseType": "string"}}], "serviceUrl": "serviceUrl", "executionId": "myCFExecution1", "searchDomains": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "fixed": true, "domain": {"type": "RANGE", "lowerBound": 1, "upperBound": 2}, "baseType": "number"}}], "originalInputs": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "value": 10, "baseType": "number"}}], "modelIdentifier": {"resourceId": "executedModelNamespace:executedModelName", "resourceType": "dmn"}, "counterfactualId": "805823eb-0bc0-46b3-9fc1-7eb18445c8aa", "maxRunningTimeSeconds": 60}' as a subtype of `org.kie.kogito.explainability.api.CounterfactualExplainabilityRequest`: known type ids = [C ounterfactual, LIME]<br/> at [Source: (String)"["{\"type\": \"Counterfactual\", \"goals\": [{\"name\": \"outcome1\", \"value\": {\"kind\": \"UNIT\", \"type\": \"number\", \"value\": 25, \"baseType\": \"number\"}}, {\"name\": \"outcome2\", \"value\": {\"kind\": \"UNIT\", \"type\": \"string\", \"value\": \"cheese\", \"baseType\": \"string\"}}], \"serviceUrl\": \"serviceUrl\", \"executionId\": \"myCFExecution1\", \"searchDomains\": [{\"name\": \"test\", \"value\": {\"kind\": \"UNIT\", \"type\": \"number\", \"fixed\": true, \"domain\": {\"type\""[truncated 493 chars]; line: 1, column: 930] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.trusty.service.postgresql/PostgreSQLTrustyServiceIT/testCounterfactuals_StoreMultipleForMultipleExecutionsAndRetrieveSingleWithEmptyDefinition/">org.kie.kogito.trusty.service.postgresql.PostgreSQLTrustyServiceIT.testCounterfactuals_StoreMultipleForMultipleExecutionsAndRetrieveSingleWithEmptyDefinition</a></summary> com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id '{"type": "Counterfactual", "goals": [], "serviceUrl": "serviceUrl", "executionId": "myCFExecution1", "searchDomains": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "fixed": true, "domain": {"type": "RANGE", "lowerBound": 1, "upperBound": 2}, "baseType": "number"}}], "originalInputs": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "value": 10, "baseType": "number"}}], "modelIdentifier": {"resourceId": "executedModelNamespace:executedModelName", "resourceType": "dmn"}, "counterfactualId": "850f3369-c311-4371-b402-1ddea6dbf2e1", "maxRunningTimeSeconds": 60}' as a subtype of `org.kie.kogito.explainability.api.CounterfactualExplainabilityRequest`: known type ids = [Counterfactual, LIME]<br/> at [Source: (String)"["{\"type\": \"Counterfactual\", \"goals\": [], \"serviceUrl\": \"serviceUrl\", \"executionId\": \"myCFExecution1\", \"searchDomains\": [{\"name\": \"test\", \"v alue\": {\"kind\": \"UNIT\", \"type\": \"number\", \"fixed\": true, \"domain\": {\"type\": \"RANGE\", \"lowerBound\": 1, \"upperBound\": 2}, \"baseType\": \"number\"}}], \"originalInputs\": [{\"name\": \"test\", \"value\": {\"kind\": \"UNIT\", \"type\": \"number\", \"value\": 10, \"baseType\": \"number\"}}], \"modelIdentifier\": {\"resou"[truncated 243 chars]; line: 1, column: 680] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.trusty.service.postgresql/PostgreSQLTrustyServiceIT/testCounterfactuals_StoreMultipleAndRetrieveSingleWithEmptyDefinition/">org.kie.kogito.trusty.service.postgresql.PostgreSQLTrustyServiceIT.testCounterfactuals_StoreMultipleAndRetrieveSingleWithEmptyDefinition</a></summary> com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id '{"type": "Counterfactual", "goals": [], "serviceUrl": "serviceUrl", "executionId": "myCFExecution3", "searchDomains": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "fixed": true, "domain": {"type": "RANGE", "lowerBound": 1, "upperBound": 2}, "baseType": "number"}}], "originalInputs": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "value": 10, "baseType": "number"}}], "modelIdentifier": {"resourceId": "executedModelNamespace:executedModelName", "resourceType": "dmn"}, "counterfactualId": "04f323b0-3613-4d85-b4fc-69e51115a94f", "maxRunningTimeSeconds": 60}' as a subtype of `org.kie.kogito.explainability.api.CounterfactualExplainabilityRequest`: known type ids = [Counterfactual, LIME]<br/> at [Source: (String)"["{\"type\": \"Counterfactual\", \"goals\": [], \"serviceUrl\": \"serviceUrl\", \"executionId\": \"myCFExecution3\", \"searchDomains\": [{\"name\": \"test\", \"v alue\": {\"kind\": \"UNIT\", \"type\": \"number\", \"fixed\": true, \"domain\": {\"type\": \"RANGE\", \"lowerBound\": 1, \"upperBound\": 2}, \"baseType\": \"number\"}}], \"originalInputs\": [{\"name\": \"test\", \"value\": {\"kind\": \"UNIT\", \"type\": \"number\", \"value\": 10, \"baseType\": \"number\"}}], \"modelIdentifier\": {\"resou"[truncated 243 chars]; line: 1, column: 680] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.trusty.service.postgresql/PostgreSQLTrustyServiceIT/givenTwoExecutionsWhenTheQueryExcludesOneExecutionThenOnlyOneExecutionIsReturned/">org.kie.kogito.trusty.service.postgresql.PostgreSQLTrustyServiceIT.givenTwoExecutionsWhenTheQueryExcludesOneExecutionThenOnlyOneExecutionIsReturned</a></summary> com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id '{"@type": "DECISION", "inputs": [{"id": "inputId", "name": "test", "value": {"kind": "UNIT", "type": "number", "value": 10, "baseType": "number"}}], "outcomes": null, "sourceUrl": null, "serviceUrl": "serviceUrl", "executionId": "myExecution", "executorName": null, "hasSucceeded": null, "executionType": "DECISION", "executedModelName": "executedModelName", "executionTimestamp": 1591692950000, "executedModelNamespace": "executedModelNamespace"}' as a subtype of `org.kie.kogito.trusty.storage.api.model.decision.Decision`: known type ids = [DECISION, PROCESS]<br/> at [Source: (String)"["{\"@type\": \"DECISION\", \"inputs\": [{\"id\": \"inputId\", \"name\": \"test\", \"value\": {\"kind\": \"UNIT\", \"type\": \"number\", \"value\": 10, \"baseType\": \"number\"}}], \"outcomes\": null, \"sourceUrl\": null, \"serviceUrl\": \"serviceUrl\", \"executionId\": \"myExecution\", \"executorName\": null, \"hasSuc ceeded\": null, \"executionType\": \"DECISION\", \"executedModelName\": \"executedModelName\", \"executionTimestamp\": 1591692950000, \"executedModelNamespace\": \"executedModelNam"[truncated 37 chars]; line: 1, column: 512] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.trusty.service.postgresql/PostgreSQLTrustyServiceIT/testCounterfactuals_StoreMultipleAndRetrieveAllWithEmptyDefinition/">org.kie.kogito.trusty.service.postgresql.PostgreSQLTrustyServiceIT.testCounterfactuals_StoreMultipleAndRetrieveAllWithEmptyDefinition</a></summary> com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id '{"type": "Counterfactual", "goals": [], "serviceUrl": "serviceUrl", "executionId": "myCFExecution2", "searchDomains": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "fixed": true, "domain": {"type": "RANGE", "lowerBound": 1, "upperBound": 2}, "baseType": "number"}}], "originalInputs": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "value": 10, "baseType": "number"}}], "modelIdentifier": {"resourceId": "executedModelNamespace:executedModelName", "resourceType": "dmn"}, "counterfactualId": "d94869f7-e602-46ec-9da6-7769395d682d", "maxRunningTimeSeconds": 60}' as a subtype of `org.kie.kogito.explainability.api.CounterfactualExplainabilityRequest`: known type ids = [Counterfactual, LIME]<br/> at [Source: (String)"["{\"type\": \"Counterfactual\", \"goals\": [], \"serviceUrl\": \"serviceUrl\", \"executionId\": \"myCFExecution2\", \"searchDomains\": [{\"name\": \"test\", \"v alue\": {\"kind\": \"UNIT\", \"type\": \"number\", \"fixed\": true, \"domain\": {\"type\": \"RANGE\", \"lowerBound\": 1, \"upperBound\": 2}, \"baseType\": \"number\"}}], \"originalInputs\": [{\"name\": \"test\", \"value\": {\"kind\": \"UNIT\", \"type\": \"number\", \"value\": 10, \"baseType\": \"number\"}}], \"modelIdentifier\": {\"resou"[truncated 243 chars]; line: 1, column: 680] </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-1941/26/testReport/org.kie.kogito.trusty.service.postgresql/PostgreSQLTrustyServiceIT/testCounterfactuals_StoreSingleAndRetrieveSingleWithSearchDomainRange/">org.kie.kogito.trusty.service.postgresql.PostgreSQLTrustyServiceIT.testCounterfactuals_StoreSingleAndRetrieveSingleWithSearchDomainRange</a></summary> com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id '{"type": "Counterfactual", "goals": [], "serviceUrl": "serviceUrl", "executionId": "myCFExecution1", "searchDomains": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "fixed": true, "domain": {"type": "RANGE", "lowerBound": 1, "upperBound": 2}, "baseType": "number"}}], "originalInputs": [{"name": "test", "value": {"kind": "UNIT", "type": "number", "value": 10, "baseType": "number"}}], "modelIdentifier": {"resourceId": "executedModelNamespace:executedModelName", "resourceType": "dmn"}, "counterfactualId": "b2365aab-5106-47d7-90c4-2741a338f672", "maxRunningTimeSeconds": 60}' as a subtype of `org.kie.kogito.explainability.api.CounterfactualExplainabilityRequest`: known type ids = [Counterfactual, LIME]<br/> at [Source: (String)"["{\"type\": \"Counterfactual\", \"goals\": [], \"serviceUrl\": \"serviceUrl\", \"executionId\": \"myCFExecution1\", \"searchDomains\": [{\"name\": \"test\", \"v alue\": {\"kind\": \"UNIT\", \"type\": \"number\", \"fixed\": true, \"domain\": {\"type\": \"RANGE\", \"lowerBound\": 1, \"upperBound\": 2}, \"baseType\": \"number\"}}], \"originalInputs\": [{\"name\": \"test\", \"value\": {\"kind\": \"UNIT\", \"type\": \"number\", \"value\": 10, \"baseType\": \"number\"}}], \"modelIdentifier\": {\"resou"[truncated 243 chars]; line: 1, column: 680] </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
