==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: haproxy 3.2.3-1 (Thu Jul 10 06:35:25 2025)
==> Retrieving sources...
  -> Cloning haproxy-3.2 git repo...
Cloning into bare repository '/home/leming/work/haproxy/haproxy-3.2'...
  -> Found haproxy.cfg
  -> Found haproxy.sysusers
  -> Found 0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    haproxy-3.2 ... Skipped
    haproxy.cfg ... Passed
    haproxy.sysusers ... Passed
    0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch ... Passed
==> Making package: haproxy 3.2.3-1 (Thu Jul 10 06:35:55 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (1) lua-5.4.8-2

Total Download Size:   0.29 MiB
Total Installed Size:  1.66 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 lua-5.4.8-2-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing lua...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (5) perl-error-0.17030-1  perl-mailtools-2.22-1  perl-timedate-2.33-7
             zlib-ng-2.2.4-1  git-2.50.1-1

Total Download Size:    7.84 MiB
Total Installed Size:  45.31 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 git-2.50.1-1-aarch64 downloading...
 zlib-ng-2.2.4-1-aarch64 downloading...
 perl-mailtools-2.22-1-any downloading...
 perl-timedate-2.33-7-any downloading...
 perl-error-0.17030-1-any downloading...
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 zlib-ng...
installing git...
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui
    openssh: ssh transport and crypto
    man: show help with `git command --help`
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-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 [installed]
    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 971.
Creating user 'git' (git daemon user) with UID 971 and GID 971.
(2/4) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Checking for old perl modules...
[?25h==> Retrieving sources...
  -> Found haproxy.cfg
  -> Found haproxy.sysusers
  -> Found 0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of haproxy-3.2 git repo...
Cloning into 'haproxy-3.2'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
patching file admin/iprange/Makefile
patching file dev/poll/Makefile
patching file dev/tcploop/Makefile
==> Starting build()...
Makefile:354: ignoring unknown build option: USE_SYSTEMD=1
  CC      dev/flags/flags.o
  CC      src/ev_poll.o
  CC      src/ev_epoll.o
  CC      src/cpuset.o
  CC      src/cpu_topo.o
  CC      src/ssl_sock.o
  CC      src/ssl_ckch.o
  CC      src/ssl_ocsp.o
  CC      src/ssl_crtlist.o
  CC      src/ssl_sample.o
  CC      src/cfgparse-ssl.o
  CC      src/ssl_gencert.o
  CC      src/ssl_utils.o
  CC      src/jwt.o
  CC      src/ssl_clienthello.o
  CC      src/jws.o
  CC      src/acme.o
  CC      src/ssl_trace.o
  CC      src/hlua.o
  CC      src/hlua_fcn.o
  CC      addons/promex/service-prometheus.o
  CC      src/namespace.o
  CC      src/linuxcap.o
  CC      src/mux_h2.o
  CC      src/mux_h1.o
  CC      src/mux_fcgi.o
  CC      src/log.o
src/acme.c: In function 'acme_update_certificate':
src/acme.c:886:155: warning: the comparison will always evaluate as 'false' for the address of 'path' will never be NULL [-Waddress]
In file included from include/haproxy/ssl_ckch.h:26,
                 from src/acme.c:33:
include/haproxy/ssl_ckch-t.h:92:7: note: 'path' declared here
At top level:
cc1: note: unrecognized command-line option '-Wno-atomic-alignment' may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option '-Wno-string-plus-int' may have been intended to silence earlier diagnostics
  CC      src/server.o
  CC      src/stream.o
  CC      src/tcpcheck.o
  CC      src/http_ana.o
src/mux_h1.c: In function 'h1_search_websocket_key':
src/mux_h1.c:1895:121: warning: the comparison will always evaluate as 'false' for the address of 'key' will never be NULL [-Waddress]
src/mux_h1.c:1893:10: note: 'key' declared here
src/mux_h1.c: In function 'h1_make_eoh':
src/mux_h1.c:2841:141: warning: the comparison will always evaluate as 'false' for the address of 'ws_key' will never be NULL [-Waddress]
src/mux_h1.c:79:7: note: 'ws_key' declared here
src/mux_h1.c:2852:117: warning: the comparison will always evaluate as 'false' for the address of 'key' will never be NULL [-Waddress]
src/mux_h1.c:2848:9: note: 'key' declared here
At top level:
cc1: note: unrecognized command-line option '-Wno-atomic-alignment' may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option '-Wno-string-plus-int' may have been intended to silence earlier diagnostics
  CC      src/stick_table.o
  CC      src/tools.o
  CC      src/mux_spop.o
  CC      src/sample.o
  CC      src/activity.o
  CC      src/cfgparse.o
  CC      src/peers.o
src/mux_h2.c: In function 'h2s_snd_bhdrs':
src/mux_h2.c:6881:190: warning: the comparison will always evaluate as 'false' for the address of 'upgrade_protocol' will never be NULL [-Waddress]
src/mux_h2.c:133:7: note: 'upgrade_protocol' declared here
At top level:
cc1: note: unrecognized command-line option '-Wno-atomic-alignment' may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option '-Wno-string-plus-int' may have been intended to silence earlier diagnostics
  CC      src/cli.o
  CC      src/backend.o
  CC      src/connection.o
  CC      src/resolvers.o
  CC      src/proxy.o
  CC      src/cache.o
  CC      src/stconn.o
  CC      src/http_htx.o
  CC      src/debug.o
  CC      src/check.o
  CC      src/stats-html.o
  CC      src/haproxy.o
  CC      src/listener.o
  CC      src/applet.o
  CC      src/pattern.o
  CC      src/cfgparse-listen.o
  CC      src/flt_spoe.o
  CC      src/cebuis_tree.o
  CC      src/http_ext.o
  CC      src/http_act.o
  CC      src/http_fetch.o
  CC      src/cebus_tree.o
  CC      src/cebuib_tree.o
  CC      src/http_client.o
  CC      src/dns.o
  CC      src/cebub_tree.o
  CC      src/vars.o
  CC      src/event_hdl.o
  CC      src/tcp_rules.o
  CC      src/trace.o
  CC      src/stats-proxy.o
  CC      src/pool.o
  CC      src/stats.o
  CC      src/cfgparse-global.o
  CC      src/filters.o
  CC      src/mux_pt.o
  CC      src/flt_http_comp.o
src/trace.c: In function '__trace':
src/trace.c:288:125: warning: the comparison will always evaluate as 'false' for the address of 'tnum' will never be NULL [-Waddress]
src/trace.c:264:7: note: 'tnum' declared here
At top level:
cc1: note: unrecognized command-line option '-Wno-atomic-alignment' may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option '-Wno-string-plus-int' may have been intended to silence earlier diagnostics
  CC      src/sock.o
  CC      src/h1.o
  CC      src/sink.o
  CC      src/cebua_tree.o
  CC      src/session.o
  CC      src/payload.o
  CC      src/htx.o
  CC      src/cebul_tree.o
  CC      src/cebu32_tree.o
  CC      src/cebu64_tree.o
  CC      src/server_state.o
  CC      src/proto_rhttp.o
  CC      src/flt_trace.o
  CC      src/fd.o
  CC      src/task.o
  CC      src/map.o
  CC      src/fcgi-app.o
  CC      src/h2.o
  CC      src/mworker.o
  CC      src/tcp_sample.o
  CC      src/mjson.o
  CC      src/h1_htx.o
  CC      src/tcp_act.o
  CC      src/ring.o
  CC      src/flt_bwlim.o
  CC      src/acl.o
  CC      src/thread.o
  CC      src/queue.o
  CC      src/http_rules.o
  CC      src/http.o
  CC      src/channel.o
  CC      src/proto_tcp.o
  CC      src/mqtt.o
  CC      src/lb_chash.o
  CC      src/extcheck.o
  CC      src/dns_ring.o
  CC      src/errors.o
  CC      src/ncbuf.o
  CC      src/compression.o
  CC      src/http_conv.o
  CC      src/frontend.o
  CC      src/stats-json.o
  CC      src/proto_sockpair.o
  CC      src/raw_sock.o
  CC      src/action.o
  CC      src/stats-file.o
  CC      src/buf.o
  CC      src/xprt_handshake.o
  CC      src/proto_uxst.o
  CC      src/lb_fwrr.o
  CC      src/uri_normalizer.o
  CC      src/mailers.o
  CC      src/protocol.o
  CC      src/cfgcond.o
  CC      src/proto_udp.o
  CC      src/lb_fwlc.o
  CC      src/ebmbtree.o
  CC      src/proto_uxdg.o
  CC      src/cfgdiag.o
  CC      src/sock_unix.o
  CC      src/sha1.o
  CC      src/lb_fas.o
  CC      src/clock.o
  CC      src/sock_inet.o
  CC      src/ev_select.o
  CC      src/lb_map.o
  CC      src/shctx.o
  CC      src/mworker-prog.o
  CC      src/hpack-dec.o
  CC      src/arg.o
  CC      src/signal.o
  CC      src/fix.o
  CC      src/dynbuf.o
  CC      src/guid.o
  CC      src/cfgparse-tcp.o
  CC      src/lb_ss.o
  CC      src/chunk.o
  CC      src/cfgparse-unix.o
  CC      src/regex.o
  CC      src/fcgi.o
  CC      src/uri_auth.o
  CC      src/eb64tree.o
  CC      src/eb32tree.o
  CC      src/eb32sctree.o
  CC      src/lru.o
  CC      src/limits.o
  CC      src/ebimtree.o
  CC      src/wdt.o
  CC      src/hpack-tbl.o
  CC      src/ebistree.o
  CC      src/base64.o
  CC      src/auth.o
  CC      src/time.o
  CC      src/ebsttree.o
  CC      src/freq_ctr.o
  CC      src/systemd.o
  CC      src/init.o
  CC      src/http_acl.o
  CC      src/dict.o
  CC      src/dgram.o
  CC      src/pipe.o
  CC      src/hpack-huff.o
  CC      src/hpack-enc.o
  CC      src/ebtree.o
  CC      src/hash.o
  CC      src/version.o
  LD      dev/flags/flags
  LD      haproxy
  CC      admin/halog/halog.o
  CC      admin/halog/fgets2.o
cc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fwrapv  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now  admin/iprange/iprange.c   -o admin/iprange/iprange
cc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fwrapv  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now  admin/iprange/ip6range.c   -o admin/iprange/ip6range
  LD      admin/halog/halog
make: Entering directory '/build/haproxy/src/haproxy-3.2/admin/systemd'
sed -e 's:@SBINDIR@:'/usr/bin':' haproxy.service.in > haproxy.service
make: Leaving directory '/build/haproxy/src/haproxy-3.2/admin/systemd'
==> 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 "haproxy"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: haproxy 3.2.3-1 (Thu Jul 10 06:36:36 2025)
==> Cleaning up...