| "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| From https://github.com/ruby/ruby |
| 57f4460..66aaf5b master -> origin/master |
| "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make install DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS=--repeat-count=20" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 512. |
| 1) Failure: |
| TestEncoding#test_ractor_force_encoding_parallel [/tmp/ruby/src/trunk-repeat20-asserts/test/ruby/test_encoding.rb:141]: |
| pid 2106281 killed by SIGABRT (signal 6) (core dumped) |
| | -:19: [BUG] Segmentation fault at 0x0000000000000000 |
| | ruby 3.5.0dev (2025-07-04T02:33:24Z master 66aaf5b67f) +PRISM [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0004 p:0010 s:0015 e:000013 BLOCK -:19 |
| | c:0003 p:0024 s:0011 e:000010 METHOD <internal:numeric>:257 |
| | c:0002 p:0005 s:0006 e:000005 BLOCK -:18 [FINISH] |
| | c:0001 p:---- s:0003 e:000002 DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -:18:in 'block (2 levels) in <main>' |
| | <internal:numeric>:257:in 'times' |
| | -:19:in 'block (3 levels) in <main>' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 10 |
| | Ruby thread count for this ractor: 1 |
| | |
| | -- Machine register context ------------------------------------------------ |
| | RIP: 0x000079ce3e06647a RBP: 0x0000623f17fcb0d0 RSP: 0x000079ce039e7b18 |
| | RAX: 0x09d7000ed90509ac RBX: 0x000079ce3dd14b20 RCX: 0x0000000000000007 |
| | RDX: 0x0000000000000000 RDI: 0x000079ce3dd10000 RSI: 0x0000000000000100 |
| | R8: 0x0000000000000000 R9: 0x0000623f181ca050 R10: 0x000079ce3d96e360 |
| | R11: 0x000079ce2329fbc0 R12: 0x000079ce038c7078 R13: 0x000079ce3dd14b20 |
| | R14: 0x0000623f17fcb0e0 R15: 0x000079ce039c6f20 EFL: 0x0000000000010246 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | #<Thread:0x000079ce23378700 run> terminated with exception (report_on_exception is true): |
| | -:19:in 'String#force_encoding': no implicit conversion of false into String (TypeError) |
| | from -:19:in 'block (3 levels) in <main>' |
| | from -:18:in 'Integer#times' |
| | from -:18:in 'block (2 levels) in <main>' |
| | SEGV received in SEGV handler |
| make: *** [uncommon.mk:978: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=20" exit with 0. |