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