Skip to content

Instantly share code, notes, and snippets.

@vext01
Created December 9, 2016 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vext01/66f484915a90a54312d58ca4bb1d331a to your computer and use it in GitHub Desktop.
Save vext01/66f484915a90a54312d58ca4bb1d331a to your computer and use it in GitHub Desktop.
[2016-12-09 15:42:39 DEBUG] Writing out wrapper script to /tmp/krunwrapper-Hfy3rI.dash
[2016-12-09 15:42:39 DEBUG] Wrapper script:
#!/bin/dash
ENVLOG=`env`
ulimit -d 1048576 || exit $?
ulimit -s 8192 || exit $?
env LD_LIBRARY_PATH=/home/vext01/research/warmup_experiment/work/gcc-inst/lib64:/home/vext01/research/warmup_experiment/krun/krun/../li
bkrun JAVACMD=work/graal-jvmci-8/jdk1.8.0/product/bin/java work/jruby/bin/jruby -J-Djvmci.Compiler=graal -X+T /home/vext01/research/war
mup_experiment/krun/iterations_runners/iterations_runner.rb /home/vext01/research/warmup_experiment/krun/krun/../vm_sanity_checks/jruby
_check_graal_enabled.rb 1 666 1 0
echo "${ENVLOG}" > /tmp/envlog-mC5F6y.env
exit $?
[2016-12-09 15:42:39 DEBUG] execute shell cmd: /usr/bin/sudo -u root chown krun /tmp/envlog-mC5F6y.env
[2016-12-09 15:42:39 DEBUG] Execute wrapper: /usr/bin/sudo -u root /usr/bin/nice -n -20 /usr/bin/sudo -u krun /bin/dash /tmp/krunwrappe
r-Hfy3rI.dash
[2016-12-09 15:42:42 INFO] stderr: WARNING: This JVM does not have the Graal compiler. JRuby+Truffle's performance without it will be l
imited. See https://github.com/jruby/jruby/wiki/Truffle-FAQ#how-do-i-get-jrubytruffle
[2016-12-09 15:42:42 INFO] stderr: [iterations_runner.rb] iteration 1/1
[2016-12-09 15:42:42 INFO] stderr: /home/vext01/research/warmup_experiment/krun/vm_sanity_checks/jruby_check_graal_enabled.rb:4:in `run
_iter': Graal is not enabled (RuntimeError)
[2016-12-09 15:42:42 INFO] stderr: from /home/vext01/research/warmup_experiment/krun/iterations_runners/iterations_runner.rb:60:in
`block in <main>'
[2016-12-09 15:42:42 INFO] stderr: from /home/vext01/research/warmup_experiment/krun/iterations_runners/iterations_runner.rb:52:in
`each'
[2016-12-09 15:42:42 INFO] stderr: from /home/vext01/research/warmup_experiment/krun/iterations_runners/iterations_runner.rb:52:in
`<main>'
[2016-12-09 15:42:42 DEBUG] execute shell cmd: /usr/bin/sudo -u krun rm /tmp/envlog-mC5F6y.env
[2016-12-09 15:42:42 ERROR] jruby_check_graal_enabled.rb sanity check failed: Benchmark returned non-zero or emitted invalid JSON.
Exception string: No JSON object could be decoded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment