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