New comment by mobinmob on void-packages repository https://github.com/void-linux/void-packages/pull/31045#issuecomment-846073085 Comment: That is **not** happening on local builds... ``` chattr: testFile: setting flags to =ie failed: Operation not permitted chattr: testFile: No such file or directory cat: testFile: No such file or directory FAIL: chattr immutable echo -ne '' | cd testattr && echo abcdefghijklmnopqrstuvwxyz > testFile && chattr +i testFile && lsattr testFile | clean && date > testFile 2>/dev/null; rm testFile; chattr -i testFile; cat testFile; rm -rf testFile; cd .. --- expected 2021-05-21 16:11:29.659290564 +0000 +++ actual 2021-05-21 16:11:29.663290586 +0000 @@ -1,2 +0,0 @@ -----i--------------- testFile -abcdefghijklmnopqrstuvwxyz make: *** [Makefile:76: tests] Error 1 ```