# Logfile created on 2025-04-30 23:10:56 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x00007f18414dfde0 @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-jemalloc", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-jemalloc", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-jemalloc", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-jemalloc", @configure_opts=["--with-jemalloc --enable-shared"], @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-jemalloc.20250430-231056", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f1841501e40 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f1841501b98 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f184141a7e8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-jemalloc.20250430-231056", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-jemalloc.20250430-231056>, @binmode=false, @mon_data=#<Monitor:0x00007f1841501738>, @mon_data_owner_object_id=860>>> $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2 echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/repl_type_completor.revision - /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/repl_type_completor.revision unchanged $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby f55138c..7866e12 master -> origin/master Updating f55138c..7866e12 Fast-forward include/ruby/atomic.h | 26 ++++++++++++++++ ractor.c | 10 +++--- shape.c | 37 ++++++++++++++++------ vm_core.h | 2 +- zjit/src/hir.rs | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 146 insertions(+), 15 deletions(-) Latest commit hash = 7866e124a8 $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2 make[1]: Entering directory '/tmp/ruby/src/trunk-jemalloc/ext/socket' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/src/trunk-jemalloc/ext/socket' echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/repl_type_completor.revision - /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/repl_type_completor.revision unchanged /tmp/ruby/src/trunk-jemalloc/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-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' $$$[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 -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/zjit/target/release/' /tmp/ruby/src/trunk-jemalloc/zjit/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-jemalloc/miniinit.c compiling /tmp/ruby/src/trunk-jemalloc/array.c compiling /tmp/ruby/src/trunk-jemalloc/ast.c compiling /tmp/ruby/src/trunk-jemalloc/bignum.c compiling /tmp/ruby/src/trunk-jemalloc/class.c compiling /tmp/ruby/src/trunk-jemalloc/compile.c compiling /tmp/ruby/src/trunk-jemalloc/complex.c compiling /tmp/ruby/src/trunk-jemalloc/cont.c compiling /tmp/ruby/src/trunk-jemalloc/debug.c compiling /tmp/ruby/src/trunk-jemalloc/dir.c compiling /tmp/ruby/src/trunk-jemalloc/encoding.c compiling /tmp/ruby/src/trunk-jemalloc/enumerator.c compiling /tmp/ruby/src/trunk-jemalloc/error.c compiling /tmp/ruby/src/trunk-jemalloc/eval.c compiling /tmp/ruby/src/trunk-jemalloc/gc.c compiling /tmp/ruby/src/trunk-jemalloc/hash.c compiling /tmp/ruby/src/trunk-jemalloc/imemo.c compiling /tmp/ruby/src/trunk-jemalloc/io.c compiling /tmp/ruby/src/trunk-jemalloc/io_buffer.c compiling /tmp/ruby/src/trunk-jemalloc/iseq.c compiling /tmp/ruby/src/trunk-jemalloc/load.c compiling /tmp/ruby/src/trunk-jemalloc/marshal.c compiling /tmp/ruby/src/trunk-jemalloc/memory_view.c compiling /tmp/ruby/src/trunk-jemalloc/node.c compiling /tmp/ruby/src/trunk-jemalloc/node_dump.c compiling /tmp/ruby/src/trunk-jemalloc/numeric.c compiling /tmp/ruby/src/trunk-jemalloc/object.c compiling /tmp/ruby/src/trunk-jemalloc/pack.c compiling parse.c compiling /tmp/ruby/src/trunk-jemalloc/proc.c compiling /tmp/ruby/src/trunk-jemalloc/process.c compiling /tmp/ruby/src/trunk-jemalloc/ractor.c compiling /tmp/ruby/src/trunk-jemalloc/random.c compiling /tmp/ruby/src/trunk-jemalloc/rational.c compiling /tmp/ruby/src/trunk-jemalloc/re.c compiling /tmp/ruby/src/trunk-jemalloc/ruby.c compiling /tmp/ruby/src/trunk-jemalloc/scheduler.c compiling /tmp/ruby/src/trunk-jemalloc/shape.c compiling /tmp/ruby/src/trunk-jemalloc/signal.c compiling /tmp/ruby/src/trunk-jemalloc/set.c compiling /tmp/ruby/src/trunk-jemalloc/string.c compiling /tmp/ruby/src/trunk-jemalloc/struct.c compiling /tmp/ruby/src/trunk-jemalloc/symbol.c compiling /tmp/ruby/src/trunk-jemalloc/thread.c compiling /tmp/ruby/src/trunk-jemalloc/time.c /tmp/ruby/src/trunk-jemalloc/symbol.c: In function ‘rb_id_attrset’: /tmp/ruby/src/trunk-jemalloc/symbol.c:175:9: warning: ‘nonstring’ attribute ignored on objects of type ‘const char[][8]’ [-Wattributes] 175 | RBIMPL_ATTR_NONSTRING() static const char id_types[][8] = { | ^~~~~~~~~~~~~~~~~~~~~ At top level: cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics compiling /tmp/ruby/src/trunk-jemalloc/util.c compiling /tmp/ruby/src/trunk-jemalloc/variable.c compiling /tmp/ruby/src/trunk-jemalloc/version.c compiling /tmp/ruby/src/trunk-jemalloc/vm.c compiling /tmp/ruby/src/trunk-jemalloc/vm_backtrace.c compiling /tmp/ruby/src/trunk-jemalloc/vm_dump.c compiling /tmp/ruby/src/trunk-jemalloc/vm_sync.c compiling /tmp/ruby/src/trunk-jemalloc/vm_trace.c compiling /tmp/ruby/src/trunk-jemalloc/weakmap.c compiling /tmp/ruby/src/trunk-jemalloc/yjit.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 -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/zjit/target/release/' /tmp/ruby/src/trunk-jemalloc/zjit/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 1c8cf2bff5aa1c540ec5eb543d1dffae86b169b08df54d9696e1501a9e7fbbb4 builtin_binary.inc compiling /tmp/ruby/src/trunk-jemalloc/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.5.0 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 -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/zjit/target/release/' /tmp/ruby/src/trunk-jemalloc/zjit/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 building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so encdb.h unchanged building spec/ruby/optional/capi/ext/bignum_spec.so building spec/ruby/optional/capi/ext/binding_spec.so building spec/ruby/optional/capi/ext/boolean_spec.so building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so building spec/ruby/optional/capi/ext/class_spec.so building spec/ruby/optional/capi/ext/class_under_autoload_spec.so building spec/ruby/optional/capi/ext/complex_spec.so building spec/ruby/optional/capi/ext/constants_spec.so building spec/ruby/optional/capi/ext/data_spec.so building spec/ruby/optional/capi/ext/debug_spec.so building spec/ruby/optional/capi/ext/encoding_spec.so building spec/ruby/optional/capi/ext/enumerator_spec.so building spec/ruby/optional/capi/ext/exception_spec.so building spec/ruby/optional/capi/ext/fiber_spec.so building spec/ruby/optional/capi/ext/file_spec.so building spec/ruby/optional/capi/ext/finalizer_spec.so building spec/ruby/optional/capi/ext/fixnum_spec.so building spec/ruby/optional/capi/ext/float_spec.so building spec/ruby/optional/capi/ext/gc_spec.so building spec/ruby/optional/capi/ext/globals_spec.so building spec/ruby/optional/capi/ext/hash_spec.so building spec/ruby/optional/capi/ext/integer_spec.so building spec/ruby/optional/capi/ext/io_spec.so building spec/ruby/optional/capi/ext/kernel_spec.so building spec/ruby/optional/capi/ext/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/proc_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/rational_spec.so building spec/ruby/optional/capi/ext/rbasic_spec.so building spec/ruby/optional/capi/ext/regexp_spec.so building spec/ruby/optional/capi/ext/st_spec.so building spec/ruby/optional/capi/ext/string_spec.so building spec/ruby/optional/capi/ext/struct_spec.so building spec/ruby/optional/capi/ext/symbol_spec.so building spec/ruby/optional/capi/ext/thread_spec.so building spec/ruby/optional/capi/ext/time_spec.so building spec/ruby/optional/capi/ext/tracepoint_spec.so building spec/ruby/optional/capi/ext/typed_data_spec.so building spec/ruby/optional/capi/ext/util_spec.so making enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/thread/instrumentation' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/thread/instrumentation/instrumentation.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date' compiling /tmp/ruby/src/trunk-jemalloc/ext/coverage/coverage.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/etc' compiling /tmp/ruby/src/trunk-jemalloc/ext/etc/etc.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' compiling /tmp/ruby/src/trunk-jemalloc/ext/objspace/object_tracing.c linking shared-object -test-/thread/instrumentation.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/thread/instrumentation' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' compiling ripper.c linking shared-object etc.so compiling /tmp/ruby/src/trunk-jemalloc/ext/objspace/objspace.c linking shared-object coverage.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/etc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.6/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.6/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.7/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.7/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.9.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.9.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/constants.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/basicsocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/objspace/objspace_dump.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/socket.c linking shared-object objspace.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/ipsocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/tcpsocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/tcpserver.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/sockssocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/udpsocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/unixsocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/unixserver.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/option.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/ancdata.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/raddrinfo.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/ifaddr.c linking shared-object socket.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' linking shared-object ripper.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc' linking ruby make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2 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 -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/zjit/target/release/' /tmp/ruby/src/trunk-jemalloc/zjit/src/lib.rs echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/repl_type_completor.revision - 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 /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/repl_type_completor.revision unchanged encdb.h unchanged making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' 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-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.6/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.7/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.6/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.7/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.9.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.9.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' ./miniruby -I/tmp/ruby/src/trunk-jemalloc/lib -I. -I.ext/common /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-jemalloc/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-jemalloc/bin installing base libraries: /tmp/ruby/install/trunk-jemalloc/lib installing arch files: /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.5.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk-jemalloc/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.5.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/3.5.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/3.5.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-jemalloc/include/ruby-3.5.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.5.0+0 installing extension scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/3.5.0+0 installing extension scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/3.5.0+0 installing extension headers: /tmp/ruby/install/trunk-jemalloc/include/ruby-3.5.0+0/ruby installing command scripts: /tmp/ruby/install/trunk-jemalloc/bin installing library scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.5.0+0 installing common headers: /tmp/ruby/install/trunk-jemalloc/include/ruby-3.5.0+0 installing manpages: /tmp/ruby/install/trunk-jemalloc/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.5.0+0 bundler 2.7.0.dev cgi 0.4.2 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 net-http 0.6.0 net-protocol 0.2.2 open-uri 0.5.0 open3 0.2.1 optparse 0.7.0.dev.2 pp 0.6.2 prettyprint 0.2.0 prism 1.4.0 resolv 0.6.0 ruby2_keywords 0.0.5 securerandom 0.4.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.3 weakref 0.1.3 yaml 0.4.0 installing default gems from ext: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.5.0+0 date 3.4.1 digest 3.2.0 etc 1.4.5 fcntl 1.2.0 io-console 0.8.0 io-nonblock 0.3.1 io-wait 0.3.1 json 2.11.3 openssl 3.3.0 pathname 0.4.0 psych 5.2.3 stringio 3.1.8.dev strscan 3.1.4.dev zlib 3.2.1 installing bundled gems: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.5.0+0 minitest 5.25.5 power_assert 2.0.5 rake 13.2.1 test-unit 3.6.8 rexml 3.4.1 rss 0.3.1 net-ftp 0.3.8 net-imap 0.5.8 net-pop 0.1.2 net-smtp 0.5.1 matrix 0.4.2 prime 0.1.3 rbs 3.9.2 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.3.0 csv 3.3.4 repl_type_completor 0.1.11 ostruct 0.6.1 pstore 0.2.0 benchmark 0.4.0 logger 1.7.0 rdoc 6.13.1 irb 1.15.2 reline 0.6.1 readline 0.0.4 fiddle 1.1.8 installing bundled gem cache: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.5.0+0/cache skipped bundled gems: win32ole-1.9.2.gem not found in bundled_gems $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 2020 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 -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/zjit/target/release/' /tmp/ruby/src/trunk-jemalloc/zjit/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-jemalloc/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk-jemalloc/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 -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/zjit/target/release/' /tmp/ruby/src/trunk-jemalloc/zjit/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-jemalloc' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.6/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.6/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.7/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.7/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.9.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.9.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' Run options: --seed=912 "--ruby=./miniruby -I/tmp/ruby/src/trunk-jemalloc/lib -I. -I.ext/common /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk-jemalloc/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j4 # Running tests: [ 1/756] 2417062=rubygems/test_gem_commands_info_command [ 2/756] 2417065=rubygems/test_gem_uninstaller [ 3/756] 2417067=psych/test_yaml [ 4/756] 2417064=prism/encoding/string_encoding_test [ 5/756] 2417064=ruby/test_random_formatter [ 6/756] 2417064=prism/result/source_location_test [ 7/756] 2417067=ruby/test_object [ 8/756] 2417064=-ext-/exception/test_enc_raise [ 9/756] 2417062=ruby/test_key_error [ 10/756] 2417062=psych/visitors/test_emitter [ 11/756] 2417064=test_unicode_normalize [ 12/756] 2417062=ruby/test_data [ 13/756] 2417064=openssl/test_engine [ 14/756] 2417062=-ext-/debug/test_profile_frames [ 15/756] 2417064=-ext-/bug_reporter/test_bug_reporter [ 16/756] 2417062=ruby/test_objectspace [ 17/756] 2417064=ruby/test_variable [ 18/756] 2417067=prism/ruby/parameters_signature_test [ 19/756] 2417067=openssl/test_config [ 20/756] 2417064=ruby/test_require_lib [ 21/756] 2417067=fiber/test_io_buffer [ 22/756] 2417067=test_ipaddr [ 23/756] 2417067=json/json_addition_test [ 24/756] 2417067=ruby/test_pack [ 25/756] 2417065=prism/library_symbols_test [ 26/756] 2417065=rubygems/test_gem_resolver_git_set [ 27/756] 2417067=openssl/test_cipher [ 28/756] 2417067=-ext-/time/test_new [ 29/756] 2417067=rubygems/test_gem_installer [ 30/756] 2417065=-ext-/string/test_qsort [ 31/756] 2417065=fiber/test_storage [ 32/756] 2417065=rubygems/test_gem_commands_outdated_command [ 33/756] 2417065=rubygems/test_config [ 34/756] 2417065=dtrace/test_string [ 35/756] 2417065=ruby/test_iterator [ 36/756] 2417065=rubygems/test_gem_doctor [ 37/756] 2417065=did_you_mean/tree_spell/test_change_word [ 38/756] 2417065=etc/test_etc [ 39/756] 2417065=prism/ruby/ripper_test [ 40/756] 2417064=did_you_mean/spell_checking/test_variable_name_check [ 41/756] 2417064=rubygems/test_rubygems [ 42/756] 2417064=rubygems/test_gem_source_vendor [ 43/756] 2417064=test_singleton [ 44/756] 2417064=rubygems/test_gem_spec_fetcher [ 45/756] 2417065=fiber/test_process [ 46/756] 2417065=ruby/test_metaclass [ 47/756] 2417065=openssl/test_pkey_dh [ 48/756] 2417065=-ext-/struct/test_duplicate [ 49/756] 2417065=rubygems/test_gem_package_old [ 50/756] 2417064=-ext-/string/test_modify_expand [ 51/756] 2417064=cgi/test_cgi_tag_helper [ 52/756] 2417064=rubygems/test_gem_request_set_lockfile_tokenizer [ 53/756] 2417065=ruby/test_io [ 54/756] 2417062=rubygems/test_gem_available_set [ 55/756] 2417064=cgi/test_cgi_cookie [ 56/756] 2417064=ruby/test_dir_m17n [ 57/756] 2417062=rubygems/test_project_sanity [ 58/756] 2417062=prism/ruby/compiler_test [ 59/756] 2417062=ruby/test_rational [ 60/756] 2417064=ruby/enc/test_euc_kr [ 61/756] 2417064=ruby/test_rational2 [ 62/756] 2417064=prism/fixtures_test [ 63/756] 2417062=ruby/test_lambda [ 64/756] 2417064=-ext-/exception/test_ensured [ 65/756] 2417062=ruby/test_class [ 66/756] 2417064=ruby/test_const [ 67/756] 2417064=prism/fuzzer_test [ 68/756] 2417064=prism/onigmo_test [ 69/756] 2417064=rubygems/test_gem_source_installed [ 70/756] 2417064=open-uri/test_proxy [ 71/756] 2417064=rubygems/test_gem_source_list [ 72/756] 2417064=psych/test_struct [ 73/756] 2417064=psych/test_yaml_special_cases [ 74/756] 2417064=-ext-/string/test_fstring [ 75/756] 2417064=prism/ruby/parser_test [ 76/756] 2417064=rubygems/test_gem_ext_cargo_builder_link_flag_converter [ 77/756] 2417064=cgi/test_cgi_multipart [ 78/756] 2417064=net/http/test_https [ 79/756] 2417062=psych/test_yamldbm [ 80/756] 2417062=-ext-/thread_fd/test_thread_fd_close [ 81/756] 2417062=prism/result/breadth_first_search_test [ 82/756] 2417062=did_you_mean/spell_checking/test_class_name_check [ 83/756] 2417062=optparse/test_autoconf [ 84/756] 2417062=optparse/test_kwargs [ 85/756] 2417062=fiber/test_io [ 86/756] 2417067=io/wait/test_io_wait [ 87/756] 2417062=uri/test_ftp [ 88/756] 2417067=prism/percent_delimiter_string_test [ 89/756] 2417062=rubygems/test_gem_commands_check_command [ 90/756] 2417067=mkmf/test_config [ 91/756] 2417062=psych/test_boolean [ 92/756] 2417062=resolv/test_addr [ 93/756] 2417062=did_you_mean/spell_checking/test_key_name_check [ 94/756] 2417062=ruby/test_stack [ 95/756] 2417067=openssl/test_ns_spki [ 96/756] 2417067=ruby/test_require [ 97/756] 2417062=rubygems/test_gem_resolver_composed_set [ 98/756] 2417062=ripper/test_files_test_2 [ 99/756] 2417064=rubygems/test_gem_resolver_local_specification [100/756] 2417064=ruby/test_econv [101/756] 2417064=json/test_helper [102/756] 2417064=rubygems/test_gem_remote_fetcher_local_ssl_server [103/756] 2417067=openssl/test_x509cert [104/756] 2417067=stringio/test_stringio [105/756] 2417067=-ext-/bignum/test_bigzero [106/756] 2417067=ruby/test_parse [107/756] 2417067=-ext-/stack/test_stack_overflow [108/756] 2417064=-ext-/class/test_class2name [109/756] 2417064=rubygems/test_gem_platform [110/756] 2417062=ruby/test_regexp [111/756] 2417064=ruby/test_rand [112/756] 2417067=test_tmpdir [113/756] 2417067=rubygems/test_gem_package_tar_reader_entry [114/756] 2417064=ruby/test_thread_cv [115/756] 2417067=rubygems/test_gem_commands_setup_command [116/756] 2417064=ruby/test_undef [117/756] 2417064=ripper/test_filter [118/756] 2417064=ruby/test_time [119/756] 2417064=-ext-/symbol/test_type [120/756] 2417064=ruby/test_complexrational [121/756] 2417064=ruby/enc/test_koi8 [122/756] 2417064=-ext-/test_printf [123/756] 2417064=ruby/test_thread [124/756] 2417067=dtrace/test_function_entry [125/756] 2417067=psych/test_hash [126/756] 2417067=net/http/test_http_request [127/756] 2417067=resolv/test_resource [128/756] 2417067=net/http/test_http Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 10 #<File::Stat dev=0x8, ino=2429015508, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> .Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 11 #<File::Stat dev=0x8, ino=2429010737, 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> [129/756] 2417065=uri/test_ldap [130/756] 2417065=prism/ruby/location_test [131/756] 2417065=optparse/test_reqarg [132/756] 2417065=ruby/enc/test_shift_jis [133/756] 2417065=ruby/test_ractor [134/756] 2417065=rubygems/test_gem_commands_update_command [135/756] 2417065=rubygems/test_gem_resolver_vendor_set [136/756] 2417065=ruby/test_pipe [137/756] 2417065=psych/test_object_references [138/756] 2417065=-ext-/method/test_arity [139/756] 2417065=test_tempfile [140/756] 2417065=ripper/test_files_test [141/756] 2417067=rubygems/test_gem_commands_lock_command [142/756] 2417067=socket/test_sockopt [143/756] 2417067=rubygems/test_gem_request_connection_pools [144/756] 2417065=ripper/test_files_ext [145/756] 2417065=ruby/test_io_m17n [146/756] 2417067=-ext-/string/test_rb_str_dup [147/756] 2417067=psych/test_encoding [148/756] 2417067=zlib/test_zlib [149/756] 2417065=dtrace/test_hash_create [150/756] 2417065=optparse/test_placearg [151/756] 2417065=psych/test_document [152/756] 2417065=ruby/test_proc [153/756] 2417065=rubygems/test_gem_commands_uninstall_command [154/756] 2417067=-ext-/vm/test_at_exit [155/756] 2417067=-ext-/bignum/test_big2str [156/756] 2417067=rubygems/test_gem_ext_configure_builder [157/756] 2417065=-ext-/hash/test_delete [158/756] 2417065=-ext-/test_enumerator_kw [159/756] 2417065=ruby/test_primitive [160/756] 2417067=date/test_switch_hitter [161/756] 2417065=openssl/test_ocsp [162/756] 2417067=ruby/test_continuation [163/756] 2417067=psych/test_yamlstore [164/756] 2417067=ruby/test_symbol [165/756] 2417065=psych/test_coder [166/756] 2417065=-ext-/string/test_ellipsize [167/756] 2417065=uri/test_file [168/756] 2417065=-ext-/load/test_dot_dot [169/756] 2417065=openssl/test_x509store [170/756] 2417065=openssl/test_digest [171/756] 2417065=rubygems/test_gem_commands_unpack_command [172/756] 2417065=socket/test_unix [173/756] 2417065=-ext-/bignum/test_mul [174/756] 2417065=psych/test_nil [175/756] 2417065=rubygems/test_gem_source_local [176/756] 2417064=uri/test_wss [177/756] 2417064=rubygems/test_exit [178/756] 2417064=rubygems/test_gem_request_set_gem_dependency_api [179/756] 2417065=prism/result/numeric_value_test [180/756] 2417065=psych/visitors/test_to_ruby [181/756] 2417065=-ext-/string/test_enc_str_buf_cat [182/756] 2417065=rubygems/test_gem_version [183/756] 2417065=rubygems/test_gem_ext_cargo_builder [184/756] 2417065=-ext-/arith_seq/test_arith_seq_extract [185/756] 2417064=ruby/enc/test_gb18030 [186/756] 2417064=rubygems/test_gem_gemcutter_utilities [187/756] 2417065=-ext-/test_random [188/756] 2417065=ruby/enc/test_grapheme_breaks [189/756] 2417065=ripper/test_lexer [190/756] 2417065=rubygems/test_gem_resolver_index_set [191/756] 2417065=psych/test_psych_set [192/756] 2417065=test_bundled_gems [193/756] 2417065=ruby/test_clone [194/756] 2417065=rubygems/test_gem_commands_server_command [195/756] 2417065=ruby/test_io_timeout [196/756] 2417065=ruby/test_comparable [197/756] 2417065=-ext-/integer/test_integer [198/756] 2417065=openssl/test_pair [199/756] 2417064=date/test_date [200/756] 2417064=rubygems/test_gem_console_ui [201/756] 2417064=-ext-/string/test_capacity [202/756] 2417064=psych/test_alias_and_anchor [203/756] 2417064=-ext-/float/test_nextafter [204/756] 2417067=mkmf/test_install [205/756] 2417064=dtrace/test_cmethod [206/756] 2417064=ruby/enc/test_euc_tw [207/756] 2417064=ruby/test_integer_comb [208/756] 2417067=prism/result/integer_base_flags_test [209/756] 2417067=ruby/test_yield [210/756] 2417067=prism/result/regular_expression_options_test [211/756] 2417064=ruby/test_bignum [212/756] 2417067=-ext-/wait/test_wait [213/756] 2417067=openssl/test_x509attr [214/756] 2417067=json/ractor_test [215/756] 2417067=optparse/test_bash_completion [216/756] 2417067=date/test_date_marshal [217/756] 2417064=prism/ruby/string_query_test [218/756] 2417067=rubygems/test_deprecate [219/756] 2417064=psych/test_object [220/756] 2417064=ruby/test_readpartial [221/756] 2417067=stringio/test_ractor [222/756] 2417067=prism/result/integer_parse_test [223/756] 2417067=fileutils/test_fileutils [224/756] 2417065=rubygems/test_gem_resolver_installed_specification [225/756] 2417065=prism/api/parse_stream_test [226/756] 2417065=dtrace/test_method_cache [227/756] 2417065=psych/test_json_tree [228/756] 2417064=ruby/test_transcode [229/756] 2417065=test_time [230/756] 2417064=json/json_string_matching_test [231/756] 2417064=mkmf/test_convertible [232/756] 2417065=test_extlibs [233/756] 2417067=openssl/test_ossl [234/756] 2417065=dtrace/test_load [235/756] 2417065=optparse/test_cclass [236/756] 2417065=prism/result/comments_test [237/756] 2417065=ruby/test_hash [238/756] 2417062=psych/json/test_stream [239/756] 2417062=rubygems/test_gem_commands_mirror [240/756] 2417062=prism/result/string_test [241/756] 2417062=psych/visitors/test_depth_first [242/756] 2417062=rubygems/test_gem_resolver_api_set [243/756] 2417062=rubygems/test_gem_package_tar_header [244/756] 2417062=rubygems/test_gem_silent_ui [245/756] 2417062=optparse/test_getopts [246/756] 2417062=psych/test_null [247/756] 2417062=-ext-/test_scan_args [248/756] 2417062=ruby/test_yjit [249/756] 2417065=ruby/test_encoding [250/756] 2417065=did_you_mean/spell_checking/test_pattern_key_name_check [251/756] 2417065=ruby/test_keyword [252/756] 2417065=ruby/test_m17n [253/756] 2417067=prism/result/index_write_test [254/756] 2417067=mkmf/test_constant [255/756] 2417065=ruby/test_rubyvm [256/756] 2417065=ruby/test_argf [257/756] 2417065=-ext-/string/test_too_many_dummy_encodings [258/756] 2417065=json/json_fixtures_test [259/756] 2417065=ruby/enc/test_windows_1252 [260/756] 2417065=-ext-/proc/test_bmethod [261/756] 2417065=prism/unescape_test [262/756] 2417065=rubygems/test_gem_source_fetch_problem [263/756] 2417065=prism/ruby/dispatcher_test [264/756] 2417065=ruby/test_module [265/756] 2417062=prism/result/warnings_test [266/756] 2417062=psych/test_set [267/756] 2417062=did_you_mean/test_ractor_compatibility [268/756] 2417062=openssl/test_ssl [269/756] 2417065=ruby/enc/test_big5 [270/756] 2417065=fiber/test_mutex [271/756] 2417067=psych/test_date_time [272/756] 2417067=-ext-/struct/test_data [273/756] 2417067=rubygems/test_gem_commands_sources_command [274/756] 2417067=-ext-/bignum/test_str2big [275/756] 2417067=-ext-/st/test_foreach [276/756] 2417067=ruby/test_struct [277/756] 2417065=fiber/test_timeout [278/756] 2417065=optparse/test_summary [279/756] 2417065=prism/result/implicit_array_test [280/756] 2417065=ruby/enc/test_regex_casefold [281/756] 2417065=uri/test_http [282/756] 2417065=dtrace/test_object_create_start [283/756] 2417065=rubygems/test_gem_source_git [284/756] 2417067=ripper/test_sexp [285/756] 2417067=openssl/test_fips [286/756] 2417067=prism/api/lex_test [287/756] 2417067=ruby/test_name_error [288/756] 2417067=-ext-/thread/test_lock_native_thread [289/756] 2417064=psych/test_safe_load [290/756] 2417064=prism/encoding/encodings_test [291/756] 2417064=rubygems/test_gem_security_policy [292/756] 2417067=rubygems/test_gem_resolver_installer_set [293/756] 2417067=cgi/test_cgi_header [294/756] 2417067=rubygems/test_gem_security_trust_dir [295/756] 2417067=prism/version_test [296/756] 2417067=prism/test_helper [297/756] 2417067=ripper/test_parser_events [298/756] 2417064=ruby/test_enumerator [299/756] 2417067=ruby/test_vm_dump [300/756] 2417067=open-uri/test_ftp [301/756] 2417067=mkmf/test_libs [302/756] 2417067=socket/test_basicsocket [303/756] 2417067=ruby/test_math [304/756] 2417067=dtrace/test_gc [305/756] 2417067=rubygems/test_gem_commands_exec_command [306/756] 2417065=prism/errors_test [307/756] 2417065=uri/test_common [308/756] 2417065=prism/ruby/pattern_test [309/756] 2417065=rubygems/test_gem_request [310/756] 2417065=rubygems/test_gem_validator [311/756] 2417065=ruby/test_case [312/756] 2417065=prism/api/dump_test [313/756] 2417065=ruby/test_fixnum [314/756] 2417065=ruby/test_signal [315/756] 2417062=ruby/test_stringchar [316/756] 2417062=date/test_date_strftime [317/756] 2417062=rubygems/test_gem_source_subpath_problem [318/756] 2417065=ruby/test_gc [319/756] 2417062=json/json_coder_test [320/756] 2417062=cgi/test_cgi_core [321/756] 2417062=psych/test_exception [322/756] 2417062=psych/test_parser [323/756] 2417062=optparse/test_optarg [324/756] 2417067=rubygems/test_gem [325/756] 2417062=ruby/test_zjit [326/756] 2417062=openssl/test_pkcs7 [327/756] 2417062=open-uri/test_ssl [328/756] 2417062=rubygems/test_gem_stream_ui [329/756] 2417067=-ext-/gvl/test_ubf_async_safe [330/756] 2417067=ruby/enc/test_case_mapping [331/756] 2417067=ruby/test_assignment [332/756] 2417062=psych/test_ractor [333/756] 2417062=psych/test_numeric [334/756] 2417062=ruby/test_inlinecache [335/756] 2417062=ruby/test_marshal [336/756] 2417067=-ext-/iseq_load/test_iseq_load [337/756] 2417062=-ext-/win32/test_console_attr [338/756] 2417062=ripper/test_files_sample [339/756] 2417062=rubygems/test_gem_commands_build_command [340/756] 2417062=rubygems/test_gem_commands_help_command [341/756] 2417062=rubygems/test_gem_commands_install_command [342/756] 2417067=ruby/test_integer [343/756] 2417067=mkmf/test_flags [344/756] 2417062=psych/test_class [345/756] 2417062=rubygems/test_gem_commands_list_command [346/756] 2417062=test_trick [347/756] 2417064=lib/!Nothing_to_test [348/756] 2417064=-ext-/typeddata/test_typeddata [349/756] 2417064=-ext-/load/test_protect [350/756] 2417064=psych/test_tree_builder [351/756] 2417064=rubygems/test_gem_stub_specification [352/756] 2417064=-ext-/popen_deadlock/test_popen_deadlock [353/756] 2417064=rubygems/test_kernel [354/756] 2417067=rubygems/test_webauthn_listener_response [355/756] 2417067=ruby/test_complex2 [356/756] 2417067=rubygems/test_gem_requirement [357/756] 2417067=ruby/test_unicode_escape [358/756] 2417067=ruby/test_string_memory [359/756] 2417067=rubygems/test_gem_bundler_version_finder [360/756] 2417067=socket/test_tcp [361/756] 2417064=prism/lex_test [362/756] 2417067=rubygems/test_gem_update_suggestion [363/756] 2417065=yaml/test_store [364/756] 2417067=rubygems/test_gem_security [365/756] 2417065=socket/test_ancdata [366/756] 2417065=fiber/test_backtrace [367/756] 2417065=rubygems/test_gem_resolver_lock_set [368/756] 2417065=rubygems/test_webauthn_poller [369/756] 2417064=rubygems/test_require [370/756] 2417062=psych/test_symbol [371/756] 2417062=prism/ractor_test [372/756] 2417065=-ext-/rational/test_rat [373/756] 2417065=-ext-/string/test_external_new [374/756] 2417065=rubygems/test_gem_command [375/756] 2417062=win32/test_registry [376/756] 2417062=dtrace/test_array_create [377/756] 2417065=openssl/test_pkey_ec [378/756] 2417062=strscan/test_ractor [379/756] 2417062=date/test_date_parse [380/756] 2417065=rubygems/test_gem_safe_yaml [381/756] 2417065=ruby/enc/test_emoji_breaks [382/756] 2417065=prism/encoding/regular_expression_encoding_test [383/756] 2417065=-ext-/thread/test_instrumentation_api [384/756] 2417062=rubygems/test_gem_impossible_dependencies_error [385/756] 2417062=rubygems/test_gem_gem_runner [386/756] 2417062=ruby/test_time_tz [387/756] 2417062=-ext-/debug/test_debug [388/756] 2417062=ruby/enc/test_case_comprehensive [389/756] 2417062=psych/visitors/test_yaml_tree [390/756] 2417062=rubygems/test_gem_package_tar_reader [391/756] 2417062=rubygems/test_gem_local_remote_options [392/756] 2417062=mkmf/test_have_func [393/756] 2417064=ruby/test_yjit_exit_locations [394/756] 2417064=rubygems/test_gem_commands_pristine_command [395/756] 2417065=optparse/test_did_you_mean [396/756] 2417065=prism/api/command_line_test [397/756] 2417065=rubygems/test_gem_config_file [398/756] 2417065=rubygems/test_gem_resolver_requirement_list [399/756] 2417065=ruby/test_gc_compact [400/756] 2417062=-ext-/arith_seq/test_arith_seq_beg_len_step [401/756] 2417062=ruby/test_super [402/756] 2417062=coverage/test_coverage [403/756] 2417064=pathname/test_pathname [404/756] 2417064=socket/test_socket [405/756] 2417062=strscan/test_stringscanner [406/756] 2417062=prism/result/constant_path_node_test [407/756] 2417062=-ext-/st/test_update [408/756] 2417062=ruby/test_ast [409/756] 2417067=json/json_parser_test [410/756] 2417067=-ext-/string/test_coderange [411/756] 2417067=ruby/test_method [412/756] 2417065=rubygems/test_gem_commands_stale_command [413/756] 2417065=test_pp [414/756] 2417065=rubygems/test_gem_resolver_git_specification [415/756] 2417065=psych/test_stream [416/756] 2417065=did_you_mean/spell_checking/test_uncorrectable_name_check [417/756] 2417065=psych/test_marshalable [418/756] 2417065=test_find [419/756] 2417065=ruby/test_m17n_comb [420/756] 2417065=-ext-/test_abi [421/756] 2417065=did_you_mean/core_ext/test_name_error_extension [422/756] 2417065=-ext-/bignum/test_div [423/756] 2417065=openssl/test_ssl_session [424/756] 2417065=ruby/test_beginendblock [425/756] 2417065=psych/test_deprecated [426/756] 2417065=prism/heredoc_dedent_test [427/756] 2417065=ruby/test_dup [428/756] 2417065=test_securerandom [429/756] 2417065=rubygems/test_gem_resolver_vendor_specification [430/756] 2417065=-ext-/string/test_cstr [431/756] 2417064=did_you_mean/spell_checking/test_require_path_check [432/756] 2417064=optparse/test_acceptable [433/756] 2417064=ruby/test_file_exhaustive [434/756] 2417065=erb/test_erb_command [435/756] 2417065=rubygems/test_gem_commands_query_command [436/756] 2417067=resolv/test_dns [437/756] 2417067=ruby/test_exception [438/756] 2417065=-ext-/econv/test_append [439/756] 2417065=net/http/test_httpheader [440/756] 2417065=net/protocol/test_protocol [441/756] 2417065=ruby/test_process [442/756] 2417067=test_tsort [443/756] 2417067=ruby/test_alias [444/756] 2417067=ruby/test_thread_queue [445/756] 2417064=ruby/test_memory_view [446/756] 2417064=fileutils/test_nowrite [447/756] 2417064=dtrace/test_require [448/756] 2417064=openssl/test_provider [449/756] 2417064=mkmf/test_signedness [450/756] 2417067=ruby/test_arity [451/756] 2417067=rubygems/test_gem_specification [452/756] 2417067=mmtk/test_configuration [453/756] 2417067=ruby/test_frozen_error [454/756] 2417067=rubygems/test_gem_resolver_api_specification [455/756] 2417067=ruby/test_trace [456/756] 2417067=date/test_date_new [457/756] 2417067=pathname/test_ractor [458/756] 2417067=openssl/test_pkey [459/756] 2417067=-ext-/test_notimplement [460/756] 2417067=rubygems/test_gem_commands_fetch_command [461/756] 2417067=date/test_date_arith [462/756] 2417067=fiber/test_ractor [463/756] 2417067=psych/test_array [464/756] 2417067=ruby/test_mixed_unicode_escapes [465/756] 2417067=prism/api/parse_test [466/756] 2417067=fiber/test_thread [467/756] 2417067=-ext-/exception/test_exception_at_throwing [468/756] 2417067=rubygems/test_bundled_ca [469/756] 2417067=prism/result/attribute_write_test [470/756] 2417067=-ext-/string/test_interned_str [471/756] 2417067=-ext-/struct/test_len [472/756] 2417067=ruby/test_compile_prism [473/756] 2417067=ruby/test_literal [474/756] 2417067=mkmf/test_sizeof [475/756] 2417064=rubygems/test_remote_fetch_error [476/756] 2417064=json/json_encoding_test [477/756] 2417064=rubygems/test_gem_ext_rake_builder [478/756] 2417064=psych/test_scalar [479/756] 2417064=rubygems/test_gem_command_manager [480/756] 2417064=ruby/test_not [481/756] 2417064=fiber/test_sleep [482/756] 2417064=uri/test_mailto [483/756] 2417064=-ext-/string/test_enc_associate [484/756] 2417064=prism/newline_test [485/756] 2417064=-ext-/array/test_to_ary_concat [486/756] 2417065=rubygems/test_gem_commands_cert_command [487/756] 2417064=prism/result/equality_test [488/756] 2417064=ruby/test_weakkeymap [489/756] 2417064=ruby/test_system [490/756] 2417065=rubygems/test_gem_package_tar_writer [491/756] 2417065=mkmf/test_mkmf [492/756] 2417065=ruby/test_nomethod_error [493/756] 2417065=prism/ruby/ruby_parser_test [494/756] 2417065=did_you_mean/tree_spell/test_human_typo [495/756] 2417065=ripper/test_scanner_events [496/756] 2417065=psych/nodes/test_enumerable [497/756] 2417065=-ext-/bignum/test_pack [498/756] 2417065=rubygems/test_gem_commands_signout_command [499/756] 2417065=date/test_date_compat [500/756] 2417064=rubygems/test_gem_commands_yank_command [501/756] 2417065=prism/magic_comment_test [502/756] 2417065=json/json_ext_parser_test [503/756] 2417065=prism/result/static_literals_test [504/756] 2417065=rubygems/test_gem_ext_builder [505/756] 2417064=rubygems/test_gem_remote_fetcher [506/756] 2417064=-ext-/test_bug-3571 [507/756] 2417064=ruby/test_defined [508/756] 2417064=ruby/test_ifunless [509/756] 2417064=ruby/test_dir [510/756] 2417064=rubygems/test_gem_uri [511/756] 2417064=-ext-/eval/test_eval [512/756] 2417065=rubygems/test_gem_unsatisfiable_dependency_error [513/756] 2417065=rubygems/test_gem_dependency_installer [514/756] 2417064=fiber/test_enumerator [515/756] 2417064=ripper/test_files_test_1 [516/756] 2417064=rubygems/test_gem_path_support [517/756] 2417064=prism/snippets_test [518/756] 2417067=erb/test_erb_m17n [519/756] 2417067=ruby/test_iseq [520/756] 2417064=rubygems/test_gem_commands_owner_command [521/756] 2417064=rubygems/test_gem_resolver_dependency_request [522/756] 2417064=ruby/test_shapes [523/756] 2417064=ruby/test_fnmatch [524/756] 2417064=mkmf/test_configuration [525/756] 2417064=psych/handlers/test_recorder [526/756] 2417064=rubygems/test_gem_remote_fetcher_s3 [527/756] 2417067=-ext-/tracepoint/test_tracepoint [528/756] 2417064=objspace/test_objspace [529/756] 2417067=dtrace/test_raise [530/756] 2417067=mkmf/test_have_macro [531/756] 2417062=ruby/test_sleep [532/756] 2417062=prism/ruby/desugar_compiler_test [533/756] 2417062=psych/test_string [534/756] 2417062=-ext-/marshal/test_internal_ivar [535/756] 2417062=did_you_mean/test_tree_spell_checker [536/756] 2417062=rubygems/test_gem_request_set [537/756] 2417067=psych/test_emitter [538/756] 2417067=-ext-/test_bug-5832 [539/756] 2417067=test_forwardable [540/756] 2417067=net/http/test_https_proxy [541/756] 2417067=mkmf/test_have_library [542/756] 2417065=optparse/test_optparse [543/756] 2417065=socket/test_nonblock [544/756] 2417065=-ext-/exception/test_data_error [545/756] 2417065=rubygems/test_gem_source [546/756] 2417065=resolv/test_mdns [547/756] 2417065=mkmf/test_find_executable [548/756] 2417065=ruby/test_lazy_enumerator [549/756] 2417062=openssl/test_hmac [550/756] 2417062=ruby/test_io_buffer [551/756] 2417065=ruby/test_numeric [552/756] 2417062=ruby/test_basicinstructions [553/756] 2417065=socket/test_udp [554/756] 2417065=ripper/test_files_lib [555/756] 2417065=ruby/test_range [556/756] 2417062=-ext-/string/test_normalize [557/756] 2417062=ruby/test_path [558/756] 2417062=openssl/test_ts [559/756] 2417062=rubygems/test_gem_uri_formatter [560/756] 2417062=test_weakref [561/756] 2417065=io/console/test_ractor [562/756] 2417062=test_timeout [563/756] 2417065=uri/test_ws [564/756] 2417065=did_you_mean/edit_distance/test_jaro_winkler [565/756] 2417065=test_prettyprint [566/756] 2417065=prism/result/overlap_test [567/756] 2417062=rubygems/test_gem_dependency [568/756] 2417067=rubygems/test_gem_commands_rebuild_command [569/756] 2417065=ruby/test_env [570/756] 2417067=fiber/test_queue [571/756] 2417067=-ext-/win32/test_fd_setsize [572/756] 2417067=rubygems/test_gem_resolver_specification [573/756] 2417067=prism/api/freeze_test [574/756] 2417062=openssl/test_pkey_dsa [575/756] 2417067=rubygems/test_gem_package [576/756] 2417067=-ext-/file/test_stat [577/756] 2417067=rubygems/test_webauthn_listener [578/756] 2417062=rubygems/test_gem_util [579/756] 2417067=rubygems/test_gem_resolver_activation_request [580/756] 2417067=cgi/test_cgi_modruby [581/756] 2417067=-ext-/symbol/test_inadvertent_creation [582/756] 2417062=did_you_mean/spell_checking/test_method_name_check [583/756] 2417062=date/test_date_conv [584/756] 2417062=mkmf/test_egrep_cpp [585/756] 2417067=openssl/test_x509req [586/756] 2417067=ruby/test_syntax [587/756] 2417062=ruby/test_flip [588/756] 2417062=-ext-/struct/test_member [589/756] 2417062=ruby/test_insns_leaf [590/756] 2417062=rubygems/test_gem_version_option [591/756] 2417062=openssl/test_buffering [592/756] 2417062=resolv/test_svcb_https [593/756] 2417062=ruby/test_allocation [594/756] 2417065=-ext-/integer/test_my_integer [595/756] 2417065=ruby/test_default_gems [596/756] 2417065=prism/encoding/symbol_encoding_test [597/756] 2417065=rubygems/test_gem_security_signer [598/756] 2417065=mkmf/test_pkg_config [599/756] 2417065=-ext-/load/test_resolve_symbol [600/756] 2417065=rubygems/test_gem_source_lock [601/756] 2417065=psych/test_scalar_scanner [602/756] 2417065=-ext-/string/test_nofree [603/756] 2417065=openssl/test_x509name [604/756] 2417065=ruby/test_backtrace [605/756] 2417065=-ext-/win32/test_dln [606/756] 2417065=ruby/test_sprintf [607/756] 2417064=ruby/test_autoload [608/756] 2417065=rubygems/test_gem_request_set_lockfile_parser [609/756] 2417065=ruby/enc/test_utf16 [610/756] 2417065=-ext-/path_to_class/test_path_to_class [611/756] 2417065=rubygems/test_gem_commands_cleanup_command [612/756] 2417065=net/http/test_buffered_io [613/756] 2417065=rubygems/test_gem_ext_ext_conf_builder [614/756] 2417062=rubygems/test_gem_dependency_resolution_error [615/756] 2417062=ripper/test_ripper [616/756] 2417062=ruby/test_optimization [617/756] 2417065=cgi/test_cgi_session [618/756] 2417065=-ext-/marshal/test_usrmarshal [619/756] 2417065=openssl/test_x509crl [620/756] 2417065=net/http/test_httpresponses [621/756] 2417065=ruby/test_fiber [622/756] 2417067=ruby/test_refinement [623/756] 2417064=ruby/enc/test_case_options [624/756] 2417064=openssl/test_pkcs12 [625/756] 2417064=rubygems/test_gem_commands_which_command [626/756] 2417064=ruby/test_weakmap [627/756] 2417065=rubygems/test_gem_commands_push_command [628/756] 2417067=rubygems/test_gem_remote_fetcher_local_server Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 13 : #<TCPSocket:fd 13, AF_INET6, ::1, 35471> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 13 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 13 : #<TCPSocket:fd 13, AF_INET6, ::1, 37389> [629/756] 2417067=fileutils/test_verbose [630/756] 2417067=openssl/test_x509ext [631/756] 2417067=net/http/test_httpresponse [632/756] 2417067=prism/locals_test [633/756] 2417067=ruby/test_condition [634/756] 2417067=ruby/enc/test_cp949 [635/756] 2417067=erb/test_erb [636/756] 2417067=json/json_generic_object_test [637/756] 2417067=-ext-/load/test_stringify_symbols [638/756] 2417067=rubygems/test_gem_resolver [639/756] 2417065=-ext-/array/test_resize [640/756] 2417065=set/test_sorted_set Closed file descriptor: TestGemResolver#test_picks_lower_version_when_needed: 13 [641/756] 2417067=ruby/enc/test_emoji [642/756] 2417067=date/test_date_attr [643/756] 2417067=prism/ruby/reflection_test [644/756] 2417067=rubygems/test_gem_name_tuple [645/756] 2417067=ruby/test_eval [646/756] 2417065=mkmf/test_framework [647/756] 2417065=-ext-/funcall/test_passing_block [648/756] 2417065=rubygems/test_gem_resolver_index_specification [649/756] 2417065=dtrace/test_singleton_function [650/756] 2417065=uri/test_generic [651/756] 2417065=ruby/test_whileuntil [652/756] 2417065=-ext-/st/test_numhash [653/756] 2417065=openssl/test_pkey_rsa [654/756] 2417062=openssl/test_bn [655/756] 2417062=rubygems/test_gem_rdoc [656/756] 2417062=digest/test_digest_extend [657/756] 2417062=rubygems/test_gem_dependency_list [658/756] 2417062=monitor/test_monitor [659/756] 2417067=-ext-/gvl/test_last_thread [660/756] 2417062=rubygems/test_gem_install_update_options [661/756] 2417062=rubygems/test_gem_ext_cmake_builder [662/756] 2417062=prism/result/heredoc_test [663/756] 2417062=io/wait/test_io_wait_uncommon [664/756] 2417065=rubygems/test_gem_ci_detector [665/756] 2417062=prism/bom_test [666/756] 2417062=ruby/test_file [667/756] 2417065=io/console/test_io_console [668/756] 2417067=-ext-/iter/test_iter_break [669/756] 2417067=-ext-/test_ensure_and_callcc [670/756] 2417067=open-uri/test_open-uri [671/756] 2417067=cgi/test_cgi_util [672/756] 2417067=-ext-/num2int/test_num2int [673/756] 2417067=uri/test_parser [674/756] 2417067=ruby/enc/test_iso_8859 [675/756] 2417067=rubygems/test_gem_commands_signin_command [676/756] 2417067=json/json_generator_test [677/756] 2417065=yaml/test_dbm [678/756] 2417065=fiber/test_address_resolve [679/756] 2417065=date/test_date_ractor [680/756] 2417065=rubygems/test_gem_commands_specification_command [681/756] 2417065=socket/test_addrinfo [682/756] 2417065=ruby/test_arithmetic_sequence [683/756] 2417065=prism/regexp_test [684/756] 2417065=ruby/enc/test_cesu8 [685/756] 2417065=rubygems/test_gem_commands_search_command [686/756] 2417065=rubygems/test_gem_commands_dependency_command [687/756] 2417064=-ext-/test_bug-14834 [688/756] 2417065=ruby/enc/test_utf32 [689/756] 2417065=rubygems/test_gem_commands_environment_command [690/756] 2417064=ruby/test_array [691/756] 2417065=ruby/test_threadgroup [692/756] 2417062=rubygems/test_gem_resolver_best_set [693/756] 2417062=prism/result/static_inspect_test [694/756] 2417062=rubygems/test_gem_commands_contents_command [695/756] 2417062=optparse/test_noarg [696/756] 2417065=rubygems/test_gem_resolver_lock_specification [697/756] 2417062=ruby/test_call [698/756] 2417065=openssl/test_random [699/756] 2417065=rubygems/test_gem_resolver_conflict [700/756] 2417065=test_open3 [701/756] 2417062=did_you_mean/test_spell_checker [702/756] 2417062=test_rbconfig [703/756] 2417062=ruby/enc/test_euc_jp [704/756] 2417062=io/nonblock/test_flush [705/756] 2417062=optparse/test_load [706/756] 2417062=error_highlight/test_error_highlight [707/756] 2417062=ruby/enc/test_gbk [708/756] 2417062=psych/test_merge_keys [709/756] 2417062=ruby/test_string [710/756] 2417067=date/test_date_strptime [711/756] 2417067=rubygems/test_gem_safe_marshal [712/756] 2417065=ruby/test_warning [713/756] 2417065=prism/result/node_id_test [714/756] 2417067=ruby/test_set [715/756] 2417067=test_delegate [716/756] 2417067=rubygems/test_gem_ext_cargo_builder_unit [717/756] 2417067=ruby/test_float [718/756] 2417065=objspace/test_ractor [719/756] 2417065=ruby/enc/test_windows_1251 [720/756] 2417065=prism/ruby/relocation_test [721/756] 2417065=ruby/test_frozen [722/756] 2417065=test_pty [723/756] 2417065=prism/api/parse_comments_test [724/756] 2417065=-ext-/test_recursion [725/756] 2417065=prism/api/parse_success_test [726/756] 2417065=-ext-/postponed_job/test_postponed_job [727/756] 2417065=rubygems/test_gem_request_set_lockfile [728/756] 2417067=test_shellwords [729/756] 2417067=-ext-/iter/test_yield_block [730/756] 2417067=digest/test_ractor [731/756] 2417067=ruby/test_complex [732/756] 2417067=psych/test_omap [733/756] 2417067=digest/test_digest [734/756] 2417065=rubygems/test_gem_package_task [735/756] 2417065=prism/newline_offsets_test [736/756] 2417067=fiber/test_scheduler [737/756] 2417065=ruby/test_sprintf_comb [738/756] 2417065=ruby/test_method_cache [739/756] 2417065=optparse/test_zsh_completion [740/756] 2417065=openssl/test_asn1 [741/756] 2417065=json/json_common_interface_test [742/756] 2417065=rubygems/test_gem_commands_open_command [743/756] 2417065=-ext-/string/test_set_len [744/756] 2417065=rubygems/test_gem_text [745/756] 2417065=psych/test_psych [746/756] 2417065=ruby/test_settracefunc [747/756] 2417064=prism/result/named_capture_test [748/756] 2417064=prism/ruby/tunnel_test [749/756] 2417064=ruby/test_pattern_matching [750/756] 2417064=ruby/test_rubyoptions [751/756] 2417065=io/wait/test_ractor [752/756] 2417065=openssl/test_kdf [753/756] 2417065=rubygems/test_gem_source_specific_file [754/756] 2417065=fileutils/test_dryrun [755/756] 2417065=ruby/test_enum [756/756] 2417065=psych/test_serialize_subclasses Finished tests in 304.604234s, 93.9153 tests/s, 19992.1450 assertions/s. 28607 tests, 6089692 assertions, 0 failures, 0 errors, 122 skips ruby -v: ruby 3.5.0dev (2025-04-30T22:36:58Z master 7866e124a8) +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 -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/zjit/target/release/' /tmp/ruby/src/trunk-jemalloc/zjit/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-jemalloc' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.6/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.6/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.7/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.7/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.9.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.9.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' ruby 3.5.0dev (2025-04-30T22:36:58Z master 7866e124a8) +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 32.423711 seconds 3336 files, 33627 examples, 148299 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.