+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=27 WRKLOG=/tmp/bulklog/afl++-2.62cnb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=27 WRKLOG=/tmp/bulklog/afl++-2.62cnb2/work.log ===> Building for afl++-2.62cnb2 Python 2.7.18 [*] Checking for the default compiler cc... [+] shmat seems to be working. [+] Everything seems to be working, ready to compile. gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/opt/pkg/lib/afl\" -DBIN_PATH=\"/opt/pkg/bin\" -DDOC_PATH=\"/opt/pkg/share/doc/afl\" -Wno-unused-function -fcommon -flto -c src/afl-common.c -o src/afl-common.o gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/opt/pkg/lib/afl\" -DBIN_PATH=\"/opt/pkg/bin\" -DDOC_PATH=\"/opt/pkg/share/doc/afl\" -Wno-unused-function -fcommon -flto -c src/afl-sharedmem.c -o src/afl-sharedmem.o [*] Checking for the ability to compile x86 code... [+] support seems to be working. gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/opt/pkg/lib/afl\" -DBIN_PATH=\"/opt/pkg/bin\" -DDOC_PATH=\"/opt/pkg/share/doc/afl\" -Wno-unused-function -fcommon -flto -c src/afl-forkserver.c -o src/afl-forkserver.o :1:1: error: return type defaults to 'int' [-Wimplicit-int] Oops, looks like your compiler can't generate x86 code. Don't panic! You can use the LLVM or QEMU mode, but see docs/INSTALL first. (To ignore this error, set AFL_NO_X86=1 and try again.) gmake: *** [Makefile:218: test_x86] Error 1 gmake: *** Waiting for unfinished jobs.... In file included from src/afl-common.c:31: src/afl-common.c: In function 'get_wine_argv': include/alloc-inl.h:49:5: warning: pointer 'own_copy_43' may be used after 'free' [-Wuse-after-free] 49 | snprintf((char*)_tmp, _len + 1, _str); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'DFL_ck_free', inlined from 'get_wine_argv' at src/afl-common.c:223:5: include/alloc-inl.h:114:3: note: call to 'free' here 114 | free(mem); | ^~~~~~~~~ src/afl-common.c: In function 'get_wine_argv': include/alloc-inl.h:46:16: warning: pointer 'own_copy_43' may be used after 'free' [-Wuse-after-free] 46 | s32 _len = snprintf(NULL, 0, _str); \ | ^~~~~~~~~~~~~~~~~~~~~~~ In function 'DFL_ck_free', inlined from 'get_wine_argv' at src/afl-common.c:223:5: include/alloc-inl.h:114:3: note: call to 'free' here 114 | free(mem); | ^~~~~~~~~ *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/afl++ *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/afl++