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