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/libtrash.spec'], chrootPath='/var/lib/mock/f33-build-261803-51168/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/libtrash.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=1580256000 Wrote: /builddir/build/SRPMS/libtrash-3.3-14.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/libtrash.spec'], chrootPath='/var/lib/mock/f33-build-261803-51168/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/libtrash.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=1580256000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.osjU21 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libtrash-3.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/libtrash-3.3.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libtrash-3.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (libtrash-3.2-defaults.patch):' Patch #0 (libtrash-3.2-defaults.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file libtrash.conf Patch #1 (libtrash-3.2-makefile.patch): + echo 'Patch #1 (libtrash-3.2-makefile.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/Makefile + echo 'Patch #2 (libtrash-3.3-license.patch):' Patch #2 (libtrash-3.3-license.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file COPYING + sed -e 's|print \(.*\)$|print(\1)|' -i scripts/get_symbol_versions.py + sed -e 's|python|python3|' -i src/Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mzPQOZ + umask 022 + cd /builddir/build/BUILD + cd libtrash-3.3 + make 'CFLAGS=-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_REENTRANT' set -e; cd src; make all; make[1]: Entering directory '/builddir/build/BUILD/libtrash-3.3/src' echo CHECKING FOR A WORKING PROC FILESYSTEM... CHECKING FOR A WORKING PROC FILESYSTEM... ls -d /proc/self/fd /proc/self/fd echo GOOD, YOU SEEM TO HAVE A PROC FS GOOD, YOU SEEM TO HAVE A PROC FS gcc -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_REENTRANT -o linking-helper linking-helper.c linking-helper.c: In function 'main': linking-helper.c:10:4: warning: ignoring return value of 'fopen' declared with attribute 'warn_unused_result' [-Wunused-result] 10 | fopen("", "r"); | ^~~~~~~~~~~~~~ linking-helper.c:11:4: warning: ignoring return value of 'fopen64' declared with attribute 'warn_unused_result' [-Wunused-result] 11 | fopen64("", "r"); | ^~~~~~~~~~~~~~~~ linking-helper.c:12:4: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result] 12 | freopen("", "r", NULL); | ^~~~~~~~~~~~~~~~~~~~~~ linking-helper.c:13:4: warning: ignoring return value of 'freopen64' declared with attribute 'warn_unused_result' [-Wunused-result] 13 | freopen64("", "r", NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~ perl -w ../scripts/trimheader.pl Can't locate English.pm in @INC (you may need to install the English module) (@INC contains: /usr/local/lib64/perl5/5.30 /usr/local/share/perl5/5.30 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at ../scripts/trimheader.pl line 1. BEGIN failed--compilation aborted at ../scripts/trimheader.pl line 1. make[1]: *** [Makefile:26: libtrash.so.3.3] Error 2 make[1]: Leaving directory '/builddir/build/BUILD/libtrash-3.3/src' make: *** [Makefile:2: all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.mzPQOZ (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.mzPQOZ (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/mockbuild/trace_decorator.py", line 95, in trace result = func(*args, **kw) File "/usr/lib/python3.8/site-packages/mockbuild/util.py", line 746, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/libtrash.spec