You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed all the steps and built all the deps. I'm running on a ubuntu without NVM hardware - I'm using emulation. Does it require real NVM hardware to run other parts of the experiments except redis?
When I tried to run ./verify in build and output this following errors:
❯ ./verify
Running suite "passing"
Compiling Tests: ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙ [0/27] ETA: 0s
Traceback (most recent call last):
File "./verify", line 429, in
main()
File "./verify", line 425, in main
run_all(args, test_list)
File "./verify", line 353, in run_all
r._compile(do_print=False)
File "./verify", line 249, in _compile
proc.check_returncode()
File "/usr/lib/python3.6/subprocess.py", line 389, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['make', '-C', '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build', 'obj_toid_TEST0_8bbb0af9c', '-j', '4']' returned non-zero exit status 2.
Then I tried:
make -C . obj_toid_TEST0_8bbb0af9c -j 4
make: Entering directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
make[1]: Entering directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
make[2]: Entering directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
make[3]: Entering directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
make[3]: Leaving directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
make[3]: Entering directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
[ 0%] PMDK unit test scripts
cp: cannot stat '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build/tests/validation/pmdk/src/test/RUNTESTS': No such file or directory
tests/validation/CMakeFiles/VALIDATION_PMDK.dir/build.make:61: recipe for target 'tests/validation/RUNTESTS' failed
make[3]: *** [tests/validation/RUNTESTS] Error 1
make[3]: Leaving directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
CMakeFiles/Makefile2:6481: recipe for target 'tests/validation/CMakeFiles/VALIDATION_PMDK.dir/all' failed
make[2]: *** [tests/validation/CMakeFiles/VALIDATION_PMDK.dir/all] Error 2
make[2]: Leaving directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
CMakeFiles/Makefile2:5777: recipe for target 'tests/validation/CMakeFiles/obj_toid_TEST0_8bbb0af9c.dir/rule' failed
make[1]: *** [tests/validation/CMakeFiles/obj_toid_TEST0_8bbb0af9c.dir/rule] Error 2
make[1]: Leaving directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
Makefile:2089: recipe for target 'obj_toid_TEST0_8bbb0af9c' failed
make: *** [obj_toid_TEST0_8bbb0af9c] Error 2
make: Leaving directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
Is there any easy fix for this? Can I only use prebuilt's binaries to generate results for 6.1 - 6.3?
The text was updated successfully, but these errors were encountered:
Hi,
I followed all the steps and built all the deps. I'm running on a ubuntu without NVM hardware - I'm using emulation. Does it require real NVM hardware to run other parts of the experiments except redis?
When I tried to run ./verify in build and output this following errors:
❯ ./verify
Running suite "passing"
Compiling Tests: ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙ [0/27] ETA: 0s
Traceback (most recent call last):
File "./verify", line 429, in
main()
File "./verify", line 425, in main
run_all(args, test_list)
File "./verify", line 353, in run_all
r._compile(do_print=False)
File "./verify", line 249, in _compile
proc.check_returncode()
File "/usr/lib/python3.6/subprocess.py", line 389, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['make', '-C', '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build', 'obj_toid_TEST0_8bbb0af9c', '-j', '4']' returned non-zero exit status 2.
Then I tried:
make -C . obj_toid_TEST0_8bbb0af9c -j 4
make: Entering directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
make[1]: Entering directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
make[2]: Entering directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
make[3]: Entering directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
make[3]: Leaving directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
make[3]: Entering directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
[ 0%] PMDK unit test scripts
cp: cannot stat '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build/tests/validation/pmdk/src/test/RUNTESTS': No such file or directory
tests/validation/CMakeFiles/VALIDATION_PMDK.dir/build.make:61: recipe for target 'tests/validation/RUNTESTS' failed
make[3]: *** [tests/validation/RUNTESTS] Error 1
make[3]: Leaving directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
CMakeFiles/Makefile2:6481: recipe for target 'tests/validation/CMakeFiles/VALIDATION_PMDK.dir/all' failed
make[2]: *** [tests/validation/CMakeFiles/VALIDATION_PMDK.dir/all] Error 2
make[2]: Leaving directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
CMakeFiles/Makefile2:5777: recipe for target 'tests/validation/CMakeFiles/obj_toid_TEST0_8bbb0af9c.dir/rule' failed
make[1]: *** [tests/validation/CMakeFiles/obj_toid_TEST0_8bbb0af9c.dir/rule] Error 2
make[1]: Leaving directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
Makefile:2089: recipe for target 'obj_toid_TEST0_8bbb0af9c' failed
make: *** [obj_toid_TEST0_8bbb0af9c] Error 2
make: Leaving directory '/home//hippocrates-v1.0/efeslab-hippocrates-e4b1322/build'
Is there any easy fix for this? Can I only use prebuilt's binaries to generate results for 6.1 - 6.3?
The text was updated successfully, but these errors were encountered: