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