Started by user joe_dekoning@ca.ibm.com Rebuilds build #14 Running as joe_dekoning@ca.ibm.com Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on omr-aix71p8-1 in /home/jenkins/workspace/Test_AIX [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Get Sources) [Pipeline] timestamps [Pipeline] { [Pipeline] checkout [2020-04-01T19:35:10.392Z] No credentials specified [2020-04-01T19:35:10.550Z] Cloning the remote Git repository [2020-04-01T19:35:12.250Z] ERROR: Error cloning remote repo 'origin' [2020-04-01T19:35:12.250Z] hudson.plugins.git.GitException: Could not init /home/jenkins/workspace/Test_AIX [2020-04-01T19:35:12.250Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:990) [2020-04-01T19:35:12.250Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:748) [2020-04-01T19:35:12.250Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) [2020-04-01T19:35:12.250Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154) [2020-04-01T19:35:12.250Z] at hudson.remoting.UserRequest.perform(UserRequest.java:211) [2020-04-01T19:35:12.250Z] at hudson.remoting.UserRequest.perform(UserRequest.java:54) [2020-04-01T19:35:12.250Z] at hudson.remoting.Request$2.run(Request.java:369) [2020-04-01T19:35:12.250Z] at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) [2020-04-01T19:35:12.250Z] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [2020-04-01T19:35:12.250Z] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [2020-04-01T19:35:12.250Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [2020-04-01T19:35:12.250Z] at java.lang.Thread.run(Thread.java:821) [2020-04-01T19:35:12.250Z] Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to omr-aix71p8-1 [2020-04-01T19:35:12.250Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) [2020-04-01T19:35:12.250Z] at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) [2020-04-01T19:35:12.250Z] at hudson.remoting.Channel.call(Channel.java:955) [2020-04-01T19:35:12.250Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) [2020-04-01T19:35:12.250Z] at sun.reflect.GeneratedMethodAccessor455.invoke(Unknown Source) [2020-04-01T19:35:12.250Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-04-01T19:35:12.250Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-04-01T19:35:12.250Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) [2020-04-01T19:35:12.250Z] at com.sun.proxy.$Proxy87.execute(Unknown Source) [2020-04-01T19:35:12.250Z] at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1122) [2020-04-01T19:35:12.250Z] at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) [2020-04-01T19:35:12.250Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124) [2020-04-01T19:35:12.250Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) [2020-04-01T19:35:12.250Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) [2020-04-01T19:35:12.250Z] at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) [2020-04-01T19:35:12.250Z] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [2020-04-01T19:35:12.250Z] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [2020-04-01T19:35:12.250Z] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [2020-04-01T19:35:12.250Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [2020-04-01T19:35:12.250Z] at java.lang.Thread.run(Thread.java:748) [2020-04-01T19:35:12.251Z] Caused by: hudson.plugins.git.GitException: Command "git init /home/jenkins/workspace/Test_AIX" returned status code 255: [2020-04-01T19:35:12.251Z] stdout: [2020-04-01T19:35:12.251Z] stderr: exec(): 0509-036 Cannot load program git because of the following errors: [2020-04-01T19:35:12.251Z] 0509-150 Dependent module /usr/lib/libiconv.a(libiconv.so.2) could not be loaded. [2020-04-01T19:35:12.251Z] 0509-152 Member libiconv.so.2 is not found in archive [2020-04-01T19:35:12.251Z] [2020-04-01T19:35:12.251Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2430) [2020-04-01T19:35:12.251Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2360) [2020-04-01T19:35:12.251Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2356) [2020-04-01T19:35:12.251Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1916) [2020-04-01T19:35:12.251Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:988) [2020-04-01T19:35:12.251Z] ... 11 more [Pipeline] } [Pipeline] // timestamps [2020-04-01T19:03:31.802Z] Cloning repository https://github.com/eclipse/omr.git [2020-04-01T19:03:32.614Z] > git init /home/jenkins/workspace/Test_AIX # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] echo Cleanup workspace [Pipeline] deleteDir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: Error cloning remote repo 'origin' Finished: FAILURE