# Logfile created on 2025-01-14 17:25:16 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x00007fe2cad7fdc0 @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.20250114-172516", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007fe2cada1e48 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe2cada1ba0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe2cacba980 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.master-no-rjit.20250114-172516", @dev=#<File:/home/ko1/ruby/logs/brlog.master-no-rjit.20250114-172516>, @binmode=false, @mon_data=#<Monitor:0x00007fe2cada17e0>, @mon_data_owner_object_id=860>>> $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/pstore.revision - /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/pstore.revision unchanged $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby 1758137..f5fa1ee master -> origin/master Updating 1758137..f5fa1ee Fast-forward gc/mmtk/src/api.rs | 48 ++- lib/prism.rb | 6 +- lib/prism/ffi.rb | 41 +- lib/prism/parse_result.rb | 24 ++ lib/prism/translation/ruby_parser.rb | 2 +- prism/extension.c | 273 +++++++++----- prism/extension.h | 6 +- prism/options.c | 9 + prism/options.h | 16 + prism/templates/ext/prism/api_node.c.erb | 61 ++- prism/templates/lib/prism/serialize.rb.erb | 583 +++++++++++++++++++---------- test/mmtk/helper.rb | 21 ++ test/mmtk/test_configuration.rb | 38 ++ test/prism/api/freeze_test.rb | 60 +++ test/prism/fixtures/it.txt | 3 + test/prism/locals_test.rb | 19 +- test/prism/ruby/parser_test.rb | 13 +- test/prism/snapshots/comment_single.txt | 17 - test/prism/snapshots/encoding_binary.txt | 49 --- test/prism/snapshots/encoding_euc_jp.txt | 24 -- test/ruby/test_proc.rb | 5 + 21 files changed, 845 insertions(+), 473 deletions(-) create mode 100644 test/mmtk/helper.rb create mode 100644 test/mmtk/test_configuration.rb create mode 100644 test/prism/api/freeze_test.rb create mode 100644 test/prism/fixtures/it.txt delete mode 100644 test/prism/snapshots/comment_single.txt delete mode 100644 test/prism/snapshots/encoding_binary.txt delete mode 100644 test/prism/snapshots/encoding_euc_jp.txt Latest commit hash = f5fa1ee5f6 $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 /tmp/ruby/src/master-no-rjit/revision.h updated generating x86_64-linux-fake.rb x86_64-linux-fake.rb updated generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/master-no-rjit' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit' Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/pstore.revision - /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/pstore.revision unchanged $$$[end] "make after-update -j4" exit with 0. $$$[beg] make miniruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -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 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /tmp/ruby/src/master-no-rjit/miniinit.c compiling /tmp/ruby/src/master-no-rjit/ast.c compiling /tmp/ruby/src/master-no-rjit/cont.c compiling /tmp/ruby/src/master-no-rjit/compile.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 /tmp/ruby/src/master-no-rjit/prism/extension.c compiling prism/node.c compiling /tmp/ruby/src/master-no-rjit/prism/options.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 /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 linking miniruby $$$[end] "make miniruby -j4" exit with 0. $$$[beg] make ruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -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 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. builtin_binary.inc updated 4d17e1e0bcba1b30dcd4be7a9941d6f2b2cdec9ccbea382c0624824fa584db31 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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -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 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk 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]: 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]: 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]: 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/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]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/json' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/psych' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/openssl' 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]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/ripper' 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/ripper' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/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/bigdecimal-3.1.9/ext/bigdecimal' 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.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.8.1/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/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.8.1/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/syslog-0.2.0/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' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -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 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/pstore.revision - gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/pstore.revision unchanged 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 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 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 '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/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]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest' make[2]: Entering 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]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/fiddle' 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]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/json' 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]: 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/rubyvm' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/ripper' 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]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/socket' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/socket' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering 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.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/ext/debug' 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/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.2.0/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' ./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.5.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.5.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/master-no-rjit/lib/ruby/site_ruby/3.5.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/master-no-rjit/lib/ruby/vendor_ruby/3.5.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/master-no-rjit/include/ruby-3.5.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/master-no-rjit/lib/ruby/3.5.0+0 installing extension scripts: /tmp/ruby/install/master-no-rjit/lib/ruby/site_ruby/3.5.0+0 installing extension scripts: /tmp/ruby/install/master-no-rjit/lib/ruby/vendor_ruby/3.5.0+0 installing extension headers: /tmp/ruby/install/master-no-rjit/include/ruby-3.5.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.5.0+0 installing common headers: /tmp/ruby/install/master-no-rjit/include/ruby-3.5.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.5.0+0 bundler 2.7.0.dev cgi 0.4.1 delegate 0.4.0 did_you_mean 2.0.0 english 0.8.0 erb 4.0.4 error_highlight 0.7.0 fileutils 1.7.3 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.7 irb 1.14.3 net-http 0.6.0 net-protocol 0.2.2 open-uri 0.5.0 open3 0.2.1 optparse 0.6.0 pp 0.6.2 prettyprint 0.2.0 prism 1.3.0 rdoc 6.10.0 readline 0.0.4 reline 0.6.0 resolv 0.6.0 ruby2_keywords 0.0.5 securerandom 0.4.1 set 1.1.1 shellwords 0.2.2 singleton 0.3.0 syntax_suggest 2.0.2 tempfile 0.3.1 time 0.4.1 timeout 0.4.3 tmpdir 0.3.1 tsort 0.2.0 un 0.3.0 uri 1.0.2 weakref 0.1.3 yaml 0.4.0 installing default gems from ext: /tmp/ruby/install/master-no-rjit/lib/ruby/gems/3.5.0+0 date 3.4.1 digest 3.2.0 etc 1.4.5 fcntl 1.2.0 fiddle 1.1.7.dev io-console 0.8.0 io-nonblock 0.3.1 io-wait 0.3.1 json 2.9.1 openssl 3.3.0 pathname 0.4.0 psych 5.2.2 stringio 3.1.3.dev strscan 3.1.2 zlib 3.2.1 installing bundled gems: /tmp/ruby/install/master-no-rjit/lib/ruby/gems/3.5.0+0 minitest 5.25.4 power_assert 2.0.5 rake 13.2.1 test-unit 3.6.7 rexml 3.4.0 rss 0.3.1 net-ftp 0.3.8 net-imap 0.5.5 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.3 rbs 3.8.1 typeprof 0.30.1 debug 1.10.0 racc 1.8.1 mutex_m 0.3.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.9 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.2.0 csv 3.3.2 repl_type_completor 0.1.9 ostruct 0.6.1 pstore 0.1.4 benchmark 0.4.0 logger 1.6.5 installing bundled gem cache: /tmp/ruby/install/master-no-rjit/lib/ruby/gems/3.5.0+0/cache $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 2005 tests $$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0. $$$[beg] make yes-test-basic TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -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 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Checking leaked global symbols...none /tmp/ruby/src/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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -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 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/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/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/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.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.2.0/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=22259 "--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/913] 842706=test_require_lib [ 2/913] 842707=test_framework [ 3/913] 842708=test_rdoc_markup_to_tt_only [ 4/913] 842707=test_numeric [ 5/913] 842709=test_mdns [ 6/913] 842709=test_gem_stub_specification [ 7/913] 842707=test_rational [ 8/913] 842708=test_gem_commands_search_command [ 9/913] 842708=test_hmac [ 10/913] 842708=test_objectspace [ 11/913] 842709=test_time [ 12/913] 842709=test_ractor [ 13/913] 842709=test_rubygems [ 14/913] 842709=test_date_strptime [ 15/913] 842709=test_gem_version [ 16/913] 842709=ripper_test [ 17/913] 842707=test_gem_request_set_gem_dependency_api [ 18/913] 842709=test_gem_commands_signin_command [ 19/913] 842707=test_gem_dependency [ 20/913] 842707=test_console_attr [ 21/913] 842707=test_yamldbm [ 22/913] 842707=test_macro [ 23/913] 842707=test_gem_impossible_dependencies_error [ 24/913] 842706=test_gem_resolver_composed_set [ 25/913] 842708=test_pipe [ 26/913] 842708=test_win32ole_record [ 27/913] 842708=test_gem_doctor [ 28/913] 842707=test_rdoc_markup_attribute_manager [ 29/913] 842706=test_ubf_async_safe [ 30/913] 842706=test_gem_commands_owner_command [ 31/913] 842707=test_coderange [ 32/913] 842707=test_recursion [ 33/913] 842707=test_ipaddr [ 34/913] 842707=static_inspect_test [ 35/913] 842707=test_boolean [ 36/913] 842707=regular_expression_encoding_test [ 37/913] 842707=test_prettyprint [ 38/913] 842707=test_reline_key [ 39/913] 842707=test_unicode_normalize [ 40/913] 842707=test_enc_str_buf_cat [ 41/913] 842707=test_queue [ 42/913] 842707=test_gem_requirement [ 43/913] 842708=test_proc [ 44/913] 842707=test_rdoc_class_module [ 45/913] 842707=test_condition [ 46/913] 842707=test_cp949 [ 47/913] 842707=test_scheduler [ 48/913] 842707=test_sorted_set [ 49/913] 842708=test_zlib [ 50/913] 842707=test_emoji [ 51/913] 842707=test_key_actor_vi [ 52/913] 842707=test_store [ 53/913] 842707=test_date_attr [ 54/913] 842707=test_gem_commands_contents_command [ 55/913] 842707=test_webauthn_poller [ 56/913] 842707=test_gem_package_tar_reader [ 57/913] 842707=test_utf16 [ 58/913] 842707=test_rdoc_markup_attributes [ 59/913] 842707=test_addrinfo [ 60/913] 842707=test_tcp [ 61/913] 842707=numeric_value_test [ 62/913] 842707=test_complexrational [ 63/913] 842707=test_bug-14834 [ 64/913] 842707=test_nil [ 65/913] 842707=test_gem_remote_fetcher_s3 [ 66/913] 842707=test_rdoc_any_method [ 67/913] 842707=test_rdoc_ri_paths [ 68/913] 842707=test_enc_raise [ 69/913] 842707=test_variable [ 70/913] 842707=test_gem_resolver_specification [ 71/913] 842707=test_stringio [ 72/913] 842707=test_defined [ 73/913] 842707=test_scanner_events [ 74/913] 842707=test_files_test_2 [ 75/913] 842709=test_flags [ 76/913] 842706=test_pkcs12 [ 77/913] 842707=test_recorder [ 78/913] 842707=test_storage [ 79/913] 842707=test_euc_jp [ 80/913] 842708=test_rdoc_i18n_text [ 81/913] 842707=test_fnmatch [ 82/913] 842708=test_yaml_tree [ 83/913] 842707=test_date [ 84/913] 842707=test_gem_commands_environment_command [ 85/913] 842708=parser_test [ 86/913] 842707=test_x509cert [ 87/913] 842708=test_iterator [ 88/913] 842708=test_gem_spec_fetcher [ 89/913] 842706=test_shapes [ 90/913] 842706=test_string [ 91/913] 842706=test_erb_m17n [ 92/913] 842706=test_gem_commands_info_command [ 93/913] 842706=test_process [ 94/913] 842707=test_cgi_multipart [ 95/913] 842708=compiler_test [ 96/913] 842708=test_autoconf [ 97/913] 842706=test_big2str [ 98/913] 842708=test_forwardable [ 99/913] 842706=test_dir_m17n [100/913] 842708=test_raise [101/913] 842708=test_yjit_exit_locations [102/913] 842707=test_backtrace [103/913] 842708=test_gem_config_file [104/913] 842709=test_rdoc_comment [105/913] 842708=test_rdoc_task [106/913] 842708=test_string [107/913] 842709=test_files_test [108/913] 842708=test_gem_version_option [109/913] 842708=test_ractor [110/913] 842709=test_exit [111/913] 842708=test_enumerator_kw [112/913] 842708=test_profile_frames [113/913] 842709=test_rdoc_markup_raw [114/913] 842709=test_data [115/913] 842709=test_gem_commands_cleanup_command [116/913] 842708=test_array [117/913] 842708=test_bash_completion [118/913] 842708=test_pkey [119/913] 842708=test_fstring [120/913] 842708=test_common [121/913] 842707=ruby_parser_test [122/913] 842707=test_pinned [123/913] 842708=test_thread [124/913] 842706=test_literal [125/913] 842707=test_enumerable [126/913] 842707=test_gem_source_local [127/913] 842708=test_placearg [128/913] 842709=test_ractor [129/913] 842709=test_gem_commands_query_command [130/913] 842708=test_x509ext [131/913] 842708=test_delete [132/913] 842708=test_pack [133/913] 842707=test_win32ole_type_event [134/913] 842707=test_rdoc_markup_formatter [135/913] 842708=test_gem_ext_cargo_builder_link_flag_converter [136/913] 842707=test_continuation [137/913] 842707=test_gem_resolver_dependency_request [138/913] 842708=test_gem_available_set [139/913] 842707=test_modify_expand [140/913] 842707=test_pack [141/913] 842706=test_face [142/913] 842708=test_sizeof [143/913] 842706=index_write_test [144/913] 842706=test_gem_commands_stale_command [145/913] 842706=test_gem_source_vendor [146/913] 842706=test_gem_resolver_index_specification [147/913] 842707=test_type [148/913] 842707=location_test [149/913] 842707=equality_test [150/913] 842707=test_at_exit [151/913] 842707=test_sleep [152/913] 842706=test_c_struct_entry [153/913] 842706=test_scalar [154/913] 842706=test_gem_dependency_installer [155/913] 842709=test_files_ext [156/913] 842709=test_singleton [157/913] 842709=test_gem_package_tar_header [158/913] 842709=test_gem_resolver_api_set [159/913] 842709=test_bigzero [160/913] 842709=test_system [161/913] 842707=test_monitor [162/913] 842707=test_eval_history [163/913] 842707=test_whileuntil [164/913] 842707=test_weakref [165/913] 842707=test_force_exit [166/913] 842707=test_tmpdir [167/913] 842709=test_delegate [168/913] 842709=test_timeout [169/913] 842707=test_rdoc_cross_reference [170/913] 842707=test_pkg_config [171/913] 842707=test_rdoc_markup_indented_paragraph [172/913] 842707=test_gem_resolver_activation_request [173/913] 842707=test_utf32 [174/913] 842707=test_normalize [175/913] 842707=test_koi8 [176/913] 842707=test_rbconfig [177/913] 842707=test_gem_ext_configure_builder [178/913] 842707=test_method [179/913] 842709=test_dln [180/913] 842709=test_filter [181/913] 842709=test_noarg [182/913] 842709=test_gb18030 [183/913] 842709=test_inadvertent_creation [184/913] 842709=test_random [185/913] 842709=test_trick [186/913] 842709=test_http .Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 10 #<File::Stat dev=0x8, ino=505425887, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 11 #<File::Stat dev=0x8, ino=505437334, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> [187/913] 842706=test_mul [188/913] 842706=test_integer_comb [189/913] 842707=test_x509req [190/913] 842707=test_rdoc_rubygems_hook [191/913] 842706=test_gem_commands_lock_command [192/913] 842707=test_allocation [193/913] 842706=test_stringscanner [194/913] 842706=test_stream [195/913] 842706=test_insns_leaf [196/913] 842706=encodings_test [197/913] 842706=test_string_processing [198/913] 842706=test_basicinstructions [199/913] 842706=test_null [200/913] 842706=test_key_actor_emacs [201/913] 842706=test_x509store [202/913] 842706=test_cgi_session [203/913] 842706=test_x509crl [204/913] 842706=test_x509attr [205/913] 842706=test_gem_request_set_lockfile_tokenizer [206/913] 842706=test_protocol [207/913] 842706=test_require_path_check [208/913] 842706=test_refinement .Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 12 #<File::Stat dev=0x8, ino=505449491, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> .Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 13 #<File::Stat dev=0x8, ino=505432739, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> [209/913] 842709=test_securerandom [210/913] 842709=test_passing_block [211/913] 842709=test_rdoc_parser [212/913] 842709=test_show_source [213/913] 842709=test_gem_commands_fetch_command [214/913] 842709=test_cesu8 [215/913] 842709=test_dbm [216/913] 842709=source_location_test [217/913] 842709=test_gem_security_trust_dir [218/913] 842708=test_rand [219/913] 842709=test_resize [220/913] 842709=test_fd_setsize [221/913] 842709=test_process [222/913] 842708=test_lock_native_thread [223/913] 842708=test_frozen [224/913] 842708=test_yield [225/913] 842707=newline_offsets_test [226/913] 842706=test_configuration [227/913] 842706=test_big5 [228/913] 842706=test_timeout [229/913] 842706=test_convertible [230/913] 842707=test_gem_command [231/913] 842707=test_clone [232/913] 842707=test_rdoc_parser_rd [233/913] 842707=test_not [234/913] 842707=test_nonblock [235/913] 842707=test_gem_commands_exec_command [236/913] 842708=lex_test [237/913] 842708=test_gem_dependency_resolution_error [238/913] 842708=version_test [239/913] 842708=test_complex [240/913] 842708=test_gem_ext_ext_conf_builder [241/913] 842707=test_windows_1251 [242/913] 842707=relocation_test [243/913] 842707=test_zsh_completion [244/913] 842707=test_gem_request_set_lockfile_parser [245/913] 842708=test_readpartial [246/913] 842707=test_path_to_class [247/913] 842707=test_gem_remote_fetcher [248/913] 842708=test_date_marshal [249/913] 842708=test_asn1 [250/913] 842708=test_require [251/913] 842708=test_method_cache [252/913] 842708=test_method_name_check [253/913] 842708=test_command [254/913] 842707=test_httpresponses [255/913] 842707=test_rdoc_text [256/913] 842707=test_stat [257/913] 842707=test_import [258/913] 842708=test_rdoc_servlet [259/913] 842708=test_err_in_callback [260/913] 842708=test_psych [261/913] 842708=test_cgi_modruby [262/913] 842708=test_command_aliasing [263/913] 842708=test_gem_commands_signout_command [264/913] 842708=string_test [265/913] 842708=test_erb [266/913] 842708=test_kdf [267/913] 842708=test_pattern_matching [268/913] 842708=test_win32ole_param_event [269/913] 842708=test_nesting_parser [270/913] 842708=test_stream [271/913] 842708=test_getopts [272/913] 842708=test_time [273/913] 842708=test_internal_ivar [274/913] 842708=parse_success_test [275/913] 842708=desugar_compiler_test [276/913] 842708=test_gem_commands_uninstall_command [277/913] 842707=test_fileutils [278/913] 842708=test_tracepoint [279/913] 842708=test_gem_commands_rebuild_command [280/913] 842708=lex_test [281/913] 842708=test_gem_resolver_best_set [282/913] 842708=test_key_stroke [283/913] 842708=test_cgi_util [284/913] 842708=test_eval [285/913] 842708=json_string_matching_test [286/913] 842707=test_address_resolve [287/913] 842708=test_rdoc_markup_to_bs [288/913] 842708=test_grapheme_breaks [289/913] 842708=test_gem_resolver_conflict [290/913] 842708=test_disable_irb [291/913] 842708=test_summary [292/913] 842708=test_exception [293/913] 842707=test_class_name_check [294/913] 842707=test_dup [295/913] 842707=test_num2int [296/913] 842707=regexp_test [297/913] 842707=test_iter_break [298/913] 842707=test_foreach [299/913] 842707=integer_base_flags_test [300/913] 842707=test_data [301/913] 842707=test_have_macro [302/913] 842708=test_rdoc_markup_parser [303/913] 842708=test_constant [304/913] 842707=test_hash [305/913] 842707=test_encoding [306/913] 842707=test_kill_ring [307/913] 842707=regular_expression_options_test [308/913] 842707=test_ensure_and_callcc [309/913] 842707=test_gem_remote_fetcher_local_server [310/913] 842707=test_gem_remote_fetcher_local_ssl_server [311/913] 842709=test_gbk [312/913] 842709=test_rdoc_markup_verbatim [313/913] 842709=test_gem_resolver_index_set [314/913] 842709=test_m17n_comb [315/913] 842707=test_ast [316/913] 842708=test_warning [317/913] 842708=test_set [318/913] 842708=test_gem_ext_cargo_builder_unit [319/913] 842708=test_undef [320/913] 842708=test_rdoc_generator_pot_po [321/913] 842708=test_folderitem2_invokeverb [322/913] 842708=test_string [323/913] 842709=test_ole_methods [324/913] 842709=parse_test [325/913] 842709=test_inlinecache [326/913] 842709=test_parse [327/913] 842709=test_gem_resolver_git_set [328/913] 842709=locals_test [329/913] 842709=reflection_test [330/913] 842709=test_gem_commands_which_command [331/913] 842709=test_uncorrectable_name_check [332/913] 842709=test_str2big [333/913] 842709=test_depth_first [334/913] 842709=test_gem_resolver [335/913] 842706=test_gem_uninstaller [336/913] 842709=test_custom_command [337/913] 842709=test_unicode_escape [338/913] 842709=test_econv [339/913] 842709=test_ractor [340/913] 842709=test_httpresponse [341/913] 842709=test_rdoc_parser_ruby [342/913] 842709=test_gem_ext_cmake_builder [343/913] 842709=test_signedness [344/913] 842706=test_rdoc_markup_to_rdoc [345/913] 842706=test_external_new [346/913] 842706=integer_parse_test [347/913] 842706=test_win32ole_typelib [348/913] 842706=test_gem_resolver_lock_specification [349/913] 842706=test_key_name_check [350/913] 842706=test_stack [351/913] 842706=test_env [352/913] 842706=test_append [353/913] 842706=test_rdoc_markup_to_html_crossref [354/913] 842706=test_egrep_cpp [355/913] 842706=test_hash [356/913] 842708=test_date_conv [357/913] 842708=test_date_arith [358/913] 842708=test_c_struct_builder [359/913] 842708=test_parser_events [360/913] 842708=test_c_union_entity [361/913] 842708=test_gem_commands_dependency_command [362/913] 842708=test_generic [363/913] 842708=test_gem_security_policy [364/913] 842708=test_io_console [365/913] 842706=test_rdoc_rdoc [366/913] 842708=test_io_buffer [367/913] 842706=test_weakkeymap [368/913] 842708=test_gem_request [369/913] 842708=test_gem_name_tuple [370/913] 842708=test_argf [371/913] 842706=test_m17n [372/913] 842706=test_files_sample [373/913] 842706=test_yjit [374/913] 842708=test_rdoc_markup [375/913] 842708=test_gem_package_old [376/913] 842708=test_class [377/913] 842706=test_const [378/913] 842706=parameters_signature_test [379/913] 842706=test_last_thread [380/913] 842708=test_rdoc_rd_inline_parser [381/913] 842708=test_beginendblock [382/913] 842706=test_helper_method [383/913] 842706=test_within_pipe [384/913] 842706=test_set [385/913] 842706=test_rendering [386/913] 842706=test_bug_reporter [387/913] 842708=test_rdoc_context_section [388/913] 842708=test_yield_block [389/913] 842708=test_gem_source_list [390/913] 842706=test_yaml_special_cases [391/913] 842706=snippets_test [392/913] 842708=test_rdoc_markup_to_joined_paragraph [393/913] 842708=test_rdoc_markup_paragraph [394/913] 842708=test_gem_source_specific_file [395/913] 842708=test_raise_exception [396/913] 842708=test_debug [397/913] 842708=test_syntax [398/913] 842706=test_iseq_load [399/913] 842706=test_object_create_start [400/913] 842706=test_pkcs7 [401/913] 842706=test_nil2vtempty [402/913] 842706=json_encoding_test [403/913] 842706=test_require [404/913] 842706=test_gem_install_update_options [405/913] 842706=test_gem_commands_list_command [406/913] 842706=test_word [407/913] 842706=test_update [408/913] 842706=test_numeric [409/913] 842706=test_rdoc_markup_to_markdown [410/913] 842706=test_bug-5832 [411/913] 842706=test_array_create [412/913] 842706=test_gc [413/913] 842706=test_math [414/913] 842706=test_gem_commands_mirror [415/913] 842706=test_libs [416/913] 842706=test_color_printer [417/913] 842706=test_rdoc_markdown_test [418/913] 842709=test_rdoc_normal_module [419/913] 842709=test_case_options [420/913] 842709=test_dir [421/913] 842709=test_notimplement [422/913] 842709=test_configuration [423/913] 842709=test_sprintf [424/913] 842709=test_case [425/913] 842709=test_gem_source_installed [426/913] 842709=test_remote_fetch_error [427/913] 842709=test_gem_commands_help_command [428/913] 842706=test_compile_prism [429/913] 842709=test_bug-3571 [430/913] 842709=test_complex2 [431/913] 842709=test_ansi [432/913] 842709=symbol_encoding_test [433/913] 842709=test_weakmap [434/913] 842706=test_typeddata [435/913] 842706=test_postponed_job [436/913] 842707=test_erb_command [437/913] 842706=test_pattern_key_name_check [438/913] 842706=test_gem_request_set_lockfile [439/913] 842707=test_thread_fd_close [440/913] 842707=test_yaml [441/913] 842707=test_exception_at_throwing [442/913] 842707=test_gem_console_ui [443/913] 842707=test_tree_builder [444/913] 842707=test_unix [445/913] 842707=test_date_new [446/913] 842707=test_gem_resolver_vendor_set [447/913] 842707=test_div [448/913] 842707=test_find_executable [449/913] 842707=test_date_parse [450/913] 842707=test_protect [451/913] 842707=test_thread [452/913] 842707=test_lazy_enumerator [453/913] 842707=test_gem_commands_cert_command [454/913] 842706=test_deprecated [455/913] 842706=test_gem_commands_install_command [456/913] 842707=test_context [457/913] 842707=test_rdoc_parser_prism_ruby [458/913] 842708=test_httpheader [459/913] 842708=test_mkmf [460/913] 842708=test_rdoc_ri_driver [461/913] 842708=test_interned_str [462/913] 842708=test_coder [463/913] 842708=test_symbol [464/913] 842707=test_pkey_ec [465/913] 842707=test_cstr [466/913] 842709=test_random [467/913] 842709=dump_test [468/913] 842707=test_string_memory [469/913] 842707=test_win32ole_method_event [470/913] 842707=test_lexer [471/913] 842707=test_line_editor [472/913] 842707=test_gem_resolver_requirement_list [473/913] 842707=test_arith_seq_beg_len_step [474/913] 842707=json_parser_test [475/913] 842707=test_arithmetic_sequence [476/913] 842707=test_emitter [477/913] 842707=test_backtrace [478/913] 842707=test_error_highlight [479/913] 842706=test_nowrite [480/913] 842706=test_acceptable [481/913] 842706=test_gem_commands_pristine_command [482/913] 842709=test_thread_queue [483/913] 842707=test_iseq [484/913] 842708=overlap_test [485/913] 842707=test_bundled_gems [486/913] 842707=test_win32ole_event [487/913] 842707=test_pointer [488/913] 842708=test_pair [489/913] 842707=test_pathname [490/913] 842707=test_coverage [491/913] 842708=test_memory_view [492/913] 842708=test_shellwords [493/913] 842708=test_to_ary_concat [494/913] 842707=test_duplicate [495/913] 842707=test_http [496/913] 842707=test_omap [497/913] 842707=test_gc_compact [498/913] 842706=test_capacity [499/913] 842706=test_nextafter [500/913] 842706=test_ssl_session [501/913] 842708=test_gem_package [502/913] 842706=test_gem_ext_cargo_builder [503/913] 842706=test_integer [504/913] 842706=test_gem_installer [505/913] 842708=newline_test [506/913] 842708=test_type_completor [507/913] 842708=test_marshalable [508/913] 842708=test_find [509/913] 842708=ractor_test [510/913] 842708=test_rdoc_stats [511/913] 842708=test_install [512/913] 842708=test_ftp [513/913] 842708=test_rdoc_normal_class [514/913] 842708=test_gem_commands_setup_command [515/913] 842707=test_bignum [516/913] 842707=test_rdoc_store [517/913] 842708=test_input_method [518/913] 842708=test_float [519/913] 842707=test_win32ole_method [520/913] 842707=test_variable_name_check [521/913] 842707=test_cgi_header [522/913] 842707=parse_comments_test [523/913] 842707=test_assignment [524/913] 842709=test_socket [525/913] 842708=test_gem_uri_formatter [526/913] 842708=test_gem_unsatisfiable_dependency_error [527/913] 842708=test_printf [528/913] 842708=test_len [529/913] 842708=test_gem_gemcutter_utilities [530/913] 842707=test_thread [531/913] 842708=json_ext_parser_test [532/913] 842708=test_etc [533/913] 842708=test_http_request [534/913] 842708=test_function_entry [535/913] 842708=test_rdoc_markup_to_label [536/913] 842708=test_exception [537/913] 842708=unescape_test [538/913] 842708=test_array [539/913] 842706=test_io [540/913] 842709=test_data_error [541/913] 842709=test_provider [542/913] 842709=test_optarg [543/913] 842709=test_rdoc_generator_darkfish [544/913] 842709=test_reline [545/913] 842708=test_path [546/913] 842708=test_rb_str_dup [547/913] 842708=test_rat [548/913] 842708=breadth_first_search_test [549/913] 842708=test_kernel [550/913] 842707=test_case_comprehensive [551/913] 842707=test_pp [552/913] 842709=test_io_m17n [553/913] 842707=test_frozen_error [554/913] 842707=test_bundled_ca [555/913] 842708=test_class2name [556/913] 842708=test_webauthn_listener Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 10 : #<TCPSocket:fd 10, AF_INET, 127.0.0.1, 43389> .Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 10 [557/913] 842708=test_color [558/913] 842708=static_literals_test [559/913] 842708=test_object_references [560/913] 842708=test_parser [561/913] 842708=test_rdoc_include [562/913] 842708=test_transcode Leaked file descriptor: TestGemBundledCA#test_accessing_staging: 12 #<File::Stat dev=0x8, ino=505530776, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> [563/913] 842707=test_ocsp [564/913] 842708=!Nothing_to_test [565/913] 842708=test_rdoc_options Closed file descriptor: OpenSSL::TestOCSP#test_basic_response_sign_verify: 12 [566/913] 842707=test_https_proxy [567/913] 842709=onigmo_test [568/913] 842709=json_fixtures_test [569/913] 842707=test_struct [570/913] 842707=test_lambda [571/913] 842709=test_safe_load [572/913] 842708=fuzzer_test [573/913] 842708=test_my_integer [574/913] 842709=test_rdoc_parser_c [575/913] 842708=test_debugger_integration [576/913] 842708=test_name_error [577/913] 842707=test_enumerator [578/913] 842707=test_rdoc_attr [579/913] 842707=test_enumerator [580/913] 842708=test_too_many_dummy_encodings [581/913] 842708=test_multi_irb_commands [582/913] 842708=test_gem_uri [583/913] 842708=test_have_func [584/913] 842709=test_date_compat [585/913] 842709=test_win32ole_variant_m [586/913] 842709=test_objspace [587/913] 842708=test_bn [588/913] 842708=test_date_time [589/913] 842708=test_change_word [590/913] 842708=test_gem_command_manager [591/913] 842708=test_config [592/913] 842708=test_have_library [593/913] 842708=test_gem_source_lock [594/913] 842708=test_rdoc_top_level [595/913] 842708=test_abi [596/913] 842708=test_bmethod [597/913] 842708=test_rdoc_encoding [598/913] 842708=attribute_write_test [599/913] 842708=test_stringchar [600/913] 842708=test_pack [601/913] 842708=test_rdoc_rd [602/913] 842708=test_ancdata [603/913] 842708=test_gem_platform [604/913] 842706=test_addr [605/913] 842706=test_rdoc_markdown [606/913] 842708=test_rdoc_constant [607/913] 842708=test_rdoc_rd_inline [608/913] 842708=test_deprecate [609/913] 842708=test_helper [610/913] 842708=test_files_test_1 [611/913] 842706=test_wss [612/913] 842706=test_require [613/913] 842708=test_project_sanity [614/913] 842708=test_nomethod_error [615/913] 842708=test_registry [616/913] 842708=test_ractor [617/913] 842708=test_ensured [618/913] 842708=magic_comment_test [619/913] 842708=test_regexp [620/913] 842706=percent_delimiter_string_test [621/913] 842706=test_usrmarshal [622/913] 842706=test_fiber [623/913] 842706=implicit_array_test [624/913] 842706=test_open3 [625/913] 842706=test_func [626/913] 842706=test_to_ruby [627/913] 842706=test_history [628/913] 842706=test_json_tree [629/913] 842706=pattern_test [630/913] 842706=test_mixed_unicode_escapes [631/913] 842706=test_config [632/913] 842706=test_basicsocket [633/913] 842706=test_irb [634/913] 842706=test_cclass [635/913] 842706=test_object [636/913] 842706=test_gem_resolver_installed_specification [637/913] 842706=test_rdoc_code_object [638/913] 842706=test_date_strftime [639/913] 842706=test_ellipsize [640/913] 842706=test_files_lib [641/913] 842706=test_win32ole_variable [642/913] 842706=test_ifunless [643/913] 842706=test_gem_util [644/913] 842706=test_help [645/913] 842706=test_ractor [646/913] 842706=json_generic_object_test [647/913] 842706=test_gem_specification [648/913] 842709=test_random_formatter [649/913] 842709=heredoc_dedent_test [650/913] 842709=test_ws [651/913] 842709=test_arith_seq_extract [652/913] 842709=test_alias_and_anchor [653/913] 842709=test_gem_commands_sources_command [654/913] 842709=test_optparse [655/913] 842709=test_gem_commands_check_command [656/913] 842709=string_encoding_test [657/913] 842709=test_assembler [658/913] 842709=test_enc_associate [659/913] 842709=test_pkey_dsa [660/913] 842706=test_file_exhaustive [661/913] 842709=test_rdoc_markup_to_ansi [662/913] 842709=test_gem_source [663/913] 842709=test_gem_ci_detector [664/913] 842709=test_option [665/913] 842709=test_human_typo [666/913] 842709=test_scan_args [667/913] 842709=test_io_wait_uncommon [668/913] 842709=test_tracer [669/913] 842709=freeze_test [670/913] 842709=test_emitter [671/913] 842709=test_gem_path_support [672/913] 842709=test_rdoc_require [673/913] 842709=test_gem_commands_yank_command [674/913] 842709=library_symbols_test [675/913] 842709=test_ractor [676/913] 842709=test_win32ole_variant_outarg [677/913] 842709=test_emoji_breaks [678/913] 842709=test_gem_source_fetch_problem [679/913] 842709=test_gem_commands_update_command [680/913] 842709=test_rdoc_token_stream [681/913] 842709=test_symbol [682/913] 842709=test_gem_bundler_version_finder [683/913] 842709=test_rdoc_generator_markup [684/913] 842709=test_x509name [685/913] 842709=test_ractor_compatibility [686/913] 842709=test_rdoc_single_class [687/913] 842709=test_rdoc_markup_to_html_snippet [688/913] 842709=test_arity [689/913] 842709=test_webauthn_listener_response [690/913] 842709=test_key_event_record [691/913] 842709=test_gem_request_connection_pools [692/913] 842709=test_optimization [693/913] 842707=test_rdoc_generator_pot [694/913] 842707=test_switch_hitter [695/913] 842707=test_rdoc_markup_to_table_of_contents [696/913] 842707=test_gem_gem_runner [697/913] 842707=test_popen_deadlock [698/913] 842707=test_rdoc_markup_pre_process [699/913] 842706=test_gem_security [700/913] 842707=test_gem_ext_builder [701/913] 842707=test_tree_spell_checker [702/913] 842707=parse_stream_test [703/913] 842707=test_gc [704/913] 842709=test_hash_create [705/913] 842709=test_ts [706/913] 842706=test_gem_update_suggestion [707/913] 842706=test_euc_tw [708/913] 842706=test_locale [709/913] 842706=test_workspace [710/913] 842706=test_io [711/913] 842709=test_gem_commands_build_command [712/913] 842706=test_gem_package_tar_reader_entry [713/913] 842709=fixtures_test [714/913] 842709=test_rational2 [715/913] 842709=test_did_you_mean [716/913] 842706=test_proxy [717/913] 842709=test_nofree [718/913] 842706=test_wait [719/913] 842709=test_gem_resolver_lock_set [720/913] 842709=test_range [721/913] 842706=test_completion [722/913] 842709=test_time_tz [723/913] 842706=test_spell_checker [724/913] 842706=test_set_len [725/913] 842706=test_win32ole_param [726/913] 842706=test_buffering [727/913] 842706=test_svcb_https [728/913] 842706=test_gem_request_set [729/913] 842709=test_https [730/913] 842708=test_gem_silent_ui [731/913] 842708=test_evaluation [732/913] 842708=test_default_gems [733/913] 842708=test_gem_commands_push_command [734/913] 842708=test_shift_jis [735/913] 842708=test_call [736/913] 842708=test_member [737/913] 842708=test_udp [738/913] 842708=test_singleton_function [739/913] 842708=test_pty [740/913] 842706=test_comparable [741/913] 842706=test_io_timeout [742/913] 842706=test_tsort [743/913] 842706=test_resource [744/913] 842706=test_new [745/913] 842706=test_gem [746/913] 842708=test_cipher [747/913] 842708=test_cgi_core [748/913] 842708=test_case_mapping [749/913] 842708=test_sleep [750/913] 842706=test_history [751/913] 842706=test_resolve_symbol [752/913] 842706=test_gem_commands_specification_command [753/913] 842706=test_reqarg [754/913] 842706=test_gem_rdoc [755/913] 842706=test_parser [756/913] 842706=test_rdoc_method_attr [757/913] 842706=test_marshal [758/913] 842708=test_metaclass [759/913] 842708=test_win32ole_type [760/913] 842708=test_rdoc_markup_include [761/913] 842708=test_ssl [762/913] 842709=test_win32ole_variant [763/913] 842709=test_gem_commands_unpack_command [764/913] 842706=test_ractor [765/913] 842709=test_cgi_cookie [766/913] 842709=test_cd [767/913] 842709=test_class [768/913] 842709=test_autoload [769/913] 842706=test_serialize_subclasses [770/913] 842706=test_integer [771/913] 842708=test_verbose [772/913] 842708=test_yamlstore [773/913] 842708=test_jaro_winkler [774/913] 842708=test_rdoc_i18n_locale [775/913] 842708=test_engine [776/913] 842708=test_key_error [777/913] 842708=test_dot_dot [778/913] 842708=test_pkey_rsa [779/913] 842708=json_common_interface_test [780/913] 842708=test_numhash [781/913] 842708=test_gem_commands_server_command [782/913] 842708=test_ripper [783/913] 842707=named_capture_test [784/913] 842707=test_cparser [785/913] 842708=test_rdoc_tom_doc [786/913] 842708=test_extlibs [787/913] 842706=test_config [788/913] 842706=test_enum [789/913] 842708=test_instrumentation_api [790/913] 842707=test_function [791/913] 842707=test_memory_view [792/913] 842706=test_gem_validator [793/913] 842706=node_id_test [794/913] 842707=test_struct [795/913] 842706=test_rdoc_generator_ri [796/913] 842706=test_rendering [797/913] 842706=test_gem_stream_ui [798/913] 842708=test_flip [799/913] 842708=test_gem_package_task [800/913] 842706=test_mutex [801/913] 842708=test_qsort [802/913] 842708=test_io_wait [803/913] 842708=test_kwargs [804/913] 842708=json_addition_test [805/913] 842708=test_cmethod [806/913] 842708=test_gem_dependency_list [807/913] 842708=test_fiddle [808/913] 842707=test_cgi_tag_helper [809/913] 842706=test_helper [810/913] 842706=test_sexp [811/913] 842708=test_flush [812/913] 842707=test_euc_kr [813/913] 842708=test_mailto [814/913] 842708=test_date_ractor [815/913] 842707=test_ractor [816/913] 842706=test_fips [817/913] 842708=test_digest [818/913] 842707=test_gem_commands_open_command [819/913] 842706=test_gem_resolver_git_specification [820/913] 842707=test_rdoc_parser_markdown [821/913] 842707=test_gem_source_git [822/913] 842708=test_gem_resolver_local_specification [823/913] 842706=test_open-uri [824/913] 842708=test_regex_casefold [825/913] 842708=test_closureLeaked file descriptor: TestOpenURI#test_multiple_cookies: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 39953> Multiple autoclose IO objects for a file descriptor in: TestOpenURI#test_multiple_cookies: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) .Closed file descriptor: TestOpenURI#test_content_encoding: 11 [826/913] 842706=test_merge_keys [827/913] 842706=test_rdoc_markup_heading [828/913] 842706=test_rdoc_context [829/913] 842708=test_rdoc_extend [830/913] 842708=test_digest [831/913] 842708=test_ftp [832/913] 842708=test_iso_8859 [833/913] 842708=test_rdoc_generator_pot_po_entry [834/913] 842708=test_vm_dump [835/913] 842708=errors_test [836/913] 842708=test_digest_extend [837/913] 842708=test_stringify_symbols [838/913] 842708=constant_path_node_test [839/913] 842708=test_signal [840/913] 842706=test_fixnum [841/913] 842706=heredoc_test [842/913] 842706=test_ns_spki [843/913] 842706=test_init [844/913] 842707=json_generator_test [845/913] 842709=test_threadgroup [846/913] 842706=test_arity [847/913] 842706=test_file [848/913] 842706=test_handle [849/913] 842709=test_trace [850/913] 842708=test_rdoc_rd_block_parser [851/913] 842708=test_alias [852/913] 842709=test_gem_commands_outdated_command [853/913] 842709=test_method_cache [854/913] 842709=test_rdoc_markup_document [855/913] 842709=test_gem_ext_rake_builder [856/913] 842708=comments_test [857/913] 842708=test_sprintf_comb [858/913] 842708=test_gem_source_subpath_problem [859/913] 842706=test_io_buffer [860/913] 842706=test_gem_safe_yaml [861/913] 842708=test_win32ole [862/913] 842708=test_sockopt [863/913] 842706=test_object [864/913] 842706=test_encoding [865/913] 842708=tunnel_test [866/913] 842708=test_gem_text [867/913] 842706=test_rdoc_parser_simple [868/913] 842706=test_settracefunc [869/913] 842708=test_gem_resolver_api_specification [870/913] 842708=test_load [871/913] 842709=test_gem_resolver_vendor_specification [872/913] 842708=test_gem_package_tar_writer [873/913] 842709=test_rdoc_alias [874/913] 842709=test_document [875/913] 842709=test_rdoc_markup_to_html [876/913] 842709=test_dns [877/913] 842708=test_propertyputref [878/913] 842708=test_eval [879/913] 842709=test_scalar_scanner [880/913] 842709=test_gem_local_remote_options [881/913] 842709=test_ruby_lex [882/913] 842709=test_ossl [883/913] 842706=test_tempfile [884/913] 842706=test_primitive [885/913] 842706=test_dryrun [886/913] 842706=test_keyword [887/913] 842708=test_name_error_extension [888/913] 842708=test_gem_resolver_installer_set [889/913] 842707=test_rdoc_markup_hard_break [890/913] 842707=warnings_test [891/913] 842707=test_rdoc_parser_changelog [892/913] 842708=test_ldap [893/913] 842708=command_line_test [894/913] 842708=test_thread_cv [895/913] 842707=test_gem_safe_marshal [896/913] 842708=test_unicode [897/913] 842708=test_rubyvm [898/913] 842708=test_gem_security_signer [899/913] 842708=dispatcher_test [900/913] 842708=test_pkey_dh [901/913] 842708=test_windows_1252 [902/913] 842708=test_buffered_io [903/913] 842708=test_rdoc_generator_json_index [904/913] 842708=test_case [905/913] 842708=test_load [906/913] 842708=string_query_test [907/913] 842706=test_rubyoptions [908/913] 842708=test_super [909/913] 842707=test_ssl [910/913] 842708=test_file [911/913] 842708=bom_test [912/913] 842708=test_config [913/913] 842708=test_module Finished tests in 338.624329s, 92.8876 tests/s, 19175.5685 assertions/s. 31454 tests, 6493314 assertions, 0 failures, 0 errors, 408 skips ruby -v: ruby 3.5.0dev (2025-01-14T17:17:44Z master f5fa1ee5f6) +PRISM [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -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 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/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/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.10.0/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.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.2.0/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' ruby 3.5.0dev (2025-01-14T17:17:44Z master f5fa1ee5f6) +PRISM [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 ...................................................... Finished in 44.621835 seconds 3413 files, 33290 examples, 159705 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.