===> Building for talloc-2.4.2 PYTHONHASHSEED=1 WAF_MAKE=1 /opt/pkg/bin/python3.12 /Users/pbulk/build/devel/talloc/work/talloc-2.4.2/buildtools/bin/waf build Waf: Entering directory `/Users/pbulk/build/devel/talloc/work/talloc-2.4.2/bin/default' Checking project rules ... Project rules pass [1/3] Creating bin/default/lib/replace/replace.empty.c [2/3] Compiling talloc.pc.in [3/3] Compiling pytalloc-util.pc.in [4/5] Compiling lib/replace/closefrom.c [5/5] Compiling lib/replace/replace.c [6/8] Compiling lib/replace/xattr.c [7/8] Compiling lib/replace/closefrom.c [8/8] Compiling lib/replace/replace.c [ 9/31] Compiling talloc.c [10/31] Compiling pytalloc_util.c [11/31] Compiling lib/replace/tests/strptime.c [12/31] Compiling lib/replace/tests/getifaddrs.c [13/31] Compiling lib/replace/tests/os2_delete.c [14/31] Compiling lib/replace/tests/testsuite.c [15/31] Compiling lib/replace/tests/main.c [16/31] Compiling testsuite_main.c [17/31] Compiling testsuite.c [18/31] Compiling test_magic_differs_helper.c [19/31] Compiling pytalloc.c [20/31] Compiling test_pytalloc.c [21/31] Compiling bin/default/lib/replace/replace.empty.c [22/31] Compiling talloc.c [23/31] Linking bin/default/libtalloc.dylib ../../testsuite.c:1282:6: warning: 'talloc_autofree_context' is deprecated [-Wdeprecated-declarations] p = talloc_autofree_context(); ^ ../../talloc.h:1084:46: note: 'talloc_autofree_context' has been explicitly marked deprecated here _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; ^ ../../lib/replace/replace.h:469:38: note: expanded from macro '_DEPRECATED_' #define _DEPRECATED_ __attribute__ ((deprecated)) ^ ../../testsuite.c:1285:6: warning: 'talloc_autofree_context' is deprecated [-Wdeprecated-declarations] p = talloc_autofree_context(); ^ ../../talloc.h:1084:46: note: 'talloc_autofree_context' has been explicitly marked deprecated here _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; ^ ../../lib/replace/replace.h:469:38: note: expanded from macro '_DEPRECATED_' #define _DEPRECATED_ __attribute__ ((deprecated)) ^ ../../testsuite.c:1628:29: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] torture_assert("memlimit", talloc_set_memlimit(l1, 2048) == 0, ^ ../../talloc.h:1951:68: note: 'talloc_set_memlimit' has been explicitly marked deprecated here _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_; ^ ../../lib/replace/replace.h:469:38: note: expanded from macro '_DEPRECATED_' #define _DEPRECATED_ __attribute__ ((deprecated)) ^ ../../testsuite.c:1688:29: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] torture_assert("memlimit", talloc_set_memlimit(l3, 1024) == 0, ^ ../../talloc.h:1951:68: note: 'talloc_set_memlimit' has been explicitly marked deprecated here _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_; ^ ../../lib/replace/replace.h:469:38: note: expanded from macro '_DEPRECATED_' #define _DEPRECATED_ __attribute__ ((deprecated)) ^ ../../testsuite.c:1701:29: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] torture_assert("memlimit", talloc_set_memlimit(l4, 512) == 0, ^ ../../talloc.h:1951:68: note: 'talloc_set_memlimit' has been explicitly marked deprecated here _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_; ^ ../../lib/replace/replace.h:469:38: note: expanded from macro '_DEPRECATED_' #define _DEPRECATED_ __attribute__ ((deprecated)) ^ ../../testsuite.c:1735:29: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] torture_assert("memlimit", talloc_set_memlimit(l4, 512) == 0, ^ ../../talloc.h:1951:68: note: 'talloc_set_memlimit' has been explicitly marked deprecated here _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_; ^ ../../lib/replace/replace.h:469:38: note: expanded from macro '_DEPRECATED_' #define _DEPRECATED_ __attribute__ ((deprecated)) ^ ../../testsuite.c:1768:2: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] talloc_set_memlimit(pool, 10*1024); ^ ../../talloc.h:1951:68: note: 'talloc_set_memlimit' has been explicitly marked deprecated here _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_; ^ ../../lib/replace/replace.h:469:38: note: expanded from macro '_DEPRECATED_' #define _DEPRECATED_ __attribute__ ((deprecated)) ^ ../../testsuite.c:1821:2: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] talloc_set_memlimit(pool, 11*1024); ^ ../../talloc.h:1951:68: note: 'talloc_set_memlimit' has been explicitly marked deprecated here _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_; ^ ../../lib/replace/replace.h:469:38: note: expanded from macro '_DEPRECATED_' #define _DEPRECATED_ __attribute__ ((deprecated)) ^ ../../testsuite.c:1833:2: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] talloc_set_memlimit(pool, 21*1024); ^ ../../talloc.h:1951:68: note: 'talloc_set_memlimit' has been explicitly marked deprecated here _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_; ^ ../../lib/replace/replace.h:469:38: note: expanded from macro '_DEPRECATED_' #define _DEPRECATED_ __attribute__ ((deprecated)) ^ ../../testsuite.c:1871:2: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] talloc_set_memlimit(pool, 1024); ^ ../../talloc.h:1951:68: note: 'talloc_set_memlimit' has been explicitly marked deprecated here _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_; ^ ../../lib/replace/replace.h:469:38: note: expanded from macro '_DEPRECATED_' #define _DEPRECATED_ __attribute__ ((deprecated)) ^ ../../testsuite.c:1892:2: warning: 'talloc_set_memlimit' is deprecated [-Wdeprecated-declarations] talloc_set_memlimit(pool, 10*1024); ^ ../../talloc.h:1951:68: note: 'talloc_set_memlimit' has been explicitly marked deprecated here _PUBLIC_ int talloc_set_memlimit(const void *ctx, size_t max_size) _DEPRECATED_; ^ ../../lib/replace/replace.h:469:38: note: expanded from macro '_DEPRECATED_' #define _DEPRECATED_ __attribute__ ((deprecated)) ^ 11 warnings generated. [24/31] Linking bin/default/libpytalloc-util.dylib [25/31] Linking bin/default/talloc_testsuite [26/31] Linking bin/default/talloc_test_magic_differs_helper [27/31] Linking bin/default/pytalloc.so [28/31] Linking bin/default/test-pytalloc.so [29/31] Linking bin/default/lib/replace/replace_testsuite [30/31] Symlinking bin/default/libtalloc.dylib [31/31] Symlinking bin/default/libpytalloc-util.dylib Waf: Leaving directory `/Users/pbulk/build/devel/talloc/work/talloc-2.4.2/bin/default' Build commands will be stored in bin/default/compile_commands.json 'build' finished successfully (1.757s)