==> Synchronizing chroot copy [/chroot/i686/root] -> [build]...done
==> Making package: dripper-git 1:20130912.r3.2430d65-5 (Wed Aug 12 17:30:54 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
==> Making package: dripper-git 1:20130912.r3.2430d65-5 (Wed 12 Aug 2020 05:31:00 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (4) perl-error-0.17029-2.0  perl-mailtools-2.21-4.0
             perl-timedate-2.33-2.0  git-2.28.0-1.0

Total Download Size:    6.81 MiB
Total Installed Size:  46.63 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
downloading perl-error-0.17029-2.0-any.pkg.tar.zst...
downloading perl-timedate-2.33-2.0-any.pkg.tar.zst...
downloading perl-mailtools-2.21-4.0-any.pkg.tar.zst...
downloading git-2.28.0-1.0-i686.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:384:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
  384 | 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:329:34: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
  329 | 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:31:09 PM EDT)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...
:: gettext optionally requires git: for autopoint infrastructure updates

Packages (4) git-2.28.0-1.0  perl-error-0.17029-2.0  perl-mailtools-2.21-4.0
             perl-timedate-2.33-2.0

Total Removed Size:  46.63 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...