| "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. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode -j16" exit with 0. |
| "make update-download -j16" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk/gems/src/rbs'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/debug'... |
| From https://github.com/ruby/debug |
| * branch 927587afb6aac69b358b86a01f602d207053e8d2 -> FETCH_HEAD |
| HEAD is now at 927587a Stop assuming Integer#times is written in C |
| From https://github.com/ruby/rbs |
| * branch 33813a60752624d58dfe5ae770b39bfaf29fbaf1 -> FETCH_HEAD |
| HEAD is now at 33813a60 Use valid syntax |
| "make update-rubyspec -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| "make after-update -j16" exit with 0. |
| + cp /tmp/ruby/src/trunk/enc/jis/props.h.blt /tmp/ruby/src/trunk/enc/jis/props.h |
| "make miniruby -j16" exit with 0. |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 0. |
| "make install -j16" exit with 0. |
| "make yes-btest TESTOPTS='-q -j16'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j16'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j16'" exit with 512. |
| 1) |
| English aliases $IGNORECASE to $= FAILED |
| Expected nil not to be nil |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/expectations/expectations.rb:22:in `fail_with' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/expectations/should.rb:37:in `should_not' |
| /tmp/ruby/src/trunk/spec/ruby/library/English/English_spec.rb:136:in `block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:117:in `instance_exec' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:117:in `protect' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/context.rb:176:in `block in protect' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/context.rb:176:in `all?' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/context.rb:176:in `protect' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/context.rb:212:in `block (2 levels) in process' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:285:in `repeat' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/context.rb:204:in `block in process' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/context.rb:203:in `each' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/context.rb:203:in `process' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:56:in `describe' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/object.rb:11:in `describe' |
| /tmp/ruby/src/trunk/spec/ruby/library/English/English_spec.rb:5:in `<top (required)>' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:100:in `load' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:100:in `block (2 levels) in files' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:117:in `instance_exec' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:117:in `protect' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:100:in `block in files' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:91:in `each' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:91:in `each_file' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:96:in `files' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:64:in `process' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/commands/mspec-run.rb:84:in `run' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/utils/script.rb:291:in `main' |
| /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run:7:in `<main>' |
| make: *** [uncommon.mk:988: yes-test-spec] Error 1 |