# Logfile created on 2024-08-31 03:18:23 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007fc879a4fdc8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-yjit", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-yjit", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-yjit", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-yjit", @configure_opts=["cppflags=-DYJIT_FORCE_ENABLE"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-yjit.20240831-031823", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007fc879a71d10 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fc879a719a0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fc87998a690 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20240831-031823", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20240831-031823>, @binmode=false, @mon_data=#<Monitor:0x00007fc879a71720>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/power_assert.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/typeprof.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-yjit/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
Already up to date.
Latest commit hash = f1a7966187
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-yjit/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/power_assert.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/typeprof.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-yjit/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-yjit/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

builtin_binary.inc updated
2568fe1c7f31c3b0e466bc210b625ad6807f586d11427732b550515165b7de46  builtin_binary.inc
compiling /tmp/ruby/src/trunk-yjit/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/power_assert.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/typeprof.revision -
generating enc.mk
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/typeprof.revision unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-yjit/gems/power_assert-2.0.3.gem
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common  /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-yjit/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk-yjit/bin
installing base libraries:          /tmp/ruby/install/trunk-yjit/lib
installing arch files:              /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-yjit/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-yjit/bin
installing library scripts:         /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-yjit/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.14.0
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.5.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 1.0.0
                                    pstore 0.1.3
                                    rdoc 6.7.0
                                    readline 0.0.4
                                    reline 0.5.9
                                    resolv 0.4.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.2
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.2
                                    strscan 3.1.1
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0
                                    minitest 5.25.1
                                    rake 13.2.1
                                    test-unit 3.6.2
                                    rexml 3.3.6
                                    rss 0.3.1
                                    net-ftp 0.3.7
                                    net-imap 0.4.15
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.5.3
                                    typeprof 0.21.11
                                    debug 1.9.2
                                    racc 1.8.1
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.8
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.3.0
installing bundled gem cache:       /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0/cache
skipped bundled gems:
    power_assert-2.0.4dev.gem       not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1982 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Checking leaked global symbols...none
/tmp/ruby/src/trunk-yjit/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-yjit/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-yjit/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-yjit/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-yjit/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-yjit/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-yjit/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-yjit/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-yjit/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
Run options: 
  --seed=35872
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common  /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-yjit/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

[  1/914] 527473=test_irb
[  2/914] 527476=test_helper_method
[  3/914] 527475=test_key_name_check
[  4/914] 527474=test_rdoc_generator_pot_po
[  5/914] 527475=test_httpheader
[  6/914] 527476=test_rdoc_ri_driver
[  7/914] 527475=test_rdoc_markup_attribute_manager
[  8/914] 527474=test_rat
[  9/914] 527474=regexp_test
[ 10/914] 527474=test_scalar_scanner
[ 11/914] 527474=test_gb18030
[ 12/914] 527474=test_cipher
[ 13/914] 527475=test_gem_resolver_composed_set
[ 14/914] 527474=test_gem_package_tar_writer
[ 15/914] 527473=test_new
[ 16/914] 527473=test_whileuntil
[ 17/914] 527473=test_multi_irb_commands
[ 18/914] 527473=test_monitor
[ 19/914] 527475=test_cd
[ 20/914] 527475=implicit_array_test
[ 21/914] 527475=test_cgi_cookie
[ 22/914] 527473=json_string_matching_test
[ 23/914] 527475=test_mul
[ 24/914] 527473=test_gem_ext_rake_builder
[ 25/914] 527475=test_pstore
[ 26/914] 527474=regular_expression_options_test
[ 27/914] 527474=test_hash
[ 28/914] 527475=test_cgi_util
[ 29/914] 527476=test_dir
[ 30/914] 527475=test_acceptable
[ 31/914] 527475=test_rdoc_markup_heading
[ 32/914] 527476=test_metaclass
[ 33/914] 527475=test_gbk
[ 34/914] 527475=test_x509attr
[ 35/914] 527476=test_key_error
[ 36/914] 527476=test_engine
[ 37/914] 527475=test_warning
[ 38/914] 527476=test_gem_resolver_dependency_request
[ 39/914] 527475=test_yjit
[ 40/914] 527476=test_rdoc_markup_verbatim
[ 41/914] 527476=test_rdoc_parser
[ 42/914] 527476=test_m17n
[ 43/914] 527473=test_argf
[ 44/914] 527476=test_pinned
[ 45/914] 527476=test_ssl_session
[ 46/914] 527476=test_bn
[ 47/914] 527476=test_config
[ 48/914] 527476=test_gem_platform
[ 49/914] 527476=test_exit
[ 50/914] 527476=test_x509ext
[ 51/914] 527476=breadth_first_search_test
[ 52/914] 527476=test_gem_security_signer
[ 53/914] 527476=test_set
[ 54/914] 527476=test_buffered_io
[ 55/914] 527476=test_cparser
[ 56/914] 527476=test_generic
[ 57/914] 527476=test_refinement
[ 58/914] 527474=test_rdoc_code_object
[ 59/914] 527474=test_rdoc_markup_to_table_of_contents
[ 60/914] 527474=test_gem_dependency_list
[ 61/914] 527474=test_win32ole_variant_m
[ 62/914] 527474=test_random_formatter
[ 63/914] 527474=test_complex
[ 64/914] 527474=test_ellipsize
[ 65/914] 527474=test_gem_commands_environment_command
[ 66/914] 527474=test_x509crl
[ 67/914] 527474=test_cgi_session
[ 68/914] 527474=test_color_printer
[ 69/914] 527474=test_gem_commands_uninstall_command
[ 70/914] 527473=test_option
[ 71/914] 527473=test_rdoc_rubygems_hook
[ 72/914] 527473=test_tracer
[ 73/914] 527473=test_gem_request_connection_pools
[ 74/914] 527475=test_syntax
[ 75/914] 527474=test_to_ruby
[ 76/914] 527474=test_gem_resolver_installer_set
[ 77/914] 527476=test_type_completor
[ 78/914] 527476=test_completion
[ 79/914] 527473=test_method_name_check
[ 80/914] 527473=test_proxy
[ 81/914] 527474=test_fiber
[ 82/914] 527473=test_libs
[ 83/914] 527473=test_dln
[ 84/914] 527473=test_math
[ 85/914] 527473=test_gem_commands_info_command
[ 86/914] 527473=test_gc
[ 87/914] 527473=test_wss
[ 88/914] 527476=heredoc_test
[ 89/914] 527476=test_tree_builder
[ 90/914] 527476=test_bundled_ca
[ 91/914] 527473=test_at_exit
[ 92/914] 527473=test_protect
[ 93/914] 527473=test_rdoc_markup_to_html
[ 94/914] 527473=test_rational2
[ 95/914] 527473=test_case
[ 96/914] 527473=fixtures_test
[ 97/914] 527473=library_symbols_test
[ 98/914] 527473=test_pkg_config
[ 99/914] 527473=test_http
[100/914] 527476=test_show_source
[101/914] 527476=test_env
[102/914] 527476=test_asn1
[103/914] 527476=test_debug
[104/914] 527476=test_gem_package_tar_reader_entry
[105/914] 527476=test_gem_resolver_requirement_list
[106/914] 527476=test_insns_leaf
[107/914] 527476=test_arith_seq_beg_len_step
[108/914] 527476=test_filter
[109/914] 527474=constant_path_node_test
[110/914] 527476=test_files_ext
[111/914] 527474=test_allocation
[112/914] 527476=test_koi8
[113/914] 527476=test_gem_resolver_activation_request
[114/914] 527476=test_evaluation
[115/914] 527476=test_eval_history
[116/914] 527476=test_x509req
[117/914] 527476=test_string_memory
[118/914] 527476=string_encoding_test
[119/914] 527476=test_https
[120/914] 527475=test_gem_source_subpath_problem
[121/914] 527475=test_gem_commands_pristine_command
[122/914] 527473=test_alias_and_anchor
[123/914] 527473=test_line_editor
[124/914] 527473=test_pty
[125/914] 527473=test_stringify_symbols
[126/914] 527473=test_digest_extend
[127/914] 527473=test_sockopt
[128/914] 527473=test_ast
[129/914] 527475=test_etc
[130/914] 527475=test_encoding
[131/914] 527475=test_emitter
[132/914] 527475=test_omap
[133/914] 527475=test_shellwords
[134/914] 527475=test_stream
[135/914] 527475=test_gem_request_set
[136/914] 527475=test_gem_resolver_index_specification
[137/914] 527475=test_win32ole_method_event
[138/914] 527475=test_io
[139/914] 527474=test_date_marshal
[140/914] 527474=test_gem_dependency
[141/914] 527474=test_primitive
[142/914] 527474=test_float
[143/914] 527474=test_ws
[144/914] 527474=test_gem_commands_build_command
[145/914] 527474=test_scheduler
[146/914] 527474=test_boolean
[147/914] 527474=test_iseq_load
[148/914] 527474=test_document
[149/914] 527474=test_rdoc_servlet
[150/914] 527474=test_rdoc_top_level
[151/914] 527476=test_frozen
[152/914] 527476=test_rdoc_markup_to_joined_paragraph
[153/914] 527476=test_integer
[154/914] 527474=test_rdoc_normal_class
[155/914] 527476=test_basicsocket
[156/914] 527474=test_unicode
[157/914] 527476=test_weakmap
[158/914] 527474=test_gem_ext_builder
[159/914] 527474=test_yamldbm
[160/914] 527474=test_rdoc_rd_inline
[161/914] 527474=test_popen_deadlock
[162/914] 527474=test_x509cert
[163/914] 527474=test_typeddata
[164/914] 527474=test_kdf
[165/914] 527474=test_files_test_1
[166/914] 527475=node_id_test
[167/914] 527475=test_thread_cv
[168/914] 527475=test_dup
[169/914] 527475=test_logdevice
[170/914] 527476=test_gem_ext_cargo_builder
[171/914] 527474=test_gem_installer
[172/914] 527476=pattern_test
[173/914] 527476=test_duplicate
[174/914] 527476=test_nomethod_error
[175/914] 527476=test_recursion
[176/914] 527476=test_object_create_start
[177/914] 527476=test_webauthn_listener_response
[178/914] 527476=test_case_comprehensive
[179/914] 527476=test_arith_seq_extract
[180/914] 527476=test_psych
[181/914] 527476=test_logperiod
[182/914] 527476=magic_comment_test
[183/914] 527476=test_rational
[184/914] 527476=test_sprintf
[185/914] 527475=test_command
[186/914] 527476=test_gem_bundler_version_finder
[187/914] 527476=test_rdoc_markup_paragraph
[188/914] 527476=test_date_strftime
[189/914] 527476=test_nextafter
[190/914] 527475=test_capacity
[191/914] 527475=test_ractor
[192/914] 527476=test_function_entry
[193/914] 527476=lex_test
[194/914] 527475=test_deprecate
[195/914] 527475=test_rdoc_constant
[196/914] 527475=test_dir_m17n
[197/914] 527476=test_tree_spell_checker
[198/914] 527476=test_require_lib
[199/914] 527475=test_rdoc_markup_pre_process
[200/914] 527475=test_rdoc_rd_inline_parser
[201/914] 527475=test_objectspace
[202/914] 527476=test_open3
[203/914] 527474=test_rdoc_encoding
[204/914] 527474=test_win32ole_typelib
[205/914] 527474=test_gem_commands_lock_command
[206/914] 527474=test_euc_jp
[207/914] 527474=test_external_new
[208/914] 527474=test_rdoc_markdown
[209/914] 527474=test_process
[210/914] 527474=test_iterator
[211/914] 527475=test_string
[212/914] 527475=test_rdoc_parser_prism_ruby
[213/914] 527476=test_data
[214/914] 527476=locals_test
[215/914] 527475=test_parser
[216/914] 527475=test_key_event_record
[217/914] 527475=test_cmethod
[218/914] 527475=test_find
[219/914] 527475=test_storage
[220/914] 527475=test_http_request
[221/914] 527475=test_gem_ext_configure_builder
[222/914] 527475=test_recorder
[223/914] 527475=test_string
[224/914] 527476=test_not
[225/914] 527476=test_terminfo
[226/914] 527476=test_rdoc_markup_include
[227/914] 527476=test_bug-14834
[228/914] 527476=test_rdoc_context_section
[229/914] 527476=test_assembler
[230/914] 527476=json_fixtures_test
[231/914] 527476=test_closure
[232/914] 527474=test_addrinfo
[233/914] 527474=test_variable
[234/914] 527474=integer_parse_test
[235/914] 527474=test_rdoc_parser_c
[236/914] 527474=test_digest
[237/914] 527474=test_gem_source
[238/914] 527476=test_class2name
[239/914] 527476=test_ftp
[240/914] 527476=test_custom_command
[241/914] 527476=test_benchmark
[242/914] 527474=test_bmethod
[243/914] 527474=test_array
[244/914] 527476=test_key_stroke
[245/914] 527476=test_set_len
[246/914] 527476=test_depth_first
[247/914] 527476=test_usrmarshal
[248/914] 527476=test_gem_commands_exec_command
[249/914] 527476=test_pack
[250/914] 527476=test_weakkeymap
[251/914] 527476=test_dot_dot
[252/914] 527476=test_formatter
[253/914] 527476=test_defined
[254/914] 527476=test_enc_raise
[255/914] 527476=heredoc_dedent_test
[256/914] 527476=test_data
[257/914] 527476=test_require
[258/914] 527476=test_gem_commands_dependency_command
[259/914] 527476=test_memory_view
[260/914] 527474=test_array
[261/914] 527474=test_gem_stream_ui
[262/914] 527474=test_rdoc_generator_ri
[263/914] 527474=test_trace
[264/914] 527476=unescape_test
[265/914] 527474=test_c_struct_builder
[266/914] 527474=test_rendering
[267/914] 527474=test_type
[268/914] 527474=test_arity
[269/914] 527474=test_gem_source_lock
[270/914] 527474=test_gem_resolver_lock_specification
[271/914] 527474=test_pack
[272/914] 527474=test_placearg
[273/914] 527474=test_system
[274/914] 527476=test_nofree
[275/914] 527476=test_continuation
[276/914] 527476=test_gem_name_tuple
[277/914] 527476=test_change_word
[278/914] 527476=test_raise
[279/914] 527476=test_string
[280/914] 527476=test_delete
[281/914] 527476=parse_test
[282/914] 527476=test_date_arith
[283/914] 527476=numeric_value_test
[284/914] 527476=test_rdoc_markup_hard_break
[285/914] 527476=test_fnmatch
[286/914] 527476=test_sleep
[287/914] 527474=test_mailto
[288/914] 527474=test_singleton
[289/914] 527474=test_files_test
[290/914] 527474=test_gem_spec_fetcher
[291/914] 527474=test_member
[292/914] 527474=test_my_integer
[293/914] 527474=test_face
[294/914] 527474=test_sizeof
[295/914] 527476=test_debugger_integration
[296/914] 527476=test_signedness
[297/914] 527473=test_ractor
[298/914] 527473=test_transcode
[299/914] 527473=test_rbconfig
[300/914] 527473=test_file_exhaustive
[301/914] 527474=test_erb_m17n
[302/914] 527474=test_inlinecache
[303/914] 527474=test_macro
[304/914] 527474=test_tsort
[305/914] 527474=test_gem_commands_signin_command
[306/914] 527474=test_gem_command_manager
[307/914] 527474=test_delegate
[308/914] 527474=test_gem_ci_detector
[309/914] 527474=test_ostruct
[310/914] 527474=test_complex2
[311/914] 527474=test_io_wait_uncommon
[312/914] 527474=test_gem_safe_yaml
[313/914] 527474=test_gem_commands_install_command
[314/914] 527476=test_rdoc_markup_to_ansi
[315/914] 527476=test_x509store
[316/914] 527476=test_gem_source_fetch_problem
[317/914] 527476=test_numeric
[318/914] 527476=test_gem_commands_search_command
[319/914] 527476=comments_test
[320/914] 527476=test_erb_command
[321/914] 527476=test_method
[322/914] 527474=test_gem_commands_check_command
[323/914] 527474=dump_test
[324/914] 527474=test_ractor_compatibility
[325/914] 527474=test_super
[326/914] 527474=test_hmac
[327/914] 527474=test_shift_jis
[328/914] 527474=test_integer_comb
[329/914] 527473=test_numeric
[330/914] 527473=test_word
[331/914] 527473=test_alias
[332/914] 527473=test_arity
[333/914] 527473=json_generic_object_test
[334/914] 527473=test_rdoc_markdown_test
[335/914] 527473=test_rdoc_normal_module
[336/914] 527473=test_rdoc_markup
[337/914] 527473=test_rdoc_generator_json_index
[338/914] 527473=test_pointer
[339/914] 527474=test_gem_request_set_lockfile_tokenizer
[340/914] 527474=attribute_write_test
[341/914] 527474=test_update
[342/914] 527474=test_dns
[343/914] 527473=test_cgi_header
[344/914] 527473=test_pkcs7
[345/914] 527473=test_hash_create
[346/914] 527473=warnings_test
[347/914] 527473=dispatcher_test
[348/914] 527473=test_switch_hitter
[349/914] 527473=command_line_test
[350/914] 527473=test_windows_1252
[351/914] 527473=test_rand
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 14 : #<TCPSocket:fd 14, AF_INET, 127.0.0.1, 49494>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 14
[352/914] 527474=test_gem_commands_setup_command
[353/914] 527475=test_win32ole_method
[354/914] 527475=test_cgi_modruby
[355/914] 527475=test_gem_impossible_dependencies_error
[356/914] 527475=test_ts
[357/914] 527473=parse_stream_test
[358/914] 527473=test_locale
[359/914] 527473=test_stat
[360/914] 527473=test_time
[361/914] 527475=test_gem_security
[362/914] 527473=test_stream
[363/914] 527473=test_rdoc_generator_darkfish
[364/914] 527474=test_range
[365/914] 527473=test_history
[366/914] 527473=test_gem_local_remote_options
[367/914] 527473=test_emoji_breaks
[368/914] 527473=test_udp
[369/914] 527473=test_summary
[370/914] 527473=test_logger
[371/914] 527473=test_rdoc_single_class
[372/914] 527473=test_import
[373/914] 527474=test_unicode_normalize
[374/914] 527474=test_rdoc_cross_reference
[375/914] 527474=test_mdns
[376/914] 527474=test_gem_request_set_gem_dependency_api
[377/914] 527474=test_uncorrectable_name_check
[378/914] 527474=test_foreach
[379/914] 527474=test_zsh_completion
[380/914] 527474=test_pipe
[381/914] 527474=json_ext_parser_test
[382/914] 527474=test_reline_key
[383/914] 527474=test_rdoc_token_stream
[384/914] 527474=test_gem_commands_outdated_command
[385/914] 527474=test_gem_dependency_resolution_error
[386/914] 527474=version_test
[387/914] 527474=test_rubygems
[388/914] 527474=test_arithmetic_sequence
[389/914] 527474=ripper_test
[390/914] 527476=lex_test
[391/914] 527476=test_gem_silent_ui
[392/914] 527476=test_gem_request_set_lockfile_parser
[393/914] 527473=test_kill_ring
[394/914] 527473=test_process
[395/914] 527476=test_https_proxy
[396/914] 527476=test_zlib
[397/914] 527474=test_queue
[398/914] 527474=test_timeout
[399/914] 527474=test_gem_resolver_lock_set
[400/914] 527474=test_proc
[401/914] 527475=test_ansi_with_terminfo
[402/914] 527475=test_gem_commands_sources_command
[403/914] 527474=test_prettyprint
[404/914] 527474=json_generator_test
[405/914] 527475=parse_success_test
[406/914] 527475=test_did_you_mean
[407/914] 527474=test_nonblock
[408/914] 527474=test_big5
[409/914] 527474=test_gem_update_suggestion
[410/914] 527474=test_securerandom
[411/914] 527475=test_extlibs
[412/914] 527474=static_literals_test
[413/914] 527474=regular_expression_encoding_test
[414/914] 527474=test_autoconf
[415/914] 527474=test_gem_commands_list_command
[416/914] 527474=test_rdoc_attr
[417/914] 527474=test_thread
[418/914] 527474=test_rdoc_method_attr
[419/914] 527474=test_cgi_multipart
[420/914] 527474=test_literal
[421/914] 527474=test_error_highlight
[422/914] 527475=test_gem_remote_fetcher_local_server
[423/914] 527475=test_convertible
[424/914] 527474=test_nil
[425/914] 527474=test_have_macro
[426/914] 527474=test_rdoc_comment
[427/914] 527474=test_gem_source_local
[428/914] 527474=test_win32ole_type
[429/914] 527474=test_find_executable
[430/914] 527474=test_encoding
[431/914] 527474=test_gem_source_vendor
[432/914] 527474=test_disable_irb
[433/914] 527474=test_gc
[434/914] 527476=test_lazy_enumerator
[435/914] 527476=test_constant
[436/914] 527476=test_ractor
[437/914] 527476=parser_test
[438/914] 527476=test_have_func
[439/914] 527476=test_case_mapping
[440/914] 527476=test_modify_expand
[441/914] 527476=test_gem_available_set
[442/914] 527474=test_readpartial
[443/914] 527476=test_too_many_dummy_encodings
[444/914] 527476=test_pkey
[445/914] 527476=test_stringio
[446/914] 527474=test_qsort
[447/914] 527474=test_eval
[448/914] 527474=test_gem_package
[449/914] 527476=test_rdoc_markup_formatter
[450/914] 527476=test_gem_validator
[451/914] 527476=json_addition_test
[452/914] 527476=test_forwardable
[453/914] 527476=test_rdoc_markup_parser
[454/914] 527476=test_ancdata
[455/914] 527476=test_date
[456/914] 527476=test_sleep
[457/914] 527475=test_shapes
[458/914] 527475=test_profile_frames
[459/914] 527475=test_ensure_and_callcc
[460/914] 527475=overlap_test
[461/914] 527474=test_registry
[462/914] 527474=test_gem_commands_help_command
[463/914] 527474=test_cgi_tag_helper
[464/914] 527474=parse_comments_test
[465/914] 527474=test_getopts
[466/914] 527474=test_scalar
[467/914] 527474=test_ractor
[468/914] 527474=test_rdoc_i18n_locale
[469/914] 527475=test_marshal
[470/914] 527474=test_win32ole_variant
[471/914] 527474=test_jaro_winkler
[472/914] 527474=test_flip
[473/914] 527474=test_gem_commands_unpack_command
[474/914] 527474=json_common_interface_test
[475/914] 527474=test_ssl
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 10 #<File::Stat dev=0x8, ino=1185545858, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
[476/914] 527475=ruby_parser_test
[477/914] 527475=test_sexp
[478/914] 527475=test_ractor
[479/914] 527475=test_gem_package_old
[480/914] 527475=test_rdoc_markup_to_markdown
[481/914] 527475=test_stringchar
[482/914] 527475=test_enumerable
[483/914] 527475=test_rdoc_context
[484/914] 527473=test_ldap
[485/914] 527473=test_help
[486/914] 527473=test_gem_commands_cert_command
[487/914] 527475=test_files_lib
[488/914] 527476=test_open-uri
[489/914] 527474=test_gem_commands_rebuild_command
[490/914] 527474=test_resolve_symbol
[491/914] 527474=test_gem
[492/914] 527476=test_cgi_core
[493/914] 527476=test_mutex
[494/914] 527473=test_nil2vtempty
[495/914] 527473=test_serialize_subclasses
[496/914] 527473=test_exception
[497/914] 527476=test_gem_doctor
[498/914] 527476=test_iso_8859
[499/914] 527476=test_parser
[500/914] 527476=test_struct
[501/914] 527475=test_flush
[502/914] 527475=test_enumerator
[503/914] 527476=test_gem_commands_contents_command
[504/914] 527476=test_force_exit
[505/914] 527476=test_rdoc_ri_paths
[506/914] 527476=test_thread_fd_close
[507/914] 527476=test_rdoc_markup_to_rdoc
[508/914] 527476=test_name_error
[509/914] 527476=test_gem_commands_server_command
[510/914] 527476=test_tempfile
[511/914] 527474=test_safe_load
[512/914] 527474=test_pkey_dsa
[513/914] 527476=test_signal
[514/914] 527474=test_fixnum
[515/914] 527474=test_project_sanity
[516/914] 527474=test_gem_commands_mirror
[517/914] 527474=test_gem_source_installed
[518/914] 527474=test_common
[519/914] 527474=test_gem_uninstaller
[520/914] 527476=equality_test
[521/914] 527476=test_gem_commands_which_command
[522/914] 527476=test_date_time
[523/914] 527476=test_key_actor_vi
[524/914] 527473=test_ensured
[525/914] 527473=test_integer
[526/914] 527474=test_passing_block
[527/914] 527476=test_c_struct_entry
[528/914] 527474=test_m17n_comb
[529/914] 527476=test_enumerator
[530/914] 527476=test_key_actor_emacs
[531/914] 527476=test_case
[532/914] 527476=test_emitter
[533/914] 527476=test_basicinstructions
[534/914] 527476=test_gem_uri
[535/914] 527476=test_gem_resolver_vendor_specification
[536/914] 527476=test_stringscanner
[537/914] 527476=test_file
[538/914] 527476=test_parser_events
[539/914] 527476=test_init
[540/914] 527476=test_load
[541/914] 527476=test_gem_version_option
[542/914] 527476=test_str2big
[543/914] 527476=test_date_compat
[544/914] 527476=test_spell_checker
[545/914] 527476=test_symbol
[546/914] 527476=test_class_name_check
[547/914] 527476=test_ipaddr
[548/914] 527476=test_files_test_2
[549/914] 527476=test_scan_args
[550/914] 527476=test_eval
[551/914] 527473=test_normalize
[552/914] 527473=test_gem_commands_update_command
[553/914] 527476=test_gem_resolver_git_set
[554/914] 527474=test_fd_setsize
[555/914] 527474=test_module
[556/914] 527476=test_cclass
[557/914] 527476=test_singleton_function
[558/914] 527476=test_rdoc_i18n_text
[559/914] 527476=test_bug_reporter
[560/914] 527476=test_ssl
[561/914] 527473=test_json_tree
[562/914] 527473=test_require
[563/914] 527473=test_ifunless
[564/914] 527473=parameters_signature_test
[565/914] 527473=test_gem_install_update_options
[566/914] 527473=test_rdoc_text
[567/914] 527473=test_method_cache
[568/914] 527473=test_sprintf_comb
[569/914] 527473=compiler_test
[570/914] 527473=test_timeout
[571/914] 527474=test_rubyvm
[572/914] 527474=test_gem_security_policy
[573/914] 527473=test_config
[574/914] 527474=test_weakref
[575/914] 527473=test_severity
[576/914] 527473=test_ractor
[577/914] 527473=test_name_error_extension
[578/914] 527473=test_null
[579/914] 527473=test_date_strptime
[580/914] 527473=test_gem_commands_signout_command
[581/914] 527473=test_protocol
[582/914] 527474=bom_test
[583/914] 527474=tunnel_test
[584/914] 527474=test_file
[585/914] 527473=test_settracefunc
[586/914] 527476=test_gem_text
[587/914] 527476=test_gem_request
[588/914] 527476=test_gem_source_list
[589/914] 527476=test_yaml_special_cases
[590/914] 527476=test_time_tz
[591/914] 527474=test_win32ole
[592/914] 527476=test_rdoc_generator_markup
[593/914] 527474=test_gem_remote_fetcher_local_ssl_server
[594/914] 527476=test_len
[595/914] 527476=test_gem_console_ui
[596/914] 527476=test_gc_compact
[597/914] 527473=test_coderange
[598/914] 527473=integer_base_flags_test
[599/914] 527473=test_default_gems
[600/914] 527473=test_enumerator_kw
[601/914] 527473=test_ruby_lex
[602/914] 527473=snippets_test
[603/914] 527473=newline_test
[604/914] 527473=test_ossl
[605/914] 527474=test_rdoc_markup_attributes
[606/914] 527474=test_rdoc_store
[607/914] 527474=test_resize
[608/914] 527474=test_bug-5832
[609/914] 527474=test_err_in_callback
[610/914] 527474=test_rdoc_stats
[611/914] 527474=test_gem_gemcutter_utilities
[612/914] 527474=test_inadvertent_creation
[613/914] 527474=test_svcb_https
[614/914] 527474=test_buffering
[615/914] 527474=test_rdoc_parser_changelog
[616/914] 527474=test_object
[617/914] 527474=test_provider
[618/914] 527474=test_store
[619/914] 527474=test_rdoc_markup_document
[620/914] 527474=test_variable_name_check
[621/914] 527474=test_win32ole_event
[622/914] 527474=test_require_path_check
[623/914] 527474=test_folderitem2_invokeverb
[624/914] 527474=test_optimization
[625/914] 527473=test_gem_resolver_api_specification
[626/914] 527473=test_exception_at_throwing
[627/914] 527473=test_rdoc_class_module
[628/914] 527476=test_pkey_ec
[629/914] 527476=test_thread
[630/914] 527476=location_test
[631/914] 527476=test_ole_methods
[632/914] 527476=test_date_parse
[633/914] 527476=test_gem_resolver_index_set
[634/914] 527476=test_keyword
[635/914] 527473=test_call
[636/914] 527473=test_backtrace
[637/914] 527473=test_gem_ext_cargo_builder_link_flag_converter
[638/914] 527473=test_bug-3571
[639/914] 527473=test_date_new
[640/914] 527473=test_gem_safe_marshal
[641/914] 527476=test_gem_command
[642/914] 527476=test_rdoc_tom_doc
[643/914] 527476=test_deprecated
[644/914] 527476=test_helper
[645/914] 527476=test_div
[646/914] 527476=test_rdoc_parser_markdown
[647/914] 527476=test_gem_commands_specification_command
[648/914] 527473=test_gem_ext_cargo_builder_unit
[649/914] 527473=test_tmpdir
[650/914] 527476=test_fips
[651/914] 527473=test_kernel
[652/914] 527476=test_scanner_events
[653/914] 527476=json_parser_test
[654/914] 527476=test_io
[655/914] 527476=test_gem_resolver_vendor_set
[656/914] 527476=test_gem_remote_fetcher_s3
[657/914] 527473=test_date_conv
[658/914] 527473=test_history
[659/914] 527476=test_rdoc_markup_to_tt_only
[660/914] 527473=!Nothing_to_test
[661/914] 527473=test_egrep_cpp
[662/914] 527476=test_trick
[663/914] 527473=test_gem_package_task
[664/914] 527473=test_verbose
[665/914] 527473=test_rb_str_dup
[666/914] 527473=test_reline
[667/914] 527475=test_memory_view
[668/914] 527475=test_io_buffer
[669/914] 527475=test_tcp
[670/914] 527475=test_rdoc_rd_block_parser
[671/914] 527475=test_human_typo
[672/914] 527475=test_win32ole_param_event
[673/914] 527475=test_assignment
[674/914] 527473=test_rdoc_rdoc
[675/914] 527473=test_grapheme_breaks
[676/914] 527473=test_gem_commands_yank_command
[677/914] 527473=test_object_references
[678/914] 527473=test_optarg
[679/914] 527475=test_gem_resolver_git_specification
[680/914] 527473=static_inspect_test
[681/914] 527473=test_exception
[682/914] 527473=test_ftp
[683/914] 527473=test_flags
[684/914] 527474=test_vm_dump
[685/914] 527474=test_gem_dependency_installer
[686/914] 527475=test_input_method
[687/914] 527475=test_gem_rdoc
[688/914] 527476=test_enum
[689/914] 527475=errors_test
[690/914] 527475=test_socket
[691/914] 527473=test_class
[692/914] 527473=test_rdoc_parser_ruby
[693/914] 527476=test_httpresponse
[694/914] 527476=test_handle
[695/914] 527473=test_config
[696/914] 527476=test_pp
[697/914] 527475=test_gem_ext_cmake_builder
[698/914] 527475=test_utf16
[699/914] 527475=test_rdoc_markup_to_label
[700/914] 527476=test_pack
[701/914] 527475=test_rdoc_parser_rd
[702/914] 527475=test_webauthn_listener
[703/914] 527476=test_pkcs12
[704/914] 527473=test_const
[705/914] 527473=test_gem_commands_stale_command
[706/914] 527475=test_class
[707/914] 527473=reflection_test
[708/914] 527473=test_printf
[709/914] 527473=test_abi
[710/914] 527473=test_ns_spki
[711/914] 527473=test_gem_resolver
[712/914] 527476=index_write_test
[713/914] 527476=test_lambda
[714/914] 527476=test_last_thread
[715/914] 527474=test_gem_source_git
[716/914] 527473=test_regex_casefold
[717/914] 527473=test_method_cache
[718/914] 527473=test_data_error
[719/914] 527473=test_io_wait
[720/914] 527473=test_kwargs
[721/914] 527473=test_regexp
[722/914] 527476=test_parse
[723/914] 527474=test_lock_native_thread
[724/914] 527474=source_location_test
[725/914] 527474=test_gem_commands_push_command
[726/914] 527476=test_ocsp
[727/914] 527476=test_dryrun
[728/914] 527476=test_objspace
[729/914] 527475=test_digest
[730/914] 527474=test_have_library
[731/914] 527475=test_ractor
[732/914] 527475=test_gem_commands_query_command
[733/914] 527475=test_fiddle
[734/914] 527474=test_gem_security_trust_dir
[735/914] 527474=test_c_union_entity
[736/914] 527475=test_rubyoptions
[737/914] 527474=test_io_console
[738/914] 527474=test_helper
[739/914] 527474=test_rdoc_task
[740/914] 527474=test_econv
[741/914] 527474=test_bash_completion
[742/914] 527474=test_io_m17n
[743/914] 527474=test_backtrace
[744/914] 527474=test_euc_kr
[745/914] 527474=test_addr
[746/914] 527474=test_gem_uri_formatter
[747/914] 527474=test_remote_fetch_error
[748/914] 527474=test_fileutils
[749/914] 527474=test_stack
[750/914] 527474=test_random
[751/914] 527474=test_pkey_dh
[752/914] 527474=test_lexer
[753/914] 527474=test_path_to_class
[754/914] 527474=test_framework
[755/914] 527474=test_win32ole_type_event
[756/914] 527474=test_gem_commands_fetch_command
[757/914] 527474=test_load
[758/914] 527474=test_rdoc_require
[759/914] 527474=test_rdoc_parser_simple
[760/914] 527474=test_gem_ext_ext_conf_builder
[761/914] 527475=test_config
[762/914] 527475=test_date_ractor
[763/914] 527475=test_object
[764/914] 527475=test_optparse
[765/914] 527475=test_propertyputref
[766/914] 527475=test_yaml
[767/914] 527475=test_yield_block
[768/914] 527475=test_rdoc_markup_raw
[769/914] 527475=test_func
[770/914] 527474=test_interned_str
[771/914] 527474=test_fstring
[772/914] 527474=test_nesting_parser
[773/914] 527474=test_rdoc_extend
[774/914] 527474=test_string_processing
[775/914] 527474=encodings_test
[776/914] 527474=test_gem_util
[777/914] 527474=test_merge_keys
[778/914] 527474=test_gem_resolver_api_set
[779/914] 527474=test_io_buffer
[780/914] 527474=symbol_encoding_test
[781/914] 527474=test_install
[782/914] 527474=test_rendering
[783/914] 527474=test_bigzero
[784/914] 527474=test_configuration
[785/914] 527474=test_gem_package_tar_header
[786/914] 527474=test_date_attr
[787/914] 527474=test_to_ary_concat
[788/914] 527475=test_bundled_gems
[789/914] 527475=test_pair
[790/914] 527474=test_case_options
[791/914] 527474=test_cp949
[792/914] 527474=test_rdoc_alias
[793/914] 527474=test_condition
[794/914] 527474=test_rdoc_generator_pot_po_entry
[795/914] 527474=test_sorted_set
[796/914] 527474=test_emoji
[797/914] 527474=test_threadgroup
[798/914] 527474=test_rdoc_markup_indented_paragraph
[799/914] 527474=test_mkmf
[800/914] 527474=test_notimplement
[801/914] 527474=test_marshalable
[802/914] 527474=test_gem_resolver_local_specification
[803/914] 527474=test_wait
[804/914] 527474=test_noarg
[805/914] 527475=test_utf32
[806/914] 527475=test_windows_1251
[807/914] 527475=test_euc_tw
[808/914] 527474=test_gem_requirement
[809/914] 527475=test_unicode_escape
[810/914] 527475=test_gem_commands_open_command
[811/914] 527475=test_io_timeout
[812/914] 527474=test_enc_associate
[813/914] 527475=newline_offsets_test
[814/914] 527475=test_pathname
[815/914] 527475=test_coverage
[816/914] 527474=test_rdoc_generator_pot
[817/914] 527474=test_gem_gem_runner
[818/914] 527474=test_comparable
[819/914] 527474=test_gem_source_specific_file
[820/914] 527474=test_gem_resolver_installed_specification
[821/914] 527474=test_context
[822/914] 527474=test_compile_prism
[823/914] 527474=test_coder
[824/914] 527474=test_symbol
[825/914] 527475=test_complexrational
[826/914] 527475=test_workspace
[827/914] 527475=test_random
[828/914] 527475=test_rdoc_any_method
[829/914] 527475=test_unix
[830/914] 527475=test_gem_package_tar_reader
[831/914] 527475=test_gem_path_support
[832/914] 527475=test_ubf_async_safe
[833/914] 527475=test_pattern_matching
[834/914] 527475=test_bignum
[835/914] 527475=test_gem_commands_owner_command
[836/914] 527475=test_gem_specification
[837/914] 527473=json_encoding_test
[838/914] 527473=test_yield
[839/914] 527475=test_iseq
[840/914] 527474=ractor_test
[841/914] 527474=test_win32ole_record
[842/914] 527474=test_big2str
[843/914] 527474=test_nowrite
[844/914] 527474=test_console_attr
[845/914] 527474=test_thread_queue
[846/914] 527473=test_win32ole_variable
[847/914] 527473=test_instrumentation_api
[848/914] 527473=test_win32ole_param
[849/914] 527473=test_files_sample
[850/914] 527473=test_postponed_job
[851/914] 527473=test_gem_request_set_lockfile
[852/914] 527474=test_set
[853/914] 527474=test_mixed_unicode_escapes
[854/914] 527474=test_numhash
[855/914] 527474=test_clone
[856/914] 527473=test_pkey_rsa
[857/914] 527474=test_cesu8
[858/914] 527474=test_httpresponses
[859/914] 527474=test_cstr
[860/914] 527473=test_x509name
[861/914] 527473=test_rdoc_include
[862/914] 527473=test_gem_version
[863/914] 527473=test_gem_config_file
[864/914] 527473=test_raise_exception
[865/914] 527473=test_address_resolve
[866/914] 527473=test_yamlstore
[867/914] 527473=test_yjit_exit_locations
[868/914] 527473=test_rdoc_options
[869/914] 527473=test_num2int
[870/914] 527473=test_ripper
[871/914] 527473=test_rdoc_markup_to_bs
[872/914] 527473=test_gem_remote_fetcher
[873/914] 527474=test_gem_unsatisfiable_dependency_error
[874/914] 527474=test_hash
[875/914] 527474=test_rdoc_markup_to_html_crossref
[876/914] 527474=test_gem_resolver_conflict
[877/914] 527475=test_iter_break
[878/914] 527475=test_struct
[879/914] 527475=test_win32ole_variant_outarg
[880/914] 527475=onigmo_test
[881/914] 527474=test_pattern_key_name_check
[882/914] 527475=fuzzer_test
[883/914] 527474=snapshots_test
[884/914] 527475=test_frozen_error
[885/914] 527475=test_function
[886/914] 527473=test_thread
[887/914] 527475=test_path
[888/914] 527475=test_undef
[889/914] 527475=test_http
[890/914] 527475=test_gem_resolver_best_set
[891/914] 527475=test_yaml_tree
[892/914] 527475=test_autoload
[893/914] 527474=test_time
[894/914] 527474=test_beginendblock
[895/914] 527474=test_ractor
[896/914] 527474=test_rdoc_markup_to_html_snippet
[897/914] 527474=test_gem_commands_cleanup_command
[898/914] 527474=test_gem_stub_specification
[899/914] 527474=test_within_pipe
[900/914] 527474=test_array_create
[901/914] 527474=test_reqarg
[902/914] 527474=test_gem_resolver_specification
[903/914] 527474=test_color
[904/914] 527474=test_tracepoint
[905/914] 527474=test_ansi_without_terminfo
[906/914] 527474=test_internal_ivar
[907/914] 527474=desugar_compiler_test
[908/914] 527474=test_resource
[909/914] 527474=test_append
[910/914] 527474=test_rdoc_rd
[911/914] 527474=test_erb
[912/914] 527474=test_webauthn_poller
[913/914] 527474=test_require
[914/914] 527475=test_enc_str_buf_cat
Finished tests in 194.591982s, 172.9002 tests/s, 33416.5670 assertions/s.
33645 tests, 6502596 assertions, 0 failures, 0 errors, 340 skips

ruby -v: ruby 3.4.0dev (2024-08-31T02:26:50Z master f1a7966187) +YJIT [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
description_with_yjit
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ............................................................
  3360 ............................................................
  3420 .............

Finished in 20.236020 seconds

3432 files, 32764 examples, 197444 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.
raw logfile