==> Retrieving sources... -> Updating vbrute git repo... ==> Generating checksums for source files... ==> Making package: vbrute 1.11dda8b-4 (Thu 21 Nov 2024 12:19:57 AM UTC) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating vbrute git repo... ==> Validating source files with sha512sums... vbrute ... Skipped ==> Extracting sources... -> Creating working copy of vbrute git repo... Switched to a new branch 'makepkg' ==> Starting pkgver()... ==> Starting build()... checking for a BSD-compatible install... /usr/bin/install -c checking whether sleep supports fractional seconds... yes checking filesystem timestamp resolution... 0.01 checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/sbin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking xargs -n works... yes checking for pkg-config... /usr/sbin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for libevent >= 2.0... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands ==> Entering fakeroot environment... ==> Starting package()... Making install in src make[1]: Entering directory '/src/packages/pentesting/vbrute/src/vbrute/src' gcc -DHAVE_CONFIG_H -I. -I.. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/pentesting/vbrute/src=/usr/src/debug/vbrute -flto=auto -MT vbrute.o -MD -MP -MF .deps/vbrute.Tpo -c -o vbrute.o vbrute.c vbrute.c: In function ‘reqhandler’: vbrute.c:46:7: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 12 [-Wstringop-overflow=] 46 | debugPrintf("timed out!\n"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ vbrute.c:46:7: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ vbrute.c:48:7: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 21 [-Wstringop-overflow=] 48 | debugPrintf("connection refused!\n"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vbrute.c:48:7: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ vbrute.c:50:7: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 16 [-Wstringop-overflow=] 50 | debugPrintf("success: %u %s\n", req->response_code, req->response_code_line); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vbrute.c:50:7: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ vbrute.c:51:7: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 11 [-Wstringop-overflow=] 51 | debugPrintf("var == %s\n", evhttp_find_header(req->input_headers, "Content-Length")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vbrute.c:51:7: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ vbrute.c: In function ‘doHTTPRequest’: vbrute.c:74:4: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 35 [-Wstringop-overflow=] 74 | debugPrintf("initializing libevent subsystem..\n"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vbrute.c:74:4: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ vbrute.c: In function ‘readFile’: vbrute.c:117:7: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 29 [-Wstringop-overflow=] 117 | debugPrintf("readFile itemArray[c] == %s\n", itemArray[c-1]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vbrute.c:117:7: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ vbrute.c: In function ‘assignArgs’: vbrute.c:164:7: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 23 [-Wstringop-overflow=] 164 | debugPrintf("assignArgs argc == %d\n", argc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vbrute.c:164:7: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ vbrute.c:184:13: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 10 [-Wstringop-overflow=] 184 | debugPrintf("option %s", long_options[option_index].name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vbrute.c:184:13: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ vbrute.c:186:16: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 13 [-Wstringop-overflow=] 186 | debugPrintf(" with arg %s", optarg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vbrute.c:186:16: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ vbrute.c:187:13: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 2 [-Wstringop-overflow=] 187 | debugPrintf("\n"); | ^~~~~~~~~~~~~~~~~ vbrute.c:187:13: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ vbrute.c:191:13: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 27 [-Wstringop-overflow=] 191 | debugPrintf("option -t with value `%s'\n", optarg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vbrute.c:191:13: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ vbrute.c:198:13: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 27 [-Wstringop-overflow=] 198 | debugPrintf("option -d with value `%s'\n", optarg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vbrute.c:198:13: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ vbrute.c:203:13: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 27 [-Wstringop-overflow=] 203 | debugPrintf("option -i with value `%s'\n", optarg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vbrute.c:203:13: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ vbrute.c:212:13: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 31 [-Wstringop-overflow=] 212 | debugPrintf("assignArgs abort to be called\n"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vbrute.c:212:13: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ vbrute.c:226:7: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 27 [-Wstringop-overflow=] 226 | debugPrintf ("non-option ARGV-elements: "); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vbrute.c:226:7: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ vbrute.c:228:10: warning: ‘debugPrintf’ accessing 1024 bytes in a region of size 4 [-Wstringop-overflow=] 228 | debugPrintf ("%s ", argv[optind++]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vbrute.c:228:10: note: referencing argument 1 of type ‘char[1024]’ vbrute.c:17:5: note: in a call to function ‘debugPrintf’ 17 | int debugPrintf(char msg[1024], ...) | ^~~~~~~~~~~ mv -f .deps/vbrute.Tpo .deps/vbrute.Po gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/pentesting/vbrute/src=/usr/src/debug/vbrute -flto=auto -levent -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -o vbrute vbrute.o make[2]: Entering directory '/src/packages/pentesting/vbrute/src/vbrute/src' make[2]: Nothing to be done for 'install-data-am'. /usr/sbin/mkdir -p '/src/packages/pentesting/vbrute/pkg/vbrute/usr/bin' /usr/bin/install -c vbrute '/src/packages/pentesting/vbrute/pkg/vbrute/usr/bin' make[2]: Leaving directory '/src/packages/pentesting/vbrute/src/vbrute/src' make[1]: Leaving directory '/src/packages/pentesting/vbrute/src/vbrute/src' Making install in . make[1]: Entering directory '/src/packages/pentesting/vbrute/src/vbrute' make[2]: Entering directory '/src/packages/pentesting/vbrute/src/vbrute' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/src/packages/pentesting/vbrute/src/vbrute' make[1]: Leaving directory '/src/packages/pentesting/vbrute/src/vbrute' ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "vbrute"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "vbrute-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: vbrute 1.11dda8b-4 (Thu 21 Nov 2024 12:20:07 AM UTC) ==> Cleaning up...