D: [iurt_root_command] chroot
warning: %patchN is deprecated (2 usages found), use %patch N (or %patch -P N)
Installing /home/pterjan/rpmbuild/SRPMS/novacom-client-1.1.0-0.ff7641193a.8.mga10.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fsrT52
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD
+ rm -rf novacom-git-ff7641193a
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/novacom-git-ff7641193a.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd novacom-git-ff7641193a
+ rm -rf /home/pterjan/rpmbuild/BUILD/novacom-git-ff7641193a-SPECPARTS
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/novacom-git-ff7641193a-SPECPARTS
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (novacom-makefile-fixes.patch):'
Patch #0 (novacom-makefile-fixes.patch):
+ /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0
patching file makefile
+ echo 'Patch #1 (novacom-remove-base64.patch):'
Patch #1 (novacom-remove-base64.patch):
+ /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0
patching file makefile
Hunk #1 succeeded at 57 (offset 1 line).
patching file src/main.c
+ rm -f src/base64.c src/base64.h
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.d4Y4TS
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD
+ cd novacom-git-ff7641193a
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/make -O -j16 V=1 VERBOSE=1 'LDFLAGS=-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' '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'
compiling -Wall -W -Wno-multichar -Wno-unused-parameter -Wno-unused-function -g -DBUILDVERSION="..local..pterjan@mageia..20240731..20:39:34" -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 src/sha1.c
compiling -Wall -W -Wno-multichar -Wno-unused-parameter -Wno-unused-function -g -DBUILDVERSION="..local..pterjan@mageia..20240731..20:39:34" -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 src/packet.c
compiling -Wall -W -Wno-multichar -Wno-unused-parameter -Wno-unused-function -g -DBUILDVERSION="..local..pterjan@mageia..20240731..20:39:34" -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 src/socket.c
compiling -Wall -W -Wno-multichar -Wno-unused-parameter -Wno-unused-function -g -DBUILDVERSION="..local..pterjan@mageia..20240731..20:39:34" -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 src/tcprelay.c
compiling -Wall -W -Wno-multichar -Wno-unused-parameter -Wno-unused-function -g -DBUILDVERSION="..local..pterjan@mageia..20240731..20:39:34" -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 src/main.c
src/main.c: In function 'prepare_cmd':
src/main.c:503:69: warning: field precision specifier '.*' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=]
  503 |                         len = snprintf(command, sizeof(command), "%.*s%s",
      |                                                                   ~~^~
      |                                                                     |
      |                                                                     int
  504 |                                         sizeof(ctx.Message_Digest_Str), ctx.Message_Digest_Str, devsnid);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                         |
      |                                         long unsigned int
src/main.c:516:63: warning: field precision specifier '.*' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
  516 |                         snprintf(command, sizeof(command), "%.*s dev://%s %s", cmdsize, cmd, devnduid, hash);
      |                                                             ~~^~               ~~~~~~~
      |                                                               |                |
      |                                                               int              size_t {aka long unsigned int}
src/main.c:484:29: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
  484 |                         int rc;
      |                             ^~
src/main.c: In function 'signal_to_pipe':
src/main.c:216:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  216 |         write(signalpipe[PIPE_WRITE], &signals, sizeof(sigset_t));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/main.c: In function 'data_xfer':
src/main.c:614:41: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  614 |                                         write(STDOUT_FILENO, rbuf, rsize);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/main.c:618:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  618 |                                 write(STDERR_FILENO, rbuf, rsize);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/main.c:676:49: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  676 |                                                 write(signalpipe[PIPE_WRITE], &signals, sizeof(sigset_t));
      |                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/main.c: In function 'getpsw':
src/main.c:458:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  458 |         scanf("%64s", pwd);
      |         ^~~~~~~~~~~~~~~~~~
src/main.c: In function 'data_xfer':
src/main.c:637:31: warning: 'wsize' may be used uninitialized [-Wmaybe-uninitialized]
  637 |                         err = send(fd, xwbuf + written, wsize - written, 0);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/main.c:553:25: note: 'wsize' was declared here
  553 |         size_t written, wsize;
      |                         ^~~~~
linking build-novacom/novacom
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SOv816
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64 '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64
++ dirname /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64
+ mkdir -p /home/pterjan/rpmbuild/BUILDROOT
+ mkdir /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64
+ cd novacom-git-ff7641193a
+ '[' 1 -eq 1 ']'
+ mkdir -p /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64/usr/bin
+ install -m 755 build-novacom/novacom /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64/usr/bin
+ install -m 755 /home/pterjan/rpmbuild/SOURCES/novaterm /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64/usr/bin
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.1.0-0.ff7641193a.8.mga10 --unique-debug-suffix -1.1.0-0.ff7641193a.8.mga10.x86_64 --unique-debug-src-base novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/novacom-git-ff7641193a
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/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64
114 blocks
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
mangling shebang in /usr/bin/novaterm from /bin/sh to #!/usr/bin/sh
+ env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16
+ /usr/lib/rpm/redhat/brp-python-hardlink
Processing files: novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.asgAIR
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD
+ cd novacom-git-ff7641193a
+ DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64/usr/share/doc/novacom-client
+ export LC_ALL=
+ LC_ALL=
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64/usr/share/doc/novacom-client
+ cp -pr /home/pterjan/rpmbuild/BUILD/novacom-git-ff7641193a/README.md /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64/usr/share/doc/novacom-client
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: novacom-client = 1.1.0-0.ff7641193a.8.mga10 novacom-client(x86-64) = 1.1.0-0.ff7641193a.8.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.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)
Processing files: novacom-1.1.0-0.ff7641193a.8.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.3d5ppL
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD
+ cd novacom-git-ff7641193a
+ DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64/usr/share/doc/novacom
+ export LC_ALL=
+ LC_ALL=
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64/usr/share/doc/novacom
+ cp -pr /home/pterjan/rpmbuild/BUILD/novacom-git-ff7641193a/README.md /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64/usr/share/doc/novacom
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: novacom = 1.1.0-0.ff7641193a.8.mga10 novacom(x86-64) = 1.1.0-0.ff7641193a.8.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: novacom-client-debugsource-1.1.0-0.ff7641193a.8.mga10.x86_64
Provides: novacom-client-debugsource = 1.1.0-0.ff7641193a.8.mga10 novacom-client-debugsource(x86-64) = 1.1.0-0.ff7641193a.8.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: novacom-client-debuginfo-1.1.0-0.ff7641193a.8.mga10.x86_64
Provides: debuginfo(build-id) = 4d8a10d108c7ae637631a74f45f941af871e72d4 novacom-client-debuginfo = 1.1.0-0.ff7641193a.8.mga10 novacom-client-debuginfo(x86-64) = 1.1.0-0.ff7641193a.8.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: novacom-client-debugsource(x86-64) = 1.1.0-0.ff7641193a.8.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/novacom-1.1.0-0.ff7641193a.8.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/novacom-client-debuginfo-1.1.0-0.ff7641193a.8.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/novacom-client-debugsource-1.1.0-0.ff7641193a.8.mga10.x86_64.rpm
Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.k8xU8z
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD
+ cd novacom-git-ff7641193a
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.8.mga10.x86_64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.v3fHPx
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD
+ rm -rf /home/pterjan/rpmbuild/BUILD/novacom-git-ff7641193a-SPECPARTS
+ rm -rf novacom-git-ff7641193a novacom-git-ff7641193a.gemspec
+ RPM_EC=0
++ jobs -p
+ exit 0

RPM build warnings:
    %patchN is deprecated (2 usages found), use %patch N (or %patch -P N)
D: [iurt_root_command] Success!