# Logfile created on 2025-06-27 15:16:38 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x000070cc6d31fdd0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_tag=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="master-no-rjit", @TARGET_SRC_DIR="/tmp/ruby/src/master-no-rjit", @TARGET_BUILD_DIR="/tmp/ruby/build/master-no-rjit", @TARGET_INSTALL_DIR="/tmp/ruby/install/master-no-rjit", @configure_opts=["--disable-rjit"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @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, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.master-no-rjit.20250627-151638", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000070cc7192db88 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000070cc7192d8b8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000070cc6d2593d8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.master-no-rjit.20250627-151638", @dev=#<File:/home/ko1/ruby/logs/brlog.master-no-rjit.20250627-151638>, @binmode=false, @mon_data=#<Monitor:0x000070cc7192d390>, @mon_data_owner_object_id=900>>> $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists Update power_assert to f88e406e7c9e0810cc149869582afbae1fb84c4a Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2 Update irb to 331c4e851296b115db766c291e8cf54a2492fb36 echo f88e406e7c9e0810cc149869582afbae1fb84c4a | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/power_assert.revision - echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/repl_type_completor.revision - echo 331c4e851296b115db766c291e8cf54a2492fb36 | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/irb.revision - /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/power_assert.revision unchanged /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/repl_type_completor.revision unchanged /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/irb.revision unchanged Building power_assert@f88e406e7c9e0810cc149869582afbae1fb84c4a to /tmp/ruby/src/master-no-rjit/gems/power_assert-2.0.5.gem Successfully built RubyGem Name: power_assert Version: 3.0.0dev File: power_assert-3.0.0dev.gem $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby e6cd79c..0828dff master -> origin/master Updating e6cd79c..0828dff Fast-forward common.mk | 205 +++++++++++++++ gc.c | 19 +- internal/ractor_safe_set.h | 21 ++ io.c | 2 +- jit.c | 6 + ractor_safe_set.c | 325 ++++++++++++++++++++++++ string.c | 556 ++++++++--------------------------------- test/ruby/test_zjit.rb | 23 ++ yjit.c | 6 - yjit/src/cruby_bindings.inc.rs | 2 +- zjit/src/codegen.rs | 45 +++- zjit/src/cruby_bindings.inc.rs | 1 + 12 files changed, 746 insertions(+), 465 deletions(-) create mode 100644 internal/ractor_safe_set.h create mode 100644 ractor_safe_set.c Latest commit hash = 0828dff3f8 $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/master-no-rjit/common.mk > uncommon.mk generating /tmp/ruby/src/master-no-rjit/ext/ripper/eventids2table.c make[1]: Entering directory '/tmp/ruby/src/master-no-rjit/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/master-no-rjit/ext/ripper' Update power_assert to f88e406e7c9e0810cc149869582afbae1fb84c4a Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2 echo f88e406e7c9e0810cc149869582afbae1fb84c4a | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/power_assert.revision - echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/repl_type_completor.revision - /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/power_assert.revision unchanged /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/repl_type_completor.revision unchanged Update irb to 331c4e851296b115db766c291e8cf54a2492fb36 echo 331c4e851296b115db766c291e8cf54a2492fb36 | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/irb.revision - /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/irb.revision unchanged /tmp/ruby/src/master-no-rjit/revision.h updated generating x86_64-linux-fake.rb Building power_assert@f88e406e7c9e0810cc149869582afbae1fb84c4a to /tmp/ruby/src/master-no-rjit/gems/power_assert-2.0.5.gem x86_64-linux-fake.rb updated Successfully built RubyGem Name: power_assert Version: 3.0.0dev File: power_assert-3.0.0dev.gem Extracting bundle gem power_assert-2.0.5... Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.6dev.gem /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp rbconfig.rb unchanged generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' $$$[end] "make after-update -j4" exit with 0. $$$[beg] make miniruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc 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/master-no-rjit/target/release/' '/tmp/ruby/src/master-no-rjit/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/target/release/' '/tmp/ruby/src/master-no-rjit/zjit/src/lib.rs' gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 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/master-no-rjit/gc.c compiling /tmp/ruby/src/master-no-rjit/io.c compiling /tmp/ruby/src/master-no-rjit/ractor_safe_set.c compiling /tmp/ruby/src/master-no-rjit/string.c compiling /tmp/ruby/src/master-no-rjit/version.c compiling /tmp/ruby/src/master-no-rjit/yjit.c compiling /tmp/ruby/src/master-no-rjit/jit.c building Rust YJIT (release mode) touch /tmp/ruby/build/master-no-rjit/target/release/libyjit.a partial linking /tmp/ruby/build/master-no-rjit/target/release/libyjit.a into /tmp/ruby/build/master-no-rjit/target/release/libyjit.o linking miniruby $$$[end] "make miniruby -j4" exit with 0. $$$[beg] make ruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc 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/master-no-rjit/target/release/' '/tmp/ruby/src/master-no-rjit/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/target/release/' '/tmp/ruby/src/master-no-rjit/zjit/src/lib.rs' gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 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. creating verconf.h verconf.h updated compiling /tmp/ruby/src/master-no-rjit/loadpath.c builtin_binary.inc updated 34a0b2600431dd26b0e994bb3c969c653bb5d170e7b8f75310b541fbfc55fb93 builtin_binary.inc compiling /tmp/ruby/src/master-no-rjit/builtin.c linking static-library libruby-static.a linking ruby $$$[end] "make ruby -j4" exit with 0. $$$[beg] make all -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc 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/master-no-rjit/target/release/' '/tmp/ruby/src/master-no-rjit/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/target/release/' '/tmp/ruby/src/master-no-rjit/zjit/src/lib.rs' gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 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 encdb.h generating enc.mk encdb.h unchanged making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' 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/master-no-rjit' make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' making encs make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/date' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/date' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/json' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/json' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pty' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/socket' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit' make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 Update power_assert to f88e406e7c9e0810cc149869582afbae1fb84c4a Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2 Update irb to 331c4e851296b115db766c291e8cf54a2492fb36 echo f88e406e7c9e0810cc149869582afbae1fb84c4a | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/power_assert.revision - echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/repl_type_completor.revision - BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc 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/master-no-rjit/target/release/' '/tmp/ruby/src/master-no-rjit/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/target/release/' '/tmp/ruby/src/master-no-rjit/zjit/src/lib.rs' /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/repl_type_completor.revision unchanged /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/power_assert.revision unchanged echo 331c4e851296b115db766c291e8cf54a2492fb36 | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/irb.revision - generating encdb.h /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/irb.revision unchanged generating enc.mk gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 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. encdb.h unchanged Building power_assert@f88e406e7c9e0810cc149869582afbae1fb84c4a to /tmp/ruby/src/master-no-rjit/gems/power_assert-2.0.5.gem making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' generating transdb.h Successfully built RubyGem Name: power_assert Version: 3.0.0dev File: power_assert-3.0.0dev.gem Extracting bundle gem power_assert-2.0.5... make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby. transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' making encs make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' Unpacked gems/power_assert-2.0.6dev.gem make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/date' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/date' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/json' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/json' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pty' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/psych' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/socket' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit' make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' ./miniruby -I/tmp/ruby/src/master-no-rjit/lib -I. -I.ext/common /tmp/ruby/src/master-no-rjit/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/master-no-rjit/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc installing binary commands: /tmp/ruby/install/master-no-rjit/bin installing base libraries: /tmp/ruby/install/master-no-rjit/lib installing arch files: /tmp/ruby/install/master-no-rjit/lib/ruby/3.5.0+2/x86_64-linux installing pkgconfig data: /tmp/ruby/install/master-no-rjit/lib/pkgconfig installing extension objects: /tmp/ruby/install/master-no-rjit/lib/ruby/3.5.0+2/x86_64-linux installing extension objects: /tmp/ruby/install/master-no-rjit/lib/ruby/site_ruby/3.5.0+2/x86_64-linux installing extension objects: /tmp/ruby/install/master-no-rjit/lib/ruby/vendor_ruby/3.5.0+2/x86_64-linux installing extension headers: /tmp/ruby/install/master-no-rjit/include/ruby-3.5.0+2/x86_64-linux installing extension scripts: /tmp/ruby/install/master-no-rjit/lib/ruby/3.5.0+2 installing extension scripts: /tmp/ruby/install/master-no-rjit/lib/ruby/site_ruby/3.5.0+2 installing extension scripts: /tmp/ruby/install/master-no-rjit/lib/ruby/vendor_ruby/3.5.0+2 installing extension headers: /tmp/ruby/install/master-no-rjit/include/ruby-3.5.0+2/ruby installing command scripts: /tmp/ruby/install/master-no-rjit/bin installing library scripts: /tmp/ruby/install/master-no-rjit/lib/ruby/3.5.0+2 installing common headers: /tmp/ruby/install/master-no-rjit/include/ruby-3.5.0+2 installing manpages: /tmp/ruby/install/master-no-rjit/share/man/man1 installing default gems from lib: /tmp/ruby/install/master-no-rjit/lib/ruby/gems/3.5.0+2 bundler 2.7.0.dev delegate 0.4.0 did_you_mean 2.0.0 english 0.8.0 erb 5.0.1 error_highlight 0.7.0 fileutils 1.7.3 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.7 net-http 0.6.0 net-protocol 0.2.2 open-uri 0.5.0 open3 0.2.1 optparse 0.7.0.dev.2 pp 0.6.2 prettyprint 0.2.0 prism 1.4.0 resolv 0.6.1 ruby2_keywords 0.0.5 securerandom 0.4.1 shellwords 0.2.2 singleton 0.3.0 syntax_suggest 2.0.2 tempfile 0.3.1 time 0.4.1 timeout 0.4.3 tmpdir 0.3.1 tsort 0.2.0 un 0.3.0 uri 1.0.3 weakref 0.1.4 yaml 0.4.0 installing default gems from ext: /tmp/ruby/install/master-no-rjit/lib/ruby/gems/3.5.0+2 date 3.4.1 digest 3.2.0 etc 1.4.5 fcntl 1.2.0 io-console 0.8.0 io-nonblock 0.3.1 io-wait 0.3.1 json 2.12.2 openssl 3.3.0 pathname 0.4.0 psych 5.2.6 stringio 3.1.8.dev strscan 3.1.6.dev zlib 3.2.1 installing bundled gems: /tmp/ruby/install/master-no-rjit/lib/ruby/gems/3.5.0+2 minitest 5.25.5 rake 13.3.0 test-unit 3.6.8 rexml 3.4.1 rss 0.3.1 net-ftp 0.3.8 net-imap 0.5.9 net-pop 0.1.2 net-smtp 0.5.1 matrix 0.4.3 prime 0.1.4 rbs 3.9.4 typeprof 0.30.1 debug 1.11.0 racc 1.8.1 mutex_m 0.3.0 getoptlong 0.2.1 base64 0.3.0 bigdecimal 3.2.2 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.3 nkf 0.2.0 syslog 0.3.0 csv 3.3.5 repl_type_completor 0.1.11 ostruct 0.6.2 pstore 0.2.0 benchmark 0.4.1 logger 1.7.0 rdoc 6.14.1 irb 1.15.2 reline 0.6.1 readline 0.0.4 fiddle 1.1.8 installing bundled gem cache: /tmp/ruby/install/master-no-rjit/lib/ruby/gems/3.5.0+2/cache skipped bundled gems: power_assert-2.0.6dev.gem not found in bundled_gems power_assert-3.0.0dev.gem not found in bundled_gems win32ole-1.9.2.gem extensions not found or build failed win32ole-1.9.2 $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 2023 tests $$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0. $$$[beg] make yes-test-basic TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc 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/master-no-rjit/target/release/' '/tmp/ruby/src/master-no-rjit/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/target/release/' '/tmp/ruby/src/master-no-rjit/zjit/src/lib.rs' gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 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/master-no-rjit/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/master-no-rjit/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/master-no-rjit/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/master-no-rjit/basictest/test.rb:case .....OK 5 /tmp/ruby/src/master-no-rjit/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/master-no-rjit/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/master-no-rjit/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/master-no-rjit/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/master-no-rjit/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/master-no-rjit/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/master-no-rjit/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/master-no-rjit/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/master-no-rjit/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/master-no-rjit/basictest/test.rb:call ......OK 6 /tmp/ruby/src/master-no-rjit/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/master-no-rjit/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/master-no-rjit/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/master-no-rjit/basictest/test.rb:system ........OK 8 /tmp/ruby/src/master-no-rjit/basictest/test.rb:const .....OK 5 /tmp/ruby/src/master-no-rjit/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/master-no-rjit/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/master-no-rjit/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/master-no-rjit/basictest/test.rb:math ..OK 2 /tmp/ruby/src/master-no-rjit/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/master-no-rjit/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/master-no-rjit/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/master-no-rjit/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/master-no-rjit/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/master-no-rjit/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/master-no-rjit/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS='-j4'" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc 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/master-no-rjit/target/release/' '/tmp/ruby/src/master-no-rjit/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/target/release/' '/tmp/ruby/src/master-no-rjit/zjit/src/lib.rs' gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 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 generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' making encs make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/date' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/date' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/json' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/json' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/psych' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pty' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/socket' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit' make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' Run options: --seed=31838 "--ruby=./miniruby -I/tmp/ruby/src/master-no-rjit/lib -I. -I.ext/common /tmp/ruby/src/master-no-rjit/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/master-no-rjit/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j4 # Running tests: [ 1/753] 4138720=-ext-/hash/test_delete [ 2/753] 4138721=openssl/test_x509ext [ 3/753] 4138720=ruby/test_continuation [ 4/753] 4138720=rubygems/test_gem_resolver_dependency_request [ 5/753] 4138718=rubygems/test_gem_ext_cargo_builder_link_flag_converter [ 6/753] 4138721=fiber/test_thread [ 7/753] 4138719=uri/test_common [ 8/753] 4138721=prism/ruby/ruby_parser_test [ 9/753] 4138721=rubygems/test_gem_source_local [ 10/753] 4138720=optparse/test_placearg [ 11/753] 4138719=rubygems/test_gem_commands_query_command [ 12/753] 4138720=io/wait/test_ractor [ 13/753] 4138720=ruby/test_literal [ 14/753] 4138718=psych/nodes/test_enumerable [ 15/753] 4138718=optparse/test_bash_completion [ 16/753] 4138718=ruby/test_data [ 17/753] 4138718=rubygems/test_gem_commands_cleanup_command [ 18/753] 4138721=-ext-/test_enumerator_kw [ 19/753] 4138721=rubygems/test_exit [ 20/753] 4138721=-ext-/debug/test_profile_frames [ 21/753] 4138721=psych/test_array [ 22/753] 4138721=openssl/test_pkey [ 23/753] 4138718=-ext-/string/test_fstring [ 24/753] 4138721=ripper/test_files_test [ 25/753] 4138721=fiber/test_ractor [ 26/753] 4138718=rubygems/test_gem_version_option [ 27/753] 4138721=monitor/test_monitor [ 28/753] 4138720=-ext-/bignum/test_bigzero [ 29/753] 4138720=rubygems/test_gem_resolver_api_set [ 30/753] 4138719=ruby/test_system [ 31/753] 4138718=test_delegate [ 32/753] 4138721=test_tmpdir [ 33/753] 4138718=test_timeout [ 34/753] 4138720=ruby/test_whileuntil [ 35/753] 4138720=ruby/test_set [ 36/753] 4138721=test_weakref [ 37/753] 4138720=test_singleton [ 38/753] 4138720=ripper/test_files_ext [ 39/753] 4138720=rubygems/test_gem_package_tar_header [ 40/753] 4138721=rubygems/test_gem_source_vendor [ 41/753] 4138720=-ext-/symbol/test_type [ 42/753] 4138721=rubygems/test_gem_resolver_index_specification [ 43/753] 4138720=prism/result/equality_test [ 44/753] 4138720=prism/ruby/location_test [ 45/753] 4138720=rubygems/test_gem_commands_stale_command [ 46/753] 4138721=psych/test_scalar [ 47/753] 4138721=rubygems/test_gem_dependency_installer [ 48/753] 4138720=-ext-/vm/test_at_exit [ 49/753] 4138718=fiber/test_sleep [ 50/753] 4138720=rubygems/test_gem_available_set [ 51/753] 4138720=-ext-/string/test_modify_expand [ 52/753] 4138720=mkmf/test_sizeof [ 53/753] 4138718=prism/result/index_write_test [ 54/753] 4138718=ruby/test_pack [ 55/753] 4138719=strscan/test_stringscanner [ 56/753] 4138719=psych/test_stream [ 57/753] 4138719=ruby/test_allocation [ 58/753] 4138718=rubygems/test_gem_commands_lock_command [ 59/753] 4138718=psych/test_null [ 60/753] 4138718=prism/encoding/encodings_test [ 61/753] 4138718=ruby/test_insns_leaf [ 62/753] 4138718=ruby/test_basicinstructions [ 63/753] 4138718=-ext-/bignum/test_mul [ 64/753] 4138718=openssl/test_random [ 65/753] 4138718=test_trick [ 66/753] 4138718=net/http/test_http [ 67/753] 4138721=ruby/test_integer_comb [ 68/753] 4138719=openssl/test_x509req [ 69/753] 4138719=-ext-/win32/test_dln [ 70/753] 4138719=ruby/enc/test_koi8 [ 71/753] 4138719=rubygems/test_gem_ext_configure_builder [ 72/753] 4138719=test_rbconfig [ 73/753] 4138719=ruby/test_method [ 74/753] 4138718=-ext-/symbol/test_inadvertent_creation [ 75/753] 4138718=optparse/test_noarg [ 76/753] 4138721=ripper/test_filter [ 77/753] 4138718=ruby/enc/test_gb18030 [ 78/753] 4138721=ruby/enc/test_utf32 [ 79/753] 4138718=mkmf/test_pkg_config [ 80/753] 4138721=rubygems/test_gem_resolver_activation_request [ 81/753] 4138718=-ext-/string/test_normalize [ 82/753] 4138718=-ext-/win32/test_fd_setsize [ 83/753] 4138721=-ext-/array/test_resize [ 84/753] 4138718=ruby/test_rand [ 85/753] 4138721=-ext-/thread/test_lock_native_thread [ 86/753] 4138721=ruby/test_process [ 87/753] 4138718=rubygems/test_gem_commands_fetch_command [ 88/753] 4138718=ruby/enc/test_cesu8 [ 89/753] 4138718=yaml/test_dbm [ 90/753] 4138718=prism/result/source_location_test [ 91/753] 4138718=rubygems/test_gem_security_trust_dir [ 92/753] 4138718=did_you_mean/spell_checking/test_require_path_check [ 93/753] 4138718=net/protocol/test_protocol [ 94/753] 4138718=-ext-/funcall/test_passing_block [ 95/753] 4138718=ruby/test_refinement [ 96/753] 4138720=test_securerandom [ 97/753] 4138720=openssl/test_x509crl [ 98/753] 4138720=openssl/test_x509store [ 99/753] 4138720=-ext-/stack/test_stack_overflow [100/753] 4138720=rubygems/test_gem_request_set_lockfile_tokenizer [101/753] 4138720=openssl/test_x509attr [102/753] 4138720=ruby/test_pipe [103/753] 4138720=rubygems/test_gem_impossible_dependencies_error [104/753] 4138720=rubygems/test_gem_resolver_composed_set [105/753] 4138720=rubygems/test_gem_commands_owner_command [106/753] 4138720=-ext-/test_recursion [107/753] 4138720=-ext-/string/test_coderange [108/753] 4138720=rubygems/test_gem_doctor [109/753] 4138720=-ext-/gvl/test_ubf_async_safe [110/753] 4138720=rubygems/test_rubygems [111/753] 4138720=date/test_date_strptime [112/753] 4138720=rubygems/test_gem_version [113/753] 4138720=rubygems/test_gem_request_set_gem_dependency_api [114/753] 4138720=prism/ruby/ripper_test [115/753] 4138719=objspace/test_ractor [116/753] 4138719=-ext-/win32/test_console_attr [117/753] 4138719=psych/test_yamldbm [118/753] 4138719=rubygems/test_gem_commands_signin_command [119/753] 4138719=rubygems/test_gem_dependency [120/753] 4138720=rubygems/test_gem_commands_search_command [121/753] 4138720=ruby/test_namespace [122/753] 4138720=ruby/test_time [123/753] 4138719=ruby/test_objectspace [124/753] 4138720=openssl/test_hmac [125/753] 4138720=mkmf/test_framework [126/753] 4138720=ruby/test_require_lib [127/753] 4138718=ruby/test_numeric [128/753] 4138718=rubygems/test_gem_stub_specification [129/753] 4138718=resolv/test_mdns [130/753] 4138718=ruby/test_rational [131/753] 4138720=date/test_date_attr [132/753] 4138720=yaml/test_store [133/753] 4138720=ruby/test_proc [134/753] 4138719=ruby/test_condition [135/753] 4138719=ruby/enc/test_cp949 [136/753] 4138719=rubygems/test_gem_requirement [137/753] 4138719=ruby/enc/test_emoji [138/753] 4138719=zlib/test_zlib [139/753] 4138718=fiber/test_scheduler [140/753] 4138720=fiber/test_queue [141/753] 4138720=test_unicode_normalize [142/753] 4138720=-ext-/string/test_enc_str_buf_cat [143/753] 4138720=test_ipaddr [144/753] 4138720=prism/result/static_inspect_test [145/753] 4138720=prism/encoding/regular_expression_encoding_test [146/753] 4138720=test_prettyprint [147/753] 4138720=psych/test_boolean [148/753] 4138720=ripper/test_files_test_2 [149/753] 4138720=ruby/test_defined [150/753] 4138720=ripper/test_scanner_events [151/753] 4138720=openssl/test_pkcs12 [152/753] 4138720=psych/handlers/test_recorder [153/753] 4138720=mkmf/test_flags [154/753] 4138719=ruby/test_variable [155/753] 4138720=-ext-/exception/test_enc_raise [156/753] 4138720=rubygems/test_gem_resolver_specification [157/753] 4138720=stringio/test_stringio [158/753] 4138720=-ext-/test_bug-14834 [159/753] 4138720=prism/result/numeric_value_test [160/753] 4138720=ruby/test_complexrational [161/753] 4138720=psych/test_nil [162/753] 4138720=rubygems/test_gem_remote_fetcher_s3 [163/753] 4138720=rubygems/test_webauthn_poller [164/753] 4138720=rubygems/test_gem_commands_contents_command [165/753] 4138720=socket/test_tcp [166/753] 4138720=rubygems/test_gem_package_tar_reader [167/753] 4138719=ruby/enc/test_utf16 [168/753] 4138719=socket/test_addrinfo [169/753] 4138720=dtrace/test_raise [170/753] 4138720=ruby/test_dir_m17n [171/753] 4138718=ruby/test_yjit_exit_locations [172/753] 4138718=-ext-/bignum/test_big2str [173/753] 4138718=test_forwardable [174/753] 4138718=rubygems/test_gem_config_file [175/753] 4138719=psych/test_string [176/753] 4138719=psych/test_data [177/753] 4138719=ruby/test_backtrace [178/753] 4138718=prism/ruby/compiler_test [179/753] 4138718=rubygems/test_gem_commands_info_command [180/753] 4138718=fiber/test_process [181/753] 4138718=optparse/test_autoconf [182/753] 4138718=date/test_date [183/753] 4138718=rubygems/test_gem_commands_environment_command [184/753] 4138718=dtrace/test_string [185/753] 4138718=ruby/test_shapes [186/753] 4138718=ruby/test_iterator [187/753] 4138718=rubygems/test_gem_spec_fetcher [188/753] 4138719=erb/test_erb_m17n [189/753] 4138719=prism/ruby/parser_test [190/753] 4138719=openssl/test_x509cert [191/753] 4138718=ruby/enc/test_euc_jp [192/753] 4138718=fiber/test_storage [193/753] 4138718=ruby/test_fnmatch [194/753] 4138718=psych/visitors/test_yaml_tree [195/753] 4138718=-ext-/namespace/test_load_ext [196/753] 4138718=ruby/test_stack [197/753] 4138720=ruby/test_env [198/753] 4138719=-ext-/econv/test_append [199/753] 4138719=did_you_mean/spell_checking/test_key_name_check [200/753] 4138719=date/test_date_conv [201/753] 4138719=date/test_date_arith [202/753] 4138719=ripper/test_parser_events [203/753] 4138719=mkmf/test_egrep_cpp [204/753] 4138719=ruby/test_hash [205/753] 4138718=ruby/test_econv [206/753] 4138718=net/http/test_httpresponse [207/753] 4138718=pathname/test_ractor [208/753] 4138718=rubygems/test_gem_ext_cmake_builder [209/753] 4138718=rubygems/test_gem_resolver_lock_specification [210/753] 4138718=mkmf/test_signedness [211/753] 4138721=-ext-/string/test_external_new [212/753] 4138721=prism/result/integer_parse_test [213/753] 4138721=rubygems/test_gem_uninstaller [214/753] 4138720=rubygems/test_gem_resolver [215/753] 4138720=ruby/test_unicode_escape [216/753] 4138720=rubygems/test_gem_resolver_git_set [217/753] 4138720=prism/api/parse_test [218/753] 4138720=ruby/test_parse [219/753] 4138721=ruby/test_inlinecache [220/753] 4138721=-ext-/bignum/test_str2big [221/753] 4138721=psych/visitors/test_depth_first [222/753] 4138721=prism/ruby/reflection_test [223/753] 4138721=prism/locals_test [224/753] 4138721=did_you_mean/spell_checking/test_uncorrectable_name_check [225/753] 4138721=rubygems/test_gem_commands_which_command [226/753] 4138721=-ext-/bug_reporter/test_bug_reporter [227/753] 4138720=psych/test_set [228/753] 4138720=prism/ruby/parameters_signature_test [229/753] 4138720=-ext-/gvl/test_last_thread [230/753] 4138721=ruby/test_beginendblock [231/753] 4138720=ruby/test_class [232/753] 4138721=rubygems/test_gem_package_old [233/753] 4138721=ruby/test_const [234/753] 4138721=ruby/test_argf [235/753] 4138719=rubygems/test_gem_name_tuple [236/753] 4138719=ruby/test_io_buffer [237/753] 4138719=ruby/test_weakkeymap [238/753] 4138719=rubygems/test_gem_request [239/753] 4138719=ruby/test_yjit [240/753] 4138721=ruby/test_m17n [241/753] 4138721=ripper/test_files_sample [242/753] 4138721=rubygems/test_gem_commands_dependency_command [243/753] 4138721=uri/test_generic [244/753] 4138721=rubygems/test_gem_security_policy [245/753] 4138721=io/console/test_io_console [246/753] 4138718=psych/test_numeric [247/753] 4138718=-ext-/test_bug-5832 [248/753] 4138718=-ext-/st/test_update [249/753] 4138718=rubygems/test_require [250/753] 4138721=rubygems/test_gem_install_update_options [251/753] 4138721=rubygems/test_gem_commands_list_command [252/753] 4138721=openssl/test_pkcs7 [253/753] 4138721=dtrace/test_object_create_start [254/753] 4138721=json/json_encoding_test [255/753] 4138721=rubygems/test_gem_source_specific_file [256/753] 4138718=psych/test_yaml_special_cases [257/753] 4138718=-ext-/iter/test_yield_block [258/753] 4138718=rubygems/test_gem_source_list [259/753] 4138721=prism/snippets_test [260/753] 4138718=ruby/test_syntax [261/753] 4138720=-ext-/iseq_load/test_iseq_load [262/753] 4138721=-ext-/debug/test_debug [263/753] 4138721=rubygems/test_gem_request_set_lockfile [264/753] 4138721=-ext-/postponed_job/test_postponed_job [265/753] 4138721=erb/test_erb_command [266/753] 4138721=did_you_mean/spell_checking/test_pattern_key_name_check [267/753] 4138721=-ext-/exception/test_exception_at_throwing [268/753] 4138721=psych/test_yaml [269/753] 4138721=-ext-/test_bug-3571 [270/753] 4138721=ruby/test_compile_prism [271/753] 4138721=ruby/test_complex2 [272/753] 4138721=-ext-/typeddata/test_typeddata [273/753] 4138720=ruby/test_weakmap [274/753] 4138721=prism/encoding/symbol_encoding_test [275/753] 4138721=ruby/test_sprintf [276/753] 4138721=mmtk/test_configuration [277/753] 4138721=ruby/test_case [278/753] 4138721=ruby/test_dir [279/753] 4138719=-ext-/test_notimplement [280/753] 4138719=rubygems/test_gem_commands_help_command [281/753] 4138719=rubygems/test_remote_fetch_error [282/753] 4138719=rubygems/test_gem_source_installed [283/753] 4138719=dtrace/test_gc [284/753] 4138719=ruby/test_math [285/753] 4138719=rubygems/test_gem_commands_mirror [286/753] 4138719=mkmf/test_libs [287/753] 4138719=dtrace/test_array_create [288/753] 4138719=ruby/enc/test_case_options [289/753] 4138719=rubygems/test_gem_ext_ext_conf_builder [290/753] 4138721=ruby/enc/test_windows_1251 [291/753] 4138721=prism/ruby/relocation_test [292/753] 4138721=optparse/test_zsh_completion [293/753] 4138721=prism/version_test [294/753] 4138721=ruby/test_complex [295/753] 4138721=rubygems/test_gem_remote_fetcher [296/753] 4138721=rubygems/test_gem_request_set_lockfile_parser [297/753] 4138721=-ext-/path_to_class/test_path_to_class [298/753] 4138721=ruby/test_readpartial [299/753] 4138721=ruby/test_clone [300/753] 4138721=rubygems/test_gem_command [301/753] 4138721=rubygems/test_gem_commands_exec_command [302/753] 4138719=rubygems/test_gem_dependency_resolution_error [303/753] 4138719=prism/api/lex_test [304/753] 4138719=ruby/test_not [305/753] 4138719=socket/test_nonblock [306/753] 4138719=ruby/test_zjit [307/753] 4138719=mkmf/test_convertible [308/753] 4138718=fiber/test_timeout [309/753] 4138718=prism/newline_offsets_test [310/753] 4138718=ruby/test_frozen [311/753] 4138718=ruby/test_yield [312/753] 4138721=mkmf/test_configuration [313/753] 4138721=ruby/enc/test_big5 [314/753] 4138721=prism/api/parse_success_test [315/753] 4138721=prism/ruby/desugar_compiler_test [316/753] 4138721=optparse/test_getopts [317/753] 4138721=psych/json/test_stream [318/753] 4138721=test_time [319/753] 4138721=-ext-/marshal/test_internal_ivar [320/753] 4138721=fileutils/test_fileutils [321/753] 4138721=-ext-/tracepoint/test_tracepoint [322/753] 4138721=rubygems/test_gem_commands_uninstall_command [323/753] 4138721=openssl/test_kdf [324/753] 4138721=ruby/test_pattern_matching [325/753] 4138721=erb/test_erb [326/753] 4138721=psych/test_psych [327/753] 4138721=prism/result/string_test [328/753] 4138721=rubygems/test_gem_commands_signout_command [329/753] 4138721=dtrace/test_method_cache [330/753] 4138721=dtrace/test_require [331/753] 4138721=date/test_date_marshal [332/753] 4138721=openssl/test_asn1 [333/753] 4138721=-ext-/file/test_stat [334/753] 4138721=did_you_mean/spell_checking/test_method_name_check [335/753] 4138721=net/http/test_httpresponses [336/753] 4138721=-ext-/num2int/test_num2int [337/753] 4138721=prism/regexp_test [338/753] 4138721=ruby/test_dup [339/753] 4138720=-ext-/iter/test_iter_break [340/753] 4138720=-ext-/st/test_foreach [341/753] 4138720=prism/result/integer_base_flags_test [342/753] 4138720=rubygems/test_gem_resolver_conflict [343/753] 4138720=optparse/test_summary [344/753] 4138720=fiber/test_address_resolve [345/753] 4138720=ruby/enc/test_grapheme_breaks [346/753] 4138720=ruby/test_exception [347/753] 4138721=did_you_mean/spell_checking/test_class_name_check [348/753] 4138721=json/json_string_matching_test [349/753] 4138721=-ext-/eval/test_eval [350/753] 4138721=cgi/test_cgi_escape [351/753] 4138721=rubygems/test_gem_commands_rebuild_command [352/753] 4138721=rubygems/test_gem_resolver_best_set [353/753] 4138721=prism/lex_test [354/753] 4138721=rubygems/test_gem_ext_cargo_builder_unit [355/753] 4138718=ruby/test_string [356/753] 4138721=ruby/test_undef [357/753] 4138721=ruby/enc/test_gbk [358/753] 4138721=prism/result/regular_expression_options_test [359/753] 4138721=rubygems/test_gem_remote_fetcher_local_server [360/753] 4138721=-ext-/test_ensure_and_callcc [361/753] 4138721=rubygems/test_gem_remote_fetcher_local_ssl_server [362/753] 4138721=ruby/test_ast [363/753] 4138720=ruby/test_warning [364/753] 4138720=rubygems/test_gem_resolver_index_set [365/753] 4138720=ruby/test_m17n_comb [366/753] 4138720=psych/test_hash [367/753] 4138720=mkmf/test_constant [368/753] 4138719=ruby/test_encoding [369/753] 4138719=-ext-/struct/test_data [370/753] 4138719=mkmf/test_have_macro [371/753] 4138720=rubygems/test_gem_command_manager [372/753] 4138720=mkmf/test_config [373/753] 4138719=-ext-/test_abi [374/753] 4138719=-ext-/proc/test_bmethod [375/753] 4138719=mkmf/test_have_library [376/753] 4138720=rubygems/test_gem_source_lock [377/753] 4138720=mkmf/test_have_func [378/753] 4138719=date/test_date_compat [379/753] 4138719=objspace/test_objspace [380/753] 4138720=psych/test_date_time [381/753] 4138720=did_you_mean/tree_spell/test_change_word [382/753] 4138720=openssl/test_bn [383/753] 4138720=ruby/test_enumerator [384/753] 4138718=-ext-/string/test_too_many_dummy_encodings [385/753] 4138718=rubygems/test_gem_uri [386/753] 4138718=psych/test_safe_load [387/753] 4138718=prism/fuzzer_test [388/753] 4138718=prism/onigmo_test [389/753] 4138718=json/json_fixtures_test [390/753] 4138718=ruby/test_lambda [391/753] 4138718=psych/test_struct [392/753] 4138718=ruby/test_name_error [393/753] 4138718=fiber/test_enumerator [394/753] 4138718=-ext-/integer/test_my_integer [395/753] 4138718=ruby/test_regexp [396/753] 4138720=-ext-/exception/test_ensured [397/753] 4138720=prism/magic_comment_test [398/753] 4138720=prism/percent_delimiter_string_test [399/753] 4138720=-ext-/marshal/test_usrmarshal [400/753] 4138720=win32/test_registry [401/753] 4138720=ruby/test_nomethod_error [402/753] 4138720=rubygems/test_project_sanity [403/753] 4138720=strscan/test_ractor [404/753] 4138720=json/json_coder_test [405/753] 4138720=rubygems/test_deprecate [406/753] 4138720=json/test_helper [407/753] 4138720=ruby/test_require [408/753] 4138720=uri/test_wss [409/753] 4138720=ripper/test_files_test_1 [410/753] 4138720=ruby/test_stringchar [411/753] 4138720=prism/result/attribute_write_test [412/753] 4138720=resolv/test_addr [413/753] 4138720=rubygems/test_gem_platform [414/753] 4138720=-ext-/bignum/test_pack [415/753] 4138718=socket/test_ancdata [416/753] 4138718=json/json_generic_object_test [417/753] 4138718=rubygems/test_gem_specification [418/753] 4138720=ruby/test_random_formatter [419/753] 4138720=stringio/test_ractor [420/753] 4138720=prism/heredoc_dedent_test [421/753] 4138720=-ext-/string/test_ellipsize [422/753] 4138720=date/test_date_strftime [423/753] 4138720=rubygems/test_gem_resolver_installed_specification [424/753] 4138720=ruby/test_ifunless [425/753] 4138720=rubygems/test_gem_util [426/753] 4138720=ripper/test_files_lib [427/753] 4138720=socket/test_basicsocket [428/753] 4138720=ruby/test_mixed_unicode_escapes [429/753] 4138720=optparse/test_cclass [430/753] 4138720=ruby/test_object [431/753] 4138720=test_open3 [432/753] 4138721=psych/visitors/test_to_ruby [433/753] 4138721=ruby/test_fiber [434/753] 4138718=prism/result/implicit_array_test [435/753] 4138718=psych/test_json_tree [436/753] 4138718=prism/ruby/pattern_test [437/753] 4138718=rubygems/test_gem_path_support [438/753] 4138718=rubygems/test_gem_commands_yank_command [439/753] 4138720=psych/test_emitter [440/753] 4138720=prism/library_symbols_test [441/753] 4138720=io/console/test_ractor [442/753] 4138720=-ext-/test_scan_args [443/753] 4138720=did_you_mean/tree_spell/test_human_typo [444/753] 4138720=io/wait/test_io_wait_uncommon [445/753] 4138720=rubygems/test_gem_source [446/753] 4138720=rubygems/test_gem_ci_detector [447/753] 4138720=prism/api/freeze_test [448/753] 4138720=openssl/test_pkey_dsa [449/753] 4138718=-ext-/string/test_enc_associate [450/753] 4138718=ruby/test_file_exhaustive [451/753] 4138721=optparse/test_optparse [452/753] 4138721=psych/test_alias_and_anchor [453/753] 4138721=-ext-/arith_seq/test_arith_seq_extract [454/753] 4138720=uri/test_ws [455/753] 4138720=rubygems/test_gem_commands_sources_command [456/753] 4138721=prism/encoding/string_encoding_test [457/753] 4138721=psych/test_stringio [458/753] 4138721=rubygems/test_gem_commands_check_command [459/753] 4138721=ruby/test_arithmetic_sequence [460/753] 4138721=fileutils/test_nowrite [461/753] 4138721=optparse/test_acceptable [462/753] 4138721=ruby/test_thread_queue [463/753] 4138720=rubygems/test_gem_commands_pristine_command [464/753] 4138721=psych/visitors/test_emitter [465/753] 4138721=error_highlight/test_error_highlight [466/753] 4138720=fiber/test_backtrace [467/753] 4138720=ruby/test_string_memory [468/753] 4138720=-ext-/test_random [469/753] 4138720=prism/api/dump_test [470/753] 4138720=ripper/test_lexer [471/753] 4138720=rubygems/test_gem_resolver_requirement_list [472/753] 4138720=-ext-/arith_seq/test_arith_seq_beg_len_step [473/753] 4138720=json/json_parser_test [474/753] 4138720=-ext-/string/test_cstr [475/753] 4138721=date/test_date_new [476/753] 4138721=-ext-/bignum/test_div [477/753] 4138721=rubygems/test_gem_resolver_vendor_set [478/753] 4138721=date/test_date_parse [479/753] 4138721=mkmf/test_find_executable [480/753] 4138721=-ext-/load/test_protect [481/753] 4138721=rubygems/test_gem_console_ui [482/753] 4138721=psych/test_tree_builder [483/753] 4138721=socket/test_unix [484/753] 4138721=net/http/test_httpheader [485/753] 4138721=mkmf/test_mkmf [486/753] 4138721=psych/test_coder [487/753] 4138721=-ext-/string/test_interned_str [488/753] 4138721=openssl/test_pkey_ec [489/753] 4138721=ruby/test_symbol [490/753] 4138718=ruby/test_lazy_enumerator [491/753] 4138720=rubygems/test_gem_commands_cert_command [492/753] 4138718=psych/test_deprecated [493/753] 4138718=rubygems/test_gem_commands_install_command [494/753] 4138721=uri/test_ftp [495/753] 4138721=json/ractor_test [496/753] 4138721=test_find [497/753] 4138721=mkmf/test_install [498/753] 4138721=did_you_mean/spell_checking/test_variable_name_check [499/753] 4138721=ruby/test_bignum [500/753] 4138721=rubygems/test_gem_commands_setup_command [501/753] 4138720=ruby/test_float [502/753] 4138718=rubygems/test_gem_ext_cargo_builder [503/753] 4138718=-ext-/integer/test_integer [504/753] 4138718=rubygems/test_gem_package [505/753] 4138721=psych/test_marshalable [506/753] 4138721=rubygems/test_gem_installer [507/753] 4138720=prism/newline_test [508/753] 4138718=-ext-/struct/test_duplicate [509/753] 4138718=test_shellwords [510/753] 4138718=-ext-/array/test_to_ary_concat [511/753] 4138720=-ext-/string/test_capacity [512/753] 4138720=openssl/test_ssl_session [513/753] 4138720=-ext-/float/test_nextafter [514/753] 4138720=uri/test_http [515/753] 4138720=ruby/test_gc_compact [516/753] 4138718=psych/test_omap [517/753] 4138718=test_bundled_gems [518/753] 4138718=ruby/test_iseq [519/753] 4138718=prism/result/overlap_test [520/753] 4138718=coverage/test_coverage [521/753] 4138720=ruby/test_memory_view [522/753] 4138720=pathname/test_pathname [523/753] 4138718=openssl/test_pair [524/753] 4138720=ruby/test_io [525/753] 4138721=-ext-/exception/test_data_error [526/753] 4138721=openssl/test_provider [527/753] 4138721=ruby/test_array [528/753] 4138719=optparse/test_optarg [529/753] 4138719=ruby/test_path [530/753] 4138719=-ext-/string/test_rb_str_dup [531/753] 4138719=ruby/test_ractor [532/753] 4138718=dtrace/test_function_entry [533/753] 4138718=prism/unescape_test [534/753] 4138718=psych/test_exception [535/753] 4138718=ruby/test_object_id [536/753] 4138719=rubygems/test_gem_gemcutter_utilities [537/753] 4138719=ruby/test_thread [538/753] 4138718=json/json_ext_parser_test [539/753] 4138718=etc/test_etc [540/753] 4138718=net/http/test_http_request [541/753] 4138718=ruby/test_assignment [542/753] 4138718=socket/test_socket [543/753] 4138719=rubygems/test_gem_uri_formatter [544/753] 4138719=prism/api/parse_comments_test [545/753] 4138719=-ext-/test_printf [546/753] 4138719=-ext-/struct/test_len [547/753] 4138719=rubygems/test_gem_unsatisfiable_dependency_error [548/753] 4138719=lib/!Nothing_to_test [549/753] 4138719=net/http/test_https_proxy [550/753] 4138719=uri/test_parser [551/753] 4138719=ruby/test_transcode [552/753] 4138718=openssl/test_ocsp [553/753] 4138719=-ext-/class/test_class2name [554/753] 4138719=rubygems/test_bundled_ca [555/753] 4138718=prism/result/static_literals_test [556/753] 4138718=psych/test_object_references [557/753] 4138718=rubygems/test_webauthn_listener [558/753] 4138718=prism/result/breadth_first_search_test [559/753] 4138718=-ext-/rational/test_rat [560/753] 4138718=ruby/test_frozen_error [561/753] 4138718=ruby/test_io_m17n [562/753] 4138719=rubygems/test_kernel [563/753] 4138720=ruby/enc/test_case_comprehensive [564/753] 4138720=test_pp [565/753] 4138720=rubygems/test_gem_commands_open_command [566/753] 4138720=rubygems/test_gem_resolver_git_specification [567/753] 4138719=digest/test_digest [568/753] 4138720=openssl/test_fips [569/753] 4138720=rubygems/test_gem_dependency_list [570/753] 4138719=dtrace/test_cmethod [571/753] 4138719=ruby/enc/test_euc_kr [572/753] 4138718=uri/test_mailto [573/753] 4138719=digest/test_ractor [574/753] 4138718=date/test_date_ractor [575/753] 4138720=prism/test_helper [576/753] 4138720=io/nonblock/test_flush [577/753] 4138720=ripper/test_sexp [578/753] 4138719=-ext-/string/test_qsort [579/753] 4138720=json/json_addition_test [580/753] 4138719=io/wait/test_io_wait [581/753] 4138720=optparse/test_kwargs [582/753] 4138720=rubygems/test_gem_stream_ui [583/753] 4138718=ruby/test_struct [584/753] 4138719=rubygems/test_gem_package_task [585/753] 4138719=fiber/test_mutex [586/753] 4138720=ruby/test_flip [587/753] 4138720=ruby/test_threadgroup [588/753] 4138719=ruby/test_arity [589/753] 4138719=json/json_generator_test [590/753] 4138720=uri/test_file [591/753] 4138720=ruby/test_trace [592/753] 4138720=ruby/test_fixnum [593/753] 4138720=ruby/test_signal [594/753] 4138718=openssl/test_ns_spki [595/753] 4138718=prism/result/heredoc_test [596/753] 4138718=ruby/test_vm_dump [597/753] 4138718=open-uri/test_ftp [598/753] 4138718=ruby/enc/test_iso_8859 [599/753] 4138718=-ext-/load/test_stringify_symbols [600/753] 4138718=prism/errors_test [601/753] 4138718=digest/test_digest_extend [602/753] 4138720=prism/result/constant_path_node_test [603/753] 4138720=psych/test_merge_keys [604/753] 4138720=rubygems/test_gem_source_git [605/753] 4138718=rubygems/test_gem_resolver_local_specification [606/753] 4138718=open-uri/test_open-uri Leaked file descriptor: TestOpenURI#test_redirect_auth_failure_r1: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 43751> Closed file descriptor: TestOpenURI#test_redirect_auth_success: 11 [607/753] 4138718=ruby/enc/test_regex_casefold [608/753] 4138718=openssl/test_digest [609/753] 4138718=rubygems/test_gem_local_remote_options [610/753] 4138718=ruby/test_eval [611/753] 4138718=psych/test_scalar_scanner [612/753] 4138718=test_tempfile [613/753] 4138719=ruby/test_primitive [614/753] 4138719=openssl/test_ossl [615/753] 4138718=rubygems/test_gem_resolver_vendor_specification [616/753] 4138718=dtrace/test_load [617/753] 4138718=psych/test_document [618/753] 4138718=resolv/test_dns [619/753] 4138720=rubygems/test_gem_package_tar_writer [620/753] 4138720=socket/test_sockopt [621/753] 4138718=rubygems/test_gem_safe_yaml [622/753] 4138720=fiber/test_io_buffer [623/753] 4138718=prism/ruby/tunnel_test [624/753] 4138718=ruby/test_settracefunc [625/753] 4138720=rubygems/test_gem_resolver_api_specification [626/753] 4138720=rubygems/test_gem_text [627/753] 4138720=psych/test_object [628/753] 4138720=psych/test_encoding [629/753] 4138720=ruby/test_alias [630/753] 4138720=ruby/test_sprintf_comb [631/753] 4138720=prism/result/comments_test [632/753] 4138720=rubygems/test_gem_source_subpath_problem [633/753] 4138721=ruby/test_method_cache [634/753] 4138721=rubygems/test_gem_commands_outdated_command [635/753] 4138720=rubygems/test_gem_ext_rake_builder [636/753] 4138721=ruby/test_super [637/753] 4138718=openssl/test_ssl [638/753] 4138720=rubygems/test_config [639/753] 4138720=ruby/test_module [640/753] 4138721=ruby/test_file [641/753] 4138720=prism/bom_test [642/753] 4138720=prism/ruby/string_query_test [643/753] 4138720=optparse/test_load [644/753] 4138720=ruby/test_rubyoptions [645/753] 4138721=rubygems/test_gem_security_signer [646/753] 4138721=ruby/test_rubyvm [647/753] 4138721=prism/ruby/dispatcher_test [648/753] 4138721=net/http/test_buffered_io [649/753] 4138721=openssl/test_pkey_dh [650/753] 4138721=ruby/enc/test_windows_1252 [651/753] 4138721=did_you_mean/core_ext/test_name_error_extension [652/753] 4138721=rubygems/test_gem_resolver_installer_set [653/753] 4138721=ruby/test_keyword [654/753] 4138721=fileutils/test_dryrun [655/753] 4138721=ruby/test_thread_cv [656/753] 4138721=prism/api/command_line_test [657/753] 4138721=rubygems/test_gem_safe_marshal [658/753] 4138719=prism/result/warnings_test [659/753] 4138719=uri/test_ldap [660/753] 4138719=rubygems/test_gem_security [661/753] 4138721=rubygems/test_gem_ext_builder [662/753] 4138718=ruby/test_gc [663/753] 4138721=dtrace/test_hash_create [664/753] 4138721=prism/api/parse_stream_test [665/753] 4138721=did_you_mean/test_tree_spell_checker [666/753] 4138721=ruby/test_optimization [667/753] 4138719=date/test_switch_hitter [668/753] 4138719=-ext-/popen_deadlock/test_popen_deadlock [669/753] 4138719=rubygems/test_gem_gem_runner [670/753] 4138719=psych/test_psych_set [671/753] 4138719=did_you_mean/test_ractor_compatibility [672/753] 4138719=rubygems/test_gem_request_connection_pools [673/753] 4138720=-ext-/method/test_arity [674/753] 4138720=rubygems/test_webauthn_listener_response [675/753] 4138720=rubygems/test_gem_commands_update_command [676/753] 4138719=ruby/enc/test_emoji_breaks [677/753] 4138719=rubygems/test_gem_source_fetch_problem [678/753] 4138719=psych/test_symbol [679/753] 4138719=prism/ractor_test [680/753] 4138719=openssl/test_x509name [681/753] 4138719=rubygems/test_gem_bundler_version_finder [682/753] 4138719=test_pty [683/753] 4138719=ruby/test_comparable [684/753] 4138719=dtrace/test_singleton_function [685/753] 4138719=ruby/test_io_timeout [686/753] 4138719=rubygems/test_gem_silent_ui [687/753] 4138719=ruby/test_default_gems [688/753] 4138719=rubygems/test_gem_commands_push_command [689/753] 4138721=rubygems/test_gem_request_set [690/753] 4138719=net/http/test_https [691/753] 4138720=socket/test_udp [692/753] 4138720=-ext-/struct/test_member [693/753] 4138720=ruby/enc/test_shift_jis [694/753] 4138720=ruby/test_call [695/753] 4138721=ruby/test_range [696/753] 4138720=optparse/test_did_you_mean [697/753] 4138720=open-uri/test_proxy [698/753] 4138720=rubygems/test_gem_resolver_lock_set [699/753] 4138720=-ext-/wait/test_wait [700/753] 4138720=-ext-/string/test_nofree [701/753] 4138720=resolv/test_svcb_https [702/753] 4138720=openssl/test_buffering [703/753] 4138720=did_you_mean/test_spell_checker [704/753] 4138720=ruby/test_time_tz [705/753] 4138720=-ext-/string/test_set_len [706/753] 4138720=ruby/enc/test_euc_tw [707/753] 4138720=rubygems/test_gem_update_suggestion [708/753] 4138720=openssl/test_ts [709/753] 4138721=rubygems/test_gem_commands_build_command [710/753] 4138720=rubygems/test_gem_package_tar_reader_entry [711/753] 4138721=ruby/test_rational2 [712/753] 4138721=prism/fixtures_test [713/753] 4138721=fiber/test_io [714/753] 4138720=open-uri/test_ssl [715/753] 4138721=rubygems/test_gem_commands_unpack_command [716/753] 4138721=psych/test_ractor [717/753] 4138719=ruby/test_marshal [718/753] 4138721=ruby/test_metaclass [719/753] 4138721=ruby/enc/test_case_mapping [720/753] 4138721=ruby/test_sleep Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 41721> Closed file descriptor: TestOpenURISSL#test_ssl_min_version: 11 [721/753] 4138720=rubygems/test_gem_rdoc [722/753] 4138720=psych/test_parser [723/753] 4138720=-ext-/load/test_resolve_symbol [724/753] 4138720=optparse/test_reqarg [725/753] 4138719=rubygems/test_gem_commands_specification_command [726/753] 4138719=test_tsort [727/753] 4138719=resolv/test_resource [728/753] 4138719=rubygems/test_gem [729/753] 4138720=openssl/test_cipher [730/753] 4138720=-ext-/time/test_new [731/753] 4138720=openssl/test_config [732/753] 4138720=rubygems/test_gem_validator [733/753] 4138720=prism/result/node_id_test [734/753] 4138720=ruby/test_enum [735/753] 4138721=-ext-/thread/test_instrumentation_api [736/753] 4138721=json/json_common_interface_test [737/753] 4138721=-ext-/st/test_numhash [738/753] 4138721=openssl/test_pkey_rsa [739/753] 4138720=fiber/test_io_close [740/753] 4138720=test_extlibs [741/753] 4138719=rubygems/test_gem_commands_server_command [742/753] 4138719=ripper/test_ripper [743/753] 4138721=prism/result/named_capture_test [744/753] 4138721=psych/test_yamlstore [745/753] 4138721=did_you_mean/edit_distance/test_jaro_winkler [746/753] 4138721=ruby/test_integer [747/753] 4138719=fileutils/test_verbose [748/753] 4138719=ruby/test_key_error [749/753] 4138719=-ext-/load/test_dot_dot [750/753] 4138719=openssl/test_engine [751/753] 4138719=psych/test_class [752/753] 4138719=ruby/test_autoload [753/753] 4138720=psych/test_serialize_subclasses Finished tests in 578.867281s, 49.7748 tests/s, 10533.7151 assertions/s. 28813 tests, 6097623 assertions, 0 failures, 0 errors, 159 skips ruby -v: ruby 3.5.0dev (2025-06-27T15:03:42Z master 0828dff3f8) +PRISM [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc 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/master-no-rjit/target/release/' '/tmp/ruby/src/master-no-rjit/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/target/release/' '/tmp/ruby/src/master-no-rjit/zjit/src/lib.rs' gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 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 generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' making encs make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/date' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/date' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/json' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/json' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/psych' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pty' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/socket' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit' make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' ruby 3.5.0dev (2025-06-27T15:03:42Z master 0828dff3f8) +PRISM [x86_64-linux] 0 ............................................................ 60 ............................................................ 120 ............................................................ 180 ............................................................ 240 ............................................................ 300 ............................................................ 360 ............................................................ 420 ............................................................ 480 ............................................................ 540 ............................................................ 600 ............................................................ 660 ............................................................ 720 ............................................................ 780 ............................................................ 840 ............................................................ 900 ............................................................ 960 ............................................................ 1020 ............................................................ 1080 ............................................................ 1140 ............................................................ 1200 ............................................................ 1260 ............................................................ 1320 ............................................................ 1380 ............................................................ 1440 ............................................................ 1500 ............................................................ 1560 ............................................................ 1620 ............................................................ 1680 ............................................................ 1740 ............................................................ 1800 ............................................................ 1860 ............................................................ 1920 ............................................................ 1980 ............................................................ 2040 ............................................................ 2100 ............................................................ 2160 ............................................................ 2220 ............................................................ 2280 ............................................................ 2340 ............................................................ 2400 ............................................................ 2460 ............................................................ 2520 ............................................................ 2580 ............................................................ 2640 ............................................................ 2700 ............................................................ 2760 ............................................................ 2820 ............................................................ 2880 ............................................................ 2940 ............................................................ 3000 ............................................................ 3060 ............................................................ 3120 ............................................................ 3180 ............................................................ 3240 ............................................................ 3300 ...................................... Finished in 83.911674 seconds 3337 files, 33499 examples, 146629 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.