| "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 512. |
| /home/opc/ruby/src/master/tool/downloader.rb:292:in `rescue in download': failed to download 15.0.0/ucd/SpecialCasing.txt (RuntimeError) |
| Errno::ENOENT: No such file or directory @ apply2files - /home/opc/ruby/src/master/enc/unicode/data/15.0.0/ucd/SpecialCasing.txt: https://www.unicode.org/Public/15.0.0/ucd/SpecialCasing.txt |
| from /home/opc/ruby/src/master/tool/downloader.rb:198:in `download' |
| from /home/opc/ruby/src/master/tool/downloader.rb:133:in `download' |
| from /home/opc/ruby/src/master/tool/downloader.rb:456:in `block in <main>' |
| from /home/opc/ruby/src/master/tool/downloader.rb:439:in `each' |
| from /home/opc/ruby/src/master/tool/downloader.rb:439:in `<main>' |
| /home/opc/ruby/src/master/tool/downloader.rb:279:in `utime': No such file or directory @ apply2files - /home/opc/ruby/src/master/enc/unicode/data/15.0.0/ucd/SpecialCasing.txt (Errno::ENOENT) |
| from /home/opc/ruby/src/master/tool/downloader.rb:279:in `utime' |
| from /home/opc/ruby/src/master/tool/downloader.rb:279:in `download' |
| from /home/opc/ruby/src/master/tool/downloader.rb:133:in `download' |
| from /home/opc/ruby/src/master/tool/downloader.rb:456:in `block in <main>' |
| from /home/opc/ruby/src/master/tool/downloader.rb:439:in `each' |
| from /home/opc/ruby/src/master/tool/downloader.rb:439:in `<main>' |
| make: *** [uncommon.mk:1680: /home/opc/ruby/src/master/enc/unicode/data/15.0.0/ucd/NormalizationTest.txt] Error 1 |
| make: *** Deleting file '/home/opc/ruby/src/master/enc/unicode/data/15.0.0/ucd/NormalizationTest.txt' |
| make: *** Waiting for unfinished jobs.... |
| "make update-download -j3" exit with 0. |
| Cloning into '/home/opc/ruby/src/master/gems/src/typeprof'... |
| From https://github.com/ruby/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "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/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "make miniruby -j3" exit with 0. |
| /home/opc/ruby/src/master/yarp/yarp.c: In function ‘parser_lex’: |
| /home/opc/ruby/src/master/yarp/yarp.c:6218:61: warning: comparison between pointer and integer |
| if (parser->current.end == '\n') { |
| ^~ |
| /home/opc/ruby/src/master/yarp/yarp.c: At top level: |
| cc1: warning: unrecognized command line option ‘-Wno-self-assign’ |
| cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ |
| cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ |
| "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/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "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. |
| Created snapshot at /home/opc/ruby/src/master/test/yarp/snapshots/newline-terminated-things.txt. |
| 1) Failure: |
| ParseTest#test_filepath_newline-terminated-things.txt [/home/opc/ruby/src/master/test/yarp/parse_test.rb:94]: |
| <[0, 3, 7]> expected but was |
| <[0, 7]>. |
| 2) Failure: |
| ParseTest#test_individual_snippets_newline-terminated-things.txt [/home/opc/ruby/src/master/test/yarp/parse_test.rb:137]: |
| Expected [#<YARP::ParseError:0x0000fffe8c6f3660 |
| @location=(3...3), |
| @message="Expected a closing delimiter for a regular expression.">] to be empty. |
| make: *** [uncommon.mk:908: yes-test-all] Error 2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j3'" exit with 0. |