# Logfile created on 2024-02-13 17:07:09 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x000055759fc29718 @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-gc-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-gc-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-gc-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-gc-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRGENGC_CHECK_MODE=2\"", @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=21600, @logfile="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20240213-170709", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE", "30"]], @make="make", @logger=#<Logger:0x000055759fcbe868 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055759fcbe728 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055759fcbe598 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20240213-170709", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20240213-170709>, @binmode=false, @mon_data=#<Monitor:0x000055759fcbe4d0>, @mon_data_owner_object_id=860>>> $$$[beg] make update-unicode DEFS="-DRGENGC_CHECK_MODE=2" make: Nothing to be done for 'update-unicode'. $$$[end] "make update-unicode DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make update-download DEFS="-DRGENGC_CHECK_MODE=2" tool/config.guess already exists tool/config.sub already exists Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/debug.revision unchanged $$$[end] "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make update-rubyspec DEFS="-DRGENGC_CHECK_MODE=2" make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make update-src DEFS="-DRGENGC_CHECK_MODE=2" From https://github.com/ruby/ruby 2f0f952..c35fea8 master -> origin/master Updating 2f0f952..c35fea8 Fast-forward benchmark/vm_method_splat_calls2.yml | 2 + internal/string.h | 1 + lib/prism/node_ext.rb | 27 +- parse.y | 33 +- prism_compile.c | 563 ++++++++++++++++++---------------- ruby_parser.c | 16 + rubyparser.h | 4 + string.c | 6 + test/prism/constant_path_node_test.rb | 24 ++ test/ruby/test_compile_prism.rb | 9 + test/ruby/test_syntax.rb | 15 + universal_parser.c | 4 + vm_args.c | 9 +- yjit/bindgen/src/main.rs | 1 + yjit/src/codegen.rs | 32 ++ yjit/src/cruby_bindings.inc.rs | 1 + 16 files changed, 478 insertions(+), 269 deletions(-) Latest commit hash = c35fea8509 $$$[end] "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make after-update DEFS="-DRGENGC_CHECK_MODE=2" generating node_name.inc /tmp/ruby/src/trunk-gc-asserts/revision.h updated generating parse.c generating /tmp/ruby/src/trunk-gc-asserts/ext/ripper/ripper.c make[1]: Entering directory '/tmp/ruby/src/trunk-gc-asserts/ext/ripper' extracting ripper.y from ../../parse.y compiling compiler ripper.y generating ripper_init.c from ./ripper_init.c.tmpl generating eventids1.c from ../../parse.y generating eventids1.h from ../../parse.y make[1]: Leaving directory '/tmp/ruby/src/trunk-gc-asserts/ext/ripper' generating /tmp/ruby/src/trunk-gc-asserts/ext/ripper/eventids2table.c make[1]: Entering directory '/tmp/ruby/src/trunk-gc-asserts/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk-gc-asserts/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-gc-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/debug.revision unchanged $$$[end] "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make miniruby DEFS="-DRGENGC_CHECK_MODE=2" 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-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRGENGC_CHECK_MODE=2 DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/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-gc-asserts/miniinit.c compiling /tmp/ruby/src/trunk-gc-asserts/array.c compiling /tmp/ruby/src/trunk-gc-asserts/ast.c compiling /tmp/ruby/src/trunk-gc-asserts/bignum.c compiling /tmp/ruby/src/trunk-gc-asserts/class.c compiling /tmp/ruby/src/trunk-gc-asserts/compar.c compiling /tmp/ruby/src/trunk-gc-asserts/compile.c compiling /tmp/ruby/src/trunk-gc-asserts/complex.c compiling /tmp/ruby/src/trunk-gc-asserts/cont.c compiling /tmp/ruby/src/trunk-gc-asserts/debug.c compiling /tmp/ruby/src/trunk-gc-asserts/dir.c compiling /tmp/ruby/src/trunk-gc-asserts/encoding.c compiling /tmp/ruby/src/trunk-gc-asserts/enumerator.c compiling /tmp/ruby/src/trunk-gc-asserts/error.c compiling /tmp/ruby/src/trunk-gc-asserts/eval.c compiling /tmp/ruby/src/trunk-gc-asserts/file.c compiling /tmp/ruby/src/trunk-gc-asserts/gc.c compiling /tmp/ruby/src/trunk-gc-asserts/hash.c compiling /tmp/ruby/src/trunk-gc-asserts/io.c compiling /tmp/ruby/src/trunk-gc-asserts/io_buffer.c compiling /tmp/ruby/src/trunk-gc-asserts/iseq.c compiling /tmp/ruby/src/trunk-gc-asserts/load.c compiling /tmp/ruby/src/trunk-gc-asserts/marshal.c compiling /tmp/ruby/src/trunk-gc-asserts/memory_view.c compiling /tmp/ruby/src/trunk-gc-asserts/rjit.c compiling /tmp/ruby/src/trunk-gc-asserts/rjit_c.c compiling /tmp/ruby/src/trunk-gc-asserts/node.c compiling /tmp/ruby/src/trunk-gc-asserts/node_dump.c compiling /tmp/ruby/src/trunk-gc-asserts/numeric.c compiling /tmp/ruby/src/trunk-gc-asserts/object.c compiling /tmp/ruby/src/trunk-gc-asserts/pack.c compiling parse.c compiling /tmp/ruby/src/trunk-gc-asserts/proc.c compiling /tmp/ruby/src/trunk-gc-asserts/process.c compiling /tmp/ruby/src/trunk-gc-asserts/ractor.c compiling /tmp/ruby/src/trunk-gc-asserts/random.c compiling /tmp/ruby/src/trunk-gc-asserts/range.c compiling /tmp/ruby/src/trunk-gc-asserts/rational.c compiling /tmp/ruby/src/trunk-gc-asserts/re.c compiling /tmp/ruby/src/trunk-gc-asserts/ruby.c compiling /tmp/ruby/src/trunk-gc-asserts/ruby_parser.c compiling /tmp/ruby/src/trunk-gc-asserts/scheduler.c compiling /tmp/ruby/src/trunk-gc-asserts/shape.c compiling /tmp/ruby/src/trunk-gc-asserts/signal.c compiling /tmp/ruby/src/trunk-gc-asserts/sprintf.c compiling /tmp/ruby/src/trunk-gc-asserts/strftime.c compiling /tmp/ruby/src/trunk-gc-asserts/string.c compiling /tmp/ruby/src/trunk-gc-asserts/struct.c compiling /tmp/ruby/src/trunk-gc-asserts/symbol.c compiling /tmp/ruby/src/trunk-gc-asserts/thread.c compiling /tmp/ruby/src/trunk-gc-asserts/time.c compiling /tmp/ruby/src/trunk-gc-asserts/transcode.c compiling /tmp/ruby/src/trunk-gc-asserts/variable.c compiling /tmp/ruby/src/trunk-gc-asserts/version.c compiling /tmp/ruby/src/trunk-gc-asserts/vm.c compiling /tmp/ruby/src/trunk-gc-asserts/vm_backtrace.c compiling /tmp/ruby/src/trunk-gc-asserts/vm_dump.c compiling /tmp/ruby/src/trunk-gc-asserts/vm_sync.c compiling /tmp/ruby/src/trunk-gc-asserts/vm_trace.c compiling /tmp/ruby/src/trunk-gc-asserts/weakmap.c compiling /tmp/ruby/src/trunk-gc-asserts/yjit.c building Rust YJIT (release mode) touch yjit/target/release/libyjit.a partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o linking miniruby $$$[end] "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make ruby DEFS="-DRGENGC_CHECK_MODE=2" 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-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRGENGC_CHECK_MODE=2 DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/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 3a51ccb1e338b325b07d3e9841bc41391fa96de9e2e2aaafd240c52ef7b55a5c builtin_binary.inc compiling /tmp/ruby/src/trunk-gc-asserts/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.4.0 linking ruby $$$[end] "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make all DEFS="-DRGENGC_CHECK_MODE=2" 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-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRGENGC_CHECK_MODE=2 DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/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 encdb.h unchanged generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/string' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/capacity.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/cstr.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/fstring.c linking shared-object -test-/string.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/string' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' compiling /tmp/ruby/src/trunk-gc-asserts/ext/coverage/coverage.c linking shared-object coverage.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' compiling /tmp/ruby/src/trunk-gc-asserts/ext/objspace/object_tracing.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/objspace/objspace.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/objspace/objspace_dump.c linking shared-object objspace.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' compiling /tmp/ruby/src/trunk-gc-asserts/ext/ripper/eventids1.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/ripper/eventids2.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/ripper/ripper.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/ripper/ripper_init.c linking shared-object ripper.so checking /tmp/ruby/src/trunk-gc-asserts/parse.y and /tmp/ruby/src/trunk-gc-asserts/ext/ripper/eventids2.c make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/constants.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/basicsocket.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/socket.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/ipsocket.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/tcpsocket.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/tcpserver.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/sockssocket.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/udpsocket.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/unixsocket.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/unixserver.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/option.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/ancdata.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/raddrinfo.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/ifaddr.c linking shared-object socket.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so building spec/ruby/optional/capi/ext/bignum_spec.so building spec/ruby/optional/capi/ext/binding_spec.so building spec/ruby/optional/capi/ext/boolean_spec.so building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so building spec/ruby/optional/capi/ext/class_spec.so building spec/ruby/optional/capi/ext/class_under_autoload_spec.so building spec/ruby/optional/capi/ext/complex_spec.so building spec/ruby/optional/capi/ext/constants_spec.so building spec/ruby/optional/capi/ext/data_spec.so building spec/ruby/optional/capi/ext/debug_spec.so building spec/ruby/optional/capi/ext/encoding_spec.so building spec/ruby/optional/capi/ext/enumerator_spec.so building spec/ruby/optional/capi/ext/exception_spec.so building spec/ruby/optional/capi/ext/fiber_spec.so building spec/ruby/optional/capi/ext/file_spec.so building spec/ruby/optional/capi/ext/fixnum_spec.so building spec/ruby/optional/capi/ext/float_spec.so building spec/ruby/optional/capi/ext/gc_spec.so building spec/ruby/optional/capi/ext/globals_spec.so building spec/ruby/optional/capi/ext/hash_spec.so building spec/ruby/optional/capi/ext/integer_spec.so building spec/ruby/optional/capi/ext/io_spec.so building spec/ruby/optional/capi/ext/kernel_spec.so building spec/ruby/optional/capi/ext/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/proc_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/rational_spec.so building spec/ruby/optional/capi/ext/rbasic_spec.so building spec/ruby/optional/capi/ext/regexp_spec.so building spec/ruby/optional/capi/ext/st_spec.so building spec/ruby/optional/capi/ext/string_spec.so building spec/ruby/optional/capi/ext/struct_spec.so building spec/ruby/optional/capi/ext/symbol_spec.so building spec/ruby/optional/capi/ext/thread_spec.so building spec/ruby/optional/capi/ext/time_spec.so building spec/ruby/optional/capi/ext/tracepoint_spec.so building spec/ruby/optional/capi/ext/typed_data_spec.so building spec/ruby/optional/capi/ext/util_spec.so making enc make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making trans make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-gc-asserts/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' $$$[end] "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make install DEFS="-DRGENGC_CHECK_MODE=2" Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/debug.revision unchanged 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-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRGENGC_CHECK_MODE=2 DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/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 encdb.h unchanged generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making enc make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making trans make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-gc-asserts/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' ./miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-gc-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRGENGC_CHECK_MODE=2" --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-gc-asserts/bin installing base libraries: /tmp/ruby/install/trunk-gc-asserts/lib installing arch files: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.4.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk-gc-asserts/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.4.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.4.0+0/ruby installing command scripts: /tmp/ruby/install/trunk-gc-asserts/bin installing library scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.4.0+0 installing common headers: /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.4.0+0 installing manpages: /tmp/ruby/install/trunk-gc-asserts/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk-gc-asserts/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.2 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.22.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-gc-asserts/lib/ruby/gems/3.4.0+0 date 3.3.4 digest 3.1.1 etc 1.4.3 fcntl 1.1.0 fiddle 1.1.3 io-console 0.7.2 io-nonblock 0.3.0 io-wait 0.3.1 json 2.7.1 openssl 3.2.0 pathname 0.3.0 psych 5.1.2 stringio 3.1.1 strscan 3.1.1 zlib 3.1.0 installing bundled gems: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.4.0+0 minitest 5.22.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.10 net-pop 0.1.2 net-smtp 0.4.0.1 matrix 0.4.2 prime 0.1.2 rbs 3.4.4 typeprof 0.21.10 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-gc-asserts/lib/ruby/gems/3.4.0+0/cache $$$[end] "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 1891 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-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/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-gc-asserts/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk-gc-asserts/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-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/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-gc-asserts' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-gc-asserts/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' Run options: --seed=6160 "--ruby=./miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk-gc-asserts/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j4 --exclude=rubygems/test_gem_package_task\.rb # Running tests: [ 1/865] 932444=test_exception [ 2/865] 932443=test_fileutils [ 3/865] 932440=test_gem_ext_rake_builder [ 4/865] 932441=test_gem_local_remote_options [ 5/865] 932444=test_bn [ 6/865] 932444=test_reline [ 7/865] 932441=test_optarg [ 8/865] 932441=test_date [ 9/865] 932441=test_formatter [ 10/865] 932444=test_yield_block [ 11/865] 932444=test_resize [ 12/865] 932444=test_asn1 [ 13/865] 932441=test_method_name_check [ 14/865] 932443=test_rdoc_markup_parser [ 15/865] 932444=test_method [ 16/865] 932441=test_gem_source_list [ 17/865] 932441=test_yaml_special_cases [ 18/865] 932441=test_assignment [ 19/865] 932443=test_rdoc_markup_pre_process [ 20/865] 932443=test_socket [ 21/865] 932443=test_require [ 22/865] 932440=test_gem_commands_server_command [ 23/865] 932440=test_gem_platform [ 24/865] 932440=test_method_cache [ 25/865] 932440=test_cesu8 [ 26/865] 932440=test_io [ 27/865] 932443=test_noarg [ 28/865] 932443=test_complex [ 29/865] 932443=test_rdoc_parser_rd [ 30/865] 932443=test_utf32 [ 31/865] 932443=test_gem_gemcutter_utilities [ 32/865] 932443=test_stream [ 33/865] 932443=test_nil [ 34/865] 932443=!Nothing_to_test [ 35/865] 932443=test_rdoc_markup_to_label [ 36/865] 932443=test_kernel [ 37/865] 932443=test_etc [ 38/865] 932443=test_date_marshal [ 39/865] 932443=test_gem_commands_unpack_command [ 40/865] 932443=test_set_len [ 41/865] 932443=test_rdoc_servlet [ 42/865] 932443=test_random [ 43/865] 932443=test_pack [ 44/865] 932443=test_open3 [ 45/865] 932444=test_rdoc_markup_to_rdoc [ 46/865] 932441=library_symbols_test [ 47/865] 932443=test_ftp [ 48/865] 932443=test_gbk [ 49/865] 932443=test_inlinecache [ 50/865] 932443=test_pstore [ 51/865] 932444=test_exception_at_throwing [ 52/865] 932441=test_gem_resolver_installer_set [ 53/865] 932444=test_backtrace [ 54/865] 932444=test_to_ary_concat [ 55/865] 932443=test_mixed_unicode_escapes [ 56/865] 932443=test_win32ole_variable [ 57/865] 932443=test_pkey_ec [ 58/865] 932443=test_thread [ 59/865] 932443=test_proc [ 60/865] 932441=test_fiber [ 61/865] 932443=test_array [ 62/865] 932443=test_gem_commands_uninstall_command [ 63/865] 932443=test_date_new [ 64/865] 932441=test_date_parse [ 65/865] 932443=test_zlib [ 66/865] 932441=test_gem_ext_cargo_builder_link_flag_converter [ 67/865] 932441=test_gem_commands_contents_command [ 68/865] 932441=test_gem_ext_cargo_builder [ 69/865] 932441=test_key_stroke [ 70/865] 932441=test_gem_uninstaller [ 71/865] 932440=test_gem_specification [ 72/865] 932444=test_tracer [ 73/865] 932444=test_zsh_completion [ 74/865] 932444=test_interned_str [ 75/865] 932444=newline_test [ 76/865] 932444=test_tree_spell_checker [ 77/865] 932444=test_option [ 78/865] 932441=test_system [ 79/865] 932444=test_gem_dependency_resolution_error [ 80/865] 932444=test_random_formatter [ 81/865] 932444=test_gem_package_old [ 82/865] 932444=test_gem_resolver_vendor_set [ 83/865] 932444=test_gem_commands_yank_command [ 84/865] 932444=regexp_test [ 85/865] 932444=test_rdoc_store [ 86/865] 932441=test_rdoc_markup [ 87/865] 932440=test_human_typo [ 88/865] 932440=test_enc_associate [ 89/865] 932440=test_rdoc_code_object [ 90/865] 932441=test_time [ 91/865] 932441=test_gem_source_subpath_problem [ 92/865] 932444=test_rdoc_stats [ 93/865] 932444=test_gem_request_set_lockfile_parser [ 94/865] 932441=test_gem_commands_update_command [ 95/865] 932444=test_key_event_record [ 96/865] 932444=test_data [ 97/865] 932444=test_sleep [ 98/865] 932444=test_rdoc_markup_hard_break [ 99/865] 932444=test_ractor [100/865] 932444=test_gc_compact [101/865] 932440=test_pipe [102/865] 932440=test_win32ole_method_event [103/865] 932440=test_face [104/865] 932440=test_sizeof [105/865] 932441=test_cgi_util [106/865] 932441=test_ifunless [107/865] 932441=encoding_test [108/865] 932441=test_grapheme_breaks [109/865] 932441=test_find [110/865] 932441=test_integer [111/865] 932441=test_ractor [112/865] 932441=test_gem_commands_build_command [113/865] 932441=test_severity [114/865] 932441=test_json_tree [115/865] 932441=test_nextafter [116/865] 932440=test_capacity [117/865] 932440=test_rdoc_task [118/865] 932440=test_files_sample [119/865] 932440=test_backtrace [120/865] 932441=test_summary [121/865] 932441=test_foreach [122/865] 932441=test_gem_commands_signout_command [123/865] 932441=test_rand [124/865] 932441=test_cclass [125/865] 932441=test_gem_commands_cert_command [126/865] 932441=test_rdoc_markdown_test [127/865] 932440=test_rdoc_normal_module [128/865] 932440=test_config [129/865] 932440=test_rdoc_markup_to_bs [130/865] 932440=test_gem_dependency_list [131/865] 932440=test_gem_path_support [132/865] 932440=test_pp [133/865] 932440=parser_test [134/865] 932440=test_stringify_symbols [135/865] 932440=test_forwardable [136/865] 932440=test_scan_args [137/865] 932440=test_webauthn_listener_response [138/865] 932440=test_rdoc_ri_paths [139/865] 932440=test_kill_ring [140/865] 932440=test_utf16 [141/865] 932440=test_gem_package_tar_writer [142/865] 932440=test_gem_bundler_version_finder [143/865] 932440=test_emitter [144/865] 932440=test_float [145/865] 932444=test_unicode_escape [146/865] 932444=test_irb [147/865] 932444=test_pkcs12 [148/865] 932444=test_shapes [149/865] 932444=locals_test [150/865] 932440=test_digest_extend [151/865] 932440=test_shellwords [152/865] 932440=test_key_name_check [153/865] 932440=test_omap [154/865] 932440=test_popen_deadlock [155/865] 932440=test_date_time [156/865] 932440=test_weakmap [157/865] 932444=test_pack [158/865] 932444=test_ws [159/865] 932444=test_gem_uri_formatter [160/865] 932444=test_convertible [161/865] 932441=test_array [162/865] 932443=test_scalar_scanner [163/865] 932443=test_name_error [164/865] 932444=test_gem_name_tuple [165/865] 932443=test_gem_commands_dependency_command [166/865] 932444=test_ractor_compatibility [167/865] 932443=test_singleton [168/865] 932443=test_debug [169/865] 932443=test_safe_load [170/865] 932443=test_date_attr [171/865] 932443=test_wss [172/865] 932443=test_sorted_set [173/865] 932444=test_emoji [174/865] 932443=test_gem_source_fetch_problem [175/865] 932443=test_readpartial [176/865] 932443=test_sprintf [177/865] 932444=test_cp949 [178/865] 932444=test_enumerator [179/865] 932443=test_condition [180/865] 932443=test_array_create [181/865] 932443=ripper_test [182/865] 932443=test_data_error [183/865] 932443=test_mdns [184/865] 932443=test_force_exit [185/865] 932443=test_parser [186/865] 932443=test_c_struct_builder [187/865] 932443=test_gem_resolver_lock_specification [188/865] 932443=test_gem_security_signer [189/865] 932443=test_httpresponses [190/865] 932443=test_webauthn_listener [191/865] 932443=test_data [192/865] 932443=test_http [193/865] 932443=test_require_path_check [194/865] 932443=test_function_entry [195/865] 932443=test_framework [196/865] 932443=test_color_printer [197/865] 932443=test_http_request [198/865] 932443=test_queue [199/865] 932443=test_stringchar [200/865] 932443=comments_test [201/865] 932443=test_buffered_io [202/865] 932443=test_date_strptime [203/865] 932443=test_getopts [204/865] 932443=test_raise_exception [205/865] 932443=test_prettyprint [206/865] 932443=test_err_in_callback [207/865] 932443=test_notimplement [208/865] 932443=test_rubygems [209/865] 932443=test_gem_commands_open_command [210/865] 932443=test_mailto [211/865] 932443=test_key_actor_vi [212/865] 932443=test_string_processing [213/865] 932443=test_gb18030 [214/865] 932443=test_normalize [215/865] 932443=test_extlibs [216/865] 932443=test_win32ole_variant_m [217/865] 932443=test_basicinstructions [218/865] 932443=test_key_actor_emacs [219/865] 932443=test_lazy_enumerator [220/865] 932443=test_find_executable [221/865] 932443=test_mul [222/865] 932443=test_resource [223/865] 932443=test_tempfile [224/865] 932443=test_reqarg [225/865] 932443=test_instrumentation_api [226/865] 932443=test_compile_prism [227/865] 932443=test_syntax [228/865] 932440=test_bug-3571 [229/865] 932440=test_x509attr [230/865] 932440=attribute_write_test [231/865] 932440=test_ripper [232/865] 932440=test_gem_doctor [233/865] 932440=test_ldap [234/865] 932440=test_recorder [235/865] 932440=test_macro [236/865] 932440=test_gem_package [237/865] 932440=json_encoding_test [238/865] 932440=test_arity [239/865] 932440=test_resolve_symbol [240/865] 932440=test_rdoc_parser [241/865] 932440=test_function [242/865] 932440=test_trace [243/865] 932440=test_bug-5832 [244/865] 932440=test_autoload [245/865] 932441=test_numeric [246/865] 932441=test_fd_setsize [247/865] 932441=test_arith_seq_extract [248/865] 932441=test_unicode_normalize [249/865] 932440=test_hmac [250/865] 932440=test_pattern_key_name_check [251/865] 932440=test_reline_key [252/865] 932440=test_yamlstore [253/865] 932440=test_gem_impossible_dependencies_error [254/865] 932440=test_gem_commands_cleanup_command [255/865] 932443=test_win32ole_variant [256/865] 932443=test_change_word [257/865] 932443=test_stringio [258/865] 932443=test_gem_commands_environment_command [259/865] 932443=test_dns [260/865] 932440=test_gem_resolver_lock_set [261/865] 932440=test_io_buffer [262/865] 932443=test_rdoc_rdoc [263/865] 932440=test_raise [264/865] 932440=test_gem_commands_check_command [265/865] 932440=test_string [266/865] 932440=test_gem_update_suggestion [267/865] 932440=test_rdoc_generator_darkfish [268/865] 932443=test_gem_request_set_lockfile_tokenizer [269/865] 932443=test_fnmatch [270/865] 932443=test_windows_1252 [271/865] 932443=parse_test [272/865] 932440=test_alias [273/865] 932440=test_enumerable [274/865] 932440=test_beginendblock [275/865] 932440=json_ext_parser_test [276/865] 932440=test_rdoc_i18n_text [277/865] 932440=test_within_pipe [278/865] 932440=test_singleton_function [279/865] 932440=test_erb_m17n [280/865] 932440=test_bash_completion [281/865] 932440=parameters_signature_test [282/865] 932440=test_rdoc_parser_changelog [283/865] 932440=test_error_highlight [284/865] 932440=test_autoconf [285/865] 932440=test_files_test_2 [286/865] 932440=test_gc [287/865] 932443=test_cgi_multipart [288/865] 932443=test_win32ole_variant_outarg [289/865] 932443=test_io_timeout [290/865] 932443=test_at_exit [291/865] 932443=test_rdoc_comment [292/865] 932443=test_https_proxy [293/865] 932443=test_defined [294/865] 932443=test_super [295/865] 932441=test_rdoc_markup_to_html_snippet [296/865] 932441=test_comparable [297/865] 932441=test_gem_dependency [298/865] 932441=test_date_conv [299/865] 932441=test_append [300/865] 932441=test_workspace [301/865] 932441=test_egrep_cpp [302/865] 932441=test_debug_cmd [303/865] 932441=test_files_ext [304/865] 932441=test_euc_tw [305/865] 932441=dispatcher_test [306/865] 932441=test_eval_history [307/865] 932441=test_generic [308/865] 932441=test_file [309/865] 932441=test_init [310/865] 932441=test_wait [311/865] 932441=test_gem_resolver_index_specification [312/865] 932441=test_rdoc_alias [313/865] 932441=test_placearg [314/865] 932441=test_math [315/865] 932441=test_gem_safe_marshal [316/865] 932441=test_rdoc_generator_markup [317/865] 932441=test_gc [318/865] 932441=test_libs [319/865] 932441=test_continuation [320/865] 932441=test_pty [321/865] 932441=test_case [322/865] 932441=test_delete [323/865] 932441=test_gem_commands_setup_command [324/865] 932441=test_files_test [325/865] 932441=test_gem_command_manager [326/865] 932441=test_webauthn_poller [327/865] 932441=test_did_you_mean [328/865] 932441=test_m17n_comb [329/865] 932441=test_rdoc_generator_json_index [330/865] 932441=test_scalar [331/865] 932441=test_io_buffer [332/865] 932441=test_rdoc_markup_document [333/865] 932441=test_thread [334/865] 932441=test_udp [335/865] 932441=test_string [336/865] 932444=test_load [337/865] 932444=test_literal [338/865] 932444=test_gem_security [339/865] 932444=test_gem_request_set_gem_dependency_api [340/865] 932444=desugar_compiler_test [341/865] 932444=test_x509cert [342/865] 932443=test_config [343/865] 932444=test_spell_checker [344/865] 932444=test_gem_config_file [345/865] 932443=test_logdevice [346/865] 932444=test_gem_commands_push_command [347/865] 932443=test_yjit_exit_locations [348/865] 932443=test_rdoc_rubygems_hook [349/865] 932443=test_locale [350/865] 932443=test_ts [351/865] 932443=test_gem_resolver_activation_request [352/865] 932443=test_yaml_tree [353/865] 932443=test_logperiod [354/865] 932443=test_enumerator_kw [355/865] 932443=test_ractor [356/865] 932443=test_exception [357/865] 932444=test_range [358/865] 932440=test_pkey_dh [359/865] 932440=test_type [360/865] 932440=test_pkey [361/865] 932440=test_emoji_breaks [362/865] 932444=test_ractor [363/865] 932444=test_euc_kr [364/865] 932444=test_integer_comb [365/865] 932443=test_tsort [366/865] 932443=test_console_attr [367/865] 932443=test_require_lib [368/865] 932443=test_fiddle [369/865] 932443=test_rdoc_text [370/865] 932443=heredoc_dedent_test [371/865] 932443=test_objectspace [372/865] 932443=test_ubf_async_safe [373/865] 932443=test_argf [374/865] 932443=test_m17n [375/865] 932443=test_process [376/865] 932444=test_require [377/865] 932444=test_rdoc_generator_pot_po_entry [378/865] 932444=test_yjit [379/865] 932443=test_digest [380/865] 932443=test_win32ole_record [381/865] 932443=test_coderange [382/865] 932443=test_rdoc_i18n_locale [383/865] 932443=test_sleep [384/865] 932443=test_frozen [385/865] 932443=test_io_wait [386/865] 932443=test_rdoc_rd_block_parser [387/865] 932443=test_kwargs [388/865] 932443=test_nesting_parser [389/865] 932443=test_set [390/865] 932443=test_securerandom [391/865] 932443=test_serialize_subclasses [392/865] 932443=test_ns_spki [393/865] 932443=test_io [394/865] 932443=test_gem_requirement [395/865] 932443=test_kdf [396/865] 932443=test_handle [397/865] 932444=test_stream [398/865] 932444=test_rendering [399/865] 932444=test_gem_resolver_dependency_request [400/865] 932444=test_rdoc_method_attr [401/865] 932440=test_configuration [402/865] 932440=test_psych [403/865] 932440=test_case_mapping [404/865] 932444=test_x509store [405/865] 932440=json_common_interface_test [406/865] 932444=test_show_source [407/865] 932444=test_case_comprehensive [408/865] 932440=test_rdoc_parser_markdown [409/865] 932440=test_file_exhaustive [410/865] 932443=test_hash [411/865] 932443=test_rdoc_class_module [412/865] 932443=test_folderitem2_invokeverb [413/865] 932443=test_rdoc_markup_to_html [414/865] 932443=test_common [415/865] 932443=test_variable [416/865] 932443=test_optimization [417/865] 932443=test_gem_commands_pristine_command [418/865] 932443=test_jaro_winkler [419/865] 932443=test_ipaddr [420/865] 932443=test_gem_command [421/865] 932443=test_member [422/865] 932443=test_gem_resolver_index_set [423/865] 932443=test_gem_spec_fetcher [424/865] 932443=test_arith_seq_beg_len_step [425/865] 932443=ruby_api_test [426/865] 932443=test_profile_frames [427/865] 932443=test_gem_resolver_requirement_list [428/865] 932443=memsize_test [429/865] 932443=test_rbconfig [430/865] 932443=format_errors_test [431/865] 932443=test_color [432/865] 932443=test_c_struct_entry [433/865] 932440=test_addrinfo [434/865] 932440=test_nofree [435/865] 932440=test_object [436/865] 932440=test_rdoc_markup_formatter [437/865] 932440=test_func [438/865] 932443=location_test [439/865] 932443=test_terminfo [440/865] 932443=test_gem_source_specific_file [441/865] 932443=test_bug-14834 [442/865] 932443=test_time_tz [443/865] 932443=test_postponed_job [444/865] 932443=test_basicsocket [445/865] 932443=test_rendering [446/865] 932443=test_gem_request_set_lockfile [447/865] 932443=test_default_gems [448/865] 932443=test_dryrun [449/865] 932443=test_modify_expand [450/865] 932443=test_gem_available_set [451/865] 932443=test_process [452/865] 932443=test_gem_source_installed [453/865] 932443=test_history [454/865] 932443=test_gem_commands_which_command [455/865] 932443=test_dir_m17n [456/865] 932443=test_gem_source_vendor [457/865] 932443=test_rubyoptions [458/865] 932443=test_enc_raise [459/865] 932443=test_storage [460/865] 932443=test_euc_jp [461/865] 932443=test_symbol [462/865] 932443=test_date_strftime [463/865] 932443=test_iterator [464/865] 932443=test_string [465/865] 932443=test_svcb_https [466/865] 932443=test_buffering [467/865] 932443=pattern_test [468/865] 932443=test_path [469/865] 932443=test_yamldbm [470/865] 932443=test_rdoc_constant [471/865] 932443=test_deprecate [472/865] 932443=test_iseq [473/865] 932443=test_rdoc_markup_to_html_crossref [474/865] 932443=test_config [475/865] 932443=test_gem_commands_lock_command [476/865] 932443=test_gem_resolver_git_set [477/865] 932443=test_ractor [478/865] 932443=test_rdoc_encoding [479/865] 932443=test_recursion [480/865] 932443=test_ancdata [481/865] 932443=test_rdoc_markdown [482/865] 932443=test_null [483/865] 932443=test_gem_stream_ui [484/865] 932443=test_class_name_check [485/865] 932443=test_rdoc_generator_ri [486/865] 932443=test_rational [487/865] 932443=test_trick [488/865] 932443=test_date_ractor [489/865] 932443=test_protocol [490/865] 932443=test_gem_ext_configure_builder [491/865] 932443=test_win32ole_param [492/865] 932443=test_gem_rdoc [493/865] 932443=test_integer [494/865] 932440=test_ractor [495/865] 932440=test_lambda [496/865] 932440=test_marshal [497/865] 932440=test_regexp [498/865] 932443=test_rdoc_tom_doc [499/865] 932443=test_rdoc_extend [500/865] 932443=test_scheduler [501/865] 932443=test_stringscanner [502/865] 932443=test_mkmf [503/865] 932443=test_rdoc_attr [504/865] 932443=test_merge_keys [505/865] 932443=test_rdoc_generator_pot [506/865] 932443=test_ole_methods [507/865] 932443=json_fixtures_test [508/865] 932443=test_ssl [509/865] 932443=test_ractor [510/865] 932443=test_gem_gem_runner [511/865] 932443=test_rdoc_parser_c [512/865] 932443=test_helper [513/865] 932443=test_remote_fetch_error [514/865] 932443=test_boolean [515/865] 932443=test_bmethod [516/865] 932443=test_rdoc_markup_heading [517/865] 932443=test_gem [518/865] 932443=test_cgi_core [519/865] 932443=test_delegate [520/865] 932443=test_addr [521/865] 932443=test_have_func [522/865] 932443=test_threadgroup [523/865] 932443=test_parser [524/865] 932443=test_verbose [525/865] 932443=test_gem_install_update_options [526/865] 932443=test_gem_remote_fetcher [527/865] 932443=test_x509req [528/865] 932443=test_thread_fd_close [529/865] 932443=test_rdoc_markup_attribute_manager [530/865] 932443=test_flush [531/865] 932443=test_http [532/865] 932443=json_generator_test [533/865] 932443=test_gem_resolver_composed_set [534/865] 932443=test_parser_events [535/865] 932443=test_ansi_with_terminfo [536/865] 932443=test_gem_resolver_local_specification [537/865] 932443=test_insns_leaf [538/865] 932443=test_rat [539/865] 932443=test_rdoc_markup_include [540/865] 932443=test_str2big [541/865] 932443=test_gem_package_tar_reader_entry [542/865] 932443=test_thread [543/865] 932443=test_pkg_config [544/865] 932443=test_win32ole_type [545/865] 932443=test_transcode [546/865] 932443=test_tmpdir [547/865] 932443=test_vm_dump [548/865] 932443=test_filter [549/865] 932443=test_dln [550/865] 932443=errors_test [551/865] 932443=test_koi8 [552/865] 932443=test_gem_resolver_api_specification [553/865] 932443=test_rdoc_markup_to_table_of_contents [554/865] 932443=test_propertyputref [555/865] 932443=test_tracepoint [556/865] 932443=test_helper [557/865] 932443=test_internal_ivar [558/865] 932443=test_rdoc_cross_reference [559/865] 932443=test_gem_security_policy [560/865] 932443=test_fips [561/865] 932443=test_store [562/865] 932443=test_rdoc_markup_to_joined_paragraph [563/865] 932443=test_rdoc_context [564/865] 932443=test_gem_validator [565/865] 932443=test_pkey_rsa [566/865] 932443=test_x509crl [567/865] 932443=test_rdoc_parser_simple [568/865] 932443=test_cgi_session [569/865] 932443=test_open-uri [570/865] 932443=test_numhash [571/865] 932443=unescape_test [572/865] 932443=test_refinement [573/865] 932443=test_gem_request_connection_pools [574/865] 932443=test_gem_request [575/865] 932443=test_iso_8859 [576/865] 932443=test_bug_reporter [577/865] 932443=test_rdoc_single_class [578/865] 932443=compiler_test [579/865] 932443=test_gem_ext_ext_conf_builder [580/865] 932443=test_x509name [581/865] 932443=test_timeout [582/865] 932443=test_path_to_class [583/865] 932443=test_name_error_extension [584/865] 932443=test_weakref [585/865] 932443=test_pinned [586/865] 932443=test_rdoc_token_stream [587/865] 932443=test_pointer [588/865] 932443=test_flags [589/865] 932443=test_x509ext [590/865] 932443=test_gem_ext_builder [591/865] 932443=test_cgi_header [592/865] 932443=test_rdoc_markup_to_markdown [593/865] 932443=test_keyword [594/865] 932443=test_sprintf_comb [595/865] 932443=test_method_cache [596/865] 932443=test_gem_ext_cargo_builder_unit [597/865] 932443=test_tcp [598/865] 932443=test_settracefunc [599/865] 932443=test_gem_text [600/865] 932443=test_gem_source_git [601/865] 932443=test_regex_casefold [602/865] 932443=test_unix [603/865] 932443=test_nil2vtempty [604/865] 932443=test_context [605/865] 932443=test_type_completor [606/865] 932443=test_coder [607/865] 932443=test_symbol [608/865] 932443=test_exit [609/865] 932443=test_win32ole [610/865] 932443=ractor_test [611/865] 932443=constant_path_node_test [612/865] 932443=test_gem_request_set [613/865] 932443=test_bignum [614/865] 932443=test_scanner_events [615/865] 932443=test_case [616/865] 932443=test_protect [617/865] 932443=test_ruby_lex [618/865] 932443=test_tree_builder [619/865] 932443=test_whileuntil [620/865] 932443=test_monitor [621/865] 932443=test_gem_commands_mirror [622/865] 932443=test_ossl [623/865] 932443=test_gem_commands_info_command [624/865] 932443=test_gem_source_local [625/865] 932443=test_win32ole_param_event [626/865] 932443=test_gem_resolver_git_specification [627/865] 932443=test_gem_resolver_vendor_specification [628/865] 932443=test_string_memory [629/865] 932440=test_gem_commands_specification_command [630/865] 932443=test_line_editor [631/865] 932443=test_object [632/865] 932443=test_gem_silent_ui [633/865] 932443=test_abi [634/865] 932440=test_gem_commands_stale_command [635/865] 932443=test_set [636/865] 932443=test_econv [637/865] 932440=test_depth_first [638/865] 932440=test_gem_version [639/865] 932440=test_unicode [640/865] 932440=test_install [641/865] 932440=test_nowrite [642/865] 932440=test_thread_queue [643/865] 932443=test_stack [644/865] 932443=test_thread_cv [645/865] 932443=test_load [646/865] 932443=test_last_thread [647/865] 932443=json_generic_object_test [648/865] 932443=test_to_ruby [649/865] 932443=test_ssl_session [650/865] 932443=test_files_lib [651/865] 932440=test_parse [652/865] 932440=test_pair [653/865] 932441=test_object_references [654/865] 932441=test_rdoc_markup_verbatim [655/865] 932441=test_inadvertent_creation [656/865] 932441=test_io_console [657/865] 932441=test_gem_version_option [658/865] 932441=test_eval [659/865] 932441=test_enum [660/865] 932440=test_cstr [661/865] 932441=test_ellipsize [662/865] 932441=test_c_union_entity [663/865] 932443=test_acceptable [664/865] 932443=test_marshalable [665/865] 932443=test_random [666/865] 932443=test_const [667/865] 932443=test_encoding [668/865] 932443=test_class [669/865] 932441=test_enc_str_buf_cat [670/865] 932441=test_ssl [671/865] 932441=test_sockopt [672/865] 932441=test_gem_ci_detector [673/865] 932441=test_rb_str_dup [674/865] 932441=test_module [675/865] 932440=test_io_wait_uncommon [676/865] 932440=test_lexer [677/865] 932440=test_gem_resolver_best_set [678/865] 932440=json_string_matching_test [679/865] 932440=test_rdoc_parser_ruby [680/865] 932440=test_alias_and_anchor [681/865] 932440=test_httpresponse [682/865] 932440=test_dir [683/865] 932440=test_pkey_dsa [684/865] 932440=test_primitive [685/865] 932440=test_coverage [686/865] 932440=test_rubyvm [687/865] 932440=test_have_macro [688/865] 932440=test_pathname [689/865] 932440=test_ansi_without_terminfo [690/865] 932440=test_rdoc_rd_inline_parser [691/865] 932440=test_gem_resolver [692/865] 932440=test_document [693/865] 932440=test_rdoc_ri_driver [694/865] 932440=test_httpheader [695/865] 932440=parse_comments_test [696/865] 932440=test_encoding [697/865] 932440=test_rdoc_markup_to_ansi [698/865] 932440=test_gem_package_tar_reader [699/865] 932440=test_gem_resolver_conflict [700/865] 932440=test_constant [701/865] 932440=test_gem_commands_query_command [702/865] 932440=test_too_many_dummy_encodings [703/865] 932440=test_enumerator [704/865] 932440=test_nonblock [705/865] 932440=test_ocsp [706/865] 932440=test_rdoc_markup_paragraph [707/865] 932440=test_gem_source_lock [708/865] 932440=test_gem_commands_list_command [709/865] 932440=test_digest [710/865] 932440=test_gem_uri [711/865] 932440=test_erb [712/865] 932440=test_object_create_start [713/865] 932440=version_test [714/865] 932440=test_closure [715/865] 932441=test_sexp [716/865] 932441=test_my_integer [717/865] 932441=test_big5 [718/865] 932441=test_call [719/865] 932441=test_gem_commands_sources_command [720/865] 932441=test_io_m17n [721/865] 932441=test_date_compat [722/865] 932441=test_bundled_ca [723/865] 932441=test_case_options [724/865] 932441=test_rdoc_any_method [725/865] 932440=test_gem_commands_fetch_command [726/865] 932440=test_struct [727/865] 932440=test_timeout [728/865] 932440=test_env [729/865] 932441=test_mutex [730/865] 932441=test_win32ole_event [731/865] 932441=test_complexrational [732/865] 932441=test_uncorrectable_name_check [733/865] 932441=test_qsort [734/865] 932441=test_rdoc_include [735/865] 932441=json_addition_test [736/865] 932441=test_gem_commands_search_command [737/865] 932441=test_rdoc_markup_indented_paragraph [738/865] 932441=test_usrmarshal [739/865] 932441=test_rdoc_options [740/865] 932441=test_fixnum [741/865] 932441=test_signal [742/865] 932440=test_yaml [743/865] 932440=test_big2str [744/865] 932441=test_cmd [745/865] 932440=test_stat [746/865] 932440=test_gem_commands_help_command [747/865] 932440=test_import [748/865] 932441=test_frozen_error [749/865] 932441=test_passing_block [750/865] 932441=test_printf [751/865] 932441=test_gem_dependency_installer [752/865] 932441=test_gem_commands_signin_command [753/865] 932441=test_gem_console_ui [754/865] 932441=test_cgi_modruby [755/865] 932441=test_gem_stub_specification [756/865] 932441=test_gem_resolver_api_set [757/865] 932441=test_cmethod [758/865] 932441=test_logger [759/865] 932441=test_cgi_tag_helper [760/865] 932441=test_clone [761/865] 932441=test_key_error [762/865] 932441=test_engine [763/865] 932441=test_len [764/865] 932441=test_dot_dot [765/865] 932441=test_objspace [766/865] 932440=magic_comment_test [767/865] 932440=test_variable_name_check [768/865] 932440=test_gem_security_trust_dir [769/865] 932440=test_numeric [770/865] 932440=test_gem_commands_exec_command [771/865] 932440=test_time [772/865] 932440=test_update [773/865] 932440=test_have_library [774/865] 932440=test_word [775/865] 932440=test_pattern_matching [776/865] 932440=test_nomethod_error [777/865] 932440=test_history [778/865] 932440=test_yield [779/865] 932440=test_typeddata [780/865] 932440=test_files_test_1 [781/865] 932440=test_rdoc_rd [782/865] 932440=test_config [783/865] 932440=test_win32ole_type_event [784/865] 932440=test_rdoc_rd_inline [785/865] 932440=test_memory_view [786/865] 932444=test_cparser [787/865] 932440=test_fstring [788/865] 932440=test_file [789/865] 932440=test_pkcs7 [790/865] 932440=bom_test [791/865] 932440=test_rdoc_markup_raw [792/865] 932440=test_dup [793/865] 932440=test_require [794/865] 932440=test_rdoc_markup_to_tt_only [795/865] 932440=test_provider [796/865] 932440=test_rdoc_top_level [797/865] 932444=test_iseq_load [798/865] 932440=test_windows_1251 [799/865] 932440=test_complex2 [800/865] 932440=test_class2name [801/865] 932440=test_cipher [802/865] 932440=test_new [803/865] 932440=test_erb_command [804/865] 932440=test_bigzero [805/865] 932440=test_struct [806/865] 932440=test_gem_commands_install_command [807/865] 932440=test_ast [808/865] 932444=test_cgi_cookie [809/865] 932444=fuzzer_test [810/865] 932444=test_pack [811/865] 932444=test_ostruct [812/865] 932444=test_gem_commands_owner_command [813/865] 932444=test_eval [814/865] 932444=test_class [815/865] 932444=test_metaclass [816/865] 932444=test_gem_util [817/865] 932444=test_deprecated [818/865] 932444=test_signedness [819/865] 932444=test_ensured [820/865] 932444=test_ractor [821/865] 932444=test_completion [822/865] 932444=test_div [823/865] 932444=test_date_arith [824/865] 932444=test_rational2 [825/865] 932444=test_benchmark [826/865] 932444=test_project_sanity [827/865] 932444=test_gem_package_tar_header [828/865] 932444=test_arithmetic_sequence [829/865] 932444=test_gem_source [830/865] 932444=test_emitter [831/865] 932444=test_not [832/865] 932444=json_parser_test [833/865] 932444=test_assembler [834/865] 932444=test_rdoc_markup_attributes [835/865] 932444=test_rdoc_context_section [836/865] 932444=test_evaluation [837/865] 932444=test_https [838/865] 932444=test_gem_commands_outdated_command [839/865] 932444=test_shift_jis [840/865] 932444=test_iter_break [841/865] 932444=test_memory_view [842/865] 932444=test_flip [843/865] 932444=test_gem_resolver_installed_specification [844/865] 932444=test_num2int [845/865] 932444=ruby_parser_test [846/865] 932443=test_duplicate [847/865] 932444=test_arity [848/865] 932443=test_win32ole_method [849/865] 932443=test_rdoc_require [850/865] 932443=test_undef [851/865] 932443=test_address_resolve [852/865] 932444=test_external_new [853/865] 932444=test_win32ole_typelib [854/865] 932444=test_gem_unsatisfiable_dependency_error [855/865] 932444=test_optparse [856/865] 932444=test_hash_create [857/865] 932444=test_rdoc_normal_class [858/865] 932443=test_rdoc_generator_pot_po [859/865] 932444=test_switch_hitter [860/865] 932443=test_input_method [861/865] 932443=test_hash [862/865] 932443=test_gem_installer [863/865] 932444=test_gem_ext_cmake_builder [864/865] 932444=test_gem_resolver_specification [865/865] 932444=test_weakkeymap Finished tests in 10488.708379s, 2.3948 tests/s, 902.4793 assertions/s. 25118 tests, 9465842 assertions, 0 failures, 0 errors, 238 skips ruby -v: ruby 3.4.0dev (2024-02-13T16:20:27Z master c35fea8509) [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-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/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-gc-asserts' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-gc-asserts/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/debug.revision unchanged $ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug ruby 3.4.0dev (2024-02-13T16:20:27Z master c35fea8509) [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 1587.642589 seconds 3732 files, 32691 examples, 157799 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.