The autobuild test system (on sn-devel-144) has detected an intermittent failing test in the current master tree.
The autobuild log of the failure is available here: http://git.samba.org/autobuild.flakey.sn-devel-144/2017-04-18-1505/flakey.log The samba build logs are available here: http://git.samba.org/autobuild.flakey.sn-devel-144/2017-04-18-1505/samba.stderr http://git.samba.org/autobuild.flakey.sn-devel-144/2017-04-18-1505/samba.stdout The top commit at the time of the failure was: commit 05d83ccf7a6fecf963fcb980acd50cebfc0c3ea9 Author: Uri Simchoni <[email protected]> Date: Thu Apr 13 12:44:58 2017 +0300 vfs_acl_xattr: avoid needlessly supplying a large buffer to getxattr() When obtaining the security descriptor via getxattr(), first try optimistically to supply a buffer of 4K, and if that turns out to be too small, determine the correct buffer size. The previous behavior of falling back to a 64K buffer encountered problem with Linux prior to version 3.6, due to pyisical memory fragmentation. With those kernels, as long as the buffer is 8K or smaller, getting the xattr is much less prone to failure due to memory fragmentation. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12737 Signed-off-by: Uri Simchoni <[email protected]> Reviewed-by: Jeremy Allison <[email protected]> Autobuild-User(master): Jeremy Allison <[email protected]> Autobuild-Date(master): Tue Apr 18 04:41:16 CEST 2017 on sn-devel-144
