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

chore: update json-schema-validator:1.0.86 #5406

Merged

Conversation

tarilabs
Copy link
Member

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 [drools|kogito-runtimes|kogito-apps|kogito-examples] tests

  • for a full downstream build

    • for jenkins job: please add comment: Jenkins run fdb
    • for github actions job: add the label run_fdb
  • a compile downstream build please add comment: Jenkins run cdb

  • a full production downstream build please add comment: Jenkins execute product fdb

  • an upstream build please add comment: Jenkins run upstream

  • 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 [drools|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 [drools|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 [drools|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 [drools|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 [drools|kogito-runtimes|kogito-apps|kogito-examples] native-lts

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.

@kie-ci4
Copy link
Contributor

kie-ci4 commented Jul 26, 2023

(tests) - serverless-workflow-examples job #788 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/drools/pull/5406 --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/drools/job/main/job/pullrequest/job/drools.tests.downstream.serverless-workflow-examples/788/display/redirect

Test results:

  • PASSED: 80
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-07-26T12:40:02.993Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-26T12:40:02.993Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-26T12:40:02.993Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-26T12:40:02.993Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-26T12:40:02.993Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-26T12:40:02.993Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-26T12:40:02.993Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-26T12:40:02.993Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-26T12:40:02.993Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-26T12:40:02.993Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-26T12:40:02.993Z] Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-07-26T12:40:02.993Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:357)
[2023-07-26T12:40:02.993Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-26T12:40:02.993Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-26T12:40:02.993Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-26T12:40:02.993Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-26T12:40:02.993Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-26T12:40:02.993Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-26T12:40:02.993Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-26T12:40:02.993Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-26T12:40:02.993Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-26T12:40:02.993Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-26T12:40:02.993Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-26T12:40:02.993Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-26T12:40:02.993Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-26T12:40:02.993Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-26T12:40:02.993Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-26T12:40:02.993Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-07-26T12:40:02.993Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:425)
[2023-07-26T12:40:02.993Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-26T12:40:02.993Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2023-07-26T12:40:02.993Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-26T12:40:02.993Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-26T12:40:02.993Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-26T12:40:02.993Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-26T12:40:02.993Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-26T12:40:02.993Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-26T12:40:02.993Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-26T12:40:02.993Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-26T12:40:02.994Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-26T12:40:02.994Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-26T12:40:02.994Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-26T12:40:02.994Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-26T12:40:02.994Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-07-26T12:40:02.994Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:415)
[2023-07-26T12:40:02.994Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-26T12:40:02.994Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2023-07-26T12:40:02.994Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-26T12:40:02.994Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-26T12:40:02.994Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-26T12:40:02.994Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-26T12:40:02.994Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-26T12:40:02.994Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-26T12:40:02.994Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-26T12:40:02.994Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-26T12:40:02.994Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-26T12:40:02.994Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-26T12:40:02.994Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-26T12:40:02.994Z] [ERROR] Failed to execute goal on project serverless-workflow-python-quarkus: Could not resolve dependencies for project org.kie.kogito.examples:serverless-workflow-python-quarkus:jar:1.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT -> [Help 1]
[2023-07-26T12:40:02.994Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project serverless-workflow-python-quarkus: Could not resolve dependencies for project org.kie.kogito.examples:serverless-workflow-python-quarkus:jar:1.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:269)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-26T12:40:02.994Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-26T12:40:02.994Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-26T12:40:02.994Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-26T12:40:02.994Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-26T12:40:02.994Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-26T12:40:02.994Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-26T12:40:02.994Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-26T12:40:02.994Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-26T12:40:02.994Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-26T12:40:02.994Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-26T12:40:02.994Z] Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.kie.kogito.examples:serverless-workflow-python-quarkus:jar:1.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-07-26T12:40:02.994Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:214)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-26T12:40:02.994Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-26T12:40:02.994Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-26T12:40:02.994Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-26T12:40:02.994Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-26T12:40:02.994Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-26T12:40:02.994Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-26T12:40:02.994Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-26T12:40:02.994Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-26T12:40:02.994Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-26T12:40:02.994Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-26T12:40:02.994Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-26T12:40:02.994Z] Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-07-26T12:40:02.994Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:357)
[2023-07-26T12:40:02.994Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-26T12:40:02.994Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-26T12:40:02.995Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-26T12:40:02.995Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-26T12:40:02.995Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-26T12:40:02.995Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-26T12:40:02.995Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-26T12:40:02.995Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-26T12:40:02.995Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-26T12:40:02.995Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-26T12:40:02.995Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-26T12:40:02.995Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-26T12:40:02.995Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-26T12:40:02.995Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-26T12:40:02.995Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-26T12:40:02.995Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-26T12:40:02.995Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-07-26T12:40:02.995Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:425)
[2023-07-26T12:40:02.995Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-26T12:40:02.995Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2023-07-26T12:40:02.995Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-26T12:40:02.995Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-26T12:40:02.995Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-26T12:40:02.995Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-26T12:40:02.995Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-26T12:40:02.995Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-26T12:40:02.995Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-26T12:40:02.995Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-26T12:40:02.995Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-26T12:40:02.995Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-26T12:40:02.995Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-26T12:40:02.995Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-26T12:40:02.995Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-26T12:40:02.995Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-26T12:40:02.995Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-26T12:40:02.995Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-07-26T12:40:02.995Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:415)
[2023-07-26T12:40:02.995Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-26T12:40:02.995Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2023-07-26T12:40:02.995Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-26T12:40:02.995Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-26T12:40:02.995Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-26T12:40:02.995Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-26T12:40:02.995Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-26T12:40:02.995Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-26T12:40:02.995Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-26T12:40:02.995Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-26T12:40:02.995Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-26T12:40:02.995Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-26T12:40:02.995Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-26T12:40:02.995Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-26T12:40:02.995Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-26T12:40:02.995Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-26T12:40:02.995Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-26T12:40:02.995Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-26T12:40:02.995Z] [ERROR]
[2023-07-26T12:40:02.995Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-07-26T12:40:02.995Z] [ERROR]
[2023-07-26T12:40:02.995Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-07-26T12:40:02.995Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[2023-07-26T12:40:02.995Z] [ERROR]
[2023-07-26T12:40:02.995Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-07-26T12:40:02.995Z] [ERROR] mvn -rf :serverless-workflow-openvino-quarkus
[2023-07-26T12:40:06.299Z] [INFO] kiegroup/kogito-examples failed. Won't execute remaining commands and projects
[2023-07-26T12:40:06.299Z] [INFO] Execution summary for kiegroup/kogito-examples
[2023-07-26T12:40:06.299Z] # [BEFORE] [kiegroup/kogito-examples] export INTEGRATION_BRANCH=
[2023-07-26T12:40:06.299Z] [INFO] OK [Executed in 0.072256 ms]
[2023-07-26T12:40:06.299Z]
[2023-07-26T12:40:06.299Z] # [BEFORE] [kiegroup/kogito-examples] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-07-26T12:40:06.299Z] [INFO] OK [Executed in 6.996915 ms]
[2023-07-26T12:40:06.299Z]
[2023-07-26T12:40:06.299Z] # [COMMANDS] [kiegroup/kogito-examples] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-07-26T12:40:06.299Z] [INFO] OK [Executed in 8.574154 ms]
[2023-07-26T12:40:06.299Z]
[2023-07-26T12:40:06.299Z] # [COMMANDS] [kiegroup/kogito-examples] mvn -pl :kogito-examples clean install -s /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.serverless-workflow-examples@tmp/config2629610512088599269tmp -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 dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-07-26T12:40:06.299Z] [INFO] OK [Executed in 9406.278097 ms]
[2023-07-26T12:40:06.299Z]
[2023-07-26T12:40:06.299Z] # [COMMANDS] [kiegroup/kogito-examples] mvn -f serverless-workflow-examples/pom.xml clean install -s /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.serverless-workflow-examples@tmp/config2629610512088599269tmp -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 dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-07-26T12:40:06.299Z] [INFO] NOT OK [Executed in 1091941.522067 ms]
[2023-07-26T12:40:06.299Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-07-26T12:40:06.299Z]
[2023-07-26T12:40:06.299Z] [INFO] [AFTER] Skipped kiegroup/kogito-examples
[2023-07-26T12:40:06.299Z]
[2023-07-26T12:40:06.299Z] # Uploading artifacts
[2023-07-26T12:40:06.299Z] [INFO] Will not upload any artifacts in CLI environment
[2023-07-26T12:40:06.299Z]
[2023-07-26T12:40:06.299Z] [ERROR] Failed to execute commands for kiegroup/kogito-examples
[2023-07-26T12:40:06.299Z] [ERROR] Failed to execute mvn -f serverless-workflow-examples/pom.xml clean install -s /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.serverless-workflow-examples@tmp/config2629610512088599269tmp -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 dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-07-26T12:40:06.299Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-26T12:40:06.403Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-26T12:40:06.888Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-26T12:40:09.437Z] Recording test results
[2023-07-26T12:40:11.096Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-26T12:40:11.116Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-26T12:40:12.590Z] + rm -rf console.log
[Pipeline] sh
[2023-07-26T12:40:12.888Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest/job/drools.tests.downstream.serverless-workflow-examples/788/consoleText
[2023-07-26T12:40:12.888Z] + tail -n 300

@sonarcloud
Copy link

sonarcloud bot commented Jul 26, 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

No Coverage information No Coverage information
0.0% 0.0% Duplication

@tarilabs
Copy link
Member Author

swf failure unrelated Details

[ERROR] Failed to execute goal on project serverless-workflow-openvino-quarkus: Could not resolve dependencies for project org.kie.kogito.examples:serverless-workflow-openvino-quarkus:jar:1.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT -> [Help 1]

[2023-07-26T12:40:02.993Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project serverless-workflow-openvino-quarkus: Could not resolve dependencies for project org.kie.kogito.examples:serverless-workflow-openvino-quarkus:jar:1.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT

@tarilabs
Copy link
Member Author

proceeding to merge as discussed

@tarilabs tarilabs merged commit f516c90 into apache:main Jul 27, 2023
13 of 15 checks passed
tarilabs added a commit that referenced this pull request Jul 27, 2023
cliffordhc pushed a commit to ITINordic/drools that referenced this pull request Aug 31, 2023
cliffordhc pushed a commit to ITINordic/drools that referenced this pull request Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants