虚無庵

徒然なるままに

今日の ruby build 2023-10-24

今日のビルド

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

  Files:       1039

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

  Total:      17121 (3879 undocumented)
   77.34% documented

  Elapsed: 37.7s

今日のテスト

make test-all を実行。

Finished tests in 700.555360s, 37.4660 tests/s, 8883.6363 assertions/s.                                                                               
26247 tests, 6223479 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-10-24T03:34:33Z master c44d65427e) [x86_64-linux]

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

c44d65427e639ca45c17b1c9dece798bae59f047 までを 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:       1039

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

  Total:      17121 (3879 undocumented)
   77.34% documented

  Elapsed: 35.3s

今日のテスト(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, 43391>
COMMAND     PID   USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
ruby    1528520 jinroq    9u  IPv4 604080      0t0  TCP localhost:43391->localhost:50674 (CLOSE_WAIT)
Closed file descriptor: TestGemSourceGit#test_cache: 9                                          
Finished tests in 875.021833s, 29.9958 tests/s, 7113.3276 assertions/s.                                                                                    
26247 tests, 6224317 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-10-24T03:34:33Z master c44d65427e) [x86_64-linux]

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

c44d65427e639ca45c17b1c9dece798bae59f047 までを 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, 36211>                 
COMMAND     PID   USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
ruby    1531111 jinroq    9u  IPv4 556056      0t0  TCP localhost:36211->localhost:59980 (CLOSE_WAIT)
Finished tests in 716.237891s, 36.6456 tests/s, 8686.1406 assertions/s.                                                                     
26247 tests, 6221343 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-10-24T03:34:33Z master c44d65427e) [x86_64-linux]

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

c44d65427e639ca45c17b1c9dece798bae59f047 までを 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, 44865>                 
COMMAND     PID   USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
ruby    1645191 jinroq    9u  IPv4 563014      0t0  TCP localhost:44865->localhost:36568 (CLOSE_WAIT)
Closed file descriptor: TestGemDependencyList#test_ok_eh: 9                                                
Finished tests in 828.409314s, 31.6836 tests/s, 7510.6869 assertions/s.                                                                       
26247 tests, 6221923 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-10-24T03:34:33Z master c44d65427e) [x86_64-linux]