| "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/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 167263ca3a634b61df0445f1a6b3e259a5d47f94 -> FETCH_HEAD |
| HEAD is now at 167263c Add typeprof.gemspec |
| "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 512. |
| Failed tests: |
| TestBundlerGem#test_warning: Test::Unit::AssertionFailedError: Failed assertion, no message given. |
| TestBundlerGem#test_warning_libdir: Test::Unit::AssertionFailedError: Failed assertion, no message given. |
| 1) Failure: |
| TestBundlerGem#test_warning [/tmp/ruby/src/trunk/test/test_bundled_gems.rb:15]: |
| Failed assertion, no message given. |
| 2) Failure: |
| TestBundlerGem#test_warning_libdir [/tmp/ruby/src/trunk/test/test_bundled_gems.rb:26]: |
| Failed assertion, no message given. |
| make: *** [uncommon.mk:964: yes-test-all] Error 2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j20'" exit with 0. |