| "git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0. |
| Cloning into 'trunk'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk/configure --prefix=/tmp/ruby/install/trunk --disable-install-doc --enable-shared" exit with 0. |
| "make update-download -j20" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk/gems/src/power_assert'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/rbs'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/typeprof'... |
| From https://github.com/ruby/power_assert |
| * branch 84e85124c5014a139af39161d484156cfe87a9ed -> FETCH_HEAD |
| HEAD is now at 84e8512 Merge pull request #48 from casperisfine/frozen-string-literals |
| From https://github.com/ruby/typeprof |
| * branch b19a6416da3a05d57fadd6ffdadb382b6d236ca5 -> FETCH_HEAD |
| HEAD is now at b19a641 Add support for future `putchilledstring` instruction |
| From https://github.com/ruby/rbs |
| * branch ba7872795d5de04adb8ff500c0e6afdc81a041dd -> FETCH_HEAD |
| HEAD is now at ba787279 Make the test suite compatible with `--enable-frozen-string-literal` |
| "make update-src -j20" exit with 0. |
| "make after-update -j20" exit with 0. |
| + cp /tmp/ruby/src/trunk/enc/jis/props.h.blt /tmp/ruby/src/trunk/enc/jis/props.h |
| "make miniruby -j20" exit with 0. |
| "make ruby -j20" exit with 0. |
| "make all -j20" exit with 0. |
| libffi_version: 3.4.2 |
| "make install -j20" exit with 0. |
| "make yes-btest TESTOPTS='-q -j20'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j20'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j20'" exit with 512. |
| /tmp/ruby/src/trunk/spec/default.mspec:101:in 'initialize': undefined method 'nonzero?' for nil (NoMethodError) |
| from /tmp/ruby/src/trunk/spec/mspec/lib/mspec/utils/script.rb:162:in 'Class#new' |
| from /tmp/ruby/src/trunk/spec/mspec/lib/mspec/utils/script.rb:162:in 'MSpecScript#config_formatter' |
| from /tmp/ruby/src/trunk/spec/mspec/lib/mspec/commands/mspec.rb:89:in 'MSpecMain#multi_exec' |
| from /tmp/ruby/src/trunk/spec/mspec/lib/mspec/commands/mspec.rb:107:in 'MSpecMain#run' |
| from /tmp/ruby/src/trunk/spec/mspec/lib/mspec/utils/script.rb:291:in 'MSpecScript.main' |
| from /tmp/ruby/src/trunk/spec/mspec/bin/mspec:7:in '<main>' |
| make: *** [uncommon.mk:1015: yes-test-spec] Error 1 |