Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verify script can't work #7

Open
nextdimen opened this issue Jul 28, 2023 · 0 comments
Open

verify script can't work #7

nextdimen opened this issue Jul 28, 2023 · 0 comments

Comments

@nextdimen
Copy link

nextdimen commented Jul 28, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant