# Logfile created on 2025-12-04 12:56:48 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007fc15b59fdc0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_tag=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, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk-yjit.20251204-125648", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007fc15fbaddf8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fc15fbadc40 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fc15b4d9350 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20251204-125648", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20251204-125648>, @binmode=false, @mon_data=#<Monitor:0x00007fc15fbad740>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update rbs to 22451ecbe262326176eb3915b64366712930685c
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision unchanged
rm -rf .bundle/gems/win32ole-1.9.2/
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src -j4
Already up to date.
Latest commit hash = 8099e9d2d1
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
generating /tmp/ruby/src/trunk-yjit/ext/ripper/eventids2table.c
Update rbs to 22451ecbe262326176eb3915b64366712930685c
make[1]: Entering directory '/tmp/ruby/src/trunk-yjit/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-yjit/ext/ripper'
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision unchanged
/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'
$$$[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.ext/include -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/17.0.0 -Dmodular_gc_dir=
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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/zjit/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.ext/include -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/17.0.0 -Dmodular_gc_dir=
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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/zjit/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.rbbin updated
d4758e1a07e410f7633d1787452224d0d57f693c07fa4e9a2579babe58339660 builtin_binary.rbbin
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.ext/include -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/17.0.0 -Dmodular_gc_dir=
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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/zjit/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
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 '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'
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]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
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]: 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/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]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
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/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]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving 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/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
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/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.0/ext/debug'
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/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/ext/syslog'
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.9.5/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/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
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 rbs to 22451ecbe262326176eb3915b64366712930685c
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.ext/include -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/17.0.0 -Dmodular_gc_dir=
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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/zjit/src/lib.rs'
rm -rf .bundle/gems/win32ole-1.9.2/
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.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/rbs.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
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
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 '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'
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/date'
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/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/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/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
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/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
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/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
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/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
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/4.0.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/4.0.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/4.0.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/4.0.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-yjit/include/ruby-4.0.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/4.0.0+0
installing extension scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/4.0.0+0
installing extension scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/4.0.0+0
installing extension headers: /tmp/ruby/install/trunk-yjit/include/ruby-4.0.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-yjit/bin
installing library scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/4.0.0+0
installing common headers: /tmp/ruby/install/trunk-yjit/include/ruby-4.0.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/4.0.0+0
bundler 4.0.0
delegate 0.4.0
did_you_mean 2.0.0
english 0.8.1
erb 6.0.0
error_highlight 0.7.0
fileutils 1.8.0
find 0.2.0
forwardable 1.3.3
ipaddr 1.2.7
net-http 0.8.0
net-protocol 0.2.2
open-uri 0.5.0
open3 0.2.1
optparse 0.8.0
pp 0.6.3
prettyprint 0.2.0
prism 1.6.0
resolv 0.6.3
ruby2_keywords 0.0.5
securerandom 0.4.1
shellwords 0.2.2
singleton 0.3.0
syntax_suggest 2.0.2
tempfile 0.3.1
time 0.4.1
timeout 0.4.4
tmpdir 0.3.1
tsort 0.2.0
un 0.3.0
uri 1.1.1
weakref 0.1.4
yaml 0.4.0
installing default gems from ext: /tmp/ruby/install/trunk-yjit/lib/ruby/gems/4.0.0+0
date 3.5.0
digest 3.2.1
etc 1.4.6
fcntl 1.3.0
io-console 0.8.1
io-nonblock 0.3.2
io-wait 0.4.0.dev
json 2.17.1
openssl 4.0.0.pre
psych 5.2.6
stringio 3.1.9.dev
strscan 3.1.6.dev
zlib 3.2.2
installing bundled gems: /tmp/ruby/install/trunk-yjit/lib/ruby/gems/4.0.0+0
minitest 5.26.2
power_assert 3.0.1
rake 13.3.1
test-unit 3.7.3
rexml 3.4.4
rss 0.3.1
net-ftp 0.3.9
net-imap 0.5.12
net-pop 0.1.2
net-smtp 0.5.1
matrix 0.4.3
prime 0.1.4
rbs 3.9.5
typeprof 0.31.0
debug 1.11.0
racc 1.8.1
mutex_m 0.3.0
getoptlong 0.2.1
base64 0.3.0
bigdecimal 3.3.1
observer 0.1.2
abbrev 0.1.2
resolv-replace 0.1.1
rinda 0.2.0
drb 2.2.3
nkf 0.2.0
syslog 0.3.0
csv 3.3.5
repl_type_completor 0.1.12
ostruct 0.6.3
pstore 0.2.0
benchmark 0.5.0
logger 1.7.0
rdoc 6.16.1
irb 1.15.3
reline 0.6.3
readline 0.0.4
fiddle 1.1.8
installing bundled gem cache: /tmp/ruby/install/trunk-yjit/lib/ruby/gems/4.0.0+0/cache
skipped bundled gems:
win32ole-1.9.2.gem extensions not found or build failed win32ole-1.9.2
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 2023 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.ext/include -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/17.0.0 -Dmodular_gc_dir=
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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/zjit/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.ext/include -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/17.0.0 -Dmodular_gc_dir=
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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/zjit/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/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/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/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
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.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/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=48706
"--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/756] 3144633=rubygems/test_gem_source_local
[ 2/756] 3144632=mkmf/test_have_macro
[ 3/756] 3144630=mkmf/test_convertible
[ 4/756] 3144631=psych/test_nil
[ 5/756] 3144631=error_highlight/test_error_highlight
[ 6/756] 3144633=rubygems/test_gem_remote_fetcher_local_server
[ 7/756] 3144633=ruby/test_literal
[ 8/756] 3144631=fiber/test_thread
[ 9/756] 3144632=rubygems/test_gem_commands_list_command
[ 10/756] 3144631=optparse/test_autoconf
[ 11/756] 3144631=openssl/test_pkey
[ 12/756] 3144633=-ext-/string/test_too_many_dummy_encodings
[ 13/756] 3144632=-ext-/string/test_modify_expand
[ 14/756] 3144632=rubygems/test_gem_available_set
[ 15/756] 3144631=ruby/test_readpartial
[ 16/756] 3144633=ruby/enc/test_case_mapping
[ 17/756] 3144633=prism/ruby/parser_test
[ 18/756] 3144633=mkmf/test_have_func
[ 19/756] 3144632=mkmf/test_constant
[ 20/756] 3144631=ruby/test_lazy_enumerator
[ 21/756] 3144631=fiber/test_ractor
[ 22/756] 3144631=ruby/test_gc
[ 23/756] 3144633=ruby/test_encoding
[ 24/756] 3144633=rubygems/test_gem_source_vendor
[ 25/756] 3144633=mkmf/test_find_executable
[ 26/756] 3144633=socket/test_ancdata
[ 27/756] 3144633=date/test_date
[ 28/756] 3144633=ruby/test_sleep
[ 29/756] 3144632=test_forwardable
[ 30/756] 3144632=json/json_addition_test
[ 31/756] 3144632=rubygems/test_gem_validator
[ 32/756] 3144632=-ext-/eval/test_eval
[ 33/756] 3144632=rubygems/test_gem_package
[ 34/756] 3144632=stringio/test_stringio
[ 35/756] 3144633=-ext-/string/test_qsort
[ 36/756] 3144633=optparse/test_getopts
[ 37/756] 3144633=psych/test_scalar
[ 38/756] 3144633=strscan/test_ractor
[ 39/756] 3144633=prism/api/parse_comments_test
[ 40/756] 3144633=rubygems/test_gem_commands_help_command
[ 41/756] 3144632=win32/test_registry
[ 42/756] 3144632=prism/result/overlap_test
[ 43/756] 3144633=-ext-/debug/test_profile_frames
[ 44/756] 3144633=ruby/test_shapes
[ 45/756] 3144633=-ext-/test_ensure_and_callcc
[ 46/756] 3144633=ruby/test_range
[ 47/756] 3144632=rubygems/test_gem_local_remote_options
[ 48/756] 3144632=psych/test_stream
[ 49/756] 3144632=-ext-/file/test_stat
[ 50/756] 3144632=rubygems/test_gem_security
[ 51/756] 3144633=ruby/test_time
[ 52/756] 3144633=prism/api/parse_stream_test
[ 53/756] 3144633=openssl/test_ts
[ 54/756] 3144633=rubygems/test_gem_impossible_dependencies_error
[ 55/756] 3144633=rubygems/test_gem_commands_setup_command
[ 56/756] 3144633=ruby/test_pipe
[ 57/756] 3144633=json/json_ext_parser_test
[ 58/756] 3144633=resolv/test_mdns
[ 59/756] 3144633=rubygems/test_gem_request_set_gem_dependency_api
[ 60/756] 3144631=-ext-/st/test_foreach
[ 61/756] 3144631=optparse/test_zsh_completion
[ 62/756] 3144631=did_you_mean/spell_checking/test_uncorrectable_name_check
[ 63/756] 3144631=-ext-/stack/test_stack_overflow
[ 64/756] 3144633=test_unicode_normalize
[ 65/756] 3144633=optparse/test_summary
[ 66/756] 3144631=ruby/enc/test_emoji_breaks
[ 67/756] 3144631=socket/test_udp
[ 68/756] 3144631=psych/test_stringio
[ 69/756] 3144631=net/http/test_https_proxy
[ 70/756] 3144631=ruby/test_process
[ 71/756] 3144633=rubygems/test_gem_request_set_lockfile_parser
[ 72/756] 3144633=prism/api/lex_test
[ 73/756] 3144633=rubygems/test_gem_silent_ui
[ 74/756] 3144633=prism/version_test
[ 75/756] 3144633=rubygems/test_rubygems
[ 76/756] 3144633=prism/ruby/ripper_test
[ 77/756] 3144633=ruby/test_arithmetic_sequence
[ 78/756] 3144633=rubygems/test_gem_commands_outdated_command
[ 79/756] 3144633=rubygems/test_gem_dependency_resolution_error
[ 80/756] 3144633=test_extlibs
[ 81/756] 3144632=rubygems/test_gem_update_suggestion
[ 82/756] 3144630=test_securerandom
[ 83/756] 3144630=prism/encoding/regular_expression_encoding_test
[ 84/756] 3144630=prism/result/static_literals_test
[ 85/756] 3144632=prism/api/parse_success_test
[ 86/756] 3144632=socket/test_nonblock
[ 87/756] 3144632=ruby/enc/test_big5
[ 88/756] 3144632=optparse/test_did_you_mean
[ 89/756] 3144630=test_prettyprint
[ 90/756] 3144630=json/json_generator_test
[ 91/756] 3144632=rubygems/test_gem_commands_sources_command
[ 92/756] 3144630=rubygems/test_gem_resolver_lock_set
[ 93/756] 3144630=ruby/test_proc
[ 94/756] 3144632=fiber/test_timeout
[ 95/756] 3144632=rubygems/test_gem_package_tar_header_ractor
[ 96/756] 3144633=fiber/test_queue
[ 97/756] 3144633=zlib/test_zlib
[ 98/756] 3144632=ruby/test_complex2
[ 99/756] 3144632=io/wait/test_io_wait_uncommon
[100/756] 3144632=rubygems/test_gem_ci_detector
[101/756] 3144632=rubygems/test_gem_command_manager
[102/756] 3144632=test_delegate
[103/756] 3144632=ruby/test_set
[104/756] 3144630=rubygems/test_gem_commands_signin_command
[105/756] 3144632=test_tsort
[106/756] 3144632=ruby/test_inlinecache
[107/756] 3144632=openssl/test_hmac
[108/756] 3144632=ruby/enc/test_shift_jis
[109/756] 3144632=did_you_mean/test_ractor_compatibility
[110/756] 3144630=ruby/test_super
[111/756] 3144632=prism/api/dump_test
[112/756] 3144630=rubygems/test_gem_commands_check_command
[113/756] 3144630=erb/test_erb_command
[114/756] 3144630=ruby/test_method
[115/756] 3144632=openssl/test_x509store
[116/756] 3144632=rubygems/test_gem_source_fetch_problem
[117/756] 3144632=prism/result/comments_test
[118/756] 3144632=ruby/test_numeric
[119/756] 3144632=rubygems/test_gem_commands_search_command
[120/756] 3144632=rubygems/test_gem_safe_yaml
[121/756] 3144632=rubygems/test_gem_commands_install_command
[122/756] 3144633=rubygems/test_gem_request_set_lockfile_tokenizer
[123/756] 3144633=json/json_generic_object_test
[124/756] 3144633=ruby/test_alias
[125/756] 3144633=-ext-/method/test_arity
[126/756] 3144633=ruby/test_integer_comb
[127/756] 3144632=psych/test_numeric
[128/756] 3144632=ruby/test_rand
[129/756] 3144630=ruby/enc/test_windows_1252
[130/756] 3144630=prism/api/command_line_test
[131/756] 3144630=date/test_switch_hitter
[132/756] 3144630=prism/ruby/dispatcher_test
[133/756] 3144630=dtrace/test_hash_create
[134/756] 3144630=prism/result/warnings_test
[135/756] 3144630=openssl/test_pkcs7
[136/756] 3144632=-ext-/st/test_update
[137/756] 3144632=resolv/test_dns
[138/756] 3144632=prism/result/attribute_write_test
[139/756] 3144632=ruby/test_data
[140/756] 3144632=prism/heredoc_dedent_test
[141/756] 3144632=-ext-/exception/test_enc_raise
[142/756] 3144632=ruby/test_defined
[143/756] 3144630=ruby/test_weakkeymap
[144/756] 3144632=-ext-/load/test_dot_dot
[145/756] 3144632=rubygems/test_gem_commands_exec_command
[146/756] 3144630=yaml/test_dbm
[147/756] 3144630=-ext-/marshal/test_usrmarshal
[148/756] 3144633=-ext-/symbol/test_type
[149/756] 3144633=ruby/test_object_id
[150/756] 3144630=ruby/test_arity
[151/756] 3144630=prism/unescape_test
[152/756] 3144630=rubygems/test_gem_stream_ui
[153/756] 3144630=ruby/test_trace
[154/756] 3144630=psych/test_array
[155/756] 3144630=rubygems/test_require
[156/756] 3144633=rubygems/test_gem_commands_dependency_command
[157/756] 3144633=psych/test_string
[158/756] 3144633=-ext-/hash/test_delete
[159/756] 3144633=prism/api/parse_test
[160/756] 3144633=ruby/test_continuation
[161/756] 3144633=rubygems/test_gem_name_tuple
[162/756] 3144633=did_you_mean/tree_spell/test_change_word
[163/756] 3144633=dtrace/test_raise
[164/756] 3144633=-ext-/string/test_nofree
[165/756] 3144633=ruby/test_system
[166/756] 3144632=ruby/test_pack
[167/756] 3144633=optparse/test_placearg
[168/756] 3144630=rubygems/test_gem_source_lock
[169/756] 3144630=rubygems/test_gem_resolver_lock_specification
[170/756] 3144632=erb/test_erb_m17n
[171/756] 3144630=ruby/test_file_exhaustive
[172/756] 3144633=pathname/test_ractor
[173/756] 3144632=test_rbconfig
[174/756] 3144633=ruby/test_transcode
[175/756] 3144632=mkmf/test_signedness
[176/756] 3144631=-ext-/integer/test_my_integer
[177/756] 3144631=mkmf/test_sizeof
[178/756] 3144633=-ext-/struct/test_member
[179/756] 3144633=rubygems/test_gem_spec_fetcher
[180/756] 3144633=ripper/test_files_test
[181/756] 3144633=test_singleton
[182/756] 3144633=ruby/test_fnmatch
[183/756] 3144633=uri/test_mailto
[184/756] 3144633=fiber/test_sleep
[185/756] 3144633=date/test_date_arith
[186/756] 3144633=prism/result/numeric_value_test
[187/756] 3144633=-ext-/string/test_external_new
[188/756] 3144633=fiber/test_process
[189/756] 3144633=rubygems/test_gem_commands_lock_command
[190/756] 3144633=ruby/enc/test_euc_jp
[191/756] 3144633=test_open3
[192/756] 3144633=ruby/test_objectspace
[193/756] 3144630=ruby/test_require_lib
[194/756] 3144632=did_you_mean/test_tree_spell_checker
[195/756] 3144632=ruby/test_dir_m17n
[196/756] 3144633=rubygems/test_deprecate
[197/756] 3144633=dtrace/test_function_entry
[198/756] 3144633=prism/lex_test
[199/756] 3144633=psych/handlers/test_recorder
[200/756] 3144633=fiber/test_storage
[201/756] 3144633=net/http/test_http_request
[202/756] 3144633=rubygems/test_gem_ext_configure_builder
[203/756] 3144633=dtrace/test_cmethod
[204/756] 3144633=test_find
[205/756] 3144633=prism/locals_test
[206/756] 3144633=-ext-/struct/test_data
[207/756] 3144633=uri/test_parser
[208/756] 3144633=ruby/test_iterator
[209/756] 3144633=dtrace/test_string
[210/756] 3144633=ruby/test_variable
[211/756] 3144631=prism/result/integer_parse_test
[212/756] 3144631=openssl/test_digest
[213/756] 3144631=socket/test_addrinfo
[214/756] 3144631=json/json_fixtures_test
[215/756] 3144631=-ext-/test_bug-14834
[216/756] 3144630=ruby/test_string
[217/756] 3144631=ruby/test_not
[218/756] 3144631=psych/visitors/test_depth_first
[219/756] 3144631=-ext-/string/test_set_len
[220/756] 3144631=ruby/test_array
[221/756] 3144632=-ext-/proc/test_bmethod
[222/756] 3144632=rubygems/test_gem_source
[223/756] 3144632=-ext-/class/test_class2name
[224/756] 3144632=json/json_ryu_fallback_test
[225/756] 3144632=uri/test_ftp
[226/756] 3144632=ruby/test_zjit
[227/756] 3144632=rubygems/test_gem_resolver_index_specification
[228/756] 3144632=psych/json/test_stream
[229/756] 3144632=rubygems/test_gem_request_set
[230/756] 3144633=test_shellwords
[231/756] 3144633=psych/test_omap
[232/756] 3144633=psych/test_encoding
[233/756] 3144633=psych/visitors/test_emitter
[234/756] 3144633=etc/test_etc
[235/756] 3144633=ruby/test_ast
[236/756] 3144632=socket/test_sockopt
[237/756] 3144632=ruby/test_frozen
[238/756] 3144632=-ext-/iseq_load/test_iseq_load
[239/756] 3144632=psych/test_document
[240/756] 3144632=rubygems/test_gem_commands_build_command
[241/756] 3144632=fiber/test_scheduler
[242/756] 3144631=psych/test_boolean
[243/756] 3144631=uri/test_ws
[244/756] 3144631=ruby/test_float
[245/756] 3144631=date/test_date_marshal
[246/756] 3144631=rubygems/test_gem_dependency
[247/756] 3144631=ruby/test_primitive
[248/756] 3144631=ruby/test_io
[249/756] 3144632=prism/ruby/pattern_test
[250/756] 3144632=rubygems/test_gem_ext_cargo_builder
[251/756] 3144632=rubygems/test_gem_installer
[252/756] 3144630=ripper/test_files_test_1
[253/756] 3144632=-ext-/typeddata/test_typeddata
[254/756] 3144632=openssl/test_kdf
[255/756] 3144632=ruby/test_thread_cv
[256/756] 3144631=ruby/test_dup
[257/756] 3144630=prism/result/node_id_test
[258/756] 3144631=-ext-/popen_deadlock/test_popen_deadlock
[259/756] 3144632=openssl/test_x509cert
[260/756] 3144630=psych/test_yamldbm
[261/756] 3144630=rubygems/test_gem_ext_builder
[262/756] 3144631=ruby/test_weakmap
[263/756] 3144632=socket/test_basicsocket
[264/756] 3144632=-ext-/integer/test_integer
[265/756] 3144632=objspace/test_ractor
[266/756] 3144630=-ext-/float/test_nextafter
[267/756] 3144630=-ext-/string/test_capacity
[268/756] 3144630=ruby/test_rational
[269/756] 3144630=rubygems/test_gem_bundler_version_finder
[270/756] 3144632=date/test_date_strftime
[271/756] 3144630=ruby/test_sprintf
[272/756] 3144630=prism/magic_comment_test
[273/756] 3144632=psych/test_psych
[274/756] 3144632=-ext-/arith_seq/test_arith_seq_extract
[275/756] 3144630=-ext-/struct/test_duplicate
[276/756] 3144630=-ext-/test_recursion
[277/756] 3144630=rubygems/test_webauthn_listener_response
[278/756] 3144630=dtrace/test_object_create_start
[279/756] 3144630=ruby/enc/test_case_comprehensive
[280/756] 3144630=ruby/test_nomethod_error
[281/756] 3144630=rubygems/test_gem_commands_environment_command
[282/756] 3144630=openssl/test_x509crl
[283/756] 3144632=-ext-/string/test_ellipsize
[284/756] 3144632=ruby/test_random_formatter
[285/756] 3144632=ruby/test_complex
[286/756] 3144630=ruby/test_refinement
[287/756] 3144632=rubygems/test_gem_dependency_list
[288/756] 3144632=rubygems/test_gem_resolver_installer_set
[289/756] 3144632=rubygems/test_gem_request_connection_pools
[290/756] 3144632=ruby/test_syntax
[291/756] 3144631=psych/visitors/test_to_ruby
[292/756] 3144631=rubygems/test_gem_commands_uninstall_command
[293/756] 3144630=net/http/test_http
[294/756] 3144631=mkmf/test_pkg_config
[295/756] 3144631=ruby/test_env
[296/756] 3144631=ruby/test_rational2
[297/756] 3144631=ruby/test_case
[298/756] 3144631=prism/fixtures_test
[299/756] 3144631=prism/library_symbols_test
[300/756] 3144631=-ext-/vm/test_at_exit
[301/756] 3144631=-ext-/load/test_protect
[302/756] 3144631=rubygems/test_bundled_ca
[303/756] 3144630=psych/test_tree_builder
[304/756] 3144630=uri/test_wss
[305/756] 3144630=prism/result/heredoc_test
[306/756] 3144630=-ext-/win32/test_dln
[307/756] 3144630=ruby/test_fiber
[308/756] 3144631=mkmf/test_libs
[309/756] 3144631=rubygems/test_gem_commands_info_command
[310/756] 3144631=dtrace/test_gc
[311/756] 3144631=ruby/test_math
[312/756] 3144631=open-uri/test_proxy
[313/756] 3144632=did_you_mean/spell_checking/test_method_name_check
[314/756] 3144632=test_pty
[315/756] 3144631=digest/test_digest_extend
[316/756] 3144631=-ext-/load/test_stringify_symbols
[317/756] 3144631=prism/encoding/string_encoding_test
[318/756] 3144631=ruby/test_string_memory
[319/756] 3144631=net/http/test_https
[320/756] 3144632=openssl/test_x509req
[321/756] 3144632=rubygems/test_gem_source_subpath_problem
[322/756] 3144632=rubygems/test_gem_commands_pristine_command
[323/756] 3144632=psych/test_alias_and_anchor
[324/756] 3144632=ruby/test_allocation
[325/756] 3144630=ripper/test_files_ext
[326/756] 3144630=prism/result/constant_path_node_test
[327/756] 3144630=ruby/enc/test_koi8
[328/756] 3144630=rubygems/test_gem_resolver_activation_request
[329/756] 3144630=ruby/test_insns_leaf
[330/756] 3144630=rubygems/test_gem_resolver_requirement_list
[331/756] 3144630=ripper/test_filter
[332/756] 3144630=-ext-/arith_seq/test_arith_seq_beg_len_step
[333/756] 3144630=openssl/test_asn1
[334/756] 3144630=-ext-/debug/test_debug
[335/756] 3144630=rubygems/test_gem_package_tar_reader_entry
[336/756] 3144630=rubygems/test_gem_package_tar_writer
[337/756] 3144630=-ext-/time/test_new
[338/756] 3144630=rubygems/test_gem_resolver_composed_set
[339/756] 3144630=openssl/test_cipher
[340/756] 3144630=prism/regexp_test
[341/756] 3144630=ruby/enc/test_gb18030
[342/756] 3144630=psych/test_scalar_scanner
[343/756] 3144630=-ext-/rational/test_rat
[344/756] 3144630=net/http/test_httpheader
[345/756] 3144630=did_you_mean/spell_checking/test_key_name_check
[346/756] 3144630=ruby/test_metaclass
[347/756] 3144630=optparse/test_acceptable
[348/756] 3144630=ruby/test_dir
[349/756] 3144630=ruby/test_hash
[350/756] 3144631=rubygems/test_gem_ext_rake_builder
[351/756] 3144632=prism/result/regular_expression_options_test
[352/756] 3144632=prism/result/implicit_array_test
[353/756] 3144632=monitor/test_monitor
[354/756] 3144631=-ext-/bignum/test_mul
[355/756] 3144631=json/json_string_matching_test
[356/756] 3144631=ruby/test_whileuntil
[357/756] 3144631=openssl/test_ssl_session
[358/756] 3144632=ruby/test_argf
[359/756] 3144631=ruby/test_m17n
[360/756] 3144631=rubygems/test_gem_resolver_dependency_request
[361/756] 3144631=ruby/test_yjit
[362/756] 3144630=ruby/test_warning
[363/756] 3144630=openssl/test_engine
[364/756] 3144630=ruby/test_key_error
[365/756] 3144630=openssl/test_x509attr
[366/756] 3144630=ruby/enc/test_gbk
[367/756] 3144630=prism/percent_delimiter_string_test
[368/756] 3144630=net/http/test_buffered_io
[369/756] 3144630=uri/test_generic
[370/756] 3144630=fiber/test_io_close
[371/756] 3144630=psych/test_set
[372/756] 3144630=rubygems/test_gem_security_signer
[373/756] 3144630=rubygems/test_exit
[374/756] 3144630=openssl/test_x509ext
[375/756] 3144630=prism/result/breadth_first_search_test
[376/756] 3144630=rubygems/test_gem_platform
[377/756] 3144630=openssl/test_config
[378/756] 3144630=openssl/test_bn
[379/756] 3144630=psych/test_hash
[380/756] 3144630=rubygems/test_gem_resolver_conflict
[381/756] 3144630=-ext-/iter/test_iter_break
[382/756] 3144630=rubygems/test_gem_unsatisfiable_dependency_error
[383/756] 3144630=ripper/test_ripper
[384/756] 3144630=rubygems/test_gem_remote_fetcher
[385/756] 3144632=-ext-/num2int/test_num2int
[386/756] 3144632=ruby/test_yjit_exit_locations
[387/756] 3144632=psych/test_yamlstore
[388/756] 3144632=ruby/test_ractor
[389/756] 3144630=rubygems/test_gem_config_file
[390/756] 3144630=fiber/test_address_resolve
[391/756] 3144630=openssl/test_x509name
[392/756] 3144630=rubygems/test_gem_version
[393/756] 3144630=rubygems/test_gem_commands_cleanup_command
[394/756] 3144630=rubygems/test_gem_stub_specification
[395/756] 3144630=io/wait/test_ractor
[396/756] 3144630=psych/visitors/test_yaml_tree
[397/756] 3144630=rubygems/test_gem_resolver_best_set
[398/756] 3144630=ruby/test_autoload
[399/756] 3144633=test_time
[400/756] 3144633=ruby/test_beginendblock
[401/756] 3144632=ruby/test_path
[402/756] 3144632=ruby/test_undef
[403/756] 3144632=uri/test_http
[404/756] 3144632=ruby/test_thread
[405/756] 3144633=prism/fuzzer_test
[406/756] 3144633=did_you_mean/spell_checking/test_pattern_key_name_check
[407/756] 3144633=ruby/test_frozen_error
[408/756] 3144633=psych/test_struct
[409/756] 3144633=prism/onigmo_test
[410/756] 3144633=prism/ruby/desugar_compiler_test
[411/756] 3144633=resolv/test_resource
[412/756] 3144633=-ext-/marshal/test_internal_ivar
[413/756] 3144633=-ext-/tracepoint/test_tracepoint
[414/756] 3144633=rubygems/test_gem_resolver_specification
[415/756] 3144633=optparse/test_reqarg
[416/756] 3144633=dtrace/test_array_create
[417/756] 3144633=ruby/test_require
[418/756] 3144630=-ext-/string/test_enc_str_buf_cat
[419/756] 3144630=rubygems/test_webauthn_poller
[420/756] 3144630=erb/test_erb
[421/756] 3144630=-ext-/econv/test_append
[422/756] 3144630=rubygems/test_gem_commands_open_command
[423/756] 3144630=ruby/test_unicode_escape
[424/756] 3144630=ruby/enc/test_euc_tw
[425/756] 3144630=rubygems/test_gem_requirement
[426/756] 3144630=prism/ruby/relocation_test
[427/756] 3144630=ruby/enc/test_utf32
[428/756] 3144630=ruby/enc/test_windows_1251
[429/756] 3144630=optparse/test_noarg
[430/756] 3144630=-ext-/wait/test_wait
[431/756] 3144630=rubygems/test_gem_resolver_local_specification
[432/756] 3144630=mmtk/test_configuration
[433/756] 3144630=psych/test_marshalable
[434/756] 3144630=-ext-/box/test_load_ext
[435/756] 3144630=mkmf/test_mkmf
[436/756] 3144630=-ext-/test_notimplement
[437/756] 3144630=socket/test_unix
[438/756] 3144630=rubygems/test_gem_package_tar_reader
[439/756] 3144630=ruby/test_box
[440/756] 3144631=openssl/test_random
[441/756] 3144631=ruby/test_complexrational
[442/756] 3144631=ruby/test_compile_prism
[443/756] 3144631=ruby/test_symbol
[444/756] 3144630=psych/test_coder
[445/756] 3144630=rubygems/test_gem_resolver_installed_specification
[446/756] 3144630=rubygems/test_gem_source_specific_file
[447/756] 3144630=ruby/test_comparable
[448/756] 3144630=rubygems/test_gem_gem_runner
[449/756] 3144630=coverage/test_coverage
[450/756] 3144633=ruby/test_io_timeout
[451/756] 3144633=-ext-/string/test_enc_associate
[452/756] 3144633=pathname/test_pathname
[453/756] 3144630=prism/newline_offsets_test
[454/756] 3144633=rubygems/test_gem_request_set_lockfile
[455/756] 3144630=-ext-/thread/test_instrumentation_api
[456/756] 3144633=-ext-/postponed_job/test_postponed_job
[457/756] 3144633=ripper/test_files_sample
[458/756] 3144633=-ext-/bignum/test_big2str
[459/756] 3144633=fileutils/test_nowrite
[460/756] 3144633=-ext-/win32/test_console_attr
[461/756] 3144633=optparse/test_switch
[462/756] 3144633=ruby/test_thread_queue
[463/756] 3144632=ruby/test_iseq
[464/756] 3144630=json/ractor_test
[465/756] 3144630=psych/test_psych_set
[466/756] 3144630=json/json_encoding_test
[467/756] 3144631=ruby/test_yield
[468/756] 3144630=rubygems/test_gem_commands_owner_command
[469/756] 3144630=ruby/test_bignum
[470/756] 3144630=rubygems/test_gem_specification
[471/756] 3144633=rubygems/test_gem_path_support
[472/756] 3144633=ruby/test_pattern_matching
[473/756] 3144632=-ext-/gvl/test_ubf_async_safe
[474/756] 3144632=net/http/test_httpresponses
[475/756] 3144632=-ext-/string/test_cstr
[476/756] 3144633=ruby/enc/test_cesu8
[477/756] 3144633=ruby/test_clone
[478/756] 3144633=openssl/test_pkey_rsa
[479/756] 3144633=-ext-/st/test_numhash
[480/756] 3144633=ruby/test_mixed_unicode_escapes
[481/756] 3144633=rubygems/test_gem_ext_ext_conf_builder
[482/756] 3144632=rubygems/test_gem_commands_fetch_command
[483/756] 3144631=optparse/test_load
[484/756] 3144631=io/console/test_ractor
[485/756] 3144631=-ext-/path_to_class/test_path_to_class
[486/756] 3144631=mkmf/test_framework
[487/756] 3144631=ripper/test_lexer
[488/756] 3144631=openssl/test_pkey_dh
[489/756] 3144632=-ext-/test_random
[490/756] 3144632=-ext-/string/test_fstring
[491/756] 3144631=-ext-/string/test_interned_str
[492/756] 3144631=-ext-/iter/test_yield_block
[493/756] 3144631=psych/test_yaml
[494/756] 3144632=optparse/test_optparse
[495/756] 3144632=resolv/test_win32_config
[496/756] 3144632=ruby/test_object
[497/756] 3144631=rubygems/test_config
[498/756] 3144631=date/test_date_ractor
[499/756] 3144631=rubygems/test_gem_package_tar_header
[500/756] 3144631=mkmf/test_configuration
[501/756] 3144631=-ext-/bignum/test_bigzero
[502/756] 3144631=prism/encoding/symbol_encoding_test
[503/756] 3144631=mkmf/test_install
[504/756] 3144632=fiber/test_io_buffer
[505/756] 3144633=psych/test_merge_keys
[506/756] 3144633=rubygems/test_gem_resolver_api_set
[507/756] 3144632=rubygems/test_gem_util
[508/756] 3144631=prism/encoding/encodings_test
[509/756] 3144631=ruby/enc/test_emoji
[510/756] 3144633=ruby/test_threadgroup
[511/756] 3144631=ruby/enc/test_cp949
[512/756] 3144631=ruby/test_condition
[513/756] 3144631=openssl/test_pair
[514/756] 3144632=ruby/enc/test_case_options
[515/756] 3144632=prism/ruby/string_query_test
[516/756] 3144632=-ext-/array/test_to_ary_concat
[517/756] 3144630=test_bundled_gems
[518/756] 3144630=date/test_date_attr
[519/756] 3144630=rubygems/test_gem_ext_cmake_builder
[520/756] 3144630=ruby/enc/test_utf16
[521/756] 3144630=test_pp
[522/756] 3144630=mkmf/test_config
[523/756] 3144633=net/http/test_httpresponse
[524/756] 3144633=ruby/test_lambda
[525/756] 3144633=rubygems/test_gem_resolver
[526/756] 3144630=prism/result/index_write_test
[527/756] 3144630=-ext-/test_abi
[528/756] 3144630=openssl/test_ns_spki
[529/756] 3144630=prism/ruby/reflection_test
[530/756] 3144633=-ext-/test_printf
[531/756] 3144630=rubygems/test_webauthn_listener
[532/756] 3144633=rubygems/test_gem_commands_stale_command
[533/756] 3144633=ruby/test_class
[534/756] 3144630=openssl/test_pkcs12
[535/756] 3144632=ruby/test_const
[536/756] 3144632=-ext-/bignum/test_pack
[537/756] 3144632=prism/result/string_test
[538/756] 3144632=rubygems/test_gem_security_trust_dir
[539/756] 3144632=digest/test_ractor
[540/756] 3144630=mkmf/test_have_library
[541/756] 3144632=openssl/test_ocsp
[542/756] 3144632=rubygems/test_gem_commands_push_command
[543/756] 3144631=objspace/test_objspace
[544/756] 3144632=digest/test_digest
[545/756] 3144630=fileutils/test_dryrun
[546/756] 3144630=ruby/test_regexp
[547/756] 3144632=ruby/test_parse
[548/756] 3144632=-ext-/thread/test_lock_native_thread
[549/756] 3144632=prism/result/source_location_test
[550/756] 3144632=-ext-/exception/test_data_error
[551/756] 3144632=io/wait/test_io_wait
[552/756] 3144632=dtrace/test_method_cache
[553/756] 3144632=optparse/test_kwargs
[554/756] 3144632=rubygems/test_gem_source_git
[555/756] 3144632=-ext-/gvl/test_last_thread
[556/756] 3144632=ruby/enc/test_regex_casefold
[557/756] 3144632=ruby/test_stack
[558/756] 3144633=fileutils/test_fileutils
[559/756] 3144632=rubygems/test_gem_uri_formatter
[560/756] 3144632=rubygems/test_remote_fetch_error
[561/756] 3144632=resolv/test_addr
[562/756] 3144632=ruby/enc/test_euc_kr
[563/756] 3144632=ruby/test_econv
[564/756] 3144633=ruby/test_io_m17n
[565/756] 3144632=optparse/test_bash_completion
[566/756] 3144632=ruby/test_backtrace
[567/756] 3144633=io/console/test_io_console
[568/756] 3144632=json/test_helper
[569/756] 3144632=ruby/test_rubyoptions
[570/756] 3144633=rubygems/test_kernel
[571/756] 3144633=ripper/test_scanner_events
[572/756] 3144633=openssl/test_fips
[573/756] 3144633=rubygems/test_gem_ext_cargo_builder_unit
[574/756] 3144633=test_tmpdir
[575/756] 3144633=prism/test_helper
[576/756] 3144633=-ext-/bignum/test_div
[577/756] 3144633=rubygems/test_gem_commands_specification_command
[578/756] 3144633=rubygems/test_gem_command
[579/756] 3144633=psych/test_deprecated
[580/756] 3144633=-ext-/string/test_rb_str_dup
[581/756] 3144633=rubygems/test_gem_package_task
[582/756] 3144633=fileutils/test_verbose
[583/756] 3144633=psych/test_data
[584/756] 3144633=test_trick
[585/756] 3144633=lib/!Nothing_to_test
[586/756] 3144633=mkmf/test_egrep_cpp
[587/756] 3144633=date/test_date_conv
[588/756] 3144633=rubygems/test_gem_resolver_vendor_set
[589/756] 3144633=rubygems/test_gem_remote_fetcher_s3
[590/756] 3144633=fiber/test_io
[591/756] 3144633=json/json_parser_test
[592/756] 3144633=rubygems/test_gem_commands_yank_command
[593/756] 3144633=psych/test_object_references
[594/756] 3144633=ruby/test_assignment
[595/756] 3144633=ruby/enc/test_grapheme_breaks
[596/756] 3144633=did_you_mean/tree_spell/test_human_typo
[597/756] 3144633=socket/test_tcp
[598/756] 3144633=ruby/test_io_buffer
[599/756] 3144633=ruby/test_memory_view
[600/756] 3144633=psych/test_class
[601/756] 3144633=prism/errors_test
[602/756] 3144633=socket/test_socket
[603/756] 3144633=ruby/test_vm_dump
[604/756] 3144633=rubygems/test_gem_dependency_installer
[605/756] 3144632=rubygems/test_gem_rdoc
[606/756] 3144632=ruby/test_enum
[607/756] 3144632=psych/test_exception
[608/756] 3144632=mkmf/test_flags
[609/756] 3144633=open-uri/test_ftp
[610/756] 3144633=prism/result/static_inspect_test
[611/756] 3144633=rubygems/test_gem_resolver_git_specification
[612/756] 3144633=optparse/test_optarg
[613/756] 3144633=openssl/test_ossl
[614/756] 3144633=prism/snippets_test
[615/756] 3144632=prism/newline_test
[616/756] 3144632=-ext-/test_enumerator_kw
[617/756] 3144632=ruby/test_default_gems
[618/756] 3144632=prism/result/integer_base_flags_test
[619/756] 3144632=-ext-/string/test_coderange
[620/756] 3144632=ruby/test_gc_compact
[621/756] 3144630=rubygems/test_gem_console_ui
[622/756] 3144630=-ext-/struct/test_len
[623/756] 3144630=psych/test_object
[624/756] 3144630=openssl/test_provider
[625/756] 3144630=yaml/test_store
[626/756] 3144630=resolv/test_svcb_https
[627/756] 3144630=openssl/test_buffering
[628/756] 3144630=-ext-/symbol/test_inadvertent_creation
[629/756] 3144630=rubygems/test_gem_gemcutter_utilities
[630/756] 3144630=-ext-/test_bug-5832
[631/756] 3144630=-ext-/array/test_resize
[632/756] 3144630=rubygems/test_gem_resolver_index_set
[633/756] 3144630=date/test_date_parse
[634/756] 3144630=prism/ruby/location_test
[635/756] 3144630=-ext-/exception/test_exception_at_throwing
[636/756] 3144630=openssl/test_pkey_ec
[637/756] 3144630=ruby/test_optimization
[638/756] 3144632=rubygems/test_gem_resolver_api_specification
[639/756] 3144632=did_you_mean/spell_checking/test_require_path_check
[640/756] 3144632=did_you_mean/spell_checking/test_variable_name_check
[641/756] 3144633=rubygems/test_gem_safe_marshal
[642/756] 3144632=date/test_date_new
[643/756] 3144632=-ext-/test_bug-3571
[644/756] 3144632=rubygems/test_gem_ext_cargo_builder_link_flag_converter
[645/756] 3144632=ruby/test_call
[646/756] 3144632=fiber/test_backtrace
[647/756] 3144632=ruby/test_keyword
[648/756] 3144632=dtrace/test_load
[649/756] 3144632=ripper/test_parser_events
[650/756] 3144632=rubygems/test_gem_uri
[651/756] 3144633=rubygems/test_gem_resolver_vendor_specification
[652/756] 3144632=strscan/test_stringscanner
[653/756] 3144633=uri/test_file
[654/756] 3144633=ruby/test_basicinstructions
[655/756] 3144632=psych/test_emitter
[656/756] 3144632=fiber/test_enumerator
[657/756] 3144632=ruby/test_eval
[658/756] 3144633=rubygems/test_gem_commands_update_command
[659/756] 3144632=rubygems/test_gem_resolver_git_set
[660/756] 3144632=-ext-/string/test_normalize
[661/756] 3144632=-ext-/test_scan_args
[662/756] 3144632=test_ipaddr
[663/756] 3144632=ripper/test_files_test_2
[664/756] 3144633=did_you_mean/spell_checking/test_class_name_check
[665/756] 3144633=prism/ractor_test
[666/756] 3144633=psych/test_symbol
[667/756] 3144633=date/test_date_compat
[668/756] 3144633=-ext-/bignum/test_str2big
[669/756] 3144633=did_you_mean/test_spell_checker
[670/756] 3144633=rubygems/test_gem_version_option
[671/756] 3144633=rubygems/test_gem_install_update_options
[672/756] 3144633=psych/test_json_tree
[673/756] 3144633=prism/ruby/parameters_signature_test
[674/756] 3144633=dtrace/test_require
[675/756] 3144633=ruby/test_ifunless
[676/756] 3144633=openssl/test_ssl
[677/756] 3144630=-ext-/bug_reporter/test_bug_reporter
[678/756] 3144632=optparse/test_cclass
[679/756] 3144632=dtrace/test_singleton_function
[680/756] 3144632=-ext-/win32/test_fd_setsize
[681/756] 3144632=ruby/test_module
[682/756] 3144630=rubygems/test_gem_remote_fetcher_local_ssl_server
[683/756] 3144630=rubygems/test_gem_source_list
[684/756] 3144630=psych/test_yaml_special_cases
[685/756] 3144630=ruby/test_time_tz
[686/756] 3144630=net/protocol/test_protocol
[687/756] 3144630=prism/ruby/tunnel_test
[688/756] 3144630=prism/bom_test
[689/756] 3144630=psych/test_null
[690/756] 3144630=date/test_date_strptime
[691/756] 3144630=rubygems/test_gem_commands_signout_command
[692/756] 3144630=ruby/test_settracefunc
[693/756] 3144632=rubygems/test_gem_text
[694/756] 3144632=rubygems/test_gem_request
[695/756] 3144632=ruby/test_file
[696/756] 3144630=did_you_mean/core_ext/test_name_error_extension
[697/756] 3144630=test_weakref
[698/756] 3144630=stringio/test_ractor
[699/756] 3144630=ruby/test_rubyvm
[700/756] 3144630=test_timeout
[701/756] 3144633=rubygems/test_gem_security_policy
[702/756] 3144633=ruby/test_sprintf_comb
[703/756] 3144630=prism/ruby/compiler_test
[704/756] 3144630=ruby/test_method_cache
[705/756] 3144633=psych/nodes/test_enumerable
[706/756] 3144630=psych/test_ractor
[707/756] 3144633=prism/result/named_capture_test
[708/756] 3144633=ruby/test_stringchar
[709/756] 3144633=rubygems/test_gem_package_old
[710/756] 3144633=ripper/test_sexp
[711/756] 3144633=json/json_common_interface_test
[712/756] 3144633=open-uri/test_ssl
[713/756] 3144630=prism/ruby/ruby_parser_test
[714/756] 3144630=rubygems/test_gem_commands_unpack_command
[715/756] 3144630=cgi/test_cgi_escape
[716/756] 3144630=json/json_coder_test
[717/756] 3144630=did_you_mean/edit_distance/test_jaro_winkler
[718/756] 3144630=ruby/test_flip
[719/756] 3144630=ruby/test_marshal
[720/756] 3144632=psych/test_parser
[721/756] 3144632=ruby/test_struct
[722/756] 3144633=psych/test_serialize_subclasses
[723/756] 3144633=ruby/enc/test_iso_8859
[724/756] 3144633=rubygems/test_gem_doctor
[725/756] 3144633=ruby/test_exception
[726/756] 3144630=fiber/test_mutex
[727/756] 3144630=-ext-/load/test_resolve_symbol
/tmp/ruby/src/trunk-yjit/test/ruby/test_exception.rb:1446: [BUG] Segmentation fault at 0x00007f71e54adfe0
ruby 4.0.0dev (2025-12-04T09:08:23Z master 8099e9d2d1) +YJIT +PRISM [x86_64-linux]
-- Control frame information -----------------------------------------------
c:0017 p:0002 s:0119 e:000118 l:n b:---- BLOCK /tmp/ruby/src/trunk-yjit/test/ruby/test_exception.rb:1446
c:0016 p:0024 s:0115 e:000114 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/envutil.rb:336
c:0015 p:0046 s:0110 e:000109 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/envutil.rb:350
c:0014 p:0019 s:0103 e:000102 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/test/ruby/test_exception.rb:1445
c:0013 p:0037 s:0099 e:000098 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0093 e:000092 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:170
c:0011 p:0093 s:0084 e:000083 l:n b:---- BLOCK /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1683
c:0010 p:0034 s:0077 e:000075 l:y b:0001 METHOD <internal:array>:248
c:0009 p:0114 s:0069 e:000068 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1670
c:0008 p:0035 s:0057 e:000056 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1374
c:0007 p:0069 s:0050 E:000720 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0034 e:000033 l:n b:---- BLOCK /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:24
c:0005 p:0034 s:0030 e:000028 l:y b:0001 METHOD <internal:array>:248
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 E:000d30 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:122
c:0002 p:0062 s:0006 E:0015f0 l:n b:---- EVAL /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:0012e0 l:y b:---- DUMMY [FINISH]
-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:220:in '<main>'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:122:in 'run'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:23:in '_run_suites'
<internal:array>:248:in 'map'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:24:in 'block in _run_suites'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:52:in '_run_suite'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1374:in '_run_suite'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1670:in '_run_suite'
<internal:array>:248:in 'map'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1683:in 'block in _run_suite'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:170:in 'run'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:202:in 'run_test'
/tmp/ruby/src/trunk-yjit/test/ruby/test_exception.rb:1445:in 'test_detailed_message_under_gc_compact_stress'
/tmp/ruby/src/trunk-yjit/tool/lib/envutil.rb:350:in 'under_gc_compact_stress'
/tmp/ruby/src/trunk-yjit/tool/lib/envutil.rb:336:in 'under_gc_stress'
/tmp/ruby/src/trunk-yjit/test/ruby/test_exception.rb:1446:in 'block in test_detailed_message_under_gc_compact_stress'
-- Threading information ---------------------------------------------------
Total ractor count: 1
Ruby thread count for this ractor: 4
-- Machine register context ------------------------------------------------
RIP: 0x00005cf37ee16194 RBP: 0x00007ffe603efdf0 RSP: 0x00007ffe603efce8
RAX: 0x00005cf37ee16190 RBX: 0x00005cf38bcb4cb0 RCX: 0x0000000000000000
RDX: 0x00007ffe603efdf0 RDI: 0x00007f71e54adfe0 RSI: 0x0000000000000000
R8: 0x00005cf37ee163a0 R9: 0x00000000000000fc R10: 0x3d079f7dd601ff80
R11: 0x00005cf37ee163a0 R12: 0x059c3e5f59d04bf5 R13: 0x000000000000000f
R14: 0x00005cf38769e710 R15: 0x00005cf38bcb3510 EFL: 0x0000000000010206
-- C level backtrace information -------------------------------------------
[728/756] 3144630=rubygems/test_gem
/tmp/ruby/build/trunk-yjit/ruby(rb_print_backtrace+0x14) [0x5cf37f24f130] /tmp/ruby/src/trunk-yjit/vm_dump.c:1105
/tmp/ruby/build/trunk-yjit/ruby(rb_vm_bugreport) /tmp/ruby/src/trunk-yjit/vm_dump.c:1450
/tmp/ruby/build/trunk-yjit/ruby(rb_bug_for_fatal_signal+0x102) [0x5cf37f2047b2] /tmp/ruby/src/trunk-yjit/error.c:1131
/tmp/ruby/build/trunk-yjit/ruby(sigsegv+0x48) [0x5cf37ef40f58] /tmp/ruby/src/trunk-yjit/signal.c:948
/lib/x86_64-linux-gnu/libc.so.6(0x7f7207697320) [0x7f7207697320]
/tmp/ruby/build/trunk-yjit/ruby(RB_BUILTIN_TYPE+0x0) [0x5cf37ee16194] /tmp/ruby/src/trunk-yjit/gc/default/default.c:7140
/tmp/ruby/build/trunk-yjit/ruby(gc_update_references_weak_table_i) /tmp/ruby/src/trunk-yjit/gc/default/default.c:7143
/tmp/ruby/build/trunk-yjit/ruby(st_general_foreach+0x68) [0x5cf37ef4e043] /tmp/ruby/src/trunk-yjit/st.c:1563
/tmp/ruby/build/trunk-yjit/ruby(rb_st_foreach_with_replace) /tmp/ruby/src/trunk-yjit/st.c:1641
/tmp/ruby/build/trunk-yjit/ruby(rb_gc_vm_weak_table_foreach+0x16) [0x5cf37ee2bc4b] /tmp/ruby/src/trunk-yjit/gc.c:4062
/tmp/ruby/build/trunk-yjit/ruby(gc_update_references) /tmp/ruby/src/trunk-yjit/gc/default/default.c:7188
/tmp/ruby/build/trunk-yjit/ruby(gc_compact_finish) /tmp/ruby/src/trunk-yjit/gc/default/default.c:3451
/tmp/ruby/build/trunk-yjit/ruby(gc_sweep_compact) /tmp/ruby/src/trunk-yjit/gc/default/default.c:5702
/tmp/ruby/build/trunk-yjit/ruby(gc_sweep) /tmp/ruby/src/trunk-yjit/gc/default/default.c:4136
/tmp/ruby/build/trunk-yjit/ruby(gc_start+0xbf2) [0x5cf37ee2cae2] /tmp/ruby/src/trunk-yjit/gc/default/default.c:6518
/tmp/ruby/build/trunk-yjit/ruby(rb_multi_ractor_p+0x0) [0x5cf37ee2e204] /tmp/ruby/src/trunk-yjit/gc/default/default.c:6399
/tmp/ruby/build/trunk-yjit/ruby(rb_vm_lock_leave) /tmp/ruby/src/trunk-yjit/vm_sync.h:101
/tmp/ruby/build/trunk-yjit/ruby(rb_gc_vm_unlock) /tmp/ruby/src/trunk-yjit/gc.c:146
/tmp/ruby/build/trunk-yjit/ruby(garbage_collect) /tmp/ruby/src/trunk-yjit/gc/default/default.c:6401
/tmp/ruby/build/trunk-yjit/ruby(newobj_slowpath+0xfd) [0x5cf37ee2e49d] /tmp/ruby/src/trunk-yjit/gc/default/default.c:2462
/tmp/ruby/build/trunk-yjit/ruby(newobj_slowpath_wb_protected) /tmp/ruby/src/trunk-yjit/gc/default/default.c:2484
/tmp/ruby/build/trunk-yjit/ruby(rb_gc_impl_new_obj+0x16) [0x5cf37ee2f386] /tmp/ruby/src/trunk-yjit/gc/default/default.c:2521
/tmp/ruby/build/trunk-yjit/ruby(newobj_of) /tmp/ruby/src/trunk-yjit/gc.c:996
/tmp/ruby/build/trunk-yjit/ruby(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-yjit/gc.c:1045
/tmp/ruby/build/trunk-yjit/ruby(rb_obj_write+0x0) [0x5cf37efd69b2] /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:6578
/tmp/ruby/build/trunk-yjit/ruby(vm_ic_update) /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:6579
/tmp/ruby/build/trunk-yjit/ruby(rb_vm_opt_getconstant_path) /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:6610
/tmp/ruby/build/trunk-yjit/ruby(vm_exec_core+0x10c8) [0x5cf37eff5de8] ../../src/trunk-yjit/insns.def:265
/tmp/ruby/build/trunk-yjit/ruby(vm_exec_loop+0x38) [0x5cf37efe5c55] /tmp/ruby/src/trunk-yjit/vm.c:2812
/tmp/ruby/build/trunk-yjit/ruby(rb_vm_exec) /tmp/ruby/src/trunk-yjit/vm.c:2791
/tmp/ruby/build/trunk-yjit/ruby(rb_ec_exec_node+0xa5) [0x5cf37ee01ca5] /tmp/ruby/src/trunk-yjit/eval.c:283
/tmp/ruby/build/trunk-yjit/ruby(ruby_run_node+0x61) [0x5cf37ee041e1] /tmp/ruby/src/trunk-yjit/eval.c:321
/tmp/ruby/build/trunk-yjit/ruby(rb_main+0x21) [0x5cf37edfe716] /tmp/ruby/src/trunk-yjit/main.c:42
/tmp/ruby/build/trunk-yjit/ruby(main) /tmp/ruby/src/trunk-yjit/main.c:62
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7f720767c1ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f720767c28b] ../csu/libc-start.c:360
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:347
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
[0x5cf37edfe765]
-- Other runtime information -----------------------------------------------
* Process memory map:
5cf376aa5000-5cf3771f4000 rw-p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space]
5cf3771f4000-5cf37eaa5000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space]
5cf37edad000-5cf37eded000 r--p 00000000 00:b6 15210073 /tmp/ruby/build/trunk-yjit/ruby
5cf37eded000-5cf37f2cb000 r-xp 00040000 00:b6 15210073 /tmp/ruby/build/trunk-yjit/ruby
5cf37f2cb000-5cf37f46f000 r--p 0051e000 00:b6 15210073 /tmp/ruby/build/trunk-yjit/ruby
5cf37f46f000-5cf37f485000 r--p 006c1000 00:b6 15210073 /tmp/ruby/build/trunk-yjit/ruby
5cf37f485000-5cf37f486000 rw-p 006d7000 00:b6 15210073 /tmp/ruby/build/trunk-yjit/ruby
5cf37f486000-5cf37f49a000 rw-p 00000000 00:00 0
5cf384dad000-5cf3929f5000 rw-p 00000000 00:00 0 [heap]
7f7150577000-7f7153b90000 r--s 00000000 00:b6 15210073 /tmp/ruby/build/trunk-yjit/ruby
7f7153b90000-7f7153ba0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f7154148000-7f7154149000 ---p 00000000 00:00 0
7f7154149000-7f7154169000 rw-p 00000000 00:00 0
7f7154169000-7f715416a000 ---p 00000000 00:00 0
7f715416a000-7f715418a000 rw-p 00000000 00:00 0
7f715418a000-7f715418b000 ---p 00000000 00:00 0
7f715418b000-7f71541ab000 rw-p 00000000 00:00 0
7f71541ab000-7f71541ac000 ---p 00000000 00:00 0
7f71541ac000-7f71541cc000 rw-p 00000000 00:00 0
7f71541cc000-7f71541cd000 ---p 00000000 00:00 0
7f71541cd000-7f71541ed000 rw-p 00000000 00:00 0
7f71541ed000-7f71541ee000 ---p 00000000 00:00 0
7f71541ee000-7f715420e000 rw-p 00000000 00:00 0
7f715420e000-7f715420f000 ---p 00000000 00:00 0
7f715420f000-7f715422f000 rw-p 00000000 00:00 0
7f715422f000-7f7154230000 ---p 00000000 00:00 0
7f7154230000-7f7154250000 rw-p 00000000 00:00 0
7f7154c50000-7f7154c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f7155a50000-7f7155a60000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f7155c50000-7f7155c60000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f7155d10000-7f7155d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f7155d30000-7f7155d70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f7155d80000-7f7155dc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f7155dd0000-7f7155e10000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f7155e20000-7f7155e60000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f7155e70000-7f7155e80000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f7155fbd000-7f7155fbe000 ---p 00000000 00:00 0
7f7155fbe000-7f71567be000 rw-p 00000000 00:00 0
7f7156840000-7f7156850000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f7156b10000-7f7156b20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f7156c50000-7f7156c60000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f7156fbf000-7f7156fc0000 ---p 00000000 00:00 0
7f7156fc0000-7f71577c0000 rw-p 00000000 00:00 0
7f71577c0000-7f71577c1000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71577c1000-7f7157802000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157802000-7f7157803000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157803000-7f7157844000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157844000-7f7157845000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157845000-7f7157886000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157886000-7f7157887000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157887000-7f71578c8000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71578c8000-7f71578c9000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71578c9000-7f715790a000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f715790a000-7f715790b000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f715790b000-7f715794c000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f715794c000-7f715794d000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f715794d000-7f715798e000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f715798e000-7f715798f000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f715798f000-7f71579d0000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71579d0000-7f71579d1000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71579d1000-7f7157a12000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157a12000-7f7157a13000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157a13000-7f7157a54000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157a54000-7f7157a55000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157a55000-7f7157a96000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157a96000-7f7157a97000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157a97000-7f7157ad8000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157ad8000-7f7157ad9000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157ad9000-7f7157b1a000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157b1a000-7f7157b1b000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157b1b000-7f7157b5c000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157b5c000-7f7157b5d000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157b5d000-7f7157b9e000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157b9e000-7f7157b9f000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157b9f000-7f7157be0000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157be0000-7f7157be1000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157be1000-7f7157c22000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157c22000-7f7157c23000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157c23000-7f7157c64000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157c64000-7f7157c65000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157c65000-7f7157ca6000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157ca6000-7f7157ca7000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157ca7000-7f7157ce8000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157ce8000-7f7157ce9000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157ce9000-7f7157d2a000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157d2a000-7f7157d2b000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157d2b000-7f7157d6c000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157d6c000-7f7157d6d000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157d6d000-7f7157dae000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157dae000-7f7157daf000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157daf000-7f7157df0000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157df0000-7f7157df1000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157df1000-7f7157e32000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157e32000-7f7157e33000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157e33000-7f7157e74000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157e74000-7f7157e75000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157e75000-7f7157eb6000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157eb6000-7f7157eb7000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157eb7000-7f7157ef8000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157ef8000-7f7157ef9000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157ef9000-7f7157f3a000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157f3a000-7f7157f3b000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157f3b000-7f7157f7c000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157f7c000-7f7157f7d000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157f7d000-7f7157fbe000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157fbe000-7f7157fbf000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7157fbf000-7f7158000000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f7158000000-7f7158228000 rw-p 00000000 00:00 0
7f7158228000-7f715c000000 ---p 00000000 00:00 0
7f715c000000-7f715c20b000 rw-p 00000000 00:00 0
7f715c20b000-7f7160000000 ---p 00000000 00:00 0
7f7160000000-7f71623b5000 rw-p 00000000 00:00 0
7f71623b5000-7f7164000000 ---p 00000000 00:00 0
7f7164000000-7f716420e000 rw-p 00000000 00:00 0
7f716420e000-7f7168000000 ---p 00000000 00:00 0
7f7168000000-7f7168210000 rw-p 00000000 00:00 0
7f7168210000-7f716c000000 ---p 00000000 00:00 0
7f716c000000-7f716cc36000 rw-p 00000000 00:00 0
7f716cc36000-7f7170000000 ---p 00000000 00:00 0
7f7170000000-7f7170c37000 rw-p 00000000 00:00 0
7f7170c37000-7f7174000000 ---p 00000000 00:00 0
7f7174000000-7f717420b000 rw-p 00000000 00:00 0
7f717420b000-7f7178000000 ---p 00000000 00:00 0
7f7178000000-7f717820b000 rw-p 00000000 00:00 0
7f717820b000-7f717c000000 ---p 00000000 00:00 0
7f717c000000-7f717c20b000 rw-p 00000000 00:00 0
7f717c20b000-7f7180000000 ---p 00000000 00:00 0
7f7180000000-7f7180d1c000 rw-p 00000000 00:00 0
7f7180d1c000-7f7184000000 ---p 00000000 00:00 0
7f7184000000-7f718420b000 rw-p 00000000 00:00 0
7f718420b000-7f7188000000 ---p 00000000 00:00 0
7f7188000000-7f7188c38000 rw-p 00000000 00:00 0
7f7188c38000-7f718c000000 ---p 00000000 00:00 0
7f718c000000-7f718cc37000 rw-p 00000000 00:00 0
7f718cc37000-7f7190000000 ---p 00000000 00:00 0
7f7190000000-7f7191251000 rw-p 00000000 00:00 0
7f7191251000-7f7194000000 ---p 00000000 00:00 0
7f7194000000-7f719451a000 rw-p 00000000 00:00 0
7f719451a000-7f7198000000 ---p 00000000 00:00 0
7f7198000000-7f7199679000 rw-p 00000000 00:00 0
7f7199679000-7f719c000000 ---p 00000000 00:00 0
7f719c000000-7f719c039000 rw-p 00000000 00:00 0
7f719c039000-7f71a0000000 ---p 00000000 00:00 0
7f71a0000000-7f71a0021000 rw-p 00000000 00:00 0
7f71a0021000-7f71a4000000 ---p 00000000 00:00 0
7f71a4000000-7f71a5251000 rw-p 00000000 00:00 0
7f71a5251000-7f71a8000000 ---p 00000000 00:00 0
7f71a8000000-7f71a8021000 rw-p 00000000 00:00 0
7f71a8021000-7f71ac000000 ---p 00000000 00:00 0
7f71ac000000-7f71ac021000 rw-p 00000000 00:00 0
7f71ac021000-7f71b0000000 ---p 00000000 00:00 0
7f71b0000000-7f71b0105000 rw-p 00000000 00:00 0
7f71b0105000-7f71b4000000 ---p 00000000 00:00 0
7f71b4000000-7f71b4021000 rw-p 00000000 00:00 0
7f71b4021000-7f71b8000000 ---p 00000000 00:00 0
7f71b8000000-7f71b8104000 rw-p 00000000 00:00 0
7f71b8104000-7f71bc000000 ---p 00000000 00:00 0
7f71bc000000-7f71bc104000 rw-p 00000000 00:00 0
7f71bc104000-7f71c0000000 ---p 00000000 00:00 0
7f71c0000000-7f71c0104000 rw-p 00000000 00:00 0
7f71c0104000-7f71c4000000 ---p 00000000 00:00 0
7f71c4000000-7f71c4105000 rw-p 00000000 00:00 0
7f71c4105000-7f71c8000000 ---p 00000000 00:00 0
7f71c8000000-7f71c8f9a000 rw-p 00000000 00:00 0
7f71c8f9a000-7f71cc000000 ---p 00000000 00:00 0
7f71cc000000-7f71cc104000 rw-p 00000000 00:00 0
7f71cc104000-7f71d0000000 ---p 00000000 00:00 0
7f71d0000000-7f71d0104000 rw-p 00000000 00:00 0
7f71d0104000-7f71d4000000 ---p 00000000 00:00 0
7f71d4000000-7f71d4105000 rw-p 00000000 00:00 0
7f71d4105000-7f71d8000000 ---p 00000000 00:00 0
7f71d8000000-7f71d8108000 rw-p 00000000 00:00 0
7f71d8108000-7f71dc000000 ---p 00000000 00:00 0
7f71dc000000-7f71dc021000 rw-p 00000000 00:00 0
7f71dc021000-7f71e0000000 ---p 00000000 00:00 0
7f71e0000000-7f71e0021000 rw-p 00000000 00:00 0
7f71e0021000-7f71e4000000 ---p 00000000 00:00 0
7f71e4080000-7f71e4090000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e41a0000-7f71e41b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e42f0000-7f71e4300000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4309000-7f71e4510000 r--s 00000000 00:b6 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6
7f71e4510000-7f71e4520000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4540000-7f71e4550000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4560000-7f71e4570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4590000-7f71e45a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4600000-7f71e4610000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4630000-7f71e4640000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4650000-7f71e4660000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4680000-7f71e4690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e46a0000-7f71e46b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e46d0000-7f71e46e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e46f0000-7f71e4700000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4720000-7f71e4730000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4740000-7f71e4750000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4770000-7f71e4780000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4790000-7f71e47a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e47c0000-7f71e47d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4810000-7f71e4820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4830000-7f71e4840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4860000-7f71e4870000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4880000-7f71e4890000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e48b0000-7f71e48c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e48d0000-7f71e48e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4900000-7f71e4910000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4920000-7f71e4930000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4950000-7f71e4960000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4970000-7f71e4980000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e49a0000-7f71e49b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e49c0000-7f71e49d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e49f0000-7f71e4a00000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4a40000-7f71e4a50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4a90000-7f71e4aa0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4ab0000-7f71e4ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4ad0000-7f71e4af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4b00000-7f71e4b10000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4b40000-7f71e4b50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4b80000-7f71e4b90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4c00000-7f71e4c10000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4c30000-7f71e4c40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4c60000-7f71e4c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4cc0000-7f71e4cd0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4ce0000-7f71e4cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4d10000-7f71e4d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4d30000-7f71e4d40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4d60000-7f71e4d70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4d80000-7f71e4d90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4db0000-7f71e4dc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4e50000-7f71e4e60000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4e70000-7f71e4e80000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4ea0000-7f71e4eb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4ec0000-7f71e4ed0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4ef0000-7f71e4f10000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e4fa0000-7f71e4fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5000000-7f71e5010000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5030000-7f71e5040000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5060000-7f71e5080000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5090000-7f71e50a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e50d0000-7f71e50e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5140000-7f71e5150000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5170000-7f71e5180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5190000-7f71e51a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e51b0000-7f71e51c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e51e0000-7f71e51f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5210000-7f71e5220000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5320000-7f71e5330000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5350000-7f71e5360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5490000-7f71e54a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5500000-7f71e5510000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e555f000-7f71e5560000 ---p 00000000 00:00 0
7f71e5560000-7f71e5580000 rw-p 00000000 00:00 0
7f71e5580000-7f71e5590000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e55c0000-7f71e55d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e55e0000-7f71e55f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5620000-7f71e5630000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5680000-7f71e5690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e57f0000-7f71e5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5830000-7f71e5840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e58e0000-7f71e58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5940000-7f71e5950000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5960000-7f71e5970000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5a40000-7f71e5a50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5a90000-7f71e5aa0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5ac0000-7f71e5ae0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5afd000-7f71e5afe000 ---p 00000000 00:00 0
7f71e5afe000-7f71e5b1e000 rw-p 00000000 00:00 0
7f71e5b1e000-7f71e5b1f000 ---p 00000000 00:00 0
7f71e5b1f000-7f71e5b3f000 rw-p 00000000 00:00 0
7f71e5b3f000-7f71e5b40000 ---p 00000000 00:00 0
7f71e5b40000-7f71e5b60000 rw-p 00000000 00:00 0
7f71e5b60000-7f71e5b70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5b8f000-7f71e5b90000 ---p 00000000 00:00 0
7f71e5b90000-7f71e5bb0000 rw-p 00000000 00:00 0
7f71e5bb0000-7f71e5bd0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5be0000-7f71e5c20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5c30000-7f71e5c50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5c60000-7f71e5c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5c80000-7f71e5d00000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5d10000-7f71e5d40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5d50000-7f71e5d70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5d80000-7f71e5da0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5db0000-7f71e5dc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5dd0000-7f71e5de0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5df0000-7f71e5e20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5e30000-7f71e5e70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5e80000-7f71e5e90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5ea0000-7f71e5ee0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5ef0000-7f71e5f00000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5f10000-7f71e5f30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5f40000-7f71e5f60000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5f70000-7f71e5f90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5fa0000-7f71e5fd0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e5fe0000-7f71e60d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e60e0000-7f71e6100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e6110000-7f71e6150000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e6160000-7f71e6190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e61a0000-7f71e61d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e61e0000-7f71e6250000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e6259000-7f71e625b000 r--p 00000000 00:b6 16800166 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pty.so
7f71e625b000-7f71e625d000 r-xp 00002000 00:b6 16800166 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pty.so
7f71e625d000-7f71e625e000 r--p 00004000 00:b6 16800166 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pty.so
7f71e625e000-7f71e625f000 r--p 00004000 00:b6 16800166 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pty.so
7f71e625f000-7f71e6260000 rw-p 00005000 00:b6 16800166 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pty.so
7f71e6260000-7f71e6270000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e6276000-7f71e6277000 r--p 00000000 00:b6 16810097 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/printf.so
7f71e6277000-7f71e6278000 r-xp 00001000 00:b6 16810097 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/printf.so
7f71e6278000-7f71e6279000 r--p 00002000 00:b6 16810097 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/printf.so
7f71e6279000-7f71e627a000 r--p 00002000 00:b6 16810097 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/printf.so
7f71e627a000-7f71e627b000 rw-p 00003000 00:b6 16810097 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/printf.so
7f71e627b000-7f71e627c000 r--p 00000000 00:b6 16810118 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/numhash.so
7f71e627c000-7f71e627d000 r-xp 00001000 00:b6 16810118 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/numhash.so
7f71e627d000-7f71e627e000 r--p 00002000 00:b6 16810118 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/numhash.so
7f71e627e000-7f71e627f000 r--p 00002000 00:b6 16810118 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/numhash.so
7f71e627f000-7f71e6280000 rw-p 00003000 00:b6 16810118 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/numhash.so
7f71e6280000-7f71e64c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e64c4000-7f71e64c6000 r--p 00000000 00:b6 16808640 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bignum.so
7f71e64c6000-7f71e64c8000 r-xp 00002000 00:b6 16808640 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bignum.so
7f71e64c8000-7f71e64c9000 r--p 00004000 00:b6 16808640 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bignum.so
7f71e64c9000-7f71e64ca000 r--p 00004000 00:b6 16808640 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bignum.so
7f71e64ca000-7f71e64cb000 rw-p 00005000 00:b6 16808640 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bignum.so
7f71e64cb000-7f71e64cc000 r--p 00000000 00:b6 16810093 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/postponed_job.so
7f71e64cc000-7f71e64cd000 r-xp 00001000 00:b6 16810093 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/postponed_job.so
7f71e64cd000-7f71e64ce000 r--p 00002000 00:b6 16810093 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/postponed_job.so
7f71e64ce000-7f71e64cf000 r--p 00002000 00:b6 16810093 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/postponed_job.so
7f71e64cf000-7f71e64d0000 rw-p 00003000 00:b6 16810093 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/postponed_job.so
7f71e64d0000-7f71e67f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e67f3000-7f71e67f4000 r--p 00000000 00:b6 16794021 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/tracepoint.so
7f71e67f4000-7f71e67f5000 r-xp 00001000 00:b6 16794021 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/tracepoint.so
7f71e67f5000-7f71e67f6000 r--p 00002000 00:b6 16794021 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/tracepoint.so
7f71e67f6000-7f71e67f7000 r--p 00002000 00:b6 16794021 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/tracepoint.so
7f71e67f7000-7f71e67f8000 rw-p 00003000 00:b6 16794021 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/tracepoint.so
7f71e67f8000-7f71e67f9000 r--p 00000000 00:b6 16810078 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7f71e67f9000-7f71e67fa000 r-xp 00001000 00:b6 16810078 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7f71e67fa000-7f71e67fb000 r--p 00002000 00:b6 16810078 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7f71e67fb000-7f71e67fc000 r--p 00002000 00:b6 16810078 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7f71e67fc000-7f71e67fd000 rw-p 00003000 00:b6 16810078 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
7f71e67fd000-7f71e67fe000 r--p 00000000 00:b6 16818799 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/struct.so
7f71e67fe000-7f71e67ff000 r-xp 00001000 00:b6 16818799 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/struct.so
7f71e67ff000-7f71e6800000 r--p 00002000 00:b6 16818799 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/struct.so
7f71e6800000-7f71e6801000 r--p 00002000 00:b6 16818799 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/struct.so
7f71e6801000-7f71e6802000 rw-p 00003000 00:b6 16818799 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/struct.so
7f71e6802000-7f71e6803000 r--p 00000000 00:b6 16809045 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/gb18030.so
7f71e6803000-7f71e6804000 r-xp 00001000 00:b6 16809045 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/gb18030.so
7f71e6804000-7f71e682f000 r--p 00002000 00:b6 16809045 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/gb18030.so
7f71e682f000-7f71e6830000 r--p 0002c000 00:b6 16809045 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/gb18030.so
7f71e6830000-7f71e6831000 rw-p 0002d000 00:b6 16809045 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/gb18030.so
7f71e6831000-7f71e6832000 r--p 00000000 00:b6 16807872 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/gbk.so
7f71e6832000-7f71e6833000 r-xp 00001000 00:b6 16807872 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/gbk.so
7f71e6833000-7f71e6862000 r--p 00002000 00:b6 16807872 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/gbk.so
7f71e6862000-7f71e6863000 r--p 00030000 00:b6 16807872 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/gbk.so
7f71e6863000-7f71e6864000 rw-p 00031000 00:b6 16807872 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/gbk.so
7f71e6864000-7f71e6865000 r--p 00000000 00:b6 16809058 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/korean.so
7f71e6865000-7f71e6866000 r-xp 00001000 00:b6 16809058 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/korean.so
7f71e6866000-7f71e68a0000 r--p 00002000 00:b6 16809058 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/korean.so
7f71e68a0000-7f71e68a1000 r--p 0003c000 00:b6 16809058 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/korean.so
7f71e68a1000-7f71e68a2000 rw-p 0003d000 00:b6 16809058 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/korean.so
7f71e68a2000-7f71e68a3000 r--p 00000000 00:b6 16808650 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/cesu_8.so
7f71e68a3000-7f71e68a4000 r-xp 00001000 00:b6 16808650 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/cesu_8.so
7f71e68a4000-7f71e68a5000 r--p 00002000 00:b6 16808650 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/cesu_8.so
7f71e68a5000-7f71e68a6000 r--p 00002000 00:b6 16808650 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/cesu_8.so
7f71e68a6000-7f71e68a7000 rw-p 00003000 00:b6 16808650 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/cesu_8.so
7f71e68a7000-7f71e68a8000 r--p 00000000 00:b6 16809065 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f71e68a8000-7f71e68a9000 r-xp 00001000 00:b6 16809065 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f71e68a9000-7f71e68ea000 r--p 00002000 00:b6 16809065 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f71e68ea000-7f71e68eb000 r--p 00042000 00:b6 16809065 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f71e68eb000-7f71e68ec000 rw-p 00043000 00:b6 16809065 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f71e68ec000-7f71e68ed000 r--p 00000000 00:b6 16808652 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/ebcdic.so
7f71e68ed000-7f71e68ee000 r-xp 00001000 00:b6 16808652 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/ebcdic.so
7f71e68ee000-7f71e68ef000 r--p 00002000 00:b6 16808652 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/ebcdic.so
7f71e68ef000-7f71e68f0000 r--p 00002000 00:b6 16808652 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/ebcdic.so
7f71e68f0000-7f71e68f1000 rw-p 00003000 00:b6 16808652 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/ebcdic.so
7f71e68f1000-7f71e68f2000 r--p 00000000 00:b6 16809048 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese.so
7f71e68f2000-7f71e68f3000 r-xp 00001000 00:b6 16809048 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese.so
7f71e68f3000-7f71e68f4000 r--p 00002000 00:b6 16809048 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese.so
7f71e68f4000-7f71e68f5000 r--p 00002000 00:b6 16809048 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese.so
7f71e68f5000-7f71e68f6000 rw-p 00003000 00:b6 16809048 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese.so
7f71e68f6000-7f71e68f7000 r--p 00000000 00:b6 16809044 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/escape.so
7f71e68f7000-7f71e68f8000 r-xp 00001000 00:b6 16809044 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/escape.so
7f71e68f8000-7f71e68f9000 r--p 00002000 00:b6 16809044 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/escape.so
7f71e68f9000-7f71e68fa000 r--p 00002000 00:b6 16809044 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/escape.so
7f71e68fa000-7f71e68fb000 rw-p 00003000 00:b6 16809044 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/escape.so
7f71e68fb000-7f71e68fc000 r--p 00000000 00:b6 16808662 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f71e68fc000-7f71e68fd000 r-xp 00001000 00:b6 16808662 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f71e68fd000-7f71e691a000 r--p 00002000 00:b6 16808662 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f71e691a000-7f71e691b000 r--p 0001e000 00:b6 16808662 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f71e691b000-7f71e691c000 rw-p 0001f000 00:b6 16808662 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f71e691c000-7f71e691d000 r--p 00000000 00:b6 16808654 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/emoji.so
7f71e691d000-7f71e691e000 r-xp 00001000 00:b6 16808654 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/emoji.so
7f71e691e000-7f71e6928000 r--p 00002000 00:b6 16808654 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/emoji.so
7f71e6928000-7f71e6929000 r--p 0000c000 00:b6 16808654 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/emoji.so
7f71e6929000-7f71e692a000 rw-p 0000d000 00:b6 16808654 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/emoji.so
7f71e692a000-7f71e692b000 r--p 00000000 00:b6 16790701 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/big5.so
7f71e692b000-7f71e692c000 r-xp 00001000 00:b6 16790701 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/big5.so
7f71e692c000-7f71e69b8000 r--p 00002000 00:b6 16790701 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/big5.so
7f71e69b8000-7f71e69b9000 r--p 0008d000 00:b6 16790701 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/big5.so
7f71e69b9000-7f71e69ba000 rw-p 0008e000 00:b6 16790701 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/big5.so
7f71e69ba000-7f71e69bb000 r--p 00000000 00:b6 16808651 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/chinese.so
7f71e69bb000-7f71e69bc000 r-xp 00001000 00:b6 16808651 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/chinese.so
7f71e69bc000-7f71e69e8000 r--p 00002000 00:b6 16808651 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/chinese.so
7f71e69e8000-7f71e69e9000 r--p 0002d000 00:b6 16808651 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/chinese.so
7f71e69e9000-7f71e69ea000 rw-p 0002e000 00:b6 16808651 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/chinese.so
7f71e69ea000-7f71e69ed000 r--p 00000000 00:b6 15348614 /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7f71e69ed000-7f71e69f3000 r-xp 00003000 00:b6 15348614 /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7f71e69f3000-7f71e69f5000 r--p 00009000 00:b6 15348614 /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7f71e69f5000-7f71e69f6000 r--p 0000b000 00:b6 15348614 /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7f71e69f6000-7f71e69f7000 rw-p 0000c000 00:b6 15348614 /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7f71e69f7000-7f71e69ff000 r--p 00000000 00:b6 16283051 /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7f71e69ff000-7f71e6a3e000 r-xp 00008000 00:b6 16283051 /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7f71e6a3e000-7f71e6a4e000 r--p 00047000 00:b6 16283051 /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7f71e6a4e000-7f71e6a52000 r--p 00056000 00:b6 16283051 /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7f71e6a52000-7f71e6a53000 rw-p 0005a000 00:b6 16283051 /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7f71e6a53000-7f71e6a54000 r--p 00000000 00:b6 16809047 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
7f71e6a54000-7f71e6a55000 r-xp 00001000 00:b6 16809047 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
7f71e6a55000-7f71e6a56000 r--p 00002000 00:b6 16809047 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
7f71e6a56000-7f71e6a57000 r--p 00002000 00:b6 16809047 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
7f71e6a57000-7f71e6a58000 rw-p 00003000 00:b6 16809047 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
7f71e6a58000-7f71e6a59000 r--p 00000000 00:b6 16809056 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f71e6a59000-7f71e6a5a000 r-xp 00001000 00:b6 16809056 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f71e6a5a000-7f71e6a7e000 r--p 00002000 00:b6 16809056 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f71e6a7e000-7f71e6a7f000 r--p 00025000 00:b6 16809056 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f71e6a7f000-7f71e6a80000 rw-p 00026000 00:b6 16809056 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f71e6a80000-7f71e6a90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e6a93000-7f71e6a94000 r--p 00000000 00:b6 16810028 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/hash.so
7f71e6a94000-7f71e6a95000 r-xp 00001000 00:b6 16810028 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/hash.so
7f71e6a95000-7f71e6a96000 r--p 00002000 00:b6 16810028 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/hash.so
7f71e6a96000-7f71e6a97000 r--p 00002000 00:b6 16810028 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/hash.so
7f71e6a97000-7f71e6a98000 rw-p 00003000 00:b6 16810028 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/hash.so
7f71e6ab0000-7f71e6ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e6ef0000-7f71e6ef1000 r--p 00000000 00:b6 16810158 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/symbol.so
7f71e6ef1000-7f71e6ef2000 r-xp 00001000 00:b6 16810158 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/symbol.so
7f71e6ef2000-7f71e6ef3000 r--p 00002000 00:b6 16810158 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/symbol.so
7f71e6ef3000-7f71e6ef4000 r--p 00002000 00:b6 16810158 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/symbol.so
7f71e6ef4000-7f71e6ef5000 rw-p 00003000 00:b6 16810158 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/symbol.so
7f71e6ef5000-7f71e6ef7000 r--p 00000000 00:b6 16798562 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/strscan.so
7f71e6ef7000-7f71e6efc000 r-xp 00002000 00:b6 16798562 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/strscan.so
7f71e6efc000-7f71e6efd000 r--p 00007000 00:b6 16798562 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/strscan.so
7f71e6efd000-7f71e6efe000 r--p 00008000 00:b6 16798562 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/strscan.so
7f71e6efe000-7f71e6eff000 rw-p 00009000 00:b6 16798562 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/strscan.so
7f71e6f10000-7f71e6fd0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71e6fd1000-7f71e6fd2000 r--p 00000000 00:b6 16808633 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7f71e6fd2000-7f71e6fd3000 r-xp 00001000 00:b6 16808633 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7f71e6fd3000-7f71e6fd4000 r--p 00002000 00:b6 16808633 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7f71e6fd4000-7f71e6fd5000 r--p 00002000 00:b6 16808633 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7f71e6fd5000-7f71e6fd6000 rw-p 00003000 00:b6 16808633 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7f71e6fd6000-7f71e6fd7000 r--p 00000000 00:b6 16808632 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7f71e6fd7000-7f71e6fd8000 r-xp 00001000 00:b6 16808632 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7f71e6fd8000-7f71e6fd9000 r--p 00002000 00:b6 16808632 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7f71e6fd9000-7f71e6fda000 r--p 00002000 00:b6 16808632 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7f71e6fda000-7f71e6fdb000 rw-p 00003000 00:b6 16808632 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7f71e6fdb000-7f71e6fdc000 r--p 00000000 00:b6 16808631 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7f71e6fdc000-7f71e6fdd000 r-xp 00001000 00:b6 16808631 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7f71e6fdd000-7f71e6fde000 r--p 00002000 00:b6 16808631 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7f71e6fde000-7f71e6fdf000 r--p 00002000 00:b6 16808631 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7f71e6fdf000-7f71e6fe0000 rw-p 00003000 00:b6 16808631 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7f71e6fe0000-7f71e6fe3000 r--p 00000000 00:b6 16809059 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7f71e6fe3000-7f71e6fe4000 r-xp 00003000 00:b6 16809059 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7f71e6fe4000-7f71e6ff8000 r--p 00004000 00:b6 16809059 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7f71e6ff8000-7f71e6ffd000 r--p 00018000 00:b6 16809059 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7f71e6ffd000-7f71e6ffe000 rw-p 0001d000 00:b6 16809059 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7f71e6ffe000-7f71e6fff000 ---p 00000000 00:00 0
7f71e6fff000-7f71e77ff000 rw-p 00000000 00:00 0
7f71e77ff000-7f71e7800000 ---p 00000000 00:00 0
7f71e7800000-7f71e8000000 rw-p 00000000 00:00 0
7f71e8000000-7f71e8326000 rw-p 00000000 00:00 0
7f71e8326000-7f71ec000000 ---p 00000000 00:00 0
7f71ec002000-7f71ec003000 r--p 00000000 00:b6 16808629 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7f71ec003000-7f71ec004000 r-xp 00001000 00:b6 16808629 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7f71ec004000-7f71ec005000 r--p 00002000 00:b6 16808629 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7f71ec005000-7f71ec006000 r--p 00002000 00:b6 16808629 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7f71ec006000-7f71ec007000 rw-p 00003000 00:b6 16808629 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7f71ec007000-7f71ec008000 r--p 00000000 00:b6 16808628 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7f71ec008000-7f71ec009000 r-xp 00001000 00:b6 16808628 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7f71ec009000-7f71ec00a000 r--p 00002000 00:b6 16808628 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7f71ec00a000-7f71ec00b000 r--p 00002000 00:b6 16808628 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7f71ec00b000-7f71ec00c000 rw-p 00003000 00:b6 16808628 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7f71ec00c000-7f71ec00d000 r--p 00000000 00:b6 16808627 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7f71ec00d000-7f71ec00e000 r-xp 00001000 00:b6 16808627 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7f71ec00e000-7f71ec00f000 r--p 00002000 00:b6 16808627 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7f71ec00f000-7f71ec010000 r--p 00002000 00:b6 16808627 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7f71ec010000-7f71ec011000 rw-p 00003000 00:b6 16808627 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7f71ec011000-7f71ec012000 r--p 00000000 00:b6 16808617 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7f71ec012000-7f71ec013000 r-xp 00001000 00:b6 16808617 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7f71ec013000-7f71ec014000 r--p 00002000 00:b6 16808617 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7f71ec014000-7f71ec015000 r--p 00002000 00:b6 16808617 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7f71ec015000-7f71ec016000 rw-p 00003000 00:b6 16808617 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7f71ec016000-7f71ec017000 r--p 00000000 00:b6 16809055 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f71ec017000-7f71ec018000 r-xp 00001000 00:b6 16809055 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f71ec018000-7f71ec06e000 r--p 00002000 00:b6 16809055 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f71ec06e000-7f71ec06f000 r--p 00057000 00:b6 16809055 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f71ec06f000-7f71ec070000 rw-p 00058000 00:b6 16809055 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f71ec070000-7f71ec090000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ec093000-7f71ec094000 r--p 00000000 00:b6 16808615 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7f71ec094000-7f71ec095000 r-xp 00001000 00:b6 16808615 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7f71ec095000-7f71ec096000 r--p 00002000 00:b6 16808615 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7f71ec096000-7f71ec097000 r--p 00002000 00:b6 16808615 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7f71ec097000-7f71ec098000 rw-p 00003000 00:b6 16808615 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7f71ec098000-7f71ec099000 r--p 00000000 00:b6 16808614 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7f71ec099000-7f71ec09a000 r-xp 00001000 00:b6 16808614 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7f71ec09a000-7f71ec09b000 r--p 00002000 00:b6 16808614 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7f71ec09b000-7f71ec09c000 r--p 00002000 00:b6 16808614 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7f71ec09c000-7f71ec09d000 rw-p 00003000 00:b6 16808614 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7f71ec09d000-7f71ec09e000 ---p 00000000 00:00 0
7f71ec09e000-7f71ec0be000 rw-p 00000000 00:00 0
7f71ec0c0000-7f71ec0d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ec0da000-7f71ec0db000 r--p 00000000 00:b6 16810258 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fcntl.so
7f71ec0db000-7f71ec0dc000 r-xp 00001000 00:b6 16810258 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fcntl.so
7f71ec0dc000-7f71ec0dd000 r--p 00002000 00:b6 16810258 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fcntl.so
7f71ec0dd000-7f71ec0de000 r--p 00002000 00:b6 16810258 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fcntl.so
7f71ec0de000-7f71ec0df000 rw-p 00003000 00:b6 16810258 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fcntl.so
7f71ec0df000-7f71ec0e0000 ---p 00000000 00:00 0
7f71ec0e0000-7f71ec100000 rw-p 00000000 00:00 0
7f71ec100000-7f71ec230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ec230000-7f71ec232000 r--p 00000000 00:b6 16295450 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7f71ec232000-7f71ec24b000 r-xp 00002000 00:b6 16295450 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7f71ec24b000-7f71ec24f000 r--p 0001b000 00:b6 16295450 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7f71ec24f000-7f71ec250000 r--p 0001e000 00:b6 16295450 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7f71ec250000-7f71ec251000 rw-p 0001f000 00:b6 16295450 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7f71ec251000-7f71ec255000 r--p 00000000 00:b6 16796292 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7f71ec255000-7f71ec285000 r-xp 00004000 00:b6 16796292 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7f71ec285000-7f71ec28d000 r--p 00034000 00:b6 16796292 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7f71ec28d000-7f71ec28e000 r--p 0003c000 00:b6 16796292 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7f71ec28e000-7f71ec28f000 rw-p 0003d000 00:b6 16796292 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7f71ec28f000-7f71ec290000 rw-p 00000000 00:00 0
7f71ec290000-7f71ec2a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ec2a3000-7f71ec2a4000 r--p 00000000 00:b6 16808610 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7f71ec2a4000-7f71ec2a5000 r-xp 00001000 00:b6 16808610 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7f71ec2a5000-7f71ec2a6000 r--p 00002000 00:b6 16808610 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7f71ec2a6000-7f71ec2a7000 r--p 00002000 00:b6 16808610 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7f71ec2a7000-7f71ec2a8000 rw-p 00003000 00:b6 16808610 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7f71ec2a8000-7f71ec2a9000 r--p 00000000 00:b6 16808608 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7f71ec2a9000-7f71ec2aa000 r-xp 00001000 00:b6 16808608 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7f71ec2aa000-7f71ec2ab000 r--p 00002000 00:b6 16808608 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7f71ec2ab000-7f71ec2ac000 r--p 00002000 00:b6 16808608 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7f71ec2ac000-7f71ec2ad000 rw-p 00003000 00:b6 16808608 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7f71ec2ad000-7f71ec2ae000 r--p 00000000 00:b6 16808603 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7f71ec2ae000-7f71ec2af000 r-xp 00001000 00:b6 16808603 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7f71ec2af000-7f71ec2b0000 r--p 00002000 00:b6 16808603 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7f71ec2b0000-7f71ec2b1000 r--p 00002000 00:b6 16808603 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7f71ec2b1000-7f71ec2b2000 rw-p 00003000 00:b6 16808603 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7f71ec2b2000-7f71ec2b9000 r--p 00000000 00:b6 16777646 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7f71ec2b9000-7f71ec2ff000 r-xp 00007000 00:b6 16777646 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7f71ec2ff000-7f71ec31d000 r--p 0004d000 00:b6 16777646 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7f71ec31d000-7f71ec31f000 r--p 0006a000 00:b6 16777646 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7f71ec31f000-7f71ec320000 rw-p 0006c000 00:b6 16777646 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7f71ec320000-7f71ec3c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ec3c4000-7f71ec3c5000 r--p 00000000 00:b6 16808602 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7f71ec3c5000-7f71ec3c6000 r-xp 00001000 00:b6 16808602 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7f71ec3c6000-7f71ec3c7000 r--p 00002000 00:b6 16808602 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7f71ec3c7000-7f71ec3c8000 r--p 00002000 00:b6 16808602 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7f71ec3c8000-7f71ec3c9000 rw-p 00003000 00:b6 16808602 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7f71ec3c9000-7f71ec3ca000 r--p 00000000 00:b6 16808601 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7f71ec3ca000-7f71ec3cb000 r-xp 00001000 00:b6 16808601 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7f71ec3cb000-7f71ec3cc000 r--p 00002000 00:b6 16808601 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7f71ec3cc000-7f71ec3cd000 r--p 00002000 00:b6 16808601 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7f71ec3cd000-7f71ec3ce000 rw-p 00003000 00:b6 16808601 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7f71ec3e0000-7f71ec3f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ec3f1000-7f71ec3f2000 r--p 00000000 00:b6 16808600 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7f71ec3f2000-7f71ec3f3000 r-xp 00001000 00:b6 16808600 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7f71ec3f3000-7f71ec3f4000 r--p 00002000 00:b6 16808600 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7f71ec3f4000-7f71ec3f5000 r--p 00002000 00:b6 16808600 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7f71ec3f5000-7f71ec3f6000 rw-p 00003000 00:b6 16808600 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7f71ec3f6000-7f71ec3f7000 r--p 00000000 00:b6 16808599 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7f71ec3f7000-7f71ec3f8000 r-xp 00001000 00:b6 16808599 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7f71ec3f8000-7f71ec3f9000 r--p 00002000 00:b6 16808599 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7f71ec3f9000-7f71ec3fa000 r--p 00002000 00:b6 16808599 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7f71ec3fa000-7f71ec3fb000 rw-p 00003000 00:b6 16808599 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7f71ec3fb000-7f71ec3fc000 r--p 00000000 00:b6 16808597 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7f71ec3fc000-7f71ec3fd000 r-xp 00001000 00:b6 16808597 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7f71ec3fd000-7f71ec3fe000 r--p 00002000 00:b6 16808597 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7f71ec3fe000-7f71ec3ff000 r--p 00002000 00:b6 16808597 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7f71ec3ff000-7f71ec400000 rw-p 00003000 00:b6 16808597 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7f71ec400000-7f71ec560000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ec561000-7f71ec562000 r--p 00000000 00:b6 16808596 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7f71ec562000-7f71ec563000 r-xp 00001000 00:b6 16808596 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7f71ec563000-7f71ec564000 r--p 00002000 00:b6 16808596 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7f71ec564000-7f71ec565000 r--p 00002000 00:b6 16808596 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7f71ec565000-7f71ec566000 rw-p 00003000 00:b6 16808596 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7f71ec566000-7f71ec567000 r--p 00000000 00:b6 16808593 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7f71ec567000-7f71ec568000 r-xp 00001000 00:b6 16808593 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7f71ec568000-7f71ec569000 r--p 00002000 00:b6 16808593 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7f71ec569000-7f71ec56a000 r--p 00002000 00:b6 16808593 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7f71ec56a000-7f71ec56b000 rw-p 00003000 00:b6 16808593 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7f71ec56b000-7f71ec56c000 r--p 00000000 00:b6 16808592 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7f71ec56c000-7f71ec56d000 r-xp 00001000 00:b6 16808592 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7f71ec56d000-7f71ec56e000 r--p 00002000 00:b6 16808592 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7f71ec56e000-7f71ec56f000 r--p 00002000 00:b6 16808592 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7f71ec56f000-7f71ec570000 rw-p 00003000 00:b6 16808592 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7f71ec570000-7f71ec580000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ec580000-7f71ec5d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ec5d2000-7f71ec5d3000 r--p 00000000 00:b6 16808564 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7f71ec5d3000-7f71ec5d4000 r-xp 00001000 00:b6 16808564 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7f71ec5d4000-7f71ec5d5000 r--p 00002000 00:b6 16808564 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7f71ec5d5000-7f71ec5d6000 r--p 00002000 00:b6 16808564 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7f71ec5d6000-7f71ec5d7000 rw-p 00003000 00:b6 16808564 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7f71ec5da000-7f71ec5db000 r--p 00000000 00:b6 16810077 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/method.so
7f71ec5db000-7f71ec5dc000 r-xp 00001000 00:b6 16810077 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/method.so
7f71ec5dc000-7f71ec5dd000 r--p 00002000 00:b6 16810077 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/method.so
7f71ec5dd000-7f71ec5de000 r--p 00002000 00:b6 16810077 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/method.so
7f71ec5de000-7f71ec5df000 rw-p 00003000 00:b6 16810077 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/method.so
7f71ec5df000-7f71ec5e0000 r--p 00000000 00:b6 16809060 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f71ec5e0000-7f71ec5e2000 r-xp 00001000 00:b6 16809060 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f71ec5e2000-7f71ec5e3000 r--p 00003000 00:b6 16809060 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f71ec5e3000-7f71ec5e4000 r--p 00004000 00:b6 16809060 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f71ec5e4000-7f71ec5e5000 rw-p 00005000 00:b6 16809060 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f71ec5e5000-7f71ec5e6000 r--p 00000000 00:b6 16809827 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7f71ec5e6000-7f71ec5e7000 r-xp 00001000 00:b6 16809827 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7f71ec5e7000-7f71ec5e8000 r--p 00002000 00:b6 16809827 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7f71ec5e8000-7f71ec5e9000 r--p 00002000 00:b6 16809827 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7f71ec5e9000-7f71ec5ea000 rw-p 00003000 00:b6 16809827 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/ensure_and_callcc.so
7f71ec5ea000-7f71ec5eb000 r--p 00000000 00:b6 16810212 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/continuation.so
7f71ec5eb000-7f71ec5ec000 r-xp 00001000 00:b6 16810212 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/continuation.so
7f71ec5ec000-7f71ec5ed000 r--p 00002000 00:b6 16810212 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/continuation.so
7f71ec5ed000-7f71ec5ee000 r--p 00002000 00:b6 16810212 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/continuation.so
7f71ec5ee000-7f71ec5ef000 rw-p 00003000 00:b6 16810212 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/continuation.so
7f71ec5ef000-7f71ec5f1000 r--p 00000000 00:b6 16798036 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
7f71ec5f1000-7f71ec5fb000 r-xp 00002000 00:b6 16798036 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
7f71ec5fb000-7f71ec5fe000 r--p 0000c000 00:b6 16798036 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
7f71ec5fe000-7f71ec5ff000 r--p 0000e000 00:b6 16798036 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
7f71ec5ff000-7f71ec600000 rw-p 0000f000 00:b6 16798036 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
7f71ec600000-7f71ec602000 r--p 00000000 00:b6 16810516 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
7f71ec602000-7f71ec609000 r-xp 00002000 00:b6 16810516 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
7f71ec609000-7f71ec60e000 r--p 00009000 00:b6 16810516 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
7f71ec60e000-7f71ec60f000 r--p 0000d000 00:b6 16810516 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
7f71ec60f000-7f71ec610000 rw-p 0000e000 00:b6 16810516 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
7f71ec610000-7f71ec613000 r--p 00000000 00:b6 16791258 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
7f71ec613000-7f71ec61c000 r-xp 00003000 00:b6 16791258 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
7f71ec61c000-7f71ec61e000 r--p 0000c000 00:b6 16791258 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
7f71ec61e000-7f71ec61f000 r--p 0000d000 00:b6 16791258 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
7f71ec61f000-7f71ec620000 rw-p 0000e000 00:b6 16791258 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
7f71ec620000-7f71ec650000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ec653000-7f71ec654000 r--p 00000000 00:b6 16784836 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/debug.so
7f71ec654000-7f71ec655000 r-xp 00001000 00:b6 16784836 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/debug.so
7f71ec655000-7f71ec656000 r--p 00002000 00:b6 16784836 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/debug.so
7f71ec656000-7f71ec657000 r--p 00002000 00:b6 16784836 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/debug.so
7f71ec657000-7f71ec658000 rw-p 00003000 00:b6 16784836 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/debug.so
7f71ec658000-7f71ec65f000 r--p 00000000 00:b6 16791295 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7f71ec65f000-7f71ec686000 r-xp 00007000 00:b6 16791295 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7f71ec686000-7f71ec68e000 r--p 0002e000 00:b6 16791295 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7f71ec68e000-7f71ec68f000 r--p 00035000 00:b6 16791295 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7f71ec68f000-7f71ec690000 rw-p 00036000 00:b6 16791295 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7f71ec690000-7f71ec6c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ec6c2000-7f71ec6c3000 r--p 00000000 00:b6 16808619 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7f71ec6c3000-7f71ec6c4000 r-xp 00001000 00:b6 16808619 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7f71ec6c4000-7f71ec6c5000 r--p 00002000 00:b6 16808619 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7f71ec6c5000-7f71ec6c6000 r--p 00003000 00:b6 16808619 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7f71ec6c6000-7f71ec6c7000 rw-p 00004000 00:b6 16808619 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7f71ec6c7000-7f71ec6c9000 r--p 00000000 00:b6 16810223 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7f71ec6c9000-7f71ec6cc000 r-xp 00002000 00:b6 16810223 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7f71ec6cc000-7f71ec6cd000 r--p 00005000 00:b6 16810223 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7f71ec6cd000-7f71ec6ce000 r--p 00006000 00:b6 16810223 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7f71ec6ce000-7f71ec6cf000 rw-p 00007000 00:b6 16810223 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7f71ec6d3000-7f71ec6d4000 r--p 00000000 00:b6 16808549 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7f71ec6d4000-7f71ec6d5000 r-xp 00001000 00:b6 16808549 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7f71ec6d5000-7f71ec6d6000 r--p 00002000 00:b6 16808549 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7f71ec6d6000-7f71ec6d7000 r--p 00002000 00:b6 16808549 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7f71ec6d7000-7f71ec6d8000 rw-p 00003000 00:b6 16808549 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7f71ec6d8000-7f71ec6d9000 r--p 00000000 00:b6 16808591 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7f71ec6d9000-7f71ec6da000 r-xp 00001000 00:b6 16808591 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7f71ec6da000-7f71ec6db000 r--p 00002000 00:b6 16808591 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7f71ec6db000-7f71ec6dc000 r--p 00002000 00:b6 16808591 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7f71ec6dc000-7f71ec6dd000 rw-p 00003000 00:b6 16808591 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7f71ec6dd000-7f71ec6de000 r--p 00000000 00:b6 16808583 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7f71ec6de000-7f71ec6df000 r-xp 00001000 00:b6 16808583 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7f71ec6df000-7f71ec6e0000 r--p 00002000 00:b6 16808583 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7f71ec6e0000-7f71ec6e1000 r--p 00002000 00:b6 16808583 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7f71ec6e1000-7f71ec6e2000 rw-p 00003000 00:b6 16808583 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7f71ec6e2000-7f71ec6e3000 r--p 00000000 00:b6 16808581 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7f71ec6e3000-7f71ec6e4000 r-xp 00001000 00:b6 16808581 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7f71ec6e4000-7f71ec6e5000 r--p 00002000 00:b6 16808581 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7f71ec6e5000-7f71ec6e6000 r--p 00002000 00:b6 16808581 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7f71ec6e6000-7f71ec6e7000 rw-p 00003000 00:b6 16808581 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7f71ec6e7000-7f71ec6e8000 r--p 00000000 00:b6 16808580 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7f71ec6e8000-7f71ec6e9000 r-xp 00001000 00:b6 16808580 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7f71ec6e9000-7f71ec6ea000 r--p 00002000 00:b6 16808580 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7f71ec6ea000-7f71ec6eb000 r--p 00002000 00:b6 16808580 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7f71ec6eb000-7f71ec6ec000 rw-p 00003000 00:b6 16808580 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7f71ec6ec000-7f71ec6ed000 r--p 00000000 00:b6 16808568 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7f71ec6ed000-7f71ec6ee000 r-xp 00001000 00:b6 16808568 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7f71ec6ee000-7f71ec6ef000 r--p 00002000 00:b6 16808568 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7f71ec6ef000-7f71ec6f0000 r--p 00002000 00:b6 16808568 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7f71ec6f0000-7f71ec6f1000 rw-p 00003000 00:b6 16808568 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7f71ec6f1000-7f71ec6f2000 r--p 00000000 00:b6 16808567 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7f71ec6f2000-7f71ec6f3000 r-xp 00001000 00:b6 16808567 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7f71ec6f3000-7f71ec6f4000 r--p 00002000 00:b6 16808567 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7f71ec6f4000-7f71ec6f5000 r--p 00002000 00:b6 16808567 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7f71ec6f5000-7f71ec6f6000 rw-p 00003000 00:b6 16808567 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7f71ec6f6000-7f71ec6f7000 r--p 00000000 00:b6 16808569 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7f71ec6f7000-7f71ec6f8000 r-xp 00001000 00:b6 16808569 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7f71ec6f8000-7f71ec6f9000 r--p 00002000 00:b6 16808569 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7f71ec6f9000-7f71ec6fa000 r--p 00003000 00:b6 16808569 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7f71ec6fa000-7f71ec6fb000 rw-p 00004000 00:b6 16808569 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7f71ec6fb000-7f71ec6fc000 r--p 00000000 00:b6 16808565 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7f71ec6fc000-7f71ec6fd000 r-xp 00001000 00:b6 16808565 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7f71ec6fd000-7f71ec6ff000 r--p 00002000 00:b6 16808565 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7f71ec6ff000-7f71ec700000 r--p 00003000 00:b6 16808565 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7f71ec700000-7f71ec701000 rw-p 00004000 00:b6 16808565 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7f71ec701000-7f71ec702000 r--p 00000000 00:b6 16808625 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7f71ec702000-7f71ec703000 r-xp 00001000 00:b6 16808625 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7f71ec703000-7f71ec704000 r--p 00002000 00:b6 16808625 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7f71ec704000-7f71ec705000 r--p 00003000 00:b6 16808625 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7f71ec705000-7f71ec706000 rw-p 00004000 00:b6 16808625 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7f71ec706000-7f71ec707000 r--p 00000000 00:b6 16808624 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7f71ec707000-7f71ec708000 r-xp 00001000 00:b6 16808624 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7f71ec708000-7f71ec709000 r--p 00002000 00:b6 16808624 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7f71ec709000-7f71ec70a000 r--p 00002000 00:b6 16808624 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7f71ec70a000-7f71ec70b000 rw-p 00003000 00:b6 16808624 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7f71ec70b000-7f71ec70c000 r--p 00000000 00:b6 16808623 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7f71ec70c000-7f71ec70d000 r-xp 00001000 00:b6 16808623 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7f71ec70d000-7f71ec70e000 r--p 00002000 00:b6 16808623 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7f71ec70e000-7f71ec70f000 r--p 00002000 00:b6 16808623 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7f71ec70f000-7f71ec710000 rw-p 00003000 00:b6 16808623 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7f71ec710000-7f71ec730000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ec732000-7f71ec7e5000 r--p 00000000 00:b6 15348621 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f71ec7e5000-7f71ecb18000 r-xp 000b3000 00:b6 15348621 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f71ecb18000-7f71ecbe3000 r--p 003e6000 00:b6 15348621 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f71ecbe3000-7f71ecc3f000 r--p 004b0000 00:b6 15348621 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f71ecc3f000-7f71ecc42000 rw-p 0050c000 00:b6 15348621 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f71ecc42000-7f71ecc45000 rw-p 00000000 00:00 0
7f71ecc45000-7f71ecc63000 r--p 00000000 00:b6 15349563 /usr/lib/x86_64-linux-gnu/libssl.so.3
7f71ecc63000-7f71eccc5000 r-xp 0001e000 00:b6 15349563 /usr/lib/x86_64-linux-gnu/libssl.so.3
7f71eccc5000-7f71ecce1000 r--p 00080000 00:b6 15349563 /usr/lib/x86_64-linux-gnu/libssl.so.3
7f71ecce1000-7f71ecceb000 r--p 0009c000 00:b6 15349563 /usr/lib/x86_64-linux-gnu/libssl.so.3
7f71ecceb000-7f71eccef000 rw-p 000a6000 00:b6 15349563 /usr/lib/x86_64-linux-gnu/libssl.so.3
7f71eccef000-7f71ecd03000 r--p 00000000 00:b6 16810533 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7f71ecd03000-7f71ecd48000 r-xp 00014000 00:b6 16810533 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7f71ecd48000-7f71ecd5b000 r--p 00059000 00:b6 16810533 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7f71ecd5b000-7f71ecd5d000 r--p 0006b000 00:b6 16810533 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7f71ecd5d000-7f71ecd5f000 rw-p 0006d000 00:b6 16810533 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7f71ecd5f000-7f71ecd60000 rw-p 00000000 00:00 0
7f71ecd60000-7f71ece70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ece70000-7f71ece71000 r--p 00000000 00:b6 16808605 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7f71ece71000-7f71ece72000 r-xp 00001000 00:b6 16808605 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7f71ece72000-7f71ece73000 r--p 00002000 00:b6 16808605 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7f71ece73000-7f71ece74000 r--p 00002000 00:b6 16808605 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7f71ece74000-7f71ece75000 rw-p 00003000 00:b6 16808605 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7f71ece75000-7f71ece76000 r--p 00000000 00:b6 16808573 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7f71ece76000-7f71ece77000 r-xp 00001000 00:b6 16808573 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7f71ece77000-7f71ece78000 r--p 00002000 00:b6 16808573 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7f71ece78000-7f71ece79000 r--p 00003000 00:b6 16808573 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7f71ece79000-7f71ece7a000 rw-p 00004000 00:b6 16808573 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7f71ece7a000-7f71ece7b000 r--p 00000000 00:b6 16810216 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/cgi/escape.so
7f71ece7b000-7f71ece7d000 r-xp 00001000 00:b6 16810216 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/cgi/escape.so
7f71ece7d000-7f71ece7e000 r--p 00003000 00:b6 16810216 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/cgi/escape.so
7f71ece7e000-7f71ece7f000 r--p 00003000 00:b6 16810216 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/cgi/escape.so
7f71ece7f000-7f71ece80000 rw-p 00004000 00:b6 16810216 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/cgi/escape.so
7f71ece80000-7f71ece90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ece90000-7f71ecea0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ecea0000-7f71ecea1000 r--p 00000000 00:b6 16808621 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7f71ecea1000-7f71ecea2000 r-xp 00001000 00:b6 16808621 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7f71ecea2000-7f71ecea3000 r--p 00002000 00:b6 16808621 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7f71ecea3000-7f71ecea4000 r--p 00002000 00:b6 16808621 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7f71ecea4000-7f71ecea5000 rw-p 00003000 00:b6 16808621 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7f71ecea5000-7f71ecea6000 r--p 00000000 00:b6 16808622 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7f71ecea6000-7f71ecea7000 r-xp 00001000 00:b6 16808622 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7f71ecea7000-7f71ecea8000 r--p 00002000 00:b6 16808622 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7f71ecea8000-7f71ecea9000 r--p 00002000 00:b6 16808622 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7f71ecea9000-7f71eceaa000 rw-p 00003000 00:b6 16808622 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7f71eceaa000-7f71ecead000 r--p 00000000 00:b6 16810292 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7f71ecead000-7f71eceb2000 r-xp 00003000 00:b6 16810292 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7f71eceb2000-7f71eceb3000 r--p 00008000 00:b6 16810292 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7f71eceb3000-7f71eceb4000 r--p 00009000 00:b6 16810292 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7f71eceb4000-7f71eceb5000 rw-p 0000a000 00:b6 16810292 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7f71eceb5000-7f71eceb6000 r--p 00000000 00:b6 16810320 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7f71eceb6000-7f71eceb7000 r-xp 00001000 00:b6 16810320 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7f71eceb7000-7f71eceb8000 r--p 00002000 00:b6 16810320 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7f71eceb8000-7f71eceb9000 r--p 00002000 00:b6 16810320 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7f71eceb9000-7f71eceba000 rw-p 00003000 00:b6 16810320 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7f71eceba000-7f71ecebd000 r--p 00000000 00:b6 16812871 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7f71ecebd000-7f71ececb000 r-xp 00003000 00:b6 16812871 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7f71ececb000-7f71ecece000 r--p 00011000 00:b6 16812871 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7f71ecece000-7f71ececf000 r--p 00013000 00:b6 16812871 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7f71ececf000-7f71eced0000 rw-p 00014000 00:b6 16812871 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7f71eced0000-7f71ecfb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ecfb3000-7f71ecfb6000 r--p 00000000 00:b6 16810377 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7f71ecfb6000-7f71ecfbb000 r-xp 00003000 00:b6 16810377 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7f71ecfbb000-7f71ecfbd000 r--p 00008000 00:b6 16810377 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7f71ecfbd000-7f71ecfbe000 r--p 00009000 00:b6 16810377 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7f71ecfbe000-7f71ecfbf000 rw-p 0000a000 00:b6 16810377 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7f71ecfbf000-7f71ecfc0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ecfc0000-7f71ed001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed001000-7f71ed002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed002000-7f71ed043000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed043000-7f71ed044000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed044000-7f71ed085000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed085000-7f71ed086000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed086000-7f71ed0c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed0c7000-7f71ed0c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed0c8000-7f71ed109000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed109000-7f71ed10a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed10a000-7f71ed14b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed14b000-7f71ed14c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed14c000-7f71ed18d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed18d000-7f71ed18e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed18e000-7f71ed1cf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed1cf000-7f71ed1d0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed1d0000-7f71ed211000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed211000-7f71ed212000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed212000-7f71ed253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed253000-7f71ed254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed254000-7f71ed295000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed295000-7f71ed296000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed296000-7f71ed2d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed2d7000-7f71ed2d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed2d8000-7f71ed319000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed319000-7f71ed31a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed31a000-7f71ed35b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed35b000-7f71ed35c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed35c000-7f71ed39d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed39d000-7f71ed39e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed39e000-7f71ed3df000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed3df000-7f71ed3e0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed3e0000-7f71ed421000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed421000-7f71ed422000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed422000-7f71ed463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed463000-7f71ed464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed464000-7f71ed4a5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed4a5000-7f71ed4a6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed4a6000-7f71ed4e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed4e7000-7f71ed4e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed4e8000-7f71ed529000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed529000-7f71ed52a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed52a000-7f71ed56b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed56b000-7f71ed56c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed56c000-7f71ed5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed5ad000-7f71ed5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed5ae000-7f71ed5ef000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed5ef000-7f71ed5f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed5f0000-7f71ed631000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed631000-7f71ed632000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed632000-7f71ed673000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed673000-7f71ed674000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed674000-7f71ed6b5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed6b5000-7f71ed6b6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed6b6000-7f71ed6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed6f7000-7f71ed6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed6f8000-7f71ed739000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed739000-7f71ed73a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed73a000-7f71ed77b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed77b000-7f71ed77c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed77c000-7f71ed7bd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed7bd000-7f71ed7be000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed7be000-7f71ed7ff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7f71ed804000-7f71ed806000 r--p 00000000 00:b6 16810079 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/memory_view.so
7f71ed806000-7f71ed808000 r-xp 00002000 00:b6 16810079 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/memory_view.so
7f71ed808000-7f71ed809000 r--p 00004000 00:b6 16810079 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/memory_view.so
7f71ed809000-7f71ed80a000 r--p 00004000 00:b6 16810079 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/memory_view.so
7f71ed80a000-7f71ed80b000 rw-p 00005000 00:b6 16810079 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/memory_view.so
7f71ed810000-7f71ee000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f71ee000000-7f7206000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache]
7f7206000000-7f7207400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list]
7f7207404000-7f7207405000 r--p 00000000 00:b6 16810272 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7f7207405000-7f7207406000 r-xp 00001000 00:b6 16810272 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7f7207406000-7f7207407000 r--p 00002000 00:b6 16810272 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7f7207407000-7f7207408000 r--p 00002000 00:b6 16810272 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7f7207408000-7f7207409000 rw-p 00003000 00:b6 16810272 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7f7207409000-7f720740b000 r--p 00000000 00:b6 16810187 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7f720740b000-7f720740d000 r-xp 00002000 00:b6 16810187 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7f720740d000-7f720740e000 r--p 00004000 00:b6 16810187 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7f720740e000-7f720740f000 r--p 00004000 00:b6 16810187 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7f720740f000-7f7207410000 rw-p 00005000 00:b6 16810187 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7f7207410000-7f72074a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f72074a0000-7f72074a2000 r--p 00000000 00:b6 16810324 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7f72074a2000-7f72074a7000 r-xp 00002000 00:b6 16810324 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7f72074a7000-7f72074a8000 r--p 00007000 00:b6 16810324 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7f72074a8000-7f72074a9000 r--p 00008000 00:b6 16810324 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7f72074a9000-7f72074aa000 rw-p 00009000 00:b6 16810324 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7f72074aa000-7f72074ab000 r--p 00000000 00:b6 16810111 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
7f72074ab000-7f72074ac000 r-xp 00001000 00:b6 16810111 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
7f72074ac000-7f72074ad000 r--p 00002000 00:b6 16810111 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
7f72074ad000-7f72074ae000 r--p 00002000 00:b6 16810111 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
7f72074ae000-7f72074af000 rw-p 00003000 00:b6 16810111 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
7f72074b1000-7f72074b2000 r--p 00000000 00:b6 16810315 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7f72074b2000-7f72074b4000 r-xp 00001000 00:b6 16810315 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7f72074b4000-7f72074b5000 r--p 00003000 00:b6 16810315 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7f72074b5000-7f72074b6000 r--p 00003000 00:b6 16810315 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7f72074b6000-7f72074b7000 rw-p 00004000 00:b6 16810315 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7f72074b7000-7f72074b9000 r--p 00000000 00:b6 16810242 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7f72074b9000-7f72074bc000 r-xp 00002000 00:b6 16810242 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7f72074bc000-7f72074be000 r--p 00005000 00:b6 16810242 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7f72074be000-7f72074bf000 r--p 00006000 00:b6 16810242 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7f72074bf000-7f72074c0000 rw-p 00007000 00:b6 16810242 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7f72074c0000-7f72074e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7f72074e3000-7f72074e4000 r--p 00000000 00:b6 16810275 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7f72074e4000-7f72074e6000 r-xp 00001000 00:b6 16810275 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7f72074e6000-7f72074e7000 r--p 00003000 00:b6 16810275 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7f72074e7000-7f72074e8000 r--p 00003000 00:b6 16810275 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7f72074e8000-7f72074e9000 rw-p 00004000 00:b6 16810275 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7f72074e9000-7f72074ea000 r--p 00000000 00:b6 16808647 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7f72074ea000-7f72074eb000 r-xp 00001000 00:b6 16808647 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7f72074eb000-7f72074ec000 r--p 00002000 00:b6 16808647 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7f72074ec000-7f72074ed000 r--p 00002000 00:b6 16808647 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7f72074ed000-7f72074ee000 rw-p 00003000 00:b6 16808647 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7f72074ee000-7f72075ef000 rw-p 00000000 00:00 0
7f72075ef000-7f72075f6000 r--s 00000000 00:b6 15348559 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f72075f6000-7f720764f000 r--p 00000000 00:b6 15348059 /usr/lib/locale/C.utf8/LC_CTYPE
7f720764f000-7f7207652000 rw-p 00000000 00:00 0
7f7207652000-7f720767a000 r--p 00000000 00:b6 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6
7f720767a000-7f7207802000 r-xp 00028000 00:b6 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6
7f7207802000-7f7207851000 r--p 001b0000 00:b6 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6
7f7207851000-7f7207855000 r--p 001fe000 00:b6 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6
7f7207855000-7f7207857000 rw-p 00202000 00:b6 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6
7f7207857000-7f7207866000 rw-p 00000000 00:00 0
7f7207866000-7f720786a000 r--p 00000000 00:b6 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f720786a000-7f720788d000 r-xp 00004000 00:b6 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f720788d000-7f7207891000 r--p 00027000 00:b6 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f7207891000-7f7207892000 r--p 0002b000 00:b6 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f7207892000-7f7207893000 rw-p 0002c000 00:b6 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f7207893000-7f72078a3000 r--p 00000000 00:b6 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6
7f72078a3000-7f7207922000 r-xp 00010000 00:b6 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6
7f7207922000-7f720797a000 r--p 0008f000 00:b6 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6
7f720797a000-7f720797b000 r--p 000e7000 00:b6 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6
7f720797b000-7f720797c000 rw-p 000e8000 00:b6 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6
7f720797c000-7f720797e000 r--p 00000000 00:b6 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f720797e000-7f7207993000 r-xp 00002000 00:b6 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f7207993000-7f72079ac000 r--p 00017000 00:b6 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f72079ac000-7f72079ad000 r--p 0002f000 00:b6 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f72079ad000-7f72079ae000 rw-p 00030000 00:b6 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f72079ae000-7f72079b6000 rw-p 00000000 00:00 0
7f72079b6000-7f72079c0000 r--p 00000000 00:b6 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f72079c0000-7f7207a23000 r-xp 0000a000 00:b6 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f7207a23000-7f7207a38000 r--p 0006d000 00:b6 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f7207a38000-7f7207a39000 r--p 00081000 00:b6 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f7207a39000-7f7207a3a000 rw-p 00082000 00:b6 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f7207a3a000-7f7207a3c000 r--p 00000000 00:b6 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f7207a3c000-7f7207a4e000 r-xp 00002000 00:b6 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f7207a4e000-7f7207a54000 r--p 00014000 00:b6 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f7207a54000-7f7207a55000 r--p 0001a000 00:b6 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f7207a55000-7f7207a56000 rw-p 0001b000 00:b6 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f7207a56000-7f7207a57000 r--p 00000000 00:b6 16808559 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7f7207a57000-7f7207a58000 r-xp 00001000 00:b6 16808559 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7f7207a58000-7f7207a59000 r--p 00002000 00:b6 16808559 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7f7207a59000-7f7207a5a000 r--p 00002000 00:b6 16808559 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7f7207a5a000-7f7207a5b000 rw-p 00003000 00:b6 16808559 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7f7207a5b000-7f7207a5d000 rw-p 00000000 00:00 0
7f7207a5d000-7f7207a5e000 r--p 00000000 00:b6 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f7207a5e000-7f7207a89000 r-xp 00001000 00:b6 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f7207a89000-7f7207a93000 r--p 0002c000 00:b6 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f7207a93000-7f7207a95000 r--p 00036000 00:b6 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f7207a95000-7f7207a97000 rw-p 00038000 00:b6 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffe603bd000-7ffe603f3000 rw-p 00000000 00:00 0 [stack]
7ffe603f4000-7ffe603f8000 r--p 00000000 00:00 0 [vvar]
7ffe603f8000-7ffe603fa000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall]
[729/756] 3144632=open-uri/test_open-uri
Closed file descriptor: TestOpenURI#test_progress_chunked: 11
running file: /tmp/ruby/src/trunk-yjit/test/ruby/test_exception.rb
A test worker crashed. It might be an interpreter bug or
a bug in test/unit/parallel.rb. Try again without the -j
option.
Children under /tmp/rubytest.y43de4:
* -rw-r--r-- 1 92280 2025-12-04 12:59:45 +0000 _ruby_box_p3209628_2_-test-+sanitizers.so
* -rw-r--r-- 1 122920 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_digest.so
* -rw-r--r-- 1 1747256 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_openssl.so
* -rw-r--r-- 1 111904 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_monitor.so
* -rw-r--r-- 1 91320 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_io+wait.so
* -rw-r--r-- 1 121184 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_cgi+escape.so
* -rw-r--r-- 1 111896 2025-12-04 12:59:45 +0000 _ruby_box_p3209628_2_rbconfig+sizeof.so
* -rw-r--r-- 1 111896 2025-12-04 12:59:45 +0000 _ruby_box_p3215247_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92280 2025-12-04 12:59:45 +0000 _ruby_box_p3215247_2_-test-+sanitizers.so
* -rw-r--r-- 1 92280 2025-12-04 12:59:46 +0000 _ruby_box_p3221940_2_-test-+sanitizers.so
* -rw-r--r-- 1 197384 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_psych.so
* -rw-r--r-- 1 111896 2025-12-04 12:59:46 +0000 _ruby_box_p3224326_2_rbconfig+sizeof.so
* -rw-r--r-- 1 111896 2025-12-04 12:59:45 +0000 _ruby_box_p3213373_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92280 2025-12-04 12:59:45 +0000 _ruby_box_p3213373_2_-test-+sanitizers.so
* -rw-r--r-- 1 108080 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_erb+escape.so
* -rw-r--r-- 1 183664 2025-12-04 12:59:45 +0000 _ruby_box_p3215247_2_io+console.so
* -rw-r--r-- 1 92280 2025-12-04 12:59:46 +0000 _ruby_box_p3224326_2_-test-+sanitizers.so
* -rw-r--r-- 1 183664 2025-12-04 12:59:46 +0000 _ruby_box_p3221940_2_io+console.so
* -rw-r--r-- 1 194288 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_stringio.so
* -rw-r--r-- 1 183664 2025-12-04 12:59:45 +0000 _ruby_box_p3209628_2_io+console.so
* -rw-r--r-- 1 303616 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_json+ext+generator.so
* -rw-r--r-- 1 111896 2025-12-04 12:59:46 +0000 _ruby_box_p3223195_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183664 2025-12-04 12:59:45 +0000 _ruby_box_p3213373_2_io+console.so
* -rw-r--r-- 1 183664 2025-12-04 12:59:46 +0000 _ruby_box_p3224326_2_io+console.so
* -rw-r--r-- 1 186440 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_strscan.so
* -rw-r--r-- 1 92280 2025-12-04 12:59:46 +0000 _ruby_box_p3223195_2_-test-+sanitizers.so
* -rw-r--r-- 1 238256 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_json+ext+parser.so
* -rw-r--r-- 1 183664 2025-12-04 12:59:46 +0000 _ruby_box_p3223195_2_io+console.so
* -rw-r--r-- 1 145272 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_etc.so
* -rw-r--r-- 1 329800 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_zlib.so
* -rw-r--r-- 1 811304 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_socket.so
* -rw-r--r-- 1 111896 2025-12-04 12:59:46 +0000 _ruby_box_p3221940_2_rbconfig+sizeof.so
* -rw-r--r-- 1 835776 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_date_core.so
* -rw-r--r-- 1 111272 2025-12-04 12:59:46 +0000 _ruby_box_p3215247_2_io+nonblock.so
make: *** [uncommon.mk:920: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512.
$$$[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.ext/include -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/17.0.0 -Dmodular_gc_dir=
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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/zjit/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/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/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/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
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.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/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'
ruby 4.0.0dev (2025-12-04T09:08:23Z master 8099e9d2d1) +YJIT +PRISM [x86_64-linux]
0 ............................................................
60 ............................................................
120 ............................................................
180 ............................................................
240 ............................................................
300 ............................................................
360 ............................................................
420 ............................................................
480 ............................................................
540 ............................................................
600 ............................................................
660 ............................................................
720 ............................................................
780 ............................................................
840 ............................................................
900 ............................................................
960 ............................................................
1020 ............................................................
1080 ............................................................
1140 ............................................................
1200 ............................................................
1260 ............................................................
1320 ............................................................
1380 ............................................................
1440 ............................................................
1500 ............................................................
1560 ............................................................
1620 ............................................................
1680 ............................................................
1740 ............................................................
1800 ............................................................
1860 ............................................................
1920 ............................................................
1980 ............................................................
2040 ............................................................
2100 ............................................................
2160 ............................................................
2220 ............................................................
2280 ............................................................
2340 ............................................................
2400 ............................................................
2460 ............................................................
2520 ............................................................
2580 ............................................................
2640 ............................................................
2700 ............................................................
2760 ............................................................
2820 ............................................................
2880 ............................................................
2940 ............................................................
3000 ............................................................
3060 ............................................................
3120 ............................................................
3180 ............................................................
3240 ............................................................
3300 ..................................................
Finished in 22.354567 seconds
3349 files, 33767 examples, 158365 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.