-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Not A Defect
-
Component/s: etc
-
Labels:None
-
Similar Issues:
Noticed it while working on JENKINS-50933.
Due to whatever reason, I see collisions in the workspace (https://ci.jenkins.io/job/Core/job/remoting/job/PR-265/). These collisions are related to ATH files, e.g.
Caused by: java.io.FileNotFoundException: ../../../ath/athSources/unsafe.key (No such file or directory)
at java.io.FileInputStream.open0 (Native Method)
at java.io.FileInputStream.open (FileInputStream.java:195)
at java.io.FileInputStream.<init> (FileInputStream.java:138)
at org.apache.commons.io.FileUtils.doCopyFile (FileUtils.java:1141)
at org.apache.commons.io.FileUtils.doCopyDirectory (FileUtils.java:1446)
at org.apache.commons.io.FileUtils.doCopyDirectory (FileUtils.java:1444)
at org.apache.commons.io.FileUtils.doCopyDirectory (FileUtils.java:1444)
at org.apache.commons.io.FileUtils.copyDirectory (FileUtils.java:1388)
at org.apache.commons.io.FileUtils.copyDirectory (FileUtils.java:1268)
at org.apache.commons.io.FileUtils.copyDirectory (FileUtils.java:1237)
at io.jenkins.tools.warpackager.lib.impl.Builder.buildIfNeeded (Builder.java:190)
at io.jenkins.tools.warpackager.lib.impl.Builder.build (Builder.java:69)
So something tampers the workspace while the "copyDirectory" command is running
The run happens when there is no other running builds in WebUI. My assumption is that there is a runaway runATH() Docker container from a previous build, but I cannot confirm that with my permissions.
- relates to
-
JENKINS-50952 Broken link unsecure.key in ATH
-
- Open
-
-
JENKINS-50933 Create Jenkins/Remoting integration testing flow
-
- In Progress
-
- links to
Olivier Vernin I can start with this (as the runATH code was developed by me) and ping you if some infra need arises.