camlow325 has quit []
pawnbox has joined #jruby
e_dub has joined #jruby
pawnbox has quit [Ping timeout: 272 seconds]
rcvalle has quit [Quit: rcvalle]
Hobogrammer has joined #jruby
pawnbox has joined #jruby
esmiurium has quit [Ping timeout: 244 seconds]
pawnbox has quit [Ping timeout: 260 seconds]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 244 seconds]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 276 seconds]
<GitHub167> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/voDMI
<GitHub167> jruby/truffle-head 1352077 Chris Seaton: Merge branch 'master' into truffle-head...
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 264 seconds]
prasunanand has quit [Ping timeout: 240 seconds]
<GitHub182> [jruby] bjfish pushed 1 new commit to master: https://git.io/voDS2
<GitHub182> jruby/master 0198c33 Brandon Fish: [Truffle] Refactor sprintf builder, use booleans for flags, and single width node
prasunanand has joined #jruby
yfeldblum has quit [Ping timeout: 250 seconds]
yfeldblum has joined #jruby
<GitHub181> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/voDH2
<GitHub181> jruby/truffle-head 3e8bd9c Chris Seaton: [Truffle] New Source API is stopping me testing against latest compilers.
<travis-ci> jruby/jruby (master:0198c33 by Brandon Fish): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/139944754)
pawnbox has joined #jruby
yfeldblum has quit [Remote host closed the connection]
pawnbox has quit [Ping timeout: 258 seconds]
nirvdrum has quit [Ping timeout: 260 seconds]
pawnbox has joined #jruby
Hobogrammer has quit [Ping timeout: 244 seconds]
thedarkone2 has quit [Quit: thedarkone2]
<GitHub13> [jruby] bjfish pushed 1 new commit to master: https://git.io/voD5m
<GitHub13> jruby/master 06a7cee Brandon Fish: [Truffle] Fix sprintf format float node to fix ecosystem tests
bjfish2 has quit [Quit: bjfish2]
prasunanand has quit [Ping timeout: 244 seconds]
prasunanand has joined #jruby
<GitHub155> [jruby] chrisseaton pushed 1 new commit to master: https://git.io/voDFZ
<GitHub155> jruby/master d61645c Chris Seaton: [Truffle] Keep running other benchmarks if one fails in mx.
<GitHub109> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/voDFC
<GitHub109> jruby/truffle-head 5194ff8 Chris Seaton: Merge branch 'master' into truffle-head
yfeldblu_ has joined #jruby
<travis-ci> jruby/jruby (master:06a7cee by Brandon Fish): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/139953403)
shellac has joined #jruby
yfeldblu_ has quit [Ping timeout: 250 seconds]
<travis-ci> jruby/jruby (master:d61645c by Chris Seaton): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/139957987)
yfeldblum has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
pawnbox_ has joined #jruby
pawnbox has quit [Ping timeout: 258 seconds]
<GitHub55> [jruby] chrisseaton pushed 1 new commit to master: https://git.io/voye8
<GitHub55> jruby/master 11eb8ca Chris Seaton: [Truffle] Compiler tests shouldn't need -J-Djvmci.Compiler=graal.
<GitHub149> [jruby] chrisseaton pushed 1 new commit to master: https://git.io/voyvP
<GitHub149> jruby/master 1fe3cca Chris Seaton: [Truffle] Benchmarks need to run with TruffleCompilationExceptionsAreFatal
<GitHub114> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/voyvD
<GitHub114> jruby/truffle-head 9c8062c Chris Seaton: Merge branch 'master' into truffle-head
<ebarrett> chrisseaton: missed you yesterday
<chrisseaton> ebarrett: I was going to suggest we try building with the version of Truffle that you just built when you built graal
<chrisseaton> let me know when you want to try (i'm busy for 15 mins though)
<ebarrett> we just set JAVA_HOME to the jvmci i think
<ebarrett> let's meet in 15
<ebarrett> i need some time to digest the EU referendum result anyway
<chrisseaton> I've been up since three for it!
<ebarrett> wow
pawnbox_ has quit [Remote host closed the connection]
vtunka has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
drbobbeaty has joined #jruby
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #jruby
<ebarrett> chrisseaton: same outcome I'm afraid
<ebarrett> can you verify the tag is correct?
<chrisseaton> using Truffle from Graal?
<ebarrett> mx cloned me a truffle
<ebarrett> that's all I know about it really
<chrisseaton> no, you need to mx maveninstall first
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<ebarrett> oh?
<ebarrett> i've never heard of that
drbobbeaty has joined #jruby
<ebarrett> using graal as a primary suite, or truffle?
<chrisseaton> either I think - but it's actually maven-install
<travis-ci> jruby/jruby (master:11eb8ca by Chris Seaton): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/139970360)
<ebarrett> ok, it's building stuff
<chrisseaton> actually, here's something to try before we continue with that (doesn't matter that you've already run the maven-install command)
<ebarrett> alright...
<chrisseaton> Try building with the actual graal-vm-0.12 tag - the one without the build pack
<chrisseaton> Don't use the --offline option though
<ebarrett> i see
<chrisseaton> Or the repo flag thing
<chrisseaton> Let's see if it was the build pack, which we added while we still have the pervious problems with graal - now those are resolve, lets see if it was working then otherwise
<ebarrett> so we have:
<ebarrett> JRUBY_V=graal-vm-0.12
<ebarrett> ...
<ebarrett> JAVACMD=${wrkdir}/jvmci/jdk1.8.0/product/bin/java ./mvnw || exit $?
<chrisseaton> yeah, let's just try that
<chrisseaton> yeah
<ebarrett> ok
<ebarrett> thanks for your help chris :)
<ebarrett> brb
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<ebarrett> chrisseaton: ah the build failed
<ebarrett> Plugin org.apache.maven.plugins:maven-antrun-plugin:1.7 or one of its dependencies could not be resolved
shellac has joined #jruby
<chrisseaton> But are you running with the --offline option?
<ebarrett> nope, which is probably why
<ebarrett> i imagine the version antrun package in maven is gone
<ebarrett> JAVACMD=${wrkdir}/jvmci/jdk1.8.0/product/bin/java ./mvnw
<chrisseaton> But it should download it therefore
<ebarrett> ah wait i see
<ebarrett> the jvmci jdk has SSL problems
<ebarrett> i saw this before
<ebarrett> that's why I was invoking before with the system jdk8
<ebarrett> [WARNING] Could not transfer metadata com.github.jnr:jffi:1.3.0-SNAPSHOT/maven-metadata.xml from/to sonatype-nexus-snapshots (https://oss.sonatype.org/cont
<ebarrett> ent/repositories/snapshots): java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
<ebarrett> so let's try again with the system jdk8
<ebarrett> (the offline buildpack side-steps this ofcourse)
<ebarrett> ok it's downloading stuff now Im using the system jdk
<ebarrett> now building...
<ebarrett> chrisseaton: it worked!
<ebarrett> so it's something to do with the buildpack tag, or the buildpack itself
<ebarrett> let me try putting back the buildpack and double checking
<chrisseaton> Write down the commits and tags of everything that works!
pawnbox has joined #jruby
<ebarrett> will do
<ebarrett> just experimenting to see if I can isolate the issue more
skade has joined #jruby
<ebarrett> using the graal-vm-0.12 tag with the buildpack gives the Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (default) on project jruby-core
<chrisseaton> Ok the Truffle in the build pack must be bad then
<chrisseaton> We could fix this by maven installing the Truffle you've just built, into it
<ebarrett> how do I do that?
<ebarrett> update the build pack? or?
<chrisseaton> Let me experiment for a few minutes and get back to you
<ebarrett> ok
<ebarrett> progress!
<ebarrett> :)
<chrisseaton> What was the -Mjit option Roland talked about? I've not seen that one before
<ebarrett> Roland said I should use either --vm jvmci or a -Xsomething
<ebarrett> if you use --vm jvmci, graal says "that's deprecated, use -Mjit"
<ebarrett> but -Mjit might be deprecated too now(?)
<chrisseaton> ebarrett: try MAVEN_OPTS=-Dmaven.repo.local=../whatever/jruby-build-pack mx maven-install
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #jruby
<ebarrett> ok
skade has quit [Quit: Computer has gone to sleep.]
<ebarrett> chrisseaton: sorry, supervising a student at the same time
<ebarrett> trying now
<ebarrett> bah, still the crash
<ebarrett> [truffle] opt fail Fixnum#== <split-40> |Reason java.lang.NoSuchMethodError: com.oracle.truffle.api.CompilerDirectives$Compilation
<ebarrett> Final.dimensions()
<ebarrett> I did this before the jruby build: https://gist.github.com/vext01/80c6c02f77ed8affee603043b9a5cd64
<ebarrett> this is weird
<ebarrett> maybe I will try using graal as the primary suite
drbobbeaty has joined #jruby
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #jruby
<travis-ci> jruby/jruby (master:1fe3cca by Chris Seaton): The build has errored. (https://travis-ci.org/jruby/jruby/builds/139971464)
<ebarrett> chrisseaton: so any other ideas?
<ebarrett> I wonder if I should give you access to our build machine so you can play
<ebarrett> (or are you able to repro at your end?)
<GitHub156> [jruby] kares pushed 12 new commits to master: https://git.io/voyZ3
<GitHub156> jruby/master 45d2de4 kares: avoid double toString and check "-" on StringBuilder + red.toString
<GitHub156> jruby/master b2784c9 kares: one less potential toString char[] copy to happen
<GitHub156> jruby/master 3a6f562 kares: use in-house char split in parseModeEncoding
nirvdrum has joined #jruby
e_dub has quit [Quit: ZZZzzz…]
yfeldblum has quit [Ping timeout: 250 seconds]
<travis-ci> jruby/jruby (master:e78d9d1 by kares): The build has errored. (https://travis-ci.org/jruby/jruby/builds/140001638)
bbrowning_away is now known as bbrowning
<chrisseaton> ebarrett: sorry, was away, what is happening is that you are using the Truffle packaged with JRuby rather than with Graal
<chrisseaton> That's what we need to fix
<chrisseaton> Try building with -Dtruffle.version=f3b5ef80a7cb8250069c10d0f15d377955dafe67
<chrisseaton> Building JRuby that is
<travis-ci> pitr-ch/jruby (master:e845121 by Petr Chalupa): The build is still failing. (https://travis-ci.org/pitr-ch/jruby/builds/140001771)
vtunka has quit [Quit: Leaving]
<GitHub39> [jruby] eregon pushed 1 new commit to master: https://git.io/voyR2
<GitHub39> jruby/master 0c3ed1c Benoit Daloze: [Truffle] Do not open the Truffle scope but directly Truffle::CExt as it is counter-productive.
bjfish2 has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
e_dub has joined #jruby
<ebarrett> chrisseaton: back from lunch
<ebarrett> chrisseaton: Failed to execute goal on project jruby-truffle: Could not resolve dependencies for project org.jruby:jruby-truffle:jar
<ebarrett> i guess due to offline mode
<chrisseaton> Did you run the mx maven-install command with MAVEN_OPTS=-Dmaven.repo.local=../jruby-build-pack/maven before?
* ebarrett tries online mode
<ebarrett> let me paste what i Have
<chrisseaton> Hmm not sure then
<chrisseaton> Do you want to give me access to your server?
<ebarrett> sure, give me a moment
skade has joined #jruby
phlebas has joined #jruby
<travis-ci> jruby/jruby (master:0c3ed1c by Benoit Daloze): The build passed. (https://travis-ci.org/jruby/jruby/builds/140020000)
<GitHub16> [jruby] eregon pushed 1 new commit to master: https://git.io/voywk
<GitHub16> jruby/master bc4b492 Benoit Daloze: [Truffle] Small style fixes in GlobalVariables.
<GitHub83> [jruby] eregon created truffle_constant_globals (+1 new commit): https://git.io/voy6y
<GitHub83> jruby/truffle_constant_globals 13ac0ea Benoit Daloze: [Truffle] Make global variables constants if they are not changed too often.
<GitHub189> [jruby] eregon force-pushed truffle_constant_globals from 13ac0ea to 83d301d: https://git.io/voy6p
<GitHub189> jruby/truffle_constant_globals 83d301d Benoit Daloze: [Truffle] Make global variables constants if they are rarely changed.
<GitHub36> [jruby] eregon opened pull request #3977: [Truffle] Make global variables constants if they are rarely changed (master...truffle_constant_globals) https://git.io/voyiE
Hobogrammer has joined #jruby
phlebas_ has joined #jruby
phlebas has quit [Quit: Leaving]
phlebas_ is now known as phlebas
e_dub has quit [Quit: It's a hard knock life]
<travis-ci> jruby/jruby (truffle_constant_globals:13ac0ea by Benoit Daloze): The build has errored. (https://travis-ci.org/jruby/jruby/builds/140041928)
thedarkone2 has joined #jruby
camlow325 has joined #jruby
e_dub has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #jruby
<bascule> _____ ____ ___ ____ _ __ ___ _ _
<bascule> | ___| _ \|_ _| _ \ / \\ \ / / | | |
<bascule> | |_ | |_) || || | | |/ _ \\ V /| | | |
<bascule> | _| | _ < | || |_| / ___ \| | |_|_|_|
<bascule> |_| |_| \_\___|____/_/ \_\_| (_|_|_)
<bascule>
skade has quit [Client Quit]
lanceball is now known as lance|afk
pawnbox has quit [Remote host closed the connection]
<GitHub195> [jruby] zverok opened issue #3978: EEST timezone problem? https://git.io/voy9E
64MAAIAT7 has joined #jruby
<travis-ci> jruby/jruby (truffle_constant_globals:83d301d by Benoit Daloze): The build passed. (https://travis-ci.org/jruby/jruby/builds/140042536)
lance|afk is now known as lanceball
camlow32_ has joined #jruby
camlow325 has quit [Ping timeout: 240 seconds]
camlow32_ has quit [Remote host closed the connection]
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
prasunanand has quit [Quit: Leaving]
shellac has quit [Quit: Leaving]
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
nowhereFast has joined #jruby
<nowhereFast> why does java_class.resource("/logo.png") return nil?
<nowhereFast> trying to get to a resource within the jar in a jruby(javafx) app, but it does not seem to like this..
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
camlow325 has joined #jruby
nowhereFast has left #jruby [#jruby]
rcvalle has joined #jruby
64MAAIAT7 has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
e_dub has quit [Quit: ZZZzzz…]
bbrowning is now known as bbrowning_away
<GitHub78> [jruby] eregon force-pushed truffle_constant_globals from 83d301d to 6bfe25e: https://git.io/voy6p
<GitHub78> jruby/truffle_constant_globals 6bfe25e Benoit Daloze: [Truffle] Make global variables constants if they are rarely changed.
e_dub has joined #jruby
subbu is now known as subbu|lunch
shellac has joined #jruby
bbrowning_away is now known as bbrowning
shellac has quit [Read error: Connection reset by peer]
subbu|lunch is now known as subbu
<GitHub12> [jruby] nirvdrum pushed 18 new commits to master: https://git.io/voS47
<GitHub12> jruby/master 36f13e1 Kevin Menard: [Truffle] Added Encoding.compatible? cases for arbitrary objects as arguments.
<GitHub12> jruby/master 4912a97 Kevin Menard: [Truffle] Simplified encoding check a bit....
<GitHub12> jruby/master 4bac59d Kevin Menard: [Truffle] Ropes shouldn't have null encodings.
skade has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
e_dub has quit [Quit: ZZZzzz…]
<travis-ci> jruby/jruby (master:e9a4634 by Kevin Menard): The build was broken. (https://travis-ci.org/jruby/jruby/builds/140103497)
yfeldblum has joined #jruby
lanceball is now known as lance|afk
yfeldblum has quit [Remote host closed the connection]
e_dub has joined #jruby
johnsonch is now known as johnsonch_afk
e_dub has quit [Quit: ZZZzzz…]
bbrowning is now known as bbrowning_away
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yfeldblum has joined #jruby
pilne has joined #jruby
e_dub has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
drbobbeaty has joined #jruby
pawnbox has quit [Ping timeout: 252 seconds]