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