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