虚無庵

徒然なるままに

今日の ruby build 2023-11-27

今日のビルド

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

  Files:       1051

  Classes:     1275 ( 317 undocumented)
  Modules:      244 (  81 undocumented)
  Constants:   2477 ( 806 undocumented)
  Attributes:  1501 ( 258 undocumented)
  Methods:    12681 (2520 undocumented)

  Total:      18178 (3982 undocumented)
   78.09% documented

  Elapsed: 33.9s

今日のテスト

make test-all を実行。

Leaked file descriptor: TestIRB::ContextTest#test_build_completor: 8 #<File::Stat dev=0x10302, ino=2652792, mode=040755, nlink=2, uid=1000, gid=1000, rdev=0x0, size=4096, blksize=4096, blocks=8, atime=2023-11-27 22:05:11.55119743 +0900, mtime=2023-07-16 02:16:13.835839041 +0900, ctime=2023-07-16 02:16:13.835839041 +0900>
Closed file descriptor: TestIRB::ContextTest#test_default_return_format: 8
Finished tests in 677.396950s, 39.1233 tests/s, 10691.2232 assertions/s.
26502 tests, 7242202 assertions, 0 failures, 0 errors, 87 skips

ruby -v: ruby 3.3.0dev (2023-11-27T12:21:24Z master 1c3088117a) [x86_64-linux]

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

1c3088117a6b22b6aa07fb8c9c28028851786c1b までを 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:       1051

  Classes:     1275 ( 317 undocumented)
  Modules:      244 (  81 undocumented)
  Constants:   2477 ( 806 undocumented)
  Attributes:  1501 ( 258 undocumented)
  Methods:    12681 (2520 undocumented)

  Total:      18178 (3982 undocumented)
   78.09% documented

  Elapsed: 36.6s

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

make test-all を実行。

Leaked file descriptor: TestIRB::ContextTest#test_build_completor: 5 #<File::Stat dev=0x10302, ino=3297912, mode=0100644, nlink=1, uid=1000, gid=1000, rdev=0x0, size=1013, blksize=4096, blocks=8, atime=2023-11-27 22:05:23.550914621 +0900, mtime=2023-08-23 21:49:10.259310789 +0900, ctime=2023-08-23 21:49:10.259310789 +0900>
Closed file descriptor: TestIRB::ContextTest#test_default_return_format: 5
Finished tests in 717.102274s, 36.9571 tests/s, 10102.5771 assertions/s.
26502 tests, 7244581 assertions, 0 failures, 0 errors, 87 skips

ruby -v: ruby 3.3.0dev (2023-11-27T12:21:24Z master 1c3088117a) [x86_64-linux]

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

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

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

make test-all を実行。

Leaked file descriptor: TestIRB::ContextTest#test_build_completor: 5 #<File::Stat dev=0x10302, ino=2624449, mode=0100644, nlink=1, uid=1000, gid=1000, rdev=0x0, size=1013, blksize=4096, blocks=8, atime=2023-11-27 22:05:13.779139358 +0900, mtime=2023-09-17 15:37:01.752490258 +0900, ctime=2023-09-17 15:37:01.752490258 +0900>
Closed file descriptor: TestIRB::ContextTest#test_default_return_format: 5
Finished tests in 679.535806s, 39.0002 tests/s, 10659.3883 assertions/s.
26502 tests, 7243436 assertions, 0 failures, 0 errors, 89 skips

ruby -v: ruby 3.3.0dev (2023-11-27T12:21:24Z master 1c3088117a) [x86_64-linux]

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

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

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

make test-all を実行。

Leaked file descriptor: TestIRB::ContextTest#test_build_completor: 8 #<File::Stat dev=0x10302, ino=2520438, mode=040755, nlink=2, uid=1000, gid=1000, rdev=0x0, size=4096, blksize=4096, blocks=8, atime=2023-11-27 22:05:13.403148992 +0900, mtime=2023-09-17 15:37:40.821236262 +0900, ctime=2023-09-17 15:37:40.821236262 +0900>
Multiple autoclose IO objects for a file descriptor in: TestIRB::ContextTest#test_build_completor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestIRB::ContextTest#test_default_return_format: 8
Finished tests in 673.748948s, 39.3351 tests/s, 10749.7133 assertions/s.
26502 tests, 7242608 assertions, 0 failures, 0 errors, 88 skips

ruby -v: ruby 3.3.0dev (2023-11-27T12:21:24Z master 1c3088117a) [x86_64-linux]