<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/82372>82372</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
Strip preserve atime test failing (due to antivirus software?)
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
toonn
</td>
</tr>
</table>
<pre>
We've been getting [user reports](https://github.com/NixOS/nixpkgs/issues/284056) on LLVM 16.0.6 builds failing on `strip-preserve-atime.test`. The issue is potentially identical to #64908. Here's a [direct link to the test failure log](https://gist.github.com/cwp/4468627c2fbc3717a45344d8d1bb5da6#file-9gc2yymj7m5fc0hxxma2afyifbn86yj6-llvm-16-0-6-log-L4699).
Our suspicion is Crowdstrike (an antivirus software) is accessing the temporary files created for the test to inspect them and that will occasionally happen in between the first and last check of the atime.
This might be enough information to try to create a reliable reproducer?
Maybe unlinking the temporary files immediately and then passing them by FD to reduce the chance of another process interfering is feasible? Maybe a first failure can be ignored and retried? Or maybe the test can be warned about but allowed to fail?
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJx8lEtv3DYQxz8N9zKQoKXeBx2SGkIPTn1I0J5JaiiNTZECSXmtb19Q68QpkOayIrDz-v3nIUKg2SIOrP7M6oeL2OPi_BCds_Yi3XQM_yDj7SuCRLQwY4xkZ2D15z2gB4-b8zGw-oHxbolxC6z8xPjI-DhTXHaZK7cyPv5Fb09fGR8tvW0vc2B8pBB2TA_eVUXdMN6Ds_D4-PcXuDZ5kTcgdzJTAC3IpJTOAmuKED1t2eYxoH_FTERaMY8YImuKHODbgnBGBgqwuYg2kjDmAJrSUwkD0QHjZVP1RZfDn-gTXgCRkCbyqCIYsi_JLC4IKfRZwu4RjJt_TRpi_h9cddsYH6uq6RreKq6lKttrK6q6rKqpm65S1pNoGC81Gcz6WfHjWJ_btdaqWN7eVsGFPkhL2zXHc5MZ87pm1yYrsiYzbs4eq6bvGe9zVjyw4tP992n3EPawkSJnE_4f3t2mpNcLAuOdsCBspFfye4DgdLyJxN4nU6EUhpBUvjOvm_PCH5DKC6A8iogTaOc_NIkOyIYt6RUXXEHYCeIiItzIGHBKiUDOntovYtvQAlmQGG9pjFIUTT7E082IEEEtqF7A6fO_e1vvXN8WCrDSvESQCGjdPi9AVju_iphQU6f8kT73QkGAR0NCGkzz6d20K_SsHH9W64s4JMJuU6__j5vWFScSEc3xjocWNvFDqBXkAeNDyuwxJTmjqEVYhYlEWBcX9LB5l-QFshG9Rp_cKYBGEUgaZOUI93LEuyjf502JJBnQbJ3H6azBY_SEU_J58rCebj968m5_E94mc-n2CHKPIIxxN5xSoSk0K8fLNJRTX_bigsO1LbqqKru-uyxDpUuur5WqCqVK3XVaaGyrUmA7yUL26kIDL3hVcF5c66qqu1y3fd1iXaDWRVmohlUFroJMnqY2d36-nAs5dLxs-cUIiSac14Zzi7f7tjLO0_Hxwznpcp8DqwpDIYaPKJGiweFr2n_4vv_3QflY0vM08W7aMbH-YtzLkfH-snsz_OZYpZTvn2zz7hlV_PlgnSD_BgAA__-DM8MH">