| "make update-download -j3" exit with 0. | 
 | "make update-src      -j3" exit with 0. | 
 | From https://github.com/ruby/ruby | 
 |    1998614..9e105a5  master     -> origin/master | 
 | "make after-update    -j3" exit with 0. | 
 | configure: WARNING:  does not work; ignore | 
 | In file included from conftest.c:4: | 
 | /home/opc/ruby/src/master/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant | 
 |  #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 | 
 |                                        ^~ | 
 | /home/opc/ruby/src/master/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' | 
 |  #define TOKEN_PASTE(x,y) x##y | 
 |                           ^ | 
 | /home/opc/ruby/src/master/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' | 
 |  #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) | 
 |      ^~~~~~~~~~~~~~ | 
 | /home/opc/ruby/src/master/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant | 
 |  #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 | 
 |                                        ^~ | 
 | /home/opc/ruby/src/master/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' | 
 |  #define TOKEN_PASTE(x,y) x##y | 
 |                           ^ | 
 | /home/opc/ruby/src/master/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT' | 
 |  #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) | 
 |      ^~~~~~~~~~~~~~ | 
 | "make miniruby -j3" exit with 0. | 
 | "make ruby -j3" exit with 0. | 
 | "make all -j3" exit with 0. | 
 | "make install -j3" exit with 0. | 
 | "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 0. | 
 | "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 512. | 
 | 1) | 
 | Processing RUBYOPT prints the version number for '-v' FAILED | 
 | Expected "ruby 3.5.0dev (2025-07-25T08:06:48Z master 199861424e) [aarch64-linux]" == "ruby 3.5.0dev (2025-07-25T10:50:06Z master 9e105a5037) [aarch64-linux]" | 
 | to be truthy but was false | 
 | /home/opc/ruby/src/master/spec/ruby/command_line/rubyopt_spec.rb:28:in 'block (3 levels) in <top (required)>' | 
 | /home/opc/ruby/src/master/spec/ruby/command_line/rubyopt_spec.rb:3:in '<top (required)>' | 
 | 2) | 
 | Processing RUBYOPT ignores whitespace around the option FAILED | 
 | Expected "ruby 3.5.0dev (2025-07-25T08:06:48Z master 199861424e) [aarch64-linux]" == "ruby 3.5.0dev (2025-07-25T10:50:06Z master 9e105a5037) [aarch64-linux]" | 
 | to be truthy but was false | 
 | /home/opc/ruby/src/master/spec/ruby/command_line/rubyopt_spec.rb:33:in 'block (3 levels) in <top (required)>' | 
 | /home/opc/ruby/src/master/spec/ruby/command_line/rubyopt_spec.rb:3:in '<top (required)>' | 
 | 3) | 
 | The -v command line option when used alone prints version and ends FAILED | 
 | Expected  | 
 | "ruby 3.5.0dev (2025-07-25T08:06:48Z master 199861424e) [aarch64-linux] | 
 | " | 
 | to include "ruby 3.5.0dev (2025-07-25T10:50:06Z master 9e105a5037) [aarch64-linux]" | 
 | /home/opc/ruby/src/master/spec/ruby/command_line/dash_v_spec.rb:9:in 'block (3 levels) in <top (required)>' | 
 | /home/opc/ruby/src/master/spec/ruby/command_line/dash_v_spec.rb:4:in '<top (required)>' | 
 | make: *** [uncommon.mk:1030: yes-test-spec] Error 1 |