# Logfile created on 2024-04-03 21:35:16 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x0000556c68907160 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk", @TARGET_SRC_DIR="/tmp/ruby/src/trunk", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk", @configure_opts=["--enable-shared"], @build_opts="-j20", @btest_opts="-j20", @test_opts="TESTS='-j20'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk.20240403-213516", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000556c6899b360 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000556c6899b1f8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000556c6899b068 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20240403-213516", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20240403-213516>, @binmode=false, @mon_data=#<Monitor:0x0000556c6899af50>, @mon_data_owner_object_id=860>>> $$$[beg] make update-unicode -j20 make: Nothing to be done for 'update-unicode'. $$$[end] "make update-unicode -j20" exit with 0. $$$[beg] make update-download -j20 tool/config.guess already exists tool/config.sub already exists Update minitest to 287b35d60c8e19c11ba090efc6eeb225325a8520 Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo 287b35d60c8e19c11ba090efc6eeb225325a8520 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision - echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision - echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem $$$[end] "make update-download -j20" exit with 0. $$$[beg] make update-rubyspec -j20 make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec -j20" exit with 0. $$$[beg] make update-src -j20 From https://github.com/ruby/ruby 571bfc7..4ef9990 master -> origin/master Updating 571bfc7..4ef9990 Fast-forward bootstraptest/test_literal_suffix.rb | 6 +- bootstraptest/test_syntax.rb | 2 +- prism/config.yml | 5 + prism/node.h | 23 +- prism/parser.h | 105 ++- prism/prism.c | 715 ++++++++++++++++++--- prism/templates/src/diagnostic.c.erb | 9 +- prism/templates/src/node.c.erb | 64 +- prism_compile.c | 2 +- test/.excludes-prism/TestClass.rb | 3 - test/.excludes-prism/TestISeq.rb | 1 - test/.excludes-prism/TestParse.rb | 2 - test/.excludes-prism/TestSyntax.rb | 2 - test/prism/errors_test.rb | 50 +- test/prism/fixtures/break.txt | 22 +- test/prism/fixtures/if.txt | 6 +- test/prism/fixtures/keywords.txt | 4 +- test/prism/fixtures/next.txt | 26 +- test/prism/fixtures/rescue.txt | 4 +- test/prism/fixtures/seattlerb/README.rdoc | 6 +- test/prism/fixtures/seattlerb/block_break.txt | 1 - test/prism/fixtures/seattlerb/block_next.txt | 1 - test/prism/fixtures/seattlerb/dasgn_icky2.txt | 8 - .../fixtures/seattlerb/pct_Q_backslash_nl.txt | 2 +- test/prism/fixtures/seattlerb/yield_arg.txt | 1 - .../prism/fixtures/seattlerb/yield_call_assocs.txt | 11 - .../fixtures/seattlerb/yield_empty_parens.txt | 1 - test/prism/fixtures/unless.txt | 4 +- .../fixtures/unparser/corpus/literal/control.txt | 15 - .../fixtures/unparser/corpus/literal/flipflop.txt | 4 + .../fixtures/unparser/corpus/literal/since/32.txt | 4 + .../fixtures/unparser/corpus/literal/yield.txt | 3 - .../fixtures/unparser/corpus/semantic/opasgn.txt | 1 + test/prism/fixtures/until.txt | 4 +- test/prism/fixtures/while.txt | 12 +- test/prism/fixtures/whitequark/args_assocs.txt | 11 - .../fixtures/whitequark/args_assocs_legacy.txt | 11 - test/prism/fixtures/whitequark/break.txt | 7 - test/prism/fixtures/whitequark/break_block.txt | 1 - .../whitequark/class_definition_in_while_cond.txt | 7 - .../cond_eflipflop_with_beginless_range.txt | 1 + .../cond_eflipflop_with_endless_range.txt | 1 + .../cond_iflipflop_with_beginless_range.txt | 1 + .../cond_iflipflop_with_endless_range.txt | 1 + .../whitequark/if_while_after_class__since_32.txt | 7 - .../whitequark/method_definition_in_while_cond.txt | 7 - test/prism/fixtures/whitequark/next.txt | 7 - test/prism/fixtures/whitequark/next_block.txt | 1 - .../whitequark/numparam_ruby_bug_19025.txt | 1 + test/prism/fixtures/whitequark/parser_bug_989.txt | 3 + test/prism/fixtures/whitequark/redo.txt | 1 - test/prism/fixtures/whitequark/retry.txt | 1 - test/prism/fixtures/whitequark/yield.txt | 7 - test/prism/fixtures/yield.txt | 8 +- test/prism/location_test.rb | 28 +- test/prism/parse_test.rb | 77 +-- test/prism/ruby_parser_test.rb | 1 + test/prism/snapshots/break.txt | 436 +++++++++---- test/prism/snapshots/if.txt | 162 +++-- test/prism/snapshots/keywords.txt | 38 +- test/prism/snapshots/next.txt | 470 +++++++++----- test/prism/snapshots/rescue.txt | 68 +- test/prism/snapshots/seattlerb/block_break.txt | 56 -- test/prism/snapshots/seattlerb/block_next.txt | 56 -- .../snapshots/seattlerb/pct_Q_backslash_nl.txt | 4 +- test/prism/snapshots/unless.txt | 88 ++- .../snapshots/unparser/corpus/literal/control.txt | 150 ----- .../snapshots/unparser/corpus/literal/flipflop.txt | 232 ++++--- .../snapshots/unparser/corpus/literal/since/32.txt | 130 ++-- .../snapshots/unparser/corpus/semantic/opasgn.txt | 69 ++ test/prism/snapshots/until.txt | 80 ++- test/prism/snapshots/while.txt | 514 +++++++++------ test/prism/snapshots/whitequark/break.txt | 56 -- test/prism/snapshots/whitequark/break_block.txt | 40 -- .../whitequark/class_definition_in_while_cond.txt | 171 ----- .../cond_eflipflop_with_beginless_range.txt | 27 + .../cond_eflipflop_with_endless_range.txt | 27 + .../cond_iflipflop_with_beginless_range.txt | 27 + .../cond_iflipflop_with_endless_range.txt | 27 + .../whitequark/if_while_after_class__since_32.txt | 119 ---- .../whitequark/method_definition_in_while_cond.txt | 199 ------ test/prism/snapshots/whitequark/next.txt | 56 -- test/prism/snapshots/whitequark/next_block.txt | 40 -- .../whitequark/numparam_ruby_bug_19025.txt | 49 ++ test/prism/snapshots/whitequark/parser_bug_989.txt | 11 + test/prism/snapshots/whitequark/redo.txt | 6 - test/prism/snapshots/whitequark/retry.txt | 6 - test/prism/snapshots/yield.txt | 138 ++-- test/prism/test_helper.rb | 32 + 89 files changed, 2775 insertions(+), 2128 deletions(-) delete mode 100644 test/.excludes-prism/TestClass.rb delete mode 100644 test/prism/fixtures/seattlerb/block_break.txt delete mode 100644 test/prism/fixtures/seattlerb/block_next.txt delete mode 100644 test/prism/fixtures/seattlerb/dasgn_icky2.txt delete mode 100644 test/prism/fixtures/seattlerb/yield_arg.txt delete mode 100644 test/prism/fixtures/seattlerb/yield_call_assocs.txt delete mode 100644 test/prism/fixtures/seattlerb/yield_empty_parens.txt delete mode 100644 test/prism/fixtures/unparser/corpus/literal/control.txt delete mode 100644 test/prism/fixtures/unparser/corpus/literal/yield.txt create mode 100644 test/prism/fixtures/unparser/corpus/semantic/opasgn.txt delete mode 100644 test/prism/fixtures/whitequark/args_assocs.txt delete mode 100644 test/prism/fixtures/whitequark/args_assocs_legacy.txt delete mode 100644 test/prism/fixtures/whitequark/break.txt delete mode 100644 test/prism/fixtures/whitequark/break_block.txt delete mode 100644 test/prism/fixtures/whitequark/class_definition_in_while_cond.txt create mode 100644 test/prism/fixtures/whitequark/cond_eflipflop_with_beginless_range.txt create mode 100644 test/prism/fixtures/whitequark/cond_eflipflop_with_endless_range.txt create mode 100644 test/prism/fixtures/whitequark/cond_iflipflop_with_beginless_range.txt create mode 100644 test/prism/fixtures/whitequark/cond_iflipflop_with_endless_range.txt delete mode 100644 test/prism/fixtures/whitequark/if_while_after_class__since_32.txt delete mode 100644 test/prism/fixtures/whitequark/method_definition_in_while_cond.txt delete mode 100644 test/prism/fixtures/whitequark/next.txt delete mode 100644 test/prism/fixtures/whitequark/next_block.txt create mode 100644 test/prism/fixtures/whitequark/numparam_ruby_bug_19025.txt create mode 100644 test/prism/fixtures/whitequark/parser_bug_989.txt delete mode 100644 test/prism/fixtures/whitequark/redo.txt delete mode 100644 test/prism/fixtures/whitequark/retry.txt delete mode 100644 test/prism/fixtures/whitequark/yield.txt delete mode 100644 test/prism/snapshots/seattlerb/block_break.txt delete mode 100644 test/prism/snapshots/seattlerb/block_next.txt delete mode 100644 test/prism/snapshots/unparser/corpus/literal/control.txt create mode 100644 test/prism/snapshots/unparser/corpus/semantic/opasgn.txt delete mode 100644 test/prism/snapshots/whitequark/break.txt delete mode 100644 test/prism/snapshots/whitequark/break_block.txt delete mode 100644 test/prism/snapshots/whitequark/class_definition_in_while_cond.txt create mode 100644 test/prism/snapshots/whitequark/cond_eflipflop_with_beginless_range.txt create mode 100644 test/prism/snapshots/whitequark/cond_eflipflop_with_endless_range.txt create mode 100644 test/prism/snapshots/whitequark/cond_iflipflop_with_beginless_range.txt create mode 100644 test/prism/snapshots/whitequark/cond_iflipflop_with_endless_range.txt delete mode 100644 test/prism/snapshots/whitequark/if_while_after_class__since_32.txt delete mode 100644 test/prism/snapshots/whitequark/method_definition_in_while_cond.txt delete mode 100644 test/prism/snapshots/whitequark/next.txt delete mode 100644 test/prism/snapshots/whitequark/next_block.txt create mode 100644 test/prism/snapshots/whitequark/numparam_ruby_bug_19025.txt create mode 100644 test/prism/snapshots/whitequark/parser_bug_989.txt delete mode 100644 test/prism/snapshots/whitequark/redo.txt delete mode 100644 test/prism/snapshots/whitequark/retry.txt Latest commit hash = 4ef99905a6 $$$[end] "make update-src -j20" exit with 0. $$$[beg] make after-update -j20 /tmp/ruby/src/trunk/revision.h updated generating x86_64-linux-fake.rb x86_64-linux-fake.rb updated generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' Update minitest to 287b35d60c8e19c11ba090efc6eeb225325a8520 Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo 287b35d60c8e19c11ba090efc6eeb225325a8520 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision - echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision - echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Extracting bundle gem power_assert-2.0.3... Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.4dev.gem $$$[end] "make after-update -j20" exit with 0. $$$[beg] make miniruby -j20 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j20 --jobserver-auth=4,5 RUSTC = no YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /tmp/ruby/src/trunk/miniinit.c compiling /tmp/ruby/src/trunk/ast.c compiling /tmp/ruby/src/trunk/compile.c compiling /tmp/ruby/src/trunk/cont.c compiling /tmp/ruby/src/trunk/eval.c compiling /tmp/ruby/src/trunk/gc.c compiling /tmp/ruby/src/trunk/hash.c compiling /tmp/ruby/src/trunk/iseq.c compiling /tmp/ruby/src/trunk/load.c compiling /tmp/ruby/src/trunk/rjit.c compiling /tmp/ruby/src/trunk/rjit_c.c compiling /tmp/ruby/src/trunk/proc.c compiling /tmp/ruby/src/trunk/ruby.c compiling /tmp/ruby/src/trunk/thread.c compiling /tmp/ruby/src/trunk/version.c compiling /tmp/ruby/src/trunk/vm.c compiling /tmp/ruby/src/trunk/vm_backtrace.c compiling /tmp/ruby/src/trunk/vm_dump.c compiling /tmp/ruby/src/trunk/vm_trace.c compiling prism/api_node.c compiling /tmp/ruby/src/trunk/prism/api_pack.c compiling prism/diagnostic.c compiling /tmp/ruby/src/trunk/prism/extension.c compiling prism/node.c compiling prism/prettyprint.c compiling /tmp/ruby/src/trunk/prism/regexp.c compiling prism/serialize.c compiling /tmp/ruby/src/trunk/prism/static_literals.c compiling prism/token_type.c compiling /tmp/ruby/src/trunk/prism/util/pm_memchr.c compiling /tmp/ruby/src/trunk/prism/util/pm_strpbrk.c compiling /tmp/ruby/src/trunk/prism/prism.c compiling /tmp/ruby/src/trunk/prism_init.c linking miniruby $$$[end] "make miniruby -j20" exit with 0. $$$[beg] make ruby -j20 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j20 --jobserver-auth=4,5 RUSTC = no YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. builtin_binary.inc updated 655437b38ee8bda381eb99c98425022a05fc2678538187defaeb18ea9708a61b builtin_binary.inc compiling /tmp/ruby/src/trunk/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.4.0 linking ruby $$$[end] "make ruby -j20" exit with 0. $$$[beg] make all -j20 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j20 --jobserver-auth=4,5 RUSTC = no YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so building spec/ruby/optional/capi/ext/bignum_spec.so building spec/ruby/optional/capi/ext/binding_spec.so building spec/ruby/optional/capi/ext/boolean_spec.so building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so building spec/ruby/optional/capi/ext/class_spec.so building spec/ruby/optional/capi/ext/class_under_autoload_spec.so building spec/ruby/optional/capi/ext/complex_spec.so building spec/ruby/optional/capi/ext/constants_spec.so building spec/ruby/optional/capi/ext/data_spec.so building spec/ruby/optional/capi/ext/debug_spec.so building spec/ruby/optional/capi/ext/encoding_spec.so building spec/ruby/optional/capi/ext/enumerator_spec.so building spec/ruby/optional/capi/ext/exception_spec.so building spec/ruby/optional/capi/ext/fiber_spec.so building spec/ruby/optional/capi/ext/file_spec.so building spec/ruby/optional/capi/ext/fixnum_spec.so building spec/ruby/optional/capi/ext/float_spec.so building spec/ruby/optional/capi/ext/gc_spec.so building spec/ruby/optional/capi/ext/globals_spec.so building spec/ruby/optional/capi/ext/hash_spec.so building spec/ruby/optional/capi/ext/io_spec.so building spec/ruby/optional/capi/ext/integer_spec.so building spec/ruby/optional/capi/ext/kernel_spec.so building spec/ruby/optional/capi/ext/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/proc_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/rational_spec.so building spec/ruby/optional/capi/ext/rbasic_spec.so building spec/ruby/optional/capi/ext/regexp_spec.so building spec/ruby/optional/capi/ext/string_spec.so building spec/ruby/optional/capi/ext/struct_spec.so building spec/ruby/optional/capi/ext/st_spec.so building spec/ruby/optional/capi/ext/symbol_spec.so building spec/ruby/optional/capi/ext/thread_spec.so building spec/ruby/optional/capi/ext/time_spec.so building spec/ruby/optional/capi/ext/tracepoint_spec.so building spec/ruby/optional/capi/ext/typed_data_spec.so building spec/ruby/optional/capi/ext/util_spec.so making enc making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' $$$[end] "make all -j20" exit with 0. $$$[beg] make install -j20 Update minitest to 287b35d60c8e19c11ba090efc6eeb225325a8520 Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo 287b35d60c8e19c11ba090efc6eeb225325a8520 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision - echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision - BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j20 --jobserver-auth=4,5 RUSTC = no YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision - generating enc.mk gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Extracting bundle gem power_assert-2.0.3... transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.4dev.gem make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' ./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j20 --jobserver-auth=4,5" --make-flags=" -j20 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=all --exclude=doc Installing to installing binary commands: /tmp/ruby/install/trunk/bin installing base libraries: /tmp/ruby/install/trunk/lib installing arch files: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0/ruby installing command scripts: /tmp/ruby/install/trunk/bin installing library scripts: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0 installing common headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0 installing manpages: /tmp/ruby/install/trunk/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0 benchmark 0.3.0 bundler 2.6.0.dev cgi 0.4.1 delegate 0.3.1 did_you_mean 1.6.3 english 0.8.0 erb 4.0.4 error_highlight 0.6.0 fileutils 1.7.2 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.6 irb 1.12.0 logger 1.6.0 net-http 0.4.1 net-protocol 0.2.2 open-uri 0.4.1 open3 0.2.1 optparse 0.4.0 ostruct 0.6.0 pp 0.5.0 prettyprint 0.2.0 prism 0.24.0 pstore 0.1.3 rdoc 6.6.3.1 readline 0.0.4 reline 0.5.0 resolv 0.4.0 ruby2_keywords 0.0.5 securerandom 0.3.1 set 1.1.0 shellwords 0.2.0 singleton 0.2.0 syntax_suggest 2.0.0 tempfile 0.2.1 time 0.3.0 timeout 0.4.1 tmpdir 0.2.0 tsort 0.2.0 un 0.3.0 uri 0.13.0 weakref 0.1.3 yaml 0.3.0 installing default gems from ext: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0 date 3.3.4 digest 3.1.1 etc 1.4.3 fcntl 1.1.0 fiddle 1.1.3 io-console 0.7.2 io-nonblock 0.3.0 io-wait 0.3.1 json 2.7.1 openssl 3.2.0 pathname 0.3.0 psych 5.1.2 stringio 3.1.1 strscan 3.1.1 zlib 3.1.0 installing bundled gems: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0 minitest 5.22.3 rake 13.2.0 test-unit 3.6.2 rexml 3.2.6 rss 0.3.0 net-ftp 0.3.4 net-imap 0.4.10 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.2 rbs 3.4.4 typeprof 0.21.11 debug 1.9.2 racc 1.7.3 mutex_m 0.2.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.7 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.1 nkf 0.2.0 syslog 0.1.2 csv 3.3.0 installing bundled gem cache: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0/cache skipped bundled gems: power_assert-2.0.4dev.gem not found in bundled_gems $$$[end] "make install -j20" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j20' PASS all 1926 tests $$$[end] "make yes-btest TESTOPTS='-q -j20'" exit with 0. $$$[beg] make yes-test-basic TESTS='-j20' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = no YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Checking leaked global symbols...none /tmp/ruby/src/trunk/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS='-j20'" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = no YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' Run options: --seed=6118 "--ruby=./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j20 # Running tests: [ 1/879] 1761941=test_sprintf_comb [ 2/879] 1761940=test_gem_request [ 3/879] 1761942=test_method_cache [ 4/879] 1761943=test_gem_commands_mirror [ 5/879] 1761944=test_gem_ext_cargo_builder_link_flag_converter [ 6/879] 1761945=test_gem_text [ 7/879] 1761955=test_settracefunc [ 8/879] 1761954=test_enumerator_kw [ 9/879] 1761957=test_scan_args [ 10/879] 1761958=test_generic [ 11/879] 1761953=test_win32ole [ 12/879] 1761942=test_store [ 13/879] 1761953=test_case_options [ 14/879] 1761953=test_gem_commands_info_command [ 15/879] 1761957=test_gem_dependency_installer [ 16/879] 1761954=test_scalar [ 17/879] 1761956=test_rdoc_cross_reference [ 18/879] 1761948=test_gem_name_tuple [ 19/879] 1761947=test_gem_package_tar_reader_entry [ 20/879] 1761950=test_rand [ 21/879] 1761951=test_bug_reporter [ 22/879] 1761952=test_exception [ 23/879] 1761959=test_rdoc_generator_ri [ 24/879] 1761946=test_extlibs [ 25/879] 1761954=test_gem_stream_ui [ 26/879] 1761949=parse_test [ 27/879] 1761958=test_gem_install_update_options [ 28/879] 1761941=test_require_lib [ 29/879] 1761943=test_severity [ 30/879] 1761943=test_ractor [ 31/879] 1761942=test_objectspace [ 32/879] 1761959=test_socket [ 33/879] 1761943=test_thread [ 34/879] 1761953=test_rdoc_markup_to_table_of_contents [ 35/879] 1761944=test_c_struct_builder [ 36/879] 1761950=test_dot_dot [ 37/879] 1761950=test_str2big [ 38/879] 1761945=test_literal [ 39/879] 1761950=test_grapheme_breaks [ 40/879] 1761944=test_gem_version_option [ 41/879] 1761948=test_gem_request_connection_pools [ 42/879] 1761950=test_cclass [ 43/879] 1761944=test_reline [ 44/879] 1761940=test_parser_events [ 45/879] 1761954=test_pkey [ 46/879] 1761953=test_case [ 47/879] 1761953=test_rdoc_markup_to_markdown [ 48/879] 1761951=test_json_tree [ 49/879] 1761953=test_ansi_with_terminfo [ 50/879] 1761954=test_rdoc_generator_pot_po [ 51/879] 1761940=test_ractor [ 52/879] 1761947=test_memory_view [ 53/879] 1761951=test_m17n_comb [ 54/879] 1761958=test_gem_source_local [ 55/879] 1761943=test_gem_security_policy [ 56/879] 1761950=test_pack [ 57/879] 1761953=test_process [ 58/879] 1761944=test_last_thread [ 59/879] 1761940=test_x509cert [ 60/879] 1761947=test_gc [ 61/879] 1761954=test_gem_resolver_lock_specification [ 62/879] 1761954=test_err_in_callback [ 63/879] 1761954=test_logdevice [ 64/879] 1761950=test_gem_ext_rake_builder [ 65/879] 1761958=test_arity [ 66/879] 1761958=test_switch_hitter [ 67/879] 1761958=test_io_console [ 68/879] 1761945=test_singleton [ 69/879] 1761943=test_flush [ 70/879] 1761945=test_logperiod [ 71/879] 1761943=test_rdoc_markdown_test [ 72/879] 1761940=test_rdoc_normal_module [ 73/879] 1761945=test_c_union_entity [ 74/879] 1761956=test_securerandom [ 75/879] 1761945=test_thread_fd_close [ 76/879] 1761945=test_passing_block [ 77/879] 1761945=test_stringchar [ 78/879] 1761945=test_hash_create [ 79/879] 1761945=newline_test [ 80/879] 1761956=test_uncorrectable_name_check [ 81/879] 1761956=test_nil2vtempty [ 82/879] 1761956=test_stream [ 83/879] 1761956=test_rdoc_context [ 84/879] 1761955=test_rdoc_parser_ruby [ 85/879] 1761940=test_open-uri [ 86/879] 1761945=test_httpresponse [ 87/879] 1761942=test_date_time [ 88/879] 1761942=test_rdoc_markup_to_joined_paragraph [ 89/879] 1761945=test_require [ 90/879] 1761945=test_data [ 91/879] 1761945=index_write_test [ 92/879] 1761945=test_date_new [ 93/879] 1761945=test_syntax [ 94/879] 1761942=test_gem_safe_yaml [ 95/879] 1761940=test_rdoc_text [ 96/879] 1761948=test_tcp [ 97/879] 1761940=test_iso_8859 [ 98/879] 1761940=test_gem_commands_specification_command [ 99/879] 1761952=test_inadvertent_creation [100/879] 1761954=test_flags [101/879] 1761948=test_enumerator [102/879] 1761942=test_http [103/879] 1761942=test_shift_jis [104/879] 1761942=test_gem_commands_which_command [105/879] 1761959=test_rdoc_markup_attribute_manager [106/879] 1761942=test_name_error [107/879] 1761952=test_gem_resolver [108/879] 1761959=test_gem_resolver_composed_set [109/879] 1761950=test_safe_load [110/879] 1761950=test_gem_commands_dependency_command [111/879] 1761940=test_rdoc_markup_paragraph [112/879] 1761940=!Nothing_to_test [113/879] 1761940=test_psych [114/879] 1761944=test_enc_raise [115/879] 1761955=test_gem_rdoc [116/879] 1761944=test_date [117/879] 1761942=test_gem_ext_cargo_builder_unit [118/879] 1761944=test_at_exit [119/879] 1761942=test_command [120/879] 1761944=test_object_create_start [121/879] 1761940=test_gem_silent_ui [122/879] 1761944=test_emitter [123/879] 1761950=test_bug-5832 [124/879] 1761950=test_files_ext [125/879] 1761944=dispatcher_test [126/879] 1761940=test_eval_history [127/879] 1761959=test_kernel [128/879] 1761956=test_kdf [129/879] 1761943=test_gem_doctor [130/879] 1761944=test_yaml_special_cases [131/879] 1761944=test_optarg [132/879] 1761940=test_gem_source_list [133/879] 1761950=test_config [134/879] 1761956=test_address_resolve [135/879] 1761956=test_rdoc_token_stream [136/879] 1761940=test_iter_break [137/879] 1761946=test_exception [138/879] 1761940=test_zsh_completion [139/879] 1761943=test_pp [140/879] 1761956=test_frozen [141/879] 1761940=test_gem_ext_configure_builder [142/879] 1761956=test_macro [143/879] 1761946=test_num2int [144/879] 1761946=test_nil [145/879] 1761946=test_rdoc_single_class [146/879] 1761940=test_verbose [147/879] 1761943=test_rdoc_tom_doc [148/879] 1761950=test_rdoc_markup_to_tt_only [149/879] 1761952=test_hmac [150/879] 1761940=test_gem_spec_fetcher [151/879] 1761956=test_common [152/879] 1761943=test_key_actor_vi [153/879] 1761952=test_bug-3571 [154/879] 1761952=test_gem_command [155/879] 1761944=test_gem_commands_lock_command [156/879] 1761944=test_assignment [157/879] 1761955=test_ifunless [158/879] 1761955=test_numeric [159/879] 1761942=test_raise [160/879] 1761942=test_x509attr [161/879] 1761952=test_depth_first [162/879] 1761952=test_gem_request_set_lockfile_parser [163/879] 1761946=test_rdoc_store [164/879] 1761942=test_string [165/879] 1761940=test_pattern_matching [166/879] 1761942=test_rdoc_stats [167/879] 1761950=test_rdoc_parser [168/879] 1761955=test_qsort [169/879] 1761955=test_gem_dependency_resolution_error [170/879] 1761940=json_addition_test [171/879] 1761955=test_gem_package_old [172/879] 1761940=test_gem_resolver_index_set [173/879] 1761950=test_proc [174/879] 1761955=test_string [175/879] 1761943=test_gc_compact [176/879] 1761940=test_optimization [177/879] 1761956=test_date_conv [178/879] 1761952=test_erb_m17n [179/879] 1761956=test_ole_methods [180/879] 1761942=test_egrep_cpp [181/879] 1761956=test_zlib [182/879] 1761952=test_cgi_tag_helper [183/879] 1761952=test_files_test_2 [184/879] 1761959=test_fnmatch [185/879] 1761942=test_folderitem2_invokeverb [186/879] 1761942=test_rdoc_markup_parser [187/879] 1761959=test_require_path_check [188/879] 1761957=test_gem_validator [189/879] 1761942=test_rdoc_i18n_text [190/879] 1761957=test_key_name_check [191/879] 1761942=test_defined [192/879] 1761957=test_backtrace [193/879] 1761957=test_io_buffer [194/879] 1761959=test_gb18030 [195/879] 1761959=test_buffering [196/879] 1761959=test_svcb_https [197/879] 1761957=test_gem_uninstaller [198/879] 1761959=test_rdoc_rdoc [199/879] 1761942=test_windows_1251 [200/879] 1761942=test_time [201/879] 1761951=test_rdoc_markup_attributes [202/879] 1761959=test_default_gems [203/879] 1761954=test_rdoc_markup_to_rdoc [204/879] 1761942=test_rdoc_rd_inline_parser [205/879] 1761954=test_mul [206/879] 1761959=test_null [207/879] 1761954=test_win32ole_type [208/879] 1761959=test_pkey_ec [209/879] 1761954=test_pipe [210/879] 1761951=test_trick [211/879] 1761942=test_thread [212/879] 1761942=test_date_parse [213/879] 1761959=test_config [214/879] 1761946=test_sleep [215/879] 1761959=test_gc [216/879] 1761959=test_math [217/879] 1761959=test_gem_commands_fetch_command [218/879] 1761954=test_libs [219/879] 1761942=test_yaml_tree [220/879] 1761954=test_rendering [221/879] 1761942=test_face [222/879] 1761942=test_case [223/879] 1761959=test_sizeof [224/879] 1761942=test_unicode_escape [225/879] 1761954=test_io [226/879] 1761950=test_autoload [227/879] 1761949=test_utf16 [228/879] 1761949=test_iseq_load [229/879] 1761942=test_gem_util [230/879] 1761942=test_gem_package_tar_header [231/879] 1761942=test_bigzero [232/879] 1761942=test_pkey_dh [233/879] 1761942=test_pkcs12 [234/879] 1761957=test_system [235/879] 1761958=test_etc [236/879] 1761958=test_yjit_exit_locations [237/879] 1761958=test_gem_resolver_activation_request [238/879] 1761958=test_protocol [239/879] 1761942=test_getopts [240/879] 1761942=test_ripper [241/879] 1761941=test_gem_config_file [242/879] 1761944=test_typeddata [243/879] 1761958=encoding_test [244/879] 1761944=test_gem_resolver_best_set [245/879] 1761942=test_rdoc_markup_to_html_crossref [246/879] 1761956=test_rdoc_markup_raw [247/879] 1761941=test_webauthn_poller [248/879] 1761956=test_rat [249/879] 1761944=test_array [250/879] 1761944=test_optparse [251/879] 1761944=test_fstring [252/879] 1761956=test_yield [253/879] 1761958=test_rdoc_alias [254/879] 1761944=parser_test [255/879] 1761944=test_convertible [256/879] 1761941=test_files_sample [257/879] 1761958=test_stringscanner [258/879] 1761941=test_rdoc_markup_indented_paragraph [259/879] 1761942=test_rdoc_task [260/879] 1761958=test_gem_resolver_conflict [261/879] 1761942=test_io_buffer [262/879] 1761958=test_backtrace [263/879] 1761942=test_pack [264/879] 1761941=ruby_parser_test [265/879] 1761942=test_readpartial [266/879] 1761941=test_clone [267/879] 1761949=test_gem_commands_install_command [268/879] 1761957=test_rdoc_require [269/879] 1761943=locals_test [270/879] 1761941=test_win32ole_typelib [271/879] 1761941=test_protect [272/879] 1761941=test_raise_exception [273/879] 1761957=test_gem_request_set_lockfile [274/879] 1761946=test_external_new [275/879] 1761946=test_postponed_job [276/879] 1761942=test_alias_and_anchor [277/879] 1761942=test_hash [278/879] 1761942=test_tree_builder [279/879] 1761942=test_gem_resolver_dependency_request [280/879] 1761942=test_ns_spki [281/879] 1761942=test_framework [282/879] 1761942=test_kill_ring [283/879] 1761942=test_argf [284/879] 1761943=test_m17n [285/879] 1761951=test_gem_commands_environment_command [286/879] 1761943=test_ws [287/879] 1761943=test_yjit [288/879] 1761943=test_workspace [289/879] 1761957=test_weakmap [290/879] 1761946=test_sprintf [291/879] 1761943=test_gem_requirement [292/879] 1761951=comments_test [293/879] 1761941=test_string_memory [294/879] 1761941=test_gem_security_trust_dir [295/879] 1761951=test_undef [296/879] 1761951=test_line_editor [297/879] 1761941=ripper_test [298/879] 1761943=test_objspace [299/879] 1761951=test_remote_fetch_error [300/879] 1761951=test_have_library [301/879] 1761946=test_gem_commands_stale_command [302/879] 1761958=test_lock_native_thread [303/879] 1761948=test_c_struct_entry [304/879] 1761946=test_set [305/879] 1761946=test_show_source [306/879] 1761941=test_pattern_key_name_check [307/879] 1761941=test_to_ruby [308/879] 1761941=test_array_create [309/879] 1761941=test_pack [310/879] 1761948=test_gem_impossible_dependencies_error [311/879] 1761948=test_method [312/879] 1761946=test_gem_commands_query_command [313/879] 1761958=test_rdoc_rubygems_hook [314/879] 1761956=test_rdoc_context_section [315/879] 1761956=test_euc_kr [316/879] 1761956=test_ftp [317/879] 1761958=test_date_attr [318/879] 1761956=test_ellipsize [319/879] 1761958=warnings_test [320/879] 1761956=test_kwargs [321/879] 1761958=test_gem_commands_exec_command [322/879] 1761956=test_io_wait [323/879] 1761941=test_type_completor [324/879] 1761941=test_summary [325/879] 1761959=test_console_attr [326/879] 1761959=test_gem_source_specific_file [327/879] 1761941=test_foreach [328/879] 1761941=test_condition [329/879] 1761941=test_gem_commands_uninstall_command [330/879] 1761959=test_cp949 [331/879] 1761959=test_win32ole_record [332/879] 1761959=test_gem_unsatisfiable_dependency_error [333/879] 1761959=test_ubf_async_safe [334/879] 1761959=test_hash [335/879] 1761946=test_win32ole_type_event [336/879] 1761946=test_emoji [337/879] 1761949=test_sorted_set [338/879] 1761956=test_io [339/879] 1761946=test_queue [340/879] 1761946=test_function [341/879] 1761952=test_tempfile [342/879] 1761951=parse_comments_test [343/879] 1761951=test_noarg [344/879] 1761946=test_basicsocket [345/879] 1761946=test_utf32 [346/879] 1761946=test_duplicate [347/879] 1761956=test_gem_commands_help_command [348/879] 1761946=test_rdoc_markup [349/879] 1761946=test_tracepoint [350/879] 1761949=test_prettyprint [351/879] 1761949=test_internal_ivar [352/879] 1761949=test_gem_resolver_index_specification [353/879] 1761949=test_rdoc_parser_rd [354/879] 1761952=test_date_strftime [355/879] 1761949=test_yamlstore [356/879] 1761949=test_gem_installer [357/879] 1761951=test_const [358/879] 1761951=test_class [359/879] 1761946=test_rdoc_normal_class [360/879] 1761956=test_load [361/879] 1761956=json_string_matching_test [362/879] 1761946=test_random [363/879] 1761956=test_asn1 [364/879] 1761946=test_irb [365/879] 1761956=test_gem_ext_ext_conf_builder [366/879] 1761958=test_gem_stub_specification [367/879] 1761945=test_method_cache [368/879] 1761945=test_frozen_error [369/879] 1761945=test_gem_commands_search_command [370/879] 1761941=test_complex [371/879] 1761945=test_rdoc_markup_verbatim [372/879] 1761946=test_inlinecache [373/879] 1761958=test_gem_dependency [374/879] 1761946=test_gem_resolver_specification [375/879] 1761946=test_path_to_class [376/879] 1761946=test_mdns [377/879] 1761945=test_parse [378/879] 1761941=test_gem_remote_fetcher [379/879] 1761946=test_scanner_events [380/879] 1761958=test_gem_resolver_installed_specification [381/879] 1761958=test_reqarg [382/879] 1761946=test_rdoc_include [383/879] 1761946=test_stack [384/879] 1761952=test_gem_commands_list_command [385/879] 1761952=test_too_many_dummy_encodings [386/879] 1761957=test_gem_version [387/879] 1761952=test_rdoc_options [388/879] 1761947=test_cesu8 [389/879] 1761947=test_econv [390/879] 1761957=test_string_processing [391/879] 1761957=test_fileutils [392/879] 1761958=test_resource [393/879] 1761958=test_gem_commands_signin_command [394/879] 1761945=test_emitter [395/879] 1761958=test_ldap [396/879] 1761958=test_io_timeout [397/879] 1761945=json_fixtures_test [398/879] 1761958=test_shapes [399/879] 1761958=test_comparable [400/879] 1761958=test_rdoc_parser_c [401/879] 1761945=test_gbk [402/879] 1761945=test_class2name [403/879] 1761945=test_enc_str_buf_cat [404/879] 1761945=test_cstr [405/879] 1761957=test_pstore [406/879] 1761958=test_profile_frames [407/879] 1761952=test_big2str [408/879] 1761952=test_yaml [409/879] 1761957=test_forwardable [410/879] 1761957=test_handle [411/879] 1761940=test_wait [412/879] 1761956=test_nowrite [413/879] 1761952=test_thread_queue [414/879] 1761940=test_rdoc_markup_formatter [415/879] 1761956=test_bmethod [416/879] 1761940=test_euc_tw [417/879] 1761956=test_ractor [418/879] 1761940=test_gem_commands_sources_command [419/879] 1761956=test_ansi_without_terminfo [420/879] 1761956=test_rdoc_encoding [421/879] 1761958=test_coverage [422/879] 1761946=test_gem_package_tar_reader [423/879] 1761956=regexp_test [424/879] 1761946=test_complexrational [425/879] 1761946=test_init [426/879] 1761956=test_pathname [427/879] 1761940=test_gem_available_set [428/879] 1761957=test_rdoc_markdown [429/879] 1761948=test_modify_expand [430/879] 1761948=test_rdoc_any_method [431/879] 1761940=test_file [432/879] 1761945=test_rdoc_constant [433/879] 1761940=test_deprecate [434/879] 1761956=test_formatter [435/879] 1761950=test_bash_completion [436/879] 1761956=test_gem_commands_owner_command [437/879] 1761946=test_gem_source_vendor [438/879] 1761950=test_recorder [439/879] 1761940=test_marshalable [440/879] 1761950=test_digest [441/879] 1761946=test_gem_ext_cmake_builder [442/879] 1761940=test_gem_commands_contents_command [443/879] 1761946=test_cgi_util [444/879] 1761940=test_require [445/879] 1761945=test_fiddle [446/879] 1761957=test_wss [447/879] 1761957=test_ractor [448/879] 1761947=test_find [449/879] 1761947=test_shellwords [450/879] 1761947=pattern_test [451/879] 1761945=test_memory_view [452/879] 1761945=test_debug [453/879] 1761945=test_omap [454/879] 1761957=test_iterator [455/879] 1761945=test_string [456/879] 1761945=test_digest_extend [457/879] 1761945=test_gem_resolver_git_set [458/879] 1761946=test_storage [459/879] 1761957=test_gem_security_signer [460/879] 1761946=test_cipher [461/879] 1761947=test_new [462/879] 1761947=test_gem_resolver_installer_set [463/879] 1761946=test_dir_m17n [464/879] 1761948=test_gem_source_git [465/879] 1761957=test_refinement [466/879] 1761944=test_gem_commands_signout_command [467/879] 1761947=test_regex_casefold [468/879] 1761944=test_cgi_cookie [469/879] 1761945=test_require [470/879] 1761944=test_float [471/879] 1761956=test_input_method [472/879] 1761941=test_windows_1252 [473/879] 1761941=test_process [474/879] 1761951=test_x509crl [475/879] 1761958=test_fixnum [476/879] 1761941=test_signal [477/879] 1761958=test_metaclass [478/879] 1761942=test_rdoc_top_level [479/879] 1761958=test_rdoc_rd [480/879] 1761956=test_cgi_session [481/879] 1761958=test_deprecated [482/879] 1761956=test_color_printer [483/879] 1761956=test_serialize_subclasses [484/879] 1761958=test_insns_leaf [485/879] 1761956=test_key_error [486/879] 1761958=test_allocation [487/879] 1761956=test_div [488/879] 1761956=test_win32ole_variant_m [489/879] 1761956=test_engine [490/879] 1761956=test_rdoc_rd_inline [491/879] 1761956=test_mutex [492/879] 1761951=test_x509req [493/879] 1761950=test_gem_path_support [494/879] 1761950=test_struct [495/879] 1761947=test_set [496/879] 1761948=test_files_test_1 [497/879] 1761951=test_config [498/879] 1761947=memsize_test [499/879] 1761947=json_parser_test [500/879] 1761951=test_nomethod_error [501/879] 1761951=json_common_interface_test [502/879] 1761942=test_gem_source_subpath_problem [503/879] 1761951=test_dln [504/879] 1761951=test_win32ole_variant_outarg [505/879] 1761951=test_variable [506/879] 1761947=test_rdoc_markup_include [507/879] 1761955=test_sexp [508/879] 1761955=fuzzer_test [509/879] 1761951=magic_comment_test [510/879] 1761942=test_rdoc_markup_to_html_snippet [511/879] 1761951=test_struct [512/879] 1761951=test_cparser [513/879] 1761955=test_pkg_config [514/879] 1761942=test_rdoc_generator_markup [515/879] 1761955=test_whileuntil [516/879] 1761940=test_monitor [517/879] 1761942=test_buffered_io [518/879] 1761955=test_rubyvm [519/879] 1761955=test_configuration [520/879] 1761947=integer_parse_test [521/879] 1761942=test_instrumentation_api [522/879] 1761947=test_stringify_symbols [523/879] 1761947=test_boolean [524/879] 1761947=test_gem_request_set [525/879] 1761955=test_module [526/879] 1761940=test_ssl [527/879] 1761950=test_gem_ext_cargo_builder [528/879] 1761950=constant_path_node_test [529/879] 1761946=test_parser [530/879] 1761947=test_method_name_check [531/879] 1761947=test_arith_seq_extract [532/879] 1761950=test_completion [533/879] 1761946=test_gem_commands_cert_command [534/879] 1761947=test_yield_block [535/879] 1761947=test_len [536/879] 1761947=test_gem_source_installed [537/879] 1761947=test_erb [538/879] 1761947=test_x509ext [539/879] 1761951=test_spell_checker [540/879] 1761947=attribute_write_test [541/879] 1761951=test_propertyputref [542/879] 1761947=test_assembler [543/879] 1761947=test_rational2 [544/879] 1761951=test_rational [545/879] 1761956=test_gem_package_tar_writer [546/879] 1761947=test_array [547/879] 1761951=test_gem_commands_outdated_command [548/879] 1761959=test_scalar_scanner [549/879] 1761959=test_gem_source [550/879] 1761951=test_nesting_parser [551/879] 1761944=test_win32ole_method_event [552/879] 1761944=test_benchmark [553/879] 1761951=test_gem_dependency_list [554/879] 1761956=test_evaluation [555/879] 1761956=test_gem_ext_builder [556/879] 1761951=test_https [557/879] 1761954=test_yamldbm [558/879] 1761954=test_gem_commands_rebuild_command [559/879] 1761954=test_load [560/879] 1761954=test_rdoc_parser_simple [561/879] 1761959=test_provider [562/879] 1761954=test_abi [563/879] 1761954=test_sockopt [564/879] 1761954=test_rdoc_markup_to_label [565/879] 1761950=test_install [566/879] 1761954=test_rdoc_ri_driver [567/879] 1761951=test_gem_resolver_local_specification [568/879] 1761959=test_httpheader [569/879] 1761959=test_httpresponses [570/879] 1761951=test_encoding [571/879] 1761959=test_set_len [572/879] 1761959=test_key_stroke [573/879] 1761951=test_color [574/879] 1761951=json_encoding_test [575/879] 1761951=test_rbconfig [576/879] 1761951=test_primitive [577/879] 1761959=test_human_typo [578/879] 1761959=test_rdoc_i18n_locale [579/879] 1761951=test_name_error_extension [580/879] 1761959=test_chilled [581/879] 1761951=test_euc_jp [582/879] 1761959=test_rdoc_generator_pot_po_entry [583/879] 1761951=test_acceptable [584/879] 1761959=test_document [585/879] 1761959=test_gem_commands_yank_command [586/879] 1761949=test_win32ole_param [587/879] 1761949=test_pair [588/879] 1761950=test_rdoc_generator_pot [589/879] 1761951=test_unicode [590/879] 1761950=parameters_signature_test [591/879] 1761951=test_koi8 [592/879] 1761951=test_enumerator [593/879] 1761950=test_rdoc_parser_changelog [594/879] 1761951=test_rdoc_method_attr [595/879] 1761954=test_data [596/879] 1761954=static_literals_test [597/879] 1761954=test_gem_gem_runner [598/879] 1761950=test_filter [599/879] 1761950=test_gem_commands_update_command [600/879] 1761954=test_gem_resolver_vendor_specification [601/879] 1761954=test_random [602/879] 1761941=test_notimplement [603/879] 1761954=test_key_event_record [604/879] 1761954=test_gem_uri [605/879] 1761951=test_lexer [606/879] 1761941=test_thread_cv [607/879] 1761951=test_ssl_session [608/879] 1761954=test_compile_prism [609/879] 1761945=test_terminfo [610/879] 1761945=test_bug-14834 [611/879] 1761957=test_rdoc_markup_to_html [612/879] 1761945=test_date_compat [613/879] 1761945=test_tree_spell_checker [614/879] 1761959=test_http [615/879] 1761956=test_addrinfo [616/879] 1761945=test_win32ole_param_event [617/879] 1761945=test_bn [618/879] 1761956=test_case_mapping [619/879] 1761956=test_path [620/879] 1761956=test_iseq [621/879] 1761945=test_exception_at_throwing [622/879] 1761954=test_rdoc_markup_heading [623/879] 1761957=test_scheduler [624/879] 1761954=test_class [625/879] 1761954=test_ocsp [626/879] 1761945=test_pkey_dsa [627/879] 1761944=test_case_comprehensive [628/879] 1761957=test_interned_str [629/879] 1761957=test_gem_commands_build_command [630/879] 1761955=test_option [631/879] 1761948=test_append [632/879] 1761948=test_tracer [633/879] 1761954=test_cmethod [634/879] 1761954=test_did_you_mean [635/879] 1761948=test_variable_name_check [636/879] 1761948=test_io_m17n [637/879] 1761955=test_gem_commands_server_command [638/879] 1761955=test_recursion [639/879] 1761955=test_exit [640/879] 1761958=test_popen_deadlock [641/879] 1761941=test_delegate [642/879] 1761941=test_date_marshal [643/879] 1761957=test_mkmf [644/879] 1761941=test_history [645/879] 1761955=test_open3 [646/879] 1761957=test_fiber [647/879] 1761954=test_closure [648/879] 1761941=test_bundled_ca [649/879] 1761956=test_digest [650/879] 1761956=test_rdoc_servlet [651/879] 1761951=test_gem_security [652/879] 1761946=test_ractor [653/879] 1761954=test_beginendblock [654/879] 1761956=test_gem_commands_unpack_command [655/879] 1761946=test_files_lib [656/879] 1761950=test_help [657/879] 1761950=test_rdoc_markup_to_bs [658/879] 1761950=test_within_pipe [659/879] 1761950=test_gem_bundler_version_finder [660/879] 1761952=test_emoji_breaks [661/879] 1761958=test_pinned [662/879] 1761950=test_rdoc_markup_pre_process [663/879] 1761958=test_printf [664/879] 1761958=test_stream [665/879] 1761958=test_time [666/879] 1761956=test_webauthn_listener_response [667/879] 1761950=test_to_ary_concat [668/879] 1761956=command_line_test [669/879] 1761956=test_constant [670/879] 1761942=test_pty [671/879] 1761954=test_dup [672/879] 1761958=test_project_sanity [673/879] 1761954=test_range [674/879] 1761958=test_gem_uri_formatter [675/879] 1761958=test_encoding [676/879] 1761958=test_erb_command [677/879] 1761958=test_helper [678/879] 1761958=test_ts [679/879] 1761941=test_locale [680/879] 1761945=test_addr [681/879] 1761941=library_symbols_test [682/879] 1761941=test_ensured [683/879] 1761945=test_rdoc_ri_paths [684/879] 1761945=test_vm_dump [685/879] 1761948=test_rdoc_markup_document [686/879] 1761945=test_integer_comb [687/879] 1761948=test_tmpdir [688/879] 1761942=test_gem_commands_check_command [689/879] 1761941=test_regexp [690/879] 1761942=errors_test [691/879] 1761948=static_inspect_test [692/879] 1761948=test_force_exit [693/879] 1761948=test_file [694/879] 1761942=test_ostruct [695/879] 1761942=unescape_test [696/879] 1761958=bom_test [697/879] 1761958=test_data_error [698/879] 1761954=test_udp [699/879] 1761954=test_x509name [700/879] 1761954=test_fips [701/879] 1761958=test_update [702/879] 1761958=test_rdoc_code_object [703/879] 1761954=test_x509store [704/879] 1761958=test_webauthn_listener [705/879] 1761952=test_ast [706/879] 1761958=test_gem_request_set_gem_dependency_api [707/879] 1761954=test_lambda [708/879] 1761958=test_jaro_winkler [709/879] 1761958=test_helper [710/879] 1761958=test_random_formatter [711/879] 1761958=test_gem_safe_marshal [712/879] 1761954=test_gem_resolver_api_set [713/879] 1761949=test_gem_resolver_vendor_set [714/879] 1761949=test_config [715/879] 1761954=test_enumerable [716/879] 1761954=test_eval [717/879] 1761955=json_generator_test [718/879] 1761950=test_transcode [719/879] 1761955=test_logger [720/879] 1761955=test_gem_update_suggestion [721/879] 1761955=test_files_test [722/879] 1761954=test_file_exhaustive [723/879] 1761955=test_rdoc_parser_markdown [724/879] 1761950=test_import [725/879] 1761955=test_not [726/879] 1761955=test_gem_resolver_lock_set [727/879] 1761955=test_rdoc_markup_hard_break [728/879] 1761955=test_placearg [729/879] 1761956=test_date_strptime [730/879] 1761955=test_gem_package_task [731/879] 1761955=test_gem_platform [732/879] 1761949=test_pkey_rsa [733/879] 1761956=test_numhash [734/879] 1761956=test_weakkeymap [735/879] 1761955=test_gem_commands_push_command [736/879] 1761945=test_continuation [737/879] 1761945=test_fd_setsize [738/879] 1761945=test_class_name_check [739/879] 1761945=test_keyword [740/879] 1761942=test_delete [741/879] 1761942=test_win32ole_method [742/879] 1761956=test_gem_local_remote_options [743/879] 1761942=test_ruby_lex [744/879] 1761949=test_object [745/879] 1761956=test_date_arith [746/879] 1761956=test_sleep [747/879] 1761958=compiler_test [748/879] 1761958=test_flip [749/879] 1761958=test_change_word [750/879] 1761958=test_normalize [751/879] 1761958=test_ossl [752/879] 1761942=test_timeout [753/879] 1761942=test_rdoc_rd_block_parser [754/879] 1761942=test_tsort [755/879] 1761942=test_signedness [756/879] 1761945=test_type [757/879] 1761945=test_ractor [758/879] 1761955=test_pointer [759/879] 1761945=test_big5 [760/879] 1761945=test_func [761/879] 1761949=version_test [762/879] 1761949=heredoc_dedent_test [763/879] 1761949=test_cgi_header [764/879] 1761949=test_object [765/879] 1761949=test_arithmetic_sequence [766/879] 1761949=test_key_actor_emacs [767/879] 1761946=test_gem_command_manager [768/879] 1761949=test_gem_gemcutter_utilities [769/879] 1761946=test_basicinstructions [770/879] 1761946=test_rdoc_extend [771/879] 1761946=test_merge_keys [772/879] 1761946=test_gem_resolver_api_specification [773/879] 1761946=test_win32ole_variant [774/879] 1761946=test_rdoc_markup_to_ansi [775/879] 1761946=test_history [776/879] 1761946=test_mixed_unicode_escapes [777/879] 1761946=test_ipaddr [778/879] 1761946=test_gem_ci_detector [779/879] 1761946=test_bignum [780/879] 1761950=test_rdoc_class_module [781/879] 1761946=test_io_wait_uncommon [782/879] 1761946=test_arity [783/879] 1761946=test_stringio [784/879] 1761949=test_win32ole_variable [785/879] 1761949=ractor_test [786/879] 1761949=test_trace [787/879] 1761955=test_time_tz [788/879] 1761949=test_win32ole_event [789/879] 1761949=test_rdoc_generator_json_index [790/879] 1761946=test_complex2 [791/879] 1761946=test_resolve_symbol [792/879] 1761947=test_gem_package [793/879] 1761949=test_have_macro [794/879] 1761955=test_gem_specification [795/879] 1761946=test_enum [796/879] 1761951=test_threadgroup [797/879] 1761950=test_pkcs7 [798/879] 1761947=test_arith_seq_beg_len_step [799/879] 1761947=test_gem_resolver_requirement_list [800/879] 1761947=test_function_entry [801/879] 1761947=test_find_executable [802/879] 1761947=ruby_api_test [803/879] 1761953=test_nofree [804/879] 1761953=test_gem_commands_pristine_command [805/879] 1761947=test_context [806/879] 1761949=test_symbol [807/879] 1761950=test_coder [808/879] 1761950=test_unix [809/879] 1761947=test_enc_associate [810/879] 1761950=test_lazy_enumerator [811/879] 1761946=test_autoconf [812/879] 1761946=test_eval [813/879] 1761946=test_dir [814/879] 1761947=format_errors_test [815/879] 1761946=test_gem_console_ui [816/879] 1761946=test_date_ractor [817/879] 1761947=test_ractor_compatibility [818/879] 1761950=test_member [819/879] 1761950=test_numeric [820/879] 1761950=test_word [821/879] 1761950=test_gem_commands_cleanup_command [822/879] 1761943=test_cgi_multipart [823/879] 1761951=test_resize [824/879] 1761951=test_error_highlight [825/879] 1761943=test_rdoc_comment [826/879] 1761943=test_rdoc_generator_darkfish [827/879] 1761942=json_generic_object_test [828/879] 1761942=test_gem_source_fetch_problem [829/879] 1761942=test_http_request [830/879] 1761946=test_symbol [831/879] 1761942=location_test [832/879] 1761946=test_coderange [833/879] 1761946=test_mailto [834/879] 1761946=test_env [835/879] 1761942=test_rdoc_attr [836/879] 1761942=test_dryrun [837/879] 1761942=desugar_compiler_test [838/879] 1761942=test_integer [839/879] 1761947=test_gem_commands_setup_command [840/879] 1761957=test_rubyoptions [841/879] 1761942=test_super [842/879] 1761945=test_integer [843/879] 1761953=test_cgi_modruby [844/879] 1761953=test_rubygems [845/879] 1761940=test_https_proxy [846/879] 1761951=test_call [847/879] 1761940=test_have_func [848/879] 1761943=test_stat [849/879] 1761943=test_gem_request_set_lockfile_tokenizer [850/879] 1761951=test_capacity [851/879] 1761951=test_nextafter [852/879] 1761950=test_usrmarshal [853/879] 1761943=test_object_references [854/879] 1761943=test_gem_resolver_git_specification [855/879] 1761951=test_ssl [856/879] 1761953=test_debugger_integration [857/879] 1761953=test_rendering [858/879] 1761953=test_thread [859/879] 1761950=json_ext_parser_test [860/879] 1761950=test_my_integer [861/879] 1761950=test_ractor [862/879] 1761955=test_timeout [863/879] 1761943=test_alias [864/879] 1761947=test_weakref [865/879] 1761943=test_nonblock [866/879] 1761943=test_unicode_normalize [867/879] 1761951=test_marshal [868/879] 1761950=test_reline_key [869/879] 1761950=test_rb_str_dup [870/879] 1761950=test_singleton_function [871/879] 1761950=test_ancdata [872/879] 1761950=test_cgi_core [873/879] 1761950=test_parser [874/879] 1761942=parse_stream_test [875/879] 1761950=test_gem [876/879] 1761942=test_gem_source_lock [877/879] 1761947=test_gem_commands_open_command [878/879] 1761942=test_dns [879/879] 1761947=test_ractor Finished tests in 37.580966s, 698.8378 tests/s, 253132.5290 assertions/s. 26263 tests, 9512965 assertions, 0 failures, 0 errors, 266 skips ruby -v: ruby 3.4.0dev (2024-04-03T21:34:12Z master 4ef99905a6) [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j20' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = no YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/1-mspec-multi-0 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/2-mspec-multi-1 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/3-mspec-multi-2 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/4-mspec-multi-3 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/5-mspec-multi-4 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/6-mspec-multi-5 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/7-mspec-multi-6 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/8-mspec-multi-7 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/9-mspec-multi-8 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/10-mspec-multi-9 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/11-mspec-multi-10 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/12-mspec-multi-11 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/13-mspec-multi-12 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/14-mspec-multi-13 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/15-mspec-multi-14 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/16-mspec-multi-15 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/17-mspec-multi-16 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/18-mspec-multi-17 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/19-mspec-multi-18 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-2039360-clmvsq/20-mspec-multi-19 ruby 3.4.0dev (2024-04-03T21:34:12Z master 4ef99905a6) [x86_64-linux] 0 ......................................................................... 73 ......................................................................... 146 ......................................................................... 219 ......................................................................... 292 ......................................................................... 365 ......................................................................... 438 ......................................................................... 511 ......................................................................... 584 ......................................................................... 657 ......................................................................... 730 ......................................................................... 803 ......................................................................... 876 ......................................................................... 949 ......................................................................... 1022 ......................................................................... 1095 ......................................................................... 1168 ......................................................................... 1241 ......................................................................... 1314 ......................................................................... 1387 ......................................................................... 1460 ......................................................................... 1533 ......................................................................... 1606 ......................................................................... 1679 ......................................................................... 1752 ......................................................................... 1825 ......................................................................... 1898 ......................................................................... 1971 ......................................................................... 2044 ......................................................................... 2117 ......................................................................... 2190 ......................................................................... 2263 ......................................................................... 2336 ......................................................................... 2409 ......................................................................... 2482 ......................................................................... 2555 ......................................................................... 2628 ......................................................................... 2701 ......................................................................... 2774 ......................................................................... 2847 ......................................................................... 2920 ......................................................................... 2993 ......................................................................... 3066 ......................................................................... 3139 ......................................................................... 3212 ......................................................................... 3285 ......................................................................... 3358 ........................................................................ Finished in 8.074248 seconds 3429 files, 32605 examples, 182132 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j20'" exit with 0.