This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =====cmd:start="rvm pkg install readline"= | |
| Fetching readline-5.2.tar.gz to /home/mpapis/.rvm/archives | |
| Extracting readline-5.2.tar.gz to /home/mpapis/.rvm/src | |
| Applying patch '/home/mpapis/.rvm/patches/readline-5.2/shobj-conf.patch'... | |
| Prepare readline in /home/mpapis/.rvm/src/readline-5.2. | |
| Configuring readline in /home/mpapis/.rvm/src/readline-5.2. | |
| Compiling readline in /home/mpapis/.rvm/src/readline-5.2. | |
| Installing readline to /home/mpapis/.rvm/usr | |
| Fetching readline-6.2.tar.gz to /home/mpapis/.rvm/archives | |
| Extracting readline-6.2.tar.gz to /home/mpapis/.rvm/src |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =====cmd:start="echo yes | rvm --install --create 1.9.2@testrun -- --with-readline-dir=$rvm_path/usr"= | |
| =====cmd:stop= | |
| =====cmd:exit_status=0= | |
| =====cmd:env:start= | |
| NNTPSERVER=news | |
| MANPATH=/home/mpapis/share/man:/usr/local/man:/usr/share/man:/usr/man | |
| reinstall_flag=1 | |
| rvm_dump_environment_flag=0 | |
| SSH_AGENT_PID=2182 | |
| HOSTNAME=niczsoft.google.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =====cmd:start="rvm 1.9.2@testrun do rvm info"= | |
| ruby-1.9.2-p290@testrun: | |
| system: | |
| uname: "Linux niczsoft.google.com 3.1.0-rc7-3-desktop #1 SMP PREEMPT Wed Sep 28 14:41:36 UTC 2011 (50fb02f) x86_64 x86_64 x86_64 GNU/Linux" | |
| bash: "/bin/bash => GNU bash, version 4.2.10(1)-release (x86_64-suse-linux-gnu)" | |
| zsh: "/usr/bin/zsh => zsh 4.3.12 (x86_64-unknown-linux-gnu)" | |
| rvm: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =====cmd:start="cd ruby && rvm 1.9.2@testrun do bundle install"= | |
| =====cmd:stop= | |
| =====cmd:exit_status=1= | |
| =====cmd:env:start= | |
| NNTPSERVER=news | |
| MANPATH=/home/mpapis/share/man:/usr/local/man:/usr/share/man:/usr/man | |
| reinstall_flag=1 | |
| rvm_dump_environment_flag=0 | |
| SSH_AGENT_PID=2182 | |
| HOSTNAME=niczsoft.google.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =====cmd:start="rvm use default && rvm info"= | |
| Now using system ruby. | |
| ruby-1.9.2-p290@testrun: | |
| system: | |
| uname: "Linux niczsoft.google.com 3.1.0-rc7-3-desktop #1 SMP PREEMPT Wed Sep 28 14:41:36 UTC 2011 (50fb02f) x86_64 x86_64 x86_64 GNU/Linux" | |
| bash: "/bin/bash => GNU bash, version 4.2.10(1)-release (x86_64-suse-linux-gnu)" | |
| zsh: "/usr/bin/zsh => zsh 4.3.12 (x86_64-unknown-linux-gnu)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =====cmd:start="echo yes | rvm 1.9.2 do rvm gemset delete testrun --force"= | |
| WARN: Are you SURE you wish to remove the entire gemset directory 'testrun' (/home/mpapis/.rvm/gems/ruby-1.9.2-p290@testrun)? | |
| (anything other than 'yes' will cancel) > =====cmd:stop= | |
| =====cmd:exit_status=0= | |
| =====cmd:env:start= | |
| NNTPSERVER=news | |
| MANPATH=/home/mpapis/share/man:/usr/local/man:/usr/share/man:/usr/man | |
| reinstall_flag=1 | |
| rvm_dump_environment_flag=0 | |
| SSH_AGENT_PID=2182 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commandtimings--- !ruby/object:Benchmark::Tms | |
| label: '' | |
| real: 0.1336367130279541 | |
| cstime: 0.0 | |
| cutime: 0.0 | |
| stime: 0.0 | |
| utime: 0.0 | |
| total: 0.0 | |
| test_failed0os_typeLinuxerror_msgcreated_at2011-11-07T02:47:51+01:00updated_at2011-11-07T02:47:51+01:00env_closing--- | |
| :NNTPSERVER: news |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =====cmd:start="rvm --version"= | |
| rvm 1.9.2 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/] | |
| =====cmd:stop= | |
| =====cmd:exit_status=0= | |
| =====cmd:env:start= | |
| NNTPSERVER=news | |
| MANPATH=/home/mpapis/share/man:/usr/local/man:/usr/share/man:/usr/man | |
| reinstall_flag=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =====cmd:start="rvm use 1.9.9999"= | |
| WARN: ruby ruby-1.9.9999 is not installed. | |
| To install do: 'rvm install ruby-1.9.9999' | |
| =====cmd:stop= | |
| =====cmd:exit_status=1= | |
| =====cmd:env:start= | |
| NNTPSERVER=news | |
| MANPATH=/home/mpapis/share/man:/usr/local/man:/usr/share/man:/usr/man | |
| reinstall_flag=1 | |
| rvm_dump_environment_flag=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =====cmd:start="rvm use 1.8.7@testrun"= | |
| Using /home/mpapis/.rvm/gems/ruby-1.8.7-p352 with gemset testrun | |
| =====cmd:stop= | |
| =====cmd:exit_status=0= | |
| =====cmd:env:start= | |
| NNTPSERVER=news | |
| MANPATH=/home/mpapis/share/man:/usr/local/man:/usr/share/man:/usr/man | |
| reinstall_flag=1 | |
| rvm_dump_environment_flag=0 | |
| SSH_AGENT_PID=2182 |