-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
OpenSSL::Random.random_bytes specs seem to get stuck on Travis #4696
Comments
It got stuck again: https://travis-ci.org/jruby/jruby/jobs/248398437 |
If the source of the problem is entropy, then #4702 should alleviate (if not solve) the problem. |
I have also recently added logic to jruby.bash to force the source of entropy to /dev/urandom instead of /dev/random. That will propagate out in next JRuby and jruby-launcher releases. |
jruby-launcher has been released with the urandom tweaks. JRuby 9.1.15.0 will also incorporate those tweaks in its default bash script. |
See #4857. |
See for example
https://travis-ci.org/jruby/jruby/jobs/248152331
full log:
https://s3.amazonaws.com/archive.travis-ci.org/jobs/248152331/log.txt?X-Amz-Expires=30&X-Amz-Date=20170629T111114Z&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJRYRXRSVGNKPKO5A/20170629/us-east-1/s3/aws4_request&X-Amz-SignedHeaders=host&X-Amz-Signature=b46d90142afee2f6e48d3287a2e89f69a830aeed9f0a1309e381d81fe572a569
I cannot reproduce locally.
Maybe this is somewhat related to entropy?
The text was updated successfully, but these errors were encountered: