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

Recent CI snapshots give warning on load of openssl #3787

Closed
donv opened this issue Apr 8, 2016 · 4 comments
Closed

Recent CI snapshots give warning on load of openssl #3787

donv opened this issue Apr 8, 2016 · 4 comments
Assignees
Milestone

Comments

@donv
Copy link
Member

donv commented Apr 8, 2016

Just so this does not slip into a release.

Environment

jruby 9.1.0.0-SNAPSHOT (2.3.0) 2016-04-08 caff747 Java HotSpot(TM) 64-Bit Server VM 25.77-b03 on 1.8.0_77-b03 +jit [darwin-x86_64]

Darwin macbeth-2.local 14.5.0 Darwin Kernel Version 14.5.0: Mon Jan 11 18:48:35 PST 2016; root:xnu-2782.50.2~1/RELEASE_X86_64 x86_64

Expected Behavior

$ jruby -ropenssl -e "puts 42"
42

Actual Behavior

$ jruby -ropenssl -e "puts 42"
WARNING: while creating new bindings for class org.jruby.ext.openssl.X509Name,
found an existing binding; you may want to run a clean build.
WARNING: while creating new bindings for class org.jruby.ext.openssl.SSLSocket,
found an existing binding; you may want to run a clean build.
42

@donv donv added this to the JRuby 9.1.0.0 milestone Apr 8, 2016
@donv
Copy link
Member Author

donv commented Apr 8, 2016

This is for snapshots downloaded from http://ci.jruby.org/

@donv
Copy link
Member Author

donv commented Apr 9, 2016

Can someone with access to the ci server try cleaning the work space?

@kares kares self-assigned this Apr 10, 2016
@kares
Copy link
Member

kares commented Apr 10, 2016

caused by doing a mess at: 9c555c2#diff-0905351fb8beb19fd2ff8fcca920af53R285 ... thanks @donv!

@kares kares closed this as completed in 3793a79 Apr 10, 2016
@donv
Copy link
Member Author

donv commented Apr 11, 2016

Fix verified on

jruby 9.1.0.0-SNAPSHOT (2.3.0) 2016-04-11 38e32b0 Java HotSpot(TM) 64-Bit Server VM 25.77-b03 on 1.8.0_77-b03 +jit [darwin-x86_64]

Thanks @kares !

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

No branches or pull requests

2 participants