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