# Logfile created on 2024-03-26 16:11:50 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x000055afa5134098 @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", @TARGET_SRC_DIR="/tmp/ruby/src/trunk", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk", @configure_opts=["--enable-shared"], @build_opts="-j16", @btest_opts="-j16", @test_opts="TESTS='-j16'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk.20240326-161150", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055afa51833a0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055afa5183260 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055afa51830d0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20240326-161150", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20240326-161150>, @binmode=false, @mon_data=#<Monitor:0x000055afa5182f68>, @mon_data_owner_object_id=860>>> $$$[beg] make update-unicode -j16 make: Nothing to be done for 'update-unicode'. $$$[end] "make update-unicode -j16" exit with 0. $$$[beg] make update-download -j16 tool/config.guess already exists tool/config.sub already exists Update minitest to 287b35d60c8e19c11ba090efc6eeb225325a8520 Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 Update debug to 2d602636d99114d55a32fedd652c9c704446a749 echo 287b35d60c8e19c11ba090efc6eeb225325a8520 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision - echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision - echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision - echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem $$$[end] "make update-download -j16" exit with 0. $$$[beg] make update-rubyspec -j16 make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec -j16" exit with 0. $$$[beg] make update-src -j16 From https://github.com/ruby/ruby 19752cf..4300c42 master -> origin/master Updating 19752cf..4300c42 Fast-forward lib/prism/node_ext.rb | 1 + prism/config.yml | 10 + prism/prism.c | 147 ++++++--- prism_compile.c | 367 +++++++++++++-------- test/prism/snapshots/alias.txt | 2 +- test/prism/snapshots/dash_heredocs.txt | 20 +- test/prism/snapshots/dos_endings.txt | 10 +- test/prism/snapshots/dstring.txt | 8 +- .../snapshots/heredocs_leading_whitespace.txt | 10 +- test/prism/snapshots/heredocs_nested.txt | 16 +- .../snapshots/heredocs_with_ignored_newlines.txt | 19 +- test/prism/snapshots/lambda.txt | 3 +- test/prism/snapshots/method_calls.txt | 5 +- test/prism/snapshots/methods.txt | 3 +- test/prism/snapshots/modules.txt | 5 +- test/prism/snapshots/regex.txt | 8 +- test/prism/snapshots/seattlerb/difficult0_.txt | 5 +- test/prism/snapshots/seattlerb/dstr_evstr.txt | 1 + test/prism/snapshots/seattlerb/dstr_lex_state.txt | 1 + test/prism/snapshots/seattlerb/dstr_str.txt | 3 +- test/prism/snapshots/seattlerb/evstr_evstr.txt | 1 + test/prism/snapshots/seattlerb/evstr_str.txt | 3 +- test/prism/snapshots/seattlerb/heredoc_nested.txt | 5 +- .../prism/snapshots/seattlerb/heredoc_squiggly.txt | 7 +- ...edoc_squiggly_blank_line_plus_interpolation.txt | 5 +- .../seattlerb/heredoc_squiggly_blank_lines.txt | 7 +- .../seattlerb/heredoc_squiggly_interp.txt | 9 +- .../snapshots/seattlerb/heredoc_squiggly_tabs.txt | 5 +- .../seattlerb/heredoc_squiggly_tabs_extra.txt | 5 +- .../heredoc_squiggly_visually_blank_lines.txt | 7 +- ...h_interpolation_and_carriage_return_escapes.txt | 5 +- ...olation_and_carriage_return_escapes_windows.txt | 5 +- .../seattlerb/parse_line_dstr_escaped_newline.txt | 3 +- .../seattlerb/parse_line_dstr_soft_newline.txt | 3 +- .../seattlerb/parse_line_evstr_after_break.txt | 4 +- .../seattlerb/parse_line_heredoc_evstr.txt | 5 +- .../seattlerb/pct_w_heredoc_interp_nested.txt | 1 + test/prism/snapshots/seattlerb/qsymbols_interp.txt | 2 +- test/prism/snapshots/seattlerb/str_evstr.txt | 3 +- .../prism/snapshots/seattlerb/str_evstr_escape.txt | 5 +- .../snapshots/seattlerb/str_heredoc_interp.txt | 3 +- .../seattlerb/str_interp_ternary_or_label.txt | 1 + .../seattlerb/str_lit_concat_bad_encodings.txt | 5 +- .../prism/snapshots/seattlerb/str_pct_Q_nested.txt | 5 +- .../snapshots/seattlerb/str_pct_nested_nested.txt | 6 +- test/prism/snapshots/seattlerb/str_str.txt | 3 +- test/prism/snapshots/seattlerb/str_str_str.txt | 5 +- test/prism/snapshots/seattlerb/words_interp.txt | 3 +- test/prism/snapshots/spanning_heredoc.txt | 40 ++- test/prism/snapshots/strings.txt | 23 +- test/prism/snapshots/symbols.txt | 10 +- test/prism/snapshots/tilde_heredocs.txt | 97 +++--- test/prism/snapshots/undef.txt | 2 +- .../unparser/corpus/literal/assignment.txt | 25 +- .../snapshots/unparser/corpus/literal/def.txt | 5 +- .../snapshots/unparser/corpus/literal/dstr.txt | 47 ++- .../snapshots/unparser/corpus/literal/literal.txt | 66 ++-- .../snapshots/unparser/corpus/semantic/dstr.txt | 114 ++++--- .../snapshots/unparser/corpus/semantic/literal.txt | 2 +- .../snapshots/whitequark/array_symbols_interp.txt | 2 +- .../snapshots/whitequark/array_words_interp.txt | 4 +- test/prism/snapshots/whitequark/bug_435.txt | 1 + test/prism/snapshots/whitequark/bug_466.txt | 1 + test/prism/snapshots/whitequark/bug_473.txt | 1 + test/prism/snapshots/whitequark/bug_480.txt | 1 + .../snapshots/whitequark/bug_interp_single.txt | 2 + .../snapshots/whitequark/dedenting_heredoc.txt | 59 ++-- ...nterpolating_heredoc_fake_line_continuation.txt | 5 +- ...non_interpolating_heredoc_line_continuation.txt | 5 +- .../whitequark/endless_method_command_syntax.txt | 6 +- .../whitequark/non_lvar_injecting_match.txt | 2 +- test/prism/snapshots/whitequark/parser_bug_640.txt | 5 +- ...r_drops_truncated_parts_of_squiggly_heredoc.txt | 3 +- test/prism/snapshots/whitequark/regex_interp.txt | 4 +- test/prism/snapshots/whitequark/ruby_bug_11990.txt | 5 +- .../whitequark/slash_newline_in_heredocs.txt | 7 +- test/prism/snapshots/whitequark/string_concat.txt | 6 +- test/prism/snapshots/whitequark/string_dvar.txt | 5 +- test/prism/snapshots/whitequark/string_interp.txt | 5 +- test/prism/snapshots/whitequark/symbol_interp.txt | 4 +- test/prism/snapshots/whitequark/undef.txt | 2 +- test/prism/snapshots/whitequark/xstring_interp.txt | 4 +- test/prism/snapshots/xstring.txt | 4 +- 83 files changed, 843 insertions(+), 496 deletions(-) Latest commit hash = 4300c42a7e $$$[end] "make update-src -j16" exit with 0. $$$[beg] make after-update -j16 /tmp/ruby/src/trunk/revision.h updated generating /tmp/ruby/src/trunk/ext/ripper/eventids2table.c make[1]: Entering directory '/tmp/ruby/src/trunk/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/ripper' generating x86_64-linux-fake.rb x86_64-linux-fake.rb updated generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' Update minitest to 287b35d60c8e19c11ba090efc6eeb225325a8520 Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 Update debug to 2d602636d99114d55a32fedd652c9c704446a749 echo 287b35d60c8e19c11ba090efc6eeb225325a8520 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision - echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision - echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision - echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Extracting bundle gem power_assert-2.0.3... Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.4dev.gem $$$[end] "make after-update -j16" exit with 0. $$$[beg] make miniruby -j16 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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j16 --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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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/miniinit.c compiling /tmp/ruby/src/trunk/ast.c compiling /tmp/ruby/src/trunk/compile.c compiling /tmp/ruby/src/trunk/cont.c compiling /tmp/ruby/src/trunk/eval.c compiling /tmp/ruby/src/trunk/gc.c compiling /tmp/ruby/src/trunk/hash.c compiling /tmp/ruby/src/trunk/iseq.c compiling /tmp/ruby/src/trunk/load.c compiling /tmp/ruby/src/trunk/rjit.c compiling /tmp/ruby/src/trunk/rjit_c.c compiling /tmp/ruby/src/trunk/proc.c compiling /tmp/ruby/src/trunk/ruby.c compiling /tmp/ruby/src/trunk/thread.c compiling /tmp/ruby/src/trunk/version.c compiling /tmp/ruby/src/trunk/vm.c compiling /tmp/ruby/src/trunk/vm_backtrace.c compiling /tmp/ruby/src/trunk/vm_dump.c compiling /tmp/ruby/src/trunk/vm_trace.c compiling prism/api_node.c compiling /tmp/ruby/src/trunk/prism/api_pack.c compiling prism/diagnostic.c compiling /tmp/ruby/src/trunk/prism/extension.c compiling prism/node.c compiling prism/prettyprint.c compiling /tmp/ruby/src/trunk/prism/regexp.c compiling prism/serialize.c compiling /tmp/ruby/src/trunk/prism/static_literals.c compiling prism/token_type.c compiling /tmp/ruby/src/trunk/prism/util/pm_memchr.c compiling /tmp/ruby/src/trunk/prism/util/pm_strpbrk.c compiling /tmp/ruby/src/trunk/prism/prism.c compiling /tmp/ruby/src/trunk/prism_init.c compiling /tmp/ruby/src/trunk/yjit.c linking miniruby $$$[end] "make miniruby -j16" exit with 0. $$$[beg] make ruby -j16 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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j16 --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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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 49160f944de93c22f3911dfd0790ba320d9c30dcfd496d45b545c1262b75608a builtin_binary.inc compiling /tmp/ruby/src/trunk/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.4.0 linking ruby $$$[end] "make ruby -j16" exit with 0. $$$[beg] make all -j16 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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j16 --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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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 building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so 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/globals_spec.so building spec/ruby/optional/capi/ext/gc_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/string_spec.so building spec/ruby/optional/capi/ext/st_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 making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' $$$[end] "make all -j16" exit with 0. $$$[beg] make install -j16 Update minitest to 287b35d60c8e19c11ba090efc6eeb225325a8520 Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 Update debug to 2d602636d99114d55a32fedd652c9c704446a749 echo 287b35d60c8e19c11ba090efc6eeb225325a8520 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision - echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision - 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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j16 --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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision - echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision - generating enc.mk gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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. /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Extracting bundle gem power_assert-2.0.3... transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' Unpacked gems/power_assert-2.0.4dev.gem make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' ./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j16 --jobserver-auth=4,5" --make-flags=" -j16 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=all --exclude=doc Installing to installing binary commands: /tmp/ruby/install/trunk/bin installing base libraries: /tmp/ruby/install/trunk/lib installing arch files: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0/ruby installing command scripts: /tmp/ruby/install/trunk/bin installing library scripts: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0 installing common headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0 installing manpages: /tmp/ruby/install/trunk/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk/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.12.0 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.3.1 readline 0.0.4 reline 0.5.0 resolv 0.4.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/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/lib/ruby/gems/3.4.0+0 minitest 5.22.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.7 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.1 nkf 0.2.0 syslog 0.1.2 csv 3.3.0 installing bundled gem cache: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0/cache skipped bundled gems: power_assert-2.0.4dev.gem not found in bundled_gems $$$[end] "make install -j16" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j16' PASS all 1924 tests $$$[end] "make yes-btest TESTOPTS='-q -j16'" exit with 0. $$$[beg] make yes-test-basic TESTS='-j16' 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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS='-j16'" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16' 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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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 making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' Run options: --seed=39710 "--ruby=./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j16 # Running tests: [ 1/877] 1448575=test_gem_gemcutter_utilities [ 2/877] 1448583=test_basicinstructions [ 3/877] 1448580=test_gem_command_manager [ 4/877] 1448579=test_key_actor_emacs [ 5/877] 1448576=test_arithmetic_sequence [ 6/877] 1448574=test_object [ 7/877] 1448587=test_cgi_header [ 8/877] 1448573=heredoc_dedent_test [ 9/877] 1448578=version_test [ 10/877] 1448586=test_big5 [ 11/877] 1448588=test_func [ 12/877] 1448581=test_pointer [ 13/877] 1448582=test_ractor [ 14/877] 1448577=test_type [ 15/877] 1448585=test_signedness [ 16/877] 1448584=test_tsort [ 17/877] 1448586=test_rdoc_rd_block_parser [ 18/877] 1448584=test_timeout [ 19/877] 1448577=test_normalize [ 20/877] 1448577=test_ossl [ 21/877] 1448576=test_change_word [ 22/877] 1448587=compiler_test [ 23/877] 1448584=test_flip [ 24/877] 1448576=test_sleep [ 25/877] 1448574=test_date_arith [ 26/877] 1448574=test_object [ 27/877] 1448584=test_ruby_lex [ 28/877] 1448582=test_gem_local_remote_options [ 29/877] 1448573=test_win32ole_method [ 30/877] 1448573=test_delete [ 31/877] 1448573=test_keyword [ 32/877] 1448583=test_class_name_check [ 33/877] 1448578=test_fd_setsize [ 34/877] 1448578=test_continuation [ 35/877] 1448578=test_weakkeymap [ 36/877] 1448583=test_gem_commands_push_command [ 37/877] 1448587=test_numhash [ 38/877] 1448587=test_pkey_rsa [ 39/877] 1448579=test_gem_platform [ 40/877] 1448581=test_date_strptime [ 41/877] 1448586=test_gem_package_task [ 42/877] 1448578=test_placearg [ 43/877] 1448582=test_rdoc_markup_hard_break [ 44/877] 1448584=test_gem_resolver_lock_set [ 45/877] 1448581=test_not [ 46/877] 1448581=test_import [ 47/877] 1448580=test_rdoc_parser_markdown [ 48/877] 1448587=test_file_exhaustive [ 49/877] 1448586=test_files_test [ 50/877] 1448578=test_gem_update_suggestion [ 51/877] 1448579=test_logger [ 52/877] 1448586=test_transcode [ 53/877] 1448579=json_generator_test [ 54/877] 1448588=test_eval [ 55/877] 1448582=test_enumerable [ 56/877] 1448574=test_config [ 57/877] 1448582=test_gem_resolver_vendor_set [ 58/877] 1448582=test_gem_resolver_api_set [ 59/877] 1448575=test_gem_safe_marshal [ 60/877] 1448584=test_random_formatter [ 61/877] 1448580=test_helper [ 62/877] 1448584=test_jaro_winkler [ 63/877] 1448582=test_lambda [ 64/877] 1448584=test_ast [ 65/877] 1448579=test_gem_request_set_gem_dependency_api [ 66/877] 1448581=test_webauthn_listener [ 67/877] 1448580=test_x509store [ 68/877] 1448582=test_rdoc_code_object [ 69/877] 1448578=test_update [ 70/877] 1448578=test_fips [ 71/877] 1448586=test_x509name [ 72/877] 1448586=test_udp [ 73/877] 1448586=test_data_error [ 74/877] 1448573=bom_test [ 75/877] 1448573=test_force_exit [ 76/877] 1448588=test_file [ 77/877] 1448586=test_ostruct [ 78/877] 1448573=unescape_test [ 79/877] 1448579=static_inspect_test [ 80/877] 1448583=errors_test [ 81/877] 1448574=test_regexp [ 82/877] 1448581=test_gem_commands_check_command [ 83/877] 1448580=test_tmpdir [ 84/877] 1448581=test_rdoc_markup_document [ 85/877] 1448586=test_integer_comb [ 86/877] 1448578=test_vm_dump [ 87/877] 1448578=test_rdoc_ri_paths [ 88/877] 1448579=test_ensured [ 89/877] 1448580=library_symbols_test [ 90/877] 1448580=test_addr [ 91/877] 1448579=test_locale [ 92/877] 1448580=test_ts [ 93/877] 1448583=test_erb_command [ 94/877] 1448581=test_helper [ 95/877] 1448582=test_encoding [ 96/877] 1448583=test_gem_uri_formatter [ 97/877] 1448581=test_project_sanity [ 98/877] 1448578=test_range [ 99/877] 1448583=test_pty [100/877] 1448579=test_dup [101/877] 1448581=test_constant [102/877] 1448575=command_line_test [103/877] 1448575=test_ractor [104/877] 1448582=test_dns [105/877] 1448575=test_gem_commands_open_command [106/877] 1448579=test_gem_source_lock [107/877] 1448580=test_gem [108/877] 1448579=parse_stream_test [109/877] 1448579=test_parser [110/877] 1448575=test_cgi_core [111/877] 1448579=test_singleton_function [112/877] 1448579=test_ancdata [113/877] 1448575=test_rb_str_dup [114/877] 1448575=test_reline_key [115/877] 1448579=test_marshal [116/877] 1448575=test_unicode_normalize [117/877] 1448583=test_weakref [118/877] 1448583=test_nonblock [119/877] 1448582=test_alias [120/877] 1448583=test_timeout [121/877] 1448582=test_ractor [122/877] 1448578=test_my_integer [123/877] 1448578=test_thread [124/877] 1448573=json_ext_parser_test [125/877] 1448573=test_rendering [126/877] 1448573=test_debugger_integration [127/877] 1448573=test_ssl [128/877] 1448579=test_gem_resolver_git_specification [129/877] 1448582=test_object_references [130/877] 1448582=test_usrmarshal [131/877] 1448579=test_nextafter [132/877] 1448579=test_capacity [133/877] 1448579=test_gem_request_set_lockfile_tokenizer [134/877] 1448582=test_stat [135/877] 1448582=test_have_func [136/877] 1448585=test_call [137/877] 1448579=test_https_proxy [138/877] 1448579=test_rubygems [139/877] 1448585=test_cgi_modruby [140/877] 1448585=test_integer [141/877] 1448573=test_super [142/877] 1448579=test_rubyoptions [143/877] 1448583=test_gem_commands_setup_command [144/877] 1448583=test_integer [145/877] 1448583=desugar_compiler_test [146/877] 1448583=test_dryrun [147/877] 1448583=test_rdoc_attr [148/877] 1448573=test_env [149/877] 1448583=test_mailto [150/877] 1448583=test_coderange [151/877] 1448580=location_test [152/877] 1448583=test_symbol [153/877] 1448583=test_http_request [154/877] 1448583=json_generic_object_test [155/877] 1448580=test_gem_source_fetch_problem [156/877] 1448583=test_rdoc_generator_darkfish [157/877] 1448586=test_rdoc_comment [158/877] 1448580=test_error_highlight [159/877] 1448586=test_resize [160/877] 1448586=test_cgi_multipart [161/877] 1448586=test_gem_commands_cleanup_command [162/877] 1448581=test_word [163/877] 1448581=test_numeric [164/877] 1448581=test_member [165/877] 1448581=test_ractor_compatibility [166/877] 1448580=test_gem_console_ui [167/877] 1448580=test_date_ractor [168/877] 1448583=test_dir [169/877] 1448580=format_errors_test [170/877] 1448580=test_autoconf [171/877] 1448580=test_eval [172/877] 1448580=test_enc_associate [173/877] 1448582=test_lazy_enumerator [174/877] 1448583=test_unix [175/877] 1448583=test_coder [176/877] 1448583=test_symbol [177/877] 1448586=test_gem_commands_pristine_command [178/877] 1448581=test_context [179/877] 1448576=test_nofree [180/877] 1448576=ruby_api_test [181/877] 1448581=test_find_executable [182/877] 1448581=test_function_entry [183/877] 1448581=test_gem_resolver_requirement_list [184/877] 1448581=test_arith_seq_beg_len_step [185/877] 1448582=test_pkcs7 [186/877] 1448581=test_threadgroup [187/877] 1448576=test_enum [188/877] 1448582=test_gem_specification [189/877] 1448580=test_have_macro [190/877] 1448587=test_gem_package [191/877] 1448585=test_complex2 [192/877] 1448585=test_resolve_symbol [193/877] 1448580=test_rdoc_generator_json_index [194/877] 1448580=test_time_tz [195/877] 1448585=test_win32ole_event [196/877] 1448585=test_trace [197/877] 1448585=ractor_test [198/877] 1448577=test_win32ole_variable [199/877] 1448577=test_stringio [200/877] 1448580=test_arity [201/877] 1448580=test_io_wait_uncommon [202/877] 1448580=test_rdoc_class_module [203/877] 1448585=test_bignum [204/877] 1448581=test_gem_ci_detector [205/877] 1448581=test_ipaddr [206/877] 1448577=test_mixed_unicode_escapes [207/877] 1448577=test_history [208/877] 1448581=test_rdoc_markup_to_ansi [209/877] 1448585=test_win32ole_variant [210/877] 1448585=test_gem_resolver_api_specification [211/877] 1448581=test_merge_keys [212/877] 1448577=test_rdoc_extend [213/877] 1448581=test_abi [214/877] 1448576=test_provider [215/877] 1448575=test_rdoc_parser_simple [216/877] 1448586=test_load [217/877] 1448586=test_yamldbm [218/877] 1448586=test_https [219/877] 1448577=test_gem_ext_builder [220/877] 1448581=test_evaluation [221/877] 1448581=test_gem_dependency_list [222/877] 1448585=test_benchmark [223/877] 1448581=test_win32ole_method_event [224/877] 1448587=test_nesting_parser [225/877] 1448581=test_gem_source [226/877] 1448575=test_scalar_scanner [227/877] 1448575=test_gem_commands_outdated_command [228/877] 1448580=test_array [229/877] 1448587=test_gem_package_tar_writer [230/877] 1448576=test_rational [231/877] 1448575=test_rational2 [232/877] 1448576=test_assembler [233/877] 1448576=test_spell_checker [234/877] 1448575=attribute_write_test [235/877] 1448588=test_propertyputref [236/877] 1448588=test_x509ext [237/877] 1448575=test_erb [238/877] 1448576=test_gem_source_installed [239/877] 1448587=test_len [240/877] 1448587=test_yield_block [241/877] 1448587=test_gem_commands_cert_command [242/877] 1448588=test_completion [243/877] 1448575=test_arith_seq_extract [244/877] 1448586=test_method_name_check [245/877] 1448581=test_parser [246/877] 1448586=constant_path_node_test [247/877] 1448581=test_gem_ext_cargo_builder [248/877] 1448581=test_ssl [249/877] 1448576=test_module [250/877] 1448586=test_gem_request_set [251/877] 1448575=test_boolean [252/877] 1448575=test_stringify_symbols [253/877] 1448573=test_instrumentation_api [254/877] 1448575=integer_parse_test [255/877] 1448575=test_configuration [256/877] 1448575=test_rubyvm [257/877] 1448575=test_buffered_io [258/877] 1448575=test_monitor [259/877] 1448586=test_whileuntil [260/877] 1448586=test_rdoc_generator_markup [261/877] 1448586=test_pkg_config [262/877] 1448586=test_cparser [263/877] 1448575=test_struct [264/877] 1448575=test_rdoc_markup_to_html_snippet [265/877] 1448588=magic_comment_test [266/877] 1448575=fuzzer_test [267/877] 1448585=test_sexp [268/877] 1448575=test_rdoc_markup_include [269/877] 1448588=test_variable [270/877] 1448585=test_win32ole_variant_outarg [271/877] 1448585=test_gem_source_subpath_problem [272/877] 1448575=test_dln [273/877] 1448575=json_common_interface_test [274/877] 1448575=json_parser_test [275/877] 1448588=test_nomethod_error [276/877] 1448582=memsize_test [277/877] 1448588=test_config [278/877] 1448585=test_files_test_1 [279/877] 1448575=test_set [280/877] 1448588=test_struct [281/877] 1448575=test_gem_path_support [282/877] 1448582=test_x509req [283/877] 1448577=test_mutex [284/877] 1448575=test_rdoc_rd_inline [285/877] 1448575=test_win32ole_variant_m [286/877] 1448575=test_engine [287/877] 1448575=test_div [288/877] 1448575=test_key_error [289/877] 1448575=test_insns_leaf [290/877] 1448575=test_serialize_subclasses [291/877] 1448575=test_color_printer [292/877] 1448575=test_deprecated [293/877] 1448575=test_cgi_session [294/877] 1448575=test_rdoc_rd [295/877] 1448582=test_rdoc_top_level [296/877] 1448575=test_metaclass [297/877] 1448575=test_signal [298/877] 1448583=test_fixnum [299/877] 1448583=test_x509crl [300/877] 1448582=test_process [301/877] 1448583=test_windows_1252 [302/877] 1448588=test_input_method [303/877] 1448582=test_float [304/877] 1448583=test_require [305/877] 1448586=test_cgi_cookie [306/877] 1448586=test_regex_casefold [307/877] 1448588=test_refinement [308/877] 1448587=test_gem_commands_signout_command [309/877] 1448587=test_gem_source_git [310/877] 1448586=test_dir_m17n [311/877] 1448577=test_gem_resolver_installer_set [312/877] 1448576=test_new [313/877] 1448576=test_cipher [314/877] 1448577=test_gem_security_signer [315/877] 1448576=test_gem_resolver_git_set [316/877] 1448587=test_storage [317/877] 1448587=test_digest_extend [318/877] 1448587=test_string [319/877] 1448587=test_iterator [320/877] 1448577=test_omap [321/877] 1448577=test_debug [322/877] 1448577=pattern_test [323/877] 1448587=test_memory_view [324/877] 1448587=test_shellwords [325/877] 1448587=test_to_ary_concat [326/877] 1448577=test_webauthn_listener_response [327/877] 1448577=test_time [328/877] 1448576=test_stream [329/877] 1448576=test_rdoc_markup_pre_process [330/877] 1448577=test_printf [331/877] 1448577=test_pinned [332/877] 1448577=test_emoji_breaks [333/877] 1448576=test_gem_bundler_version_finder [334/877] 1448573=test_within_pipe [335/877] 1448576=test_rdoc_markup_to_bs [336/877] 1448573=test_help [337/877] 1448573=test_files_lib [338/877] 1448576=test_gem_commands_unpack_command [339/877] 1448582=test_beginendblock [340/877] 1448575=test_ractor [341/877] 1448586=test_gem_security [342/877] 1448576=test_rdoc_servlet [343/877] 1448575=test_digest [344/877] 1448575=test_bundled_ca [345/877] 1448582=test_closure [346/877] 1448576=test_fiber [347/877] 1448587=test_open3 [348/877] 1448578=test_history [349/877] 1448585=test_mkmf [350/877] 1448585=test_date_marshal [351/877] 1448585=test_delegate [352/877] 1448585=test_popen_deadlock [353/877] 1448582=test_exit [354/877] 1448578=test_recursion [355/877] 1448578=test_gem_commands_server_command [356/877] 1448578=test_io_m17n [357/877] 1448582=test_variable_name_check [358/877] 1448582=test_did_you_mean [359/877] 1448582=test_cmethod [360/877] 1448582=test_tracer [361/877] 1448582=test_append [362/877] 1448582=test_option [363/877] 1448582=test_gem_commands_build_command [364/877] 1448575=test_interned_str [365/877] 1448575=test_case_comprehensive [366/877] 1448574=test_pkey_dsa [367/877] 1448585=test_ocsp [368/877] 1448582=test_class [369/877] 1448582=test_scheduler [370/877] 1448583=test_rdoc_markup_heading [371/877] 1448583=test_exception_at_throwing [372/877] 1448585=test_iseq [373/877] 1448583=test_path [374/877] 1448583=test_case_mapping [375/877] 1448583=test_bn [376/877] 1448582=test_win32ole_param_event [377/877] 1448583=test_http [378/877] 1448582=test_addrinfo [379/877] 1448582=test_tree_spell_checker [380/877] 1448582=test_date_compat [381/877] 1448582=test_rdoc_markup_to_html [382/877] 1448582=test_bug-14834 [383/877] 1448582=test_terminfo [384/877] 1448582=test_compile_prism [385/877] 1448577=test_ssl_session [386/877] 1448588=test_thread_cv [387/877] 1448578=test_lexer [388/877] 1448578=test_gem_uri [389/877] 1448585=test_key_event_record [390/877] 1448582=test_notimplement [391/877] 1448582=test_random [392/877] 1448578=test_gem_resolver_vendor_specification [393/877] 1448582=test_gem_commands_update_command [394/877] 1448578=test_filter [395/877] 1448585=test_gem_gem_runner [396/877] 1448578=test_data [397/877] 1448578=static_literals_test [398/877] 1448578=test_rdoc_method_attr [399/877] 1448585=test_enumerator [400/877] 1448585=test_rdoc_parser_changelog [401/877] 1448574=parameters_signature_test [402/877] 1448574=test_koi8 [403/877] 1448574=test_unicode [404/877] 1448574=test_rdoc_generator_pot [405/877] 1448578=test_pair [406/877] 1448585=test_gem_commands_yank_command [407/877] 1448588=test_win32ole_param [408/877] 1448588=test_document [409/877] 1448574=test_acceptable [410/877] 1448588=test_rdoc_generator_pot_po_entry [411/877] 1448588=test_euc_jp [412/877] 1448588=test_chilled [413/877] 1448588=test_name_error_extension [414/877] 1448588=test_rdoc_i18n_locale [415/877] 1448588=test_human_typo [416/877] 1448588=test_primitive [417/877] 1448588=test_rbconfig [418/877] 1448588=json_encoding_test [419/877] 1448588=test_color [420/877] 1448574=test_key_stroke [421/877] 1448574=test_set_len [422/877] 1448574=test_encoding [423/877] 1448588=test_httpresponses [424/877] 1448574=test_gem_resolver_local_specification [425/877] 1448588=test_httpheader [426/877] 1448580=test_rdoc_ri_driver [427/877] 1448577=test_install [428/877] 1448588=test_rdoc_markup_to_label [429/877] 1448588=test_sockopt [430/877] 1448588=test_io [431/877] 1448574=test_sorted_set [432/877] 1448585=test_emoji [433/877] 1448585=test_win32ole_type_event [434/877] 1448585=test_hash [435/877] 1448577=test_ubf_async_safe [436/877] 1448577=test_gem_unsatisfiable_dependency_error [437/877] 1448587=test_win32ole_record [438/877] 1448587=test_cp949 [439/877] 1448577=test_gem_commands_uninstall_command [440/877] 1448587=test_condition [441/877] 1448588=test_gem_source_specific_file [442/877] 1448587=test_foreach [443/877] 1448587=test_console_attr [444/877] 1448587=test_summary [445/877] 1448580=test_type_completor [446/877] 1448580=test_io_wait [447/877] 1448574=test_gem_commands_exec_command [448/877] 1448587=warnings_test [449/877] 1448587=test_kwargs [450/877] 1448587=test_ellipsize [451/877] 1448587=test_date_attr [452/877] 1448587=test_ftp [453/877] 1448587=test_euc_kr [454/877] 1448587=test_rdoc_context_section [455/877] 1448588=test_rdoc_rubygems_hook [456/877] 1448573=test_gem_commands_query_command [457/877] 1448581=test_method [458/877] 1448580=test_gem_impossible_dependencies_error [459/877] 1448580=test_pack [460/877] 1448587=test_array_create [461/877] 1448587=test_pattern_key_name_check [462/877] 1448587=test_to_ruby [463/877] 1448582=test_show_source [464/877] 1448587=test_set [465/877] 1448587=test_lock_native_thread [466/877] 1448582=test_c_struct_entry [467/877] 1448588=test_gem_commands_stale_command [468/877] 1448579=test_remote_fetch_error [469/877] 1448588=test_have_library [470/877] 1448579=test_objspace [471/877] 1448580=ripper_test [472/877] 1448587=test_line_editor [473/877] 1448587=test_undef [474/877] 1448587=test_gem_security_trust_dir [475/877] 1448587=test_string_memory [476/877] 1448582=comments_test [477/877] 1448582=test_gem_requirement [478/877] 1448587=test_sprintf [479/877] 1448577=test_workspace [480/877] 1448582=test_weakmap [481/877] 1448587=test_yjit [482/877] 1448574=test_ws [483/877] 1448574=test_gem_commands_environment_command [484/877] 1448577=test_m17n [485/877] 1448573=test_argf [486/877] 1448580=test_kill_ring [487/877] 1448574=test_framework [488/877] 1448574=test_ns_spki [489/877] 1448574=test_gem_resolver_dependency_request [490/877] 1448577=test_tree_builder [491/877] 1448574=test_hash [492/877] 1448577=test_postponed_job [493/877] 1448574=test_alias_and_anchor [494/877] 1448580=test_external_new [495/877] 1448574=test_gem_request_set_lockfile [496/877] 1448580=test_raise_exception [497/877] 1448574=test_protect [498/877] 1448574=test_win32ole_typelib [499/877] 1448574=locals_test [500/877] 1448577=test_rdoc_require [501/877] 1448577=test_clone [502/877] 1448588=test_gem_commands_install_command [503/877] 1448577=test_readpartial [504/877] 1448580=ruby_parser_test [505/877] 1448580=test_backtrace [506/877] 1448574=test_pack [507/877] 1448574=test_io_buffer [508/877] 1448574=test_gem_resolver_conflict [509/877] 1448574=test_rdoc_task [510/877] 1448574=test_rdoc_markup_indented_paragraph [511/877] 1448574=test_stringscanner [512/877] 1448574=test_files_sample [513/877] 1448578=test_convertible [514/877] 1448577=parser_test [515/877] 1448577=test_rdoc_alias [516/877] 1448577=test_yield [517/877] 1448574=test_fstring [518/877] 1448574=test_optparse [519/877] 1448574=test_array [520/877] 1448574=test_rat [521/877] 1448574=test_rdoc_markup_raw [522/877] 1448574=test_webauthn_poller [523/877] 1448574=test_rdoc_markup_to_html_crossref [524/877] 1448576=test_gem_resolver_best_set [525/877] 1448576=encoding_test [526/877] 1448576=test_typeddata [527/877] 1448574=test_gem_config_file [528/877] 1448576=test_ripper [529/877] 1448574=test_getopts [530/877] 1448574=test_protocol [531/877] 1448580=test_gem_resolver_activation_request [532/877] 1448588=test_yjit_exit_locations [533/877] 1448580=test_etc [534/877] 1448588=test_system [535/877] 1448580=test_pkcs12 [536/877] 1448574=test_pkey_dh [537/877] 1448574=test_bigzero [538/877] 1448574=test_gem_package_tar_header [539/877] 1448576=test_gem_util [540/877] 1448574=test_iseq_load [541/877] 1448580=test_utf16 [542/877] 1448580=test_autoload [543/877] 1448576=test_io [544/877] 1448586=test_unicode_escape [545/877] 1448586=test_sizeof [546/877] 1448588=test_case [547/877] 1448588=test_face [548/877] 1448588=test_rendering [549/877] 1448588=test_yaml_tree [550/877] 1448588=test_libs [551/877] 1448588=test_math [552/877] 1448588=test_gem_commands_fetch_command [553/877] 1448588=test_gc [554/877] 1448588=test_sleep [555/877] 1448585=test_config [556/877] 1448585=test_find [557/877] 1448585=test_ractor [558/877] 1448585=test_wss [559/877] 1448585=test_fiddle [560/877] 1448585=test_require [561/877] 1448574=test_cgi_util [562/877] 1448574=test_gem_commands_contents_command [563/877] 1448574=test_gem_ext_cmake_builder [564/877] 1448574=test_digest [565/877] 1448573=test_marshalable [566/877] 1448573=test_recorder [567/877] 1448573=test_gem_source_vendor [568/877] 1448573=test_gem_commands_owner_command [569/877] 1448577=test_formatter [570/877] 1448577=test_bash_completion [571/877] 1448577=test_deprecate [572/877] 1448577=test_rdoc_constant [573/877] 1448581=test_file [574/877] 1448581=test_rdoc_any_method [575/877] 1448577=test_modify_expand [576/877] 1448577=test_rdoc_markdown [577/877] 1448573=test_gem_available_set [578/877] 1448574=test_pathname [579/877] 1448577=test_init [580/877] 1448581=test_complexrational [581/877] 1448581=regexp_test [582/877] 1448573=test_gem_package_tar_reader [583/877] 1448573=test_coverage [584/877] 1448581=test_rdoc_encoding [585/877] 1448585=test_ansi_without_terminfo [586/877] 1448585=test_gem_commands_sources_command [587/877] 1448581=test_ractor [588/877] 1448581=test_euc_tw [589/877] 1448581=test_bmethod [590/877] 1448581=test_rdoc_markup_formatter [591/877] 1448581=test_thread_queue [592/877] 1448574=test_nowrite [593/877] 1448574=test_wait [594/877] 1448588=test_handle [595/877] 1448585=test_forwardable [596/877] 1448574=test_yaml [597/877] 1448577=test_big2str [598/877] 1448577=test_profile_frames [599/877] 1448585=test_pstore [600/877] 1448585=test_cstr [601/877] 1448574=test_enc_str_buf_cat [602/877] 1448574=test_class2name [603/877] 1448574=test_gbk [604/877] 1448574=test_rdoc_parser_c [605/877] 1448577=test_comparable [606/877] 1448577=test_shapes [607/877] 1448577=json_fixtures_test [608/877] 1448577=test_io_timeout [609/877] 1448577=test_ldap [610/877] 1448582=test_emitter [611/877] 1448582=test_resource [612/877] 1448577=test_gem_commands_signin_command [613/877] 1448582=test_fileutils [614/877] 1448577=test_string_processing [615/877] 1448577=test_econv [616/877] 1448574=test_cesu8 [617/877] 1448574=test_rdoc_options [618/877] 1448588=test_gem_version [619/877] 1448588=test_too_many_dummy_encodings [620/877] 1448578=test_stack [621/877] 1448582=test_gem_commands_list_command [622/877] 1448582=test_reqarg [623/877] 1448586=test_rdoc_include [624/877] 1448588=test_gem_resolver_installed_specification [625/877] 1448587=test_scanner_events [626/877] 1448574=test_gem_remote_fetcher [627/877] 1448573=test_parse [628/877] 1448588=test_mdns [629/877] 1448588=test_path_to_class [630/877] 1448588=test_gem_resolver_specification [631/877] 1448587=test_gem_dependency [632/877] 1448586=test_inlinecache [633/877] 1448588=test_rdoc_markup_verbatim [634/877] 1448588=test_complex [635/877] 1448586=test_gem_commands_search_command [636/877] 1448586=test_gem_stub_specification [637/877] 1448585=test_method_cache [638/877] 1448585=test_frozen_error [639/877] 1448585=test_gem_ext_ext_conf_builder [640/877] 1448588=test_irb [641/877] 1448587=test_asn1 [642/877] 1448587=test_random [643/877] 1448587=json_string_matching_test [644/877] 1448587=test_load [645/877] 1448587=test_class [646/877] 1448586=test_rdoc_normal_class [647/877] 1448582=test_const [648/877] 1448586=test_gem_installer [649/877] 1448582=test_yamlstore [650/877] 1448583=test_rdoc_parser_rd [651/877] 1448582=test_date_strftime [652/877] 1448583=test_gem_resolver_index_specification [653/877] 1448583=test_internal_ivar [654/877] 1448583=test_tracepoint [655/877] 1448588=test_prettyprint [656/877] 1448588=test_rdoc_markup [657/877] 1448588=test_gem_commands_help_command [658/877] 1448588=test_duplicate [659/877] 1448588=test_utf32 [660/877] 1448588=test_basicsocket [661/877] 1448588=parse_comments_test [662/877] 1448588=test_noarg [663/877] 1448573=test_tempfile [664/877] 1448583=test_function [665/877] 1448577=test_queue [666/877] 1448577=test_gem_commands_dependency_command [667/877] 1448582=test_gem_resolver_composed_set [668/877] 1448582=test_safe_load [669/877] 1448582=test_gem_resolver [670/877] 1448588=test_name_error [671/877] 1448577=test_rdoc_markup_attribute_manager [672/877] 1448577=test_gem_commands_which_command [673/877] 1448573=test_shift_jis [674/877] 1448588=test_http [675/877] 1448573=test_enumerator [676/877] 1448588=test_flags [677/877] 1448577=test_inadvertent_creation [678/877] 1448583=test_gem_commands_specification_command [679/877] 1448578=test_iso_8859 [680/877] 1448578=test_tcp [681/877] 1448578=test_rdoc_text [682/877] 1448577=test_gem_safe_yaml [683/877] 1448577=test_syntax [684/877] 1448583=index_write_test [685/877] 1448583=test_date_new [686/877] 1448578=test_data [687/877] 1448578=test_require [688/877] 1448583=test_rdoc_markup_to_joined_paragraph [689/877] 1448578=test_date_time [690/877] 1448583=test_open-uri [691/877] 1448578=test_httpresponse [692/877] 1448582=test_rdoc_parser_ruby [693/877] 1448578=test_rdoc_context [694/877] 1448580=test_stream [695/877] 1448580=test_nil2vtempty [696/877] 1448580=test_uncorrectable_name_check [697/877] 1448580=newline_test [698/877] 1448583=test_hash_create [699/877] 1448585=test_stringchar [700/877] 1448583=test_passing_block [701/877] 1448583=test_thread_fd_close [702/877] 1448583=test_securerandom [703/877] 1448580=test_rdoc_markdown_test [704/877] 1448583=test_c_union_entity [705/877] 1448585=test_rdoc_normal_module [706/877] 1448583=test_logperiod [707/877] 1448583=test_flush [708/877] 1448583=test_singleton [709/877] 1448583=test_io_console [710/877] 1448585=test_switch_hitter [711/877] 1448585=test_arity [712/877] 1448585=test_gem_ext_rake_builder [713/877] 1448582=test_logdevice [714/877] 1448574=test_err_in_callback [715/877] 1448574=test_gem_resolver_lock_specification [716/877] 1448574=test_gc [717/877] 1448578=test_x509cert [718/877] 1448588=test_last_thread [719/877] 1448578=test_process [720/877] 1448585=test_pack [721/877] 1448580=test_gem_security_policy [722/877] 1448582=test_gem_source_local [723/877] 1448585=test_memory_view [724/877] 1448585=test_m17n_comb [725/877] 1448582=test_ractor [726/877] 1448580=test_rdoc_generator_pot_po [727/877] 1448580=test_ansi_with_terminfo [728/877] 1448581=test_rdoc_markup_to_markdown [729/877] 1448580=test_json_tree [730/877] 1448588=test_case [731/877] 1448588=test_pkey [732/877] 1448580=test_parser_events [733/877] 1448581=test_reline [734/877] 1448582=test_cclass [735/877] 1448588=test_gem_request_connection_pools [736/877] 1448580=test_grapheme_breaks [737/877] 1448582=test_gem_version_option [738/877] 1448580=test_literal [739/877] 1448582=test_str2big [740/877] 1448582=test_dot_dot [741/877] 1448582=test_c_struct_builder [742/877] 1448587=test_rdoc_markup_to_table_of_contents [743/877] 1448581=test_thread [744/877] 1448587=test_socket [745/877] 1448582=test_objectspace [746/877] 1448581=test_ractor [747/877] 1448581=test_severity [748/877] 1448581=test_require_lib [749/877] 1448580=test_gem_install_update_options [750/877] 1448580=parse_test [751/877] 1448588=test_gem_stream_ui [752/877] 1448583=test_rdoc_generator_ri [753/877] 1448583=test_extlibs [754/877] 1448588=test_exception [755/877] 1448582=test_bug_reporter [756/877] 1448587=test_rand [757/877] 1448582=test_gem_package_tar_reader_entry [758/877] 1448587=test_gem_name_tuple [759/877] 1448587=test_rdoc_cross_reference [760/877] 1448582=test_gem_dependency_installer [761/877] 1448576=test_scalar [762/877] 1448576=test_gem_commands_info_command [763/877] 1448576=test_case_options [764/877] 1448576=test_store [765/877] 1448576=test_win32ole [766/877] 1448576=test_generic [767/877] 1448576=test_scan_args [768/877] 1448576=test_enumerator_kw [769/877] 1448576=test_settracefunc [770/877] 1448587=test_gem_text [771/877] 1448587=test_gem_commands_mirror [772/877] 1448587=test_gem_ext_cargo_builder_link_flag_converter [773/877] 1448586=test_method_cache [774/877] 1448586=test_gem_request [775/877] 1448587=test_sprintf_comb [776/877] 1448586=test_date_parse [777/877] 1448587=test_trick [778/877] 1448586=test_thread [779/877] 1448586=test_pipe [780/877] 1448586=test_pkey_ec [781/877] 1448586=test_win32ole_type [782/877] 1448586=test_null [783/877] 1448586=test_mul [784/877] 1448586=test_rdoc_rd_inline_parser [785/877] 1448585=test_rdoc_markup_to_rdoc [786/877] 1448586=test_default_gems [787/877] 1448583=test_rdoc_markup_attributes [788/877] 1448583=test_windows_1251 [789/877] 1448583=test_time [790/877] 1448586=test_rdoc_rdoc [791/877] 1448585=test_gem_uninstaller [792/877] 1448586=test_svcb_https [793/877] 1448583=test_buffering [794/877] 1448586=test_gb18030 [795/877] 1448583=test_io_buffer [796/877] 1448586=test_defined [797/877] 1448583=test_backtrace [798/877] 1448583=test_key_name_check [799/877] 1448583=test_rdoc_i18n_text [800/877] 1448583=test_gem_validator [801/877] 1448586=test_require_path_check [802/877] 1448583=test_rdoc_markup_parser [803/877] 1448576=test_folderitem2_invokeverb [804/877] 1448576=test_fnmatch [805/877] 1448586=test_files_test_2 [806/877] 1448586=test_cgi_tag_helper [807/877] 1448586=test_zlib [808/877] 1448583=test_egrep_cpp [809/877] 1448576=test_erb_m17n [810/877] 1448576=test_ole_methods [811/877] 1448576=test_date_conv [812/877] 1448576=test_optimization [813/877] 1448583=test_gc_compact [814/877] 1448581=test_proc [815/877] 1448580=test_string [816/877] 1448585=test_gem_resolver_index_set [817/877] 1448585=test_gem_package_old [818/877] 1448585=json_addition_test [819/877] 1448585=test_gem_dependency_resolution_error [820/877] 1448585=test_rdoc_parser [821/877] 1448585=test_qsort [822/877] 1448585=test_rdoc_stats [823/877] 1448588=test_pattern_matching [824/877] 1448585=test_string [825/877] 1448585=test_rdoc_store [826/877] 1448588=test_gem_request_set_lockfile_parser [827/877] 1448588=test_depth_first [828/877] 1448588=test_raise [829/877] 1448588=test_x509attr [830/877] 1448588=test_numeric [831/877] 1448588=test_ifunless [832/877] 1448588=test_assignment [833/877] 1448582=test_gem_commands_lock_command [834/877] 1448582=test_gem_command [835/877] 1448581=test_key_actor_vi [836/877] 1448582=test_bug-3571 [837/877] 1448582=test_common [838/877] 1448581=test_gem_spec_fetcher [839/877] 1448587=test_hmac [840/877] 1448587=test_rdoc_markup_to_tt_only [841/877] 1448587=test_rdoc_tom_doc [842/877] 1448587=test_verbose [843/877] 1448587=test_nil [844/877] 1448587=test_num2int [845/877] 1448587=test_rdoc_single_class [846/877] 1448587=test_macro [847/877] 1448587=test_gem_ext_configure_builder [848/877] 1448581=test_frozen [849/877] 1448581=test_pp [850/877] 1448587=test_zsh_completion [851/877] 1448582=test_exception [852/877] 1448587=test_iter_break [853/877] 1448587=test_rdoc_token_stream [854/877] 1448582=test_address_resolve [855/877] 1448587=test_config [856/877] 1448581=test_gem_source_list [857/877] 1448587=test_yaml_special_cases [858/877] 1448587=test_optarg [859/877] 1448581=test_kdf [860/877] 1448582=test_gem_doctor [861/877] 1448585=test_kernel [862/877] 1448587=test_eval_history [863/877] 1448582=dispatcher_test [864/877] 1448587=test_bug-5832 [865/877] 1448587=test_files_ext [866/877] 1448582=test_emitter [867/877] 1448581=test_gem_silent_ui [868/877] 1448582=test_object_create_start [869/877] 1448582=test_command [870/877] 1448581=test_at_exit [871/877] 1448581=test_gem_ext_cargo_builder_unit [872/877] 1448581=test_date [873/877] 1448581=test_gem_rdoc [874/877] 1448587=test_enc_raise [875/877] 1448587=test_psych [876/877] 1448587=!Nothing_to_test [877/877] 1448587=test_rdoc_markup_paragraph Finished tests in 46.404171s, 566.9749 tests/s, 204849.8188 assertions/s. 26310 tests, 9505886 assertions, 0 failures, 0 errors, 276 skips ruby -v: ruby 3.4.0dev (2024-03-26T16:11:09Z master 4300c42a7e) [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j16' 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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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 making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/1-mspec-multi-0 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/2-mspec-multi-1 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/3-mspec-multi-2 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/4-mspec-multi-3 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/5-mspec-multi-4 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/6-mspec-multi-5 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/7-mspec-multi-6 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/8-mspec-multi-7 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/9-mspec-multi-8 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/10-mspec-multi-9 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/11-mspec-multi-10 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/12-mspec-multi-11 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/13-mspec-multi-12 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/14-mspec-multi-13 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/15-mspec-multi-14 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240326-1581829-mb76w0/16-mspec-multi-15 ruby 3.4.0dev (2024-03-26T16:11:09Z master 4300c42a7e) [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 11.257025 seconds 3427 files, 32552 examples, 166690 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j16'" exit with 0.