The autobuild test system (on sn-devel-184) has detected an intermittent failing test in the current master tree.
The autobuild log of the failure is available here: https://git.samba.org/autobuild.flakey.sn-devel-184/2019-05-02-1004/flakey.log The failure seems to be in the "samba-nt4" suite, whose build logs are available here: https://git.samba.org/autobuild.flakey.sn-devel-184/2019-05-02-1004/samba-nt4.stderr https://git.samba.org/autobuild.flakey.sn-devel-184/2019-05-02-1004/samba-nt4.stdout The top commit at the time of the failure was: commit b20fd15e04ce9292f90a7f70f4184e43034b4b9d Author: Stefan Metzmacher <[email protected]> Date: Thu Apr 25 14:57:33 2019 +0200 smbd: implement SMB_FILE_NORMALIZED_NAME_INFORMATION handling Windows 10 (1803 and higher) support and use SMB_FILE_NORMALIZED_NAME_INFORMATION calls over the network. As a fallback (in case the server don't support it) the client traverses all path components, which is very expensive. Implementing SMB_FILE_NORMALIZED_NAME_INFORMATION is very cheap for us as the open already went through unix_convert() and we have the information the client is asking for. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13919 Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Jeremy Allison <[email protected]> Autobuild-User(master): Jeremy Allison <[email protected]> Autobuild-Date(master): Wed May 1 18:33:00 UTC 2019 on sn-devel-184 and the last 50 lines of the stdout log were: [196(1112)/589 at 20m16s] samba3.raw.write(nt4_dc) [197(1116)/589 at 20m18s] samba3.raw.samba3hide(nt4_dc) [198(1117)/589 at 20m18s] samba3.raw.samba3badpath(nt4_dc) [199(1118)/589 at 20m19s] samba3.raw.sfileinfo.rename(nt4_dc) [200(1119)/589 at 20m20s] samba3.raw.session plain(nt4_dc) [201(1121)/589 at 20m20s] samba3.raw.session enc(nt4_dc) [202(1123)/589 at 20m21s] samba3.raw.samba3caseinsensitive(nt4_dc) [203(1124)/589 at 20m21s] samba3.raw.samba3posixtimedlock(nt4_dc) [204(1125)/589 at 20m27s] samba3.raw.samba3rootdirfid(nt4_dc) [205(1126)/589 at 20m27s] samba3.raw.sfileinfo.end-of-file(nt4_dc) [206(1127)/589 at 20m28s] samba3.raw.samba3checkfsp(nt4_dc) [207(1128)/589 at 20m29s] samba3.raw.samba3closeerr(nt4_dc) [208(1129)/589 at 20m29s] samba3.raw.samba3oplocklogoff(nt4_dc) [209(1130)/589 at 20m30s] samba3.raw.samba3badnameblob(nt4_dc) [210(1131)/589 at 20m30s] samba3.smb2.getinfo(nt4_dc) [211(1138)/589 at 20m32s] samba3.smb2.lock aio(nt4_dc) [212(1159)/589 at 20m36s] samba3.smb2.lock(nt4_dc) [213(1180)/589 at 20m41s] samba3.smb2.read(nt4_dc) [214(1184)/589 at 20m42s] samba3.smb2.aio_delay(nt4_dc) [215(1185)/589 at 20m46s] samba3.smb2.create(nt4_dc) [216(1198)/589 at 20m49s] samba3.smb2.twrp(nt4_dc) [217(1198)/589 at 20m49s] samba3.smb2.acls(nt4_dc) [218(1211)/589 at 20m55s] samba3.smb2.notify(nt4_dc) TESTING CHANGE NOTIFY ON DIRECTORIES Testing notify cancel Testing notify mkdir Testing notify rmdir Testing notify mkdir - rmdir - mkdir - rmdir Testing buffered notify on create of 10 files Testing notify on unlink for the first file UNEXPECTED(failure): samba3.smb2.notify.dir(nt4_dc) REASON: Exception: Exception: (../../source4/torture/smb2/notify.c:398) wrong value for notify.smb2.out.num_changes 0x9 should be 0xa FAILED (1 failures, 0 errors and 0 unexpected successes in 0 testsuites) A summary with detailed information can be found in: ./bin/ab/summary TOP 10 slowest tests samba3.raw.notify(nt4_dc) -> 109 samba3.blackbox.net.rpc.conf(nt4_dc) -> 108 samba3.raw.search(nt4_dc) -> 72 samba3.base.dir2(nt4_dc) -> 64 samba3.blackbox.net.local.conf(nt4_dc:local) -> 61 samba3.raw.oplock(nt4_dc) -> 49 samba3.raw.lock(nt4_dc) -> 34 samba3.smbtorture_s3.crypt_client.OPLOCK1(nt4_dc) -> 31 samba3.base.lock(nt4_dc) -> 26 samba3.blackbox.smbclient_s3.SMB3.plain (nt4_dc)(nt4_dc) -> 25 ERROR: test failed with exit code 1 Makefile:16: recipe for target 'test' failed
