虚無庵

徒然なるままに

今日の ruby build 2023-10-29

今日のビルド

f082ccf4f8a0750c4616d234b0fadf7e599fe37b までを 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: 32.9s

github.com

Prism の警告はこれで直ったみたい。

今日のテスト

make test-all を実行。

Finished tests in 637.067125s, 41.2594 tests/s, 9774.0799 assertions/s.
26285 tests, 6226745 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-28T14:49:47Z master f082ccf4f8) [x86_64-linux]

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

f082ccf4f8a0750c4616d234b0fadf7e599fe37b までを 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: 36.8s

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

make test-all を実行。

Finished tests in 672.579048s, 39.0809 tests/s, 9253.3450 assertions/s.
26285 tests, 6223606 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-10-28T14:49:47Z master f082ccf4f8) [x86_64-linux]

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

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

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

make test-all を実行。

Finished tests in 626.189737s, 41.9761 tests/s, 9934.7444 assertions/s.
26285 tests, 6221035 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-28T14:49:47Z master f082ccf4f8) [x86_64-linux]

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

f082ccf4f8a0750c4616d234b0fadf7e599fe37b までを 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, 36629>
COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
ruby    2399532 jinroq    9u  IPv4 2188964      0t0  TCP localhost:36629->localhost:34766 (CLOSE_WAIT)
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished tests in 644.326701s, 40.7945 tests/s, 9660.8491 assertions/s.
26285 tests, 6224743 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-28T14:49:47Z master f082ccf4f8) [x86_64-linux]