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