D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/sslscan-2.1.5-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fQgnXV Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qUIkbj + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build + rm -rf sslscan-2.1.5 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/sslscan-2.1.5.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd sslscan-2.1.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.1ZOtmW + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-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 sslscan-2.1.5 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 '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' 'LDFLAGS=-lssl -lcrypto' make: git: No such file or directory gcc -o sslscan -Wall -Wformat=2 -Wformat-security -Wno-deprecated-declarations -lssl -lcrypto -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 -DVERSION=\"2.1.5\" sslscan.c -lssl -lcrypto -ldl sslscan.c: In function 'readLine': sslscan.c:252:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 252 | fgets(lineFromFile, maxSize, input); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslscan.c: In function 'testFallback': sslscan.c:1255:9: warning: 'secondMethod' may be used uninitialized [-Wmaybe-uninitialized] 1255 | testFallback(options, secondMethod); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslscan.c:1097:23: note: 'secondMethod' was declared here 1097 | const SSL_METHOD *secondMethod; | ^~~~~~~~~~~~ sslscan.c: In function 'testCipher': sslscan.c:1921:19: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 1921 | strncat(options->cipherstring, usedcipher, strlen(usedcipher)); | ^ sslscan.c:1921:62: note: length computed here 1921 | strncat(options->cipherstring, usedcipher, strlen(usedcipher)); | ^~~~~~~~~~~~~~~~~~ sslscan.c: In function 'showCertificate': sslscan.c:2904:53: warning: 'xml_bp' may be used uninitialized [-Wmaybe-uninitialized] 2904 | if (BIO_printf(xml_bp," ") <= 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslscan.c:2869:46: note: 'xml_bp' was declared here 2869 | BIO *xml_bp; | ^~~~~~ sslscan.c: In function 'main': sslscan.c:4168:17: warning: '__builtin_strncpy' output may be truncated copying 511 bytes from a string of length 66887 [-Wstringop-truncation] 4168 | strncpy(options->sniname, options->host, sizeof(options->host) -1); | ^ sslscan.c:4380:33: warning: '__builtin_strncpy' output may be truncated copying 511 bytes from a string of length 1023 [-Wstringop-truncation] 4380 | strncpy(options->host, line, sizeof(options->host) -1); | ^ sslscan.c:4384:37: warning: '__builtin_strncpy' output may be truncated copying 511 bytes from a string of length 66887 [-Wstringop-truncation] 4384 | strncpy(options->sniname, options->host, sizeof(options->host) -1); | ^ =========== | WARNING | =========== Building against system OpenSSL. Compression and other checks may not be possible. It is recommended that you statically build sslscan with `make static`. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.oXvZx7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build + mkdir /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-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 sslscan-2.1.5 + '[' 1 -eq 1 ']' + install -D -m 755 sslscan /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/BUILDROOT/usr/bin/sslscan + install -D -m 644 sslscan.1 /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/BUILDROOT/usr/share/man/man1/sslscan.1 + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 2.1.5-1.mga10 --unique-debug-suffix -2.1.5-1.mga10.x86_64 --unique-debug-src-base sslscan-2.1.5-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/sslscan-2.1.5 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/sslscan-2.1.5-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/sslscan-2.1.5-build/SPECPARTS/rpm-debuginfo.specpart Processing files: sslscan-2.1.5-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mZCoPO + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build + cd sslscan-2.1.5 + DOCDIR=/home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/BUILDROOT/usr/share/doc/sslscan + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/BUILDROOT/usr/share/doc/sslscan + cp -pr /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/sslscan-2.1.5/Changelog /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/BUILDROOT/usr/share/doc/sslscan + cp -pr /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/sslscan-2.1.5/README.md /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/BUILDROOT/usr/share/doc/sslscan + cp -pr /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/sslscan-2.1.5/TODO /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/BUILDROOT/usr/share/doc/sslscan + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ZaZdKJ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build + cd sslscan-2.1.5 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/BUILDROOT/usr/share/licenses/sslscan + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/BUILDROOT/usr/share/licenses/sslscan + cp -pr /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/sslscan-2.1.5/LICENSE /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/BUILDROOT/usr/share/licenses/sslscan + RPM_EC=0 ++ jobs -p + exit 0 Provides: sslscan = 2.1.5-1.mga10 sslscan(x86-64) = 2.1.5-1.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.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(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) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) Processing files: sslscan-debugsource-2.1.5-1.mga10.x86_64 Provides: sslscan-debugsource = 2.1.5-1.mga10 sslscan-debugsource(x86-64) = 2.1.5-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: sslscan-debuginfo-2.1.5-1.mga10.x86_64 Provides: debuginfo(build-id) = e4edcc5bc07b746818f443e300d9aec37dd0f529 sslscan-debuginfo = 2.1.5-1.mga10 sslscan-debuginfo(x86-64) = 2.1.5-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: sslscan-debugsource(x86-64) = 2.1.5-1.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/sslscan-2.1.5-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/sslscan-debuginfo-2.1.5-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/sslscan-debugsource-2.1.5-1.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.X6nCq3 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build + test -d /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build + rm -rf /home/pterjan/rpmbuild/BUILD/sslscan-2.1.5-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!