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