[INTPAK-214] RPM verify fails on random find cmd with /proc/PID no such file Created: 15/Oct/18 Updated: 15/Oct/18 |
|
| Status: | In Progress |
| Project: | integration-packaging |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Medium |
| Reporter: | Daniel Farrell | Assignee: | Daniel Farrell |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
I'm seeing what I imagine is an intermittent, random error in a seemingly arbitrary find command in the test-rpm-deps.sh script used in the rpm-verify-full job. This code:
Creates in the log:
Which looks like it's totally unrelated to the test itself, as the RPM clearly does exist (the result of set, the value path ends up set to). I think it's something like a process terminating at an inconvenient time for find, where it looks for the process' /proc/PID but doesn't find it. Maybe can rework logic to not search from root, but still give the -wholename. At least exclude /proc/. |