>>> haproxy: Building main/haproxy 3.0.1-r0 (using abuild 3.13.0-r3) started Wed, 12 Jun 2024 08:04:20 +0000 >>> haproxy: Checking sanity of /home/buildozer/aports/main/haproxy/APKBUILD... >>> haproxy: Analyzing dependencies... >>> haproxy: Installing for build: build-base pcre2-dev openssl-dev linux-headers lua5.4-dev zlib-dev (1/18) Installing bsd-compat-headers (0.7.2-r6) (2/18) Installing libformw (6.4_p20240420-r0) (3/18) Installing libmenuw (6.4_p20240420-r0) (4/18) Installing libpanelw (6.4_p20240420-r0) (5/18) Installing libncurses++ (6.4_p20240420-r0) (6/18) Installing ncurses-dev (6.4_p20240420-r0) (7/18) Installing libedit-dev (20240517.3.1-r0) (8/18) Installing zlib-dev (1.3.1-r1) (9/18) Installing libpcre2-16 (10.43-r0) (10/18) Installing libpcre2-32 (10.43-r0) (11/18) Installing pcre2-dev (10.43-r0) (12/18) Installing openssl-dev (3.3.1-r0) (13/18) Installing linux-headers (6.6-r0) (14/18) Installing lua5.4-libs (5.4.6-r1) (15/18) Installing readline (8.2.10-r0) (16/18) Installing lua5.4 (5.4.6-r1) (17/18) Installing lua5.4-dev (5.4.6-r1) (18/18) Installing .makedepends-haproxy (20240612.080422) Executing busybox-1.36.1-r31.trigger OK: 395 MiB in 125 packages >>> haproxy: Cleaning up srcdir >>> haproxy: Cleaning up pkgdir >>> haproxy: Cleaning up tmpdir >>> haproxy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/haproxy-3.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> haproxy: Fetching https://www.haproxy.org/download/3.0/src/haproxy-3.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4568k 100 4568k 0 0 12.2M 0 --:--:-- --:--:-- --:--:-- 12.2M >>> haproxy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/haproxy-3.0.1.tar.gz >>> haproxy: Checking sha512sums... haproxy-3.0.1.tar.gz: OK haproxy.initd: OK haproxy.cfg: OK >>> haproxy: Unpacking /var/cache/distfiles/edge/haproxy-3.0.1.tar.gz... CC src/ev_poll.o CC src/ev_epoll.o CC src/cpuset.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/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/stream.o CC src/log.o CC src/server.o CC src/tcpcheck.o CC src/http_ana.o CC src/stick_table.o CC src/tools.o CC src/sample.o CC src/flt_spoe.o CC src/cfgparse.o CC src/peers.o CC src/cli.o CC src/resolvers.o CC src/connection.o CC src/backend.o CC src/cache.o CC src/http_htx.o CC src/proxy.o CC src/stconn.o CC src/check.o CC src/haproxy.o CC src/stats-html.o CC src/listener.o CC src/pattern.o CC src/debug.o CC src/cfgparse-listen.o In file included from include/haproxy/dynbuf.h:25, from include/haproxy/channel.h:27, from include/haproxy/applet.h:29, from include/haproxy/cli.h:26, from src/server.c:26: In function 'snprintf', inlined from '_srv_event_hdl_prepare' at src/server.c:386:2, inlined from 'srv_event_hdl_publish.constprop' at src/server.c:498:2: /usr/include/fortify/stdio.h:284:16: warning: 'cb_data' may be used uninitialized [-Wmaybe-uninitialized] 284 | return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/fortify/sys/select.h:26, from /usr/include/sys/types.h:71, from src/server.c:14: /usr/include/fortify/stdio.h: In function 'srv_event_hdl_publish.constprop': /usr/include/fortify/stdio.h:274:1: note: in a call to '__orig_snprintf' declared with attribute 'access (read_write, 1, 2)' here 274 | _FORTIFY_FN(snprintf) int snprintf(char *__s, size_t __n, | ^~~~~~~~~~~ src/server.c:495:41: note: 'cb_data' declared here 495 | struct event_hdl_cb_data_server cb_data; | ^~~~~~~ In function 'snprintf', inlined from '_srv_event_hdl_prepare' at src/server.c:386:2, inlined from 'srv_event_hdl_publish_check' at src/server.c:518:2: /usr/include/fortify/stdio.h:284:16: warning: 'cb_data' may be used uninitialized [-Wmaybe-uninitialized] 284 | return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/fortify/stdio.h: In function 'srv_event_hdl_publish_check': /usr/include/fortify/stdio.h:274:1: note: in a call to '__orig_snprintf' declared with attribute 'access (read_write, 1, 2)' here 274 | _FORTIFY_FN(snprintf) int snprintf(char *__s, size_t __n, | ^~~~~~~~~~~ src/server.c:510:47: note: 'cb_data' declared here 510 | struct event_hdl_cb_data_server_check cb_data; | ^~~~~~~ CC src/http_client.o In function 'snprintf', inlined from '_srv_event_hdl_prepare' at src/server.c:386:2, inlined from 'srv_update_status' at src/server.c:6727:2: /usr/include/fortify/stdio.h:284:16: warning: 'cb_data' may be used uninitialized [-Wmaybe-uninitialized] 284 | return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/fortify/stdio.h: In function 'srv_update_status': /usr/include/fortify/stdio.h:274:1: note: in a call to '__orig_snprintf' declared with attribute 'access (read_write, 1, 2)' here 274 | _FORTIFY_FN(snprintf) int snprintf(char *__s, size_t __n, | ^~~~~~~~~~~ src/server.c:6723:11: note: 'cb_data' declared here 6723 | } cb_data; | ^~~~~~~ CC src/activity.o CC src/applet.o CC src/http_act.o CC src/http_fetch.o CC src/http_ext.o CC src/dns.o CC src/vars.o CC src/tcp_rules.o CC src/pool.o CC src/stats.o CC src/stats-proxy.o CC src/sink.o CC src/filters.o CC src/mux_pt.o CC src/event_hdl.o CC src/server_state.o CC src/h1_htx.o CC src/h1.o CC src/flt_http_comp.o CC src/task.o CC src/payload.o 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/fcgi-app.o CC src/map.o CC src/trace.o CC src/tcp_sample.o CC src/tcp_act.o CC src/session.o CC src/htx.o CC src/cfgparse-global.o CC src/mjson.o CC src/h2.o CC src/ring.o CC src/fd.o CC src/sock.o CC src/mworker.o CC src/flt_trace.o CC src/thread.o CC src/proto_rhttp.o CC src/acl.o CC src/http.o CC src/flt_bwlim.o CC src/channel.o CC src/queue.o CC src/mqtt.o CC src/proto_tcp.o CC src/lb_chash.o CC src/http_rules.o CC src/errors.o CC src/extcheck.o CC src/dns_ring.o CC src/stats-json.o CC src/http_conv.o CC src/frontend.o CC src/proto_sockpair.o CC src/compression.o In file included from src/sock.c:22: In function 'recv', inlined from 'sock_drain' at src/sock.c:1059:9: /usr/include/fortify/sys/socket.h:45:16: warning: argument 2 is null but the corresponding size argument 3 value is 2147483647 [-Wnonnull] 45 | return __orig_recv(__f, __s, __n, __fl); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/fortify/stdio.h:26, from src/sock.c:16: /usr/include/fortify/sys/socket.h: In function 'sock_drain': /usr/include/fortify/sys/socket.h:38:1: note: in a call to function '__orig_recv' declared with attribute 'access (write_only, 2, 3)' 38 | _FORTIFY_FN(recv) ssize_t recv(int __f, void * _FORTIFY_POS0 __s, size_t __n, | ^~~~~~~~~~~ CC src/ncbuf.o CC src/stats-file.o CC src/raw_sock.o 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/lb_fwrr.o CC src/action.o CC src/uri_normalizer.o CC src/proto_uxst.o CC src/ebmbtree.o CC src/xprt_handshake.o CC src/protocol.o CC src/proto_udp.o CC src/lb_fwlc.o CC src/sha1.o CC src/proto_uxdg.o CC src/mailers.o CC src/lb_fas.o CC src/cfgcond.o CC src/cfgdiag.o CC src/sock_unix.o CC src/sock_inet.o In file included from src/stats-json.c:3: In function 'snprintf', inlined from 'stats_emit_json_data_field' at src/stats-json.c:78:10: /usr/include/fortify/stdio.h:284:16: warning: 'buf' may be used uninitialized [-Wmaybe-uninitialized] 284 | return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/fortify/unistd.h:26, from include/haproxy/compat.h:26, from include/haproxy/api-t.h:35, from include/haproxy/applet-t.h:25, from include/haproxy/stats-json.h:4, from src/stats-json.c:1: /usr/include/fortify/stdio.h: In function 'stats_emit_json_data_field': /usr/include/fortify/stdio.h:274:1: note: in a call to '__orig_snprintf' declared with attribute 'access (read_write, 1, 2)' here 274 | _FORTIFY_FN(snprintf) int snprintf(char *__s, size_t __n, | ^~~~~~~~~~~ src/stats-json.c:72:14: note: 'buf' declared here 72 | char buf[20]; | ^~~ In function 'snprintf', inlined from 'stats_emit_json_data_field' at src/stats-json.c:81:10: /usr/include/fortify/stdio.h:284:16: warning: 'buf' may be used uninitialized [-Wmaybe-uninitialized] 284 | return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/fortify/stdio.h: In function 'stats_emit_json_data_field': /usr/include/fortify/stdio.h:274:1: note: in a call to '__orig_snprintf' declared with attribute 'access (read_write, 1, 2)' here 274 | _FORTIFY_FN(snprintf) int snprintf(char *__s, size_t __n, | ^~~~~~~~~~~ src/stats-json.c:72:14: note: 'buf' declared here 72 | char buf[20]; | ^~~ In function 'snprintf', inlined from 'stats_emit_json_data_field' at src/stats-json.c:92:10: /usr/include/fortify/stdio.h:284:16: warning: 'buf' may be used uninitialized [-Wmaybe-uninitialized] 284 | return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/fortify/stdio.h: In function 'stats_emit_json_data_field': /usr/include/fortify/stdio.h:274:1: note: in a call to '__orig_snprintf' declared with attribute 'access (read_write, 1, 2)' here 274 | _FORTIFY_FN(snprintf) int snprintf(char *__s, size_t __n, | ^~~~~~~~~~~ src/stats-json.c:72:14: note: 'buf' declared here 72 | char buf[20]; | ^~~ In function 'snprintf', inlined from 'stats_emit_json_data_field' at src/stats-json.c:96:27: /usr/include/fortify/stdio.h:284:16: warning: 'buf' may be used uninitialized [-Wmaybe-uninitialized] 284 | return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/fortify/stdio.h: In function 'stats_emit_json_data_field': /usr/include/fortify/stdio.h:274:1: note: in a call to '__orig_snprintf' declared with attribute 'access (read_write, 1, 2)' here 274 | _FORTIFY_FN(snprintf) int snprintf(char *__s, size_t __n, | ^~~~~~~~~~~ src/stats-json.c:72:14: note: 'buf' declared here 72 | char buf[20]; | ^~~ In function 'snprintf', inlined from 'stats_emit_json_data_field' at src/stats-json.c:102:17: /usr/include/fortify/stdio.h:284:16: warning: 'buf' may be used uninitialized [-Wmaybe-uninitialized] 284 | return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/fortify/stdio.h: In function 'stats_emit_json_data_field': /usr/include/fortify/stdio.h:274:1: note: in a call to '__orig_snprintf' declared with attribute 'access (read_write, 1, 2)' here 274 | _FORTIFY_FN(snprintf) int snprintf(char *__s, size_t __n, | ^~~~~~~~~~~ src/stats-json.c:72:14: note: 'buf' declared here 72 | char buf[20]; | ^~~ CC src/mworker-prog.o CC src/lb_map.o CC src/ev_select.o CC src/shctx.o CC src/hpack-dec.o CC src/fix.o CC src/clock.o CC src/cfgparse-tcp.o CC src/arg.o CC src/signal.o CC src/fcgi.o CC src/dynbuf.o CC src/regex.o CC src/lru.o CC src/lb_ss.o CC src/eb64tree.o CC src/chunk.o CC src/cfgparse-unix.o CC src/guid.o CC src/ebimtree.o CC src/eb32tree.o CC src/eb32sctree.o 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/base64.o CC src/uri_auth.o CC src/time.o CC src/hpack-tbl.o CC src/ebsttree.o CC src/ebistree.o CC src/auth.o CC src/hpack-huff.o CC src/freq_ctr.o CC src/dict.o CC src/wdt.o CC src/pipe.o CC src/init.o CC src/http_acl.o CC src/hpack-enc.o CC src/ebtree.o CC src/dgram.o CC src/hash.o CC src/version.o CC dev/flags/flags.o LD haproxy LD dev/flags/flags >>> haproxy: Entering fakeroot... >>> haproxy-doc*: Running split function doc... >>> haproxy-doc*: Preparing subpackage haproxy-doc... >>> haproxy-doc*: Running postcheck for haproxy-doc >>> haproxy-openrc*: Running split function openrc... >>> haproxy-openrc*: Preparing subpackage haproxy-openrc... >>> haproxy-openrc*: Running postcheck for haproxy-openrc >>> haproxy*: Running postcheck for haproxy >>> haproxy*: Preparing package haproxy... >>> haproxy*: Stripping binaries >>> haproxy*: Script found. /bin/sh added as a dependency for haproxy-3.0.1-r0.apk >>> haproxy*: Adding .pre-install >>> haproxy*: Adding .pre-upgrade >>> haproxy-doc*: Scanning shared objects >>> haproxy-openrc*: Scanning shared objects >>> haproxy*: Scanning shared objects >>> haproxy-doc*: Tracing dependencies... >>> haproxy-doc*: Package size: 2.0 MB >>> haproxy-doc*: Compressing data... >>> haproxy-doc*: Create checksum... >>> haproxy-doc*: Create haproxy-doc-3.0.1-r0.apk >>> haproxy-openrc*: Tracing dependencies... >>> haproxy-openrc*: Package size: 16.0 KB >>> haproxy-openrc*: Compressing data... >>> haproxy-openrc*: Create checksum... >>> haproxy-openrc*: Create haproxy-openrc-3.0.1-r0.apk >>> haproxy*: Tracing dependencies... /bin/sh so:libc.musl-x86_64.so.1 so:libcrypto.so.3 so:liblua-5.4.so.0 so:libpcre2-8.so.0 so:libssl.so.3 so:libz.so.1 >>> haproxy*: Package size: 3.6 MB >>> haproxy*: Compressing data... >>> haproxy*: Create checksum... >>> haproxy*: Create haproxy-3.0.1-r0.apk >>> haproxy: Build complete at Wed, 12 Jun 2024 08:04:44 +0000 elapsed time 0h 0m 24s >>> haproxy: Cleaning up srcdir >>> haproxy: Cleaning up pkgdir >>> haproxy: Uninstalling dependencies... (1/18) Purging .makedepends-haproxy (20240612.080422) (2/18) Purging pcre2-dev (10.43-r0) (3/18) Purging libedit-dev (20240517.3.1-r0) (4/18) Purging bsd-compat-headers (0.7.2-r6) (5/18) Purging ncurses-dev (6.4_p20240420-r0) (6/18) Purging libncurses++ (6.4_p20240420-r0) (7/18) Purging libpanelw (6.4_p20240420-r0) (8/18) Purging libpcre2-16 (10.43-r0) (9/18) Purging libpcre2-32 (10.43-r0) (10/18) Purging openssl-dev (3.3.1-r0) (11/18) Purging linux-headers (6.6-r0) (12/18) Purging lua5.4-dev (5.4.6-r1) (13/18) Purging lua5.4 (5.4.6-r1) (14/18) Purging lua5.4-libs (5.4.6-r1) (15/18) Purging zlib-dev (1.3.1-r1) (16/18) Purging libformw (6.4_p20240420-r0) (17/18) Purging libmenuw (6.4_p20240420-r0) (18/18) Purging readline (8.2.10-r0) Executing busybox-1.36.1-r31.trigger OK: 378 MiB in 107 packages >>> haproxy: Updating the main/x86_64 repository index... >>> haproxy: Signing the index...