==> Synchronizing chroot copy [/chroot/armv7/root] -> [build]...done
==> Making package: imagejs-git 20180314.r54-1 (Wed Jun  3 15:08:11 2020)
==> Retrieving sources...
  -> Cloning imagejs-git git repo...
Cloning into bare repository '/srv/build/builder/work/imagejs-git/imagejs-git'...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    imagejs-git ... Skipped
Host and machine ids are equal (508bc9faf65540dfb4fb1551fd5fdc0a): refusing to link journals
==> Making package: imagejs-git 20180314.r54-1 (Wed 03 Jun 2020 03:08:32 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (10) jsoncpp-1.9.2-1  libnsl-1.2.0-2  libuv-1.38.0-1
              perl-error-0.17029-1  perl-mailtools-2.21-3  perl-timedate-2.33-1
              rhash-1.3.9-2  shared-mime-info-2.0+1+g6bf9e4f-2  cmake-3.17.3-1
              git-2.27.0-1

Total Download Size:    6.72 MiB
Total Installed Size:  76.32 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
downloading shared-mime-info-2.0+1+g6bf9e4f-2-armv7h.pkg.tar.xz...
downloading jsoncpp-1.9.2-1-armv7h.pkg.tar.xz...
downloading libuv-1.38.0-1-armv7h.pkg.tar.xz...
downloading rhash-1.3.9-2-armv7h.pkg.tar.xz...
downloading cmake-3.17.3-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]
installing shared-mime-info...
installing jsoncpp...
Optional dependencies for jsoncpp
    jsoncpp-doc: documentation
installing libnsl...
installing libuv...
installing rhash...
installing cmake...
Optional dependencies for cmake
    qt5-base: cmake-gui
:: Running post-transaction hooks...
(1/5) Creating system user accounts...
Creating group git with gid 977.
Creating user git (git daemon user) with uid 977 and gid 977.
(2/5) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/5) Arming ConditionNeedsUpdate...
(4/5) Warn about old perl modules
(5/5) Updating the MIME type database...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of imagejs-git git repo...
Cloning into 'imagejs-git'...
done.
==> Starting pkgver()...
==> Starting build()...
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /build/imagejs-git/src/imagejs-git/build
Scanning dependencies of target imagejs
[ 14%] Building C object CMakeFiles/imagejs.dir/main.c.o
/build/imagejs-git/src/imagejs-git/main.c: In function ‘main’:
/build/imagejs-git/src/imagejs-git/main.c:65:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
   65 |   fread(buf, 1, filesize, in);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/imagejs-git/src/imagejs-git/main.c:81:6: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
   81 |      fread(imbuf, 1, imsize, im);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/imagejs-git/src/imagejs-git/main.c:124:6: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  124 |      fread(imbuf, 1, imsize, im);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/imagejs-git/src/imagejs-git/main.c:159:6: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  159 |      fread(imbuf, 1, imsize, im);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 28%] Building C object CMakeFiles/imagejs.dir/bmp.c.o
In file included from /usr/include/string.h:495,
                 from /build/imagejs-git/src/imagejs-git/bmp.h:14,
                 from /build/imagejs-git/src/imagejs-git/bmp.c:10:
In function ‘memcpy’,
    inlined from ‘bmp_js_l’ at /build/imagejs-git/src/imagejs-git/bmp.c:35:2:
/usr/include/bits/string_fortified.h:34:10: warning: __builtin_memcpy’ reading 108 bytes from a region of size 102 [-Wstringop-overflow=]
   34 |   return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 42%] Building C object CMakeFiles/imagejs.dir/pgf.c.o
[ 57%] Building C object CMakeFiles/imagejs.dir/pnm.c.o
[ 71%] Building C object CMakeFiles/imagejs.dir/webp.c.o
[ 85%] Building C object CMakeFiles/imagejs.dir/gif.c.o
[100%] Linking C executable imagejs
[100%] Built target imagejs
==> 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 "imagejs-git"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: imagejs-git 20180314.r54-1 (Wed 03 Jun 2020 03:10:46 PM EDT)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...
:: gettext optionally requires git: for autopoint infrastructure updates

Packages (10) cmake-3.17.3-1  git-2.27.0-1  jsoncpp-1.9.2-1  libnsl-1.2.0-2
              libuv-1.38.0-1  perl-error-0.17029-1  perl-mailtools-2.21-3
              perl-timedate-2.33-1  rhash-1.3.9-2
              shared-mime-info-2.0+1+g6bf9e4f-2

Total Removed Size:  76.32 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing git...
removing perl-mailtools...
removing perl-timedate...
removing perl-error...
removing cmake...
removing shared-mime-info...
removing rhash...
removing libuv...
removing libnsl...
removing jsoncpp...
:: Running post-transaction hooks...
(1/2) Reloading system manager configuration...
  Skipped: Current root is not booted.
(2/2) Arming ConditionNeedsUpdate...