autobuild: intermittent test failure detected

2015-08-12 Thread autobuild
The autobuild test system 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/2015-08-12-1008/flakey.log

The samba build logs are available here:

   http://git.samba.org/autobuild.flakey/2015-08-12-1008/samba.stderr
   http://git.samba.org/autobuild.flakey/2015-08-12-1008/samba.stdout
  
The top commit at the time of the failure was:

commit 1fcad53d7ca1be619bbc9572100b38886114dee7
Author: Volker Lendecke v...@samba.org
Date:   Fri Aug 7 08:29:17 2015 +0200

dns_server: Fix a small memleak

Signed-off-by: Volker Lendecke v...@samba.org
Reviewed-by: Ralph Boehme s...@samba.org

Autobuild-User(master): Ralph Böhme s...@samba.org
Autobuild-Date(master): Fri Aug  7 12:57:02 CEST 2015 on sn-devel-104



[SCM] UID Wrapper Repository - branch master updated

2015-08-12 Thread Andreas Schneider
The branch, master has been updated
   via  c023936 cmake: Do not optimize the code by default
  from  b41c6d9 tests: Add test_uwrap_syscall_setresuid()

https://git.samba.org/?p=uid_wrapper.git;a=shortlog;h=master


- Log -
commit c023936e442198ad5604a4ff7421b84ac90b9a5e
Author: Andreas Schneider a...@samba.org
Date:   Wed Aug 12 10:21:36 2015 +0200

cmake: Do not optimize the code by default

Signed-off-by: Andreas Schneider a...@samba.org
Reviewed-by: Stefan Metzmacher me...@samba.org

---

Summary of changes:
 cmake/Modules/DefineCompilerFlags.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/cmake/Modules/DefineCompilerFlags.cmake 
b/cmake/Modules/DefineCompilerFlags.cmake
index 067ca32..97c0781 100644
--- a/cmake/Modules/DefineCompilerFlags.cmake
+++ b/cmake/Modules/DefineCompilerFlags.cmake
@@ -14,7 +14,7 @@ if (UNIX AND NOT WIN32)
 set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -Wall -Wextra -Wshadow 
-Wmissing-prototypes -Wdeclaration-after-statement)
 set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -Wunused -Wfloat-equal 
-Wpointer-arith -Wwrite-strings -Wformat-security)
 set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -Wmissing-format-attribute)
-set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -fstrict-aliasing 
-Wstrict-aliasing=2 -O2)
+set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -fstrict-aliasing 
-Wstrict-aliasing=2)
 
 # with -fPIC
 check_c_compiler_flag(-fPIC WITH_FPIC)


-- 
UID Wrapper Repository