Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[incubator-kie-issues-1557] Marshalling POJO Input/output in user task #3749

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

elguardian
Copy link
Contributor

@kie-ci3
Copy link
Contributor

kie-ci3 commented Oct 23, 2024

PR job #1 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

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-runtimes -u #3749 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3749/1/display/redirect

Test results:

  • PASSED: 3232
  • FAILED: 22

Those are the test failures:

org.kie.kogito.quarkus.jbpm.OrdersProcessIT.testOrdersRest java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details
org.kie.kogito.quarkus.jbpm.ProcessEndpointIT.testProcessRestEndpoint java.lang.ExceptionInInitializerError
io.quarkus.it.kogito.process.HotReloadTest.testProcessJsonSchema java.lang.RuntimeException: RESTEASY003190: Could not find constructor for class: org.kie.kogito.app.UserTasksResource
io.quarkus.it.kogito.process.HotReloadTest.testRenameProcess java.lang.RuntimeException: RESTEASY003190: Could not find constructor for class: org.kie.kogito.app.UserTasksResource
io.quarkus.it.kogito.process.HotReloadTest.testJavaFileChange java.lang.RuntimeException: RESTEASY003190: Could not find constructor for class: org.kie.kogito.app.UserTasksResource
io.quarkus.it.kogito.process.HotReloadTest.testUserTaskJsonSchema java.lang.RuntimeException: RESTEASY003190: Could not find constructor for class: org.kie.kogito.app.UserTasksResource
org.acme.GreetingResourceIT.testHelloEndpoint java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details
org.acme.StatefulProcessResourceTest.updateProcess java.lang.ExceptionInInitializerError
maven.invoker.it.integration-tests-kogito-plugin-it.integration-tests-kogito-plugin-it The build exited with code 1. See /home/jenkins/workspace/_jobs_kogito-runtimes-pr_PR-3749/kogito-pipelines/bc/apache_incubator-kie-kogito-runtimes/quarkus/integration-tests/integration-tests-kogito-plugin/target/it/integration-tests-kogito-plugin-it/build.log for details.
org.acme.travels.PersonProcessTest.testAdult java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.arc.deployment.ArcProcessor#generateResources threw an exception: jakarta.enterprise.inject.spi.DeploymentException: Found 4 deployment problems:
[1] The method validateBaseType in the ANONYMOUS class org.kie.kogito.app.UserTasksResource$2 declares an interceptor binding but it must be ignored per CDI rules
[2] The method validateSubClassName in the ANONYMOUS class org.kie.kogito.app.UserTasksResource$2 declares an interceptor binding but it must be ignored per CDI rules
[3] The method validateSubType in the ANONYMOUS class org.kie.kogito.app.UserTasksResource$2 declares an interceptor binding but it must be ignored per CDI rules
[4] The method handleMissingTypeId in the ANONYMOUS class org.kie.kogito.app.UserTasksResource$1 declares an interceptor binding but it must be ignored per CDI rules
at io.quarkus.arc.processor.BeanDeployment.processErrors(BeanDeployment.java:1516)
at io.quarkus.arc.processor.BeanProcessor.processValidationErrors(BeanProcessor.java:180)
at io.quarkus.arc.deployment.ArcProcessor.generateResources(ArcProcessor.java:518)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:849)
at io.quarkus.builder.BuildContext.run(BuildContext.java:256)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)
at java.base/java.lang.Thread.run(Thread.java:840)
at org.jboss.threads.JBossThread.run(JBossThread.java:501)
Suppressed: java.lang.IllegalStateException: The method validateBaseType in the ANONYMOUS class org.kie.kogito.app.UserTasksResource$2 declares an interceptor binding but it must be ignored per CDI rules
at io.quarkus.arc.deployment.WrongAnnotationUsageProcessor.detect(WrongAnnotationUsageProcessor.java:117)
... 11 more
Suppressed: java.lang.IllegalStateException: The method validateSubClassName in the ANONYMOUS class org.kie.kogito.app.UserTasksResource$2 declares an interceptor binding but it must be ignored per CDI rules
at io.quarkus.arc.deployment.WrongAnnotationUsageProcessor.detect(WrongAnnotationUsageProcessor.java:117)
... 11 more
Suppressed: java.lang.IllegalStateException: The method validateSubType in the ANONYMOUS class org.kie.kogito.app.UserTasksResource$2 declares an interceptor binding but it must be ignored per CDI rules
at io.quarkus.arc.deployment.WrongAnnotationUsageProcessor.detect(WrongAnnotationUsageProcessor.java:117)
... 11 more
Suppressed: java.lang.IllegalStateException: The method handleMissingTypeId in the ANONYMOUS class org.kie.kogito.app.UserTasksResource$1 declares an interceptor binding but it must be ignored per CDI rules
at io.quarkus.arc.deployment.WrongAnnotationUsageProcessor.detect(WrongAnnotationUsageProcessor.java:117)
... 11 more
org.kie.kogito.it.FilesystemPersistenceIT.testPersistence java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details
PR check / Build projects / org.kie.kogito.it.InfinispanOptimisticLockingIT.testPersistence java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details
PR check / Build projects / org.kie.kogito.it.InfinispanPersistenceIT.testPersistence java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details
PR check / Build projects / org.kie.kogito.it.JDBCOptimisticLockingIT.testPersistence java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details
PR check / Build projects / org.kie.kogito.it.JDBCPersistenceIT.testPersistence java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details
org.kie.kogito.it.KafkaPersistenceIT.testPersistence java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details
PR check / Build projects / org.kie.kogito.it.MongoDBOptimisticLockingIT.testPersistence java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details
PR check / Build projects / org.kie.kogito.it.MongoDBPersistenceIT.testPersistence java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details
PR check / Build projects / org.kie.kogito.it.PostgreSQLOptimisticLockingIT.testPersistence java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details
PR check / Build projects / org.kie.kogito.it.PostgreSQLPersistenceIT.testPersistence java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details
org.kie.kogito.integrationtests.quarkus.AdHocFragmentsIT.testUserTaskProcess java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details
org.kie.kogito.integrationtests.quarkus.source.files.SourceFilesAddOnIT.testGetSourceFileByProcessId java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Marshalling POJO Input/output in user task
2 participants