| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 131ba05..46e4c86 master -> origin/master |
| "make after-update -j4" exit with 0. |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| | ^~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| | ^~~~~~~~~~~~~~ |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512. |
| 1) Error: |
| TestStruct::TopStruct#test_named_structs_are_not_rooted: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_no_memory_leak expired timeout (10 sec) |
| pid 1044397 killed by SIGTERM (signal 15) |
| | ruby 3.5.0dev (2025-05-12T08:45:39Z master 46e4c86737) +PRISM [riscv64-linux] |
| | |
| | [7;1m1025973:1747040585.786:e112:[mSTART={peak:453832704,size:453767168,lck:0,pin:0,hwm:9547776,rss:9547776,data:445943808,stk:135168,exe:4096,lib:7454720,pte:73728,swap:0} |
| | [7;1m1025973:1747040585.786:e112:[mFINAL={peak:457506816,size:457502720,lck:0,pin:0,hwm:13262848,rss:13262848,data:449679360,stk:135168,exe:4096,lib:7454720,pte:86016,swap:0} |
| /tmp/ruby/src/trunk/test/ruby/test_struct.rb:539:in 'TestStruct#test_named_structs_are_not_rooted' |
| 2) Error: |
| TestStruct::SubStruct#test_named_structs_are_not_rooted: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_no_memory_leak expired timeout (10 sec) |
| pid 1044448 killed by SIGTERM (signal 15) |
| | ruby 3.5.0dev (2025-05-12T08:45:39Z master 46e4c86737) +PRISM [riscv64-linux] |
| | |
| | [7;1m1025973:1747040596.043:3838:[mSTART={peak:453832704,size:453767168,lck:0,pin:0,hwm:9646080,rss:9646080,data:445943808,stk:135168,exe:4096,lib:7454720,pte:73728,swap:0} |
| | [7;1m1025973:1747040596.043:3838:[mFINAL={peak:457506816,size:457502720,lck:0,pin:0,hwm:13361152,rss:13361152,data:449679360,stk:135168,exe:4096,lib:7454720,pte:81920,swap:0} |
| /tmp/ruby/src/trunk/test/ruby/test_struct.rb:539:in 'TestStruct#test_named_structs_are_not_rooted' |
| make: *** [uncommon.mk:976: yes-test-all] Error 2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |