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-8432] - CVE-2022-25857 - Upgrade SnakeYAML on Spring Boot related components #2721

Merged
merged 1 commit into from Jan 10, 2023

Conversation

ricardozanini
Copy link
Member

See: https://issues.redhat.com/browse/KOGITO-8432

Small update on our SB libraries to fix the affected components. See: spring-projects/spring-boot#32221 for more info.

Signed-off-by: Ricardo Zanini zanini@redhat.com

Many thanks for submitting your Pull Request ❤️!

Please make sure that your PR meets the following requirements:

  • You have read the contributors guide
  • Your code is properly formatted according to this configuration
  • Pull Request title is properly formatted: KOGITO-XYZ Subject
  • Pull Request title contains the target branch if not targeting main: [0.9.x] KOGITO-XYZ Subject
  • Pull Request contains link to the JIRA issue
  • Pull Request contains link to any dependent or related Pull Request
  • Pull Request contains description of the issue
  • Pull Request does not include fixes for issues other than the main ticket
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 mandrel checks
    Run native checks against Mandrel image
    Please add comment: Jenkins run mandrel

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

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

  • for a specific mandrel lts check
    Run native checks against Mandrel image and quarkus lts branch
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] mandrel-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.

…ated components

Signed-off-by: Ricardo Zanini <zanini@redhat.com>
@ricardozanini ricardozanini marked this pull request as ready for review January 6, 2023 14:34
@apache apache deleted a comment from kie-ci3 Jan 6, 2023
@apache apache deleted a comment from kie-ci3 Jan 6, 2023
@ricardozanini
Copy link
Member Author

jenkins rerun kogito-runtimes tests

@cristianonicolai
Copy link
Contributor

Jenkins rerun kogito-runtimes tests

@cristianonicolai
Copy link
Contributor

@ricardozanini could you please cherry-pick this into 1.13.x and 1.13.x-blue, thanks

@mareknovotny
Copy link
Contributor

mareknovotny commented Jan 9, 2023

you can use backport labels to generate backporting PRs automatically to wanted branches ;)
Of course if the branches are too different the manual PR will be needed anyway.

@mareknovotny mareknovotny added backport-1.13.x Generate backport PR for 1.13.x branch backport-1.13.x-blue Generate backport PR for 1.13.x-blue branch labels Jan 9, 2023
@cristianonicolai
Copy link
Contributor

Jenkins rerun kogito-runtimes tests

@apache apache deleted a comment from kie-ci3 Jan 9, 2023
@ricardozanini ricardozanini requested review from radtriste and removed request for MarianMacik January 9, 2023 12:43
@kie-ci3
Copy link
Contributor

kie-ci3 commented Jan 9, 2023

(tests) - kogito-runtimes job #1664 was: ABORTED
Possible explanation: Most probably a timeout, please review

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/1664/display/redirect

Test results:

  • PASSED: 3064
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-01-09T15:16:06.278Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ kogito-addons-quarkus-kubernetes-deployment ---
[2023-01-09T15:16:06.278Z] [INFO]
[2023-01-09T15:16:06.278Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ kogito-addons-quarkus-kubernetes-deployment ---
[2023-01-09T15:16:06.278Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito_runtimes/kogito-runtimes/quarkus/addons/kubernetes/deployment/target/failsafe-reports
[2023-01-09T15:16:06.278Z] [INFO]
[2023-01-09T15:16:06.278Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kogito-addons-quarkus-kubernetes-deployment ---
[2023-01-09T15:16:06.278Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito_runtimes/kogito-runtimes/quarkus/addons/kubernetes/deployment/target/kogito-addons-quarkus-kubernetes-deployment-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/kogito-addons-quarkus-kubernetes-deployment/2.0.0-SNAPSHOT/kogito-addons-quarkus-kubernetes-deployment-2.0.0-SNAPSHOT.jar
[2023-01-09T15:16:06.278Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito_runtimes/kogito-runtimes/quarkus/addons/kubernetes/deployment/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/kogito-addons-quarkus-kubernetes-deployment/2.0.0-SNAPSHOT/kogito-addons-quarkus-kubernetes-deployment-2.0.0-SNAPSHOT.pom
[2023-01-09T15:16:06.278Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito_runtimes/kogito-runtimes/quarkus/addons/kubernetes/deployment/target/kogito-addons-quarkus-kubernetes-deployment-2.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/kie/kogito/kogito-addons-quarkus-kubernetes-deployment/2.0.0-SNAPSHOT/kogito-addons-quarkus-kubernetes-deployment-2.0.0-SNAPSHOT-tests.jar
[2023-01-09T15:16:06.278Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito_runtimes/kogito-runtimes/quarkus/addons/kubernetes/deployment/target/kogito-addons-quarkus-kubernetes-deployment-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/kogito-addons-quarkus-kubernetes-deployment/2.0.0-SNAPSHOT/kogito-addons-quarkus-kubernetes-deployment-2.0.0-SNAPSHOT-sources.jar
[2023-01-09T15:16:06.278Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito_runtimes/kogito-runtimes/quarkus/addons/kubernetes/deployment/target/kogito-addons-quarkus-kubernetes-deployment-2.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/kogito-addons-quarkus-kubernetes-deployment/2.0.0-SNAPSHOT/kogito-addons-quarkus-kubernetes-deployment-2.0.0-SNAPSHOT-test-sources.jar
[2023-01-09T15:16:06.278Z] [INFO]
[2023-01-09T15:16:06.278Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ kogito-addons-quarkus-kubernetes-deployment ---
[2023-01-09T15:16:06.278Z] [INFO] org.kie.kogito:kogito-addons-quarkus-kubernetes-deployment:jar:2.0.0-SNAPSHOT
[2023-01-09T15:16:06.278Z] [INFO] +- io.quarkus:quarkus-kubernetes-client-deployment:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | +- io.quarkus:quarkus-kubernetes-client:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.quarkus:quarkus-arc:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- io.quarkus.arc:arc:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | | \- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.2:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.quarkus:quarkus-kubernetes-client-internal:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.quarkus:quarkus-jackson:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.1:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.1:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- org.apache.commons:commons-compress:jar:1.22:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:jar:2.0.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | \- io.smallrye.config:smallrye-config-source-yaml:jar:2.13.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- org.yaml:snakeyaml:jar:1.33:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.smallrye.config:smallrye-config-common:jar:2.13.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- org.eclipse.microprofile.config:microprofile-config-api:jar:2.0.1:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- io.smallrye.common:smallrye-common-classloader:jar:1.13.2:compile
[2023-01-09T15:16:06.278Z] [INFO] | | \- io.smallrye.common:smallrye-common-constraint:jar:1.13.2:compile
[2023-01-09T15:16:06.278Z] [INFO] | +- io.quarkus:quarkus-kubernetes-client-internal-deployment:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.quarkus:quarkus-kubernetes-client-spi:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.quarkus:quarkus-kubernetes-spi:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.quarkus:quarkus-devservices-deployment:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- io.quarkus:quarkus-devservices-common:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- com.github.docker-java:docker-java-api:jar:3.2.13:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- io.quarkus:quarkus-junit4-mock:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | \- com.dajudge.kindcontainer:kindcontainer:jar:1.3.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- org.testcontainers:testcontainers:jar:1.17.6:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- org.rnorth.duct-tape:duct-tape:jar:1.0.8:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | | \- org.jetbrains:annotations:jar:17.0.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- com.github.docker-java:docker-java-transport-zerodep:jar:3.2.13:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- com.github.docker-java:docker-java-transport:jar:3.2.13:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- net.java.dev.jna:jna:jar:5.8.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | \- org.bouncycastle:bcpkix-jdk15on:jar:1.70:runtime
[2023-01-09T15:16:06.278Z] [INFO] | | +- org.bouncycastle:bcprov-jdk15on:jar:1.70:runtime
[2023-01-09T15:16:06.278Z] [INFO] | | \- org.bouncycastle:bcutil-jdk15on:jar:1.70:runtime
[2023-01-09T15:16:06.278Z] [INFO] | \- io.quarkus:quarkus-jackson-deployment:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | \- io.quarkus:quarkus-jackson-spi:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] +- io.quarkus:quarkus-openshift-client-deployment:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | \- io.quarkus:quarkus-openshift-client:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | \- io.fabric8:openshift-client:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | +- io.fabric8:openshift-client-api:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.fabric8:openshift-model:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.fabric8:openshift-model-clusterautoscaling:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.fabric8:openshift-model-operator:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.fabric8:openshift-model-operatorhub:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.fabric8:openshift-model-machine:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.fabric8:openshift-model-whereabouts:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.fabric8:openshift-model-monitoring:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.fabric8:openshift-model-storageversionmigrator:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.fabric8:openshift-model-tuned:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.fabric8:openshift-model-console:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.fabric8:openshift-model-config:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.fabric8:openshift-model-machineconfig:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.fabric8:openshift-model-miscellaneous:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.fabric8:openshift-model-hive:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | \- io.fabric8:openshift-model-installer:jar:6.2.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | \- com.github.mifmif:generex:jar:1.0.2:compile
[2023-01-09T15:16:06.278Z] [INFO] | \- dk.brics.automaton:automaton:jar:1.11-8:compile
[2023-01-09T15:16:06.278Z] [INFO] +- io.quarkus:quarkus-cache-deployment:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | +- io.quarkus:quarkus-cache:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.quarkus:quarkus-caffeine:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- com.github.ben-manes.caffeine:caffeine:jar:3.1.1:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- com.google.errorprone:error_prone_annotations:jar:2.16:compile
[2023-01-09T15:16:06.278Z] [INFO] | | \- io.quarkus:quarkus-mutiny:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.smallrye.reactive:mutiny:jar:1.8.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- org.reactivestreams:reactive-streams:jar:1.0.3:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- io.smallrye.common:smallrye-common-annotation:jar:1.13.2:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.quarkus:quarkus-smallrye-context-propagation:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- io.smallrye:smallrye-context-propagation:jar:1.2.2:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- io.smallrye:smallrye-context-propagation-api:jar:1.2.2:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- io.smallrye:smallrye-context-propagation-storage:jar:1.2.2:compile
[2023-01-09T15:16:06.278Z] [INFO] | | \- io.smallrye.reactive:mutiny-smallrye-context-propagation:jar:1.8.0:compile
[2023-01-09T15:16:06.278Z] [INFO] | +- io.quarkus:quarkus-arc-deployment:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.quarkus:quarkus-smallrye-context-propagation-spi:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | +- io.quarkus:quarkus-vertx-http-dev-console-spi:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- io.quarkus:quarkus-vertx-http-dev-console-runtime-spi:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- io.vertx:vertx-web:jar:4.3.5:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- io.vertx:vertx-web-common:jar:4.3.5:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- io.vertx:vertx-auth-common:jar:4.3.5:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- io.vertx:vertx-bridge-common:jar:4.3.5:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- io.vertx:vertx-core:jar:4.3.5:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- io.netty:netty-common:jar:4.1.85.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- io.netty:netty-buffer:jar:4.1.85.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- io.netty:netty-transport:jar:4.1.85.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- io.netty:netty-handler:jar:4.1.85.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | | +- io.netty:netty-transport-native-unix-common:jar:4.1.85.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | | \- io.netty:netty-codec:jar:4.1.85.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- io.netty:netty-handler-proxy:jar:4.1.85.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | | \- io.netty:netty-codec-socks:jar:4.1.85.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- io.netty:netty-codec-http:jar:4.1.85.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- io.netty:netty-codec-http2:jar:4.1.85.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | +- io.netty:netty-resolver:jar:4.1.85.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- io.netty:netty-resolver-dns:jar:4.1.85.Final:compile
[2023-01-09T15:16:06.278Z] [INFO] | | | \- io.netty:netty-codec-dns:jar:4.1.85.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | | \- io.quarkus.arc:arc-processor:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- io.quarkus:quarkus-caffeine-deployment:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | \- io.quarkus:quarkus-mutiny-deployment:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | \- io.quarkus:quarkus-smallrye-context-propagation-deployment:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] +- org.kie.kogito:kogito-addons-quarkus-common-deployment:jar:2.0.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | \- io.quarkus:quarkus-core-deployment:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.aesh:readline:jar:2.2:compile
[2023-01-09T15:16:06.279Z] [INFO] | | \- org.fusesource.jansi:jansi:jar:1.18:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.aesh:aesh:jar:2.6:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.apache.commons:commons-lang3:jar:3.12.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.wildfly.common:wildfly-common:jar:1.5.4.Final-format-001:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- io.quarkus.gizmo:gizmo:jar:1.4.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | | \- org.ow2.asm:asm-util:jar:9.4:compile
[2023-01-09T15:16:06.279Z] [INFO] | | \- org.ow2.asm:asm-analysis:jar:9.4:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- io.smallrye:jandex:jar:3.0.5:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.ow2.asm:asm:jar:9.4:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.ow2.asm:asm-commons:jar:9.4:compile
[2023-01-09T15:16:06.279Z] [INFO] | | \- org.ow2.asm:asm-tree:jar:9.4:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- io.quarkus:quarkus-development-mode-spi:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- io.quarkus:quarkus-class-change-agent:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- io.quarkus:quarkus-bootstrap-core:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.quarkus:quarkus-bootstrap-app-model:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | | \- io.smallrye.common:smallrye-common-io:jar:1.13.2:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5:runtime
[2023-01-09T15:16:06.279Z] [INFO] | +- io.quarkus:quarkus-builder:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.graalvm.sdk:graal-sdk:jar:22.3.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.junit.platform:junit-platform-launcher:jar:1.9.1:compile
[2023-01-09T15:16:06.279Z] [INFO] | \- org.junit.jupiter:junit-jupiter:jar:5.9.1:test
[2023-01-09T15:16:06.279Z] [INFO] +- org.kie.kogito:kogito-addons-quarkus-kubernetes:jar:2.0.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- io.fabric8:knative-client:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:knative-model:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | | \- io.fabric8:kubernetes-model-core:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | | \- io.fabric8:kubernetes-model-common:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | \- io.fabric8:kubernetes-client-api:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-gatewayapi:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-rbac:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-admissionregistration:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-apps:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-autoscaling:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-apiextensions:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-batch:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-certificates:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-coordination:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-discovery:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-events:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-extensions:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-flowcontrol:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-networking:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-metrics:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-policy:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-scheduling:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-storageclass:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-model-node:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.14.1:compile
[2023-01-09T15:16:06.279Z] [INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.14.1:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- io.fabric8:kubernetes-client:jar:6.2.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.fabric8:kubernetes-httpclient-okhttp:jar:6.2.0:runtime
[2023-01-09T15:16:06.279Z] [INFO] | | | +- com.squareup.okhttp3:okhttp:jar:3.14.9:runtime
[2023-01-09T15:16:06.279Z] [INFO] | | | | \- com.squareup.okio:okio:jar:1.17.2:runtime
[2023-01-09T15:16:06.279Z] [INFO] | | | \- com.squareup.okhttp3:logging-interceptor:jar:3.14.9:runtime
[2023-01-09T15:16:06.279Z] [INFO] | | \- io.fabric8:zjsonpatch:jar:0.3.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | \- org.kie.kogito:kogito-addons-kubernetes:jar:2.0.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.kie.kogito:kogito-api:jar:2.0.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- org.kie:kie-api:jar:8.33.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- io.cloudevents:cloudevents-api:jar:2.3.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- org.drools:drools-ruleunits-api:jar:8.33.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | | \- org.kie:kie-internal:jar:8.33.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- org.kie:kie-dmn-api:jar:8.33.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | | +- org.kie:efesto-common-api:jar:8.33.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | | | +- org.kie:kie-memory-compiler:jar:8.33.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | | | | \- org.drools:drools-util:jar:8.33.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | | | \- org.assertj:assertj-core:jar:3.22.0:test
[2023-01-09T15:16:06.279Z] [INFO] | | | \- org.kie:kie-dmn-model:jar:8.33.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- org.kie.kogito:kogito-timer:jar:2.0.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | \- org.kie.kogito:kogito-pmml-api-dependencies:pom:2.0.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- org.kie:kie-pmml-evaluator-api:jar:8.33.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | | \- org.kie:kie-pmml-api:jar:8.33.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | | +- org.kie:efesto-runtime-manager-api:jar:8.33.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[2023-01-09T15:16:06.279Z] [INFO] | | | \- org.kie:efesto-compilation-manager-api:jar:8.33.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | \- org.kie:kie-pmml-commons:jar:8.33.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | +- org.kie:efesto-compilation-manager-core:jar:8.33.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | | \- org.kie:efesto-common-core:jar:8.33.0-SNAPSHOT:compile
[2023-01-09T15:16:06.279Z] [INFO] | | \- org.apache.commons:commons-text:jar:1.10.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | \- com.fasterxml.jackson.core:jackson-databind:jar:2.14.1:compile
[2023-01-09T15:16:06.279Z] [INFO] \- io.quarkus:quarkus-junit5-internal:jar:2.15.0.Final:test
[2023-01-09T15:16:06.279Z] [INFO] +- org.jboss.shrinkwrap:shrinkwrap-depchain:pom:1.2.6:test
[2023-01-09T15:16:06.279Z] [INFO] | +- org.jboss.shrinkwrap:shrinkwrap-api:jar:1.2.6:test
[2023-01-09T15:16:06.279Z] [INFO] | +- org.jboss.shrinkwrap:shrinkwrap-spi:jar:1.2.6:test
[2023-01-09T15:16:06.279Z] [INFO] | \- org.jboss.shrinkwrap:shrinkwrap-impl-base:jar:1.2.6:test
[2023-01-09T15:16:06.279Z] [INFO] +- org.junit.jupiter:junit-jupiter-api:jar:5.9.1:test
[2023-01-09T15:16:06.279Z] [INFO] | +- org.opentest4j:opentest4j:jar:1.2.0:test
[2023-01-09T15:16:06.279Z] [INFO] | +- org.junit.platform:junit-platform-commons:jar:1.9.1:test
[2023-01-09T15:16:06.279Z] [INFO] | \- org.apiguardian:apiguardian-api:jar:1.1.2:compile
[2023-01-09T15:16:06.279Z] [INFO] +- org.junit.jupiter:junit-jupiter-params:jar:5.9.1:test
[2023-01-09T15:16:06.279Z] [INFO] +- org.junit.jupiter:junit-jupiter-engine:jar:5.9.1:test
[2023-01-09T15:16:06.279Z] [INFO] | \- org.junit.platform:junit-platform-engine:jar:1.9.1:test
[2023-01-09T15:16:06.279Z] [INFO] +- io.quarkus:quarkus-core:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- jakarta.inject:jakarta.inject-api:jar:1.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- io.quarkus:quarkus-ide-launcher:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- io.smallrye.config:smallrye-config:jar:2.13.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | \- io.smallrye.config:smallrye-config-core:jar:2.13.0:compile
[2023-01-09T15:16:06.279Z] [INFO] | | \- io.smallrye.common:smallrye-common-expression:jar:1.13.2:compile
[2023-01-09T15:16:06.279Z] [INFO] | | \- io.smallrye.common:smallrye-common-function:jar:1.13.2:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.jboss.logging:jboss-logging:jar:3.5.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.jboss.logmanager:jboss-logmanager-embedded:jar:1.0.11:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.jboss.logging:jboss-logging-annotations:jar:2.2.1.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.jboss.threads:jboss-threads:jar:3.4.3.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.slf4j:slf4j-api:jar:1.7.36:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- org.jboss.slf4j:slf4j-jboss-logmanager:jar:1.2.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | +- io.quarkus:quarkus-bootstrap-runner:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.279Z] [INFO] | | \- io.github.crac:org-crac:jar:0.1.3:compile
[2023-01-09T15:16:06.279Z] [INFO] | \- io.quarkus:quarkus-fs-util:jar:0.0.9:compile
[2023-01-09T15:16:06.279Z] [INFO] +- io.quarkus:quarkus-test-common:jar:2.15.0.Final:test
[2023-01-09T15:16:06.279Z] [INFO] | +- io.quarkus:quarkus-bootstrap-maven-resolver:jar:2.15.0.Final:test
[2023-01-09T15:16:06.279Z] [INFO] | | +- org.apache.maven:maven-embedder:jar:3.8.6:test
[2023-01-09T15:16:06.279Z] [INFO] | | | +- org.apache.maven:maven-settings:jar:3.8.6:test
[2023-01-09T15:16:06.279Z] [INFO] | | | +- org.apache.maven:maven-core:jar:3.8.6:test
[2023-01-09T15:16:06.279Z] [INFO] | | | | +- org.apache.maven:maven-artifact:jar:3.8.6:test
[2023-01-09T15:16:06.279Z] [INFO] | | | | \- org.codehaus.plexus:plexus-component-annotations:jar:1.6:test
[2023-01-09T15:16:06.279Z] [INFO] | | | +- org.apache.maven:maven-plugin-api:jar:3.8.6:test
[2023-01-09T15:16:06.279Z] [INFO] | | | +- org.apache.maven:maven-model:jar:3.8.6:test
[2023-01-09T15:16:06.279Z] [INFO] | | | +- org.apache.maven:maven-model-builder:jar:3.8.6:test
[2023-01-09T15:16:06.279Z] [INFO] | | | +- org.apache.maven:maven-builder-support:jar:3.8.6:test
[2023-01-09T15:16:06.279Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-api:jar:1.6.3:test
[2023-01-09T15:16:06.279Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-util:jar:1.6.3:test
[2023-01-09T15:16:06.279Z] [INFO] | | | +- org.apache.maven.shared:maven-shared-utils:jar:3.3.4:test
[2023-01-09T15:16:06.279Z] [INFO] | | | | \- commons-io:commons-io:jar:2.11.0:test
[2023-01-09T15:16:06.279Z] [INFO] | | | +- com.google.inject:guice:jar:no_aop:4.2.2:test
[2023-01-09T15:16:06.279Z] [INFO] | | | | \- com.google.guava:guava:jar:31.1-jre:test
[2023-01-09T15:16:06.279Z] [INFO] | | | | \- com.google.guava:failureaccess:jar:1.0.1:test
[2023-01-09T15:16:06.279Z] [INFO] | | | +- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:test
[2023-01-09T15:16:06.280Z] [INFO] | | | +- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0:test
[2023-01-09T15:16:06.280Z] [INFO] | | | +- org.codehaus.plexus:plexus-cipher:jar:2.0:test
[2023-01-09T15:16:06.280Z] [INFO] | | | \- commons-cli:commons-cli:jar:1.4:test
[2023-01-09T15:16:06.280Z] [INFO] | | +- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5:test
[2023-01-09T15:16:06.280Z] [INFO] | | +- org.apache.maven:maven-settings-builder:jar:3.8.6:test
[2023-01-09T15:16:06.280Z] [INFO] | | | \- org.codehaus.plexus:plexus-interpolation:jar:1.26:test
[2023-01-09T15:16:06.280Z] [INFO] | | +- org.apache.maven:maven-resolver-provider:jar:3.8.6:test
[2023-01-09T15:16:06.280Z] [INFO] | | | +- org.apache.maven:maven-repository-metadata:jar:3.8.6:test
[2023-01-09T15:16:06.280Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3:test
[2023-01-09T15:16:06.280Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3:test
[2023-01-09T15:16:06.280Z] [INFO] | | | \- org.codehaus.plexus:plexus-utils:jar:3.3.0:test
[2023-01-09T15:16:06.280Z] [INFO] | | +- org.apache.maven.resolver:maven-resolver-connector-basic:jar:1.6.3:test
[2023-01-09T15:16:06.280Z] [INFO] | | +- org.apache.maven.resolver:maven-resolver-transport-wagon:jar:1.6.3:test
[2023-01-09T15:16:06.280Z] [INFO] | | +- org.apache.maven.wagon:wagon-http:jar:3.5.1:test
[2023-01-09T15:16:06.280Z] [INFO] | | | +- org.apache.maven.wagon:wagon-http-shared:jar:3.5.1:test
[2023-01-09T15:16:06.280Z] [INFO] | | | +- org.apache.httpcomponents:httpclient:jar:4.5.13:test
[2023-01-09T15:16:06.280Z] [INFO] | | | | \- commons-codec:commons-codec:jar:1.15:test
[2023-01-09T15:16:06.280Z] [INFO] | | | +- org.apache.httpcomponents:httpcore:jar:4.4.15:test
[2023-01-09T15:16:06.280Z] [INFO] | | | \- org.apache.maven.wagon:wagon-provider-api:jar:3.5.1:test
[2023-01-09T15:16:06.280Z] [INFO] | | \- org.apache.maven.wagon:wagon-file:jar:3.5.1:test
[2023-01-09T15:16:06.280Z] [INFO] | +- io.quarkus:quarkus-bootstrap-gradle-resolver:jar:2.15.0.Final:test
[2023-01-09T15:16:06.280Z] [INFO] | \- org.jboss.logging:commons-logging-jboss-logging:jar:1.0.0.Final:runtime
[2023-01-09T15:16:06.280Z] [INFO] +- jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2:compile
[2023-01-09T15:16:06.280Z] [INFO] | +- jakarta.el:jakarta.el-api:jar:3.0.3:compile
[2023-01-09T15:16:06.280Z] [INFO] | \- jakarta.interceptor:jakarta.interceptor-api:jar:1.2.5:compile
[2023-01-09T15:16:06.280Z] [INFO] +- io.quarkus:quarkus-devtools-utilities:jar:2.15.0.Final:compile
[2023-01-09T15:16:06.280Z] [INFO] \- org.awaitility:awaitility:jar:4.2.0:test
[2023-01-09T15:16:06.280Z] [INFO] \- org.hamcrest:hamcrest:jar:2.1:test
[2023-01-09T15:16:06.280Z] [INFO]
[2023-01-09T15:16:06.280Z] [INFO] ----< org.kie.kogito:kogito-quarkus-serverless-workflow-deployment >----
[2023-01-09T15:16:06.280Z] [INFO] Building Kogito :: Quarkus Workflows Extension :: Deployment 2.0.0-SNAPSHOT [308/314]
[2023-01-09T15:16:06.280Z] [INFO] --------------------------------[ jar ]---------------------------------
[2023-01-09T15:16:06.280Z] ::error title= [kiegroup/kogito-runtimes] [Execution ERROR]::mvn -f kogito-runtimes/pom.xml clean install -Dvalidate-formatting -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config11146782411654787205tmp -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 -T 1C -Prun-code-coverage dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-01-09T15:16:06.280Z] [INFO] Archive artifact won't be executed
[2023-01-09T15:16:06.280Z] ::group::[Pull Request Flow] Execution Summary...
[2023-01-09T15:16:06.280Z] [INFO] ----------------------------------------------
[2023-01-09T15:16:06.284Z] script returned exit code 143
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-01-09T15:16:06.351Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2023-01-09T15:16:06.457Z] Recording test results
[2023-01-09T15:16:11.541Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-01-09T15:16:11.561Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-01-09T15:16:12.987Z] + rm -rf console.log
[Pipeline] sh
[2023-01-09T15:16:13.277Z] + 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/job/kogito-runtimes.tests.kogito-runtimes/1664/consoleText
[2023-01-09T15:16:13.277Z] + tail -n 300

@ricardozanini
Copy link
Member Author

@cristianonicolai the tests failures are not related.

@apache apache deleted a comment from kie-ci3 Jan 9, 2023
@radtriste
Copy link
Contributor

jenkins rerun kogito-runtimes tests

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jan 9, 2023

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

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/1665/display/redirect

Test results:

  • PASSED: 3147
  • FAILED: 1

Those are the test failures:

org.kie.kogito.addons.quarkus.kubernetes.KubernetesAddOnTest.(?) java.lang.RuntimeException:
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor#setupKubernetesDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:119)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:909)
at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
at java.base/java.lang.Thread.run(Thread.java:829)
at org.jboss.threads.JBossThread.run(JBossThread.java:501)
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.lambda$startKubernetes$7(DevServicesKubernetesProcessor.java:227)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.startKubernetes(DevServicesKubernetesProcessor.java:241)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:109)
... 11 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 16 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 17 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at com.dajudge.kindcontainer.ApiServerContainer.containerIsStarting(ApiServerContainer.java:142)
at org.testcontainers.containers.GenericContainer.containerIsStarting(GenericContainer.java:692)
at com.dajudge.kindcontainer.KubernetesContainer.containerIsStarting(KubernetesContainer.java:151)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:474)
... 19 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 24 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 25 more
Caused by: com.github.dockerjava.api.exception.ConflictException: Status 409: {"message":"cannot join network of a non running container: d48a1afba5b37a19da4b976e2a2ee4d00ef9a33135563032b0b875a2eb5d4483"}

at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:245)
at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.post(DefaultInvocationBuilder.java:102)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:31)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:13)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.AbstrSyncDockerCmdExec.exec(AbstrSyncDockerCmdExec.java:21)
at org.testcontainers.shaded.com.github.dockerjava.core.command.AbstrDockerCmd.exec(AbstrDockerCmd.java:35)
at org.testcontainers.shaded.com.github.dockerjava.core.command.StartContainerCmdImpl.exec(StartContainerCmdImpl.java:43)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:441)
... 27 more

at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:689)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$12(ClassBasedTestDescriptor.java:395)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllCallbacks(ClassBasedTestDescriptor.java:395)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:211)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
Caused by: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor#setupKubernetesDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:119)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:909)
at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
at java.base/java.lang.Thread.run(Thread.java:829)
at org.jboss.threads.JBossThread.run(JBossThread.java:501)
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.lambda$startKubernetes$7(DevServicesKubernetesProcessor.java:227)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.startKubernetes(DevServicesKubernetesProcessor.java:241)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:109)
... 11 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 16 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 17 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at com.dajudge.kindcontainer.ApiServerContainer.containerIsStarting(ApiServerContainer.java:142)
at org.testcontainers.containers.GenericContainer.containerIsStarting(GenericContainer.java:692)
at com.dajudge.kindcontainer.KubernetesContainer.containerIsStarting(KubernetesContainer.java:151)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:474)
... 19 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 24 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 25 more
Caused by: com.github.dockerjava.api.exception.ConflictException: Status 409: {"message":"cannot join network of a non running container: d48a1afba5b37a19da4b976e2a2ee4d00ef9a33135563032b0b875a2eb5d4483"}

at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:245)
at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.post(DefaultInvocationBuilder.java:102)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:31)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:13)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.AbstrSyncDockerCmdExec.exec(AbstrSyncDockerCmdExec.java:21)
at org.testcontainers.shaded.com.github.dockerjava.core.command.AbstrDockerCmd.exec(AbstrDockerCmd.java:35)
at org.testcontainers.shaded.com.github.dockerjava.core.command.StartContainerCmdImpl.exec(StartContainerCmdImpl.java:43)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:441)
... 27 more

at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment(AugmentActionImpl.java:335)
at io.quarkus.runner.bootstrap.AugmentActionImpl.createInitialRuntimeApplication(AugmentActionImpl.java:252)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:635)
... 43 more
Caused by: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor#setupKubernetesDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:119)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:909)
at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
at java.base/java.lang.Thread.run(Thread.java:829)
at org.jboss.threads.JBossThread.run(JBossThread.java:501)
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.lambda$startKubernetes$7(DevServicesKubernetesProcessor.java:227)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.startKubernetes(DevServicesKubernetesProcessor.java:241)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:109)
... 11 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 16 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 17 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at com.dajudge.kindcontainer.ApiServerContainer.containerIsStarting(ApiServerContainer.java:142)
at org.testcontainers.containers.GenericContainer.containerIsStarting(GenericContainer.java:692)
at com.dajudge.kindcontainer.KubernetesContainer.containerIsStarting(KubernetesContainer.java:151)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:474)
... 19 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 24 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 25 more
Caused by: com.github.dockerjava.api.exception.ConflictException: Status 409: {"message":"cannot join network of a non running container: d48a1afba5b37a19da4b976e2a2ee4d00ef9a33135563032b0b875a2eb5d4483"}

at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:245)
at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.post(DefaultInvocationBuilder.java:102)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:31)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:13)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.AbstrSyncDockerCmdExec.exec(AbstrSyncDockerCmdExec.java:21)
at org.testcontainers.shaded.com.github.dockerjava.core.command.AbstrDockerCmd.exec(AbstrDockerCmd.java:35)
at org.testcontainers.shaded.com.github.dockerjava.core.command.StartContainerCmdImpl.exec(StartContainerCmdImpl.java:43)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:441)
... 27 more

at io.quarkus.builder.Execution.run(Execution.java:123)
at io.quarkus.builder.BuildExecutionBuilder.execute(BuildExecutionBuilder.java:79)
at io.quarkus.deployment.QuarkusAugmentor.run(QuarkusAugmentor.java:160)
at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment(AugmentActionImpl.java:331)
... 45 more
Caused by: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:119)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:909)
at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
at java.base/java.lang.Thread.run(Thread.java:829)
at org.jboss.threads.JBossThread.run(JBossThread.java:501)
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.lambda$startKubernetes$7(DevServicesKubernetesProcessor.java:227)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.startKubernetes(DevServicesKubernetesProcessor.java:241)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:109)
... 11 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 16 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 17 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at com.dajudge.kindcontainer.ApiServerContainer.containerIsStarting(ApiServerContainer.java:142)
at org.testcontainers.containers.GenericContainer.containerIsStarting(GenericContainer.java:692)
at com.dajudge.kindcontainer.KubernetesContainer.containerIsStarting(KubernetesContainer.java:151)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:474)
... 19 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 24 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 25 more
Caused by: com.github.dockerjava.api.exception.ConflictException: Status 409: {"message":"cannot join network of a non running container: d48a1afba5b37a19da4b976e2a2ee4d00ef9a33135563032b0b875a2eb5d4483"}

at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:245)
at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.post(DefaultInvocationBuilder.java:102)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:31)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:13)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.AbstrSyncDockerCmdExec.exec(AbstrSyncDockerCmdExec.java:21)
at org.testcontainers.shaded.com.github.dockerjava.core.command.AbstrDockerCmd.exec(AbstrDockerCmd.java:35)
at org.testcontainers.shaded.com.github.dockerjava.core.command.StartContainerCmdImpl.exec(StartContainerCmdImpl.java:43)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:441)
... 27 more

@cristianonicolai
Copy link
Contributor

Jenkins rerun kogito-runtimes tests

@sonarcloud
Copy link

sonarcloud bot commented Jan 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

No Coverage information No Coverage information
0.0% 0.0% Duplication

@cristianonicolai cristianonicolai merged commit a80ad0c into apache:main Jan 10, 2023
github-actions bot pushed a commit that referenced this pull request Jan 10, 2023
…ated components (#2721)

Signed-off-by: Ricardo Zanini <zanini@redhat.com>

Signed-off-by: Ricardo Zanini <zanini@redhat.com>
github-actions bot pushed a commit that referenced this pull request Jan 10, 2023
…ated components (#2721)

Signed-off-by: Ricardo Zanini <zanini@redhat.com>

Signed-off-by: Ricardo Zanini <zanini@redhat.com>
mareknovotny pushed a commit that referenced this pull request Jan 12, 2023
… Boot related components (#2725)

* [KOGITO-8432] - CVE-2022-25857 - Upgrade SnakeYAML on Spring Boot related components (#2721)

Signed-off-by: Ricardo Zanini <zanini@redhat.com>

Signed-off-by: Ricardo Zanini <zanini@redhat.com>

* Aligning Fabric8 version with SB 2.5.x

Signed-off-by: Ricardo Zanini <zanini@redhat.com>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>
mareknovotny pushed a commit that referenced this pull request Jan 23, 2023
…pring Boot related components (#2726)

* [KOGITO-8432] - CVE-2022-25857 - Upgrade SnakeYAML on Spring Boot related components (#2721)

Signed-off-by: Ricardo Zanini <zanini@redhat.com>

Signed-off-by: Ricardo Zanini <zanini@redhat.com>

* Align Fabric8 version with SB 2.5.x

Signed-off-by: Ricardo Zanini <zanini@redhat.com>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-1.13.x Generate backport PR for 1.13.x branch backport-1.13.x-blue Generate backport PR for 1.13.x-blue branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants