Build failed in Jenkins: Adapters » IntelliJ » intellij-kubernetes-build #249
by studio-jenkins-csb-codeready@redhat.com
See <https://studio-jenkins-csb-codeready.apps.ocp-c1.prod.psi.redhat.com/job/...>
Changes:
------------------------------------------
[2023-07-20T15:13:02.485Z] Started by an SCM change
[2023-07-20T15:13:02.486Z] Checking out git https://github.com/redhat-developer/intellij-kubernetes into /var/jenkins_home/jobs/Adapters/jobs/IntelliJ/jobs/intellij-kubernetes-build/workspace@script/6a699f2563ea4c4e1a19a9f8773884797dc03051d2bd0ef1bedb87c1a998791f to read Jenkinsfile
[2023-07-20T15:13:02.490Z] The recommended git tool is: NONE
[2023-07-20T15:13:02.490Z] No credentials specified
[2023-07-20T15:13:02.491Z] > git rev-parse --resolve-git-dir /var/jenkins_home/jobs/Adapters/jobs/IntelliJ/jobs/intellij-kubernetes-build/workspace@script/6a699f2563ea4c4e1a19a9f8773884797dc03051d2bd0ef1bedb87c1a998791f/.git # timeout=10
[2023-07-20T15:13:02.498Z] Fetching changes from the remote Git repository
[2023-07-20T15:13:02.509Z] > git config remote.origin.url https://github.com/redhat-developer/intellij-kubernetes # timeout=10
[2023-07-20T15:13:02.523Z] Fetching upstream changes from https://github.com/redhat-developer/intellij-kubernetes
[2023-07-20T15:13:02.523Z] > git --version # timeout=10
[2023-07-20T15:13:02.528Z] > git --version # 'git version 2.31.1'
[2023-07-20T15:13:02.528Z] > git fetch --tags --force --progress -- https://github.com/redhat-developer/intellij-kubernetes +refs/heads/*:refs/remotes/origin/* # timeout=10
[2023-07-20T15:13:03.910Z] > git rev-parse origin/main^{commit} # timeout=10
[2023-07-20T15:13:03.919Z] Checking out Revision 405ace74ede9fe1bdc3d78a9627380d7981854c7 (origin/main)
[2023-07-20T15:13:03.919Z] > git config core.sparsecheckout # timeout=10
[2023-07-20T15:13:03.925Z] > git checkout -f 405ace74ede9fe1bdc3d78a9627380d7981854c7 # timeout=10
[2023-07-20T15:13:04.270Z] Commit message: "only reset resource state if resource is modified (#634)"
[2023-07-20T15:13:04.270Z] > git rev-list --no-walk e07d0b79b9ac138b660237fcceca45c6b9d4e303 # timeout=10
[2023-07-20T15:13:04.498Z] [Pipeline] Start of Pipeline
[2023-07-20T15:13:04.531Z] [Pipeline] node
[2023-07-20T15:13:19.538Z] Still waiting to schedule task
[2023-07-20T15:13:19.538Z] ‘rhel7-58’ is offline
[2023-07-20T15:17:34.836Z] Running on rhel7-59 in /jenkins/workspace/Adapters/IntelliJ/intellij-kubernetes-build
[2023-07-20T15:17:34.841Z] [Pipeline] {
[2023-07-20T15:17:34.864Z] [Pipeline] tool
[2023-07-20T15:17:34.904Z] [Pipeline] stage
[2023-07-20T15:17:34.909Z] [Pipeline] { (Checkout repo)
[2023-07-20T15:17:34.924Z] [Pipeline] deleteDir
[2023-07-20T15:17:34.948Z] [Pipeline] git
[2023-07-20T15:17:34.959Z] The recommended git tool is: NONE
[2023-07-20T15:17:35.875Z] No credentials specified
[2023-07-20T15:17:35.877Z] Cloning the remote Git repository
[2023-07-20T15:17:34.627Z] Cloning repository https://github.com/redhat-developer/intellij-kubernetes
[2023-07-20T15:17:34.657Z] > git init /jenkins/workspace/Adapters/IntelliJ/intellij-kubernetes-build # timeout=10
[2023-07-20T15:17:34.688Z] Fetching upstream changes from https://github.com/redhat-developer/intellij-kubernetes
[2023-07-20T15:17:34.688Z] > git --version # timeout=10
[2023-07-20T15:17:34.694Z] > git --version # 'git version 1.8.3.1'
[2023-07-20T15:17:34.695Z] > git fetch --tags --progress https://github.com/redhat-developer/intellij-kubernetes +refs/heads/*:refs/remotes/origin/* # timeout=10
[2023-07-20T15:17:56.044Z] ERROR: Error cloning remote repo 'origin'
[2023-07-20T15:17:56.044Z] hudson.plugins.git.GitException: Command "git fetch --tags --progress https://github.com/redhat-developer/intellij-kubernetes +refs/heads/*:refs/remotes/origin/*" returned status code 128:
[2023-07-20T15:17:56.044Z] stdout:
[2023-07-20T15:17:56.044Z] stderr: fatal: unable to access 'https://github.com/redhat-developer/intellij-kubernetes/': Could not resolve host: github.com; Unknown error
[2023-07-20T15:17:56.044Z]
[2023-07-20T15:17:56.044Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2732)
[2023-07-20T15:17:56.044Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2109)
[2023-07-20T15:17:56.044Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:623)
[2023-07-20T15:17:56.044Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:850)
[2023-07-20T15:17:56.044Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:158)
[2023-07-20T15:17:56.044Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:151)
[2023-07-20T15:17:56.044Z] at hudson.remoting.UserRequest.perform(UserRequest.java:211)
[2023-07-20T15:17:56.044Z] at hudson.remoting.UserRequest.perform(UserRequest.java:54)
[2023-07-20T15:17:56.044Z] at hudson.remoting.Request$2.run(Request.java:377)
[2023-07-20T15:17:56.044Z] at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
[2023-07-20T15:17:56.044Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-07-20T15:17:56.044Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2023-07-20T15:17:56.044Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2023-07-20T15:17:56.044Z] at java.base/java.lang.Thread.run(Thread.java:834)
[2023-07-20T15:17:56.044Z] Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rhel7-59
[2023-07-20T15:17:56.044Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
[2023-07-20T15:17:56.044Z] at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
[2023-07-20T15:17:56.044Z] at hudson.remoting.Channel.call(Channel.java:1000)
[2023-07-20T15:17:56.044Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:143)
[2023-07-20T15:17:56.044Z] at jdk.internal.reflect.GeneratedMethodAccessor1225.invoke(Unknown Source)
[2023-07-20T15:17:56.044Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-07-20T15:17:56.044Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2023-07-20T15:17:56.044Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:129)
[2023-07-20T15:17:56.044Z] at com.sun.proxy.$Proxy191.execute(Unknown Source)
[2023-07-20T15:17:56.044Z] at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1226)
[2023-07-20T15:17:56.044Z] at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1309)
[2023-07-20T15:17:56.044Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
[2023-07-20T15:17:56.044Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97)
[2023-07-20T15:17:56.044Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84)
[2023-07-20T15:17:56.044Z] at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2023-07-20T15:17:56.044Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[2023-07-20T15:17:56.044Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-07-20T15:17:56.044Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2023-07-20T15:17:56.044Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2023-07-20T15:17:56.044Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-07-20T15:17:56.055Z] [Pipeline] }
[2023-07-20T15:17:56.078Z] [Pipeline] // stage
[2023-07-20T15:17:56.097Z] [Pipeline] step