==> Synchronizing chroot copy [/chroot/armv6h/root] -> [build]...done
==> Making package: darm-git 416.cadffa7-4 (Fri Nov 22 09:52:57 2019)
==> Retrieving sources...
  -> Cloning darm git repo...
Cloning into bare repository '/srv/build/builder/work/darm-git/darm'...
  -> Found darm.pc
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    darm ... Skipped
    darm.pc ... Passed
Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals
==> Making package: darm-git 416.cadffa7-4 (Fri 22 Nov 2019 09:53:23 AM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (6) libnsl-1.2.0-2  perl-error-0.17028-1  perl-mailtools-2.21-2
             perl-timedate-2.30-6  git-2.24.0-1  python-3.8.0-1

Total Installed Size:  144.99 MiB

:: Proceed with installation? [Y/n] 
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
    python2: various helper scripts
    subversion: git svn
    gnome-keyring: GNOME keyring credential helper
    libsecret: libsecret credential helper [installed]
installing libnsl...
installing python...
Optional dependencies for python
    python-setuptools
    python-pip
    sqlite [installed]
    mpdecimal: for decimal
    xz: for lzma [installed]
    tk: for tkinter
:: 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 darm.pc
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of darm git repo...
Cloning into 'darm'...
done.
==> Starting pkgver()...
==> Starting build()...
python darmgen.py
gcc -std=c99 -Wall -O2 -Wextra -Wno-missing-field-initializers -fPIC -s -o darm-tbl.o -c darm-tbl.c
gcc -std=c99 -Wall -O2 -Wextra -Wno-missing-field-initializers -fPIC -s -o armv7-tbl.o -c armv7-tbl.c
gcc -std=c99 -Wall -O2 -Wextra -Wno-missing-field-initializers -fPIC -s -o thumb-tbl.o -c thumb-tbl.c
gcc -std=c99 -Wall -O2 -Wextra -Wno-missing-field-initializers -fPIC -s -o thumb2-tbl.o -c thumb2-tbl.c
gcc -std=c99 -Wall -O2 -Wextra -Wno-missing-field-initializers -fPIC -s -o darm.o -c darm.c
gcc -std=c99 -Wall -O2 -Wextra -Wno-missing-field-initializers -fPIC -s -o armv7.o -c armv7.c
armv7.c: In function ‘armv7_disas_uncond’:
armv7.c:118:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
         if((w >> 21) & 1) {
           ^
armv7.c:134:5: note: here
     case b011:
     ^~~~
armv7.c: In function ‘armv7_disas_cond’:
armv7.c:667:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
         switch ((uint32_t) d->instr) {
         ^~~~~~
armv7.c:735:5: note: here
     case T_ARM_SM:
     ^~~~
armv7.c:736:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
         switch ((uint32_t) d->instr) {
         ^~~~~~
armv7.c:810:5: note: here
     case T_ARM_PAS:
     ^~~~
gcc -std=c99 -Wall -O2 -Wextra -Wno-missing-field-initializers -fPIC -s -o thumb2.o -c thumb2.c
gcc -std=c99 -Wall -O2 -Wextra -Wno-missing-field-initializers -fPIC -s -o thumb2-decoder.o -c thumb2-decoder.c
thumb2-decoder.c: In function ‘thumb2_misc_op’:
thumb2-decoder.c:1193:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
         switch (op2) {
         ^~~~~~
thumb2-decoder.c:1207:5: note: here
     case 1:
     ^~~~
thumb2-decoder.c:1209:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
         switch (op2) {
         ^~~~~~
thumb2-decoder.c:1226:5: note: here
     case 2:
     ^~~~
gcc -std=c99 -Wall -O2 -Wextra -Wno-missing-field-initializers -fPIC -s -o thumb.o -c thumb.c
thumb.c: In function ‘thumb_disasm’:
thumb.c:139:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
             d->Rn = w & b111;
thumb.c:143:9: note: here
         case I_MVN:
         ^~~~
thumb.c:185:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
             d->imm <<= 2;
             ~~~~~~~^~~~~
thumb.c:188:9: note: here
         case I_MOV:
         ^~~~
thumb.c:119:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
         switch ((uint32_t) d->instr) {
         ^~~~~~
thumb.c:154:5: note: here
     case T_THUMB_BRANCH_REG:
     ^~~~
thumb.c:177:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
         switch ((uint32_t) d->instr) {
         ^~~~~~
thumb.c:197:5: note: here
     case T_THUMB_EXTEND:
     ^~~~
ar cr libdarm.a darm.o armv7.o thumb2.o thumb2-decoder.o thumb.o darm-tbl.o armv7-tbl.o thumb-tbl.o thumb2-tbl.o
gcc -shared -std=c99 -Wall -O2 -Wextra -Wno-missing-field-initializers -fPIC -s -o libdarm.so darm.o armv7.o thumb2.o thumb2-decoder.o thumb.o darm-tbl.o armv7-tbl.o thumb-tbl.o thumb2-tbl.o
gcc -std=c99 -Wall -O2 -Wextra -Wno-missing-field-initializers -fPIC -s -o tests/tests tests/tests.c libdarm.a -I. -Itests
gcc -std=c99 -Wall -O2 -Wextra -Wno-missing-field-initializers -fPIC -s -o tests/expand tests/expand.c libdarm.a -I. -Itests
gcc -std=c99 -Wall -O2 -Wextra -Wno-missing-field-initializers -fPIC -s -o utils/elfdarm utils/elfdarm.c libdarm.a -I. -Itests
==> 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 "darm-git"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: darm-git 416.cadffa7-4 (Fri 22 Nov 2019 09:54:47 AM EST)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...
:: gettext optionally requires git: for autopoint infrastructure updates
:: glib2 optionally requires python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report
:: util-linux optionally requires python: python bindings to libmount

Packages (6) git-2.24.0-1  libnsl-1.2.0-2  perl-error-0.17028-1
             perl-mailtools-2.21-2  perl-timedate-2.30-6  python-3.8.0-1

Total Removed Size:  144.99 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing python...
removing libnsl...
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...