Your message dated Wed, 01 Aug 2018 01:49:23 +0000
with message-id <[email protected]>
and subject line Bug#867533: fixed in ruby-parser 3.11.0-1
has caused the Debian Bug report #867533,
regarding update ruby-parser to latest upstream release
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
867533: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867533
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: ruby-parser
version: 3.8.2

When trying to update ruby-parser to latest upstream release (3.9.0),
tests failed. Log below.

Finished in 5.601089s, 980.8806 runs/s, 4318.0885 assertions/s.

  1) Skipped:
TestRubyParserV23#test_parse_line_rescue
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:814]:
not yet

  2) Skipped:
TestRubyParserV23#test_pipe_semicolon
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2520]:
not yet

  3) Skipped:
TestRubyParserV23#test_parse_line_heredoc_evstr
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:718]:
heredoc line numbers are just gonna be screwed for a while...

  4) Skipped:
TestRubyParserV23#test_parse_line_dstr_newline
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:692]:
dstr line numbers are just gonna be screwed for a while...

  5) Skipped:
TestRubyParserV23#test_kill_me5
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2631]:
not yet

  6) Skipped:
TestRubyParserV23#test_iter_args_5
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2647]:
not yet

  7) Skipped:
TestRubyParserV23#test_parse_line_heredoc_hardnewline
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2933]:
not yet

  8) Skipped:
TestRubyParserV21#test_kill_me5
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2631]:
not yet

  9) Skipped:
TestRubyParserV21#test_parse_line_heredoc_hardnewline
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2933]:
not yet

 10) Skipped:
TestRubyParserV21#test_parse_line_rescue
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:814]:
not yet

 11) Skipped:
TestRubyParserV21#test_iter_args_5
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2647]:
not yet

 12) Skipped:
TestRubyParserV21#test_pipe_semicolon
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2520]:
not yet

 13) Skipped:
TestRubyParserV21#test_parse_line_heredoc_evstr
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:718]:
heredoc line numbers are just gonna be screwed for a while...

 14) Skipped:
TestRubyParserV21#test_parse_line_dstr_newline
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:692]:
dstr line numbers are just gonna be screwed for a while...

 15) Failure:
TestRubyParserV24#test_str_question_literal__18
[/usr/lib/ruby/vendor_ruby/pt_testcase.rb:151]:
failed on input: "?a".
--- expected
+++ actual
@@ -1 +1 @@
-s(:lit, 97)
+s(:str, "a")


 16) Failure:
TestRubyParserV24#test_if_pre_not__18
[/usr/lib/ruby/vendor_ruby/pt_testcase.rb:151]:
failed on input: "if not b then a end".
--- expected
+++ actual
@@ -1 +1 @@
-s(:if, s(:call, nil, :b), nil, s(:call, nil, :a))
+s(:if, s(:call, s(:call, nil, :b), :!), s(:call, nil, :a), nil)


 17) Skipped:
TestRubyParserV24#test_parse_line_heredoc_hardnewline
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2933]:
not yet

 18) Failure:
TestRubyParserV24#test_str_question_control__18
[/usr/lib/ruby/vendor_ruby/pt_testcase.rb:151]:
failed on input: "?\\M-\\C-a".
--- expected
+++ actual
@@ -1 +1 @@
-s(:lit, 129)
+s(:str, "\x81")


 19) Skipped:
TestRubyParserV24#test_kill_me5
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2631]:
not yet

 20) Error:
TestRubyParserV24#test_iter_args_ivar__18:
RubyParser::SyntaxError: formal argument cannot be an instance variable

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:51:in
`syntax_error'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby24_parser.rb:6427:in
`_reduce_549'
    /usr/lib/ruby/2.3.0/racc/parser.rb:259:in `_racc_do_parse_c'
    /usr/lib/ruby/2.3.0/racc/parser.rb:259:in `do_parse'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1075:in
`block in process'
    /usr/lib/ruby/2.3.0/timeout.rb:91:in `block in timeout'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `block in catch'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `catch'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `catch'
    /usr/lib/ruby/2.3.0/timeout.rb:106:in `timeout'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1063:in
`process'
    /usr/lib/ruby/vendor_ruby/pt_testcase.rb:150:in `block in generate_test'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:107:in `block (3 levels)
in run'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:204:in `capture_exceptions'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:104:in `block (2 levels)
in run'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:255:in `time_it'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:103:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:350:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:275:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:102:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:830:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:324:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:311:in `block (2 levels) in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `each'
    /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:350:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest.rb:337:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest.rb:309:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `block in __run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `map'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `__run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:136:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:63:in `block in autorun'

 21) Failure:
TestRubyParserV24#test_unless_pre_not__18
[/usr/lib/ruby/vendor_ruby/pt_testcase.rb:151]:
failed on input: "unless not b then a end".
--- expected
+++ actual
@@ -1 +1 @@
-s(:if, s(:call, nil, :b), s(:call, nil, :a), nil)
+s(:if, s(:call, s(:call, nil, :b), :!), nil, s(:call, nil, :a))


 22) Error:
TestRubyParserV24#test_if_args_no_space_symbol__18:
Racc::ParseError: (string):1 :: parse error on value ["y", 1] (tLABEL)
    /usr/lib/ruby/2.3.0/racc/parser.rb:528:in `on_error'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1163:in
`on_error'
    /usr/lib/ruby/2.3.0/racc/parser.rb:259:in `_racc_do_parse_c'
    /usr/lib/ruby/2.3.0/racc/parser.rb:259:in `do_parse'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1075:in
`block in process'
    /usr/lib/ruby/2.3.0/timeout.rb:91:in `block in timeout'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `block in catch'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `catch'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `catch'
    /usr/lib/ruby/2.3.0/timeout.rb:106:in `timeout'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1063:in
`process'
    /usr/lib/ruby/vendor_ruby/pt_testcase.rb:150:in `block in generate_test'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:107:in `block (3 levels)
in run'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:204:in `capture_exceptions'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:104:in `block (2 levels)
in run'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:255:in `time_it'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:103:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:350:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:275:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:102:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:830:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:324:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:311:in `block (2 levels) in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `each'
    /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:350:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest.rb:337:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest.rb:309:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `block in __run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `map'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `__run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:136:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:63:in `block in autorun'

 23) Error:
TestRubyParserV24#test_fcall_arglist_norm_hash_splat__18:
Racc::ParseError: (string):1 :: parse error on value "*" (tSTAR)
    /usr/lib/ruby/2.3.0/racc/parser.rb:528:in `on_error'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1163:in
`on_error'
    /usr/lib/ruby/2.3.0/racc/parser.rb:259:in `_racc_do_parse_c'
    /usr/lib/ruby/2.3.0/racc/parser.rb:259:in `do_parse'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1075:in
`block in process'
    /usr/lib/ruby/2.3.0/timeout.rb:91:in `block in timeout'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `block in catch'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `catch'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `catch'
    /usr/lib/ruby/2.3.0/timeout.rb:106:in `timeout'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1063:in
`process'
    /usr/lib/ruby/vendor_ruby/pt_testcase.rb:150:in `block in generate_test'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:107:in `block (3 levels)
in run'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:204:in `capture_exceptions'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:104:in `block (2 levels)
in run'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:255:in `time_it'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:103:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:350:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:275:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:102:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:830:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:324:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:311:in `block (2 levels) in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `each'
    /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:350:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest.rb:337:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest.rb:309:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `block in __run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `map'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `__run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:136:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:63:in `block in autorun'

 24) Failure:
TestRubyParserV24#test_if_post_not__18
[/usr/lib/ruby/vendor_ruby/pt_testcase.rb:151]:
failed on input: "a if not b".
--- expected
+++ actual
@@ -1 +1 @@
-s(:if, s(:call, nil, :b), nil, s(:call, nil, :a))
+s(:if, s(:call, s(:call, nil, :b), :!), s(:call, nil, :a), nil)


 25) Skipped:
TestRubyParserV24#test_parse_line_heredoc_evstr
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:718]:
heredoc line numbers are just gonna be screwed for a while...

 26) Failure:
TestRubyParserV24#test_not__18
[/usr/lib/ruby/vendor_ruby/pt_testcase.rb:151]:
failed on input: "(not true)".
--- expected
+++ actual
@@ -1 +1 @@
-s(:not, s(:true))
+s(:call, s(:true), :!)


 27) Failure:
TestRubyParserV24#test_until_pre_not__18
[/usr/lib/ruby/vendor_ruby/pt_testcase.rb:151]:
failed on input: "until not true do\n  (1 + 1)\nend".
--- expected
+++ actual
@@ -1 +1 @@
-s(:while, s(:true), s(:call, s(:lit, 1), :+, s(:lit, 1)), true)
+s(:until, s(:call, s(:true), :!), s(:call, s(:lit, 1), :+, s(:lit, 1)),
true)


 28) Failure:
TestRubyParserV24#test_while_post_not__18
[/usr/lib/ruby/vendor_ruby/pt_testcase.rb:151]:
failed on input: "begin\n  (1 + 1)\nend while not true".
--- expected
+++ actual
@@ -1 +1 @@
-s(:until, s(:true), s(:call, s(:lit, 1), :+, s(:lit, 1)), false)
+s(:while, s(:call, s(:true), :!), s(:call, s(:lit, 1), :+, s(:lit, 1)),
false)


 29) Failure:
TestRubyParserV24#test_while_pre_not__18
[/usr/lib/ruby/vendor_ruby/pt_testcase.rb:151]:
failed on input: "while not true do\n  (1 + 1)\nend".
--- expected
+++ actual
@@ -1 +1 @@
-s(:until, s(:true), s(:call, s(:lit, 1), :+, s(:lit, 1)), true)
+s(:while, s(:call, s(:true), :!), s(:call, s(:lit, 1), :+, s(:lit, 1)),
true)


 30) Skipped:
TestRubyParserV24#test_pipe_semicolon
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2520]:
not yet

 31) Failure:
TestRubyParserV24#test_while_pre_not_mod__18
[/usr/lib/ruby/vendor_ruby/pt_testcase.rb:151]:
failed on input: "(1 + 1) while not true".
--- expected
+++ actual
@@ -1 +1 @@
-s(:until, s(:true), s(:call, s(:lit, 1), :+, s(:lit, 1)), true)
+s(:while, s(:call, s(:true), :!), s(:call, s(:lit, 1), :+, s(:lit, 1)),
true)


 32) Error:
TestRubyParserV24#test_iter_masgn_args_ivar__18:
RubyParser::SyntaxError: formal argument cannot be an instance variable

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:51:in
`syntax_error'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby24_parser.rb:6427:in
`_reduce_549'
    /usr/lib/ruby/2.3.0/racc/parser.rb:259:in `_racc_do_parse_c'
    /usr/lib/ruby/2.3.0/racc/parser.rb:259:in `do_parse'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1075:in
`block in process'
    /usr/lib/ruby/2.3.0/timeout.rb:91:in `block in timeout'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `block in catch'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `catch'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `catch'
    /usr/lib/ruby/2.3.0/timeout.rb:106:in `timeout'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1063:in
`process'
    /usr/lib/ruby/vendor_ruby/pt_testcase.rb:150:in `block in generate_test'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:107:in `block (3 levels)
in run'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:204:in `capture_exceptions'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:104:in `block (2 levels)
in run'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:255:in `time_it'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:103:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:350:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:275:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:102:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:830:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:324:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:311:in `block (2 levels) in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `each'
    /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:350:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest.rb:337:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest.rb:309:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `block in __run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `map'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `__run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:136:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:63:in `block in autorun'

 33) Failure:
TestRubyParserV24#test_until_pre_not_mod__18
[/usr/lib/ruby/vendor_ruby/pt_testcase.rb:151]:
failed on input: "(1 + 1) until not true".
--- expected
+++ actual
@@ -1 +1 @@
-s(:while, s(:true), s(:call, s(:lit, 1), :+, s(:lit, 1)), true)
+s(:until, s(:call, s(:true), :!), s(:call, s(:lit, 1), :+, s(:lit, 1)),
true)


 34) Failure:
TestRubyParserV24#test_until_post_not__18
[/usr/lib/ruby/vendor_ruby/pt_testcase.rb:151]:
failed on input: "begin\n  (1 + 1)\nend until not true".
--- expected
+++ actual
@@ -1 +1 @@
-s(:while, s(:true), s(:call, s(:lit, 1), :+, s(:lit, 1)), false)
+s(:until, s(:call, s(:true), :!), s(:call, s(:lit, 1), :+, s(:lit, 1)),
false)


 35) Skipped:
TestRubyParserV24#test_parse_line_dstr_newline
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:692]:
dstr line numbers are just gonna be screwed for a while...

 36) Failure:
TestRubyParserV24#test_str_question_escape__18
[/usr/lib/ruby/vendor_ruby/pt_testcase.rb:151]:
failed on input: "?\\n".
--- expected
+++ actual
@@ -1 +1,2 @@
-s(:lit, 10)
+s(:str, "
+")


 37) Skipped:
TestRubyParserV24#test_parse_line_rescue
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:814]:
not yet

 38) Failure:
TestRubyParserV24#test_unless_post_not__18
[/usr/lib/ruby/vendor_ruby/pt_testcase.rb:151]:
failed on input: "a unless not b".
--- expected
+++ actual
@@ -1 +1 @@
-s(:if, s(:call, nil, :b), s(:call, nil, :a), nil)
+s(:if, s(:call, s(:call, nil, :b), :!), nil, s(:call, nil, :a))


 39) Skipped:
TestRubyParserV24#test_iter_args_5
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2647]:
not yet

 40) Error:
TestRubyParserV24#test_call_arglist_space__18:
Racc::ParseError: (string):1 :: parse error on value "," (tCOMMA)
    /usr/lib/ruby/2.3.0/racc/parser.rb:528:in `on_error'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1163:in
`on_error'
    /usr/lib/ruby/2.3.0/racc/parser.rb:259:in `_racc_do_parse_c'
    /usr/lib/ruby/2.3.0/racc/parser.rb:259:in `do_parse'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1075:in
`block in process'
    /usr/lib/ruby/2.3.0/timeout.rb:91:in `block in timeout'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `block in catch'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `catch'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `catch'
    /usr/lib/ruby/2.3.0/timeout.rb:106:in `timeout'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1063:in
`process'
    /usr/lib/ruby/vendor_ruby/pt_testcase.rb:150:in `block in generate_test'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:107:in `block (3 levels)
in run'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:204:in `capture_exceptions'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:104:in `block (2 levels)
in run'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:255:in `time_it'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:103:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:350:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:275:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:102:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:830:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:324:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:311:in `block (2 levels) in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `each'
    /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:350:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest.rb:337:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest.rb:309:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `block in __run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `map'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `__run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:136:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:63:in `block in autorun'

 41) Error:
TestRubyParserV24#test_call_arglist_norm_hash_splat__18:
Racc::ParseError: (string):1 :: parse error on value "*" (tSTAR)
    /usr/lib/ruby/2.3.0/racc/parser.rb:528:in `on_error'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1163:in
`on_error'
    /usr/lib/ruby/2.3.0/racc/parser.rb:259:in `_racc_do_parse_c'
    /usr/lib/ruby/2.3.0/racc/parser.rb:259:in `do_parse'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1075:in
`block in process'
    /usr/lib/ruby/2.3.0/timeout.rb:91:in `block in timeout'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `block in catch'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `catch'
    /usr/lib/ruby/2.3.0/timeout.rb:33:in `catch'
    /usr/lib/ruby/2.3.0/timeout.rb:106:in `timeout'

/<<PKGBUILDDIR>>/debian/ruby-parser/usr/lib/ruby/vendor_ruby/ruby_parser_extras.rb:1063:in
`process'
    /usr/lib/ruby/vendor_ruby/pt_testcase.rb:150:in `block in generate_test'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:107:in `block (3 levels)
in run'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:204:in `capture_exceptions'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:104:in `block (2 levels)
in run'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:255:in `time_it'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:103:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:350:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:275:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest/test.rb:102:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:830:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:324:in `run_one_method'
    /usr/lib/ruby/vendor_ruby/minitest.rb:311:in `block (2 levels) in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `each'
    /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `block in run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:350:in `on_signal'
    /usr/lib/ruby/vendor_ruby/minitest.rb:337:in `with_info_handler'
    /usr/lib/ruby/vendor_ruby/minitest.rb:309:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `block in __run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `map'
    /usr/lib/ruby/vendor_ruby/minitest.rb:159:in `__run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:136:in `run'
    /usr/lib/ruby/vendor_ruby/minitest.rb:63:in `block in autorun'

 42) Skipped:
TestRubyLexer#test_ruby21_imaginary_literal_with_succeeding_keyword
[/<<PKGBUILDDIR>>/test/test_ruby_lexer.rb:2791]:
Currently does not tokenize correctly

 43) Skipped:
TestRubyParserV20#test_pipe_semicolon
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2520]:
not yet

 44) Skipped:
TestRubyParserV20#test_parse_line_rescue
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:814]:
not yet

 45) Skipped:
TestRubyParserV20#test_kill_me5
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2631]:
not yet

 46) Skipped:
TestRubyParserV20#test_parse_line_dstr_newline
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:692]:
dstr line numbers are just gonna be screwed for a while...

 47) Skipped:
TestRubyParserV20#test_parse_line_heredoc_evstr
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:718]:
heredoc line numbers are just gonna be screwed for a while...

 48) Skipped:
TestRubyParserV20#test_iter_args_5
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2647]:
not yet

 49) Skipped:
TestRubyParserV22#test_parse_line_heredoc_hardnewline
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2933]:
not yet

 50) Skipped:
TestRubyParserV22#test_parse_line_dstr_newline
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:692]:
dstr line numbers are just gonna be screwed for a while...

 51) Skipped:
TestRubyParserV22#test_kill_me5
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2631]:
not yet

 52) Skipped:
TestRubyParserV22#test_iter_args_5
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2647]:
not yet

 53) Skipped:
TestRubyParserV22#test_pipe_semicolon
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2520]:
not yet

 54) Skipped:
TestRubyParserV22#test_parse_line_rescue
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:814]:
not yet

 55) Skipped:
TestRubyParserV22#test_parse_line_heredoc_evstr
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:718]:
heredoc line numbers are just gonna be screwed for a while...

 56) Skipped:
TestRubyParserV19#test_parse_line_dstr_newline
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:692]:
dstr line numbers are just gonna be screwed for a while...

 57) Skipped:
TestRubyParserV19#test_pipe_semicolon
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2520]:
not yet

 58) Skipped:
TestRubyParserV19#test_parse_line_rescue
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:814]:
not yet

 59) Skipped:
TestRubyParserV19#test_kill_me5
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2631]:
not yet

 60) Skipped:
TestRubyParserV19#test_parse_line_heredoc_evstr
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:718]:
heredoc line numbers are just gonna be screwed for a while...

 61) Skipped:
TestRubyParserV19#test_iter_args_5
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:2647]:
not yet

 62) Skipped:
TestRubyParserV18#test_parse_line_rescue
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:814]:
not yet

 63) Skipped:
TestRubyParserV18#test_block_decomp_splat
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:1509]:
not that smart yet

 64) Skipped:
TestRubyParserV18#test_parse_line_dstr_newline
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:692]:
dstr line numbers are just gonna be screwed for a while...

 65) Skipped:
TestRubyParserV18#test_parse_line_heredoc_evstr
[/<<PKGBUILDDIR>>/test/test_ruby_parser.rb:718]:
heredoc line numbers are just gonna be screwed for a while...

5494 runs, 24186 assertions, 14 failures, 6 errors, 45 skips
rake aborted!

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: ruby-parser
Source-Version: 3.11.0-1

We believe that the bug you reported is fixed in the latest version of
ruby-parser, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cédric Boutillier <[email protected]> (supplier of updated ruby-parser package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 01 Aug 2018 02:30:05 +0200
Source: ruby-parser
Binary: ruby-parser
Architecture: source
Version: 3.11.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<[email protected]>
Changed-By: Cédric Boutillier <[email protected]>
Description:
 ruby-parser - Ruby parser written in pure Ruby
Closes: 867533
Changes:
 ruby-parser (3.11.0-1) unstable; urgency=medium
 .
   [ Antonio Terceiro ]
   * Remove myself from Uploaders:
 .
   [ Cédric Boutillier ]
   * New upstream version 3.11.0 (Closes: #867533)
   * Use salsa.debian.org in Vcs-* fields
   * Move debian/watch to gemwatch.debian.net
   * Bump Standards-Version to 4.1.5 (no changes needed)
   * Bump debhelper compatibility level to 11
   * README is now rdoc
   * Bump version dependency on ruby-sexp-processor
Checksums-Sha1:
 6e71343c17c7b6f0c47d0037e0f791d4e0c37c4c 1781 ruby-parser_3.11.0-1.dsc
 093182cdbe6393f94c4328848526228cad4e0368 468423 ruby-parser_3.11.0.orig.tar.gz
 a5016744580c77dafb63644a1eb0b157736879c8 3588 
ruby-parser_3.11.0-1.debian.tar.xz
 cb0ebfa3e3cb4a94f91dbf96b312d8b00d9afacb 6112 
ruby-parser_3.11.0-1_amd64.buildinfo
Checksums-Sha256:
 3e1d79db767113ead460e173c9b11544ff2dc3acc4c29e96616f5093460f0bb7 1781 
ruby-parser_3.11.0-1.dsc
 94bb3ea572565884a1051b9a218b79decba5189c8c41457a46c67e00254f0e54 468423 
ruby-parser_3.11.0.orig.tar.gz
 c0c2c496dd6a84c6339c3cfec1d857349f23350dfb5b879382d5542f184d1eac 3588 
ruby-parser_3.11.0-1.debian.tar.xz
 a1f69c157855de9aac2c41b1cb7cd5d221bae5788300adf0068b824aada3947d 6112 
ruby-parser_3.11.0-1_amd64.buildinfo
Files:
 3280c919f5c0e7af2d192f5d2378d7a9 1781 ruby optional ruby-parser_3.11.0-1.dsc
 c40595f27f21a4a25b5d4a569889f66b 468423 ruby optional 
ruby-parser_3.11.0.orig.tar.gz
 a621b8af327d854475a37bd29cf320e3 3588 ruby optional 
ruby-parser_3.11.0-1.debian.tar.xz
 e47aaffddeb2a19fc5f5778c99dd680b 6112 ruby optional 
ruby-parser_3.11.0-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEnM1rMZ2/jkCrGr0aia+CtznNIXoFAlthDFwACgkQia+CtznN
IXriiwf/dZx6LTxYcBULYvy1BGmHCaG37rQ1QmTotwPkvWohAnnzhaJxH3ByYr9p
Vq+Xo4eprcHjC3qY+5ib1iSi8TeKnaFCFWeffrdVLNq9OrNAn/6knIWEJYNHr0lo
x9svQhNVpeyyvgdthpLoQuSYNJlD1yoNOaAk8Hycg2pEmRQN1M2vzxxYlE4qEep+
+wmYNBK1KLM+iXKft0L4/bXB1ckUKeH3NrYAIETj8NDsq7wWSZvdgBOBnWaOVtdX
TjBNPdyCp4nk14eoLBptQVL1N9O4t4Vvp+EEplPaFVUZP+PmecpUfkjR2rTs0sR+
1NICyqfnvBBnxGZ4sba4MMrhIL3P0g==
=9EFu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to