>>> php84-pecl-rdkafka: Building testing/php84-pecl-rdkafka 6.0.4-r0 (using abuild 3.14.1-r0) started Fri, 25 Oct 2024 17:27:39 +0000 >>> php84-pecl-rdkafka: Validating /home/buildozer/aports/testing/php84-pecl-rdkafka/APKBUILD... >>> php84-pecl-rdkafka: Analyzing dependencies... >>> php84-pecl-rdkafka: Installing for build: build-base php84-common php84-dev file librdkafka-dev (1/35) Installing php84-common (8.4.0_rc3-r0) (2/35) Installing argon2-libs (20190702-r5) (3/35) Installing xz-libs (5.6.3-r0) (4/35) Installing libxml2 (2.13.4-r1) (5/35) Installing php84 (8.4.0_rc3-r0) (6/35) Installing m4 (1.4.19-r3) (7/35) Installing libbz2 (1.0.8-r6) (8/35) Installing perl (5.40.0-r3) (9/35) Installing autoconf (2.72-r0) (10/35) Installing bsd-compat-headers (0.7.2-r6) (11/35) Installing libformw (6.5_p20241006-r0) (12/35) Installing libmenuw (6.5_p20241006-r0) (13/35) Installing libpanelw (6.5_p20241006-r0) (14/35) Installing libncurses++ (6.5_p20241006-r0) (15/35) Installing ncurses-dev (6.5_p20241006-r0) (16/35) Installing libedit-dev (20240808.3.1-r0) (17/35) Installing zlib-dev (1.3.1-r2) (18/35) Installing libpcre2-16 (10.43-r0) (19/35) Installing libpcre2-32 (10.43-r0) (20/35) Installing pcre2-dev (10.43-r0) (21/35) Installing re2c (3.1-r0) (22/35) Installing php84-dev (8.4.0_rc3-r0) (23/35) Installing gdbm (1.24-r0) (24/35) Installing libsasl (2.1.28-r8) (25/35) Installing librdkafka (2.6.0-r0) (26/35) Installing openssl-dev (3.3.2-r3) (27/35) Installing lz4-dev (1.10.0-r0) (28/35) Installing cyrus-sasl-dev (2.1.28-r8) (29/35) Installing zstd (1.5.6-r1) (30/35) Installing zstd-dev (1.5.6-r1) (31/35) Installing librdkafka-dev (2.6.0-r0) (32/35) Installing .makedepends-php84-pecl-rdkafka (20241025.172740) (33/35) Installing perl-error (0.17029-r2) (34/35) Installing perl-git (2.46.2-r0) (35/35) Installing git-perl (2.46.2-r0) Executing busybox-1.37.0-r3.trigger OK: 496 MiB in 141 packages >>> php84-pecl-rdkafka: Cleaning up srcdir >>> php84-pecl-rdkafka: Cleaning up pkgdir >>> php84-pecl-rdkafka: Cleaning up tmpdir >>> php84-pecl-rdkafka: Fetching https://distfiles.alpinelinux.org/distfiles/edge/php-pecl-rdkafka-6.0.4.tgz >>> php84-pecl-rdkafka: Fetching https://distfiles.alpinelinux.org/distfiles/edge/php-pecl-rdkafka-6.0.4.tgz >>> php84-pecl-rdkafka: Checking sha512sums... php-pecl-rdkafka-6.0.4.tgz: OK fix-32bit.patch: OK >>> php84-pecl-rdkafka: Unpacking /var/cache/distfiles/edge/php-pecl-rdkafka-6.0.4.tgz... >>> php84-pecl-rdkafka: fix-32bit.patch patching file conf.c patching file kafka_consumer.c patching file rdkafka.c Hunk #4 succeeded at 745 (offset 2 lines). Hunk #5 succeeded at 769 (offset 2 lines). patching file rdkafka.stub.php patching file rdkafka_arginfo.h patching file rdkafka_legacy_arginfo.h patching file tests/bug508.phpt patching file tests/oauthbearer_integration.phpt patching file topic.c Configuring for: PHP Version: 8.4 PHP Api Version: 20240924 Zend Module Api No: 20240924 Zend Extension Api No: 420240924 checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does not truncate output... /bin/sed checking build system type... aarch64-unknown-linux-musl checking host system type... aarch64-unknown-linux-musl checking target system type... aarch64-unknown-linux-musl shtool:echo:Warning: unable to determine terminal sequence for bold mode shtool:echo:Warning: unable to determine terminal sequence for bold mode checking for gawk... no checking for nawk... no checking for awk... awk checking if awk is broken... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking how to run the C preprocessor... gcc -E checking for egrep -e... (cached) /bin/grep -E checking for icc... no checking for suncc... no checking for system library directory... lib checking if compiler supports -Wl,-rpath,... yes checking for PHP prefix... /usr checking for PHP includes... -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib checking for PHP extension directory... /usr/lib/php84/modules checking for PHP installed headers prefix... /usr/include/php84 checking if debugging is enabled... no checking if PHP is built with thread safety (ZTS)... no Configuring extension checking for rdkafka support... yes, shared checking for librdkafka/rdkafka.h" in default path... found in /usr checking for rd_kafka_new in -lrdkafka... yes checking for librdkafka version... >= 0.11.0 checking for rd_kafka_message_headers in -lrdkafka... yes checking for rd_kafka_purge in -lrdkafka... yes checking for rd_kafka_controllerid in -lrdkafka... yes configure: WARNING: controllerid is broken on 0.11.x checking for rd_kafka_init_transactions in -lrdkafka... yes checking for rd_kafka_msg_partitioner_murmur2 in -lrdkafka... yes checking for rd_kafka_oauthbearer_set_token in -lrdkafka... yes checking for rd_kafka_incremental_assign, rd_kafka_incremental_unassign in -lrdkafka... yes Configuring libtool checking for a sed that does not truncate output... /bin/sed checking for ld used by gcc... /usr/aarch64-alpine-linux-musl/bin/ld checking if the linker (/usr/aarch64-alpine-linux-musl/bin/ld) is GNU ld... yes checking for /usr/aarch64-alpine-linux-musl/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/aarch64-alpine-linux-musl/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no creating libtool appending configuration tag "CXX" to libtool checking whether the g++ linker (/usr/aarch64-alpine-linux-musl/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... checking if g++ static flag works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/aarch64-alpine-linux-musl/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... unsupported Generating files configure: creating build directories configure: creating Makefile configure: patching config.h.in configure: creating ./config.status config.status: creating config.h /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=compile gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/rdkafka.c -o rdkafka.lo -MMD -MF rdkafka.dep -MT rdkafka.lo /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=compile gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/metadata.c -o metadata.lo -MMD -MF metadata.dep -MT metadata.lo /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=compile gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/metadata_broker.c -o metadata_broker.lo -MMD -MF metadata_broker.dep -MT metadata_broker.lo /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=compile gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/metadata_topic.c -o metadata_topic.lo -MMD -MF metadata_topic.dep -MT metadata_topic.lo /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=compile gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/metadata_partition.c -o metadata_partition.lo -MMD -MF metadata_partition.dep -MT metadata_partition.lo /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=compile gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/metadata_collection.c -o metadata_collection.lo -MMD -MF metadata_collection.dep -MT metadata_collection.lo /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=compile gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/conf.c -o conf.lo -MMD -MF conf.dep -MT conf.lo /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=compile gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/topic.c -o topic.lo -MMD -MF topic.dep -MT topic.lo /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=compile gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/queue.c -o queue.lo -MMD -MF queue.dep -MT queue.lo /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=compile gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/message.c -o message.lo -MMD -MF message.dep -MT message.lo /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=compile gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/fun.c -o fun.lo -MMD -MF fun.dep -MT fun.lo /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=compile gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/kafka_consumer.c -o kafka_consumer.lo -MMD -MF kafka_consumer.dep -MT kafka_consumer.lo /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=compile gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/topic_partition.c -o topic_partition.lo -MMD -MF topic_partition.dep -MT topic_partition.lo /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=compile gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/kafka_error_exception.c -o kafka_error_exception.lo -MMD -MF kafka_error_exception.dep -MT kafka_error_exception.lo mkdir .libs mkdir .libs mkdir .libs mkdir: can't create directory '.libs': File exists mkdir: can't create directory '.libs': File exists gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/metadata_broker.c -MMD -MF metadata_broker.dep -MT metadata_broker.lo -fPIC -DPIC -o .libs/metadata_broker.o gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/metadata_collection.c -MMD -MF metadata_collection.dep -MT metadata_collection.lo -fPIC -DPIC -o .libs/metadata_collection.o gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/metadata_partition.c -MMD -MF metadata_partition.dep -MT metadata_partition.lo -fPIC -DPIC -o .libs/metadata_partition.o gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/conf.c -MMD -MF conf.dep -MT conf.lo -fPIC -DPIC -o .libs/conf.o gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/rdkafka.c -MMD -MF rdkafka.dep -MT rdkafka.lo -fPIC -DPIC -o .libs/rdkafka.o gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/metadata.c -MMD -MF metadata.dep -MT metadata.lo -fPIC -DPIC -o .libs/metadata.o gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/kafka_consumer.c -MMD -MF kafka_consumer.dep -MT kafka_consumer.lo -fPIC -DPIC -o .libs/kafka_consumer.o gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/queue.c -MMD -MF queue.dep -MT queue.lo -fPIC -DPIC -o .libs/queue.o gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/metadata_topic.c -MMD -MF metadata_topic.dep -MT metadata_topic.lo -fPIC -DPIC -o .libs/metadata_topic.o gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/topic.c -MMD -MF topic.dep -MT topic.lo -fPIC -DPIC -o .libs/topic.o gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/message.c -MMD -MF message.dep -MT message.lo -fPIC -DPIC -o .libs/message.o gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/fun.c -MMD -MF fun.dep -MT fun.lo -fPIC -DPIC -o .libs/fun.o gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/topic_partition.c -MMD -MF topic_partition.dep -MT topic_partition.lo -fPIC -DPIC -o .libs/topic_partition.o gcc -I. -I/home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/kafka_error_exception.c -MMD -MF kafka_error_exception.dep -MT kafka_error_exception.lo -fPIC -DPIC -o .libs/kafka_error_exception.o /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/fun.c: In function 'zif_rd_kafka_errno2err': /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/fun.c:139:5: warning: 'rd_kafka_errno2err' is deprecated [-Wdeprecated-declarations] 139 | RETURN_LONG(rd_kafka_errno2err(errnox)); | ^~~~~~~~~~~ In file included from /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/php_rdkafka.h:24, from /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/fun.c:24: /usr/include/librdkafka/rdkafka.h:754:45: note: declared here 754 | RD_EXPORT RD_DEPRECATED rd_kafka_resp_err_t rd_kafka_errno2err(int errnox); | ^~~~~~~~~~~~~~~~~~ /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/rdkafka.c: In function 'zim_RdKafka_setLogger': /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/rdkafka.c:847:5: warning: 'rd_kafka_set_logger' is deprecated [-Wdeprecated-declarations] 847 | rd_kafka_set_logger(intern->rk, logger); | ^~~~~~~~~~~~~~~~~~~ In file included from /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/kafka_error_exception.h:21, from /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/rdkafka.c:26: /usr/include/librdkafka/rdkafka.h:5351:1: note: declared here 5351 | rd_kafka_set_logger(rd_kafka_t *rk, | ^~~~~~~~~~~~~~~~~~~ /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=link gcc -shared -I/usr/include/php84 -I/usr/include/php84/main -I/usr/include/php84/TSRM -I/usr/include/php84/Zend -I/usr/include/php84/ext -I/usr/include/php84/ext/date/lib -DHAVE_CONFIG_H -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o rdkafka.la -export-dynamic -avoid-version -prefer-pic -module -rpath /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/modules rdkafka.lo metadata.lo metadata_broker.lo metadata_topic.lo metadata_partition.lo metadata_collection.lo conf.lo topic.lo queue.lo message.lo fun.lo kafka_consumer.lo topic_partition.lo kafka_error_exception.lo -lrdkafka gcc -shared .libs/rdkafka.o .libs/metadata.o .libs/metadata_broker.o .libs/metadata_topic.o .libs/metadata_partition.o .libs/metadata_collection.o .libs/conf.o .libs/topic.o .libs/queue.o .libs/message.o .libs/fun.o .libs/kafka_consumer.o .libs/topic_partition.o .libs/kafka_error_exception.o -lrdkafka -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z -Wl,pack-relative-relocs -Wl,-soname -Wl,rdkafka.so -o .libs/rdkafka.so creating rdkafka.la (cd .libs && rm -f rdkafka.la && ln -s ../rdkafka.la rdkafka.la) /bin/sh /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/libtool --tag=CC --mode=install cp ./rdkafka.la /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/modules cp ./.libs/rdkafka.so /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/modules/rdkafka.so cp ./.libs/rdkafka.lai /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/modules/rdkafka.la PATH="$PATH:/sbin" ldconfig -n /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/modules ---------------------------------------------------------------------- Libraries have been installed in: /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/modules If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- Build complete. Don't forget to run 'make test'. rdkafka rdkafka support => enabled version => 6.0.4 build date => Oct 25 2024 17:20:45 librdkafka version (runtime) => 2.6.0 librdkafka version (build) => 2.6.0.255 Build complete. Don't forget to run 'make test'. ===================================================================== PHP : /usr/bin/php84 PHP_SAPI : cli PHP_VERSION : 8.4.0RC3 ZEND_VERSION: 4.4.0RC3 PHP_OS : Linux - Linux build-edge-aarch64 6.1.90-0-lts #1-Alpine SMP Mon, 06 May 2024 08:14:42 +0000 aarch64 INI actual : /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4/tmp-php.ini More .INIs : CWD : /home/buildozer/aports/testing/php84-pecl-rdkafka/src/rdkafka-6.0.4 Extra dirs : VALGRIND : Not used ===================================================================== TIME START 2024-10-25 17:27:46 ===================================================================== TEST 1/45 [tests/allow_null_payload.phpt] SKIP Allow null payload [tests/allow_null_payload.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 2/45 [tests/allow_null_payload_and_key.phpt] SKIP Allow null payload [tests/allow_null_payload_and_key.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 3/45 [tests/bug115.phpt] SKIP Bug 115 [tests/bug115.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 4/45 [tests/bug330.phpt] PASS TopicPartition destruct for high level consumer [tests/bug330.phpt] TEST 5/45 [tests/bug465.phpt] SKIP Bug #465 [tests/bug465.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 6/45 [tests/bug508.phpt] SKIP Bug 508 [tests/bug508.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 7/45 [tests/bug521.phpt] PASS Bug #521 [tests/bug521.phpt] TEST 8/45 [tests/bug74.phpt] SKIP Bug 74 [tests/bug74.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 9/45 [tests/bug88.phpt] PASS Bug 88 [tests/bug88.phpt] TEST 10/45 [tests/bugConfSetArgument.phpt] PASS RdKafka\Conf [tests/bugConfSetArgument.phpt] TEST 11/45 [tests/conf.phpt] PASS RdKafka\Conf [tests/conf.phpt] TEST 12/45 [tests/conf_callbacks.phpt] SKIP RdKafka\Conf [tests/conf_callbacks.phpt] reason: librdkafka too old TEST 13/45 [tests/conf_callbacks_integration.phpt] SKIP RdKafka\Conf [tests/conf_callbacks_integration.phpt] reason: Risky/broken test TEST 14/45 [tests/conf_callbacks_rdkafka11.phpt] PASS RdKafka\Conf [tests/conf_callbacks_rdkafka11.phpt] TEST 15/45 [tests/conf_setDefaultTopicConf.phpt] SKIP RdKafka\Conf::setDefaultTopicConf() [tests/conf_setDefaultTopicConf.phpt] TEST 16/45 [tests/conf_setDefaultTopicConf8.phpt] PASS RdKafka\Conf::setDefaultTopicConf() [tests/conf_setDefaultTopicConf8.phpt] TEST 17/45 [tests/constants.phpt] PASS constants [tests/constants.phpt] TEST 18/45 [tests/controller_id.phpt] SKIP Display controller id [tests/controller_id.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 19/45 [tests/err2name.phpt] PASS err2name [tests/err2name.phpt] TEST 20/45 [tests/init_transaction_not_configured.phpt] SKIP initTransaction() not configured [tests/init_transaction_not_configured.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 21/45 [tests/kafka_error_exception.phpt] PASS KafkaErrorException [tests/kafka_error_exception.phpt] TEST 22/45 [tests/message_headers.phpt] SKIP Message headers [tests/message_headers.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 23/45 [tests/metadata_001.phpt] PASS Metadata 001 [tests/metadata_001.phpt] TEST 24/45 [tests/metadata_broker_001.phpt] PASS Metadata\Broker 001 [tests/metadata_broker_001.phpt] TEST 25/45 [tests/metadata_collection_001.phpt] PASS Metadata\Collection 001 [tests/metadata_collection_001.phpt] TEST 26/45 [tests/metadata_partition_001.phpt] PASS Metadata\Partition 001 [tests/metadata_partition_001.phpt] TEST 27/45 [tests/metadata_topic_001.phpt] PASS Metadata\Topic 001 [tests/metadata_topic_001.phpt] TEST 28/45 [tests/new_topic_with_conf.phpt] SKIP newTopic with topic conf [tests/new_topic_with_conf.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 29/45 [tests/oauthbearer_integration.phpt] SKIP Oauthbearer [tests/oauthbearer_integration.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 30/45 [tests/pause_resume.phpt] SKIP Pause and resume partitions [tests/pause_resume.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 31/45 [tests/produce_consume.phpt] SKIP Produce, consume [tests/produce_consume.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 32/45 [tests/produce_consume_queue.phpt] SKIP Produce, consume queue [tests/produce_consume_queue.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 33/45 [tests/produce_consume_transactional.phpt] SKIP Produce, consume [tests/produce_consume_transactional.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 34/45 [tests/produce_opaque.phpt] SKIP Produce with opaque [tests/produce_opaque.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 35/45 [tests/produce_opaque_noconf.phpt] SKIP Produce with opaque, no conf [tests/produce_opaque_noconf.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 36/45 [tests/produce_opaque_noflush.phpt] SKIP Produce with opaque, no flush [tests/produce_opaque_noflush.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 37/45 [tests/produce_opaque_noflush_dr_callback.phpt] SKIP Produce with opaque, no flush, with delivery callback [tests/produce_opaque_noflush_dr_callback.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 38/45 [tests/produce_opaque_purge.phpt] SKIP Produce with opaque, purge queued/inflight messages [tests/produce_opaque_purge.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 39/45 [tests/produce_opaque_purge_dr_callback.phpt] SKIP Produce with opaque, purge queued/inflight messages, with delivery callback [tests/produce_opaque_purge_dr_callback.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 40/45 [tests/producev_opaque.phpt] SKIP Producev with opaque [tests/producev_opaque.phpt] reason: due to missing TEST_KAFKA_BROKERS environment & no test_env.php TEST 41/45 [tests/rd_kafka_get_err_descs.phpt] PASS rd_kafka_get_err_descs() [tests/rd_kafka_get_err_descs.phpt] TEST 42/45 [tests/test0.phpt] PASS test0 [tests/test0.phpt] TEST 43/45 [tests/topic_conf.phpt] PASS RdKafka\TopicConf [tests/topic_conf.phpt] TEST 44/45 [tests/topic_partition_001.phpt] PASS RdKafka\TopicPartition 001 [tests/topic_partition_001.phpt] TEST 45/45 [tests/topic_partition_002.phpt] PASS RdKafka\TopicPartition 002 [tests/topic_partition_002.phpt] ===================================================================== TIME END 2024-10-25 17:27:46 ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 0 Exts tested : 13 --------------------------------------------------------------------- Number of tests : 45 20 Tests skipped : 25 ( 55.6%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 0 ( 0.0%) ( 0.0%) Tests passed : 20 ( 44.4%) (100.0%) --------------------------------------------------------------------- Time taken : 0.382 seconds ===================================================================== >>> php84-pecl-rdkafka: Entering fakeroot... Installing shared extensions: /home/buildozer/aports/testing/php84-pecl-rdkafka/pkg/php84-pecl-rdkafka/usr/lib/php84/modules/ >>> php84-pecl-rdkafka*: Running postcheck for php84-pecl-rdkafka >>> php84-pecl-rdkafka*: Preparing package php84-pecl-rdkafka... >>> php84-pecl-rdkafka*: Stripping binaries >>> php84-pecl-rdkafka*: Scanning shared objects >>> php84-pecl-rdkafka*: Tracing dependencies... php84-common so:libc.musl-aarch64.so.1 so:librdkafka.so.1 >>> php84-pecl-rdkafka*: Package size: 129.9 KB >>> php84-pecl-rdkafka*: Compressing data... >>> php84-pecl-rdkafka*: Create checksum... >>> php84-pecl-rdkafka*: Create php84-pecl-rdkafka-6.0.4-r0.apk >>> php84-pecl-rdkafka: Build complete at Fri, 25 Oct 2024 17:27:47 +0000 elapsed time 0h 0m 8s >>> php84-pecl-rdkafka: Cleaning up srcdir >>> php84-pecl-rdkafka: Cleaning up pkgdir >>> php84-pecl-rdkafka: Uninstalling dependencies... (1/35) Purging .makedepends-php84-pecl-rdkafka (20241025.172740) (2/35) Purging php84-dev (8.4.0_rc3-r0) (3/35) Purging php84 (8.4.0_rc3-r0) (4/35) Purging php84-common (8.4.0_rc3-r0) (5/35) Purging autoconf (2.72-r0) (6/35) Purging m4 (1.4.19-r3) (7/35) Purging pcre2-dev (10.43-r0) (8/35) Purging libedit-dev (20240808.3.1-r0) (9/35) Purging bsd-compat-headers (0.7.2-r6) (10/35) Purging ncurses-dev (6.5_p20241006-r0) (11/35) Purging libncurses++ (6.5_p20241006-r0) (12/35) Purging libpanelw (6.5_p20241006-r0) (13/35) Purging libpcre2-16 (10.43-r0) (14/35) Purging libpcre2-32 (10.43-r0) (15/35) Purging re2c (3.1-r0) (16/35) Purging librdkafka-dev (2.6.0-r0) (17/35) Purging librdkafka (2.6.0-r0) (18/35) Purging argon2-libs (20190702-r5) (19/35) Purging cyrus-sasl-dev (2.1.28-r8) (20/35) Purging libsasl (2.1.28-r8) (21/35) Purging gdbm (1.24-r0) (22/35) Purging git-perl (2.46.2-r0) (23/35) Purging perl-git (2.46.2-r0) (24/35) Purging perl-error (0.17029-r2) (25/35) Purging perl (5.40.0-r3) (26/35) Purging libbz2 (1.0.8-r6) (27/35) Purging libformw (6.5_p20241006-r0) (28/35) Purging libmenuw (6.5_p20241006-r0) (29/35) Purging libxml2 (2.13.4-r1) (30/35) Purging lz4-dev (1.10.0-r0) (31/35) Purging openssl-dev (3.3.2-r3) (32/35) Purging xz-libs (5.6.3-r0) (33/35) Purging zlib-dev (1.3.1-r2) (34/35) Purging zstd-dev (1.5.6-r1) (35/35) Purging zstd (1.5.6-r1) Executing busybox-1.37.0-r3.trigger OK: 431 MiB in 106 packages >>> php84-pecl-rdkafka: Updating the testing/aarch64 repository index... >>> php84-pecl-rdkafka: Signing the index...