Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/apg.spec'], chrootPath='/var/lib/mock/f33-build-133225-41326/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/apg.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580169600 Wrote: /builddir/build/SRPMS/apg-2.3.0b-36.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/apg.spec'], chrootPath='/var/lib/mock/f33-build-133225-41326/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/apg.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580169600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ujZUYs + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf apg-2.3.0b + /usr/bin/gzip -dc /builddir/build/SOURCES/apg-2.3.0b.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd apg-2.3.0b + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (apg-2.3.0b-gen_rand_pass.patch):' Patch #0 (apg-2.3.0b-gen_rand_pass.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .gen_rand_pass --fuzz=0 patching file apg.c + echo 'Patch #1 (apg-2.3.0b-null-crypt.patch):' Patch #1 (apg-2.3.0b-null-crypt.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file restrict.c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RbPDSs + umask 022 + cd /builddir/build/BUILD + cd apg-2.3.0b + make 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' 'FLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' -j4 cliserv gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DCLISERV -o apgd bloom.c ./sha/sha.c ./cast/cast.c rnd.c pronpass.c randpass.c restrict.c errors.c apg.c getopt.c convert.c -lm -lcrypt gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DAPGBFM -o apgbfm apgbfm.c bloom.c sha/sha.c errors.c getopt.c convert.c -lm apgbfm.c: In function 'main': apgbfm.c:82:7: warning: variable 'case_insensitive_flag' set but not used [-Wunused-but-set-variable] 82 | flag case_insensitive_flag = FALSE; /* -q */ | ^~~~~~~~~~~~~~~~~~~~~ apgbfm.c:177:22: warning: 'filter' may be used uninitialized in this function [-Wmaybe-uninitialized] 177 | if( (f_filter = open_filter(filter,"r+")) == NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~ apgbfm.c:175:25: warning: 'dictfile' may be used uninitialized in this function [-Wmaybe-uninitialized] 175 | if ( (f_dictfile = fopen(dictfile,"r")) == NULL) | ^~~~~~~~~~~~~~~~~~~ ./cast/cast.c: In function 'cast_setkey': ./cast/cast.c:129:11: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] 129 | u32 t[4], z[4], x[4]; | ^ ./cast/cast.c:129:11: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] ./cast/cast.c:129:11: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] ./cast/cast.c:129:11: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] ./cast/cast.c:13:26: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] 13 | #define U8b(x) ( (u8) ((x>>16)&255) ) | ^~ ./cast/cast.c:129:5: note: 't[3]' was declared here 129 | u32 t[4], z[4], x[4]; | ^ ./cast/cast.c:15:18: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] 15 | #define U8d(x) ( (u8) ((x)&255) ) | ^ ./cast/cast.c:129:5: note: 't[2]' was declared here 129 | u32 t[4], z[4], x[4]; | ^ ./cast/cast.c:12:25: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] 12 | #define U8a(x) ( (u8) (x>>24) ) | ^~ ./cast/cast.c:129:5: note: 't[1]' was declared here 129 | u32 t[4], z[4], x[4]; | ^ ./cast/cast.c:14:26: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] 14 | #define U8c(x) ( (u8) ((x>>8)&255) ) | ^~ ./cast/cast.c:129:5: note: 't[0]' was declared here 129 | u32 t[4], z[4], x[4]; | ^ rnd.c: In function 'x917_setseed': rnd.c:196:10: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 196 | (void)fread( (void *)&drs[0], 8, 1, dr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rnd.c:203:10: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 203 | (void)fread( (void *)&drs[0], 8, 1, dr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ restrict.c: In function 'filter_check_pass': restrict.c:259:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 259 | if(word == NULL) | ^~ restrict.c:262:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 262 | if ((cond & S_SS) > 0) | ^~ apg.c: In function 'main': apg.c:421:6: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 421 | write (0, (void*) out_pass, strlen(out_pass)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apg.c:422:6: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 422 | write (0, (void*)&delim[0],2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apg.c:461:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 461 | write (0, (void*) out_pass, strlen(out_pass)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apg.c:462:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 462 | write (0, (void*)&delim[0],2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apg.c:535:6: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 535 | write (0, (void*)pass_string, strlen(pass_string)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apg.c:536:6: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 536 | write (0, (void*)&delim[0],2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apg.c:570:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 570 | write (0, (void*)pass_string, strlen(pass_string)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apg.c:571:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 571 | write (0, (void*)&delim[0],2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apg.c:393:26: warning: 'plain_restrictions_file' may be used uninitialized in this function [-Wmaybe-uninitialized] 393 | restrict_res = check_pass(pass_string, plain_restrictions_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apg.c:377:30: warning: 'restrictions_file' may be used uninitialized in this function [-Wmaybe-uninitialized] 377 | restrict_res = bloom_check_pass(pass_string, restrictions_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + make 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' 'FLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' -j4 standalone gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DAPG_USE_CRYPT -o apg bloom.c ./sha/sha.c ./cast/cast.c rnd.c pronpass.c randpass.c restrict.c errors.c apg.c getopt.c convert.c -lm -lcrypt ./cast/cast.c: In function 'cast_setkey': ./cast/cast.c:129:11: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] 129 | u32 t[4], z[4], x[4]; | ^ ./cast/cast.c:129:11: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] ./cast/cast.c:129:11: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] ./cast/cast.c:129:11: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] ./cast/cast.c:13:26: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] 13 | #define U8b(x) ( (u8) ((x>>16)&255) ) | ^~ ./cast/cast.c:129:5: note: 't[3]' was declared here 129 | u32 t[4], z[4], x[4]; | ^ ./cast/cast.c:15:18: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] 15 | #define U8d(x) ( (u8) ((x)&255) ) | ^ ./cast/cast.c:129:5: note: 't[2]' was declared here 129 | u32 t[4], z[4], x[4]; | ^ ./cast/cast.c:12:25: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] 12 | #define U8a(x) ( (u8) (x>>24) ) | ^~ ./cast/cast.c:129:5: note: 't[1]' was declared here 129 | u32 t[4], z[4], x[4]; | ^ ./cast/cast.c:14:26: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] 14 | #define U8c(x) ( (u8) ((x>>8)&255) ) | ^~ ./cast/cast.c:129:5: note: 't[0]' was declared here 129 | u32 t[4], z[4], x[4]; | ^ rnd.c: In function 'x917_setseed': rnd.c:196:10: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 196 | (void)fread( (void *)&drs[0], 8, 1, dr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rnd.c:203:10: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 203 | (void)fread( (void *)&drs[0], 8, 1, dr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ restrict.c: In function 'filter_check_pass': restrict.c:259:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 259 | if(word == NULL) | ^~ restrict.c:262:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 262 | if ((cond & S_SS) > 0) | ^~ apg.c: In function 'get_user_seq': apg.c:616:56: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] 616 | printf ("\nPlease enter some random data (only first %d are significant)\n", sizeof(prom)); | ~^ ~~~~~~~~~~~~ | | | | int long unsigned int | %ld apg.c: In function 'main': apg.c:409:28: warning: 'spell_pass_string' may be used uninitialized in this function [-Wmaybe-uninitialized] 409 | spell_pass_string = spell_word(pass_string, spell_pass_string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apg.c:393:26: warning: 'plain_restrictions_file' may be used uninitialized in this function [-Wmaybe-uninitialized] 393 | restrict_res = check_pass(pass_string, plain_restrictions_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apg.c:377:30: warning: 'restrictions_file' may be used uninitialized in this function [-Wmaybe-uninitialized] 377 | restrict_res = bloom_check_pass(pass_string, restrictions_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.uI3ott + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64 + cd apg-2.3.0b + '[' /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64 + install -D apg /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/bin/apg + install -D apgbfm /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/bin/apgbfm + install -D apgd /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/sbin/apgd + install -D -m 644 doc/man/apg.1 /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/share/man/man1/apg.1 + install -D -m 644 doc/man/apgbfm.1 /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/share/man/man1/apgbfm.1 + install -D -m 644 doc/man/apgd.8 /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/share/man/man8/apgd.8 + install -d -m 755 /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/lib/systemd/system + install -p -m 644 /builddir/build/SOURCES/apg.socket /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/lib/systemd/system/apg.socket + install -p -m 644 /builddir/build/SOURCES/apg@.service /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/lib/systemd/system/apg@.service + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.3.0b-36.fc33 --unique-debug-suffix -2.3.0b-36.fc33.riscv64 --unique-debug-src-base apg-2.3.0b-36.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/apg-2.3.0b explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/bin/apg explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/sbin/apgd explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/bin/apgbfm extracting debug info from /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/bin/apg extracting debug info from /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/sbin/apgd extracting debug info from /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/bin/apgbfm original debug info size: 424kB, size after compression: 400kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 458 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: apg-2.3.0b-36.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pFkQnr + umask 022 + cd /builddir/build/BUILD + cd apg-2.3.0b + DOCDIR=/builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/share/doc/apg + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/share/doc/apg + cp -pr CHANGES /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/share/doc/apg + cp -pr COPYING /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/share/doc/apg + cp -pr README /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/share/doc/apg + cp -pr THANKS /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/share/doc/apg + cp -pr TODO /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/share/doc/apg + cp -pr doc/rfc0972.txt doc/rfc1750.txt /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64/usr/share/doc/apg + RPM_EC=0 ++ jobs -p + exit 0 Provides: apg = 2.3.0b-36.fc33 apg(riscv-64) = 2.3.0b-36.fc33 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh grep systemd-units Requires(preun): /bin/sh systemd-units Requires(postun): /bin/sh systemd-units Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypt.so.2()(64bit) libcrypt.so.2(XCRYPT_2.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: apg-debugsource-2.3.0b-36.fc33.riscv64 Provides: apg-debugsource = 2.3.0b-36.fc33 apg-debugsource(riscv-64) = 2.3.0b-36.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: apg-debuginfo-2.3.0b-36.fc33.riscv64 Provides: apg-debuginfo = 2.3.0b-36.fc33 apg-debuginfo(riscv-64) = 2.3.0b-36.fc33 debuginfo(build-id) = 0592a247b51aa23f3767315c6fffcd5b6120d0db debuginfo(build-id) = 0e4c533a5edad082fe7e5e66cae3a370ef5210cf debuginfo(build-id) = 2bc64e445e00cd2db85645cc0f60b073c5838ed4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: apg-debugsource(riscv-64) = 2.3.0b-36.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64 Wrote: /builddir/build/RPMS/apg-debugsource-2.3.0b-36.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/apg-2.3.0b-36.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/apg-debuginfo-2.3.0b-36.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0nnlnr + umask 022 + cd /builddir/build/BUILD + cd apg-2.3.0b + /usr/bin/rm -rf /builddir/build/BUILDROOT/apg-2.3.0b-36.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0