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

KOGITO-9564 - NoSuchMethodException: com.networknt.schema.TypeValidat… #3118

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

MarianMacik
Copy link
Member

…or when running in native mode

JIRA: KOGITO-9564

I decided to put it in the already-existing ServerlessWorkflowAssetsProcessor but can move to a separate class if needed.

How to replicate CI configuration locally?

Build Chain tool does "simple" maven build(s), the builds are just Maven commands, but because the repositories relates and depends on each other and any change in API or class method could affect several of those repositories there is a need to use build-chain tool to handle cross repository builds and be sure that we always use latest version of the code for each repository.

build-chain tool is a build tool which can be used on command line locally or in Github Actions workflow(s), in case you need to change multiple repositories and send multiple dependent pull requests related with a change you can easily reproduce the same build by executing it on Github hosted environment or locally in your development environment. See local execution details to get more information about it.

How to retest this PR or trigger a specific build:
  • for pull request checks
    Please add comment: Jenkins retest this

  • for a specific pull request check
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] tests

  • for quarkus branch checks
    Run checks against Quarkus current used branch
    Please add comment: Jenkins run quarkus-branch

  • for a quarkus branch specific check
    Run checks against Quarkus current used branch
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] quarkus-branch

  • for quarkus main checks
    Run checks against Quarkus main branch
    Please add comment: Jenkins run quarkus-main

  • for a specific quarkus main check
    Run checks against Quarkus main branch
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] quarkus-main

  • for quarkus lts checks
    Run checks against Quarkus lts branch
    Please add comment: Jenkins run quarkus-lts

  • for a specific quarkus lts check
    Run checks against Quarkus lts branch
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] quarkus-lts

  • for native checks
    Run native checks
    Please add comment: Jenkins run native

  • for a specific native check
    Run native checks
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] native

  • for native lts checks
    Run native checks against quarkus lts branch
    Please add comment: Jenkins run native-lts

  • for a specific native lts check
    Run native checks against quarkus lts branch
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] native-lts

  • Full Kogito testing (with cloud images and operator BDD testing)
    Please add comment: Jenkins run BDD
    This check should be used only if a big change is done as it takes time to run, need resources and one full BDD tests check can be done at a time ...

How to backport a pull request to a different branch?

In order to automatically create a backporting pull request please add one or more labels having the following format backport-<branch-name>, where <branch-name> is the name of the branch where the pull request must be backported to (e.g., backport-7.67.x to backport the original PR to the 7.67.x branch).

NOTE: backporting is an action aiming to move a change (usually a commit) from a branch (usually the main one) to another one, which is generally referring to a still maintained release branch. Keeping it simple: it is about to move a specific change or a set of them from one branch to another.

Once the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.

If something goes wrong, the author will be notified and at this point a manual backporting is needed.

NOTE: this automated backporting is triggered whenever a pull request on main branch is labeled or closed, but both conditions must be satisfied to get the new PR created.

Quarkus-3 PR check is failing ... what to do ? The Quarkus 3 check is applying patches from the `.ci/environments/quarkus-3/patches`.

The first patch, called 0001_before_sh.patch, is generated from Openrewrite .ci/environments/quarkus-3/quarkus3.yml recipe. The patch is created to speed up the check. But it may be that some changes in the PR broke this patch.
No panic, there is an easy way to regenerate it. You just need to comment on the PR:

jenkins rewrite quarkus-3

and it should, after some minutes (~20/30min) apply a commit on the PR with the patch regenerated.

Other patches were generated manually. If any of it fails, you will need to manually update it... and push your changes.

@MarianMacik
Copy link
Member Author

Jenkins run native

@MarianMacik
Copy link
Member Author

Jenkins run native-lts

@sonarcloud
Copy link

sonarcloud bot commented Jul 10, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 10, 2023

(tests) - kogito-runtimes job #2847 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3118 --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://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2847/display/redirect

Test results:

  • PASSED: 3353
  • FAILED: 1

Those are the test failures:

org.kie.kogito.persistence.kafka.KafkaProcessInstancesIT.testFindByIdReadMode
expected: 5
but was: 0

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 10, 2023

(native-lts) - kogito-quarkus-examples job #7 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export QUARKUS_BRANCH=2.13
export BUILD_MVN_OPTS_CURRENT=-Dnative -Dquarkus.native.container-build=true
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3118 --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://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest.native-lts/job/kogito-runtimes.native-lts.downstream.kogito-quarkus-examples/7/display/redirect
See console log:

Console Logs [2023-07-10T14:28:00.063Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-10T14:28:00.063Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-10T14:28:00.063Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T14:28:00.063Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T14:28:00.063Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T14:28:00.063Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T14:28:00.063Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T14:28:00.063Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T14:28:00.063Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T14:28:00.063Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T14:28:00.063Z] Caused by: org.eclipse.aether.resolution.DependencyResolutionException: The following artifacts could not be resolved: org.kie.kogito:kogito-quarkus-rules:jar:2.0.0-SNAPSHOT, org.kie.kogito:kogito-addons-quarkus-events-rules:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-quarkus-rules:jar:2.0.0-SNAPSHOT
[2023-07-10T14:28:00.063Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:357)
[2023-07-10T14:28:00.063Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-10T14:28:00.063Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-10T14:28:00.063Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-10T14:28:00.063Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-10T14:28:00.063Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-10T14:28:00.063Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-10T14:28:00.063Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-10T14:28:00.063Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T14:28:00.063Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T14:28:00.063Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T14:28:00.063Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T14:28:00.063Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T14:28:00.063Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T14:28:00.063Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T14:28:00.063Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T14:28:00.063Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: org.kie.kogito:kogito-quarkus-rules:jar:2.0.0-SNAPSHOT, org.kie.kogito:kogito-addons-quarkus-events-rules:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-quarkus-rules:jar:2.0.0-SNAPSHOT
[2023-07-10T14:28:00.063Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:425)
[2023-07-10T14:28:00.063Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-10T14:28:00.063Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2023-07-10T14:28:00.063Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-10T14:28:00.063Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-10T14:28:00.063Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-10T14:28:00.063Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-10T14:28:00.063Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-10T14:28:00.064Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-10T14:28:00.064Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-10T14:28:00.064Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-10T14:28:00.064Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T14:28:00.064Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T14:28:00.064Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T14:28:00.064Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T14:28:00.064Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:kogito-quarkus-rules:jar:2.0.0-SNAPSHOT
[2023-07-10T14:28:00.064Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:415)
[2023-07-10T14:28:00.064Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-10T14:28:00.064Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2023-07-10T14:28:00.064Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-10T14:28:00.064Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-10T14:28:00.064Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-10T14:28:00.064Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-10T14:28:00.064Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-10T14:28:00.064Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-10T14:28:00.064Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-10T14:28:00.064Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T14:28:00.064Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T14:28:00.064Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T14:28:00.064Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T14:28:00.064Z] [ERROR] Failed to execute goal on project ruleunit-quarkus-example: Could not resolve dependencies for project org.kie.kogito.examples:ruleunit-quarkus-example:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-quarkus-rules:jar:2.0.0-SNAPSHOT -> [Help 1]
[2023-07-10T14:28:00.064Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project ruleunit-quarkus-example: Could not resolve dependencies for project org.kie.kogito.examples:ruleunit-quarkus-example:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-quarkus-rules:jar:2.0.0-SNAPSHOT
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:269)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-10T14:28:00.064Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-10T14:28:00.064Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-10T14:28:00.064Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-10T14:28:00.064Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-10T14:28:00.064Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-10T14:28:00.064Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-10T14:28:00.064Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T14:28:00.064Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T14:28:00.064Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T14:28:00.064Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T14:28:00.064Z] Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.kie.kogito.examples:ruleunit-quarkus-example:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-quarkus-rules:jar:2.0.0-SNAPSHOT
[2023-07-10T14:28:00.064Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:214)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-10T14:28:00.064Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-10T14:28:00.064Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-10T14:28:00.064Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-10T14:28:00.064Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-10T14:28:00.064Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-10T14:28:00.064Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-10T14:28:00.064Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T14:28:00.064Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T14:28:00.064Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T14:28:00.064Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T14:28:00.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T14:28:00.064Z] Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.kie.kogito:kogito-quarkus-rules:jar:2.0.0-SNAPSHOT
[2023-07-10T14:28:00.064Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:357)
[2023-07-10T14:28:00.064Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-07-10T14:28:00.064Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-10T14:28:00.065Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-10T14:28:00.065Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-10T14:28:00.065Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-10T14:28:00.065Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-10T14:28:00.065Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-10T14:28:00.065Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-10T14:28:00.065Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T14:28:00.065Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T14:28:00.065Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T14:28:00.065Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T14:28:00.065Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T14:28:00.065Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T14:28:00.065Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T14:28:00.065Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T14:28:00.065Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.kie.kogito:kogito-quarkus-rules:jar:2.0.0-SNAPSHOT
[2023-07-10T14:28:00.065Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:425)
[2023-07-10T14:28:00.065Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-10T14:28:00.065Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2023-07-10T14:28:00.065Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-10T14:28:00.065Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-10T14:28:00.065Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-10T14:28:00.065Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-10T14:28:00.065Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-10T14:28:00.065Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-10T14:28:00.065Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-10T14:28:00.065Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T14:28:00.065Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T14:28:00.065Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T14:28:00.065Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T14:28:00.065Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T14:28:00.065Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T14:28:00.065Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T14:28:00.065Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T14:28:00.065Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:kogito-quarkus-rules:jar:2.0.0-SNAPSHOT
[2023-07-10T14:28:00.065Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:415)
[2023-07-10T14:28:00.065Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-10T14:28:00.065Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2023-07-10T14:28:00.065Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-10T14:28:00.065Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-10T14:28:00.065Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-10T14:28:00.065Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-10T14:28:00.065Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-10T14:28:00.065Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-10T14:28:00.065Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-10T14:28:00.065Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-10T14:28:00.065Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T14:28:00.065Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T14:28:00.065Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T14:28:00.065Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T14:28:00.065Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T14:28:00.065Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T14:28:00.065Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T14:28:00.065Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T14:28:00.065Z] [ERROR]
[2023-07-10T14:28:00.065Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-07-10T14:28:00.065Z] [ERROR]
[2023-07-10T14:28:00.065Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-07-10T14:28:00.065Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[2023-07-10T14:28:00.065Z] [ERROR]
[2023-07-10T14:28:00.065Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-07-10T14:28:00.065Z] [ERROR] mvn -rf :decisiontable-quarkus-example
[2023-07-10T14:28:00.065Z] [INFO] kiegroup/kogito-examples failed. Won't execute remaining commands and projects
[2023-07-10T14:28:00.065Z] [INFO] Execution summary for kiegroup/kogito-examples
[2023-07-10T14:28:00.065Z] # [BEFORE] [kiegroup/kogito-examples] export INTEGRATION_BRANCH=
[2023-07-10T14:28:00.065Z] [INFO] OK [Executed in 0.080791 ms]
[2023-07-10T14:28:00.065Z]
[2023-07-10T14:28:00.065Z] # [BEFORE] [kiegroup/kogito-examples] bash -c "if [ ! -z 'quarkus-lts' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-lts ; fi"
[2023-07-10T14:28:00.065Z] [INFO] OK [Executed in 23037.95745 ms]
[2023-07-10T14:28:00.065Z]
[2023-07-10T14:28:00.065Z] # [COMMANDS] [kiegroup/kogito-examples] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-07-10T14:28:00.065Z] [INFO] OK [Executed in 7.489352 ms]
[2023-07-10T14:28:00.065Z]
[2023-07-10T14:28:00.066Z] # [COMMANDS] [kiegroup/kogito-examples] mvn dependency:tree -pl :kogito-examples clean install -Dproductized -Ddata-index-ephemeral.image=quay.io/kiegroup/kogito-data-index-ephemeral -s /home/jenkins/workspace/KIE/kogito/main/pullrequest.native-lts/kogito-runtimes.native-lts.downstream.kogito-quarkus-examples@tmp/config11501535945374356441tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dnative -Dquarkus.native.container-build=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-07-10T14:28:00.066Z] [INFO] OK [Executed in 3887.498771 ms]
[2023-07-10T14:28:00.066Z]
[2023-07-10T14:28:00.066Z] # [COMMANDS] [kiegroup/kogito-examples] mvn dependency:tree -f kogito-quarkus-examples/pom.xml clean install -Dproductized -Ddata-index-ephemeral.image=quay.io/kiegroup/kogito-data-index-ephemeral -s /home/jenkins/workspace/KIE/kogito/main/pullrequest.native-lts/kogito-runtimes.native-lts.downstream.kogito-quarkus-examples@tmp/config11501535945374356441tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dnative -Dquarkus.native.container-build=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-07-10T14:28:00.066Z] [INFO] NOT OK [Executed in 30391.990441 ms]
[2023-07-10T14:28:00.066Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-07-10T14:28:00.066Z]
[2023-07-10T14:28:00.066Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-examples
[2023-07-10T14:28:00.066Z]
[2023-07-10T14:28:00.066Z] # Uploading artifacts
[2023-07-10T14:28:00.066Z] [INFO] Will not upload any artifacts in CLI environment
[2023-07-10T14:28:00.066Z]
[2023-07-10T14:28:00.066Z] [ERROR] Failed to execute commands for kiegroup/kogito-examples
[2023-07-10T14:28:00.066Z] [ERROR] Failed to execute mvn dependency:tree -f kogito-quarkus-examples/pom.xml clean install -Dproductized -Ddata-index-ephemeral.image=quay.io/kiegroup/kogito-data-index-ephemeral -s /home/jenkins/workspace/KIE/kogito/main/pullrequest.native-lts/kogito-runtimes.native-lts.downstream.kogito-quarkus-examples@tmp/config11501535945374356441tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dnative -Dquarkus.native.container-build=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-07-10T14:28:00.066Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-10T14:28:00.201Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-10T14:28:00.640Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-10T14:28:00.915Z] Recording test results
[2023-07-10T14:28:01.898Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-10T14:28:01.921Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-10T14:28:03.087Z] + rm -rf console.log
[Pipeline] sh
[2023-07-10T14:28:03.393Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest.native-lts/job/kogito-runtimes.native-lts.downstream.kogito-quarkus-examples/7/consoleText
[2023-07-10T14:28:03.393Z] + tail -n 300

Copy link
Contributor

@fjtirado fjtirado left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thank you very much @MarianMacik

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 10, 2023

(native) - kogito-runtimes job #48 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Dnative -Dquarkus.native.container-build=true
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3118 --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://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest.native/job/kogito-runtimes.native.kogito-runtimes/48/display/redirect

Test results:

  • PASSED: 3355
  • FAILED: 1

Those are the test failures:

org.kie.kogito.quarkus.workflows.AsyncAPIIT.testConsumer Condition with alias 'dead' didn't complete within 10 seconds because assertion condition defined as a lambda expression in org.kie.kogito.quarkus.workflows.AssuredTestUtils that uses java.lang.String, java.lang.Stringjava.lang.String 1 expectation failed.
Expected status code <404> but was <200>.
.

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 10, 2023

(native-lts) - serverless-workflow-examples job #6 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export QUARKUS_BRANCH=2.13
export BUILD_MVN_OPTS_CURRENT=-Dnative -Dquarkus.native.container-build=true
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3118 --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://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest.native-lts/job/kogito-runtimes.native-lts.downstream.serverless-workflow-examples/6/display/redirect

Test results:

  • PASSED: 66
  • FAILED: 1

Those are the test failures:

Build projects / org.kie.kogito.examples.TimeoutIT.testSwitchStateWorkflow java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details

See console log:

Console Logs [2023-07-10T15:59:28.641Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T15:59:28.641Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T15:59:28.641Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T15:59:28.641Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T15:59:28.641Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T15:59:28.641Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T15:59:28.641Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T15:59:28.641Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.kie.kogito:kogito-addons-quarkus-marshallers-avro:jar:2.0.0-SNAPSHOT
[2023-07-10T15:59:28.641Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:425)
[2023-07-10T15:59:28.641Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-10T15:59:28.641Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2023-07-10T15:59:28.641Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-07-10T15:59:28.641Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-10T15:59:28.641Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-10T15:59:28.641Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-10T15:59:28.641Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-10T15:59:28.641Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T15:59:28.641Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T15:59:28.641Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-10T15:59:28.642Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-10T15:59:28.642Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-10T15:59:28.642Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-10T15:59:28.642Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-10T15:59:28.642Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-10T15:59:28.642Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-10T15:59:28.642Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T15:59:28.642Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T15:59:28.642Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T15:59:28.642Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T15:59:28.642Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T15:59:28.642Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T15:59:28.642Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T15:59:28.642Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T15:59:28.642Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:kogito-addons-quarkus-marshallers-avro:jar:2.0.0-SNAPSHOT
[2023-07-10T15:59:28.642Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:415)
[2023-07-10T15:59:28.642Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-10T15:59:28.642Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2023-07-10T15:59:28.642Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-10T15:59:28.642Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-10T15:59:28.642Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-10T15:59:28.642Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-10T15:59:28.642Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-10T15:59:28.642Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-10T15:59:28.642Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-10T15:59:28.642Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T15:59:28.642Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T15:59:28.642Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T15:59:28.642Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T15:59:28.642Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T15:59:28.642Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T15:59:28.642Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T15:59:28.642Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T15:59:28.642Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.7.Final:build (default) on project currency-exchange-workflow: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2023-07-10T15:59:28.642Z] [ERROR] [error]: Build step io.quarkus.deployment.pkg.steps.NativeImageBuildStep#build threw an exception: io.quarkus.deployment.pkg.steps.NativeImageBuildStep$ImageGenerationFailureException: Image generation failed. Exit code: 1
[2023-07-10T15:59:28.642Z] [ERROR] at io.quarkus.deployment.pkg.steps.NativeImageBuildStep.imageGenerationFailed(NativeImageBuildStep.java:422)
[2023-07-10T15:59:28.642Z] [ERROR] at io.quarkus.deployment.pkg.steps.NativeImageBuildStep.build(NativeImageBuildStep.java:263)
[2023-07-10T15:59:28.642Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2023-07-10T15:59:28.642Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2023-07-10T15:59:28.642Z] [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-07-10T15:59:28.642Z] [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2023-07-10T15:59:28.642Z] [ERROR] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:909)
[2023-07-10T15:59:28.642Z] [ERROR] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2023-07-10T15:59:28.642Z] [ERROR] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2023-07-10T15:59:28.642Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2023-07-10T15:59:28.642Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2023-07-10T15:59:28.642Z] [ERROR] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-07-10T15:59:28.642Z] [ERROR] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2023-07-10T15:59:28.642Z] [ERROR] -> [Help 2]
[2023-07-10T15:59:28.642Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.7.Final:build (default) on project currency-exchange-workflow: Failed to build quarkus application
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-10T15:59:28.642Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-10T15:59:28.642Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-10T15:59:28.642Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-10T15:59:28.642Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-10T15:59:28.642Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-10T15:59:28.642Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-10T15:59:28.642Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-10T15:59:28.643Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T15:59:28.643Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T15:59:28.643Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T15:59:28.643Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T15:59:28.643Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T15:59:28.643Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T15:59:28.643Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T15:59:28.643Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T15:59:28.643Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to build quarkus application
[2023-07-10T15:59:28.643Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:170)
[2023-07-10T15:59:28.643Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-10T15:59:28.643Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-10T15:59:28.643Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-10T15:59:28.643Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-10T15:59:28.643Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-10T15:59:28.643Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-10T15:59:28.643Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-10T15:59:28.643Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-10T15:59:28.643Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T15:59:28.643Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T15:59:28.643Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T15:59:28.643Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T15:59:28.643Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T15:59:28.643Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T15:59:28.643Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T15:59:28.643Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T15:59:28.643Z] Caused by: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2023-07-10T15:59:28.643Z] [error]: Build step io.quarkus.deployment.pkg.steps.NativeImageBuildStep#build threw an exception: io.quarkus.deployment.pkg.steps.NativeImageBuildStep$ImageGenerationFailureException: Image generation failed. Exit code: 1
[2023-07-10T15:59:28.643Z] at io.quarkus.deployment.pkg.steps.NativeImageBuildStep.imageGenerationFailed(NativeImageBuildStep.java:422)
[2023-07-10T15:59:28.643Z] at io.quarkus.deployment.pkg.steps.NativeImageBuildStep.build(NativeImageBuildStep.java:263)
[2023-07-10T15:59:28.643Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2023-07-10T15:59:28.643Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2023-07-10T15:59:28.643Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-07-10T15:59:28.643Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2023-07-10T15:59:28.643Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:909)
[2023-07-10T15:59:28.643Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2023-07-10T15:59:28.643Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2023-07-10T15:59:28.643Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2023-07-10T15:59:28.643Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2023-07-10T15:59:28.643Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-07-10T15:59:28.643Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2023-07-10T15:59:28.643Z]
[2023-07-10T15:59:28.643Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:335)
[2023-07-10T15:59:28.643Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2023-07-10T15:59:28.643Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:133)
[2023-07-10T15:59:28.643Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-10T15:59:28.643Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-10T15:59:28.643Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-10T15:59:28.643Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-10T15:59:28.643Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-10T15:59:28.643Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-10T15:59:28.643Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-10T15:59:28.643Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-10T15:59:28.643Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-10T15:59:28.643Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T15:59:28.643Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T15:59:28.643Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T15:59:28.643Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T15:59:28.644Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T15:59:28.644Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T15:59:28.644Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T15:59:28.644Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T15:59:28.644Z] Caused by: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2023-07-10T15:59:28.644Z] [error]: Build step io.quarkus.deployment.pkg.steps.NativeImageBuildStep#build threw an exception: io.quarkus.deployment.pkg.steps.NativeImageBuildStep$ImageGenerationFailureException: Image generation failed. Exit code: 1
[2023-07-10T15:59:28.644Z] at io.quarkus.deployment.pkg.steps.NativeImageBuildStep.imageGenerationFailed(NativeImageBuildStep.java:422)
[2023-07-10T15:59:28.644Z] at io.quarkus.deployment.pkg.steps.NativeImageBuildStep.build(NativeImageBuildStep.java:263)
[2023-07-10T15:59:28.644Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2023-07-10T15:59:28.644Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2023-07-10T15:59:28.644Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-07-10T15:59:28.644Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2023-07-10T15:59:28.644Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:909)
[2023-07-10T15:59:28.644Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2023-07-10T15:59:28.644Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2023-07-10T15:59:28.644Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2023-07-10T15:59:28.644Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2023-07-10T15:59:28.644Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-07-10T15:59:28.644Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2023-07-10T15:59:28.644Z]
[2023-07-10T15:59:28.644Z] at io.quarkus.builder.Execution.run (Execution.java:123)
[2023-07-10T15:59:28.644Z] at io.quarkus.builder.BuildExecutionBuilder.execute (BuildExecutionBuilder.java:79)
[2023-07-10T15:59:28.644Z] at io.quarkus.deployment.QuarkusAugmentor.run (QuarkusAugmentor.java:160)
[2023-07-10T15:59:28.644Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:331)
[2023-07-10T15:59:28.644Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2023-07-10T15:59:28.644Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:133)
[2023-07-10T15:59:28.644Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-10T15:59:28.644Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-10T15:59:28.644Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-10T15:59:28.644Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-10T15:59:28.644Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T15:59:28.644Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T15:59:28.644Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T15:59:28.644Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T15:59:28.644Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-10T15:59:28.644Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-10T15:59:28.644Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-10T15:59:28.644Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-10T15:59:28.644Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-10T15:59:28.644Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-10T15:59:28.644Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-10T15:59:28.644Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-10T15:59:28.644Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-10T15:59:28.644Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T15:59:28.644Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T15:59:28.644Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T15:59:28.644Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T15:59:28.644Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-10T15:59:28.644Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-10T15:59:28.644Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-10T15:59:28.644Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-10T15:59:28.644Z] Caused by: io.quarkus.deployment.pkg.steps.NativeImageBuildStep$ImageGenerationFailureException: Image generation failed. Exit code: 1
[2023-07-10T15:59:28.644Z] at io.quarkus.deployment.pkg.steps.NativeImageBuildStep.imageGenerationFailed (NativeImageBuildStep.java:422)
[2023-07-10T15:59:28.644Z] at io.quarkus.deployment.pkg.steps.NativeImageBuildStep.build (NativeImageBuildStep.java:263)
[2023-07-10T15:59:28.644Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-10T15:59:28.644Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-10T15:59:28.644Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-10T15:59:28.644Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-10T15:59:28.644Z] at io.quarkus.deployment.ExtensionLoader$3.execute (ExtensionLoader.java:909)
[2023-07-10T15:59:28.644Z] at io.quarkus.builder.BuildContext.run (BuildContext.java:281)
[2023-07-10T15:59:28.644Z] at org.jboss.threads.ContextHandler$1.runWith (ContextHandler.java:18)
[2023-07-10T15:59:28.644Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run (EnhancedQueueExecutor.java:2449)
[2023-07-10T15:59:28.644Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run (EnhancedQueueExecutor.java:1478)
[2023-07-10T15:59:28.644Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-10T15:59:28.644Z] at org.jboss.threads.JBossThread.run (JBossThread.java:501)
[2023-07-10T15:59:28.644Z] [ERROR]
[2023-07-10T15:59:28.644Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-07-10T15:59:28.644Z] [ERROR]
[2023-07-10T15:59:28.644Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-07-10T15:59:28.644Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[2023-07-10T15:59:28.644Z] [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-07-10T15:59:28.644Z] [ERROR]
[2023-07-10T15:59:28.644Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-07-10T15:59:28.644Z] [ERROR] mvn -rf :serverless-workflow-events-quarkus
[2023-07-10T15:59:31.992Z] [INFO] kiegroup/kogito-examples failed. Won't execute remaining commands and projects
[2023-07-10T15:59:31.992Z] [INFO] Execution summary for kiegroup/kogito-examples
[2023-07-10T15:59:31.992Z] # [BEFORE] [kiegroup/kogito-examples] export INTEGRATION_BRANCH=
[2023-07-10T15:59:31.992Z] [INFO] OK [Executed in 0.053901 ms]
[2023-07-10T15:59:31.992Z]
[2023-07-10T15:59:31.992Z] # [BEFORE] [kiegroup/kogito-examples] bash -c "if [ ! -z 'quarkus-lts' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-lts ; fi"
[2023-07-10T15:59:31.992Z] [INFO] OK [Executed in 24436.061632 ms]
[2023-07-10T15:59:31.992Z]
[2023-07-10T15:59:31.992Z] # [COMMANDS] [kiegroup/kogito-examples] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-07-10T15:59:31.992Z] [INFO] OK [Executed in 8.842938 ms]
[2023-07-10T15:59:31.992Z]
[2023-07-10T15:59:31.992Z] # [COMMANDS] [kiegroup/kogito-examples] mvn dependency:tree -pl :kogito-examples clean install -Dproductized -Ddata-index-ephemeral.image=quay.io/kiegroup/kogito-data-index-ephemeral -s /home/jenkins/workspace/KIE/kogito/main/pullrequest.native-lts/kogito-runtimes.native-lts.downstream.serverless-workflow-examples@tmp/config9771958219905205772tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dnative -Dquarkus.native.container-build=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-07-10T15:59:31.992Z] [INFO] OK [Executed in 3828.470478 ms]
[2023-07-10T15:59:31.992Z]
[2023-07-10T15:59:31.992Z] # [COMMANDS] [kiegroup/kogito-examples] mvn dependency:tree -f serverless-workflow-examples/pom.xml clean install -Dproductized -Ddata-index-ephemeral.image=quay.io/kiegroup/kogito-data-index-ephemeral -s /home/jenkins/workspace/KIE/kogito/main/pullrequest.native-lts/kogito-runtimes.native-lts.downstream.serverless-workflow-examples@tmp/config9771958219905205772tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dnative -Dquarkus.native.container-build=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-07-10T15:59:31.992Z] [INFO] NOT OK [Executed in 5410389.473602 ms]
[2023-07-10T15:59:31.992Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-07-10T15:59:31.992Z]
[2023-07-10T15:59:31.992Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-examples
[2023-07-10T15:59:31.992Z]
[2023-07-10T15:59:31.992Z] # Uploading artifacts
[2023-07-10T15:59:31.992Z] [INFO] Will not upload any artifacts in CLI environment
[2023-07-10T15:59:31.992Z]
[2023-07-10T15:59:31.992Z] [ERROR] Failed to execute commands for kiegroup/kogito-examples
[2023-07-10T15:59:31.992Z] [ERROR] Failed to execute mvn dependency:tree -f serverless-workflow-examples/pom.xml clean install -Dproductized -Ddata-index-ephemeral.image=quay.io/kiegroup/kogito-data-index-ephemeral -s /home/jenkins/workspace/KIE/kogito/main/pullrequest.native-lts/kogito-runtimes.native-lts.downstream.serverless-workflow-examples@tmp/config9771958219905205772tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dnative -Dquarkus.native.container-build=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-07-10T15:59:31.992Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-10T15:59:32.106Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-10T15:59:32.570Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-10T15:59:35.843Z] Recording test results
[2023-07-10T15:59:38.414Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-10T15:59:38.436Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-10T15:59:39.683Z] + rm -rf console.log
[Pipeline] sh
[2023-07-10T15:59:39.978Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest.native-lts/job/kogito-runtimes.native-lts.downstream.serverless-workflow-examples/6/consoleText
[2023-07-10T15:59:39.978Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 10, 2023

(native) - kogito-apps job #49 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Dnative -Dquarkus.native.container-build=true
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-runtimes/pull/3118 --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://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest.native/job/kogito-runtimes.native.downstream.kogito-apps/49/display/redirect

Test results:

  • PASSED: 1171
  • FAILED: 7

Those are the test failures:

Build projects / org.kie.kogito.it.jobs.CallbackStateTimeoutsIT.callbackStateTimeoutsExceeded java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details
Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testDeleteTimerCycle Assertion condition defined as a lambda expression in org.kie.kogito.it.jobs.BaseProcessTimerIT 1 expectation failed.
JSON path data.Jobs.size() doesn't match.
Expected: is <1>
Actual: <0>
within 10 seconds.
Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testBoundaryTimersOnTask 1 expectation failed.
JSON path data.Jobs.size() doesn't match.
Expected: is <1>
Actual: <0>
Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testTimerCycle 1 expectation failed.
JSON path data.Jobs.size() doesn't match.
Expected: is <1>
Actual: <0>
Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testTimers 1 expectation failed.
JSON path data.Jobs.size() doesn't match.
Expected: is <1>
Actual: <0>
Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testDeleteBoundaryTimersOnTask 1 expectation failed.
JSON path data.Jobs.size() doesn't match.
Expected: is <1>
Actual: <0>
Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testCancelTimer 1 expectation failed.
JSON path data.Jobs.size() doesn't match.
Expected: is <1>
Actual: <0>

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 10, 2023

(native) - kogito-apps job #50 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Dnative -Dquarkus.native.container-build=true
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-runtimes/pull/3118 --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://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest.native/job/kogito-runtimes.native.downstream.kogito-apps/50/display/redirect

Test results:

  • PASSED: 1171
  • FAILED: 7

Those are the test failures:

Build projects / org.kie.kogito.it.jobs.CallbackStateTimeoutsIT.callbackStateTimeoutsExceeded java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details
Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testDeleteTimerCycle Assertion condition defined as a lambda expression in org.kie.kogito.it.jobs.BaseProcessTimerIT 1 expectation failed.
JSON path data.Jobs.size() doesn't match.
Expected: is <1>
Actual: <0>
within 10 seconds.
Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testBoundaryTimersOnTask 1 expectation failed.
JSON path data.Jobs.size() doesn't match.
Expected: is <1>
Actual: <0>
Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testTimerCycle 1 expectation failed.
JSON path data.Jobs.size() doesn't match.
Expected: is <1>
Actual: <0>
Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testTimers 1 expectation failed.
JSON path data.Jobs.size() doesn't match.
Expected: is <1>
Actual: <0>
Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testDeleteBoundaryTimersOnTask 1 expectation failed.
JSON path data.Jobs.size() doesn't match.
Expected: is <1>
Actual: <0>
Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testCancelTimer 1 expectation failed.
JSON path data.Jobs.size() doesn't match.
Expected: is <1>
Actual: <0>

@MarianMacik
Copy link
Member Author

Test failures not related.

@MarianMacik MarianMacik merged commit ed41811 into apache:main Jul 11, 2023
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.

3 participants