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