D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
warning: %make is deprecated, use %make_build instead
Installing /home/iurt/rpmbuild/SRPMS/httpfs2-0.1.5-6.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tUZnB9
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf httpfs2-0.1.5
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/httpfs2-0.1.5.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd httpfs2-0.1.5
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/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/iurt/rpmbuild/tmp/rpm-tmp.XmoOun
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd httpfs2-0.1.5
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/make -O -j8
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/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
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5'
ln -sf httpfs2.1 httpfs2-ssl.1
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5'
ln -sf httpfs2.1 httpfs2-mt.1
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5'
/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[3]: Entering directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5'
ln -sf httpfs2.1 httpfs2-ssl-mt.1
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5'
make[2]: Entering directory '/home/iurt/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/iurt/rpmbuild/BUILD/httpfs2-0.1.5'
make[3]: Entering directory '/home/iurt/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:3600,
                 from httpfs2.c:57:
/usr/include/gnutls/compat.h:228:1: note: declared here
  228 | gnutls_compression_get_name(gnutls_compression_method_t
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
httpfs2.c:500:5: warning: 'gnutls_compression_get' is deprecated [-Wdeprecated-declarations]
  500 |     tmp = gnutls_compression_get_name (gnutls_compression_get (session));
      |     ^~~
In file included from /usr/include/gnutls/gnutls.h:3600,
                 from httpfs2.c:57:
/usr/include/gnutls/compat.h:225:1: note: declared here
  225 | 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/iurt/rpmbuild/BUILD/httpfs2-0.1.5'
make[2]: Entering directory '/home/iurt/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:3600,
                 from httpfs2.c:57:
/usr/include/gnutls/compat.h:228:1: note: declared here
  228 | gnutls_compression_get_name(gnutls_compression_method_t
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
httpfs2.c:500:5: warning: 'gnutls_compression_get' is deprecated [-Wdeprecated-declarations]
  500 |     tmp = gnutls_compression_get_name (gnutls_compression_get (session));
      |     ^~~
In file included from /usr/include/gnutls/gnutls.h:3600,
                 from httpfs2.c:57:
/usr/include/gnutls/compat.h:225:1: note: declared here
  225 | 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/iurt/rpmbuild/BUILD/httpfs2-0.1.5'
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.grQix2
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64
+ cd httpfs2-0.1.5
+ '[' 1 -eq 1 ']'
+ /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64 'INSTALL=/usr/bin/install -p'
# for binary files of httpfs2
mkdir -p /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64/usr/bin
install -m 755 httpfs2 httpfs2-mt httpfs2-ssl httpfs2-ssl-mt /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64/usr/bin
# for manpages of httpfs2 
mkdir -p /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64/usr/share/man/man1
install -m 644 httpfs2.1 httpfs2-mt.1 httpfs2-ssl.1 httpfs2-ssl-mt.1 /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64/usr/share/man/man1
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.1.5-6.mga9 --unique-debug-suffix -0.1.5-6.mga9.aarch64 --unique-debug-src-base httpfs2-0.1.5-6.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/httpfs2-0.1.5

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64/usr/bin/httpfs2-ssl
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64/usr/bin/httpfs2-mt
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64/usr/bin/httpfs2
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64/usr/bin/httpfs2-ssl-mt
dwz: ./usr/bin/httpfs2-0.1.5-6.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/bin/httpfs2-mt-0.1.5-6.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/bin/httpfs2-ssl-0.1.5-6.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/bin/httpfs2-ssl-mt-0.1.5-6.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: Too few files for multifile optimization
original debug info size: 276kB, size after compression: 276kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 4 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/brp-python-bytecompile /usr/bin/python3 1 0
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: httpfs2-0.1.5-6.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0zH3NF
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd httpfs2-0.1.5
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64/usr/share/doc/httpfs2
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64/usr/share/doc/httpfs2
+ cp -pr httpfs2.1.txt /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64/usr/share/doc/httpfs2
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: httpfs2 = 0.1.5-6.mga9 httpfs2(aarch-64) = 0.1.5-6.mga9
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.17)(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-6.mga9.aarch64
Provides: httpfs2-debugsource = 0.1.5-6.mga9 httpfs2-debugsource(aarch-64) = 0.1.5-6.mga9
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-6.mga9.aarch64
Provides: debuginfo(build-id) = 0a2bdb14fe0bc4df622f17607846d0f897c57073 debuginfo(build-id) = 869a6d157781d0b35b75befeceb9bf9e1a29fa1b debuginfo(build-id) = cd95ff3ad8bbb6cbfe1c0ed0d169d857f8943894 debuginfo(build-id) = d27633fc00ae91819166a7d44e20f5ac80c35846 httpfs2-debuginfo = 0.1.5-6.mga9 httpfs2-debuginfo(aarch-64) = 0.1.5-6.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: httpfs2-debugsource(aarch-64) = 0.1.5-6.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/httpfs2-debugsource-0.1.5-6.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/httpfs2-0.1.5-6.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/httpfs2-debuginfo-0.1.5-6.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.f6JilZ
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd httpfs2-0.1.5
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ENMd0t
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf httpfs2-0.1.5
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!