| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-gc-asserts" exit with 0. |
| Cloning into 'trunk-gc-asserts'... |
| Updating files: 99% (11882/11967) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-gc-asserts/configure --prefix=/tmp/ruby/install/trunk-gc-asserts --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk-gc-asserts/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 DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| + cp /tmp/ruby/src/trunk-gc-asserts/enc/jis/props.h.blt /tmp/ruby/src/trunk-gc-asserts/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 DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" 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 -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) Failure: |
| TestIRB::NestedIRBHistoryTest#test_history_saving_with_nested_sessions [/tmp/ruby/src/trunk-gc-asserts/test/irb/helper.rb:130]: |
| Test timedout. |
| ============================== OUTPUT ============================== |
| |
| From: /tmp/irb-20230810-3549743-do9dqu.rb @ line 5 : |
| |
| 1: def foo |
| 2: binding.irb |
| 3: end |
| 4: |
| => 5: binding.irb |
| |
| 'outer session' |
| foo |
| 'inner session' |
| exit |
| 'outer session again' |
| exit |
| irb(main):001:0> irb(main):001:0> 'irb(main):001:0> 'oirb(main):001:0> 'ouirb(main):001:0> 'outirb(main):001:0> 'outeirb(main):001:0> 'outerirb(main):001:0> 'outer irb(main):001:0> 'outer sirb(main):001:0> 'outer seirb(main):001:0> 'outer sesirb(main):001:0> 'outer sessirb(main):001:0' 'outer sessiirb(main):001:0' 'outer sessioirb(main):001:0' 'outer sessionirb(main):001:0' 'outer session'=> "outer session" |
| irb(main):002:0> irb(main):002:0> firb(main):002:0> foirb(main):002:0> foo |
| From: /tmp/irb-20230810-3549743-do9dqu.rb @ line 2 : |
| |
| 1: def foo |
| => 2: binding.irb |
| 3: end |
| 4: |
| 5: binding.irb |
| |
| =========================== END OF OUTPUT =========================== |
| 2) Failure: |
| TestIRB::NestedIRBHistoryTest#test_history_saving_with_nested_sessions_and_prior_history [/tmp/ruby/src/trunk-gc-asserts/test/irb/helper.rb:130]: |
| Test timedout. |
| ============================== OUTPUT ============================== |
| |
| From: /tmp/irb-20230810-3549743-t7d9tr.rb @ line 5 : |
| |
| 1: def foo |
| 2: binding.irb |
| 3: end |
| 4: |
| => 5: binding.irb |
| |
| 'outer session' |
| foo |
| 'inner session' |
| exit |
| 'outer session again' |
| exit |
| irb(main):001:0> irb(main):001:0> 'irb(main):001:0> 'oirb(main):001:0> 'ouirb(main):001:0> 'outirb(main):001:0> 'outeirb(main):001:0> 'outerirb(main):001:0> 'outer irb(main):001:0> 'outer sirb(main):001:0> 'outer seirb(main):001:0> 'outer sesirb(main):001:0> 'outer sessirb(main):001:0> 'outer sessiirb(main):001:0> 'outer sessioirb(main):001:0' 'outer sessionirb(main):001:0' 'outer session'=> "outer session" |
| irb(main):002:0> irb(main):002:0> firb(main):002:0> foirb(main):002:0> foo |
| From: /tmp/irb-20230810-3549743-t7d9tr.rb @ line 2 : |
| |
| 1: def foo |
| => 2: binding.irb |
| 3: end |
| 4: |
| 5: binding.irb |
| |
| =========================== END OF OUTPUT =========================== |
| make: *** [uncommon.mk:891: yes-test-all] Error 2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4'" exit with 0. |