==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: trurl 0.16.1-1 (Mon May 12 06:24:01 2025)
==> Retrieving sources...
  -> Found trurl-0.16.1.tar.gz
  -> Found trurl-0.16.1.tar.gz.asc
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    trurl-0.16.1.tar.gz ... Passed
    trurl-0.16.1.tar.gz.asc ... Skipped
==> Making package: trurl 0.16.1-1 (Mon May 12 06:24:08 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found trurl-0.16.1.tar.gz
  -> Found trurl-0.16.1.tar.gz.asc
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting trurl-0.16.1.tar.gz with bsdtar
==> Starting build()...
cc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection $(curl-config --cflags) -W -Wall -Wshadow -pedantic -Wconversion -Wmissing-prototypes -Wwrite-strings -Wsign-compare -Wno-sign-conversion -Werror -g   -c -o trurl.o trurl.c
cc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now trurl.o -o trurl $(curl-config --libs)
==> Entering fakeroot environment...
==> Starting package()...
install -d /build/trurl/pkg/trurl/usr/bin
install -m 0755 trurl /build/trurl/pkg/trurl/usr/bin
(if test -f trurl.1; then \
install -d /build/trurl/pkg/trurl/usr/share/man/man1; \
install -m 0644 trurl.1 /build/trurl/pkg/trurl/usr/share/man/man1; \
fi)
(if test -f scripts/_trurl.zsh; then \
install -d /build/trurl/pkg/trurl/usr/share/zsh/site-functions; \
install -m 0755 scripts/_trurl.zsh /usr/share/zsh/site-functions/_trurl; \
fi)
==> 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 "trurl"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: trurl 0.16.1-1 (Mon May 12 06:24:11 2025)
==> Cleaning up...