| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-iseq_binary" exit with 0. |
| Cloning into 'trunk-iseq_binary'... |
| Updating files: 96% (11615/12069) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-iseq_binary/configure --prefix=/tmp/ruby/install/trunk-iseq_binary --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk-iseq_binary/gems/src/rbs'... |
| Cloning into '/tmp/ruby/src/trunk-iseq_binary/gems/src/debug'... |
| From https://github.com/ruby/debug |
| * branch 927587afb6aac69b358b86a01f602d207053e8d2 -> FETCH_HEAD |
| HEAD is now at 927587a Stop assuming Integer#times is written in C |
| From https://github.com/ruby/rbs |
| * branch 33813a60752624d58dfe5ae770b39bfaf29fbaf1 -> FETCH_HEAD |
| HEAD is now at 33813a60 Use valid syntax |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk-iseq_binary/enc/jis/props.h.blt /tmp/ruby/src/trunk-iseq_binary/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| In file included from /tmp/ruby/src/trunk-iseq_binary/compile.c:13469: |
| /tmp/ruby/src/trunk-iseq_binary/prism_compile.c: In function 'pm_compile_node': |
| /tmp/ruby/src/trunk-iseq_binary/prism_compile.c:3434:41: warning: 'keyword' may be used uninitialized in this function [-Wmaybe-uninitialized] |
| 3434 | keyword->rest_start = (int) locals_size; |
| | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-iseq_binary/compile.c: At top level: |
| cc1: note: unrecognized command-line option '-Wno-self-assign' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-parentheses-equality' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-constant-logical-operand' may have been intended to silence earlier diagnostics |
| "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. |
| expected: |
| == disasm: #<ISeq:prism_test_forwarding_arguments_node1@<compiled>:2 (2,8)-(4,11)> |
| local table (size: 1, argc: 0 [opts: 0, rest: -1, post: 0, block: -1, kw: -1@-1, kwrest: 1]) |
| [ 1] "..."@0 |
| 0000 putself ( 3) |
| 0001 getlocal_WC_0 ?@-2 |
| 0003 splatarray false |
| 0005 getblockparamproxy ?@-1, 0 |
| 0008 send <calldata!mid:prism_test_forwarding_arguments_node, argc:1, ARGS_SPLAT|ARGS_BLOCKARG|FCALL>, nil |
| 0011 leave ( 2) |
| actual: |
| == disasm: #<ISeq:prism_test_forwarding_arguments_node1@<compiled>:2 (2,8)-(4,11)> |
| local table (size: 1, argc: 0 [opts: 0, rest: -1, post: 0, block: -1, kw: -1@-1, kwrest: 1]) |
| [ 1] "..."@0 |
| 0000 putself ( 3) |
| 0001 getlocal_WC_0 ?@-2 |
| 0003 splatarray false |
| 0005 getblockparamproxy !@-1, 0 |
| 0008 send <calldata!mid:prism_test_forwarding_arguments_node, argc:1, ARGS_SPLAT|ARGS_BLOCKARG|FCALL>, nil |
| 0011 leave ( 2) |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/iseq_loader_checker.rb:36:in `exit': exit (SystemExit) |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/iseq_loader_checker.rb:36:in `compare_dump_and_load' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/iseq_loader_checker.rb:62:in `translate' |
| /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb:1087:in `compile_prism' |
| /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb:1087:in `compare_eval' |
| /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb:1103:in `assert_prism_eval' |
| /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb:865:in `test_ForwardingArgumentsNode' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:167:in `run' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1560:in `block in _run_suite' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1547:in `map' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1547:in `_run_suite' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1340:in `_run_suite' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:58:in `_run_suite' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:30:in `block in _run_suites' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:29:in `map' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:29:in `_run_suites' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:128:in `run' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:215:in `<main>' |
| running file: /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb |
| A test worker crashed. It might be an interpreter bug or |
| a bug in test/unit/parallel.rb. Try again without the -j |
| option. |
| make: *** [uncommon.mk:943: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0. |