==> Synchronizing chroot copy [/chroot/armv7h/root] -> [build]...done ==> Making package: dbd 1.50-4 (Mon Aug 10 09:32:45 2020) ==> Retrieving sources... -> Cloning dbd git repo... Cloning into bare repository '/srv/build/builder/work/dbd/dbd'... ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... dbd ... Skipped Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals ==> Making package: dbd 1.50-4 (Mon 10 Aug 2020 09:33:12 AM 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: 5.50 MiB Total Installed Size: 37.36 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading perl-error-0.17029-2-any.pkg.tar.xz... downloading perl-timedate-2.33-2-any.pkg.tar.xz... downloading perl-mailtools-2.21-4-any.pkg.tar.xz... downloading git-2.28.0-1-armv7h.pkg.tar.xz... 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... ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Creating working copy of dbd git repo... Cloning into 'dbd'... done. ==> Starting build()... rm -f dbd dbd.exe dbdbg dbdbg.exe *.o core gcc -Wall -Wshadow -Os -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -o dbd pel.c aes.c sha1.c doexec.c dbd.c -s -Wl,-O1,--sort-common,--as-needed,-z,relro In file included from doexec.c:4: doexec_unix.h: In function ‘doexec’: doexec_unix.h:164:52: warning: pointer targets in passing argument 2 of ‘pel_recv_msg’ differ in signedness [-Wpointer-sign] 164 | if (pel_recv_msg(socketfd, buf, &cnt) != PEL_SUCCESS) { | ^~~ | | | char * In file included from doexec_unix.h:33, from doexec.c:4: pel.h:27:50: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 27 | int pel_recv_msg( int sockfd, unsigned char *msg, int *length ); | ~~~~~~~~~~~~~~~^~~ In file included from doexec.c:4: doexec_unix.h:199:52: warning: pointer targets in passing argument 2 of ‘pel_send_msg’ differ in signedness [-Wpointer-sign] 199 | if (pel_send_msg(socketfd, buf, cnt) != PEL_SUCCESS) { | ^~~ | | | char * In file included from doexec_unix.h:33, from doexec.c:4: pel.h:26:50: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 26 | int pel_send_msg( int sockfd, unsigned char *msg, int length ); | ~~~~~~~~~~~~~~~^~~ In file included from dbd.c:246: misc.h: In function ‘get_revision’: misc.h:150:28: warning: pointer targets in passing argument 1 of ‘strstr’ differ in signedness [-Wpointer-sign] 150 | if (!(idstart = strstr(string, Id_string))) { | ^~~~~~ | | | unsigned char * In file included from dbd.c:88: /usr/include/string.h:330:14: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 330 | extern char *strstr (const char *__haystack, const char *__needle) | ^~~~~~ In file included from dbd.c:247: readwrite.h: In function ‘readwrite’: readwrite.h:223:50: warning: pointer targets in passing argument 2 of ‘pel_send_msg’ differ in signedness [-Wpointer-sign] 223 | if (pel_send_msg(peersd, stackbuf, strlen(stackbuf)) != PEL_SUCCESS) { | ^~~~~~~~ | | | char * In file included from dbd.c:245: pel.h:26:50: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 26 | int pel_send_msg( int sockfd, unsigned char *msg, int length ); | ~~~~~~~~~~~~~~~^~~ In file included from dbd.c:247: readwrite.h:230:46: warning: pointer targets in passing argument 2 of ‘pel_send_msg’ differ in signedness [-Wpointer-sign] 230 | if (pel_send_msg(peersd, buf, cnt) != PEL_SUCCESS) { | ^~~ | | | char * In file included from dbd.c:245: pel.h:26:50: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 26 | int pel_send_msg( int sockfd, unsigned char *msg, int length ); | ~~~~~~~~~~~~~~~^~~ In file included from dbd.c:247: readwrite.h:250:46: warning: pointer targets in passing argument 2 of ‘pel_recv_msg’ differ in signedness [-Wpointer-sign] 250 | if (pel_recv_msg(peersd, buf, &cnt) != PEL_SUCCESS) { | ^~~ | | | char * In file included from dbd.c:245: pel.h:27:50: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 27 | int pel_recv_msg( int sockfd, unsigned char *msg, int *length ); | ~~~~~~~~~~~~~~~^~~ In file included from dbd.c:262: socket_code.h: In function ‘dbd_listen’: socket_code.h:247:58: warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness [-Wpointer-sign] 247 | if ((clisd = accept(sd, (struct sockaddr*) &cliAddr, &clilen)) < 0) { | ^~~~~~~ | | | int * In file included from dbd.c:78: /usr/include/sys/socket.h:233:28: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’ 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ In file included from dbd.c:262: socket_code.h:291:61: warning: pointer targets in passing argument 3 of ‘getsockname’ differ in signedness [-Wpointer-sign] 291 | if (getsockname(clisd, (struct sockaddr*) &gsnAddr, &gsnlen)) { | ^~~~~~~ | | | int * In file included from dbd.c:78: /usr/include/sys/socket.h:117:26: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’ 117 | socklen_t *__restrict __len) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "dbd"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: dbd 1.50-4 (Mon 10 Aug 2020 09:33:57 AM 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: 37.36 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...