D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/httpfs2-0.1.5-7.mga10.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.o1SXYs + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf httpfs2-0.1.5 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/httpfs2-0.1.5.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd httpfs2-0.1.5 + rm -rf /home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5-SPECPARTS + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5-SPECPARTS + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/httpfs2-0.1.5-mga-add_makeinstall_rule.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + sed -i 's/\r$//' httpfs2.1.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.jgBxqQ + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd httpfs2-0.1.5 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 cc -Wall -Wno-unused-function -Wconversion -Wtype-limits -DUSE_AUTH -D_XOPEN_SOURCE=700 -D_ISOC99_SOURCE -g -Os -Wall -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 httpfs2.c -lfuse -o httpfs2 httpfs2.c: In function 'init_url': httpfs2.c:670:26: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 670 | memset(url, 0, sizeof(url)); | ^ a2x -f manpage httpfs2.1.txt /usr/bin/a2x:305: SyntaxWarning: invalid escape sequence '\A' mo = re.search(b'\A<\?xml.* encoding="(.*?)"', contents) /usr/bin/a2x:392: SyntaxWarning: invalid escape sequence '\s' mo = re.search(b'^//\s*a2x:', line) /usr/bin/make all all-mt all-ssl all-ssl-mt make[1]: Nothing to be done for 'all'. /usr/bin/make CPPFLAGS=' -DUSE_THREAD' LDFLAGS=' -lpthread' binsuffix=-mt all /usr/bin/make CPPFLAGS=' -DUSE_SSL -I/usr/include/p11-kit-1 -DCERT_STORE=\"/etc/ssl/certs/ca-certificates.crt\"' LDFLAGS=' -lgnutls ' binsuffix=-ssl all /usr/bin/make CPPFLAGS=' -DUSE_THREAD' LDFLAGS=' -lpthread' binsuffix=-mt all-ssl /usr/bin/make CPPFLAGS='-DUSE_THREAD -DUSE_SSL -I/usr/include/p11-kit-1 -DCERT_STORE=\"/etc/ssl/certs/ca-certificates.crt\"' LDFLAGS='-lpthread -lgnutls ' binsuffix=-ssl-mt all make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5' ln -sf httpfs2.1 httpfs2-mt.1 make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5' ln -sf httpfs2.1 httpfs2-ssl.1 make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5' ln -sf httpfs2.1 httpfs2-ssl-mt.1 make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5' cc -Wall -Wno-unused-function -Wconversion -Wtype-limits -DUSE_AUTH -D_XOPEN_SOURCE=700 -D_ISOC99_SOURCE -DUSE_THREAD -g -Os -Wall -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 httpfs2.c -lfuse -lpthread -o httpfs2-mt httpfs2.c: In function 'init_url': httpfs2.c:670:26: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 670 | memset(url, 0, sizeof(url)); | ^ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5' cc -Wall -Wno-unused-function -Wconversion -Wtype-limits -DUSE_AUTH -D_XOPEN_SOURCE=700 -D_ISOC99_SOURCE -DUSE_SSL -I/usr/include/p11-kit-1 -DCERT_STORE=\"/etc/ssl/certs/ca-certificates.crt\" -g -Os -Wall -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 httpfs2.c -lfuse -lgnutls -o httpfs2-ssl httpfs2.c: In function 'print_ssl_info': httpfs2.c:500:5: warning: 'gnutls_compression_get_name' is deprecated [-Wdeprecated-declarations] 500 | tmp = gnutls_compression_get_name (gnutls_compression_get (session)); | ^~~ In file included from /usr/include/gnutls/gnutls.h:3576, from httpfs2.c:57: /usr/include/gnutls/compat.h:211:13: note: declared here 211 | const char *gnutls_compression_get_name(gnutls_compression_method_t algorithm) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ httpfs2.c:500:5: warning: 'gnutls_compression_get' is deprecated [-Wdeprecated-declarations] 500 | tmp = gnutls_compression_get_name (gnutls_compression_get (session)); | ^~~ /usr/include/gnutls/compat.h:209:1: note: declared here 209 | gnutls_compression_get(gnutls_session_t session) _GNUTLS_GCC_ATTR_DEPRECATED; | ^~~~~~~~~~~~~~~~~~~~~~ httpfs2.c: In function 'verify_certificate_callback': httpfs2.c:598:82: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 598 | gnutls_x509_crt_get_dn_by_oid(cert, GNUTLS_OID_X520_COMMON_NAME, i, 0, dn, &dn_size); | ^ httpfs2.c:601:95: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 601 | dn_ret = gnutls_x509_crt_get_dn_by_oid(cert, GNUTLS_OID_X520_COMMON_NAME, i, 0, dn, &dn_size); | ^ httpfs2.c: In function 'init_url': httpfs2.c:670:26: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 670 | memset(url, 0, sizeof(url)); | ^ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5' cc -Wall -Wno-unused-function -Wconversion -Wtype-limits -DUSE_AUTH -D_XOPEN_SOURCE=700 -D_ISOC99_SOURCE -DUSE_THREAD -DUSE_SSL -I/usr/include/p11-kit-1 -DCERT_STORE=\"/etc/ssl/certs/ca-certificates.crt\" -g -Os -Wall -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 httpfs2.c -lfuse -lpthread -lgnutls -o httpfs2-ssl-mt httpfs2.c: In function 'print_ssl_info': httpfs2.c:500:5: warning: 'gnutls_compression_get_name' is deprecated [-Wdeprecated-declarations] 500 | tmp = gnutls_compression_get_name (gnutls_compression_get (session)); | ^~~ In file included from /usr/include/gnutls/gnutls.h:3576, from httpfs2.c:57: /usr/include/gnutls/compat.h:211:13: note: declared here 211 | const char *gnutls_compression_get_name(gnutls_compression_method_t algorithm) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ httpfs2.c:500:5: warning: 'gnutls_compression_get' is deprecated [-Wdeprecated-declarations] 500 | tmp = gnutls_compression_get_name (gnutls_compression_get (session)); | ^~~ /usr/include/gnutls/compat.h:209:1: note: declared here 209 | gnutls_compression_get(gnutls_session_t session) _GNUTLS_GCC_ATTR_DEPRECATED; | ^~~~~~~~~~~~~~~~~~~~~~ httpfs2.c: In function 'verify_certificate_callback': httpfs2.c:598:82: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 598 | gnutls_x509_crt_get_dn_by_oid(cert, GNUTLS_OID_X520_COMMON_NAME, i, 0, dn, &dn_size); | ^ httpfs2.c:601:95: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 601 | dn_ret = gnutls_x509_crt_get_dn_by_oid(cert, GNUTLS_OID_X520_COMMON_NAME, i, 0, dn, &dn_size); | ^ httpfs2.c: In function 'init_url': httpfs2.c:670:26: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 670 | memset(url, 0, sizeof(url)); | ^ make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.xWqPqV + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64 + cd httpfs2-0.1.5 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64 'INSTALL=/usr/bin/install -p' # for binary files of httpfs2 mkdir -p /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64/usr/bin install -m 755 httpfs2 httpfs2-mt httpfs2-ssl httpfs2-ssl-mt /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64/usr/bin # for manpages of httpfs2 mkdir -p /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64/usr/share/man/man1 install -m 644 httpfs2.1 httpfs2-mt.1 httpfs2-ssl.1 httpfs2-ssl-mt.1 /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64/usr/share/man/man1 + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.1.5-7.mga10 --unique-debug-suffix -0.1.5-7.mga10.x86_64 --unique-debug-src-base httpfs2-0.1.5-7.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64/usr/bin/httpfs2-mt extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64/usr/bin/httpfs2-ssl-mt extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64/usr/bin/httpfs2-ssl extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64/usr/bin/httpfs2 original debug info size: 284kB, size after compression: 244kB /usr/bin/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 92 blocks + /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 Processing files: httpfs2-0.1.5-7.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.dzvh8m + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd httpfs2-0.1.5 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64/usr/share/doc/httpfs2 + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64/usr/share/doc/httpfs2 + cp -pr /home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5/httpfs2.1.txt /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64/usr/share/doc/httpfs2 + RPM_EC=0 ++ jobs -p + exit 0 Provides: httpfs2 = 0.1.5-7.mga10 httpfs2(x86-64) = 0.1.5-7.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.34)(64bit) libfuse.so.2()(64bit) libfuse.so.2(FUSE_2.4)(64bit) libfuse.so.2(FUSE_2.5)(64bit) libfuse.so.2(FUSE_2.6)(64bit) libgnutls.so.30()(64bit) libgnutls.so.30(GNUTLS_3_4)(64bit) Recommends: fuse Processing files: httpfs2-debugsource-0.1.5-7.mga10.x86_64 Provides: httpfs2-debugsource = 0.1.5-7.mga10 httpfs2-debugsource(x86-64) = 0.1.5-7.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: httpfs2-debuginfo-0.1.5-7.mga10.x86_64 Provides: debuginfo(build-id) = 6a6a12c534b19afbf1a84c5fe3edd4d3e294ff9a debuginfo(build-id) = 6b4e5e884731e470319d7b6ff6964a3089c75eb1 debuginfo(build-id) = bdc95f3fd6d09f17a13dd5451728c8b0c718eb0a debuginfo(build-id) = d47a85354abef32bd443493509880ee4a3c6def7 httpfs2-debuginfo = 0.1.5-7.mga10 httpfs2-debuginfo(x86-64) = 0.1.5-7.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: httpfs2-debugsource(x86-64) = 0.1.5-7.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/httpfs2-debugsource-0.1.5-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/httpfs2-0.1.5-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/httpfs2-debuginfo-0.1.5-7.mga10.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hhdpSx + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd httpfs2-0.1.5 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/httpfs2-0.1.5-7.mga10.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.pmAgjQ + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf /home/pterjan/rpmbuild/BUILD/httpfs2-0.1.5-SPECPARTS + rm -rf httpfs2-0.1.5 httpfs2-0.1.5.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!