~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jsl.c: In function 'ProcessArgs': jsl.c:1688:28: warning: 'path' may be used uninitialized in this function [-Wmaybe-uninitialized] 1688 | return LintConfError(cx, path, lineno, "-process is an invalid setting"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jsl.c:1684:23: note: 'path' was declared here 1684 | char *path; | ^~~~ gcc -o jsl -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -flto=auto -ffat-lto-objects -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 ./jsl.o ./libjs.a -lm -Lfdlibm/. -lfdm \ -lreadline -ltermcap make[1]: 'jsautocfg.h' is up to date. make[1]: 'jscpucfg' is up to date. make[1]: 'jscpucfg.o' is up to date. make[1]: Nothing to be done for 'jsmathtemp.o'. make[1]: Leaving directory '/builddir/build/BUILD/jsl-0.3.0/src' make: Leaving directory '/builddir/build/BUILD/jsl-0.3.0/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8BBCkJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/jsl-0.3.0-24.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/jsl-0.3.0-24.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/jsl-0.3.0-24.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/jsl-0.3.0-24.fc33.riscv64 + cd jsl-0.3.0 + install -d /builddir/build/BUILDROOT/jsl-0.3.0-24.fc33.riscv64/usr/bin + install src/jsl /builddir/build/BUILDROOT/jsl-0.3.0-24.fc33.riscv64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.3.0-24.fc33 --unique-debug-suffix -0.3.0-24.fc33.riscv64 --unique-debug-src-base jsl-0.3.0-24.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/jsl-0.3.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/jsl-0.3.0-24.fc33.riscv64/usr/bin/jsl extracting debug info from /builddir/build/BUILDROOT/jsl-0.3.0-24.fc33.riscv64/usr/bin/jsl original debug info size: 7680kB, size after compression: 7380kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 4996 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 '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.VfqAhI + umask 022 + cd /builddir/build/BUILD + cd jsl-0.3.0 + cd tests + perl run_tests.pl ../src/jsl Can't locate File/Find.pm in @INC (you may need to install the File::Find module) (@INC contains: /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at run_tests.pl line 4. BEGIN failed--compilation aborted at run_tests.pl line 4. RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.VfqAhI (%check) Bad exit status from /var/tmp/rpm-tmp.VfqAhI (%check) 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/jsl.spec