==> Synchronizing chroot copy [/chroot/x86_64/root] -> [build]...done ==> Making package: dripper-git 1:20130912.r3.2430d65-5 (Wed Aug 12 17:35:55 2020) ==> Retrieving sources... -> Cloning dripper git repo... Cloning into bare repository '/srv/build/builder/work/dripper-git/dripper'... -> Found dripper.c.patch -> Found dripper.1 -> Found resolv.conf -> Found subs.txt ==> Validating source files with sha512sums... dripper ... Skipped dripper.c.patch ... Passed dripper.1 ... Passed resolv.conf ... Passed subs.txt ... Passed Host and machine ids are equal (03ca1e0d79db47a597e66a5149387887): refusing to link journals ==> Making package: dripper-git 1:20130912.r3.2430d65-5 (Wed 12 Aug 2020 05:35:59 PM EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (4) perl-error-0.17029-2 perl-mailtools-2.21-4 perl-timedate-2.33-2 git-2.28.0-1 Total Download Size: 6.73 MiB Total Installed Size: 41.73 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading perl-error-0.17029-2-any.pkg.tar.zst... downloading perl-timedate-2.33-2-any.pkg.tar.zst... downloading perl-mailtools-2.21-4-any.pkg.tar.zst... downloading git-2.28.0-1-x86_64.pkg.tar.zst... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing perl-error... installing perl-timedate... installing perl-mailtools... installing git... Optional dependencies for git tk: gitk and git gui perl-libwww: git svn perl-term-readkey: git svn and interactive.singlekey setting perl-mime-tools: git send-email perl-net-smtp-ssl: git send-email TLS support perl-authen-sasl: git send-email TLS support perl-mediawiki-api: git mediawiki support perl-datetime-format-iso8601: git mediawiki support perl-lwp-protocol-https: git mediawiki https support perl-cgi: gitweb (web interface) support python: git svn & git p4 subversion: git svn org.freedesktop.secrets: keyring credential helper libsecret: libsecret credential helper [installed] :: Running post-transaction hooks... (1/4) Creating system user accounts... Creating group git with gid 977. Creating user git (git daemon user) with uid 977 and gid 977. (2/4) Reloading system manager configuration... Skipped: Current root is not booted. (3/4) Arming ConditionNeedsUpdate... (4/4) Warn about old perl modules ==> Retrieving sources... -> Found dripper.c.patch -> Found dripper.1 -> Found resolv.conf -> Found subs.txt ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Creating working copy of dripper git repo... Cloning into 'dripper'... done. ==> Starting prepare()... patching file dripper.c ==> Starting pkgver()... ==> Starting build()... dripper.c: In function ‘convert_to_dns’: dripper.c:100:10: warning: unused variable ‘j’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] 100 | int i, j; | ^ dripper.c: In function ‘parse_dns_reply’: dripper.c:269:24: warning: pointer targets in passing argument 1 of ‘convert_to_str’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 269 | convert_to_str(pkt + length, 0, pkt + len_pkt); | ~~~~^~~~~~~~ | | | unsigned char * dripper.c:117:27: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 117 | void convert_to_str(char *pkt, int len, char *max) { | ~~~~~~^~~ dripper.c:269:41: warning: pointer targets in passing argument 3 of ‘convert_to_str’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 269 | convert_to_str(pkt + length, 0, pkt + len_pkt); | ~~~~^~~~~~~~~ | | | unsigned char * dripper.c:117:47: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 117 | void convert_to_str(char *pkt, int len, char *max) { | ~~~~~~^~~ dripper.c:270:26: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 270 | length += strlen(pkt + length) + 1 + sizeof(struct dnstype); | ~~~~^~~~~~~~ | | | unsigned char * In file included from dripper.c:27: /usr/include/string.h:385:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ dripper.c:283:10: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 283 | name = (pkt + to_dns + (ntohs(answer->name) & 0xff) + 1); | ^ dripper.c:297:26: warning: pointer targets in passing argument 1 of ‘convert_to_str’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 297 | convert_to_str(pkt + length, ntohs(answer->len) - 1, pkt + len_pkt); | ~~~~^~~~~~~~ | | | unsigned char * dripper.c:117:27: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 117 | void convert_to_str(char *pkt, int len, char *max) { | ~~~~~~^~~ dripper.c:297:64: warning: pointer targets in passing argument 3 of ‘convert_to_str’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 297 | convert_to_str(pkt + length, ntohs(answer->len) - 1, pkt + len_pkt); | ~~~~^~~~~~~~~ | | | unsigned char * dripper.c:117:47: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 117 | void convert_to_str(char *pkt, int len, char *max) { | ~~~~~~^~~ dripper.c:302:26: warning: pointer targets in passing argument 1 of ‘convert_to_str’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 302 | convert_to_str(pkt + length, ntohs(answer->len) - 1, pkt + len_pkt); | ~~~~^~~~~~~~ | | | unsigned char * dripper.c:117:27: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 117 | void convert_to_str(char *pkt, int len, char *max) { | ~~~~~~^~~ dripper.c:302:64: warning: pointer targets in passing argument 3 of ‘convert_to_str’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 302 | convert_to_str(pkt + length, ntohs(answer->len) - 1, pkt + len_pkt); | ~~~~^~~~~~~~~ | | | unsigned char * dripper.c:117:47: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 117 | void convert_to_str(char *pkt, int len, char *max) { | ~~~~~~^~~ dripper.c:303:30: warning: pointer targets in passing argument 1 of ‘strstr’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 303 | if(strstr(pkt + length + 1, domain)) | ~~~~~~~~~~~~~^~~ | | | unsigned char * In file included from dripper.c:27: /usr/include/string.h:330:34: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 330 | extern char *strstr (const char *__haystack, const char *__needle) | ~~~~~~~~~~~~^~~~~~~~~~ dripper.c:245:18: warning: variable ‘ip_header’ set but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable]8;;] 245 | struct iphdr *ip_header; | ^~~~~~~~~ dripper.c: In function ‘sniff_dns_replies’: dripper.c:496:63: warning: pointer targets in passing argument 6 of ‘recvfrom’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 496 | if((len_pkt = recvfrom(sniffer, buffer, 65536, 0, &saddr, &sockaddr_size)) < 1) | ^~~~~~~~~~~~~~ | | | int * In file included from /usr/include/netinet/in.h:23, from /usr/include/arpa/inet.h:22, from dripper.c:19: /usr/include/sys/socket.h:165:27: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’ 165 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ dripper.c: In function ‘main’: dripper.c:518:9: warning: implicit declaration of function ‘time’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 518 | srand(time(NULL)); | ^~~~ dripper.c: In function ‘send_dns’: dripper.c:480:1: warning: control reaches end of non-void function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wreturn-type-Wreturn-type]8;;] 480 | } | ^ ==> Entering fakeroot environment... ==> Starting package()... ==> 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 "dripper-git"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: dripper-git 1:20130912.r3.2430d65-5 (Wed 12 Aug 2020 05:36:06 PM EDT) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... :: gettext optionally requires git: for autopoint infrastructure updates Packages (4) git-2.28.0-1 perl-error-0.17029-2 perl-mailtools-2.21-4 perl-timedate-2.33-2 Total Removed Size: 41.73 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing git... removing perl-mailtools... removing perl-timedate... removing perl-error... :: Running post-transaction hooks... (1/2) Reloading system manager configuration... Skipped: Current root is not booted. (2/2) Arming ConditionNeedsUpdate...