ed tests: (default: 2.0) tests: -n Allocation area chunk size (0 = disabled, default: 0) tests: -O Sets the minimum size of the old generation (default 1M) tests: -M Sets the maximum heap size (default unlimited) Egs: -M256k -M1G tests: -H Sets the minimum heap size (default 0M) Egs: -H24m -H1G tests: -xb Sets the address from which a suitable start for the heap memory tests: will be searched from. This is useful if the default address tests: clashes with some third-party library. tests: -xn Use the non-moving collector for the old generation. tests: -m Minimum % of heap which must be available (default 3%) tests: -G Number of generations (default: 2) tests: -c Use in-place compaction instead of copying in the oldest generation tests: when live data is at least % of the maximum heap size set with tests: -M (default: 30%) tests: -c Use in-place compaction for all oldest generation collections tests: (the default is to use copying) tests: -w Use mark-region for the oldest generation (experimental) tests: -I Perform full GC after idle time (default: 0.3, 0 == off) tests: tests: -T Collect GC statistics (useful for in-program statistics access) tests: -t[] One-line GC statistics (if omitted, uses stderr) tests: -s[] Summary GC statistics (if omitted, uses stderr) tests: -S[] Detailed GC statistics (if omitted, uses stderr) tests: tests: tests: -Z Don't squeeze out update frames on stack overflow tests: -B Sound the bell at the start of each garbage collection tests: -h Heap residency profile (output file .hp) tests: -hT Produce a heap profile grouped by closure type tests: -i Time between heap profile samples (seconds, default: 0.1) tests: tests: -C Context-switch interval in seconds. tests: 0 or no argument means switch as often as possible. tests: Default: 0.02 sec. tests: -V Master tick interval in seconds (0 == disable timer). tests: This sets the resolution for -C and the heap profile timer -i, tests: and is the frequency of time profile samples. tests: Default: 0.01 sec. tests: tests: --install-signal-handlers= tests: Install signal handlers (default: yes) tests: -e Maximum number of outstanding local sparks (default: 4096) tests: -xq The allocation limit given to a thread after it receives tests: an AllocationLimitExceeded exception. (default: 100k) tests: tests: -Mgrace= tests: The amount of allocation after the program receives a tests: HeapOverflow exception before the exception is thrown again, if tests: the program is still exceeding the heap limit. tests: tests: RTS options may also be specified using the GHCRTS environment variable. tests: tests: Other RTS options may be available for programs compiled a different way. tests: The GHC User's Guide has full details. tests: Test suite tests: FAIL Test suite logged to: dist/test/cborg-0.2.5.0-tests.log 0 of 1 test suites (0 of 1 test cases) passed. RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.mjmCFh (%check) Bad exit status from /var/tmp/rpm-tmp.mjmCFh (%check) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.9/site-packages/mockbuild/util.py", line 600, 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/ghc-cborg.spec