# Logfile created on 2024-12-19 09:31:30 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x00007f45a991fdc0 @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.20241219-093130", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f45a9941ec0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f45a9941c18 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f45a985a700 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20241219-093130", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20241219-093130>, @binmode=false, @mon_data=#<Monitor:0x00007f45a9941808>, @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 = 335bba0fde $$$[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 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 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 dc6e25bfcf9cfc13b6bd0d9ba5c610d85a9c49975564fceeaf97ca6fcc4325a6 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 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 encdb.h generating enc.mk encdb.h unchanged 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]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit' make[1]: Entering 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]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest' 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/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle' make[2]: Entering 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/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]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor' 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]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych' make[2]: Entering 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/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket' 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/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.2/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/bigdecimal-3.1.8/ext/bigdecimal' 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/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.7.0/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/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/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.7.0/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 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 encdb.h 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 encdb.h unchanged 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]: 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]: 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]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage' 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]: 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/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json' make[2]: Entering 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/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor' 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]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper' 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/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' 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/debug-1.9.2/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/debug-1.9.2/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/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.7.0/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/debug-1.10.0/ext/debug' 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/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/.bundle/gems/rbs-3.7.0/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' ./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.4.0+1/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk-yjit/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+1/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.4.0+1/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.4.0+1/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+1/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+1 installing extension scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.4.0+1 installing extension scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.4.0+1 installing extension headers: /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+1/ruby installing command scripts: /tmp/ruby/install/trunk-yjit/bin installing library scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+1 installing common headers: /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+1 installing manpages: /tmp/ruby/install/trunk-yjit/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+1 benchmark 0.4.0 bundler 2.6.1 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.4.0+1 date 3.4.1 digest 3.2.0 etc 1.4.5 fcntl 1.2.0 fiddle 1.1.6 io-console 0.8.0 io-nonblock 0.3.1 io-wait 0.3.1 json 2.9.1 openssl 3.2.0 pathname 0.4.0 psych 5.2.2 stringio 3.1.2 strscan 3.1.2 zlib 3.2.1 installing bundled gems: /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+1 minitest 5.25.4 power_assert 2.0.4 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.2 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.3 rbs 3.7.0 typeprof 0.30.0 debug 1.10.0 racc 1.8.1 mutex_m 0.3.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.8 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.1 repl_type_completor 0.1.9 installing bundled gem cache: /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+1/cache $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' Fstderr output is not empty [BUG] pthread_mutex_destroy: Device or resource busy (EBUSY) ruby 3.4.0dev (2024-12-19T07:16:12Z master 335bba0fde) +YJIT +PRISM [x86_64-linux] -- Control frame information ----------------------------------------------- -- Threading information --------------------------------------------------- Total ractor count: 15 Ruby thread count for this ractor: 1 -- C level backtrace information ------------------------------------------- /tmp/ruby/build/trunk-yjit/miniruby(rb_print_backtrace+0x8) [0x55b2fe812ca2] /tmp/ruby/src/trunk-yjit/vm_dump.c:823 /tmp/ruby/build/trunk-yjit/miniruby(rb_vm_bugreport) /tmp/ruby/src/trunk-yjit/vm_dump.c:1155 /tmp/ruby/build/trunk-yjit/miniruby(rb_bug_without_die_internal+0x58) [0x55b2fe4fcf12] /tmp/ruby/src/trunk-yjit/error.c:1097 /tmp/ruby/build/trunk-yjit/miniruby(rb_bug) /tmp/ruby/src/trunk-yjit/error.c:1115 /tmp/ruby/build/trunk-yjit/miniruby(rb_bug_errno+0x42) [0x55b2fe5db672] /tmp/ruby/src/trunk-yjit/error.c:1147 /tmp/ruby/build/trunk-yjit/miniruby(thread_start_func_2+0xbb3) [0x55b2fe7a0063] /tmp/ruby/src/trunk-yjit/thread_pthread.c:163 /tmp/ruby/build/trunk-yjit/miniruby(thread_sched_lock_+0x0) [0x55b2fe7a015b] /tmp/ruby/src/trunk-yjit/thread_pthread.c:2173 /tmp/ruby/build/trunk-yjit/miniruby(co_start) /tmp/ruby/src/trunk-yjit/thread_pthread_mn.c:455 -- Other runtime information ----------------------------------------------- * Loaded script: bootstraptest.test_ractor.rb_249_1290.rb * Loaded features: 0 enumerator.so 1 thread.rb 2 fiber.so 3 rational.so 4 complex.so 5 ruby2_keywords.rb 6 /tmp/ruby/build/trunk-yjit/x86_64-linux-fake.rb * Process memory map: 55b2f64a4000-55b2f64a8000 r-xp 00000000 00:00 0 55b2f64a8000-55b2fe4a4000 ---p 00000000 00:00 0 55b2fe4b3000-55b2fe4fa000 r--p 00000000 00:d7 15729990 /tmp/ruby/build/trunk-yjit/miniruby 55b2fe4fa000-55b2fe9a9000 r-xp 00047000 00:d7 15729990 /tmp/ruby/build/trunk-yjit/miniruby 55b2fe9a9000-55b2feb43000 r--p 004f6000 00:d7 15729990 /tmp/ruby/build/trunk-yjit/miniruby 55b2feb43000-55b2feb5d000 r--p 0068f000 00:d7 15729990 /tmp/ruby/build/trunk-yjit/miniruby 55b2feb5d000-55b2feb5e000 rw-p 006a9000 00:d7 15729990 /tmp/ruby/build/trunk-yjit/miniruby 55b2feb5e000-55b2feb73000 rw-p 00000000 00:00 0 55b2ff85e000-55b2ffa9f000 rw-p 00000000 00:00 0 [heap] 7fde40bce000-7fde44000000 r--s 00000000 00:d7 15729990 /tmp/ruby/build/trunk-yjit/miniruby 7fde44000000-7fde44021000 rw-p 00000000 00:00 0 7fde44021000-7fde48000000 ---p 00000000 00:00 0 7fde48000000-7fde48021000 rw-p 00000000 00:00 0 7fde48021000-7fde4c000000 ---p 00000000 00:00 0 7fde4c000000-7fde4c021000 rw-p 00000000 00:00 0 7fde4c021000-7fde50000000 ---p 00000000 00:00 0 7fde50000000-7fde50021000 rw-p 00000000 00:00 0 7fde50021000-7fde54000000 ---p 00000000 00:00 0 7fde54000000-7fde54021000 rw-p 00000000 00:00 0 7fde54021000-7fde58000000 ---p 00000000 00:00 0 7fde58000000-7fde58021000 rw-p 00000000 00:00 0 7fde58021000-7fde5c000000 ---p 00000000 00:00 0 7fde5c000000-7fde5c021000 rw-p 00000000 00:00 0 7fde5c021000-7fde60000000 ---p 00000000 00:00 0 7fde62f60000-7fde62fa0000 rw-p 00000000 00:00 0 7fde62faf000-7fde62fb0000 ---p 00000000 00:00 0 7fde62fb0000-7fde630c0000 rw-p 00000000 00:00 0 7fde630cf000-7fde630d0000 ---p 00000000 00:00 0 7fde630d0000-7fde631e0000 rw-p 00000000 00:00 0 7fde631ef000-7fde631f0000 ---p 00000000 00:00 0 7fde631f0000-7fde63300000 rw-p 00000000 00:00 0 7fde6330c000-7fde6330d000 ---p 00000000 00:00 0 7fde6330d000-7fde6340d000 rw-p 00000000 00:00 0 7fde6340d000-7fde6340e000 ---p 00000000 00:00 0 7fde6340e000-7fde6350e000 rw-p 00000000 00:00 0 7fde6350e000-7fde6350f000 ---p 00000000 00:00 0 7fde6350f000-7fde6360f000 rw-p 00000000 00:00 0 7fde6360f000-7fde63610000 ---p 00000000 00:00 0 7fde63610000-7fde63811000 rw-p 00000000 00:00 0 7fde63811000-7fde63812000 ---p 00000000 00:00 0 7fde63812000-7fde63a12000 rw-p 00000000 00:00 0 7fde63a12000-7fde63a13000 ---p 00000000 00:00 0 7fde63a13000-7fde63c13000 rw-p 00000000 00:00 0 7fde63c13000-7fde63c14000 ---p 00000000 00:00 0 7fde63c14000-7fde63e14000 rw-p 00000000 00:00 0 7fde63e14000-7fde63e15000 ---p 00000000 00:00 0 7fde63e15000-7fde64015000 rw-p 00000000 00:00 0 7fde64015000-7fde64016000 ---p 00000000 00:00 0 7fde64016000-7fde64216000 rw-p 00000000 00:00 0 7fde64216000-7fde64217000 ---p 00000000 00:00 0 7fde64217000-7fde64417000 rw-p 00000000 00:00 0 7fde64417000-7fde64418000 ---p 00000000 00:00 0 7fde64418000-7fde64618000 rw-p 00000000 00:00 0 7fde64618000-7fde64619000 ---p 00000000 00:00 0 7fde64619000-7fde64819000 rw-p 00000000 00:00 0 7fde64819000-7fde6481a000 ---p 00000000 00:00 0 7fde6481a000-7fde64a1a000 rw-p 00000000 00:00 0 7fde64a1a000-7fde64a1b000 ---p 00000000 00:00 0 7fde64a1b000-7fde64c1b000 rw-p 00000000 00:00 0 7fde64c1b000-7fde64c1c000 ---p 00000000 00:00 0 7fde64c1c000-7fde64e1c000 rw-p 00000000 00:00 0 7fde64e1c000-7fde64e1d000 ---p 00000000 00:00 0 7fde64e1d000-7fde6501d000 rw-p 00000000 00:00 0 7fde6501d000-7fde6501e000 ---p 00000000 00:00 0 7fde6501e000-7fde6521e000 rw-p 00000000 00:00 0 7fde6521e000-7fde6521f000 ---p 00000000 00:00 0 7fde6521f000-7fde6541f000 rw-p 00000000 00:00 0 7fde6541f000-7fde65420000 ---p 00000000 00:00 0 7fde65420000-7fde65620000 rw-p 00000000 00:00 0 7fde65620000-7fde65621000 ---p 00000000 00:00 0 7fde65621000-7fde65821000 rw-p 00000000 00:00 0 7fde65821000-7fde65822000 ---p 00000000 00:00 0 7fde65822000-7fde65a22000 rw-p 00000000 00:00 0 7fde65a22000-7fde65a23000 ---p 00000000 00:00 0 7fde65a23000-7fde65c23000 rw-p 00000000 00:00 0 7fde65c23000-7fde65c24000 ---p 00000000 00:00 0 7fde65c24000-7fde65e24000 rw-p 00000000 00:00 0 7fde65e24000-7fde65e25000 ---p 00000000 00:00 0 7fde65e25000-7fde66025000 rw-p 00000000 00:00 0 7fde66025000-7fde66026000 ---p 00000000 00:00 0 7fde66026000-7fde66226000 rw-p 00000000 00:00 0 7fde66226000-7fde66227000 ---p 00000000 00:00 0 7fde66227000-7fde66427000 rw-p 00000000 00:00 0 7fde66427000-7fde66428000 ---p 00000000 00:00 0 7fde66428000-7fde66628000 rw-p 00000000 00:00 0 7fde66628000-7fde66629000 ---p 00000000 00:00 0 7fde66629000-7fde66829000 rw-p 00000000 00:00 0 7fde66829000-7fde6682a000 ---p 00000000 00:00 0 7fde6682a000-7fde66a2a000 rw-p 00000000 00:00 0 7fde66a2a000-7fde66a2b000 ---p 00000000 00:00 0 7fde66a2b000-7fde66c2b000 rw-p 00000000 00:00 0 7fde66c2b000-7fde66c2c000 ---p 00000000 00:00 0 7fde66c2c000-7fde66e2c000 rw-p 00000000 00:00 0 7fde66e2c000-7fde66e2d000 ---p 00000000 00:00 0 7fde66e2d000-7fde6702d000 rw-p 00000000 00:00 0 7fde6702d000-7fde6702e000 ---p 00000000 00:00 0 7fde6702e000-7fde6722e000 rw-p 00000000 00:00 0 7fde6722e000-7fde6722f000 ---p 00000000 00:00 0 7fde6722f000-7fde6742f000 rw-p 00000000 00:00 0 7fde6742f000-7fde67430000 ---p 00000000 00:00 0 7fde67430000-7fde67630000 rw-p 00000000 00:00 0 7fde67630000-7fde67631000 ---p 00000000 00:00 0 7fde67631000-7fde67831000 rw-p 00000000 00:00 0 7fde67831000-7fde67832000 ---p 00000000 00:00 0 7fde67832000-7fde67a32000 rw-p 00000000 00:00 0 7fde67a32000-7fde67a33000 ---p 00000000 00:00 0 7fde67a33000-7fde67c33000 rw-p 00000000 00:00 0 7fde67c33000-7fde67c34000 ---p 00000000 00:00 0 7fde67c34000-7fde67e34000 rw-p 00000000 00:00 0 7fde67e34000-7fde67e35000 ---p 00000000 00:00 0 7fde67e35000-7fde68035000 rw-p 00000000 00:00 0 7fde68035000-7fde68036000 ---p 00000000 00:00 0 7fde68036000-7fde68236000 rw-p 00000000 00:00 0 7fde68236000-7fde68237000 ---p 00000000 00:00 0 7fde68237000-7fde83780000 rw-p 00000000 00:00 0 7fde8378f000-7fde83790000 ---p 00000000 00:00 0 7fde83790000-7fde83831000 rw-p 00000000 00:00 0 7fde83831000-7fde83832000 ---p 00000000 00:00 0 7fde83832000-7fde838d3000 rw-p 00000000 00:00 0 7fde838d3000-7fde838d4000 ---p 00000000 00:00 0 7fde838d4000-7fde83975000 rw-p 00000000 00:00 0 7fde83975000-7fde83976000 ---p 00000000 00:00 0 7fde83976000-7fde83a17000 rw-p 00000000 00:00 0 7fde83a17000-7fde83a18000 ---p 00000000 00:00 0 7fde83a18000-7fde83ab9000 rw-p 00000000 00:00 0 7fde83ab9000-7fde83aba000 ---p 00000000 00:00 0 7fde83aba000-7fde83b5b000 rw-p 00000000 00:00 0 7fde83b5b000-7fde83b5c000 ---p 00000000 00:00 0 7fde83b5c000-7fde83bfd000 rw-p 00000000 00:00 0 7fde83bfd000-7fde83bfe000 ---p 00000000 00:00 0 7fde83bfe000-7fde83c9f000 rw-p 00000000 00:00 0 7fde83c9f000-7fde83ca0000 ---p 00000000 00:00 0 7fde83ca0000-7fde83d41000 rw-p 00000000 00:00 0 7fde83d41000-7fde83d42000 ---p 00000000 00:00 0 7fde83d42000-7fde83de3000 rw-p 00000000 00:00 0 7fde83de3000-7fde83de4000 ---p 00000000 00:00 0 7fde83de4000-7fde83e85000 rw-p 00000000 00:00 0 7fde83e85000-7fde83e86000 ---p 00000000 00:00 0 7fde83e86000-7fde83f27000 rw-p 00000000 00:00 0 7fde83f27000-7fde83f28000 ---p 00000000 00:00 0 7fde83f28000-7fde83fc9000 rw-p 00000000 00:00 0 7fde83fc9000-7fde83fca000 ---p 00000000 00:00 0 7fde83fca000-7fde8406b000 rw-p 00000000 00:00 0 7fde8406b000-7fde8406c000 ---p 00000000 00:00 0 7fde8406c000-7fde8410d000 rw-p 00000000 00:00 0 7fde8410d000-7fde8410e000 ---p 00000000 00:00 0 7fde8410e000-7fde841af000 rw-p 00000000 00:00 0 7fde841af000-7fde841b0000 ---p 00000000 00:00 0 7fde841b0000-7fde84251000 rw-p 00000000 00:00 0 7fde84251000-7fde84252000 ---p 00000000 00:00 0 7fde84252000-7fde842f3000 rw-p 00000000 00:00 0 7fde842f3000-7fde842f4000 ---p 00000000 00:00 0 7fde842f4000-7fde84395000 rw-p 00000000 00:00 0 7fde84395000-7fde84396000 ---p 00000000 00:00 0 7fde84396000-7fde84437000 rw-p 00000000 00:00 0 7fde84437000-7fde84438000 ---p 00000000 00:00 0 7fde84438000-7fde844d9000 rw-p 00000000 00:00 0 7fde844d9000-7fde844da000 ---p 00000000 00:00 0 7fde844da000-7fde8457b000 rw-p 00000000 00:00 0 7fde8457b000-7fde8457c000 ---p 00000000 00:00 0 7fde8457c000-7fde8461d000 rw-p 00000000 00:00 0 7fde8461d000-7fde8461e000 ---p 00000000 00:00 0 7fde8461e000-7fde846bf000 rw-p 00000000 00:00 0 7fde846bf000-7fde846c0000 ---p 00000000 00:00 0 7fde846c0000-7fde84761000 rw-p 00000000 00:00 0 7fde84761000-7fde84762000 ---p 00000000 00:00 0 7fde84762000-7fde84803000 rw-p 00000000 00:00 0 7fde84803000-7fde84804000 ---p 00000000 00:00 0 7fde84804000-7fde848a5000 rw-p 00000000 00:00 0 7fde848a5000-7fde848a6000 ---p 00000000 00:00 0 7fde848a6000-7fde84947000 rw-p 00000000 00:00 0 7fde84947000-7fde84948000 ---p 00000000 00:00 0 7fde84948000-7fde849e9000 rw-p 00000000 00:00 0 7fde849e9000-7fde849ea000 ---p 00000000 00:00 0 7fde849ea000-7fde84a8b000 rw-p 00000000 00:00 0 7fde84a8b000-7fde84a8c000 ---p 00000000 00:00 0 7fde84a8c000-7fde84b2d000 rw-p 00000000 00:00 0 7fde84b2d000-7fde84b2e000 ---p 00000000 00:00 0 7fde84b2e000-7fde84bcf000 rw-p 00000000 00:00 0 7fde84bcf000-7fde84bd0000 ---p 00000000 00:00 0 7fde84bd0000-7fde85420000 rw-p 00000000 00:00 0 7fde8542f000-7fde9e8a0000 rw-p 00000000 00:00 0 7fde9e8ae000-7fde9e9af000 rw-p 00000000 00:00 0 7fde9e9af000-7fde9e9b6000 r--s 00000000 00:d7 15348559 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache 7fde9e9b6000-7fde9ea0f000 r--p 00000000 00:d7 15348059 /usr/lib/locale/C.utf8/LC_CTYPE 7fde9ea0f000-7fde9ea12000 rw-p 00000000 00:00 0 7fde9ea12000-7fde9ea3a000 r--p 00000000 00:d7 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 7fde9ea3a000-7fde9ebc2000 r-xp 00028000 00:d7 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 7fde9ebc2000-7fde9ec11000 r--p 001b0000 00:d7 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 7fde9ec11000-7fde9ec15000 r--p 001fe000 00:d7 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 7fde9ec15000-7fde9ec17000 rw-p 00202000 00:d7 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 7fde9ec17000-7fde9ec26000 rw-p 00000000 00:00 0 7fde9ec26000-7fde9ec2a000 r--p 00000000 00:d7 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 7fde9ec2a000-7fde9ec4d000 r-xp 00004000 00:d7 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 7fde9ec4d000-7fde9ec51000 r--p 00027000 00:d7 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 7fde9ec51000-7fde9ec52000 r--p 0002b000 00:d7 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 7fde9ec52000-7fde9ec53000 rw-p 0002c000 00:d7 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 7fde9ec53000-7fde9ec63000 r--p 00000000 00:d7 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 7fde9ec63000-7fde9ece2000 r-xp 00010000 00:d7 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 7fde9ece2000-7fde9ed3a000 r--p 0008f000 00:d7 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 7fde9ed3a000-7fde9ed3b000 r--p 000e7000 00:d7 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 7fde9ed3b000-7fde9ed3c000 rw-p 000e8000 00:d7 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 7fde9ed3c000-7fde9ed3e000 r--p 00000000 00:d7 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 7fde9ed3e000-7fde9ed53000 r-xp 00002000 00:d7 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 7fde9ed53000-7fde9ed6c000 r--p 00017000 00:d7 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 7fde9ed6c000-7fde9ed6d000 r--p 0002f000 00:d7 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 7fde9ed6d000-7fde9ed6e000 rw-p 00030000 00:d7 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 7fde9ed6e000-7fde9ed76000 rw-p 00000000 00:00 0 7fde9ed76000-7fde9ed80000 r--p 00000000 00:d7 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 7fde9ed80000-7fde9ede3000 r-xp 0000a000 00:d7 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 7fde9ede3000-7fde9edf8000 r--p 0006d000 00:d7 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 7fde9edf8000-7fde9edf9000 r--p 00081000 00:d7 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 7fde9edf9000-7fde9edfa000 rw-p 00082000 00:d7 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 7fde9edfa000-7fde9edfc000 r--p 00000000 00:d7 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 7fde9edfc000-7fde9ee0e000 r-xp 00002000 00:d7 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 7fde9ee0e000-7fde9ee14000 r--p 00014000 00:d7 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 7fde9ee14000-7fde9ee15000 r--p 0001a000 00:d7 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 7fde9ee15000-7fde9ee16000 rw-p 0001b000 00:d7 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 7fde9ee1b000-7fde9ee1d000 rw-p 00000000 00:00 0 7fde9ee1d000-7fde9ee1e000 r--p 00000000 00:d7 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7fde9ee1e000-7fde9ee49000 r-xp 00001000 00:d7 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7fde9ee49000-7fde9ee53000 r--p 0002c000 00:d7 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7fde9ee53000-7fde9ee55000 r--p 00036000 00:d7 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7fde9ee55000-7fde9ee57000 rw-p 00038000 00:d7 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7ffdac6bd000-7ffdac6de000 rw-p 00000000 00:00 0 [stack] 7ffdac7d9000-7ffdac7dd000 r--p 00000000 00:00 0 [vvar] 7ffdac7dd000-7ffdac7df000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] #1290 test_ractor.rb:249: def test n rs = (1..n).map do |i| Ractor.new(i) do |i| "r#{i}" end end as = [] all_rs = rs.dup n.times{ r, obj = Ractor.select(*rs) as << [r, obj] rs.delete(r) } if as.map{|r, o| r.object_id}.sort == all_rs.map{|r| r.object_id}.sort && as.map{|r, o| o}.sort == (1..n).map{|i| "r#{i}"}.sort 'ok' else 'ng' end (...snip) #=> "" (expected "[\"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\"]") FAIL 1/2000 tests failed make: *** [uncommon.mk:896: yes-btest] Error 1 $$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 512. $$$[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 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 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 generating encdb.h encdb.h unchanged 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.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.8/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/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.2/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.7.0/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.7.0/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=5342 "--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] 204761=test_file_exhaustive [ 2/916] 204760=test_erb_m17n [ 3/916] 204758=test_ractor [ 4/916] 204759=test_transcode [ 5/916] 204760=test_rbconfig [ 6/916] 204760=test_signedness [ 7/916] 204758=test_my_integer [ 8/916] 204758=test_face [ 9/916] 204758=test_sizeof [ 10/916] 204759=test_debugger_integration [ 11/916] 204759=test_member [ 12/916] 204759=test_singleton [ 13/916] 204759=test_files_test [ 14/916] 204759=test_gem_spec_fetcher [ 15/916] 204759=test_fnmatch [ 16/916] 204759=test_sleep [ 17/916] 204759=test_mailto [ 18/916] 204759=test_date_arith [ 19/916] 204759=numeric_value_test [ 20/916] 204759=test_rdoc_markup_hard_break [ 21/916] 204759=parse_test [ 22/916] 204759=test_string [ 23/916] 204759=test_delete [ 24/916] 204759=test_gem_name_tuple [ 25/916] 204759=test_continuation [ 26/916] 204759=test_change_word [ 27/916] 204759=test_raise [ 28/916] 204759=test_nofree [ 29/916] 204759=test_system [ 30/916] 204759=test_pack [ 31/916] 204759=test_placearg [ 32/916] 204759=test_gem_source_lock [ 33/916] 204759=test_gem_resolver_lock_specification [ 34/916] 204761=test_c_struct_builder [ 35/916] 204759=test_rendering [ 36/916] 204759=test_type [ 37/916] 204759=test_arity [ 38/916] 204761=unescape_test [ 39/916] 204759=test_gem_stream_ui [ 40/916] 204759=test_trace [ 41/916] 204759=test_rdoc_generator_ri [ 42/916] 204759=test_array [ 43/916] 204759=test_gem_commands_dependency_command [ 44/916] 204759=test_require [ 45/916] 204758=test_memory_view [ 46/916] 204758=test_data [ 47/916] 204758=heredoc_dedent_test [ 48/916] 204758=test_enc_raise [ 49/916] 204758=test_formatter [ 50/916] 204758=test_defined [ 51/916] 204758=test_weakkeymap [ 52/916] 204761=test_dot_dot [ 53/916] 204761=test_pack [ 54/916] 204761=test_gem_commands_exec_command [ 55/916] 204760=test_dbm [ 56/916] 204760=test_usrmarshal [ 57/916] 204760=test_windows_1252 [ 58/916] 204760=test_rand [ 59/916] 204758=command_line_test [ 60/916] 204758=test_switch_hitter [ 61/916] 204758=dispatcher_test [ 62/916] 204760=test_hash_create [ 63/916] 204760=warnings_test [ 64/916] 204758=test_cgi_header [ 65/916] 204758=test_pkcs7 [ 66/916] 204760=test_update [ 67/916] 204760=test_dns [ 68/916] 204759=attribute_write_test [ 69/916] 204759=test_pointer [ 70/916] 204758=test_gem_request_set_lockfile_tokenizer [ 71/916] 204758=test_rdoc_generator_json_index [ 72/916] 204760=test_rdoc_markup [ 73/916] 204760=json_generic_object_test [ 74/916] 204760=test_rdoc_markdown_test [ 75/916] 204758=test_rdoc_normal_module [ 76/916] 204759=test_arity [ 77/916] 204759=test_alias [ 78/916] 204758=test_word [ 79/916] 204758=test_integer_comb [ 80/916] 204759=test_numeric [ 81/916] 204759=test_super [ 82/916] 204759=test_ractor_compatibility [ 83/916] 204761=test_shift_jis [ 84/916] 204760=test_hmac [ 85/916] 204761=dump_test [ 86/916] 204760=test_gem_commands_check_command [ 87/916] 204760=test_erb_command [ 88/916] 204760=test_method [ 89/916] 204759=test_gem_source_fetch_problem [ 90/916] 204759=test_x509store [ 91/916] 204759=test_gem_commands_search_command [ 92/916] 204759=test_numeric [ 93/916] 204759=comments_test [ 94/916] 204759=test_gem_safe_yaml [ 95/916] 204759=test_gem_commands_install_command [ 96/916] 204761=test_rdoc_markup_to_ansi [ 97/916] 204761=test_complex2 [ 98/916] 204761=test_io_wait_uncommon [ 99/916] 204761=test_gem_ci_detector [100/916] 204761=test_ostruct [101/916] 204758=test_delegate [102/916] 204758=test_gem_command_manager [103/916] 204761=test_tsort [104/916] 204761=test_gem_commands_signin_command [105/916] 204761=test_inlinecache [106/916] 204761=test_macro [107/916] 204761=test_securerandom [108/916] 204761=test_gem_update_suggestion [109/916] 204758=test_extlibs [110/916] 204761=static_literals_test [111/916] 204761=regular_expression_encoding_test [112/916] 204761=parse_success_test [113/916] 204761=test_did_you_mean [114/916] 204761=test_big5 [115/916] 204761=test_nonblock [116/916] 204761=json_generator_test [117/916] 204759=test_prettyprint [118/916] 204759=test_gem_commands_sources_command [119/916] 204759=test_gem_resolver_lock_set [120/916] 204759=test_proc [121/916] 204758=test_timeout [122/916] 204758=test_zlib [123/916] 204761=test_queue [124/916] 204761=test_process [125/916] 204759=test_https_proxy [126/916] 204759=test_gem_request_set_lockfile_parser [127/916] 204760=test_kill_ring [128/916] 204760=lex_test [129/916] 204760=test_gem_silent_ui [130/916] 204759=test_rubygems [131/916] 204760=version_test [132/916] 204760=test_arithmetic_sequence [133/916] 204760=ripper_test [134/916] 204759=test_gem_commands_outdated_command [135/916] 204759=test_gem_dependency_resolution_error [136/916] 204759=test_reline_key [137/916] 204759=test_rdoc_token_stream [138/916] 204759=json_ext_parser_test [139/916] 204759=test_pipe [140/916] 204759=test_rdoc_cross_reference [141/916] 204760=test_gem_request_set_gem_dependency_api [142/916] 204759=test_mdns [143/916] 204759=test_uncorrectable_name_check [144/916] 204759=test_zsh_completion [145/916] 204759=test_foreach [146/916] 204759=test_import [147/916] 204760=test_unicode_normalize [148/916] 204760=test_logger [149/916] 204760=test_rdoc_single_class [150/916] 204760=test_summary [151/916] 204760=test_emoji_breaks [152/916] 204760=test_udp [153/916] 204760=test_range [154/916] 204759=test_history [155/916] 204759=test_gem_local_remote_options [156/916] 204760=test_rdoc_generator_darkfish [157/916] 204759=test_stream [158/916] 204759=test_stat [159/916] 204759=test_time [160/916] 204759=test_gem_security [161/916] 204760=parse_stream_test [162/916] 204760=test_locale [163/916] 204760=test_ts [164/916] 204758=test_win32ole_method [165/916] 204758=test_cgi_modruby [166/916] 204758=test_gem_impossible_dependencies_error [167/916] 204758=test_gem_commands_setup_command [168/916] 204760=test_scalar [169/916] 204760=test_getopts [170/916] 204760=test_rdoc_i18n_locale [171/916] 204760=test_ractor [172/916] 204760=test_cgi_tag_helper [173/916] 204760=parse_comments_test [174/916] 204760=test_gem_commands_help_command [175/916] 204760=test_registry [176/916] 204760=overlap_test [177/916] 204758=test_shapes [178/916] 204758=test_profile_frames [179/916] 204760=test_ensure_and_callcc [180/916] 204760=test_ancdata [181/916] 204760=test_sleep [182/916] 204758=test_date [183/916] 204758=test_rdoc_markup_parser [184/916] 204758=json_addition_test [185/916] 204758=test_forwardable [186/916] 204758=test_rdoc_markup_formatter [187/916] 204758=test_gem_validator [188/916] 204758=test_gem_package [189/916] 204758=test_eval [190/916] 204758=test_stringio [191/916] 204759=test_qsort [192/916] 204759=test_too_many_dummy_encodings [193/916] 204758=test_pkey [194/916] 204759=test_modify_expand [195/916] 204759=test_readpartial [196/916] 204758=test_gem_available_set [197/916] 204758=test_have_func [198/916] 204759=parser_test [199/916] 204759=test_case_mapping [200/916] 204759=test_lazy_enumerator [201/916] 204759=test_constant [202/916] 204760=test_ractor [203/916] 204760=test_gc [204/916] 204758=test_encoding [205/916] 204758=test_disable_irb [206/916] 204758=test_gem_source_vendor [207/916] 204758=test_find_executable [208/916] 204758=test_win32ole_type [209/916] 204758=test_gem_source_local [210/916] 204758=test_have_macro [211/916] 204758=test_rdoc_comment [212/916] 204758=test_convertible [213/916] 204759=test_nil [214/916] 204759=test_error_highlight [215/916] 204759=test_gem_remote_fetcher_local_server Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 11 : #<TCPSocket:fd 11, AF_INET6, ::1, 35323> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 12 : #<TCPSocket:fd 12, AF_INET6, ::1, 35085> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 11 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 12 [216/916] 204759=test_literal [217/916] 204759=test_cgi_multipart [218/916] 204759=test_gem_commands_list_command [219/916] 204759=test_thread [220/916] 204759=test_rdoc_attr [221/916] 204759=test_rdoc_method_attr [222/916] 204759=test_autoconf [223/916] 204759=test_buffered_io [224/916] 204759=test_generic [225/916] 204759=test_cparser [226/916] 204761=test_set [227/916] 204761=test_gem_security_signer [228/916] 204759=test_x509ext [229/916] 204759=test_exit [230/916] 204759=breadth_first_search_test [231/916] 204759=test_gem_platform [232/916] 204761=test_bn [233/916] 204761=test_config [234/916] 204761=test_pinned [235/916] 204759=test_ssl_session [236/916] 204761=test_argf [237/916] 204759=test_m17n [238/916] 204759=test_gem_resolver_dependency_request [239/916] 204759=test_rdoc_markup_verbatim [240/916] 204759=test_yjit [241/916] 204760=test_rdoc_parser [242/916] 204760=test_engine [243/916] 204760=test_warning [244/916] 204760=test_key_error [245/916] 204760=test_gbk [246/916] 204760=test_x509attr [247/916] 204760=percent_delimiter_string_test [248/916] 204760=test_acceptable [249/916] 204760=test_metaclass [250/916] 204760=test_rdoc_markup_heading [251/916] 204760=test_cgi_util [252/916] 204760=test_dir [253/916] 204760=test_hash [254/916] 204761=test_pstore [255/916] 204761=test_gem_ext_rake_builder [256/916] 204761=regular_expression_options_test [257/916] 204761=test_monitor [258/916] 204761=implicit_array_test [259/916] 204761=test_cd [260/916] 204761=test_cgi_cookie [261/916] 204761=json_string_matching_test [262/916] 204761=test_mul [263/916] 204761=test_multi_irb_commands [264/916] 204761=test_whileuntil [265/916] 204761=test_gem_package_tar_writer [266/916] 204761=test_new [267/916] 204761=test_cipher [268/916] 204761=test_gem_resolver_composed_set [269/916] 204761=regexp_test [270/916] 204761=test_scalar_scanner [271/916] 204761=test_gb18030 [272/916] 204761=test_rdoc_markup_attribute_manager [273/916] 204761=test_rat [274/916] 204761=test_httpheader [275/916] 204761=test_rdoc_ri_driver [276/916] 204761=test_rdoc_generator_pot_po [277/916] 204761=test_helper_method [278/916] 204761=test_key_name_check [279/916] 204761=test_irb [280/916] 204761=test_pty [281/916] 204761=test_line_editor [282/916] 204761=test_stringify_symbols [283/916] 204761=test_digest_extend [284/916] 204761=test_x509req [285/916] 204758=test_eval_history [286/916] 204758=test_https [287/916] 204761=test_string_memory [288/916] 204760=string_encoding_test [289/916] 204760=test_alias_and_anchor [290/916] 204761=test_gem_commands_pristine_command [291/916] 204760=test_gem_source_subpath_problem [292/916] 204760=test_evaluation [293/916] 204760=constant_path_node_test [294/916] 204760=test_files_ext [295/916] 204760=test_allocation [296/916] 204761=test_gem_resolver_activation_request [297/916] 204761=test_koi8 [298/916] 204761=test_gem_resolver_requirement_list [299/916] 204761=test_insns_leaf [300/916] 204761=test_arith_seq_beg_len_step [301/916] 204761=test_filter [302/916] 204761=test_asn1 [303/916] 204761=test_gem_package_tar_reader_entry [304/916] 204761=test_debug [305/916] 204761=test_pkg_config [306/916] 204761=test_http [307/916] 204759=test_show_source [308/916] 204759=test_env .Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 10 #<File::Stat dev=0x8, ino=3128787846, 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> .Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 11 #<File::Stat dev=0x8, ino=3128788713, 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> [309/916] 204758=fixtures_test [310/916] 204760=test_case [311/916] 204760=test_rational2 [312/916] 204760=test_ansi [313/916] 204760=library_symbols_test [314/916] 204760=test_at_exit [315/916] 204760=test_rdoc_markup_to_html [316/916] 204758=test_protect [317/916] 204758=test_tree_builder [318/916] 204758=test_bundled_ca [319/916] 204759=heredoc_test [320/916] 204760=test_wss [321/916] 204759=test_libs [322/916] 204759=test_fiber [323/916] 204760=test_dln [324/916] 204760=test_math [325/916] 204760=test_gc [326/916] 204760=test_gem_commands_info_command [327/916] 204760=test_method_name_check [328/916] 204760=test_proxy .Leaked file descriptor: TestGemBundledCA#test_accessing_staging: 12 #<File::Stat dev=0x8, ino=3128801306, 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> [329/916] 204760=test_completion [330/916] 204758=test_gem_resolver_installer_set Closed file descriptor: TestGemResolverInstallerSet#test_errors: 12 [331/916] 204758=test_type_completor [332/916] 204758=test_to_ruby [333/916] 204758=test_syntax [334/916] 204760=test_gem_request_connection_pools [335/916] 204761=test_tracer [336/916] 204761=test_rdoc_rubygems_hook [337/916] 204761=test_option [338/916] 204761=test_gem_commands_uninstall_command [339/916] 204760=test_color_printer [340/916] 204760=test_cgi_session [341/916] 204760=test_gem_commands_environment_command [342/916] 204760=test_x509crl [343/916] 204760=test_complex [344/916] 204760=test_random_formatter [345/916] 204760=test_ellipsize [346/916] 204760=test_win32ole_variant_m [347/916] 204760=test_refinement [348/916] 204761=test_rdoc_code_object [349/916] 204761=test_gem_dependency_list [350/916] 204761=test_rdoc_markup_to_table_of_contents [351/916] 204759=test_ractor [352/916] 204761=test_nextafter [353/916] 204759=test_capacity [354/916] 204759=test_rational [355/916] 204761=test_command [356/916] 204761=test_sprintf [357/916] 204761=test_date_strftime [358/916] 204759=test_rdoc_markup_paragraph [359/916] 204759=test_gem_bundler_version_finder [360/916] 204759=magic_comment_test [361/916] 204761=test_logperiod [362/916] 204761=test_arith_seq_extract [363/916] 204761=test_psych [364/916] 204761=test_duplicate [365/916] 204761=test_nomethod_error [366/916] 204761=test_case_comprehensive [367/916] 204761=test_object_create_start [368/916] 204761=test_webauthn_listener_response [369/916] 204761=test_recursion [370/916] 204761=test_logdevice [371/916] 204759=test_gem_installer [372/916] 204760=test_gem_ext_cargo_builder [373/916] 204760=pattern_test [374/916] 204760=test_kdf [375/916] 204760=test_typeddata [376/916] 204760=test_files_test_1 [377/916] 204760=node_id_test [378/916] 204761=test_dup [379/916] 204760=test_thread_cv [380/916] 204761=test_rdoc_rd_inline [381/916] 204761=test_popen_deadlock [382/916] 204760=test_x509cert [383/916] 204761=test_yamldbm [384/916] 204761=test_gem_ext_builder [385/916] 204760=test_weakmap [386/916] 204761=test_basicsocket [387/916] 204761=test_unicode [388/916] 204758=test_integer [389/916] 204758=test_rdoc_normal_class [390/916] 204761=test_frozen [391/916] 204761=test_rdoc_markup_to_joined_paragraph [392/916] 204761=test_document [393/916] 204758=test_rdoc_servlet [394/916] 204761=test_iseq_load [395/916] 204758=test_rdoc_top_level [396/916] 204758=test_gem_commands_build_command [397/916] 204758=test_boolean [398/916] 204758=test_scheduler [399/916] 204758=test_float [400/916] 204761=test_ws [401/916] 204761=test_primitive [402/916] 204761=test_gem_dependency [403/916] 204761=test_date_marshal [404/916] 204761=test_io [405/916] 204758=test_win32ole_method_event [406/916] 204758=test_gem_resolver_index_specification [407/916] 204759=test_shellwords [408/916] 204759=test_gem_request_set [409/916] 204758=test_stream [410/916] 204758=test_omap [411/916] 204758=test_encoding [412/916] 204758=test_emitter [413/916] 204758=test_etc [414/916] 204758=test_ast [415/916] 204759=test_sockopt [416/916] 204759=test_set_len [417/916] 204759=test_key_stroke [418/916] 204759=test_depth_first [419/916] 204759=test_array [420/916] 204760=test_bmethod [421/916] 204760=test_benchmark [422/916] 204760=test_custom_command [423/916] 204760=test_class2name [424/916] 204760=test_gem_source [425/916] 204760=test_ftp [426/916] 204760=test_rdoc_parser_c [427/916] 204759=test_variable [428/916] 204759=integer_parse_test [429/916] 204759=test_digest [430/916] 204759=test_closure [431/916] 204760=test_addrinfo [432/916] 204759=test_assembler [433/916] 204759=json_fixtures_test [434/916] 204759=test_rdoc_markup_include [435/916] 204759=test_rdoc_context_section [436/916] 204759=test_bug-14834 [437/916] 204759=test_string [438/916] 204760=test_not [439/916] 204760=test_recorder [440/916] 204760=test_http_request [441/916] 204760=test_storage [442/916] 204760=test_gem_ext_configure_builder [443/916] 204760=test_find [444/916] 204760=test_cmethod [445/916] 204760=test_data [446/916] 204760=locals_test [447/916] 204760=test_parser [448/916] 204760=test_key_event_record [449/916] 204760=test_rdoc_parser_prism_ruby [450/916] 204760=test_string [451/916] 204760=test_iterator [452/916] 204760=test_external_new [453/916] 204760=test_rdoc_markdown [454/916] 204760=test_process [455/916] 204760=test_win32ole_typelib [456/916] 204760=test_euc_jp [457/916] 204760=test_gem_commands_lock_command [458/916] 204760=test_rdoc_rd_inline_parser [459/916] 204760=test_objectspace [460/916] 204761=test_open3 [461/916] 204760=test_rdoc_encoding [462/916] 204760=test_rdoc_markup_pre_process [463/916] 204760=test_tree_spell_checker [464/916] 204761=test_require_lib [465/916] 204760=test_dir_m17n [466/916] 204760=test_deprecate [467/916] 204760=test_rdoc_constant [468/916] 204760=lex_test [469/916] 204760=test_function_entry [470/916] 204760=test_fileutils [471/916] 204761=test_stack [472/916] 204760=test_gem_uri_formatter [473/916] 204760=test_remote_fetch_error [474/916] 204760=test_euc_kr [475/916] 204760=test_addr [476/916] 204760=test_bash_completion [477/916] 204760=test_io_m17n [478/916] 204761=test_econv [479/916] 204760=test_backtrace [480/916] 204761=test_io_console [481/916] 204760=test_helper [482/916] 204760=test_rdoc_task [483/916] 204760=test_c_union_entity [484/916] 204760=test_rubyoptions [485/916] 204761=test_fiddle [486/916] 204761=test_gem_security_trust_dir [487/916] 204761=test_gem_commands_query_command [488/916] 204761=test_have_library [489/916] 204761=test_ractor [490/916] 204761=test_gem_commands_push_command [491/916] 204761=test_ocsp [492/916] 204761=test_dryrun [493/916] 204761=test_digest [494/916] 204761=test_objspace [495/916] 204759=test_parse [496/916] 204759=test_regexp [497/916] 204760=source_location_test [498/916] 204760=test_lock_native_thread [499/916] 204760=test_method_cache [500/916] 204760=test_io_wait [501/916] 204760=test_data_error [502/916] 204760=test_kwargs [503/916] 204760=test_last_thread [504/916] 204760=test_gem_source_git [505/916] 204758=test_regex_casefold [506/916] 204758=test_lambda [507/916] 204758=index_write_test [508/916] 204758=test_gem_resolver [509/916] 204758=test_abi [510/916] 204760=test_ns_spki [511/916] 204760=reflection_test [512/916] 204760=test_printf [513/916] 204760=test_webauthn_listener [514/916] 204758=test_const [515/916] 204758=test_pkcs12 Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 10 : #<TCPSocket:fd 10, AF_INET, 127.0.0.1, 35337> [516/916] 204760=test_class [517/916] 204758=test_gem_commands_stale_command [518/916] 204758=test_rdoc_parser_rd [519/916] 204758=test_pack [520/916] 204758=test_utf16 [521/916] 204758=test_gem_ext_cmake_builder [522/916] 204758=test_rdoc_markup_to_label [523/916] 204758=test_pp [524/916] 204758=test_config [525/916] 204758=test_handle [526/916] 204758=test_httpresponse [527/916] 204758=test_rdoc_parser_ruby [528/916] 204760=test_sorted_set [529/916] 204760=test_threadgroup [530/916] 204758=test_emoji [531/916] 204758=test_rdoc_markup_indented_paragraph [532/916] 204758=test_rdoc_generator_pot_po_entry [533/916] 204758=test_cp949 [534/916] 204758=test_rdoc_alias [535/916] 204758=test_condition [536/916] 204758=test_case_options [537/916] 204758=test_pair [538/916] 204760=string_query_test [539/916] 204760=test_bundled_gems [540/916] 204760=test_to_ary_concat [541/916] 204760=test_date_attr [542/916] 204760=test_gem_package_tar_header [543/916] 204760=test_configuration [544/916] 204760=test_bigzero [545/916] 204760=test_install [546/916] 204760=symbol_encoding_test [547/916] 204760=test_rendering [548/916] 204760=test_io_buffer [549/916] 204760=test_gem_resolver_api_set [550/916] 204760=test_merge_keys [551/916] 204760=test_gem_util [552/916] 204760=test_rdoc_extend [553/916] 204758=encodings_test [554/916] 204760=test_string_processing [555/916] 204760=test_fstring [556/916] 204758=test_nesting_parser [557/916] 204758=test_func [558/916] 204760=test_interned_str [559/916] 204760=test_rdoc_markup_raw [560/916] 204760=test_yield_block [561/916] 204760=test_propertyputref [562/916] 204760=test_yaml [563/916] 204760=test_optparse [564/916] 204760=test_object [565/916] 204760=test_date_ractor [566/916] 204760=test_config [567/916] 204760=test_rdoc_parser_simple [568/916] 204760=test_rdoc_require [569/916] 204760=test_gem_ext_ext_conf_builder [570/916] 204760=test_gem_commands_fetch_command [571/916] 204760=test_load [572/916] 204760=test_ractor [573/916] 204760=test_path_to_class [574/916] 204760=test_win32ole_type_event [575/916] 204760=test_framework [576/916] 204760=test_lexer [577/916] 204760=test_pkey_dh [578/916] 204760=test_random [579/916] 204760=test_httpresponses [580/916] 204760=test_cstr [581/916] 204758=test_cesu8 [582/916] 204758=test_clone [583/916] 204760=test_pkey_rsa [584/916] 204758=test_numhash [585/916] 204758=test_set [586/916] 204758=test_mixed_unicode_escapes [587/916] 204758=test_gem_request_set_lockfile [588/916] 204760=test_win32ole_variable [589/916] 204760=test_instrumentation_api [590/916] 204758=test_files_sample [591/916] 204758=test_win32ole_param [592/916] 204758=test_postponed_job [593/916] 204758=test_console_attr [594/916] 204758=test_nowrite [595/916] 204758=test_big2str [596/916] 204758=test_thread_queue [597/916] 204760=ractor_test [598/916] 204760=test_iseq [599/916] 204760=test_win32ole_record [600/916] 204760=json_encoding_test [601/916] 204760=test_yield [602/916] 204759=test_bignum [603/916] 204759=test_gem_commands_owner_command [604/916] 204759=test_gem_specification [605/916] 204758=test_gem_path_support [606/916] 204758=test_ubf_async_safe [607/916] 204758=test_pattern_matching [608/916] 204758=test_gem_package_tar_reader [609/916] 204758=test_unix [610/916] 204758=test_rdoc_any_method [611/916] 204760=test_workspace [612/916] 204758=test_complexrational [613/916] 204758=test_random [614/916] 204758=test_context [615/916] 204760=test_compile_prism [616/916] 204758=test_coder [617/916] 204758=test_symbol [618/916] 204760=test_gem_source_specific_file [619/916] 204760=test_gem_resolver_installed_specification [620/916] 204760=test_gem_gem_runner [621/916] 204760=test_comparable [622/916] 204760=test_coverage [623/916] 204760=test_rdoc_generator_pot [624/916] 204760=test_enc_associate [625/916] 204759=test_io_timeout [626/916] 204759=newline_offsets_test [627/916] 204760=test_pathname [628/916] 204759=test_unicode_escape [629/916] 204760=test_gem_commands_open_command [630/916] 204759=test_euc_tw [631/916] 204759=test_gem_requirement [632/916] 204760=test_windows_1251 [633/916] 204760=test_utf32 [634/916] 204760=relocation_test [635/916] 204760=test_wait [636/916] 204759=test_noarg [637/916] 204760=test_gem_resolver_local_specification [638/916] 204760=test_marshalable [639/916] 204760=test_notimplement [640/916] 204760=test_mkmf [641/916] 204760=test_webauthn_poller [642/916] 204759=test_enc_str_buf_cat [643/916] 204759=test_require [644/916] 204760=test_erb [645/916] 204760=test_rdoc_rd [646/916] 204760=test_append [647/916] 204760=desugar_compiler_test [648/916] 204760=test_resource [649/916] 204760=test_internal_ivar [650/916] 204760=test_tracepoint [651/916] 204760=test_gem_resolver_specification [652/916] 204760=test_color [653/916] 204760=test_reqarg [654/916] 204760=test_array_create [655/916] 204760=test_gem_commands_cleanup_command [656/916] 204760=test_gem_stub_specification [657/916] 204760=test_within_pipe [658/916] 204760=test_ractor [659/916] 204760=test_rdoc_markup_to_html_snippet [660/916] 204760=test_gem_resolver_best_set [661/916] 204760=test_yaml_tree [662/916] 204760=test_beginendblock [663/916] 204760=test_time [664/916] 204758=test_autoload [665/916] 204760=test_path [666/916] 204760=test_http [667/916] 204760=test_undef [668/916] 204760=test_thread [669/916] 204759=test_pattern_key_name_check [670/916] 204759=fuzzer_test [671/916] 204759=test_function [672/916] 204759=test_frozen_error [673/916] 204759=test_struct [674/916] 204759=onigmo_test [675/916] 204759=test_win32ole_variant_outarg [676/916] 204759=test_hash [677/916] 204759=test_rdoc_markup_to_html_crossref [678/916] 204759=test_iter_break [679/916] 204759=test_gem_resolver_conflict [680/916] 204759=test_gem_unsatisfiable_dependency_error [681/916] 204759=test_ripper [682/916] 204759=test_rdoc_markup_to_bs [683/916] 204759=test_gem_remote_fetcher [684/916] 204759=test_rdoc_options [685/916] 204759=test_num2int [686/916] 204759=test_yjit_exit_locations [687/916] 204759=test_yamlstore [688/916] 204759=test_gem_config_file [689/916] 204759=test_raise_exception [690/916] 204759=test_address_resolve [691/916] 204759=test_rdoc_include [692/916] 204759=test_gem_version [693/916] 204759=test_x509name [694/916] 204759=test_m17n_comb [695/916] 204761=test_c_struct_entry [696/916] 204761=test_passing_block [697/916] 204761=equality_test [698/916] 204761=test_key_actor_vi [699/916] 204761=test_gem_commands_which_command [700/916] 204761=test_date_time [701/916] 204761=test_integer [702/916] 204759=test_ensured [703/916] 204759=test_gem_uninstaller [704/916] 204759=test_common [705/916] 204759=test_project_sanity [706/916] 204759=test_gem_commands_mirror [707/916] 204759=test_gem_source_installed [708/916] 204759=test_fixnum [709/916] 204759=test_signal [710/916] 204758=test_safe_load [711/916] 204758=test_pkey_dsa [712/916] 204761=test_tempfile [713/916] 204759=test_name_error [714/916] 204759=test_rdoc_markup_to_rdoc [715/916] 204759=test_gem_commands_server_command [716/916] 204759=test_rdoc_ri_paths [717/916] 204761=test_thread_fd_close [718/916] 204761=test_enumerator [719/916] 204759=test_gem_commands_contents_command [720/916] 204759=test_force_exit [721/916] 204759=test_flush [722/916] 204759=test_parser [723/916] 204759=test_struct [724/916] 204758=test_serialize_subclasses [725/916] 204758=test_exception [726/916] 204759=test_gem_doctor [727/916] 204759=test_iso_8859 [728/916] 204759=test_cgi_core [729/916] 204759=test_mutex [730/916] 204760=test_nil2vtempty [731/916] 204760=test_resolve_symbol [732/916] 204760=test_gem [733/916] 204759=test_open-uri Leaked file descriptor: TestOpenURI#test_redirect_with_request_specific_fields_proc: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 46537> Closed file descriptor: TestOpenURI#test_200big: 11 Leaked file descriptor: TestOpenURI#test_close_in_block_big: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 37841> .Closed file descriptor: TestOpenURI#test_multiple_cookies: 11 [734/916] 204759=test_gem_commands_rebuild_command [735/916] 204759=test_files_lib [736/916] 204759=test_rdoc_context [737/916] 204759=test_ldap [738/916] 204759=test_gem_commands_cert_command [739/916] 204760=test_help [740/916] 204760=test_enumerable [741/916] 204760=test_ractor [742/916] 204758=test_rdoc_markup_to_markdown [743/916] 204758=test_gem_package_old [744/916] 204758=test_stringchar [745/916] 204758=ruby_parser_test [746/916] 204758=test_ssl [747/916] 204760=json_common_interface_test [748/916] 204760=test_sexp [749/916] 204760=test_gem_commands_unpack_command [750/916] 204760=test_flip [751/916] 204760=test_jaro_winkler [752/916] 204760=test_marshal [753/916] 204758=test_win32ole_variant [754/916] 204758=test_rdoc_generator_markup [755/916] 204758=test_gem_remote_fetcher_local_ssl_server [756/916] 204759=test_yaml_special_cases [757/916] 204759=test_gem_source_list [758/916] 204760=test_time_tz [759/916] 204760=test_win32ole [760/916] 204760=test_gem_commands_signout_command [761/916] 204759=test_date_strptime [762/916] 204760=test_null [763/916] 204760=bom_test [764/916] 204760=tunnel_test [765/916] 204760=test_protocol [766/916] 204759=test_file [767/916] 204760=test_gem_text [768/916] 204760=test_gem_request [769/916] 204760=test_settracefunc [770/916] 204758=test_name_error_extension [771/916] 204758=test_weakref [772/916] 204760=test_severity [773/916] 204760=test_ractor [774/916] 204760=test_timeout [775/916] 204758=test_rubyvm [776/916] 204758=test_gem_security_policy [777/916] 204758=test_config [778/916] 204760=test_sprintf_comb [779/916] 204758=compiler_test [780/916] 204758=test_method_cache [781/916] 204758=test_rdoc_text [782/916] 204758=test_gem_install_update_options [783/916] 204760=test_json_tree [784/916] 204760=test_ifunless [785/916] 204760=test_require [786/916] 204760=parameters_signature_test [787/916] 204760=test_ssl [788/916] 204758=test_bug_reporter [789/916] 204759=test_cclass [790/916] 204759=test_rdoc_i18n_text [791/916] 204759=test_singleton_function [792/916] 204759=test_fd_setsize [793/916] 204759=test_module [794/916] 204758=test_eval [795/916] 204758=test_normalize [796/916] 204758=test_gem_resolver_git_set [797/916] 204758=test_gem_commands_update_command [798/916] 204759=test_scan_args [799/916] 204759=test_ipaddr [800/916] 204759=test_files_test_2 [801/916] 204759=test_class_name_check [802/916] 204759=test_symbol [803/916] 204759=test_str2big [804/916] 204759=test_date_compat [805/916] 204759=test_spell_checker [806/916] 204759=test_gem_version_option [807/916] 204759=test_load [808/916] 204759=test_parser_events [809/916] 204759=test_init [810/916] 204759=test_stringscanner [811/916] 204759=test_gem_resolver_vendor_specification [812/916] 204759=test_gem_uri [813/916] 204759=test_file [814/916] 204759=test_emitter [815/916] 204759=test_basicinstructions [816/916] 204759=test_key_actor_emacs [817/916] 204759=test_case [818/916] 204759=test_enumerator [819/916] 204759=test_date_new [820/916] 204759=test_gem_safe_marshal [821/916] 204758=test_bug-3571 [822/916] 204758=test_gem_ext_cargo_builder_link_flag_converter [823/916] 204758=test_call [824/916] 204758=test_backtrace [825/916] 204758=test_keyword [826/916] 204759=test_gem_resolver_index_set [827/916] 204759=test_ole_methods [828/916] 204759=test_date_parse [829/916] 204758=test_thread [830/916] 204758=location_test [831/916] 204759=test_exception_at_throwing [832/916] 204758=test_rdoc_class_module [833/916] 204759=test_pkey_ec [834/916] 204759=test_gem_resolver_api_specification [835/916] 204759=test_optimization [836/916] 204758=test_win32ole_event [837/916] 204758=test_require_path_check [838/916] 204758=test_folderitem2_invokeverb [839/916] 204758=test_variable_name_check [840/916] 204758=test_rdoc_markup_document [841/916] 204758=test_rdoc_parser_changelog [842/916] 204758=test_store [843/916] 204758=test_object [844/916] 204758=test_provider [845/916] 204758=test_inadvertent_creation [846/916] 204760=test_buffering [847/916] 204760=test_svcb_https [848/916] 204760=test_gem_gemcutter_utilities [849/916] 204758=test_err_in_callback [850/916] 204758=test_rdoc_stats [851/916] 204758=test_bug-5832 [852/916] 204758=test_rdoc_store [853/916] 204760=test_resize [854/916] 204760=test_rdoc_markup_attributes [855/916] 204760=test_ossl [856/916] 204758=test_ruby_lex [857/916] 204758=newline_test [858/916] 204758=snippets_test [859/916] 204758=test_enumerator_kw [860/916] 204758=integer_base_flags_test [861/916] 204758=test_default_gems [862/916] 204758=test_coderange [863/916] 204758=test_gc_compact [864/916] 204759=test_len [865/916] 204759=test_gem_console_ui [866/916] 204759=test_class [867/916] 204759=errors_test [868/916] 204759=test_socket [869/916] 204758=test_gem_rdoc [870/916] 204758=test_gem_dependency_installer [871/916] 204760=test_input_method [872/916] 204760=test_vm_dump [873/916] 204760=test_enum [874/916] 204760=test_exception [875/916] 204760=test_ftp [876/916] 204760=test_flags [877/916] 204759=static_inspect_test [878/916] 204759=test_gem_resolver_git_specification [879/916] 204759=test_optarg [880/916] 204760=test_gem_commands_yank_command [881/916] 204759=test_object_references [882/916] 204759=test_assignment [883/916] 204760=test_rdoc_rdoc [884/916] 204760=test_grapheme_breaks [885/916] 204760=test_win32ole_param_event [886/916] 204760=test_human_typo [887/916] 204760=test_rdoc_rd_block_parser [888/916] 204760=test_io_buffer [889/916] 204760=test_tcp [890/916] 204759=test_reline [891/916] 204760=test_memory_view [892/916] 204760=test_rb_str_dup [893/916] 204760=test_gem_package_task [894/916] 204760=test_verbose [895/916] 204760=test_trick [896/916] 204758=test_rdoc_markup_to_tt_only [897/916] 204758=test_egrep_cpp [898/916] 204758=!Nothing_to_test [899/916] 204758=test_date_conv [900/916] 204758=test_history [901/916] 204758=test_gem_remote_fetcher_s3 [902/916] 204758=test_gem_resolver_vendor_set [903/916] 204758=json_parser_test [904/916] 204758=test_io [905/916] 204759=test_kernel [906/916] 204758=test_scanner_events [907/916] 204758=test_fips [908/916] 204758=test_gem_ext_cargo_builder_unit [909/916] 204758=test_tmpdir [910/916] 204758=test_div [911/916] 204758=test_helper [912/916] 204758=test_gem_commands_specification_command [913/916] 204759=test_rdoc_parser_markdown [914/916] 204759=test_gem_command [915/916] 204758=test_deprecated [916/916] 204758=test_rdoc_tom_doc Finished tests in 338.383253s, 92.3450 tests/s, 19284.6896 assertions/s. 31248 tests, 6525616 assertions, 0 failures, 0 errors, 378 skips ruby -v: ruby 3.4.0dev (2024-12-19T07:16:12Z master 335bba0fde) +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 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 generating encdb.h encdb.h unchanged 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.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.8/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/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.2/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.7.0/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.7.0/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.4.0dev (2024-12-19T07:16:12Z master 335bba0fde) +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 38.619964 seconds 3439 files, 33370 examples, 170948 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.