| "git clone --depth 1 https://github.com/ruby/ruby.git master" exit with 0. |
| Cloning into 'master'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/home/opc/ruby/src/master/configure --prefix=/home/opc/ruby/install/master --disable-install-doc --disable-dtrace --disable-yjit" exit with 0. |
| configure: WARNING: does not work; ignore |
| "make update-unicode -j3" exit with 0. |
| "make update-download -j3" exit with 0. |
| Cloning into '/home/opc/ruby/src/master/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 |
| "make update-rubyspec -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| "make after-update -j3" exit with 0. |
| + cp /home/opc/ruby/src/master/enc/jis/props.h.blt /home/opc/ruby/src/master/enc/jis/props.h |
| From https://github.com/ruby/debug |
| * branch 927587afb6aac69b358b86a01f602d207053e8d2 -> FETCH_HEAD |
| HEAD is now at 927587a Stop assuming Integer#times is written in C |
| "make miniruby -j3" exit with 0. |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| libffi_version: 3.1.0 |
| "make install -j3" exit with 0. |
| From https://github.com/ruby/debug |
| * branch 927587afb6aac69b358b86a01f602d207053e8d2 -> FETCH_HEAD |
| HEAD is now at 927587a Stop assuming Integer#times is written in C |
| "make yes-btest TESTOPTS='-q -j3'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j3'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 512. |
| 1) Error: |
| Random::Formatter::TestClassMethods#test_uuid_v7: |
| ArgumentError: wrong number of arguments (given 0, expected 1) |
| /home/opc/ruby/src/master/test/ruby/test_random_formatter.rb:78:in `test_uuid_v7' |
| 2) Error: |
| Random::Formatter::TestInstanceMethods#test_uuid_v7: |
| ArgumentError: wrong number of arguments (given 0, expected 1) |
| /home/opc/ruby/src/master/test/ruby/test_random_formatter.rb:78:in `test_uuid_v7' |
| 3) Error: |
| TestSecureRandom#test_uuid_v7: |
| ArgumentError: wrong number of arguments (given 0, expected 1) |
| /home/opc/ruby/src/master/test/ruby/test_random_formatter.rb:78:in `test_uuid_v7' |
| make: *** [uncommon.mk:914: yes-test-all] Error 3 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j3'" exit with 0. |