Project

General

Profile

Bug #15297 » 2018-11-10_65649.log

MSP-Greg (Greg L), 11/10/2018 05:31 AM

 
ruby 2.6.0dev (2018-11-10 trunk 65649) [x64-mingw32]
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― test-all failures

4) Failure:
TestRubyOptions#test_yydebug [/ruby/test/ruby/test_rubyoptions.rb:273]:
<[]> expected but was
<["C:\\projects\\ruby-loco\\install\\bin\\ruby.exe: no implicit conversion of false into String (TypeError)"]>.

5) Failure:
TestRubyOptions#test_dump_yydebug_with_rflag [/ruby/test/ruby/test_rubyoptions.rb:961]:

1. [2/2] Assertion for "stderr"
| <[]> expected but was
| <["C:\\projects\\ruby-loco\\install\\bin\\ruby.exe: no implicit conversion of false into String (TypeError)"]>.


――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― compile warnings
compiling parse.c

parse.c: In function 'yy_symbol_print':

parse.c:4720:14: warning: passing argument 1 of 'rb_parser_printf' from incompatible pointer type [-Wincompatible-pointer-types]
YYFPRINTF (yyo, "%s %s (",
^~~

In file included from ../ruby/include/ruby/ruby.h:29,
from ../ruby/parse.y:23:
../ruby/node.h:437:57: note: expected 'struct parser_params *' but argument is of type 'FILE *' {aka 'struct _iobuf *'}
PRINTF_ARGS(void rb_parser_printf(struct parser_params *parser, const char *fmt, ...), 2, 3);
~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../ruby/include/ruby/defines.h:98:3: note: in definition of macro 'PRINTF_ARGS'
decl __attribute__((format(printf, string_index, first_to_check)))
^~~~

parse.c:4724:14: warning: passing argument 1 of 'rb_parser_printf' from incompatible pointer type [-Wincompatible-pointer-types]
YYFPRINTF (yyo, ": ");
^~~

In file included from ../ruby/include/ruby/ruby.h:29,
from ../ruby/parse.y:23:
../ruby/node.h:437:57: note: expected 'struct parser_params *' but argument is of type 'FILE *' {aka 'struct _iobuf *'}
PRINTF_ARGS(void rb_parser_printf(struct parser_params *parser, const char *fmt, ...), 2, 3);
~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../ruby/include/ruby/defines.h:98:3: note: in definition of macro 'PRINTF_ARGS'
decl __attribute__((format(printf, string_index, first_to_check)))
^~~~

parse.c:4726:14: warning: passing argument 1 of 'rb_parser_printf' from incompatible pointer type [-Wincompatible-pointer-types]
YYFPRINTF (yyo, ")");
^~~

In file included from ../ruby/include/ruby/ruby.h:29,
from ../ruby/parse.y:23:
../ruby/node.h:437:57: note: expected 'struct parser_params *' but argument is of type 'FILE *' {aka 'struct _iobuf *'}
PRINTF_ARGS(void rb_parser_printf(struct parser_params *parser, const char *fmt, ...), 2, 3);
~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../ruby/include/ruby/defines.h:98:3: note: in definition of macro 'PRINTF_ARGS'
decl __attribute__((format(printf, string_index, first_to_check)))
^~~~

―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
compiling compiler ripper.y
installing default ripper libraries
compiling ripper.c
ripper.c: In function 'yy_symbol_print':

ripper.c:4717:14: warning: passing argument 1 of 'rb_parser_printf' from incompatible pointer type [-Wincompatible-pointer-types]
YYFPRINTF (yyo, "%s %s (",
^~~

In file included from ../../../ruby/include/ruby/ruby.h:29,
from ripper.y:23:
../../../ruby/node.h:437:57: note: expected 'struct parser_params *' but argument is of type 'FILE *' {aka 'struct _iobuf *'}
PRINTF_ARGS(void rb_parser_printf(struct parser_params *parser, const char *fmt, ...), 2, 3);
~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../../ruby/include/ruby/defines.h:98:3: note: in definition of macro 'PRINTF_ARGS'
decl __attribute__((format(printf, string_index, first_to_check)))
^~~~

ripper.c:4721:14: warning: passing argument 1 of 'rb_parser_printf' from incompatible pointer type [-Wincompatible-pointer-types]
YYFPRINTF (yyo, ": ");
^~~

In file included from ../../../ruby/include/ruby/ruby.h:29,
from ripper.y:23:
../../../ruby/node.h:437:57: note: expected 'struct parser_params *' but argument is of type 'FILE *' {aka 'struct _iobuf *'}
PRINTF_ARGS(void rb_parser_printf(struct parser_params *parser, const char *fmt, ...), 2, 3);
~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../../ruby/include/ruby/defines.h:98:3: note: in definition of macro 'PRINTF_ARGS'
decl __attribute__((format(printf, string_index, first_to_check)))
^~~~

ripper.c:4723:14: warning: passing argument 1 of 'rb_parser_printf' from incompatible pointer type [-Wincompatible-pointer-types]
YYFPRINTF (yyo, ")");
^~~

In file included from ../../../ruby/include/ruby/ruby.h:29,
from ripper.y:23:
../../../ruby/node.h:437:57: note: expected 'struct parser_params *' but argument is of type 'FILE *' {aka 'struct _iobuf *'}
PRINTF_ARGS(void rb_parser_printf(struct parser_params *parser, const char *fmt, ...), 2, 3);
~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../../ruby/include/ruby/defines.h:98:3: note: in definition of macro 'PRINTF_ARGS'
decl __attribute__((format(printf, string_index, first_to_check)))
^~~~


――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Log output - testing
――――――――――――――――――――――――――――――――――― test-basic
Time Limit 20.0 s 23:11
Test Time 4.1 passed
――――――――――――――――――――――――――――――――――― btest
Time Limit 100.0 s 23:18
Test Time 41.3 passed
――――――――――――――――――――――――――――――――――― test-all
Time Limit 1,800.0 s 24:01
Test Time 919.5 failed
――――――――――――――――――――――――――――――――――― test-mspec
Time Limit 240.0 s 39:26
Test Time 143.9 passed

―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Test Results
2 Total Failures/Errors Build No 1375 Job Id 5r7f071ul6op4xvq
ruby 2.6.0dev (2018-11-10 trunk 65649) [x64-mingw32]
2018-11-10 03:41:51 UTC

test-all 20051 tests, 5065628 assertions, 2 failures, 0 errors, 112 skips, 112 skips shown

mspec 3710 files, 29254 examples, 100356 expectations, 0 failures, 0 errors, 0 tagged

test-basic test succeeded
btest PASS all 1396 tests

bundle version Bundler version 1.17.1 (2018-11-10 commit unknown)
rake -V rake, version 12.3.1


―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Summary test-all
ruby 2.6.0dev (2018-11-10 trunk 65649) [x64-mingw32]
20051 tests, 5065628 assertions, 2 failures, 0 errors, 112 skips, 112 skips shown

――――――――――――――――――――――――――――――――――――――――――――――――――――――― Parallel Tests - 2 Failures

4 TestRubyOptions#test_dump_yydebug_with_rflag = 0.03 s = F
2 TestRubyOptions#test_yydebug = 0.03 s = F

――――――――――――――――――――――――――――――――――――――――――――――――――――――― 2 Failures
/ruby/test/ruby/test_rubyoptions.rb

TestRubyOptions#test_yydebug Line: 273
<[]> expected but was
<["C:\\projects\\ruby-loco\\install\\bin\\ruby.exe: no implicit conversion of false into String (TypeError)"]>.

TestRubyOptions#test_dump_yydebug_with_rflag Line: 961

1. [2/2] Assertion for "stderr"
| <[]> expected but was
| <["C:\\projects\\ruby-loco\\install\\bin\\ruby.exe: no implicit conversion of false into String (TypeError)"]>.
    (1-1/1)