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

[kie-issues#913] Upgrade to Quarkus 3.2.10.Final LTS version. #1743

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

baldimir
Copy link
Contributor

Tracker: apache/incubator-kie-issues#913

Aligns with Quarkus 3.2.10.Final.

@kie-ci3
Copy link
Contributor

kie-ci3 commented Feb 20, 2024

PR job #93 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-images.build-and-test/93/display/redirect
See console log:

Console Logs at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:377)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to builds60
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1003)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
at jdk.internal.reflect.GeneratedMethodAccessor1120.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
at com.sun.proxy.$Proxy269.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ wget --no-check-certificate -qO - 'https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-images.build-and-test/93/api/json?depth=0'
[Pipeline] readJSON
[Pipeline] sh

@ricardozanini
Copy link
Member

@baldimir can you please rename your fork?

stderr: remote: Repository not found.
fatal: repository 'https://github.com/baldimir/incubator-kie-kogito-images.git/' not found

@jstastny-cz
Copy link
Contributor

@baldimir can you please rename your fork?

stderr: remote: Repository not found.
fatal: repository 'https://github.com/baldimir/incubator-kie-kogito-images.git/' not found

@ricardozanini We should adjust pipelines rather than asking to rename forks :-) buildchain already can do that for code repos, so it should be done also for others. Consider when we're promoted from incubation - we'd need to ask people to rename again, which is not practical.

@baldimir
Copy link
Contributor Author

baldimir commented Feb 21, 2024

The Jenkins CI check is now failing because of apache/incubator-kie-issues#955. @cimbalek

@ricardozanini
Copy link
Member

@baldimir can you please rename your fork?

stderr: remote: Repository not found.
fatal: repository 'https://github.com/baldimir/incubator-kie-kogito-images.git/' not found

@ricardozanini We should adjust pipelines rather than asking to rename forks :-) buildchain already can do that for code repos, so it should be done also for others. Consider when we're promoted from incubation - we'd need to ask people to rename again, which is not practical.

Sure, we have an issue for that: #1729. I don't know where to change this, can you help?

@apache apache deleted a comment from kie-ci3 Feb 21, 2024
@porcelli
Copy link
Contributor

looks like CI is not helping 😬

@ricardozanini
Copy link
Member

The tests failing are expected, we have issues to solve them already. They are not related, but I've restarted just in case.

@apache apache deleted a comment from kie-ci3 Feb 22, 2024
@kie-ci3
Copy link
Contributor

kie-ci3 commented Feb 22, 2024

PR job #105 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-images.build-and-test/105/display/redirect
See console log:

Console Logs [Pipeline] }
Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1743 - kogito-jit-runner: https://github.com//pull/1743 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1743 - kogito-management-console: https://github.com//pull/1743 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1743 - kogito-jobs-service-ephemeral: https://github.com//pull/1743 completed: UNSTABLE
[Pipeline] unstable
WARNING: Tests on kogito-jobs-service-ephemeral seems to have failed
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1743 - kogito-runtime-jvm: https://github.com//pull/1743 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1743 - kogito-jobs-service-allinone: https://github.com//pull/1743 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1743 - kogito-task-console: https://github.com//pull/1743 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1743 - kogito-swf-devmode: https://github.com//pull/1743 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1743 - kogito-s2i-builder: https://github.com//pull/1743 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ wget --no-check-certificate -qO - 'https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-images.build-and-test/105/api/json?depth=0'
[Pipeline] readJSON
[Pipeline] sh

@ricardozanini
Copy link
Member

ricardozanini commented Feb 22, 2024

It seems an issue fetching a few dependencies:

[ERROR] Unresolveable build extension: Plugin org.kie.kogito:kogito-maven-plugin:999-SNAPSHOT or one of its dependencies could not be resolved: Failed to collect dependencies at org.kie.kogito:kogito-maven-plugin:jar:999-SNAPSHOT -> org.kie.kogito:kogito-pmml-dependencies:pom:999-SNAPSHOT -> org.kie:kie-pmml-dependencies:jar:999-SNAPSHOT -> org.kie:kie-pmml-models-mining-model:jar:999-SNAPSHOT @ 

@baldimir
Copy link
Contributor Author

This doesn't look like a problem connected with the change I did. Could we merge this please?

@baldimir baldimir merged commit ce62b9d into apache:main Feb 23, 2024
3 of 4 checks passed
rgdoliveira pushed a commit to rgdoliveira/incubator-kie-kogito-images that referenced this pull request Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants