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