# Logfile created on 2024-08-28 21:49:25 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x00007f60fc1afdd8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-jemalloc", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-jemalloc", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-jemalloc", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-jemalloc", @configure_opts=["--with-jemalloc --enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-jemalloc.20240828-214925", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f60fc1d1c58 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f60fc1d18e8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f60fc0ea830 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-jemalloc.20240828-214925", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-jemalloc.20240828-214925>, @binmode=false, @mon_data=#<Monitor:0x00007f60fc1d1690>, @mon_data_owner_object_id=860>>> $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/typeprof.revision unchanged echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/power_assert.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-jemalloc/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby d676407..3fa5b4b master -> origin/master Updating d676407..3fa5b4b Fast-forward NEWS.md | 2 +- array.c | 17 ++- include/ruby/internal/intern/io.h | 2 +- lib/prism/desugar_compiler.rb | 2 +- lib/prism/node_ext.rb | 45 ++++++ lib/prism/prism.gemspec | 2 +- lib/prism/translation/parser/compiler.rb | 36 ++--- lib/prism/translation/ripper.rb | 28 ++-- lib/prism/translation/ruby_parser.rb | 10 +- prism/config.yml | 12 +- prism/extension.h | 2 +- prism/prism.c | 78 +++++----- prism/templates/lib/prism/serialize.rb.erb | 4 +- prism/version.h | 6 +- prism_compile.c | 59 ++++---- test/irb/test_input_method.rb | 1 + test/prism/result/source_location_test.rb | 10 +- test/prism/snapshots/arrays.txt | 4 +- test/prism/snapshots/begin_rescue.txt | 30 ++-- test/prism/snapshots/blocks.txt | 2 +- test/prism/snapshots/case.txt | 32 ++-- test/prism/snapshots/classes.txt | 4 +- test/prism/snapshots/command_method_call.txt | 4 +- .../snapshots/endless_range_in_conditional.txt | 6 +- test/prism/snapshots/if.txt | 36 ++--- test/prism/snapshots/keywords.txt | 2 +- test/prism/snapshots/method_calls.txt | 4 +- test/prism/snapshots/methods.txt | 4 +- test/prism/snapshots/modules.txt | 2 +- test/prism/snapshots/patterns.txt | 162 ++++++++++----------- test/prism/snapshots/procs.txt | 2 +- test/prism/snapshots/rescue.txt | 10 +- .../seattlerb/begin_rescue_else_ensure_bodies.txt | 2 +- .../begin_rescue_else_ensure_no_bodies.txt | 2 +- .../seattlerb/begin_rescue_ensure_no_bodies.txt | 2 +- test/prism/snapshots/seattlerb/bug191.txt | 4 +- .../snapshots/seattlerb/bug_case_when_regexp.txt | 2 +- test/prism/snapshots/seattlerb/bug_comma.txt | 2 +- test/prism/snapshots/seattlerb/bug_cond_pct.txt | 2 +- .../seattlerb/call_assoc_new_if_multiline.txt | 2 +- test/prism/snapshots/seattlerb/case_in.txt | 56 +++---- test/prism/snapshots/seattlerb/case_in_31.txt | 2 +- test/prism/snapshots/seattlerb/case_in_37.txt | 2 +- test/prism/snapshots/seattlerb/case_in_42.txt | 2 +- test/prism/snapshots/seattlerb/case_in_42_2.txt | 2 +- test/prism/snapshots/seattlerb/case_in_47.txt | 2 +- test/prism/snapshots/seattlerb/case_in_67.txt | 2 +- test/prism/snapshots/seattlerb/case_in_86.txt | 2 +- test/prism/snapshots/seattlerb/case_in_86_2.txt | 2 +- .../seattlerb/case_in_array_pat_const.txt | 2 +- .../seattlerb/case_in_array_pat_const2.txt | 2 +- .../seattlerb/case_in_array_pat_paren_assign.txt | 2 +- test/prism/snapshots/seattlerb/case_in_const.txt | 2 +- test/prism/snapshots/seattlerb/case_in_else.txt | 2 +- test/prism/snapshots/seattlerb/case_in_find.txt | 2 +- .../snapshots/seattlerb/case_in_find_array.txt | 2 +- .../prism/snapshots/seattlerb/case_in_hash_pat.txt | 2 +- .../seattlerb/case_in_hash_pat_assign.txt | 2 +- .../seattlerb/case_in_hash_pat_paren_assign.txt | 2 +- .../seattlerb/case_in_hash_pat_paren_true.txt | 2 +- .../snapshots/seattlerb/case_in_hash_pat_rest.txt | 2 +- .../seattlerb/case_in_hash_pat_rest_solo.txt | 2 +- .../seattlerb/case_in_if_unless_post_mod.txt | 6 +- .../prism/snapshots/seattlerb/case_in_multiple.txt | 2 +- test/prism/snapshots/seattlerb/case_in_or.txt | 2 +- .../prism/snapshots/seattlerb/cond_unary_minus.txt | 2 +- .../snapshots/seattlerb/defn_oneliner_rescue.txt | 2 +- .../snapshots/seattlerb/defs_oneliner_rescue.txt | 2 +- .../seattlerb/difficult1_line_numbers.txt | 2 +- .../seattlerb/difficult1_line_numbers2.txt | 2 +- test/prism/snapshots/seattlerb/difficult2_.txt | 2 +- test/prism/snapshots/seattlerb/difficult3_4.txt | 2 +- test/prism/snapshots/seattlerb/difficult7_.txt | 2 +- test/prism/snapshots/seattlerb/flip2_env_lvar.txt | 2 +- .../snapshots/seattlerb/float_with_if_modifier.txt | 2 +- test/prism/snapshots/seattlerb/if_elsif.txt | 4 +- test/prism/snapshots/seattlerb/if_symbol.txt | 2 +- .../seattlerb/integer_with_if_modifier.txt | 2 +- .../snapshots/seattlerb/parse_if_not_canonical.txt | 2 +- .../seattlerb/parse_if_not_noncanonical.txt | 2 +- .../snapshots/seattlerb/parse_line_rescue.txt | 4 +- .../snapshots/seattlerb/parse_line_return.txt | 2 +- .../snapshots/seattlerb/parse_pattern_019.txt | 2 +- .../snapshots/seattlerb/parse_pattern_044.txt | 2 +- .../snapshots/seattlerb/parse_pattern_051.txt | 2 +- .../snapshots/seattlerb/parse_pattern_058.txt | 2 +- .../snapshots/seattlerb/parse_pattern_058_2.txt | 2 +- .../snapshots/seattlerb/parse_pattern_069.txt | 2 +- .../snapshots/seattlerb/parse_pattern_076.txt | 2 +- .../snapshots/seattlerb/rescue_do_end_no_raise.txt | 2 +- .../snapshots/seattlerb/rescue_do_end_rescued.txt | 2 +- test/prism/snapshots/seattlerb/rescue_in_block.txt | 2 +- .../seattlerb/str_interp_ternary_or_label.txt | 2 +- test/prism/snapshots/seattlerb/when_splat.txt | 2 +- test/prism/snapshots/ternary_operator.txt | 16 +- test/prism/snapshots/unless.txt | 14 +- .../snapshots/unparser/corpus/literal/block.txt | 18 +-- .../snapshots/unparser/corpus/literal/case.txt | 16 +- .../snapshots/unparser/corpus/literal/def.txt | 8 +- .../snapshots/unparser/corpus/literal/dstr.txt | 6 +- .../snapshots/unparser/corpus/literal/flipflop.txt | 8 +- .../prism/snapshots/unparser/corpus/literal/if.txt | 20 +-- .../snapshots/unparser/corpus/literal/kwbegin.txt | 26 ++-- .../snapshots/unparser/corpus/literal/pattern.txt | 8 +- .../snapshots/unparser/corpus/literal/send.txt | 10 +- .../snapshots/unparser/corpus/semantic/and.txt | 4 +- .../snapshots/unparser/corpus/semantic/block.txt | 2 +- .../snapshots/unparser/corpus/semantic/dstr.txt | 8 +- .../snapshots/unparser/corpus/semantic/kwbegin.txt | 16 +- .../ambiuous_quoted_label_in_ternary_operator.txt | 2 +- .../snapshots/whitequark/bug_rescue_empty_else.txt | 2 +- test/prism/snapshots/whitequark/case_cond.txt | 2 +- test/prism/snapshots/whitequark/case_cond_else.txt | 2 +- test/prism/snapshots/whitequark/case_expr.txt | 2 +- test/prism/snapshots/whitequark/case_expr_else.txt | 2 +- test/prism/snapshots/whitequark/cond_begin.txt | 2 +- .../snapshots/whitequark/cond_begin_masgn.txt | 2 +- test/prism/snapshots/whitequark/cond_eflipflop.txt | 2 +- .../cond_eflipflop_with_beginless_range.txt | 2 +- .../cond_eflipflop_with_endless_range.txt | 2 +- test/prism/snapshots/whitequark/cond_iflipflop.txt | 2 +- .../cond_iflipflop_with_beginless_range.txt | 2 +- .../cond_iflipflop_with_endless_range.txt | 2 +- .../whitequark/cond_match_current_line.txt | 2 +- test/prism/snapshots/whitequark/hash_label_end.txt | 2 +- test/prism/snapshots/whitequark/if.txt | 4 +- test/prism/snapshots/whitequark/if_else.txt | 4 +- test/prism/snapshots/whitequark/if_elsif.txt | 4 +- test/prism/snapshots/whitequark/if_masgn__24.txt | 2 +- test/prism/snapshots/whitequark/if_mod.txt | 2 +- test/prism/snapshots/whitequark/if_nl_then.txt | 2 +- .../whitequark/newline_in_hash_argument.txt | 2 +- .../pattern_matching__FILE__LINE_literals.txt | 2 +- .../whitequark/pattern_matching_blank_else.txt | 2 +- .../snapshots/whitequark/pattern_matching_else.txt | 2 +- test/prism/snapshots/whitequark/resbody_list.txt | 2 +- .../snapshots/whitequark/resbody_list_mrhs.txt | 2 +- .../snapshots/whitequark/resbody_list_var.txt | 2 +- test/prism/snapshots/whitequark/resbody_var.txt | 4 +- test/prism/snapshots/whitequark/rescue.txt | 2 +- test/prism/snapshots/whitequark/rescue_else.txt | 2 +- .../snapshots/whitequark/rescue_else_ensure.txt | 2 +- test/prism/snapshots/whitequark/rescue_ensure.txt | 2 +- .../whitequark/rescue_in_lambda_block.txt | 2 +- .../whitequark/rescue_without_begin_end.txt | 2 +- test/prism/snapshots/whitequark/ruby_bug_10279.txt | 2 +- test/prism/snapshots/whitequark/ruby_bug_10653.txt | 6 +- test/prism/snapshots/whitequark/ternary.txt | 2 +- .../whitequark/ternary_ambiguous_symbol.txt | 2 +- test/prism/snapshots/whitequark/unless.txt | 4 +- test/prism/snapshots/whitequark/unless_else.txt | 4 +- test/prism/snapshots/whitequark/unless_mod.txt | 2 +- test/prism/snapshots/whitequark/when_multi.txt | 2 +- test/prism/snapshots/whitequark/when_splat.txt | 2 +- test/prism/snapshots/whitequark/when_then.txt | 2 +- 155 files changed, 580 insertions(+), 516 deletions(-) Latest commit hash = 3fa5b4be19 $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 /tmp/ruby/src/trunk-jemalloc/revision.h updated generating /tmp/ruby/src/trunk-jemalloc/ext/ripper/eventids2table.c make[1]: Entering directory '/tmp/ruby/src/trunk-jemalloc/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk-jemalloc/ext/ripper' generating x86_64-linux-fake.rb x86_64-linux-fake.rb updated generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/power_assert.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/power_assert.revision unchanged /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/typeprof.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-jemalloc/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Extracting bundle gem power_assert-2.0.3... Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.4dev.gem $$$[end] "make after-update -j4" exit with 0. $$$[beg] make miniruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /tmp/ruby/src/trunk-jemalloc/main.c compiling /tmp/ruby/src/trunk-jemalloc/dmydln.c compiling /tmp/ruby/src/trunk-jemalloc/miniinit.c compiling /tmp/ruby/src/trunk-jemalloc/array.c compiling /tmp/ruby/src/trunk-jemalloc/ast.c compiling /tmp/ruby/src/trunk-jemalloc/bignum.c compiling /tmp/ruby/src/trunk-jemalloc/class.c compiling /tmp/ruby/src/trunk-jemalloc/compar.c compiling /tmp/ruby/src/trunk-jemalloc/compile.c compiling /tmp/ruby/src/trunk-jemalloc/complex.c compiling /tmp/ruby/src/trunk-jemalloc/cont.c compiling /tmp/ruby/src/trunk-jemalloc/debug.c compiling /tmp/ruby/src/trunk-jemalloc/debug_counter.c compiling /tmp/ruby/src/trunk-jemalloc/dir.c compiling /tmp/ruby/src/trunk-jemalloc/dln_find.c compiling /tmp/ruby/src/trunk-jemalloc/encoding.c compiling /tmp/ruby/src/trunk-jemalloc/enum.c compiling /tmp/ruby/src/trunk-jemalloc/enumerator.c compiling /tmp/ruby/src/trunk-jemalloc/error.c compiling /tmp/ruby/src/trunk-jemalloc/eval.c compiling /tmp/ruby/src/trunk-jemalloc/file.c compiling /tmp/ruby/src/trunk-jemalloc/gc.c compiling /tmp/ruby/src/trunk-jemalloc/hash.c compiling /tmp/ruby/src/trunk-jemalloc/inits.c compiling /tmp/ruby/src/trunk-jemalloc/imemo.c compiling /tmp/ruby/src/trunk-jemalloc/io.c compiling /tmp/ruby/src/trunk-jemalloc/io_buffer.c compiling /tmp/ruby/src/trunk-jemalloc/iseq.c compiling /tmp/ruby/src/trunk-jemalloc/load.c compiling /tmp/ruby/src/trunk-jemalloc/marshal.c compiling /tmp/ruby/src/trunk-jemalloc/math.c compiling /tmp/ruby/src/trunk-jemalloc/memory_view.c compiling /tmp/ruby/src/trunk-jemalloc/rjit.c compiling /tmp/ruby/src/trunk-jemalloc/rjit_c.c compiling /tmp/ruby/src/trunk-jemalloc/node.c compiling /tmp/ruby/src/trunk-jemalloc/node_dump.c compiling /tmp/ruby/src/trunk-jemalloc/numeric.c compiling /tmp/ruby/src/trunk-jemalloc/object.c compiling /tmp/ruby/src/trunk-jemalloc/pack.c compiling parse.c compiling /tmp/ruby/src/trunk-jemalloc/proc.c compiling /tmp/ruby/src/trunk-jemalloc/process.c compiling /tmp/ruby/src/trunk-jemalloc/ractor.c compiling /tmp/ruby/src/trunk-jemalloc/random.c compiling /tmp/ruby/src/trunk-jemalloc/range.c compiling /tmp/ruby/src/trunk-jemalloc/rational.c compiling /tmp/ruby/src/trunk-jemalloc/re.c compiling /tmp/ruby/src/trunk-jemalloc/regcomp.c compiling /tmp/ruby/src/trunk-jemalloc/regenc.c compiling /tmp/ruby/src/trunk-jemalloc/regerror.c compiling /tmp/ruby/src/trunk-jemalloc/regexec.c compiling /tmp/ruby/src/trunk-jemalloc/regparse.c compiling /tmp/ruby/src/trunk-jemalloc/regsyntax.c compiling /tmp/ruby/src/trunk-jemalloc/ruby.c compiling /tmp/ruby/src/trunk-jemalloc/ruby_parser.c compiling /tmp/ruby/src/trunk-jemalloc/scheduler.c compiling /tmp/ruby/src/trunk-jemalloc/shape.c compiling /tmp/ruby/src/trunk-jemalloc/signal.c compiling /tmp/ruby/src/trunk-jemalloc/sprintf.c compiling /tmp/ruby/src/trunk-jemalloc/st.c compiling /tmp/ruby/src/trunk-jemalloc/strftime.c compiling /tmp/ruby/src/trunk-jemalloc/string.c compiling /tmp/ruby/src/trunk-jemalloc/struct.c compiling /tmp/ruby/src/trunk-jemalloc/symbol.c compiling /tmp/ruby/src/trunk-jemalloc/thread.c compiling /tmp/ruby/src/trunk-jemalloc/time.c compiling /tmp/ruby/src/trunk-jemalloc/transcode.c compiling /tmp/ruby/src/trunk-jemalloc/util.c compiling /tmp/ruby/src/trunk-jemalloc/variable.c compiling /tmp/ruby/src/trunk-jemalloc/version.c compiling /tmp/ruby/src/trunk-jemalloc/vm.c compiling /tmp/ruby/src/trunk-jemalloc/vm_backtrace.c compiling /tmp/ruby/src/trunk-jemalloc/vm_dump.c compiling /tmp/ruby/src/trunk-jemalloc/vm_sync.c compiling /tmp/ruby/src/trunk-jemalloc/vm_trace.c compiling /tmp/ruby/src/trunk-jemalloc/weakmap.c compiling prism/api_node.c compiling /tmp/ruby/src/trunk-jemalloc/prism/api_pack.c compiling prism/diagnostic.c compiling /tmp/ruby/src/trunk-jemalloc/prism/extension.c compiling prism/node.c compiling prism/prettyprint.c compiling /tmp/ruby/src/trunk-jemalloc/prism/regexp.c compiling prism/serialize.c compiling /tmp/ruby/src/trunk-jemalloc/prism/static_literals.c compiling prism/token_type.c compiling /tmp/ruby/src/trunk-jemalloc/prism/util/pm_memchr.c compiling /tmp/ruby/src/trunk-jemalloc/prism/util/pm_strpbrk.c compiling /tmp/ruby/src/trunk-jemalloc/prism/prism.c compiling /tmp/ruby/src/trunk-jemalloc/prism_init.c compiling /tmp/ruby/src/trunk-jemalloc/yjit.c compiling /tmp/ruby/src/trunk-jemalloc/enc/ascii.c compiling /tmp/ruby/src/trunk-jemalloc/enc/us_ascii.c compiling /tmp/ruby/src/trunk-jemalloc/enc/unicode.c compiling /tmp/ruby/src/trunk-jemalloc/enc/utf_8.c compiling enc/trans/newline.c compiling /tmp/ruby/src/trunk-jemalloc/missing/setproctitle.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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /tmp/ruby/src/trunk-jemalloc/dln.c compiling /tmp/ruby/src/trunk-jemalloc/localeinit.c compiling /tmp/ruby/src/trunk-jemalloc/loadpath.c builtin_binary.inc updated 2568fe1c7f31c3b0e466bc210b625ad6807f586d11427732b550515165b7de46 builtin_binary.inc compiling /tmp/ruby/src/trunk-jemalloc/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.4.0 linking ruby $$$[end] "make ruby -j4" exit with 0. $$$[beg] make all -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so encdb.h unchanged building spec/ruby/optional/capi/ext/bignum_spec.so building spec/ruby/optional/capi/ext/binding_spec.so building spec/ruby/optional/capi/ext/boolean_spec.so building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so building spec/ruby/optional/capi/ext/class_spec.so building spec/ruby/optional/capi/ext/class_under_autoload_spec.so building spec/ruby/optional/capi/ext/complex_spec.so building spec/ruby/optional/capi/ext/constants_spec.so building spec/ruby/optional/capi/ext/data_spec.so building spec/ruby/optional/capi/ext/debug_spec.so building spec/ruby/optional/capi/ext/encoding_spec.so building spec/ruby/optional/capi/ext/enumerator_spec.so building spec/ruby/optional/capi/ext/exception_spec.so building spec/ruby/optional/capi/ext/fiber_spec.so building spec/ruby/optional/capi/ext/file_spec.so building spec/ruby/optional/capi/ext/fixnum_spec.so building spec/ruby/optional/capi/ext/float_spec.so building spec/ruby/optional/capi/ext/gc_spec.so building spec/ruby/optional/capi/ext/globals_spec.so building spec/ruby/optional/capi/ext/hash_spec.so building spec/ruby/optional/capi/ext/integer_spec.so building spec/ruby/optional/capi/ext/io_spec.so building spec/ruby/optional/capi/ext/kernel_spec.so building spec/ruby/optional/capi/ext/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/proc_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/rational_spec.so building spec/ruby/optional/capi/ext/rbasic_spec.so building spec/ruby/optional/capi/ext/regexp_spec.so building spec/ruby/optional/capi/ext/st_spec.so building spec/ruby/optional/capi/ext/string_spec.so building spec/ruby/optional/capi/ext/struct_spec.so building spec/ruby/optional/capi/ext/symbol_spec.so building spec/ruby/optional/capi/ext/thread_spec.so building spec/ruby/optional/capi/ext/time_spec.so building spec/ruby/optional/capi/ext/tracepoint_spec.so building spec/ruby/optional/capi/ext/typed_data_spec.so building spec/ruby/optional/capi/ext/util_spec.so making enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' compiling /tmp/ruby/src/trunk-jemalloc/enc/encdb.c making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating transdb.h compiling /tmp/ruby/src/trunk-jemalloc/enc/big5.c compiling /tmp/ruby/src/trunk-jemalloc/enc/cesu_8.c compiling /tmp/ruby/src/trunk-jemalloc/enc/cp949.c compiling /tmp/ruby/src/trunk-jemalloc/enc/emacs_mule.c compiling /tmp/ruby/src/trunk-jemalloc/enc/euc_jp.c transdb.h unchanged generating makefiles ext/configure-ext.mk compiling /tmp/ruby/src/trunk-jemalloc/enc/euc_kr.c compiling /tmp/ruby/src/trunk-jemalloc/enc/euc_tw.c ext/configure-ext.mk updated making trans make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/transdb.c compiling /tmp/ruby/src/trunk-jemalloc/enc/gb2312.c compiling /tmp/ruby/src/trunk-jemalloc/enc/gb18030.c compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/big5.c compiling /tmp/ruby/src/trunk-jemalloc/enc/gbk.c compiling /tmp/ruby/src/trunk-jemalloc/enc/iso_8859_1.c compiling /tmp/ruby/src/trunk-jemalloc/enc/iso_8859_2.c compiling /tmp/ruby/src/trunk-jemalloc/enc/iso_8859_3.c compiling /tmp/ruby/src/trunk-jemalloc/enc/iso_8859_4.c compiling /tmp/ruby/src/trunk-jemalloc/enc/iso_8859_5.c compiling /tmp/ruby/src/trunk-jemalloc/enc/iso_8859_6.c compiling /tmp/ruby/src/trunk-jemalloc/enc/iso_8859_7.c compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/cesu_8.c compiling /tmp/ruby/src/trunk-jemalloc/enc/iso_8859_8.c compiling /tmp/ruby/src/trunk-jemalloc/enc/iso_8859_9.c compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/chinese.c compiling /tmp/ruby/src/trunk-jemalloc/enc/iso_8859_10.c compiling /tmp/ruby/src/trunk-jemalloc/enc/iso_8859_11.c compiling /tmp/ruby/src/trunk-jemalloc/enc/iso_8859_13.c compiling /tmp/ruby/src/trunk-jemalloc/enc/iso_8859_14.c compiling /tmp/ruby/src/trunk-jemalloc/enc/iso_8859_15.c compiling /tmp/ruby/src/trunk-jemalloc/enc/iso_8859_16.c compiling /tmp/ruby/src/trunk-jemalloc/enc/koi8_r.c compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/ebcdic.c compiling /tmp/ruby/src/trunk-jemalloc/enc/koi8_u.c compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/emoji.c compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/emoji_iso2022_kddi.c compiling /tmp/ruby/src/trunk-jemalloc/enc/shift_jis.c compiling /tmp/ruby/src/trunk-jemalloc/enc/utf_16be.c compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/emoji_sjis_docomo.c compiling /tmp/ruby/src/trunk-jemalloc/enc/utf_16le.c compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/emoji_sjis_kddi.c compiling /tmp/ruby/src/trunk-jemalloc/enc/utf_32be.c compiling /tmp/ruby/src/trunk-jemalloc/enc/utf_32le.c compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/emoji_sjis_softbank.c compiling /tmp/ruby/src/trunk-jemalloc/enc/windows_31j.c compiling /tmp/ruby/src/trunk-jemalloc/enc/windows_1250.c compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/escape.c compiling /tmp/ruby/src/trunk-jemalloc/enc/windows_1251.c compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/gb18030.c compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/gbk.c compiling /tmp/ruby/src/trunk-jemalloc/enc/windows_1252.c compiling /tmp/ruby/src/trunk-jemalloc/enc/windows_1253.c compiling /tmp/ruby/src/trunk-jemalloc/enc/windows_1254.c compiling /tmp/ruby/src/trunk-jemalloc/enc/windows_1257.c linking encoding encdb.so linking encoding big5.so linking encoding cesu_8.so compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/iso2022.c linking encoding cp949.so linking encoding emacs_mule.so linking encoding euc_jp.so compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/japanese.c linking encoding euc_kr.so compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/japanese_euc.c linking encoding euc_tw.so linking encoding gb2312.so linking encoding gb18030.so compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/japanese_sjis.c linking encoding gbk.so linking encoding iso_8859_1.so linking encoding iso_8859_2.so linking encoding iso_8859_3.so linking encoding iso_8859_4.so linking encoding iso_8859_5.so compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/korean.c linking encoding iso_8859_6.so compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/single_byte.c linking encoding iso_8859_7.so compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/utf8_mac.c linking encoding iso_8859_8.so linking encoding iso_8859_9.so compiling /tmp/ruby/src/trunk-jemalloc/enc/trans/utf_16_32.c linking encoding iso_8859_10.so linking encoding iso_8859_11.so linking transcoder transdb.so linking transcoder big5.so linking encoding iso_8859_13.so linking transcoder cesu_8.so linking transcoder chinese.so linking transcoder ebcdic.so linking encoding iso_8859_14.so linking transcoder emoji.so linking transcoder emoji_iso2022_kddi.so linking encoding iso_8859_15.so linking transcoder emoji_sjis_docomo.so linking transcoder emoji_sjis_kddi.so linking transcoder emoji_sjis_softbank.so linking encoding iso_8859_16.so linking transcoder escape.so linking encoding koi8_r.so linking transcoder gb18030.so linking encoding koi8_u.so linking transcoder gbk.so linking encoding shift_jis.so linking encoding utf_16be.so linking encoding utf_16le.so linking transcoder iso2022.so linking transcoder japanese.so linking transcoder japanese_euc.so linking encoding utf_32be.so linking transcoder japanese_sjis.so linking encoding utf_32le.so linking encoding windows_31j.so linking transcoder korean.so linking transcoder single_byte.so linking encoding windows_1250.so linking encoding windows_1251.so linking transcoder utf8_mac.so linking transcoder utf_16_32.so linking encoding windows_1252.so linking encoding windows_1253.so linking encoding windows_1254.so linking encoding windows_1257.so make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/RUBY_ALIGNOF' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/arith_seq/beg_len_step' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/RUBY_ALIGNOF/c.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/arith_seq/extract' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/arith_seq/beg_len_step/beg_len_step.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/arith_seq/extract/extract.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/array/concat' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/array/concat/to_ary_concat.c linking shared-object -test-/arith_seq/extract.so linking shared-object -test-/array/to_ary_concat.so linking shared-object -test-/RUBY_ALIGNOF.so linking shared-object -test-/arith_seq/beg_len_step.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/arith_seq/extract' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/RUBY_ALIGNOF' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/array/resize' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/array/resize/resize.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/bignum' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/bignum/big2str.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/array/concat' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/bug-14834' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/bug-14834/bug-14834.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/arith_seq/beg_len_step' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/bug-3571' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/bug-3571/bug.c linking shared-object -test-/array/resize.so linking shared-object -test-/bug_3571.so compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/bignum/bigzero.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/bug-3571' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/bug-5832' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/bug-5832/bug.c linking shared-object -test-/bug_14834.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/array/resize' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/bug_reporter' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/bug_reporter/bug_reporter.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/bignum/div.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/bug-14834' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/class' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/class/class2name.c linking shared-object -test-/bug_5832.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/bug-5832' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/debug' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/debug/init.c linking shared-object -test-/bug_reporter.so compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/class/init.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/bignum/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/bug_reporter' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/dln/empty' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/dln/empty/empty.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/bignum/intpack.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/debug/inspector.c linking shared-object -test-/class.so linking shared-object -test-/dln/empty.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/class' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/enumerator_kw' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/debug/profile_frames.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/enumerator_kw/enumerator_kw.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/dln/empty' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/bignum/mul.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/bignum/str2big.c linking shared-object -test-/enumerator_kw.so linking shared-object -test-/debug.so make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/exception' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/exception/dataerror.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/fatal' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/fatal/init.c linking shared-object -test-/bignum.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/enumerator_kw' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/file' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/file/fs.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/bignum' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/float' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/float/init.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/fatal/invalid.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/exception/enc_raise.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/float/nextafter.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/fatal/rb_fatal.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/file/init.c linking shared-object -test-/float.so compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/exception/ensured.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/file/newline_conv.c linking shared-object -test-/fatal.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/float' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/funcall' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/funcall/funcall.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/file/stat.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/exception/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/fatal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/gvl/call_without_gvl' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/gvl/call_without_gvl/call_without_gvl.c linking shared-object -test-/funcall.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/funcall' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/hash' linking shared-object -test-/exception.so compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/hash/delete.c linking shared-object -test-/file.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/exception' linking shared-object -test-/gvl/call_without_gvl.so make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/integer' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/integer/core_ext.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/gvl/call_without_gvl' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/hash/init.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/iseq_load' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/iseq_load/iseq_load.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/file' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/iter' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/iter/break.c linking shared-object -test-/hash.so linking shared-object -test-/iseq_load.so compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/iter/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/hash' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/load/dot.dot' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/load/dot.dot/dot.dot.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/iseq_load' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/integer/init.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/load/protect' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/load/protect/protect.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/iter/yield.c linking shared-object -test-/load/dot.dot.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/load/dot.dot' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/marshal/compat' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/integer/my_integer.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/marshal/compat/usrcompat.c linking shared-object -test-/load/protect.so linking shared-object -test-/iter.so linking shared-object -test-/integer.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/load/protect' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/marshal/internal_ivar' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/marshal/internal_ivar/internal_ivar.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/iter' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/marshal/usr' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/marshal/usr/usrmarshal.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/integer' linking shared-object -test-/marshal/compat.so make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/memory_view' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/memory_view/memory_view.c linking shared-object -test-/marshal/internal_ivar.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/marshal/compat' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/method' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/method/arity.c linking shared-object -test-/marshal/usr.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/marshal/usr' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/notimplement' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/notimplement/bug.c linking shared-object -test-/memory_view.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/marshal/internal_ivar' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/num2int' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/num2int/num2int.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/memory_view' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/path_to_class' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/path_to_class/path_to_class.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/method/init.c linking shared-object -test-/notimplement.so linking shared-object -test-/path_to_class.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/notimplement' linking shared-object -test-/num2int.so make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/popen_deadlock' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/popen_deadlock/infinite_loop_dlsym.c linking shared-object -test-/method.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/num2int' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/postponed_job' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/postponed_job/postponed_job.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/path_to_class' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/printf' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/printf/printf.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/method' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/proc' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/proc/init.c linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so linking shared-object -test-/postponed_job.so linking shared-object -test-/printf.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/popen_deadlock' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/proc/receiver.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/random' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/random/bad_version.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/postponed_job' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/rational' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/rational/rat.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/printf' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/rb_call_super_kw' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/proc/super.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/rb_call_super_kw/rb_call_super_kw.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/random/init.c linking shared-object -test-/rb_call_super_kw.so linking shared-object -test-/proc.so compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/random/loop.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/proc' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/rb_call_super_kw' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/recursion' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/recursion/recursion.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/regexp' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/regexp/init.c linking shared-object -test-/random.so linking shared-object -test-/rational.so compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/regexp/parse_depth_limit.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/random' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/scan_args' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/scan_args/scan_args.c linking shared-object -test-/recursion.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/rational' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/st/foreach' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/st/foreach/foreach.c linking shared-object -test-/regexp.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/recursion' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/st/numhash' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/st/numhash/numhash.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/regexp' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/st/update' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/st/update/update.c linking shared-object -test-/st/foreach.so linking shared-object -test-/st/numhash.so linking shared-object -test-/scan_args.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/st/foreach' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/string' linking shared-object -test-/st/update.so compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/capacity.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/scan_args' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/struct' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/struct/data.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/st/numhash' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/symbol' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/symbol/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/st/update' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/thread/instrumentation' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/thread/instrumentation/instrumentation.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/coderange.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/symbol/type.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/struct/duplicate.c linking shared-object -test-/thread/instrumentation.so compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/cstr.c linking shared-object -test-/symbol.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/thread/instrumentation' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/struct/init.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/thread_fd' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/thread_fd/thread_fd.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/ellipsize.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/symbol' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/time' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/time/init.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/time/leap_second.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/struct/len.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/enc_associate.c linking shared-object -test-/thread_fd.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/thread_fd' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/tracepoint' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/tracepoint/gc_hook.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/enc_dummy.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/struct/member.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/time/new.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/tracepoint/tracepoint.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/enc_str_buf_cat.c linking shared-object -test-/struct.so linking shared-object -test-/time.so linking shared-object -test-/tracepoint.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/struct' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/typeddata' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/time' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/vm' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/vm/at_exit.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/typeddata/typeddata.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/tracepoint' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/wait' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/wait/wait.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/fstring.c linking shared-object -test-/typeddata.so linking shared-object -test-/vm/at_exit.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/typeddata' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/cgi/escape' compiling /tmp/ruby/src/trunk-jemalloc/ext/cgi/escape/escape.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/vm' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/continuation' compiling /tmp/ruby/src/trunk-jemalloc/ext/continuation/continuation.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/init.c linking shared-object -test-/wait.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/wait' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' compiling /tmp/ruby/src/trunk-jemalloc/ext/coverage/coverage.c linking shared-object cgi/escape.so linking shared-object continuation.so compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/modify.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/cgi/escape' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date' compiling /tmp/ruby/src/trunk-jemalloc/ext/date/date_core.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/continuation' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' compiling /tmp/ruby/src/trunk-jemalloc/ext/digest/digest.c linking shared-object coverage.so compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/new.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/etc' compiling /tmp/ruby/src/trunk-jemalloc/ext/etc/etc.c linking shared-object digest.so compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/nofree.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fcntl' compiling /tmp/ruby/src/trunk-jemalloc/ext/fcntl/fcntl.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/normalize.c linking shared-object etc.so compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/qsort.c linking shared-object fcntl.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fcntl' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' compiling /tmp/ruby/src/trunk-jemalloc/ext/fiddle/closure.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/etc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' compiling /tmp/ruby/src/trunk-jemalloc/ext/io/console/console.c compiling /tmp/ruby/src/trunk-jemalloc/ext/date/date_parse.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/rb_interned_str.c compiling /tmp/ruby/src/trunk-jemalloc/ext/fiddle/conversions.c linking shared-object io/console.so compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/rb_str_dup.c compiling /tmp/ruby/src/trunk-jemalloc/ext/fiddle/fiddle.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/nonblock' compiling /tmp/ruby/src/trunk-jemalloc/ext/io/nonblock/nonblock.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/set_len.c compiling /tmp/ruby/src/trunk-jemalloc/ext/fiddle/function.c linking shared-object io/nonblock.so linking shared-object -test-/string.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/nonblock' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/wait' compiling /tmp/ruby/src/trunk-jemalloc/ext/fiddle/handle.c compiling /tmp/ruby/src/trunk-jemalloc/ext/io/wait/wait.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/string' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' compiling /tmp/ruby/src/trunk-jemalloc/ext/monitor/monitor.c linking shared-object io/wait.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/wait' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' compiling /tmp/ruby/src/trunk-jemalloc/ext/objspace/object_tracing.c compiling /tmp/ruby/src/trunk-jemalloc/ext/fiddle/memory_view.c linking shared-object monitor.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl.c compiling /tmp/ruby/src/trunk-jemalloc/ext/objspace/objspace.c compiling /tmp/ruby/src/trunk-jemalloc/ext/fiddle/pinned.c compiling /tmp/ruby/src/trunk-jemalloc/ext/objspace/objspace_dump.c compiling /tmp/ruby/src/trunk-jemalloc/ext/fiddle/pointer.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_asn1.c linking shared-object objspace.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' compiling /tmp/ruby/src/trunk-jemalloc/ext/pathname/pathname.c linking shared-object fiddle.so compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_bio.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' compiling /tmp/ruby/src/trunk-jemalloc/ext/psych/psych.c compiling /tmp/ruby/src/trunk-jemalloc/ext/psych/psych_emitter.c linking shared-object pathname.so compiling /tmp/ruby/src/trunk-jemalloc/ext/psych/psych_parser.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_bn.c compiling /tmp/ruby/src/trunk-jemalloc/ext/pty/pty.c compiling /tmp/ruby/src/trunk-jemalloc/ext/psych/psych_to_ruby.c linking shared-object pty.so compiling /tmp/ruby/src/trunk-jemalloc/ext/psych/psych_yaml_tree.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_cipher.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_config.c linking shared-object psych.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rbconfig/sizeof' compiling /tmp/ruby/src/trunk-jemalloc/ext/rbconfig/sizeof/sizes.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_digest.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_engine.c compiling /tmp/ruby/src/trunk-jemalloc/ext/rbconfig/sizeof/limits.c linking shared-object rbconfig/sizeof.so compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_hmac.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rbconfig/sizeof' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' compiling /tmp/ruby/src/trunk-jemalloc/ext/ripper/eventids1.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_kdf.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_ns_spki.c compiling /tmp/ruby/src/trunk-jemalloc/ext/ripper/eventids2.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_ocsp.c compiling /tmp/ruby/src/trunk-jemalloc/ext/ripper/ripper.c compiling /tmp/ruby/src/trunk-jemalloc/ext/date/date_strftime.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_pkcs12.c compiling /tmp/ruby/src/trunk-jemalloc/ext/date/date_strptime.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_pkcs7.c linking shared-object date_core.so compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_pkey.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_pkey_dh.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/init.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_pkey_dsa.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_pkey_ec.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/constants.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_pkey_rsa.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_provider.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/basicsocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_rand.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_ssl.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/socket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/ipsocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_ssl_session.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_ts.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/tcpsocket.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/stringio' compiling /tmp/ruby/src/trunk-jemalloc/ext/stringio/stringio.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_x509.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/tcpserver.c linking shared-object stringio.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/stringio' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan' compiling /tmp/ruby/src/trunk-jemalloc/ext/strscan/strscan.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_x509attr.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/sockssocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/udpsocket.c linking shared-object strscan.so compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_x509cert.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/zlib' compiling /tmp/ruby/src/trunk-jemalloc/ext/zlib/zlib.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/unixsocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_x509crl.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/unixserver.c linking shared-object zlib.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/zlib' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/option.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_x509ext.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/ancdata.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/raddrinfo.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/ifaddr.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_x509name.c linking shared-object socket.so make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_x509req.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_x509revoked.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/bubblebabble' compiling /tmp/ruby/src/trunk-jemalloc/ext/digest/bubblebabble/bubblebabble.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/md5' compiling /tmp/ruby/src/trunk-jemalloc/ext/digest/md5/md5init.c compiling /tmp/ruby/src/trunk-jemalloc/ext/openssl/ossl_x509store.c linking shared-object digest/bubblebabble.so compiling /tmp/ruby/src/trunk-jemalloc/ext/digest/md5/md5.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/bubblebabble' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/rmd160' compiling /tmp/ruby/src/trunk-jemalloc/ext/digest/rmd160/rmd160init.c linking shared-object digest/md5.so linking shared-object openssl.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/md5' compiling /tmp/ruby/src/trunk-jemalloc/ext/digest/rmd160/rmd160.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha1' compiling /tmp/ruby/src/trunk-jemalloc/ext/digest/sha1/sha1init.c linking shared-object digest/rmd160.so compiling /tmp/ruby/src/trunk-jemalloc/ext/digest/sha1/sha1.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/rmd160' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' compiling /tmp/ruby/src/trunk-jemalloc/ext/digest/sha2/sha2init.c linking shared-object digest/sha1.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha1' compiling /tmp/ruby/src/trunk-jemalloc/ext/digest/sha2/sha2.c make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json/generator' compiling /tmp/ruby/src/trunk-jemalloc/ext/json/generator/generator.c linking shared-object json/ext/generator.so linking shared-object digest/sha2.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json/generator' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json/parser' compiling /tmp/ruby/src/trunk-jemalloc/ext/json/parser/parser.c compiling /tmp/ruby/src/trunk-jemalloc/ext/ripper/ripper_init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' linking shared-object json/ext/parser.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json/parser' linking shared-object ripper.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc' linking ruby make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/power_assert.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/typeprof.revision - BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/power_assert.revision unchanged /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/typeprof.revision unchanged gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk encdb.h unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-jemalloc/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Extracting bundle gem power_assert-2.0.3... making srcs under enc making enc Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.4dev.gem make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' ./miniruby -I/tmp/ruby/src/trunk-jemalloc/lib -I. -I.ext/common /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-jemalloc/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc installing binary commands: /tmp/ruby/install/trunk-jemalloc/bin installing base libraries: /tmp/ruby/install/trunk-jemalloc/lib installing arch files: /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.4.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk-jemalloc/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-jemalloc/include/ruby-3.4.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /tmp/ruby/install/trunk-jemalloc/include/ruby-3.4.0+0/ruby installing command scripts: /tmp/ruby/install/trunk-jemalloc/bin installing library scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.4.0+0 installing common headers: /tmp/ruby/install/trunk-jemalloc/include/ruby-3.4.0+0 installing manpages: /tmp/ruby/install/trunk-jemalloc/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.4.0+0 benchmark 0.3.0 bundler 2.6.0.dev cgi 0.4.1 delegate 0.3.1 did_you_mean 1.6.3 english 0.8.0 erb 4.0.4 error_highlight 0.6.0 fileutils 1.7.2 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.6 irb 1.14.0 logger 1.6.0 net-http 0.4.1 net-protocol 0.2.2 open-uri 0.4.1 open3 0.2.1 optparse 0.5.0 ostruct 0.6.0 pp 0.5.0 prettyprint 0.2.0 prism 1.0.0 pstore 0.1.3 rdoc 6.7.0 readline 0.0.4 reline 0.5.9 resolv 0.4.0 ruby2_keywords 0.0.5 securerandom 0.3.1 set 1.1.0 shellwords 0.2.0 singleton 0.2.0 syntax_suggest 2.0.0 tempfile 0.2.1 time 0.3.0 timeout 0.4.1 tmpdir 0.2.0 tsort 0.2.0 un 0.3.0 uri 0.13.0 weakref 0.1.3 yaml 0.3.0 installing default gems from ext: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.4.0+0 date 3.3.4 digest 3.1.1 etc 1.4.3 fcntl 1.1.0 fiddle 1.1.3 io-console 0.7.2 io-nonblock 0.3.0 io-wait 0.3.1 json 2.7.2 openssl 3.2.0 pathname 0.3.0 psych 5.1.2 stringio 3.1.2 strscan 3.1.1 zlib 3.1.0 installing bundled gems: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.4.0+0 minitest 5.25.1 rake 13.2.1 test-unit 3.6.2 rexml 3.3.6 rss 0.3.1 net-ftp 0.3.7 net-imap 0.4.15 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.2 rbs 3.5.3 typeprof 0.21.11 debug 1.9.2 racc 1.8.1 mutex_m 0.2.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.8 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.1 nkf 0.2.0 syslog 0.1.2 csv 3.3.0 installing bundled gem cache: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.4.0+0/cache skipped bundled gems: power_assert-2.0.4dev.gem not found in bundled_gems $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 1985 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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Checking leaked global symbols...none /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS='-j4'" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' Run options: --seed=16940 "--ruby=./miniruby -I/tmp/ruby/src/trunk-jemalloc/lib -I. -I.ext/common /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk-jemalloc/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j4 # Running tests: [ 1/914] 375814=test_gem_resolver_best_set [ 2/914] 375813=test_disable_irb [ 3/914] 375812=test_utf32 [ 4/914] 375812=test_gem_commands_environment_command [ 5/914] 375816=test_array [ 6/914] 375813=test_threadgroup [ 7/914] 375814=test_gem_commands_contents_command [ 8/914] 375812=test_gem_resolver_lock_specification [ 9/914] 375813=test_noarg [ 10/914] 375812=test_rdoc_markup_to_html_crossref [ 11/914] 375814=static_inspect_test [ 12/914] 375814=test_load [ 13/914] 375814=test_euc_jp [ 14/914] 375814=test_flush [ 15/914] 375814=test_error_highlight [ 16/914] 375813=test_open3 [ 17/914] 375814=test_spell_checker [ 18/914] 375814=test_rbconfig [ 19/914] 375814=test_win32ole_method [ 20/914] 375814=test_random [ 21/914] 375812=test_call [ 22/914] 375814=test_gem_resolver_conflict [ 23/914] 375814=node_id_test [ 24/914] 375812=test_date_strptime [ 25/914] 375812=test_rdoc_extend [ 26/914] 375814=test_warning [ 27/914] 375812=test_gem_safe_marshal [ 28/914] 375814=test_gbk [ 29/914] 375814=test_merge_keys [ 30/914] 375814=test_string [ 31/914] 375812=test_num2int [ 32/914] 375812=test_cgi_util [ 33/914] 375812=test_rdoc_context [ 34/914] 375816=test_open-uri [ 35/914] 375816=test_iter_break [ 36/914] 375816=test_ensure_and_callcc [ 37/914] 375816=test_date_ractor [ 38/914] 375812=test_rdoc_markup_to_tt_only [ 39/914] 375812=test_address_resolve [ 40/914] 375812=json_generator_test [ 41/914] 375812=test_iso_8859 [ 42/914] 375812=test_gem_commands_signin_command [ 43/914] 375816=test_parser [ 44/914] 375816=test_gem_commands_search_command [ 45/914] 375812=test_cesu8 [ 46/914] 375812=test_arithmetic_sequence [ 47/914] 375812=test_addrinfo [ 48/914] 375816=test_gem_commands_specification_command [ 49/914] 375816=regexp_test [ 50/914] 375813=test_rdoc_markup_document [ 51/914] 375816=test_bug-14834 [ 52/914] 375816=test_rdoc_generator_markup [ 53/914] 375812=test_gem_commands_dependency_command [ 54/914] 375816=test_rdoc_markup_parser [ 55/914] 375813=test_terminfo [ 56/914] 375812=test_method_cache [ 57/914] 375813=test_rdoc_rd_block_parser [ 58/914] 375812=test_rdoc_markup_pre_process [ 59/914] 375813=test_sprintf_comb [ 60/914] 375816=test_command [ 61/914] 375812=test_scheduler [ 62/914] 375813=test_rdoc_ri_paths [ 63/914] 375812=test_pattern_matching [ 64/914] 375812=test_rubyoptions [ 65/914] 375813=test_gem_text [ 66/914] 375816=test_set_len [ 67/914] 375816=test_settracefunc [ 68/914] 375813=test_psych [ 69/914] 375813=tunnel_test [ 70/914] 375813=test_zsh_completion [ 71/914] 375813=test_win32ole [ 72/914] 375813=json_common_interface_test [ 73/914] 375813=test_gem_commands_open_command [ 74/914] 375813=test_asn1 [ 75/914] 375813=test_gem_source_specific_file [ 76/914] 375813=test_ractor [ 77/914] 375813=test_kdf [ 78/914] 375813=test_serialize_subclasses [ 79/914] 375813=test_dryrun [ 80/914] 375813=test_enum [ 81/914] 375816=test_handle [ 82/914] 375816=test_windows_1251 [ 83/914] 375816=test_frozen [ 84/914] 375816=test_float [ 85/914] 375813=test_rdoc_parser_markdown [ 86/914] 375813=test_ractor [ 87/914] 375816=test_delegate [ 88/914] 375816=test_gem_ext_cargo_builder_unit [ 89/914] 375813=test_gem_request_set_lockfile [ 90/914] 375816=test_postponed_job [ 91/914] 375816=test_recursion [ 92/914] 375816=parse_comments_test [ 93/914] 375816=test_rdoc_markup_attributes [ 94/914] 375816=parse_success_test [ 95/914] 375816=test_pty [ 96/914] 375813=test_fiddle [ 97/914] 375813=test_omap [ 98/914] 375813=test_yield_block [ 99/914] 375813=test_case [100/914] 375813=test_ractor [101/914] 375813=test_complex [102/914] 375816=test_shellwords [103/914] 375816=newline_offsets_test [104/914] 375813=test_digest [105/914] 375816=test_gem_package_task [106/914] 375816=test_utf16 [107/914] 375816=test_gem_request_set_lockfile_parser [108/914] 375813=test_autoload [109/914] 375816=test_sprintf [110/914] 375816=test_buffered_io [111/914] 375816=test_gem_ext_ext_conf_builder [112/914] 375816=test_gem_dependency_resolution_error [113/914] 375816=test_gem_commands_cleanup_command [114/914] 375814=test_path_to_class [115/914] 375814=test_usrmarshal [116/914] 375816=test_x509crl [117/914] 375816=test_httpresponses [118/914] 375816=test_cgi_session [119/914] 375816=test_ripper [120/914] 375814=test_optimization [121/914] 375816=test_weakmap [122/914] 375813=test_gem_commands_which_command [123/914] 375813=test_pkcs12 [124/914] 375813=test_case_options [125/914] 375813=test_fiber [126/914] 375813=test_refinement [127/914] 375812=test_member [128/914] 375812=test_flip [129/914] 375812=test_syntax [130/914] 375816=test_win32ole_variant [131/914] 375816=test_x509req [132/914] 375816=test_debugger_integration [133/914] 375816=test_my_integer [134/914] 375816=test_buffering [135/914] 375816=test_svcb_https [136/914] 375816=test_allocation [137/914] 375813=test_tracer [138/914] 375813=test_gem_version_option [139/914] 375813=test_insns_leaf [140/914] 375813=test_option [141/914] 375813=test_rdoc_normal_module [142/914] 375813=test_rdoc_markdown_test [143/914] 375814=test_resolve_symbol [144/914] 375814=test_gem_source_lock [145/914] 375814=symbol_encoding_test [146/914] 375814=test_gem_security_signer [147/914] 375814=test_pkg_config [148/914] 375814=test_default_gems [149/914] 375814=test_backtrace [150/914] 375814=test_dln [151/914] 375814=test_rdoc_task [152/914] 375814=test_x509name [153/914] 375814=test_nofree [154/914] 375814=test_set [155/914] 375813=test_scalar_scanner [156/914] 375814=test_generic [157/914] 375813=test_rdoc_markup_to_ansi [158/914] 375814=test_singleton_function [159/914] 375813=test_gem_resolver_index_specification [160/914] 375814=test_framework [161/914] 375814=test_workspace [162/914] 375813=test_passing_block [163/914] 375813=test_gem_dependency_list [164/914] 375814=test_gem_install_update_options [165/914] 375813=test_monitor [166/914] 375813=test_last_thread [167/914] 375814=test_c_struct_builder [168/914] 375814=test_bn [169/914] 375814=test_gem_rdoc [170/914] 375813=test_digest_extend [171/914] 375813=test_pkey_rsa [172/914] 375814=test_numhash [173/914] 375814=test_whileuntil [174/914] 375814=heredoc_test [175/914] 375814=test_gem_ext_cmake_builder [176/914] 375814=test_rdoc_parser_changelog [177/914] 375813=test_c_union_entity [178/914] 375814=test_gem_ci_detector [179/914] 375814=bom_test [180/914] 375813=test_io_console [181/914] 375814=test_file [182/914] 375816=test_io_wait_uncommon [183/914] 375816=test_rdoc_markup_to_bs [184/914] 375816=test_gem_commands_push_command [185/914] 375813=test_httpresponse [186/914] 375813=test_rdoc_parser_ruby [187/914] 375814=locals_test [188/914] 375814=test_x509ext [189/914] 375814=test_verbose [190/914] 375814=test_gem_remote_fetcher_local_server Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 12 : #<TCPSocket:fd 12, AF_INET6, ::1, 45713> [191/914] 375816=test_gem_resolver .Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 12 [192/914] 375814=test_rdoc_tom_doc [193/914] 375814=test_emoji [194/914] 375814=test_resize [195/914] 375814=test_sorted_set [196/914] 375813=test_stringify_symbols [197/914] 375813=test_condition [198/914] 375813=json_generic_object_test [199/914] 375813=test_erb [200/914] 375813=test_cp949 [201/914] 375814=test_eval [202/914] 375813=test_gem_name_tuple [203/914] 375813=test_date_attr [204/914] 375813=reflection_test [205/914] 375813=test_iseq [206/914] 375816=test_gem_resolver_dependency_request [207/914] 375816=test_gem_commands_owner_command [208/914] 375814=test_key_event_record [209/914] 375814=test_erb_m17n [210/914] 375814=snippets_test [211/914] 375816=test_gem_path_support [212/914] 375813=test_rdoc_generator_darkfish [213/914] 375816=test_recorder [214/914] 375816=test_rdoc_top_level [215/914] 375816=test_gem_remote_fetcher_s3 [216/914] 375814=test_force_exit [217/914] 375814=test_configuration [218/914] 375816=test_shapes [219/914] 375816=test_fnmatch [220/914] 375813=test_internal_ivar [221/914] 375813=test_tree_spell_checker [222/914] 375814=desugar_compiler_test [223/914] 375816=test_string [224/914] 375814=test_sleep [225/914] 375816=test_objspace [226/914] 375813=test_tracepoint [227/914] 375813=test_raise [228/914] 375813=test_have_macro [229/914] 375814=test_https_proxy [230/914] 375814=test_forwardable [231/914] 375814=test_have_library [232/914] 375812=test_emitter [233/914] 375812=test_bug-5832 [234/914] 375812=test_gem_request_set [235/914] 375813=test_enumerable [236/914] 375813=test_pack [237/914] 375813=test_scanner_events [238/914] 375813=ruby_parser_test [239/914] 375813=test_nomethod_error [240/914] 375813=test_human_typo [241/914] 375813=test_mkmf [242/914] 375813=json_ext_parser_test [243/914] 375813=test_config [244/914] 375813=magic_comment_test [245/914] 375813=test_gem_commands_yank_command [246/914] 375812=test_date_compat [247/914] 375812=test_gem_commands_signout_command [248/914] 375812=test_gem_uri [249/914] 375812=test_dir [250/914] 375813=test_ifunless [251/914] 375813=test_bug-3571 [252/914] 375813=test_defined [253/914] 375813=static_literals_test [254/914] 375813=test_gem_ext_builder [255/914] 375812=test_gem_remote_fetcher [256/914] 375812=test_files_test_1 [257/914] 375814=test_enumerator [258/914] 375814=test_gem_dependency_installer [259/914] 375813=test_eval [260/914] 375813=test_gem_unsatisfiable_dependency_error [261/914] 375813=test_nesting_parser [262/914] 375813=test_rdoc_rd_inline [263/914] 375813=test_gem_commands_rebuild_command [264/914] 375813=test_env [265/914] 375812=test_gem_dependency [266/914] 375812=test_jaro_winkler [267/914] 375812=test_prettyprint [268/914] 375814=overlap_test [269/914] 375812=test_gem_resolver_specification [270/914] 375812=test_color [271/914] 375812=test_queue [272/914] 375812=test_fd_setsize [273/914] 375812=test_webauthn_listener Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 46865> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 [274/914] 375812=test_gem_util [275/914] 375814=test_stat [276/914] 375812=test_pkey_dsa [277/914] 375814=test_gem_package [278/914] 375813=test_egrep_cpp [279/914] 375812=test_date_conv [280/914] 375812=test_inadvertent_creation [281/914] 375812=test_method_name_check [282/914] 375812=test_gem_resolver_activation_request [283/914] 375812=test_cgi_modruby [284/914] 375812=test_benchmark [285/914] 375812=test_hmac [286/914] 375812=test_lazy_enumerator [287/914] 375813=test_rdoc_rdoc [288/914] 375813=test_data_error [289/914] 375812=test_find_executable [290/914] 375812=test_gem_source [291/914] 375813=test_mdns [292/914] 375813=test_nonblock [293/914] 375813=test_optparse [294/914] 375813=test_numeric [295/914] 375813=test_udp [296/914] 375813=test_files_lib [297/914] 375812=test_basicinstructions [298/914] 375812=test_help [299/914] 375812=test_key_actor_emacs [300/914] 375814=test_io_buffer [301/914] 375814=test_normalize [302/914] 375814=test_range [303/914] 375812=test_rdoc_markup_include [304/914] 375812=test_timeout [305/914] 375812=test_ws [306/914] 375812=test_weakref [307/914] 375812=test_macro [308/914] 375812=test_gem_uri_formatter [309/914] 375812=test_locale [310/914] 375812=test_assembler [311/914] 375812=test_path [312/914] 375812=test_rdoc_require [313/914] 375812=test_ts [314/914] 375814=test_input_method unknown command: "Switch to inspect mode." [315/914] 375814=test_securerandom [316/914] 375814=test_rdoc_rubygems_hook [317/914] 375814=test_dup [318/914] 375812=test_rdoc_class_module [319/914] 375814=test_gem_commands_query_command [320/914] 375812=test_dns Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 14 : #<TCPSocket:fd 14, AF_INET, 127.0.0.1, 50108> Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 14 [321/914] 375812=test_acceptable [322/914] 375814=test_file_exhaustive [323/914] 375812=test_erb_command [324/914] 375812=test_gem_resolver_vendor_specification [325/914] 375812=test_cstr [326/914] 375813=test_rdoc_markup_heading [327/914] 375813=test_require_path_check [328/914] 375812=test_ostruct [329/914] 375813=test_tsort [330/914] 375813=test_process [331/914] 375812=test_append [332/914] 375812=test_exception [333/914] 375816=test_rdoc_ri_driver [334/914] 375816=test_protocol [335/914] 375816=test_httpheader [336/914] 375816=test_rendering [337/914] 375816=test_memory_view [338/914] 375816=test_thread_queue [339/914] 375812=test_nowrite [340/914] 375812=test_alias [341/914] 375812=test_socket [342/914] 375814=test_pathname [343/914] 375814=constant_path_node_test [344/914] 375814=test_stringscanner [345/914] 375814=test_coverage [346/914] 375814=test_super [347/914] 375812=test_method [348/914] 375814=test_rdoc_markup_to_label [349/914] 375814=json_parser_test [350/914] 375814=test_coderange [351/914] 375814=test_ast [352/914] 375816=test_update [353/914] 375816=test_m17n_comb [354/914] 375816=test_marshalable [355/914] 375816=test_find [356/914] 375816=test_uncorrectable_name_check [357/914] 375816=test_gem_commands_stale_command [358/914] 375816=test_stream [359/914] 375816=test_pp [360/914] 375816=test_gem_resolver_git_specification [361/914] 375816=heredoc_dedent_test [362/914] 375816=test_show_source [363/914] 375816=test_deprecated [364/914] 375816=test_ssl_session [365/914] 375816=test_beginendblock [366/914] 375816=test_reline [367/914] 375816=test_abi [368/914] 375816=test_div [369/914] 375816=test_name_error_extension [370/914] 375816=test_within_pipe [371/914] 375816=test_gem_command_manager [372/914] 375816=test_scalar [373/914] 375816=json_encoding_test [374/914] 375816=test_gem_ext_rake_builder [375/914] 375812=test_sizeof [376/914] 375816=test_face [377/914] 375816=test_remote_fetch_error [378/914] 375816=test_mailto [379/914] 375816=test_sleep [380/914] 375816=test_not [381/914] 375816=equality_test [382/914] 375816=test_gem_commands_cert_command [383/914] 375816=test_to_ary_concat [384/914] 375816=test_c_struct_entry [385/914] 375816=test_enc_associate [386/914] 375812=newline_test [387/914] 375812=test_system [388/914] 375816=test_gem_package_tar_writer [389/914] 375816=test_weakkeymap [390/914] 375813=test_rdoc_markup_indented_paragraph [391/914] 375813=test_date_new [392/914] 375813=test_notimplement [393/914] 375813=test_pkey [394/914] 375813=test_ractor [395/914] 375813=test_frozen_error [396/914] 375813=test_rdoc_text [397/914] 375813=test_trace [398/914] 375813=test_gem_resolver_api_specification [399/914] 375813=test_gem_specification [400/914] 375812=test_arity [401/914] 375812=test_provider [402/914] 375816=test_require [403/914] 375816=test_signedness [404/914] 375812=test_array [405/914] 375812=test_win32ole_variable [406/914] 375812=test_ractor [407/914] 375812=test_date_arith [408/914] 375812=test_gem_commands_fetch_command [409/914] 375812=test_rdoc_include [410/914] 375812=parse_test [411/914] 375812=test_mixed_unicode_escapes [412/914] 375812=test_literal [413/914] 375812=test_compile_prism [414/914] 375812=test_pstore [415/914] 375812=test_rdoc_options [416/914] 375812=attribute_write_test [417/914] 375812=test_rdoc_markup_to_html [418/914] 375812=test_rdoc_markup_to_joined_paragraph [419/914] 375812=test_pack [420/914] 375812=test_len [421/914] 375812=test_interned_str [422/914] 375812=test_exception_at_throwing [423/914] 375812=test_bundled_ca [424/914] 375812=test_thread [425/914] 375812=test_trick [426/914] 375813=test_class [427/914] 375813=test_gem_commands_list_command [428/914] 375813=test_history [429/914] 375813=test_flags [430/914] 375813=test_integer [431/914] 375812=test_gem_commands_install_command [432/914] 375816=test_tree_builder [433/914] 375816=test_gem_stub_specification [434/914] 375816=test_popen_deadlock [435/914] 375813=!Nothing_to_test [436/914] 375813=test_typeddata [437/914] 375816=test_protect [438/914] 375816=test_webauthn_listener_response [439/914] 375816=test_rdoc_markup [440/914] 375816=test_complex2 [441/914] 375816=test_rdoc_i18n_locale [442/914] 375816=test_kernel [443/914] 375813=test_ole_methods [444/914] 375813=test_gem_bundler_version_finder [445/914] 375813=test_tcp [446/914] 375813=test_unicode_escape [447/914] 375813=test_string_memory [448/914] 375813=test_gem_requirement [449/914] 375812=test_line_editor [450/914] 375816=test_parser [451/914] 375812=test_cgi_core [452/914] 375812=test_exception [453/914] 375816=test_pkcs7 [454/914] 375812=test_rdoc_method_attr [455/914] 375813=test_history [456/914] 375812=test_gem [457/914] 375813=test_optarg [458/914] 375816=test_rdoc_parser_prism_ruby [459/914] 375813=test_case_mapping [460/914] 375813=test_ubf_async_safe [461/914] 375813=test_ractor [462/914] 375813=test_assignment [463/914] 375816=test_helper_method [464/914] 375816=test_rdoc_markup_to_html_snippet [465/914] 375816=test_rdoc_generator_ri [466/914] 375816=test_ssl [467/914] 375812=test_win32ole_record [468/914] 375812=test_gem_stream_ui [469/914] 375816=test_win32ole_variant_outarg [470/914] 375816=test_files_sample [471/914] 375812=test_gem_commands_help_command [472/914] 375812=test_gem_commands_build_command [473/914] 375816=test_iseq_load [474/914] 375813=test_console_attr [475/914] 375813=test_numeric [476/914] 375813=test_inlinecache [477/914] 375813=test_marshal [478/914] 375812=test_word [479/914] 375812=test_type_completor [480/914] 375812=test_time_tz [481/914] 375812=test_debug [482/914] 375812=test_rdoc_generator_pot_po [483/914] 375813=test_gem_gem_runner [484/914] 375816=test_rdoc_context_section [485/914] 375812=test_rdoc_generator_pot [486/914] 375812=test_gem_impossible_dependencies_error [487/914] 375816=test_instrumentation_api [488/914] 375812=test_gem_local_remote_options [489/914] 375813=test_gem_package_tar_reader [490/914] 375812=test_rdoc_stats [491/914] 375812=test_yaml_tree [492/914] 375813=test_rdoc_attr [493/914] 375813=test_case_comprehensive [494/914] 375812=test_rdoc_store [495/914] 375813=command_line_test [496/914] 375813=test_did_you_mean [497/914] 375813=test_gem_config_file [498/914] 375813=test_have_func [499/914] 375816=test_raise_exception [500/914] 375812=test_yjit_exit_locations [501/914] 375812=test_gem_commands_pristine_command [502/914] 375816=test_gc_compact [503/914] 375812=test_gem_resolver_requirement_list [504/914] 375812=test_arith_seq_beg_len_step [505/914] 375812=test_gem_security [506/914] 375816=test_ancdata [507/914] 375816=test_color_printer [508/914] 375816=test_gem_update_suggestion [509/914] 375816=lex_test [510/914] 375813=test_store [511/914] 375813=test_external_new [512/914] 375813=test_rat [513/914] 375813=test_win32ole_typelib [514/914] 375813=test_symbol [515/914] 375813=test_gem_resolver_lock_set [516/914] 375813=test_webauthn_poller [517/914] 375813=test_backtrace [518/914] 375813=test_require [519/914] 375816=test_ractor [520/914] 375816=test_date_parse [521/914] 375816=test_formatter [522/914] 375816=test_pkey_ec [523/914] 375816=test_array_create [524/914] 375816=test_registry [525/914] 375816=test_gem_command [526/914] 375816=test_thread [527/914] 375816=test_win32ole_param [528/914] 375816=test_emoji_breaks [529/914] 375816=regular_expression_encoding_test [530/914] 375816=test_gem_safe_yaml [531/914] 375816=test_null [532/914] 375816=test_scan_args [533/914] 375816=test_getopts [534/914] 375816=test_rdoc_parser_rd [535/914] 375816=test_gem_silent_ui [536/914] 375816=test_rdoc_markup_to_markdown [537/914] 375816=json_fixtures_test [538/914] 375816=test_too_many_dummy_encodings [539/914] 375816=index_write_test [540/914] 375816=test_rubyvm [541/914] 375816=test_argf [542/914] 375813=test_constant [543/914] 375812=test_rdoc_parser_c [544/914] 375812=test_rdoc_rd_inline_parser [545/914] 375812=test_keyword [546/914] 375812=test_m17n [547/914] 375812=test_pattern_key_name_check [548/914] 375812=test_propertyputref [549/914] 375812=test_rdoc_markup_verbatim [550/914] 375812=test_yjit [551/914] 375816=test_encoding [552/914] 375816=dispatcher_test [553/914] 375816=test_rdoc_generator_pot_po_entry [554/914] 375816=unescape_test [555/914] 375816=test_gem_source_fetch_problem [556/914] 375816=test_bmethod [557/914] 375816=test_windows_1252 [558/914] 375816=test_ssl [559/914] 375813=test_rdoc_parser_simple [560/914] 375813=test_ractor_compatibility [561/914] 375813=test_set [562/914] 375813=warnings_test [563/914] 375813=test_module [564/914] 375812=test_readpartial [565/914] 375812=test_object [566/914] 375812=test_deprecate [567/914] 375812=test_rdoc_constant [568/914] 375812=test_date_marshal [569/914] 375812=test_bash_completion [570/914] 375812=test_gem_resolver_installed_specification [571/914] 375812=parse_stream_test [572/914] 375812=test_ractor [573/914] 375812=integer_parse_test [574/914] 375812=test_severity [575/914] 375812=test_fileutils [576/914] 375814=test_rdoc_encoding [577/914] 375814=test_rdoc_servlet [578/914] 375814=test_nil2vtempty [579/914] 375814=test_rdoc_markdown [580/914] 375814=test_extlibs [581/914] 375816=test_ossl [582/914] 375813=test_rdoc_token_stream [583/914] 375813=test_load [584/914] 375813=test_time [585/914] 375813=test_transcode [586/914] 375812=json_string_matching_test [587/914] 375812=test_convertible [588/914] 375813=test_json_tree [589/914] 375813=test_custom_command [590/914] 375813=test_method_cache [591/914] 375813=test_ruby_lex [592/914] 375813=test_rdoc_generator_json_index [593/914] 375813=test_gem_package_tar_header [594/914] 375813=test_gem_resolver_api_set [595/914] 375813=test_rdoc_single_class [596/914] 375813=test_depth_first [597/914] 375813=test_gem_commands_mirror [598/914] 375813=test_win32ole_variant_m [599/914] 375813=comments_test [600/914] 375813=test_hash [601/914] 375814=test_stream [602/914] 375814=test_cclass [603/914] 375814=test_gem_commands_exec_command [604/914] 375814=errors_test [605/914] 375814=test_libs [606/914] 375814=test_gc [607/914] 375814=test_basicsocket [608/914] 375814=test_math [609/914] 375814=test_rendering [610/914] 375814=test_ftp [611/914] 375814=test_import [612/914] 375814=test_vm_dump [613/914] 375814=test_logger [614/914] 375814=test_gem_validator [615/914] 375814=test_case [616/914] 375814=test_common [617/914] 375814=test_gem_request [618/914] 375814=test_key_stroke [619/914] 375814=pattern_test [620/914] 375814=test_stringchar [621/914] 375814=test_kill_ring [622/914] 375814=test_fixnum [623/914] 375814=test_signal [624/914] 375816=dump_test [625/914] 375813=test_gem_source_subpath_problem [626/914] 375813=test_gc [627/914] 375814=test_date_strftime [628/914] 375816=test_str2big [629/914] 375816=test_foreach [630/914] 375816=test_struct [631/914] 375814=test_win32ole_type [632/914] 375814=test_pointer [633/914] 375816=test_gem_commands_sources_command [634/914] 375816=test_date_time [635/914] 375816=test_data [636/914] 375816=test_big5 [637/914] 375816=test_mutex [638/914] 375816=implicit_array_test [639/914] 375816=test_summary [640/914] 375814=test_timeout [641/914] 375814=test_safe_load [642/914] 375814=test_string_processing [643/914] 375816=encodings_test [644/914] 375814=test_lock_native_thread [645/914] 375816=test_fips [646/914] 375814=test_sexp [647/914] 375814=test_name_error [648/914] 375814=lex_test [649/914] 375814=test_regex_casefold [650/914] 375814=test_gem_source_git [651/914] 375816=test_http [652/914] 375816=test_object_create_start [653/914] 375816=test_helper [654/914] 375816=test_parser_events [655/914] 375816=test_enumerator [656/914] 375814=version_test [657/914] 375814=test_gem_security_trust_dir [658/914] 375814=test_cgi_header [659/914] 375814=test_gem_resolver_installer_set [660/914] 375814=test_rdoc_markup_paragraph [661/914] 375814=test_gem_security_policy [662/914] 375814=test_eval_history [663/914] 375814=test_arity [664/914] 375814=test_tempfile [665/914] 375814=test_files_test [666/914] 375814=test_err_in_callback [667/914] 375814=test_rb_str_dup [668/914] 375814=test_encoding [669/914] 375814=test_io_m17n [670/914] 375814=test_irb [671/914] 375814=test_gem_request_connection_pools [672/914] 375814=test_files_ext [673/914] 375814=test_function [674/914] 375814=snapshots_test [675/914] 375812=test_gem_commands_lock_command [676/914] 375812=test_sockopt [677/914] 375812=test_gem_commands_uninstall_command [678/914] 375812=test_ansi_with_terminfo [679/914] 375812=test_at_exit [680/914] 375812=test_placearg [681/914] 375814=test_proc [682/914] 375812=test_document [683/914] 375812=test_rdoc_markup_to_table_of_contents [684/914] 375812=test_hash_create [685/914] 375812=test_zlib [686/914] 375814=test_yamlstore [687/914] 375814=test_switch_hitter [688/914] 375814=test_ocsp [689/914] 375814=test_continuation [690/914] 375814=test_primitive [691/914] 375814=test_enumerator_kw [692/914] 375814=test_big2str [693/914] 375814=test_delete [694/914] 375814=test_gem_ext_configure_builder [695/914] 375813=test_thread_cv [696/914] 375814=test_gem_commands_setup_command [697/914] 375813=test_undef [698/914] 375813=test_gem_package_tar_reader_entry [699/914] 375813=test_tmpdir [700/914] 375813=test_rdoc_any_method [701/914] 375814=test_thread [702/914] 375813=test_function_entry [703/914] 375813=test_koi8 [704/914] 375813=test_printf [705/914] 375813=test_unicode [706/914] 375813=test_filter [707/914] 375813=test_time [708/914] 375813=test_type [709/914] 375813=test_complexrational [710/914] 375813=test_resource [711/914] 375813=test_http Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 10 #<File::Stat dev=0x8, ino=1116069557, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 11 #<File::Stat dev=0x8, ino=1116076586, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 12 #<File::Stat dev=0x8, ino=1116082612, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 14 #<File::Stat dev=0x8, ino=1116069651, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 13 #<File::Stat dev=0x8, ino=1116081919, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> [712/914] 375813=test_hash [713/914] 375813=test_http_request [714/914] 375813=test_win32ole_param_event [715/914] 375813=test_object_references [716/914] 375813=test_gem_resolver_vendor_set [717/914] 375813=test_pipe [718/914] 375813=test_gem_commands_update_command [719/914] 375813=test_rdoc_cross_reference [720/914] 375814=test_shift_jis [721/914] 375814=location_test [722/914] 375812=test_ldap [723/914] 375812=test_reqarg [724/914] 375814=test_comparable [725/914] 375814=test_pair [726/914] 375813=test_date [727/914] 375813=test_integer [728/914] 375812=test_gem_commands_server_command [729/914] 375812=test_clone [730/914] 375813=test_io_timeout [731/914] 375813=test_bundled_gems [732/914] 375813=test_integer_comb [733/914] 375812=integer_base_flags_test [734/914] 375812=test_euc_tw [735/914] 375812=test_rdoc_parser [736/914] 375812=test_alias_and_anchor [737/914] 375812=test_capacity [738/914] 375812=test_win32ole_method_event [739/914] 375812=test_install [740/914] 375812=test_cmethod [741/914] 375812=test_nextafter [742/914] 375812=test_gem_console_ui [743/914] 375812=test_x509attr [744/914] 375812=ractor_test [745/914] 375812=test_wait [746/914] 375812=regular_expression_options_test [747/914] 375812=test_bignum [748/914] 375812=test_yield [749/914] 375814=test_ansi_without_terminfo [750/914] 375814=test_unix [751/914] 375814=test_digest [752/914] 375814=test_gem_commands_unpack_command [753/914] 375814=test_init [754/914] 375813=test_closure [755/914] 375814=test_x509store [756/914] 375814=test_coder [757/914] 375814=test_symbol [758/914] 375813=test_file [759/914] 375813=test_context [760/914] 375813=test_dot_dot [761/914] 375813=test_ellipsize [762/914] 375813=test_gem_request_set_gem_dependency_api [763/914] 375813=test_wss [764/914] 375813=test_exit [765/914] 375813=test_gem_source_local [766/914] 375812=test_mul [767/914] 375812=test_nil [768/914] 375812=test_gb18030 [769/914] 375812=test_gem_gemcutter_utilities [770/914] 375813=test_folderitem2_invokeverb [771/914] 375813=test_arith_seq_extract [772/914] 375812=test_pinned [773/914] 375812=test_win32ole_event [774/914] 375812=test_enc_str_buf_cat [775/914] 375812=test_gem_version [776/914] 375813=test_memory_view [777/914] 375812=test_gem_ext_cargo_builder [778/914] 375812=numeric_value_test [779/914] 375812=test_to_ruby [780/914] 375812=test_gem_resolver_index_set [781/914] 375812=test_lexer [782/914] 375812=test_grapheme_breaks [783/914] 375812=test_random [784/914] 375812=test_gem_installer [785/914] 375813=test_new [786/914] 375813=test_storage [787/914] 375813=test_qsort [788/914] 375813=test_gem_resolver_git_set [789/914] 375813=test_cipher [790/914] 375813=test_pack [791/914] 375813=library_symbols_test [792/914] 375813=json_addition_test [793/914] 375813=test_change_word [794/914] 375813=test_gem_doctor [795/914] 375813=test_etc [796/914] 375813=test_string [797/914] 375813=test_iterator [798/914] 375813=test_config [799/914] 375813=test_gem_commands_outdated_command [800/914] 375813=test_rdoc_normal_class [801/914] 375813=test_metaclass [802/914] 375813=test_singleton [803/914] 375813=test_gem_spec_fetcher [804/914] 375813=test_process [805/914] 375813=test_gem_source_vendor [806/914] 375813=test_variable_name_check [807/914] 375813=ripper_test [808/914] 375813=test_rubygems [809/914] 375813=test_dir_m17n [810/914] 375814=test_cgi_cookie [811/914] 375814=test_cd [812/914] 375814=test_gem_package_old [813/914] 375814=test_modify_expand [814/914] 375814=test_cgi_tag_helper [815/914] 375814=test_io [816/914] 375813=test_gem_available_set [817/914] 375813=test_gem_request_set_lockfile_tokenizer [818/914] 375813=test_pkey_dh [819/914] 375813=test_duplicate [820/914] 375813=string_encoding_test [821/914] 375813=test_random_formatter [822/914] 375813=test_func [823/914] 375816=test_rdoc_markup_formatter [824/914] 375816=test_yaml [825/914] 375816=test_rdoc_alias [826/914] 375816=test_gem_commands_info_command [827/914] 375816=test_gem_uninstaller [828/914] 375812=test_emitter [829/914] 375812=test_unicode_normalize [830/914] 375812=test_data [831/914] 375812=test_engine [832/914] 375812=test_key_error [833/914] 375812=test_rdoc_code_object [834/914] 375812=test_key_actor_vi [835/914] 375812=test_object [836/914] 375812=test_enc_raise [837/914] 375812=source_location_test [838/914] 375812=test_reline_key [839/914] 375816=test_objectspace [840/914] 375812=test_variable [841/914] 375812=test_cparser [842/914] 375813=test_bug_reporter [843/914] 375812=test_profile_frames [844/914] 375812=test_rdoc_markup_to_rdoc [845/914] 375812=test_io_buffer [846/914] 375812=test_ipaddr [847/914] 375812=test_require_lib [848/914] 375813=parameters_signature_test [849/914] 375813=test_config [850/914] 375813=test_require [851/914] 375816=test_win32ole_type_event [852/914] 375816=test_stack [853/914] 375816=test_key_name_check [854/914] 375816=test_ns_spki [855/914] 375816=test_boolean [856/914] 375816=test_addr [857/914] 375816=test_rdoc_rd [858/914] 375816=test_multi_irb_commands [859/914] 375816=test_helper [860/914] 375816=test_rdoc_markup_attribute_manager [861/914] 375816=test_logperiod [862/914] 375816=test_econv [863/914] 375813=test_rdoc_markup_hard_break [864/914] 375813=test_gem_resolver_composed_set [865/914] 375813=test_files_test_2 [866/914] 375813=test_gem_resolver_local_specification [867/914] 375813=test_x509cert [868/914] 375813=test_stringio [869/914] 375813=test_logdevice [870/914] 375812=test_gem_remote_fetcher_local_ssl_server [871/914] 375816=test_rand [872/914] 375816=test_regexp [873/914] 375812=test_gem_platform [874/914] 375813=test_bigzero [875/914] 375813=test_parse [876/914] 375812=test_class2name [877/914] 375812=test_lambda [878/914] 375812=test_rational2 [879/914] 375812=fixtures_test [880/914] 375812=test_euc_kr [881/914] 375812=test_project_sanity [882/914] 375812=compiler_test [883/914] 375812=test_rational [884/914] 375813=parser_test [885/914] 375813=test_gem_ext_cargo_builder_link_flag_converter [886/914] 375812=test_fstring [887/914] 375813=onigmo_test [888/914] 375813=test_proxy [889/914] 375812=test_gem_source_installed [890/914] 375813=test_struct [891/914] 375812=test_gem_source_list [892/914] 375813=test_yaml_special_cases [893/914] 375813=test_completion [894/914] 375812=test_ensured [895/914] 375812=test_const [896/914] 375812=fuzzer_test [897/914] 375812=test_rdoc_markup_raw [898/914] 375812=test_class [899/914] 375814=breadth_first_search_test [900/914] 375814=test_thread_fd_close [901/914] 375814=test_autoconf [902/914] 375814=test_class_name_check [903/914] 375814=test_cgi_multipart [904/914] 375814=test_https [905/914] 375812=test_yamldbm [906/914] 375812=test_rdoc_i18n_text [907/914] 375812=test_evaluation [908/914] 375812=test_config [909/914] 375812=test_gem_commands_check_command [910/914] 375812=test_rdoc_comment [911/914] 375812=test_ftp [912/914] 375812=test_kwargs [913/914] 375812=test_io [914/914] 375812=test_io_wait Finished tests in 806.397916s, 41.7709 tests/s, 8062.7887 assertions/s. 33684 tests, 6501816 assertions, 0 failures, 0 errors, 340 skips ruby -v: ruby 3.4.0dev (2024-08-28T21:27:57Z master 3fa5b4be19) [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 -j' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' ruby 3.4.0dev (2024-08-28T21:27:57Z master 3fa5b4be19) [x86_64-linux] 0 ............................................................ 60 ............................................................ 120 ............................................................ 180 ............................................................ 240 ............................................................ 300 ............................................................ 360 ............................................................ 420 ............................................................ 480 ............................................................ 540 ............................................................ 600 ............................................................ 660 ............................................................ 720 ............................................................ 780 ............................................................ 840 ............................................................ 900 ............................................................ 960 ............................................................ 1020 ............................................................ 1080 ............................................................ 1140 ............................................................ 1200 ............................................................ 1260 ............................................................ 1320 ............................................................ 1380 ............................................................ 1440 ............................................................ 1500 ............................................................ 1560 ............................................................ 1620 ............................................................ 1680 ............................................................ 1740 ............................................................ 1800 ............................................................ 1860 ............................................................ 1920 ............................................................ 1980 ............................................................ 2040 ............................................................ 2100 ............................................................ 2160 ............................................................ 2220 ............................................................ 2280 ............................................................ 2340 ............................................................ 2400 ............................................................ 2460 ............................................................ 2520 ............................................................ 2580 ............................................................ 2640 ............................................................ 2700 ............................................................ 2760 ............................................................ 2820 ............................................................ 2880 ............................................................ 2940 ............................................................ 3000 ............................................................ 3060 ............................................................ 3120 ............................................................ 3180 ............................................................ 3240 ............................................................ 3300 ............................................................ 3360 ............................................................ 3420 ............. Finished in 92.183343 seconds 3432 files, 32765 examples, 145552 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.