==> Synchronizing chroot copy [/chroot/armv7/root] -> [build]...done
==> Making package: dripper-git 1:20130912.r3.2430d65-5 (Wed Aug 12 17:44:15 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
==> WARNING: Skipping verification of source file PGP signatures.
==> 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 (508bc9faf65540dfb4fb1551fd5fdc0a): refusing to link journals
==> Making package: dripper-git 1:20130912.r3.2430d65-5 (Wed 12 Aug 2020 05:44:42 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: 5.47 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-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...
-> 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’ [-Wunused-variable]
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 [-Wpointer-sign]
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 [-Wpointer-sign]
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 [-Wpointer-sign]
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 [-Wpointer-sign]
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 [-Wpointer-sign]
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 [-Wpointer-sign]
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 [-Wpointer-sign]
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 [-Wpointer-sign]
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 [-Wpointer-sign]
303 | if(strstr(pkt + length + 1, domain))
| ~~~~~~~~~~~~~^~~
| |
| unsigned char *
In file included from dripper.c:27:
/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)
| ^~~~~~
dripper.c:245:18: warning: variable ‘ip_header’ set but not used [-Wunused-but-set-variable]
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 [-Wpointer-sign]
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’ [-Wimplicit-function-declaration]
518 | srand(time(NULL));
| ^~~~
dripper.c: In function ‘send_dns’:
dripper.c:480:1: warning: control reaches end of non-void function [-Wreturn-type]
480 | }
| ^
dripper.c: In function ‘forward_brute’:
dripper.c:163:30: warning: ‘.’ directive output may be truncated writing 1 byte into a region of size between 0 and 79 [-Wformat-truncation=]
163 | snprintf(record, 80, ".%s.%s", line, target);
| ^
dripper.c:163:5: note: ‘snprintf’ output 3 or more bytes (assuming 82) into a destination of size 80
163 | snprintf(record, 80, ".%s.%s", line, target);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
==> 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:45:58 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: 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...