# Logfile created on 2023-10-26 21:07:18 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005635dd7e2048 @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-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @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-O0.20231026-210717", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005635dd87b4a0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005635dd87b338 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005635dd87b180 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231026-210717", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231026-210717>, @binmode=false, @mon_data=#<Monitor:0x00005635dd87b0b8>, @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 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src -j4
From https://github.com/ruby/ruby
7e4ee92..8e62596 master -> origin/master
Updating 7e4ee92..8e62596
Fast-forward
common.mk | 10 +
lib/prism/debug.rb | 36 ++-
lib/prism/parse_result.rb | 26 +-
lib/prism/prism.gemspec | 1 +
prism/config.yml | 26 +-
prism/extension.c | 26 ++
prism/parser.h | 1 +
prism/prettyprint.h | 15 ++
prism/prism.c | 272 ++++++++++-----------
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 +-
prism_compile.c | 24 +-
ruby.c | 11 +-
shape.c | 7 +
shape.h | 3 -
test/prism/comments_test.rb | 99 +++++---
test/prism/constant_path_node_test.rb | 3 +-
test/prism/errors_test.rb | 2 +-
test/prism/fixtures/variables.txt | 1 +
test/prism/location_test.rb | 25 +-
test/prism/newline_test.rb | 8 +-
test/prism/snapshots/arrays.txt | 4 +-
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 +-
test/prism/snapshots/for.txt | 8 +-
.../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/method_calls.txt | 4 +-
test/prism/snapshots/methods.txt | 38 +--
test/prism/snapshots/newline_terminated.txt | 70 +++---
test/prism/snapshots/procs.txt | 10 +-
test/prism/snapshots/regex.txt | 2 +-
.../snapshots/seattlerb/TestRubyParserShared.txt | 2 +-
test/prism/snapshots/seattlerb/block_arg__bare.txt | 2 +-
.../seattlerb/block_decomp_anon_splat_arg.txt | 16 +-
.../snapshots/seattlerb/block_decomp_arg_splat.txt | 20 +-
.../seattlerb/block_decomp_arg_splat_arg.txt | 24 +-
.../snapshots/seattlerb/block_decomp_splat.txt | 20 +-
.../snapshots/seattlerb/block_paren_splat.txt | 24 +-
test/prism/snapshots/seattlerb/bug236.txt | 2 +-
test/prism/snapshots/seattlerb/bug_args__19.txt | 10 +-
test/prism/snapshots/seattlerb/bug_args_masgn.txt | 10 +-
test/prism/snapshots/seattlerb/bug_args_masgn2.txt | 20 +-
.../seattlerb/bug_args_masgn_outer_parens__19.txt | 20 +-
test/prism/snapshots/seattlerb/bug_masgn_right.txt | 10 +-
.../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 +-
test/prism/snapshots/seattlerb/difficult3_.txt | 24 +-
test/prism/snapshots/seattlerb/difficult3__10.txt | 20 +-
test/prism/snapshots/seattlerb/difficult3__11.txt | 16 +-
test/prism/snapshots/seattlerb/difficult3__12.txt | 16 +-
test/prism/snapshots/seattlerb/difficult3__6.txt | 24 +-
test/prism/snapshots/seattlerb/difficult3__7.txt | 20 +-
test/prism/snapshots/seattlerb/difficult3__8.txt | 20 +-
test/prism/snapshots/seattlerb/difficult3__9.txt | 20 +-
.../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/iter_args_2__19.txt | 10 +-
test/prism/snapshots/seattlerb/iter_args_3.txt | 10 +-
test/prism/snapshots/seattlerb/label_vs_string.txt | 2 +-
.../snapshots/seattlerb/masgn_anon_splat_arg.txt | 14 +-
.../snapshots/seattlerb/masgn_arg_colon_arg.txt | 4 +-
test/prism/snapshots/seattlerb/masgn_arg_ident.txt | 4 +-
.../snapshots/seattlerb/masgn_arg_splat_arg.txt | 22 +-
test/prism/snapshots/seattlerb/masgn_colon2.txt | 4 +-
test/prism/snapshots/seattlerb/masgn_colon3.txt | 4 +-
.../snapshots/seattlerb/masgn_command_call.txt | 16 +-
.../snapshots/seattlerb/masgn_double_paren.txt | 8 +-
test/prism/snapshots/seattlerb/masgn_lhs_splat.txt | 16 +-
test/prism/snapshots/seattlerb/masgn_paren.txt | 4 +-
test/prism/snapshots/seattlerb/masgn_splat_arg.txt | 20 +-
.../snapshots/seattlerb/masgn_splat_arg_arg.txt | 20 +-
test/prism/snapshots/seattlerb/masgn_star.txt | 10 +-
.../snapshots/seattlerb/masgn_var_star_var.txt | 16 +-
.../snapshots/seattlerb/mlhs_back_anonsplat.txt | 16 +-
test/prism/snapshots/seattlerb/mlhs_back_splat.txt | 22 +-
.../snapshots/seattlerb/mlhs_front_anonsplat.txt | 14 +-
.../prism/snapshots/seattlerb/mlhs_front_splat.txt | 20 +-
.../snapshots/seattlerb/mlhs_mid_anonsplat.txt | 16 +-
test/prism/snapshots/seattlerb/mlhs_mid_splat.txt | 22 +-
test/prism/snapshots/seattlerb/mlhs_rescue.txt | 4 +-
.../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/parse_line_to_ary.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 | 216 +++++++++-------
.../snapshots/unparser/corpus/literal/block.txt | 96 ++++----
.../snapshots/unparser/corpus/literal/def.txt | 28 ++-
.../snapshots/unparser/corpus/literal/defined.txt | 4 +-
.../snapshots/unparser/corpus/literal/dstr.txt | 52 ++--
.../snapshots/unparser/corpus/literal/empty.txt | 4 +-
.../snapshots/unparser/corpus/literal/for.txt | 26 +-
.../snapshots/unparser/corpus/literal/literal.txt | 32 +--
.../snapshots/unparser/corpus/literal/send.txt | 4 +-
.../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 +-
test/prism/snapshots/variables.txt | 184 ++++++++------
test/prism/snapshots/whitequark/and_or_masgn.txt | 8 +-
.../snapshots/whitequark/anonymous_blockarg.txt | 2 +-
test/prism/snapshots/whitequark/args.txt | 194 ++++++++-------
test/prism/snapshots/whitequark/blockargs.txt | 12 +-
test/prism/snapshots/whitequark/bug_heredoc_do.txt | 4 +-
.../snapshots/whitequark/cond_begin_masgn.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 +-
test/prism/snapshots/whitequark/for_mlhs.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 +-
test/prism/snapshots/whitequark/if_masgn__24.txt | 4 +-
.../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/masgn.txt | 12 +-
test/prism/snapshots/whitequark/masgn_attr.txt | 12 +-
test/prism/snapshots/whitequark/masgn_cmd.txt | 4 +-
test/prism/snapshots/whitequark/masgn_const.txt | 8 +-
test/prism/snapshots/whitequark/masgn_nested.txt | 28 ++-
test/prism/snapshots/whitequark/masgn_splat.txt | 144 ++++++-----
test/prism/snapshots/whitequark/not_masgn__24.txt | 4 +-
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 +-
test/prism/snapshots/whitequark/procarg0.txt | 10 +-
.../snapshots/whitequark/rescue_mod_masgn.txt | 4 +-
.../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 +-
191 files changed, 2250 insertions(+), 1788 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-O0/common.mk > uncommon.mk
/tmp/ruby/src/trunk-O0/revision.h updated
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk-O0/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-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-O0/.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 = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/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-O0/miniinit.c
compiling /tmp/ruby/src/trunk-O0/array.c
compiling /tmp/ruby/src/trunk-O0/ast.c
compiling /tmp/ruby/src/trunk-O0/bignum.c
compiling /tmp/ruby/src/trunk-O0/class.c
compiling /tmp/ruby/src/trunk-O0/compile.c
compiling /tmp/ruby/src/trunk-O0/complex.c
compiling /tmp/ruby/src/trunk-O0/cont.c
compiling /tmp/ruby/src/trunk-O0/debug.c
compiling /tmp/ruby/src/trunk-O0/dir.c
compiling /tmp/ruby/src/trunk-O0/encoding.c
compiling /tmp/ruby/src/trunk-O0/enum.c
compiling /tmp/ruby/src/trunk-O0/enumerator.c
compiling /tmp/ruby/src/trunk-O0/error.c
compiling /tmp/ruby/src/trunk-O0/eval.c
compiling /tmp/ruby/src/trunk-O0/file.c
compiling /tmp/ruby/src/trunk-O0/gc.c
compiling /tmp/ruby/src/trunk-O0/hash.c
compiling /tmp/ruby/src/trunk-O0/io.c
compiling /tmp/ruby/src/trunk-O0/iseq.c
compiling /tmp/ruby/src/trunk-O0/load.c
compiling /tmp/ruby/src/trunk-O0/marshal.c
compiling /tmp/ruby/src/trunk-O0/math.c
compiling /tmp/ruby/src/trunk-O0/memory_view.c
compiling /tmp/ruby/src/trunk-O0/rjit.c
compiling /tmp/ruby/src/trunk-O0/rjit_c.c
compiling /tmp/ruby/src/trunk-O0/node.c
compiling /tmp/ruby/src/trunk-O0/node_dump.c
compiling /tmp/ruby/src/trunk-O0/numeric.c
compiling /tmp/ruby/src/trunk-O0/object.c
compiling /tmp/ruby/src/trunk-O0/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-O0/proc.c
compiling /tmp/ruby/src/trunk-O0/process.c
compiling /tmp/ruby/src/trunk-O0/ractor.c
compiling /tmp/ruby/src/trunk-O0/random.c
compiling /tmp/ruby/src/trunk-O0/range.c
compiling /tmp/ruby/src/trunk-O0/rational.c
compiling /tmp/ruby/src/trunk-O0/re.c
compiling /tmp/ruby/src/trunk-O0/ruby.c
compiling /tmp/ruby/src/trunk-O0/scheduler.c
compiling /tmp/ruby/src/trunk-O0/shape.c
compiling /tmp/ruby/src/trunk-O0/signal.c
compiling /tmp/ruby/src/trunk-O0/sprintf.c
compiling /tmp/ruby/src/trunk-O0/string.c
compiling /tmp/ruby/src/trunk-O0/struct.c
compiling /tmp/ruby/src/trunk-O0/symbol.c
compiling /tmp/ruby/src/trunk-O0/thread.c
compiling /tmp/ruby/src/trunk-O0/time.c
compiling /tmp/ruby/src/trunk-O0/transcode.c
compiling /tmp/ruby/src/trunk-O0/variable.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling /tmp/ruby/src/trunk-O0/vm.c
compiling /tmp/ruby/src/trunk-O0/vm_backtrace.c
compiling /tmp/ruby/src/trunk-O0/vm_dump.c
compiling /tmp/ruby/src/trunk-O0/vm_sync.c
compiling /tmp/ruby/src/trunk-O0/vm_trace.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-O0/prism/api_pack.c
compiling /tmp/ruby/src/trunk-O0/prism/extension.c
compiling prism/node.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-O0/prism/regexp.c
compiling prism/serialize.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_buffer.c
/tmp/ruby/src/trunk-O0/prism/util/pm_buffer.c: In function 'pm_buffer_append_format':
/tmp/ruby/src/trunk-O0/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-O0/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-O0/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-O0/prism/util/pm_char.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-O0/prism/prism.c
compiling /tmp/ruby/src/trunk-O0/prism_init.c
compiling /tmp/ruby/src/trunk-O0/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 = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/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-O0/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/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
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/rational/rat.c
linking shared-object -test-/rational.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-O0/ext/coverage/coverage.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
linking shared-object coverage.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
compiling /tmp/ruby/src/trunk-O0/ext/pty/pty.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
linking shared-object pty.so
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/socket/init.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/option.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ancdata.c
linking shared-object objspace.so
compiling /tmp/ruby/src/trunk-O0/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ifaddr.c
linking shared-object socket.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
generating encdb.h
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
encdb.h unchanged
making enc
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/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-O0/bin
installing base libraries: /tmp/ruby/install/trunk-O0/lib
installing arch files: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-O0/bin
installing library scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing common headers: /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0
installing manpages: /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-O0/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-O0/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-O0/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-O0/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 = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/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-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/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 = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/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-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options:
--seed=4979
"--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
-j4
# Running tests:
[ 1/902] 609579=test_instrumentation_api
[ 2/902] 609580=test_default_gems
[ 3/902] 609581=test_serialize_subclasses
[ 4/902] 609578=test_rand
[ 5/902] 609581=test_ast
[ 6/902] 609580=fuzzer_test
[ 7/902] 609580=test_struct
[ 8/902] 609580=test_propertyputref
[ 9/902] 609580=test_date_strptime
[ 10/902] 609578=test_gem_doctor
[ 11/902] 609580=test_gem_request_set_lockfile_tokenizer
[ 12/902] 609579=test_gem_safe_marshal
[ 13/902] 609580=ruby_api_test
[ 14/902] 609580=test_rdoc_parser_simple
[ 15/902] 609578=test_signedness
[ 16/902] 609580=test_too_many_dummy_encodings
[ 17/902] 609580=test_enumerable
[ 18/902] 609580=json_common_interface_test
[ 19/902] 609580=test_ractor
[ 20/902] 609580=test_grapheme_breaks
[ 21/902] 609580=location_test
[ 22/902] 609580=test_gem_resolver_api_specification
[ 23/902] 609580=test_gem_package
[ 24/902] 609579=test_date_arith
[ 25/902] 609579=test_gem_security_signer
[ 26/902] 609579=test_drbunix
[ 27/902] 609580=test_buffering
[ 28/902] 609580=test_patterns
[ 29/902] 609580=test_gem_commands_stale_command
[ 30/902] 609580=test_drbobject
[ 31/902] 609580=test_gem_commands_query_command
[ 32/902] 609578=test_optimization
[ 33/902] 609580=test_rdoc_rd
[ 34/902] 609580=test_range
[ 35/902] 609580=test_exit
[ 36/902] 609580=test_ts
[ 37/902] 609580=test_find_executable
[ 38/902] 609580=test_unconverted_fields
[ 39/902] 609580=test_require
[ 40/902] 609579=test_locale
[ 41/902] 609579=test_history
[ 42/902] 609579=test_delegation
[ 43/902] 609579=test_dup
[ 44/902] 609579=test_formatter
[ 45/902] 609579=test_weakkeymap
[ 46/902] 609579=test_key_actor_vi
[ 47/902] 609579=test_lazy_enumerator
[ 48/902] 609579=test_rdoc_markup_document
[ 49/902] 609579=test_require
[ 50/902] 609580=test_remote_fetch_error
[ 51/902] 609580=test_pattern_key_name_check
[ 52/902] 609580=test_thread
[ 53/902] 609579=test_open3
[ 54/902] 609580=test_udp
[ 55/902] 609580=test_pinned
[ 56/902] 609580=test_normalize
[ 57/902] 609580=test_converters
[ 58/902] 609580=test_sleep
[ 59/902] 609578=test_bignum
[ 60/902] 609578=test_rdoc_tom_doc
[ 61/902] 609580=test_gem_commands_fetch_command
[ 62/902] 609580=ractor_test
[ 63/902] 609578=test_singleton
[ 64/902] 609578=test_spell_checker
[ 65/902] 609578=test_ancdata
[ 66/902] 609578=test_rdoc_markup
[ 67/902] 609578=test_files_test_2
[ 68/902] 609580=test_gem_resolver_git_specification
[ 69/902] 609580=test_rdoc_ri_paths
[ 70/902] 609580=test_name_error_extension
[ 71/902] 609580=test_rdoc_rd_block_parser
[ 72/902] 609580=test_bigdecimal_util
[ 73/902] 609580=test_https_proxy
[ 74/902] 609580=test_update
[ 75/902] 609580=test_basicinstructions
[ 76/902] 609580=test_read
[ 77/902] 609580=test_verbose
[ 78/902] 609580=test_ractor
[ 79/902] 609580=test_key_actor_emacs
[ 80/902] 609580=test_pack
[ 81/902] 609579=test_gem_ext_configure_builder
[ 82/902] 609579=test_gem_dependency_list
[ 83/902] 609580=test_rendering
[ 84/902] 609579=test_rdoc_generator_markup
[ 85/902] 609579=test_filter
[ 86/902] 609580=test_inlinecache
[ 87/902] 609579=test_scanner_events
[ 88/902] 609579=test_gem_resolver_vendor_specification
[ 89/902] 609580=json_ext_parser_test
[ 90/902] 609580=test_koi8
[ 91/902] 609580=test_ostruct
[ 92/902] 609579=test_table
[ 93/902] 609579=test_rdoc_attr
[ 94/902] 609579=test_not
[ 95/902] 609579=test_force_quotes
[ 96/902] 609579=test_gem_package_task
[ 97/902] 609579=test_err_in_callback
[ 98/902] 609579=test_gem_commands_lock_command
[ 99/902] 609579=test_rdoc_markup_to_html_snippet
[100/902] 609580=test_data
[101/902] 609580=test_rdoc_parser_markdown
[102/902] 609580=test_gem_source_fetch_problem
[103/902] 609580=test_rdoc_i18n_text
[104/902] 609580=test_rdoc_markup_indented_paragraph
[105/902] 609580=test_symbol
[106/902] 609579=test_coder
[107/902] 609579=test_context
[108/902] 609579=test_gem_commands_sources_command
[109/902] 609579=test_ractor_compatibility
[110/902] 609579=test_have_func
[111/902] 609580=test_gem_commands_contents_command
[112/902] 609580=test_win32ole_variant_outarg
[113/902] 609580=test_gem_rdoc
[114/902] 609580=test_erb_command
[115/902] 609580=test_ws
[116/902] 609580=test_unix
[117/902] 609579=test_regex_casefold
[118/902] 609580=test_gem_source_git
[119/902] 609580=test_fd_setsize
[120/902] 609580=test_http
[121/902] 609579=test_drbssl
[122/902] 609578=test_raise_no_backtrace_exception
[123/902] 609578=test_rdoc_parser_changelog
[124/902] 609578=test_column_separator
[125/902] 609578=test_gem_source_list
[126/902] 609578=test_yaml_special_cases
[127/902] 609578=test_boolean
[128/902] 609578=test_kill_ring
[129/902] 609578=test_strip
[130/902] 609578=test_nonblock
[131/902] 609578=test_lexer
[132/902] 609578=test_date
[133/902] 609578=test_open-uri
[134/902] 609578=test_c_struct_entry
[135/902] 609580=test_random
[136/902] 609580=test_rdoc_context
[137/902] 609578=test_transcode
[138/902] 609578=test_iso_8859
[139/902] 609578=test_coderange
[140/902] 609578=test_dir
[141/902] 609578=test_mailto
[142/902] 609578=test_enumerator_kw
[143/902] 609578=test_gem_indexer
[144/902] 609580=test_gem_commands_install_command
[145/902] 609578=test_pair
[146/902] 609578=test_stat
[147/902] 609578=test_flush
[148/902] 609578=test_gem_commands_owner_command
[149/902] 609578=test_cgi_modruby
[150/902] 609578=test_rational
[151/902] 609578=test_gc
[152/902] 609580=test_gem_local_remote_options
[153/902] 609580=test_win32ole_variant
[154/902] 609580=test_summary
[155/902] 609580=test_gem_resolver_composed_set
[156/902] 609580=test_object
[157/902] 609580=test_arity
[158/902] 609580=test_find
[159/902] 609580=test_trace
[160/902] 609580=test_nil
[161/902] 609580=test_rdoc_markup_attribute_manager
[162/902] 609580=test_liberal_parsing
[163/902] 609580=test_rdoc_class_module
[164/902] 609580=unescape_test
[165/902] 609579=test_yamldbm
[166/902] 609579=test_jaro_winkler
[167/902] 609579=test_func
[168/902] 609580=test_install
[169/902] 609580=test_foreach
[170/902] 609580=test_string
[171/902] 609580=test_variable_name_check
[172/902] 609580=test_iterator
[173/902] 609579=compiler_test
[174/902] 609580=test_printf
[175/902] 609580=test_case
[176/902] 609580=test_gem_remote_fetcher
[177/902] 609579=test_regexp
[178/902] 609580=test_extlibs
[179/902] 609579=test_file_exhaustive
[180/902] 609580=pattern_test
[181/902] 609580=test_eval
[182/902] 609580=test_proc
[183/902] 609580=test_alias
[184/902] 609580=test_gem_gem_runner
[185/902] 609580=test_pointer
[186/902] 609580=test_gem_uninstaller
[187/902] 609579=test_rdoc_generator_pot
[188/902] 609579=test_zlib
[189/902] 609580=test_storage
[190/902] 609580=test_tuplebag
[191/902] 609580=test_cgi_header
[192/902] 609580=test_rdoc_markup_to_rdoc
[193/902] 609580=test_protocol
[194/902] 609580=test_singleton_function
[195/902] 609580=test_dir_m17n
[196/902] 609580=test_helper
[197/902] 609580=test_rdoc_generator_pot_po_entry
[198/902] 609580=test_gem_commands_info_command
[199/902] 609580=test_addr
[200/902] 609580=test_getopts
[201/902] 609580=test_dns
[202/902] 609580=test_process
[203/902] 609580=test_stringscanner
[204/902] 609580=test_io_m17n
[205/902] 609578=test_resize
[206/902] 609578=test_have_macro
[207/902] 609578=test_general
[208/902] 609578=test_pipe
[209/902] 609578=desugar_compiler_test
[210/902] 609578=test_tracepoint
[211/902] 609578=test_gem_resolver_specification
[212/902] 609578=test_internal_ivar
[213/902] 609578=test_config
[214/902] 609580=test_error_highlight
[215/902] 609578=test_env
[216/902] 609579=test_rdoc_markup_pre_process
[217/902] 609580=test_nkf
[218/902] 609579=test_convertible
[219/902] 609580=test_ocsp
[220/902] 609580=test_super
[221/902] 609580=test_win32ole_param
[222/902] 609580=test_time
[223/902] 609580=test_sprintf_comb
[224/902] 609580=heredoc_dedent_test
[225/902] 609580=test_method_cache
[226/902] 609580=memsize_test
[227/902] 609580=test_gem_package_old
[228/902] 609580=test_win32ole
[229/902] 609580=test_settracefunc
[230/902] 609578=test_gem_text
[231/902] 609578=test_variable
[232/902] 609578=test_pstore
[233/902] 609578=test_readpartial
[234/902] 609578=test_lambda
[235/902] 609578=test_gem_request_set_gem_dependency_api
[236/902] 609578=test_marshalable
[237/902] 609578=test_rdoc_parser_rd
[238/902] 609578=test_webauthn_poller
[239/902] 609578=test_unicode
[240/902] 609578=test_x509attr
[241/902] 609578=test_set_len
[242/902] 609578=test_thread_cv
[243/902] 609578=test_pattern_matching
[244/902] 609578=test_webauthn_listener
[245/902] 609579=test_rdoc_parser
[246/902] 609579=test_gem_path_support
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 46723>
[247/902] 609579=test_case
[248/902] 609579=test_helper
[249/902] 609579=test_coverage
[250/902] 609578=test_pathname
[251/902] 609580=test_math
[252/902] 609580=test_gc
[253/902] 609580=test_libs
[254/902] 609580=test_x509ext
[255/902] 609580=test_wss
[256/902] 609580=test_class
[257/902] 609580=test_configuration
[258/902] 609580=test_fips
.Closed file descriptor: TestPathname#test_glob: 11
...[259/902] 609578=test_yaml_tree
[260/902] 609578=test_shellwords
[261/902] 609578=test_windows_1251
[262/902] 609578=test_encoding
[263/902] 609578=test_omap
[264/902] 609578=test_gem_uri_formatter
[265/902] 609578=test_sockopt
[266/902] 609578=test_fileutils
[267/902] 609580=errors_test
[268/902] 609580=test_vm_dump
[269/902] 609580=test_thread_queue
[270/902] 609578=test_nesting_parser
[271/902] 609578=test_nowrite
[272/902] 609579=test_gem_resolver_conflict
[273/902] 609579=test_gb18030
[274/902] 609579=test_gem_package_tar_writer
[275/902] 609578=test_mul
[276/902] 609578=test_primitive
[277/902] 609578=test_gem_commands_which_command
[278/902] 609578=test_passing_block
[279/902] 609578=test_history
[280/902] 609578=test_method_cache
[281/902] 609578=test_gem_gemcutter_utilities
[282/902] 609579=test_float
[283/902] 609578=test_whileuntil
[284/902] 609578=test_gem_resolver_best_set
[285/902] 609578=test_cstr
[286/902] 609579=test_gem_config_file
[287/902] 609579=test_document
[288/902] 609579=test_yjit_exit_locations
[289/902] 609580=test_data_error
[290/902] 609579=test_monitor
[291/902] 609579=test_yield_block
[292/902] 609579=test_pkg_config
[293/902] 609579=test_rdoc_include
[294/902] 609580=test_gem_commands_help_command
[295/902] 609579=test_set
[296/902] 609579=test_digest
[297/902] 609580=test_gem_resolver_local_specification
[298/902] 609579=test_object
[299/902] 609579=test_at_exit
[300/902] 609580=test_closure
[301/902] 609579=test_rdoc_options
[302/902] 609579=test_dln
[303/902] 609579=test_argf
[304/902] 609578=test_console_attr
[305/902] 609578=test_gem_ext_cargo_builder_link_flag_converter
[306/902] 609578=test_array
[307/902] 609580=test_x509req
[308/902] 609580=test_files_ext
[309/902] 609580=test_frozen_error
[310/902] 609580=test_yjit
[311/902] 609580=test_m17n
[312/902] 609580=test_gem_version_option
[313/902] 609580=test_insns_leaf
[314/902] 609580=test_ubf_async_safe
[315/902] 609580=test_ossl
[316/902] 609579=test_ruby_lex
[317/902] 609579=test_win32ole_record
[318/902] 609579=test_eval_history
[319/902] 609579=test_complex2
[320/902] 609579=dispatcher_test
[321/902] 609579=test_gem_install_update_options
[322/902] 609579=test_num2int
[323/902] 609579=test_pkcs7
[324/902] 609579=test_cgi_session
[325/902] 609578=test_ensured
[326/902] 609579=test_hash
[327/902] 609578=test_x509crl
[328/902] 609578=test_keyword
[329/902] 609578=test_iter_break
[330/902] 609578=test_gem_command_manager
[331/902] 609578=test_refinement
[332/902] 609580=test_address_resolve
[333/902] 609580=test_project_sanity
[334/902] 609580=test_numeric
[335/902] 609580=test_word
[336/902] 609580=test_gem_requirement
[337/902] 609580=test_parser
[338/902] 609580=test_gem_ext_rake_builder
[339/902] 609580=test_irb
[340/902] 609580=test_gem_resolver_installed_specification
[341/902] 609580=test_cmethod
[342/902] 609580=test_gem_commands_list_command
[343/902] 609580=test_gem_resolver_vendor_set
[344/902] 609580=test_module
[345/902] 609580=test_key_error
[346/902] 609580=test_rb_str_dup
[347/902] 609580=test_symbol
[348/902] 609580=test_append
[349/902] 609580=test_engine
[350/902] 609580=test_logger
[351/902] 609580=test_digest_extend
[352/902] 609580=test_ssl
[353/902] 609580=test_last_thread
[354/902] 609580=test_import
[355/902] 609578=test_logdevice
[356/902] 609580=test_ftp
[357/902] 609580=test_pp
[358/902] 609580=test_rdoc_markup_to_table_of_contents
[359/902] 609580=test_gem_commands_unpack_command
[360/902] 609580=test_x509cert
[361/902] 609578=test_enc_associate
[362/902] 609580=test_logperiod
[363/902] 609580=test_gem_request_connection_pools
[364/902] 609580=test_config
[365/902] 609580=test_ractor
[366/902] 609580=test_rubyvm
[367/902] 609580=test_arith_seq_extract
[368/902] 609578=test_pack
[369/902] 609580=test_getoptlong
[370/902] 609580=test_rdoc_markup_attributes
[371/902] 609580=test_cparser
[372/902] 609578=test_unicode_escape
[373/902] 609578=test_c_union_entity
[374/902] 609578=test_string_processing
[375/902] 609578=test_recursion
[376/902] 609578=test_io_console
[377/902] 609578=test_bn
[378/902] 609578=test_objspace
[379/902] 609580=test_general
[380/902] 609580=test_gem_commands_server_command
[381/902] 609580=test_httpresponses
[382/902] 609580=test_timeout
[383/902] 609580=test_abbrev
[384/902] 609580=test_beginendblock
[385/902] 609580=test_rdoc_parser_ruby
[386/902] 609580=test_httpresponse
[387/902] 609580=test_cipher
[388/902] 609580=test_big5
[389/902] 609580=test_new
[390/902] 609580=test_time_tz
[391/902] 609580=test_within_pipe
[392/902] 609579=test_rdoc_generator_darkfish
[393/902] 609580=test_mixed_unicode_escapes
[394/902] 609580=test_have_library
[395/902] 609579=test_load
[396/902] 609579=test_cgi_cookie
[397/902] 609579=test_scheduler
[398/902] 609580=test_object_references
[399/902] 609579=test_bigdecimal
[400/902] 609580=test_win32ole_variable
[401/902] 609580=test_gem_resolver
[402/902] 609580=version_test
[403/902] 609580=test_metaclass
[404/902] 609580=test_files_sample
[405/902] 609580=test_rbconfig
[406/902] 609580=test_gem_specification
[407/902] 609579=test_gem_package_tar_reader_entry
[408/902] 609580=test_rdoc_markup_to_label
[409/902] 609580=test_tsort
[410/902] 609580=test_gem_commands_exec_command
[411/902] 609579=test_addrinfo
[412/902] 609579=test_gem
[413/902] 609580=test_to_ary_concat
[414/902] 609579=test_encoding
[415/902] 609579=test_completion
[416/902] 609579=test_buffered_io
[417/902] 609579=test_constant
[418/902] 609580=test_parser
[419/902] 609580=test_rdoc_require
[420/902] 609580=test_fiber
[421/902] 609579=test_rational2
[422/902] 609579=test_terminfo
[423/902] 609579=test_bash_completion
[424/902] 609579=test_gem_ext_cargo_builder_unit
[425/902] 609579=test_delegate
[426/902] 609579=test_bug-14834
[427/902] 609579=test_fixnum
[428/902] 609579=test_signal
[429/902] 609579=test_cgi_core
[430/902] 609579=test_optparse
[431/902] 609579=ripper_compat_test
[432/902] 609579=test_rdoc_markup_to_bs
[433/902] 609579=test_marshal
[434/902] 609580=json_encoding_test
[435/902] 609580=test_gem_commands_update_command
[436/902] 609579=test_gem_commands_generate_index_command
[437/902] 609579=test_ractor
[438/902] 609580=test_case_options
[439/902] 609580=test_evaluation
[440/902] 609580=test_ssl
[441/902] 609579=test_rdoc_markup_to_tt_only
[442/902] 609580=test_https
[443/902] 609579=test_convert
[444/902] 609579=test_require_lib
[445/902] 609580=test_gem_util
[446/902] 609580=test_euc_jp
[447/902] 609580=test_tree_spell_checker
[448/902] 609580=test_sexp
[449/902] 609580=test_io
[450/902] 609581=test_compile_prism
[451/902] 609581=test_interned_str
[452/902] 609581=test_gem_ext_cmake_builder
[453/902] 609581=test_objectspace
[454/902] 609581=test_integer
[455/902] 609579=test_notimplement
[456/902] 609579=test_scalar_scanner
[457/902] 609579=test_key_event_record
[458/902] 609579=test_array_create
[459/902] 609579=test_mutex
[460/902] 609579=test_option
[461/902] 609579=test_win32ole_event
[462/902] 609579=test_etc
[463/902] 609579=test_struct
[464/902] 609579=test_ractor
[465/902] 609579=test_dryrun
[466/902] 609579=test_gem_resolver_api_set
[467/902] 609579=test_forwardable
[468/902] 609579=test_integer
[469/902] 609579=test_yield
[470/902] 609581=test_kwargs
[471/902] 609581=test_acceptable
[472/902] 609581=test_string_memory
[473/902] 609581=test_io_wait
[474/902] 609581=test_pkey
[475/902] 609581=test_stream
[476/902] 609581=test_line_editor
[477/902] 609581=test_gem_security_trust_dir
[478/902] 609581=test_rinda
[479/902] 609581=test_httpheader
[480/902] 609581=test_rdoc_ri_driver
[481/902] 609580=test_shapes
[482/902] 609580=test_gem_commands_mirror
[483/902] 609580=test_euc_kr
[484/902] 609580=test_gem_commands_cleanup_command
[485/902] 609581=test_date_marshal
[486/902] 609581=test_literal
[487/902] 609580=test_nextafter
[488/902] 609580=test_thread
[489/902] 609580=test_capacity
[490/902] 609580=test_rubyoptions
[491/902] 609579=test_protect
[492/902] 609579=test_rdoc_generator_pot_po
[493/902] 609579=test_tree_builder
[494/902] 609579=test_clone
[495/902] 609579=test_rdoc_servlet
[496/902] 609581=test_typeddata
[497/902] 609579=test_rdoc_markup_include
[498/902] 609579=test_cesu8
[499/902] 609579=test_inputs_scanner
[500/902] 609579=test_change_word
[501/902] 609579=test_noarg
[502/902] 609581=test_tmpdir
[503/902] 609579=test_gem_commands_pristine_command
[504/902] 609581=test_scalar
[505/902] 609581=test_gem_resolver_requirement_list
[506/902] 609581=test_arith_seq_beg_len_step
[507/902] 609581=test_utf32
[508/902] 609581=test_iseq_load
[509/902] 609579=test_rdoc_markup_to_markdown
[510/902] 609579=test_trick
[511/902] 609581=test_key_name_check
[512/902] 609581=test_ns_spki
[513/902] 609581=test_encodings
[514/902] 609581=test_gem_resolver_dependency_request
[515/902] 609581=test_rdoc_normal_module
[516/902] 609581=test_rdoc_markdown_test
[517/902] 609581=test_gem_version
[518/902] 609581=test_rdoc_markup_hard_break
[519/902] 609581=test_ssl_session
[520/902] 609581=test_random
[521/902] 609581=test_merge_keys
[522/902] 609581=test_gem_resolver_index_specification
[523/902] 609581=test_c_struct_builder
[524/902] 609581=test_rdoc_extend
[525/902] 609581=test_to_ruby
[526/902] 609581=test_io_buffer
[527/902] 609581=test_gem_ext_cargo_builder
[528/902] 609581=test_gem_package_tar_header
[529/902] 609581=test_queue
[530/902] 609581=test_gem_commands_check_command
[531/902] 609581=test_gem_commands_yank_command
[532/902] 609580=test_data
[533/902] 609580=test_big2str
[534/902] 609580=test_rdoc_alias
[535/902] 609580=test_rdoc_context_section
[536/902] 609580=test_gem_security_policy
[537/902] 609581=test_io
[538/902] 609581=test_emitter
[539/902] 609580=test_ellipsize
[540/902] 609580=test_prettyprint
[541/902] 609581=test_threadgroup
[542/902] 609579=test_human_typo
[543/902] 609580=test_stream
[544/902] 609579=test_gem_ext_builder
[545/902] 609580=test_drb
[546/902] 609581=test_complexrational
[547/902] 609581=test_hash
[548/902] 609581=test_alias_and_anchor
[549/902] 609581=test_config
[550/902] 609581=test_rdoc_any_method
[551/902] 609581=test_abi
[552/902] 609581=test_function_entry
[553/902] 609581=test_gem_resolver_activation_request
[554/902] 609581=test_path_to_class
[555/902] 609581=test_pkey_dh
[556/902] 609581=test_securerandom
[557/902] 609581=test_win32ole_method_event
[558/902] 609581=test_gem_ext_ext_conf_builder
[559/902] 609579=constant_path_node_test
[560/902] 609579=test_http_request
[561/902] 609579=test_date_ractor
[562/902] 609579=test_undef
[563/902] 609579=test_gem_name_tuple
[564/902] 609579=test_gem_request_set
[565/902] 609579=test_ifunless
[566/902] 609579=test_ractor
[567/902] 609579=test_key_stroke
[568/902] 609579=test_process
[569/902] 609581=test_config
[570/902] 609581=test_mdns
[571/902] 609581=test_rat
[572/902] 609581=test_win32ole_typelib
[573/902] 609581=test_bundled_ca
[574/902] 609581=test_external_new
[575/902] 609581=test_erb
[576/902] 609581=test_gem_commands_environment_command
[577/902] 609581=test_numeric
[578/902] 609581=test_bmethod
[579/902] 609581=encoding_test
[580/902] 609581=test_pty
[581/902] 609581=test_method_name_check
[582/902] 609581=test_observer
[583/902] 609581=test_parse
[584/902] 609581=test_gem_commands_setup_command
[585/902] 609580=test_hmac
[586/902] 609580=test_rdoc_top_level
[587/902] 609581=test_postponed_job
[588/902] 609581=test_gem_request_set_lockfile
[589/902] 609580=test_uncorrectable_name_check
[590/902] 609580=test_numhash
[591/902] 609580=test_rdoc_task
[592/902] 609580=test_macro
[593/902] 609580=test_rdoc_markup_to_html
[594/902] 609580=test_backtrace
[595/902] 609581=test_pkey_rsa
[596/902] 609581=test_stack
[597/902] 609580=test_bigzero
[598/902] 609580=parse_serialize_test
[599/902] 609580=test_color
[600/902] 609580=test_ldap
[601/902] 609580=test_emitter
[602/902] 609580=test_rdoc_markup_verbatim
[603/902] 609580=json_fixtures_test
[604/902] 609580=test_econv
[605/902] 609581=newline_test
[606/902] 609580=test_gem_platform
[607/902] 609581=test_rdoc_parser_c
[608/902] 609580=test_quote_empty
[609/902] 609580=test_rdoc_markup_raw
[610/902] 609580=json_string_matching_test
[611/902] 609580=test_rdoc_markup_paragraph
[612/902] 609580=test_cmd
[613/902] 609581=test_path
[614/902] 609581=test_fstring
[615/902] 609581=test_euc_tw
[616/902] 609581=test_nomethod_error
[617/902] 609581=test_require_path_check
[618/902] 609581=test_gem_unsatisfiable_dependency_error
[619/902] 609581=test_acl
[620/902] 609581=test_utf16
[621/902] 609581=test_date_new
[622/902] 609581=test_gem_commands_cert_command
[623/902] 609580=test_wait
[624/902] 609580=test_tempfile
[625/902] 609580=test_object_create_start
[626/902] 609580=test_duplicate
[627/902] 609580=magic_comment_test
[628/902] 609580=test_gem_installer
[629/902] 609581=test_pkcs12
[630/902] 609581=test_deprecate
[631/902] 609581=test_rdoc_constant
[632/902] 609581=test_row_separator
[633/902] 609581=test_method
[634/902] 609578=test_rdoc_markup_parser
[635/902] 609578=test_gem_source_specific_file
[636/902] 609578=test_const
[637/902] 609578=test_class
[638/902] 609581=test_rdoc_encoding
[639/902] 609581=test_files_test_1
[640/902] 609580=test_io_timeout
[641/902] 609580=test_rdoc_rd_inline
[642/902] 609580=test_rdoc_markdown
[643/902] 609580=test_gem_package_tar_reader
[644/902] 609580=test_rdoc_normal_class
[645/902] 609580=test_comparable
[646/902] 609580=test_ipaddr
[647/902] 609580=test_gem_commands_signin_command
[648/902] 609580=test_resource
[649/902] 609580=test_zsh_completion
[650/902] 609580=library_symbols_test
[651/902] 609580=test_system
[652/902] 609578=test_date_strftime
[653/902] 609580=test_reqarg
[654/902] 609578=test_set
[655/902] 609580=test_init
[656/902] 609578=test_file
[657/902] 609578=test_basicsocket
[658/902] 609578=test_sleep
[659/902] 609580=test_date_attr
[660/902] 609580=test_rdoc_rd_inline_parser
[661/902] 609580=test_color_printer
[662/902] 609580=test_sizeof
[663/902] 609578=test_emoji
[664/902] 609578=test_sorted_set
[665/902] 609578=test_iseq
[666/902] 609581=test_condition
[667/902] 609581=test_gem_commands_search_command
[668/902] 609581=test_cp949
[669/902] 609581=test_defined
[670/902] 609581=test_random_formatter
[671/902] 609581=test_depth_first
[672/902] 609581=test_benchmark
[673/902] 609580=test_x509name
[674/902] 609580=test_fnmatch
[675/902] 609580=test_rdoc_markup_heading
[676/902] 609580=test_pack
[677/902] 609580=test_gem_source
[678/902] 609578=test_mutex_m
[679/902] 609578=test_skip_lines
[680/902] 609578=test_erb_m17n
[681/902] 609578=test_syslog
[682/902] 609578=test_gem_commands_uninstall_command
[683/902] 609580=test_rdoc_code_object
[684/902] 609581=test_socket
[685/902] 609581=test_framework
[686/902] 609581=test_rdoc_markup_to_html_crossref
[687/902] 609580=test_class2name
[688/902] 609580=test_yamlstore
[689/902] 609580=test_reline
[690/902] 609580=test_yaml
[691/902] 609580=comments_test
[692/902] 609580=test_debug
[693/902] 609580=test_array
[694/902] 609580=test_string
[695/902] 609580=test_function
[696/902] 609578=test_mkmf
[697/902] 609581=test_raise
[698/902] 609581=test_assembler
[699/902] 609581=test_gem_stub_specification
[700/902] 609578=test_string
[701/902] 609580=locals_test
[702/902] 609581=test_name_error
[703/902] 609581=test_hash_create
[704/902] 609581=test_rdoc_generator_ri
[705/902] 609581=test_file
[706/902] 609580=test_thread_fd_close
[707/902] 609580=test_gem_stream_ui
[708/902] 609580=test_ansi_with_terminfo
[709/902] 609580=test_safe_load
[710/902] 609580=bom_test
[711/902] 609580=test_switch_hitter
[712/902] 609580=test_pkey_dsa
[713/902] 609580=test_rdoc_rubygems_hook
[714/902] 609580=test_gem_commands_dependency_command
[715/902] 609580=test_weakref
[716/902] 609580=test_timeout
[717/902] 609581=test_enumerator
[718/902] 609580=test_date_time
[719/902] 609580=test_did_you_mean
[720/902] 609580=test_handle
[721/902] 609581=test_arity
[722/902] 609581=test_rdoc_markup_to_joined_paragraph
[723/902] 609581=test_reline_key
[724/902] 609581=test_bug-3571
[725/902] 609578=test_unicode_normalize
[726/902] 609581=test_read
[727/902] 609581=test_member
[728/902] 609581=test_rubygems
[729/902] 609581=test_gem_security
[730/902] 609580=test_kconv
[731/902] 609580=test_eval
[732/902] 609580=test_stringchar
[733/902] 609580=test_quote_char_nil
[734/902] 609580=test_rdoc_cross_reference
[735/902] 609581=test_shift_jis
[736/902] 609581=test_store
[737/902] 609579=test_bug-5832
[738/902] 609579=test_gem_commands_open_command
[739/902] 609581=test_digest
[740/902] 609579=test_files_lib
[741/902] 609580=test_ractor
[742/902] 609580=test_emoji_breaks
[743/902] 609581=test_gem_command
[744/902] 609581=test_fiddle
[745/902] 609581=test_gem_resolver_lock_specification
[746/902] 609581=test_nofree
[747/902] 609581=test_gem_resolver_git_set
[748/902] 609581=test_cgi_multipart
[749/902] 609581=test_json_tree
[750/902] 609581=test_bug_reporter
[751/902] 609581=test_io_buffer
[752/902] 609581=test_autoconf
[753/902] 609581=test_rdoc_rdoc
[754/902] 609581=test_cclass
[755/902] 609581=test_rdoc_comment
[756/902] 609581=test_kdf
[757/902] 609581=test_win32ole_variant_m
[758/902] 609581=test_tcp
[759/902] 609581=test_gem_source_installed
[760/902] 609581=test_psych
[761/902] 609581=test_gem_resolver_installer_set
[762/902] 609581=test_flags
[763/902] 609581=test_ole_methods
[764/902] 609581=test_gem_resolver_lock_set
[765/902] 609581=test_rdoc_i18n_locale
[766/902] 609581=test_severity
[767/902] 609581=test_load
[768/902] 609581=test_ractor
[769/902] 609581=test_arithmetic_sequence
[770/902] 609581=test_gem_update_suggestion
[771/902] 609581=test_http
[772/902] 609581=test_enumerator
[773/902] 609581=test_row
[774/902] 609581=test_exception_at_throwing
[775/902] 609581=test_memory_view
[776/902] 609581=test_stringio
[777/902] 609581=test_rewind
[778/902] 609581=test_win32ole_type_event
[779/902] 609581=test_rdoc_method_attr
[780/902] 609581=test_sprintf
[781/902] 609580=test_gem_uri
[782/902] 609580=test_date_conv
[783/902] 609580=test_gem_source_subpath_problem
[784/902] 609580=test_date_compat
[785/902] 609580=test_case_mapping
[786/902] 609580=test_egrep_cpp
[787/902] 609581=test_weakmap
[788/902] 609580=test_dot_dot
[789/902] 609580=test_scan_args
[790/902] 609580=test_win32ole_method
[791/902] 609580=test_gem_source_local
[792/902] 609580=test_flip
[793/902] 609580=test_frozen
[794/902] 609580=test_recorder
[795/902] 609580=test_rdoc_token_stream
[796/902] 609580=test_thread
[797/902] 609580=test_pkey_ec
[798/902] 609580=test_gem_request
[799/902] 609580=test_folderitem2_invokeverb
[800/902] 609580=test_gem_spec_fetcher
[801/902] 609580=test_date_parse
[802/902] 609580=test_enum
[803/902] 609578=test_write
[804/902] 609578=test_rdoc_single_class
[805/902] 609578=test_workspace
[806/902] 609578=test_debug_cmd
[807/902] 609578=test_win32ole_param_event
[808/902] 609578=test_gem_resolver_index_set
[809/902] 609578=test_cgi_tag_helper
[810/902] 609578=test_rdoc_generator_json_index
[811/902] 609578=test_gem_commands_build_command
[812/902] 609580=test_qsort
[813/902] 609580=test_invalid
[814/902] 609580=json_addition_test
[815/902] 609580=test_backtrace
[816/902] 609578=test_type
[817/902] 609580=test_common
[818/902] 609578=test_class_name_check
[819/902] 609578=test_m17n_comb
[820/902] 609580=test_gem_commands_push_command
[821/902] 609580=test_base64
[822/902] 609580=json_generic_object_test
[823/902] 609580=test_complex
[824/902] 609580=test_popen_deadlock
[825/902] 609579=test_gem_commands_specification_command
[826/902] 609580=test_placearg
[827/902] 609580=test_len
[828/902] 609580=test_features
[829/902] 609579=test_asn1
[830/902] 609579=test_gc_compact
[831/902] 609580=test_rdoc_markup_to_ansi
[832/902] 609580=test_delete
[833/902] 609580=test_ractor
[834/902] 609580=test_bigmath
[835/902] 609580=test_str2big
[836/902] 609580=test_continuation
[837/902] 609580=test_gem_impossible_dependencies_error
[838/902] 609580=json_generator_test
[839/902] 609580=test_gem_bundler_version_finder
[840/902] 609580=test_files_test
[841/902] 609580=test_time
[842/902] 609580=test_parser_events
[843/902] 609580=test_gem_request_set_lockfile_parser
[844/902] 609580=test_io_wait_uncommon
[845/902] 609580=test_gem_silent_ui
[846/902] 609580=test_gem_commands_signout_command
[847/902] 609580=test_provider
[848/902] 609580=test_exception
[849/902] 609579=test_case_comprehensive
[850/902] 609580=test_rdoc_store
[851/902] 609580=test_syntax
[852/902] 609578=test_enc_raise
[853/902] 609578=test_webauthn_listener_response
[854/902] 609578=test_inadvertent_creation
[855/902] 609578=test_rdoc_stats
[856/902] 609578=test_gem_dependency_resolution_error
[857/902] 609578=test_my_integer
[858/902] 609578=test_memory_view
[859/902] 609578=test_gem_available_set
[860/902] 609578=test_modify_expand
[861/902] 609578=test_assignment
[862/902] 609581=test_ansi_without_terminfo
[863/902] 609581=test_rdoc_text
[864/902] 609581=test_autoload
[865/902] 609578=test_cgi_util
[866/902] 609578=test_gem_dependency
[867/902] 609578=test_require
[868/902] 609578=test_gem_source_vendor
[869/902] 609578=test_call
[870/902] 609578=test_data_converters
[871/902] 609578=test_header
[872/902] 609578=test_win32ole_type
[873/902] 609578=test_exception
[874/902] 609578=test_x509store
[875/902] 609578=test_windows_1252
[876/902] 609578=test_null
[877/902] 609578=test_syslog_logger
[878/902] 609581=test_gem_source_lock
[879/902] 609578=test_gem_dependency_installer
[880/902] 609581=test_ripper
[881/902] 609581=test_optarg
[882/902] 609581=regexp_test
[883/902] 609581=test_enc_str_buf_cat
[884/902] 609581=test_generic
[885/902] 609581=test_input_method
[886/902] 609581=test_nil2vtempty
[887/902] 609581=test_kernel
[888/902] 609581=test_div
[889/902] 609581=test_read_write
[890/902] 609581=test_deprecated
[891/902] 609581=test_integer_comb
[892/902] 609580=test_profile_frames
[893/902] 609580=test_each
[894/902] 609580=json_parser_test
[895/902] 609580=test_gbk
[896/902] 609580=parse_test
[897/902] 609578=test_gem_commands_outdated_command
[898/902] 609578=test_gem_validator
[899/902] 609578=test_usrmarshal
[900/902] 609578=test_rdoc_markup_formatter
[901/902] 609578=test_rendering
[902/902] 609578=!Nothing_to_test
Retrying...
Finished tests in 1257.978219s, 21.2945 tests/s, 7532.5064 assertions/s.
26788 tests, 9475729 assertions, 0 failures, 0 errors, 187 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 = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/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-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/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 289.313704 seconds
3715 files, 32233 examples, 141338 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.
$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.610623.ruby -x gdbscript
[New LWP 610623]
[New LWP 610625]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0 RB_FL_TEST_RAW (obj=140462468081520, flags=2048) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
472 return RBASIC(obj)->flags & flags;
[Current thread is 1 (Thread 0x7fc011f4c7c0 (LWP 610623))]
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fc011f4c7c0 (LWP 610623) RB_FL_TEST_RAW (obj=140462468081520, flags=2048) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
2 Thread 0x7fbff896f640 (LWP 610625) 0x00007fc012074fde in epoll_wait (epfd=4, events=0x5585dbbe227c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>>> Machine level backtrace
Thread 2 (Thread 0x7fbff896f640 (LWP 610625)):
#0 0x00007fc012074fde in epoll_wait (epfd=4, events=0x5585dbbe227c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
sc_ret = -4
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005585db7765f8 in timer_thread_polling (vm=0x5585dcd06b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
r = 262298113
#2 0x00005585db776ca0 in timer_thread_func (ptr=0x5585dcd06b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2964
vm = 0x5585dcd06b10
#3 0x00007fc011fe3b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140735679887872, 519776335602010025, 140462486124096, 25, 140462912321616, 140735679888224, -555793236028405847, -525023198732597335}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#4 0x00007fc012074bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 1 (Thread 0x7fc011f4c7c0 (LWP 610623)):
#0 RB_FL_TEST_RAW (obj=140462468081520, flags=2048) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
No locals.
#1 0x00005585db630811 in vm_cc_markable (cc=0x7fbff783a770) at /tmp/ruby/src/trunk-O0/vm_callinfo.h:388
No locals.
#2 0x00005585db6362e4 in cc_is_active (cc=0x7fbff783a770, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:300
No locals.
#3 0x00005585db6365e0 in rb_iseq_mark_and_move (iseq=0x7fbff783f1d0, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:343
cds = 0x5585dd4a8560
i = 0
body = 0x5585dd4a83b0
#4 0x00005585db5efb83 in gc_mark_imemo (objspace=0x5585dcd09260, obj=140462468100560) at /tmp/ruby/src/trunk-O0/gc.c:7121
__func__ = <optimized out>
#5 0x00005585db5efe7f in gc_mark_children (objspace=0x5585dcd09260, obj=140462468100560) at /tmp/ruby/src/trunk-O0/gc.c:7240
any = 0x7fbff783f1d0
#6 0x00005585db5f074d in gc_mark_stacked_objects (objspace=0x5585dcd09260, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7435
mstack = 0x5585dcd096e8
obj = 140462468100560
marked_slots_at_the_beginning = 755
popped_count = 0
#7 0x00005585db5f08cd in gc_mark_stacked_objects_all (objspace=0x5585dcd09260) at /tmp/ruby/src/trunk-O0/gc.c:7473
No locals.
#8 0x00005585db5f2b9e in gc_marks_rest (objspace=0x5585dcd09260) at /tmp/ruby/src/trunk-O0/gc.c:8660
No locals.
#9 0x00005585db5f2cd2 in gc_marks (objspace=0x5585dcd09260, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8718
marking_finished = false
#10 0x00005585db5f4a5a in gc_start (objspace=0x5585dcd09260, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9468
do_full_mark = 1
immediate_mark = 32768
__func__ = <optimized out>
lock_lev = 301938347
#11 0x00005585db5f46f7 in garbage_collect (objspace=0x5585dcd09260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9352
_lev = 3682276218
ret = 21893
#12 0x00005585db5f517a in garbage_collect_with_gvl (objspace=0x5585dcd09260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9729
No locals.
#13 0x00005585db5fc03d in objspace_malloc_gc_stress (objspace=0x5585dcd09260) at /tmp/ruby/src/trunk-O0/gc.c:12170
reason = 45568
#14 0x00005585db5fc320 in objspace_xmalloc0 (objspace=0x5585dcd09260, size=384) at /tmp/ruby/src/trunk-O0/gc.c:12372
gpr = 107008
mem = 0xf
#15 0x00005585db5fc63d in ruby_xmalloc0 (size=384) at /tmp/ruby/src/trunk-O0/gc.c:12596
No locals.
#16 0x00005585db5fc673 in ruby_xmalloc_body (size=384) at /tmp/ruby/src/trunk-O0/gc.c:12605
No locals.
#17 0x00005585db5fff9e in ruby_xmalloc (size=384) at /tmp/ruby/src/trunk-O0/gc.c:14178
No locals.
#18 0x00005585db744484 in rb_st_init_existing_table_with_size (tab=0x5585dd48b1a0, type=0x5585dbbcd430 <st_hashtype_num>, size=15) at /tmp/ruby/src/trunk-O0/st.c:551
n = 4
#19 0x00005585db7444e5 in rb_st_init_table_with_size (type=0x5585dbbcd430 <st_hashtype_num>, size=15) at /tmp/ruby/src/trunk-O0/st.c:577
tab = 0x5585dd48b1a0
#20 0x00005585db74476a in rebuild_table (tab=0x5585dcea6fc0) at /tmp/ruby/src/trunk-O0/st.c:749
i = 140462486453560
ni = 0
size_ind = 32703
new_tab = 0x5585dcd6e6d0
new_entries = 0x7fbff898ed00
curr_entry_ptr = 0xf783f5e0
bins = 0x7fbff898ed00
bin_ind = 1
bound = 140735679884784
entries = 0x5585db7abfe3 <rb_const_search+94>
#21 0x00005585db745347 in rebuild_table_if_necessary (tab=0x5585dcea6fc0) at /tmp/ruby/src/trunk-O0/st.c:1096
bound = 8
#22 0x00005585db745397 in rb_st_insert (tab=0x5585dcea6fc0, key=94033425514144, value=20) at /tmp/ruby/src/trunk-O0/st.c:1114
entry = 0x47bb
bin = 94033401016241
ind = 140735679884976
hash_value = 746148769983043
bin_ind = 140735679884944
new_p = 123
#23 0x00005585db7c8d2b in vm_track_constant_cache (id=18363, ic=0x5585dcecbea0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5784
const_cache = 0x5585dcd09f70
lookup_result = 94033425362880
ics = 0x5585dcea6fc0
#24 0x00005585db7c8dc5 in vm_ic_track_const_chain (cfp=0x7fc011f4af30, ic=0x5585dcecbea0, segments=0x5585dcecbaf0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5795
id = 18363
i = 0
_lev = 1
#25 0x00005585db7c90d0 in rb_vm_opt_getconstant_path (ec=0x5585dcd0a2c0, reg_cfp=0x7fc011f4af30, ic=0x5585dcecbea0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5862
val = 140462486252800
segments = 0x5585dcecbaf0
ice = 0x0
#26 0x00005585db7ccbe5 in vm_exec_core (ec=0x5585dcd0a2c0) at ../../src/trunk-O0/insns.def:263
ic = 0x5585dcecbea0
leaf = false
val = 140462486252800
reg_pc = 0x5585dcecbbd0
reg_cfp = 0x7fc011f4af30
insns_address_table = {0x5585db7cbde5 <vm_exec_core+108>, 0x5585db7cbe47 <vm_exec_core+206>, 0x5585db7cbf5a <vm_exec_core+481>, 0x5585db7cc06e <vm_exec_core+757>, 0x5585db7cc20c <vm_exec_core+1171>, 0x5585db7cc33c <vm_exec_core+1475>, 0x5585db7cc54e <vm_exec_core+2005>, 0x5585db7cc660 <vm_exec_core+2279>, 0x5585db7cc739 <vm_exec_core+2496>, 0x5585db7cc840 <vm_exec_core+2759>, 0x5585db7cc947 <vm_exec_core+3022>, 0x5585db7cca55 <vm_exec_core+3292>, 0x5585db7ccb67 <vm_exec_core+3566>, 0x5585db7ccc37 <vm_exec_core+3774>, 0x5585db7ccd40 <vm_exec_core+4039>, 0x5585db7cce3a <vm_exec_core+4289>, 0x5585db7ccefd <vm_exec_core+4484>, 0x5585db7ccfc0 <vm_exec_core+4679>, 0x5585db7cd049 <vm_exec_core+4816>, 0x5585db7cd0d5 <vm_exec_core+4956>, 0x5585db7cd17b <vm_exec_core+5122>, 0x5585db7cd253 <vm_exec_core+5338>, 0x5585db7cd320 <vm_exec_core+5543>, 0x5585db7cd3fe <vm_exec_core+5765>, 0x5585db7cd4c0 <vm_exec_core+5959>, 0x5585db7cd5ff <vm_exec_core+6278>, 0x5585db7cd6a5 <vm_exec_core+6444>, 0x5585db7cd78a <vm_exec_core+6673>, 0x5585db7cd8b9 <vm_exec_core+6976>, 0x5585db7cd97c <vm_exec_core+7171>, 0x5585db7cda3f <vm_exec_core+7366>, 0x5585db7cdb37 <vm_exec_core+7614>, 0x5585db7cdbf9 <vm_exec_core+7808>, 0x5585db7cdcd8 <vm_exec_core+8031>, 0x5585db7cdde8 <vm_exec_core+8303>, 0x5585db7cdee2 <vm_exec_core+8553>, 0x5585db7cdf5d <vm_exec_core+8676>, 0x5585db7ce01e <vm_exec_core+8869>, 0x5585db7ce10c <vm_exec_core+9107>, 0x5585db7ce1bc <vm_exec_core+9283>, 0x5585db7ce33b <vm_exec_core+9666>, 0x5585db7ce415 <vm_exec_core+9884>, 0x5585db7ce501 <vm_exec_core+10120>, 0x5585db7ce592 <vm_exec_core+10265>, 0x5585db7ce6ed <vm_exec_core+10612>, 0x5585db7cebdd <vm_exec_core+11876>, 0x5585db7cecd9 <vm_exec_core+12128>, 0x5585db7ceddc <vm_exec_core+12387>, 0x5585db7ceec8 <vm_exec_core+12623>, 0x5585db7cf0e1 <vm_exec_core+13160>, 0x5585db7cf1d3 <vm_exec_core+13402>, 0x5585db7cf2d9 <vm_exec_core+13664>, 0x5585db7cf4d6 <vm_exec_core+14173>, 0x5585db7cf67f <vm_exec_core+14598>, 0x5585db7cf7aa <vm_exec_core+14897>, 0x5585db7cf916 <vm_exec_core+15261>, 0x5585db7cfa41 <vm_exec_core+15560>, 0x5585db7cfbad <vm_exec_core+15924>, 0x5585db7cfd8f <vm_exec_core+16406>, 0x5585db7cff8c <vm_exec_core+16915>, 0x5585db7d0135 <vm_exec_core+17340>, 0x5585db7d0257 <vm_exec_core+17630>, 0x5585db7d02fe <vm_exec_core+17797>, 0x5585db7d03c2 <vm_exec_core+17993>, 0x5585db7d04ab <vm_exec_core+18226>, 0x5585db7d0597 <vm_exec_core+18462>, 0x5585db7d0680 <vm_exec_core+18695>, 0x5585db7d0794 <vm_exec_core+18971>, 0x5585db7d08bb <vm_exec_core+19266>, 0x5585db7d09f1 <vm_exec_core+19576>, 0x5585db7d0b27 <vm_exec_core+19886>, 0x5585db7d0c5d <vm_exec_core+20196>, 0x5585db7d0d93 <vm_exec_core+20506>, 0x5585db7d0ec9 <vm_exec_core+20816>, 0x5585db7d100a <vm_exec_core+21137>, 0x5585db7d1184 <vm_exec_core+21515>, 0x5585db7d12ba <vm_exec_core+21825>, 0x5585db7d13f0 <vm_exec_core+22135>, 0x5585db7d1526 <vm_exec_core+22445>, 0x5585db7d165c <vm_exec_core+22755>, 0x5585db7d1792 <vm_exec_core+23065>, 0x5585db7d18c8 <vm_exec_core+23375>, 0x5585db7d19fe <vm_exec_core+23685>, 0x5585db7d1b34 <vm_exec_core+23995>, 0x5585db7d1c83 <vm_exec_core+24330>, 0x5585db7d1e3d <vm_exec_core+24772>, 0x5585db7d1fbb <vm_exec_core+25154>, 0x5585db7d20da <vm_exec_core+25441>, 0x5585db7d21f9 <vm_exec_core+25728>, 0x5585db7d2313 <vm_exec_core+26010>, 0x5585db7d242d <vm_exec_core+26292>, 0x5585db7d2558 <vm_exec_core+26591>, 0x5585db7d268e <vm_exec_core+26901>, 0x5585db7d2779 <vm_exec_core+27136>, 0x5585db7d287e <vm_exec_core+27397>, 0x5585db7d29c6 <vm_exec_core+27725>, 0x5585db7d2ab5 <vm_exec_core+27964>, 0x5585db7d2b89 <vm_exec_core+28176>, 0x5585db7d2c5e <vm_exec_core+28389>, 0x5585db7d2d48 <vm_exec_core+28623>, 0x5585db7d2dc4 <vm_exec_core+28747>, 0x5585db7d2e40 <vm_exec_core+28871>, 0x5585db7d2e5e <vm_exec_core+28901>, 0x5585db7d2e7c <vm_exec_core+28931>, 0x5585db7d2e9a <vm_exec_core+28961>, 0x5585db7d2eb8 <vm_exec_core+28991>, 0x5585db7d2ed6 <vm_exec_core+29021>, 0x5585db7d2ef4 <vm_exec_core+29051>, 0x5585db7d2f12 <vm_exec_core+29081>, 0x5585db7d2f30 <vm_exec_core+29111>, 0x5585db7d2f4e <vm_exec_core+29141>, 0x5585db7d2f6c <vm_exec_core+29171>, 0x5585db7d2f8a <vm_exec_core+29201>, 0x5585db7d2fa8 <vm_exec_core+29231>, 0x5585db7d2fc6 <vm_exec_core+29261>, 0x5585db7d2fe4 <vm_exec_core+29291>, 0x5585db7d3002 <vm_exec_core+29321>, 0x5585db7d3020 <vm_exec_core+29351>, 0x5585db7d303e <vm_exec_core+29381>, 0x5585db7d305c <vm_exec_core+29411>, 0x5585db7d307a <vm_exec_core+29441>, 0x5585db7d3098 <vm_exec_core+29471>, 0x5585db7d30b6 <vm_exec_core+29501>, 0x5585db7d30d4 <vm_exec_core+29531>, 0x5585db7d30f2 <vm_exec_core+29561>, 0x5585db7d3110 <vm_exec_core+29591>, 0x5585db7d312e <vm_exec_core+29621>, 0x5585db7d314c <vm_exec_core+29651>, 0x5585db7d316a <vm_exec_core+29681>, 0x5585db7d3188 <vm_exec_core+29711>, 0x5585db7d31a6 <vm_exec_core+29741>, 0x5585db7d31c4 <vm_exec_core+29771>, 0x5585db7d31e2 <vm_exec_core+29801>, 0x5585db7d3200 <vm_exec_core+29831>, 0x5585db7d321e <vm_exec_core+29861>, 0x5585db7d323c <vm_exec_core+29891>, 0x5585db7d325a <vm_exec_core+29921>, 0x5585db7d3278 <vm_exec_core+29951>, 0x5585db7d3296 <vm_exec_core+29981>, 0x5585db7d32b4 <vm_exec_core+30011>, 0x5585db7d32d2 <vm_exec_core+30041>, 0x5585db7d32f0 <vm_exec_core+30071>, 0x5585db7d330e <vm_exec_core+30101>, 0x5585db7d332c <vm_exec_core+30131>, 0x5585db7d334a <vm_exec_core+30161>, 0x5585db7d3368 <vm_exec_core+30191>, 0x5585db7d3386 <vm_exec_core+30221>, 0x5585db7d33a4 <vm_exec_core+30251>, 0x5585db7d33c2 <vm_exec_core+30281>, 0x5585db7d33e0 <vm_exec_core+30311>, 0x5585db7d33fe <vm_exec_core+30341>, 0x5585db7d341c <vm_exec_core+30371>, 0x5585db7d343a <vm_exec_core+30401>, 0x5585db7d3458 <vm_exec_core+30431>, 0x5585db7d3476 <vm_exec_core+30461>, 0x5585db7d3494 <vm_exec_core+30491>, 0x5585db7d34b2 <vm_exec_core+30521>, 0x5585db7d34d0 <vm_exec_core+30551>, 0x5585db7d34ee <vm_exec_core+30581>, 0x5585db7d350c <vm_exec_core+30611>, 0x5585db7d352a <vm_exec_core+30641>, 0x5585db7d3548 <vm_exec_core+30671>, 0x5585db7d3566 <vm_exec_core+30701>, 0x5585db7d3584 <vm_exec_core+30731>, 0x5585db7d35a2 <vm_exec_core+30761>, 0x5585db7d35c0 <vm_exec_core+30791>, 0x5585db7d35de <vm_exec_core+30821>, 0x5585db7d35fc <vm_exec_core+30851>, 0x5585db7d361a <vm_exec_core+30881>, 0x5585db7d3638 <vm_exec_core+30911>, 0x5585db7d3656 <vm_exec_core+30941>, 0x5585db7d3674 <vm_exec_core+30971>, 0x5585db7d3692 <vm_exec_core+31001>, 0x5585db7d36b0 <vm_exec_core+31031>, 0x5585db7d36ce <vm_exec_core+31061>, 0x5585db7d36ec <vm_exec_core+31091>, 0x5585db7d371d <vm_exec_core+31140>, 0x5585db7d373b <vm_exec_core+31170>, 0x5585db7d3759 <vm_exec_core+31200>, 0x5585db7d3777 <vm_exec_core+31230>, 0x5585db7d3795 <vm_exec_core+31260>, 0x5585db7d37b3 <vm_exec_core+31290>, 0x5585db7d37d1 <vm_exec_core+31320>, 0x5585db7d37ef <vm_exec_core+31350>, 0x5585db7d380d <vm_exec_core+31380>, 0x5585db7d382b <vm_exec_core+31410>, 0x5585db7d3849 <vm_exec_core+31440>, 0x5585db7d3867 <vm_exec_core+31470>, 0x5585db7d3885 <vm_exec_core+31500>, 0x5585db7d38a3 <vm_exec_core+31530>, 0x5585db7d38c1 <vm_exec_core+31560>, 0x5585db7d38df <vm_exec_core+31590>, 0x5585db7d38fd <vm_exec_core+31620>, 0x5585db7d391b <vm_exec_core+31650>, 0x5585db7d3939 <vm_exec_core+31680>, 0x5585db7d3957 <vm_exec_core+31710>, 0x5585db7d3975 <vm_exec_core+31740>, 0x5585db7d3993 <vm_exec_core+31770>, 0x5585db7d39b1 <vm_exec_core+31800>, 0x5585db7d39cf <vm_exec_core+31830>...}
#27 0x00005585db7e5b44 in vm_exec_loop (ec=0x5585dcd0a2c0, state=RUBY_TAG_RAISE, tag=0x7fff9434fba0, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2499
No locals.
#28 0x00005585db7e5a9c in rb_vm_exec (ec=0x5585dcd0a2c0) at /tmp/ruby/src/trunk-O0/vm.c:2478
_ec = 0x5585dcd0a2c0
_tag = {tag = 36, retval = 4, buf = {0x7fff9434fc20, 0x5585db7e59c7 <rb_vm_exec+174>, 0x0, 0x7fff9434fb70, 0x7fff9434feb8}, prev = 0x7fff9434fc90, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_RAISE
result = 36
#29 0x00005585db7e6898 in rb_iseq_eval_main (iseq=0x7fbff78b80d0) at /tmp/ruby/src/trunk-O0/vm.c:2738
ec = 0x5585dcd0a2c0
val = 94033423672000
#30 0x00005585db5d17e3 in rb_ec_exec_node (ec=0x5585dcd0a2c0, n=0x7fbff78b80d0) at /tmp/ruby/src/trunk-O0/eval.c:287
th = 0x5585dcd09090
_ec = 0x5585dcd0a2c0
_tag = {tag = 36, retval = 94033399320010, buf = {0x7fff9434fd10, 0x5585db5d1779 <rb_ec_exec_node+196>, 0x0, 0x7fff9434fc60, 0x5585dcd0a2c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x7fbff78b80d0
#31 0x00005585db5d1950 in ruby_run_node (n=0x7fbff78b80d0) at /tmp/ruby/src/trunk-O0/eval.c:328
ec = 0x5585dcd0a2c0
status = 21893
#32 0x00005585db5cd2f4 in rb_main (argc=136, argv=0x7fff9434feb8) at /tmp/ruby/src/trunk-O0/main.c:39
variable_in_this_stack_frame = 140735679888784
#33 0x00005585db5cd355 in main (argc=136, argv=0x7fff9434feb8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)