虚無庵

徒然なるままに

今日の ruby build 2023-10-25

今日のビルド

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

  Files:       1039

  Classes:     1260 ( 313 undocumented)
  Modules:      239 (  88 undocumented)
  Constants:   1480 ( 736 undocumented)
  Attributes:  1495 ( 306 undocumented)
  Methods:    12646 (2435 undocumented)

  Total:      17120 (3878 undocumented)
   77.35% documented

  Elapsed: 38.3s

今日のテスト

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, 41635>             
COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
ruby    3271370 jinroq    9u  IPv4 1162718      0t0  TCP localhost:41635->localhost:44972 (CLOSE_WAIT)
Multiple autoclose IO objects for a file descriptor in: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestVariable#test_cloned_allows_setting_cvar: 9                                                      
Finished tests in 831.246204s, 31.5767 tests/s, 7488.7380 assertions/s.                                                                                    
26248 tests, 6224985 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-10-25T12:40:41Z master 2f8a719b6a) [x86_64-linux]

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

2f8a719b6aa8b1e652d5e4114a811cf0a12f0f34 までを 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 ( 312 undocumented)
  Modules:      241 (  88 undocumented)
  Constants:   2424 ( 763 undocumented)
  Attributes:  1495 ( 306 undocumented)
  Methods:    12648 (2435 undocumented)

  Total:      18068 (3904 undocumented)
   78.39% documented

  Elapsed: 55.6s

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

make test-all を実行。

Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 35669>                      
COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
ruby    3512871 jinroq    9u  IPv4 1203659      0t0  TCP localhost:35669->localhost:56532 (CLOSE_WAIT)
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9      
Finished tests in 809.694592s, 32.4172 tests/s, 7684.6827 assertions/s.                                                                               
26248 tests, 6222246 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-10-25T12:40:41Z master 2f8a719b6a) [x86_64-linux]

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

2f8a719b6aa8b1e652d5e4114a811cf0a12f0f34 までを 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, 35107>
COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
ruby    2737211 jinroq    9u  IPv4 1005665      0t0  TCP localhost:35107->localhost:38008 (CLOSE_WAIT)
Closed file descriptor: TestRDocClassModule#test_ancestors: 9
Finished tests in 869.050431s, 30.2031 tests/s, 7162.5763 assertions/s.
26248 tests, 6224640 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-25T12:40:41Z master 2f8a719b6a) [x86_64-linux]

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

2f8a719b6aa8b1e652d5e4114a811cf0a12f0f34 までを 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, 38431>
COMMAND     PID   USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
ruby    2737542 jinroq    9u  IPv4 979374      0t0  TCP localhost:38431->localhost:47814 (CLOSE_WAIT)
Closed file descriptor: TestWeakRef#test_not_reference_different_object: 9
Finished tests in 891.448084s, 29.4442 tests/s, 6980.7565 assertions/s.
26248 tests, 6222982 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-25T12:40:41Z master 2f8a719b6a) [x86_64-linux]