-
Notifications
You must be signed in to change notification settings - Fork 80
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
[TEST] PR from fork with different name #1775
base: main
Are you sure you want to change the base?
Conversation
PR job Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-images.build-and-test/7/display/redirect Console Logsat 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 builds47 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.GeneratedMethodAccessor679.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.$Proxy255.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/7/api/json?depth=0' [Pipeline] readJSON [Pipeline] sh |
PR job Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-images.build-and-test/9/display/redirect Console Logs[Pipeline] }[Pipeline] // stage [Pipeline] } Failed in branch kogito-jobs-service-allinone Build KIE » kogito » main » pullrequest » kogito-images.build-image #13 completed: FAILURE [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-jobs-service-ephemeral Starting building: KIE » kogito » main » pullrequest » kogito-images.build-image #14 Build KIE » kogito » main » pullrequest » kogito-images.build-image #9 completed: FAILURE [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-jit-runner Build KIE » kogito » main » pullrequest » kogito-images.build-image #8 completed: FAILURE [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-base-builder Build KIE » kogito » main » pullrequest » kogito-images.build-image #14 completed: FAILURE [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-jobs-service-postgresql Build KIE » kogito » main » pullrequest » kogito-images.build-image #11 completed: FAILURE [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-data-index-ephemeral [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/9/api/json?depth=0' [Pipeline] readJSON [Pipeline] sh |
PR job Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-images.build-and-test/12/display/redirect Console LogsFrom https://github.com/jstastny-cz/kogito-images* branch test-pr-check-from-fork -> FETCH_HEAD hint: You have divergent branches and need to specify how to reconcile them. hint: You can do so by running one of the following commands sometime before hint: your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. fatal: Need to specify how to reconcile divergent branches. [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo ------------------------------------------------------------- [ERROR] Can't merge source into Target. Please rebase PR branch. ------------------------------------------------------------- Source: git://github.com/jstastny-cz/kogito-images test-pr-check-from-fork Target: 1d3c476 incubator-kie-kogito-images#1729: PR checks forks with different naming (#1776) ------------------------------------------------------------- [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate CeKit Image and Modules descriptors) Stage "Validate CeKit Image and Modules descriptors" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build & Test Images) Stage "Build & Test Images" skipped due to earlier failure(s) [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/12/api/json?depth=0' [Pipeline] readJSON [Pipeline] sh |
PR job Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-images.build-and-test/13/display/redirect Console LogsFrom https://github.com/jstastny-cz/kogito-images* branch test-pr-check-from-fork -> FETCH_HEAD hint: You have divergent branches and need to specify how to reconcile them. hint: You can do so by running one of the following commands sometime before hint: your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. fatal: Need to specify how to reconcile divergent branches. [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo ------------------------------------------------------------- [ERROR] Can't merge source into Target. Please rebase PR branch. ------------------------------------------------------------- Source: git://github.com/jstastny-cz/kogito-images test-pr-check-from-fork Target: 1d3c476 incubator-kie-kogito-images#1729: PR checks forks with different naming (#1776) ------------------------------------------------------------- [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate CeKit Image and Modules descriptors) Stage "Validate CeKit Image and Modules descriptors" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build & Test Images) Stage "Build & Test Images" skipped due to earlier failure(s) [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/13/api/json?depth=0' [Pipeline] readJSON [Pipeline] sh |
d95f6d4
to
b70ad91
Compare
PR job Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-images.build-and-test/14/display/redirect Console Logs[Pipeline] }[Pipeline] // stage [Pipeline] } Failed in branch kogito-jit-runner Starting building: KIE » kogito » main » pullrequest » kogito-images.build-image #28 Build KIE » kogito » main » pullrequest » kogito-images.build-image #27 completed: FAILURE [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-jobs-service-ephemeral Build KIE » kogito » main » pullrequest » kogito-images.build-image #23 completed: FAILURE [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-base-builder Build KIE » kogito » main » pullrequest » kogito-images.build-image #28 completed: FAILURE [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-jobs-service-postgresql Build KIE » kogito » main » pullrequest » kogito-images.build-image #22 completed: FAILURE [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-data-index-postgresql Build KIE » kogito » main » pullrequest » kogito-images.build-image #24 completed: FAILURE [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-data-index-ephemeral [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/14/api/json?depth=0' [Pipeline] readJSON [Pipeline] sh |
PR job Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-images.build-and-test/15/display/redirect Console LogsStarting building: KIE » kogito » main » pullrequest » kogito-images.build-image #34Starting building: KIE » kogito » main » pullrequest » kogito-images.build-image #32 Starting building: KIE » kogito » main » pullrequest » kogito-images.build-image #31 Starting building: KIE » kogito » main » pullrequest » kogito-images.build-image #33 Starting building: KIE » kogito » main » pullrequest » kogito-images.build-image #30 Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1775 - kogito-base-builder: https://github.com//pull/1775 completed: SUCCESS [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1775 - kogito-jit-runner: https://github.com//pull/1775 completed: SUCCESS [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1775 - kogito-jobs-service-postgresql: https://github.com//pull/1775 completed: SUCCESS [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1775 - kogito-data-index-postgresql: https://github.com//pull/1775 completed: SUCCESS [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1775 - kogito-jobs-service-ephemeral: https://github.com//pull/1775 completed: SUCCESS [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1775 - kogito-jobs-service-allinone: https://github.com//pull/1775 completed: SUCCESS [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1775 - kogito-data-index-ephemeral: https://github.com//pull/1775 completed: UNSTABLE [Pipeline] unstable WARNING: Tests on kogito-data-index-ephemeral seems to have failed [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/15/api/json?depth=0' [Pipeline] readJSON [Pipeline] sh |
Testing PR from fork where name differs from target