snake_pliskin has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
lucasb has quit [Quit: Connection closed for inactivity]
nirvdrum has quit [Ping timeout: 265 seconds]
nirvdrum has joined #jruby
nirvdrum has quit [Read error: Connection reset by peer]
nirvdrum has joined #jruby
rusk has joined #jruby
drbobbeaty has joined #jruby
jrafanie has joined #jruby
lucasb has joined #jruby
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
xardion has quit [Remote host closed the connection]
jrafanie has joined #jruby
rusk has quit [Remote host closed the connection]
xardion has joined #jruby
jrafanie has quit [Ping timeout: 245 seconds]
den_d has quit [Excess Flood]
den_d has joined #jruby
jrafanie has joined #jruby
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
<travis-ci> jruby/jruby (master:10e365c by Thomas E Enebo): The build has errored. https://travis-ci.org/jruby/jruby/builds/588547378 [210 min 11 sec]
subbu is now known as subbu|lunch
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:10e365c by Thomas E Enebo): The build has errored. https://travis-ci.org/jruby/jruby/builds/588547378 [225 min 48 sec]
travis-ci has left #jruby [#jruby]
kith has joined #jruby
jrafanie has quit [Ping timeout: 246 seconds]
jrafanie has joined #jruby
subbu|lunch is now known as subbu
<headius[m]> you have any thoughts on this one?
<headius[m]> kares: we should chat about fixing this: WARNING: Illegal reflective access by org.jruby.ext.openssl.SecurityHelper (file:/Users/headius/projects/jruby/lib/ruby/stdlib/jopenssl.jar) to constructor java.security.cert.CertificateFactory(java.security.cert.CertificateFactorySpi,java.security.Provider,java.lang.String)
<headius[m]> at least we need a way to modularize the jopenssl jar, and then possibly some tweaks to how we load extensions that are modules
<headius[m]> enebo: hey what's the status of that return from block bug
<headius[m]> that definitely should get fixed for 9.2.9
<enebo[m]> headius: I was working on it now...down to 2 spec fails
<headius[m]> noice
<headius[m]> I think I'm going to have to take a day to reinstall my MBP
kith has quit [Quit: kith]
<headius[m]> it has been acting weirder and weirder...bad file paths, VBox has not worked for months
<enebo[m]> I marked a few things for 9.2.9 too which were not huge but should get done
<headius[m]> ok I am triaging but will also look at those
<headius[m]> I'd like to get confirmation that mips linux is working but in order to test it myself I need to run qemu, and all the setup instructions expect debian
<lopex> headius[m]: we havent spoken since with him, wrt docker image
<headius[m]> lopex: have had more folks ask about status of that
<lopex> and ?
<lopex> ah
<headius[m]> well just asking if we can do things like have other JDKs and such
<headius[m]> stuff that would require us to take it over I think
<lopex> well, we should ping him again I guess
<lopex> I'm on vacations but I'm at home now, so I'll have time to talk to him
<lopex> headius[m]: what base images you're reeally interested in ?
<headius[m]> well first off just taking it over...beyond that I'm not sure
<lopex> yeah
<lopex> but wrt 9k we're talking about those https://github.com/cpuguy83/docker-jruby/tree/master/9000 ?
<lopex> hub.docker.com isnt very helpful for searching things
<lopex> lots of alpine which I have had troubles with
<headius[m]> right
<rdubya[m]> yeah alpine is apparently picky and afaik there isn't a version of java 9+ that will run on it
<lopex> I'v had issues with alpine images and mostly basic stuff like ldap for jruby
<rdubya[m]> we're using `jruby:9.2.7.0-jdk-alpine` right now
<headius[m]> so perhaps we should look at having some other base images
<headius[m]> like based on things people use
<lopex> yeah
<lopex> but hard to find other so minimal
<headius[m]> 👍
<headius[m]> true
<lopex> their libc is the issue afair
<headius[m]> musl I assume
<lopex> and jruby's bindings
<lopex> yeah rihgt
<lopex> the problem with docker is that;s just a tree, like with maven for example
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<lopex> you quickly run into permutation situaction
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:92405bb by kares): The build has errored. https://travis-ci.org/jruby/jruby/builds/588635386 [201 min 12 sec]
travis-ci has left #jruby [#jruby]
<lopex> if there was some debian minimal distro
<lopex> but even then you;d have to install some packages anyways
<lopex> the entire thing is quite sad
<lopex> rdubya[m]: any ideas wrt those images ?
<rdubya[m]> i haven't dug into them much, some of our ops guys made a custom build for jruby at one point but it was kind of complex and didn't really buy us much (as far as I could tell anyways)
<rdubya[m]> we were hoping to find a container running alpine that runs a higher version of the jdk but apparently 9 is a big enough change that nobody wants to bite it off
<rdubya[m]> so we might have to find an alternative minimal distro that can support it
<rdubya[m]> hasn't been a big push yet since 9,10,11 didn't appear to have too many advantages over 8 when running jruby
<rdubya[m]> actually just stumbled on this: https://hub.docker.com/r/adoptopenjdk/openjdk11-openj9
<lopex> which is alpine with which you dont have any issues ?
<rdubya[m]> looks like they have a bunch of bases: https://hub.docker.com/u/adoptopenjdk
<rdubya[m]> right now we're running the "official" jruby image
<rdubya[m]> `jruby:9.2.7.0-jdk-alpine`
<lopex> I had to fallback to jruby:9.2.7-jdk since ldap issues
<lopex> anyhow, we'll have to prepare a bunch of our bases it seems
<lopex> the problem is how to unify the build scripts
<lopex> I think it;s unvoidable
<lopex> *an even
<rdubya[m]> not sure if it is a good option for open source libraries or not, but we've been using codefresh.io for our CI/CD and it is docker native, makes building images and testing them pretty easy
<rdubya[m]> i think they have integrations so that you could have a pipeline that builds all the different tags, tests them and then pushes them to docker hub if they pass
<rdubya[m]> i thought i saw somewhere that they have a free plan for open source projects that was bigger than the normal free plan but I can't find it anywhere anymore
<lopex> yeah, was just about asking about free plan
<rdubya[m]> i can ask our contacts about it if its something you are interested in
<lopex> what we need is just some sort of gitlab docker executor
<rdubya[m]> alright, i'm heading out for the night, if you decide you want me to ask about it, let me know
<lopex> sure, thanks for youre help
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]