Hi,
I believe I've installed rr properly on my system. I don't recall the exact output, but I don't recall any errors.
When running the tests as root from the /opt/obj (build ?) directory via: make -j$(nproc) test
I get the following results:
root@rothbard:/opt/obj# make -j$(nproc) test
Running tests...
Test project /opt/obj
Start 1: check_environment
1/2853 Test #1: check_environment ................................................. Passed 0.01 sec
Start 2: 64bit_child
2/2853 Test #2: 64bit_child .......................................................***Failed Error regular expression found in output. Regex=[FAILED] 19.15 sec
Start 3: 64bit_child-no-syscallbuf
3/2853 Test #3: 64bit_child-no-syscallbuf .........................................***Failed Error regular expression found in output. Regex=[FAILED] 23.09 sec
Start 4: _llseek
4/2853 Test #4: _llseek ...........................................................***Failed Error regular expression found in output. Regex=[FAILED] 22.09 sec
Start 5: _llseek-no-syscallbuf
5/2853 Test #5: _llseek-no-syscallbuf .............................................***Failed Error regular expression found in output. Regex=[FAILED] 21.09 sec
I eventually kill the process because all tests fail.
How might I debug these errors? My apologies if any of my questions are naive or if I've left out useful information.
-Brian