# Logfile created on 2025-01-02 23:16:48 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x00007fd6978cfdc8 @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-yjit", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-yjit", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-yjit", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-yjit", @configure_opts=["cppflags=-DYJIT_FORCE_ENABLE"], @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, @logfile="/home/ko1/ruby/logs/brlog.trunk-yjit.20250102-231648", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007fd6978f1d10 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fd6978f19a0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fd69780a690 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20250102-231648", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20250102-231648>, @binmode=false, @mon_data=#<Monitor:0x00007fd6978f1720>, @mon_data_owner_object_id=860>>> $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-src -j4 Already up to date. Latest commit hash = 3b519975d1 $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 generating /tmp/ruby/src/trunk-yjit/ext/ripper/eventids2table.c make[1]: Entering directory '/tmp/ruby/src/trunk-yjit/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk-yjit/ext/ripper' /tmp/ruby/src/trunk-yjit/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-yjit' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' $$$[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/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = -DYJIT_FORCE_ENABLE 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/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/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/trunk-yjit/version.c 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/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = -DYJIT_FORCE_ENABLE 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/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/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. builtin_binary.inc updated 8aa42783bf133a5139454fc743f43b7e71d6d306d47eb97cfb05e6678928374e builtin_binary.inc compiling /tmp/ruby/src/trunk-yjit/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/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = -DYJIT_FORCE_ENABLE 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/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/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 making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' 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-yjit' make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit' make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -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/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = -DYJIT_FORCE_ENABLE 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/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs 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. making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit' make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' ./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-yjit/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/trunk-yjit/bin installing base libraries: /tmp/ruby/install/trunk-yjit/lib installing arch files: /tmp/ruby/install/trunk-yjit/lib/ruby/3.5.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk-yjit/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk-yjit/lib/ruby/3.5.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.5.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.5.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-yjit/include/ruby-3.5.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/3.5.0+0 installing extension scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.5.0+0 installing extension scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.5.0+0 installing extension headers: /tmp/ruby/install/trunk-yjit/include/ruby-3.5.0+0/ruby installing command scripts: /tmp/ruby/install/trunk-yjit/bin installing library scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/3.5.0+0 installing common headers: /tmp/ruby/install/trunk-yjit/include/ruby-3.5.0+0 installing manpages: /tmp/ruby/install/trunk-yjit/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.5.0+0 benchmark 0.4.0 bundler 2.7.0.dev cgi 0.4.1 delegate 0.4.0 did_you_mean 2.0.0 english 0.8.0 erb 4.0.4 error_highlight 0.7.0 fileutils 1.7.3 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.7 irb 1.14.3 logger 1.6.4 net-http 0.6.0 net-protocol 0.2.2 open-uri 0.5.0 open3 0.2.1 optparse 0.6.0 ostruct 0.6.1 pp 0.6.2 prettyprint 0.2.0 prism 1.2.0 pstore 0.1.4 rdoc 6.10.0 readline 0.0.4 reline 0.6.0 resolv 0.6.0 ruby2_keywords 0.0.5 securerandom 0.4.1 set 1.1.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.2 weakref 0.1.3 yaml 0.4.0 installing default gems from ext: /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.5.0+0 date 3.4.1 digest 3.2.0 etc 1.4.5 fcntl 1.2.0 fiddle 1.1.7.dev io-console 0.8.0 io-nonblock 0.3.1 io-wait 0.3.1 json 2.9.1 openssl 3.3.0 pathname 0.4.0 psych 5.2.2 stringio 3.1.3.dev strscan 3.1.2 zlib 3.2.1 installing bundled gems: /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.5.0+0 minitest 5.25.4 power_assert 2.0.5 rake 13.2.1 test-unit 3.6.7 rexml 3.4.0 rss 0.3.1 net-ftp 0.3.8 net-imap 0.5.4 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.3 rbs 3.8.1 typeprof 0.30.1 debug 1.10.0 racc 1.8.1 mutex_m 0.3.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.9 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.2.0 csv 3.3.2 repl_type_completor 0.1.9 installing bundled gem cache: /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.5.0+0/cache $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 2001 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/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = -DYJIT_FORCE_ENABLE 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/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/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/trunk-yjit/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk-yjit/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk-yjit/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk-yjit/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk-yjit/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk-yjit/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk-yjit/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk-yjit/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk-yjit/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk-yjit/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk-yjit/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk-yjit/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk-yjit/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk-yjit/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk-yjit/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk-yjit/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk-yjit/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk-yjit/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk-yjit/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk-yjit/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk-yjit/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk-yjit/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk-yjit/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk-yjit/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk-yjit/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk-yjit/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk-yjit/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk-yjit/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk-yjit/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk-yjit/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/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = -DYJIT_FORCE_ENABLE 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/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/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 making enc make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit' make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' Run options: --seed=29392 "--ruby=./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk-yjit/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j4 # Running tests: [ 1/916] 484714=json_ext_parser_test [ 2/916] 484714=test_pipe [ 3/916] 484715=test_rdoc_token_stream [ 4/916] 484717=test_reline_key [ 5/916] 484716=test_unicode_normalize [ 6/916] 484716=test_import [ 7/916] 484717=test_foreach [ 8/916] 484717=test_zsh_completion [ 9/916] 484717=test_uncorrectable_name_check [ 10/916] 484717=test_mdns [ 11/916] 484717=test_gem_request_set_gem_dependency_api [ 12/916] 484714=test_rdoc_cross_reference [ 13/916] 484715=test_summary [ 14/916] 484715=test_rdoc_single_class [ 15/916] 484715=test_logger [ 16/916] 484715=test_udp [ 17/916] 484715=test_emoji_breaks [ 18/916] 484715=test_rdoc_generator_darkfish [ 19/916] 484716=test_gem_local_remote_options [ 20/916] 484714=test_history [ 21/916] 484717=test_range [ 22/916] 484716=test_gem_security [ 23/916] 484714=test_time [ 24/916] 484714=test_stat [ 25/916] 484714=test_stream [ 26/916] 484714=test_ts [ 27/916] 484715=test_locale [ 28/916] 484715=parse_stream_test [ 29/916] 484715=test_gem_commands_setup_command [ 30/916] 484717=test_gem_impossible_dependencies_error [ 31/916] 484717=test_win32ole_method [ 32/916] 484717=test_cgi_modruby [ 33/916] 484717=regular_expression_encoding_test [ 34/916] 484717=static_literals_test [ 35/916] 484717=test_extlibs [ 36/916] 484714=test_securerandom [ 37/916] 484714=test_gem_update_suggestion [ 38/916] 484714=test_prettyprint [ 39/916] 484714=json_generator_test [ 40/916] 484714=test_nonblock [ 41/916] 484714=test_big5 [ 42/916] 484714=test_did_you_mean [ 43/916] 484715=parse_success_test [ 44/916] 484715=test_proc [ 45/916] 484714=test_gem_resolver_lock_set [ 46/916] 484714=test_gem_commands_sources_command [ 47/916] 484717=test_queue [ 48/916] 484717=test_zlib [ 49/916] 484714=test_timeout [ 50/916] 484714=test_https_proxy [ 51/916] 484714=test_process [ 52/916] 484715=test_gem_silent_ui [ 53/916] 484715=lex_test [ 54/916] 484715=test_kill_ring [ 55/916] 484715=test_gem_request_set_lockfile_parser [ 56/916] 484715=ripper_test [ 57/916] 484715=test_arithmetic_sequence [ 58/916] 484715=version_test [ 59/916] 484715=test_rubygems [ 60/916] 484715=test_gem_dependency_resolution_error [ 61/916] 484715=test_gem_commands_outdated_command [ 62/916] 484715=test_too_many_dummy_encodings [ 63/916] 484715=test_pkey [ 64/916] 484715=test_case_mapping [ 65/916] 484715=parser_test [ 66/916] 484715=test_have_func [ 67/916] 484717=test_gem_available_set [ 68/916] 484717=test_readpartial [ 69/916] 484717=test_modify_expand [ 70/916] 484717=test_gc [ 71/916] 484716=test_ractor [ 72/916] 484716=test_constant [ 73/916] 484715=test_lazy_enumerator [ 74/916] 484715=test_find_executable [ 75/916] 484715=test_gem_source_vendor [ 76/916] 484715=test_disable_irb [ 77/916] 484715=test_encoding [ 78/916] 484715=test_gem_source_local [ 79/916] 484715=test_win32ole_type [ 80/916] 484715=test_nil [ 81/916] 484715=test_convertible [ 82/916] 484716=test_rdoc_comment [ 83/916] 484716=test_have_macro [ 84/916] 484716=test_cgi_multipart [ 85/916] 484716=test_literal [ 86/916] 484717=test_gem_remote_fetcher_local_server [ 87/916] 484716=test_error_highlight [ 88/916] 484717=test_autoconf [ 89/916] 484717=test_rdoc_method_attr [ 90/916] 484717=test_rdoc_attr [ 91/916] 484717=test_thread [ 92/916] 484717=test_gem_commands_list_command [ 93/916] 484716=parse_comments_test [ 94/916] 484716=test_cgi_tag_helper [ 95/916] 484716=test_ractor [ 96/916] 484716=test_rdoc_i18n_locale [ 97/916] 484717=test_getopts [ 98/916] 484716=test_scalar [ 99/916] 484716=test_registry [100/916] 484716=test_gem_commands_help_command [101/916] 484717=test_ensure_and_callcc [102/916] 484717=test_profile_frames [103/916] 484716=test_shapes [104/916] 484716=overlap_test [105/916] 484717=test_date [106/916] 484717=test_sleep [107/916] 484716=test_ancdata [108/916] 484716=test_rdoc_markup_parser [109/916] 484716=test_gem_validator [110/916] 484716=test_rdoc_markup_formatter [111/916] 484716=test_forwardable [112/916] 484716=json_addition_test [113/916] 484716=test_qsort [114/916] 484716=test_stringio [115/916] 484716=test_eval [116/916] 484716=test_gem_package [117/916] 484716=unescape_test [118/916] 484716=test_arity [119/916] 484716=test_type [120/916] 484716=test_rendering [121/916] 484716=test_c_struct_builder [122/916] 484716=test_trace [123/916] 484716=test_rdoc_generator_ri [124/916] 484716=test_gem_stream_ui [125/916] 484716=test_memory_view [126/916] 484716=test_require [127/916] 484714=test_gem_commands_dependency_command [128/916] 484714=test_array [129/916] 484714=heredoc_dedent_test [130/916] 484714=test_data [131/916] 484714=test_defined [132/916] 484714=test_formatter [133/916] 484714=test_enc_raise [134/916] 484714=test_pack [135/916] 484714=test_dot_dot [136/916] 484714=test_weakkeymap [137/916] 484717=test_usrmarshal [138/916] 484717=test_dbm [139/916] 484717=test_gem_commands_exec_command [140/916] 484716=test_rbconfig [141/916] 484716=test_transcode [142/916] 484716=test_ractor [143/916] 484714=test_erb_m17n [144/916] 484714=test_file_exhaustive [145/916] 484716=test_debugger_integration [146/916] 484716=test_sizeof [147/916] 484717=test_my_integer [148/916] 484717=test_face [149/916] 484717=test_signedness [150/916] 484715=test_files_test [151/916] 484715=test_gem_spec_fetcher [152/916] 484715=test_singleton [153/916] 484715=test_member [154/916] 484715=test_rdoc_markup_hard_break [155/916] 484715=numeric_value_test [156/916] 484715=test_date_arith [157/916] 484715=test_mailto [158/916] 484715=test_sleep [159/916] 484715=test_fnmatch [160/916] 484715=test_string [161/916] 484715=test_delete [162/916] 484715=parse_test [163/916] 484715=test_nofree [164/916] 484715=test_change_word [165/916] 484715=test_raise [166/916] 484715=test_continuation [167/916] 484715=test_gem_name_tuple [168/916] 484715=test_system [169/916] 484715=test_gem_resolver_lock_specification [170/916] 484715=test_gem_source_lock [171/916] 484715=test_placearg [172/916] 484715=test_pack [173/916] 484715=test_hmac [174/916] 484715=test_shift_jis [175/916] 484715=test_ractor_compatibility [176/916] 484716=test_super [177/916] 484715=test_gem_commands_check_command [178/916] 484715=dump_test [179/916] 484716=comments_test [180/916] 484716=test_gem_commands_search_command [181/916] 484716=test_numeric [182/916] 484716=test_gem_source_fetch_problem [183/916] 484716=test_x509store [184/916] 484716=test_method [185/916] 484715=test_erb_command [186/916] 484715=test_rdoc_markup_to_ansi [187/916] 484715=test_gem_safe_yaml [188/916] 484715=test_gem_commands_install_command [189/916] 484717=test_ostruct [190/916] 484714=test_gem_ci_detector [191/916] 484714=test_io_wait_uncommon [192/916] 484714=test_complex2 [193/916] 484714=test_gem_commands_signin_command [194/916] 484717=test_tsort [195/916] 484717=test_delegate [196/916] 484717=test_gem_command_manager [197/916] 484714=test_macro [198/916] 484714=test_inlinecache [199/916] 484714=command_line_test [200/916] 484714=test_rand [201/916] 484717=test_windows_1252 [202/916] 484717=dispatcher_test [203/916] 484717=test_switch_hitter [204/916] 484717=test_pkcs7 [205/916] 484717=test_cgi_header [206/916] 484717=warnings_test [207/916] 484717=test_hash_create [208/916] 484717=attribute_write_test [209/916] 484717=test_dns [210/916] 484714=test_update [211/916] 484714=test_rdoc_generator_json_index [212/916] 484714=test_gem_request_set_lockfile_tokenizer [213/916] 484714=test_pointer [214/916] 484717=test_rdoc_markup [215/916] 484717=test_alias [216/916] 484717=test_arity [217/916] 484717=test_rdoc_normal_module [218/916] 484717=test_rdoc_markdown_test [219/916] 484715=json_generic_object_test [220/916] 484715=test_numeric [221/916] 484715=test_integer_comb [222/916] 484714=test_word [223/916] 484714=test_rdoc_top_level [224/916] 484714=test_iseq_load [225/916] 484717=test_rdoc_servlet [226/916] 484717=test_document [227/916] 484717=test_rdoc_markup_to_joined_paragraph [228/916] 484717=test_frozen [229/916] 484717=test_ws [230/916] 484717=test_float [231/916] 484714=test_scheduler [232/916] 484714=test_boolean [233/916] 484714=test_gem_commands_build_command [234/916] 484714=test_date_marshal [235/916] 484714=test_primitive [236/916] 484714=test_gem_dependency [237/916] 484714=test_io [238/916] 484717=test_stream [239/916] 484717=test_gem_request_set [240/916] 484717=test_shellwords [241/916] 484717=test_gem_resolver_index_specification [242/916] 484717=test_win32ole_method_event [243/916] 484717=test_omap [244/916] 484717=test_etc [245/916] 484716=test_emitter [246/916] 484716=test_encoding [247/916] 484715=test_sockopt [248/916] 484716=test_ast [249/916] 484715=test_capacity [250/916] 484717=test_nextafter [251/916] 484715=test_ractor [252/916] 484715=magic_comment_test [253/916] 484717=test_rdoc_markup_paragraph [254/916] 484717=test_date_strftime [255/916] 484715=test_gem_bundler_version_finder [256/916] 484715=test_command [257/916] 484717=test_sprintf [258/916] 484715=test_rational [259/916] 484717=test_psych [260/916] 484717=test_arith_seq_extract [261/916] 484717=test_logperiod [262/916] 484717=test_webauthn_listener_response [263/916] 484717=test_object_create_start [264/916] 484717=test_recursion [265/916] 484717=test_case_comprehensive [266/916] 484717=test_nomethod_error [267/916] 484717=test_duplicate [268/916] 484717=test_thread_cv [269/916] 484717=test_dup [270/916] 484715=node_id_test [271/916] 484717=test_files_test_1 [272/916] 484715=test_kdf [273/916] 484715=test_typeddata [274/916] 484715=pattern_test [275/916] 484715=test_gem_ext_cargo_builder [276/916] 484715=test_gem_installer [277/916] 484717=test_logdevice [278/916] 484717=test_yamldbm [279/916] 484717=test_x509cert [280/916] 484717=test_popen_deadlock [281/916] 484717=test_rdoc_rd_inline [282/916] 484717=test_weakmap [283/916] 484714=test_gem_ext_builder [284/916] 484715=test_rdoc_normal_class [285/916] 484715=test_integer [286/916] 484715=test_unicode [287/916] 484715=test_basicsocket [288/916] 484715=test_gem_ext_configure_builder [289/916] 484715=test_http_request [290/916] 484715=test_storage [291/916] 484715=test_recorder [292/916] 484715=test_find [293/916] 484715=test_cmethod [294/916] 484715=test_key_event_record [295/916] 484715=test_parser [296/916] 484715=locals_test [297/916] 484715=test_data [298/916] 484715=test_iterator [299/916] 484715=test_string [300/916] 484715=test_rdoc_parser_prism_ruby [301/916] 484714=test_euc_jp [302/916] 484714=test_gem_commands_lock_command [303/916] 484714=test_win32ole_typelib [304/916] 484714=test_process [305/916] 484714=test_rdoc_markdown [306/916] 484715=test_external_new [307/916] 484715=test_rdoc_markup_pre_process [308/916] 484715=test_rdoc_encoding [309/916] 484715=test_open3 [310/916] 484714=test_objectspace [311/916] 484715=test_rdoc_rd_inline_parser [312/916] 484715=test_dir_m17n [313/916] 484715=test_require_lib [314/916] 484714=test_tree_spell_checker [315/916] 484714=lex_test [316/916] 484714=test_function_entry [317/916] 484714=test_rdoc_constant [318/916] 484714=test_deprecate [319/916] 484714=test_array [320/916] 484715=test_depth_first [321/916] 484715=test_key_stroke [322/916] 484715=test_set_len [323/916] 484715=test_benchmark [324/916] 484715=test_bmethod [325/916] 484715=test_ftp [326/916] 484715=test_gem_source [327/916] 484717=test_class2name [328/916] 484717=test_custom_command [329/916] 484717=test_digest [330/916] 484717=test_variable [331/916] 484715=integer_parse_test [332/916] 484717=test_rdoc_parser_c [333/916] 484715=json_fixtures_test [334/916] 484715=test_assembler [335/916] 484715=test_addrinfo [336/916] 484715=test_closure [337/916] 484717=test_bug-14834 [338/916] 484717=test_rdoc_context_section [339/916] 484717=test_rdoc_markup_include [340/916] 484717=test_not [341/916] 484717=test_string [342/916] 484715=test_dir [343/916] 484715=test_cgi_util [344/916] 484715=test_metaclass [345/916] 484715=test_rdoc_markup_heading [346/916] 484715=test_acceptable [347/916] 484715=regular_expression_options_test [348/916] 484715=test_gem_ext_rake_builder [349/916] 484715=test_pstore [350/916] 484715=test_hash [351/916] 484714=test_mul [352/916] 484714=test_cgi_cookie [353/916] 484714=json_string_matching_test [354/916] 484714=test_cd [355/916] 484714=implicit_array_test [356/916] 484714=test_monitor [357/916] 484714=test_whileuntil [358/916] 484714=test_multi_irb_commands [359/916] 484714=test_gem_resolver_composed_set [360/916] 484714=test_cipher [361/916] 484714=test_new [362/916] 484714=test_gem_package_tar_writer [363/916] 484715=test_rat [364/916] 484715=test_rdoc_markup_attribute_manager [365/916] 484715=test_gb18030 [366/916] 484715=test_scalar_scanner [367/916] 484714=regexp_test [368/916] 484715=test_rdoc_generator_pot_po [369/916] 484715=test_rdoc_ri_driver [370/916] 484714=test_httpheader [371/916] 484714=test_irb [372/916] 484714=test_key_name_check [373/916] 484714=test_helper_method [374/916] 484714=test_cparser [375/916] 484715=test_generic [376/916] 484715=test_buffered_io [377/916] 484715=test_gem_security_signer [378/916] 484715=test_set [379/916] 484715=test_gem_platform [380/916] 484715=breadth_first_search_test [381/916] 484715=test_exit [382/916] 484715=test_x509ext [383/916] 484715=test_config [384/916] 484715=test_bn [385/916] 484715=test_argf [386/916] 484714=test_ssl_session [387/916] 484714=test_pinned [388/916] 484714=test_rdoc_parser [389/916] 484714=test_yjit [390/916] 484715=test_rdoc_markup_verbatim [391/916] 484715=test_gem_resolver_dependency_request [392/916] 484715=test_m17n [393/916] 484715=test_key_error [394/916] 484715=test_warning [395/916] 484715=test_engine [396/916] 484715=percent_delimiter_string_test [397/916] 484715=test_x509attr [398/916] 484715=test_gbk [399/916] 484715=test_type_completor [400/916] 484715=test_gem_resolver_installer_set [401/916] 484715=test_gem_request_connection_pools [402/916] 484715=test_to_ruby [403/916] 484715=test_syntax [404/916] 484714=test_option [405/916] 484714=test_gem_commands_uninstall_command [406/916] 484714=test_rdoc_rubygems_hook [407/916] 484714=test_tracer [408/916] 484714=test_color_printer [409/916] 484714=test_x509crl [410/916] 484714=test_gem_commands_environment_command [411/916] 484714=test_cgi_session [412/916] 484714=test_ellipsize [413/916] 484714=test_complex [414/916] 484714=test_random_formatter [415/916] 484714=test_win32ole_variant_m [416/916] 484714=test_rdoc_markup_to_table_of_contents [417/916] 484714=test_gem_dependency_list [418/916] 484714=test_rdoc_code_object [419/916] 484714=test_refinement [420/916] 484715=test_digest_extend [421/916] 484715=test_stringify_symbols [422/916] 484715=test_line_editor [423/916] 484715=test_pty [424/916] 484715=test_evaluation [425/916] 484715=test_gem_source_subpath_problem [426/916] 484715=test_alias_and_anchor [427/916] 484715=test_gem_commands_pristine_command [428/916] 484715=string_encoding_test [429/916] 484715=test_string_memory [430/916] 484715=test_https [431/916] 484714=test_eval_history [432/916] 484714=test_x509req [433/916] 484714=test_koi8 [434/916] 484714=test_gem_resolver_activation_request [435/916] 484714=test_allocation [436/916] 484714=test_files_ext [437/916] 484714=constant_path_node_test [438/916] 484714=test_debug [439/916] 484714=test_gem_package_tar_reader_entry [440/916] 484714=test_asn1 [441/916] 484714=test_filter [442/916] 484714=test_arith_seq_beg_len_step [443/916] 484714=test_insns_leaf [444/916] 484714=test_gem_resolver_requirement_list [445/916] 484714=library_symbols_test [446/916] 484714=test_ansi [447/916] 484714=test_rational2 [448/916] 484714=fixtures_test [449/916] 484714=test_case [450/916] 484714=test_env [451/916] 484716=test_show_source [452/916] 484716=test_pkg_config [453/916] 484716=test_http [454/916] 484715=test_bundled_ca [455/916] 484714=test_tree_builder [456/916] 484714=test_protect [457/916] 484714=test_rdoc_markup_to_html [458/916] 484714=test_at_exit [459/916] 484714=test_gc [460/916] 484714=test_gem_commands_info_command [461/916] 484714=test_math [462/916] 484714=test_dln [463/916] 484714=test_fiber [464/916] 484715=test_libs [465/916] 484715=test_wss [466/916] 484715=heredoc_test [467/916] 484715=test_completion [468/916] 484715=test_proxy [469/916] 484715=test_method_name_check [470/916] 484715=test_rdoc_any_method [471/916] 484715=test_unix [472/916] 484715=test_gem_package_tar_reader [473/916] 484715=test_symbol [474/916] 484717=test_coder [475/916] 484717=test_compile_prism [476/916] 484717=test_context [477/916] 484717=test_random [478/916] 484717=test_complexrational [479/916] 484717=test_workspace [480/916] 484717=test_comparable [481/916] 484717=test_gem_gem_runner [482/916] 484717=test_gem_resolver_installed_specification [483/916] 484717=test_gem_source_specific_file [484/916] 484716=test_pathname [485/916] 484717=newline_offsets_test [486/916] 484716=test_io_timeout [487/916] 484716=test_enc_associate [488/916] 484717=test_rdoc_generator_pot [489/916] 484717=test_coverage [490/916] 484716=test_gem_requirement [491/916] 484716=test_euc_tw [492/916] 484716=test_gem_commands_open_command [493/916] 484714=test_unicode_escape [494/916] 484714=relocation_test [495/916] 484714=test_utf32 [496/916] 484716=test_windows_1251 [497/916] 484714=test_gem_resolver_local_specification [498/916] 484716=test_noarg [499/916] 484717=test_wait [500/916] 484714=test_mkmf [501/916] 484714=test_notimplement [502/916] 484714=test_marshalable [503/916] 484714=test_cstr [504/916] 484717=test_httpresponses [505/916] 484717=test_cesu8 [506/916] 484717=test_numhash [507/916] 484717=test_pkey_rsa [508/916] 484716=test_clone [509/916] 484716=test_mixed_unicode_escapes [510/916] 484716=test_set [511/916] 484716=test_postponed_job [512/916] 484716=test_win32ole_param [513/916] 484716=test_files_sample [514/916] 484716=test_instrumentation_api [515/916] 484715=test_win32ole_variable [516/916] 484715=test_gem_request_set_lockfile [517/916] 484717=test_thread_queue [518/916] 484715=test_nowrite [519/916] 484715=test_big2str [520/916] 484715=test_console_attr [521/916] 484715=test_yield [522/916] 484714=json_encoding_test [523/916] 484714=test_win32ole_record [524/916] 484714=test_iseq [525/916] 484714=ractor_test [526/916] 484714=test_pattern_matching [527/916] 484714=test_ubf_async_safe [528/916] 484714=test_gem_path_support [529/916] 484714=test_gem_specification [530/916] 484716=test_gem_commands_owner_command [531/916] 484716=test_bignum [532/916] 484716=test_rdoc_markup_to_html_snippet [533/916] 484716=test_ractor [534/916] 484716=test_within_pipe [535/916] 484716=test_gem_stub_specification [536/916] 484715=test_gem_commands_cleanup_command [537/916] 484716=test_http [538/916] 484716=test_undef [539/916] 484716=test_path [540/916] 484716=test_time [541/916] 484717=test_autoload [542/916] 484716=test_beginendblock [543/916] 484715=test_yaml_tree [544/916] 484716=test_gem_resolver_best_set [545/916] 484715=test_thread [546/916] 484716=onigmo_test [547/916] 484716=test_win32ole_variant_outarg [548/916] 484716=test_struct [549/916] 484716=test_frozen_error [550/916] 484716=test_function [551/916] 484716=fuzzer_test [552/916] 484716=test_pattern_key_name_check [553/916] 484716=test_gem_unsatisfiable_dependency_error [554/916] 484716=test_gem_resolver_conflict [555/916] 484716=test_iter_break [556/916] 484716=test_rdoc_markup_to_html_crossref [557/916] 484714=test_hash [558/916] 484714=test_num2int [559/916] 484714=test_rdoc_options [560/916] 484716=test_gem_remote_fetcher [561/916] 484714=test_rdoc_markup_to_bs [562/916] 484714=test_ripper [563/916] 484716=test_yamlstore [564/916] 484716=test_yjit_exit_locations [565/916] 484714=test_x509name [566/916] 484714=test_gem_version [567/916] 484716=test_rdoc_include [568/916] 484716=test_address_resolve [569/916] 484716=test_raise_exception [570/916] 484714=test_gem_config_file [571/916] 484714=test_require [572/916] 484716=test_enc_str_buf_cat [573/916] 484716=test_webauthn_poller [574/916] 484716=test_erb [575/916] 484716=test_rdoc_rd [576/916] 484716=test_append [577/916] 484716=test_internal_ivar [578/916] 484716=test_resource [579/916] 484716=desugar_compiler_test [580/916] 484716=test_color [581/916] 484716=test_gem_resolver_specification [582/916] 484716=test_tracepoint [583/916] 484716=test_array_create [584/916] 484716=test_reqarg [585/916] 484717=test_lambda [586/916] 484717=test_ns_spki [587/916] 484717=test_abi [588/916] 484716=index_write_test [589/916] 484716=test_gem_resolver [590/916] 484717=test_class [591/916] 484716=test_gem_commands_stale_command [592/916] 484716=test_pkcs12 [593/916] 484716=test_const [594/916] 484716=test_webauthn_listener [595/916] 484716=test_printf [596/916] 484716=reflection_test [597/916] 484716=test_pack [598/916] 484714=test_rdoc_parser_rd [599/916] 484714=test_pp [600/916] 484714=test_rdoc_markup_to_label [601/916] 484716=test_gem_ext_cmake_builder [602/916] 484714=test_utf16 [603/916] 484716=test_config [604/916] 484714=test_rdoc_parser_ruby [605/916] 484717=test_httpresponse [606/916] 484717=test_handle [607/916] 484716=test_stack [608/916] 484714=test_fileutils [609/916] 484716=test_addr [610/916] 484716=test_euc_kr [611/916] 484716=test_remote_fetch_error [612/916] 484716=test_gem_uri_formatter [613/916] 484717=test_rdoc_task [614/916] 484717=test_helper [615/916] 484716=test_io_console [616/916] 484717=test_backtrace [617/916] 484714=test_io_m17n [618/916] 484715=test_bash_completion [619/916] 484715=test_econv [620/916] 484717=test_rubyoptions [621/916] 484714=test_c_union_entity [622/916] 484715=test_fiddle [623/916] 484714=test_gem_security_trust_dir [624/916] 484714=test_ractor [625/916] 484715=test_have_library [626/916] 484714=test_gem_commands_query_command [627/916] 484716=test_lock_native_thread [628/916] 484714=source_location_test [629/916] 484714=test_regexp [630/916] 484716=test_parse [631/916] 484716=test_objspace [632/916] 484715=test_digest [633/916] 484715=test_dryrun [634/916] 484715=test_ocsp [635/916] 484715=test_gem_commands_push_command [636/916] 484715=test_regex_casefold [637/916] 484715=test_gem_source_git [638/916] 484715=test_last_thread [639/916] 484715=test_kwargs [640/916] 484715=test_data_error [641/916] 484715=test_io_wait [642/916] 484715=test_method_cache [643/916] 484715=test_interned_str [644/916] 484715=test_func [645/916] 484717=test_nesting_parser [646/916] 484717=test_fstring [647/916] 484717=test_yaml [648/916] 484717=test_propertyputref [649/916] 484717=test_yield_block [650/916] 484717=test_rdoc_markup_raw [651/916] 484717=test_optparse [652/916] 484717=test_date_ractor [653/916] 484717=test_config [654/916] 484717=test_object [655/916] 484715=test_load [656/916] 484715=test_gem_commands_fetch_command [657/916] 484717=test_gem_ext_ext_conf_builder [658/916] 484715=test_rdoc_require [659/916] 484715=test_rdoc_parser_simple [660/916] 484715=test_framework [661/916] 484715=test_win32ole_type_event [662/916] 484715=test_path_to_class [663/916] 484715=test_ractor [664/916] 484715=test_lexer [665/916] 484715=test_random [666/916] 484715=test_pkey_dh [667/916] 484715=test_rdoc_markup_indented_paragraph [668/916] 484715=test_threadgroup [669/916] 484717=test_emoji [670/916] 484715=test_sorted_set [671/916] 484717=test_condition [672/916] 484717=test_rdoc_alias [673/916] 484717=test_cp949 [674/916] 484717=test_rdoc_generator_pot_po_entry [675/916] 484717=test_case_options [676/916] 484717=test_pair [677/916] 484715=test_date_attr [678/916] 484715=test_bundled_gems [679/916] 484715=test_to_ary_concat [680/916] 484715=string_query_test [681/916] 484715=test_configuration [682/916] 484717=test_gem_package_tar_header [683/916] 484715=test_rendering [684/916] 484715=symbol_encoding_test [685/916] 484715=test_install [686/916] 484717=test_bigzero [687/916] 484717=test_gem_resolver_api_set [688/916] 484715=test_merge_keys [689/916] 484715=test_io_buffer [690/916] 484717=encodings_test [691/916] 484717=test_string_processing [692/916] 484717=test_rdoc_extend [693/916] 484717=test_gem_util [694/916] 484715=test_object [695/916] 484715=test_provider [696/916] 484717=test_store [697/916] 484717=test_rdoc_parser_changelog [698/916] 484715=test_rdoc_markup_document [699/916] 484715=test_gem_gemcutter_utilities [700/916] 484717=test_svcb_https [701/916] 484717=test_buffering [702/916] 484717=test_inadvertent_creation [703/916] 484717=test_bug-5832 [704/916] 484717=test_rdoc_stats [705/916] 484717=test_err_in_callback [706/916] 484717=test_rdoc_markup_attributes [707/916] 484717=test_resize [708/916] 484717=test_rdoc_store [709/916] 484715=test_ossl [710/916] 484717=test_enumerator_kw [711/916] 484717=newline_test [712/916] 484717=snippets_test [713/916] 484717=test_ruby_lex [714/916] 484717=test_coderange [715/916] 484717=test_default_gems [716/916] 484717=integer_base_flags_test [717/916] 484717=test_gem_console_ui [718/916] 484717=test_len [719/916] 484717=test_gc_compact [720/916] 484717=test_gem_safe_marshal [721/916] 484717=test_date_new [722/916] 484717=test_bug-3571 [723/916] 484717=test_gem_ext_cargo_builder_link_flag_converter [724/916] 484717=test_keyword [725/916] 484715=test_backtrace [726/916] 484715=test_call [727/916] 484715=test_date_parse [728/916] 484715=test_ole_methods [729/916] 484715=test_gem_resolver_index_set [730/916] 484717=test_pkey_ec [731/916] 484715=test_rdoc_class_module [732/916] 484717=test_exception_at_throwing [733/916] 484717=location_test [734/916] 484717=test_thread [735/916] 484717=test_folderitem2_invokeverb [736/916] 484717=test_require_path_check [737/916] 484717=test_win32ole_event [738/916] 484717=test_optimization [739/916] 484715=test_gem_resolver_api_specification [740/916] 484715=test_variable_name_check [741/916] 484715=test_gem_package_task [742/916] 484715=test_verbose [743/916] 484715=test_rb_str_dup [744/916] 484715=test_trick [745/916] 484715=test_history [746/916] 484715=test_date_conv [747/916] 484715=!Nothing_to_test [748/916] 484715=test_egrep_cpp [749/916] 484715=test_rdoc_markup_to_tt_only [750/916] 484715=test_io [751/916] 484715=json_parser_test [752/916] 484715=test_gem_remote_fetcher_s3 [753/916] 484715=test_gem_resolver_vendor_set [754/916] 484715=test_fips [755/916] 484715=test_scanner_events [756/916] 484715=test_kernel [757/916] 484715=test_rdoc_parser_markdown [758/916] 484715=test_gem_commands_specification_command [759/916] 484714=test_div [760/916] 484714=test_helper [761/916] 484714=test_tmpdir [762/916] 484714=test_gem_ext_cargo_builder_unit [763/916] 484717=test_deprecated [764/916] 484717=test_rdoc_tom_doc [765/916] 484715=test_gem_command [766/916] 484714=test_socket [767/916] 484717=errors_test [768/916] 484717=test_class [769/916] 484715=test_flags [770/916] 484717=test_ftp [771/916] 484717=test_exception [772/916] 484717=test_enum .Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007f18f13c1200 /tmp/ruby/build/trunk-yjit/.ext/common/socket.rb:711 sleep> Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x00007f18f13c1200 /tmp/ruby/build/trunk-yjit/.ext/common/socket.rb:711 dead> [773/916] 484716=test_input_method [774/916] 484716=test_gem_dependency_installer [775/916] 484717=test_vm_dump [776/916] 484717=test_gem_rdoc [777/916] 484715=static_inspect_test [778/916] 484717=test_optarg [779/916] 484714=test_gem_resolver_git_specification [780/916] 484715=test_grapheme_breaks [781/916] 484715=test_rdoc_rdoc [782/916] 484715=test_assignment [783/916] 484717=test_object_references [784/916] 484717=test_gem_commands_yank_command [785/916] 484714=test_win32ole_param_event [786/916] 484714=test_rdoc_rd_block_parser [787/916] 484714=test_human_typo [788/916] 484714=test_memory_view [789/916] 484714=test_reline [790/916] 484717=test_tcp [791/916] 484717=test_io_buffer [792/916] 484715=test_iso_8859 [793/916] 484715=test_gem_doctor [794/916] 484715=test_exception [795/916] 484714=test_serialize_subclasses [796/916] 484714=test_parser [797/916] 484714=test_struct [798/916] 484714=test_nil2vtempty [799/916] 484714=test_mutex [800/916] 484716=test_cgi_core [801/916] 484716=test_gem_commands_rebuild_command [802/916] 484716=test_open-uri [803/916] 484717=test_gem [804/916] 484716=test_resolve_symbol [805/916] 484716=test_help [806/916] 484716=test_gem_commands_cert_command [807/916] 484714=test_ldap [808/916] 484714=test_rdoc_context [809/916] 484714=test_files_lib [810/916] 484714=test_stringchar [811/916] 484714=test_gem_package_old [812/916] 484714=test_rdoc_markup_to_markdown [813/916] 484714=test_ractor [814/916] 484714=test_enumerable [815/916] 484714=test_sexp [816/916] 484714=test_ssl [817/916] 484717=json_common_interface_test [818/916] 484717=ruby_parser_test [819/916] 484717=test_gem_commands_unpack_command [820/916] 484715=test_win32ole_variant [821/916] 484715=test_marshal [822/916] 484717=test_flip [823/916] 484717=test_jaro_winkler [824/916] 484717=test_c_struct_entry [825/916] 484716=test_m17n_comb [826/916] 484717=test_integer [827/916] 484715=test_ensured [828/916] 484715=test_date_time [829/916] 484715=test_gem_commands_which_command [830/916] 484715=test_key_actor_vi [831/916] 484715=equality_test [832/916] 484715=test_passing_block [833/916] 484715=test_common [834/916] 484714=test_gem_uninstaller [835/916] 484715=test_gem_source_installed [836/916] 484715=test_project_sanity [837/916] 484715=test_gem_commands_mirror [838/916] 484715=test_pkey_dsa [839/916] 484715=test_safe_load [840/916] 484715=test_signal [841/916] 484715=test_fixnum [842/916] 484715=test_gem_commands_server_command [843/916] 484715=test_name_error [844/916] 484714=test_rdoc_markup_to_rdoc [845/916] 484714=test_tempfile [846/916] 484715=test_force_exit [847/916] 484715=test_gem_commands_contents_command [848/916] 484716=test_enumerator [849/916] 484715=test_thread_fd_close [850/916] 484715=test_rdoc_ri_paths [851/916] 484715=test_flush [852/916] 484714=test_scan_args [853/916] 484714=test_gem_commands_update_command [854/916] 484715=test_gem_resolver_git_set [855/916] 484717=test_normalize [856/916] 484717=test_eval [857/916] 484715=test_class_name_check [858/916] 484717=test_files_test_2 [859/916] 484717=test_ipaddr [860/916] 484717=test_spell_checker [861/916] 484717=test_date_compat [862/916] 484717=test_str2big [863/916] 484717=test_symbol [864/916] 484715=test_gem_version_option [865/916] 484717=test_init [866/916] 484715=test_parser_events [867/916] 484715=test_load [868/916] 484715=test_file [869/916] 484715=test_gem_uri [870/916] 484715=test_stringscanner [871/916] 484715=test_gem_resolver_vendor_specification [872/916] 484715=test_case [873/916] 484715=test_key_actor_emacs [874/916] 484717=test_basicinstructions [875/916] 484717=test_emitter [876/916] 484717=test_enumerator [877/916] 484717=test_win32ole [878/916] 484717=test_time_tz [879/916] 484717=test_gem_source_list [880/916] 484715=test_yaml_special_cases [881/916] 484715=test_gem_remote_fetcher_local_ssl_server [882/916] 484717=test_rdoc_generator_markup [883/916] 484717=test_name_error_extension [884/916] 484717=test_settracefunc [885/916] 484714=test_gem_text [886/916] 484714=test_gem_request [887/916] 484714=test_file [888/916] 484717=test_protocol [889/916] 484717=tunnel_test [890/916] 484717=bom_test [891/916] 484717=test_date_strptime [892/916] 484717=test_null [893/916] 484717=test_gem_commands_signout_command [894/916] 484717=test_config [895/916] 484717=test_gem_security_policy [896/916] 484717=test_rubyvm [897/916] 484717=test_timeout [898/916] 484715=test_ractor [899/916] 484715=test_severity [900/916] 484715=test_weakref [901/916] 484715=test_method_cache [902/916] 484715=compiler_test [903/916] 484715=test_sprintf_comb [904/916] 484715=test_rdoc_text [905/916] 484715=parameters_signature_test [906/916] 484715=test_ifunless [907/916] 484715=test_require [908/916] 484715=test_json_tree [909/916] 484715=test_gem_install_update_options [910/916] 484717=test_bug_reporter [911/916] 484715=test_ssl [912/916] 484717=test_module [913/916] 484714=test_fd_setsize [914/916] 484714=test_singleton_function [915/916] 484714=test_rdoc_i18n_text [916/916] 484714=test_cclass Finished tests in 217.844324s, 147.7248 tests/s, 29827.5065 assertions/s. 32181 tests, 6497753 assertions, 0 failures, 0 errors, 376 skips ruby -v: ruby 3.5.0dev (2025-01-02T21:02:47Z master 3b519975d1) +YJIT +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/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = -DYJIT_FORCE_ENABLE 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/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/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 making enc make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit' make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' make[1]: Entering directory '/tmp/ruby/build/trunk-yjit' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' ruby 3.5.0dev (2025-01-02T21:02:47Z master 3b519975d1) +YJIT +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 ............................................................ 3360 ............................................................ 3420 .................... Finished in 19.638689 seconds 3439 files, 33365 examples, 193755 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.