# Logfile created on 2023-10-26 21:09:27 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x000055ae82c92120 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-jemalloc", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-jemalloc", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-jemalloc", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-jemalloc", @configure_opts=["--with-jemalloc --enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-jemalloc.20231026-210927", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055ae82d274a0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055ae82d27360 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055ae82d27180 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-jemalloc.20231026-210927", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-jemalloc.20231026-210927>, @binmode=false, @mon_data=#<Monitor:0x000055ae82d270b8>, @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 rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1 Update debug to 927587afb6aac69b358b86a01f602d207053e8d2 echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision - echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision unchanged /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/rbs.revision unchanged $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-rubyspec -j4 make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby 6241cfa..8e62596 master -> origin/master Updating 6241cfa..8e62596 Fast-forward common.mk | 10 + lib/prism/parse_result.rb | 26 ++- lib/prism/prism.gemspec | 1 + prism/extension.c | 26 +++ prism/prettyprint.h | 15 ++ prism/prism.c | 116 +++++------ prism/prism.h | 14 +- prism/templates/lib/prism/node.rb.erb | 8 +- prism/templates/src/prettyprint.c.erb | 223 ++++++++++++++------- prism/templates/src/serialize.c.erb | 82 ++++---- prism/util/pm_buffer.c | 59 ++++-- prism/util/pm_buffer.h | 14 +- prism/util/pm_constant_pool.c | 2 +- prism/util/pm_constant_pool.h | 2 +- prism/util/pm_newline_list.c | 62 +----- prism/util/pm_newline_list.h | 2 +- ruby.c | 11 +- shape.c | 7 + shape.h | 3 - test/prism/comments_test.rb | 99 ++++++--- test/prism/newline_test.rb | 8 +- test/prism/snapshots/blocks.txt | 2 +- test/prism/snapshots/dash_heredocs.txt | 82 ++++---- test/prism/snapshots/dos_endings.txt | 24 +-- test/prism/snapshots/embdoc_no_newline_at_end.txt | 4 +- .../heredoc_with_escaped_newline_at_start.txt | 8 +- .../snapshots/heredoc_with_trailing_newline.txt | 2 +- test/prism/snapshots/heredocs_nested.txt | 18 +- .../snapshots/heredocs_with_ignored_newlines.txt | 38 ++-- ...eredocs_with_ignored_newlines_and_non_empty.txt | 2 +- test/prism/snapshots/methods.txt | 8 +- test/prism/snapshots/newline_terminated.txt | 70 +++---- test/prism/snapshots/regex.txt | 2 +- .../snapshots/seattlerb/TestRubyParserShared.txt | 2 +- test/prism/snapshots/seattlerb/block_arg__bare.txt | 2 +- test/prism/snapshots/seattlerb/bug236.txt | 2 +- .../snapshots/seattlerb/defn_arg_asplat_arg.txt | 2 +- .../seattlerb/defn_kwarg_kwsplat_anon.txt | 2 +- test/prism/snapshots/seattlerb/defn_splat_arg.txt | 2 +- test/prism/snapshots/seattlerb/difficult0_.txt | 8 +- .../seattlerb/heredoc__backslash_dos_format.txt | 4 +- .../snapshots/seattlerb/heredoc_backslash_nl.txt | 6 +- .../snapshots/seattlerb/heredoc_bad_hex_escape.txt | 4 +- .../snapshots/seattlerb/heredoc_bad_oct_escape.txt | 4 +- .../snapshots/seattlerb/heredoc_comma_arg.txt | 6 +- test/prism/snapshots/seattlerb/heredoc_lineno.txt | 4 +- test/prism/snapshots/seattlerb/heredoc_nested.txt | 14 +- .../prism/snapshots/seattlerb/heredoc_squiggly.txt | 14 +- ...edoc_squiggly_blank_line_plus_interpolation.txt | 10 +- .../seattlerb/heredoc_squiggly_blank_lines.txt | 14 +- .../snapshots/seattlerb/heredoc_squiggly_empty.txt | 4 +- .../seattlerb/heredoc_squiggly_interp.txt | 14 +- .../seattlerb/heredoc_squiggly_no_indent.txt | 4 +- .../snapshots/seattlerb/heredoc_squiggly_tabs.txt | 10 +- .../seattlerb/heredoc_squiggly_tabs_extra.txt | 10 +- .../heredoc_squiggly_visually_blank_lines.txt | 14 +- .../heredoc_trailing_slash_continued_call.txt | 4 +- test/prism/snapshots/seattlerb/heredoc_unicode.txt | 4 +- .../heredoc_with_carriage_return_escapes.txt | 4 +- ...eredoc_with_carriage_return_escapes_windows.txt | 4 +- .../heredoc_with_extra_carriage_horrible_mix.txt | 4 +- .../heredoc_with_extra_carriage_returns.txt | 4 +- ...heredoc_with_extra_carriage_returns_windows.txt | 4 +- ...h_interpolation_and_carriage_return_escapes.txt | 6 +- ...olation_and_carriage_return_escapes_windows.txt | 6 +- .../heredoc_with_not_global_interpolation.txt | 4 +- .../heredoc_with_only_carriage_returns.txt | 4 +- .../heredoc_with_only_carriage_returns_windows.txt | 4 +- test/prism/snapshots/seattlerb/label_vs_string.txt | 2 +- .../seattlerb/parse_line_dstr_soft_newline.txt | 4 +- .../snapshots/seattlerb/parse_line_heredoc.txt | 4 +- .../seattlerb/parse_line_heredoc_evstr.txt | 10 +- .../seattlerb/parse_line_heredoc_hardnewline.txt | 4 +- .../seattlerb/parse_line_heredoc_regexp_chars.txt | 4 +- .../snapshots/seattlerb/pct_Q_backslash_nl.txt | 2 +- test/prism/snapshots/seattlerb/pct_nl.txt | 14 +- .../seattlerb/pct_w_heredoc_interp_nested.txt | 4 +- .../snapshots/seattlerb/str_double_newline.txt | 2 +- .../snapshots/seattlerb/str_heredoc_interp.txt | 6 +- .../snapshots/seattlerb/str_single_newline.txt | 2 +- test/prism/snapshots/single_quote_heredocs.txt | 4 +- test/prism/snapshots/spanning_heredoc.txt | 32 +-- test/prism/snapshots/tilde_heredocs.txt | 198 +++++++++--------- test/prism/snapshots/unescaping.txt | 4 +- .../unparser/corpus/literal/assignment.txt | 30 +-- .../snapshots/unparser/corpus/literal/block.txt | 8 +- .../snapshots/unparser/corpus/literal/def.txt | 8 +- .../snapshots/unparser/corpus/literal/dstr.txt | 52 ++--- .../snapshots/unparser/corpus/literal/empty.txt | 4 +- .../snapshots/unparser/corpus/literal/literal.txt | 32 +-- .../snapshots/unparser/corpus/literal/since/31.txt | 4 +- .../snapshots/unparser/corpus/literal/since/32.txt | 4 +- .../snapshots/unparser/corpus/semantic/block.txt | 8 +- .../snapshots/unparser/corpus/semantic/dstr.txt | 130 ++++++------ .../snapshots/unparser/corpus/semantic/while.txt | 4 +- .../snapshots/whitequark/anonymous_blockarg.txt | 2 +- test/prism/snapshots/whitequark/args.txt | 4 +- test/prism/snapshots/whitequark/blockargs.txt | 12 +- test/prism/snapshots/whitequark/bug_heredoc_do.txt | 4 +- .../snapshots/whitequark/dedenting_heredoc.txt | 144 ++++++------- ...nterpolating_heredoc_fake_line_continuation.txt | 10 +- ...non_interpolating_heredoc_line_continuation.txt | 10 +- test/prism/snapshots/whitequark/empty_stmt.txt | 4 +- .../forwarded_argument_with_kwrestarg.txt | 2 +- .../whitequark/forwarded_argument_with_restarg.txt | 2 +- .../snapshots/whitequark/forwarded_kwrestarg.txt | 2 +- .../forwarded_kwrestarg_with_additional_kwarg.txt | 2 +- .../snapshots/whitequark/forwarded_restarg.txt | 2 +- test/prism/snapshots/whitequark/heredoc.txt | 12 +- .../snapshots/whitequark/interp_digit_var.txt | 24 +-- .../kwoptarg_with_kwrestarg_and_forwarded_args.txt | 2 +- .../snapshots/whitequark/kwrestarg_unnamed.txt | 2 +- test/prism/snapshots/whitequark/parser_bug_640.txt | 4 +- ...r_drops_truncated_parts_of_squiggly_heredoc.txt | 6 +- .../parser_slash_slash_n_escaping_in_literals.txt | 12 +- .../prism/snapshots/whitequark/restarg_unnamed.txt | 2 +- test/prism/snapshots/whitequark/ruby_bug_11989.txt | 4 +- test/prism/snapshots/whitequark/ruby_bug_11990.txt | 4 +- test/prism/snapshots/whitequark/send_lambda.txt | 2 +- .../whitequark/slash_newline_in_heredocs.txt | 14 +- 120 files changed, 1160 insertions(+), 966 deletions(-) create mode 100644 prism/prettyprint.h Latest commit hash = 8e62596e38 $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk-jemalloc/common.mk > uncommon.mk generating /tmp/ruby/src/trunk-jemalloc/ext/ripper/eventids2table.c /tmp/ruby/src/trunk-jemalloc/revision.h updated make[1]: Entering directory '/tmp/ruby/src/trunk-jemalloc/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk-jemalloc/ext/ripper' generating x86_64-linux-fake.rb x86_64-linux-fake.rb updated /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp rbconfig.rb unchanged generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' Update debug to 927587afb6aac69b358b86a01f602d207053e8d2 Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1 echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision - echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision unchanged /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/rbs.revision unchanged $$$[end] "make after-update -j4" exit with 0. $$$[beg] make miniruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /tmp/ruby/src/trunk-jemalloc/miniinit.c compiling /tmp/ruby/src/trunk-jemalloc/array.c compiling /tmp/ruby/src/trunk-jemalloc/ast.c compiling /tmp/ruby/src/trunk-jemalloc/bignum.c compiling /tmp/ruby/src/trunk-jemalloc/class.c compiling /tmp/ruby/src/trunk-jemalloc/compile.c compiling /tmp/ruby/src/trunk-jemalloc/complex.c compiling /tmp/ruby/src/trunk-jemalloc/cont.c compiling /tmp/ruby/src/trunk-jemalloc/debug.c compiling /tmp/ruby/src/trunk-jemalloc/dir.c compiling /tmp/ruby/src/trunk-jemalloc/encoding.c compiling /tmp/ruby/src/trunk-jemalloc/enum.c compiling /tmp/ruby/src/trunk-jemalloc/enumerator.c compiling /tmp/ruby/src/trunk-jemalloc/error.c compiling /tmp/ruby/src/trunk-jemalloc/eval.c compiling /tmp/ruby/src/trunk-jemalloc/file.c compiling /tmp/ruby/src/trunk-jemalloc/gc.c compiling /tmp/ruby/src/trunk-jemalloc/hash.c compiling /tmp/ruby/src/trunk-jemalloc/io.c compiling /tmp/ruby/src/trunk-jemalloc/iseq.c compiling /tmp/ruby/src/trunk-jemalloc/load.c compiling /tmp/ruby/src/trunk-jemalloc/marshal.c compiling /tmp/ruby/src/trunk-jemalloc/math.c compiling /tmp/ruby/src/trunk-jemalloc/memory_view.c compiling /tmp/ruby/src/trunk-jemalloc/rjit.c compiling /tmp/ruby/src/trunk-jemalloc/rjit_c.c compiling /tmp/ruby/src/trunk-jemalloc/node.c compiling /tmp/ruby/src/trunk-jemalloc/node_dump.c compiling /tmp/ruby/src/trunk-jemalloc/numeric.c compiling /tmp/ruby/src/trunk-jemalloc/object.c compiling /tmp/ruby/src/trunk-jemalloc/pack.c compiling parse.c compiling /tmp/ruby/src/trunk-jemalloc/proc.c compiling /tmp/ruby/src/trunk-jemalloc/process.c compiling /tmp/ruby/src/trunk-jemalloc/ractor.c compiling /tmp/ruby/src/trunk-jemalloc/random.c compiling /tmp/ruby/src/trunk-jemalloc/range.c compiling /tmp/ruby/src/trunk-jemalloc/rational.c compiling /tmp/ruby/src/trunk-jemalloc/re.c compiling /tmp/ruby/src/trunk-jemalloc/ruby.c compiling /tmp/ruby/src/trunk-jemalloc/scheduler.c compiling /tmp/ruby/src/trunk-jemalloc/shape.c compiling /tmp/ruby/src/trunk-jemalloc/signal.c compiling /tmp/ruby/src/trunk-jemalloc/sprintf.c compiling /tmp/ruby/src/trunk-jemalloc/string.c compiling /tmp/ruby/src/trunk-jemalloc/struct.c compiling /tmp/ruby/src/trunk-jemalloc/symbol.c compiling /tmp/ruby/src/trunk-jemalloc/thread.c compiling /tmp/ruby/src/trunk-jemalloc/time.c compiling /tmp/ruby/src/trunk-jemalloc/transcode.c compiling /tmp/ruby/src/trunk-jemalloc/variable.c compiling /tmp/ruby/src/trunk-jemalloc/version.c compiling /tmp/ruby/src/trunk-jemalloc/vm.c compiling /tmp/ruby/src/trunk-jemalloc/vm_backtrace.c compiling /tmp/ruby/src/trunk-jemalloc/vm_dump.c compiling /tmp/ruby/src/trunk-jemalloc/vm_sync.c compiling /tmp/ruby/src/trunk-jemalloc/vm_trace.c compiling prism/api_node.c compiling /tmp/ruby/src/trunk-jemalloc/prism/api_pack.c compiling /tmp/ruby/src/trunk-jemalloc/prism/extension.c compiling prism/node.c compiling prism/prettyprint.c compiling /tmp/ruby/src/trunk-jemalloc/prism/regexp.c compiling prism/serialize.c compiling prism/token_type.c compiling /tmp/ruby/src/trunk-jemalloc/prism/util/pm_buffer.c /tmp/ruby/src/trunk-jemalloc/prism/util/pm_buffer.c: In function 'pm_buffer_append_format': /tmp/ruby/src/trunk-jemalloc/prism/util/pm_buffer.c:78:5: warning: function 'pm_buffer_append_format' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] 78 | int result = vsnprintf(NULL, 0, format, arguments); | ^~~ /tmp/ruby/src/trunk-jemalloc/prism/util/pm_buffer.c:88:5: warning: function 'pm_buffer_append_format' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] 88 | vsnprintf(buffer->value + cursor, length, format, arguments); | ^~~~~~~~~ /tmp/ruby/src/trunk-jemalloc/prism/util/pm_buffer.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-jemalloc/prism/util/pm_char.c compiling /tmp/ruby/src/trunk-jemalloc/prism/util/pm_constant_pool.c compiling /tmp/ruby/src/trunk-jemalloc/prism/util/pm_memchr.c compiling /tmp/ruby/src/trunk-jemalloc/prism/util/pm_newline_list.c compiling /tmp/ruby/src/trunk-jemalloc/prism/util/pm_strpbrk.c compiling /tmp/ruby/src/trunk-jemalloc/prism/prism.c compiling /tmp/ruby/src/trunk-jemalloc/prism_init.c compiling /tmp/ruby/src/trunk-jemalloc/yjit.c linking miniruby $$$[end] "make miniruby -j4" exit with 0. $$$[beg] make ruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. creating verconf.h verconf.h updated compiling /tmp/ruby/src/trunk-jemalloc/loadpath.c builtin_binary.inc updated compiling /tmp/ruby/src/trunk-jemalloc/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.3.0 linking ruby $$$[end] "make ruby -j4" exit with 0. $$$[beg] make all -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so encdb.h unchanged building spec/ruby/optional/capi/ext/bignum_spec.so building spec/ruby/optional/capi/ext/binding_spec.so building spec/ruby/optional/capi/ext/boolean_spec.so building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so building spec/ruby/optional/capi/ext/class_spec.so building spec/ruby/optional/capi/ext/class_under_autoload_spec.so building spec/ruby/optional/capi/ext/complex_spec.so building spec/ruby/optional/capi/ext/constants_spec.so building spec/ruby/optional/capi/ext/data_spec.so building spec/ruby/optional/capi/ext/debug_spec.so building spec/ruby/optional/capi/ext/encoding_spec.so building spec/ruby/optional/capi/ext/enumerator_spec.so building spec/ruby/optional/capi/ext/exception_spec.so building spec/ruby/optional/capi/ext/fiber_spec.so building spec/ruby/optional/capi/ext/file_spec.so building spec/ruby/optional/capi/ext/fixnum_spec.so building spec/ruby/optional/capi/ext/float_spec.so building spec/ruby/optional/capi/ext/gc_spec.so building spec/ruby/optional/capi/ext/globals_spec.so building spec/ruby/optional/capi/ext/hash_spec.so building spec/ruby/optional/capi/ext/integer_spec.so building spec/ruby/optional/capi/ext/io_spec.so building spec/ruby/optional/capi/ext/kernel_spec.so building spec/ruby/optional/capi/ext/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/proc_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/rational_spec.so building spec/ruby/optional/capi/ext/rbasic_spec.so building spec/ruby/optional/capi/ext/regexp_spec.so building spec/ruby/optional/capi/ext/st_spec.so building spec/ruby/optional/capi/ext/string_spec.so building spec/ruby/optional/capi/ext/struct_spec.so building spec/ruby/optional/capi/ext/symbol_spec.so building spec/ruby/optional/capi/ext/thread_spec.so building spec/ruby/optional/capi/ext/time_spec.so building spec/ruby/optional/capi/ext/tracepoint_spec.so building spec/ruby/optional/capi/ext/typed_data_spec.so building spec/ruby/optional/capi/ext/util_spec.so making enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/rational' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/rational/rat.c linking shared-object -test-/rational.so make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' compiling /tmp/ruby/src/trunk-jemalloc/ext/coverage/coverage.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' linking shared-object coverage.so make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/rational' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' compiling /tmp/ruby/src/trunk-jemalloc/ext/objspace/objspace.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' compiling /tmp/ruby/src/trunk-jemalloc/ext/pty/pty.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' compiling /tmp/ruby/src/trunk-jemalloc/ext/ripper/ripper.c linking shared-object pty.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/init.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/constants.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/basicsocket.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/socket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/ipsocket.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/tcpsocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/tcpserver.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/sockssocket.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/udpsocket.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/unixsocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/objspace/objspace_dump.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/unixserver.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/option.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/ancdata.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/raddrinfo.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/ifaddr.c linking shared-object socket.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' linking shared-object objspace.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' linking shared-object ripper.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1 Update debug to 927587afb6aac69b358b86a01f602d207053e8d2 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/rbs.revision - echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/rbs.revision unchanged gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision unchanged encdb.h unchanged making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' ./miniruby -I/tmp/ruby/src/trunk-jemalloc/lib -I. -I.ext/common /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-jemalloc/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc Installing to installing binary commands: /tmp/ruby/install/trunk-jemalloc/bin installing base libraries: /tmp/ruby/install/trunk-jemalloc/lib installing arch files: /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.3.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk-jemalloc/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.3.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/3.3.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-jemalloc/include/ruby-3.3.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.3.0+0 installing extension scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/3.3.0+0 installing extension scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/3.3.0+0 installing extension headers: /tmp/ruby/install/trunk-jemalloc/include/ruby-3.3.0+0/ruby installing command scripts: /tmp/ruby/install/trunk-jemalloc/bin installing library scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.3.0+0 installing common headers: /tmp/ruby/install/trunk-jemalloc/include/ruby-3.3.0+0 installing manpages: /tmp/ruby/install/trunk-jemalloc/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.3.0+0 abbrev 0.1.1 base64 0.1.1 benchmark 0.2.1 bundler 2.5.0.dev cgi 0.3.6 csv 3.2.8 delegate 0.3.0 did_you_mean 1.6.3 drb 2.1.1 english 0.7.2 erb 4.0.3 error_highlight 0.5.1 fileutils 1.7.1 find 0.1.1 forwardable 1.3.3 getoptlong 0.2.0 ipaddr 1.2.5 irb 1.8.3 logger 1.5.3 mutex_m 0.1.2 net-http 0.3.2 net-protocol 0.2.1 observer 0.1.1 open-uri 0.3.0 open3 0.1.2 optparse 0.4.0.pre.1 ostruct 0.5.5 pp 0.4.0 prettyprint 0.1.1 prism 0.15.1 pstore 0.1.2 rdoc 6.5.0 readline 0.0.3 reline 0.3.9 resolv 0.2.2 resolv-replace 0.1.1 rinda 0.1.1 ruby2_keywords 0.0.5 securerandom 0.2.2 set 1.0.3 shellwords 0.1.0 singleton 0.1.1 syntax_suggest 1.1.0 tempfile 0.1.3 time 0.2.2 timeout 0.4.0 tmpdir 0.1.3 tsort 0.1.1 un 0.2.1 uri 0.12.2 weakref 0.1.2 yaml 0.2.1 installing default gems from ext: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.3.0+0 bigdecimal 3.1.5 date 3.3.3 digest 3.1.1 etc 1.4.2 fcntl 1.0.2 fiddle 1.1.2 io-console 0.6.1.dev io-nonblock 0.2.0 io-wait 0.3.0 json 2.6.3 nkf 0.1.3 openssl 3.2.0 pathname 0.2.1 psych 5.1.1.1 stringio 3.0.9 strscan 3.0.7 syslog 0.1.1 zlib 3.0.0 installing bundled gems: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.3.0+0 minitest 5.20.0 power_assert 2.0.3 rake 13.0.6 test-unit 3.6.1 rexml 3.2.6 rss 0.3.0 net-ftp 0.2.0 net-imap 0.4.1 net-pop 0.1.2 net-smtp 0.4.0 matrix 0.4.2 prime 0.1.2 rbs 3.2.2 typeprof 0.21.8 debug 1.8.0 racc 1.7.1 installing bundled gem cache: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.3.0+0/cache skipped bundled gems: rbs-3.2.0.gem not found in bundled_gems $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 1858 tests $$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0. $$$[beg] make yes-test-basic TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Ignore setproctitle.o because of setproctitle.c under missing Ignore strlcat.o because of strlcat.c under missing Ignore strlcpy.o because of strlcpy.c under missing Checking leaked global symbols...none /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS='-j4'" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' Run options: --seed=55432 "--ruby=./miniruby -I/tmp/ruby/src/trunk-jemalloc/lib -I. -I.ext/common /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk-jemalloc/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j4 # Running tests: [ 1/902] 757306=test_rand [ 2/902] 757307=test_regexp [ 3/902] 757304=test_gem_platform [ 4/902] 757303=test_parse [ 5/902] 757306=test_bigzero [ 6/902] 757306=test_class2name [ 7/902] 757306=test_x509cert [ 8/902] 757303=test_stringio [ 9/902] 757304=parse_serialize_test [ 10/902] 757304=test_logdevice [ 11/902] 757303=test_rdoc_rd [ 12/902] 757306=test_rdoc_markup_attribute_manager [ 13/902] 757306=test_helper [ 14/902] 757306=test_econv [ 15/902] 757303=test_logperiod [ 16/902] 757303=test_rdoc_markup_hard_break [ 17/902] 757303=test_gem_resolver_composed_set [ 18/902] 757303=test_files_test_2 [ 19/902] 757304=test_gem_resolver_local_specification [ 20/902] 757304=test_require [ 21/902] 757306=test_win32ole_type_event [ 22/902] 757306=test_ns_spki [ 23/902] 757306=test_key_name_check [ 24/902] 757306=test_stack [ 25/902] 757306=test_boolean [ 26/902] 757306=test_addr [ 27/902] 757306=test_config [ 28/902] 757307=test_rdoc_comment [ 29/902] 757306=test_gem_commands_check_command [ 30/902] 757306=test_ftp [ 31/902] 757306=test_kwargs [ 32/902] 757306=test_io [ 33/902] 757307=test_io_wait [ 34/902] 757307=test_thread_fd_close [ 35/902] 757307=test_class_name_check [ 36/902] 757307=test_autoconf [ 37/902] 757307=test_cgi_multipart [ 38/902] 757306=test_patterns [ 39/902] 757306=test_yamldbm [ 40/902] 757306=test_https [ 41/902] 757307=test_evaluation [ 42/902] 757307=test_rdoc_i18n_text [ 43/902] 757307=test_gem_ext_cargo_builder_link_flag_converter [ 44/902] 757306=test_fstring [ 45/902] 757307=test_gem_source_installed [ 46/902] 757307=test_syslog [ 47/902] 757307=test_gem_source_list [ 48/902] 757306=test_struct [ 49/902] 757306=test_yaml_special_cases [ 50/902] 757306=test_ensured [ 51/902] 757306=test_completion [ 52/902] 757307=test_class [ 53/902] 757304=fuzzer_test [ 54/902] 757304=test_const [ 55/902] 757304=test_rdoc_markup_raw [ 56/902] 757304=test_lambda [ 57/902] 757304=test_quote_empty [ 58/902] 757304=test_rational2 [ 59/902] 757304=test_euc_kr [ 60/902] 757304=test_project_sanity [ 61/902] 757304=test_rational [ 62/902] 757304=test_dir_m17n [ 63/902] 757306=test_cgi_cookie [ 64/902] 757306=test_modify_expand [ 65/902] 757306=test_gem_package_old [ 66/902] 757306=test_cgi_tag_helper [ 67/902] 757306=test_gem_request_set_lockfile_tokenizer [ 68/902] 757306=test_gem_available_set [ 69/902] 757306=test_io [ 70/902] 757303=test_pkey_dh [ 71/902] 757303=test_duplicate [ 72/902] 757303=test_metaclass [ 73/902] 757303=test_gem_spec_fetcher [ 74/902] 757304=test_singleton [ 75/902] 757304=test_process [ 76/902] 757304=test_gem_source_vendor [ 77/902] 757304=test_variable_name_check [ 78/902] 757304=test_rubygems [ 79/902] 757303=test_gem_doctor [ 80/902] 757303=test_change_word [ 81/902] 757303=test_etc [ 82/902] 757304=pattern_test [ 83/902] 757304=test_gem_commands_outdated_command [ 84/902] 757303=test_config [ 85/902] 757304=test_string [ 86/902] 757304=test_iterator [ 87/902] 757304=test_rdoc_normal_class [ 88/902] 757303=test_new [ 89/902] 757303=test_gem_installer [ 90/902] 757304=test_qsort [ 91/902] 757304=test_storage [ 92/902] 757304=test_gem_resolver_git_set [ 93/902] 757304=test_cipher [ 94/902] 757304=test_pack [ 95/902] 757307=library_symbols_test [ 96/902] 757307=json_addition_test [ 97/902] 757307=test_rdoc_markup_to_rdoc [ 98/902] 757304=test_io_buffer [ 99/902] 757307=test_ipaddr [100/902] 757304=memsize_test [101/902] 757304=test_table [102/902] 757307=test_require_lib [103/902] 757304=test_config [104/902] 757304=test_bigmath [105/902] 757304=test_objectspace [106/902] 757304=test_variable [107/902] 757304=test_bug_reporter [108/902] 757304=test_cparser [109/902] 757304=test_profile_frames [110/902] 757304=test_unicode_normalize [111/902] 757307=test_emitter [112/902] 757307=test_data [113/902] 757307=test_engine [114/902] 757307=test_skip_lines [115/902] 757307=test_key_error [116/902] 757307=test_rdoc_code_object [117/902] 757307=test_key_actor_vi [118/902] 757307=test_object [119/902] 757307=test_enc_raise [120/902] 757307=test_reline_key [121/902] 757307=test_random_formatter [122/902] 757307=test_rdoc_markup_formatter [123/902] 757307=test_func [124/902] 757303=test_yaml [125/902] 757303=test_rdoc_alias [126/902] 757303=test_gem_uninstaller [127/902] 757303=test_gem_commands_info_command [128/902] 757303=test_x509attr [129/902] 757303=ractor_test [130/902] 757306=test_wait [131/902] 757303=test_bignum [132/902] 757306=test_yield [133/902] 757304=test_euc_tw [134/902] 757304=test_integer_comb [135/902] 757303=test_rdoc_parser [136/902] 757303=test_capacity [137/902] 757303=test_alias_and_anchor [138/902] 757303=test_nextafter [139/902] 757303=test_win32ole_method_event [140/902] 757303=test_cmethod [141/902] 757303=test_install [142/902] 757303=test_comparable [143/902] 757303=test_integer [144/902] 757303=test_date [145/902] 757303=test_pair [146/902] 757307=test_clone [147/902] 757307=test_gem_commands_server_command [148/902] 757307=test_io_timeout [149/902] 757307=test_delegation [150/902] 757307=test_gem_resolver_index_set [151/902] 757307=test_lexer [152/902] 757307=test_random [153/902] 757307=test_grapheme_breaks [154/902] 757307=test_gb18030 [155/902] 757307=test_gem_gemcutter_utilities [156/902] 757307=test_folderitem2_invokeverb [157/902] 757307=test_arith_seq_extract [158/902] 757307=test_pinned [159/902] 757307=test_win32ole_event [160/902] 757307=test_enc_str_buf_cat [161/902] 757307=test_gem_version [162/902] 757307=test_memory_view [163/902] 757307=test_gem_ext_cargo_builder [164/902] 757307=test_to_ruby [165/902] 757307=test_gem_request_set_gem_dependency_api [166/902] 757303=test_gem_source_local [167/902] 757307=test_wss [168/902] 757307=test_exit [169/902] 757303=test_drbobject [170/902] 757307=test_mul [171/902] 757307=test_nil [172/902] 757307=test_ansi_without_terminfo [173/902] 757307=test_unix [174/902] 757303=test_digest [175/902] 757303=test_init [176/902] 757307=test_gem_commands_unpack_command [177/902] 757303=test_closure [178/902] 757306=test_x509store [179/902] 757307=test_symbol [180/902] 757304=test_coder [181/902] 757304=test_ellipsize [182/902] 757304=test_file [183/902] 757304=test_dot_dot [184/902] 757304=test_context [185/902] 757303=test_yamlstore [186/902] 757303=test_primitive [187/902] 757303=test_switch_hitter [188/902] 757303=test_continuation [189/902] 757306=test_ocsp [190/902] 757304=test_enumerator_kw [191/902] 757303=test_ractor [192/902] 757304=test_big2str [193/902] 757304=test_gem_ext_configure_builder [194/902] 757303=test_delete [195/902] 757303=test_ansi_with_terminfo [196/902] 757304=test_gem_commands_uninstall_command [197/902] 757303=test_at_exit [198/902] 757303=test_placearg [199/902] 757303=test_document [200/902] 757303=test_proc [201/902] 757306=test_zlib [202/902] 757307=test_rdoc_markup_to_table_of_contents [203/902] 757307=test_hash_create [204/902] 757307=test_rb_str_dup [205/902] 757307=test_encoding [206/902] 757307=test_io_m17n [207/902] 757304=test_read [208/902] 757303=test_irb [209/902] 757303=test_gem_request_connection_pools [210/902] 757304=test_files_ext [211/902] 757304=test_function [212/902] 757304=test_gem_commands_lock_command [213/902] 757304=test_sockopt [214/902] 757304=dispatcher_test [215/902] 757304=test_eval_history [216/902] 757304=test_drbunix [217/902] 757303=test_arity [218/902] 757303=test_files_test [219/902] 757303=test_tempfile [220/902] 757303=test_err_in_callback [221/902] 757303=test_object_references [222/902] 757303=test_gem_commands_update_command [223/902] 757307=test_gem_resolver_vendor_set [224/902] 757307=test_pipe [225/902] 757307=test_shift_jis [226/902] 757307=test_rdoc_cross_reference [227/902] 757307=test_ldap [228/902] 757307=test_reqarg [229/902] 757307=test_resource [230/902] 757307=test_http [231/902] 757303=test_hash [232/902] 757303=test_http_request [233/902] 757303=test_win32ole_param_event [234/902] 757303=test_rdoc_any_method [235/902] 757303=test_thread [236/902] 757304=test_function_entry [237/902] 757304=test_printf [238/902] 757304=test_koi8 [239/902] 757304=test_unicode [240/902] 757304=test_filter [241/902] 757304=test_time [242/902] 757304=test_complexrational [243/902] 757304=test_type [244/902] 757304=test_observer [245/902] 757304=test_thread_cv [246/902] 757306=test_undef [247/902] 757306=test_gem_commands_setup_command [248/902] 757304=test_gem_package_tar_reader_entry [249/902] 757304=test_invalid [250/902] 757304=test_tmpdir [251/902] 757307=test_gem_source_subpath_problem [252/902] 757304=test_gc [253/902] 757307=test_date_strftime [254/902] 757306=test_fixnum [255/902] 757306=test_signal [256/902] 757307=test_stringchar [257/902] 757307=test_kill_ring [258/902] 757307=test_logger [259/902] 757307=test_gem_validator [260/902] 757307=test_case [261/902] 757307=test_common [262/902] 757307=test_gem_request [263/902] 757307=test_key_stroke [264/902] 757307=test_gem_commands_exec_command [265/902] 757306=errors_test [266/902] 757306=test_libs [267/902] 757306=test_math [268/902] 757306=test_basicsocket [269/902] 757306=test_gc [270/902] 757306=test_rendering [271/902] 757306=test_raise_no_backtrace_exception [272/902] 757303=test_import [273/902] 757306=test_vm_dump [274/902] 757306=test_parser_events [275/902] 757306=test_helper [276/902] 757306=test_enumerator [277/902] 757306=test_cgi_header [278/902] 757306=test_tuplebag [279/902] 757306=version_test [280/902] 757306=test_gem_security_trust_dir [281/902] 757306=test_rdoc_markup_paragraph [282/902] 757306=test_gem_resolver_installer_set [283/902] 757306=test_gem_security_policy [284/902] 757307=test_safe_load [285/902] 757307=test_string_processing [286/902] 757307=test_sexp [287/902] 757307=test_fips [288/902] 757303=test_name_error [289/902] 757307=test_regex_casefold [290/902] 757306=test_http [291/902] 757306=test_object_create_start [292/902] 757306=test_gem_source_git [293/902] 757303=compiler_test [294/902] 757303=test_timeout [295/902] 757303=test_summary [296/902] 757303=test_foreach [297/902] 757303=test_str2big [298/902] 757303=test_win32ole_type [299/902] 757303=test_pointer [300/902] 757307=test_struct [301/902] 757307=test_gem_commands_sources_command [302/902] 757307=test_date_time [303/902] 757307=test_data [304/902] 757307=test_big5 [305/902] 757307=test_mutex [306/902] 757303=test_rdoc_parser_simple [307/902] 757303=test_ssl [308/902] 757307=test_ractor_compatibility [309/902] 757306=test_nkf [310/902] 757306=test_set [311/902] 757306=test_module [312/902] 757307=unescape_test [313/902] 757306=test_rdoc_generator_pot_po_entry [314/902] 757306=test_gem_source_fetch_problem [315/902] 757306=test_syslog_logger [316/902] 757306=test_windows_1252 [317/902] 757306=test_bmethod [318/902] 757306=test_too_many_dummy_encodings [319/902] 757306=json_fixtures_test [320/902] 757306=test_constant [321/902] 757307=test_rubyvm [322/902] 757307=test_argf [323/902] 757303=test_rdoc_rd_inline_parser [324/902] 757303=test_rdoc_parser_c [325/902] 757303=test_pattern_key_name_check [326/902] 757303=test_m17n [327/902] 757303=test_keyword [328/902] 757303=test_yjit [329/902] 757306=test_encoding [330/902] 757306=test_propertyputref [331/902] 757306=test_rdoc_markup_verbatim [332/902] 757306=test_null [333/902] 757306=test_scan_args [334/902] 757306=test_getopts [335/902] 757306=test_rdoc_markup_to_markdown [336/902] 757306=test_gem_silent_ui [337/902] 757306=test_rdoc_parser_rd [338/902] 757306=test_rdoc_single_class [339/902] 757307=test_depth_first [340/902] 757306=test_gem_package_tar_header [341/902] 757307=test_gem_resolver_api_set [342/902] 757306=test_gem_commands_mirror [343/902] 757306=test_win32ole_variant_m [344/902] 757306=test_hash [345/902] 757307=test_stream [346/902] 757307=test_cclass [347/902] 757307=test_rdoc_token_stream [348/902] 757307=test_ossl [349/902] 757304=test_extlibs [350/902] 757303=test_load [351/902] 757303=test_transcode [352/902] 757303=test_time [353/902] 757304=test_convertible [354/902] 757303=json_string_matching_test [355/902] 757303=test_json_tree [356/902] 757303=test_ruby_lex [357/902] 757303=test_method_cache [358/902] 757303=test_rdoc_generator_json_index [359/902] 757303=test_gem_resolver_installed_specification [360/902] 757303=test_severity [361/902] 757303=test_ractor [362/902] 757303=test_rdoc_encoding [363/902] 757303=test_fileutils [364/902] 757303=test_nil2vtempty [365/902] 757303=test_rdoc_servlet [366/902] 757303=test_rdoc_markdown [367/902] 757303=test_object [368/902] 757303=test_readpartial [369/902] 757303=test_rdoc_constant [370/902] 757303=test_deprecate [371/902] 757303=test_date_marshal [372/902] 757303=test_bash_completion [373/902] 757303=test_gem_resolver_requirement_list [374/902] 757303=test_gc_compact [375/902] 757307=test_arith_seq_beg_len_step [376/902] 757307=ripper_compat_test [377/902] 757307=test_did_you_mean [378/902] 757307=test_gem_config_file [379/902] 757307=test_have_func [380/902] 757303=test_yjit_exit_locations [381/902] 757303=test_gem_commands_pristine_command [382/902] 757303=test_gem_package_tar_reader [383/902] 757303=test_gem_local_remote_options [384/902] 757303=test_rdoc_stats [385/902] 757307=test_yaml_tree [386/902] 757303=test_case_comprehensive [387/902] 757307=test_rdoc_attr [388/902] 757307=test_rdoc_store [389/902] 757307=test_time_tz [390/902] 757307=test_debug [391/902] 757307=test_gem_gem_runner [392/902] 757307=test_rdoc_generator_pot_po [393/902] 757307=test_rdoc_context_section [394/902] 757307=test_rdoc_generator_pot [395/902] 757307=test_instrumentation_api [396/902] 757306=test_gem_impossible_dependencies_error [397/902] 757306=test_win32ole_param [398/902] 757306=test_emoji_breaks [399/902] 757307=test_ractor [400/902] 757307=test_date_parse [401/902] 757307=test_read [402/902] 757307=test_formatter [403/902] 757307=test_array_create [404/902] 757307=test_pkey_ec [405/902] 757307=test_gem_command [406/902] 757307=test_thread [407/902] 757307=test_rat [408/902] 757307=test_external_new [409/902] 757307=test_symbol [410/902] 757307=test_win32ole_typelib [411/902] 757307=test_backtrace [412/902] 757307=test_gem_resolver_lock_set [413/902] 757307=test_webauthn_poller [414/902] 757307=test_require [415/902] 757307=test_gem_security [416/902] 757306=test_ancdata [417/902] 757306=test_color_printer [418/902] 757306=test_gem_update_suggestion [419/902] 757306=test_store [420/902] 757306=test_gem_bundler_version_finder [421/902] 757306=test_ole_methods [422/902] 757306=test_tcp [423/902] 757306=test_string_memory [424/902] 757304=test_unicode_escape [425/902] 757306=test_gem_requirement [426/902] 757304=test_line_editor [427/902] 757304=test_rdoc_markup [428/902] 757304=test_webauthn_listener_response [429/902] 757304=test_complex2 [430/902] 757304=test_rdoc_i18n_locale [431/902] 757304=test_kernel [432/902] 757306=test_tree_builder [433/902] 757306=test_gem_stub_specification [434/902] 757306=test_popen_deadlock [435/902] 757304=!Nothing_to_test [436/902] 757304=test_typeddata [437/902] 757304=test_protect [438/902] 757304=test_gem_commands_list_command [439/902] 757304=test_class [440/902] 757304=test_history [441/902] 757304=test_trick [442/902] 757306=test_flags [443/902] 757306=test_integer [444/902] 757304=test_gem_commands_install_command [445/902] 757307=test_files_sample [446/902] 757307=test_win32ole_variant_outarg [447/902] 757307=test_gem_commands_build_command [448/902] 757307=test_gem_commands_help_command [449/902] 757307=test_iseq_load [450/902] 757306=test_console_attr [451/902] 757306=test_numeric [452/902] 757306=test_inlinecache [453/902] 757304=test_marshal [454/902] 757306=test_word [455/902] 757306=test_ubf_async_safe [456/902] 757306=test_case_mapping [457/902] 757306=test_assignment [458/902] 757307=test_ractor [459/902] 757307=location_test [460/902] 757307=test_rdoc_markup_to_html_snippet [461/902] 757307=test_ssl [462/902] 757307=test_win32ole_record [463/902] 757307=test_rdoc_generator_ri [464/902] 757307=test_gem_stream_ui [465/902] 757307=test_pkcs7 [466/902] 757307=test_history [467/902] 757307=test_gem [468/902] 757306=test_rdoc_method_attr [469/902] 757304=test_optarg [470/902] 757304=test_parser [471/902] 757304=test_cgi_core [472/902] 757304=test_exception [473/902] 757304=ruby_api_test [474/902] 757306=test_system [475/902] 757304=test_gem_package_tar_writer [476/902] 757304=test_each [477/902] 757304=test_weakkeymap [478/902] 757304=test_rdoc_markup_indented_paragraph [479/902] 757304=desugar_compiler_test [480/902] 757304=test_gem_indexer [481/902] 757306=test_gem_commands_cert_command [482/902] 757304=test_to_ary_concat [483/902] 757307=test_c_struct_entry [484/902] 757307=test_enc_associate [485/902] 757307=test_drbssl [486/902] 757306=newline_test [487/902] 757306=test_mailto [488/902] 757306=test_sleep [489/902] 757306=test_not [490/902] 757306=test_gem_command_manager [491/902] 757306=test_scalar [492/902] 757306=json_encoding_test [493/902] 757306=test_gem_ext_rake_builder [494/902] 757306=test_sizeof [495/902] 757304=test_remote_fetch_error [496/902] 757304=test_compile_prism [497/902] 757304=test_literal [498/902] 757304=test_rdoc_options [499/902] 757304=test_pstore [500/902] 757304=test_rdoc_markup_to_joined_paragraph [501/902] 757304=test_rdoc_markup_to_html [502/902] 757304=test_interned_str [503/902] 757304=test_pack [504/902] 757304=test_len [505/902] 757304=test_bundled_ca [506/902] 757304=test_exception_at_throwing [507/902] 757304=test_thread [508/902] 757304=test_rdoc_include [509/902] 757304=test_mixed_unicode_escapes [510/902] 757304=test_array [511/902] 757304=test_ractor [512/902] 757304=test_win32ole_variable [513/902] 757304=test_date_arith [514/902] 757304=test_gem_commands_fetch_command [515/902] 757304=test_date_new [516/902] 757304=test_pkey [517/902] 757304=test_ractor [518/902] 757304=test_notimplement [519/902] 757304=test_rdoc_text [520/902] 757304=test_frozen_error [521/902] 757304=test_gem_resolver_api_specification [522/902] 757304=test_trace [523/902] 757304=test_arity [524/902] 757304=test_gem_specification [525/902] 757306=test_require [526/902] 757306=test_provider [527/902] 757306=test_signedness [528/902] 757304=test_thread_queue [529/902] 757303=test_memory_view [530/902] 757303=test_nowrite [531/902] 757303=test_alias [532/902] 757304=test_ostruct [533/902] 757304=test_process [534/902] 757303=test_tsort [535/902] 757303=test_exception [536/902] 757303=test_rdoc_ri_driver [537/902] 757303=test_append [538/902] 757303=test_httpheader [539/902] 757306=test_protocol [540/902] 757303=test_rendering [541/902] 757303=test_gem_commands_query_command [542/902] 757306=test_dns [543/902] 757306=test_file_exhaustive [544/902] 757303=test_acceptable [545/902] 757303=test_erb_command [546/902] 757303=test_rdoc_markup_heading [547/902] 757303=test_gem_resolver_vendor_specification [548/902] 757303=test_header [549/902] 757303=test_cstr [550/902] 757307=test_require_path_check [551/902] 757307=test_securerandom [552/902] 757307=test_input_method [553/902] 757307=test_rdoc_rubygems_hook [554/902] 757307=test_dup [555/902] 757307=test_rdoc_class_module [556/902] 757303=test_deprecated [557/902] 757303=heredoc_dedent_test [558/902] 757303=test_ssl_session [559/902] 757307=test_beginendblock [560/902] 757303=test_reline [561/902] 757303=test_abi [562/902] 757307=test_name_error_extension [563/902] 757307=test_gem_commands_generate_index_command [564/902] 757307=test_within_pipe [565/902] 757307=test_div [566/902] 757307=test_m17n_comb [567/902] 757303=test_marshalable [568/902] 757303=test_find [569/902] 757303=test_uncorrectable_name_check [570/902] 757303=test_gem_commands_stale_command [571/902] 757303=test_gem_resolver_git_specification [572/902] 757303=test_pp [573/902] 757303=test_stream [574/902] 757303=test_method [575/902] 757303=test_rdoc_markup_to_label [576/902] 757303=json_parser_test [577/902] 757303=test_coderange [578/902] 757303=test_ast [579/902] 757307=test_update [580/902] 757307=test_pathname [581/902] 757307=test_socket [582/902] 757307=test_stringscanner [583/902] 757307=test_coverage [584/902] 757306=test_super [585/902] 757307=test_egrep_cpp [586/902] 757307=test_date_conv [587/902] 757307=test_force_quotes [588/902] 757307=test_inadvertent_creation [589/902] 757307=test_method_name_check [590/902] 757307=test_gem_resolver_activation_request [591/902] 757307=test_cgi_modruby [592/902] 757307=test_webauthn_listener Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 41551> [593/902] 757307=test_gem_util [594/902] 757307=test_stat.Closed file descriptor: Test_FileStat#test_stat_for_path: 11 . [595/902] 757307=test_pkey_dsa [596/902] 757306=test_gem_package [597/902] 757307=test_gem_resolver_specification [598/902] 757307=test_color [599/902] 757307=test_queue [600/902] 757307=test_fd_setsize [601/902] 757307=test_env [602/902] 757306=test_gem_dependency [603/902] 757306=test_jaro_winkler [604/902] 757306=test_prettyprint [605/902] 757306=test_timeout [606/902] 757306=test_ws [607/902] 757306=test_weakref [608/902] 757307=test_macro [609/902] 757307=test_gem_uri_formatter [610/902] 757307=test_assembler [611/902] 757307=test_locale [612/902] 757307=test_encodings [613/902] 757306=test_rdoc_require [614/902] 757306=test_path [615/902] 757306=test_ts [616/902] 757307=test_normalize [617/902] 757307=test_range [618/902] 757306=test_inputs_scanner [619/902] 757306=test_rdoc_markup_include [620/902] 757306=test_numeric [621/902] 757306=test_basicinstructions [622/902] 757306=test_udp [623/902] 757306=test_convert [624/902] 757306=test_files_lib [625/902] 757307=test_key_actor_emacs [626/902] 757307=test_io_buffer [627/902] 757307=test_benchmark [628/902] 757307=test_hmac [629/902] 757307=test_lazy_enumerator [630/902] 757307=test_rdoc_rdoc [631/902] 757307=test_data_error [632/902] 757307=test_mdns [633/902] 757307=test_gem_source [634/902] 757307=test_find_executable [635/902] 757307=test_strip [636/902] 757307=test_optparse [637/902] 757307=test_nonblock [638/902] 757307=test_forwardable [639/902] 757307=test_https_proxy [640/902] 757307=test_have_library [641/902] 757307=constant_path_node_test [642/902] 757307=test_emitter [643/902] 757307=test_bug-5832 [644/902] 757307=test_gem_request_set [645/902] 757307=test_internal_ivar [646/902] 757307=test_rinda [647/902] 757304=test_tree_spell_checker [648/902] 757304=test_string [649/902] 757304=test_row [650/902] 757304=test_sleep [651/902] 757307=test_raise [652/902] 757307=test_tracepoint [653/902] 757307=test_objspace [654/902] 757306=test_general [655/902] 757306=test_have_macro [656/902] 757304=test_rdoc_top_level [657/902] 757304=test_recorder [658/902] 757306=test_configuration [659/902] 757304=test_converters [660/902] 757304=test_shapes [661/902] 757304=test_fnmatch [662/902] 757306=test_iseq [663/902] 757304=test_gem_commands_owner_command [664/902] 757304=test_gem_resolver_dependency_request [665/902] 757304=test_key_event_record [666/902] 757304=test_erb_m17n [667/902] 757304=test_rdoc_generator_darkfish [668/902] 757306=test_gem_path_support [669/902] 757304=test_files_test_1 [670/902] 757304=test_enumerator [671/902] 757304=test_gem_dependency_installer [672/902] 757306=test_eval [673/902] 757306=test_rdoc_rd_inline [674/902] 757306=test_nesting_parser [675/902] 757306=test_gem_unsatisfiable_dependency_error [676/902] 757306=test_dir [677/902] 757306=test_gem_uri [678/902] 757306=test_bug-3571 [679/902] 757306=test_defined [680/902] 757306=test_ifunless [681/902] 757306=test_gem_ext_builder [682/902] 757306=test_gem_remote_fetcher [683/902] 757304=test_rewind [684/902] 757304=test_config [685/902] 757304=json_ext_parser_test [686/902] 757304=magic_comment_test [687/902] 757304=test_gem_commands_yank_command [688/902] 757304=test_gem_commands_signout_command [689/902] 757304=test_date_compat [690/902] 757304=test_pack [691/902] 757306=test_enumerable [692/902] 757306=test_scanner_events [693/902] 757306=test_nomethod_error [694/902] 757306=test_human_typo [695/902] 757306=test_mkmf [696/902] 757304=test_rdoc_parser_changelog [697/902] 757306=test_c_union_entity [698/902] 757306=bom_test [699/902] 757306=test_file [700/902] 757304=test_column_separator [701/902] 757304=test_io_console [702/902] 757304=comments_test [703/902] 757304=test_io_wait_uncommon [704/902] 757304=test_acl [705/902] 757304=test_base64 [706/902] 757304=test_cmd [707/902] 757306=test_gem_ext_cmake_builder [708/902] 757306=test_gem_dependency_list [709/902] 757306=test_last_thread [710/902] 757306=test_monitor [711/902] 757306=test_c_struct_builder [712/902] 757304=test_gem_install_update_options [713/902] 757306=test_bn [714/902] 757304=test_gem_rdoc [715/902] 757306=test_digest_extend [716/902] 757306=test_pkey_rsa [717/902] 757304=test_whileuntil [718/902] 757304=test_numhash [719/902] 757304=test_getoptlong [720/902] 757304=test_rdoc_markup_to_ansi [721/902] 757304=test_generic [722/902] 757304=test_gem_resolver_index_specification [723/902] 757304=test_singleton_function [724/902] 757304=test_debug_cmd [725/902] 757304=test_workspace [726/902] 757304=test_framework [727/902] 757304=test_passing_block [728/902] 757306=test_eval [729/902] 757304=test_kconv [730/902] 757304=test_gem_name_tuple [731/902] 757304=test_date_attr [732/902] 757304=test_bigdecimal [733/902] 757306=test_rdoc_tom_doc [734/902] 757306=test_gem_resolver [735/902] 757306=test_sorted_set [736/902] 757306=test_resize [737/902] 757306=test_emoji [738/902] 757306=test_condition [739/902] 757306=test_erb [740/902] 757306=test_cp949 [741/902] 757306=json_generic_object_test [742/902] 757306=test_httpresponse [743/902] 757306=test_rdoc_parser_ruby [744/902] 757304=locals_test [745/902] 757306=parse_test [746/902] 757304=test_x509ext [747/902] 757304=test_verbose [748/902] 757304=test_gem_commands_push_command [749/902] 757304=test_rdoc_markup_to_bs [750/902] 757304=test_weakmap [751/902] 757306=test_pkcs12 [752/902] 757306=test_gem_commands_which_command [753/902] 757306=test_case_options [754/902] 757306=test_fiber [755/902] 757306=test_refinement [756/902] 757306=test_usrmarshal [757/902] 757306=test_mutex_m [758/902] 757306=test_x509crl [759/902] 757306=test_httpresponses [760/902] 757306=test_cgi_session [761/902] 757306=test_ripper [762/902] 757306=test_optimization [763/902] 757304=test_gem_dependency_resolution_error [764/902] 757304=test_buffered_io [765/902] 757304=test_gem_ext_ext_conf_builder [766/902] 757306=test_gem_commands_cleanup_command [767/902] 757304=test_read_write [768/902] 757304=test_path_to_class [769/902] 757304=test_utf16 [770/902] 757304=test_unconverted_fields [771/902] 757304=test_gem_request_set_lockfile_parser [772/902] 757306=test_sprintf [773/902] 757304=test_autoload [774/902] 757306=test_backtrace [775/902] 757306=test_dln [776/902] 757306=test_x509name [777/902] 757306=test_rdoc_task [778/902] 757306=test_nofree [779/902] 757306=test_set [780/902] 757306=test_scalar_scanner [781/902] 757306=test_rdoc_markdown_test [782/902] 757306=test_rdoc_normal_module [783/902] 757306=test_gem_source_lock [784/902] 757306=test_gem_security_signer [785/902] 757306=test_pkg_config [786/902] 757306=test_default_gems [787/902] 757306=test_my_integer [788/902] 757306=test_buffering [789/902] 757306=test_gem_version_option [790/902] 757306=encoding_test [791/902] 757306=test_option [792/902] 757306=test_insns_leaf [793/902] 757306=test_abbrev [794/902] 757306=test_liberal_parsing [795/902] 757306=test_member [796/902] 757306=test_flip [797/902] 757306=test_win32ole_variant [798/902] 757306=test_x509req [799/902] 757303=test_syntax [800/902] 757306=test_serialize_subclasses [801/902] 757306=test_dryrun [802/902] 757306=test_enum [803/902] 757306=test_handle [804/902] 757306=test_gem_source_specific_file [805/902] 757306=test_ractor [806/902] 757306=test_kdf [807/902] 757307=test_general [808/902] 757306=test_pattern_matching [809/902] 757307=test_rubyoptions [810/902] 757306=test_gem_text [811/902] 757306=test_set_len [812/902] 757306=test_settracefunc [813/902] 757306=test_psych [814/902] 757306=test_win32ole [815/902] 757304=test_zsh_completion [816/902] 757306=test_data_converters [817/902] 757304=test_asn1 [818/902] 757306=test_gem_commands_open_command [819/902] 757304=json_common_interface_test [820/902] 757304=test_features [821/902] 757306=test_method_cache [822/902] 757306=test_quote_char_nil [823/902] 757306=test_rdoc_markup_pre_process [824/902] 757304=test_sprintf_comb [825/902] 757304=test_rdoc_rd_block_parser [826/902] 757306=test_scheduler [827/902] 757304=test_rdoc_ri_paths [828/902] 757304=test_digest [829/902] 757306=test_gem_package_task [830/902] 757306=test_fiddle [831/902] 757306=test_omap [832/902] 757306=test_case [833/902] 757306=test_yield_block [834/902] 757306=test_complex [835/902] 757306=test_ractor [836/902] 757304=test_shellwords [837/902] 757304=test_gem_request_set_lockfile [838/902] 757306=test_postponed_job [839/902] 757306=test_rdoc_markup_attributes [840/902] 757306=test_recursion [841/902] 757306=test_pty [842/902] 757304=test_windows_1251 [843/902] 757304=test_frozen [844/902] 757304=test_float [845/902] 757306=test_rdoc_parser_markdown [846/902] 757306=test_ractor [847/902] 757306=test_delegate [848/902] 757306=test_gem_ext_cargo_builder_unit [849/902] 757306=test_date_strptime [850/902] 757306=test_gem_safe_marshal [851/902] 757306=test_rdoc_extend [852/902] 757306=test_gbk [853/902] 757306=test_merge_keys [854/902] 757306=test_string [855/902] 757304=test_euc_jp [856/902] 757304=test_flush [857/902] 757304=test_load [858/902] 757304=test_error_highlight [859/902] 757304=test_spell_checker [860/902] 757304=test_open3 [861/902] 757307=test_win32ole_method [862/902] 757307=test_rbconfig [863/902] 757307=test_call [864/902] 757306=test_drb [865/902] 757307=test_random [866/902] 757307=test_gem_resolver_conflict [867/902] 757307=test_noarg [868/902] 757307=test_gem_resolver_lock_specification [869/902] 757307=test_gem_commands_contents_command [870/902] 757303=test_rdoc_markup_to_html_crossref [871/902] 757307=test_bigdecimal_util [872/902] 757307=test_gem_resolver_best_set [873/902] 757307=test_write [874/902] 757307=test_utf32 [875/902] 757307=test_gem_commands_environment_command [876/902] 757303=test_threadgroup [877/902] 757307=test_array [878/902] 757303=test_rdoc_generator_markup [879/902] 757303=test_bug-14834 [880/902] 757303=test_rdoc_markup_document [881/902] 757303=test_row_separator [882/902] 757303=test_gem_commands_dependency_command [883/902] 757303=test_rdoc_markup_parser [884/902] 757303=test_terminfo [885/902] 757303=test_gem_commands_search_command [886/902] 757303=test_cesu8 [887/902] 757303=test_gem_commands_specification_command [888/902] 757303=test_addrinfo [889/902] 757303=test_arithmetic_sequence [890/902] 757303=regexp_test [891/902] 757303=test_rdoc_markup_to_tt_only [892/902] 757303=test_address_resolve [893/902] 757303=test_date_ractor [894/902] 757303=test_gem_commands_signin_command [895/902] 757303=test_iso_8859 [896/902] 757303=json_generator_test [897/902] 757303=test_parser [898/902] 757304=test_cgi_util [899/902] 757303=test_num2int [900/902] 757303=test_rdoc_context [901/902] 757304=test_open-uri [902/902] 757303=test_iter_break Finished tests in 632.467483s, 42.3121 tests/s, 14984.2850 assertions/s. 26761 tests, 9477073 assertions, 0 failures, 0 errors, 188 skips ruby -v: ruby 3.3.0dev (2023-10-26T20:07:08Z master 8e62596e38) [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' $ /tmp/ruby/build/trunk-jemalloc/miniruby -I/tmp/ruby/src/trunk-jemalloc/lib /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-jemalloc --extout=.ext -- /tmp/ruby/src/trunk-jemalloc/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-jemalloc/spec/default.mspec --error-output stderr --debug ruby 3.3.0dev (2023-10-26T20:07:08Z master 8e62596e38) [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 ......................................................................... 3431 ......................................................................... 3504 ......................................................................... 3577 ......................................................................... 3650 ................................................................. Finished in 153.862312 seconds 3715 files, 32233 examples, 163559 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.