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/drat-trim.spec'], chrootPath='/var/lib/mock/f33-build-128035-40353/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/drat-trim.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=1583366400 Wrote: /builddir/build/SRPMS/drat-trim-0-0.5.20200125.a89ef60.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/drat-trim.spec'], chrootPath='/var/lib/mock/f33-build-128035-40353/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/drat-trim.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=1583366400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.f6Q1IK + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf drat-trim-a89ef603a8873f2a12e54ec5dcb6ff13e745cc62 + /usr/bin/gzip -dc /builddir/build/SOURCES/drat-trim-a89ef60.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd drat-trim-a89ef603a8873f2a12e54ec5dcb6ff13e745cc62 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/drat-trim-library.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/drat-trim-silent.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.dI9EQJ + umask 022 + cd /builddir/build/BUILD + cd drat-trim-a89ef603a8873f2a12e54ec5dcb6ff13e745cc62 + 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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fPIC -shared -Wl,-h,libdrat-trim.so.0 -o libdrat-trim.so.0.0.0 drat-trim.c drat-trim.c: In function 'printClause': drat-trim.c:91:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 91 | while (*clause) qprintf ("%i ", *clause++); qprintf ("0\n"); } | ^~~~~ drat-trim.c:91:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 91 | while (*clause) qprintf ("%i ", *clause++); qprintf ("0\n"); } | ^~~~~~~ drat-trim.c: In function 'printCore': drat-trim.c:267:10: warning: unused variable 'j' [-Wunused-variable] 267 | int i, j; | ^ drat-trim.c: In function 'printProof': drat-trim.c:329:12: warning: unused variable 'lemmas' [-Wunused-variable] 329 | int *lemmas = S->DB + (ad >> INFOBITS); | ^~~~~~ drat-trim.c:365:9: warning: unused variable 'flag' [-Wunused-variable] 365 | int flag = 0; | ^~~~ drat-trim.c: In function 'checkRAT': drat-trim.c:563:11: warning: unused variable 'id' [-Wunused-variable] 563 | int id = watched[ID] >> 1; | ^~ drat-trim.c: In function 'setUCP': drat-trim.c:626:9: warning: unused variable 'i' [-Wunused-variable] 626 | int i; | ^ drat-trim.c: In function 'verify': drat-trim.c:931:7: warning: unused variable 'top_flag' [-Wunused-variable] 931 | int top_flag = 1; | ^~~~~~~~ drat-trim.c: In function 'getHash': drat-trim.c:1153:22: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] 1153 | return (1023 * sum + prod ^ (31 * xor)) % BIGINIT; } | ~~~~~~~~~~~^~~~~~ drat-trim.c: In function 'parse': drat-trim.c:1232:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1232 | if (tmp > 0 && tmp != EOF) break; tmp = fscanf (S->inputFile, "%*s\n"); } // In case a commment line was found | ^~ drat-trim.c:1232:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1232 | if (tmp > 0 && tmp != EOF) break; tmp = fscanf (S->inputFile, "%*s\n"); } // In case a commment line was found | ^~~ drat-trim.c: In function 'propagate': drat-trim.c:206:12: warning: '_watch' may be used uninitialized in this function [-Wmaybe-uninitialized] 206 | while (*watch != END) { // While there are watched clauses (watched by lit) | ^~~~~~ + ln -s libdrat-trim.so.0.0.0 libdrat-trim.so.0 + ln -s libdrat-trim.so.0 libdrat-trim.so + 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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o drat-trim drat-trim-main.c -L. -ldrat-trim + export LD_LIBRARY_PATH=/builddir/build/BUILD/drat-trim-a89ef603a8873f2a12e54ec5dcb6ff13e745cc62 + LD_LIBRARY_PATH=/builddir/build/BUILD/drat-trim-a89ef603a8873f2a12e54ec5dcb6ff13e745cc62 + 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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lrat-check lrat-check.c lrat-check.c: In function 'printClause': lrat-check.c:46:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 46 | while (*clause) printf ("%i ", *clause++); printf ("0\n"); } | ^~~~~ lrat-check.c:46:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 46 | while (*clause) printf ("%i ", *clause++); printf ("0\n"); } | ^~~~~~ lrat-check.c: In function 'main': lrat-check.c:180:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 180 | fscanf (cnf, " p cnf %i %i ", &nVar, &nCls); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lrat-check.c:182:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 182 | fgets (ignore, sizeof (ignore), cnf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o to-clrat to-clrat.c to-clrat.c: In function 'main': to-clrat.c:72:19: warning: 'del' may be used uninitialized in this function [-Wmaybe-uninitialized] 72 | if (line == 0 && del == 1) size = 0; | ~~~~~~~~~~^~~~~~~~~~~ + help2man --version-string=20200125 -N -o drat-trim.1 ./drat-trim + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.l1EAmL + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64 + cd drat-trim-a89ef603a8873f2a12e54ec5dcb6ff13e745cc62 + mkdir -p /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/lib64 + cp -a libdrat-trim.so libdrat-trim.so.0 libdrat-trim.so.0.0.0 /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/lib64 + mkdir -p /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/include + cp -p drat-trim.h /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/include + mkdir -p /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/bin + cp -p drat-trim lrat-check to-clrat /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/share/man/man1 + cp -p drat-trim.1 /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/share/man/man1 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0-0.5.20200125.a89ef60.fc33 --unique-debug-suffix -0-0.5.20200125.a89ef60.fc33.riscv64 --unique-debug-src-base drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/drat-trim-a89ef603a8873f2a12e54ec5dcb6ff13e745cc62 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/bin/drat-trim explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/bin/lrat-check explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/lib64/libdrat-trim.so.0.0.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/bin/to-clrat extracting debug info from /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/bin/drat-trim extracting debug info from /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/bin/lrat-check extracting debug info from /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/bin/to-clrat extracting debug info from /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/lib64/libdrat-trim.so.0.0.0 original debug info size: 264kB, size after compression: 260kB /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 147 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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jxn9AL + umask 022 + cd /builddir/build/BUILD + cd drat-trim-a89ef603a8873f2a12e54ec5dcb6ff13e745cc62 + export LD_LIBRARY_PATH=/builddir/build/BUILD/drat-trim-a89ef603a8873f2a12e54ec5dcb6ff13e745cc62 + LD_LIBRARY_PATH=/builddir/build/BUILD/drat-trim-a89ef603a8873f2a12e54ec5dcb6ff13e745cc62 + ./run-examples make: 'drat-trim' is up to date. c parsing input formula with 4 variables and 8 clauses c finished parsing c detected empty clause; start verification via backward checking c 8 of 8 clauses in core c 3 of 4 lemmas in core using 15 resolution steps c 1 RAT lemmas in core; 0 redundant literals in core lemmas s VERIFIED c verification time: 2.591 seconds c parsing input formula with 5 variables and 8 clauses c finished parsing c detected empty clause; start verification via backward checking c 8 of 8 clauses in core c 7 of 8 lemmas in core using 25 resolution steps c 0 RAT lemmas in core; 5 redundant literals in core lemmas s VERIFIED c verification time: 2.283 seconds c parsing input formula with 100 variables and 429 clauses c finished parsing c detected empty clause; start verification via backward checking c 383 of 429 clauses in core c 319 of 321 lemmas in core using 9349 resolution steps c 16 RAT lemmas in core; 0 redundant literals in core lemmas s VERIFIED c verification time: 2.552 seconds c parsing input formula with 100 variables and 383 clauses c finished parsing c detected empty clause; start verification via backward checking c 383 of 383 clauses in core c 319 of 320 lemmas in core using 9354 resolution steps c 16 RAT lemmas in core; 0 redundant literals in core lemmas s VERIFIED c verification time: 2.736 seconds c parsing input formula with 100 variables and 429 clauses c finished parsing c detected empty clause; start verification via backward checking c 351 of 429 clauses in core c 201 of 202 lemmas in core using 5728 resolution steps c 13 RAT lemmas in core; 0 redundant literals in core lemmas s VERIFIED c verification time: 2.973 seconds c parsing input formula with 100 variables and 351 clauses c finished parsing c detected empty clause; start verification via backward checking c 351 of 351 clauses in core c 201 of 202 lemmas in core using 5730 resolution steps c 13 RAT lemmas in core; 0 redundant literals in core lemmas s VERIFIED c verification time: 2.726 seconds c parsing input formula with 100 variables and 429 clauses c finished parsing c detected empty clause; start verification via backward checking c 408 of 429 clauses in core c 414 of 415 lemmas in core using 11405 resolution steps c 21 RAT lemmas in core; 0 redundant literals in core lemmas s VERIFIED c verification time: 2.430 seconds c parsing input formula with 100 variables and 408 clauses c finished parsing c detected empty clause; start verification via backward checking c 408 of 408 clauses in core c 414 of 415 lemmas in core using 11409 resolution steps c 21 RAT lemmas in core; 0 redundant literals in core lemmas s VERIFIED c verification time: 2.411 seconds c parsing input formula with 100 variables and 429 clauses c finished parsing c detected empty clause; start verification via backward checking c 393 of 429 clauses in core c 328 of 329 lemmas in core using 8644 resolution steps c 17 RAT lemmas in core; 0 redundant literals in core lemmas s VERIFIED c verification time: 2.192 seconds c parsing input formula with 100 variables and 393 clauses c finished parsing c detected empty clause; start verification via backward checking c 393 of 393 clauses in core c 328 of 329 lemmas in core using 8653 resolution steps c 17 RAT lemmas in core; 0 redundant literals in core lemmas s VERIFIED c verification time: 2.429 seconds c parsing input formula with 100 variables and 429 clauses c finished parsing c detected empty clause; start verification via backward checking c 392 of 429 clauses in core c 354 of 355 lemmas in core using 9648 resolution steps c 20 RAT lemmas in core; 0 redundant literals in core lemmas s VERIFIED c verification time: 2.951 seconds c parsing input formula with 100 variables and 392 clauses c finished parsing c detected empty clause; start verification via backward checking c 391 of 392 clauses in core c 354 of 355 lemmas in core using 9647 resolution steps c 20 RAT lemmas in core; 0 redundant literals in core lemmas s VERIFIED c verification time: 2.567 seconds + RPM_EC=0 ++ jobs -p + exit 0 Processing files: drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AJcBrJ + umask 022 + cd /builddir/build/BUILD + cd drat-trim-a89ef603a8873f2a12e54ec5dcb6ff13e745cc62 + LICENSEDIR=/builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/share/licenses/drat-trim + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/share/licenses/drat-trim + cp -pr LICENSE /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/share/licenses/drat-trim + RPM_EC=0 ++ jobs -p + exit 0 Provides: drat-trim = 0-0.5.20200125.a89ef60.fc33 drat-trim(riscv-64) = 0-0.5.20200125.a89ef60.fc33 libdrat-trim.so.0()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 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) rtld(GNU_HASH) Processing files: drat-trim-devel-0-0.5.20200125.a89ef60.fc33.riscv64 Provides: drat-trim-devel = 0-0.5.20200125.a89ef60.fc33 drat-trim-devel(riscv-64) = 0-0.5.20200125.a89ef60.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libdrat-trim.so.0()(64bit) Processing files: drat-trim-tools-0-0.5.20200125.a89ef60.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Wu6noK + umask 022 + cd /builddir/build/BUILD + cd drat-trim-a89ef603a8873f2a12e54ec5dcb6ff13e745cc62 + DOCDIR=/builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/share/doc/drat-trim-tools + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/share/doc/drat-trim-tools + cp -pr README.md /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64/usr/share/doc/drat-trim-tools + RPM_EC=0 ++ jobs -p + exit 0 Provides: drat-trim-tools = 0-0.5.20200125.a89ef60.fc33 drat-trim-tools(riscv-64) = 0-0.5.20200125.a89ef60.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 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) libdrat-trim.so.0()(64bit) rtld(GNU_HASH) Processing files: drat-trim-debugsource-0-0.5.20200125.a89ef60.fc33.riscv64 Provides: drat-trim-debugsource = 0-0.5.20200125.a89ef60.fc33 drat-trim-debugsource(riscv-64) = 0-0.5.20200125.a89ef60.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: drat-trim-debuginfo-0-0.5.20200125.a89ef60.fc33.riscv64 Provides: debuginfo(build-id) = 1b57c6fcfd12a211a236b3847880429d09c4c44c drat-trim-debuginfo = 0-0.5.20200125.a89ef60.fc33 drat-trim-debuginfo(riscv-64) = 0-0.5.20200125.a89ef60.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: drat-trim-debugsource(riscv-64) = 0-0.5.20200125.a89ef60.fc33 Processing files: drat-trim-tools-debuginfo-0-0.5.20200125.a89ef60.fc33.riscv64 Provides: debuginfo(build-id) = 0af28ded4645db4d4940f8a1f30061875c17c7aa debuginfo(build-id) = 38aabb9dcd2c9a6b41910bd9f6488e4f75676719 debuginfo(build-id) = 6e29fb22c32d6b49f1cde13510f7de3b1bb30a6d drat-trim-tools-debuginfo = 0-0.5.20200125.a89ef60.fc33 drat-trim-tools-debuginfo(riscv-64) = 0-0.5.20200125.a89ef60.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: drat-trim-debugsource(riscv-64) = 0-0.5.20200125.a89ef60.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64 Wrote: /builddir/build/RPMS/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/drat-trim-devel-0-0.5.20200125.a89ef60.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/drat-trim-tools-0-0.5.20200125.a89ef60.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/drat-trim-debugsource-0-0.5.20200125.a89ef60.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/drat-trim-tools-debuginfo-0-0.5.20200125.a89ef60.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/drat-trim-debuginfo-0-0.5.20200125.a89ef60.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YwCjWH + umask 022 + cd /builddir/build/BUILD + cd drat-trim-a89ef603a8873f2a12e54ec5dcb6ff13e745cc62 + /usr/bin/rm -rf /builddir/build/BUILDROOT/drat-trim-0-0.5.20200125.a89ef60.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0