虚無庵

徒然なるままに

今日の ruby build 2023-10-30

今日のビルド

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

  Files:       1047

  Classes:     1260 ( 313 undocumented)
  Modules:      243 (  90 undocumented)
  Constants:   2429 ( 767 undocumented)
  Attributes:  1496 ( 306 undocumented)
  Methods:    12638 (2439 undocumented)

  Total:      18066 (3915 undocumented)
   78.33% documented

  Elapsed: 33.6s

今日のテスト

make test-all を実行。

Finished tests in 640.306952s, 41.0569 tests/s, 9723.5630 assertions/s.
26289 tests, 6226065 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-30T09:27:06Z master 14fa5e39d7) [x86_64-linux]

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

14fa5e39d72c84d3e12e10dc5d77a6e6200c10f5 までを pull ってきてビルド。

ruby_parser.c: In function ‘rb_parser_config_initialize’:
ruby_parser.c:721:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  721 |     config->compile_warn    = rb_compile_warn;
      |                             ^
ruby_parser.c:722:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  722 |     config->compile_warning = rb_compile_warning;
      |                             ^
ruby_parser.c:723:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  723 |     config->bug             = rb_bug;
      |                             ^
ruby_parser.c:724:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  724 |     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:       1047

  Classes:     1260 ( 313 undocumented)
  Modules:      243 (  90 undocumented)
  Constants:   2429 ( 767 undocumented)
  Attributes:  1496 ( 306 undocumented)
  Methods:    12638 (2439 undocumented)

  Total:      18066 (3915 undocumented)
   78.33% documented

  Elapsed: 38.2s

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

make test-all を実行。

Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40419>
COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
ruby    3017396 jinroq    9u  IPv4 2383822      0t0  TCP localhost:40419->localhost:55510 (CLOSE_WAIT)
Closed file descriptor: TestCSVRow#test_inspect_encoding_is_ascii_compatible: 9
Finished tests in 763.687748s, 34.4238 tests/s, 8155.9276 assertions/s.
26289 tests, 6228582 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-10-30T09:27:06Z master 14fa5e39d7) [x86_64-linux]

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

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

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

make test-all を実行。

Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 35517>
COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
ruby    3009748 jinroq    9u  IPv4 2349554      0t0  TCP localhost:35517->localhost:49942 (CLOSE_WAIT)
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9
Finished tests in 721.569126s, 36.4331 tests/s, 8626.3710 assertions/s.
26289 tests, 6224523 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-30T09:27:06Z master 14fa5e39d7) [x86_64-linux]

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

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

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

make test-all を実行。

Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 39571>
COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
ruby    3009741 jinroq    9u  IPv4 2318105      0t0  TCP localhost:39571->localhost:37100 (CLOSE_WAIT)
Closed file descriptor: TestNoMethodError#test_new_name: 9
Finished tests in 653.883995s, 40.2044 tests/s, 9519.8660 assertions/s.
26289 tests, 6224888 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-10-30T09:27:06Z master 14fa5e39d7) [x86_64-linux]