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