D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/apache-mod_qos-11.76-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.woxcSQ Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.LGNTX8 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build + rm -rf mod_qos-11.76 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/mod_qos-11.76.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd mod_qos-11.76 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/hg init -q . + /usr/bin/hg add -q . + /usr/bin/hg commit -q --user 'rpm-build <rpm-build>' -m 'apache-mod_qos-11.76 base' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.eQV7Qi + umask 022 + cd /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd mod_qos-11.76 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/apxs '-Wc,-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' -c apache2/mod_qos.c -lcrypto /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -c -o apache2/mod_qos.lo apache2/mod_qos.c && touch apache2/mod_qos.slo apache2/mod_qos.c: In function 'qos_encrypt': apache2/mod_qos.c:2187:3: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2187 | hmac_p = HMAC_CTX_new(); | ^~~~~~ In file included from apache2/mod_qos.c:103: /usr/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ apache2/mod_qos.c:2190:3: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2190 | HMAC_Init_ex(hmac_p, sconf->rawKey, sconf->rawKeyLen, EVP_md5(), NULL); | ^~~~~~~~~~~~ /usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ apache2/mod_qos.c:2194:3: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2194 | HMAC_Update(hmac_p, b, l); | ^~~~~~~~~~~ /usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ apache2/mod_qos.c:2195:3: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2195 | HMAC_Final(hmac_p, hash, &hashLen); | ^~~~~~~~~~ /usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ apache2/mod_qos.c:2199:3: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2199 | HMAC_CTX_free(hmac_p); | ^~~~~~~~~~~~~ /usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ apache2/mod_qos.c: In function 'qos_decrypt': apache2/mod_qos.c:2336:5: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2336 | hmac_p = HMAC_CTX_new(); | ^~~~~~ /usr/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ apache2/mod_qos.c:2339:5: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2339 | HMAC_Init_ex(hmac_p, sconf->rawKey, sconf->rawKeyLen, EVP_md5(), NULL); | ^~~~~~~~~~~~ /usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ apache2/mod_qos.c:2343:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2343 | HMAC_Update(hmac_p, &buf[QOS_HASH_LEN], buf_len); | ^~~~~~~~~~~ /usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ apache2/mod_qos.c:2344:5: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2344 | HMAC_Final(hmac_p, hash, &hashLen); | ^~~~~~~~~~ /usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ apache2/mod_qos.c:2348:5: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2348 | HMAC_CTX_free(hmac_p); | ^~~~~~~~~~~~~ /usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /usr/lib64/apr-1/build/libtool --silent --mode=link gcc -lsystemd -Wl,-z,relro,-z,now -o apache2/mod_qos.la -rpath /usr/lib64/httpd/modules -module -avoid-version apache2/mod_qos.lo -lcrypto + pushd . ~/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76 ~/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76 + cd tools/ + aclocal + automake --add-missing configure.ac:11: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + CONFIGURE_TOP=. + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/mageia/config.guess ']' ++ basename ./config.guess + cp -af /usr/lib/rpm/mageia/config.guess ./config.guess + for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/mageia/config.sub ']' ++ basename ./config.sub + cp -af /usr/lib/rpm/mageia/config.sub ./config.sub + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + ./configure --host=x86_64-mageia-linux-gnu --build=x86_64-mageia-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-mageia-linux-gnu-gcc... gcc 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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for unistd.h... (cached) yes checking for pid_t... yes checking for uid_t in sys/types.h... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for ftruncate... yes checking for gethostbyname... yes checking for memset... yes checking for regcomp... yes checking for select... yes checking for socket... yes checking for strchr... yes checking for strerror... yes checking for strrchr... yes checking for strstr... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands + /usr/bin/make -O -j16 V=1 VERBOSE=1 (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/missing' autoheader) rm -f stamp-h1 touch config.h.in rm -f stamp-h1 cd . && /bin/sh ./config.status config.h config.status: creating config.h /usr/bin/make all-recursive Making all in src make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' gcc -DHAVE_CONFIG_H -I. -I.. -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libpng16 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include -c -o qs_util.o qs_util.c qs_util.c: In function 'qs_setuid': qs_util.c:322:5: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result] 322 | setgid(gid); | ^~~~~~~~~~~ qs_util.c:323:5: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result] 323 | setuid(uid); | ^~~~~~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' gcc -DHAVE_CONFIG_H -I. -I.. -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libpng16 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include -c -o qsre.o qsre.c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' gcc -DHAVE_CONFIG_H -I. -I.. -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libpng16 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include -c -o qsrespeed.o qsrespeed.c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' gcc -DHAVE_CONFIG_H -I. -I.. -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libpng16 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include -c -o qsgeo.o qsgeo.c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' gcc -I/usr/include/libpng16 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o qsre qsre.o qs_util.o -lssl -lcrypto -L/usr/lib64 -lapr-1 -laprutil-1 -lpthread -lldap -llber -L/usr/lib64 -lapr-1 -ldb-5.3 -L/usr/lib64 -lapr-1 -lexpat -lpcre2-8 -lpng16 -lz make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' gcc -I/usr/include/libpng16 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o qsgeo qsgeo.o qs_util.o -lssl -lcrypto -L/usr/lib64 -lapr-1 -laprutil-1 -lpthread -lldap -llber -L/usr/lib64 -lapr-1 -ldb-5.3 -L/usr/lib64 -lapr-1 -lexpat -lpcre2-8 -lpng16 -lz make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' gcc -I/usr/include/libpng16 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o qsrespeed qsrespeed.o qs_util.o -lssl -lcrypto -L/usr/lib64 -lapr-1 -laprutil-1 -lpthread -lldap -llber -L/usr/lib64 -lapr-1 -ldb-5.3 -L/usr/lib64 -lapr-1 -lexpat -lpcre2-8 -lpng16 -lz make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' gcc -DHAVE_CONFIG_H -I. -I.. -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libpng16 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include -c -o qslog.o qslog.c qslog.c: In function 'getFreeMem': qslog.c:647:7: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 647 | system(command); | ^~~~~~~~~~~~~~~ qslog.c: In function 'getFreeMem.constprop': qslog.c:646:52: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1017 [-Wformat-truncation=] 646 | snprintf(command, sizeof(command), "%s 1 2 1>%s", vmstat, outfile); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:970, from qslog.c:33: In function 'snprintf', inlined from 'getFreeMem.constprop' at qslog.c:646:7: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 8 or more bytes (assuming 1031) into a destination of size 1024 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ qslog.c: In function 'loggerThread': qslog.c:2031:42: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 0 and 32767 [-Wformat-truncation=] 2031 | snprintf(arch, sizeof(arch), "%s.%s", m_file_name, buf); | ^~ ~~~ In function 'snprintf', inlined from 'loggerThread' at qslog.c:2031:9: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 33792 bytes into a destination of size 32768 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ qslog.c: In function 'loggerThread': qslog.c:2032:43: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 0 and 32767 [-Wformat-truncation=] 2032 | snprintf(arch2, sizeof(arch), "%s.%s", m_file_name2, buf); | ^~ ~~~ In function 'snprintf', inlined from 'loggerThread' at qslog.c:2032:9: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 33792 bytes into a destination of size 32768 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ qslog.c: In function 'readStdinOffline': qslog.c:2001:33: warning: '%s' directive output may be truncated writing up to 32767 bytes into a region of size 32 [-Wformat-truncation=] 2001 | snprintf(buf, sizeof(buf), "%s %.2ld:%.2ld:00", m_date_str, unitTime/60, unitTime%60); | ^~ ~~~~~~~~~~ qslog.c:2001:32: note: directive argument in the range [-71582788, 71582788] 2001 | snprintf(buf, sizeof(buf), "%s %.2ld:%.2ld:00", m_date_str, unitTime/60, unitTime%60); | ^~~~~~~~~~~~~~~~~~~ qslog.c:2001:32: note: directive argument in the range [-59, 59] In function 'snprintf', inlined from 'readStdinOffline' at qslog.c:2001:5: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 10 and 32785 bytes into a destination of size 32 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ qslog.c: In function 'readStdinOffline': qslog.c:1991:37: warning: '%s' directive output may be truncated writing up to 32767 bytes into a region of size 32 [-Wformat-truncation=] 1991 | snprintf(buf, sizeof(buf), "%s %.2ld:%.2ld:00", m_date_str, unitTime/60, unitTime%60); | ^~ ~~~~~~~~~~ qslog.c:1991:36: note: directive argument in the range [-71582788, 71582788] 1991 | snprintf(buf, sizeof(buf), "%s %.2ld:%.2ld:00", m_date_str, unitTime/60, unitTime%60); | ^~~~~~~~~~~~~~~~~~~ qslog.c:1991:36: note: directive argument in the range [-59, 59] In function 'snprintf', inlined from 'readStdinOffline' at qslog.c:1991:9: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 10 and 32785 bytes into a destination of size 32 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' gcc -I/usr/include/libpng16 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o qslog qslog.o qs_util.o -lssl -lcrypto -L/usr/lib64 -lapr-1 -laprutil-1 -lpthread -lldap -llber -L/usr/lib64 -lapr-1 -ldb-5.3 -L/usr/lib64 -lapr-1 -lexpat -lpcre2-8 -lpng16 -lz make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' + popd ~/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.rQiUkx + umask 022 + cd /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build + mkdir /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd mod_qos-11.76 + '[' 1 -eq 1 ']' + install -Dpm 755 apache2/.libs/mod_qos.so /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT/usr/lib64/httpd/modules/mod_qos.so + install -Dpm 644 /home/pterjan/rpmbuild/SOURCES/10-mod_qos.conf /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT/etc/httpd/conf/modules.d/10-mod_qos.conf + cd tools/ + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT 'INSTALL=/usr/bin/install -p' Making install in src make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT/usr/bin' /usr/bin/install -p qslog qsgeo qsrespeed qsre '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools/src' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/tools' + install -d /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT/usr/share/man/man1/ + install -Dpm 644 man1/mod_qos.1 man1/qsgeo.1 man1/qslog.1 man1/qsre.1 man1/qsrespeed.1 /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT/usr/share/man/man1/ + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 11.76-1.mga10 --unique-debug-suffix -11.76-1.mga10.x86_64 --unique-debug-src-base apache-mod_qos-11.76-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76 find-debuginfo: starting Extracting debug info from 5 files DWARF-compressing 5 files sepdebugcrcfix: Updated 5 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/apache-mod_qos-11.76-1.mga10.x86_64 find-debuginfo: done + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/SPECPARTS/rpm-debuginfo.specpart Processing files: apache-mod_qos-11.76-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.yCKp1W + umask 022 + cd /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build + cd mod_qos-11.76 + DOCDIR=/home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT/usr/share/doc/apache-mod_qos + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT/usr/share/doc/apache-mod_qos + cp -pr /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/doc /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT/usr/share/doc/apache-mod_qos + cp -pr /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/mod_qos-11.76/README.TXT /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT/usr/share/doc/apache-mod_qos + RPM_EC=0 ++ jobs -p + exit 0 Provides: apache-mod_qos = 11.76-1.mga10 apache-mod_qos(x86-64) = 11.76-1.mga10 config(apache-mod_qos) = 11.76-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libapr-1.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libpcre2-8.so.0()(64bit) Processing files: apache-mod_qos-debugsource-11.76-1.mga10.x86_64 Provides: apache-mod_qos-debugsource = 11.76-1.mga10 apache-mod_qos-debugsource(x86-64) = 11.76-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: apache-mod_qos-debuginfo-11.76-1.mga10.x86_64 Provides: apache-mod_qos-debuginfo = 11.76-1.mga10 apache-mod_qos-debuginfo(x86-64) = 11.76-1.mga10 debuginfo(build-id) = 0d65ffcca186a83323b5787dbb1c9059675745c1 debuginfo(build-id) = 24b33d3c1eafa14950a6f23218e3982ebb2316cb debuginfo(build-id) = 2f23a03470b159a29b3062596fef30467d13e3fc debuginfo(build-id) = 6df51578b897ee275628b009d99a7c68a2403d75 debuginfo(build-id) = d44c98fbb61572207c2a6f3a7e54bbb08476ddea Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: apache-mod_qos-debugsource(x86-64) = 11.76-1.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/apache-mod_qos-debuginfo-11.76-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/apache-mod_qos-debugsource-11.76-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/apache-mod_qos-11.76-1.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.QH31vS + umask 022 + cd /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build + test -d /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build + rm -rf /home/pterjan/rpmbuild/BUILD/apache-mod_qos-11.76-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!