虚無庵

徒然なるままに

今日の ruby build 2023-09-27

今日のビルド

50520cc1930331bccdb94730e17ddc01798f2be0 までを pull ってきてビルド。エラー/警告ともになし。

  Files:       1034

  Classes:     1254 ( 315 undocumented)
  Modules:      238 (  88 undocumented)
  Constants:   1474 ( 730 undocumented)
  Attributes:  1474 ( 303 undocumented)
  Methods:    12146 (2708 undocumented)

  Total:      16586 (4144 undocumented)
   75.02% documented

  Elapsed: 39.4s

今日のテスト

Finished tests in 889.133249s, 29.9224 tests/s, 10348.6345 assertions/s.                                                                                   
26605 tests, 9201315 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-09-27T07:18:05Z master 50520cc193) [x86_64-linux]

今日のビルド(Universal Parser 有効化)

50520cc1930331bccdb94730e17ddc01798f2be0 までを pull ってきてビルド。

../ruby_parser.c: In function ‘syntax_error_append’:
../ruby_parser.c:117:5: warning: function ‘syntax_error_append’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  117 |     return rb_syntax_error_append(exc, file, line, column, (rb_encoding *)enc, fmt, args);
      |     ^~~~~~
../ruby_parser.c: In function ‘rb_parser_config_initialize’:
../ruby_parser.c:619:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  619 |     config->str_catf        = rb_str_catf;
      |                             ^
../ruby_parser.c:637:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  637 |     config->str_vcatf       = rb_str_vcatf;
      |                             ^
../ruby_parser.c:639:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  639 |     config->rb_sprintf      = rb_sprintf;
      |                             ^
../ruby_parser.c:726:19: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  726 |     config->raise = rb_raise;
      |                   ^
../ruby_parser.c:748:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  748 |     config->compile_warn    = rb_compile_warn;
      |                             ^
../ruby_parser.c:749:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  749 |     config->compile_warning = rb_compile_warning;
      |                             ^
../ruby_parser.c:750:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  750 |     config->bug             = rb_bug;
      |                             ^
../ruby_parser.c:751:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  751 |     config->fatal           = rb_fatal;
      |                             ^
../ruby_parser.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
  Files:       1031

  Classes:     1254 ( 315 undocumented)
  Modules:      238 (  88 undocumented)
  Constants:   1474 ( 730 undocumented)
  Attributes:  1474 ( 303 undocumented)
  Methods:    12146 (2708 undocumented)

  Total:      16586 (4144 undocumented)
   75.02% documented

  Elapsed: 40.4s

今日のテスト(Universal Parser 有効化)

Finished tests in 854.348660s, 30.5671 tests/s, 7184.0167 assertions/s.                                                                                    
26115 tests, 6137655 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-09-27T07:18:05Z master 50520cc193) [x86_64-linux]

今日のビルド(YJIT 有効化)

50520cc1930331bccdb94730e17ddc01798f2be0 までを pull ってきてビルド。エラー/警告ともになし。

今日のテスト(YJIT 有効化)

Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>                                                                        
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Finished tests in 811.642805s, 32.2100 tests/s, 7557.5869 assertions/s.                                                          
26143 tests, 6134061 assertions, 0 failures, 0 errors, 86 skips

ruby -v: ruby 3.3.0dev (2023-09-27T07:18:05Z master 50520cc193) [x86_64-linux]

コケてはいないようだけど、見たことないメッセージが出たぞ。

今日のビルド(RJIT 有効化)

50520cc1930331bccdb94730e17ddc01798f2be0 までを pull ってきてビルド。エラー/警告ともになし。

今日のテスト(RJIT 有効化)

Finished tests in 842.158760s, 31.0428 tests/s, 7285.6833 assertions/s.                                                                                    
26143 tests, 6135702 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-09-27T07:18:05Z master 50520cc193) [x86_64-linux]