# Logfile created on 2024-01-18 22:55:20 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055a766e05f48 @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'", @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.20240118-225520", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055a766e9b408 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055a766e9b2c8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055a766e9b0e8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.master-no-rjit.20240118-225520", @dev=#<File:/home/ko1/ruby/logs/brlog.master-no-rjit.20240118-225520>, @binmode=false, @mon_data=#<Monitor:0x000055a766e9b020>, @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
60dd731..61da90c master -> origin/master
Updating 60dd731..61da90c
Fast-forward
common.mk | 43 ++++++++++++++
eval.c | 6 --
ext/objspace/depend | 1 +
ext/ripper/depend | 1 +
ext/socket/depend | 15 +++++
gc.c | 36 +++++++++++-
include/ruby/internal/interpreter.h | 2 +-
internal/sanitizers.h | 110 +++++++++++++++++++++++++++++++++---
iseq.c | 1 +
lib/rubygems/specification.rb | 4 --
prism_compile.c | 96 ++++++++++++++++++++-----------
prism_compile.h | 1 +
thread.c | 7 ++-
thread_none.c | 7 +--
thread_pthread.c | 37 +++++++++---
thread_win32.c | 15 ++---
vm.c | 11 +++-
vm_core.h | 8 ++-
18 files changed, 319 insertions(+), 82 deletions(-)
Latest commit hash = 61da90c1b8
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/master-no-rjit/common.mk > uncommon.mk
make[1]: Entering directory '/tmp/ruby/src/master-no-rjit/ext/socket'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/src/master-no-rjit/ext/socket'
/tmp/ruby/src/master-no-rjit/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
$$$[end] "make after-update -j4" exit with 0.
$$$[beg] make miniruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
compiling /tmp/ruby/src/master-no-rjit/main.c
compiling /tmp/ruby/src/master-no-rjit/dmydln.c
compiling /tmp/ruby/src/master-no-rjit/miniinit.c
compiling /tmp/ruby/src/master-no-rjit/array.c
compiling /tmp/ruby/src/master-no-rjit/ast.c
compiling /tmp/ruby/src/master-no-rjit/bignum.c
compiling /tmp/ruby/src/master-no-rjit/class.c
compiling /tmp/ruby/src/master-no-rjit/compar.c
compiling /tmp/ruby/src/master-no-rjit/compile.c
compiling /tmp/ruby/src/master-no-rjit/complex.c
compiling /tmp/ruby/src/master-no-rjit/cont.c
compiling /tmp/ruby/src/master-no-rjit/debug.c
compiling /tmp/ruby/src/master-no-rjit/debug_counter.c
compiling /tmp/ruby/src/master-no-rjit/dir.c
compiling /tmp/ruby/src/master-no-rjit/dln_find.c
compiling /tmp/ruby/src/master-no-rjit/encoding.c
compiling /tmp/ruby/src/master-no-rjit/enum.c
compiling /tmp/ruby/src/master-no-rjit/enumerator.c
compiling /tmp/ruby/src/master-no-rjit/error.c
compiling /tmp/ruby/src/master-no-rjit/eval.c
compiling /tmp/ruby/src/master-no-rjit/file.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/inits.c
compiling /tmp/ruby/src/master-no-rjit/io.c
compiling /tmp/ruby/src/master-no-rjit/io_buffer.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/marshal.c
compiling /tmp/ruby/src/master-no-rjit/math.c
compiling /tmp/ruby/src/master-no-rjit/memory_view.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/node.c
compiling /tmp/ruby/src/master-no-rjit/node_dump.c
compiling /tmp/ruby/src/master-no-rjit/numeric.c
compiling /tmp/ruby/src/master-no-rjit/object.c
compiling /tmp/ruby/src/master-no-rjit/pack.c
compiling parse.c
compiling /tmp/ruby/src/master-no-rjit/proc.c
compiling /tmp/ruby/src/master-no-rjit/process.c
compiling /tmp/ruby/src/master-no-rjit/ractor.c
compiling /tmp/ruby/src/master-no-rjit/random.c
compiling /tmp/ruby/src/master-no-rjit/range.c
compiling /tmp/ruby/src/master-no-rjit/rational.c
compiling /tmp/ruby/src/master-no-rjit/re.c
compiling /tmp/ruby/src/master-no-rjit/regcomp.c
compiling /tmp/ruby/src/master-no-rjit/regenc.c
compiling /tmp/ruby/src/master-no-rjit/regerror.c
compiling /tmp/ruby/src/master-no-rjit/regexec.c
compiling /tmp/ruby/src/master-no-rjit/regparse.c
compiling /tmp/ruby/src/master-no-rjit/regsyntax.c
compiling /tmp/ruby/src/master-no-rjit/ruby.c
compiling /tmp/ruby/src/master-no-rjit/ruby_parser.c
compiling /tmp/ruby/src/master-no-rjit/scheduler.c
compiling /tmp/ruby/src/master-no-rjit/shape.c
compiling /tmp/ruby/src/master-no-rjit/signal.c
compiling /tmp/ruby/src/master-no-rjit/sprintf.c
compiling /tmp/ruby/src/master-no-rjit/st.c
compiling /tmp/ruby/src/master-no-rjit/strftime.c
compiling /tmp/ruby/src/master-no-rjit/string.c
compiling /tmp/ruby/src/master-no-rjit/struct.c
compiling /tmp/ruby/src/master-no-rjit/symbol.c
compiling /tmp/ruby/src/master-no-rjit/thread.c
compiling /tmp/ruby/src/master-no-rjit/time.c
compiling /tmp/ruby/src/master-no-rjit/transcode.c
compiling /tmp/ruby/src/master-no-rjit/util.c
compiling /tmp/ruby/src/master-no-rjit/variable.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_sync.c
compiling /tmp/ruby/src/master-no-rjit/vm_trace.c
compiling /tmp/ruby/src/master-no-rjit/weakmap.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 /tmp/ruby/src/master-no-rjit/prism_init.c
compiling /tmp/ruby/src/master-no-rjit/yjit.c
compiling /tmp/ruby/src/master-no-rjit/enc/ascii.c
compiling /tmp/ruby/src/master-no-rjit/enc/us_ascii.c
compiling /tmp/ruby/src/master-no-rjit/enc/unicode.c
compiling /tmp/ruby/src/master-no-rjit/enc/utf_8.c
compiling enc/trans/newline.c
compiling /tmp/ruby/src/master-no-rjit/missing/setproctitle.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 = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
compiling /tmp/ruby/src/master-no-rjit/dln.c
compiling /tmp/ruby/src/master-no-rjit/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/master-no-rjit/loadpath.c
builtin_binary.inc updated
88f86ffa365aa0cfcf966168f4b79e1585e7dd9896645f7310e6f3c7f80ed7f4 builtin_binary.inc
compiling /tmp/ruby/src/master-no-rjit/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
compiling /tmp/ruby/src/master-no-rjit/enc/encdb.c
compiling /tmp/ruby/src/master-no-rjit/enc/big5.c
compiling /tmp/ruby/src/master-no-rjit/enc/cesu_8.c
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
compiling /tmp/ruby/src/master-no-rjit/enc/cp949.c
compiling /tmp/ruby/src/master-no-rjit/enc/emacs_mule.c
transdb.h unchanged
generating makefiles ext/configure-ext.mk
compiling /tmp/ruby/src/master-no-rjit/enc/euc_jp.c
ext/configure-ext.mk updated
making trans
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
compiling /tmp/ruby/src/master-no-rjit/enc/trans/transdb.c
compiling /tmp/ruby/src/master-no-rjit/enc/euc_kr.c
compiling /tmp/ruby/src/master-no-rjit/enc/euc_tw.c
compiling /tmp/ruby/src/master-no-rjit/enc/trans/big5.c
compiling /tmp/ruby/src/master-no-rjit/enc/gb2312.c
compiling /tmp/ruby/src/master-no-rjit/enc/gb18030.c
compiling /tmp/ruby/src/master-no-rjit/enc/gbk.c
compiling /tmp/ruby/src/master-no-rjit/enc/iso_8859_1.c
compiling /tmp/ruby/src/master-no-rjit/enc/iso_8859_2.c
compiling /tmp/ruby/src/master-no-rjit/enc/iso_8859_3.c
compiling /tmp/ruby/src/master-no-rjit/enc/iso_8859_4.c
compiling /tmp/ruby/src/master-no-rjit/enc/iso_8859_5.c
compiling /tmp/ruby/src/master-no-rjit/enc/iso_8859_6.c
compiling /tmp/ruby/src/master-no-rjit/enc/iso_8859_7.c
compiling /tmp/ruby/src/master-no-rjit/enc/iso_8859_8.c
compiling /tmp/ruby/src/master-no-rjit/enc/iso_8859_9.c
compiling /tmp/ruby/src/master-no-rjit/enc/iso_8859_10.c
compiling /tmp/ruby/src/master-no-rjit/enc/iso_8859_11.c
compiling /tmp/ruby/src/master-no-rjit/enc/iso_8859_13.c
compiling /tmp/ruby/src/master-no-rjit/enc/iso_8859_14.c
compiling /tmp/ruby/src/master-no-rjit/enc/iso_8859_15.c
compiling /tmp/ruby/src/master-no-rjit/enc/iso_8859_16.c
compiling /tmp/ruby/src/master-no-rjit/enc/koi8_r.c
compiling /tmp/ruby/src/master-no-rjit/enc/koi8_u.c
compiling /tmp/ruby/src/master-no-rjit/enc/shift_jis.c
compiling /tmp/ruby/src/master-no-rjit/enc/utf_16be.c
compiling /tmp/ruby/src/master-no-rjit/enc/utf_16le.c
compiling /tmp/ruby/src/master-no-rjit/enc/utf_32be.c
compiling /tmp/ruby/src/master-no-rjit/enc/utf_32le.c
compiling /tmp/ruby/src/master-no-rjit/enc/windows_31j.c
compiling /tmp/ruby/src/master-no-rjit/enc/windows_1250.c
compiling /tmp/ruby/src/master-no-rjit/enc/windows_1251.c
compiling /tmp/ruby/src/master-no-rjit/enc/windows_1252.c
compiling /tmp/ruby/src/master-no-rjit/enc/windows_1253.c
compiling /tmp/ruby/src/master-no-rjit/enc/trans/cesu_8.c
compiling /tmp/ruby/src/master-no-rjit/enc/trans/chinese.c
compiling /tmp/ruby/src/master-no-rjit/enc/windows_1254.c
compiling /tmp/ruby/src/master-no-rjit/enc/trans/ebcdic.c
compiling /tmp/ruby/src/master-no-rjit/enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
compiling /tmp/ruby/src/master-no-rjit/enc/trans/emoji.c
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
compiling /tmp/ruby/src/master-no-rjit/enc/trans/emoji_iso2022_kddi.c
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
compiling /tmp/ruby/src/master-no-rjit/enc/trans/emoji_sjis_docomo.c
linking encoding iso_8859_8.so
compiling /tmp/ruby/src/master-no-rjit/enc/trans/emoji_sjis_kddi.c
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
compiling /tmp/ruby/src/master-no-rjit/enc/trans/emoji_sjis_softbank.c
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
compiling /tmp/ruby/src/master-no-rjit/enc/trans/escape.c
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
compiling /tmp/ruby/src/master-no-rjit/enc/trans/gb18030.c
linking encoding windows_1254.so
compiling /tmp/ruby/src/master-no-rjit/enc/trans/gbk.c
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
compiling /tmp/ruby/src/master-no-rjit/enc/trans/iso2022.c
compiling /tmp/ruby/src/master-no-rjit/enc/trans/japanese.c
compiling /tmp/ruby/src/master-no-rjit/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/master-no-rjit/enc/trans/japanese_sjis.c
compiling /tmp/ruby/src/master-no-rjit/enc/trans/korean.c
configuring objspace
configuring ripper
configuring socket
compiling /tmp/ruby/src/master-no-rjit/enc/trans/single_byte.c
compiling /tmp/ruby/src/master-no-rjit/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/master-no-rjit/enc/trans/utf_16_32.c
linking transcoder transdb.so
linking transcoder big5.so
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking transcoder gb18030.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking transcoder japanese_euc.so
linking transcoder japanese_sjis.so
linking transcoder korean.so
linking transcoder single_byte.so
linking transcoder utf_16_32.so
linking transcoder utf8_mac.so
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/arith_seq/extract/extract.c
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/array/concat'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/array/concat/to_ary_concat.c
linking shared-object -test-/arith_seq/beg_len_step.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/array/resize'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/array/resize/resize.c
linking shared-object -test-/RUBY_ALIGNOF.so
linking shared-object -test-/arith_seq/extract.so
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/bignum'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/bignum/big2str.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/bug-14834'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/bug-14834/bug-14384.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/bug-3571'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/bug-3571/bug.c
linking shared-object -test-/array/resize.so
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/array/resize'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/bug_reporter/bug_reporter.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/bug-5832/bug.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/bignum/bigzero.c
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/class'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/class/class2name.c
linking shared-object -test-/bug_5832.so
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/bignum/div.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/debug'
linking shared-object -test-/bug_reporter.so
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/debug/init.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/dln/empty'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/dln/empty/empty.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/class/init.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/bignum/init.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/debug/inspector.c
linking shared-object -test-/dln/empty.so
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/enumerator_kw/enumerator_kw.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/exception'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/debug/profile_frames.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/bignum/intpack.c
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/fatal'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/fatal/rb_fatal.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/exception/enc_raise.c
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/file'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/file/fs.c
linking shared-object -test-/fatal/rb_fatal.so
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/exception/ensured.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/fatal'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/bignum/mul.c
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/float'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/float/init.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/file/init.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/exception/init.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/float/nextafter.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/bignum/str2big.c
linking shared-object -test-/float.so
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/file/newline_conv.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/float'
linking shared-object -test-/exception.so
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/funcall'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/funcall/funcall.c
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/hash'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/hash/delete.c
linking shared-object -test-/funcall.so
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/file/stat.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/integer'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/integer/core_ext.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/hash/init.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/iseq_load'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/hash.so
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/iter'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/iter/break.c
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/load/dot.dot/dot.dot.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/load/protect'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/load/protect/protect.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/iter/init.c
linking shared-object -test-/load/dot.dot.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/marshal/internal_ivar/internal_ivar.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/integer/init.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/iter/yield.c
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/memory_view'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/memory_view/memory_view.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/integer/my_integer.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/method'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/method/arity.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/notimplement'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/notimplement/bug.c
linking shared-object -test-/integer.so
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/method/init.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/num2int'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/num2int/num2int.c
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/path_to_class'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/postponed_job'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/num2int'
linking shared-object -test-/path_to_class.so
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/printf'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/printf/printf.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/proc'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/proc/init.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/random'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/random/bad_version.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/postponed_job'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/proc/receiver.c
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/rational'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/rational/rat.c
linking shared-object -test-/printf.so
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/random/init.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/proc/super.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/random/loop.c
linking shared-object -test-/rb_call_super_kw.so
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/rb_call_super_kw'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/regexp'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/recursion/recursion.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/regexp/init.c
linking shared-object -test-/random.so
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/random'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/scan_args'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/regexp/parse_depth_limit.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/scan_args/scan_args.c
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/st/foreach'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/st/foreach/foreach.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/st/numhash'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/regexp.so
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/st/update'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/st/update/update.c
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/string'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/capacity.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/struct'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/struct/data.c
linking shared-object -test-/st/update.so
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/coderange.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/symbol'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/symbol/init.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/symbol/type.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/struct/init.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/thread/instrumentation/instrumentation.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/struct/len.c
linking shared-object -test-/scan_args.so
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/ellipsize.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/thread_fd'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/thread_fd/thread_fd.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/struct/member.c
linking shared-object -test-/thread/instrumentation.so
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/enc_associate.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/time'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/time/init.c
linking shared-object -test-/thread_fd.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/tracepoint'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/tracepoint/gc_hook.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/typeddata'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/typeddata/typeddata.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/enc_dummy.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/tracepoint/tracepoint.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/vm'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/vm/at_exit.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/enc_str_buf_cat.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/wait'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/wait/wait.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/cgi/escape'
compiling /tmp/ruby/src/master-no-rjit/ext/cgi/escape/escape.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/fstring.c
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/continuation'
compiling /tmp/ruby/src/master-no-rjit/ext/continuation/continuation.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/time/new.c
linking shared-object continuation.so
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/init.c
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/coverage'
compiling /tmp/ruby/src/master-no-rjit/ext/coverage/coverage.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/date'
compiling /tmp/ruby/src/master-no-rjit/ext/date/date_core.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/modify.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest'
compiling /tmp/ruby/src/master-no-rjit/ext/digest/digest.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/new.c
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/etc'
compiling /tmp/ruby/src/master-no-rjit/ext/etc/etc.c
linking shared-object digest.so
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/nofree.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/fcntl'
compiling /tmp/ruby/src/master-no-rjit/ext/fcntl/fcntl.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/normalize.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/fiddle'
compiling /tmp/ruby/src/master-no-rjit/ext/fiddle/closure.c
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/io/console'
compiling /tmp/ruby/src/master-no-rjit/ext/io/console/console.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/qsort.c
compiling /tmp/ruby/src/master-no-rjit/ext/fiddle/conversions.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/rb_interned_str.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/src/master-no-rjit/ext/fiddle/fiddle.c
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/io/nonblock'
compiling /tmp/ruby/src/master-no-rjit/ext/io/nonblock/nonblock.c
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/string/set_len.c
compiling /tmp/ruby/src/master-no-rjit/ext/fiddle/function.c
linking shared-object -test-/string.so
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/io/wait'
compiling /tmp/ruby/src/master-no-rjit/ext/io/wait/wait.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/io/nonblock'
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'
compiling /tmp/ruby/src/master-no-rjit/ext/monitor/monitor.c
linking shared-object io/wait.so
compiling /tmp/ruby/src/master-no-rjit/ext/fiddle/handle.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/nkf'
compiling /tmp/ruby/src/master-no-rjit/ext/nkf/nkf.c
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/objspace'
compiling /tmp/ruby/src/master-no-rjit/ext/objspace/object_tracing.c
compiling /tmp/ruby/src/master-no-rjit/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/master-no-rjit/ext/objspace/objspace.c
compiling /tmp/ruby/src/master-no-rjit/ext/fiddle/pinned.c
compiling /tmp/ruby/src/master-no-rjit/ext/fiddle/pointer.c
compiling /tmp/ruby/src/master-no-rjit/ext/objspace/objspace_dump.c
linking shared-object fiddle.so
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/openssl'
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pathname'
compiling /tmp/ruby/src/master-no-rjit/ext/pathname/pathname.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_asn1.c
linking shared-object nkf.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/psych'
compiling /tmp/ruby/src/master-no-rjit/ext/psych/psych.c
compiling /tmp/ruby/src/master-no-rjit/ext/psych/psych_emitter.c
compiling /tmp/ruby/src/master-no-rjit/ext/date/date_parse.c
compiling /tmp/ruby/src/master-no-rjit/ext/psych/psych_parser.c
linking shared-object pathname.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pty'
compiling /tmp/ruby/src/master-no-rjit/ext/pty/pty.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/master-no-rjit/ext/psych/psych_to_ruby.c
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/master-no-rjit/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/master-no-rjit/ext/psych/psych_yaml_tree.c
compiling /tmp/ruby/src/master-no-rjit/ext/rbconfig/sizeof/limits.c
linking shared-object rbconfig/sizeof.so
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/ripper'
generating eventids1.c from /tmp/ruby/src/master-no-rjit/parse.y
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/psych'
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'
compiling /tmp/ruby/src/master-no-rjit/ext/socket/init.c
generating eventids1.h from /tmp/ruby/src/master-no-rjit/parse.y
generating eventids2table.c from /tmp/ruby/src/master-no-rjit/ext/ripper/eventids2.c
compiling compiler /tmp/ruby/src/master-no-rjit/ext/ripper/ripper.y
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/master-no-rjit/ext/socket/constants.c
compiling /tmp/ruby/src/master-no-rjit/ext/date/date_strftime.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/master-no-rjit/ext/date/date_strptime.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/master-no-rjit/ext/socket/basicsocket.c
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/stringio'
compiling /tmp/ruby/src/master-no-rjit/ext/stringio/stringio.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/master-no-rjit/ext/socket/socket.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_kdf.c
linking shared-object stringio.so
compiling /tmp/ruby/src/master-no-rjit/ext/socket/ipsocket.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/strscan'
compiling /tmp/ruby/src/master-no-rjit/ext/strscan/strscan.c
compiling /tmp/ruby/src/master-no-rjit/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/master-no-rjit/ext/socket/tcpserver.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/syslog'
compiling /tmp/ruby/src/master-no-rjit/ext/syslog/syslog.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/master-no-rjit/ext/socket/sockssocket.c
linking shared-object syslog.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/zlib'
compiling /tmp/ruby/src/master-no-rjit/ext/zlib/zlib.c
compiling /tmp/ruby/src/master-no-rjit/ext/socket/udpsocket.c
compiling /tmp/ruby/src/master-no-rjit/ext/socket/unixsocket.c
compiling /tmp/ruby/src/master-no-rjit/ext/socket/unixserver.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_pkcs12.c
generating ripper_init.c from /tmp/ruby/src/master-no-rjit/ext/ripper/ripper_init.c.tmpl
compiling eventids1.c
compiling /tmp/ruby/src/master-no-rjit/ext/socket/option.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/master-no-rjit/ext/ripper/eventids2.c
compiling ripper.c
compiling /tmp/ruby/src/master-no-rjit/ext/socket/ancdata.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest/bubblebabble'
compiling /tmp/ruby/src/master-no-rjit/ext/digest/bubblebabble/bubblebabble.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_pkey.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest/md5'
compiling /tmp/ruby/src/master-no-rjit/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/master-no-rjit/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/master-no-rjit/ext/digest/md5/md5.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest/rmd160'
compiling /tmp/ruby/src/master-no-rjit/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/master-no-rjit/ext/digest/rmd160/rmd160.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha1'
compiling /tmp/ruby/src/master-no-rjit/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/master-no-rjit/ext/socket/ifaddr.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/master-no-rjit/ext/digest/sha1/sha1.c
linking shared-object socket.so
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2'
compiling /tmp/ruby/src/master-no-rjit/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_pkey_ec.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/json/generator'
compiling /tmp/ruby/src/master-no-rjit/ext/json/generator/generator.c
compiling /tmp/ruby/src/master-no-rjit/ext/digest/sha2/sha2.c
linking shared-object digest/sha2.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/json/parser'
compiling /tmp/ruby/src/master-no-rjit/ext/json/parser/parser.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_pkey_rsa.c
linking shared-object json/ext/generator.so
linking shared-object json/ext/parser.so
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_provider.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/json/parser'
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_rand.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/json/generator'
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/master-no-rjit/ext/openssl/ossl_x509store.c
compiling ripper_init.c
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/openssl'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/ripper'
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
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk 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 '/tmp/ruby/src/master-no-rjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/coverage'
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]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest'
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/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest'
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]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/nkf'
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/nkf'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/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/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]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/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/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/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/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 to
installing binary commands: /tmp/ruby/install/master-no-rjit/bin
installing base libraries: /tmp/ruby/install/master-no-rjit/lib
installing arch files: /tmp/ruby/install/master-no-rjit/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/master-no-rjit/lib/pkgconfig
installing extension objects: /tmp/ruby/install/master-no-rjit/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/master-no-rjit/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/master-no-rjit/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/master-no-rjit/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/master-no-rjit/lib/ruby/3.4.0+0
installing extension scripts: /tmp/ruby/install/master-no-rjit/lib/ruby/site_ruby/3.4.0+0
installing extension scripts: /tmp/ruby/install/master-no-rjit/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers: /tmp/ruby/install/master-no-rjit/include/ruby-3.4.0+0/ruby
installing command scripts: /tmp/ruby/install/master-no-rjit/bin
installing library scripts: /tmp/ruby/install/master-no-rjit/lib/ruby/3.4.0+0
installing common headers: /tmp/ruby/install/master-no-rjit/include/ruby-3.4.0+0
installing manpages: /tmp/ruby/install/master-no-rjit/share/man/man1
installing default gems from lib: /tmp/ruby/install/master-no-rjit/lib/ruby/gems/3.4.0+0
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/master-no-rjit/lib/ruby/gems/3.4.0+0
date 3.3.4
digest 3.1.1
etc 1.4.3
fcntl 1.1.0
fiddle 1.1.3
io-console 0.7.2
io-nonblock 0.3.0
io-wait 0.3.1
json 2.7.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/master-no-rjit/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/master-no-rjit/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
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
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/master-no-rjit/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/master-no-rjit/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/master-no-rjit/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/master-no-rjit/basictest/test.rb:case .....OK 5
/tmp/ruby/src/master-no-rjit/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/master-no-rjit/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/master-no-rjit/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/master-no-rjit/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/master-no-rjit/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/master-no-rjit/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/master-no-rjit/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/master-no-rjit/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/master-no-rjit/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/master-no-rjit/basictest/test.rb:call ......OK 6
/tmp/ruby/src/master-no-rjit/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/master-no-rjit/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/master-no-rjit/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/master-no-rjit/basictest/test.rb:system ........OK 8
/tmp/ruby/src/master-no-rjit/basictest/test.rb:const .....OK 5
/tmp/ruby/src/master-no-rjit/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/master-no-rjit/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/master-no-rjit/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/master-no-rjit/basictest/test.rb:math ..OK 2
/tmp/ruby/src/master-no-rjit/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/master-no-rjit/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/master-no-rjit/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/master-no-rjit/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/master-no-rjit/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/master-no-rjit/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/master-no-rjit/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for '/tmp/ruby/src/master-no-rjit/enc/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/nkf'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/nkf'
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/syslog'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
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=46934
"--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
--exclude=rubygems/test_gem_package_task\.rb
# Running tests:
[ 1/902] 623797=test_bn
[ 2/902] 623796=test_change_word
[ 3/902] 623796=test_date_time
[ 4/902] 623793=test_win32ole_variant_m
[ 5/902] 623793=test_objspace
[ 6/902] 623794=test_date_compat
[ 7/902] 623794=test_general
[ 8/902] 623797=test_have_func
[ 9/902] 623796=test_rdoc_top_level
[ 10/902] 623794=test_encodings
[ 11/902] 623796=test_gem_source_lock
[ 12/902] 623796=test_have_library
[ 13/902] 623794=test_bmethod
[ 14/902] 623794=test_abi
[ 15/902] 623794=test_config
[ 16/902] 623794=test_patterns
[ 17/902] 623794=test_gem_command_manager
[ 18/902] 623797=test_quote_empty
[ 19/902] 623797=test_rdoc_parser_c
[ 20/902] 623794=test_my_integer
[ 21/902] 623794=test_enumerator
[ 22/902] 623794=test_name_error
[ 23/902] 623794=test_lambda
[ 24/902] 623796=test_struct
[ 25/902] 623796=json_fixtures_test
[ 26/902] 623796=fuzzer_test
[ 27/902] 623794=test_safe_load
[ 28/902] 623794=test_gem_uri
[ 29/902] 623796=test_rdoc_attr
[ 30/902] 623796=test_too_many_dummy_encodings
[ 31/902] 623794=test_rewind
[ 32/902] 623794=test_enumerator
[ 33/902] 623797=test_ractor
[ 34/902] 623796=test_read
[ 35/902] 623797=test_project_sanity
[ 36/902] 623796=test_nomethod_error
[ 37/902] 623796=test_usrmarshal
[ 38/902] 623797=magic_comment_test
[ 39/902] 623796=test_ensured
[ 40/902] 623796=test_regexp
[ 41/902] 623797=test_ancdata
[ 42/902] 623797=test_rdoc_rd
[ 43/902] 623797=test_pack
[ 44/902] 623797=test_rdoc_markdown
[ 45/902] 623797=test_gem_platform
[ 46/902] 623797=test_addr
[ 47/902] 623797=test_stringchar
[ 48/902] 623797=test_read_write
[ 49/902] 623797=test_rdoc_encoding
[ 50/902] 623797=test_wss
[ 51/902] 623797=test_files_test_1
[ 52/902] 623793=test_require
[ 53/902] 623797=test_helper
[ 54/902] 623797=test_deprecate
[ 55/902] 623797=test_rdoc_constant
[ 56/902] 623797=test_rdoc_rd_inline
[ 57/902] 623797=test_win32ole_variable
[ 58/902] 623797=test_files_lib
[ 59/902] 623797=test_gem_util
[ 60/902] 623793=test_ifunless
[ 61/902] 623793=test_rdoc_code_object
[ 62/902] 623797=test_gem_resolver_installed_specification
[ 63/902] 623797=test_ellipsize
[ 64/902] 623797=test_date_strftime
[ 65/902] 623793=heredoc_dedent_test
[ 66/902] 623793=test_ractor
[ 67/902] 623793=test_severity
[ 68/902] 623793=test_random_formatter
[ 69/902] 623793=test_gem_specification
[ 70/902] 623797=json_generic_object_test
[ 71/902] 623797=test_history
[ 72/902] 623797=test_json_tree
[ 73/902] 623797=test_fiber
[ 74/902] 623797=test_to_ruby
[ 75/902] 623797=test_func
[ 76/902] 623794=test_open3
[ 77/902] 623793=test_object
[ 78/902] 623793=test_cclass
[ 79/902] 623793=test_mixed_unicode_escapes
[ 80/902] 623793=test_irb
[ 81/902] 623793=test_basicsocket
[ 82/902] 623793=test_config
[ 83/902] 623793=test_benchmark
[ 84/902] 623793=location_test
[ 85/902] 623793=test_option
[ 86/902] 623797=test_gem_ci_detector
[ 87/902] 623797=test_gem_source
[ 88/902] 623793=test_io_wait_uncommon
[ 89/902] 623793=test_scan_args
[ 90/902] 623793=test_human_typo
[ 91/902] 623793=library_symbols_test
[ 92/902] 623793=test_emitter
[ 93/902] 623793=test_rdoc_require
[ 94/902] 623793=test_gem_commands_yank_command
[ 95/902] 623793=test_gem_path_support
[ 96/902] 623793=test_gem_commands_check_command
[ 97/902] 623793=test_gem_commands_sources_command
[ 98/902] 623797=test_arith_seq_extract
[ 99/902] 623797=test_alias_and_anchor
[100/902] 623797=test_ws
[101/902] 623797=test_optparse
[102/902] 623797=ruby_api_test
[103/902] 623793=test_file_exhaustive
[104/902] 623797=test_convert
[105/902] 623797=test_rdoc_markup_to_ansi
[106/902] 623794=test_enc_associate
[107/902] 623797=test_assembler
[108/902] 623797=test_pkey_dsa
[109/902] 623794=json_parser_test
[110/902] 623794=test_arith_seq_beg_len_step
[111/902] 623794=test_gem_resolver_requirement_list
[112/902] 623794=test_line_editor
[113/902] 623794=test_lexer
[114/902] 623794=test_random
[115/902] 623794=test_win32ole_method_event
[116/902] 623794=test_string_memory
[117/902] 623794=test_error_highlight
[118/902] 623797=test_backtrace
[119/902] 623797=test_emitter
[120/902] 623797=test_gem_commands_pristine_command
[121/902] 623794=test_thread_queue
[122/902] 623796=test_acceptable
[123/902] 623796=test_nowrite
[124/902] 623796=test_arithmetic_sequence
[125/902] 623796=test_gem_commands_install_command
[126/902] 623797=test_deprecated
[127/902] 623797=test_gem_commands_cert_command
[128/902] 623794=test_lazy_enumerator
[129/902] 623794=test_thread
[130/902] 623794=test_pkey_ec
[131/902] 623794=test_symbol
[132/902] 623793=test_coder
[133/902] 623793=test_interned_str
[134/902] 623793=test_rdoc_ri_driver
[135/902] 623796=test_mkmf
[136/902] 623796=test_httpheader
[137/902] 623793=test_context
[138/902] 623796=test_unix
[139/902] 623796=test_tree_builder
[140/902] 623796=test_gem_console_ui
[141/902] 623796=test_protect
[142/902] 623796=test_find_executable
[143/902] 623796=test_date_parse
[144/902] 623797=test_div
[145/902] 623797=test_gem_resolver_vendor_set
[146/902] 623797=test_date_new
[147/902] 623793=test_cstr
[148/902] 623797=newline_test
[149/902] 623796=test_gem_installer
[150/902] 623797=test_marshalable
[151/902] 623797=test_type_completor
[152/902] 623797=test_gem_package
[153/902] 623793=test_header
[154/902] 623797=test_integer
[155/902] 623793=test_gem_ext_cargo_builder
[156/902] 623793=test_float
[157/902] 623797=test_input_method
[158/902] 623797=test_rdoc_store
[159/902] 623794=test_bignum
[160/902] 623794=test_gem_commands_setup_command
[161/902] 623797=test_tuplebag
[162/902] 623797=test_cgi_header
[163/902] 623797=test_variable_name_check
[164/902] 623793=test_win32ole_method
[165/902] 623793=test_install
[166/902] 623797=test_rdoc_stats
[167/902] 623797=ractor_test
[168/902] 623797=test_find
[169/902] 623797=test_rdoc_normal_class
[170/902] 623797=test_ftp
[171/902] 623797=test_pathname
[172/902] 623793=test_pair
[173/902] 623797=test_pointer
[174/902] 623794=test_win32ole_event
[175/902] 623794=test_memory_view
[176/902] 623794=test_coverage
[177/902] 623794=test_iseq
[178/902] 623797=test_gc_compact
[179/902] 623794=test_omap
[180/902] 623794=test_http
[181/902] 623794=test_ssl_session
[182/902] 623793=test_nextafter
[183/902] 623793=compiler_test
[184/902] 623793=test_capacity
[185/902] 623793=test_to_ary_concat
[186/902] 623794=test_shellwords
[187/902] 623794=test_duplicate
[188/902] 623794=test_rdoc_markup_to_label
[189/902] 623794=unescape_test
[190/902] 623796=test_exception
[191/902] 623796=test_function_entry
[192/902] 623796=test_rb_str_dup
[193/902] 623796=test_path
[194/902] 623796=test_reline
[195/902] 623796=test_rdoc_generator_darkfish
[196/902] 623794=test_optarg
[197/902] 623794=test_array
[198/902] 623796=test_provider
[199/902] 623793=test_data_error
[200/902] 623793=test_io
[201/902] 623796=test_gem_unsatisfiable_dependency_error
[202/902] 623796=test_len
[203/902] 623796=test_printf
[204/902] 623797=test_gem_uri_formatter
[205/902] 623796=test_socket
[206/902] 623797=test_assignment
[207/902] 623796=test_http_request
[208/902] 623796=test_etc
[209/902] 623796=json_ext_parser_test
[210/902] 623796=test_thread
[211/902] 623797=test_gem_gemcutter_utilities
[212/902] 623797=test_rdoc_include
[213/902] 623797=test_ocsp
[214/902] 623797=test_transcode
[215/902] 623797=test_parser
[216/902] 623797=test_rdoc_options
[217/902] 623797=test_https_proxy
[218/902] 623797=!Nothing_to_test
[219/902] 623797=test_pp
[220/902] 623797=test_case_comprehensive
[221/902] 623796=test_kernel
[222/902] 623796=test_frozen_error
[223/902] 623796=test_io_m17n
[224/902] 623794=test_pstore
[225/902] 623794=test_rat
[226/902] 623794=test_drbunix
[227/902] 623796=test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 43445>
[228/902] 623796=test_quote_char_nil
[229/902] 623796=test_object_references
[230/902] 623796=test_color
[231/902] 623796=test_bundled_ca
[232/902] 623796=test_class2name
[233/902] 623796=test_converters
[234/902] 623796=test_flush
[235/902] 623796=test_sexp
[236/902] 623796=test_helper
[237/902] 623796=test_cgi_tag_helper
[238/902] 623796=test_ractor
[239/902] 623796=test_date_ractor
[240/902] 623796=test_mailto
[241/902] 623796=test_euc_kr
[242/902] 623796=test_cmethod
[243/902] 623796=test_gem_dependency_list
[244/902] 623796=test_write
[245/902] 623796=test_fiddle
[246/902] 623796=test_rdoc_parser_markdown
[247/902] 623796=attribute_write_test
[248/902] 623796=test_digest
[249/902] 623796=test_fips
[250/902] 623796=test_gem_resolver_git_specification
[251/902] 623796=test_gem_commands_open_command
[252/902] 623796=test_flip
[253/902] 623796=test_mutex
[254/902] 623793=test_struct
[255/902] 623793=test_gem_stream_ui
[256/902] 623796=test_rendering
[257/902] 623796=test_rdoc_generator_ri
[258/902] 623796=test_kwargs
[259/902] 623796=test_io_wait
[260/902] 623796=json_addition_test
[261/902] 623796=test_qsort
[262/902] 623796=test_drbssl
[263/902] 623793=test_ns_spki
[264/902] 623793=test_fixnum
[265/902] 623793=test_signal
[266/902] 623794=test_trace
[267/902] 623794=test_handle
[268/902] 623794=test_file
[269/902] 623794=test_rdoc_rd_block_parser
[270/902] 623794=json_generator_test
[271/902] 623794=test_init
[272/902] 623793=test_arity
[273/902] 623793=test_threadgroup
[274/902] 623794=test_rdoc_context
[275/902] 623793=test_digest
[276/902] 623793=test_rdoc_extend
[277/902] 623793=test_closure
[278/902] 623793=test_regex_casefold
[279/902] 623794=test_open-uri
[280/902] 623793=test_gem_resolver_local_specification
[281/902] 623793=test_gem_source_git
[282/902] 623794=test_rdoc_markup_heading
[283/902] 623794=test_merge_keys
[284/902] 623794=test_stringify_symbols
[285/902] 623794=test_digest_extend
[286/902] 623794=errors_test
[287/902] 623794=test_iso_8859
[288/902] 623794=test_vm_dump
[289/902] 623794=test_rdoc_generator_pot_po_entry
[290/902] 623794=test_gem_package_tar_writer
[291/902] 623793=test_dns
[292/902] 623794=test_rdoc_markup_to_html
[293/902] 623794=test_document
[294/902] 623794=test_rdoc_alias
[295/902] 623794=test_load
[296/902] 623794=test_gem_resolver_vendor_specification
[297/902] 623794=test_general
[298/902] 623794=test_ossl
[299/902] 623793=test_primitive
[300/902] 623793=test_tempfile
[301/902] 623793=test_kconv
[302/902] 623793=test_data_converters
[303/902] 623793=test_scalar_scanner
[304/902] 623793=test_eval
[305/902] 623793=test_unconverted_fields
[306/902] 623793=test_propertyputref
[307/902] 623793=test_ruby_lex
[308/902] 623793=test_gem_local_remote_options
[309/902] 623793=test_gem_ext_rake_builder
[310/902] 623793=test_rdoc_markup_document
[311/902] 623793=test_method_cache
[312/902] 623793=test_gem_commands_outdated_command
[313/902] 623793=test_gem_source_subpath_problem
[314/902] 623793=test_sprintf_comb
[315/902] 623793=test_alias
[316/902] 623793=test_encoding
[317/902] 623793=test_object
[318/902] 623793=test_gem_resolver_api_specification
[319/902] 623793=test_settracefunc
[320/902] 623793=test_rdoc_parser_simple
[321/902] 623793=test_gem_text
[322/902] 623793=test_win32ole
[323/902] 623793=test_io_buffer
[324/902] 623793=test_sockopt
[325/902] 623793=test_rubyoptions
[326/902] 623794=test_case
[327/902] 623794=test_rdoc_generator_json_index
[328/902] 623794=test_load
[329/902] 623794=bom_test
[330/902] 623794=test_file
[331/902] 623794=test_module
[332/902] 623794=test_config
[333/902] 623794=test_ssl
[334/902] 623793=test_super
[335/902] 623793=test_observer
[336/902] 623793=parameters_signature_test
[337/902] 623793=test_ldap
[338/902] 623793=test_rdoc_parser_changelog
[339/902] 623793=test_rdoc_markup_hard_break
[340/902] 623793=test_gem_safe_marshal
[341/902] 623796=test_thread_cv
[342/902] 623796=test_keyword
[343/902] 623796=test_dryrun
[344/902] 623796=test_gem_resolver_installer_set
[345/902] 623796=test_name_error_extension
[346/902] 623796=test_column_separator
[347/902] 623796=test_windows_1252
[348/902] 623796=test_pkey_dh
[349/902] 623796=test_buffered_io
[350/902] 623796=test_unicode
[351/902] 623796=test_gem_security_signer
[352/902] 623794=test_rubyvm
[353/902] 623794=test_gem_gem_runner
[354/902] 623794=test_rdoc_markup_to_table_of_contents
[355/902] 623796=test_popen_deadlock
[356/902] 623794=test_rdoc_generator_pot
[357/902] 623794=test_switch_hitter
[358/902] 623794=test_optimization
[359/902] 623793=test_tree_spell_checker
[360/902] 623793=test_hash_create
[361/902] 623793=test_gc
[362/902] 623796=test_gem_ext_builder
[363/902] 623797=test_gem_security
[364/902] 623796=test_rdoc_markup_pre_process
[365/902] 623796=test_read
[366/902] 623796=test_rdoc_token_stream
[367/902] 623796=test_x509name
[368/902] 623796=test_rdoc_generator_markup
[369/902] 623796=test_gem_bundler_version_finder
[370/902] 623796=test_symbol
[371/902] 623796=test_gem_source_fetch_problem
[372/902] 623796=test_emoji_breaks
[373/902] 623796=test_win32ole_variant_outarg
[374/902] 623796=test_gem_commands_update_command
[375/902] 623797=test_webauthn_listener_response
[376/902] 623797=test_arity
[377/902] 623797=test_rdoc_markup_to_html_snippet
[378/902] 623797=test_rdoc_single_class
[379/902] 623797=test_gem_request_connection_pools
[380/902] 623797=test_key_event_record
[381/902] 623797=test_ractor_compatibility
[382/902] 623796=test_call
[383/902] 623797=test_shift_jis
[384/902] 623797=test_udp
[385/902] 623797=test_member
[386/902] 623797=constant_path_node_test
[387/902] 623797=test_https
[388/902] 623796=test_gem_request_set
[389/902] 623794=test_gem_commands_push_command
[390/902] 623797=test_default_gems
[391/902] 623797=test_evaluation
[392/902] 623797=test_gem_silent_ui
[393/902] 623797=test_io_timeout
[394/902] 623797=test_singleton_function
[395/902] 623797=test_abbrev
[396/902] 623797=test_comparable
[397/902] 623797=test_pty
[398/902] 623796=test_debug_cmd
[399/902] 623796=test_io
[400/902] 623794=test_workspace
[401/902] 623796=test_rational2
[402/902] 623794=test_gem_package_tar_reader_entry
[403/902] 623796=test_gem_commands_build_command
[404/902] 623797=test_gem_update_suggestion
[405/902] 623797=test_ts
[406/902] 623794=test_locale
[407/902] 623794=test_euc_tw
[408/902] 623794=test_win32ole_param
[409/902] 623794=test_set_len
[410/902] 623794=test_time_tz
[411/902] 623794=test_spell_checker
[412/902] 623794=test_svcb_https
[413/902] 623794=test_buffering
[414/902] 623796=test_wait
[415/902] 623794=test_gem_resolver_lock_set
[416/902] 623794=test_nofree
[417/902] 623794=test_did_you_mean
[418/902] 623794=test_completion
[419/902] 623796=test_range
[420/902] 623797=test_win32ole_type
[421/902] 623797=test_metaclass
[422/902] 623797=test_marshal
[423/902] 623794=test_rdoc_method_attr
[424/902] 623796=test_ractor
[425/902] 623794=test_liberal_parsing
[426/902] 623794=test_cgi_cookie
[427/902] 623794=test_inputs_scanner
[428/902] 623794=test_rdoc_markup_include
[429/902] 623794=test_gem_commands_unpack_command
[430/902] 623797=test_win32ole_variant
[431/902] 623797=test_nkf
[432/902] 623796=test_ssl
[433/902] 623794=test_new
[434/902] 623794=test_cipher
[435/902] 623797=test_gem
[436/902] 623794=test_resource
[437/902] 623794=test_tsort
[438/902] 623794=test_gem_commands_specification_command
[439/902] 623796=test_reqarg
[440/902] 623796=test_resolve_symbol
[441/902] 623796=test_parser
[442/902] 623796=test_gem_rdoc
[443/902] 623794=test_cgi_core
[444/902] 623794=test_history
[445/902] 623794=test_sleep
[446/902] 623796=test_case_mapping
[447/902] 623796=test_ripper
[448/902] 623796=test_gem_commands_server_command
[449/902] 623796=test_extlibs
[450/902] 623794=test_rdoc_tom_doc
[451/902] 623794=test_cparser
[452/902] 623793=test_pkey_rsa
[453/902] 623793=test_numhash
[454/902] 623793=json_common_interface_test
[455/902] 623793=test_memory_view
[456/902] 623797=test_function
[457/902] 623797=test_instrumentation_api
[458/902] 623793=test_enum
[459/902] 623796=test_gem_validator
[460/902] 623796=test_config
[461/902] 623797=test_serialize_subclasses
[462/902] 623797=test_autoload
[463/902] 623796=test_class
[464/902] 623796=test_engine
[465/902] 623796=test_rdoc_i18n_locale
[466/902] 623796=test_dot_dot
[467/902] 623796=test_key_error
[468/902] 623796=test_verbose
[469/902] 623796=test_integer
[470/902] 623794=test_jaro_winkler
[471/902] 623794=test_yamlstore
[472/902] 623794=test_enumerable
[473/902] 623794=test_literal
[474/902] 623793=test_ractor
[475/902] 623793=test_gem_commands_query_command
[476/902] 623794=test_placearg
[477/902] 623794=test_gem_source_local
[478/902] 623794=test_pinned
[479/902] 623793=test_common
[480/902] 623794=test_thread
[481/902] 623794=test_table
[482/902] 623794=test_gem_ext_cargo_builder_link_flag_converter
[483/902] 623794=test_rdoc_markup_formatter
[484/902] 623793=test_gem_resolver_dependency_request
[485/902] 623794=test_continuation
[486/902] 623793=test_x509ext
[487/902] 623793=test_win32ole_type_event
[488/902] 623793=test_pack
[489/902] 623793=test_delete
[490/902] 623793=test_gem_version_option
[491/902] 623794=test_ractor
[492/902] 623793=test_files_test
[493/902] 623794=test_fstring
[494/902] 623793=test_pkey
[495/902] 623794=test_drbobject
[496/902] 623793=test_array
[497/902] 623793=test_gem_commands_cleanup_command
[498/902] 623794=test_data
[499/902] 623794=test_profile_frames
[500/902] 623794=test_rdoc_markup_raw
[501/902] 623794=test_exit
[502/902] 623794=test_enumerator_kw
[503/902] 623794=test_bash_completion
[504/902] 623794=test_gem_package_tar_header
[505/902] 623794=test_files_ext
[506/902] 623794=test_singleton
[507/902] 623794=test_weakref
[508/902] 623793=test_whileuntil
[509/902] 623794=test_eval_history
[510/902] 623796=dispatcher_test
[511/902] 623794=test_timeout
[512/902] 623793=test_tmpdir
[513/902] 623796=test_delegate
[514/902] 623796=test_system
[515/902] 623793=test_bigzero
[516/902] 623793=test_gem_resolver_api_set
[517/902] 623793=test_monitor
[518/902] 623793=test_pack
[519/902] 623794=test_sizeof
[520/902] 623793=test_face
[521/902] 623793=test_invalid
[522/902] 623793=test_modify_expand
[523/902] 623793=test_gem_available_set
[524/902] 623793=test_sleep
[525/902] 623793=test_at_exit
[526/902] 623796=test_gem_dependency_installer
[527/902] 623793=test_c_struct_entry
[528/902] 623793=test_scalar
[529/902] 623793=test_gem_commands_stale_command
[530/902] 623793=test_type
[531/902] 623793=test_gem_resolver_index_specification
[532/902] 623797=test_gem_source_vendor
[533/902] 623793=test_rdoc_rubygems_hook
[534/902] 623797=test_x509req
[535/902] 623793=test_integer_comb
[536/902] 623797=test_row
[537/902] 623797=test_http
[538/902] 623796=test_trick
[539/902] 623793=test_random
[540/902] 623793=test_mul
[541/902] 623793=test_basicinstructions
[542/902] 623793=test_string_processing
[543/902] 623793=test_insns_leaf
[544/902] 623793=test_key_actor_emacs
[545/902] 623793=test_null
[546/902] 623794=test_gem_commands_lock_command
[547/902] 623793=test_stream
[548/902] 623793=test_stringscanner
[549/902] 623794=test_normalize
[550/902] 623794=test_show_source
[551/902] 623794=test_gem_resolver_activation_request
[552/902] 623794=test_rdoc_markup_indented_paragraph
[553/902] 623794=test_rdoc_cross_reference
[554/902] 623793=test_pkg_config
[555/902] 623793=test_utf32
[556/902] 623793=test_gb18030
[557/902] 623793=test_noarg
[558/902] 623793=test_filter
[559/902] 623797=test_skip_lines
[560/902] 623797=test_inadvertent_creation
[561/902] 623793=test_method
[562/902] 623797=test_gem_ext_configure_builder
[563/902] 623797=test_rbconfig
[564/902] 623797=test_koi8
[565/902] 623797=test_dln
[566/902] 623797=test_gem_security_trust_dir
[567/902] 623797=test_cesu8
[568/902] 623797=test_gem_commands_fetch_command
[569/902] 623794=test_process
[570/902] 623797=test_rand
[571/902] 623797=test_fd_setsize
[572/902] 623797=test_resize
[573/902] 623797=test_x509attr
[574/902] 623797=test_gem_request_set_lockfile_tokenizer
[575/902] 623797=test_cgi_session
[576/902] 623797=test_x509store
[577/902] 623796=test_x509crl
[578/902] 623796=test_securerandom
[579/902] 623797=test_refinement
[580/902] 623796=test_ansi_with_terminfo
[581/902] 623796=test_force_quotes
[582/902] 623796=test_rdoc_parser
[583/902] 623796=test_passing_block
[584/902] 623796=test_protocol
[585/902] 623796=test_require_path_check
[586/902] 623796=test_gem_dependency
[587/902] 623796=test_gem_commands_signin_command
[588/902] 623796=test_macro
[589/902] 623796=test_yamldbm
[590/902] 623796=test_console_attr
[591/902] 623796=test_ractor
[592/902] 623796=test_gem_request_set_gem_dependency_api
[593/902] 623796=test_gem_version
[594/902] 623796=test_date_strptime
[595/902] 623796=test_rubygems
[596/902] 623796=test_rdoc_markup_attribute_manager
[597/902] 623796=test_ubf_async_safe
[598/902] 623796=test_gem_doctor
[599/902] 623796=test_recursion
[600/902] 623796=test_coderange
[601/902] 623796=test_gem_commands_owner_command
[602/902] 623796=test_gem_resolver_composed_set
[603/902] 623796=test_gem_impossible_dependencies_error
[604/902] 623796=test_win32ole_record
[605/902] 623796=test_pipe
[606/902] 623796=comments_test
[607/902] 623796=test_rational
[608/902] 623796=test_gem_stub_specification
[609/902] 623796=test_mdns
[610/902] 623796=test_numeric
[611/902] 623796=test_require_lib
[612/902] 623797=test_rdoc_markup_to_tt_only
[613/902] 623797=test_framework
[614/902] 623797=test_objectspace
[615/902] 623797=test_hmac
[616/902] 623797=test_time
[617/902] 623797=test_gem_commands_search_command
[618/902] 623797=test_scheduler
[619/902] 623797=test_zlib
[620/902] 623796=test_emoji
[621/902] 623796=test_sorted_set
[622/902] 623796=test_gem_requirement
[623/902] 623796=test_cp949
[624/902] 623796=test_condition
[625/902] 623796=test_rdoc_class_module
[626/902] 623796=test_proc
[627/902] 623796=test_store
[628/902] 623796=test_key_actor_vi
[629/902] 623796=test_ansi_without_terminfo
[630/902] 623796=test_date_attr
[631/902] 623796=test_boolean
[632/902] 623796=test_prettyprint
[633/902] 623796=test_ipaddr
[634/902] 623796=test_enc_str_buf_cat
[635/902] 623796=parse_comments_test
[636/902] 623796=test_unicode_normalize
[637/902] 623793=test_queue
[638/902] 623793=test_reline_key
[639/902] 623793=test_stringio
[640/902] 623793=test_gem_resolver_specification
[641/902] 623793=test_enc_raise
[642/902] 623793=test_variable
[643/902] 623793=test_flags
[644/902] 623793=test_recorder
[645/902] 623793=test_pkcs12
[646/902] 623793=memsize_test
[647/902] 623793=test_scanner_events
[648/902] 623793=test_defined
[649/902] 623793=test_files_test_2
[650/902] 623793=test_addrinfo
[651/902] 623793=test_rdoc_markup_attributes
[652/902] 623793=test_utf16
[653/902] 623793=test_gem_package_tar_reader
[654/902] 623793=test_tcp
[655/902] 623793=test_gem_commands_contents_command
[656/902] 623793=test_webauthn_poller
[657/902] 623793=test_terminfo
[658/902] 623793=test_rdoc_ri_paths
[659/902] 623793=test_rdoc_any_method
[660/902] 623793=test_nil
[661/902] 623793=test_complexrational
[662/902] 623793=test_bug-14834
[663/902] 623793=test_syslog
[664/902] 623793=test_autoconf
[665/902] 623793=test_logperiod
[666/902] 623793=test_cgi_multipart
[667/902] 623793=test_process
[668/902] 623793=test_rinda
[669/902] 623797=test_gem_commands_info_command
[670/902] 623797=test_backtrace
[671/902] 623796=test_string
[672/902] 623796=test_rdoc_task
[673/902] 623796=test_rdoc_comment
[674/902] 623796=test_gem_config_file
[675/902] 623796=test_forwardable
[676/902] 623797=test_big2str
[677/902] 623797=test_yjit_exit_locations
[678/902] 623796=test_raise
[679/902] 623796=test_dir_m17n
[680/902] 623797=desugar_compiler_test
[681/902] 623797=test_yaml_tree
[682/902] 623797=test_fnmatch
[683/902] 623797=test_rdoc_i18n_text
[684/902] 623797=test_euc_jp
[685/902] 623797=test_storage
[686/902] 623797=test_x509cert
[687/902] 623793=test_erb_m17n
[688/902] 623793=test_shapes
[689/902] 623793=test_string
[690/902] 623793=test_gem_spec_fetcher
[691/902] 623793=test_iterator
[692/902] 623797=test_gem_commands_environment_command
[693/902] 623793=pattern_test
[694/902] 623793=test_logdevice
[695/902] 623797=test_date
[696/902] 623797=encoding_test
[697/902] 623797=test_rdoc_markup_to_rdoc
[698/902] 623797=test_external_new
[699/902] 623797=test_signedness
[700/902] 623796=test_gem_resolver_lock_specification
[701/902] 623796=test_win32ole_typelib
[702/902] 623796=test_gem_ext_cmake_builder
[703/902] 623796=test_rdoc_parser_ruby
[704/902] 623793=test_ractor
[705/902] 623793=test_httpresponse
[706/902] 623793=test_econv
[707/902] 623794=test_hash
[708/902] 623793=test_egrep_cpp
[709/902] 623793=test_parser_events
[710/902] 623796=test_c_struct_builder
[711/902] 623793=test_date_arith
[712/902] 623793=test_date_conv
[713/902] 623793=test_key_name_check
[714/902] 623793=test_rdoc_markup_to_html_crossref
[715/902] 623793=test_append
[716/902] 623793=test_env
[717/902] 623796=test_stack
[718/902] 623796=test_uncorrectable_name_check
[719/902] 623796=test_gem_commands_which_command
[720/902] 623796=locals_test
[721/902] 623796=test_depth_first
[722/902] 623796=test_str2big
[723/902] 623796=test_parse
[724/902] 623796=test_inlinecache
[725/902] 623796=test_gem_resolver_git_set
[726/902] 623797=test_unicode_escape
[727/902] 623796=test_gem_resolver
[728/902] 623797=parse_test
[729/902] 623793=test_gem_uninstaller
[730/902] 623796=test_within_pipe
[731/902] 623796=test_const
[732/902] 623796=test_gem_package_old
[733/902] 623796=test_class
[734/902] 623793=test_beginendblock
[735/902] 623794=test_last_thread
[736/902] 623793=test_rdoc_rd_inline_parser
[737/902] 623793=test_rendering
[738/902] 623793=test_set
[739/902] 623793=test_rdoc_context_section
[740/902] 623793=test_bug_reporter
[741/902] 623794=test_rdoc_rdoc
[742/902] 623793=test_io_console
[743/902] 623794=test_gem_security_policy
[744/902] 623794=test_c_union_entity
[745/902] 623794=test_generic
[746/902] 623794=test_gem_commands_dependency_command
[747/902] 623794=test_files_sample
[748/902] 623794=test_m17n
[749/902] 623794=test_rdoc_markup
[750/902] 623794=test_yjit
[751/902] 623797=test_gem_request
[752/902] 623793=test_weakkeymap
[753/902] 623797=test_io_buffer
[754/902] 623797=test_argf
[755/902] 623793=test_gem_name_tuple
[756/902] 623793=test_gem_commands_list_command
[757/902] 623793=test_gem_install_update_options
[758/902] 623796=test_drb
[759/902] 623793=test_require
[760/902] 623793=test_update
[761/902] 623793=test_word
[762/902] 623793=test_bug-5832
[763/902] 623793=test_rdoc_markup_to_markdown
[764/902] 623793=test_numeric
[765/902] 623793=test_debug
[766/902] 623793=ripper_compat_test
[767/902] 623793=test_iseq_load
[768/902] 623793=test_syntax
[769/902] 623797=test_yaml_special_cases
[770/902] 623797=test_gem_source_list
[771/902] 623797=test_yield_block
[772/902] 623797=test_raise_exception
[773/902] 623797=test_gem_source_specific_file
[774/902] 623797=test_rdoc_markup_paragraph
[775/902] 623797=test_rdoc_markup_to_joined_paragraph
[776/902] 623797=json_encoding_test
[777/902] 623797=test_formatter
[778/902] 623797=test_object_create_start
[779/902] 623797=test_nil2vtempty
[780/902] 623797=test_pkcs7
[781/902] 623797=test_weakmap
[782/902] 623796=test_typeddata
[783/902] 623794=test_complex2
[784/902] 623796=test_bug-3571
[785/902] 623794=test_compile_prism
[786/902] 623796=test_syslog_logger
[787/902] 623794=test_yaml
[788/902] 623796=test_thread_fd_close
[789/902] 623794=test_exception_at_throwing
[790/902] 623796=test_pattern_key_name_check
[791/902] 623796=test_erb_command
[792/902] 623796=test_postponed_job
[793/902] 623794=test_gem_request_set_lockfile
[794/902] 623796=test_case_options
[795/902] 623796=test_rdoc_markdown_test
[796/902] 623794=test_rdoc_normal_module
[797/902] 623794=test_color_printer
[798/902] 623794=test_array_create
[799/902] 623794=test_libs
[800/902] 623794=test_gem_commands_mirror
[801/902] 623794=test_ostruct
[802/902] 623794=test_math
[803/902] 623794=test_gc
[804/902] 623794=test_gem_source_installed
[805/902] 623794=test_remote_fetch_error
[806/902] 623794=test_gem_commands_help_command
[807/902] 623794=test_notimplement
[808/902] 623794=test_dir
[809/902] 623794=test_case
[810/902] 623794=test_sprintf
[811/902] 623794=test_nonblock
[812/902] 623796=test_strip
[813/902] 623794=test_cmd
[814/902] 623796=test_not
[815/902] 623796=test_gem_dependency_resolution_error
[816/902] 623796=test_gem_commands_exec_command
[817/902] 623794=test_gem_command
[818/902] 623794=test_rdoc_parser_rd
[819/902] 623794=test_clone
[820/902] 623794=test_readpartial
[821/902] 623794=test_path_to_class
[822/902] 623794=test_gem_request_set_lockfile_parser
[823/902] 623796=test_each
[824/902] 623796=test_gem_remote_fetcher
[825/902] 623794=test_complex
[826/902] 623794=version_test
[827/902] 623794=test_acl
[828/902] 623794=test_zsh_completion
[829/902] 623794=test_windows_1251
[830/902] 623794=test_gem_ext_ext_conf_builder
[831/902] 623794=test_big5
[832/902] 623794=test_configuration
[833/902] 623794=test_yield
[834/902] 623796=test_frozen
[835/902] 623796=test_timeout
[836/902] 623796=test_convertible
[837/902] 623793=test_nesting_parser
[838/902] 623793=test_win32ole_param_event
[839/902] 623793=test_erb
[840/902] 623793=test_pattern_matching
[841/902] 623793=test_kdf
[842/902] 623793=test_gem_commands_uninstall_command
[843/902] 623793=test_tracepoint
[844/902] 623793=test_fileutils
[845/902] 623794=test_internal_ivar
[846/902] 623794=test_time
[847/902] 623794=test_stream
[848/902] 623794=test_getopts
[849/902] 623794=test_httpresponses
[850/902] 623794=test_method_name_check
[851/902] 623794=test_import
[852/902] 623793=test_stat
[853/902] 623793=test_rdoc_text
[854/902] 623793=test_asn1
[855/902] 623793=test_date_marshal
[856/902] 623793=test_method_cache
[857/902] 623793=test_features
[858/902] 623793=test_require
[859/902] 623793=test_gem_commands_signout_command
[860/902] 623793=test_cgi_modruby
[861/902] 623793=test_logger
[862/902] 623793=test_rdoc_servlet
[863/902] 623793=test_psych
[864/902] 623793=test_err_in_callback
[865/902] 623793=test_class_name_check
[866/902] 623793=test_exception
[867/902] 623797=test_grapheme_breaks
[868/902] 623797=test_rdoc_markup_to_bs
[869/902] 623797=test_address_resolve
[870/902] 623797=test_summary
[871/902] 623797=test_gem_resolver_conflict
[872/902] 623797=test_foreach
[873/902] 623797=test_iter_break
[874/902] 623797=test_dup
[875/902] 623797=regexp_test
[876/902] 623797=test_num2int
[877/902] 623797=test_gem_resolver_best_set
[878/902] 623797=test_eval
[879/902] 623797=test_cgi_util
[880/902] 623797=json_string_matching_test
[881/902] 623797=test_key_stroke
[882/902] 623797=test_m17n_comb
[883/902] 623794=test_gem_resolver_index_set
[884/902] 623794=test_ast
[885/902] 623797=test_rdoc_markup_verbatim
[886/902] 623797=test_gbk
[887/902] 623797=test_rdoc_generator_pot_po
[888/902] 623797=test_undef
[889/902] 623797=test_ole_methods
[890/902] 623797=test_string
[891/902] 623793=test_folderitem2_invokeverb
[892/902] 623793=test_gem_ext_cargo_builder_unit
[893/902] 623793=test_set
[894/902] 623793=test_have_macro
[895/902] 623796=test_data
[896/902] 623796=test_kill_ring
[897/902] 623796=test_row_separator
[898/902] 623796=test_encoding
[899/902] 623796=test_delegation
[900/902] 623796=test_constant
[901/902] 623793=test_rdoc_markup_parser
[902/902] 623793=test_hash
Finished tests in 818.989799s, 32.7721 tests/s, 11646.4772 assertions/s.
26840 tests, 9538346 assertions, 0 failures, 0 errors, 228 skips
ruby -v: ruby 3.4.0dev (2024-01-18T22:55:12Z master 61da90c1b8) [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
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for '/tmp/ruby/src/master-no-rjit/enc/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/nkf'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/nkf'
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/syslog'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
$ /tmp/ruby/build/master-no-rjit/miniruby -I/tmp/ruby/src/master-no-rjit/lib /tmp/ruby/src/master-no-rjit/tool/runruby.rb --archdir=/tmp/ruby/build/master-no-rjit --extout=.ext -- /tmp/ruby/src/master-no-rjit/spec/mspec/bin/mspec-run -B /tmp/ruby/src/master-no-rjit/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-18T22:55:12Z master 61da90c1b8) [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 258.074958 seconds
3728 files, 32023 examples, 169719 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.