# Logfile created on 2024-02-05 17:03:17 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x000055e69f0d64d0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-jemalloc", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-jemalloc", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-jemalloc", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-jemalloc", @configure_opts=["--with-jemalloc --enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-jemalloc.20240205-170316", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055e69f16f428 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055e69f16f2c0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055e69f16f130 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-jemalloc.20240205-170316", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-jemalloc.20240205-170316>, @binmode=false, @mon_data=#<Monitor:0x000055e69f16f018>, @mon_data_owner_object_id=860>>> $$$[beg] make update-unicode -j4 make: Nothing to be done for 'update-unicode'. $$$[end] "make update-unicode -j4" exit with 0. $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision unchanged $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-rubyspec -j4 make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby 3af47f1..ae7816b master -> origin/master Updating 3af47f1..ae7816b Fast-forward NEWS.md | 2 +- internal/string.h | 1 + io.c | 2 +- lib/prism/prism.gemspec | 2 +- lib/prism/translation/parser/compiler.rb | 4 +- prism/extension.h | 2 +- prism/prism.c | 14 +- prism/templates/lib/prism/serialize.rb.erb | 2 +- prism/version.h | 4 +- prism_compile.c | 105 +- spec/default.mspec | 2 +- spec/mspec/lib/mspec/runner/actions/leakchecker.rb | 7 +- spec/ruby/.rubocop.yml | 6 +- spec/ruby/command_line/dash_r_spec.rb | 5 +- spec/ruby/command_line/syntax_error_spec.rb | 10 +- spec/ruby/core/class/attached_object_spec.rb | 8 +- spec/ruby/core/conditionvariable/broadcast_spec.rb | 1 - .../core/conditionvariable/marshal_dump_spec.rb | 1 - spec/ruby/core/conditionvariable/signal_spec.rb | 1 - spec/ruby/core/conditionvariable/wait_spec.rb | 1 - spec/ruby/core/data/initialize_spec.rb | 7 + spec/ruby/core/data/with_spec.rb | 35 + spec/ruby/core/exception/frozen_error_spec.rb | 16 + spec/ruby/core/hash/delete_spec.rb | 18 +- spec/ruby/core/hash/rehash_spec.rb | 30 + spec/ruby/core/integer/coerce_spec.rb | 142 +- spec/ruby/core/integer/div_spec.rb | 8 + spec/ruby/core/io/read_spec.rb | 2 +- spec/ruby/core/io/select_spec.rb | 33 + spec/ruby/core/kernel/eval_spec.rb | 13 + spec/ruby/core/matchdata/begin_spec.rb | 28 + spec/ruby/core/matchdata/byteoffset_spec.rb | 4 +- spec/ruby/core/module/attr_accessor_spec.rb | 3 + spec/ruby/core/module/attr_reader_spec.rb | 3 + spec/ruby/core/module/attr_spec.rb | 3 + spec/ruby/core/module/attr_writer_spec.rb | 3 + spec/ruby/core/module/autoload_spec.rb | 1 - spec/ruby/core/module/prepend_spec.rb | 11 + spec/ruby/core/module/shared/attr_added.rb | 34 + spec/ruby/core/proc/arity_spec.rb | 16 + spec/ruby/core/proc/parameters_spec.rb | 5 + spec/ruby/core/proc/shared/to_s.rb | 14 +- spec/ruby/core/process/fixtures/kill.rb | 2 - spec/ruby/core/process/status/termsig_spec.rb | 2 +- spec/ruby/core/range/bsearch_spec.rb | 44 +- spec/ruby/core/rational/coerce_spec.rb | 8 +- spec/ruby/core/regexp/shared/new.rb | 40 +- spec/ruby/core/signal/trap_spec.rb | 8 + spec/ruby/core/string/fixtures/utf-8-encoding.rb | 7 - spec/ruby/core/string/rindex_spec.rb | 1 - .../core/thread/backtrace/location/lineno_spec.rb | 2 +- spec/ruby/core/thread/fetch_spec.rb | 30 + spec/ruby/core/thread/thread_variable_get_spec.rb | 2 +- spec/ruby/core/time/deconstruct_keys_spec.rb | 5 +- spec/ruby/language/assignments_spec.rb | 150 ++ spec/ruby/language/block_spec.rb | 81 +- spec/ruby/language/case_spec.rb | 16 + spec/ruby/language/defined_spec.rb | 121 +- spec/ruby/language/delegation_spec.rb | 36 +- spec/ruby/language/fixtures/rescue/top_level.rb | 7 + spec/ruby/language/fixtures/super.rb | 48 + spec/ruby/language/method_spec.rb | 1 + spec/ruby/language/optional_assignments_spec.rb | 294 ++- spec/ruby/language/pattern_matching_spec.rb | 222 +- spec/ruby/language/rescue_spec.rb | 72 + spec/ruby/language/safe_navigator_spec.rb | 80 +- spec/ruby/language/super_spec.rb | 7 + spec/ruby/language/variables_spec.rb | 9 +- spec/ruby/library/coverage/result_spec.rb | 266 ++- spec/ruby/library/coverage/start_spec.rb | 81 +- .../objectspace/reachable_objects_from_spec.rb | 2 - spec/ruby/library/socket/shared/pack_sockaddr.rb | 3 + .../library/socket/socket/pack_sockaddr_in_spec.rb | 2 +- spec/ruby/library/socket/socket/pair_spec.rb | 2 +- spec/ruby/library/socket/socket/socketpair_spec.rb | 2 +- spec/ruby/library/socket/tcpserver/accept_spec.rb | 13 + .../library/socket/tcpsocket/initialize_spec.rb | 13 + .../library/socket/udpsocket/initialize_spec.rb | 13 + spec/ruby/library/socket/unixserver/accept_spec.rb | 11 + spec/ruby/library/socket/unixserver/for_fd_spec.rb | 2 +- .../library/socket/unixsocket/initialize_spec.rb | 10 + spec/ruby/library/socket/unixsocket/pair_spec.rb | 2 +- spec/ruby/library/yaml/fixtures/strings.rb | 56 +- spec/ruby/library/yaml/shared/each_document.rb | 2 +- spec/ruby/library/yaml/shared/load.rb | 2 +- spec/ruby/optional/capi/debug_spec.rb | 9 +- spec/ruby/optional/capi/ext/io_spec.c | 14 + spec/ruby/optional/capi/ext/kernel_spec.c | 10 + spec/ruby/optional/capi/ext/thread_spec.c | 4 +- spec/ruby/optional/capi/fixtures/kernel.rb | 6 +- spec/ruby/optional/capi/integer_spec.rb | 17 + spec/ruby/optional/capi/io_spec.rb | 19 +- spec/ruby/optional/capi/kernel_spec.rb | 43 +- spec/ruby/shared/kernel/at_exit.rb | 5 +- spec/ruby/shared/queue/deque.rb | 34 +- spec/ruby/shared/rational/coerce.rb | 46 +- spec/ruby/shared/sizedqueue/enque.rb | 34 +- string.c | 36 + test/prism/fixtures/patterns.txt | 8 + test/prism/snapshots/patterns.txt | 2168 ++++++++++---------- test/ruby/test_compile_prism.rb | 22 + tool/m4/ruby_wasm_tools.m4 | 1 + 102 files changed, 3337 insertions(+), 1525 deletions(-) create mode 100644 spec/ruby/core/data/with_spec.rb create mode 100644 spec/ruby/core/module/shared/attr_added.rb delete mode 100644 spec/ruby/core/string/fixtures/utf-8-encoding.rb create mode 100644 spec/ruby/language/assignments_spec.rb create mode 100644 spec/ruby/language/fixtures/rescue/top_level.rb Latest commit hash = ae7816bc20 $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 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' /tmp/ruby/src/trunk-jemalloc/revision.h updated 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 debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision unchanged $$$[end] "make after-update -j4" exit with 0. $$$[beg] make miniruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /tmp/ruby/src/trunk-jemalloc/ast.c compiling /tmp/ruby/src/trunk-jemalloc/miniinit.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/dir.c compiling /tmp/ruby/src/trunk-jemalloc/encoding.c compiling /tmp/ruby/src/trunk-jemalloc/enumerator.c compiling /tmp/ruby/src/trunk-jemalloc/error.c compiling /tmp/ruby/src/trunk-jemalloc/eval.c compiling /tmp/ruby/src/trunk-jemalloc/file.c compiling /tmp/ruby/src/trunk-jemalloc/gc.c compiling /tmp/ruby/src/trunk-jemalloc/hash.c compiling /tmp/ruby/src/trunk-jemalloc/io.c compiling /tmp/ruby/src/trunk-jemalloc/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/rjit.c compiling /tmp/ruby/src/trunk-jemalloc/rjit_c.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/range.c compiling /tmp/ruby/src/trunk-jemalloc/re.c compiling /tmp/ruby/src/trunk-jemalloc/ruby.c compiling /tmp/ruby/src/trunk-jemalloc/ruby_parser.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/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/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_trace.c compiling prism/api_node.c compiling /tmp/ruby/src/trunk-jemalloc/prism/api_pack.c compiling /tmp/ruby/src/trunk-jemalloc/prism/extension.c compiling prism/serialize.c compiling /tmp/ruby/src/trunk-jemalloc/prism/prism.c compiling /tmp/ruby/src/trunk-jemalloc/prism_init.c compiling /tmp/ruby/src/trunk-jemalloc/yjit.c linking miniruby $$$[end] "make miniruby -j4" exit with 0. $$$[beg] make ruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. builtin_binary.inc updated e0593ad3aba6ad275abc1d98254ee1d11d074c4877e38743af0cc944fc81c665 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 = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so encdb.h unchanged building spec/ruby/optional/capi/ext/bignum_spec.so building spec/ruby/optional/capi/ext/binding_spec.so building spec/ruby/optional/capi/ext/boolean_spec.so building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so building spec/ruby/optional/capi/ext/class_spec.so building spec/ruby/optional/capi/ext/class_under_autoload_spec.so building spec/ruby/optional/capi/ext/complex_spec.so building spec/ruby/optional/capi/ext/constants_spec.so building spec/ruby/optional/capi/ext/data_spec.so building spec/ruby/optional/capi/ext/debug_spec.so building spec/ruby/optional/capi/ext/encoding_spec.so building spec/ruby/optional/capi/ext/enumerator_spec.so building spec/ruby/optional/capi/ext/exception_spec.so building spec/ruby/optional/capi/ext/fiber_spec.so building spec/ruby/optional/capi/ext/file_spec.so building spec/ruby/optional/capi/ext/fixnum_spec.so building spec/ruby/optional/capi/ext/float_spec.so building spec/ruby/optional/capi/ext/gc_spec.so building spec/ruby/optional/capi/ext/globals_spec.so building spec/ruby/optional/capi/ext/hash_spec.so building spec/ruby/optional/capi/ext/integer_spec.so building spec/ruby/optional/capi/ext/io_spec.so building spec/ruby/optional/capi/ext/kernel_spec.so building spec/ruby/optional/capi/ext/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/proc_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/rational_spec.so building spec/ruby/optional/capi/ext/rbasic_spec.so building spec/ruby/optional/capi/ext/regexp_spec.so building spec/ruby/optional/capi/ext/st_spec.so building spec/ruby/optional/capi/ext/string_spec.so building spec/ruby/optional/capi/ext/struct_spec.so building spec/ruby/optional/capi/ext/symbol_spec.so building spec/ruby/optional/capi/ext/thread_spec.so building spec/ruby/optional/capi/ext/time_spec.so building spec/ruby/optional/capi/ext/tracepoint_spec.so building spec/ruby/optional/capi/ext/typed_data_spec.so building spec/ruby/optional/capi/ext/util_spec.so making enc making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: 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-/string' compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/capacity.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/cstr.c make[2]: Entering 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/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering 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/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' compiling /tmp/ruby/src/trunk-jemalloc/ext/objspace/objspace_dump.c 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' compiling /tmp/ruby/src/trunk-jemalloc/ext/ripper/ripper.c compiling /tmp/ruby/src/trunk-jemalloc/ext/-test-/string/fstring.c 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 linking shared-object -test-/string.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/-test-/string' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' linking shared-object objspace.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/constants.c make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/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.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.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.4.3/ext/rbs_extension' 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/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2' compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/basicsocket.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/socket/tcpsocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/tcpserver.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/sockssocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/udpsocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/unixsocket.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/unixserver.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/option.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/ancdata.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/raddrinfo.c compiling /tmp/ruby/src/trunk-jemalloc/ext/socket/ifaddr.c linking shared-object socket.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket' linking shared-object ripper.so make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision - generating encdb.h gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision unchanged encdb.h unchanged making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/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/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor' make[2]: Leaving 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/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/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper' 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/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' 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/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug' 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/nkf-0.2.0/ext/nkf' 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.4.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/rbs-3.4.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 to installing binary commands: /tmp/ruby/install/trunk-jemalloc/bin installing base libraries: /tmp/ruby/install/trunk-jemalloc/lib installing arch files: /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.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.11.1 logger 1.6.0 net-http 0.4.1 net-protocol 0.2.2 open-uri 0.4.1 open3 0.2.1 optparse 0.4.0 ostruct 0.6.0 pp 0.5.0 prettyprint 0.2.0 prism 0.21.0 pstore 0.1.3 rdoc 6.6.2 readline 0.0.4 reline 0.4.2 resolv 0.3.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.1 openssl 3.2.0 pathname 0.3.0 psych 5.1.2 stringio 3.1.1 strscan 3.0.9 zlib 3.1.0 installing bundled gems: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.4.0+0 minitest 5.21.2 power_assert 2.0.3 rake 13.1.0 test-unit 3.6.1 rexml 3.2.6 rss 0.3.0 net-ftp 0.3.4 net-imap 0.4.9.1 net-pop 0.1.2 net-smtp 0.4.0.1 matrix 0.4.2 prime 0.1.2 rbs 3.4.3 typeprof 0.21.9 debug 1.9.1 racc 1.7.3 mutex_m 0.2.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.6 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.0 nkf 0.2.0 syslog 0.1.2 csv 3.2.8 installing bundled gem cache: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.4.0+0/cache $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 1889 tests $$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0. $$$[beg] make yes-test-basic TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Checking leaked global symbols...none /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk-jemalloc/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS='-j4'" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/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.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/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.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.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=44701 "--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 --exclude=rubygems/test_gem_package_task\.rb # Running tests: [ 1/862] 493650=test_enumerator [ 2/862] 493650=test_files_test_1 [ 3/862] 493645=test_eval [ 4/862] 493645=test_rdoc_rd_inline [ 5/862] 493648=test_nesting_parser [ 6/862] 493646=test_gem_unsatisfiable_dependency_error [ 7/862] 493648=test_gem_dependency_installer [ 8/862] 493645=test_dir [ 9/862] 493646=test_gem_uri [ 10/862] 493646=test_gem_ext_builder [ 11/862] 493645=test_gem_remote_fetcher [ 12/862] 493646=test_defined [ 13/862] 493646=test_bug-3571 [ 14/862] 493646=test_ifunless [ 15/862] 493646=test_config [ 16/862] 493646=json_ext_parser_test [ 17/862] 493646=test_gem_commands_signout_command [ 18/862] 493646=test_date_compat [ 19/862] 493646=magic_comment_test [ 20/862] 493646=test_gem_commands_yank_command [ 21/862] 493646=test_scanner_events [ 22/862] 493646=test_pack [ 23/862] 493646=test_enumerable [ 24/862] 493646=test_mkmf [ 25/862] 493646=test_nomethod_error [ 26/862] 493646=test_human_typo [ 27/862] 493646=constant_path_node_test [ 28/862] 493646=test_bug-5832 [ 29/862] 493646=test_emitter [ 30/862] 493646=test_forwardable [ 31/862] 493646=test_https_proxy [ 32/862] 493646=test_have_library [ 33/862] 493650=test_gem_request_set [ 34/862] 493648=test_string [ 35/862] 493648=test_internal_ivar [ 36/862] 493648=test_tree_spell_checker [ 37/862] 493648=test_raise [ 38/862] 493648=test_tracepoint [ 39/862] 493648=test_objspace [ 40/862] 493645=test_have_macro [ 41/862] 493650=test_sleep [ 42/862] 493646=test_rdoc_top_level [ 43/862] 493645=test_recorder [ 44/862] 493645=test_fnmatch [ 45/862] 493645=test_shapes [ 46/862] 493645=test_configuration [ 47/862] 493646=test_key_event_record [ 48/862] 493646=test_erb_m17n [ 49/862] 493646=test_iseq [ 50/862] 493645=test_gem_commands_owner_command [ 51/862] 493645=test_gem_resolver_dependency_request [ 52/862] 493645=test_rdoc_generator_darkfish [ 53/862] 493646=test_gem_path_support [ 54/862] 493646=test_weakref [ 55/862] 493645=test_macro [ 56/862] 493645=test_timeout [ 57/862] 493650=test_ws [ 58/862] 493646=test_rdoc_require [ 59/862] 493650=test_path [ 60/862] 493646=test_ts [ 61/862] 493650=test_gem_uri_formatter [ 62/862] 493650=test_assembler [ 63/862] 493650=test_locale [ 64/862] 493650=test_normalize [ 65/862] 493650=test_range [ 66/862] 493646=test_rdoc_markup_include [ 67/862] 493646=test_key_actor_emacs [ 68/862] 493645=test_numeric [ 69/862] 493646=test_basicinstructions [ 70/862] 493645=test_files_lib [ 71/862] 493646=test_udp [ 72/862] 493646=test_io_buffer [ 73/862] 493646=test_lazy_enumerator [ 74/862] 493650=test_rdoc_rdoc [ 75/862] 493650=test_benchmark [ 76/862] 493646=test_hmac [ 77/862] 493646=test_optparse [ 78/862] 493646=test_nonblock [ 79/862] 493646=test_data_error [ 80/862] 493646=test_mdns [ 81/862] 493646=test_gem_source [ 82/862] 493650=test_find_executable [ 83/862] 493650=test_date_conv [ 84/862] 493650=test_egrep_cpp [ 85/862] 493646=test_gem_resolver_activation_request [ 86/862] 493646=test_cgi_modruby [ 87/862] 493646=test_method_name_check [ 88/862] 493646=test_inadvertent_creation [ 89/862] 493650=test_webauthn_listener Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 40797> [ 90/862] 493646=test_gem_util .Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 11 [ 91/862] 493650=test_pkey_dsa [ 92/862] 493646=test_gem_package [ 93/862] 493646=test_stat [ 94/862] 493646=test_gem_resolver_specification [ 95/862] 493646=test_color [ 96/862] 493646=test_fd_setsize [ 97/862] 493646=test_queue [ 98/862] 493646=test_gem_dependency [ 99/862] 493650=test_env [100/862] 493646=test_prettyprint [101/862] 493646=test_jaro_winkler [102/862] 493646=test_ssl_session [103/862] 493646=test_beginendblock [104/862] 493646=test_deprecated [105/862] 493645=heredoc_dedent_test [106/862] 493646=test_abi [107/862] 493645=test_within_pipe [108/862] 493645=test_name_error_extension [109/862] 493645=test_div [110/862] 493645=test_reline [111/862] 493646=test_marshalable [112/862] 493646=test_find [113/862] 493646=test_m17n_comb [114/862] 493645=test_gem_commands_stale_command [115/862] 493645=test_gem_resolver_git_specification [116/862] 493645=test_pp [117/862] 493645=test_stream [118/862] 493645=test_uncorrectable_name_check [119/862] 493645=json_parser_test [120/862] 493645=test_coderange [121/862] 493645=test_rdoc_markup_to_label [122/862] 493645=test_method [123/862] 493650=test_update [124/862] 493650=test_ast [125/862] 493646=test_coverage [126/862] 493646=test_pathname [127/862] 493646=test_socket [128/862] 493646=test_stringscanner [129/862] 493646=test_super [130/862] 493645=test_thread_queue [131/862] 493648=test_memory_view [132/862] 493648=test_nowrite [133/862] 493648=test_alias [134/862] 493648=test_rdoc_ri_driver [135/862] 493646=test_exception [136/862] 493648=test_append [137/862] 493648=test_httpheader [138/862] 493648=test_protocol [139/862] 493648=test_ostruct [140/862] 493648=test_process [141/862] 493645=test_tsort [142/862] 493645=test_rendering [143/862] 493645=test_file_exhaustive [144/862] 493646=test_acceptable [145/862] 493646=test_erb_command [146/862] 493646=test_gem_commands_query_command [147/862] 493646=test_dns [148/862] 493646=test_rdoc_markup_heading [149/862] 493646=test_cstr [150/862] 493646=test_gem_resolver_vendor_specification [151/862] 493646=test_require_path_check [152/862] 493646=test_rdoc_rubygems_hook [153/862] 493646=test_dup [154/862] 493646=test_securerandom [155/862] 493646=test_input_method [156/862] 493646=test_rdoc_class_module [157/862] 493646=test_rdoc_markup_to_joined_paragraph [158/862] 493646=test_rdoc_markup_to_html [159/862] 493646=test_interned_str [160/862] 493646=test_len [161/862] 493646=test_pack [162/862] 493646=test_compile_prism [163/862] 493646=test_literal [164/862] 493646=test_rdoc_options [165/862] 493646=test_pstore [166/862] 493646=test_thread [167/862] 493645=test_bundled_ca [168/862] 493646=test_exception_at_throwing [169/862] 493646=test_rdoc_include [170/862] 493646=test_mixed_unicode_escapes [171/862] 493646=test_ractor [172/862] 493646=test_win32ole_variable [173/862] 493646=test_array [174/862] 493646=test_gem_commands_fetch_command [175/862] 493646=test_date_arith [176/862] 493646=test_rdoc_text [177/862] 493646=test_frozen_error [178/862] 493646=test_gem_resolver_api_specification [179/862] 493646=test_trace [180/862] 493646=test_date_new [181/862] 493645=test_pkey [182/862] 493646=test_ractor [183/862] 493645=test_notimplement [184/862] 493645=test_require [185/862] 493645=test_provider [186/862] 493646=test_signedness [187/862] 493645=test_arity [188/862] 493645=test_gem_specification [189/862] 493645=test_weakkeymap [190/862] 493645=test_system [191/862] 493645=test_gem_package_tar_writer [192/862] 493645=test_rdoc_markup_indented_paragraph [193/862] 493645=test_gem_commands_cert_command [194/862] 493646=desugar_compiler_test [195/862] 493646=test_enc_associate [196/862] 493646=newline_test [197/862] 493646=test_c_struct_entry [198/862] 493645=test_to_ary_concat [199/862] 493646=test_mailto [200/862] 493646=test_not [201/862] 493646=test_sleep [202/862] 493646=test_scalar [203/862] 493646=test_gem_command_manager [204/862] 493646=test_sizeof [205/862] 493645=test_remote_fetch_error [206/862] 493645=test_face [207/862] 493645=json_encoding_test [208/862] 493645=test_gem_ext_rake_builder [209/862] 493645=test_rdoc_generator_markup [210/862] 493645=test_bug-14834 [211/862] 493645=test_rdoc_markup_document [212/862] 493645=test_rdoc_markup_parser [213/862] 493645=test_terminfo [214/862] 493645=test_gem_commands_dependency_command [215/862] 493645=test_gem_commands_search_command [216/862] 493645=test_gem_commands_specification_command [217/862] 493645=test_addrinfo [218/862] 493645=test_arithmetic_sequence [219/862] 493645=regexp_test [220/862] 493645=test_cesu8 [221/862] 493645=test_address_resolve [222/862] 493645=test_rdoc_markup_to_tt_only [223/862] 493645=test_date_ractor [224/862] 493645=test_parser [225/862] 493645=test_gem_commands_signin_command [226/862] 493645=test_iso_8859 [227/862] 493645=json_generator_test [228/862] 493645=test_cgi_util [229/862] 493648=test_num2int [230/862] 493648=test_rdoc_context [231/862] 493645=test_iter_break [232/862] 493645=test_open-uri [233/862] 493648=test_date_strptime [234/862] 493648=test_gem_safe_marshal [235/862] 493646=test_rdoc_extend [236/862] 493646=test_merge_keys [237/862] 493646=test_gbk [238/862] 493646=test_string [239/862] 493645=test_win32ole_method [240/862] 493645=test_rbconfig [241/862] 493645=test_spell_checker [242/862] 493645=test_open3 [243/862] 493648=test_flush [244/862] 493648=test_euc_jp [245/862] 493648=test_load [246/862] 493648=test_error_highlight [247/862] 493648=test_call [248/862] 493648=test_random [249/862] 493648=test_gem_resolver_conflict [250/862] 493648=test_noarg [251/862] 493648=test_gem_resolver_lock_specification [252/862] 493648=test_gem_commands_contents_command [253/862] 493648=test_rdoc_markup_to_html_crossref [254/862] 493648=test_gem_resolver_best_set [255/862] 493648=test_gem_commands_environment_command [256/862] 493648=test_utf32 [257/862] 493648=test_threadgroup [258/862] 493648=test_array [259/862] 493645=test_digest [260/862] 493645=test_omap [261/862] 493645=test_fiddle [262/862] 493645=test_shellwords [263/862] 493645=test_case [264/862] 493645=test_yield_block [265/862] 493645=test_complex [266/862] 493645=test_ractor [267/862] 493645=test_postponed_job [268/862] 493645=test_gem_request_set_lockfile [269/862] 493645=test_pty [270/862] 493645=test_rdoc_markup_attributes [271/862] 493645=test_recursion [272/862] 493645=test_float [273/862] 493645=test_ractor [274/862] 493645=test_rdoc_parser_markdown [275/862] 493645=test_windows_1251 [276/862] 493645=test_frozen [277/862] 493645=test_delegate [278/862] 493645=test_gem_ext_cargo_builder_unit [279/862] 493645=test_serialize_subclasses [280/862] 493645=test_handle [281/862] 493645=test_dryrun [282/862] 493645=test_enum [283/862] 493648=test_kdf [284/862] 493648=test_ractor [285/862] 493648=test_gem_source_specific_file [286/862] 493645=test_settracefunc [287/862] 493648=test_psych [288/862] 493648=test_gem_text [289/862] 493648=test_set_len [290/862] 493648=test_rubyoptions [291/862] 493645=test_pattern_matching [292/862] 493645=test_win32ole [293/862] 493645=test_zsh_completion [294/862] 493645=test_asn1 [295/862] 493645=test_gem_commands_open_command [296/862] 493645=json_common_interface_test [297/862] 493645=test_sprintf_comb [298/862] 493645=test_rdoc_markup_pre_process [299/862] 493645=test_rdoc_rd_block_parser [300/862] 493645=test_method_cache [301/862] 493645=test_scheduler [302/862] 493645=test_rdoc_ri_paths [303/862] 493645=test_x509name [304/862] 493645=test_rdoc_task [305/862] 493645=test_backtrace [306/862] 493645=test_dln [307/862] 493645=test_scalar_scanner [308/862] 493645=test_nofree [309/862] 493645=test_set [310/862] 493645=test_pkg_config [311/862] 493645=test_gem_security_signer [312/862] 493645=test_resolve_symbol [313/862] 493645=test_rdoc_markdown_test [314/862] 493650=test_rdoc_normal_module [315/862] 493650=test_gem_source_lock [316/862] 493650=test_default_gems [317/862] 493650=test_svcb_https [318/862] 493650=test_buffering [319/862] 493650=test_my_integer [320/862] 493650=encoding_test [321/862] 493650=test_option [322/862] 493650=test_insns_leaf [323/862] 493650=test_gem_version_option [324/862] 493650=test_member [325/862] 493650=test_x509req [326/862] 493650=test_win32ole_variant [327/862] 493650=test_syntax [328/862] 493645=format_errors_test [329/862] 493645=test_flip [330/862] 493645=test_pkcs12 [331/862] 493645=test_gem_commands_which_command [332/862] 493645=test_weakmap [333/862] 493648=test_fiber [334/862] 493650=test_refinement [335/862] 493648=test_case_options [336/862] 493648=test_cgi_session [337/862] 493648=test_x509crl [338/862] 493648=test_usrmarshal [339/862] 493648=test_httpresponses [340/862] 493648=test_optimization [341/862] 493645=test_ripper [342/862] 493645=test_gem_commands_cleanup_command [343/862] 493645=test_gem_dependency_resolution_error [344/862] 493645=test_buffered_io [345/862] 493645=test_gem_ext_ext_conf_builder [346/862] 493645=test_path_to_class [347/862] 493645=test_gem_request_set_lockfile_parser [348/862] 493645=test_utf16 [349/862] 493645=test_sprintf [350/862] 493645=test_autoload [351/862] 493646=test_eval [352/862] 493646=test_date_attr [353/862] 493646=parser_test [354/862] 493646=test_gem_name_tuple [355/862] 493646=test_rdoc_tom_doc [356/862] 493646=test_gem_resolver [357/862] 493646=test_sorted_set [358/862] 493646=test_resize [359/862] 493646=test_emoji [360/862] 493646=test_condition [361/862] 493646=test_erb [362/862] 493646=test_cp949 [363/862] 493646=json_generic_object_test [364/862] 493646=test_stringify_symbols [365/862] 493646=test_x509ext [366/862] 493646=test_rdoc_parser_ruby [367/862] 493650=test_httpresponse [368/862] 493650=parse_test [369/862] 493646=locals_test [370/862] 493646=test_verbose [371/862] 493646=test_gem_commands_push_command [372/862] 493646=test_rdoc_markup_to_bs [373/862] 493646=test_rdoc_parser_changelog [374/862] 493646=parameters_signature_test [375/862] 493646=test_c_union_entity [376/862] 493646=comments_test [377/862] 493646=test_io_wait_uncommon [378/862] 493646=bom_test [379/862] 493646=test_gem_ci_detector [380/862] 493646=test_file [381/862] 493648=test_io_console [382/862] 493645=test_cmd [383/862] 493650=test_gem_ext_cmake_builder [384/862] 493650=test_bn [385/862] 493650=test_digest_extend [386/862] 493650=test_gem_rdoc [387/862] 493648=test_gem_dependency_list [388/862] 493648=test_c_struct_builder [389/862] 493650=test_last_thread [390/862] 493646=test_monitor [391/862] 493645=test_gem_install_update_options [392/862] 493648=test_whileuntil [393/862] 493648=test_numhash [394/862] 493648=test_pkey_rsa [395/862] 493646=test_rdoc_markup_to_ansi [396/862] 493646=test_generic [397/862] 493645=test_debug_cmd [398/862] 493650=test_workspace [399/862] 493646=test_framework [400/862] 493646=test_passing_block [401/862] 493645=test_gem_resolver_index_specification [402/862] 493646=test_singleton_function [403/862] 493646=test_gem_commands_update_command [404/862] 493645=test_pipe [405/862] 493648=test_gem_resolver_vendor_set [406/862] 493650=test_object_references [407/862] 493645=test_ldap [408/862] 493645=test_reqarg [409/862] 493648=test_shift_jis [410/862] 493648=test_rdoc_cross_reference [411/862] 493650=test_resource [412/862] 493650=test_http [413/862] 493645=test_win32ole_param_event [414/862] 493645=test_hash [415/862] 493645=test_http_request [416/862] 493645=test_printf [417/862] 493645=test_koi8 [418/862] 493645=test_thread [419/862] 493648=test_rdoc_any_method [420/862] 493648=test_function_entry [421/862] 493648=test_filter [422/862] 493648=test_complexrational [423/862] 493648=test_type [424/862] 493648=test_time [425/862] 493648=test_unicode [426/862] 493648=test_thread_cv [427/862] 493648=test_undef [428/862] 493648=test_gem_commands_setup_command [429/862] 493646=test_tmpdir [430/862] 493646=test_gem_package_tar_reader_entry [431/862] 493646=test_primitive [432/862] 493646=test_continuation [433/862] 493646=test_ocsp [434/862] 493648=test_switch_hitter [435/862] 493648=test_yamlstore [436/862] 493648=test_big2str [437/862] 493648=test_gem_ext_configure_builder [438/862] 493648=test_delete [439/862] 493648=test_enumerator_kw [440/862] 493648=test_placearg [441/862] 493648=test_document [442/862] 493648=test_proc [443/862] 493646=test_ansi_with_terminfo [444/862] 493646=test_gem_commands_uninstall_command [445/862] 493648=test_at_exit [446/862] 493648=test_zlib [447/862] 493646=test_hash_create [448/862] 493646=test_rdoc_markup_to_table_of_contents [449/862] 493646=test_io_m17n [450/862] 493650=test_rb_str_dup [451/862] 493650=test_encoding [452/862] 493650=test_function [453/862] 493650=test_sockopt [454/862] 493650=test_gem_commands_lock_command [455/862] 493650=test_irb [456/862] 493650=test_files_ext [457/862] 493650=test_gem_request_connection_pools [458/862] 493650=dispatcher_test [459/862] 493650=test_eval_history [460/862] 493650=test_err_in_callback [461/862] 493650=test_arity [462/862] 493650=test_files_test [463/862] 493650=test_tempfile [464/862] 493645=test_lexer [465/862] 493645=test_gem_resolver_index_set [466/862] 493650=test_random [467/862] 493645=test_grapheme_breaks [468/862] 493650=test_arith_seq_extract [469/862] 493645=test_folderitem2_invokeverb [470/862] 493645=test_win32ole_event [471/862] 493645=test_pinned [472/862] 493645=test_gb18030 [473/862] 493645=test_gem_gemcutter_utilities [474/862] 493650=test_to_ruby [475/862] 493650=test_enc_str_buf_cat [476/862] 493646=test_gem_ext_cargo_builder [477/862] 493650=test_memory_view [478/862] 493646=test_gem_version [479/862] 493646=test_gem_source_local [480/862] 493645=test_exit [481/862] 493645=test_wss [482/862] 493645=test_gem_request_set_gem_dependency_api [483/862] 493650=test_mul [484/862] 493650=test_nil [485/862] 493650=test_digest [486/862] 493650=test_init [487/862] 493646=test_gem_commands_unpack_command [488/862] 493645=test_unix [489/862] 493645=test_ansi_without_terminfo [490/862] 493645=test_symbol [491/862] 493646=test_coder [492/862] 493646=test_ellipsize [493/862] 493646=test_dot_dot [494/862] 493646=test_context [495/862] 493650=test_file [496/862] 493650=test_x509store [497/862] 493646=test_closure [498/862] 493650=test_wait [499/862] 493650=test_x509attr [500/862] 493650=ractor_test [501/862] 493650=test_yield [502/862] 493646=test_bignum [503/862] 493646=test_show_source [504/862] 493646=test_rdoc_parser [505/862] 493646=test_euc_tw [506/862] 493646=test_integer_comb [507/862] 493648=test_gem_console_ui [508/862] 493648=test_capacity [509/862] 493648=test_alias_and_anchor [510/862] 493648=test_nextafter [511/862] 493648=test_cmethod [512/862] 493648=test_install [513/862] 493648=test_win32ole_method_event [514/862] 493648=parse_comments_test [515/862] 493648=test_comparable [516/862] 493648=test_integer [517/862] 493648=test_date [518/862] 493648=test_pair [519/862] 493646=test_clone [520/862] 493650=test_gem_commands_server_command [521/862] 493650=test_io_timeout [522/862] 493650=test_io_buffer [523/862] 493650=test_ipaddr [524/862] 493646=memsize_test [525/862] 493646=test_rdoc_markup_to_rdoc [526/862] 493650=test_config [527/862] 493646=test_require_lib [528/862] 493650=test_bug_reporter [529/862] 493650=test_cparser [530/862] 493648=test_objectspace [531/862] 493645=test_variable [532/862] 493645=test_profile_frames [533/862] 493645=test_key_error [534/862] 493645=test_rdoc_code_object [535/862] 493645=test_data [536/862] 493645=test_unicode_normalize [537/862] 493648=test_emitter [538/862] 493648=test_engine [539/862] 493648=test_reline_key [540/862] 493648=test_object [541/862] 493650=test_key_actor_vi [542/862] 493650=test_enc_raise [543/862] 493650=test_rdoc_markup_formatter [544/862] 493650=test_func [545/862] 493648=test_yaml [546/862] 493648=test_random_formatter [547/862] 493648=test_gem_uninstaller [548/862] 493646=test_gem_commands_info_command [549/862] 493646=test_rdoc_alias [550/862] 493646=test_cgi_cookie [551/862] 493648=test_dir_m17n [552/862] 493646=test_duplicate [553/862] 493646=test_pkey_dh [554/862] 493646=test_cgi_tag_helper [555/862] 493646=test_modify_expand [556/862] 493646=test_gem_package_old [557/862] 493646=test_gem_request_set_lockfile_tokenizer [558/862] 493646=test_gem_available_set [559/862] 493646=test_io [560/862] 493650=test_process [561/862] 493650=test_gem_spec_fetcher [562/862] 493650=test_singleton [563/862] 493648=test_metaclass [564/862] 493650=test_variable_name_check [565/862] 493648=test_rubygems [566/862] 493650=test_gem_source_vendor [567/862] 493650=pattern_test [568/862] 493650=test_gem_doctor [569/862] 493650=test_change_word [570/862] 493650=test_etc [571/862] 493650=test_rdoc_normal_class [572/862] 493648=test_gem_commands_outdated_command [573/862] 493648=test_config [574/862] 493650=test_iterator [575/862] 493648=test_string [576/862] 493648=test_gem_resolver_git_set [577/862] 493645=test_cipher [578/862] 493645=test_new [579/862] 493645=test_gem_installer [580/862] 493650=test_qsort [581/862] 493650=test_storage [582/862] 493650=json_addition_test [583/862] 493650=library_symbols_test [584/862] 493650=test_pack [585/862] 493650=test_rdoc_comment [586/862] 493650=test_gem_commands_check_command [587/862] 493650=test_config [588/862] 493648=test_kwargs [589/862] 493648=test_io_wait [590/862] 493648=test_io [591/862] 493650=test_ftp [592/862] 493650=test_thread_fd_close [593/862] 493650=test_class_name_check [594/862] 493650=test_autoconf [595/862] 493650=test_evaluation [596/862] 493650=test_rdoc_i18n_text [597/862] 493650=test_cgi_multipart [598/862] 493648=test_yamldbm [599/862] 493648=test_https [600/862] 493650=test_fstring [601/862] 493650=test_gem_ext_cargo_builder_link_flag_converter [602/862] 493650=test_ensured [603/862] 493648=test_completion [604/862] 493650=test_class [605/862] 493648=test_rdoc_markup_raw [606/862] 493648=fuzzer_test [607/862] 493648=test_const [608/862] 493648=test_gem_source_installed [609/862] 493648=test_yaml_special_cases [610/862] 493648=test_gem_source_list [611/862] 493648=test_struct [612/862] 493648=test_rational2 [613/862] 493648=test_lambda [614/862] 493648=test_project_sanity [615/862] 493648=test_rational [616/862] 493648=test_euc_kr [617/862] 493648=test_regexp [618/862] 493650=test_rand [619/862] 493650=test_parse [620/862] 493650=test_bigzero [621/862] 493650=test_class2name [622/862] 493650=test_gem_platform [623/862] 493650=test_x509cert [624/862] 493650=test_stringio [625/862] 493645=test_logdevice [626/862] 493650=test_rdoc_markup_attribute_manager [627/862] 493650=test_helper [628/862] 493650=test_rdoc_rd [629/862] 493650=test_files_test_2 [630/862] 493650=test_gem_resolver_composed_set [631/862] 493650=test_gem_resolver_local_specification [632/862] 493650=test_econv [633/862] 493645=test_logperiod [634/862] 493645=test_rdoc_markup_hard_break [635/862] 493645=test_win32ole_type_event [636/862] 493645=test_require [637/862] 493650=test_boolean [638/862] 493650=test_addr [639/862] 493650=test_ns_spki [640/862] 493650=test_key_name_check [641/862] 493650=test_stack [642/862] 493650=test_iseq_load [643/862] 493646=test_console_attr [644/862] 493646=test_files_sample [645/862] 493646=test_win32ole_variant_outarg [646/862] 493646=test_gem_commands_build_command [647/862] 493645=test_gem_commands_help_command [648/862] 493645=test_word [649/862] 493645=test_type_completor [650/862] 493645=test_numeric [651/862] 493650=test_marshal [652/862] 493645=test_inlinecache [653/862] 493645=location_test [654/862] 493646=test_ubf_async_safe [655/862] 493646=test_case_mapping [656/862] 493646=test_assignment [657/862] 493645=test_ractor [658/862] 493645=test_win32ole_record [659/862] 493645=test_ssl [660/862] 493645=test_rdoc_generator_ri [661/862] 493645=test_gem_stream_ui [662/862] 493645=test_rdoc_markup_to_html_snippet [663/862] 493645=test_gem [664/862] 493650=test_history [665/862] 493650=test_rdoc_method_attr [666/862] 493650=test_pkcs7 [667/862] 493650=test_optarg [668/862] 493650=test_parser [669/862] 493650=ruby_api_test [670/862] 493650=test_cgi_core [671/862] 493650=test_exception [672/862] 493650=test_string_memory [673/862] 493646=test_unicode_escape [674/862] 493650=test_gem_bundler_version_finder [675/862] 493650=test_ole_methods [676/862] 493650=test_tcp [677/862] 493646=test_line_editor [678/862] 493646=test_gem_requirement [679/862] 493650=test_rdoc_markup [680/862] 493650=test_webauthn_listener_response [681/862] 493650=test_complex2 [682/862] 493650=test_rdoc_i18n_locale [683/862] 493646=test_kernel [684/862] 493650=test_typeddata [685/862] 493650=!Nothing_to_test [686/862] 493650=test_protect [687/862] 493650=test_gem_stub_specification [688/862] 493650=test_tree_builder [689/862] 493650=test_popen_deadlock [690/862] 493645=test_flags [691/862] 493646=test_history [692/862] 493646=test_gem_commands_list_command [693/862] 493646=test_class [694/862] 493646=test_trick [695/862] 493650=test_gem_commands_install_command [696/862] 493645=test_integer [697/862] 493650=test_win32ole_param [698/862] 493650=test_emoji_breaks [699/862] 493646=test_formatter [700/862] 493646=test_date_parse [701/862] 493646=test_ractor [702/862] 493646=test_gem_command [703/862] 493646=test_thread [704/862] 493646=test_array_create [705/862] 493646=test_pkey_ec [706/862] 493646=test_symbol [707/862] 493646=test_win32ole_typelib [708/862] 493646=test_rat [709/862] 493646=test_external_new [710/862] 493646=test_backtrace [711/862] 493646=test_webauthn_poller [712/862] 493646=test_gem_resolver_lock_set [713/862] 493646=test_require [714/862] 493645=test_color_printer [715/862] 493645=test_gem_security [716/862] 493646=test_ancdata [717/862] 493646=test_gem_update_suggestion [718/862] 493650=test_store [719/862] 493646=test_gem_resolver_requirement_list [720/862] 493646=test_gc_compact [721/862] 493650=test_arith_seq_beg_len_step [722/862] 493650=test_did_you_mean [723/862] 493650=test_gem_config_file [724/862] 493650=ripper_compat_test [725/862] 493650=test_have_func [726/862] 493650=test_yjit_exit_locations [727/862] 493650=test_gem_commands_pristine_command [728/862] 493646=test_raise_exception [729/862] 493646=test_rdoc_stats [730/862] 493650=test_yaml_tree [731/862] 493646=test_gem_package_tar_reader [732/862] 493650=test_gem_local_remote_options [733/862] 493646=test_rdoc_store [734/862] 493650=test_case_comprehensive [735/862] 493645=test_rdoc_attr [736/862] 493645=test_gem_gem_runner [737/862] 493645=test_rdoc_generator_pot_po [738/862] 493645=test_rdoc_context_section [739/862] 493645=test_debug [740/862] 493645=test_time_tz [741/862] 493645=test_rdoc_generator_pot [742/862] 493645=test_instrumentation_api [743/862] 493646=test_gem_impossible_dependencies_error [744/862] 493646=test_win32ole_variant_m [745/862] 493646=test_gem_commands_mirror [746/862] 493646=test_depth_first [747/862] 493646=test_rdoc_single_class [748/862] 493646=test_gem_package_tar_header [749/862] 493646=test_gem_resolver_api_set [750/862] 493646=test_cclass [751/862] 493646=test_stream [752/862] 493646=test_hash [753/862] 493645=test_transcode [754/862] 493645=test_time [755/862] 493645=test_convertible [756/862] 493648=json_string_matching_test [757/862] 493648=test_rdoc_token_stream [758/862] 493648=test_ossl [759/862] 493646=test_extlibs [760/862] 493648=test_load [761/862] 493648=test_rdoc_generator_json_index [762/862] 493648=test_ruby_lex [763/862] 493646=test_method_cache [764/862] 493646=test_json_tree [765/862] 493648=test_severity [766/862] 493646=test_ractor [767/862] 493648=test_rdoc_encoding [768/862] 493646=test_fileutils [769/862] 493648=test_gem_resolver_installed_specification [770/862] 493648=test_rdoc_markdown [771/862] 493648=test_nil2vtempty [772/862] 493648=test_rdoc_servlet [773/862] 493648=test_rdoc_constant [774/862] 493648=test_deprecate [775/862] 493648=test_object [776/862] 493648=test_readpartial [777/862] 493646=test_bash_completion [778/862] 493646=test_date_marshal [779/862] 493646=test_ractor_compatibility [780/862] 493648=test_rdoc_parser_simple [781/862] 493648=test_ssl [782/862] 493646=test_module [783/862] 493645=test_set [784/862] 493645=unescape_test [785/862] 493646=test_rdoc_generator_pot_po_entry [786/862] 493646=test_gem_source_fetch_problem [787/862] 493646=test_windows_1252 [788/862] 493646=test_bmethod [789/862] 493646=test_constant [790/862] 493645=test_rubyvm [791/862] 493645=test_argf [792/862] 493648=test_too_many_dummy_encodings [793/862] 493648=json_fixtures_test [794/862] 493648=test_encoding [795/862] 493648=test_yjit [796/862] 493646=test_rdoc_markup_verbatim [797/862] 493646=test_propertyputref [798/862] 493646=test_rdoc_rd_inline_parser [799/862] 493646=test_rdoc_parser_c [800/862] 493646=test_pattern_key_name_check [801/862] 493646=test_m17n [802/862] 493646=test_keyword [803/862] 493646=test_null [804/862] 493646=test_scan_args [805/862] 493646=test_rdoc_markup_to_markdown [806/862] 493646=test_gem_silent_ui [807/862] 493646=test_rdoc_parser_rd [808/862] 493646=test_getopts [809/862] 493646=test_cgi_header [810/862] 493646=version_test [811/862] 493646=test_gem_security_trust_dir [812/862] 493646=test_enumerator [813/862] 493645=test_parser_events [814/862] 493645=test_helper [815/862] 493645=test_gem_security_policy [816/862] 493645=test_rdoc_markup_paragraph [817/862] 493645=test_gem_resolver_installer_set [818/862] 493645=test_safe_load [819/862] 493645=test_string_processing [820/862] 493645=test_regex_casefold [821/862] 493645=test_object_create_start [822/862] 493645=test_http [823/862] 493645=test_gem_source_git [824/862] 493645=test_sexp [825/862] 493645=test_fips [826/862] 493645=test_name_error [827/862] 493645=compiler_test [828/862] 493645=test_timeout [829/862] 493645=test_summary [830/862] 493645=test_gem_commands_sources_command [831/862] 493645=test_foreach [832/862] 493645=test_str2big [833/862] 493645=test_pointer [834/862] 493650=test_win32ole_type [835/862] 493650=test_struct [836/862] 493650=test_mutex [837/862] 493650=test_big5 [838/862] 493650=test_date_time [839/862] 493650=attribute_write_test [840/862] 493650=test_data [841/862] 493650=test_date_strftime [842/862] 493645=test_gem_source_subpath_problem [843/862] 493645=test_gc [844/862] 493648=test_signal [845/862] 493650=test_fixnum [846/862] 493650=test_kill_ring [847/862] 493650=test_stringchar [848/862] 493650=test_case [849/862] 493650=test_gem_validator [850/862] 493650=test_logger [851/862] 493650=test_common [852/862] 493650=test_key_stroke [853/862] 493650=test_gem_request [854/862] 493650=test_libs [855/862] 493650=test_math [856/862] 493650=test_basicsocket [857/862] 493650=test_gc [858/862] 493650=test_gem_commands_exec_command [859/862] 493648=errors_test [860/862] 493648=test_vm_dump [861/862] 493648=test_rendering [862/862] 493648=test_import Finished tests in 623.840756s, 40.2074 tests/s, 15159.1795 assertions/s. 25083 tests, 9456914 assertions, 0 failures, 0 errors, 216 skips ruby -v: ruby 3.4.0dev (2024-02-05T16:57:38Z master ae7816bc20) [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/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.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/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.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.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' $ /tmp/ruby/build/trunk-jemalloc/miniruby -I/tmp/ruby/src/trunk-jemalloc/lib /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-jemalloc --extout=.ext -- /tmp/ruby/src/trunk-jemalloc/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-jemalloc/spec/default.mspec --error-output stderr --debug ruby 3.4.0dev (2024-02-05T16:57:38Z master ae7816bc20) [x86_64-linux] 0 ......................................................................... 73 ......................................................................... 146 ......................................................................... 219 ......................................................................... 292 ......................................................................... 365 ......................................................................... 438 ......................................................................... 511 ......................................................................... 584 ......................................................................... 657 ......................................................................... 730 ......................................................................... 803 ......................................................................... 876 ......................................................................... 949 ......................................................................... 1022 ......................................................................... 1095 ......................................................................... 1168 ......................................................................... 1241 ......................................................................... 1314 ......................................................................... 1387 ......................................................................... 1460 ......................................................................... 1533 ......................................................................... 1606 ......................................................................... 1679 ......................................................................... 1752 ......................................................................... 1825 ......................................................................... 1898 ......................................................................... 1971 ......................................................................... 2044 ......................................................................... 2117 ......................................................................... 2190 ......................................................................... 2263 ......................................................................... 2336 ......................................................................... 2409 ......................................................................... 2482 ......................................................................... 2555 ......................................................................... 2628 ......................................................................... 2701 ......................................................................... 2774 ......................................................................... 2847 ......................................................................... 2920 ......................................................................... 2993 ......................................................................... 3066 ......................................................................... 3139 ......................................................................... 3212 ......................................................................... 3285 ......................................................................... 3358 ......................................................................... 3431 ......................................................................... 3504 ......................................................................... 3577 ......................................................................... 3650 ......................................................................... 3723 ....... Finished in 288.535453 seconds 3730 files, 32088 examples, 170648 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.