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/2016-11-24-0908/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-144/2016-11-24-0908/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-144/2016-11-24-0908/samba.stdout
  
The top commit at the time of the failure was:

commit b5fe9c685fcdf62fb1c42543933d12d018297b04
Author: Volker Lendecke <v...@samba.org>
Date:   Wed Nov 23 13:54:39 2016 +0100

    selftest: Fix timestamps on FreeBSD 11
    
    FreeBSD's date does not print the %, and \? does not catch that
    
    Tested this manually:
    
    $ echo 'time: 2016-11-23 12:52:19.123456Z'| sed 's/\..*NZ$/.000000Z/'
    time: 2016-11-23 12:52:19.123456Z
    $ echo 'time: 2016-11-23 12:52:19.%6NZ'| sed 's/\..*NZ$/.000000Z/'
    time: 2016-11-23 12:52:19.000000Z
    $ echo 'time: 2016-11-23 12:52:19.6NZ'| sed 's/\..*NZ$/.000000Z/'
    time: 2016-11-23 12:52:19.000000Z
    $ echo 'time: 2016-11-23 12:52:19.NZ'| sed 's/\..*NZ$/.000000Z/'
    time: 2016-11-23 12:52:19.000000Z
    $
    
    Signed-off-by: Volker Lendecke <v...@samba.org>
    Reviewed-by: Michael Adam <ob...@samba.org>
    
    Autobuild-User(master): Michael Adam <ob...@samba.org>
    Autobuild-Date(master): Thu Nov 24 00:42:55 CET 2016 on sn-devel-144

Reply via email to