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