| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-gc-asserts" exit with 0. |
| Cloning into 'trunk-gc-asserts'... |
| "./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. |
| "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 |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| warning: unused variable: `start_addr` |
| --> /tmp/ruby/src/trunk-gc-asserts/yjit/src/asm/mod.rs:359:39 |
| | |
| 359 | pub fn remove_comments(&mut self, start_addr: CodePtr, end_addr: CodePtr) { |
| | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_addr` |
| | |
| = note: `#[warn(unused_variables)]` on by default |
| warning: unused variable: `end_addr` |
| --> /tmp/ruby/src/trunk-gc-asserts/yjit/src/asm/mod.rs:359:60 |
| | |
| 359 | pub fn remove_comments(&mut self, start_addr: CodePtr, end_addr: CodePtr) { |
| | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_end_addr` |
| warning: 2 warnings emitted |
| "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. |
| "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. |
| #<Test::Unit::AssertionFailedError:"number of strings.\n<2> expected but was\n<3>."> |
| {"address":"0x7ff3fc6afcf0", "type":"STRING", "shape_id":10, "slot_size":40, "class":"0x7ff3f95ced98", "frozen":true, "embedded":true, "fstring":true, "bytesize":5, "value":"TEST2", "encoding":"US-ASCII", "coderange":"7bit", "memsize":40, "flags":{"wb_protected":true}} |
| {"address":"0x7ff3fc6affc0", "type":"STRING", "shape_id":0, "slot_size":40, "class":"0x7ff3f95ced98", "embedded":true, "bytesize":5, "value":"TEST2", "encoding":"US-ASCII", "coderange":"7bit", "memsize":40, "flags":{"wb_protected":true}} |
| {"address":"0x7ff3fc6587c0", "type":"STRING", "shape_id":0, "slot_size":40, "class":"0x7ff3f95ced98", "embedded":true, "bytesize":5, "value":"TEST2", "encoding":"UTF-8", "coderange":"unknown", "file":"-", "line":4, "method":"dump_my_heap_please", "generation":1, "memsize":40, "flags":{"wb_protected":true}} |
| Skipping Gem::PackageTask tests. rake not found. |
| #<Test::Unit::AssertionFailedError:"number of strings.\n<2> expected but was\n<3>."> |
| {"address":"0x7f538f9cfd08", "type":"STRING", "shape_id":10, "slot_size":40, "class":"0x7f538c8eed88", "frozen":true, "embedded":true, "fstring":true, "bytesize":5, "value":"TEST2", "encoding":"US-ASCII", "coderange":"7bit", "memsize":40, "flags":{"wb_protected":true}} |
| {"address":"0x7f538f9cffd8", "type":"STRING", "shape_id":0, "slot_size":40, "class":"0x7f538c8eed88", "embedded":true, "bytesize":5, "value":"TEST2", "encoding":"US-ASCII", "coderange":"7bit", "memsize":40, "flags":{"wb_protected":true}} |
| {"address":"0x7f538f9787d8", "type":"STRING", "shape_id":0, "slot_size":40, "class":"0x7f538c8eed88", "embedded":true, "bytesize":5, "value":"TEST2", "encoding":"UTF-8", "coderange":"unknown", "file":"-", "line":4, "method":"dump_my_heap_please", "generation":1, "memsize":40, "flags":{"wb_protected":true}} |
| 1) Failure: |
| TestObjSpace#test_dump_all [/tmp/ruby/src/trunk-gc-asserts/test/objspace/test_objspace.rb:622]: |
| number of strings. |
| <2> expected but was |
| <3>. |
| make: *** [uncommon.mk:855: yes-test-all] Error 1 |
| "make yes-test-rubyspec TESTS='-j4'" exit with 0. |
| $ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec |