| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-iseq_binary" exit with 0. |
| Cloning into 'trunk-iseq_binary'... |
| Updating files: 70% (8500/12037) |
| "./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/debug'... |
| From https://github.com/ruby/debug |
| * branch 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 -> FETCH_HEAD |
| HEAD is now at 91fe870 Remove and Restore irb configuration like irbrc while irb console tests |
| "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. |
| "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) Failure: |
| Prism::LocalsTest#test_whitequark/for.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[:a], [:"#arg_rest"], [:"#arg_rest"]]> expected but was |
| <[[:a], [2], [2]]>. |
| 2) Failure: |
| Prism::LocalsTest#test_seattlerb/defs_kwarg.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:b, :"#arg_rest"]]> expected but was |
| <[[], [:b, 2]]>. |
| 3) Failure: |
| Prism::LocalsTest#test_seattlerb/defn_kwarg_kwarg.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :b, :c, :"#arg_rest"]]> expected but was |
| <[[], [:a, :b, :c, 2]]>. |
| 4) Failure: |
| Prism::LocalsTest#test_repeat_parameters.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], |
| [:_a, :_a], |
| [:_a, :_a], |
| [:_a, :_a], |
| [:_a, :_a, :"#arg_rest"], |
| [:_a, :_a, :"#arg_rest"], |
| [:_a, :_a], |
| [:"#arg_rest", :"#arg_rest", :a, :_b, :c, :d, :e], |
| [:_a, :_a, :b, :c], |
| [:a, :"#arg_rest", :"#arg_rest", :b, :_c, :d, :e, :f], |
| [:a, :_, :_, :_b, :_b], |
| [:a, :_, :_, :_b], |
| [:a, :_, :_], |
| [:a, :_]]> expected but was |
| <[[], |
| [:_a, :_a], |
| [:_a, :_a], |
| [:_a, :_a], |
| [:_a, :_a, 2], |
| [:_a, :_a, 2], |
| [:_a, :_a], |
| [8, 7, :a, :_b, :c, :d, :e], |
| [:_a, :_a, :b, :c], |
| [:a, 8, 7, :b, :_c, :d, :e, :f], |
| [:a, :_, :_, :_b, :_b], |
| [:a, :_, :_, :_b], |
| [:a, :_, :_], |
| [:a, :_]]>. |
| 5) Failure: |
| Prism::LocalsTest#test_whitequark/ruby_bug_15789.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :"#arg_rest"], [:_1], [:a], [:_1]]> expected but was |
| <[[], [:a, 2], [:_1], [:a], [:_1]]>. |
| 6) Failure: |
| Prism::LocalsTest#test_seattlerb/block_decomp_arg_splat.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:"#arg_rest", :b]]> expected but was |
| <[[], [3, :b]]>. |
| 7) Failure: |
| Prism::LocalsTest#test_seattlerb/defn_kwarg_val.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :b, :"#arg_rest"]]> expected but was |
| <[[], [:a, :b, 2]]>. |
| 8) Failure: |
| Prism::LocalsTest#test_seattlerb/difficult3__12.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :"#arg_rest", :b]]> expected but was |
| <[[], [:a, 3, :b]]>. |
| 9) Failure: |
| Prism::LocalsTest#test_seattlerb/block_decomp_arg_splat_arg.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:"#arg_rest", :a, :b, :c]]> expected but was |
| <[[], [5, :a, :b, :c]]>. |
| 10) Failure: |
| Prism::LocalsTest#test_seattlerb/bug_args_masgn_outer_parens__19.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:"#arg_rest", :k, :v, :i]]> expected but was |
| <[[], [5, :k, :v, :i]]>. |
| 11) Failure: |
| Prism::LocalsTest#test_seattlerb/defn_kwarg_lvar.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:kw, :"#arg_rest"]]> expected but was |
| <[[], [:kw, 2]]>. |
| 12) Failure: |
| Prism::LocalsTest#test_seattlerb/difficult3__9.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :"#arg_rest", :b]]> expected but was |
| <[[], [:a, 3, :b]]>. |
| 13) Failure: |
| Prism::LocalsTest#test_seattlerb/block_decomp_anon_splat_arg.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:"#arg_rest", :a]]> expected but was |
| <[[], [3, :a]]>. |
| 14) Failure: |
| Prism::LocalsTest#test_seattlerb/block_kwarg_lvar.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:kw, :"#arg_rest"]]> expected but was |
| <[[], [:kw, 2]]>. |
| 15) Failure: |
| Prism::LocalsTest#test_lambda.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], |
| [:foo, :"#arg_rest"], |
| [:foo], |
| [:a, :"#arg_rest"], |
| [:x, :"#arg_rest"], |
| [:foo]]> expected but was |
| <[[], [:foo, 2], [:foo], [:a, 2], [:x, 2], [:foo]]>. |
| 16) Failure: |
| Prism::LocalsTest#test_methods.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[:a, :c, :foo], |
| [:bar], |
| [], |
| [:bar], |
| [:bar], |
| [:*, :**, :&, :"..."], |
| [:x, :"#arg_rest"], |
| [:x, :"#arg_rest"], |
| [:x, :"#arg_rest"], |
| [:x, :"#arg_rest"], |
| [:*], |
| [], |
| [:a], |
| [], |
| [:a], |
| [:a], |
| [:a], |
| [:a, :"#arg_rest"], |
| [:a, :"#arg_rest"], |
| [:a, :"#arg_rest"], |
| [], |
| [:*, :**, :&, :"..."], |
| [], |
| [], |
| [], |
| [], |
| [:&], |
| [:b], |
| [], |
| [:*, :**, :&, :"..."], |
| [:*, :**, :&, :"..."], |
| [:*], |
| [], |
| [:bar], |
| [], |
| [], |
| [], |
| [], |
| [], |
| [], |
| [:b], |
| [:*], |
| [:b], |
| [], |
| [:b], |
| [:b, :c], |
| [], |
| [:b, :c], |
| [:c, :b, :"#arg_rest"], |
| [:b, :c, :"#arg_rest"], |
| [:b, :c, :"#arg_rest"], |
| [], |
| [:b, :c, :d], |
| [], |
| [:**], |
| [:b], |
| [:b, :"#arg_rest"], |
| [:b, :"#arg_rest"], |
| [], |
| [], |
| [], |
| [:*, :**, :&, :"..."], |
| [], |
| [], |
| [], |
| [], |
| [:"#arg_rest", :optional, :"#arg_rest", :bar, :baz, :bin, :bag], |
| [:"#arg_rest", :bar, :baz]]> expected but was |
| <[[:a, :c, :foo], |
| [:bar], |
| [], |
| [:bar], |
| [:bar], |
| [:*, :**, :&, :"..."], |
| [:x, 2], |
| [:x, 2], |
| [:x, 2], |
| [:x, 2], |
| [:*], |
| [], |
| [:a], |
| [], |
| [:a], |
| [:a], |
| [:a], |
| [:a, 2], |
| [:a, 2], |
| [:a, 2], |
| [], |
| [:*, :**, :&, :"..."], |
| [], |
| [], |
| [], |
| [], |
| [:&], |
| [:b], |
| [], |
| [:*, :**, :&, :"..."], |
| [:*, :**, :&, :"..."], |
| [:*], |
| [], |
| [:bar], |
| [], |
| [], |
| [], |
| [], |
| [], |
| [], |
| [:b], |
| [:*], |
| [:b], |
| [], |
| [:b], |
| [:b, :c], |
| [], |
| [:b, :c], |
| [:c, :b, 2], |
| [:b, :c, 2], |
| [:b, :c, 2], |
| [], |
| [:b, :c, :d], |
| [], |
| [:**], |
| [:b], |
| [:b, 2], |
| [:b, 2], |
| [], |
| [], |
| [], |
| [:*, :**, :&, :"..."], |
| [], |
| [], |
| [], |
| [], |
| [8, :optional, 6, :bar, :baz, :bin, :bag], |
| [4, :bar, :baz]]>. |
| 17) Failure: |
| Prism::LocalsTest#test_seattlerb/f_kw__required.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:k, :"#arg_rest"]]> expected but was |
| <[[], [:k, 2]]>. |
| 18) Failure: |
| Prism::LocalsTest#test_seattlerb/defn_kwarg_kwsplat_anon.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:b, :"#arg_rest", :**]]> expected but was |
| <[[], [:b, 3, :**]]>. |
| 19) Failure: |
| Prism::LocalsTest#test_seattlerb/iter_kwarg.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:b, :"#arg_rest"]]> expected but was |
| <[[], [:b, 2]]>. |
| 20) Failure: |
| Prism::LocalsTest#test_whitequark/send_lambda_args_noparen.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :"#arg_rest"], [:a, :"#arg_rest"]]> expected but was |
| <[[], [:a, 2], [:a, 2]]>. |
| 21) Failure: |
| Prism::LocalsTest#test_seattlerb/defn_kwarg_no_parens.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :"#arg_rest"]]> expected but was |
| <[[], [:a, 2]]>. |
| 22) Failure: |
| Prism::LocalsTest#test_whitequark/ruby_bug_9669.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[:o], [:b, :"#arg_rest"]]> expected but was |
| <[[:o], [:b, 2]]>. |
| 23) Failure: |
| Prism::LocalsTest#test_unparser/corpus/literal/def.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], |
| [], |
| [], |
| [:bar, :baz, :"#arg_rest"], |
| [:"#arg_rest", :a], |
| [], |
| [:bar, :block], |
| [:block], |
| [:bar, :baz, :bor], |
| [:baz, :bor, :block], |
| [:baz, :bor], |
| [:bar, :baz], |
| [:bar], |
| [:*], |
| [:bar, :"#arg_rest"], |
| [:bar, :"#arg_rest"], |
| [:bar, :"#arg_rest"], |
| [:bar, :baz], |
| [:bar], |
| [:bar], |
| [:bar], |
| [:bar, :baz], |
| [:bar], |
| [], |
| [], |
| [], |
| [], |
| [], |
| [:bar, :baz, :"#arg_rest"], |
| [], |
| []]> expected but was |
| <[[], |
| [], |
| [], |
| [:bar, :baz, 2], |
| [3, :a], |
| [], |
| [:bar, :block], |
| [:block], |
| [:bar, :baz, :bor], |
| [:baz, :bor, :block], |
| [:baz, :bor], |
| [:bar, :baz], |
| [:bar], |
| [:*], |
| [:bar, 2], |
| [:bar, 2], |
| [:bar, 2], |
| [:bar, :baz], |
| [:bar], |
| [:bar], |
| [:bar], |
| [:bar, :baz], |
| [:bar], |
| [], |
| [], |
| [], |
| [], |
| [], |
| [:bar, :baz, 2], |
| [], |
| []]>. |
| 24) Failure: |
| Prism::LocalsTest#test_seattlerb/bug_masgn_right.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :"#arg_rest", :b, :c]]> expected but was |
| <[[], [:a, 4, :b, :c]]>. |
| 25) Failure: |
| Prism::LocalsTest#test_seattlerb/defn_kwarg_kwsplat.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:b, :"#arg_rest", :c]]> expected but was |
| <[[], [:b, 3, :c]]>. |
| 26) Failure: |
| Prism::LocalsTest#test_seattlerb/iter_args_2__19.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:"#arg_rest", :a, :b]]> expected but was |
| <[[], [4, :a, :b]]>. |
| 27) Failure: |
| Prism::LocalsTest#test_seattlerb/difficult3__11.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :"#arg_rest"]]> expected but was |
| <[[], [:a, 2]]>. |
| 28) Failure: |
| Prism::LocalsTest#test_whitequark/blockargs.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], |
| [], |
| [:o, :p, :b], |
| [:o, :r, :p, :b], |
| [:o, :r, :b], |
| [:o, :b], |
| [:foo, :"#arg_rest"], |
| [:foo, :bar, :"#arg_rest", :baz, :b], |
| [:foo, :"#arg_rest", :b], |
| [:a], |
| [:a], |
| [:a], |
| [:a], |
| [:a, :o, :p, :b], |
| [:a, :o, :o1, :r, :b], |
| [:a, :o, :r, :p, :b], |
| [:a, :o, :b], |
| [:a, :c], |
| [:a, :b], |
| [:a, :*], |
| [:a, :s], |
| [:a, :s, :b], |
| [:a, :r, :p, :b], |
| [:a, :*, :b], |
| [:a, :b], |
| [:a], |
| [:a], |
| [:*], |
| [:s], |
| [:s, :b], |
| [:r, :p, :b], |
| [:*, :b], |
| [:baz, :b], |
| [:b], |
| [], |
| []]> expected but was |
| <[[], |
| [], |
| [:o, :p, :b], |
| [:o, :r, :p, :b], |
| [:o, :r, :b], |
| [:o, :b], |
| [:foo, 2], |
| [:foo, :bar, 4, :baz, :b], |
| [:foo, 3, :b], |
| [:a], |
| [:a], |
| [:a], |
| [:a], |
| [:a, :o, :p, :b], |
| [:a, :o, :o1, :r, :b], |
| [:a, :o, :r, :p, :b], |
| [:a, :o, :b], |
| [:a, :c], |
| [:a, :b], |
| [:a, :*], |
| [:a, :s], |
| [:a, :s, :b], |
| [:a, :r, :p, :b], |
| [:a, :*, :b], |
| [:a, :b], |
| [:a], |
| [:a], |
| [:*], |
| [:s], |
| [:s, :b], |
| [:r, :p, :b], |
| [:*, :b], |
| [:baz, :b], |
| [:b], |
| [], |
| []]>. |
| 29) Failure: |
| Prism::LocalsTest#test_whitequark/procarg0.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:foo], [:"#arg_rest", :foo, :bar]]> expected but was |
| <[[], [:foo], [4, :foo, :bar]]>. |
| 30) Failure: |
| Prism::LocalsTest#test_seattlerb/iter_args_3.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :"#arg_rest", :d, :b, :c]]> expected but was |
| <[[], [:a, 5, :d, :b, :c]]>. |
| 31) Failure: |
| Prism::LocalsTest#test_seattlerb/stabby_block_kw__required.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:k, :"#arg_rest"]]> expected but was |
| <[[], [:k, 2]]>. |
| 32) Failure: |
| Prism::LocalsTest#test_seattlerb/difficult3__6.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :"#arg_rest", :b, :c, :d]]> expected but was |
| <[[], [:a, 5, :b, :c, :d]]>. |
| 33) Failure: |
| Prism::LocalsTest#test_seattlerb/block_paren_splat.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:"#arg_rest", :b, :c]]> expected but was |
| <[[], [4, :b, :c]]>. |
| 34) Failure: |
| Prism::LocalsTest#test_whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :"#arg_rest", :**]]> expected but was |
| <[[], [:a, 3, :**]]>. |
| 35) Failure: |
| Prism::LocalsTest#test_seattlerb/args_kw_block.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :"#arg_rest", :b]]> expected but was |
| <[[], [:a, 3, :b]]>. |
| 36) Failure: |
| Prism::LocalsTest#test_seattlerb/stabby_block_kw.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:k, :"#arg_rest"]]> expected but was |
| <[[], [:k, 2]]>. |
| 37) Failure: |
| Prism::LocalsTest#test_whitequark/kwoptarg.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:foo, :"#arg_rest"]]> expected but was |
| <[[], [:foo, 2]]>. |
| 38) Failure: |
| Prism::LocalsTest#test_seattlerb/block_kwarg_lvar_multiple.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:kw, :kw2, :"#arg_rest"]]> expected but was |
| <[[], [:kw, :kw2, 2]]>. |
| 39) Failure: |
| Prism::LocalsTest#test_seattlerb/block_kw__required.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:k, :"#arg_rest"]]> expected but was |
| <[[], [:k, 2]]>. |
| 40) Failure: |
| Prism::LocalsTest#test_whitequark/args.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], |
| [:o, :p, :b], |
| [:o, :r, :p, :b], |
| [:o, :r, :b], |
| [:o, :b], |
| [:foo, :"#arg_rest"], |
| [:foo, :"#arg_rest"], |
| [:a, :o, :p, :b], |
| [:a, :o, :r, :p, :b], |
| [:a, :o, :r, :b], |
| [:a, :o, :b], |
| [:a, :r, :p, :b], |
| [:a, :r, :b], |
| [:a, :b], |
| [], |
| [:r, :p, :b], |
| [:r, :b], |
| [:*, :**], |
| [:baz, :b], |
| [:foo, :bar, :"#arg_rest", :baz, :b], |
| [:foo, :"#arg_rest", :b], |
| [:"#arg_rest", :a, :a1], |
| [:"#arg_rest", :a, :r, :p], |
| [:"#arg_rest", :a, :r], |
| [:"#arg_rest", :a, :p], |
| [:"#arg_rest", :a], |
| [:"#arg_rest", :r, :p], |
| [:"#arg_rest", :r], |
| [:"#arg_rest", :p], |
| [:"#arg_rest"], |
| [:"#arg_rest", :a], |
| [:b]]> expected but was |
| <[[], |
| [:o, :p, :b], |
| [:o, :r, :p, :b], |
| [:o, :r, :b], |
| [:o, :b], |
| [:foo, 2], |
| [:foo, 2], |
| [:a, :o, :p, :b], |
| [:a, :o, :r, :p, :b], |
| [:a, :o, :r, :b], |
| [:a, :o, :b], |
| [:a, :r, :p, :b], |
| [:a, :r, :b], |
| [:a, :b], |
| [], |
| [:r, :p, :b], |
| [:r, :b], |
| [:*, :**], |
| [:baz, :b], |
| [:foo, :bar, 4, :baz, :b], |
| [:foo, 3, :b], |
| [4, :a, :a1], |
| [5, :a, :r, :p], |
| [4, :a, :r], |
| [4, :a, :p], |
| [3, :a], |
| [4, :r, :p], |
| [3, :r], |
| [3, :p], |
| [2], |
| [3, :a], |
| [:b]]>. |
| 41) Failure: |
| Prism::LocalsTest#test_for.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[:i, :j, :k], |
| [:"#arg_rest"], |
| [:"#arg_rest"], |
| [:"#arg_rest"], |
| [:"#arg_rest"], |
| [:"#arg_rest"], |
| [:"#arg_rest"]]> expected but was |
| <[[:i, :j, :k], [2], [2], [2], [2], [2], [2]]>. |
| 42) Failure: |
| Prism::LocalsTest#test_seattlerb/bug_args_masgn2.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:"#arg_rest", :d, :a, :b, :c]]> expected but was |
| <[[], [6, :d, :a, :b, :c]]>. |
| 43) Failure: |
| Prism::LocalsTest#test_seattlerb/required_kwarg_no_value.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :b, :"#arg_rest"]]> expected but was |
| <[[], [:a, :b, 2]]>. |
| 44) Failure: |
| Prism::LocalsTest#test_whitequark/kwarg.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:foo, :"#arg_rest"]]> expected but was |
| <[[], [:foo, 2]]>. |
| 45) Failure: |
| Prism::LocalsTest#test_seattlerb/difficult3_.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :"#arg_rest", :b, :c]]> expected but was |
| <[[], [:a, 4, :b, :c]]>. |
| 46) Failure: |
| Prism::LocalsTest#test_seattlerb/f_kw.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:k, :"#arg_rest"]]> expected but was |
| <[[], [:k, 2]]>. |
| 47) Failure: |
| Prism::LocalsTest#test_seattlerb/block_kw.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:k, :"#arg_rest"]]> expected but was |
| <[[], [:k, 2]]>. |
| 48) Failure: |
| Prism::LocalsTest#test_procs.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], |
| [:"#arg_rest", :c, :a, :b], |
| [:a], |
| [:b], |
| [:a, :b, :c, :d, :e, :"#arg_rest", :f, :g], |
| [:a, :b, :c, :d, :e, :"#arg_rest", :f, :g], |
| [:a, :b, :c, :d, :"#arg_rest", :e], |
| [], |
| [], |
| [], |
| [], |
| [:a, :b, :c, :d]]> expected but was |
| <[[], |
| [5, :c, :a, :b], |
| [:a], |
| [:b], |
| [:a, :b, :c, :d, :e, 4, :f, :g], |
| [:a, :b, :c, :d, :e, 4, :f, :g], |
| [:a, :b, :c, :d, 3, :e], |
| [], |
| [], |
| [], |
| [], |
| [:a, :b, :c, :d]]>. |
| 49) Failure: |
| Prism::LocalsTest#test_seattlerb/difficult3__8.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :"#arg_rest", :b, :c]]> expected but was |
| <[[], [:a, 4, :b, :c]]>. |
| 50) Failure: |
| Prism::LocalsTest#test_unparser/corpus/literal/block.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], |
| [:_1, :_2], |
| [], |
| [], |
| [:exception], |
| [], |
| [], |
| [], |
| [:exception], |
| [], |
| [:bar], |
| [:e], |
| [], |
| [:"#arg_rest", :a, :b], |
| [:"#arg_rest", :a], |
| [:"#arg_rest"], |
| [:"#arg_rest"], |
| [:*], |
| [:a, :b], |
| [:a, :b], |
| [:a, :b], |
| [:"#arg_rest", :c, :a, :b], |
| [], |
| [:a, :*], |
| [:a, :b], |
| [], |
| [:a, :b], |
| [:a, :x], |
| [:a], |
| [:a], |
| []]> expected but was |
| <[[], |
| [:_1, :_2], |
| [], |
| [], |
| [:exception], |
| [], |
| [], |
| [], |
| [:exception], |
| [], |
| [:bar], |
| [:e], |
| [], |
| [4, :a, :b], |
| [3, :a], |
| [2], |
| [2], |
| [:*], |
| [:a, :b], |
| [:a, :b], |
| [:a, :b], |
| [5, :c, :a, :b], |
| [], |
| [:a, :*], |
| [:a, :b], |
| [], |
| [:a, :b], |
| [:a, :x], |
| [:a], |
| [:a], |
| []]>. |
| 51) Failure: |
| Prism::LocalsTest#test_unparser/corpus/literal/for.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[:a, :b], [:"#arg_rest"], [:"#arg_rest"], [:"#arg_rest"], [:"#arg_rest"]]> expected but was |
| <[[:a, :b], [2], [2], [2], [2]]>. |
| 52) Failure: |
| Prism::LocalsTest#test_seattlerb/block_decomp_splat.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:"#arg_rest", :a]]> expected but was |
| <[[], [3, :a]]>. |
| 53) Failure: |
| Prism::LocalsTest#test_seattlerb/bug_args__19.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:"#arg_rest", :a, :b]]> expected but was |
| <[[], [4, :a, :b]]>. |
| 54) Failure: |
| Prism::LocalsTest#test_seattlerb/iter_kwarg_kwsplat.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:b, :"#arg_rest", :c]]> expected but was |
| <[[], [:b, 3, :c]]>. |
| 55) Failure: |
| Prism::LocalsTest#test_seattlerb/bug_args_masgn.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:"#arg_rest", :c, :a, :b]]> expected but was |
| <[[], [5, :c, :a, :b]]>. |
| 56) Failure: |
| Prism::LocalsTest#test_seattlerb/difficult3__7.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :"#arg_rest", :b]]> expected but was |
| <[[], [:a, 3, :b]]>. |
| 57) Failure: |
| Prism::LocalsTest#test_whitequark/for_mlhs.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[:a, :b], [:"#arg_rest"]]> expected but was |
| <[[:a, :b], [2]]>. |
| 58) Failure: |
| Prism::LocalsTest#test_seattlerb/difficult3__10.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[], [:a, :"#arg_rest", :b, :c]]> expected but was |
| <[[], [:a, 4, :b, :c]]>. |
| 59) Failure: |
| Prism::LocalsTest#test_blocks.txt [/tmp/ruby/src/trunk-iseq_binary/test/prism/locals_test.rb:67]: |
| <[[:fork], |
| [:bar], |
| [:a, :b, :"#arg_rest"], |
| [], |
| [], |
| [:a], |
| [:a], |
| [:x], |
| [:x, :y, :z, :"#arg_rest"], |
| [], |
| [], |
| [], |
| [], |
| [], |
| [:a], |
| [], |
| [], |
| [], |
| [], |
| [:x, :memo], |
| [], |
| []]> expected but was |
| <[[:fork], |
| [:bar], |
| [:a, :b, 2], |
| [], |
| [], |
| [:a], |
| [:a], |
| [:x], |
| [:x, :y, :z, 2], |
| [], |
| [], |
| [], |
| [], |
| [], |
| [:a], |
| [], |
| [], |
| [], |
| [], |
| [:x, :memo], |
| [], |
| []]>. |
| make: *** [uncommon.mk:945: yes-test-all] Error 59 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0. |