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