D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ossp-1.3.2-14.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.RVq7FR + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ossp-1.3.2 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ossp-1.3.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ossp-1.3.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0001-Add-a-very-simple-systemd-unit.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0002-udev-Rename-udev-rules-and-add-uaccess-udev-acl-tags.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/ossp-1.3.2-linking.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/ossp-1.3.2-sfmt.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + sed -i s,/usr/local,/usr, Makefile + sed -i s,/etc/udev/rules.d,//usr/lib/udev/rules.d, Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tKhbbU + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ossp-1.3.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + /usr/bin/make -O -j8 V=1 VERBOSE=1 sed -r 's,@sbindir\@,/usr/sbin,g' < osspd.service.in > osspd.service || rm osspd.service gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ossp.o ossp.c gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ossp-util.o ossp-util.c ossp-util.c: In function 'get_proc_self_info': ossp-util.c:368:9: warning: 'rc' may be used uninitialized in this function [-Wmaybe-uninitialized] 368 | return rc; | ^~ gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ossp-slave.o ossp-slave.c ossp-slave.c: In function 'ossp_slave_init': ossp-slave.c:101:61: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size 117 [-Wformat-truncation=] 101 | snprintf(ossp_log_name, sizeof(ossp_log_name), "ossp-padsp[%s:%d]", | ^~ 102 | ossp_user_name, getpid()); | ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from ossp-slave.c:16: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 15 and 152 bytes into a destination of size 128 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossp-slave.c:123:6: warning: 'gid' may be used uninitialized in this function [-Wmaybe-uninitialized] 123 | if (setresgid(gid, gid, gid) || setresuid(uid, uid, uid)) | ^~~~~~~~~~~~~~~~~~~~~~~~ ossp-slave.c:123:34: warning: 'uid' may be used uninitialized in this function [-Wmaybe-uninitialized] 123 | if (setresgid(gid, gid, gid) || setresuid(uid, uid, uid)) | ^~~~~~~~~~~~~~~~~~~~~~~~ ar rc libossp.a ossp.o ossp-util.o ossp-slave.o gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -lasound -o ossp-alsap ossp-alsap.c -lasound -L. -lossp -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags ossp-alsap.c: In function 'alsap_open': ossp-alsap.c:207:10: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] 207 | return ret; | ^~~ gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_REENTRANT -o ossp-padsp ossp-padsp.c -lpulse -lrt -L. -lossp -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags ossp-padsp.c: In function 'stream_rw_callback': ossp-padsp.c:975:6: warning: variable 'dir' set but not used [-Wunused-but-set-variable] 975 | int dir; | ^~~ ossp-padsp.c: In function 'padsp_open': ossp-padsp.c:748:59: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size 117 [-Wformat-truncation=] 748 | snprintf(stream_name, sizeof(stream_name), "OSS Proxy %s/%s:%ld", | ^~ 749 | host_name, ossp_user_name, (long)arg->opener_pid); | ~~~~~~~~~~~~~~ ossp-padsp.c:748:45: note: directive argument in the range [-2147483648, 2147483647] 748 | snprintf(stream_name, sizeof(stream_name), "OSS Proxy %s/%s:%ld", | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from ossp-padsp.c:20: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 14 or more bytes (assuming 151) into a destination of size 128 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -o osspd osspd.c -lfuse -pthread -lrt -L. -lossp -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags osspd.c:41:2: warning: #warning mmap support disabled for now [-Wcpp] 41 | #warning mmap support disabled for now | ^~~~~~~ osspd.c: In function 'notify_poller': osspd.c:1842:1: warning: no return statement in function returning non-void [-Wreturn-type] 1842 | } | ^ osspd.c: In function 'ossp_daemonize': osspd.c:1923:3: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 1923 | chdir("/"); | ^~~~~~~~~~ At top level: osspd.c:1978:39: warning: 'adsp_ops' defined but not used [-Wunused-const-variable=] 1978 | static const struct cuse_lowlevel_ops adsp_ops = { | ^~~~~~~~ osspd.c: In function 'exec_cmd.constprop': osspd.c:361:15: warning: 'mret' may be used uninitialized in this function [-Wmaybe-uninitialized] 361 | ssize_t ret, mret; | ^~~~ In file included from /usr/include/string.h:519, from ossp-util.h:15, from osspd.c:35: In function 'strncpy', inlined from 'create_os.constprop' at osspd.c:1222:3: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 4095 bytes from a string of length 4095 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bcufyS + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64 + cd ossp-1.3.2 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64 'INSTALL=/usr/bin/install -p' mkdir -p /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64/usr/sbin install -m755 osspd ossp-padsp ossp-alsap /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64/usr/sbin mkdir -p /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64//usr/lib/udev/rules.d install -m644 70-osscuse.rules /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64//usr/lib/udev/rules.d mkdir -p /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64/usr/lib/systemd/system/sound.target.wants install -m644 osspd.service /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64/usr/lib/systemd/system ( cd /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64/usr/lib/systemd/system/sound.target.wants && \ rm -f osspd.service && \ ln -s ../osspd.service osspd.service ) + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64/etc/modprobe.preload.d + echo cuse + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.3.2-14.mga8 --unique-debug-suffix -1.3.2-14.mga8.aarch64 --unique-debug-src-base ossp-1.3.2-14.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ossp-1.3.2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64/usr/sbin/ossp-alsap explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64/usr/sbin/ossp-padsp explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64/usr/sbin/osspd extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64/usr/sbin/ossp-alsap extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64/usr/sbin/ossp-padsp extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64/usr/sbin/osspd original debug info size: 468kB, size after compression: 432kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 280 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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ossp-1.3.2-14.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.E4b00V + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ossp-1.3.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64/usr/share/doc/ossp + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64/usr/share/doc/ossp + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64/usr/share/doc/ossp + RPM_EC=0 ++ jobs -p + exit 0 Provides: ossp = 1.3.2-14.mga8 ossp(aarch-64) = 1.3.2-14.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): rpm-helper >= 0.24.8-1 Requires(preun): rpm-helper >= 0.24.8-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libasound.so.2()(64bit) libasound.so.2(ALSA_0.9)(64bit) libasound.so.2(ALSA_0.9.0rc4)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.28)(64bit) libfuse.so.2()(64bit) libfuse.so.2(FUSE_2.4)(64bit) libfuse.so.2(FUSE_2.5)(64bit) libfuse.so.2(FUSE_2.8)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libpulse.so.0()(64bit) libpulse.so.0(PULSE_0)(64bit) librt.so.1()(64bit) Recommends: pulseaudio Processing files: ossp-debugsource-1.3.2-14.mga8.aarch64 Provides: ossp-debugsource = 1.3.2-14.mga8 ossp-debugsource(aarch-64) = 1.3.2-14.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ossp-debuginfo-1.3.2-14.mga8.aarch64 Provides: debuginfo(build-id) = 29648c1e52120d482c9049badfd6eb8a65dcb6c7 debuginfo(build-id) = 34d78d0938d2dae884a6d0dfbed7ec30e9891dde debuginfo(build-id) = 5827c07f1f15ebb902026ed667546cff8d5cd485 ossp-debuginfo = 1.3.2-14.mga8 ossp-debuginfo(aarch-64) = 1.3.2-14.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ossp-debugsource(aarch-64) = 1.3.2-14.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ossp-1.3.2-14.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ossp-debugsource-1.3.2-14.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ossp-debuginfo-1.3.2-14.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jTrhGS + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ossp-1.3.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ossp-1.3.2-14.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.POknzS + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ossp-1.3.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!