-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
purging test fails on xcode 11.5 and above (Travis) #283
Comments
Also happens with 11.6 and 12.2 https://travis-ci.com/github/theimpossibleastronaut/rmw/builds/222669680 Need to figure out how to view the purging log in the build/test directory.... |
We can see the error log now. Here's some of the output where the error occurs Note that this text: "Purging files based on number of days in the waste folders (90) ..." is displayed after the error messages, instead of before. Normally rmw will output that before actually trying to purge any files.
|
This is the build system info for the job using xcode 11.6 (failing)
And for xcode 11.2 (passing)
|
See if using that env var is for some reason causing the challenging behavior (#283)
I tried running I also tried using faccessat() instead of lstat() for the exists() function, but that made things worse. 5/11 tests failed on the osx build. (I cancelled all the Linux jobs on that build, but some show at https://travis-ci.com/github/theimpossibleastronaut/rmw/builds/224114055) |
There's likely something screwy going on around Lines 364 to 467 in c3eebb9
Not sure what yet. But that code is so old and obfuscated it needs refactoring, which I'll do within the next couple weeks. |
commit d71cb6c Author: andy5995 <[email protected]> Date: Wed Apr 28 13:40:28 2021 -0500 .travis.yml:add xcode 9.4 and 10.3 commit 67d47a9 Author: andy5995 <[email protected]> Date: Wed Apr 28 13:36:39 2021 -0500 remove extra check before removing (for now) (fixes theimpossibleastronaut#283) commit d359bfb Author: andy5995 <[email protected]> Date: Wed Apr 28 13:06:25 2021 -0500 remove is_modified(), use exists() instead (theimpossibleastronaut#283)
No description provided.
The text was updated successfully, but these errors were encountered: