You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/10/27 10:55:49 UTC

Jenkins build is still unstable: HttpComponents » HttpComponents Core 5.1.x #86

See <https://ci-builds.apache.org/job/HttpComponents/job/HttpComponents%20Core%205.1.x/86/display/redirect?page=changes>


Jenkins build is back to normal : HttpComponents » HttpComponents Core 5.1.x #89

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/HttpComponents/job/HttpComponents%20Core%205.1.x/89/display/redirect>


Build failed in Jenkins: HttpComponents » HttpComponents Core 5.1.x #88

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/HttpComponents/job/HttpComponents%20Core%205.1.x/88/display/redirect>

Changes:


------------------------------------------
Started by user Oleg Kalnichevski
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-shared-arm6 (arm) in workspace <https://ci-builds.apache.org/job/HttpComponents/job/HttpComponents%20Core%205.1.x/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/HttpComponents/job/HttpComponents%20Core%205.1.x/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/httpcomponents-core.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/httpcomponents-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://git-wip-us.apache.org/repos/asf/httpcomponents-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/5.1.x^{commit} # timeout=10
Checking out Revision f741ebbd15d1bbeff214f28290e6e25e0696154a (refs/remotes/origin/5.1.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f741ebbd15d1bbeff214f28290e6e25e0696154a # timeout=10
Commit message: "Bug fix: HTTP/1.1 protocol handler must continue message processing as long as there is data in the session input buffer"
 > git rev-list --no-walk 51fe8a18ce4b4f99e87563e66cb2b5d010b5aa00 # timeout=10
First time build. Skipping changelog.
Parsing POMs
Established TCP socket on 34877
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[HttpComponents Core 5.1.x] $ /home/jenkins/tools/java/latest1.8/bin/java -cp /home/jenkins/jenkins-home/712657a4/maven35-agent.jar:/home/jenkins/tools/maven/latest3/boot/plexus-classworlds-2.6.0.jar:/home/jenkins/tools/maven/latest3/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest3 /home/jenkins/jenkins-home/agent.jar /home/jenkins/jenkins-home/712657a4/maven35-interceptor.jar /home/jenkins/jenkins-home/712657a4/maven3-interceptor-commons.jar 34877
ERROR: Failed to parse POMs
java.io.IOException: Cannot run program "/home/jenkins/tools/java/latest1.8/bin/java" (in directory "<https://ci-builds.apache.org/job/HttpComponents/job/HttpComponents%20Core%205.1.x/ws/")>: error=2, No such file or directory
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
	at hudson.Proc$LocalProc.<init>(Proc.java:254)
	at hudson.Proc$LocalProc.<init>(Proc.java:223)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:997)
	at hudson.Launcher$ProcStarter.start(Launcher.java:509)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1398)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1340)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:376)
	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 jenkins-shared-arm6
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1124)
		at hudson.Launcher$ProcStarter.start(Launcher.java:509)
		at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:280)
		at hudson.maven.ProcessCache.get(ProcessCache.java:236)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:802)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:522)
		at hudson.model.Run.execute(Run.java:1896)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:101)
		at hudson.model.Executor.run(Executor.java:442)
Caused by: java.io.IOException: error=2, No such file or directory
	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:340)
	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:271)
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)
	... 15 more