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
FAIL: pwhash_scrypt on aarch64 #721
Comments
|
Probably because you don't have enough memory to run that test. |
|
Thanks Frank I try to install openstack-helm on aarch64 $ free |
|
The error happen when "pip --no-cache-dir install ansible " But it failed in docker build -t dockerfile, which almost do the same thing. |
|
Hi, Frank, I use docker stats xx to monitor the process, and found it costs lots of memory, 28G and still increasing, finally oom should be triggered. Thanks |
|
Hi, I'm having this same problem on Ubuntu 16.04 aarch64. I'm on a server with 128GB of RAM. This problem also happens when running |
|
Here is a workaround: using "apt-get install ansible" instead of "pip --no-cache-dir install ansible " |
|
Thanks! That helped me get around the problem. It still fails the test if you try to build libsodium from source but I am unblocked. |
|
This issue is still following me. What I'm building now requires a wheels build of PyNaCl and just installing ansible or libsodium-dev is not enough to get around that. |
|
Unfortunately, I was not able to duplicate this. Can you pinpoint what exact test is causing this? |
|
The test that failed was pwhash_scrypt. There is not much of an error log all I see is |
|
That test suite is in |
|
Also check the session limits ( |
|
Maybe you also have a |
|
Output of End of pwhash_scrypt.res: |
That looks very low. Try bumping it to |
|
Yep. That did the trick. Not sure why it was so low on my system. Thanks for the tip! |
$make dev-deploy k8s multinode
The text was updated successfully, but these errors were encountered: