# Logfile created on 2024-02-21 03:52:57 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x000055ffab6ea108 @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'", @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.20240221-035256", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055ffab7734f8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055ffab773390 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055ffab773200 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-jemalloc.20240221-035256", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-jemalloc.20240221-035256>, @binmode=false, @mon_data=#<Monitor:0x000055ffab7730e8>, @mon_data_owner_object_id=860>>> $$$[beg] make update-unicode -j4 make: Nothing to be done for 'update-unicode'. $$$[end] "make update-unicode -j4" exit with 0. $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622 echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/minitest.revision - Update debug to 2d602636d99114d55a32fedd652c9c704446a749 Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/minitest.revision unchanged echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision - Update drb to 29389313b6f0d1b215ba16cdc28062dbc44c3c50 echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/bigdecimal.revision - echo 29389313b6f0d1b215ba16cdc28062dbc44c3c50 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/drb.revision - /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision unchanged /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/drb.revision unchanged /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/bigdecimal.revision unchanged $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-rubyspec -j4 make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby ce4142b..d0786cd master -> origin/master Updating ce4142b..d0786cd Fast-forward NEWS.md | 16 ++ compile.c | 2 +- gc.c | 1 + internal/class.h | 2 +- lib/bundler/man/bundle-add.1 | 2 +- lib/bundler/man/bundle-binstubs.1 | 2 +- lib/bundler/man/bundle-cache.1 | 2 +- lib/bundler/man/bundle-check.1 | 2 +- lib/bundler/man/bundle-clean.1 | 2 +- lib/bundler/man/bundle-config.1 | 2 +- lib/bundler/man/bundle-console.1 | 2 +- lib/bundler/man/bundle-doctor.1 | 2 +- lib/bundler/man/bundle-exec.1 | 2 +- lib/bundler/man/bundle-gem.1 | 2 +- lib/bundler/man/bundle-help.1 | 2 +- lib/bundler/man/bundle-info.1 | 2 +- lib/bundler/man/bundle-init.1 | 2 +- lib/bundler/man/bundle-inject.1 | 2 +- lib/bundler/man/bundle-install.1 | 6 +- lib/bundler/man/bundle-install.1.ronn | 4 +- lib/bundler/man/bundle-list.1 | 2 +- lib/bundler/man/bundle-lock.1 | 2 +- lib/bundler/man/bundle-open.1 | 2 +- lib/bundler/man/bundle-outdated.1 | 2 +- lib/bundler/man/bundle-platform.1 | 2 +- lib/bundler/man/bundle-plugin.1 | 2 +- lib/bundler/man/bundle-pristine.1 | 2 +- lib/bundler/man/bundle-remove.1 | 2 +- lib/bundler/man/bundle-show.1 | 2 +- lib/bundler/man/bundle-update.1 | 2 +- lib/bundler/man/bundle-version.1 | 2 +- lib/bundler/man/bundle-viz.1 | 2 +- lib/bundler/man/bundle.1 | 2 +- lib/bundler/man/gemfile.5 | 6 +- lib/bundler/man/gemfile.5.ronn | 4 +- lib/rubygems/commands/help_command.rb | 4 +- lib/rubygems/security.rb | 2 +- lib/rubygems/specification.rb | 2 +- parse.y | 265 ++++++++++++---------------------- test/ruby/test_literal.rb | 5 + test/ruby/test_method.rb | 8 + vm.c | 7 + vm_callinfo.h | 15 +- vm_core.h | 1 + vm_method.c | 114 +++++++++++++++ 45 files changed, 295 insertions(+), 223 deletions(-) Latest commit hash = d0786cde3f $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 generating parse.c generating /tmp/ruby/src/trunk-jemalloc/ext/ripper/ripper.c make[1]: Entering directory '/tmp/ruby/src/trunk-jemalloc/ext/ripper' extracting ripper.y from ../../parse.y generating eventids1.c from ../../parse.y /tmp/ruby/src/trunk-jemalloc/revision.h updated generating x86_64-linux-fake.rb generating eventids1.h from ../../parse.y x86_64-linux-fake.rb updated generating enc.mk compiling compiler ripper.y generating ripper_init.c from ./ripper_init.c.tmpl 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' make[1]: Leaving directory '/tmp/ruby/src/trunk-jemalloc/ext/ripper' generating /tmp/ruby/src/trunk-jemalloc/ext/ripper/ripper_init.c make[1]: Entering directory '/tmp/ruby/src/trunk-jemalloc/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk-jemalloc/ext/ripper' generating /tmp/ruby/src/trunk-jemalloc/ext/ripper/eventids1.h make[1]: Entering directory '/tmp/ruby/src/trunk-jemalloc/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk-jemalloc/ext/ripper' generating /tmp/ruby/src/trunk-jemalloc/ext/ripper/eventids1.c make[1]: Entering directory '/tmp/ruby/src/trunk-jemalloc/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk-jemalloc/ext/ripper' generating /tmp/ruby/src/trunk-jemalloc/ext/ripper/eventids2table.c make[1]: Entering directory '/tmp/ruby/src/trunk-jemalloc/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk-jemalloc/ext/ripper' Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622 Update debug to 2d602636d99114d55a32fedd652c9c704446a749 Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision - Update drb to 29389313b6f0d1b215ba16cdc28062dbc44c3c50 echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/minitest.revision - /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision unchanged echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/bigdecimal.revision - /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/minitest.revision unchanged echo 29389313b6f0d1b215ba16cdc28062dbc44c3c50 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/drb.revision - /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/bigdecimal.revision unchanged /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/drb.revision unchanged $$$[end] "make after-update -j4" exit with 0. $$$[beg] make miniruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -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/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /tmp/ruby/src/trunk-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/enum.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/file.c compiling /tmp/ruby/src/trunk-jemalloc/gc.c compiling /tmp/ruby/src/trunk-jemalloc/hash.c compiling /tmp/ruby/src/trunk-jemalloc/io.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/math.c compiling /tmp/ruby/src/trunk-jemalloc/memory_view.c compiling /tmp/ruby/src/trunk-jemalloc/rjit.c compiling /tmp/ruby/src/trunk-jemalloc/rjit_c.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/sprintf.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 compiling /tmp/ruby/src/trunk-jemalloc/transcode.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 = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -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/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. builtin_binary.inc updated b842c9ece279c437b05c8d2b556d0295e920a42dc1d20f8737c3acea26bea8ef builtin_binary.inc compiling /tmp/ruby/src/trunk-jemalloc/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.4.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 = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -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/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk 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/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 make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs 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 '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/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date' compiling /tmp/ruby/src/trunk-jemalloc/ext/coverage/coverage.c 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]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Entering 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]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' compiling /tmp/ruby/src/trunk-jemalloc/ext/objspace/object_tracing.c 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]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' 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]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' 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/ripper' compiling /tmp/ruby/src/trunk-jemalloc/ext/ripper/eventids1.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/init.c compiling /tmp/ruby/src/trunk-jemalloc/ext/ripper/eventids2.c compiling /tmp/ruby/src/trunk-jemalloc/ext/ripper/ripper.c linking shared-object coverage.so compiling /tmp/ruby/src/trunk-jemalloc/ext/objspace/objspace.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/constants.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug' 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.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/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/ripper/ripper_init.c compiling /tmp/ruby/src/trunk-jemalloc/ext/objspace/objspace_dump.c checking /tmp/ruby/src/trunk-jemalloc/parse.y and /tmp/ruby/src/trunk-jemalloc/ext/ripper/eventids2.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/basicsocket.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' 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' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622 Update debug to 2d602636d99114d55a32fedd652c9c704446a749 Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/minitest.revision - echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision - Update drb to 29389313b6f0d1b215ba16cdc28062dbc44c3c50 echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/bigdecimal.revision - /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision unchanged /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/minitest.revision unchanged BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -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/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/bigdecimal.revision unchanged echo 29389313b6f0d1b215ba16cdc28062dbc44c3c50 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/drb.revision - gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/drb.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 make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs 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 '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/digest' make[2]: Entering 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/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' 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/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Entering 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/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' 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/rubyvm' 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/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering 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.7.3/ext/racc/cparse' 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/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.4/ext/rbs_extension' 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 to 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.4.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.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-jemalloc/include/ruby-3.4.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /tmp/ruby/install/trunk-jemalloc/include/ruby-3.4.0+0/ruby installing command scripts: /tmp/ruby/install/trunk-jemalloc/bin installing library scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.4.0+0 installing common headers: /tmp/ruby/install/trunk-jemalloc/include/ruby-3.4.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.4.0+0 benchmark 0.3.0 bundler 2.6.0.dev cgi 0.4.1 delegate 0.3.1 did_you_mean 1.6.3 english 0.8.0 erb 4.0.4 error_highlight 0.6.0 fileutils 1.7.2 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.6 irb 1.11.2 logger 1.6.0 net-http 0.4.1 net-protocol 0.2.2 open-uri 0.4.1 open3 0.2.1 optparse 0.4.0 ostruct 0.6.0 pp 0.5.0 prettyprint 0.2.0 prism 0.24.0 pstore 0.1.3 rdoc 6.6.2 readline 0.0.4 reline 0.4.2 resolv 0.3.0 ruby2_keywords 0.0.5 securerandom 0.3.1 set 1.1.0 shellwords 0.2.0 singleton 0.2.0 syntax_suggest 2.0.0 tempfile 0.2.1 time 0.3.0 timeout 0.4.1 tmpdir 0.2.0 tsort 0.2.0 un 0.3.0 uri 0.13.0 weakref 0.1.3 yaml 0.3.0 installing default gems from ext: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.4.0+0 date 3.3.4 digest 3.1.1 etc 1.4.3 fcntl 1.1.0 fiddle 1.1.3 io-console 0.7.2 io-nonblock 0.3.0 io-wait 0.3.1 json 2.7.1 openssl 3.2.0 pathname 0.3.0 psych 5.1.2 stringio 3.1.1 strscan 3.1.1 zlib 3.1.0 installing bundled gems: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.4.0+0 minitest 5.22.2 power_assert 2.0.3 rake 13.1.0 test-unit 3.6.2 rexml 3.2.6 rss 0.3.0 net-ftp 0.3.4 net-imap 0.4.10 net-pop 0.1.2 net-smtp 0.4.0.1 matrix 0.4.2 prime 0.1.2 rbs 3.4.4 typeprof 0.21.11 debug 1.9.1 racc 1.7.3 mutex_m 0.2.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.6 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.0 nkf 0.2.0 syslog 0.1.2 csv 3.2.8 installing bundled gem cache: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.4.0+0/cache $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 1897 tests $$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0. $$$[beg] make yes-test-basic TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -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/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -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/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk-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 '/tmp/ruby/src/trunk-jemalloc/enc/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/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' 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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug' 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.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/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=2205 "--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/867] 370255=test_mkmf [ 2/867] 370253=test_human_typo [ 3/867] 370253=test_nomethod_error [ 4/867] 370253=test_scanner_events [ 5/867] 370256=test_pack [ 6/867] 370254=test_enumerable [ 7/867] 370255=test_gem_commands_signout_command [ 8/867] 370254=test_date_compat [ 9/867] 370254=magic_comment_test [ 10/867] 370253=test_gem_commands_yank_command [ 11/867] 370254=test_config [ 12/867] 370255=json_ext_parser_test [ 13/867] 370254=test_gem_remote_fetcher [ 14/867] 370255=test_gem_ext_builder [ 15/867] 370256=test_bug-3571 [ 16/867] 370256=test_defined [ 17/867] 370253=test_ifunless [ 18/867] 370253=test_dir [ 19/867] 370256=test_gem_uri [ 20/867] 370256=test_rdoc_rd_inline [ 21/867] 370253=test_nesting_parser [ 22/867] 370256=test_gem_unsatisfiable_dependency_error [ 23/867] 370256=test_eval [ 24/867] 370253=test_gem_dependency_installer [ 25/867] 370256=test_enumerator [ 26/867] 370256=test_files_test_1 [ 27/867] 370255=test_rdoc_generator_darkfish [ 28/867] 370255=test_gem_path_support [ 29/867] 370255=test_erb_m17n [ 30/867] 370255=test_key_event_record [ 31/867] 370255=test_gem_commands_owner_command [ 32/867] 370254=test_gem_resolver_dependency_request [ 33/867] 370254=test_iseq [ 34/867] 370255=test_shapes [ 35/867] 370255=test_fnmatch [ 36/867] 370255=test_configuration [ 37/867] 370255=test_force_exit [ 38/867] 370255=test_rdoc_top_level [ 39/867] 370254=test_recorder [ 40/867] 370254=test_have_macro [ 41/867] 370255=test_raise [ 42/867] 370255=test_tracepoint [ 43/867] 370255=test_objspace [ 44/867] 370253=test_sleep [ 45/867] 370256=test_string [ 46/867] 370256=test_tree_spell_checker [ 47/867] 370256=test_internal_ivar [ 48/867] 370256=test_gem_request_set [ 49/867] 370254=test_emitter [ 50/867] 370254=test_bug-5832 [ 51/867] 370254=constant_path_node_test [ 52/867] 370254=test_have_library [ 53/867] 370253=test_forwardable [ 54/867] 370253=test_https_proxy [ 55/867] 370256=test_optparse [ 56/867] 370256=test_nonblock [ 57/867] 370253=test_mdns [ 58/867] 370253=test_gem_source [ 59/867] 370256=test_find_executable [ 60/867] 370256=test_data_error [ 61/867] 370256=test_rdoc_rdoc [ 62/867] 370256=test_lazy_enumerator [ 63/867] 370253=test_hmac [ 64/867] 370253=test_benchmark [ 65/867] 370253=test_io_buffer [ 66/867] 370253=test_key_actor_emacs [ 67/867] 370256=test_help [ 68/867] 370256=test_basicinstructions [ 69/867] 370256=test_udp [ 70/867] 370256=test_files_lib [ 71/867] 370256=test_numeric [ 72/867] 370253=ruby_parser_test [ 73/867] 370256=test_rdoc_markup_include [ 74/867] 370256=test_range [ 75/867] 370253=test_normalize [ 76/867] 370253=test_ts [ 77/867] 370254=test_rdoc_require [ 78/867] 370254=test_path [ 79/867] 370254=test_assembler [ 80/867] 370254=test_locale [ 81/867] 370254=test_gem_uri_formatter [ 82/867] 370254=test_macro [ 83/867] 370254=test_weakref [ 84/867] 370253=test_ws [ 85/867] 370253=test_timeout [ 86/867] 370254=test_jaro_winkler [ 87/867] 370254=test_prettyprint [ 88/867] 370254=test_gem_dependency [ 89/867] 370253=test_env [ 90/867] 370254=test_queue [ 91/867] 370254=test_fd_setsize [ 92/867] 370254=test_color [ 93/867] 370256=test_gem_resolver_specification [ 94/867] 370254=test_gem_package [ 95/867] 370256=test_pkey_dsa [ 96/867] 370256=test_stat [ 97/867] 370256=test_gem_util [ 98/867] 370254=test_webauthn_listener Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 41777> [ 99/867] 370254=test_cgi_modruby [100/867] 370254=test_gem_resolver_activation_request [101/867] 370254=test_inadvertent_creation [102/867] 370256=test_method_name_check [103/867] 370256=test_date_conv [104/867] 370256=test_egrep_cpp [105/867] 370254=test_super [106/867] 370256=test_coverage Closed file descriptor: TestSuper#test_super_missing_prepended_module: 11 [107/867] 370254=test_stringscanner [108/867] 370254=test_pathname [109/867] 370256=test_socket [110/867] 370254=test_update [111/867] 370254=test_ast [112/867] 370253=test_coderange [113/867] 370253=json_parser_test [114/867] 370253=test_method [115/867] 370256=test_rdoc_markup_to_label [116/867] 370256=test_gem_resolver_git_specification [117/867] 370256=test_pp [118/867] 370256=test_stream [119/867] 370256=test_gem_commands_stale_command [120/867] 370256=test_uncorrectable_name_check [121/867] 370256=test_find [122/867] 370256=test_marshalable [123/867] 370256=test_m17n_comb [124/867] 370256=test_name_error_extension [125/867] 370256=test_within_pipe [126/867] 370256=test_div [127/867] 370256=test_abi [128/867] 370256=test_reline [129/867] 370256=test_beginendblock [130/867] 370256=test_ssl_session [131/867] 370256=test_deprecated [132/867] 370256=test_show_source [133/867] 370256=heredoc_dedent_test [134/867] 370256=test_rdoc_class_module [135/867] 370256=test_dup [136/867] 370253=test_rdoc_rubygems_hook [137/867] 370256=test_securerandom [138/867] 370256=test_input_method [139/867] 370253=test_require_path_check [140/867] 370256=test_rdoc_markup_heading [141/867] 370256=test_gem_resolver_vendor_specification [142/867] 370256=test_cstr [143/867] 370253=test_erb_command [144/867] 370253=test_file_exhaustive [145/867] 370256=test_acceptable [146/867] 370256=test_dns [147/867] 370256=test_gem_commands_query_command [148/867] 370256=test_rendering [149/867] 370256=test_httpheader [150/867] 370256=test_protocol [151/867] 370256=test_exception [152/867] 370256=test_rdoc_ri_driver [153/867] 370253=test_append [154/867] 370253=test_process [155/867] 370255=test_tsort [156/867] 370255=test_ostruct [157/867] 370255=test_alias [158/867] 370256=test_nowrite [159/867] 370256=test_thread_queue [160/867] 370255=test_memory_view [161/867] 370255=test_signedness [162/867] 370256=test_require [163/867] 370256=test_provider [164/867] 370256=test_arity [165/867] 370256=test_gem_specification [166/867] 370256=test_gem_resolver_api_specification [167/867] 370256=test_trace [168/867] 370256=test_rdoc_text [169/867] 370256=test_frozen_error [170/867] 370256=test_pkey [171/867] 370256=test_ractor [172/867] 370256=test_notimplement [173/867] 370256=test_date_new [174/867] 370256=test_gem_commands_fetch_command [175/867] 370255=test_date_arith [176/867] 370255=test_ractor [177/867] 370255=test_win32ole_variable [178/867] 370255=test_array [179/867] 370255=test_mixed_unicode_escapes [180/867] 370255=test_rdoc_include [181/867] 370255=test_thread [182/867] 370256=test_bundled_ca [183/867] 370255=test_exception_at_throwing [184/867] 370255=test_interned_str [185/867] 370255=test_pack [186/867] 370255=test_len [187/867] 370255=test_rdoc_markup_to_joined_paragraph [188/867] 370255=test_rdoc_markup_to_html [189/867] 370255=test_rdoc_options [190/867] 370256=test_pstore [191/867] 370255=test_compile_prism [192/867] 370256=test_literal [193/867] 370255=test_remote_fetch_error [194/867] 370255=test_face [195/867] 370255=test_sizeof [196/867] 370256=test_gem_ext_rake_builder [197/867] 370256=json_encoding_test [198/867] 370256=test_scalar [199/867] 370256=test_gem_command_manager [200/867] 370256=test_not [201/867] 370256=test_sleep [202/867] 370256=test_mailto [203/867] 370256=newline_test [204/867] 370256=test_enc_associate [205/867] 370256=test_to_ary_concat [206/867] 370256=test_c_struct_entry [207/867] 370255=test_gem_commands_cert_command [208/867] 370256=desugar_compiler_test [209/867] 370256=test_rdoc_markup_indented_paragraph [210/867] 370256=test_weakkeymap [211/867] 370256=test_gem_package_tar_writer [212/867] 370256=test_system [213/867] 370256=test_iter_break [214/867] 370256=test_open-uri [215/867] 370255=test_rdoc_context [216/867] 370256=test_cgi_util [217/867] 370256=test_num2int [218/867] 370256=test_parser [219/867] 370256=test_gem_commands_signin_command [220/867] 370256=test_iso_8859 [221/867] 370256=json_generator_test [222/867] 370256=test_rdoc_markup_to_tt_only [223/867] 370256=test_address_resolve [224/867] 370256=test_date_ractor [225/867] 370255=regexp_test [226/867] 370255=test_gem_commands_specification_command [227/867] 370256=test_addrinfo [228/867] 370255=test_arithmetic_sequence [229/867] 370256=test_cesu8 [230/867] 370256=test_gem_commands_search_command [231/867] 370256=test_terminfo [232/867] 370256=test_rdoc_markup_parser [233/867] 370255=test_gem_commands_dependency_command [234/867] 370256=test_rdoc_generator_markup [235/867] 370255=test_bug-14834 [236/867] 370256=test_rdoc_markup_document [237/867] 370256=test_threadgroup [238/867] 370255=test_array [239/867] 370256=test_utf32 [240/867] 370256=test_gem_commands_environment_command [241/867] 370256=test_gem_resolver_best_set [242/867] 370256=test_rdoc_markup_to_html_crossref [243/867] 370256=test_noarg [244/867] 370256=test_gem_resolver_lock_specification [245/867] 370256=test_gem_commands_contents_command [246/867] 370256=test_gem_resolver_conflict [247/867] 370256=test_call [248/867] 370256=test_random [249/867] 370256=test_spell_checker [250/867] 370256=test_open3 [251/867] 370253=test_win32ole_method [252/867] 370253=test_rbconfig [253/867] 370253=test_error_highlight [254/867] 370253=test_euc_jp [255/867] 370253=test_flush [256/867] 370253=test_load [257/867] 370253=test_string [258/867] 370256=test_gbk [259/867] 370256=test_merge_keys [260/867] 370256=test_gem_safe_marshal [261/867] 370256=test_rdoc_extend [262/867] 370256=test_date_strptime [263/867] 370256=test_gem_ext_cargo_builder_unit [264/867] 370256=test_delegate [265/867] 370256=test_rdoc_parser_markdown [266/867] 370256=test_ractor [267/867] 370256=test_float [268/867] 370256=test_frozen [269/867] 370256=test_windows_1251 [270/867] 370256=test_pty [271/867] 370255=test_rdoc_markup_attributes [272/867] 370255=test_recursion [273/867] 370255=test_postponed_job [274/867] 370256=test_gem_request_set_lockfile [275/867] 370255=test_shellwords [276/867] 370255=test_complex [277/867] 370256=test_ractor [278/867] 370255=test_case [279/867] 370255=test_yield_block [280/867] 370255=test_omap [281/867] 370255=test_fiddle [282/867] 370255=test_gem_package_task [283/867] 370255=test_digest [284/867] 370256=test_rdoc_ri_paths [285/867] 370256=test_scheduler [286/867] 370256=test_command [287/867] 370256=test_rdoc_markup_pre_process [288/867] 370256=test_sprintf_comb [289/867] 370255=test_rdoc_rd_block_parser [290/867] 370255=test_method_cache [291/867] 370255=test_asn1 [292/867] 370255=test_gem_commands_open_command [293/867] 370256=json_common_interface_test [294/867] 370256=test_win32ole [295/867] 370256=test_zsh_completion [296/867] 370256=test_gem_text [297/867] 370255=test_set_len [298/867] 370255=test_settracefunc [299/867] 370256=test_psych [300/867] 370256=test_pattern_matching [301/867] 370256=test_rubyoptions [302/867] 370255=test_ractor [303/867] 370255=test_kdf [304/867] 370255=test_gem_source_specific_file [305/867] 370255=test_handle [306/867] 370255=test_enum [307/867] 370255=test_dryrun [308/867] 370255=test_serialize_subclasses [309/867] 370255=test_win32ole_variant [310/867] 370255=test_x509req [311/867] 370255=test_syntax [312/867] 370256=test_flip [313/867] 370256=format_errors_test [314/867] 370256=test_member [315/867] 370256=test_option [316/867] 370256=test_insns_leaf [317/867] 370256=encoding_test [318/867] 370256=test_gem_version_option [319/867] 370256=test_tracer [320/867] 370256=test_buffering [321/867] 370256=test_svcb_https [322/867] 370256=test_my_integer [323/867] 370256=test_debugger_integration [324/867] 370256=test_default_gems [325/867] 370256=test_gem_security_signer [326/867] 370256=test_pkg_config [327/867] 370256=test_gem_source_lock [328/867] 370256=test_resolve_symbol [329/867] 370256=test_rdoc_markdown_test [330/867] 370254=test_rdoc_normal_module [331/867] 370254=test_scalar_scanner [332/867] 370254=test_set [333/867] 370254=test_nofree [334/867] 370254=test_x509name [335/867] 370254=test_rdoc_task [336/867] 370254=test_dln [337/867] 370254=test_backtrace [338/867] 370254=test_sprintf [339/867] 370255=test_autoload [340/867] 370254=test_gem_request_set_lockfile_parser [341/867] 370254=ripper_test [342/867] 370254=test_utf16 [343/867] 370254=test_path_to_class [344/867] 370254=test_gem_commands_cleanup_command [345/867] 370256=test_gem_dependency_resolution_error [346/867] 370256=test_gem_ext_ext_conf_builder [347/867] 370254=test_buffered_io [348/867] 370254=test_ripper [349/867] 370254=test_optimization [350/867] 370256=test_cgi_session [351/867] 370256=test_httpresponses [352/867] 370256=test_usrmarshal [353/867] 370256=test_x509crl [354/867] 370256=test_refinement [355/867] 370253=test_fiber [356/867] 370255=test_case_options [357/867] 370255=test_pkcs12 [358/867] 370255=test_gem_commands_which_command [359/867] 370255=test_weakmap [360/867] 370253=test_gem_commands_push_command [361/867] 370253=test_rdoc_markup_to_bs [362/867] 370253=test_verbose [363/867] 370253=test_x509ext [364/867] 370253=locals_test [365/867] 370253=parse_test [366/867] 370256=test_httpresponse [367/867] 370256=test_rdoc_parser_ruby [368/867] 370256=test_erb [369/867] 370256=test_cp949 [370/867] 370256=json_generic_object_test [371/867] 370256=test_condition [372/867] 370256=test_stringify_symbols [373/867] 370256=test_sorted_set [374/867] 370256=test_resize [375/867] 370256=test_emoji [376/867] 370256=test_rdoc_tom_doc [377/867] 370256=test_gem_resolver [378/867] 370254=test_date_attr [379/867] 370254=parser_test [380/867] 370254=test_gem_name_tuple [381/867] 370254=test_eval [382/867] 370256=test_passing_block [383/867] 370256=test_workspace [384/867] 370256=test_framework [385/867] 370256=test_gem_resolver_index_specification [386/867] 370256=test_singleton_function [387/867] 370256=test_rdoc_markup_to_ansi [388/867] 370256=test_generic [389/867] 370256=test_whileuntil [390/867] 370254=test_numhash [391/867] 370256=test_pkey_rsa [392/867] 370254=test_gem_rdoc [393/867] 370254=test_digest_extend [394/867] 370254=test_bn [395/867] 370254=test_last_thread [396/867] 370253=test_monitor [397/867] 370256=test_c_struct_builder [398/867] 370253=test_gem_install_update_options [399/867] 370254=test_gem_dependency_list [400/867] 370256=test_gem_ext_cmake_builder [401/867] 370253=comments_test [402/867] 370253=test_io_wait_uncommon [403/867] 370253=test_file [404/867] 370256=test_io_console [405/867] 370254=test_gem_ci_detector [406/867] 370254=bom_test [407/867] 370254=test_c_union_entity [408/867] 370254=test_rdoc_parser_changelog [409/867] 370254=parameters_signature_test [410/867] 370254=test_tmpdir [411/867] 370254=test_gem_package_tar_reader_entry [412/867] 370254=test_undef [413/867] 370254=test_gem_commands_setup_command [414/867] 370255=test_thread_cv [415/867] 370255=test_time [416/867] 370256=test_complexrational [417/867] 370255=test_type [418/867] 370256=test_filter [419/867] 370255=test_unicode [420/867] 370255=test_printf [421/867] 370255=test_koi8 [422/867] 370255=test_function_entry [423/867] 370256=test_rdoc_any_method [424/867] 370255=test_thread [425/867] 370253=test_win32ole_param_event [426/867] 370253=test_http_request [427/867] 370253=test_hash [428/867] 370253=test_http [429/867] 370254=test_resource [430/867] 370254=test_reqarg [431/867] 370254=test_ldap [432/867] 370254=test_shift_jis [433/867] 370254=test_rdoc_cross_reference [434/867] 370256=test_gem_commands_update_command [435/867] 370254=test_gem_resolver_vendor_set [436/867] 370254=test_pipe [437/867] 370254=test_object_references [438/867] 370254=test_err_in_callback [439/867] 370254=test_files_test [440/867] 370254=test_tempfile [441/867] 370254=test_arity [442/867] 370254=dispatcher_test [443/867] 370254=test_eval_history [444/867] 370254=test_gem_commands_lock_command [445/867] 370254=test_sockopt [446/867] 370254=test_function [447/867] 370254=test_gem_request_connection_pools [448/867] 370254=test_files_ext [449/867] 370254=test_irb [450/867] 370254=test_io_m17n [451/867] 370256=test_encoding [452/867] 370256=test_rb_str_dup [453/867] 370256=test_zlib [454/867] 370253=test_rdoc_markup_to_table_of_contents [455/867] 370253=test_hash_create [456/867] 370253=test_document [457/867] 370253=test_proc [458/867] 370253=test_placearg [459/867] 370253=test_at_exit [460/867] 370253=test_ansi_with_terminfo [461/867] 370253=test_gem_commands_uninstall_command [462/867] 370255=test_gem_ext_configure_builder [463/867] 370255=test_delete [464/867] 370255=test_big2str [465/867] 370255=test_enumerator_kw [466/867] 370255=test_primitive [467/867] 370255=test_switch_hitter [468/867] 370255=test_continuation [469/867] 370254=test_ocsp [470/867] 370255=test_yamlstore [471/867] 370255=test_ellipsize [472/867] 370255=test_file [473/867] 370255=test_dot_dot [474/867] 370255=test_context [475/867] 370255=test_symbol [476/867] 370254=test_coder [477/867] 370254=test_closure [478/867] 370253=test_x509store [479/867] 370253=test_init [480/867] 370254=test_gem_commands_unpack_command [481/867] 370253=test_digest [482/867] 370253=test_ansi_without_terminfo [483/867] 370253=test_unix [484/867] 370253=test_nil [485/867] 370253=test_mul [486/867] 370253=test_gem_source_local [487/867] 370254=test_wss [488/867] 370254=test_exit [489/867] 370254=test_gem_request_set_gem_dependency_api [490/867] 370253=test_to_ruby [491/867] 370253=test_gem_version [492/867] 370253=test_memory_view [493/867] 370254=test_gem_ext_cargo_builder [494/867] 370254=test_enc_str_buf_cat [495/867] 370254=test_pinned [496/867] 370254=test_win32ole_event [497/867] 370254=test_folderitem2_invokeverb [498/867] 370254=test_arith_seq_extract [499/867] 370253=test_gem_gemcutter_utilities [500/867] 370254=test_gb18030 [501/867] 370254=test_random [502/867] 370254=test_grapheme_breaks [503/867] 370254=test_lexer [504/867] 370254=test_gem_resolver_index_set [505/867] 370254=test_io_timeout [506/867] 370254=test_clone [507/867] 370253=test_gem_commands_server_command [508/867] 370253=parse_comments_test [509/867] 370253=test_integer [510/867] 370253=test_date [511/867] 370253=test_pair [512/867] 370254=test_comparable [513/867] 370254=test_gem_console_ui [514/867] 370254=test_nextafter [515/867] 370254=test_win32ole_method_event [516/867] 370254=test_cmethod [517/867] 370254=test_install [518/867] 370254=test_capacity [519/867] 370254=test_alias_and_anchor [520/867] 370254=test_rdoc_parser [521/867] 370254=test_euc_tw [522/867] 370254=test_integer_comb [523/867] 370255=test_yield [524/867] 370253=test_bignum [525/867] 370253=test_wait [526/867] 370253=ractor_test [527/867] 370253=test_x509attr [528/867] 370253=test_gem_uninstaller [529/867] 370254=test_gem_commands_info_command [530/867] 370254=test_rdoc_alias [531/867] 370254=test_yaml [532/867] 370256=test_rdoc_markup_formatter [533/867] 370256=test_func [534/867] 370254=test_random_formatter [535/867] 370254=test_reline_key [536/867] 370254=test_enc_raise [537/867] 370254=test_key_actor_vi [538/867] 370254=test_object [539/867] 370253=test_rdoc_code_object [540/867] 370254=test_key_error [541/867] 370254=test_engine [542/867] 370254=test_unicode_normalize [543/867] 370253=test_emitter [544/867] 370253=test_data [545/867] 370253=test_profile_frames [546/867] 370253=test_bug_reporter [547/867] 370253=test_cparser [548/867] 370255=test_variable [549/867] 370255=test_objectspace [550/867] 370255=test_config [551/867] 370255=test_require_lib [552/867] 370253=test_ipaddr [553/867] 370253=memsize_test [554/867] 370253=test_io_buffer [555/867] 370253=test_rdoc_markup_to_rdoc [556/867] 370253=json_addition_test [557/867] 370253=test_pack [558/867] 370253=library_symbols_test [559/867] 370253=test_cipher [560/867] 370253=test_gem_resolver_git_set [561/867] 370253=test_qsort [562/867] 370253=test_storage [563/867] 370253=test_new [564/867] 370253=test_gem_installer [565/867] 370254=test_rdoc_normal_class [566/867] 370254=test_gem_commands_outdated_command [567/867] 370254=test_config [568/867] 370256=test_string [569/867] 370256=test_iterator [570/867] 370254=pattern_test [571/867] 370254=test_etc [572/867] 370256=test_gem_doctor [573/867] 370256=test_change_word [574/867] 370256=test_rubygems [575/867] 370254=test_variable_name_check [576/867] 370254=test_gem_source_vendor [577/867] 370254=test_gem_spec_fetcher [578/867] 370256=test_singleton [579/867] 370256=test_process [580/867] 370256=test_metaclass [581/867] 370256=test_pkey_dh [582/867] 370254=test_duplicate [583/867] 370254=test_gem_request_set_lockfile_tokenizer [584/867] 370256=test_gem_available_set [585/867] 370254=test_io [586/867] 370256=test_modify_expand [587/867] 370256=test_gem_package_old [588/867] 370256=test_cgi_tag_helper [589/867] 370256=test_cgi_cookie [590/867] 370256=test_dir_m17n [591/867] 370255=test_rational [592/867] 370255=test_project_sanity [593/867] 370255=test_euc_kr [594/867] 370255=test_rational2 [595/867] 370255=test_lambda [596/867] 370255=test_class [597/867] 370256=fuzzer_test [598/867] 370256=test_const [599/867] 370256=test_rdoc_markup_raw [600/867] 370256=test_ensured [601/867] 370256=test_completion [602/867] 370256=test_gem_source_list [603/867] 370256=test_struct [604/867] 370256=test_yaml_special_cases [605/867] 370256=test_gem_source_installed [606/867] 370256=test_fstring [607/867] 370256=test_gem_ext_cargo_builder_link_flag_converter [608/867] 370256=test_evaluation [609/867] 370256=test_rdoc_i18n_text [610/867] 370256=test_yamldbm [611/867] 370256=test_https [612/867] 370256=test_cgi_multipart [613/867] 370256=test_class_name_check [614/867] 370256=test_autoconf [615/867] 370256=test_thread_fd_close [616/867] 370256=test_io [617/867] 370256=test_io_wait [618/867] 370256=test_kwargs [619/867] 370256=test_ftp [620/867] 370256=test_rdoc_comment [621/867] 370256=test_gem_commands_check_command [622/867] 370256=test_config [623/867] 370256=test_addr [624/867] 370256=test_boolean [625/867] 370256=test_ns_spki [626/867] 370256=test_key_name_check [627/867] 370256=test_stack [628/867] 370255=test_require [629/867] 370253=test_win32ole_type_event [630/867] 370253=test_gem_resolver_local_specification [631/867] 370253=test_gem_resolver_composed_set [632/867] 370253=test_files_test_2 [633/867] 370256=test_rdoc_markup_hard_break [634/867] 370256=test_econv [635/867] 370256=test_logperiod [636/867] 370256=test_rdoc_markup_attribute_manager [637/867] 370256=test_helper [638/867] 370256=test_rdoc_rd [639/867] 370256=test_logdevice [640/867] 370255=test_stringio [641/867] 370255=test_x509cert [642/867] 370253=test_class2name [643/867] 370253=test_parse [644/867] 370255=test_bigzero [645/867] 370255=test_gem_platform [646/867] 370256=test_regexp [647/867] 370255=test_rand [648/867] 370255=ruby_api_test [649/867] 370253=test_exception [650/867] 370255=test_cgi_core [651/867] 370253=test_parser [652/867] 370255=test_optarg [653/867] 370253=test_history [654/867] 370253=test_gem [655/867] 370255=test_rdoc_method_attr [656/867] 370255=test_pkcs7 [657/867] 370255=test_gem_stream_ui [658/867] 370255=test_ssl [659/867] 370255=test_win32ole_record [660/867] 370255=test_rdoc_generator_ri [661/867] 370255=test_rdoc_markup_to_html_snippet [662/867] 370255=location_test [663/867] 370255=test_assignment [664/867] 370253=test_ractor [665/867] 370253=test_ubf_async_safe [666/867] 370253=test_case_mapping [667/867] 370253=test_type_completor [668/867] 370253=test_word [669/867] 370253=test_inlinecache [670/867] 370253=test_marshal [671/867] 370255=test_numeric [672/867] 370255=test_console_attr [673/867] 370255=test_iseq_load [674/867] 370253=test_gem_commands_build_command [675/867] 370253=test_gem_commands_help_command [676/867] 370253=test_files_sample [677/867] 370253=test_win32ole_variant_outarg [678/867] 370253=test_gem_commands_install_command [679/867] 370255=test_integer [680/867] 370254=test_flags [681/867] 370253=test_gem_commands_list_command [682/867] 370253=test_class [683/867] 370253=test_history [684/867] 370253=test_trick [685/867] 370254=test_protect [686/867] 370254=!Nothing_to_test [687/867] 370254=test_typeddata [688/867] 370254=test_popen_deadlock [689/867] 370254=test_tree_builder [690/867] 370254=test_gem_stub_specification [691/867] 370254=test_kernel [692/867] 370253=test_rdoc_i18n_locale [693/867] 370253=test_complex2 [694/867] 370253=test_rdoc_markup [695/867] 370253=test_webauthn_listener_response [696/867] 370253=test_line_editor [697/867] 370253=test_gem_requirement [698/867] 370253=test_string_memory [699/867] 370255=test_unicode_escape [700/867] 370253=test_tcp [701/867] 370255=test_gem_bundler_version_finder [702/867] 370255=test_ole_methods [703/867] 370255=test_store [704/867] 370253=test_gem_update_suggestion [705/867] 370253=test_color_printer [706/867] 370253=test_ancdata [707/867] 370253=test_gem_security [708/867] 370255=test_require [709/867] 370254=test_backtrace [710/867] 370254=test_gem_resolver_lock_set [711/867] 370254=test_webauthn_poller [712/867] 370254=test_symbol [713/867] 370254=test_win32ole_typelib [714/867] 370254=test_rat [715/867] 370254=test_external_new [716/867] 370254=test_thread [717/867] 370254=test_gem_command [718/867] 370254=test_array_create [719/867] 370254=test_pkey_ec [720/867] 370254=test_formatter [721/867] 370254=test_ractor [722/867] 370254=test_date_parse [723/867] 370254=test_emoji_breaks [724/867] 370255=test_win32ole_param [725/867] 370255=test_instrumentation_api [726/867] 370255=test_gem_impossible_dependencies_error [727/867] 370255=test_rdoc_generator_pot [728/867] 370255=test_rdoc_context_section [729/867] 370255=test_gem_gem_runner [730/867] 370255=test_rdoc_generator_pot_po [731/867] 370255=test_time_tz [732/867] 370255=test_debug [733/867] 370255=test_rdoc_store [734/867] 370254=test_case_comprehensive [735/867] 370255=test_rdoc_attr [736/867] 370255=test_yaml_tree [737/867] 370255=test_rdoc_stats [738/867] 370255=test_gem_package_tar_reader [739/867] 370255=test_gem_local_remote_options [740/867] 370255=test_gem_commands_pristine_command [741/867] 370253=test_yjit_exit_locations [742/867] 370253=test_raise_exception [743/867] 370253=test_have_func [744/867] 370255=test_gem_config_file [745/867] 370255=test_did_you_mean [746/867] 370255=test_arith_seq_beg_len_step [747/867] 370255=test_gem_resolver_requirement_list [748/867] 370255=test_gc_compact [749/867] 370253=test_bash_completion [750/867] 370253=test_date_marshal [751/867] 370253=test_rdoc_constant [752/867] 370253=test_deprecate [753/867] 370253=test_object [754/867] 370253=test_readpartial [755/867] 370253=test_rdoc_markdown [756/867] 370253=test_nil2vtempty [757/867] 370253=test_rdoc_servlet [758/867] 370253=test_rdoc_encoding [759/867] 370253=test_fileutils [760/867] 370253=test_severity [761/867] 370253=test_ractor [762/867] 370253=test_gem_resolver_installed_specification [763/867] 370253=test_ruby_lex [764/867] 370253=test_method_cache [765/867] 370253=test_rdoc_generator_json_index [766/867] 370253=test_json_tree [767/867] 370253=test_convertible [768/867] 370255=json_string_matching_test [769/867] 370255=test_transcode [770/867] 370255=test_time [771/867] 370255=test_load [772/867] 370255=test_rdoc_token_stream [773/867] 370255=test_ossl [774/867] 370255=test_extlibs [775/867] 370255=test_cclass [776/867] 370255=test_hash [777/867] 370253=test_stream [778/867] 370253=test_gem_commands_mirror [779/867] 370253=test_win32ole_variant_m [780/867] 370253=test_rdoc_single_class [781/867] 370253=test_depth_first [782/867] 370253=test_gem_package_tar_header [783/867] 370253=test_gem_resolver_api_set [784/867] 370253=test_rdoc_markup_to_markdown [785/867] 370253=test_gem_silent_ui [786/867] 370253=test_rdoc_parser_rd [787/867] 370253=test_getopts [788/867] 370253=test_scan_args [789/867] 370253=test_null [790/867] 370253=test_yjit [791/867] 370255=test_encoding [792/867] 370255=test_propertyputref [793/867] 370255=test_rdoc_markup_verbatim [794/867] 370255=test_pattern_key_name_check [795/867] 370255=test_m17n [796/867] 370255=test_keyword [797/867] 370255=test_rdoc_rd_inline_parser [798/867] 370255=test_rdoc_parser_c [799/867] 370255=test_argf [800/867] 370256=test_rubyvm [801/867] 370256=test_constant [802/867] 370254=test_too_many_dummy_encodings [803/867] 370254=json_fixtures_test [804/867] 370254=test_windows_1252 [805/867] 370254=test_bmethod [806/867] 370254=test_gem_source_fetch_problem [807/867] 370254=unescape_test [808/867] 370253=test_rdoc_generator_pot_po_entry [809/867] 370253=test_module [810/867] 370254=test_set [811/867] 370254=test_ractor_compatibility [812/867] 370254=test_rdoc_parser_simple [813/867] 370254=test_ssl [814/867] 370256=test_big5 [815/867] 370256=test_mutex [816/867] 370255=test_data [817/867] 370255=test_date_time [818/867] 370255=attribute_write_test [819/867] 370255=test_gem_commands_sources_command [820/867] 370256=test_win32ole_type [821/867] 370256=test_pointer [822/867] 370255=test_struct [823/867] 370255=test_foreach [824/867] 370255=test_str2big [825/867] 370255=test_timeout [826/867] 370255=test_summary [827/867] 370255=compiler_test [828/867] 370255=test_http [829/867] 370255=test_object_create_start [830/867] 370255=test_gem_source_git [831/867] 370253=test_regex_casefold [832/867] 370253=test_name_error [833/867] 370253=test_sexp [834/867] 370253=test_fips [835/867] 370255=test_safe_load [836/867] 370255=test_string_processing [837/867] 370255=test_gem_security_policy [838/867] 370256=test_rdoc_markup_paragraph [839/867] 370256=test_gem_resolver_installer_set [840/867] 370253=test_cgi_header [841/867] 370253=version_test [842/867] 370253=test_gem_security_trust_dir [843/867] 370253=test_parser_events [844/867] 370253=test_helper [845/867] 370253=test_enumerator [846/867] 370256=test_vm_dump [847/867] 370255=test_import [848/867] 370256=test_rendering [849/867] 370256=test_math [850/867] 370256=test_basicsocket [851/867] 370256=test_gc [852/867] 370256=test_libs [853/867] 370256=errors_test [854/867] 370256=test_gem_commands_exec_command [855/867] 370254=test_gem_request [856/867] 370254=test_key_stroke [857/867] 370254=test_common [858/867] 370254=test_logger [859/867] 370254=test_gem_validator [860/867] 370254=test_case [861/867] 370254=test_fixnum [862/867] 370254=test_signal [863/867] 370256=test_stringchar [864/867] 370256=test_kill_ring [865/867] 370256=test_date_strftime [866/867] 370256=test_gc [867/867] 370255=test_gem_source_subpath_problem Finished tests in 953.325432s, 26.4076 tests/s, 9947.3251 assertions/s. 25175 tests, 9483038 assertions, 0 failures, 0 errors, 256 skips ruby -v: ruby 3.4.0dev (2024-02-21T03:30:23Z master d0786cde3f) [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -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/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk-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 '/tmp/ruby/src/trunk-jemalloc/enc/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/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' 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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug' 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.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/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' $ /tmp/ruby/build/trunk-jemalloc/miniruby -I/tmp/ruby/src/trunk-jemalloc/lib /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-jemalloc --extout=.ext -- /tmp/ruby/src/trunk-jemalloc/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-jemalloc/spec/default.mspec --error-output stderr --debug ruby 3.4.0dev (2024-02-21T03:30:23Z master d0786cde3f) [x86_64-linux] 0 ......................................................................... 73 ......................................................................... 146 ......................................................................... 219 ......................................................................... 292 ......................................................................... 365 ......................................................................... 438 ......................................................................... 511 ......................................................................... 584 ......................................................................... 657 ......................................................................... 730 ......................................................................... 803 ......................................................................... 876 ......................................................................... 949 ......................................................................... 1022 ......................................................................... 1095 ......................................................................... 1168 ......................................................................... 1241 ......................................................................... 1314 ......................................................................... 1387 ......................................................................... 1460 ......................................................................... 1533 ......................................................................... 1606 ......................................................................... 1679 ......................................................................... 1752 ......................................................................... 1825 ......................................................................... 1898 ......................................................................... 1971 ......................................................................... 2044 ......................................................................... 2117 ......................................................................... 2190 ......................................................................... 2263 ......................................................................... 2336 ......................................................................... 2409 ......................................................................... 2482 ......................................................................... 2555 ......................................................................... 2628 ......................................................................... 2701 ......................................................................... 2774 ......................................................................... 2847 ......................................................................... 2920 ......................................................................... 2993 ......................................................................... 3066 ......................................................................... 3139 ......................................................................... 3212 ......................................................................... 3285 ......................................................................... 3358 .................................................................. Finished in 207.943110 seconds 3424 files, 32111 examples, 157372 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.