-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins Version: `2.46.2.1`
* maven-plugin:2.14 'Maven Integration plugin'
* Jenkins Slave version 3.7
Related to: https://issues.jenkins-ci.org/browse/JENKINS-23271
Executing Maven builds, we get errors like the one listed below:
$ ssh-agent -k [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 29 iota=49channel stopped
$ ssh-agent -k channel stopped [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 29 iota=49 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 107664 kil
- is related to
-
JENKINS-23271 Intermittent Invalid Object ID in remoting module
-
- Resolved
-
- links to
out full logs it's hard to say something. My guess is that one of the remote operations uses the start().join() construct like we had in the Jenkins core (
JENKINS-23271). First candidates: https://github.com/jenkinsci/maven-plugin/search?utf8=%E2%9C%93&q=%22join%28%29%22&type=