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

JBPM-9896 - Fix dependency for compilation Stunner on JDK 11 to JRE 8 #1766

Merged
merged 1 commit into from Sep 16, 2021

Conversation

hasys
Copy link
Member

@hasys hasys commented Sep 10, 2021

Hi @mareknovotny, @romartin, @domhanak,

I fixed the dependency, issue was when we compiling with JDK 11 for JDK 8 there are some collisions with XML API names. Since this dependency was used only for Stunner (according to comments into the POM) file, so I updated it directly without adding new dependencies.

referenced Pull Requests:

How to retest this PR or trigger a specific build:
  • a pull request please add comment: Jenkins retest (using this e.g. Jenkins retest this optional but no longer required)

  • a full downstream build please add comment: Jenkins 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

@hasys
Copy link
Member Author

hasys commented Sep 10, 2021

Jenkins run fdb

@mareknovotny
Copy link
Member

thanks @hasys ! I will look for green FDB

@hasys
Copy link
Member Author

hasys commented Sep 12, 2021

Jenkins run fdb

@hasys
Copy link
Member Author

hasys commented Sep 13, 2021

jenkins do fdb

@mbiarnes
Copy link
Contributor

@hasys jbpm-wb is failing now (as downstream in the dfb) - duplicated-classes-found
[2021-09-14T04:16:51.507Z] org.w3c:dom:jar:2.3.0-jaxb-1.0.6:provided
[2021-09-14T04:16:51.507Z] xml-apis:xml-apis:jar:1.4.01:runtime

@hasys hasys requested review from jomarko and removed request for domhanak September 14, 2021 09:32
@mareknovotny
Copy link
Member

another enforcer in jbpm-wb repository:

[2021-09-14T04:16:51.508Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (ban-duplicated-classes) on project jbpm-wb-showcase: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]
[2021-09-14T04:16:51.508Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (ban-duplicated-classes) on project jbpm-wb-showcase: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed.
[2021-09-14T04:16:51.508Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2021-09-14T04:16:51.508Z]     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2021-09-14T04:16:51.508Z]     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2021-09-14T04:16:51.508Z]     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2021-09-14T04:16:51.508Z]     at java.lang.reflect.Method.invoke (Method.java:498)
[2021-09-14T04:16:51.508Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2021-09-14T04:16:51.508Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2021-09-14T04:16:51.508Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2021-09-14T04:16:51.508Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2021-09-14T04:16:51.508Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed.
[2021-09-14T04:16:51.508Z]     at org.apache.maven.plugins.enforcer.EnforceMojo.execute (EnforceMojo.java:260)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2021-09-14T04:16:51.508Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2021-09-14T04:16:51.508Z]     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2021-09-14T04:16:51.508Z]     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2021-09-14T04:16:51.508Z]     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2021-09-14T04:16:51.508Z]     at java.lang.reflect.Method.invoke (Method.java:498)
[2021-09-14T04:16:51.508Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2021-09-14T04:16:51.508Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2021-09-14T04:16:51.508Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2021-09-14T04:16:51.508Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2021-09-14T04:16:51.508Z] [ERROR] 
[2021-09-14T04:16:51.508Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2021-09-14T04:16:51.508Z] [ERROR] 
[2021-09-14T04:16:51.508Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2021-09-14T04:16:51.508Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2021-09-14T04:16:51.508Z] [ERROR] 
[2021-09-14T04:16:51.508Z] [ERROR] After correcting the problems, you can resume the build with the command
[2021-09-14T04:16:51.508Z] [ERROR]   mvn <args> -rf :jbpm-wb-showcase

kudos to @mbiarnes who caught this enforcer error

@hasys
Copy link
Member Author

hasys commented Sep 14, 2021

@mbiarnes, @mareknovotny, thank you, PR already sent: kiegroup/jbpm-wb#1513

@jomarko
Copy link

jomarko commented Sep 14, 2021

drools-wb depends quite heavily on gwtmockito, are we fine without exclusions there?

drools-wb-screens/drools-wb-drl-text-editor/drools-wb-drl-text-editor-client/pom.xml:      <artifactId>gwtmockito</artifactId>
drools-wb-screens/drools-wb-dsl-text-editor/drools-wb-dsl-text-editor-client/pom.xml:      <artifactId>gwtmockito</artifactId>
drools-wb-screens/drools-wb-dtable-xls-editor/drools-wb-dtable-xls-editor-client/pom.xml:      <artifactId>gwtmockito</artifactId>
drools-wb-screens/drools-wb-enum-editor/drools-wb-enum-editor-client/pom.xml:      <artifactId>gwtmockito</artifactId>
drools-wb-screens/drools-wb-globals-editor/drools-wb-globals-editor-client/pom.xml:      <artifactId>gwtmockito</artifactId>
drools-wb-screens/drools-wb-guided-dtable-editor/drools-wb-guided-dtable-editor-client/pom.xml:      <artifactId>gwtmockito</artifactId>
drools-wb-screens/drools-wb-guided-dtree-editor/drools-wb-guided-dtree-editor-client/pom.xml:      <artifactId>gwtmockito</artifactId>
drools-wb-screens/drools-wb-guided-rule-editor/drools-wb-guided-rule-editor-client/pom.xml:      <artifactId>gwtmockito</artifactId>
drools-wb-screens/drools-wb-guided-scorecard-editor/drools-wb-guided-scorecard-editor-client/pom.xml:      <artifactId>gwtmockito</artifactId>
drools-wb-screens/drools-wb-guided-template-editor/drools-wb-guided-template-editor-client/pom.xml:      <artifactId>gwtmockito</artifactId>
drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-businesscentral-client/pom.xml:      <artifactId>gwtmockito</artifactId>
drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-client/pom.xml:      <artifactId>gwtmockito</artifactId>
drools-wb-screens/drools-wb-scorecard-xls-editor/drools-wb-scorecard-xls-editor-client/pom.xml:      <artifactId>gwtmockito</artifactId>
drools-wb-screens/drools-wb-test-scenario-editor/drools-wb-test-scenario-editor-client/pom.xml:      <artifactId>gwtmockito</artifactId>
drools-wb-screens/drools-wb-workitems-editor/drools-wb-workitems-editor-client/pom.xml:      <artifactId>gwtmockito</artifactId>
drools-wb-services/drools-wb-verifier/drools-wb-verifier-guided-decision-table-adapter/pom.xml:            <artifactId>gwtmockito</artifactId>
drools-wb-webapp/pom.xml:      <artifactId>gwtmockito</artifactId>

@hasys
Copy link
Member Author

hasys commented Sep 14, 2021

jenkins do fdb

@hasys
Copy link
Member Author

hasys commented Sep 14, 2021

jenkins do cdb

@hasys hasys changed the title Fix dependency for compilation Stunner on JDK 11 to JRE 8 JBPM-9896 - Fix dependency for compilation Stunner on JDK 11 to JRE 8 Sep 14, 2021
@mbiarnes
Copy link
Contributor

Jenkins run cdb

@hasys
Copy link
Member Author

hasys commented Sep 14, 2021

FDC was restarted because of network issue:

Click to expand
[2021-09-14T13:42:31.057Z] [ERROR] Failed to execute goal on project google-maps-workitem: Could not resolve dependencies for project org.jbpm.contrib:google-maps-workitem:jar:7.60.0-SNAPSHOT: The following artifacts could not be resolved: org.mortbay.jetty:servlet-api:jar:2.5-20081211, com.google.http-client:google-http-client:jar:1.23.0: Could not transfer artifact org.mortbay.jetty:servlet-api:jar:2.5-20081211 from/to mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/): /home/jenkins/.m2/repository/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar.part (No such file or directory) -> [Help 1]
[2021-09-14T13:42:31.057Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project google-maps-workitem: Could not resolve dependencies for project org.jbpm.contrib:google-maps-workitem:jar:7.60.0-SNAPSHOT: The following artifacts could not be resolved: org.mortbay.jetty:servlet-api:jar:2.5-20081211, com.google.http-client:google-http-client:jar:1.23.0: Could not transfer artifact org.mortbay.jetty:servlet-api:jar:2.5-20081211 from/to mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/): /home/jenkins/.m2/repository/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar.part (No such file or directory)

@hasys
Copy link
Member Author

hasys commented Sep 14, 2021

Hi @mareknovotny, @mbiarnes,

looks like it finished well, but it is read due to some Jenkins issues, see stacktrace. I didn't found any issues with enforcer so I think it should be fine. I will restart the FDC in case of issue was just temporary and we have a chance to get green build for tomorrow.

Click to expand
[2021-09-14T17:18:20.604Z] [CheckStyle] Successfully parsed file /home/jenkins/workspace/KIE/main/compile/droolsjbpm-build-bootstrap-main.compile/bc/kiegroup_optaweb_vehicle_routing/target/checkstyle.log
[2021-09-14T17:18:20.604Z] [CheckStyle] -> found 0 issues (skipped 0 duplicates)
Resuming build at Tue Sep 14 17:20:39 UTC 2021 after Jenkins restart
Waiting to resume part of KIE » main » compileDownstream » droolsjbpm-build-bootstrap-main.compile #39: Finished waiting
Ready to run at Tue Sep 14 17:20:40 UTC 2021
[2021-09-14T17:20:40.780Z] Timeout set to expire in 9 hr 19 min
[Pipeline] }
[Pipeline] // script
Error when executing always post condition:
java.lang.Exception: Resume after a restart not supported for non-blocking synchronous steps
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.onResume(SynchronousNonBlockingStepExecution.java:75)
	at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ItemListenerImpl$1.onSuccess(FlowExecutionList.java:185)
	at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ItemListenerImpl$1.onSuccess(FlowExecutionList.java:180)
	at com.google.common.util.concurrent.Futures$6.run(Futures.java:975)
	at org.jenkinsci.plugins.workflow.flow.DirectExecutor.execute(DirectExecutor.java:33)
	at com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair.execute(ExecutionList.java:149)
	at com.google.common.util.concurrent.ExecutionList.execute(ExecutionList.java:134)
	at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:170)
	at com.google.common.util.concurrent.SettableFuture.set(SettableFuture.java:53)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$5.onSuccess(CpsFlowExecution.java:1021)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$5.onSuccess(CpsFlowExecution.java:999)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$4$1.run(CpsFlowExecution.java:917)
	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.run(CpsVmExecutorService.java:38)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

[Pipeline] sh
[2021-09-14T17:20:42.415Z] + /home/jenkins/workspace/KIE/main/compile/droolsjbpm-build-bootstrap-main.compile/trace.sh
[2021-09-14T17:20:42.416Z] --2021-09-14 13:20:41-- https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/main/job/compile/job/droolsjbpm-build-bootstrap-main.compile/39/consoleText
[2021-09-14T17:20:42.416Z] Resolving eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com (eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com)... 10.0.38.36
[2021-09-14T17:20:42.416Z] Connecting to eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com (eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com)|10.0.38.36|:443... connected.
[2021-09-14T17:20:42.416Z] HTTP request sent, awaiting response... 503 Service Unavailable
[2021-09-14T17:20:42.416Z] 2021-09-14 13:20:41 ERROR 503: Service Unavailable.
[2021-09-14T17:20:42.416Z]
[2021-09-14T17:20:42.416Z] tail: cannot open ‘consoleText’ for reading: No such file or directory
[Pipeline] script
[Pipeline] {
[Pipeline] emailext
[2021-09-14T17:20:43.055Z] Not sending mail to unregistered user noreply@github.com because your SCM claimed this was associated with a user ID ‘noreply' which your security realm does not recognize; you may need changes in your SCM plugin
[2021-09-14T17:20:43.615Z] Sending email to: mbiarnes@redhat.com
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2021-09-14T17:20:44.251Z] [INFO] Clean workspace
[Pipeline] cleanWs
[2021-09-14T17:20:44.273Z] [WS-CLEANUP] Deleting project workspace...
[2021-09-14T17:20:44.273Z] [WS-CLEANUP] Deferred wipeout is used...
[2021-09-14T17:20:44.285Z] [WS-CLEANUP] done
[Pipeline] echo
[2021-09-14T17:20:44.296Z] [INFO] Workspace cleaned
[Pipeline] echo
[2021-09-14T17:20:44.306Z] [INFO] Cleanup Maven artifacts
[Pipeline] sh
[2021-09-14T17:20:44.686Z] + rm -rf /home/jenkins/.m2/repository
[Pipeline] echo
[2021-09-14T17:20:48.970Z] [INFO] .m2/repository cleaned
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
java.lang.Exception: Resume after a restart not supported for non-blocking synchronous steps
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.onResume(SynchronousNonBlockingStepExecution.java:75)
at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ItemListenerImpl$1.onSuccess(FlowExecutionList.java:185)
at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ItemListenerImpl$1.onSuccess(FlowExecutionList.java:180)
at com.google.common.util.concurrent.Futures$6.run(Futures.java:975)
at org.jenkinsci.plugins.workflow.flow.DirectExecutor.execute(DirectExecutor.java:33)
at com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair.execute(ExecutionList.java:149)
at com.google.common.util.concurrent.ExecutionList.execute(ExecutionList.java:134)
at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:170)
at com.google.common.util.concurrent.SettableFuture.set(SettableFuture.java:53)
at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$5.onSuccess(CpsFlowExecution.java:1021)
at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$5.onSuccess(CpsFlowExecution.java:999)
at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$4$1.run(CpsFlowExecution.java:917)
at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.run(CpsVmExecutorService.java:38)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Adding one-line test results to commit status...
Setting status of 3de6de80751849dfc6be83ce48646ed0e84da7b8 to FAILURE with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/main/job/compile/job/droolsjbpm-build-bootstrap-main.compile/39/ and message: 'Build finished. 16 tests run, 0 skipped, 0 failed.'
Using context: Linux - Compile Downstream Build
Finished: FAILURE

@hasys
Copy link
Member Author

hasys commented Sep 14, 2021

jenkins do cdb

@hasys
Copy link
Member Author

hasys commented Sep 14, 2021

Due to execution build in the evening, run redownloaded this dependency on midnight. Rebuilding

Click to expand
[2021-09-14T20:33:54.141Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[2021-09-14T20:33:54.141Z] [ERROR] 'dependencies.dependency.version' for org.w3c:dom:jar is missing. @ line 96, column 17
[2021-09-14T20:33:54.141Z]  @ 
[2021-09-14T20:33:54.141Z] [ERROR] The build could not read 1 project -> [Help 1]
[2021-09-14T20:33:54.141Z] org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[2021-09-14T20:33:54.141Z] [ERROR] 'dependencies.dependency.version' for org.w3c:dom:jar is missing. @ line 96, column 17
[2021-09-14T20:33:54.141Z] 
[2021-09-14T20:33:54.141Z]     at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:397)
[2021-09-14T20:33:54.141Z]     at org.apache.maven.graph.DefaultGraphBuilder.collectProjects (DefaultGraphBuilder.java:414)
[2021-09-14T20:33:54.141Z]     at org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor (DefaultGraphBuilder.java:405)
[2021-09-14T20:33:54.141Z]     at org.apache.maven.graph.DefaultGraphBuilder.build (DefaultGraphBuilder.java:82)
[2021-09-14T20:33:54.141Z]     at org.apache.maven.DefaultMaven.buildGraph (DefaultMaven.java:507)
[2021-09-14T20:33:54.141Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:219)
[2021-09-14T20:33:54.141Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2021-09-14T20:33:54.141Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2021-09-14T20:33:54.141Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2021-09-14T20:33:54.141Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2021-09-14T20:33:54.141Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2021-09-14T20:33:54.141Z]     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2021-09-14T20:33:54.141Z]     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2021-09-14T20:33:54.141Z]     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2021-09-14T20:33:54.141Z]     at java.lang.reflect.Method.invoke (Method.java:498)
[2021-09-14T20:33:54.141Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2021-09-14T20:33:54.141Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2021-09-14T20:33:54.141Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2021-09-14T20:33:54.141Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2021-09-14T20:33:54.141Z] [ERROR]   
[2021-09-14T20:33:54.141Z] [ERROR]   The project org.kie.workbench.stunner:kie-wb-common-stunner-svg-gen:7.60.0-SNAPSHOT (/home/jenkins/workspace/KIE/main/compile/droolsjbpm-build-bootstrap-main.compile/bc/kiegroup_kie_wb_common/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-svg/kie-wb-common-stunner-svg-gen/pom.xml) has 1 error
[2021-09-14T20:33:54.141Z] [ERROR]     'dependencies.dependency.version' for org.w3c:dom:jar is missing. @ line 96, column 17
[2021-09-14T20:33:54.141Z] [ERROR] 
[2021-09-14T20:33:54.141Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2021-09-14T20:33:54.141Z] [ERROR] 
[2021-09-14T20:33:54.141Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2021-09-14T20:33:54.141Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[2021-09-14T20:33:54.141Z] [INFO]  Archive artifact won't be executed
[2021-09-14T20:33:54.141Z] [ERROR]  [kiegroup/kie-wb-common] error executing command 'mvn -e -nsu -fae --builder smart -T1C clean install -Dfull -DskipTests -Dgwt.compiler.skip=true -Dgwt.skipCompilation=true -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/main/compile/droolsjbpm-build-bootstrap-main.compile@tmp/config8708692566072918432tmp -Dmaven.wagon.http.ssl.insecure=true'
[2021-09-14T20:33:54.142Z] [ERROR]  Command executions have failed, please review latest execution Error: [kiegroup/kie-wb-common] error executing command 'mvn -e -nsu -fae --builder smart -T1C clean install -Dfull -DskipTests -Dgwt.compiler.skip=true -Dgwt.skipCompilation=true -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/main/compile/droolsjbpm-build-bootstrap-main.compile@tmp/config8708692566072918432tmp -Dmaven.wagon.http.ssl.insecure=true'

@hasys
Copy link
Member Author

hasys commented Sep 14, 2021

jenkins do cdb

@hasys
Copy link
Member Author

hasys commented Sep 15, 2021

Again network issue on FDC

Click to expand
[2021-09-15T00:47:50.114Z] [ERROR] Failed to execute goal on project google-sheets-workitem: Could not resolve dependencies for project org.jbpm.contrib:google-sheets-workitem:jar:7.60.0-SNAPSHOT: Could not transfer artifact org.mortbay.jetty:servlet-api:jar:2.5-20081211 from/to mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/): /home/jenkins/.m2/repository/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar.part (No such file or directory) -> [Help 1]
[2021-09-15T00:47:50.114Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project google-sheets-workitem: Could not resolve dependencies for project org.jbpm.contrib:google-sheets-workitem:jar:7.60.0-SNAPSHOT: Could not transfer artifact org.mortbay.jetty:servlet-api:jar:2.5-20081211 from/to mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/): /home/jenkins/.m2/repository/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar.part (No such file or directory)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:269)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2021-09-15T00:47:50.114Z]     at io.takari.maven.builder.smart.SmartBuilderImpl.buildProject (SmartBuilderImpl.java:205)
[2021-09-15T00:47:50.114Z]     at io.takari.maven.builder.smart.SmartBuilderImpl$ProjectBuildTask.run (SmartBuilderImpl.java:77)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:511)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:266)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
[2021-09-15T00:47:50.114Z]     at java.lang.Thread.run (Thread.java:748)
[2021-09-15T00:47:50.114Z] Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.jbpm.contrib:google-sheets-workitem:jar:7.60.0-SNAPSHOT: Could not transfer artifact org.mortbay.jetty:servlet-api:jar:2.5-20081211 from/to mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/): /home/jenkins/.m2/repository/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar.part (No such file or directory)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:209)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2021-09-15T00:47:50.114Z]     at io.takari.maven.builder.smart.SmartBuilderImpl.buildProject (SmartBuilderImpl.java:205)
[2021-09-15T00:47:50.114Z]     at io.takari.maven.builder.smart.SmartBuilderImpl$ProjectBuildTask.run (SmartBuilderImpl.java:77)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:511)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:266)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
[2021-09-15T00:47:50.114Z]     at java.lang.Thread.run (Thread.java:748)
[2021-09-15T00:47:50.114Z] Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Could not transfer artifact org.mortbay.jetty:servlet-api:jar:2.5-20081211 from/to mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/): /home/jenkins/.m2/repository/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar.part (No such file or directory)
[2021-09-15T00:47:50.114Z]     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:357)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:202)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2021-09-15T00:47:50.114Z]     at io.takari.maven.builder.smart.SmartBuilderImpl.buildProject (SmartBuilderImpl.java:205)
[2021-09-15T00:47:50.114Z]     at io.takari.maven.builder.smart.SmartBuilderImpl$ProjectBuildTask.run (SmartBuilderImpl.java:77)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:511)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:266)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
[2021-09-15T00:47:50.114Z]     at java.lang.Thread.run (Thread.java:748)
[2021-09-15T00:47:50.114Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not transfer artifact org.mortbay.jetty:servlet-api:jar:2.5-20081211 from/to mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/): /home/jenkins/.m2/repository/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar.part (No such file or directory)
[2021-09-15T00:47:50.114Z]     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:424)
[2021-09-15T00:47:50.114Z]     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2021-09-15T00:47:50.114Z]     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:202)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2021-09-15T00:47:50.114Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2021-09-15T00:47:50.114Z]     at io.takari.maven.builder.smart.SmartBuilderImpl.buildProject (SmartBuilderImpl.java:205)
[2021-09-15T00:47:50.114Z]     at io.takari.maven.builder.smart.SmartBuilderImpl$ProjectBuildTask.run (SmartBuilderImpl.java:77)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:511)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:266)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
[2021-09-15T00:47:50.114Z]     at java.lang.Thread.run (Thread.java:748)
[2021-09-15T00:47:50.114Z] Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.mortbay.jetty:servlet-api:jar:2.5-20081211 from/to mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/): /home/jenkins/.m2/repository/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar.part (No such file or directory)
[2021-09-15T00:47:50.114Z]     at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed (ArtifactTransportListener.java:52)
[2021-09-15T00:47:50.114Z]     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:369)
[2021-09-15T00:47:50.114Z]     at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
[2021-09-15T00:47:50.114Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
[2021-09-15T00:47:50.114Z]     at java.lang.Thread.run (Thread.java:748)
[2021-09-15T00:47:50.114Z] Caused by: java.io.FileNotFoundException: /home/jenkins/.m2/repository/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar.part (No such file or directory)
[2021-09-15T00:47:50.114Z]     at java.io.FileInputStream.open0 (Native Method)
[2021-09-15T00:47:50.114Z]     at java.io.FileInputStream.open (FileInputStream.java:195)
[2021-09-15T00:47:50.115Z]     at java.io.FileInputStream. (FileInputStream.java:138)
[2021-09-15T00:47:50.115Z]     at org.eclipse.aether.internal.impl.DefaultFileProcessor.copy (DefaultFileProcessor.java:162)
[2021-09-15T00:47:50.115Z]     at org.eclipse.aether.internal.impl.DefaultFileProcessor.copy (DefaultFileProcessor.java:150)
[2021-09-15T00:47:50.115Z]     at org.eclipse.aether.internal.impl.DefaultFileProcessor.move (DefaultFileProcessor.java:251)
[2021-09-15T00:47:50.115Z]     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:482)
[2021-09-15T00:47:50.115Z]     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:364)
[2021-09-15T00:47:50.115Z]     at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
[2021-09-15T00:47:50.115Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
[2021-09-15T00:47:50.115Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
[2021-09-15T00:47:50.115Z]     at java.lang.Thread.run (Thread.java:748)
[2021-09-15T00:47:50.115Z] [ERROR] 
[2021-09-15T00:47:50.115Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2021-09-15T00:47:50.115Z] [ERROR] 
[2021-09-15T00:47:50.115Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2021-09-15T00:47:50.115Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[2021-09-15T00:47:50.115Z] [ERROR] 
[2021-09-15T00:47:50.115Z] [ERROR] After correcting the problems, you can resume the build with the command
[2021-09-15T00:47:50.115Z] [ERROR]   mvn  -rf :google-sheets-workitem
[2021-09-15T00:47:50.371Z] [INFO]  Archive artifact won't be executed
[2021-09-15T00:47:50.626Z] [ERROR]  [kiegroup/jbpm-work-items] error executing command 'mvn -e -nsu -fae --builder smart -T1C clean install -Dfull -DskipTests -Dgwt.compiler.skip=true -Dgwt.skipCompilation=true -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/main/compile/droolsjbpm-build-bootstrap-main.compile@tmp/config4077662008989065700tmp -Dmaven.wagon.http.ssl.insecure=true'
[2021-09-15T00:47:50.626Z] [ERROR]  Command executions have failed, please review latest execution Error: [kiegroup/jbpm-work-items] error executing command 'mvn -e -nsu -fae --builder smart -T1C clean install -Dfull -DskipTests -Dgwt.compiler.skip=true -Dgwt.skipCompilation=true -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/main/compile/droolsjbpm-build-bootstrap-main.compile@tmp/config4077662008989065700tmp -Dmaven.wagon.http.ssl.insecure=true'

@hasys
Copy link
Member Author

hasys commented Sep 15, 2021

FDB failed with timeout

Click to expand
[2021-09-15T05:48:52.945Z] Cancelling nested steps due to timeout
[2021-09-15T05:48:52.946Z] Could not connect to kie-psi-rhel7-xlarge-xmem-1527 to send interrupt signal to process
[Pipeline] }
[2021-09-15T05:48:52.962Z] kie-psi-rhel7-xlarge-xmem-1527 was marked offline: Connection was broken: java.io.EOFException
[2021-09-15T05:48:52.962Z] 	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2798)
[2021-09-15T05:48:52.962Z] 	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3273)
[2021-09-15T05:48:52.962Z] 	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:933)
[2021-09-15T05:48:52.962Z] 	at java.io.ObjectInputStream.(ObjectInputStream.java:395)
[2021-09-15T05:48:52.962Z] 	at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
[2021-09-15T05:48:52.962Z] 	at hudson.remoting.Command.readFrom(Command.java:142)
[2021-09-15T05:48:52.962Z] 	at hudson.remoting.Command.readFrom(Command.java:128)
[2021-09-15T05:48:52.962Z] 	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
[2021-09-15T05:48:52.962Z] 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
[2021-09-15T05:48:52.962Z] Caused: java.io.IOException: Unexpected termination of the channel
[2021-09-15T05:48:52.962Z] 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
[2021-09-15T05:48:52.962Z] 
[Pipeline] // withCredentials
[Pipeline] }
[2021-09-15T05:48:53.018Z] kie-psi-rhel7-xlarge-xmem-1527 was marked offline: Connection was broken: java.io.EOFException
[2021-09-15T05:48:53.018Z] 	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2798)
[2021-09-15T05:48:53.018Z] 	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3273)
[2021-09-15T05:48:53.018Z] 	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:933)
[2021-09-15T05:48:53.018Z] 	at java.io.ObjectInputStream.(ObjectInputStream.java:395)
[2021-09-15T05:48:53.018Z] 	at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
[2021-09-15T05:48:53.018Z] 	at hudson.remoting.Command.readFrom(Command.java:142)
[2021-09-15T05:48:53.018Z] 	at hudson.remoting.Command.readFrom(Command.java:128)
[2021-09-15T05:48:53.018Z] 	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
[2021-09-15T05:48:53.018Z] 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
[2021-09-15T05:48:53.018Z] Caused: java.io.IOException: Unexpected termination of the channel
[2021-09-15T05:48:53.018Z] 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
[2021-09-15T05:48:53.466Z] ERROR: Issue with creating launcher for agent kie-psi-rhel7-xlarge-xmem-1527. The agent has not been fully initialized yet
[2021-09-15T05:48:53.467Z] kie-psi-rhel7-xlarge-xmem-1527 was marked offline: Connection was broken: java.io.EOFException
[2021-09-15T05:48:53.467Z] 	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2798)
[2021-09-15T05:48:53.467Z] 	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3273)
[2021-09-15T05:48:53.467Z] 	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:933)
[2021-09-15T05:48:53.467Z] 	at java.io.ObjectInputStream.(ObjectInputStream.java:395)
[2021-09-15T05:48:53.467Z] 	at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
[2021-09-15T05:48:53.467Z] 	at hudson.remoting.Command.readFrom(Command.java:142)
[2021-09-15T05:48:53.467Z] 	at hudson.remoting.Command.readFrom(Command.java:128)
[2021-09-15T05:48:53.467Z] 	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
[2021-09-15T05:48:53.467Z] 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
[2021-09-15T05:48:53.467Z] Caused: java.io.IOException: Unexpected termination of the channel
[2021-09-15T05:48:53.467Z] 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
[2021-09-15T05:48:53.467Z] 
Error when executing always post condition:
Also:   hudson.model.Computer$TerminationRequest: Termination requested at Tue Sep 14 22:28:24 UTC 2021 by Thread[Ping thread for channel hudson.remoting.Channel@160acab4:kie-psi-rhel7-xlarge-xmem-1527,5,main] [id=1045]
		at hudson.model.Computer.recordTermination(Computer.java:228)
		at hudson.model.Computer.disconnect(Computer.java:495)
		at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:759)
		at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
		at hudson.remoting.PingThread.ping(PingThread.java:134)
		at hudson.remoting.PingThread.run(PingThread.java:90)
java.io.IOException: Unable to create live FilePath for kie-psi-rhel7-xlarge-xmem-1527
	at org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext.get(FilePathDynamicContext.java:64)
	at org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext.get(FilePathDynamicContext.java:47)
	at org.jenkinsci.plugins.workflow.steps.DynamicContext$Typed.get(DynamicContext.java:94)
	at org.jenkinsci.plugins.workflow.cps.ContextVariableSet.get(ContextVariableSet.java:139)
	at org.jenkinsci.plugins.workflow.cps.CpsThread.getContextVariable(CpsThread.java:135)
	at org.jenkinsci.plugins.workflow.cps.CpsStepContext.doGet(CpsStepContext.java:297)
	at org.jenkinsci.plugins.workflow.support.DefaultStepContext.get(DefaultStepContext.java:75)
	at org.jenkinsci.plugins.workflow.steps.StepDescriptor.checkContextAvailability(StepDescriptor.java:264)
	at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:296)
	at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:193)
	at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:122)
	at sun.reflect.GeneratedMethodAccessor241.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1213)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1022)
	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:42)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:163)
	at org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:158)
	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:161)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:165)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:135)
	at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
	at WorkflowScript.run(WorkflowScript:131)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.delegateAndExecute(ModelInterpreter.groovy:137)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy:756)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.catchRequiredContextForNode(ModelInterpreter.groovy:395)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.catchRequiredContextForNode(ModelInterpreter.groovy:393)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy:755)
	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2030)
	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2015)
	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2056)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy:745)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.executePostBuild(ModelInterpreter.groovy:723)
	at ___cps.transform___(Native Method)
	at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:86)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:113)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83)
	at sun.reflect.GeneratedMethodAccessor195.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
	at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.dispatch(CollectionLiteralBlock.java:55)
	at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.item(CollectionLiteralBlock.java:45)
	at sun.reflect.GeneratedMethodAccessor198.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
	at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
	at com.cloudbees.groovy.cps.Next.step(Next.java:83)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:129)
	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:268)
	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51)
	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:185)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:400)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$400(CpsThreadGroup.java:96)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:312)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:276)
	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:67)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

[2021-09-15T05:48:53.523Z] kie-psi-rhel7-xlarge-xmem-1527 was marked offline: Connection was broken: java.io.EOFException
[2021-09-15T05:48:53.523Z] at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2798)
[2021-09-15T05:48:53.523Z] at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3273)
[2021-09-15T05:48:53.523Z] at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:933)
[2021-09-15T05:48:53.523Z] at java.io.ObjectInputStream.(ObjectInputStream.java:395)
[2021-09-15T05:48:53.523Z] at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
[2021-09-15T05:48:53.523Z] at hudson.remoting.Command.readFrom(Command.java:142)
[2021-09-15T05:48:53.523Z] at hudson.remoting.Command.readFrom(Command.java:128)
[2021-09-15T05:48:53.523Z] at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
[2021-09-15T05:48:53.523Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
[2021-09-15T05:48:53.523Z] Caused: java.io.IOException: Unexpected termination of the channel
[2021-09-15T05:48:53.523Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Error when executing aborted post condition:
Also: hudson.model.Computer$TerminationRequest: Termination requested at Tue Sep 14 22:28:24 UTC 2021 by Thread[Ping thread for channel hudson.remoting.Channel@160acab4:kie-psi-rhel7-xlarge-xmem-1527,5,main] [id=1045]
at hudson.model.Computer.recordTermination(Computer.java:228)
at hudson.model.Computer.disconnect(Computer.java:495)
at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:759)
at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
at hudson.remoting.PingThread.ping(PingThread.java:134)
at hudson.remoting.PingThread.run(PingThread.java:90)
java.io.IOException: Unable to create live FilePath for kie-psi-rhel7-xlarge-xmem-1527
at org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext.get(FilePathDynamicContext.java:64)
at org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext.get(FilePathDynamicContext.java:47)
at org.jenkinsci.plugins.workflow.steps.DynamicContext$Typed.get(DynamicContext.java:94)
at org.jenkinsci.plugins.workflow.cps.ContextVariableSet.get(ContextVariableSet.java:139)
at org.jenkinsci.plugins.workflow.cps.CpsThread.getContextVariable(CpsThread.java:135)
at org.jenkinsci.plugins.workflow.cps.CpsStepContext.doGet(CpsStepContext.java:297)
at org.jenkinsci.plugins.workflow.support.DefaultStepContext.get(DefaultStepContext.java:75)
at hudson.plugins.emailext.EmailExtStep$EmailExtStepExecution.run(EmailExtStep.java:243)
at hudson.plugins.emailext.EmailExtStep$EmailExtStepExecution.run(EmailExtStep.java:183)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2021-09-15T05:48:53.619Z] [INFO] Clean workspace
[Pipeline] cleanWs
[2021-09-15T05:48:53.632Z] kie-psi-rhel7-xlarge-xmem-1527 was marked offline: Connection was broken: java.io.EOFException
[2021-09-15T05:48:53.633Z] at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2798)
[2021-09-15T05:48:53.633Z] at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3273)
[2021-09-15T05:48:53.633Z] at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:933)
[2021-09-15T05:48:53.633Z] at java.io.ObjectInputStream.(ObjectInputStream.java:395)
[2021-09-15T05:48:53.633Z] at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
[2021-09-15T05:48:53.633Z] at hudson.remoting.Command.readFrom(Command.java:142)
[2021-09-15T05:48:53.633Z] at hudson.remoting.Command.readFrom(Command.java:128)
[2021-09-15T05:48:53.633Z] at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
[2021-09-15T05:48:53.633Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
[2021-09-15T05:48:53.633Z] Caused: java.io.IOException: Unexpected termination of the channel
[2021-09-15T05:48:53.633Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
[2021-09-15T05:48:53.633Z]
[Pipeline] }
[Pipeline] // script
Error when executing cleanup post condition:
Also: hudson.model.Computer$TerminationRequest: Termination requested at Tue Sep 14 22:28:24 UTC 2021 by Thread[Ping thread for channel hudson.remoting.Channel@160acab4:kie-psi-rhel7-xlarge-xmem-1527,5,main] [id=1045]
at hudson.model.Computer.recordTermination(Computer.java:228)
at hudson.model.Computer.disconnect(Computer.java:495)
at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:759)
at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
at hudson.remoting.PingThread.ping(PingThread.java:134)
at hudson.remoting.PingThread.run(PingThread.java:90)
java.io.IOException: Unable to create live FilePath for kie-psi-rhel7-xlarge-xmem-1527
at org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext.get(FilePathDynamicContext.java:64)
at org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext.get(FilePathDynamicContext.java:47)
at org.jenkinsci.plugins.workflow.steps.DynamicContext$Typed.get(DynamicContext.java:94)
at org.jenkinsci.plugins.workflow.cps.ContextVariableSet.get(ContextVariableSet.java:139)
at org.jenkinsci.plugins.workflow.cps.CpsThread.getContextVariable(CpsThread.java:135)
at org.jenkinsci.plugins.workflow.cps.CpsStepContext.doGet(CpsStepContext.java:297)
at org.jenkinsci.plugins.workflow.support.DefaultStepContext.get(DefaultStepContext.java:75)
at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:81)
at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:69)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

Timeout has been exceeded
Also: hudson.model.Computer$TerminationRequest: Termination requested at Tue Sep 14 22:28:24 UTC 2021 by Thread[Ping thread for channel hudson.remoting.Channel@160acab4:kie-psi-rhel7-xlarge-xmem-1527,5,main] [id=1045]
at hudson.model.Computer.recordTermination(Computer.java:228)
at hudson.model.Computer.disconnect(Computer.java:495)
at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:759)
at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
at hudson.remoting.PingThread.ping(PingThread.java:134)
at hudson.remoting.PingThread.run(PingThread.java:90)
java.io.IOException: Unable to create live FilePath for kie-psi-rhel7-xlarge-xmem-1527
at org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext.get(FilePathDynamicContext.java:64)
at org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext.get(FilePathDynamicContext.java:47)
at org.jenkinsci.plugins.workflow.steps.DynamicContext$Typed.get(DynamicContext.java:94)
at org.jenkinsci.plugins.workflow.cps.ContextVariableSet.get(ContextVariableSet.java:139)
at org.jenkinsci.plugins.workflow.cps.CpsThread.getContextVariable(CpsThread.java:135)
at org.jenkinsci.plugins.workflow.cps.CpsStepContext.doGet(CpsStepContext.java:297)
at org.jenkinsci.plugins.workflow.cps.CpsBodySubContext.doGet(CpsBodySubContext.java:88)
at org.jenkinsci.plugins.workflow.support.DefaultStepContext.get(DefaultStepContext.java:75)
at org.jenkinsci.plugins.credentialsbinding.impl.BindingStep$Callback.finished(BindingStep.java:265)
at org.jenkinsci.plugins.credentialsbinding.impl.BindingStep$Execution2$Callback2.finished(BindingStep.java:170)
at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution$TailCall.lambda$onFailure$1(GeneralNonBlockingStepExecution.java:156)
at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Also: hudson.model.Computer$TerminationRequest: Termination requested at Tue Sep 14 22:28:24 UTC 2021 by Thread[Ping thread for channel hudson.remoting.Channel@160acab4:kie-psi-rhel7-xlarge-xmem-1527,5,main] [id=1045]
at hudson.model.Computer.recordTermination(Computer.java:228)
at hudson.model.Computer.disconnect(Computer.java:495)
at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:759)
at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
at hudson.remoting.PingThread.ping(PingThread.java:134)
at hudson.remoting.PingThread.run(PingThread.java:90)
java.io.IOException: Unable to create live FilePath for kie-psi-rhel7-xlarge-xmem-1527
at org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext.get(FilePathDynamicContext.java:64)
at org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext.get(FilePathDynamicContext.java:47)
at org.jenkinsci.plugins.workflow.steps.DynamicContext$Typed.get(DynamicContext.java:94)
at org.jenkinsci.plugins.workflow.cps.ContextVariableSet.get(ContextVariableSet.java:139)
at org.jenkinsci.plugins.workflow.cps.CpsThread.getContextVariable(CpsThread.java:135)
at org.jenkinsci.plugins.workflow.cps.CpsStepContext.doGet(CpsStepContext.java:297)
at org.jenkinsci.plugins.workflow.cps.CpsBodySubContext.doGet(CpsBodySubContext.java:88)
at org.jenkinsci.plugins.workflow.support.DefaultStepContext.get(DefaultStepContext.java:75)
at org.jenkinsci.plugins.workflow.steps.CoreWrapperStep$Callback.finished(CoreWrapperStep.java:179)
at org.jenkinsci.plugins.workflow.steps.CoreWrapperStep$Execution2$Callback2.finished(CoreWrapperStep.java:145)
at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution$TailCall.lambda$onFailure$1(GeneralNonBlockingStepExecution.java:156)
at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Adding one-line test results to commit status...
Setting status of 3de6de80751849dfc6be83ce48646ed0e84da7b8 to FAILURE with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/main/job/fdb/job/droolsjbpm-build-bootstrap-main.fdb/139/ and message: 'Build finished. No test results found.'
Using context: Linux - Full Downstream Build
Finished: ABORTED

@hasys
Copy link
Member Author

hasys commented Sep 15, 2021

jenkins do fdb

@hasys
Copy link
Member Author

hasys commented Sep 15, 2021

jenkins do cdb

@hasys
Copy link
Member Author

hasys commented Sep 15, 2021

Again Could not transfer artifact on FDC @mareknovotny, @mbiarnes, @jomarko is it some known issue?

Click to expand
[2021-09-15T09:24:49.707Z] [ERROR] Failed to execute goal on project keycloak-kie-server-spring-boot-sample: Could not resolve dependencies for project org.kie:keycloak-kie-server-spring-boot-sample:jar:7.60.0-SNAPSHOT: Could not transfer artifact org.rnorth.visible-assertions:visible-assertions:jar:2.1.2 from/to mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/): /home/jenkins/.m2/repository/org/rnorth/visible-assertions/visible-assertions/2.1.2/visible-assertions-2.1.2.jar.part (No such file or directory) -> [Help 1]
[2021-09-15T09:24:49.707Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project keycloak-kie-server-spring-boot-sample: Could not resolve dependencies for project org.kie:keycloak-kie-server-spring-boot-sample:jar:7.60.0-SNAPSHOT: Could not transfer artifact org.rnorth.visible-assertions:visible-assertions:jar:2.1.2 from/to mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/): /home/jenkins/.m2/repository/org/rnorth/visible-assertions/visible-assertions/2.1.2/visible-assertions-2.1.2.jar.part (No such file or directory)
[2021-09-15T09:24:49.707Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:269)
[2021-09-15T09:24:49.707Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2021-09-15T09:24:49.707Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2021-09-15T09:24:49.707Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2021-09-15T09:24:49.707Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2021-09-15T09:24:49.707Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2021-09-15T09:24:49.707Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2021-09-15T09:24:49.707Z]     at io.takari.maven.builder.smart.SmartBuilderImpl.buildProject (SmartBuilderImpl.java:205)
[2021-09-15T09:24:49.707Z]     at io.takari.maven.builder.smart.SmartBuilderImpl$ProjectBuildTask.run (SmartBuilderImpl.java:77)
[2021-09-15T09:24:49.707Z]     at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:511)
[2021-09-15T09:24:49.707Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:266)
[2021-09-15T09:24:49.707Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
[2021-09-15T09:24:49.707Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
[2021-09-15T09:24:49.707Z]     at java.lang.Thread.run (Thread.java:748)
[2021-09-15T09:24:49.707Z] Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.kie:keycloak-kie-server-spring-boot-sample:jar:7.60.0-SNAPSHOT: Could not transfer artifact org.rnorth.visible-assertions:visible-assertions:jar:2.1.2 from/to mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/): /home/jenkins/.m2/repository/org/rnorth/visible-assertions/visible-assertions/2.1.2/visible-assertions-2.1.2.jar.part (No such file or directory)

@mbiarnes
Copy link
Contributor

jenkins do cdb

@hasys
Copy link
Member Author

hasys commented Sep 15, 2021

Hi @mareknovotny, @jomarko, @mbiarnes,

FDC is green! 🟢 And FDB is read due to random unrelated tests:

Click to expand
    org.jbpm.workbench.cm.DeploymentIT.org.jbpm.workbench.cm.DeploymentIT
    org.jbpm.workbench.DeploymentIT.testCaseManagementDeployment
    org.kie.bc.DeploymentIT.org.kie.bc.DeploymentIT
    org.kie.wb.selenium.ui.ProjectLibraryIntegrationTest.importAndBuildProjectFromCustomRepository
    org.kie.wb.selenium.ui.ProjectLibraryIntegrationTest.importAndBuildProjectFromStockRepository

I guess PRs are ready for review.

Thank you!

Copy link

@jomarko jomarko left a comment

Choose a reason for hiding this comment

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

Thank you @hasys

I did sanity check of DMN, BPMN and SCESIM to confirm they can be at least opened and saved in business central.

@mareknovotny
Copy link
Member

i believe

  • org.jbpm.workbench.cm.DeploymentIT.org.jbpm.workbench.cm.DeploymentIT
  • org.jbpm.workbench.DeploymentIT.testCaseManagementDeployment
    are not actually random, but existing on main branch, but i can agree the enforcer should be ok

@mareknovotny mareknovotny merged commit b216af3 into kiegroup:main Sep 16, 2021
@mareknovotny
Copy link
Member

we need to have this backported on 7.59.x branches too @hasys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants